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

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

-------------------------------------------------------------------*/
/*==========================================================================
=> font
==========================================================================*/
/*==========================================================================
=> anim
==========================================================================*/
/*==========================================================================
=> transform
==========================================================================*/
/*==========================================================================
=> border radius
==========================================================================*/
/*==========================================================================
=> flex
==========================================================================*/
/*==========================================================================
=> ellipsis
==========================================================================*/
/*==========================================================================
=> image
==========================================================================*/
/*==========================================================================
=> box-shadow
==========================================================================*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> Color
=> Common
=> Fonts
=> Custom Grid
=> Global Styles
=> buttons
=> Form Elements
=> Radio Small
=> Checkbox Small
=> Tooltip
=> Modal
=> Accordion

-------------------------------------------------------------------*/
/* line 19, _elements.less */
html,
body {
  font-family: 'Founders Grotesk';
  font-weight: 400;
}
/*==========================================================================
=> Color
==========================================================================*/
/* line 29, _elements.less */
:root {
  --sidebarWidth: 430px;
  --clr: ;
  /* common */
  --clr-orange: #EF4123;
  --clr-lightorange: #F08122;
  --clr-paleOrange: #FEF7F4;
  --clr-grn: #1e7e34;
  --clr-black: #000;
  --clr-white: #fff;
  /* common end */
  /* input */
  --input-font: 500;
  --input-height: 60px;
  --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-font: 700;
  --button-fill: var(--clr-lightorange);
  --button-line: var(--clr-lightorange);
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
/* line 64, _elements.less */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
/* line 71, _elements.less */
input[type=number] {
  -moz-appearance: textfield;
}
/* line 75, _elements.less */
.variable {
  margin-bottom: 30px;
}
/* line 78, _elements.less */
.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
/* line 86, _elements.less */
.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
/*==========================================================================
=> Fonts
==========================================================================*/
/* line 99, _elements.less */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin-bottom: 0;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/FoundersGrotesk-Light.woff2') format('woff2'), url('../fonts/FoundersGrotesk-Light.woff') format('woff'), url('../fonts/FoundersGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/FoundersGrotesk-Medium.woff2') format('woff2'), url('../fonts/FoundersGrotesk-Medium.woff') format('woff'), url('../fonts/FoundersGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/FoundersGrotesk-Regular.woff2') format('woff2'), url('../fonts/FoundersGrotesk-Regular.woff') format('woff'), url('../fonts/FoundersGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/FoundersGrotesk-Semibold.woff2') format('woff2'), url('../fonts/FoundersGrotesk-Semibold.woff') format('woff'), url('../fonts/FoundersGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/FoundersGrotesk-Bold.woff2') format('woff2'), url('../fonts/FoundersGrotesk-Bold.woff') format('woff'), url('../fonts/FoundersGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('../icomoon/fonts/icomoon.eot?8mmrku');
  src: url('../icomoon/fonts/icomoon.eot?8mmrku#iefix') format('embedded-opentype'), url('../icomoon/fonts/icomoon.ttf?8mmrku') format('truetype'), url('../icomoon/fonts/icomoon.woff?8mmrku') format('woff'), url('../icomoon/fonts/icomoon.svg?8mmrku#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 174, _elements.less */
[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;
}
/* line 190, _elements.less */
.icon-tw:before {
  content: "\e900";
}
/* line 194, _elements.less */
.icon-yt:before {
  content: "\e901";
}
/* line 198, _elements.less */
.icon-fb:before {
  content: "\e902";
}
/* line 202, _elements.less */
.icon-li:before {
  content: "\e903";
}
/* line 206, _elements.less */
.icon-in:before {
  content: "\e904";
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
/* line 215, _elements.less */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
/* line 222, _elements.less */
.f-col {
  padding: 0 15px;
}
/* line 229, _elements.less */
.f-10 .f-col {
  width: 10%;
}
/* line 229, _elements.less */
.f-9 .f-col {
  width: 11.11111111%;
}
/* line 229, _elements.less */
.f-8 .f-col {
  width: 12.5%;
}
/* line 229, _elements.less */
.f-7 .f-col {
  width: 14.28571429%;
}
/* line 229, _elements.less */
.f-6 .f-col {
  width: 16.66666667%;
}
/* line 229, _elements.less */
.f-5 .f-col {
  width: 20%;
}
/* line 229, _elements.less */
.f-4 .f-col {
  width: 25%;
}
/* line 229, _elements.less */
.f-3 .f-col {
  width: 33.33333333%;
}
/* line 229, _elements.less */
.f-2 .f-col {
  width: 50%;
}
/* line 229, _elements.less */
.f-1 .f-col {
  width: 100%;
}
/* Width */
/* line 240, _elements.less */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 240, _elements.less */
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 249, _elements.less */
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 255, _elements.less */
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
/* line 266, _elements.less */
.mb-100 {
  margin-bottom: 100px;
}
/* line 266, _elements.less */
.mb-95 {
  margin-bottom: 95px;
}
/* line 266, _elements.less */
.mb-90 {
  margin-bottom: 90px;
}
/* line 266, _elements.less */
.mb-85 {
  margin-bottom: 85px;
}
/* line 266, _elements.less */
.mb-80 {
  margin-bottom: 80px;
}
/* line 266, _elements.less */
.mb-75 {
  margin-bottom: 75px;
}
/* line 266, _elements.less */
.mb-70 {
  margin-bottom: 70px;
}
/* line 266, _elements.less */
.mb-65 {
  margin-bottom: 65px;
}
/* line 266, _elements.less */
.mb-60 {
  margin-bottom: 60px;
}
/* line 266, _elements.less */
.mb-55 {
  margin-bottom: 55px;
}
/* line 266, _elements.less */
.mb-50 {
  margin-bottom: 50px;
}
/* line 266, _elements.less */
.mb-45 {
  margin-bottom: 45px;
}
/* line 266, _elements.less */
.mb-40 {
  margin-bottom: 40px;
}
/* line 266, _elements.less */
.mb-35 {
  margin-bottom: 35px;
}
/* line 266, _elements.less */
.mb-30 {
  margin-bottom: 30px;
}
/* line 266, _elements.less */
.mb-25 {
  margin-bottom: 25px;
}
/* line 266, _elements.less */
.mb-20 {
  margin-bottom: 20px;
}
/* line 266, _elements.less */
.mb-15 {
  margin-bottom: 15px;
}
/* line 266, _elements.less */
.mb-10 {
  margin-bottom: 10px;
}
/* line 266, _elements.less */
.mb-5 {
  margin-bottom: 5px;
}
/* line 266, _elements.less */
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  /* line 274, _elements.less */
  .w-1440-40 {
    width: 40%;
  }
  /* line 278, _elements.less */
  .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1280px) {
  /* line 229, _elements.less */
  .f-1280-10 .f-col {
    width: 10%;
  }
  /* line 229, _elements.less */
  .f-1280-9 .f-col {
    width: 11.11111111%;
  }
  /* line 229, _elements.less */
  .f-1280-8 .f-col {
    width: 12.5%;
  }
  /* line 229, _elements.less */
  .f-1280-7 .f-col {
    width: 14.28571429%;
  }
  /* line 229, _elements.less */
  .f-1280-6 .f-col {
    width: 16.66666667%;
  }
  /* line 229, _elements.less */
  .f-1280-5 .f-col {
    width: 20%;
  }
  /* line 229, _elements.less */
  .f-1280-4 .f-col {
    width: 25%;
  }
  /* line 229, _elements.less */
  .f-1280-3 .f-col {
    width: 33.33333333%;
  }
  /* line 229, _elements.less */
  .f-1280-2 .f-col {
    width: 50%;
  }
  /* line 229, _elements.less */
  .f-1280-1 .f-col {
    width: 100%;
  }
  /* line 240, _elements.less */
  .w-1280-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1280-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 287, _elements.less */
  .w-1280-33 {
    width: 33%;
  }
  /* line 291, _elements.less */
  .w-1280-16 {
    width: 16.666666%;
  }
  /* line 266, _elements.less */
  .mb-1280-100 {
    margin-bottom: 100px;
  }
  /* line 266, _elements.less */
  .mb-1280-95 {
    margin-bottom: 95px;
  }
  /* line 266, _elements.less */
  .mb-1280-90 {
    margin-bottom: 90px;
  }
  /* line 266, _elements.less */
  .mb-1280-85 {
    margin-bottom: 85px;
  }
  /* line 266, _elements.less */
  .mb-1280-80 {
    margin-bottom: 80px;
  }
  /* line 266, _elements.less */
  .mb-1280-75 {
    margin-bottom: 75px;
  }
  /* line 266, _elements.less */
  .mb-1280-70 {
    margin-bottom: 70px;
  }
  /* line 266, _elements.less */
  .mb-1280-65 {
    margin-bottom: 65px;
  }
  /* line 266, _elements.less */
  .mb-1280-60 {
    margin-bottom: 60px;
  }
  /* line 266, _elements.less */
  .mb-1280-55 {
    margin-bottom: 55px;
  }
  /* line 266, _elements.less */
  .mb-1280-50 {
    margin-bottom: 50px;
  }
  /* line 266, _elements.less */
  .mb-1280-45 {
    margin-bottom: 45px;
  }
  /* line 266, _elements.less */
  .mb-1280-40 {
    margin-bottom: 40px;
  }
  /* line 266, _elements.less */
  .mb-1280-35 {
    margin-bottom: 35px;
  }
  /* line 266, _elements.less */
  .mb-1280-30 {
    margin-bottom: 30px;
  }
  /* line 266, _elements.less */
  .mb-1280-25 {
    margin-bottom: 25px;
  }
  /* line 266, _elements.less */
  .mb-1280-20 {
    margin-bottom: 20px;
  }
  /* line 266, _elements.less */
  .mb-1280-15 {
    margin-bottom: 15px;
  }
  /* line 266, _elements.less */
  .mb-1280-10 {
    margin-bottom: 10px;
  }
  /* line 266, _elements.less */
  .mb-1280-5 {
    margin-bottom: 5px;
  }
  /* line 266, _elements.less */
  .mb-1280-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1200px) {
  /* line 229, _elements.less */
  .f-1200-10 .f-col {
    width: 10%;
  }
  /* line 229, _elements.less */
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  /* line 229, _elements.less */
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  /* line 229, _elements.less */
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  /* line 229, _elements.less */
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  /* line 229, _elements.less */
  .f-1200-5 .f-col {
    width: 20%;
  }
  /* line 229, _elements.less */
  .f-1200-4 .f-col {
    width: 25%;
  }
  /* line 229, _elements.less */
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  /* line 229, _elements.less */
  .f-1200-2 .f-col {
    width: 50%;
  }
  /* line 229, _elements.less */
  .f-1200-1 .f-col {
    width: 100%;
  }
  /* line 240, _elements.less */
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 302, _elements.less */
  .w-1200-33 {
    width: 33%;
  }
  /* line 306, _elements.less */
  .w-1200-16 {
    width: 16.666666%;
  }
  /* line 266, _elements.less */
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  /* line 266, _elements.less */
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  /* line 266, _elements.less */
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  /* line 266, _elements.less */
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  /* line 266, _elements.less */
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  /* line 266, _elements.less */
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  /* line 266, _elements.less */
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  /* line 266, _elements.less */
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  /* line 266, _elements.less */
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  /* line 266, _elements.less */
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  /* line 266, _elements.less */
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  /* line 266, _elements.less */
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  /* line 266, _elements.less */
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  /* line 266, _elements.less */
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  /* line 266, _elements.less */
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  /* line 266, _elements.less */
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  /* line 266, _elements.less */
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  /* line 266, _elements.less */
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  /* line 266, _elements.less */
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  /* line 266, _elements.less */
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  /* line 266, _elements.less */
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1064px) {
  /* line 229, _elements.less */
  .f-1064-10 .f-col {
    width: 10%;
  }
  /* line 229, _elements.less */
  .f-1064-9 .f-col {
    width: 11.11111111%;
  }
  /* line 229, _elements.less */
  .f-1064-8 .f-col {
    width: 12.5%;
  }
  /* line 229, _elements.less */
  .f-1064-7 .f-col {
    width: 14.28571429%;
  }
  /* line 229, _elements.less */
  .f-1064-6 .f-col {
    width: 16.66666667%;
  }
  /* line 229, _elements.less */
  .f-1064-5 .f-col {
    width: 20%;
  }
  /* line 229, _elements.less */
  .f-1064-4 .f-col {
    width: 25%;
  }
  /* line 229, _elements.less */
  .f-1064-3 .f-col {
    width: 33.33333333%;
  }
  /* line 229, _elements.less */
  .f-1064-2 .f-col {
    width: 50%;
  }
  /* line 229, _elements.less */
  .f-1064-1 .f-col {
    width: 100%;
  }
  /* line 240, _elements.less */
  .w-1064-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1064-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 317, _elements.less */
  .w-1064-33 {
    width: 33%;
  }
  /* line 321, _elements.less */
  .w-1064-16 {
    width: 16.666666%;
  }
  /* line 266, _elements.less */
  .mb-1064-100 {
    margin-bottom: 100px;
  }
  /* line 266, _elements.less */
  .mb-1064-95 {
    margin-bottom: 95px;
  }
  /* line 266, _elements.less */
  .mb-1064-90 {
    margin-bottom: 90px;
  }
  /* line 266, _elements.less */
  .mb-1064-85 {
    margin-bottom: 85px;
  }
  /* line 266, _elements.less */
  .mb-1064-80 {
    margin-bottom: 80px;
  }
  /* line 266, _elements.less */
  .mb-1064-75 {
    margin-bottom: 75px;
  }
  /* line 266, _elements.less */
  .mb-1064-70 {
    margin-bottom: 70px;
  }
  /* line 266, _elements.less */
  .mb-1064-65 {
    margin-bottom: 65px;
  }
  /* line 266, _elements.less */
  .mb-1064-60 {
    margin-bottom: 60px;
  }
  /* line 266, _elements.less */
  .mb-1064-55 {
    margin-bottom: 55px;
  }
  /* line 266, _elements.less */
  .mb-1064-50 {
    margin-bottom: 50px;
  }
  /* line 266, _elements.less */
  .mb-1064-45 {
    margin-bottom: 45px;
  }
  /* line 266, _elements.less */
  .mb-1064-40 {
    margin-bottom: 40px;
  }
  /* line 266, _elements.less */
  .mb-1064-35 {
    margin-bottom: 35px;
  }
  /* line 266, _elements.less */
  .mb-1064-30 {
    margin-bottom: 30px;
  }
  /* line 266, _elements.less */
  .mb-1064-25 {
    margin-bottom: 25px;
  }
  /* line 266, _elements.less */
  .mb-1064-20 {
    margin-bottom: 20px;
  }
  /* line 266, _elements.less */
  .mb-1064-15 {
    margin-bottom: 15px;
  }
  /* line 266, _elements.less */
  .mb-1064-10 {
    margin-bottom: 10px;
  }
  /* line 266, _elements.less */
  .mb-1064-5 {
    margin-bottom: 5px;
  }
  /* line 266, _elements.less */
  .mb-1064-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1024px) {
  /* line 229, _elements.less */
  .f-1024-10 .f-col {
    width: 10%;
  }
  /* line 229, _elements.less */
  .f-1024-9 .f-col {
    width: 11.11111111%;
  }
  /* line 229, _elements.less */
  .f-1024-8 .f-col {
    width: 12.5%;
  }
  /* line 229, _elements.less */
  .f-1024-7 .f-col {
    width: 14.28571429%;
  }
  /* line 229, _elements.less */
  .f-1024-6 .f-col {
    width: 16.66666667%;
  }
  /* line 229, _elements.less */
  .f-1024-5 .f-col {
    width: 20%;
  }
  /* line 229, _elements.less */
  .f-1024-4 .f-col {
    width: 25%;
  }
  /* line 229, _elements.less */
  .f-1024-3 .f-col {
    width: 33.33333333%;
  }
  /* line 229, _elements.less */
  .f-1024-2 .f-col {
    width: 50%;
  }
  /* line 229, _elements.less */
  .f-1024-1 .f-col {
    width: 100%;
  }
  /* line 240, _elements.less */
  .w-1024-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-1024-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 332, _elements.less */
  .w-1024-33 {
    width: 33%;
  }
  /* line 336, _elements.less */
  .w-1024-16 {
    width: 16.666666%;
  }
  /* line 266, _elements.less */
  .mb-1024-100 {
    margin-bottom: 100px;
  }
  /* line 266, _elements.less */
  .mb-1024-95 {
    margin-bottom: 95px;
  }
  /* line 266, _elements.less */
  .mb-1024-90 {
    margin-bottom: 90px;
  }
  /* line 266, _elements.less */
  .mb-1024-85 {
    margin-bottom: 85px;
  }
  /* line 266, _elements.less */
  .mb-1024-80 {
    margin-bottom: 80px;
  }
  /* line 266, _elements.less */
  .mb-1024-75 {
    margin-bottom: 75px;
  }
  /* line 266, _elements.less */
  .mb-1024-70 {
    margin-bottom: 70px;
  }
  /* line 266, _elements.less */
  .mb-1024-65 {
    margin-bottom: 65px;
  }
  /* line 266, _elements.less */
  .mb-1024-60 {
    margin-bottom: 60px;
  }
  /* line 266, _elements.less */
  .mb-1024-55 {
    margin-bottom: 55px;
  }
  /* line 266, _elements.less */
  .mb-1024-50 {
    margin-bottom: 50px;
  }
  /* line 266, _elements.less */
  .mb-1024-45 {
    margin-bottom: 45px;
  }
  /* line 266, _elements.less */
  .mb-1024-40 {
    margin-bottom: 40px;
  }
  /* line 266, _elements.less */
  .mb-1024-35 {
    margin-bottom: 35px;
  }
  /* line 266, _elements.less */
  .mb-1024-30 {
    margin-bottom: 30px;
  }
  /* line 266, _elements.less */
  .mb-1024-25 {
    margin-bottom: 25px;
  }
  /* line 266, _elements.less */
  .mb-1024-20 {
    margin-bottom: 20px;
  }
  /* line 266, _elements.less */
  .mb-1024-15 {
    margin-bottom: 15px;
  }
  /* line 266, _elements.less */
  .mb-1024-10 {
    margin-bottom: 10px;
  }
  /* line 266, _elements.less */
  .mb-1024-5 {
    margin-bottom: 5px;
  }
  /* line 266, _elements.less */
  .mb-1024-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  /* line 229, _elements.less */
  .f-990-10 .f-col {
    width: 10%;
  }
  /* line 229, _elements.less */
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  /* line 229, _elements.less */
  .f-990-8 .f-col {
    width: 12.5%;
  }
  /* line 229, _elements.less */
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  /* line 229, _elements.less */
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  /* line 229, _elements.less */
  .f-990-5 .f-col {
    width: 20%;
  }
  /* line 229, _elements.less */
  .f-990-4 .f-col {
    width: 25%;
  }
  /* line 229, _elements.less */
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  /* line 229, _elements.less */
  .f-990-2 .f-col {
    width: 50%;
  }
  /* line 229, _elements.less */
  .f-990-1 .f-col {
    width: 100%;
  }
  /* line 240, _elements.less */
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 347, _elements.less */
  .w-990-33 {
    width: 33%;
  }
  /* line 351, _elements.less */
  .w-990-16 {
    width: 16.666666%;
  }
  /* line 266, _elements.less */
  .mb-990-100 {
    margin-bottom: 100px;
  }
  /* line 266, _elements.less */
  .mb-990-95 {
    margin-bottom: 95px;
  }
  /* line 266, _elements.less */
  .mb-990-90 {
    margin-bottom: 90px;
  }
  /* line 266, _elements.less */
  .mb-990-85 {
    margin-bottom: 85px;
  }
  /* line 266, _elements.less */
  .mb-990-80 {
    margin-bottom: 80px;
  }
  /* line 266, _elements.less */
  .mb-990-75 {
    margin-bottom: 75px;
  }
  /* line 266, _elements.less */
  .mb-990-70 {
    margin-bottom: 70px;
  }
  /* line 266, _elements.less */
  .mb-990-65 {
    margin-bottom: 65px;
  }
  /* line 266, _elements.less */
  .mb-990-60 {
    margin-bottom: 60px;
  }
  /* line 266, _elements.less */
  .mb-990-55 {
    margin-bottom: 55px;
  }
  /* line 266, _elements.less */
  .mb-990-50 {
    margin-bottom: 50px;
  }
  /* line 266, _elements.less */
  .mb-990-45 {
    margin-bottom: 45px;
  }
  /* line 266, _elements.less */
  .mb-990-40 {
    margin-bottom: 40px;
  }
  /* line 266, _elements.less */
  .mb-990-35 {
    margin-bottom: 35px;
  }
  /* line 266, _elements.less */
  .mb-990-30 {
    margin-bottom: 30px;
  }
  /* line 266, _elements.less */
  .mb-990-25 {
    margin-bottom: 25px;
  }
  /* line 266, _elements.less */
  .mb-990-20 {
    margin-bottom: 20px;
  }
  /* line 266, _elements.less */
  .mb-990-15 {
    margin-bottom: 15px;
  }
  /* line 266, _elements.less */
  .mb-990-10 {
    margin-bottom: 10px;
  }
  /* line 266, _elements.less */
  .mb-990-5 {
    margin-bottom: 5px;
  }
  /* line 266, _elements.less */
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 834px) {
  /* line 229, _elements.less */
  .f-834-10 .f-col {
    width: 10%;
  }
  /* line 229, _elements.less */
  .f-834-9 .f-col {
    width: 11.11111111%;
  }
  /* line 229, _elements.less */
  .f-834-8 .f-col {
    width: 12.5%;
  }
  /* line 229, _elements.less */
  .f-834-7 .f-col {
    width: 14.28571429%;
  }
  /* line 229, _elements.less */
  .f-834-6 .f-col {
    width: 16.66666667%;
  }
  /* line 229, _elements.less */
  .f-834-5 .f-col {
    width: 20%;
  }
  /* line 229, _elements.less */
  .f-834-4 .f-col {
    width: 25%;
  }
  /* line 229, _elements.less */
  .f-834-3 .f-col {
    width: 33.33333333%;
  }
  /* line 229, _elements.less */
  .f-834-2 .f-col {
    width: 50%;
  }
  /* line 229, _elements.less */
  .f-834-1 .f-col {
    width: 100%;
  }
  /* line 240, _elements.less */
  .w-834-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-834-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 362, _elements.less */
  .w-834-33 {
    width: 33%;
  }
  /* line 366, _elements.less */
  .w-834-16 {
    width: 16.666666%;
  }
  /* line 266, _elements.less */
  .mb-834-100 {
    margin-bottom: 100px;
  }
  /* line 266, _elements.less */
  .mb-834-95 {
    margin-bottom: 95px;
  }
  /* line 266, _elements.less */
  .mb-834-90 {
    margin-bottom: 90px;
  }
  /* line 266, _elements.less */
  .mb-834-85 {
    margin-bottom: 85px;
  }
  /* line 266, _elements.less */
  .mb-834-80 {
    margin-bottom: 80px;
  }
  /* line 266, _elements.less */
  .mb-834-75 {
    margin-bottom: 75px;
  }
  /* line 266, _elements.less */
  .mb-834-70 {
    margin-bottom: 70px;
  }
  /* line 266, _elements.less */
  .mb-834-65 {
    margin-bottom: 65px;
  }
  /* line 266, _elements.less */
  .mb-834-60 {
    margin-bottom: 60px;
  }
  /* line 266, _elements.less */
  .mb-834-55 {
    margin-bottom: 55px;
  }
  /* line 266, _elements.less */
  .mb-834-50 {
    margin-bottom: 50px;
  }
  /* line 266, _elements.less */
  .mb-834-45 {
    margin-bottom: 45px;
  }
  /* line 266, _elements.less */
  .mb-834-40 {
    margin-bottom: 40px;
  }
  /* line 266, _elements.less */
  .mb-834-35 {
    margin-bottom: 35px;
  }
  /* line 266, _elements.less */
  .mb-834-30 {
    margin-bottom: 30px;
  }
  /* line 266, _elements.less */
  .mb-834-25 {
    margin-bottom: 25px;
  }
  /* line 266, _elements.less */
  .mb-834-20 {
    margin-bottom: 20px;
  }
  /* line 266, _elements.less */
  .mb-834-15 {
    margin-bottom: 15px;
  }
  /* line 266, _elements.less */
  .mb-834-10 {
    margin-bottom: 10px;
  }
  /* line 266, _elements.less */
  .mb-834-5 {
    margin-bottom: 5px;
  }
  /* line 266, _elements.less */
  .mb-834-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  /* line 229, _elements.less */
  .f-768-10 .f-col {
    width: 10%;
  }
  /* line 229, _elements.less */
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  /* line 229, _elements.less */
  .f-768-8 .f-col {
    width: 12.5%;
  }
  /* line 229, _elements.less */
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  /* line 229, _elements.less */
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  /* line 229, _elements.less */
  .f-768-5 .f-col {
    width: 20%;
  }
  /* line 229, _elements.less */
  .f-768-4 .f-col {
    width: 25%;
  }
  /* line 229, _elements.less */
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  /* line 229, _elements.less */
  .f-768-2 .f-col {
    width: 50%;
  }
  /* line 229, _elements.less */
  .f-768-1 .f-col {
    width: 100%;
  }
  /* line 240, _elements.less */
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 377, _elements.less */
  .w-768-33 {
    width: 33%;
  }
  /* line 381, _elements.less */
  .w-768-16 {
    width: 16.666666%;
  }
  /* line 266, _elements.less */
  .mb-768-100 {
    margin-bottom: 100px;
  }
  /* line 266, _elements.less */
  .mb-768-95 {
    margin-bottom: 95px;
  }
  /* line 266, _elements.less */
  .mb-768-90 {
    margin-bottom: 90px;
  }
  /* line 266, _elements.less */
  .mb-768-85 {
    margin-bottom: 85px;
  }
  /* line 266, _elements.less */
  .mb-768-80 {
    margin-bottom: 80px;
  }
  /* line 266, _elements.less */
  .mb-768-75 {
    margin-bottom: 75px;
  }
  /* line 266, _elements.less */
  .mb-768-70 {
    margin-bottom: 70px;
  }
  /* line 266, _elements.less */
  .mb-768-65 {
    margin-bottom: 65px;
  }
  /* line 266, _elements.less */
  .mb-768-60 {
    margin-bottom: 60px;
  }
  /* line 266, _elements.less */
  .mb-768-55 {
    margin-bottom: 55px;
  }
  /* line 266, _elements.less */
  .mb-768-50 {
    margin-bottom: 50px;
  }
  /* line 266, _elements.less */
  .mb-768-45 {
    margin-bottom: 45px;
  }
  /* line 266, _elements.less */
  .mb-768-40 {
    margin-bottom: 40px;
  }
  /* line 266, _elements.less */
  .mb-768-35 {
    margin-bottom: 35px;
  }
  /* line 266, _elements.less */
  .mb-768-30 {
    margin-bottom: 30px;
  }
  /* line 266, _elements.less */
  .mb-768-25 {
    margin-bottom: 25px;
  }
  /* line 266, _elements.less */
  .mb-768-20 {
    margin-bottom: 20px;
  }
  /* line 266, _elements.less */
  .mb-768-15 {
    margin-bottom: 15px;
  }
  /* line 266, _elements.less */
  .mb-768-10 {
    margin-bottom: 10px;
  }
  /* line 266, _elements.less */
  .mb-768-5 {
    margin-bottom: 5px;
  }
  /* line 266, _elements.less */
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  /* line 229, _elements.less */
  .f-640-10 .f-col {
    width: 10%;
  }
  /* line 229, _elements.less */
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  /* line 229, _elements.less */
  .f-640-8 .f-col {
    width: 12.5%;
  }
  /* line 229, _elements.less */
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  /* line 229, _elements.less */
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  /* line 229, _elements.less */
  .f-640-5 .f-col {
    width: 20%;
  }
  /* line 229, _elements.less */
  .f-640-4 .f-col {
    width: 25%;
  }
  /* line 229, _elements.less */
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  /* line 229, _elements.less */
  .f-640-2 .f-col {
    width: 50%;
  }
  /* line 229, _elements.less */
  .f-640-1 .f-col {
    width: 100%;
  }
  /* line 240, _elements.less */
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 392, _elements.less */
  .w-640-33 {
    width: 33%;
  }
  /* line 396, _elements.less */
  .w-640-16 {
    width: 16.666666%;
  }
  /* line 266, _elements.less */
  .mb-640-100 {
    margin-bottom: 100px;
  }
  /* line 266, _elements.less */
  .mb-640-95 {
    margin-bottom: 95px;
  }
  /* line 266, _elements.less */
  .mb-640-90 {
    margin-bottom: 90px;
  }
  /* line 266, _elements.less */
  .mb-640-85 {
    margin-bottom: 85px;
  }
  /* line 266, _elements.less */
  .mb-640-80 {
    margin-bottom: 80px;
  }
  /* line 266, _elements.less */
  .mb-640-75 {
    margin-bottom: 75px;
  }
  /* line 266, _elements.less */
  .mb-640-70 {
    margin-bottom: 70px;
  }
  /* line 266, _elements.less */
  .mb-640-65 {
    margin-bottom: 65px;
  }
  /* line 266, _elements.less */
  .mb-640-60 {
    margin-bottom: 60px;
  }
  /* line 266, _elements.less */
  .mb-640-55 {
    margin-bottom: 55px;
  }
  /* line 266, _elements.less */
  .mb-640-50 {
    margin-bottom: 50px;
  }
  /* line 266, _elements.less */
  .mb-640-45 {
    margin-bottom: 45px;
  }
  /* line 266, _elements.less */
  .mb-640-40 {
    margin-bottom: 40px;
  }
  /* line 266, _elements.less */
  .mb-640-35 {
    margin-bottom: 35px;
  }
  /* line 266, _elements.less */
  .mb-640-30 {
    margin-bottom: 30px;
  }
  /* line 266, _elements.less */
  .mb-640-25 {
    margin-bottom: 25px;
  }
  /* line 266, _elements.less */
  .mb-640-20 {
    margin-bottom: 20px;
  }
  /* line 266, _elements.less */
  .mb-640-15 {
    margin-bottom: 15px;
  }
  /* line 266, _elements.less */
  .mb-640-10 {
    margin-bottom: 10px;
  }
  /* line 266, _elements.less */
  .mb-640-5 {
    margin-bottom: 5px;
  }
  /* line 266, _elements.less */
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  /* line 229, _elements.less */
  .f-576-10 .f-col {
    width: 10%;
  }
  /* line 229, _elements.less */
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  /* line 229, _elements.less */
  .f-576-8 .f-col {
    width: 12.5%;
  }
  /* line 229, _elements.less */
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  /* line 229, _elements.less */
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  /* line 229, _elements.less */
  .f-576-5 .f-col {
    width: 20%;
  }
  /* line 229, _elements.less */
  .f-576-4 .f-col {
    width: 25%;
  }
  /* line 229, _elements.less */
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  /* line 229, _elements.less */
  .f-576-2 .f-col {
    width: 50%;
  }
  /* line 229, _elements.less */
  .f-576-1 .f-col {
    width: 100%;
  }
  /* line 240, _elements.less */
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 407, _elements.less */
  .w-576-33 {
    width: 33%;
  }
  /* line 411, _elements.less */
  .w-576-16 {
    width: 16.666666%;
  }
  /* line 266, _elements.less */
  .mb-576-100 {
    margin-bottom: 100px;
  }
  /* line 266, _elements.less */
  .mb-576-95 {
    margin-bottom: 95px;
  }
  /* line 266, _elements.less */
  .mb-576-90 {
    margin-bottom: 90px;
  }
  /* line 266, _elements.less */
  .mb-576-85 {
    margin-bottom: 85px;
  }
  /* line 266, _elements.less */
  .mb-576-80 {
    margin-bottom: 80px;
  }
  /* line 266, _elements.less */
  .mb-576-75 {
    margin-bottom: 75px;
  }
  /* line 266, _elements.less */
  .mb-576-70 {
    margin-bottom: 70px;
  }
  /* line 266, _elements.less */
  .mb-576-65 {
    margin-bottom: 65px;
  }
  /* line 266, _elements.less */
  .mb-576-60 {
    margin-bottom: 60px;
  }
  /* line 266, _elements.less */
  .mb-576-55 {
    margin-bottom: 55px;
  }
  /* line 266, _elements.less */
  .mb-576-50 {
    margin-bottom: 50px;
  }
  /* line 266, _elements.less */
  .mb-576-45 {
    margin-bottom: 45px;
  }
  /* line 266, _elements.less */
  .mb-576-40 {
    margin-bottom: 40px;
  }
  /* line 266, _elements.less */
  .mb-576-35 {
    margin-bottom: 35px;
  }
  /* line 266, _elements.less */
  .mb-576-30 {
    margin-bottom: 30px;
  }
  /* line 266, _elements.less */
  .mb-576-25 {
    margin-bottom: 25px;
  }
  /* line 266, _elements.less */
  .mb-576-20 {
    margin-bottom: 20px;
  }
  /* line 266, _elements.less */
  .mb-576-15 {
    margin-bottom: 15px;
  }
  /* line 266, _elements.less */
  .mb-576-10 {
    margin-bottom: 10px;
  }
  /* line 266, _elements.less */
  .mb-576-5 {
    margin-bottom: 5px;
  }
  /* line 266, _elements.less */
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  /* line 229, _elements.less */
  .f-480-10 .f-col {
    width: 10%;
  }
  /* line 229, _elements.less */
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  /* line 229, _elements.less */
  .f-480-8 .f-col {
    width: 12.5%;
  }
  /* line 229, _elements.less */
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  /* line 229, _elements.less */
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  /* line 229, _elements.less */
  .f-480-5 .f-col {
    width: 20%;
  }
  /* line 229, _elements.less */
  .f-480-4 .f-col {
    width: 25%;
  }
  /* line 229, _elements.less */
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  /* line 229, _elements.less */
  .f-480-2 .f-col {
    width: 50%;
  }
  /* line 229, _elements.less */
  .f-480-1 .f-col {
    width: 100%;
  }
  /* line 240, _elements.less */
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 422, _elements.less */
  .w-480-33 {
    width: 33%;
  }
  /* line 426, _elements.less */
  .w-480-16 {
    width: 16.666666%;
  }
  /* line 266, _elements.less */
  .mb-480-100 {
    margin-bottom: 100px;
  }
  /* line 266, _elements.less */
  .mb-480-95 {
    margin-bottom: 95px;
  }
  /* line 266, _elements.less */
  .mb-480-90 {
    margin-bottom: 90px;
  }
  /* line 266, _elements.less */
  .mb-480-85 {
    margin-bottom: 85px;
  }
  /* line 266, _elements.less */
  .mb-480-80 {
    margin-bottom: 80px;
  }
  /* line 266, _elements.less */
  .mb-480-75 {
    margin-bottom: 75px;
  }
  /* line 266, _elements.less */
  .mb-480-70 {
    margin-bottom: 70px;
  }
  /* line 266, _elements.less */
  .mb-480-65 {
    margin-bottom: 65px;
  }
  /* line 266, _elements.less */
  .mb-480-60 {
    margin-bottom: 60px;
  }
  /* line 266, _elements.less */
  .mb-480-55 {
    margin-bottom: 55px;
  }
  /* line 266, _elements.less */
  .mb-480-50 {
    margin-bottom: 50px;
  }
  /* line 266, _elements.less */
  .mb-480-45 {
    margin-bottom: 45px;
  }
  /* line 266, _elements.less */
  .mb-480-40 {
    margin-bottom: 40px;
  }
  /* line 266, _elements.less */
  .mb-480-35 {
    margin-bottom: 35px;
  }
  /* line 266, _elements.less */
  .mb-480-30 {
    margin-bottom: 30px;
  }
  /* line 266, _elements.less */
  .mb-480-25 {
    margin-bottom: 25px;
  }
  /* line 266, _elements.less */
  .mb-480-20 {
    margin-bottom: 20px;
  }
  /* line 266, _elements.less */
  .mb-480-15 {
    margin-bottom: 15px;
  }
  /* line 266, _elements.less */
  .mb-480-10 {
    margin-bottom: 10px;
  }
  /* line 266, _elements.less */
  .mb-480-5 {
    margin-bottom: 5px;
  }
  /* line 266, _elements.less */
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  /* line 229, _elements.less */
  .f-400-10 .f-col {
    width: 10%;
  }
  /* line 229, _elements.less */
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  /* line 229, _elements.less */
  .f-400-8 .f-col {
    width: 12.5%;
  }
  /* line 229, _elements.less */
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  /* line 229, _elements.less */
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  /* line 229, _elements.less */
  .f-400-5 .f-col {
    width: 20%;
  }
  /* line 229, _elements.less */
  .f-400-4 .f-col {
    width: 25%;
  }
  /* line 229, _elements.less */
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  /* line 229, _elements.less */
  .f-400-2 .f-col {
    width: 50%;
  }
  /* line 229, _elements.less */
  .f-400-1 .f-col {
    width: 100%;
  }
  /* line 240, _elements.less */
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 240, _elements.less */
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 437, _elements.less */
  .w-400-33 {
    width: 33%;
  }
  /* line 441, _elements.less */
  .w-400-16 {
    width: 16.666666%;
  }
  /* line 266, _elements.less */
  .mb-400-100 {
    margin-bottom: 100px;
  }
  /* line 266, _elements.less */
  .mb-400-95 {
    margin-bottom: 95px;
  }
  /* line 266, _elements.less */
  .mb-400-90 {
    margin-bottom: 90px;
  }
  /* line 266, _elements.less */
  .mb-400-85 {
    margin-bottom: 85px;
  }
  /* line 266, _elements.less */
  .mb-400-80 {
    margin-bottom: 80px;
  }
  /* line 266, _elements.less */
  .mb-400-75 {
    margin-bottom: 75px;
  }
  /* line 266, _elements.less */
  .mb-400-70 {
    margin-bottom: 70px;
  }
  /* line 266, _elements.less */
  .mb-400-65 {
    margin-bottom: 65px;
  }
  /* line 266, _elements.less */
  .mb-400-60 {
    margin-bottom: 60px;
  }
  /* line 266, _elements.less */
  .mb-400-55 {
    margin-bottom: 55px;
  }
  /* line 266, _elements.less */
  .mb-400-50 {
    margin-bottom: 50px;
  }
  /* line 266, _elements.less */
  .mb-400-45 {
    margin-bottom: 45px;
  }
  /* line 266, _elements.less */
  .mb-400-40 {
    margin-bottom: 40px;
  }
  /* line 266, _elements.less */
  .mb-400-35 {
    margin-bottom: 35px;
  }
  /* line 266, _elements.less */
  .mb-400-30 {
    margin-bottom: 30px;
  }
  /* line 266, _elements.less */
  .mb-400-25 {
    margin-bottom: 25px;
  }
  /* line 266, _elements.less */
  .mb-400-20 {
    margin-bottom: 20px;
  }
  /* line 266, _elements.less */
  .mb-400-15 {
    margin-bottom: 15px;
  }
  /* line 266, _elements.less */
  .mb-400-10 {
    margin-bottom: 10px;
  }
  /* line 266, _elements.less */
  .mb-400-5 {
    margin-bottom: 5px;
  }
  /* line 266, _elements.less */
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
/* line 451, _elements.less */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 461, _elements.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* line 476, _elements.less */
audio,
canvas,
video {
  display: inline-block;
}
/* line 482, _elements.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 487, _elements.less */
[hidden] {
  display: none;
}
/* line 491, _elements.less */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
/* line 497, _elements.less */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* line 504, _elements.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 508, _elements.less */
b,
strong {
  font-weight: bold;
}
/* line 513, _elements.less */
dfn {
  font-style: italic;
}
/* line 517, _elements.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 523, _elements.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 528, _elements.less */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* line 536, _elements.less */
pre {
  white-space: pre-wrap;
}
/* line 540, _elements.less */
small {
  font-size: 80%;
}
/* line 544, _elements.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 552, _elements.less */
sup {
  top: -0.5em;
}
/* line 556, _elements.less */
sub {
  bottom: -0.25em;
}
/* line 560, _elements.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 564, _elements.less */
figure {
  margin: 0;
}
/* line 568, _elements.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 574, _elements.less */
legend {
  border: 0;
  padding: 0;
}
/* line 579, _elements.less */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
/* line 588, _elements.less */
button,
input {
  line-height: normal;
}
/* line 593, _elements.less */
button,
select {
  text-transform: none;
}
/* line 598, _elements.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 606, _elements.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 611, _elements.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 617, _elements.less */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 624, _elements.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 629, _elements.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 635, _elements.less */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* line 640, _elements.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 645, _elements.less */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 654, _elements.less */
button,
input,
select[multiple],
textarea {
  background-image: none;
}
/* line 661, _elements.less */
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
/* line 665, _elements.less */
a:hover {
  text-decoration: none;
}
/* line 670, _elements.less */
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
/* line 677, _elements.less */
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
/* line 683, _elements.less */
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 689, _elements.less */
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 695, _elements.less */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 701, _elements.less */
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
/* line 708, _elements.less */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #CFD1D4;
}
/*==========================================================================
=> buttons
========================================================================== */
/* line 718, _elements.less */
.button {
  font-family: var(--button-font);
  background: var(--button-fill);
  border: none;
  outline: none;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: var(--radius24);
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 740, _elements.less */
.button:hover {
  background: transparent;
  border: 1px solid var(--button-fill);
  color: var(--button-fill);
}
/* line 746, _elements.less */
.button.line {
  background: transparent;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
/* line 751, _elements.less */
.button.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
/* line 758, _elements.less */
.button.line-black {
  background: transparent;
  border: 1px solid var(--clr-black);
  color: var(--clr-black);
  padding: 0 8px;
  font-size: 24px;
  height: 34px;
  line-height: 34px;
}
/* line 767, _elements.less */
.button.line-black:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
/* line 774, _elements.less */
.button.grey {
  background: rgba(255, 255, 255, 0.07);
  border: none;
  color: #fff;
}
/* line 797, _elements.less */
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
/* line 804, _elements.less */
button:focus {
  outline: none;
}
/* line 808, _elements.less */
.button--block {
  width: 100%;
}
/* line 812, _elements.less */
.button svg {
  position: relative;
  top: -2px;
}
/* line 816, _elements.less */
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 821, _elements.less */
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
/* line 829, _elements.less */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
/* line 834, _elements.less */
.element-section .ehdn1 {
  margin-bottom: 30px;
}
/* line 838, _elements.less */
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 844, _elements.less */
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
/* line 851, _elements.less */
.form-grp,
.form-textarea-group {
  position: relative;
  margin-top: 8px;
  margin-bottom: 26px;
}
/* line 859, _elements.less */
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
/* line 864, _elements.less */
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
/* line 870, _elements.less */
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
/* line 876, _elements.less */
.whatsapp {
  margin-right: 0;
}
/* line 880, _elements.less */
.form-field {
  font-family: var(--input-font);
  height: var(--input-height);
  font-size: var(--input-fs-main);
  width: 100%;
  z-index: 2;
  position: relative;
  background: #FFF;
  color: #000;
  outline: none;
  border-radius: 8px;
  border: 1px solid #EFEBEA;
  padding-left: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 895, _elements.less */
.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;
}
/* line 903, _elements.less */
.form-field:focus,
.form-field.field--not-empty {
  border: 1px solid #000;
}
/* line 908, _elements.less */
.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;
}
/* line 920, _elements.less */
.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;
}
/* line 929, _elements.less */
.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
/* Password View */
/* line 942, _elements.less */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
/* line 949, _elements.less */
.form-grp.int-padr input {
  padding-right: 40px;
}
/* line 955, _elements.less */
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
/* line 965, _elements.less */
.form-grp.disabled-field {
  background: #f5f5f5;
}
/* line 968, _elements.less */
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
/* line 972, _elements.less */
.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 */
/* line 984, _elements.less */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #A7B3C4;
}
/* line 993, _elements.less */
.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;
}
/* line 1013, _elements.less */
.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;
}
/* line 1023, _elements.less */
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
/* line 1027, _elements.less */
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
/* line 1031, _elements.less */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #A7B3C4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 1038, _elements.less */
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
/* line 1043, _elements.less */
.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;
}
/* line 1055, _elements.less */
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
/* line 1060, _elements.less */
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: 'icomoon' !important;
}
/* line 1065, _elements.less */
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: 'icomoon' !important;
}
/* line 1070, _elements.less */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
/* line 1075, _elements.less */
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
/* line 1083, _elements.less */
.daterangepicker:before {
  border-bottom: 0;
}
/* line 1087, _elements.less */
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
/* line 1093, _elements.less */
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
/* line 1100, _elements.less */
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
/* line 1105, _elements.less */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
/* line 1110, _elements.less */
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
/* line 1115, _elements.less */
.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);
}
/* line 1122, _elements.less */
.daterangepicker th.available:hover {
  background-color: transparent;
}
/* line 1126, _elements.less */
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
/* line 1131, _elements.less */
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
/* line 1136, _elements.less */
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
/* line 1142, _elements.less */
.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 */
/* line 1151, _elements.less */
.select-field {
  background: url('../img/drop-down-arrow.svg') no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 1158, _elements.less */
.select-field option {
  color: #9fa4a9;
}
/* line 1163, _elements.less */
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
/* line 1174, _elements.less */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #ccc;
}
/* line 1180, _elements.less */
input::-webkit-input-placeholder {
  color: #ccc;
}
/* line 1184, _elements.less */
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
/*==========================================================================
=> Radio Small
========================================================================== */
/* line 1199, _elements.less */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
/* line 1206, _elements.less */
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 1212, _elements.less */
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
/* line 1222, _elements.less */
.radio-box label:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #a24eea;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1236, _elements.less */
.radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
/* line 1240, _elements.less */
.radio-box label.error {
  display: none !important;
}
/* line 1244, _elements.less */
.radio-box input.error ~ label {
  color: #ff2323;
}
/* line 1248, _elements.less */
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
/* line 1257, _elements.less */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 1263, _elements.less */
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 1269, _elements.less */
.checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
/* line 1280, _elements.less */
.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;
}
/* line 1291, _elements.less */
.checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #A24EEA;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1305, _elements.less */
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
/* line 1324, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  font-family: 'icomoon' !important;
  content: "\e92d";
  color: #A24EEA;
  font-size: 12px;
}
/* line 1333, _elements.less */
.checkbox-box label.error {
  display: none !important;
}
/* line 1337, _elements.less */
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
/* line 1341, _elements.less */
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
/* line 1353, _elements.less */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
/* line 1362, _elements.less */
.checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
/* line 1366, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
/* line 1375, _elements.less */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
/* line 1380, _elements.less */
.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;
}
/* line 1392, _elements.less */
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594AF;
}
/* line 1399, _elements.less */
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
/* line 1405, _elements.less */
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
/* line 1410, _elements.less */
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
/* line 1422, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
/* line 1425, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
/* line 1430, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
/* line 1434, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
/* line 1438, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #a24eea;
  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 */
/* line 1453, _elements.less */
.checkbox-box.chk-four {
  margin-right: 10px;
}
/* line 1456, _elements.less */
.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;
}
/* line 1462, _elements.less */
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594AF;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
/* line 1470, _elements.less */
.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
/* line 1477, _elements.less */
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
/* line 1490, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
/* line 1493, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
/* line 1502, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
/* line 1505, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
/* line 1517, _elements.less */
.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;
}
/* line 1523, _elements.less */
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594AF;
}
/* line 1529, _elements.less */
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
/* line 1534, _elements.less */
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
/* line 1546, _elements.less */
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
/* line 1549, _elements.less */
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
/* line 1553, _elements.less */
.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 */
/*==========================================================================
=> Tooltip
========================================================================== */
/* line 1572, _elements.less */
[tooltip-title] {
  position: relative;
  text-decoration: none;
}
/* line 1577, _elements.less */
[tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
/* line 1585, _elements.less */
[tooltip-title]:hover::before {
  content: attr(tooltip-title);
  background-color: #222;
  border-radius: 4px;
  text-shadow: 0 0 5px #000;
  white-space: nowrap;
  color: #fff;
  opacity: 1;
  pointer-events: all;
  padding: 6px 12px;
  overflow: hidden;
  top: unset;
}
/* line 1600, _elements.less */
[tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
/* line 1608, _elements.less */
[tooltip-title]:hover::after {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
/* Corrige bug do tooltip ficar sem baixo dos outros buttons*/
/* line 1616, _elements.less */
[data-placement="right"]:hover {
  position: relative;
  z-index: 1;
}
/* line 1621, _elements.less */
[tooltip-title]:is([data-placement="top"])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
/* line 1627, _elements.less */
[tooltip-title]:is([data-placement="right"])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
/* line 1634, _elements.less */
[tooltip-title]:is([data-placement="bottom"])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
/* line 1640, _elements.less */
[tooltip-title]:is([data-placement="left"])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
/* Arrow */
/* line 1649, _elements.less */
[tooltip-title]:is([data-placement="top"])::after {
  bottom: 100%;
  left: 20%;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}
/* line 1665, _elements.less */
[tooltip-title]:is([data-placement="right"])::after {
  bottom: 20%;
  left: 100%;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
}
/* line 1679, _elements.less */
[tooltip-title]:is([data-placement="bottom"])::after {
  left: 20%;
  top: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}
/* line 1693, _elements.less */
[tooltip-title]:is([data-placement="left"])::after {
  bottom: 20%;
  right: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
}
/*==========================================================================
=> Modal
==========================================================================*/
/* line 1710, _elements.less */
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
/* line 1717, _elements.less */
.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;
}
/* line 1728, _elements.less */
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
/* line 1735, _elements.less */
.modal-para p:last-child {
  margin-bottom: 0;
}
/* line 1740, _elements.less */
.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;
}
/* line 1753, _elements.less */
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
/* line 1762, _elements.less */
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1767, _elements.less */
.modal-cross:hover i {
  transform: rotate(90deg);
}
/* line 1774, _elements.less */
.modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
/* line 1782, _elements.less */
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
/* line 1787, _elements.less */
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
/* line 1792, _elements.less */
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
/* line 1797, _elements.less */
.static-cont {
  margin-bottom: 32px;
}
/* line 1800, _elements.less */
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
/* line 1807, _elements.less */
.static-cont li p {
  margin-bottom: 10px;
}
/* line 1811, _elements.less */
.static-cont li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
/* line 1824, _elements.less */
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
/* line 1831, _elements.less */
.modal-backdrop.show {
  opacity: .9;
}
/* line 1835, _elements.less */
.modal-backdrop {
  background-color: #fff;
}
/* line 1839, _elements.less */
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Swiper Slider */
/* line 1845, _elements.less */
.swiper-container {
  width: 100%;
  height: 100%;
}
/* line 1856, _elements.less */
.swiper-pagination-bullet-active {
  background: #39e5be;
}
/* line 1861, _elements.less */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1865, _elements.less */
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1869, _elements.less */
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1873, _elements.less */
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1877, _elements.less */
.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;
}
/* line 1881, _elements.less */
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
/* line 1890, _elements.less */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
/* line 1898, _elements.less */
.content-body {
  margin-bottom: 80px;
}
/* line 1901, _elements.less */
.content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
/* line 1911, _elements.less */
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  font-weight: 500;
  font-size: var(--size36);
  color: #FFF;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(2deg, #ffffff 9.63%, #6979a5 45.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 32px 0 16px;
  padding-inline: 40px;
}
/* line 1931, _elements.less */
.content-body h1:first-child,
.content-body h2:first-child,
.content-body h3:first-child,
.content-body h4:first-child,
.content-body h5:first-child,
.content-body h6:first-child {
  margin-top: 0;
}
/* line 1936, _elements.less */
.content-body p {
  margin-bottom: 34px;
  font-size: var(--size18);
  color: #fff;
  opacity: 0.9;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  padding-inline: 40px;
}
/* line 1952, _elements.less */
.content-body ul {
  margin-bottom: 16px;
  padding-inline: 40px;
}
/* line 1956, _elements.less */
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 16px;
  font-size: var(--size18);
  color: #99A1BA;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
/* line 1969, _elements.less */
.content-body ul li p,
.content-body ul li a {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 0;
}
/* line 1978, _elements.less */
.content-body ul li a {
  color: var(--clr-orange);
}
/* line 1982, _elements.less */
.content-body ul li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  display: block;
  top: 12px;
  left: 0;
  background: #FFF;
  transform: rotate(45deg);
}
/* line 1995, _elements.less */
.content-body ul li:last-child {
  margin-bottom: 0;
}
/* line 2001, _elements.less */
.content-body ol {
  list-style-position: inside;
}
/* line 2004, _elements.less */
.content-body ol strong {
  font-weight: 500;
}
/* line 2008, _elements.less */
.content-body ol p {
  color: #000;
  display: inline;
}
/* line 2015, _elements.less */
.content-body .caps-text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
@media all and (max-width: 990px) {
  /* line 2025, _elements.less */
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  /* line 2032, _elements.less */
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  /* line 2039, _elements.less */
  .content-body h1,
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
/* content page end */
/*==========================================================================
=> Accordion
==========================================================================*/
/* line 2059, _elements.less */
.accordion {
  color: #444;
  cursor: pointer;
  padding: 0 32px 32px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  color: #CDD8FF;
  font-size: var(--size28);
  font-weight: 400;
  line-height: 120%;
  background: transparent;
  position: relative;
}
/* line 2078, _elements.less */
.accordion::before {
  content: '';
  background: url('../img/acc-arrow.svg') no-repeat;
  position: absolute;
  right: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 2094, _elements.less */
.acc-item.active .accordion {
  padding-bottom: 24px;
}
/* line 2097, _elements.less */
.acc-item.active .accordion::before {
  transform: rotate(0deg);
}
/* line 2104, _elements.less */
.panel {
  display: none;
  padding-bottom: 32px;
}
/* line 2112, _elements.less */
.panel p {
  color: #99A1BA;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 160%;
}
/* line 2119, _elements.less */
.panel p:last-child {
  padding-bottom: 0;
}
/* line 2124, _elements.less */
.panel li {
  color: #99A1BA;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 160%;
  position: relative;
  padding-left: 16px;
}
/* line 2133, _elements.less */
.panel li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #99A1BA;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 100%;
}
/* line 2144, _elements.less */
.panel li:last-child {
  padding-bottom: 0;
}
/* line 2150, _elements.less */
.acc-wrap {
  max-width: 800px;
  margin: 0 auto;
}
/* line 2156, _elements.less */
.faq-sec .sec-title {
  margin-bottom: 60px;
}
/* line 2161, _elements.less */
.form-label {
  color: #404040;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
/* line 1, _font.less */
:root {
  /* common */
  --size64: 64px;
  --size60: 60px;
  --size52: 52px;
  --size48: 48px;
  --size36: 36px;
  --size30: 30px;
  --size28: 28px;
  --size24: 24px;
  --size20: 20px;
  --size18: 18px;
  --size16: 16px;
  --size14: 14px;
  --lblack: #404040;
  --spc60: 60px;
  --radius24: 24px;
  --radius16: 16px;
  --radius12: 12px;
}
/* line 24, _font.less */
.white,
.white p {
  color: #FFF;
}
/* line 29, _font.less */
.t-center {
  text-align: center;
}
/* line 33, _font.less */
.banner-title {
  font-size: var(--size60);
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  margin: auto;
  margin-bottom: 4px;
  background: linear-gradient(0deg, #ffffff 50%, #6979a5 80.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 48, _font.less */
.sec-title {
  font-size: var(--size48);
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  background: linear-gradient(2deg, #ffffff 9.63%, #6979a5 71.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 58, _font.less */
.sec-title.t-center {
  margin-bottom: 40px;
}
/* line 65, _font.less */
.large-title {
  font-size: var(--size18);
  font-weight: 400;
  line-height: 1.6;
  color: #99A1BA;
}
/* line 73, _font.less */
.small-title {
  font-size: var(--size28);
  font-weight: 400;
  line-height: 1.2;
  color: #CDD8FF;
}
/* line 80, _font.less */
.med-para p {
  color: #404040;
  font-size: var(--size24);
  font-weight: 400;
  line-height: 200%;
}
/* line 87, _font.less */
.comm-para p {
  font-size: var(--size18);
  color: #99A1BA;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
/* line 97, _font.less */
.small-para p {
  font-size: var(--size16);
  font-weight: 400;
}
/* line 102, _font.less */
.text-semiBold {
  font-weight: 600 !important;
}
/* line 106, _font.less */
.text-medium {
  font-weight: 500 !important;
}
/* line 110, _font.less */
p {
  color: #404040;
}
@media all and (max-width: 1600px) {
  /* line 116, _font.less */
  :root {
    --size60: 50px;
    --size48: 40px;
    --size36: 30px;
  }
}
@media all and (max-width: 1440px) {
  /* line 124, _font.less */
  :root {
    --size52: 44px;
    --size30: 24px;
    --size24: 20px;
  }
}
@media all and (max-width: 1366px) {
  /* line 132, _font.less */
  :root {
    --size48: 32px;
    --size36: 34px;
  }
}
@media all and (max-width: 1280px) {
  /* line 139, _font.less */
  :root {
    --size52: 40px;
    --size36: 32px;
    --size30: 28px;
    --size24: 22px;
  }
}
@media all and (max-width: 1200px) {
  /* line 148, _font.less */
  :root {
    --size60: 40px;
    --size36: 24px;
  }
}
@media all and (max-width: 1064px) {
  /* line 156, _font.less */
  :root {
    --spc60: 46px;
    --size52: 34px;
    --size64: 52px;
    --size36: 30px;
    --size30: 26px;
    --size24: 20px;
  }
}
@media all and (max-width: 990px) {
  /* line 168, _font.less */
  :root {
    --size64: 48px;
    --size36: 28px;
    --size30: 22px;
    --size24: 20px;
    --radius24: 18px;
  }
}
@media all and (max-width: 834px) {
  /* line 179, _font.less */
  :root {
    --size64: 46px;
    --spc60: 40px;
    --size36: 26px;
  }
}
@media all and (max-width: 640px) {
  /* line 188, _font.less */
  :root {
    --spc60: 40px;
    --size52: 34px;
    --size48: 30px;
    --size36: 24px;
  }
}
@media all and (max-width: 576px) {
  /* line 199, _font.less */
  :root {
    --size64: 48px;
    --size52: 40px;
    --size36: 23px;
    --size30: 20px;
    --size24: 20px;
  }
}
@media all and (max-width: 480px) {
  /* line 212, _font.less */
  :root {
    --size60: 30px;
    --size52: 30px;
    --size24: 18px;
    --radius24: 14px;
  }
  /* line 221, _font.less */
  .sec-title {
    width: 100%;
    text-align: center;
  }
  /* line 226, _font.less */
  .med-para p {
    color: #404040;
  }
}
@media all and (max-width: 400px) {
  /* line 232, _font.less */
  :root {
    --size52: 24px;
    --size48: 24px;
    --spc60: 24px;
  }
}
/* line 1, _global.less */
:root {
  --header-height: 100px;
  --header-scroll-height: 70px;
}
/* line 6, _global.less */
html,
body {
  width: 100%;
  font-family: 'Founders Grotesk';
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background: #010510;
}
/* line 23, _global.less */
::-webkit-scrollbar {
  width: 6px;
  background: #DFDFDF;
}
/* line 28, _global.less */
::-webkit-scrollbar-thumb {
  background: var(--clr-orange);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 36, _global.less */
.container {
  max-width: 1300px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 45, _global.less */
.main-container {
  padding-top: var(--header-height);
}
/* line 49, _global.less */
.comm-section {
  padding: var(--spc60) 0;
  position: relative;
}
/* line 54, _global.less */
.mb16 {
  margin-bottom: 16px !important;
}
/* line 58, _global.less */
.mb40 {
  margin-bottom: 40px !important;
}
/* line 62, _global.less */
.mb0 {
  margin-bottom: 0px !important;
}
/* line 66, _global.less */
.mt0 {
  margin-top: 0px !important;
}
/* line 70, _global.less */
.pt0 {
  padding-top: 0 !important;
}
/* line 74, _global.less */
.pb0 {
  padding-bottom: 0 !important;
}
/* line 78, _global.less */
.pr0 {
  padding-right: 0 !important;
}
/* line 84, _global.less */
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 90, _global.less */
.lblue-bg {
  background: #F6FBFE;
}
/* line 94, _global.less */
.l-orange {
  background: #FEF7F4;
}
/* line 98, _global.less */
.l-yellow {
  background: #FDF7EA;
}
/* line 102, _global.less */
.l-purple {
  background: #F0F1FF;
}
/* line 108, _global.less */
.sol-box {
  border-radius: 24px;
  border: 1px solid #4D525E;
  padding: 20px;
  min-height: 210px;
  position: relative;
  width: calc(50% - 20px);
}
/* line 116, _global.less */
.sol-box:nth-child(even) {
  transform: translateY(100px);
}
/* line 121, _global.less */
.solution-img {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 128, _global.less */
.solution-img img {
  object-fit: contain;
  object-position: right bottom;
}
/* line 134, _global.less */
.solution-right {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
}
/* line 143, _global.less */
.solution-right .comm-para p {
  text-align: left;
}
/* line 148, _global.less */
.solution-right .solution-content {
  max-width: 230px;
}
/* line 151, _global.less */
.solution-right .solution-content .small-title {
  margin-bottom: 16px;
  color: #CDD8FF;
}
/* line 157, _global.less */
.solution-right .sticky-content {
  top: calc(var(--header-height) + 100px);
}
/* line 163, _global.less */
.solution-left .sticky-content {
  top: calc(var(--header-height) + 100px);
  width: 78%;
}
/* line 169, _global.less */
.learning-img {
  width: 620px;
  height: 496px;
  border-radius: var(--radius16);
  overflow: hidden;
}
/* line 175, _global.less */
.learning-img img {
  object-fit: cover;
}
/* line 180, _global.less */
.safety-learn {
  position: relative;
  height: 480px;
}
/* line 184, _global.less */
.safety-learn img {
  object-fit: cover;
}
/* line 188, _global.less */
.safety-learn.learning-wrap {
  padding: 0;
  justify-content: center;
  align-items: flex-end;
}
/* line 194, _global.less */
.safety-learn .learning-img {
  width: 100%;
  position: absolute;
}
/* line 199, _global.less */
.safety-learn .learning-content {
  position: relative;
}
/* line 202, _global.less */
.safety-learn .learning-content .comm-para p,
.safety-learn .learning-content .sec-title {
  text-align: center;
}
/* line 209, _global.less */
.safety-learn .learning-content {
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 840px;
}
/* line 218, _global.less */
.learning-content {
  max-width: 670px;
}
/* line 222, _global.less */
.learning-wrap {
  border: 1px solid #4D525E;
  border-radius: var(--radius24);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 150px;
  padding: 20px 20px 20px 40px;
}
/* line 232, _global.less */
.learning-wrap .sec-title,
.learning-wrap .comm-para p {
  text-align: left;
}
/* line 238, _global.less */
.img-left {
  padding-left: 0;
  padding-right: 60px;
}
/* line 244, _global.less */
.learning-content {
  flex: 1;
}
/* line 247, _global.less */
.learning-content .sec-title,
.learning-content .large-title {
  margin-bottom: 16px;
}
/* line 253, _global.less */
.case-wrap {
  border-radius: var(--radius24);
  border: 1px solid #DBDBDB;
  padding: 22px 68px 22px 24px;
}
/* line 258, _global.less */
.case-wrap .small-title {
  margin: 16px 0;
}
/* line 262, _global.less */
.case-wrap .comm-para {
  margin-bottom: 42px;
}
/* line 268, _global.less */
.chip span {
  border-radius: 5px;
  background: rgba(239, 65, 35, 0.07);
  color: var(--clr-orange);
  font-size: var(--size14);
  font-weight: 500;
  letter-spacing: -0.1px;
  padding: 4px 12px;
}
/* line 279, _global.less */
.sec-header {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}
/* line 288, _global.less */
.app-swiper .swiper-slide,
.app-content-swiper .swiper-slide {
  background: #FFF !important;
}
/* line 293, _global.less */
.swiper-container {
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
/* line 299, _global.less */
.swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 306, _global.less */
.swiper-progress-bar {
  width: 950px;
  height: 4px;
  position: relative;
  margin: 20px auto;
  background: var(--clr-paleOrange);
}
/* line 313, _global.less */
.swiper-progress-bar .progress {
  height: inherit;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--clr-lightorange);
  z-index: 1;
}
/* line 322, _global.less */
.swiper-progress-bar .progress-sections {
  left: 0;
  top: 0;
  position: absolute;
  height: inherit;
  width: inherit;
  z-index: 2;
  display: flex;
  flex-direction: row;
}
/* line 332, _global.less */
.swiper-progress-bar .progress-sections span {
  flex: 1;
  height: inherit;
  border-right: 34px solid #FFF;
}
/* line 338, _global.less */
.swiper-progress-bar .progress-sections span:last-child {
  border-right-width: 0;
}
/* line 345, _global.less */
.swiper-counter {
  width: 600px;
  margin: 0 auto;
}
/* line 350, _global.less */
.tab-wrap {
  width: 954px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  margin: 32px auto 16px;
}
/* line 358, _global.less */
.tab-wrap div {
  border-radius: var(--radius16);
  background: #FEF7F4;
  padding: 19px 32px;
  color: var(--clr-black);
  width: 100%;
  color: #000;
  text-align: center;
  font-size: var(--size24);
  font-weight: 500;
  line-height: 117%;
  height: 94px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 376, _global.less */
.tab-wrap div.active {
  background: var(--clr-lightorange);
  color: var(--clr-white);
}
/* line 382, _global.less */
.tab-wrap .progress {
  position: relative;
}
/* line 385, _global.less */
.tab-wrap .progress:before,
.tab-wrap .progress:after {
  content: '';
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
/* line 394, _global.less */
.tab-wrap .progress::after {
  width: 100%;
  background: var(--clr-paleOrange);
}
/* line 402, _global.less */
.tab-wrap .progress.active:before {
  background: var(--clr-lightorange);
  width: 0%;
  z-index: 5;
  animation: progressBar 3.5s infinite ease-in-out;
}
@keyframes progressBar {
  /* line 410, _global.less */
  from {
    width: 0px;
  }
  /* line 414, _global.less */
  to {
    width: 100%;
  }
}
/* line 423, _global.less */
.image-content-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: 100px;
  margin-top: 100px;
}
/* line 429, _global.less */
.app-content-card {
  max-width: 460px;
}
/* line 432, _global.less */
.app-content-card .small-title {
  text-align: left;
  margin-bottom: 24px;
}
/* line 437, _global.less */
.app-content-card li {
  text-align: left;
}
/* line 445, _global.less */
.orange-arrow li {
  position: relative;
  padding-left: 48px;
  color: #99A1BA;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 18px;
}
/* line 455, _global.less */
.orange-arrow li:before {
  content: url(../img/list-marker.svg);
  margin-right: 12px;
  position: absolute;
  left: 0px;
  top: -5px;
}
/* line 465, _global.less */
.appContentSwiper {
  flex: 1;
}
/* line 469, _global.less */
.energy-swiper {
  width: 100%;
  overflow: visible;
}
/* line 473, _global.less */
.energy-swiper .swiper-slide {
  height: auto;
  opacity: 0.3;
  transition: 0.5s;
}
/* line 478, _global.less */
.energy-swiper .swiper-slide-active {
  opacity: 1;
}
/* line 484, _global.less */
.energy-section {
  overflow: hidden;
}
/* line 488, _global.less */
.energy-content {
  padding: 60px;
  border: 1px solid #4D525E;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* line 497, _global.less */
.energy-content .small-title {
  margin-bottom: 48px;
}
/* line 501, _global.less */
.energy-content .comm-para {
  margin-bottom: 24px;
}
/* line 502, _global.less */
.energy-content .comm-para p {
  text-align: left;
}
/* line 508, _global.less */
.energy-content .comm-para:last-child {
  margin-bottom: 0;
}
/* line 513, _global.less */
.energy-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  gap: 0 40px;
}
/* line 520, _global.less */
.energy-content li {
  position: relative;
  width: calc(50% - 20px);
  text-align: left;
  margin-bottom: 12px;
}
/* line 526, _global.less */
.energy-content li:last-child {
  margin-bottom: 0;
}
/* line 535, _global.less */
.relief-cont .med-para p.text-semiBold {
  font-weight: 500;
}
/* line 540, _global.less */
.relief-cont-wrap {
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #4D525E;
}
/* line 546, _global.less */
.safety-study-content-wrap {
  margin-bottom: 40px;
}
/* line 550, _global.less */
.safety-study-content-wrap.eng-safety {
  display: flex;
}
/* line 553, _global.less */
.safety-study-content-wrap.eng-safety ul {
  margin-left: 0;
  margin-top: 32px;
}
/* line 558, _global.less */
.safety-study-content-wrap.eng-safety li {
  position: relative;
  padding-left: 48px;
  color: #99A1BA;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 18px;
  list-style-type: none;
}
/* line 569, _global.less */
.safety-study-content-wrap.eng-safety li:before {
  content: url(../img/list-marker.svg);
  margin-right: 12px;
  position: absolute;
  left: 0px;
  top: -5px;
}
/* line 579, _global.less */
.safety-study-content-wrap.eng-safety .comm-para p {
  text-align: left;
}
/* line 584, _global.less */
.safety-study-content-wrap.eng-safety .sticky-cont-wrapper {
  width: 50%;
}
/* line 587, _global.less */
.safety-study-content-wrap.eng-safety .sticky-cont-wrapper .sec-title {
  text-align: left;
}
/* line 592, _global.less */
.safety-study-content-wrap.eng-safety .safety-content-right {
  width: 50%;
}
/* line 601, _global.less */
.sticky-text-sec .relief-cont:last-child {
  margin-bottom: 0px;
}
/* line 608, _global.less */
.sticky-text-sec .safety-study-content-wrap:last-child {
  margin-bottom: 0;
}
/* line 613, _global.less */
.sticky-text-sec .sticky-content {
  width: 70%;
}
/* line 618, _global.less */
.img-text-box {
  margin-bottom: 40px;
}
/* line 619, _global.less */
.img-text-box.learning-wrap {
  gap: 36px;
}
/* line 625, _global.less */
.img-text-box:last-child {
  margin-bottom: 0;
}
/* line 629, _global.less */
.img-text-box .learning-img {
  width: 400px;
  height: 385px;
}
/* line 635, _global.less */
.black-wrap {
  width: 100%;
  height: 673px;
  border-radius: var(--radius24);
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
/* line 643, _global.less */
.black-wrap:last-child {
  margin-bottom: 0;
}
/* line 648, _global.less */
.black-content {
  border-radius: var(--radius12);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30px);
  position: absolute;
  bottom: 34px;
  left: 40px;
  width: 50%;
  padding: 34px 40px;
}
/* line 660, _global.less */
.black-content .small-title {
  margin-bottom: 14px;
}
/* line 665, _global.less */
.two-col {
  margin-bottom: 42px;
}
/* line 669, _global.less */
.project-img {
  width: 520px;
  height: 462px;
  border-radius: var(--radius24);
  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;
}
/* line 676, _global.less */
.project-img img {
  object-fit: contain;
}
/* line 682, _global.less */
.project-wrap .sec-title {
  margin-bottom: 16px;
}
/* line 686, _global.less */
.project-wrap .comm-para {
  max-width: 580px;
  margin: auto;
  margin-bottom: 74px;
}
/* line 693, _global.less */
.project-box-card {
  display: flex;
  justify-content: flex-start;
  gap: 66px;
}
/* line 698, _global.less */
.project-box-card:nth-child(even) {
  flex-direction: row-reverse;
}
/* line 705, _global.less */
.project-content .large-title {
  margin-bottom: 16px;
}
/* line 709, _global.less */
.project-content li {
  margin-bottom: 10px;
}
/* line 714, _global.less */
.phase-number {
  background: linear-gradient(46deg, #ec2227 -78.12%, #ec2a25 -52.92%, #ef4123 -13.03%, #f4681e 35.26%, #fa9c18 91.94%, #fdb515 115.04%);
  width: 125px;
  height: 125px;
  border-radius: 100%;
  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;
  position: relative;
  border: 25px solid #FFF;
}
/* line 731, _global.less */
.project-left,
.project-right,
.project-timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* line 741, _global.less */
.project-timeline {
  position: sticky;
  top: calc(var(--header-height) + 100px);
}
/* line 746, _global.less */
.project-timeline:before {
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
  background: #F5F5F5;
  lefT: 50%;
  transform: translate(-50%);
  position: absolute;
  z-index: 0;
}
/* line 761, _global.less */
.project-height {
  position: relative;
}
/* line 765, _global.less */
.project-trigg {
  position: absolute;
}
/* line 769, _global.less */
.orange-timeline {
  width: 8px;
  height: 0;
  margin: 0 auto;
  background-color: #EC2A25;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 50%;
  transform: translate(-50%);
}
/* line 780, _global.less */
.orange-timeline:after {
  content: '';
  width: 8px;
  height: 40%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  display: inline-block;
  top: 0;
  lefT: 0%;
}
/* line 792, _global.less */
.anim-text {
  color: #E7B298;
  font-size: var(--size60);
  font-weight: 400;
  width: 85%;
  margin: 0 auto;
}
/* line 799, _global.less */
.anim-text div {
  background: linear-gradient(to right, #ffffff 50%, #e7b298 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0.3;
}
/* line 811, _global.less */
.anim-text span {
  background: var(--vio);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
/* line 819, _global.less */
.orange-bg-sec {
  background: linear-gradient(46deg, #ec2227 -78.12%, #ec2a25 -52.92%, #ef4123 -13.03%, #f4681e 35.26%, #fa9c18 91.94%, #fdb515 115.04%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transform: scale(1.2);
  height: 100vh;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 835, _global.less */
.orange-bg-sec-wrap {
  height: 250vh;
  position: relative;
  z-index: -1;
}
/* line 841, _global.less */
.show-orange-sec-trigger {
  position: absolute;
  top: 100vh;
}
/* line 848, _global.less */
.parent {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
/* line 856, _global.less */
.div1 {
  grid-area: 1 / 1 / 3 / 4;
}
/* line 860, _global.less */
.div2 {
  grid-area: 1 / 4 / 2 / 7;
}
/* line 864, _global.less */
.div3 {
  grid-area: 1 / 7 / 2 / 9;
}
/* line 868, _global.less */
.div4 {
  grid-area: 2 / 4 / 3 / 6;
}
/* line 872, _global.less */
.div5 {
  grid-area: 2 / 6 / 3 / 9;
}
/* line 876, _global.less */
.big-count.count {
  font-size: 60px;
  font-weight: 500;
  line-height: 117%;
}
/* line 882, _global.less */
.small-count.count {
  font-size: 40px;
  font-weight: 500;
  line-height: 117%;
}
/* line 888, _global.less */
.dot1 {
  width: 72px;
  height: 72px;
}
/* line 894, _global.less */
.dot2,
.dot3,
.dot4,
.dot5 {
  width: 36px;
  height: 36px;
}
/* line 902, _global.less */
.circle {
  border-radius: 100%;
  overflow: hidden;
}
/* line 907, _global.less */
.grid-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 34px 30px 44px 34px;
  gap: 30px;
}
/* line 916, _global.less */
.parent > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 920, _global.less */
.parent {
  position: relative;
}
/* line 924, _global.less */
.parent .count {
  margin-bottom: 16px;
  display: inline-block;
}
/* line 929, _global.less */
.parent:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #FFF;
}
/* line 938, _global.less */
.area-tab-wrap {
  border-radius: var(--radius24);
  background: #F7FBFE;
  overflow: hidden;
}
/* line 944, _global.less */
.tab-box {
  display: flex;
  justify-content: space-between;
  gap: 150px;
}
/* line 952, _global.less */
.area-tab-wrap {
  padding: 80px 66px;
  position: relative;
}
/* line 956, _global.less */
.area-tab-wrap .tab-wrap div {
  height: auto;
  padding: 0;
}
/* line 961, _global.less */
.area-tab-wrap .tab-wrap {
  width: 100%;
}
/* line 965, _global.less */
.area-tab-wrap .tab-content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* line 973, _global.less */
.area-tab-wrap .tab-nav-wrap ul {
  border-radius: var(--radius16);
  background: #FFF;
  padding: 10px;
  width: 338px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
/* line 984, _global.less */
.area-tab-wrap .tab-nav-wrap li {
  position: relative;
  z-index: 1;
  padding: 24px 32px;
}
/* line 988, _global.less */
.area-tab-wrap .tab-nav-wrap li a {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 117%;
  text-align: left;
  display: block;
}
/* line 999, _global.less */
.area-tab-wrap .tab-nav-wrap li:after {
  content: url(../img/black-arrow.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
}
/* line 1007, _global.less */
.area-tab-wrap .tab-nav-wrap li.active {
  background: transparent;
}
/* line 1013, _global.less */
.area-tab-wrap .tab-nav-wrap li.active a {
  color: var(--clr-orange);
}
/* line 1017, _global.less */
.area-tab-wrap .tab-nav-wrap li.active:after {
  content: url(../img/orange-tab-arrow.svg);
}
/* line 1028, _global.less */
.area-img {
  width: 700px;
  height: 490px;
}
/* line 1032, _global.less */
.area-img img {
  object-fit: contain;
}
/* line 1037, _global.less */
.sec-subtitle {
  font-size: 32px;
}
/* line 1041, _global.less */
.service-small-card {
  border-radius: var(--radius16);
  overflow: hidden;
  padding: 30px 34px 30px 30px;
  height: 100%;
}
/* line 1048, _global.less */
.service-small-img {
  width: 170px;
  height: 142px;
  margin-bottom: 32px;
}
/* line 1053, _global.less */
.service-small-img img {
  object-fit: contain;
}
/* line 1059, _global.less */
.service-wrap {
  width: 85%;
  margin: 0 auto;
}
/* line 1063, _global.less */
.service-wrap .sec-title {
  margin-bottom: 14px;
}
/* line 1067, _global.less */
.service-wrap .sec-subtitle {
  margin-bottom: 54px;
}
/* line 1071, _global.less */
.service-wrap .med-para p {
  font-weight: 500;
}
/* line 1078, _global.less */
.service-big-card {
  padding: 36px 82px 60px 80px;
  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: 0px;
  flex-direction: column;
  border-radius: var(--radius16);
}
/* line 1086, _global.less */
.service-big-card .counter-para {
  margin-bottom: 44px;
}
/* line 1090, _global.less */
.service-big-card .f-row {
  width: 100%;
  justify-content: space-between;
}
/* line 1096, _global.less */
.service-big-img {
  width: 446px;
  height: 370px;
}
/* line 1100, _global.less */
.service-big-img img {
  object-fit: contain;
}
/* line 1105, _global.less */
.service-big-content {
  flex: 1;
}
/* line 1110, _global.less */
.industries-detail {
  background: #FFF;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
/* line 1117, _global.less */
.industries-detail .sec-title {
  margin-bottom: 28px;
  max-width: 306px;
  width: 100%;
  line-height: 1.2;
}
/* line 1123, _global.less */
.industries-detail .comm-para {
  max-width: 338px;
  width: 100%;
}
/* line 1128, _global.less */
.indDetailSwiper {
  height: 400px;
}
/* line 1131, _global.less */
.indDetailSwiper .swiper-slide {
  text-align: left;
  display: flex;
  align-items: center;
  height: auto;
}
/* line 1139, _global.less */
.indNameSwiper {
  height: 400px;
  width: 400px;
  position: relative;
}
/* line 1144, _global.less */
.indNameSwiper .swiper-slide {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1148, _global.less */
.indNameSwiper:before {
  content: '';
  width: 100%;
  height: 144px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: inline-block;
}
/* line 1160, _global.less */
.indNameSwiper:after {
  content: '';
  width: 100%;
  height: 144px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: inline-block;
}
/* line 1173, _global.less */
.industries-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: 60px;
}
/* line 1178, _global.less */
.industries-name {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  transition: 3s all ease-out;
  color: #D9D9D9;
  line-height: 1.2;
}
/* line 1191, _global.less */
.swiper-slide-active .industries-name {
  color: var(--clr-lightorange);
}
/* line 1198, _global.less */
.testi-card {
  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;
}
/* line 1202, _global.less */
.testi-card .sec-title {
  margin-bottom: 72px;
  max-width: 700px;
  width: 100%;
}
/* line 1207, _global.less */
.testi-card .large-title {
  max-width: 1076px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 48px;
  line-height: 1.6;
}
/* line 1215, _global.less */
.user-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: 16px;
}
/* line 1219, _global.less */
.user-wrap .med-para p {
  font-weight: 500;
}
/* line 1224, _global.less */
.user-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 1230, _global.less */
.user-img {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  overflow: hidden;
}
/* line 1237, _global.less */
.cs-swiper-box-btm .knowledge-card-title {
  font-size: var(--size20);
  font-weight: 400;
  letter-spacing: -0.2px;
  text-align: left;
  margin-bottom: 16px;
  color: #CDD8FF;
}
/* line 1246, _global.less */
.cs-swiper-box {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid #4D525E;
}
/* line 1253, _global.less */
.knowledge-sec .cs-swiper-img {
  margin-bottom: 18px;
}
/* line 1258, _global.less */
.blog-detail {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
/* line 1264, _global.less */
.blog-detail > span {
  position: relative;
  color: #ffffff90;
  padding-left: 20px;
}
/* line 1269, _global.less */
.blog-detail > span:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #D9D9D9;
  position: absolute;
  display: inline-block;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 1285, _global.less */
.swiper-linear {
  transition-timing-function: linear;
}
/* line 1289, _global.less */
.banner-wrap {
  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;
  height: 100vh;
}
/* line 1296, _global.less */
.banner-wrap .banner-title {
  max-width: 700px;
  width: 100%;
  margin-bottom: 42px;
  text-align: center;
  font-size: var(--size52);
  color: #fff;
}
/* line 1304, _global.less */
.banner-wrap .comm-para {
  max-width: 488px;
  width: 100%;
}
/* line 1308, _global.less */
.banner-wrap .container {
  position: absolute;
  z-index: -1;
  top: var(--header-height);
}
/* line 1315, _global.less */
.banner-wrap .mob-banner-content .banner-title {
  max-width: 80%;
  margin: 0 auto 30px;
}
/* line 1322, _global.less */
.banner-subdscr {
  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-reverse;
  gap: 40px;
  position: relative;
}
/* line 1328, _global.less */
.banner-subdscr p {
  text-align: center;
}
/* line 1333, _global.less */
.banner-card {
  border-radius: 10px;
  position: relative;
}
/* line 1339, _global.less */
.banner-card .five-card {
  box-shadow: 0px -5.34469px 313.888px 0px rgba(0, 0, 0, 0.11);
}
/* line 1366, _global.less */
.card-img-1 {
  width: 124px;
  height: 124px;
  overflow: hidden;
}
/* line 140, _mixin.less */
.card-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 1370, _global.less */
.card-img-2 {
  width: 75px;
  height: 150px;
  overflow: hidden;
}
/* line 140, _mixin.less */
.card-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 1374, _global.less */
.card-img-3 {
  width: 192px;
  height: 154px;
  overflow: hidden;
}
/* line 140, _mixin.less */
.card-img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 1378, _global.less */
.card-img-4 {
  width: 123px;
  height: 94px;
  overflow: hidden;
}
/* line 140, _mixin.less */
.card-img-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 1382, _global.less */
.card-1 {
  transform: scale(0.6);
  left: -10%;
  top: -20%;
}
/* line 1388, _global.less */
.card-2 {
  transform: scale(0.5) translateY(-190px);
  top: -5%;
  right: 0%;
}
/* line 1394, _global.less */
.card-3 {
  transform: scale(0.5);
  left: 5%;
  bottom: -12%;
}
/* line 1401, _global.less */
.card-4 {
  transform: scale(0.55);
  right: 20%;
  bottom: 5%;
}
/* line 1407, _global.less */
.card-5 {
  transform: scale(0.55);
  right: -30%;
  bottom: 5%;
}
/* line 1417, _global.less */
.card-1 img,
.card-2 img,
.card-3 img,
.card-4 img {
  object-fit: contain;
}
/* line 1422, _global.less */
.banner-height {
  position: relative;
  height: 250vh;
}
/* line 1427, _global.less */
.banner-trigg {
  position: absolute;
  width: 100%;
}
/* line 1432, _global.less */
.banner-card-wrap {
  position: relative;
  height: calc(100svh - 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;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
/* line 1442, _global.less */
.banner-card-wrap .f-row {
  position: absolute;
}
/* line 1447, _global.less */
.banner-2 {
  top: 100vh;
}
/* line 1451, _global.less */
.gsap-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  background: linear-gradient(46deg, #ec2227 -27.82%, #ec2a25 5.37%, #ef4123 57.93%, #f4681e 121.56%, #fa9c18 196.25%, #fdb515 226.68%);
  position: fixed;
  z-index: 9;
  opacity: 0;
}
/* line 1464, _global.less */
.fold2-dot-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 305px;
  height: 305px;
}
/* line 1473, _global.less */
.fold2-dot {
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
}
/* line 1479, _global.less */
.fold2-dot-1,
.fold2-dot-2,
.fold2-dot-3 {
  width: 62px;
  height: 62px;
}
/* line 1488, _global.less */
.fold2-dot-4,
.fold2-dot-5,
.fold2-dot-6 {
  width: 82px;
  height: 82px;
}
/* line 1502, _global.less */
.fold2-dot-1 {
  top: 0%;
  left: 0%;
  transform: translate(0px, 10px);
}
/* line 1508, _global.less */
.fold2-dot-2 {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px));
}
/* line 1514, _global.less */
.fold2-dot-3 {
  bottom: 0;
  right: 0%;
  transform: translate(-10px, 0px);
}
/* line 1520, _global.less */
.fold2-dot-4 {
  top: 0;
  left: 50%;
  transform: translate(calc(-50% - 10px), 0%);
}
/* line 1526, _global.less */
.fold2-dot-5 {
  top: 50%;
  right: 0%;
  transform: translate(0%, calc(-50% + 10px));
}
/* line 1532, _global.less */
.fold2-dot-6 {
  top: 0;
  right: 0;
}
/* line 1537, _global.less */
.fold3-dot-1 {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1543, _global.less */
.fold3-dot-2 {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 1549, _global.less */
.fold3-dot-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 1555, _global.less */
.fold3-dot-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 1561, _global.less */
.fold3-dot {
  width: 50px;
  height: 50px;
}
/* line 1566, _global.less */
.fold3-dot-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
/* line 1574, _global.less */
.projectRightSwiper,
.projectLeftSwiper,
.project-timeline {
  height: 462px;
}
/* line 1579, _global.less */
.projectRightSwiper .swiper-slide,
.projectLeftSwiper .swiper-slide,
.project-timeline .swiper-slide {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
/* line 1586, _global.less */
.projectRightSwiper,
.projectLeftSwiper {
  border-radius: var(--radius24);
  overflow: hidden;
}
/* line 1592, _global.less */
.project-box-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: 80px;
}
/* line 1597, _global.less */
.mob-project-content,
.mob-project-box {
  display: none;
}
/* line 1602, _global.less */
.project-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
/* line 1611, _global.less */
.project-card:last-child {
  margin-bottom: 0;
}
/* line 1616, _global.less */
.approach-img {
  border-radius: 12px;
  width: 570px;
  height: 460px;
  border: 1px solid rgba(77, 82, 94, 0.32);
  flex-shrink: 0;
  overflow: hidden;
}
/* line 1624, _global.less */
.approach-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* line 1631, _global.less */
.approach-box {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid #4D525E;
  margin-bottom: 40px;
}
/* line 1641, _global.less */
.energy-sec {
  padding-bottom: 0;
}
/* line 1645, _global.less */
.area-height {
  position: relative;
}
/* line 1650, _global.less */
.area-trigg {
  position: absolute;
}
/* line 1654, _global.less */
.tab-bg {
  border-radius: 12px;
  background: #FFE4D9;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
/* line 1664, _global.less */
.anim-sec {
  padding: 200px 0;
}
/* line 1669, _global.less */
.no-big-text .page-bnr {
  margin-bottom: 0;
}
/* line 1677, _global.less */
.mob-btn {
  display: none;
}
/* line 1681, _global.less */
.mob-top-banner,
.mob-bottom-banner {
  display: none;
}
/* line 1687, _global.less */
.contact-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: 150px;
}
/* line 1692, _global.less */
.adress-tile-icon {
  width: 24px;
  height: 24px;
}
/* line 1696, _global.less */
.adress-tile-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 1703, _global.less */
.address-tile {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
/* line 1708, _global.less */
.address-tile:last-child {
  margin-bottom: 0;
}
/* line 1712, _global.less */
.address-tile span {
  font-weight: 600;
  margin-right: 5px;
}
/* line 1717, _global.less */
.address-tile .comm-para p {
  line-height: 1.8;
}
/* line 1721, _global.less */
.address-tile a {
  color: #99A1BA;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1725, _global.less */
.address-tile a:hover {
  color: #F08122;
}
/* line 1731, _global.less */
.address-para-wrap {
  flex: 1;
}
/* line 1734, _global.less */
.address-para-wrap p {
  text-align: left;
}
/* line 1739, _global.less */
.office-location {
  color: #CDD8FF;
  font-size: var(--size28);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
/* line 1748, _global.less */
.contact-card {
  margin-bottom: 60px;
}
/* line 1751, _global.less */
.contact-card:last-child {
  margin-bottom: 0;
}
/* line 1756, _global.less */
.contact-right {
  padding: 36px 40px 36px 45px;
  border-radius: 24px;
  overflow: hidden;
  flex: 1;
}
/* line 1763, _global.less */
.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 1769, _global.less */
.btn-center {
  display: flex;
  margin: 0 auto;
  background: #EF4123;
  width: 140px;
}
/* line 1784, _global.less */
.blogpage-tile-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;
  margin-bottom: 32px;
  margin-top: 14px;
}
/* line 1789, _global.less */
.blogpage-tile-wrap .banner-title {
  width: 80%;
}
/* line 1794, _global.less */
.blog-img {
  width: 100%;
  height: 518px;
  border-radius: var(--radius24);
  overflow: hidden;
  margin-bottom: 50px;
}
/* line 1801, _global.less */
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 1809, _global.less */
.blog-para-wrap p {
  margin-bottom: 34px;
}
/* line 1812, _global.less */
.blog-para-wrap p:last-child {
  margin-bottom: 0;
}
/* line 1819, _global.less */
.swiper-slide a {
  color: #000;
}
/* line 1825, _global.less */
.contact-main .business-wrap {
  display: none;
}
/* line 1831, _global.less */
.blog-wrap .f-row {
  gap: 20px 0;
}
/* line 1836, _global.less */
.cs-swiper-box-btm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 1841, _global.less */
.cs-swiper-box-btm h3 {
  font-size: var(--size24);
  font-weight: 500;
}
/* line 1847, _global.less */
.center-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
/* line 1853, _global.less */
.case-swiper {
  margin-top: 60px;
}
/* line 1856, _global.less */
.case-swiper .swiper-slide {
  height: auto;
}
/* line 1861, _global.less */
.cs-swiper-box {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
/* line 1870, _global.less */
.service-wrap .comm-para p {
  line-height: 1.8;
}
/* line 1874, _global.less */
.service-wrap .sec-title {
  margin-bottom: 44px;
}
/* line 1878, _global.less */
.service-wrap .f-row {
  margin-bottom: 40px;
}
/* line 1883, _global.less */
.service-wrap .service-big-card .f-row {
  margin-bottom: 0;
}
/* line 1889, _global.less */
.cs-swiper-box-btm.service {
  flex-direction: row;
}
/* line 1893, _global.less */
.contact-wrap {
  margin-bottom: 100px;
}
/* line 1897, _global.less */
.body .is-layout-flex {
  flex-direction: column;
}
/* line 1900, _global.less */
.body .is-layout-flex img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
/* line 1907, _global.less */
.blog-title {
  font-size: var(--size36);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.36px;
  max-width: 845px;
  width: 100%;
}
/* line 1916, _global.less */
.chip {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
/* line 1923, _global.less */
.team-header-wrap .sec-title.t-center {
  margin-bottom: 10px;
}
/* line 1928, _global.less */
.blog-wrap {
  max-width: 100%;
  margin: 0 auto;
}
/* line 1934, _global.less */
.wpcf7-form .button {
  line-height: 1;
}
/* line 1939, _global.less */
.section-left.counter-broad {
  width: 30%;
}
/* line 1942, _global.less */
.section-left.counter-broad .large-title {
  margin-bottom: 16px;
}
/* line 1947, _global.less */
.error-wrap {
  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;
}
/* line 1952, _global.less */
.error-img {
  width: 585px;
  height: 338px;
  margin-bottom: 14px;
}
/* line 1958, _global.less */
.error-title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 117%;
  max-width: 518px;
  width: 100%;
  margin-bottom: 22px;
}
/* line 1969, _global.less */
.blog-detail-wrap {
  width: 80%;
  margin: 0 auto;
}
/* line 1975, _global.less */
.of-hidden {
  overflow: hidden;
}
/* line 1979, _global.less */
.video-head {
  width: 60%;
  margin: 0 auto;
}
/* line 1984, _global.less */
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
/* line 1992, _global.less */
.sec-video {
  height: 595px;
  border-radius: var(--radius24);
  overflow: hidden;
}
/* line 1999, _global.less */
.implement-wrap .sec-video {
  height: 655px;
}
/* line 2004, _global.less */
.usecase-img {
  height: 100%;
  border-radius: var(--radius24);
  overflow: hidden;
}
/* line 2011, _global.less */
.usecase-content {
  position: absolute;
  left: 40px;
  padding-right: 54px;
  bottom: 50px;
  opacity: 0;
  visibility: visible;
  z-index: -1;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
  transform: translateY(50px);
  width: 95%;
}
/* line 2026, _global.less */
.usecase-content .comm-para p {
  color: #FFF;
}
/* line 2032, _global.less */
.usecase-content-2 {
  transform: rotate(270deg);
  position: absolute;
  bottom: 220px;
  left: -70px;
  width: 350px;
  z-index: 6;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}
/* line 2048, _global.less */
.usecase-card {
  position: relative;
  flex: 1 0 0;
  transition: flex 0.8s ease-in-out;
}
/* line 2054, _global.less */
.usecase-card:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
/* line 2068, _global.less */
.usecase-card.active {
  flex: 3;
  background: none;
  background: transparent;
}
/* line 2074, _global.less */
.usecase-card.active .usecase-content {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/* line 2081, _global.less */
.usecase-card.active .usecase-bottom {
  display: flex;
  align-items: center;
}
/* line 2086, _global.less */
.usecase-card.active:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
/* line 2090, _global.less */
.usecase-card.active .usecase-content-2 {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
/* line 2099, _global.less */
.usecase-title {
  color: #FFF;
  font-size: var(--size30);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
/* line 2112, _global.less */
.link-arrow {
  width: 62px;
  height: 62px;
  background-color: #FFF;
  border-radius: 100%;
  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;
}
/* line 2120, _global.less */
.link-arrow a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
/* line 2126, _global.less */
.link-arrow i {
  font-size: 40px;
  color: #000;
}
/* line 2134, _global.less */
.usecase-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  display: none;
}
/* line 2141, _global.less */
.usecase-bottom .comm-para {
  flex: 1;
}
/* line 2146, _global.less */
.usecase-gallery {
  display: flex;
  gap: 20px;
  height: 482px;
}
/* line 2153, _global.less */
.knowledge-wrap .cs-swiper-img {
  height: 222px;
  border-radius: 24px;
}
/* line 2159, _global.less */
.blog-category {
  font-size: var(--size36);
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
  color: #CDD8FF;
}
/* line 2167, _global.less */
.category-wrap {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #6979A5;
}
/* line 2173, _global.less */
.counter-value {
  color: #F4681E;
  font-size: var(--size48);
  font-weight: 600;
  line-height: 117%;
  margin-bottom: 16px;
}
/* line 2182, _global.less */
.counter-para p {
  color: #404040;
  font-size: var(--size24);
  font-weight: 600;
  line-height: normal;
}
/* line 2190, _global.less */
.value-para p {
  color: #404040;
  font-size: var(--size24);
  font-weight: 400;
  line-height: normal;
}
/* line 2198, _global.less */
.new-home.main-container {
  padding-top: 0;
}
/* line 2204, _global.less */
.header-new-wrap {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
/* line 2214, _global.less */
.five-card {
  position: relative;
  padding: 30px;
  height: 316px;
  width: 100%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 8px 80px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  overflow: hidden;
}
/* line 2226, _global.less */
.five-card h3 {
  color: #000;
  font-size: var(--size24);
  font-weight: 600;
  line-height: 150%;
  width: 210px;
}
/* line 2235, _global.less */
.five-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 70%;
}
/* line 2244, _global.less */
.five-card-wrap .f-row {
  gap: 40px 0;
  justify-content: center;
}
/* line 2250, _global.less */
.big-sec {
  padding: 100px 0;
}
/* line 2254, _global.less */
.ai-banner-video {
  height: 520px;
}
/* line 2258, _global.less */
.ai-banner-video video {
  border-radius: var(--radius24);
  overflow: hidden;
}
/* line 2264, _global.less */
.banner-sticky {
  position: relative;
  height: 100vh;
  padding-top: 0;
}
/* line 2270, _global.less */
.banner-trigger {
  position: absolute;
  top: 100vh;
}
/* line 2275, _global.less */
.home-banner-video {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(100%);
}
/* line 2293, _global.less */
.home-banner-video iframe {
  width: 100%;
  height: 100%;
}
/* line 2309, _global.less */
.g-logo-wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
/* line 2320, _global.less */
.g-logo {
  width: 832px;
  height: 510px;
  transform: scale(0);
}
/* line 2326, _global.less */
.wordcloud-img {
  width: 100%;
  height: auto;
}
/* line 2331, _global.less */
.ov-hidden {
  overflow: hidden;
}
/* line 2335, _global.less */
.eng-banner-para {
  max-width: 850px;
  margin: auto;
  margin-top: 32px;
}
/* line 2341, _global.less */
.feature-card-wrap {
  padding: 20px;
  border-radius: var(--radius24);
  margin-bottom: 40px;
  border: 1px solid #4D525E;
  position: relative;
  overflow: hidden;
}
/* line 2351, _global.less */
.feature-card-wrap:nth-child(odd) .f-row {
  flex-direction: row-reverse;
}
/* line 2355, _global.less */
.feature-card-wrap:nth-child(odd)::after {
  left: 0;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}
/* line 2362, _global.less */
.feature-card-wrap::after {
  content: "";
  position: absolute;
  border-radius: 542px;
  background: rgba(128, 143, 183, 0.13);
  width: 542px;
  height: 542px;
  filter: blur(100px);
  right: 0;
  bottom: 0;
  transform: translateX(50%) translateY(50%);
}
/* line 2375, _global.less */
.feature-card-wrap:last-child {
  margin-bottom: 0;
}
/* line 2379, _global.less */
.feature-card-wrap .f-col {
  padding: 0 30px;
}
/* line 2383, _global.less */
.feature-card-wrap .f-row {
  margin-left: -30px;
  margin-right: -30px;
  align-items: center;
}
/* line 2390, _global.less */
.feature-title {
  color: #CDD8FF;
  font-size: var(--size28);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  margin-bottom: 24px;
}
/* line 2402, _global.less */
.feature-content .comm-para p {
  text-align: left;
}
/* line 2408, _global.less */
.rel-banner {
  border-radius: 24px;
  overflow: hidden;
}
/* line 2414, _global.less */
.rel-img-box .img-wrap {
  border-radius: 24px;
  border: 1px solid #4D525E;
  overflow: hidden;
  padding: 20px;
}
/* line 2420, _global.less */
.rel-img-box .img-wrap img {
  border-radius: 12px;
}
/* line 2426, _global.less */
.feature-img {
  border-radius: var(--radius24);
  overflow: hidden;
}
/* line 2432, _global.less */
.feature-wrap .sec-title {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 60px;
}
/* line 2439, _global.less */
.reliability-content {
  width: 85%;
  margin: 0 auto;
}
/* line 2443, _global.less */
.reliability-content h2 {
  color: #CDD8FF;
  font-size: var(--size24);
  line-height: 166%;
  margin-bottom: 32px;
}
/* line 2451, _global.less */
.reliability-content p {
  margin-bottom: 32px;
  font-size: var(--size24);
  text-align: left;
}
/* line 2456, _global.less */
.reliability-content p:last-child {
  margin-bottom: 0;
}
/* line 2462, _global.less */
.img-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
/* line 2467, _global.less */
.img-wrap:last-child {
  margin-bottom: 0;
}
/* line 2473, _global.less */
.rel-banner-sec .img-wrap {
  margin-bottom: 76px;
}
/* line 2479, _global.less */
.footer-right {
  display: flex;
  align-items: center;
  gap: 50px;
}
/* line 2486, _global.less */
.partner-wrap .f-col {
  padding: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D8D8D850;
}
/* line 2492, _global.less */
.partner-wrap .partner-img {
  padding: 40px;
}
/* line 2496, _global.less */
.partner-wrap .f-row {
  flex-wrap: wrap;
  border: 1px solid #D8D8D850;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 2504, _global.less */
.partner-wrap img {
  filter: grayscale(1);
}
/* line 2512, _global.less */
.comm-video-btn {
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 6;
}
/* line 2520, _global.less */
.partner-img p {
  color: #F1882B;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}
/* line 2528, _global.less */
.banner-logo-trigger {
  top: 400vh;
  position: absolute;
}
/* line 2535, _global.less */
.numbers-sticky .sec-title,
.numbers-sticky .sec-title span {
  color: #F4681E;
  font-size: var(--size48);
  font-weight: 600;
  line-height: 117%;
  margin-bottom: 20px;
}
/* line 2546, _global.less */
.numbers-sticky span {
  color: #404040;
  font-size: var(--size24);
  font-weight: 400;
  line-height: normal;
}
/* line 2555, _global.less */
.numbers-sticky .large-title p {
  color: #404040;
  font-size: var(--size24);
  font-weight: 600;
  line-height: normal;
}
/* line 2564, _global.less */
.value-number-box .large-title {
  margin-bottom: 40px;
}
/* line 2569, _global.less */
.value-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
/* line 2575, _global.less */
.value-row:last-child {
  margin-bottom: 0;
}
/* line 2579, _global.less */
.value-row .sec-title {
  width: 100px;
  margin-bottom: 0;
  font-size: var(--size36);
}
/* line 2586, _global.less */
.mob-five-card {
  display: none;
}
/* line 2590, _global.less */
.mob-content {
  display: none;
}
/* line 2594, _global.less */
.mob-g-logo {
  width: 70%;
  margin: 0 auto;
}
/* line 2599, _global.less */
.play-button {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  border-radius: 48px;
  padding-right: 18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
/* line 2611, _global.less */
.play-button h5 {
  color: #FFF;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
/* // -------------------------file upload-------------------- */
/* line 2635, _global.less */
.drop-zone {
  height: 100%;
  padding: 25px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  /* max-width: 480px; */
  /* background: #f5fafe; */
  border-radius: 10px;
  width: 100%;
  height: 140px;
  border-radius: 12px;
  border: 1px solid #4D525E;
}
/* line 2654, _global.less */
.drop-zone__prompt {
  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;
  color: #404555;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.1px;
}
/* line 2666, _global.less */
.drop-zone__input {
  display: none;
}
/* line 2670, _global.less */
.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  position: relative;
}
/* line 2679, _global.less */
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  color: #ffffff;
  /* background: rgba(0,0,0,0.75); */
  font-size: 20x;
  text-align: center;
  font-weight: 600;
}
/* line 2693, _global.less */
.career-wrap {
  width: 60%;
  margin: 0px auto;
}
/* line 2697, _global.less */
.career-wrap .office-location {
  text-align: center;
}
/* line 2701, _global.less */
.career-wrap button {
  margin-top: 10px;
}
/* line 2706, _global.less */
.comm-page-head {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
/* line 2714, _global.less */
.page-title {
  max-width: 1060px;
  margin: auto;
}
/* line 2718, _global.less */
.page-title .comm-para {
  margin-top: 24px;
}
/* line 2723, _global.less */
.bg-vm {
  transform: scaleX(-1);
}
/* line 2726, _global.less */
.bg-vm-2 {
  transform: scaleX(1);
}
/* line 2733, _global.less */
.swiper-values .swiper-slide {
  background: transparent;
}
/* line 2738, _global.less */
.comm-pagination {
  position: static;
}
/* line 2741, _global.less */
.comm-pagination .swiper-pagination-bullet {
  background: #CDD8FF;
  height: 8px;
  width: 8px;
  transition: 0.8s;
}
/* line 2747, _global.less */
.comm-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 8px;
  border-radius: 8px;
}
/* line 2756, _global.less */
.sp-sec .sec-title {
  text-align: left;
  margin-bottom: 24px;
}
/* line 2761, _global.less */
.sp-sec p {
  text-align: left;
  max-width: 320px;
}
/* line 2766, _global.less */
.sp-sec .f-row {
  align-items: center;
}
/* line 2771, _global.less */
.business-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  transform: scaleX(1.3);
  transition: 0.8s ease-in-out;
}
/* line 2779, _global.less */
.business-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 2786, _global.less */
.business-frame {
  position: absolute;
  width: calc(100% + 52px);
  height: calc(100% + 52px);
  left: -26px;
  top: -26px;
  z-index: 1;
}
/* line 2794, _global.less */
.business-frame img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
/* line 2801, _global.less */
.business-wrap {
  overflow: hidden;
  position: relative;
}
/* line 2807, _global.less */
.business-banner .container {
  position: relative;
}
/* line 2812, _global.less */
.business-banner:hover .business-bg {
  opacity: 1;
  transform: scaleX(1);
}
/* line 2819, _global.less */
.culture-para {
  max-width: 999px;
  margin: auto;
}
/* line 2823, _global.less */
.culture-para p {
  color: #FFF;
  text-align: center;
  font-size: var(--size60);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
/* line 2833, _global.less */
.emp-section {
  position: relative;
  padding: 150px 0;
}
/* line 2838, _global.less */
.emp-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 2845, _global.less */
.emp-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 2852, _global.less */
.blur-elem-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 2859, _global.less */
.blur-elem-1 {
  position: absolute;
  width: 387px;
  height: 62.287px;
  border-radius: 387px;
  background: rgba(128, 143, 183, 0.3);
  filter: blur(50px);
  right: 10%;
  top: -40%;
}
/* line 2870, _global.less */
.blur-elem-2 {
  position: absolute;
  width: 234px;
  height: 217px;
  background: rgba(128, 143, 183, 0.3);
  filter: blur(50px);
  left: 10%;
  bottom: -180%;
}
/* line 2880, _global.less */
.banner-txt {
  max-width: 824px;
  margin: auto;
}
/* line 2884, _global.less */
.banner-txt a {
  text-align: center;
  width: max-content;
  margin: auto;
}
/* line 2890, _global.less */
.banner-txt .banner-title {
  margin-bottom: 24px;
}
/* line 2894, _global.less */
.banner-txt .comm-para {
  max-width: 550px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
/* line 2901, _global.less */
.banner-txt .comm-txt {
  margin-bottom: 24px;
}
/* line 2908, _global.less */
.breadcrumb.page-title-small li p {
  color: #7884A6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}
/* line 2919, _global.less */
.homepage-hdr {
  max-width: 823px;
  margin: auto;
}
/* line 2924, _global.less */
.partner-logo-wrap {
  width: 184px;
  filter: grayscale(1);
}
/* line 2929, _global.less */
.swiper-partners {
  width: 100%;
  padding: 0 20px;
}
/* line 2935, _global.less */
.partner-blur-anim.blur-elem-wrap {
  width: calc(100% - 30px);
  height: calc(100% - 20px);
  top: 10px;
}
/* line 2941, _global.less */
.partner-blur-anim .blur-elem-1,
.partner-blur-anim .blur-elem-2 {
  width: 390px;
  height: 390px;
  border-radius: 396.897px;
  background: rgba(128, 143, 183, 0.3);
  filter: blur(100px);
}
/* line 2950, _global.less */
.partner-blur-anim .blur-elem-1 {
  right: 0;
}
/* line 2954, _global.less */
.partner-blur-anim .blur-elem-2 {
  left: 5%;
  bottom: -30%;
}
/* line 2960, _global.less */
.ssc-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 200px;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* line 2968, _global.less */
.ssc-wrap .sticky-content {
  width: 100%;
}
/* line 2972, _global.less */
.ssc-wrap .safety-study-content-wrap {
  width: calc(50% - 100px);
  margin-bottom: 0;
}
/* line 2977, _global.less */
.ssc-wrap h2 {
  color: #CDD8FF;
}
/* line 2981, _global.less */
.ssc-wrap .comm-para p {
  text-align: left;
}
/* line 2987, _global.less */
.ssc-wrap::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #010510 0%, #6979a5 50%, #010510 100%);
  height: 100%;
  width: 1px;
}
/* line 2995, _global.less */
.ssc-wrap::before {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #010510 0%, #6979a5 50%, #010510 100%);
  height: 1px;
  width: 100%;
  transform: translateY(-2px);
}
/* line 3005, _global.less */
.cs-wrap {
  margin-top: 30px;
}
/* line 3009, _global.less */
.case-img {
  border-radius: 24px;
  border: 1px solid #4D525E;
  padding: 20px;
  margin-bottom: 32px;
}
/* line 3015, _global.less */
.case-img img {
  border-radius: 14px;
}
/* line 3020, _global.less */
.calendly-wrap {
  border-radius: 24px;
  width: 100%;
  height: 680px;
  overflow: hidden;
}
/* line 3026, _global.less */
.calendly-wrap .calendly-inline-widget {
  height: 100%;
  width: 100%;
}
/* line 3031, _global.less */
.calendly-wrap img {
  height: 100%;
  width: 100%;
}
/* line 3038, _global.less */
.industries-box p {
  color: #808FB7;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
}
/* line 3049, _global.less */
.industries-section {
  position: relative;
  padding: 70px 0 300px;
  background: #010510;
}
/* line 3054, _global.less */
.industries-section .container {
  position: relative;
}
/* line 3059, _global.less */
.industries-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* line 3065, _global.less */
.industries-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
/* line 3072, _global.less */
.industries-wrap {
  display: flex;
  align-items: center;
}
/* line 3077, _global.less */
.industries-icon {
  width: 150px;
  height: 150px;
  padding: 36px;
  border-radius: 24px;
  border: 1px solid #4D525E;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px);
}
/* line 3086, _global.less */
.industries-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* line 3097, _global.less */
.sol-section {
  position: relative;
  overflow: hidden;
}
/* line 3102, _global.less */
.sol-txt {
  opacity: 0;
  transition: 0.5s;
  text-align: center;
}
/* line 3107, _global.less */
.sol-txt p,
.sol-txt h3 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 16px 0;
}
/* line 3119, _global.less */
.sol-swiper {
  overflow: visible;
}
/* line 3122, _global.less */
.sol-swiper .swiper-slide {
  transform: scale(0.9);
  opacity: 0.6;
  transition: 0.8s;
}
/* line 3127, _global.less */
.sol-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
/* line 3131, _global.less */
.sol-swiper .swiper-slide-active .sol-txt {
  opacity: 1;
}
/* line 3138, _global.less */
.sol-anim {
  height: 430px;
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(77, 82, 94, 0.6);
  overflow: hidden;
}
/* line 3145, _global.less */
.sol-anim video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 3153, _global.less */
.anim-txt-logo-wrap {
  position: relative;
}
/* line 3157, _global.less */
.anim-txt-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
/* line 3163, _global.less */
.anim-txt-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
/* line 3170, _global.less */
.anim-txt-logo-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 320px;
}
/* line 3178, _global.less */
.anim-txt-logo {
  position: relative;
}
/* line 3182, _global.less */
.anim-txt {
  max-width: 985px;
  margin: auto;
}
/* line 3186, _global.less */
.anim-txt p {
  color: #ffffff;
  text-align: center;
  font-size: var(--size60);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
/* line 3196, _global.less */
.anim-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(60px);
}
/* line 3202, _global.less */
.stats-cards-section {
  background: linear-gradient(0deg, rgba(1, 5, 16, 0.3) 0%, rgba(1, 5, 16, 0.6) 100%);
  backdrop-filter: blur(12px);
  padding-top: 40px;
}
/* line 3208, _global.less */
.stats-cards {
  max-width: 800px;
  margin: auto;
}
/* line 3217, _global.less */
.stats-card {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 40px;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  background: #010510;
}
/* line 3226, _global.less */
.stats-img {
  height: 250px;
  width: 100%;
}
/* line 3230, _global.less */
.stats-img .stats-illus {
  height: 100%;
  width: 100%;
}
/* line 3234, _global.less */
.stats-img .stats-illus canvas {
  height: 100%;
  width: 100%;
}
/* line 3243, _global.less */
.stats-cards-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* line 3249, _global.less */
.stats-cards-bg img {
  object-fit: fill;
}
/* line 3254, _global.less */
.stats-txt {
  position: relative;
  padding: 30px 80px;
  z-index: 1;
}
/* line 3259, _global.less */
.stats-txt h3 {
  color: #FFF;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
/* line 3268, _global.less */
.stats-txt p {
  color: #808FB7;
  font-size: var(--size36);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
/* line 3279, _global.less */
.stats-numbers {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
/* line 3286, _global.less */
.stat-num h4 {
  color: #FFF;
  font-size: var(--size48);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 6px;
  text-align: center;
}
/* line 3296, _global.less */
.stat-num span {
  color: #808FB7;
  font-size: var(--size24);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  display: block;
}
/* line 3308, _global.less */
.reveal-text .word {
  opacity: 0.2;
  transition: 0.5s;
}
/* line 3316, _global.less */
.knowledge-wrap .cs-swiper-box {
  padding: 0;
  border: none;
  border-radius: 0;
}
/* line 3322, _global.less */
.knowledge-wrap .cs-swiper-img {
  padding: 0;
  width: 251px;
  height: 252px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid #4D525E;
  overflow: hidden;
}
/* line 3331, _global.less */
.knowledge-wrap .cs-swiper-img img {
  border-radius: 0;
}
/* line 3338, _global.less */
.eng-banner-new {
  height: auto;
  width: 100%;
  margin-top: 60px;
  border-radius: 24px;
  overflow: hidden;
}
/* line 3346, _global.less */
.relief-eng-head {
  max-width: 707px;
  margin: auto;
}
/* line 3351, _global.less */
.safety-content-right {
  margin-top: 40px;
}
/* line 3355, _global.less */
.relief-eng-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1010px;
  margin: auto;
  margin-top: 80px;
  position: relative;
}
/* line 3363, _global.less */
.relief-eng-wrap::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #010510 0%, #6979a5 50%, #010510 100%);
  height: 100%;
  width: 1px;
  left: 50%;
}
/* line 3372, _global.less */
.relief-eng-wrap .relief-cont {
  width: 50%;
  max-width: 420px;
}
/* line 3376, _global.less */
.relief-eng-wrap .relief-cont ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 32px;
}
/* line 3381, _global.less */
.relief-eng-wrap .relief-cont ul li {
  list-style-type: none;
  position: relative;
  padding-left: 48px;
  color: #99A1BA;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 18px;
}
/* line 3392, _global.less */
.relief-eng-wrap .relief-cont ul li:before {
  content: url(../img/list-marker.svg);
  margin-right: 12px;
  position: absolute;
  left: 0px;
  top: -5px;
}
/* line 3407, _global.less */
.sss-swiper .swiper-wrapper {
  align-items: center;
}
/* line 3412, _global.less */
.codesec-wrap {
  display: flex;
}
/* line 3415, _global.less */
.codesec-wrap .sticky-cont-wrapper {
  width: 30%;
}
/* line 3419, _global.less */
.codesec-wrap .safety-content-right {
  width: 70%;
  margin-top: 0;
}
/* line 3424, _global.less */
.codesec-wrap .sec-title {
  text-align: left;
}
/* line 3428, _global.less */
.codesec-wrap .relief-cont-wrap {
  padding: 0;
  border: 0;
}
/* line 3433, _global.less */
.codesec-wrap .codesec-para {
  margin-bottom: 30px;
}
/* line 3438, _global.less */
.codesec-wrap .relief-cont ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 32px;
}
/* line 3443, _global.less */
.codesec-wrap .relief-cont ul li {
  list-style-type: none;
  position: relative;
  padding-left: 48px;
  color: #99A1BA;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 18px;
}
/* line 3454, _global.less */
.codesec-wrap .relief-cont ul li:before {
  content: url(../img/list-marker.svg);
  margin-right: 12px;
  position: absolute;
  left: 0px;
  top: -5px;
}
/* line 3467, _global.less */
.var-procs-list {
  border-radius: 24px;
  border: 1px solid #4D525E;
  padding: 40px;
  flex: 1;
}
/* line 3473, _global.less */
.var-procs-list ul {
  list-style-type: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
/* line 3479, _global.less */
.var-procs-list ul li {
  width: 50%;
  list-style-type: none;
  position: relative;
  padding-left: 48px;
  color: #99A1BA;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
}
/* line 3491, _global.less */
.var-procs-list ul li:before {
  content: url(../img/list-marker.svg);
  margin-right: 12px;
  position: absolute;
  left: 0px;
  top: -5px;
}
/* line 3503, _global.less */
.broad-sec-wrap.section-wrap {
  align-items: center;
}
/* line 3507, _global.less */
.broad-sec-wrap .sec-title {
  margin-bottom: 24px;
}
/* line 3511, _global.less */
.broad-sec-wrap .sec-title,
.broad-sec-wrap .comm-para p {
  text-align: left;
}
/* line 3518, _global.less */
.broad-sec-wrap .f-row .f-col:first-child {
  width: 100%;
}
/* line 3524, _global.less */
.broad-sec-wrap .count-box {
  border-radius: 24px;
  border: 1px solid #4D525E;
}
/* line 3529, _global.less */
.broad-sec-wrap .count {
  background: linear-gradient(180deg, #808fb7 26.56%, #b6bfd7 76.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 3536, _global.less */
.broad-sec-wrap .section-right {
  width: 50%;
}
/* line 3543, _global.less */
.banner-text-elem {
  position: absolute;
}
/* line 3546, _global.less */
.banner-text-elem-1 {
  left: 0;
  top: -60%;
  width: 25%;
}
/* line 3551, _global.less */
.banner-text-elem-1 .banner-elem-icon {
  left: 70%;
  top: 40%;
}
/* line 3557, _global.less */
.banner-text-elem-2 {
  left: 0;
  bottom: -60%;
  width: 25%;
}
/* line 3562, _global.less */
.banner-text-elem-2 .banner-elem-icon-1 {
  right: 20%;
  bottom: 40%;
}
/* line 3567, _global.less */
.banner-text-elem-2 .banner-elem-icon-2 {
  right: 70%;
  bottom: 90%;
}
/* line 3573, _global.less */
.banner-text-elem-3 {
  right: 0;
  top: -60%;
  width: 25%;
}
/* line 3578, _global.less */
.banner-text-elem-3 .banner-elem-icon {
  right: 70%;
  top: 40%;
}
/* line 3584, _global.less */
.banner-text-elem-4 {
  right: 0;
  bottom: -60%;
  width: 25%;
}
/* line 3589, _global.less */
.banner-text-elem-4 .banner-elem-icon {
  right: 70%;
  bottom: 40%;
}
/* line 3596, _global.less */
.banner-txt-wrap-new {
  position: relative;
}
/* line 3600, _global.less */
.banner-elem-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  transition: 0.5s;
}
/* line 3606, _global.less */
.banner-elem-icon:hover {
  transform: scale(1.2);
}
/* line 3610, _global.less */
.banner-elem-icon span {
  display: block;
  color: #99A1BA;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
  position: absolute;
  top: -20px;
  left: 40px;
}
/* line 3625, _global.less */
.banner-icon-clickable-mob {
  display: none;
}
/* line 3631, _global.less */
.project-acc-new.active ul {
  height: 115px;
}
/* line 3637, _global.less */
.project-acc-new h3 {
  color: #CDD8FF;
  font-size: var(--size28);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
/* line 3646, _global.less */
.project-acc-new ul {
  list-style-type: none;
  margin-left: 0;
  height: 0;
  transition: 0.5s;
  overflow-y: auto;
}
/* line 3653, _global.less */
.project-acc-new ul li {
  list-style-type: none;
  position: relative;
  padding-left: 48px;
  color: #99A1BA;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
}
/* line 3664, _global.less */
.project-acc-new ul li:before {
  content: url(../img/list-marker.svg);
  margin-right: 12px;
  position: absolute;
  left: 0px;
  top: -5px;
}
/* line 3675, _global.less */
.project-images-new {
  position: relative;
  width: 50%;
}
/* line 3680, _global.less */
.project-left-new {
  width: 50%;
}
/* line 3684, _global.less */
.project-image-new {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.5s;
  height: max-content;
}
/* line 3691, _global.less */
.project-image-new.active {
  position: relative;
  opacity: 1;
}
/* line 3697, _global.less */
.project-box-wrap-new {
  gap: 60px;
  display: flex;
  margin-top: 60px;
}
/* line 3703, _global.less */
.project-acc-new {
  padding-bottom: 8px;
  border-bottom: 1px solid #4D525E;
  margin-bottom: 32px;
}
/* line 3708, _global.less */
.project-acc-new:last-child {
  border-bottom: 0;
}
/* header */
/* line 2, _megamenu.less */
:root {
  --menuWidth: 300px;
}
/* line 6, _megamenu.less */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
/* line 14, _megamenu.less */
.head-right {
  display: flex;
}
/* line 18, _megamenu.less */
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}
/* line 25, _megamenu.less */
.header-box .container {
  height: var(--headerHeight);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 32, _megamenu.less */
.drop {
  position: relative;
}
/* line 35, _megamenu.less */
.drop > a:after {
  content: "";
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background: url(../img/menu-drop.svg) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
  color: #545454;
}
/* line 47, _megamenu.less */
.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;
  z-index: 9;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 62, _megamenu.less */
.drop ul li {
  padding: 0;
}
/* line 65, _megamenu.less */
.drop ul li:last-of-type {
  border-bottom: 0;
}
/* line 69, _megamenu.less */
.drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  color: #010510;
}
/* line 76, _megamenu.less */
.drop ul li a:hover {
  background: #eee;
  color: #000;
}
/* line 85, _megamenu.less */
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
/* line 90, _megamenu.less */
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
/* line 97, _megamenu.less */
.header-wrap {
  display: flex;
}
/* line 101, _megamenu.less */
.header-box {
  display: flex;
  height: var(--header-height);
}
/* line 106, _megamenu.less */
.menuBtn {
  display: flex;
  align-items: center;
}
/* line 111, _megamenu.less */
.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;
}
/* line 114, _megamenu.less */
.header-list li {
  padding: 7px 14px;
}
/* line 117, _megamenu.less */
.header-list li a {
  font-size: 16px;
  color: #B7BBC9;
  font-weight: 500;
}
/* line 122, _megamenu.less */
.header-list li a:hover {
  color: #fff;
}
/* line 129, _megamenu.less */
.header-new-wrap {
  transition: 0.5s;
}
/* line 134, _megamenu.less */
.fixHeader .header-new-wrap {
  background: #010510;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
/* line 139, _megamenu.less */
.fixHeader .header-box .container {
  height: var(--headerFixedHeight);
}
/* line 145, _megamenu.less */
.menuBtn .button {
  margin-left: 20px;
}
/* side menu */
/* line 152, _megamenu.less */
.menu {
  display: none;
  position: relative;
}
/* side menu */
/* line 158, _megamenu.less */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
/* line 165, _megamenu.less */
.menuOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 180, _megamenu.less */
.menuOverlay.active {
  opacity: 1;
  visibility: visible;
}
/* line 185, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
/* line 189, _megamenu.less */
.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;
}
/* line 205, _megamenu.less */
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
/* line 210, _megamenu.less */
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 224, _megamenu.less */
.js-nav-toggle span {
  position: relative;
  background-color: #fff;
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 236, _megamenu.less */
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
/* line 251, _megamenu.less */
.js-nav-toggle span:before {
  margin-top: 5px;
}
/* line 257, _megamenu.less */
.show-menu .js-nav-toggle {
  z-index: 99999;
}
/* line 261, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #fff;
}
/* line 267, _megamenu.less */
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
/* line 271, _megamenu.less */
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 276, _megamenu.less */
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 281, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
/* line 287, _megamenu.less */
.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: #fff;
}
/* line 299, _megamenu.less */
.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;
}
/* line 313, _megamenu.less */
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
/* line 317, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
/* line 321, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/* line 326, _megamenu.less */
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 30px;
  padding-left: 1.3em;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #ffffff;
}
/* line 339, _megamenu.less */
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: #ffffff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}
/* line 353, _megamenu.less */
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
/* line 360, _megamenu.less */
.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);
}
/* line 371, _megamenu.less */
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
/* line 379, _megamenu.less */
.mob-navigation a {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #FFF;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-size: 16px;
}
/* line 396, _megamenu.less */
.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: #010510;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* line 411, _megamenu.less */
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
/* line 416, _megamenu.less */
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 423, _megamenu.less */
.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%;
}
/* line 443, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
@media all and (max-width: 1024px) {
  /* line 448, _megamenu.less */
  .navigation {
    display: none;
  }
  /* line 452, _megamenu.less */
  .nav-wrapper {
    display: block;
  }
  /* line 456, _megamenu.less */
  .header-list {
    display: none;
  }
  /* line 460, _megamenu.less */
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 466, _megamenu.less */
  .menuBtn .button {
    margin-right: 30px;
  }
}
@media all and (max-width: 480px) {
  /* line 474, _megamenu.less */
  .logo {
    width: 90px;
  }
}
/* line 1, _header.less */
.header-top {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 16px 20px;
}
/* line 8, _header.less */
.header-bottom {
  padding: 10px 0;
  display: none;
}
/* line 12, _header.less */
.header-bottom .header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
/* line 17, _header.less */
.header-new-wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius16);
  margin-top: 18px;
}
/* line 23, _header.less */
.logo {
  width: 180px;
  height: 40px;
}
/* line 27, _header.less */
.logo img {
  object-fit: contain;
}
/* line 33, _header.less */
.home-header .header-bottom {
  display: block;
}
/* line 37, _header.less */
.home-header .header-top {
  border-bottom: 1px solid #F3F3F3;
}
/* line 41, _header.less */
.home-header .header-box {
  height: 170px;
}
/* line 45, _header.less */
.home-header .main-container {
  padding-top: calc(var(--header-height) + 100px);
}
/* line 52, _header.less */
.js-nav-toggle {
  border-radius: 8px;
  background: #121B31;
}
@media all and (max-width: 1024px) {
  /* line 58, _header.less */
  .header-list {
    width: max-content;
  }
  /* line 62, _header.less */
  .header-bottom {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  /* line 68, _header.less */
  .header-bottom::-webkit-scrollbar {
    height: 4px;
    border-radius: 24px;
    overflow: hidden;
  }
  /* line 75, _header.less */
  .header-bottom ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  /* line 80, _header.less */
  .header-bottom::-webkit-scrollbar-thumb {
    background: #EF4123;
  }
  /* line 85, _header.less */
  .header-bottom::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  /* line 90, _header.less */
  .home-header .header-bottom {
    display: none;
  }
  /* line 96, _header.less */
  .home-header .header-top {
    border-bottom: none;
  }
  /* line 100, _header.less */
  .home-header .header-box {
    height: 80px;
  }
  /* line 104, _header.less */
  .menuBtn .button {
    border-radius: 100px;
  }
}
@media all and (max-width: 640px) {
  /* line 110, _header.less */
  .header-new-wrap {
    margin-top: 10px;
  }
  /* line 115, _header.less */
  .mob-navigation a {
    padding: 0.5em 1em;
    font-size: 18px;
  }
}
@media all and (max-width: 480px) {
  /* line 122, _header.less */
  .logo {
    width: 100px;
    height: 26px;
  }
  /* line 130, _header.less */
  .header-top .button {
    height: 40px;
    padding: 0 20px;
  }
}
/* line 1, _footer.less */
.footer-logo {
  width: 182px;
  height: 40px;
}
/* line 5, _footer.less */
.footer-logo img {
  object-fit: contain;
}
/* line 10, _footer.less */
.footer-top {
  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;
}
/* line 14, _footer.less */
.social-img {
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  padding: 20px;
}
/* line 24, _footer.less */
.social-img i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #B7BBD7;
}
/* line 31, _footer.less */
.social-img:hover i {
  color: var(--clr-orange);
}
/* line 36, _footer.less */
.social-img a {
  line-height: 1;
}
/* line 41, _footer.less */
.footer-social {
  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;
}
/* line 47, _footer.less */
.footer-link a {
  font-size: var(--size18);
  font-weight: 500;
  line-height: 1;
  color: #000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 54, _footer.less */
.footer-link a:hover {
  color: var(--clr-orange);
}
/* line 59, _footer.less */
.footer-link .f-row {
  gap: 40px 0;
}
/* line 64, _footer.less */
.footer-link li {
  width: 50%;
}
/* line 67, _footer.less */
.footer-link li:before {
  content: url('../img/arrow-right.svg');
  margin-right: 10px;
}
/* line 73, _footer.less */
.footer-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
/* line 80, _footer.less */
.footer-bottom {
  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: 100%;
}
/* line 85, _footer.less */
footer hr {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin: 60px 0 25px;
}
/* line 91, _footer.less */
.footer-right ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
/* line 96, _footer.less */
.footer-right a {
  font-size: 16px;
  color: #B7BBD7;
  line-height: 1.1;
}
/* line 102, _footer.less */
.footer-right li {
  position: relative;
}
/* line 105, _footer.less */
.footer-right li:before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #D9D9D9;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -25px;
}
/* line 118, _footer.less */
.footer-right li:first-child:before {
  width: 0;
}
/* line 124, _footer.less */
.business-wrap {
  padding: 100px 0;
  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;
}
/* line 130, _footer.less */
.business-wrap .sec-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
/* line 136, _footer.less */
.business-wrap .comm-para {
  max-width: 690px;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
/* line 143, _footer.less */
.business-wrap a {
  position: relative;
  z-index: 2;
}
/* line 149, _footer.less */
.footer-bottom {
  position: relative;
}
/* line 155, _footer.less */
.footer-mob-logo {
  display: none;
}
/* line 159, _footer.less */
.footer-border {
  position: absolute;
  width: calc(100% + 80px);
  height: calc(100% + 68px);
  top: -28px;
  left: -40px;
  z-index: 1;
}
/* line 167, _footer.less */
.footer-border img {
  object-fit: fill;
}
/* line 172, _footer.less */
.footer-left,
.footer-right,
.footer-social {
  position: relative;
  z-index: 2;
}
/* line 180, _footer.less */
.footer-left p {
  color: #B7BBD7;
}
/* line 185, _footer.less */
.footer-wrap {
  margin-bottom: 40px;
  padding: 36px;
  position: relative;
}
/* line 192, _footer.less */
.link-head {
  color: #CDD8FF;
  font-size: var(--size16);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 32px;
}
/* line 201, _footer.less */
.link-col li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 24px;
}
/* line 206, _footer.less */
.link-col li::before {
  content: url('../img/footer-arrow.svg');
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
}
/* line 215, _footer.less */
.link-col li a {
  color: #99A1BA;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  /* 171.429% */
}
/* line 224, _footer.less */
.link-col li:last-child {
  margin-bottom: 0;
}
/* line 230, _footer.less */
.footer-para {
  max-width: 200px;
}
/* line 233, _footer.less */
.footer-para p {
  color: #99A1BA;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  /* 171.429% */
}
/* line 243, _footer.less */
.footer-logo {
  margin-bottom: 24px;
  width: 150px;
}
/* line 248, _footer.less */
.footer-logo-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: 40px;
}
/* line 253, _footer.less */
.footer-brand-logo {
  max-width: 97px;
  max-height: 55px;
}
/* line 259, _footer.less */
.grad-border::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% + 40px);
  bottom: -20px;
  right: 0;
  background: linear-gradient(0deg, rgba(128, 143, 183, 0) -10%, rgba(128, 143, 183, 0.4) 17%, rgba(128, 143, 183, 0.4) 87%, rgba(128, 143, 183, 0) 110%);
}
/* line 275, _footer.less */
.grad-border::after {
  position: absolute;
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  top: 0;
  right: -20px;
  background: linear-gradient(90deg, rgba(128, 143, 183, 0) -10%, rgba(128, 143, 183, 0.4) 12%, rgba(128, 143, 183, 0.4) 93%, rgba(128, 143, 183, 0) 110%);
}
/* line 287, _footer.less */
.grad-border span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% + 40px);
  top: -20px;
  left: 0;
  background: linear-gradient(0deg, rgba(128, 143, 183, 0) -10%, rgba(128, 143, 183, 0.4) 17%, rgba(128, 143, 183, 0.4) 87%, rgba(128, 143, 183, 0) 110%);
}
/* line 302, _footer.less */
.grad-border span::after {
  position: absolute;
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  bottom: 0;
  right: -20px;
  background: linear-gradient(90deg, rgba(128, 143, 183, 0) -10%, rgba(128, 143, 183, 0.4) 12%, rgba(128, 143, 183, 0.4) 93%, rgba(128, 143, 183, 0) 110%);
}
/* line 314, _footer.less */
.bottom-grad {
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
}
/* line 319, _footer.less */
.bottom-grad::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0px;
  background: linear-gradient(90deg, rgba(128, 143, 183, 0) -10%, rgba(128, 143, 183, 0.4) 12%, rgba(128, 143, 183, 0.4) 93%, rgba(128, 143, 183, 0) 110%);
}
/* line 330, _footer.less */
.hori-grad {
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0px;
  background: linear-gradient(90deg, rgba(128, 143, 183, 0) -10%, rgba(128, 143, 183, 0.4) 12%, rgba(128, 143, 183, 0.4) 93%, rgba(128, 143, 183, 0) 110%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* line 341, _footer.less */
.verti-grad {
  width: 1px;
  height: calc(100% + 40px);
  top: -20px;
  left: 0;
  background: linear-gradient(0deg, rgba(128, 143, 183, 0) -10%, rgba(128, 143, 183, 0.4) 17%, rgba(128, 143, 183, 0.4) 87%, rgba(128, 143, 183, 0) 110%);
  transform: translateX(-50%);
  position: absolute;
}
/* line 355, _footer.less */
.verti-1 {
  left: 33%;
}
/* line 359, _footer.less */
.verti-2 {
  left: 66%;
}
/* line 363, _footer.less */
.relative {
  position: relative;
}
/* line 367, _footer.less */
.brand-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 80px;
  max-width: 576px;
  width: 100%;
}
/* line 376, _footer.less */
.footer-brand-logo {
  flex: 0 0 calc(33.33% - 20px);
  max-width: 90px;
  min-width: 45px;
}
/* line 381, _footer.less */
.footer-brand-logo img {
  object-fit: contain;
  filter: grayscale();
}
/* line 387, _footer.less */
.footer-top-ball {
  width: 396px;
  height: 387px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 398, _footer.less */
.footer-top-ball::before {
  content: '';
  width: 396px;
  height: 387px;
  border-radius: 100%;
  background: rgba(128, 143, 183, 0.3);
  filter: blur(100px);
  position: absolute;
  right: 0%;
  top: 0%;
}
/* line 412, _footer.less */
.footer-btm-ball {
  width: 396px;
  height: 387px;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 419, _footer.less */
.footer-btm-ball::after {
  content: '';
  width: 396px;
  height: 387px;
  border-radius: 100%;
  background: rgba(128, 143, 183, 0.3);
  filter: blur(100px);
  position: absolute;
  left: 0%;
  bottom: 0%;
}
/* line 433, _footer.less */
.hori-2 {
  opacity: 0;
}
@media all and (max-width: 1064px) {
  /* line 439, _footer.less */
  .footer-link-row .f-row {
    gap: 60px 0;
  }
}
@media all and (max-width: 1024px) {
  /* line 446, _footer.less */
  .footer-top {
    gap: 50px;
  }
  /* line 450, _footer.less */
  .footer-link {
    width: 100%;
  }
  /* line 453, _footer.less */
  .footer-link li {
    width: 50%;
  }
  /* line 458, _footer.less */
  .business-wrap {
    margin-bottom: 50px;
  }
  /* line 462, _footer.less */
  .footer-top {
    align-items: center;
    padding: 0px 0;
  }
  /* line 467, _footer.less */
  .footer-mob-logo {
    display: block;
  }
  /* line 471, _footer.less */
  .footer-logo {
    display: none;
  }
}
@media all and (max-width: 990px) {
  /* line 479, _footer.less */
  .footer-logo-box {
    flex-direction: column;
  }
  /* line 483, _footer.less */
  .footer-para {
    max-width: 100%;
  }
  /* line 488, _footer.less */
  .grad-border::before {
    height: calc(100% + 20px);
    bottom: -10px;
    background: linear-gradient(0deg, rgba(128, 143, 183, 0) -10%, rgba(128, 143, 183, 0.4) 17%, rgba(128, 143, 183, 0.4) 87%, rgba(128, 143, 183, 0) 110%);
  }
  /* line 498, _footer.less */
  .grad-border::after {
    width: calc(100% + 20px);
    right: -10px;
    background: linear-gradient(90deg, rgba(128, 143, 183, 0) -10%, rgba(128, 143, 183, 0.4) 12%, rgba(128, 143, 183, 0.4) 93%, rgba(128, 143, 183, 0) 110%);
  }
  /* line 509, _footer.less */
  .grad-border span::before {
    height: calc(100% + 20px);
    top: -10px;
    background: linear-gradient(0deg, rgba(128, 143, 183, 0) -10%, rgba(128, 143, 183, 0.4) 17%, rgba(128, 143, 183, 0.4) 87%, rgba(128, 143, 183, 0) 110%);
  }
  /* line 518, _footer.less */
  .grad-border span::after {
    width: calc(100% + 20px);
    right: -10px;
    background: linear-gradient(90deg, rgba(128, 143, 183, 0) -10%, rgba(128, 143, 183, 0.4) 12%, rgba(128, 143, 183, 0.4) 93%, rgba(128, 143, 183, 0) 110%);
  }
}
@media all and (max-width: 768px) {
  /* line 531, _footer.less */
  .footer-link li {
    width: 50%;
  }
}
@media all and (max-width: 640px) {
  /* line 543, _footer.less */
  footer hr {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    margin: 30px 0;
  }
  /* line 548, _footer.less */
  footer {
    padding: 40px 0 30px;
  }
  /* line 552, _footer.less */
  .footer-bottom {
    padding-bottom: 30px;
  }
  /* line 556, _footer.less */
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 561, _footer.less */
  .footer-wrap {
    padding: 20px;
  }
  /* line 565, _footer.less */
  .footer-brand-logo {
    flex: 0 0 50%;
  }
  /* line 569, _footer.less */
  .brand-box {
    width: 60%;
  }
  /* line 573, _footer.less */
  .verti-1 {
    left: 50%;
  }
  /* line 577, _footer.less */
  .verti-2 {
    opacity: 0;
  }
  /* line 581, _footer.less */
  .hori-1 {
    top: 33%;
    opacity: 0;
  }
  /* line 587, _footer.less */
  .hori-2 {
    opacity: 1;
    top: 66%;
    opacity: 0;
  }
}
@media all and (max-width: 480px) {
  /* line 596, _footer.less */
  .brand-box {
    width: 100%;
  }
  /* line 600, _footer.less */
  .footer-bottom {
    flex-direction: column;
    gap: 30px;
  }
  /* line 605, _footer.less */
  .footer-top {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  /* line 611, _footer.less */
  .footer-logo {
    width: 120px;
  }
  /* line 619, _footer.less */
  footer {
    padding: 0;
  }
  /* line 623, _footer.less */
  .footer-link a {
    font-size: 16px;
  }
}
@media all and (max-width: 1600px) {
  /* line 3, _responsive.less */
  .button {
    font-size: 14px;
  }
  /* line 7, _responsive.less */
  .business-wrap .sec-title {
    max-width: 620px;
  }
  /* line 11, _responsive.less */
  .big-count.count {
    font-size: 50px;
  }
  /* line 15, _responsive.less */
  .black-wrap {
    height: auto;
  }
  /* line 19, _responsive.less */
  .anim-sec {
    padding: 100px 0;
  }
  /* line 23, _responsive.less */
  .card-3 {
    bottom: -2%;
  }
  /* line 27, _responsive.less */
  .fold2-dot-4,
  .fold2-dot-5,
  .fold2-dot-6 {
    width: 62px;
    height: 62px;
  }
  /* line 34, _responsive.less */
  .fold2-dot-1,
  .fold2-dot-2,
  .fold2-dot-3 {
    width: 42px;
    height: 42px;
  }
  /* line 41, _responsive.less */
  .fold2-dot-wrap {
    width: 250px;
    height: 250px;
  }
  /* line 46, _responsive.less */
  .blog-img {
    height: auto;
  }
  /* line 51, _responsive.less */
  .blog-wrap .cs-swiper-img {
    height: auto;
  }
  /* line 56, _responsive.less */
  .five-card {
    height: 280px;
  }
  /* line 62, _responsive.less */
  .five-card-wrap .f-row {
    gap: 20px 0;
  }
  /* line 67, _responsive.less */
  .five-card-wrap .f-col {
    padding: 0 10px;
  }
  /* line 72, _responsive.less */
  .knowledge-wrap .cs-swiper-img {
    width: 251px;
    height: 252px;
  }
}
@media all and (max-width: 1440px) {
  /* line 80, _responsive.less */
  .main-container {
    padding: 100px 0 40px;
  }
  /* line 84, _responsive.less */
  .solution-right .white-box {
    padding: 40px;
  }
  /* line 88, _responsive.less */
  .img-text-box .learning-img {
    width: 510px;
    height: 300px;
  }
  /* line 93, _responsive.less */
  .project-box-wrap {
    gap: 40px;
  }
  /* line 97, _responsive.less */
  .project-wrap .sec-title {
    margin-bottom: 40px;
  }
  /* line 101, _responsive.less */
  .app-swiper {
    width: 40%;
  }
  /* line 105, _responsive.less */
  .tab-wrap div {
    height: 80px;
  }
  /* line 109, _responsive.less */
  .image-content-box {
    margin-top: 60px;
  }
  /* line 113, _responsive.less */
  .energy-content li {
    margin-bottom: 20px;
  }
  /* line 118, _responsive.less */
  .testi-card .large-title {
    font-size: 30px;
  }
  /* line 123, _responsive.less */
  .card-1 {
    left: -8%;
  }
  /* line 127, _responsive.less */
  .contact-wrap {
    margin-bottom: 30px;
  }
  /* line 131, _responsive.less */
  .error-img {
    width: 585px;
    height: auto;
  }
  /* line 136, _responsive.less */
  .error-title {
    font-size: 30px;
  }
  /* line 141, _responsive.less */
  .feature-wrap .sec-title {
    width: 65%;
  }
}
@media all and (max-width: 1366px) {
  /* line 152, _responsive.less */
  .sec-subtitle {
    font-size: 22px;
  }
  /* line 157, _responsive.less */
  .testi-card .large-title {
    font-size: 26px;
  }
  /* line 162, _responsive.less */
  .card-4 {
    right: 5%;
  }
  /* line 166, _responsive.less */
  .card-1 {
    left: -6%;
  }
  /* line 170, _responsive.less */
  .image-content-box {
    margin-top: 30px;
  }
  /* line 174, _responsive.less */
  .tab-wrap div {
    height: 60px;
  }
  /* line 178, _responsive.less */
  .project-wrap .sec-title {
    margin-bottom: 20px;
  }
  /* line 182, _responsive.less */
  .comm-section.top-space {
    padding-top: 0;
  }
  /* line 186, _responsive.less */
  .sec-video {
    height: 500px;
  }
  /* line 190, _responsive.less */
  .implement-wrap .sec-video {
    height: auto;
  }
  /* line 194, _responsive.less */
  .banner-wrap .banner-title {
    max-width: 600px;
  }
  /* line 199, _responsive.less */
  .ai-banner-video {
    height: 500px;
  }
  /* line 203, _responsive.less */
  .banner-wrap {
    height: 100vh;
    padding-top: var(--header-height);
  }
  /* line 212, _responsive.less */
  .banner-card-wrap {
    height: 500px;
  }
  /* line 216, _responsive.less */
  .g-logo {
    width: 600px;
    height: auto;
  }
  /* line 221, _responsive.less */
  .implement-wrap .sec-video {
    height: 500px;
  }
  /* line 225, _responsive.less */
  .card-5 {
    right: -10%;
  }
  /* line 229, _responsive.less */
  .sol-anim {
    height: 320px;
  }
  /* line 233, _responsive.less */
  .stats-txt h3 {
    font-size: 58px;
  }
  /* line 237, _responsive.less */
  .learning-img {
    width: 520px;
    height: 400px;
  }
  /* line 242, _responsive.less */
  .case-swiper {
    margin-top: 40px;
  }
  /* line 247, _responsive.less */
  .anim-txt {
    max-width: 800px;
  }
  /* line 251, _responsive.less */
  .energy-content {
    padding: 30px;
  }
  /* line 255, _responsive.less */
  .energy-content .small-title {
    margin-bottom: 20px;
  }
  /* line 259, _responsive.less */
  .energy-content li {
    margin-bottom: 14px;
  }
  /* line 263, _responsive.less */
  .banner-text-elem-3 .banner-elem-icon {
    right: 65%;
  }
  /* line 267, _responsive.less */
  .banner-text-elem-1 .banner-elem-icon {
    left: 65%;
  }
  /* line 271, _responsive.less */
  .banner-text-elem-2 .banner-elem-icon-2 {
    right: 70%;
    bottom: 85%;
  }
  /* line 276, _responsive.less */
  .banner-text-elem-4 .banner-elem-icon {
    right: 65%;
  }
}
@media all and (max-width: 1280px) {
  /* line 284, _responsive.less */
  .projectRightSwiper,
  .projectLeftSwiper,
  .project-timeline {
    height: 362px;
  }
  /* line 290, _responsive.less */
  .banner-wrap .banner-title {
    max-width: 600px;
  }
}
@media all and (max-width: 1200px) {
  /* line 307, _responsive.less */
  .container {
    max-width: 1130px;
  }
  /* line 311, _responsive.less */
  .business-wrap {
    padding: 50px 30px;
  }
  /* line 315, _responsive.less */
  .big-count.count {
    font-size: 40px;
  }
  /* line 319, _responsive.less */
  .small-count.count {
    font-size: 30px;
  }
  /* line 323, _responsive.less */
  .parent .count {
    margin-bottom: 6px;
  }
  /* line 327, _responsive.less */
  .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  /* line 335, _responsive.less */
  .div1 {
    grid-area: 1 / 1 / 3 / 2;
  }
  /* line 339, _responsive.less */
  .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  /* line 343, _responsive.less */
  .div3 {
    grid-area: 1 / 3 / 2 / 4;
  }
  /* line 347, _responsive.less */
  .div4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  /* line 351, _responsive.less */
  .div5 {
    grid-area: 2 / 3 / 3 / 4;
  }
  /* line 355, _responsive.less */
  .service-big-card {
    padding: 40px;
  }
  /* line 360, _responsive.less */
  .service-small-card {
    padding: 30px;
  }
  /* line 368, _responsive.less */
  .industries-wrap {
    gap: 30px;
  }
  /* line 374, _responsive.less */
  .testi-card .sec-title,
  .testi-card .large-title {
    margin-bottom: 30px;
  }
  /* line 380, _responsive.less */
  .area-img {
    width: 450px;
    height: auto;
  }
  /* line 385, _responsive.less */
  .area-tab-wrap {
    padding: 30px;
  }
  /* line 390, _responsive.less */
  .project-box-wrap {
    gap: 10px;
  }
  /* line 394, _responsive.less */
  .tab-wrap {
    width: 80%;
  }
  /* line 398, _responsive.less */
  .tab-wrap div {
    height: 60px;
  }
  /* line 402, _responsive.less */
  .energy-content ul {
    width: 100%;
    margin: 0 auto 30px;
    gap: 0 40px;
  }
  /* line 408, _responsive.less */
  .energy-content {
    width: 100%;
    margin: 30px 0;
  }
  /* line 414, _responsive.less */
  .testi-card .large-title {
    font-size: 24px;
  }
  /* line 419, _responsive.less */
  .fold2-dot-4,
  .fold2-dot-5,
  .fold2-dot-6 {
    width: 50px;
    height: 50px;
  }
  /* line 426, _responsive.less */
  .fold2-dot-1,
  .fold2-dot-2,
  .fold2-dot-3 {
    width: 30px;
    height: 30px;
  }
  /* line 433, _responsive.less */
  .fold2-dot-wrap {
    width: 200px;
    height: 200px;
  }
  /* line 438, _responsive.less */
  .card-1 {
    padding: 20px 35px;
  }
  /* line 442, _responsive.less */
  .card-2 {
    padding: 45px 120px 26px;
  }
  /* line 446, _responsive.less */
  .card-3 {
    padding: 50px 70px;
  }
  /* line 450, _responsive.less */
  .card-4 {
    padding: 40px 30px 26px;
    gap: 34px;
  }
  /* line 455, _responsive.less */
  .contact-wrap {
    gap: 50px;
  }
  /* line 459, _responsive.less */
  .contact-right {
    padding: 40px 30px;
  }
  /* line 463, _responsive.less */
  .error-title {
    font-size: 24px;
  }
  /* line 467, _responsive.less */
  .usecase-content-2 {
    left: -100px;
  }
  /* line 471, _responsive.less */
  .usecase-gallery {
    height: auto;
    flex-direction: column;
  }
  /* line 476, _responsive.less */
  .usecase-gallery .usecase-img {
    height: 500px;
  }
  /* line 481, _responsive.less */
  .usecase-bottom {
    align-items: center;
  }
  /* line 486, _responsive.less */
  .usecase-title {
    margin-bottom: 0;
  }
  /* line 490, _responsive.less */
  .usecase-content-2 {
    display: none;
  }
  /* line 494, _responsive.less */
  .usecase-content {
    bottom: 40px;
  }
  /* line 499, _responsive.less */
  .header-list li {
    padding: 7px 9px;
  }
  /* line 502, _responsive.less */
  .header-list li a {
    font-size: 14px;
  }
  /* line 507, _responsive.less */
  .logo {
    width: 150px;
  }
  /* line 511, _responsive.less */
  .header-list li {
    padding: 7px 4px;
  }
  /* line 515, _responsive.less */
  .knowledge-wrap .cs-swiper-img {
    width: auto;
    height: 210px;
  }
  /* line 520, _responsive.less */
  .ssc-wrap {
    gap: 60px 120px;
  }
  /* line 524, _responsive.less */
  .approach-img {
    width: 480px;
    height: 340px;
  }
  /* line 529, _responsive.less */
  .anim-txt {
    max-width: 650px;
  }
  /* line 533, _responsive.less */
  .business-frame {
    width: calc(100% + 44px);
    height: calc(100% + 40px);
    left: -22px;
    top: -22px;
  }
  /* line 540, _responsive.less */
  .partner-logo-wrap {
    width: 150px;
  }
  /* line 544, _responsive.less */
  .relief-cont-wrap {
    padding: 20px;
  }
  /* line 548, _responsive.less */
  .ssc-wrap {
    gap: 40px 70px;
  }
  /* line 552, _responsive.less */
  .ssc-wrap::before {
    transform: translateY(-30px);
  }
  /* line 558, _responsive.less */
  .acc-sec .sec-title {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1024px) {
  /* line 566, _responsive.less */
  .container {
    max-width: 910px;
  }
  /* line 570, _responsive.less */
  .comm-para p {
    line-height: 1.6;
  }
  /* line 574, _responsive.less */
  .tab-wrap div {
    font-size: 18px;
  }
  /* line 578, _responsive.less */
  .img-text-box .learning-img {
    width: 410px;
    height: auto;
  }
  /* line 583, _responsive.less */
  .card-img-1 {
    width: 90px;
    height: 90px;
  }
  /* line 588, _responsive.less */
  .card-1 {
    padding: 20px 30px;
    gap: 30px;
  }
  /* line 593, _responsive.less */
  .card-3 {
    padding: 40px;
  }
  /* line 597, _responsive.less */
  .card-2 {
    padding: 20px 80px;
  }
  /* line 601, _responsive.less */
  .card-4 {
    padding: 30px 20px;
    gap: 24px;
  }
  /* line 609, _responsive.less */
  .mob-top-banner .card-img-4 {
    width: 103px;
    height: 64px;
  }
  /* line 613, _responsive.less */
  .mob-top-banner .card-img-4 img {
    object-fit: contain;
  }
  /* line 619, _responsive.less */
  .banner-wrap .comm-para {
    max-width: 400px;
  }
  /* line 623, _responsive.less */
  .banner-subdscr {
    gap: 20px;
  }
  /* line 627, _responsive.less */
  .banner-wrap .banner-title {
    max-width: 500px;
  }
  /* line 631, _responsive.less */
  .contact-wrap {
    flex-direction: column;
    gap: 60px;
  }
  /* line 636, _responsive.less */
  .contact-left {
    display: flex;
    gap: 60px;
  }
  /* line 642, _responsive.less */
  .contact-address-wrap .f-row {
    gap: 30px 0;
  }
  /* line 647, _responsive.less */
  .contact-card {
    margin-bottom: 0;
    width: 100%;
  }
  /* line 652, _responsive.less */
  .address-para-wrap {
    flex: 1;
  }
  /* line 656, _responsive.less */
  .blogpage-tile-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  /* line 662, _responsive.less */
  .blogpage-tile-wrap .banner-title {
    width: 100%;
  }
  /* line 667, _responsive.less */
  .digitals-height-wrap {
    height: auto;
    overflow: hidden;
  }
  /* line 674, _responsive.less */
  .feature-card-wrap .f-row {
    flex-direction: column-reverse;
    gap: 50px;
  }
  /* line 680, _responsive.less */
  .feature-card-wrap.rev .f-row {
    flex-direction: column;
  }
  /* line 686, _responsive.less */
  .feature-card-wrap .feature-img {
    width: 70%;
  }
  /* line 691, _responsive.less */
  .ai-banner-video,
  .implement-wrap .sec-video {
    height: auto;
  }
  /* line 696, _responsive.less */
  .usecase-gallery .usecase-img {
    height: auto;
  }
  /* line 700, _responsive.less */
  .banner-card-wrap {
    display: none;
  }
  /* line 705, _responsive.less */
  .banner-wrap .container,
  .home-banner-video {
    position: relative;
  }
  /* line 710, _responsive.less */
  .orange-bg-sec {
    opacity: 1;
    visibility: visible;
  }
  /* line 715, _responsive.less */
  .orange-bg-sec-wrap {
    height: auto;
  }
  /* line 719, _responsive.less */
  .banner-wrap {
    height: auto;
    padding-top: 0;
  }
  /* line 724, _responsive.less */
  .orange-bg-sec {
    height: auto;
    margin: 80px 0;
  }
  /* line 729, _responsive.less */
  .banner-wrap {
    gap: 40px;
  }
  /* line 733, _responsive.less */
  .mob-five-card {
    display: flex;
    gap: 30px 0;
    justify-content: center;
  }
  /* line 739, _responsive.less */
  .mob-content {
    display: block;
  }
  /* line 743, _responsive.less */
  .anim-sec {
    padding: 80px 0;
  }
  /* line 749, _responsive.less */
  .banner-wrap .container,
  .orange-bg-sec-wrap {
    z-index: 1;
  }
  /* line 754, _responsive.less */
  .banner-title {
    line-height: 1.2;
  }
  /* line 758, _responsive.less */
  .g-logo-wrap {
    display: none;
  }
  /* line 762, _responsive.less */
  .home-banner-video {
    opacity: 1;
    visibility: visible;
  }
  /* line 767, _responsive.less */
  .banner-wrap .container {
    top: 0;
  }
  /* line 771, _responsive.less */
  .career-wrap {
    width: 100%;
  }
  /* line 775, _responsive.less */
  .partner-logo-wrap {
    width: 130px;
  }
  /* line 779, _responsive.less */
  .business-frame {
    width: calc(100% + 31px);
    height: calc(100% + 31px);
    left: -16px;
    top: -16px;
  }
}
@media all and (max-width: 990px) {
  /* line 789, _responsive.less */
  :root {
    --input-height: 45px;
  }
  /* line 793, _responsive.less */
  .container {
    max-width: calc(100% - 130px);
  }
  /* line 797, _responsive.less */
  .main-container {
    padding: 85px 0 0px;
  }
  /* line 802, _responsive.less */
  .button {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
  }
  /* line 809, _responsive.less */
  .service-big-img {
    width: 346px;
    height: auto;
  }
  /* line 814, _responsive.less */
  .service-big-card {
    padding: 30px;
  }
  /* line 819, _responsive.less */
  .area-img {
    width: 50%;
    margin-left: auto;
  }
  /* line 824, _responsive.less */
  .area-tab-wrap .tab-nav-wrap li {
    padding: 20px 26px;
  }
  /* line 828, _responsive.less */
  .solution-left .sticky-content {
    width: 90%;
  }
  /* line 832, _responsive.less */
  .black-content {
    position: static;
    width: 100%;
    border-radius: 0 0 var(--radius12px) var(--radius12px);
    background: rgba(0, 0, 0, 0.8);
  }
  /* line 839, _responsive.less */
  .phase-number {
    width: 80px;
    height: 80px;
    border: 10px solid #FFF;
  }
  /* line 845, _responsive.less */
  .tab-wrap {
    width: 100%;
  }
  /* line 849, _responsive.less */
  .image-content-box {
    gap: 30px;
  }
  /* line 853, _responsive.less */
  .tab-wrap {
    gap: 14px;
  }
  /* line 856, _responsive.less */
  .tab-wrap div {
    font-size: 18px;
  }
  /* line 861, _responsive.less */
  .area-tab-wrap .tab-nav-wrap ul {
    gap: 30px;
  }
  /* line 866, _responsive.less */
  .energy-swiper {
    margin-top: 60px;
  }
  /* line 871, _responsive.less */
  .testi-card .large-title {
    margin: 40px 0;
  }
  /* line 879, _responsive.less */
  .mob-bottom-banner .card-1,
  .mob-bottom-banner .card-2,
  .mob-bottom-banner .card-3,
  .mob-bottom-banner .card-4 {
    transform: scale(1);
  }
  /* line 890, _responsive.less */
  .mob-top-banner .card-1 {
    top: -10%;
  }
  /* line 894, _responsive.less */
  .mob-top-banner .card-2 {
    gap: 10px;
  }
  /* line 899, _responsive.less */
  .anim-sec {
    padding: 60px 0;
  }
  /* line 904, _responsive.less */
  .dot1 {
    background: linear-gradient(46deg, #ec2227 -27.82%, #ec2a25 5.37%, #ef4123 57.93%, #f4681e 121.56%, #fa9c18 196.25%, #fdb515 226.68%);
  }
  /* line 908, _responsive.less */
  .dot2 {
    background: linear-gradient(46deg, #ec2227 -78.12%, #ec2a25 -52.92%, #ef4123 -13.03%, #f4681e 35.26%, #fa9c18 91.94%, #fdb515 115.04%);
  }
  /* line 912, _responsive.less */
  .dot3 {
    background: linear-gradient(46deg, #ec2227 -149.04%, #ec2a25 -123.79%, #ef4123 -83.81%, #f4681e -35.4%, #fa9c18 21.41%, #fdb515 44.56%);
  }
  /* line 916, _responsive.less */
  .dot4 {
    background: linear-gradient(46deg, #ec2227 -27.82%, #ec2a25 5.37%, #ef4123 57.93%, #f4681e 121.56%, #fa9c18 196.25%, #fdb515 226.68%);
  }
  /* line 920, _responsive.less */
  .dot5 {
    background: linear-gradient(47deg, #ec2227 -78.2%, #ec2a25 -52.99%, #ef4123 -13.08%, #f4681e 35.23%, #fa9c18 91.94%, #fdb515 115.04%);
  }
  /* line 924, _responsive.less */
  .mob-bottom-banner {
    flex-direction: column;
  }
  /* line 927, _responsive.less */
  .mob-bottom-banner .banner-card,
  .mob-bottom-banner .fold2-dot-wrap {
    position: static;
  }
  /* line 933, _responsive.less */
  .dot-row {
    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: 100%;
  }
  /* line 938, _responsive.less */
  .fold2-dot-1,
  .fold2-dot-2,
  .fold2-dot-3 {
    background: linear-gradient(47deg, #ec2227 -27.78%, #ec2a25 5.43%, #ef4123 58.02%, #f4681e 121.67%, #fa9c18 196.4%, #fdb515 226.84%);
  }
  /* line 944, _responsive.less */
  .fold2-dot-4,
  .fold2-dot-5,
  .fold2-dot-6 {
    background: linear-gradient(46deg, #ec2227 -78.12%, #ec2a25 -52.92%, #ef4123 -13.03%, #f4681e 35.26%, #fa9c18 91.94%, #fdb515 115.04%);
  }
  /* line 950, _responsive.less */
  .fold2-dot-6 {
    background: linear-gradient(46deg, #ec2227 -149.04%, #ec2a25 -123.79%, #ef4123 -83.81%, #f4681e -35.4%, #fa9c18 21.41%, #fdb515 44.56%);
  }
  /* line 954, _responsive.less */
  .mob-dot-wrap {
    width: 200px;
    height: 200px;
  }
  /* line 958, _responsive.less */
  .mob-dot-wrap .fold2-dot-wrap {
    position: relative;
  }
  /* line 963, _responsive.less */
  .partner-logo-wrap {
    width: 124px;
  }
  /* line 967, _responsive.less */
  .banner-sec {
    padding: 0 0 50px;
  }
  /* line 971, _responsive.less */
  .gsap-dot {
    display: none;
  }
  /* line 977, _responsive.less */
  .banner-wrap .banner-card,
  .banner-wrap .fold2-dot {
    display: none;
  }
  /* line 982, _responsive.less */
  .banner-wrap .banner-title {
    max-width: 800px;
  }
  /* line 988, _responsive.less */
  .mob-top-banner {
    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;
  }
  /* line 992, _responsive.less */
  .mob-top-banner:last-child {
    align-items: flex-end;
  }
  /* line 996, _responsive.less */
  .mob-top-banner .banner-card {
    display: flex;
    position: relative;
  }
  /* line 1001, _responsive.less */
  .mob-top-banner .card-1,
  .mob-top-banner .card-2,
  .mob-top-banner .card-3,
  .mob-top-banner .card-4 {
    transform: scale(1);
  }
  /* line 1012, _responsive.less */
  .mob-top-banner .card-4 {
    padding: 40px 40px 26px;
    gap: 54px;
    right: 0%;
  }
  /* line 1018, _responsive.less */
  .mob-top-banner .card-1 {
    padding: 20px 55px;
    gap: 60px;
    left: 0%;
  }
  /* line 1024, _responsive.less */
  .mob-top-banner .card-3 {
    left: 0%;
  }
  /* line 1030, _responsive.less */
  .banner-wrap .banner-card-wrap {
    margin: 50px 0;
  }
  /* line 1034, _responsive.less */
  .mob-bottom-banner {
    margin-top: 80px;
  }
  /* line 1044, _responsive.less */
  .banner-dot {
    background: linear-gradient(46deg, #ec2227 -27.82%, #ec2a25 5.37%, #ef4123 57.93%, #f4681e 121.56%, #fa9c18 196.25%, #fdb515 226.68%);
  }
  /* line 1048, _responsive.less */
  .mob-top-banner,
  .mob-bottom-banner {
    display: flex;
  }
  /* line 1053, _responsive.less */
  .blog-wrap {
    max-width: 100%;
  }
  /* line 1057, _responsive.less */
  .anim-text {
    font-size: 30px;
  }
  /* line 1063, _responsive.less */
  .home-banner-video video {
    object-fit: cover;
  }
  /* line 1068, _responsive.less */
  .approach-img {
    width: 100%;
    height: 360px;
  }
  /* line 1073, _responsive.less */
  .approach-box {
    flex-direction: column;
  }
  /* line 1077, _responsive.less */
  .approach-wrap {
    max-width: 500px;
    margin: auto;
  }
  /* line 1082, _responsive.less */
  .anim-logo {
    width: 70%;
  }
  /* line 1086, _responsive.less */
  .ssc-wrap {
    gap: 40px;
    flex-direction: column;
  }
  /* line 1091, _responsive.less */
  .ssc-wrap .safety-study-content-wrap {
    width: 100%;
  }
  /* line 1095, _responsive.less */
  .ssc-wrap::after,
  .ssc-wrap::before {
    display: none;
  }
  /* line 1100, _responsive.less */
  .case-left {
    margin-bottom: 40px;
  }
  /* line 1103, _responsive.less */
  .case-left .button {
    display: flex;
    width: max-content;
    margin: auto;
  }
  /* line 1110, _responsive.less */
  .banner-text-elem {
    display: none;
  }
  /* line 1114, _responsive.less */
  .banner-icon-clickable-mob {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 660px;
    margin: auto;
    margin-top: 40px;
    gap: 16px;
  }
  /* line 1124, _responsive.less */
  .banner-elem-icon {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    max-width: 116px;
  }
  /* line 1133, _responsive.less */
  .banner-elem-icon img {
    object-fit: contain;
    height: 48px;
    width: 48px;
    margin-bottom: 12px;
  }
  /* line 1140, _responsive.less */
  .banner-elem-icon span {
    position: static;
    display: block;
    white-space: initial;
  }
  /* line 1147, _responsive.less */
  .project-box-wrap-new {
    flex-direction: column;
  }
  /* line 1151, _responsive.less */
  .project-images-new,
  .project-left-new {
    width: 100%;
  }
  /* line 1156, _responsive.less */
  .safety-study-content-wrap.eng-safety .safety-content-right {
    width: 100%;
    margin-top: 0;
  }
  /* line 1161, _responsive.less */
  .safety-study-content-wrap.eng-safety {
    flex-direction: column;
    gap: 20px;
  }
  /* line 1166, _responsive.less */
  .safety-study-content-wrap.eng-safety .sticky-cont-wrapper {
    width: 100%;
  }
}
@media all and (max-width: 834px) {
  /* line 1172, _responsive.less */
  .solution-right.safety-content-right {
    width: 100%;
  }
  /* line 1176, _responsive.less */
  .solution-img {
    width: 90px;
    height: 90px;
  }
  /* line 1181, _responsive.less */
  .projectRightSwiper,
  .projectLeftSwiper,
  .project-timeline {
    height: 300px;
  }
  /* line 1187, _responsive.less */
  .industries-name {
    font-size: 30px;
  }
  /* line 1192, _responsive.less */
  .tab-box .tab-nav-wrap {
    width: 45%;
  }
  /* line 1197, _responsive.less */
  .area-tab-wrap .tab-nav-wrap ul {
    width: 100%;
    gap: 10px;
  }
}
@media all and (max-width: 768px) {
  /* line 1204, _responsive.less */
  .container {
    max-width: calc(100% - 60px);
  }
  /* line 1208, _responsive.less */
  .parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  /* line 1213, _responsive.less */
  .div1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  /* line 1217, _responsive.less */
  .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  /* line 1221, _responsive.less */
  .div3 {
    grid-area: 2 / 2 / 3 / 3;
  }
  /* line 1225, _responsive.less */
  .div4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  /* line 1229, _responsive.less */
  .div5 {
    grid-area: 3 / 2 / 4 / 3;
  }
  /* line 1233, _responsive.less */
  .grid-card {
    justify-content: center;
    padding: 20px;
  }
  /* line 1238, _responsive.less */
  .service-big-img {
    width: 246px;
  }
  /* line 1242, _responsive.less */
  .indNameSwiper {
    width: 300px;
  }
  /* line 1246, _responsive.less */
  .industries-wrap {
    gap: 10px;
  }
  /* line 1250, _responsive.less */
  .area-tab-wrap .tab-nav-wrap li a {
    font-size: 20px;
  }
  /* line 1254, _responsive.less */
  .projectRightSwiper,
  .projectLeftSwiper,
  .project-timeline {
    height: 300px;
  }
  /* line 1260, _responsive.less */
  .project-box-wrap {
    display: none;
  }
  /* line 1264, _responsive.less */
  .mob-project-content,
  .mob-project-box {
    display: block;
  }
  /* line 1269, _responsive.less */
  .project-img {
    width: 420px;
    height: auto;
    padding: 30px;
  }
  /* line 1275, _responsive.less */
  .mob-approach-content {
    display: block;
  }
  /* line 1279, _responsive.less */
  .appContentSwiper {
    display: none;
  }
  /* line 1283, _responsive.less */
  .app-swiper {
    width: 100%;
  }
  /* line 1289, _responsive.less */
  .app-swiper.swiper-container .swiper-slide {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  /* line 1295, _responsive.less */
  .app-swiper .approach-img {
    width: 70%;
    height: auto;
  }
  /* line 1300, _responsive.less */
  .app-swiper .swiper-wrapper {
    flex-direction: column;
    gap: 50px;
  }
  /* line 1306, _responsive.less */
  .mob-tab {
    display: none;
  }
  /* line 1310, _responsive.less */
  .mob-tab-wrap {
    display: block;
  }
  /* line 1318, _responsive.less */
  .tab-wrap .progress.active:before {
    width: 100%;
    animation: none;
  }
  /* line 1323, _responsive.less */
  .tab-wrap {
    justify-content: flex-start;
  }
  /* line 1326, _responsive.less */
  .tab-wrap .mob-tab {
    display: none;
  }
  /* line 1342, _responsive.less */
  .energy-sec {
    padding-bottom: 30px;
  }
  /* line 1346, _responsive.less */
  .area-tab-wrap .tab-nav-wrap li {
    padding: 20px 16px;
  }
  /* line 1350, _responsive.less */
  .area-tab-wrap {
    padding: 20px;
  }
  /* line 1354, _responsive.less */
  .area-tab-wrap .tab-nav-wrap ul {
    width: 280px;
  }
  /* line 1358, _responsive.less */
  .desk-tab-wrap {
    display: none;
  }
  /* line 1362, _responsive.less */
  .image-content-box,
  .energy-swiper {
    margin-top: 30px;
  }
  /* line 1386, _responsive.less */
  .area-img {
    width: 80%;
  }
  /* line 1391, _responsive.less */
  .content .area-img {
    width: 50%;
  }
  /* line 1396, _responsive.less */
  .area-tab-wrap .tab-nav-wrap ul {
    width: 100%;
  }
  /* line 1400, _responsive.less */
  .service-small-img {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1405, _responsive.less */
  .dot-row {
    flex-direction: column;
    gap: 30px;
  }
  /* line 1410, _responsive.less */
  .banner-card-wrap {
    gap: 60px;
  }
  /* line 1414, _responsive.less */
  .error-img {
    width: 80%;
  }
  /* line 1419, _responsive.less */
  .service-wrap .f-row {
    gap: 30px 0;
  }
  /* line 1424, _responsive.less */
  .sec-video {
    height: 400px;
  }
  /* line 1428, _responsive.less */
  .stats-txt h3 {
    font-size: 40px;
  }
  /* line 1432, _responsive.less */
  .anim-logo {
    width: 90%;
  }
  /* line 1436, _responsive.less */
  .energy-content li {
    margin-bottom: 8px;
  }
  /* line 1440, _responsive.less */
  .energy-content {
    padding: 20px;
  }
  /* line 1444, _responsive.less */
  .energy-content ul {
    margin: 0 auto 20px;
    gap: 0 20px;
  }
  /* line 1449, _responsive.less */
  .orange-arrow li {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  /* line 1458, _responsive.less */
  .stats-cards-section {
    overflow: hidden;
  }
  /* line 1462, _responsive.less */
  .usecase-card:before {
    border-radius: 12px;
  }
  /* line 1467, _responsive.less */
  .swiper-partners .swiper-slide {
    display: flex;
    justify-content: center;
  }
  /* line 1473, _responsive.less */
  .business-frame {
    display: none;
  }
  /* line 1477, _responsive.less */
  .footer-bottom {
    overflow: hidden;
  }
  /* line 1481, _responsive.less */
  .footer-border {
    top: -18px;
  }
  /* line 1485, _responsive.less */
  .container {
    max-width: calc(100% - 40px);
  }
  /* line 1489, _responsive.less */
  .comm-section {
    padding: 24px 0;
  }
  /* line 1493, _responsive.less */
  .business-wrap .sec-title {
    max-width: 100%;
  }
  /* line 1497, _responsive.less */
  .business-wrap {
    padding: 30px;
  }
  /* line 1502, _responsive.less */
  .service-wrap .f-row {
    gap: 30px 0;
  }
  /* line 1507, _responsive.less */
  .service-big-card {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1512, _responsive.less */
  .sec-subtitle {
    font-size: 18px;
  }
  /* line 1516, _responsive.less */
  .sticky-text-sec .safety-study-content-wrap {
    margin-bottom: 60px;
  }
  /* line 1520, _responsive.less */
  .black-content {
    padding: 30px;
  }
  /* line 1524, _responsive.less */
  .chip span {
    padding: 6px 12px;
  }
  /* line 1528, _responsive.less */
  .tab-wrap div {
    height: 50px;
  }
  /* line 1533, _responsive.less */
  .energy-swiper .swiper-slide {
    text-align: left;
  }
  /* line 1538, _responsive.less */
  .energy-content .comm-para {
    margin-bottom: 30px;
  }
  /* line 1542, _responsive.less */
  .energy-content {
    margin: 0;
  }
  /* line 1546, _responsive.less */
  .img-text-box {
    margin-bottom: 20px;
  }
  /* line 1550, _responsive.less */
  .business-wrap {
    margin-bottom: 30px;
  }
  /* line 1554, _responsive.less */
  .anim-sec {
    padding: 50px;
  }
  /* line 1558, _responsive.less */
  .anim-text {
    width: 100%;
  }
  /* line 1562, _responsive.less */
  .indNameSwiper,
  .indDetailSwiper {
    height: 300px;
  }
  /* line 1573, _responsive.less */
  .service-wrap .sec-subtitle {
    margin-bottom: 30px;
  }
  /* line 1577, _responsive.less */
  .industries-wrap {
    flex-direction: column;
  }
  /* line 1581, _responsive.less */
  .industries-detail {
    text-align: center;
  }
  /* line 1584, _responsive.less */
  .industries-detail .sec-title {
    max-width: 100%;
  }
  /* line 1590, _responsive.less */
  .tab-box {
    flex-direction: column-reverse;
    gap: 50px;
  }
  /* line 1594, _responsive.less */
  .tab-box .tab-nav-wrap {
    width: 100%;
  }
  /* line 1599, _responsive.less */
  .area-tab-wrap .tab-content {
    position: static;
    transform: translate(0);
  }
  /* line 1604, _responsive.less */
  .content .area-img {
    width: 100%;
  }
  /* line 1608, _responsive.less */
  .mob-top-banner .card-1 {
    padding: 20px 15px;
    gap: 20px;
  }
  /* line 1616, _responsive.less */
  .mob-top-banner .card-img-3 {
    width: 160px;
    height: auto;
  }
  /* line 1621, _responsive.less */
  .mob-top-banner .card-4 {
    padding: 40px 15px 26px;
    gap: 24px;
  }
  /* line 1627, _responsive.less */
  .banner-subdscr {
    flex-direction: column-reverse;
  }
  /* line 1631, _responsive.less */
  .banner-wrap .comm-para {
    max-width: 100%;
  }
  /* line 1635, _responsive.less */
  .banner-wrap .banner-title {
    margin-bottom: 20px;
  }
  /* line 1640, _responsive.less */
  .banner-subdscr .button {
    width: 180px;
  }
  /* line 1645, _responsive.less */
  :root {
    --header-height: 80px;
  }
  /* line 1649, _responsive.less */
  .contact-left {
    flex-direction: column;
  }
  /* line 1653, _responsive.less */
  .contact-card {
    width: 100%;
  }
  /* line 1657, _responsive.less */
  .blog-img {
    margin-bottom: 30px;
  }
  /* line 1661, _responsive.less */
  .blog-detail-wrap {
    width: 100%;
  }
  /* line 1665, _responsive.less */
  .link-arrow {
    width: 50px;
    height: 50px;
  }
  /* line 1669, _responsive.less */
  .link-arrow i {
    font-size: 30px;
  }
  /* line 1674, _responsive.less */
  .service-wrap {
    width: 100%;
  }
  /* line 1678, _responsive.less */
  .five-card {
    height: 250px;
  }
  /* line 1684, _responsive.less */
  .indNameSwiper::after,
  .indNameSwiper::before {
    height: 50px;
  }
  /* line 1690, _responsive.less */
  .link-arrow a {
    width: 30px;
    height: 30px;
  }
  /* line 1695, _responsive.less */
  .sec-video {
    height: 300px;
  }
  /* line 1699, _responsive.less */
  .video-head {
    width: 100%;
  }
  /* line 1704, _responsive.less */
  .usecase-wrap {
    overflow: hidden;
  }
  /* line 1708, _responsive.less */
  .vision-mission-box {
    padding: 30px;
  }
  /* line 1711, _responsive.less */
  .vision-mission-box p {
    line-height: 1.5;
  }
  /* line 1718, _responsive.less */
  .culture-text-hdr .large-title,
  .culture-text-hdr p {
    text-align: left;
  }
  /* line 1725, _responsive.less */
  .business-wrap .sec-title {
    text-align: center;
  }
  /* line 1731, _responsive.less */
  .industries-right .sec-title {
    text-align: center;
  }
  /* line 1736, _responsive.less */
  .rel-banner-sec .img-wrap {
    margin-bottom: 50px;
  }
  /* line 1740, _responsive.less */
  .reliability-content {
    width: 100%;
  }
  /* line 1744, _responsive.less */
  .feature-wrap .sec-title {
    width: 100%;
  }
  /* line 1748, _responsive.less */
  .partner-img p {
    font-size: 20px;
  }
  /* line 1753, _responsive.less */
  .banner-wrap .mob-banner-content .banner-title {
    max-width: 100%;
  }
  /* line 1757, _responsive.less */
  .banner-sec {
    padding: 0 0 20px;
  }
  /* line 1761, _responsive.less */
  .anim-text {
    font-size: 22px;
  }
  /* line 1765, _responsive.less */
  .orange-bg-sec {
    margin: 60px 0;
  }
  /* line 1769, _responsive.less */
  .comm-video-btn {
    height: 40px;
  }
  /* line 1772, _responsive.less */
  .comm-video-btn img {
    height: auto;
  }
  /* line 1776, _responsive.less */
  .comm-video-btn .play-button::before {
    width: 40px;
    left: -20px;
  }
  /* line 1782, _responsive.less */
  .header-top {
    padding: 14px;
  }
  /* line 1786, _responsive.less */
  :root {
    --size28: 22px;
  }
  /* line 1790, _responsive.less */
  .solution-right .solution-content .small-title {
    margin-bottom: 8px;
  }
  /* line 1794, _responsive.less */
  .solution-right {
    gap: 20px;
  }
  /* line 1798, _responsive.less */
  .approach-img {
    width: 100%;
    height: auto;
  }
  /* line 1803, _responsive.less */
  .anim-logo {
    width: 100%;
  }
  /* line 1807, _responsive.less */
  .stats-numbers {
    flex-direction: column;
    gap: 20px;
  }
  /* line 1814, _responsive.less */
  .sticky-text-sec .ssc-wrap .safety-study-content-wrap {
    margin-bottom: 0;
  }
  /* line 1820, _responsive.less */
  .banner-icon-clickable-mob {
    max-width: 400px;
  }
  /* line 1824, _responsive.less */
  .banner-elem-icon {
    width: 100%;
  }
  /* line 1828, _responsive.less */
  .accordion::before {
    top: 2px;
  }
}
@media all and (max-width: 576px) {
  /* line 1834, _responsive.less */
  .industries-name {
    font-size: 30px;
  }
  /* line 1838, _responsive.less */
  .indNameSwiper {
    width: 230px;
  }
  /* line 1842, _responsive.less */
  .container {
    max-width: 100%;
  }
  /* line 1846, _responsive.less */
  .solution-right .white-box {
    gap: 50px;
  }
  /* line 1850, _responsive.less */
  .energy-content li {
    width: 100%;
  }
  /* line 1857, _responsive.less */
  .mob-top-banner .card-img-2 {
    width: 45px;
    height: auto;
  }
  /* line 1862, _responsive.less */
  .mob-top-banner .card-2 {
    padding: 20px;
    top: 20px;
  }
  /* line 1866, _responsive.less */
  .mob-top-banner .card-2 .med-para p {
    text-align: center;
  }
  /* line 1871, _responsive.less */
  .mob-top-banner .card-img-1 {
    width: 70px;
    height: auto;
  }
  /* line 1876, _responsive.less */
  .mob-top-banner .card-3 {
    padding: 20px 30px;
    gap: 15px;
  }
  /* line 1880, _responsive.less */
  .mob-top-banner .card-3 .med-para p {
    text-align: center;
  }
  /* line 1885, _responsive.less */
  .mob-top-banner .card-img-3 {
    width: 100px;
  }
  /* line 1889, _responsive.less */
  .mob-top-banner .card-4 {
    top: 20px;
  }
  /* line 1895, _responsive.less */
  .mob-bottom-banner .banner-card {
    width: 100%;
  }
  /* line 1900, _responsive.less */
  .error-img {
    width: 100%;
  }
  /* line 1904, _responsive.less */
  .error-title {
    font-size: 20px;
  }
  /* line 1908, _responsive.less */
  .usecase-content {
    bottom: 30px;
  }
  /* line 1912, _responsive.less */
  .usecase-bottom {
    align-items: flex-end;
  }
  /* line 1916, _responsive.less */
  .service-wrap .f-row {
    gap: 20px 0;
    margin-bottom: 20px;
  }
  /* line 1920, _responsive.less */
  .service-wrap .f-row:last-child {
    margin-bottom: 0;
  }
  /* line 1925, _responsive.less */
  .industries-detail .sec-title {
    margin-bottom: 10px;
  }
  /* line 1929, _responsive.less */
  .industries-wrap {
    padding: 40px 0;
  }
  /* line 1933, _responsive.less */
  .page-hdr .f-row {
    gap: 10px;
  }
  /* line 1937, _responsive.less */
  .sol-anim {
    height: 250px;
  }
}
@media all and (max-width: 480px) {
  /* line 1943, _responsive.less */
  .stats-img {
    height: 200px;
  }
  /* line 1947, _responsive.less */
  .stats-txt {
    padding: 20px 30px;
  }
  /* line 1951, _responsive.less */
  :root {
    --size18: 16px;
  }
  /* line 1955, _responsive.less */
  .parent {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
  }
  /* line 1959, _responsive.less */
  .parent .circle {
    width: 50px;
    height: 50px;
  }
  /* line 1964, _responsive.less */
  .parent p {
    font-size: 18px;
  }
  /* line 1969, _responsive.less */
  .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  /* line 1973, _responsive.less */
  .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  /* line 1977, _responsive.less */
  .div3 {
    grid-area: 3 / 1 / 4 / 2;
  }
  /* line 1981, _responsive.less */
  .div4 {
    grid-area: 4 / 1 / 5 / 2;
  }
  /* line 1985, _responsive.less */
  .div5 {
    grid-area: 5 / 1 / 6 / 2;
  }
  /* line 1989, _responsive.less */
  .grid-card {
    padding: 20px 0;
  }
  /* line 1993, _responsive.less */
  .big-count.count {
    font-size: 24px;
  }
  /* line 1997, _responsive.less */
  .industries-name {
    font-size: 24px;
  }
  /* line 2001, _responsive.less */
  .indNameSwiper {
    width: 200px;
  }
  /* line 2005, _responsive.less */
  .solution-img {
    width: 70px;
    height: 70px;
  }
  /* line 2010, _responsive.less */
  .solution-right .white-box {
    padding: 30px;
    margin-bottom: 20px;
  }
  /* line 2015, _responsive.less */
  .black-content {
    padding: 20px;
  }
  /* line 2019, _responsive.less */
  .project-img {
    width: 100%;
  }
  /* line 2023, _responsive.less */
  .app-swiper .approach-img {
    width: 100%;
    height: auto;
  }
  /* line 2030, _responsive.less */
  .app-swiper .swiper-wrapper {
    gap: 30px;
  }
  /* line 2035, _responsive.less */
  .swiper-slide {
    font-size: 16px;
  }
  /* line 2039, _responsive.less */
  .area-img {
    width: 100%;
  }
  /* line 2043, _responsive.less */
  .area-tab-wrap .tab-nav-wrap ul {
    padding: 10px;
  }
  /* line 2046, _responsive.less */
  .area-tab-wrap .tab-nav-wrap ul li {
    padding: 16px;
  }
  /* line 2049, _responsive.less */
  .area-tab-wrap .tab-nav-wrap ul li a {
    font-size: 18px;
  }
  /* line 2053, _responsive.less */
  .area-tab-wrap .tab-nav-wrap ul li:after {
    right: 22px;
  }
  /* line 2059, _responsive.less */
  .indNameSwiper,
  .indDetailSwiper {
    height: 250px;
  }
  /* line 2071, _responsive.less */
  .business-wrap .comm-para p {
    font-size: 20px;
    line-height: 1.8;
  }
  /* line 2078, _responsive.less */
  .knowledge-sec .button {
    display: flex;
    width: fit-content;
    margin: 20px auto 20px;
  }
  /* line 2086, _responsive.less */
  .knowledge-sec .sec-header .button {
    display: none;
  }
  /* line 2093, _responsive.less */
  .tab-box {
    gap: 30px;
  }
  /* line 2097, _responsive.less */
  .mob-top-banner {
    gap: 50px;
  }
  /* line 2100, _responsive.less */
  .mob-top-banner:last-child {
    gap: 16px;
  }
  /* line 2108, _responsive.less */
  .mob-top-banner .card-1 {
    gap: 10px;
  }
  /* line 2112, _responsive.less */
  .mob-top-banner .card-4 {
    gap: 14px;
  }
  /* line 2119, _responsive.less */
  .mob-top-banner .card-img-3 {
    width: 80px;
    padding: 20px 15px;
  }
  /* line 2124, _responsive.less */
  .mob-top-banner .card-img-1 {
    width: 50px;
  }
  /* line 2128, _responsive.less */
  .mob-top-banner .card-img-2 {
    width: 30px;
  }
  /* line 2132, _responsive.less */
  .mob-top-banner .card-img-4 {
    width: 68px;
    height: auto;
  }
  /* line 2137, _responsive.less */
  .mob-top-banner .med-para p {
    font-size: 15px;
  }
  /* line 2141, _responsive.less */
  .mob-top-banner .card-4 {
    padding: 20px 10px;
  }
  /* line 2145, _responsive.less */
  .mob-top-banner .banner-card .med-para {
    flex: auto;
  }
  /* line 2151, _responsive.less */
  .contact-right {
    padding: 40px 20px;
  }
  /* line 2155, _responsive.less */
  .form-grp {
    margin-bottom: 16px;
  }
  /* line 2160, _responsive.less */
  .blogpage-tile-wrap .footer-social {
    margin-top: 0;
  }
  /* line 2165, _responsive.less */
  .knowledge-sec .cs-swiper-img {
    height: 250px;
  }
  /* line 2169, _responsive.less */
  .sec-video {
    height: 250px;
  }
  /* line 2176, _responsive.less */
  .vision-mission-box .large-title,
  .value-box .large-title {
    font-weight: 500;
  }
  /* line 2183, _responsive.less */
  .industries-right .sec-title,
  .industries-right .comm-para p,
  .industries-right .swiper-slide-active .industries-name {
    text-align: left;
  }
  /* line 2190, _responsive.less */
  .industries-name {
    text-align: left;
  }
  /* line 2194, _responsive.less */
  .indNameSwiper .swiper-slide {
    justify-content: flex-start;
  }
  /* line 2198, _responsive.less */
  .industries-left {
    width: 100%;
  }
  /* line 2206, _responsive.less */
  .energy-content .large-title,
  .app-content-card .large-title,
  .project-content .large-title,
  .learning-content .large-title {
    font-weight: 500;
  }
  /* line 2211, _responsive.less */
  .usecase-content {
    left: 20px;
    bottom: 20px;
    padding-right: 20px;
  }
  /* line 2216, _responsive.less */
  .usecase-content .comm-para p {
    line-height: 1.5;
  }
  /* line 2221, _responsive.less */
  .feature-card-wrap .feature-img {
    width: 100%;
  }
  /* line 2225, _responsive.less */
  .banner-wrap .banner-title {
    font-size: 26px;
  }
  /* line 2229, _responsive.less */
  .banner-wrap .mob-banner-content .banner-title {
    text-align: left;
    margin-bottom: 20px;
  }
  /* line 2234, _responsive.less */
  .banner-subdscr {
    align-items: flex-start;
  }
  /* line 2237, _responsive.less */
  .banner-subdscr p {
    text-align: left;
  }
  /* line 2242, _responsive.less */
  .banner-wrap {
    gap: 20px;
  }
  /* line 2246, _responsive.less */
  .value-row .sec-title {
    width: 60px;
  }
  /* line 2250, _responsive.less */
  .numbers-sticky .sec-title {
    margin-bottom: 10px;
  }
  /* line 2254, _responsive.less */
  .value-row {
    margin-bottom: 20px;
  }
  /* line 2258, _responsive.less */
  .comm-video-btn {
    height: 30px;
  }
  /* line 2261, _responsive.less */
  .comm-video-btn .play-button {
    gap: 10px;
  }
  /* line 2264, _responsive.less */
  .comm-video-btn .play-button::before {
    width: 30px;
    left: -15px;
  }
  /* line 2270, _responsive.less */
  .comm-video-btn .large-title {
    font-size: 16px;
  }
  /* line 2276, _responsive.less */
  .banner-subdscr .comm-para p {
    font-size: 16px;
    line-height: 1.5;
  }
  /* line 2282, _responsive.less */
  .solution-right {
    flex-direction: column;
  }
  /* line 2286, _responsive.less */
  .sol-box {
    width: 100%;
  }
  /* line 2290, _responsive.less */
  .sol-box:nth-child(even) {
    transform: none;
  }
  /* line 2294, _responsive.less */
  .orange-arrow li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  /* line 2299, _responsive.less */
  .approach-box {
    gap: 20px;
  }
  /* line 2303, _responsive.less */
  .sol-anim {
    height: 220px;
  }
  /* line 2307, _responsive.less */
  .anim-txt-logo-wrap {
    padding-bottom: 63%;
  }
  /* line 2311, _responsive.less */
  .partner-logo-wrap {
    width: 100px;
  }
  /* line 2315, _responsive.less */
  .swiper-partners {
    padding: 0;
  }
  /* line 2319, _responsive.less */
  .ssc-wrap {
    gap: 30px;
  }
  /* line 2323, _responsive.less */
  .relief-cont-wrap {
    padding: 16px;
    border-radius: 16px;
  }
}
@media all and (max-width: 400px) {
  /* line 2330, _responsive.less */
  .banner-elem-icon {
    max-width: 96px;
  }
  /* line 2334, _responsive.less */
  .banner-elem-icon span {
    font-size: 16px;
  }
  /* line 2338, _responsive.less */
  .stats-card {
    overflow: hidden;
    border: 1px solid #4D525E;
  }
  /* line 2343, _responsive.less */
  .stats-img {
    height: 140px;
  }
  /* line 2347, _responsive.less */
  .logo {
    width: 100px;
  }
  /* line 2361, _responsive.less */
  .indNameSwiper {
    width: 90%;
  }
  /* line 2365, _responsive.less */
  .indNameSwiper,
  .indDetailSwiper {
    height: 200px;
  }
  /* line 2370, _responsive.less */
  .ind-sec {
    padding: 0;
  }
  /* line 2374, _responsive.less */
  .industries-name {
    font-size: 20px;
  }
  /* line 2378, _responsive.less */
  .solution-right .white-box {
    gap: 30px;
  }
  /* line 2382, _responsive.less */
  .solution-right .white-box {
    padding: 20px;
  }
  /* line 2386, _responsive.less */
  .solution-img {
    width: 60px;
    height: 60px;
  }
  /* line 2391, _responsive.less */
  .area-tab-wrap {
    padding: 10px;
  }
  /* line 2394, _responsive.less */
  .area-tab-wrap .tab-nav-wrap ul li a {
    font-size: 16px;
  }
  /* line 2401, _responsive.less */
  .mob-top-banner .card-2 {
    padding: 10px 20px;
  }
  /* line 2405, _responsive.less */
  .mob-top-banner .card-3 {
    padding: 10px;
    gap: 0;
  }
  /* line 2411, _responsive.less */
  .mob-top-banner {
    gap: 30px;
  }
  /* line 2416, _responsive.less */
  .service-wrap .comm-para p {
    font-size: 16px;
  }
  /* line 2422, _responsive.less */
  .blog-detail span {
    font-size: 12px;
  }
  /* line 2427, _responsive.less */
  .testi-card .large-title {
    font-size: 18px;
  }
  /* line 2431, _responsive.less */
  .sec-video {
    height: 200px;
  }
  /* line 2436, _responsive.less */
  .usecase-content .comm-para p {
    font-size: 16px;
  }
  /* line 2441, _responsive.less */
  .partner-wrap .partner-img {
    padding: 20px 25px;
  }
  /* line 2445, _responsive.less */
  .banner-wrap .banner-title {
    font-size: 22px;
  }
  /* line 2449, _responsive.less */
  .sol-anim {
    height: 200px;
  }
}
/* line 11, _ps.less */
.top-space-0 {
  padding-top: 0;
}
/* line 15, _ps.less */
.top-space {
  padding-top: 30px;
}
/* line 19, _ps.less */
.bottom-space-0 {
  margin-bottom: 0 !important;
}
/* line 23, _ps.less */
.page-hdr {
  margin-bottom: 90px;
}
/* line 27, _ps.less */
.page-hdr-right {
  margin-top: 10px;
}
/* line 30, _ps.less */
.page-hdr-right p {
  font-weight: 500;
}
/* line 35, _ps.less */
.breadcrumb {
  margin-bottom: 18px;
}
/* line 38, _ps.less */
.breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: max-content;
  margin: auto;
}
/* line 46, _ps.less */
.breadcrumb ul::after {
  content: "";
  background: linear-gradient(261deg, rgba(1, 5, 16, 0) -25.6%, rgba(255, 255, 255, 0.5) 93.08%);
  height: 1px;
  width: 106px;
  position: absolute;
  left: 20px;
  transform: translateX(100%);
}
/* line 56, _ps.less */
.breadcrumb ul::before {
  content: "";
  background: linear-gradient(81deg, rgba(1, 5, 16, 0) -0.38%, rgba(255, 255, 255, 0.5) 85.78%);
  height: 1px;
  width: 106px;
  position: absolute;
  right: 20px;
  transform: translateX(-100%);
}
/* line 66, _ps.less */
.breadcrumb ul li {
  display: flex;
  align-items: center;
}
/* line 70, _ps.less */
.breadcrumb ul li a,
.breadcrumb ul li p {
  font-size: 12px;
  font-weight: 400;
}
/* line 76, _ps.less */
.breadcrumb ul li a {
  color: #99A1BA;
}
/* line 80, _ps.less */
.breadcrumb ul li p {
  color: #fff;
}
/* line 84, _ps.less */
.breadcrumb ul li::after {
  content: url(../img/carret-right.svg);
  margin: 0 4px;
}
/* line 90, _ps.less */
.breadcrumb ul li:last-child::after {
  display: none;
}
/* line 99, _ps.less */
.page-bnr {
  width: 100%;
  height: 510px;
  margin-top: 60px;
}
/* line 104, _ps.less */
.page-bnr img {
  border-radius: var(--radius24);
  object-fit: cover;
}
/* line 110, _ps.less */
.page-big-content {
  width: 90%;
  margin-inline: auto;
  margin-top: 60px;
}
/* line 115, _ps.less */
.page-big-content h2 {
  line-height: 1.6;
}
/* line 120, _ps.less */
.page-bnr-1 {
  height: 550px;
}
/* line 123, _ps.less */
.page-bnr-1 img {
  object-fit: contain;
}
/* line 128, _ps.less */
.sticky-cont-wrapper {
  display: block;
}
/* line 132, _ps.less */
.sticky-content {
  position: sticky;
  top: calc(var(--header-height) + 10px);
}
/* line 136, _ps.less */
.sticky-content h2 {
  margin-bottom: 20px;
}
/* line 141, _ps.less */
.safety-cont-para {
  margin-top: 12px;
}
/* line 146, _ps.less */
.relief-cont {
  margin-bottom: 36px;
}
/* line 149, _ps.less */
.relief-cont .med-para {
  margin-bottom: 24px;
}
/* line 153, _ps.less */
.relief-cont ul {
  margin-left: 50px;
}
/* line 156, _ps.less */
.relief-cont ul li {
  list-style: disc;
  font-size: var(--size18);
  line-height: 2;
}
/* line 164, _ps.less */
.section-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
/* line 170, _ps.less */
.section-left {
  width: 20%;
}
/* line 174, _ps.less */
.section-right {
  width: 65%;
}
/* line 179, _ps.less */
.expr-sec .f-col {
  margin-bottom: 36px;
}
/* line 184, _ps.less */
.count-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px 40px 40px;
  border-radius: 10px;
  height: 100%;
}
/* line 194, _ps.less */
.count {
  font-size: var(--size64);
}
/* line 198, _ps.less */
.counter-box span.plus:after {
  content: "+";
  display: inline-block;
  color: var(--clr-black);
}
/* line 204, _ps.less */
.sec-hedr {
  max-width: 666px;
  width: calc(100% - 36px);
  margin-inline: auto;
}
/* line 209, _ps.less */
.sec-hedr .sec-title {
  margin-bottom: 12px;
}
/* line 214, _ps.less */
.soft-stndrd-img-wrap {
  margin-top: 46px;
}
/* line 218, _ps.less */
.soft-stndrd-img {
  width: 100%;
  max-height: 460px;
  height: 100%;
}
/* line 223, _ps.less */
.soft-stndrd-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius24);
}
/* line 231, _ps.less */
.var-procs-sec-wrap {
  display: flex;
  justify-content: space-between;
}
/* line 235, _ps.less */
.var-procs-sec-wrap .sec-title,
.var-procs-sec-wrap .comm-para p {
  text-align: left;
}
/* line 240, _ps.less */
.var-procs-sec-wrap .sec-hedr-left {
  max-width: 380px;
}
/* line 245, _ps.less */
.sec-hedr-left {
  width: 40%;
}
/* line 248, _ps.less */
.sec-hedr-left .sec-title {
  line-height: 1.3;
  margin-bottom: 12px;
}
/* line 254, _ps.less */
.var-procs-img {
  max-width: 700px;
  width: calc(100% - 36px);
}
/* line 258, _ps.less */
.var-procs-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius24);
}
/* line 266, _ps.less */
.case-study-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 272, _ps.less */
.cs-swiper-img {
  height: 350px;
  width: 100%;
  margin-bottom: 30px;
}
/* line 277, _ps.less */
.cs-swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius16);
}
/* line 286, _ps.less */
.cs-swiper-box-btm {
  display: flex;
  align-items: left;
  justify-content: space-between;
  width: 100%;
}
/* line 293, _ps.less */
.roadmap-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 74px;
  margin-top: 40px;
  border-radius: var(--radius24);
}
/* line 302, _ps.less */
.roadmap-img {
  max-width: 587px;
  width: 100%;
  height: 100%;
}
/* line 307, _ps.less */
.roadmap-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 314, _ps.less */
.road-map-cont {
  width: 40%;
}
/* digital capablity css */
/* line 319, _ps.less */
.digitals-height-wrap {
  position: relative;
}
/* line 322, _ps.less */
.digitals-height-wrap .swiper {
  overflow: visible;
}
/* line 327, _ps.less */
.digital-swiper {
  margin-top: 40px;
}
/* line 331, _ps.less */
.digitals-sticky {
  position: sticky;
  top: 25%;
}
/* line 336, _ps.less */
.trigger-point {
  height: 80vh;
  position: absolute;
}
/* line 340, _ps.less */
.trigger-point1 {
  top: 0;
}
/* line 344, _ps.less */
.trigger-point2 {
  top: 80vh;
}
/* line 348, _ps.less */
.trigger-point3 {
  top: 160vh;
}
/* line 352, _ps.less */
.trigger-point4 {
  top: 240vh;
}
/* line 356, _ps.less */
.trigger-point5 {
  top: 320vh;
}
/* line 360, _ps.less */
.trigger-point6 {
  top: 400vh;
}
/* line 364, _ps.less */
.trigger-point7 {
  top: 560vh;
}
/* line 368, _ps.less */
.trigger-point8 {
  top: 640vh;
}
/* line 374, _ps.less */
.swiper-scrollbar-drag {
  background: linear-gradient(90deg, #f5f5f5 0%, #ec2a25 100%) !important;
}
/* line 378, _ps.less */
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: var(--swiper-scrollbar-size, 7px) !important;
  bottom: var(--swiper-scrollbar-bottom, -26px) !important;
  border-radius: var(--swiper-scrollbar-border-radius, 0px);
  background: var(--swiper-scrollbar-bg-color, #f5f5f5);
}
/* line 386, _ps.less */
.digital-swiper-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* line 392, _ps.less */
.digital-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 60px;
}
/* line 396, _ps.less */
.digital-icon img {
  object-fit: contain;
}
/* line 404, _ps.less */
.digital-cotent {
  text-align: left;
}
/* line 407, _ps.less */
.digital-cotent .small-title {
  font-size: 28px;
}
/* line 412, _ps.less */
.digital-cotent .comm-para p {
  text-align: left;
}
/* digital page glance sec css  */
/* line 419, _ps.less */
.glance-hdr {
  margin-bottom: 40px;
}
/* line 423, _ps.less */
.culture-sec {
  background: #fafafa;
  padding: 90px 0;
  overflow: hidden;
}
/* line 429, _ps.less */
.acc-box {
  padding: 12px 0 0;
  background: transparent;
  position: relative;
  display: flex;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 440, _ps.less */
.acc-main-box .swiper-slide:last-child .acc-box .acc-dot:before,
.acc-main-box .swiper-slide:last-child .acc-box .acc-dot span {
  display: none;
}
/* line 447, _ps.less */
.swiper.comm-swiper {
  overflow: visible;
}
/* line 450, _ps.less */
.swiper.comm-swiper .swiper-wrapper {
  display: block;
}
/* line 455, _ps.less */
.label-btn {
  margin-left: 45px;
}
/* line 459, _ps.less */
.acc-main-box {
  width: 50%;
}
/* line 465, _ps.less */
.acc-cont {
  flex: 1;
}
/* line 469, _ps.less */
.acc-dot {
  display: block;
  width: 16px;
  height: 16px;
  background: #ECEDED;
  border-radius: 100%;
  margin-right: 30px;
  margin-top: 13px;
  z-index: 1;
}
/* line 479, _ps.less */
.acc-dot span {
  display: block;
  height: 0;
  width: 1px;
  position: absolute;
  margin-left: 7px;
  margin-top: -2px;
  background: #ca2127;
}
/* line 489, _ps.less */
.acc-dot:before {
  content: "";
  display: block;
  background: transparent url(../img/verti-line.svg) repeat-y bottom;
  height: 100%;
  width: 1px;
  position: absolute;
  margin-left: 7px;
}
/* line 500, _ps.less */
.acco-hdn {
  font-size: 30px;
  line-height: 1.4;
  color: rgba(39, 45, 55, 0.5);
  cursor: pointer;
  text-align: left;
  text-transform: capitalize;
}
/* line 510, _ps.less */
.acc-box.active .acco-hdn {
  color: #272D37;
}
/* line 514, _ps.less */
.acc-box.active .active-dot {
  background: linear-gradient(45deg, #ec2227 0%, #ec2a25 20%, #ef4123 40%, #f4681e 60%, #fa9c18 80%, #fdb515 100%);
  height: 16px;
  width: 16px;
  position: relative;
  z-index: 999;
  border-radius: 100%;
}
/* line 525, _ps.less */
.acc-box.active .acc-dot span {
  height: 100%;
  transition: all 4s ease-in-out;
  -webkit-transition: all 4s ease-in-out;
}
/* line 531, _ps.less */
.acc-box.active .acco-para {
  display: block;
}
/* line 536, _ps.less */
.label-app-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}
/* line 543, _ps.less */
.label-app-left {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
/* line 549, _ps.less */
.label-app-right {
  max-width: 742px;
  width: 100%;
}
/* line 554, _ps.less */
.label-img {
  display: block;
  width: 100%;
  height: 462px;
  border-radius: 14px;
  overflow: hidden;
}
/* line 561, _ps.less */
.label-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 567, _ps.less */
.label-img #lableAnim {
  object-fit: contain;
}
/* line 572, _ps.less */
.mob-img {
  display: none;
}
/* team page css start  */
/* line 577, _ps.less */
.team-bottom {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 24px;
  background: url(../img/team-bg.png) no-repeat;
  background-size: cover;
  transform: translateY(calc(100% - 116px));
  transition: 0.5s;
}
/* line 589, _ps.less */
.team-hdr {
  margin-bottom: 30px;
}
/* line 593, _ps.less */
.team-mem-boxes-wrap {
  margin-top: 40px;
}
/* line 596, _ps.less */
.team-mem-boxes-wrap .f-col {
  margin-bottom: 60px;
}
/* line 601, _ps.less */
.team-swiper-wrap {
  margin-top: 54px;
}
/* line 605, _ps.less */
.team-box {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #4D525E;
}
/* line 612, _ps.less */
.team-box:hover .team-bottom {
  transform: translateY(0);
}
/* line 618, _ps.less */
.team-img {
  height: 460px;
  width: 100%;
}
/* line 622, _ps.less */
.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius24);
}
/* line 631, _ps.less */
.team-box-btm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
/* line 636, _ps.less */
.team-box-btm h3 {
  font-size: var(--size36);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(2deg, #ffffff 9.63%, #6979a5 71.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 648, _ps.less */
.team-box-btm p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
/* line 661, _ps.less */
.team-detail h4 {
  font-size: var(--size24);
  font-weight: 500;
}
/* line 666, _ps.less */
.team-detail p {
  color: #fff;
}
/* line 671, _ps.less */
.team-detail-text {
  overflow-y: auto;
  height: 296px;
}
/* line 675, _ps.less */
.team-detail-text p {
  font-size: 16px;
  line-height: 34px;
  overflow-y: auto;
}
/* line 682, _ps.less */
.team-detail.active {
  opacity: 1;
  visibility: visible;
  padding-bottom: 70px;
}
/* line 688, _ps.less */
.plus-btn {
  cursor: pointer;
  z-index: 1;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  font-size: var(--size28);
  border: 1px solid #000;
  border-radius: 100%;
  padding: 0 6px;
  line-height: 1.1;
  background-color: #FFF;
}
/* line 699, _ps.less */
.plus-btn:hover,
.plus-btn.active {
  background-color: #FDB515;
}
/* line 703, _ps.less */
.plus-btn:hover .plus-icon,
.plus-btn.active .plus-icon {
  transform: rotate(135deg);
  background-color: transparent;
  color: var(--clr-black);
}
/* line 712, _ps.less */
.plus-icon {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
/* line 717, _ps.less */
.team-dtl-content li {
  list-style: disc;
  margin: 12px 0px 12px 20px;
  color: #99A1BA;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
/* line 727, _ps.less */
.advisor-wrap {
  border-radius: var(--radius24);
  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;
  gap: 50px;
  padding: 60px;
  padding-right: 0;
}
/* line 736, _ps.less */
.advisor-content {
  flex: 1;
  max-width: 506px;
}
/* line 740, _ps.less */
.advisor-content .small-title {
  margin-bottom: 16px;
}
/* line 745, _ps.less */
.team-swiper-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: 76px;
}
/* line 751, _ps.less */
.team-img-swiper .swiper-slide {
  background: transparent;
}
/* line 756, _ps.less */
.team-img-swiper {
  max-width: 916px;
}
/* line 760, _ps.less */
.advisor-img {
  width: 100%;
  height: 526px;
}
/* line 764, _ps.less */
.advisor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius24);
}
/* line 772, _ps.less */
.team-info-swiper {
  max-width: 554px;
  width: 100%;
}
/* line 776, _ps.less */
.team-info-swiper .swiper-wrapper {
  padding-bottom: 50px;
}
/* line 780, _ps.less */
.team-info-swiper .swiper-slide {
  display: flex;
  height: auto;
  background: transparent;
  text-align: left;
}
/* line 788, _ps.less */
.team-info-box {
  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: 80px;
  flex-direction: column;
}
/* line 793, _ps.less */
.team-info-box .comm-para p {
  color: #ddd;
}
/* line 799, _ps.less */
.team-info span {
  color: #818181;
  font-size: var(--size18);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.54px;
  margin-bottom: 22px;
  display: block;
}
/* line 809, _ps.less */
.team-info .comm-para p {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 814, _ps.less */
.team-hdn {
  color: #fff;
  font-size: var(--size36);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  margin-bottom: 26px;
}
/* line 824, _ps.less */
.team-nav-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
/* line 829, _ps.less */
.team-nav {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #000;
  cursor: pointer;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 839, _ps.less */
.team-nav i {
  font-size: 16px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 845, _ps.less */
.team-nav:hover {
  background: #ffffff;
}
/* line 848, _ps.less */
.team-nav:hover i {
  color: var(--dark);
}
/* line 853, _ps.less */
.team-nav.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 858, _ps.less */
.team-nav img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
/* line 866, _ps.less */
.team-prev img {
  transform: rotate(180deg);
}
/* line 871, _ps.less */
.vision-mission-box {
  border-radius: var(--radius24);
  padding: 40px 64px 60px;
  height: 100%;
  border: 1px solid #4D525E;
  position: relative;
}
/* line 880, _ps.less */
.vision-mission-box:hover .bg-vm {
  opacity: 1;
}
/* line 885, _ps.less */
.vision-mission-box p,
.vision-mission-box li {
  font-size: var(--size20);
}
/* line 891, _ps.less */
.bg-vm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  transition: 0.5s;
}
/* line 900, _ps.less */
.bg-vm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 907, _ps.less */
.vm-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 8px;
  position: relative;
}
/* line 914, _ps.less */
.vm-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 921, _ps.less */
.vm-content {
  position: relative;
}
/* line 924, _ps.less */
.vm-content .sec-title {
  margin-bottom: 16px;
}
/* line 928, _ps.less */
.vm-content ul {
  display: flex;
  flex-direction: column;
}
/* line 933, _ps.less */
.vm-content li {
  display: flex;
  margin-bottom: 30px;
  color: #99A1BA;
  font-weight: 400;
  flex: 1;
  line-height: 2;
  line-height: 200%;
  padding-left: 40px;
  position: relative;
}
/* line 948, _ps.less */
.vm-content li::before {
  content: '';
  background: url('../img/list-marker.svg') center no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 20px;
  margin-top: 8px;
  position: absolute;
  left: 0;
}
/* line 966, _ps.less */
.mission-points li {
  display: flex;
  margin-bottom: 30px;
}
/* line 970, _ps.less */
.mission-points li::before {
  content: '';
  background: url('../img/right-orange-arrow.svg') center no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 20px;
  margin-top: 8px;
}
/* line 980, _ps.less */
.mission-points li p {
  flex: 1;
  font-size: var(--size24);
  line-height: 2;
}
/* line 988, _ps.less */
.value-box {
  padding: 40px;
  border-radius: var(--radius24);
  border: 1px solid #4D525E;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* line 997, _ps.less */
.value-box:hover .values-bg {
  opacity: 1;
}
/* line 1003, _ps.less */
.values-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  transition: 0.8s ease-in-out;
  z-index: -1;
}
/* line 1013, _ps.less */
.values-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 1020, _ps.less */
.value-content-wrap {
  margin-top: 40px;
}
/* line 1023, _ps.less */
.value-content-wrap .f-row {
  justify-content: space-between;
}
/* line 1029, _ps.less */
.value-icon {
  width: 85px;
  height: 85px;
  margin-bottom: 40px;
}
/* line 1034, _ps.less */
.value-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 1042, _ps.less */
.value-detail .small-title {
  margin-bottom: 16px;
  text-align: left;
}
/* line 1047, _ps.less */
.value-detail p {
  text-align: left;
}
/* line 1052, _ps.less */
.quality-sec-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1060px;
  margin: auto;
}
/* line 1060, _ps.less */
.quality-sec-wrap:hover .quality-img {
  opacity: 0.7;
}
/* line 1065, _ps.less */
.quality-sec-wrap .f-row {
  justify-content: space-between;
}
/* line 1070, _ps.less */
.quality-left {
  max-width: 450px;
  z-index: 1;
  position: relative;
}
/* line 1075, _ps.less */
.quality-left .sec-title {
  margin-bottom: 16px;
  text-align: left;
}
/* line 1080, _ps.less */
.quality-left p {
  text-align: left;
}
/* line 1085, _ps.less */
.quality-img {
  height: 500px;
  width: 100%;
  opacity: 0.15;
  transition: 0.5s;
  transform: scale(1.2);
}
/* line 1092, _ps.less */
.quality-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius24);
}
/* line 1100, _ps.less */
.culture-text-hdr {
  text-align: center;
  position: relative;
}
/* line 1104, _ps.less */
.culture-text-hdr .large-title {
  margin-bottom: 20px;
}
/* line 1108, _ps.less */
.culture-text-hdr .sec-title {
  margin-bottom: 10px;
}
/* line 1113, _ps.less */
.read-btn {
  margin-top: 30px;
}
/* line 1117, _ps.less */
.swiper.culture-swiper {
  overflow: visible;
}
/* line 1121, _ps.less */
.culture-img {
  width: 100%;
  height: 500px;
}
/* line 1125, _ps.less */
.culture-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius24);
}
/* line 1133, _ps.less */
.securiry-box {
  padding: 20px;
  border-radius: var(--radius24);
  border: 1px solid #4D525E;
}
/* line 1139, _ps.less */
.security-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}
/* line 1144, _ps.less */
.security-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 1151, _ps.less */
.security-text p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 26px;
}
/* line 1159, _ps.less */
.security-right .f-col:nth-child(even) {
  margin-top: 40px;
}
/* line 1172, _ps.less */
.accSwiper .swiper-slide,
.labelSwiper .swiper-slide {
  background: transparent;
}
/* line 1178, _ps.less */
.value-content {
  padding-right: 24px;
  position: relative;
  user-select: none;
}
/* line 1183, _ps.less */
.value-content:after {
  content: "";
  position: absolute;
  opacity: 0.5;
  background: linear-gradient(260deg, rgba(149, 147, 255, 0) -6.67%, #9593ff 46.74%, rgba(149, 147, 255, 0) 100.62%);
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
/* line 1195, _ps.less */
.security-right {
  max-width: 380px;
  margin-left: auto;
}
/* new career page css start
========================================================================================== */
/* line 1202, _ps.less */
.career-submit-form-wrap {
  border: 1px solid transparent;
  background: transparent;
  border-radius: 24px;
  color: #404555;
  border: 1px solid #4d525e;
  position: relative;
  background-clip: padding-box;
  margin: auto;
  padding: 40px;
}
/* line 1214, _ps.less */
.page-sub-title {
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(2deg, #ffffff 9.63%, #6979a5 71.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 1225, _ps.less */
.page-title .comm-para {
  width: 70%;
  margin: 24px auto 0;
}
/* line 1231, _ps.less */
.inner-sec-title {
  font-size: 28px;
  color: #CDD8FF;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
}
/* line 1239, _ps.less */
.career-wrap {
  margin-top: 0;
  width: 100%;
}
/* line 1245, _ps.less */
.career-form .form-label {
  color: #99A1BA;
  font-size: 18px;
  text-transform: capitalize;
}
/* line 1252, _ps.less */
.career-form .form-field {
  border: 1px solid transparent;
  background: transparent;
  color: #404555;
  border-radius: 12px;
  border: 1px solid #4D525E;
  position: relative;
  background-clip: padding-box;
}
/* line 1264, _ps.less */
.career-form input::placeholder {
  color: #404555;
  opacity: 1;
}
/* line 1269, _ps.less */
.career-form input::-webkit-input-placeholder {
  color: #404555;
}
/* line 1273, _ps.less */
.career-form input::-ms-input-placeholder {
  color: #404555;
}
/* line 1277, _ps.less */
.career-form textarea {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
/* line 1284, _ps.less */
.career-form textarea::placeholder {
  color: #404555;
}
/* line 1288, _ps.less */
.career-form .button {
  background: #F08122;
  width: fit-content;
  height: 51px;
  line-height: 51px;
  font-size: 16px;
}
/* line 1295, _ps.less */
.career-form .button:hover {
  background: transparent;
  border: 1px solid #F08122;
  color: #F08122;
}
/* applied ai page css start
======================================================================== */
/* line 1306, _ps.less */
.bnr-img {
  position: relative;
  margin-top: 40px;
}
/* line 1310, _ps.less */
.bnr-img::before {
  content: '';
  background: linear-gradient(90deg, #010510 0%, rgba(1, 5, 16, 0.4) 50%, #010510 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
/* line 1320, _ps.less */
.bnr-img img,
.bnr-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: relative;
}
/* contact page css start 
=============================================================================== */
/* line 1332, _ps.less */
.address-hr {
  background: linear-gradient(90deg, #6979a5 0%, #010510 100%);
  width: 100%;
  height: 1px;
  display: flex;
  border: 0;
  margin: 30px 0;
}
/* konwledge base page css start 
===================================================================*/
/* line 1345, _ps.less */
.knowledge-breadcrumb ul::before {
  right: 40px;
}
/* line 1349, _ps.less */
.knowledge-breadcrumb ul::after {
  left: 40px;
}
/* line 1355, _ps.less */
.konwlegebas-content-wrap {
  display: flex;
  justify-content: space-between;
}
/* line 1360, _ps.less */
.konwlegebas-left-wrap {
  display: block;
  width: 40%;
}
/* line 1365, _ps.less */
.konwlegebas-sticky-div {
  position: relative;
  height: 100%;
}
/* line 1370, _ps.less */
.knowledge-cat-wrap {
  width: 70%;
  position: sticky;
  top: calc(var(--header-height) + 30px);
}
/* line 1375, _ps.less */
.knowledge-cat-wrap ul {
  padding: 20px 24px;
  border: 1px solid transparent;
  background: transparent;
  color: #404555;
  border-image-slice: 1;
  border-width: 1px;
  position: relative;
  background-clip: padding-box;
  border-radius: 24px;
  border: 1px solid #4d525e;
}
/* line 1390, _ps.less */
.knowledge-cat-wrap ul li::after {
  content: '';
  background: linear-gradient(90deg, #6979a5 0%, #010510 100%);
  width: 100%;
  height: 1px;
  display: flex;
  border: 0;
  margin: 14px 0;
}
/* line 1401, _ps.less */
.knowledge-cat-wrap ul li:last-child::after {
  background: transparent;
}
/* line 1406, _ps.less */
.knowledge-cat-wrap ul li a {
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 28px;
  color: #717893;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1414, _ps.less */
.knowledge-cat-wrap ul li a:hover,
.knowledge-cat-wrap ul li a.active {
  color: #CDD8FF;
}
/* line 1423, _ps.less */
.knowledge-wrap {
  width: 70%;
}
/* line 1426, _ps.less */
.knowledge-wrap .address-hr {
  background: url(../img/title-border-big.png) left center no-repeat;
}
/* line 1430, _ps.less */
.knowledge-wrap .category-wrap {
  margin-bottom: 30px;
}
/* line 1436, _ps.less */
.popup-head p {
  color: #FFF;
  font-size: var(--size24);
  line-height: 1.5;
  font-weight: 400;
}
/* line 1446, _ps.less */
.new-blog-card .comm-para p {
  text-align: left;
}
/* line 1452, _ps.less */
.new-blog-img {
  aspect-ratio: 485/250;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
}
/* line 1462, _ps.less */
.new-blog-wrap .f-row {
  gap: 30px 0;
}
/* line 1466, _ps.less */
.new-blog-wrap .sec-title {
  text-align: left;
}
@media all and (max-width: 1366px) {
  /* line 9, _ps-resp.less */
  .learning-wrap {
    gap: 100px;
    padding-right: 60px;
  }
  /* line 14, _ps-resp.less */
  .page-bnr {
    height: auto;
  }
  /* line 18, _ps-resp.less */
  .page-bnr-1 {
    height: 450px;
  }
  /* line 22, _ps-resp.less */
  .digitals-sticky {
    top: 18%;
  }
  /* line 26, _ps-resp.less */
  .page-hdr {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 1280px) {
  /* line 33, _ps-resp.less */
  .med-para p {
    line-height: 180%;
  }
  /* line 37, _ps-resp.less */
  .page-bnr-1 {
    height: 390px;
  }
  /* line 41, _ps-resp.less */
  .learning-img {
    width: 538px;
    height: 466px;
  }
  /* line 46, _ps-resp.less */
  .learning-wrap {
    gap: 90px;
  }
  /* line 50, _ps-resp.less */
  .acco-hdn {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media all and (max-width: 1200px) {
  /* line 58, _ps-resp.less */
  .quality-img {
    max-width: 500px;
    width: 100%;
    height: auto;
  }
  /* line 64, _ps-resp.less */
  .culture-img {
    height: 400px;
  }
  /* line 68, _ps-resp.less */
  .page-hdr {
    margin-bottom: 50px;
  }
  /* line 72, _ps-resp.less */
  .broad-sec-wrap.section-wrap {
    flex-direction: column;
    gap: 40px;
  }
  /* line 77, _ps-resp.less */
  .section-left.counter-broad {
    width: 100%;
  }
  /* line 81, _ps-resp.less */
  .broad-sec-wrap .section-right {
    width: 100%;
  }
  /* line 87, _ps-resp.less */
  .content-body img {
    height: auto;
    border-radius: 14px;
  }
  /* line 92, _ps-resp.less */
  .content-body h1,
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6,
  .content-body p,
  .content-body ul {
    padding-inline: 0;
  }
}
@media all and (max-width: 1064px) {
  /* line 107, _ps-resp.less */
  .section-right {
    width: 70%;
  }
  /* line 111, _ps-resp.less */
  .learning-wrap {
    gap: 80px;
  }
  /* line 115, _ps-resp.less */
  .page-bnr-1 {
    height: 310px;
  }
  /* line 119, _ps-resp.less */
  .learning-img {
    width: 390px;
    height: 396px;
  }
  /* line 124, _ps-resp.less */
  .var-procs-img {
    max-width: 480px;
  }
  /* line 128, _ps-resp.less */
  .relief-cont ul li {
    line-height: 2;
  }
  /* line 136, _ps-resp.less */
  .advisor-img {
    width: 100%;
    height: 336px;
  }
  /* line 141, _ps-resp.less */
  .vision-mission-box {
    min-height: auto;
    margin-bottom: 30px;
    padding: 30px;
  }
  /* line 146, _ps-resp.less */
  .vision-mission-box:last-child {
    margin-bottom: 0;
  }
  /* line 150, _ps-resp.less */
  .vision-mission-box p,
  .vision-mission-box li {
    line-height: 1.5;
  }
  /* line 156, _ps-resp.less */
  .vm-icon {
    width: 60px;
    height: 60px;
  }
  /* line 161, _ps-resp.less */
  .value-content {
    min-height: 100%;
  }
  /* line 165, _ps-resp.less */
  .quality-sec-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* line 171, _ps-resp.less */
  .quality-left {
    max-width: 100%;
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  /* line 177, _ps-resp.less */
  .quality-img {
    height: 450px;
  }
  /* line 181, _ps-resp.less */
  .label-app-left {
    flex-direction: column-reverse;
  }
  /* line 185, _ps-resp.less */
  .acc-main-box {
    width: 100%;
    margin-top: 30px;
  }
  /* line 191, _ps-resp.less */
  .acc-main-box .swiper.comm-swiper .swiper-wrapper {
    display: flex;
  }
  /* line 195, _ps-resp.less */
  .acc-main-box .accSwiper {
    max-width: 1000px;
  }
  /* line 204, _ps-resp.less */
  .acc-dot {
    display: none;
  }
  /* line 208, _ps-resp.less */
  .roadmap-box {
    flex-direction: column;
  }
  /* line 212, _ps-resp.less */
  .road-map-cont {
    width: 100%;
    margin-top: 30px;
  }
  /* line 218, _ps-resp.less */
  .vision-sec .f-row {
    gap: 30px;
  }
  /* line 223, _ps-resp.less */
  .label-app-left {
    align-items: center;
  }
  /* line 232, _ps-resp.less */
  .accSwiper .acco-hdn {
    text-align: center;
  }
  /* line 237, _ps-resp.less */
  .label-app-box {
    justify-content: center;
  }
  /* line 242, _ps-resp.less */
  .culture-img {
    height: 300px;
  }
  /* line 246, _ps-resp.less */
  .career-wrap {
    margin-top: 60px;
    width: 100%;
  }
  /* line 251, _ps-resp.less */
  .knowledge-cat-wrap {
    width: 100%;
    padding-right: 30px;
  }
  /* line 256, _ps-resp.less */
  .knowledge-wrap .cs-swiper-img {
    height: 170px;
  }
}
@media all and (max-width: 990px) {
  /* line 264, _ps-resp.less */
  .page-bnr {
    height: 270px;
  }
  /* line 268, _ps-resp.less */
  .relief-cont ul li {
    line-height: 1.8;
  }
  /* line 272, _ps-resp.less */
  .learning-wrap {
    gap: 80px;
    padding: 40px;
    padding-right: 40px;
  }
  /* line 278, _ps-resp.less */
  .digitals-sticky {
    top: 20%;
    overflow: hidden;
    padding-bottom: 60px;
  }
  /* line 284, _ps-resp.less */
  .digitals-dtl-box {
    padding: 18px !important;
    margin-bottom: 0px !important;
  }
  /* line 289, _ps-resp.less */
  .digital-cotent .small-title {
    font-size: 24px;
  }
  /* line 293, _ps-resp.less */
  .safety-content-left {
    max-width: 336px;
  }
  /* line 296, _ps-resp.less */
  .safety-content-left.solution-left {
    max-width: none;
  }
  /* line 301, _ps-resp.less */
  .roadmap-box {
    padding: 70px 74px 60px;
  }
  /* line 305, _ps-resp.less */
  .acc-dot {
    display: none;
  }
  /* line 309, _ps-resp.less */
  .acco-hdn {
    color: #272d37;
  }
  /* line 313, _ps-resp.less */
  .acc-main-box {
    width: 100%;
  }
  /* line 317, _ps-resp.less */
  .advisor-wrap {
    flex-direction: column;
    padding-right: 60px;
  }
  /* line 322, _ps-resp.less */
  .team-img-swiper {
    max-width: 100%;
  }
  /* line 326, _ps-resp.less */
  .team-info-swiper {
    max-width: 100%;
    width: 100%;
  }
  /* line 331, _ps-resp.less */
  .team-mem-boxes-wrap .f-col {
    margin-bottom: 50px;
  }
  /* line 335, _ps-resp.less */
  .learning-wrap {
    gap: 50px;
  }
  /* line 339, _ps-resp.less */
  .learning-wrap.img-left {
    padding-left: 0;
  }
  /* line 343, _ps-resp.less */
  .img-text-box .learning-img {
    width: 410px;
    height: 300px;
  }
  /* line 348, _ps-resp.less */
  .quality-sec-wrap {
    gap: 20px;
  }
  /* line 352, _ps-resp.less */
  .team-detail {
    height: 83%;
    overflow: auto;
  }
  /* line 357, _ps-resp.less */
  .label-app-right {
    max-width: 542px;
  }
  /* line 362, _ps-resp.less */
  .label-img img {
    object-fit: contain;
  }
  /* line 367, _ps-resp.less */
  .learning-wrap {
    gap: 40px;
    flex-direction: column-reverse;
  }
  /* line 372, _ps-resp.less */
  .learning-wrap.img-left {
    flex-direction: column;
    padding: 30px;
  }
  /* line 377, _ps-resp.less */
  .konwlegebas-left-wrap {
    display: none;
  }
  /* line 381, _ps-resp.less */
  .knowledge-wrap {
    width: 100%;
  }
  /* line 385, _ps-resp.less */
  .safety-content-left {
    max-width: none;
  }
  /* line 389, _ps-resp.less */
  .relief-eng-wrap {
    flex-direction: column;
  }
  /* line 393, _ps-resp.less */
  .relief-eng-wrap .relief-cont {
    width: 100%;
    max-width: none;
  }
  /* line 398, _ps-resp.less */
  .relief-eng-wrap::after {
    display: none;
  }
  /* line 402, _ps-resp.less */
  .codesec-wrap .safety-content-right {
    width: 100%;
  }
}
@media all and (max-width: 834px) {
  /* line 409, _ps-resp.less */
  .count-box {
    padding: 20px 20px 30px;
  }
  /* line 417, _ps-resp.less */
  .learning-img {
    width: 100%;
    height: 346px;
  }
  /* line 422, _ps-resp.less */
  .var-procs-img {
    max-width: 430px;
  }
  /* line 426, _ps-resp.less */
  .var-procs-sec-wrap {
    flex-direction: column;
    gap: 40px;
  }
  /* line 431, _ps-resp.less */
  .sec-hedr-left {
    width: 100%;
  }
  /* line 435, _ps-resp.less */
  .var-procs-img {
    max-width: 100%;
  }
  /* line 439, _ps-resp.less */
  .section-wrap {
    flex-direction: column;
  }
  /* line 443, _ps-resp.less */
  .section-left,
  .section-right {
    width: 100%;
  }
  /* line 448, _ps-resp.less */
  .expr-sec {
    margin-top: 30px;
  }
  /* line 453, _ps-resp.less */
  .soft-stndrd-img-wrap .f-row {
    gap: 40px;
  }
  /* line 458, _ps-resp.less */
  .soft-stndrd-img {
    max-height: 530px;
  }
  /* line 462, _ps-resp.less */
  br {
    display: none;
  }
  /* line 466, _ps-resp.less */
  .safety-study-content-wrap {
    flex-direction: column;
  }
  /* line 470, _ps-resp.less */
  .safety-study-content-wrap .white-box:last-child {
    margin-bottom: 0;
  }
  /* line 476, _ps-resp.less */
  .sticky-cont-wrapper,
  .safety-content-right {
    width: 100%;
  }
  /* line 481, _ps-resp.less */
  .sticky-content {
    position: static;
    margin-bottom: 40px;
  }
  /* line 487, _ps-resp.less */
  .security-right {
    margin-top: 36px;
  }
  /* line 491, _ps-resp.less */
  .security-right .f-col {
    margin-bottom: 30px;
  }
  /* line 494, _ps-resp.less */
  .security-right .f-col:nth-child(even) {
    margin-top: 0;
  }
  /* line 499, _ps-resp.less */
  .securiry-box {
    min-height: 285px;
  }
  /* line 503, _ps-resp.less */
  .solution-left .sticky-content {
    width: 100%;
  }
  /* line 507, _ps-resp.less */
  .safety-content-left {
    max-width: 100%;
  }
  /* line 511, _ps-resp.less */
  .sticky-text-sec .sticky-content {
    width: 100%;
  }
  /* line 515, _ps-resp.less */
  .digital-cotent .small-title {
    font-size: 20px;
  }
  /* line 519, _ps-resp.less */
  .page-bnr {
    height: 270px;
    margin-bottom: 40px;
  }
  /* line 524, _ps-resp.less */
  .section-left.counter-broad {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  /* line 531, _ps-resp.less */
  .security-right {
    max-width: none;
  }
}
@media all and (max-width: 640px) {
  /* line 538, _ps-resp.less */
  .career-submit-form-wrap {
    padding: 20px;
  }
  /* line 542, _ps-resp.less */
  .sec-title.t-center {
    margin-bottom: 20px;
  }
  /* line 546, _ps-resp.less */
  .culture-img {
    width: 100%;
    height: 290px;
  }
  /* line 551, _ps-resp.less */
  .sticky-content {
    margin-bottom: 20px;
  }
  /* line 555, _ps-resp.less */
  .learning-wrap {
    padding: 30px;
    padding-right: 30px;
  }
  /* line 560, _ps-resp.less */
  .img-text-box .learning-img {
    height: auto;
  }
  /* line 564, _ps-resp.less */
  .page-big-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 569, _ps-resp.less */
  .advisor-wrap {
    padding: 30px;
    padding-right: 30px;
  }
  /* line 574, _ps-resp.less */
  .label-app-right {
    max-width: 442px;
  }
  /* line 578, _ps-resp.less */
  .acc-main-box {
    margin-top: 10px;
  }
  /* line 582, _ps-resp.less */
  .culture-sec {
    padding: 40px 0;
  }
  /* line 586, _ps-resp.less */
  .value-box {
    padding: 40px 30px 40px;
  }
  /* line 590, _ps-resp.less */
  .culture-img {
    height: 300px;
  }
  /* line 594, _ps-resp.less */
  .securiry-box {
    min-height: auto;
  }
  /* line 598, _ps-resp.less */
  .white-box {
    top: 100px;
  }
  /* line 602, _ps-resp.less */
  .page-title .comm-para {
    width: 100%;
  }
  /* line 606, _ps-resp.less */
  .page-hdr {
    margin-bottom: 40px;
  }
  /* line 610, _ps-resp.less */
  .var-procs-list {
    padding: 20px;
  }
  /* line 614, _ps-resp.less */
  .var-procs-list ul li {
    padding-left: 20px;
  }
}
@media all and (max-width: 576px) {
  /* line 620, _ps-resp.less */
  .var-procs-list ul li:before {
    left: -5px;
    top: -5px;
    transform: scaleX(0.6);
    transform-origin: left center;
  }
  /* line 627, _ps-resp.less */
  .page-bnr {
    height: 206px;
    margin-top: 40px;
  }
  /* line 632, _ps-resp.less */
  .white-box {
    padding: 30px;
    margin-bottom: 30px;
  }
  /* line 637, _ps-resp.less */
  .value-content {
    flex-direction: column;
  }
  /* line 641, _ps-resp.less */
  .value-detail {
    margin-left: 0;
    margin-top: 20px;
  }
  /* line 646, _ps-resp.less */
  .quality-img {
    height: auto;
    margin-bottom: 30px;
  }
  /* line 650, _ps-resp.less */
  .quality-img .relief-cont ul {
    margin-left: 20px;
  }
  /* line 655, _ps-resp.less */
  .label-img {
    width: 100%;
    height: auto;
  }
  /* line 665, _ps-resp.less */
  .label-app-box .swiper-slide {
    text-align: left;
  }
  /* line 670, _ps-resp.less */
  .label-app-right {
    max-width: 400px;
  }
}
@media all and (max-width: 480px) {
  /* line 676, _ps-resp.less */
  .learning-wrap {
    padding: 30px;
    gap: 30px;
  }
  /* line 681, _ps-resp.less */
  .sticky-text-sec .safety-study-content-wrap {
    margin-bottom: 50px;
  }
  /* line 684, _ps-resp.less */
  .sticky-text-sec .safety-study-content-wrap:last-child {
    margin-bottom: 0;
  }
  /* line 689, _ps-resp.less */
  .learning-img {
    width: 100%;
    height: 250px;
  }
  /* line 694, _ps-resp.less */
  .img-text-box .learning-img {
    width: 100%;
  }
  /* line 698, _ps-resp.less */
  .learning-wrap.img-left {
    padding: 20px;
  }
  /* line 702, _ps-resp.less */
  .page-big-content {
    width: 100%;
  }
  /* line 706, _ps-resp.less */
  .roadmap-box {
    padding: 50px 44px 50px;
  }
  /* line 710, _ps-resp.less */
  .advisor-wrap {
    padding: 20px;
    padding-right: 20px;
  }
  /* line 715, _ps-resp.less */
  .label-app-right {
    max-width: 390px;
  }
  /* line 719, _ps-resp.less */
  .label-img {
    border-radius: 4px;
  }
  /* line 723, _ps-resp.less */
  .team-img {
    margin-bottom: 14px;
  }
  /* line 727, _ps-resp.less */
  .culture-img {
    height: 250px;
  }
  /* line 731, _ps-resp.less */
  .business-wrap {
    padding: 50px 20px 50px;
  }
  /* line 734, _ps-resp.less */
  .business-wrap .sec-title {
    margin-bottom: 40px;
  }
  /* line 738, _ps-resp.less */
  .business-wrap p,
  .business-wrap li {
    line-height: 1.5;
  }
  /* line 744, _ps-resp.less */
  .vision-mission-box p,
  .vision-mission-box li {
    font-size: 18px;
    line-height: 1.5;
  }
  /* line 750, _ps-resp.less */
  .vm-content li {
    padding-left: 30px;
  }
  /* line 754, _ps-resp.less */
  .mission-points li::before {
    margin-top: 4px;
  }
  /* line 758, _ps-resp.less */
  .security-icon {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
  /* line 764, _ps-resp.less */
  .team-detail {
    height: 85.4%;
  }
  /* line 768, _ps-resp.less */
  .relief-cont ul {
    margin-left: 20px;
  }
}
@media all and (max-width: 400px) {
  /* line 774, _ps-resp.less */
  .learning-wrap {
    padding: 20px;
  }
  /* line 778, _ps-resp.less */
  .learning-img {
    height: 200px;
  }
  /* line 782, _ps-resp.less */
  .label-app-right {
    max-width: 300px;
  }
  /* line 786, _ps-resp.less */
  .culture-img {
    height: 200px;
  }
}
/*# sourceMappingURL=main.css.map */