/*------------------------------------------------------------------
[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
=> Multiple Tabs
=> Breadcrumbs
=> Footer

-------------------------------------------------------------------*/
/* line 22, _elements.less */
html,
body {
  font-family: "Switzer", sans-serif;
  font-weight: 400;
}
/*==========================================================================
=> Color
==========================================================================*/
/* line 32, _elements.less */
:root {
  --sidebarWidth: 430px;
  /* common */
  --clr-red: #f00;
  --clr-grn: #1e7e34;
  --primary: #a24eea;
  /* common end */
  /* input */
  --input-font: 500;
  --input-height: 50px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #aaa;
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-font: 700;
  --button-fill: #232835;
  --button-line: #e4fee5;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
/* line 63, _elements.less */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
/* line 70, _elements.less */
input[type="number"] {
  -moz-appearance: textfield;
}
/* line 74, _elements.less */
.variable {
  margin-bottom: 30px;
}
/* line 77, _elements.less */
.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
/* line 85, _elements.less */
.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
/*==========================================================================
=> Fonts
==========================================================================*/
/* line 97, _elements.less */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin-bottom: 0;
}
@font-face {
  font-family: "icomoon";
  src: url("../icomoon/fonts/icomoon.eot?70pb7p");
  src: url("../icomoon/fonts/icomoon.eot?70pb7p#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?70pb7p") format("truetype"), url("../icomoon/fonts/icomoon.woff?70pb7p") format("woff"), url("../icomoon/fonts/icomoon.svg?70pb7p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 120, _elements.less */
[class^="i-"],
[class*=" i-"] {
  /* 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 136, _elements.less */
.i-facebook:before {
  content: "\e900";
}
/* line 140, _elements.less */
.i-insta:before {
  content: "\e901";
}
/* line 144, _elements.less */
.i-linkedin:before {
  content: "\e902";
}
/* line 148, _elements.less */
.i-magnifying-glass:before {
  content: "\e903";
}
/* line 152, _elements.less */
.i-x:before {
  content: "\e904";
}
/* line 156, _elements.less */
.i-arrow-right:before {
  content: "\e905";
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
/* line 164, _elements.less */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
/* line 171, _elements.less */
.f-col {
  padding: 0 15px;
}
/* flex col */
/* line 179, _elements.less */
.f-10 .f-col {
  width: 10%;
}
/* line 179, _elements.less */
.f-9 .f-col {
  width: 11.11111111%;
}
/* line 179, _elements.less */
.f-8 .f-col {
  width: 12.5%;
}
/* line 179, _elements.less */
.f-7 .f-col {
  width: 14.28571429%;
}
/* line 179, _elements.less */
.f-6 .f-col {
  width: 16.66666667%;
}
/* line 179, _elements.less */
.f-5 .f-col {
  width: 20%;
}
/* line 179, _elements.less */
.f-4 .f-col {
  width: 25%;
}
/* line 179, _elements.less */
.f-3 .f-col {
  width: 33.33333333%;
}
/* line 179, _elements.less */
.f-2 .f-col {
  width: 50%;
}
/* line 179, _elements.less */
.f-1 .f-col {
  width: 100%;
}
/* flex col end */
/* Grid */
/* line 191, _elements.less */
.g-10 {
  grid-template-columns: repeat(10, 1fr);
}
/* line 191, _elements.less */
.g-9 {
  grid-template-columns: repeat(9, 1fr);
}
/* line 191, _elements.less */
.g-8 {
  grid-template-columns: repeat(8, 1fr);
}
/* line 191, _elements.less */
.g-7 {
  grid-template-columns: repeat(7, 1fr);
}
/* line 191, _elements.less */
.g-6 {
  grid-template-columns: repeat(6, 1fr);
}
/* line 191, _elements.less */
.g-5 {
  grid-template-columns: repeat(5, 1fr);
}
/* line 191, _elements.less */
.g-4 {
  grid-template-columns: repeat(4, 1fr);
}
/* line 191, _elements.less */
.g-3 {
  grid-template-columns: repeat(3, 1fr);
}
/* line 191, _elements.less */
.g-2 {
  grid-template-columns: repeat(2, 1fr);
}
/* line 191, _elements.less */
.g-1 {
  grid-template-columns: repeat(1, 1fr);
}
/* Grid */
/* line 202, _elements.less */
.gp-70 {
  gap: 70px;
}
/* line 202, _elements.less */
.gp-65 {
  gap: 65px;
}
/* line 202, _elements.less */
.gp-60 {
  gap: 60px;
}
/* line 202, _elements.less */
.gp-55 {
  gap: 55px;
}
/* line 202, _elements.less */
.gp-50 {
  gap: 50px;
}
/* line 202, _elements.less */
.gp-45 {
  gap: 45px;
}
/* line 202, _elements.less */
.gp-40 {
  gap: 40px;
}
/* line 202, _elements.less */
.gp-35 {
  gap: 35px;
}
/* line 202, _elements.less */
.gp-30 {
  gap: 30px;
}
/* line 202, _elements.less */
.gp-25 {
  gap: 25px;
}
/* line 202, _elements.less */
.gp-20 {
  gap: 20px;
}
/* line 202, _elements.less */
.gp-15 {
  gap: 15px;
}
/* line 202, _elements.less */
.gp-10 {
  gap: 10px;
}
/* line 202, _elements.less */
.gp-5 {
  gap: 5px;
}
/* line 202, _elements.less */
.gp-0 {
  gap: 0px;
}
/* Width */
/* line 213, _elements.less */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 213, _elements.less */
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 222, _elements.less */
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 228, _elements.less */
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
/* line 239, _elements.less */
.mb-100 {
  margin-bottom: 100px;
}
/* line 239, _elements.less */
.mb-95 {
  margin-bottom: 95px;
}
/* line 239, _elements.less */
.mb-90 {
  margin-bottom: 90px;
}
/* line 239, _elements.less */
.mb-85 {
  margin-bottom: 85px;
}
/* line 239, _elements.less */
.mb-80 {
  margin-bottom: 80px;
}
/* line 239, _elements.less */
.mb-75 {
  margin-bottom: 75px;
}
/* line 239, _elements.less */
.mb-70 {
  margin-bottom: 70px;
}
/* line 239, _elements.less */
.mb-65 {
  margin-bottom: 65px;
}
/* line 239, _elements.less */
.mb-60 {
  margin-bottom: 60px;
}
/* line 239, _elements.less */
.mb-55 {
  margin-bottom: 55px;
}
/* line 239, _elements.less */
.mb-50 {
  margin-bottom: 50px;
}
/* line 239, _elements.less */
.mb-45 {
  margin-bottom: 45px;
}
/* line 239, _elements.less */
.mb-40 {
  margin-bottom: 40px;
}
/* line 239, _elements.less */
.mb-35 {
  margin-bottom: 35px;
}
/* line 239, _elements.less */
.mb-30 {
  margin-bottom: 30px;
}
/* line 239, _elements.less */
.mb-25 {
  margin-bottom: 25px;
}
/* line 239, _elements.less */
.mb-20 {
  margin-bottom: 20px;
}
/* line 239, _elements.less */
.mb-15 {
  margin-bottom: 15px;
}
/* line 239, _elements.less */
.mb-10 {
  margin-bottom: 10px;
}
/* line 239, _elements.less */
.mb-5 {
  margin-bottom: 5px;
}
/* line 239, _elements.less */
.mb-0 {
  margin-bottom: 0px;
}
/* line 246, _elements.less */
.comm-grid {
  display: grid;
  width: 100%;
}
@media all and (max-width: 1800px) {
  /* line 179, _elements.less */
  .f-1800-10 .f-col {
    width: 10%;
  }
  /* line 179, _elements.less */
  .f-1800-9 .f-col {
    width: 11.11111111%;
  }
  /* line 179, _elements.less */
  .f-1800-8 .f-col {
    width: 12.5%;
  }
  /* line 179, _elements.less */
  .f-1800-7 .f-col {
    width: 14.28571429%;
  }
  /* line 179, _elements.less */
  .f-1800-6 .f-col {
    width: 16.66666667%;
  }
  /* line 179, _elements.less */
  .f-1800-5 .f-col {
    width: 20%;
  }
  /* line 179, _elements.less */
  .f-1800-4 .f-col {
    width: 25%;
  }
  /* line 179, _elements.less */
  .f-1800-3 .f-col {
    width: 33.33333333%;
  }
  /* line 179, _elements.less */
  .f-1800-2 .f-col {
    width: 50%;
  }
  /* line 179, _elements.less */
  .f-1800-1 .f-col {
    width: 100%;
  }
  /* line 213, _elements.less */
  .w-1800-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1800-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 191, _elements.less */
  .g-1800-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 191, _elements.less */
  .g-1800-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 191, _elements.less */
  .g-1800-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 191, _elements.less */
  .g-1800-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 191, _elements.less */
  .g-1800-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 191, _elements.less */
  .g-1800-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 191, _elements.less */
  .g-1800-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 191, _elements.less */
  .g-1800-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 191, _elements.less */
  .g-1800-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 191, _elements.less */
  .g-1800-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 202, _elements.less */
  .gp-1800-70 {
    gap: 70px;
  }
  /* line 202, _elements.less */
  .gp-1800-65 {
    gap: 65px;
  }
  /* line 202, _elements.less */
  .gp-1800-60 {
    gap: 60px;
  }
  /* line 202, _elements.less */
  .gp-1800-55 {
    gap: 55px;
  }
  /* line 202, _elements.less */
  .gp-1800-50 {
    gap: 50px;
  }
  /* line 202, _elements.less */
  .gp-1800-45 {
    gap: 45px;
  }
  /* line 202, _elements.less */
  .gp-1800-40 {
    gap: 40px;
  }
  /* line 202, _elements.less */
  .gp-1800-35 {
    gap: 35px;
  }
  /* line 202, _elements.less */
  .gp-1800-30 {
    gap: 30px;
  }
  /* line 202, _elements.less */
  .gp-1800-25 {
    gap: 25px;
  }
  /* line 202, _elements.less */
  .gp-1800-20 {
    gap: 20px;
  }
  /* line 202, _elements.less */
  .gp-1800-15 {
    gap: 15px;
  }
  /* line 202, _elements.less */
  .gp-1800-10 {
    gap: 10px;
  }
  /* line 202, _elements.less */
  .gp-1800-5 {
    gap: 5px;
  }
  /* line 202, _elements.less */
  .gp-1800-0 {
    gap: 0px;
  }
  /* line 257, _elements.less */
  .w-1800-33 {
    width: 33%;
  }
  /* line 261, _elements.less */
  .w-1800-16 {
    width: 16.666666%;
  }
  /* line 239, _elements.less */
  .mb-1800-100 {
    margin-bottom: 100px;
  }
  /* line 239, _elements.less */
  .mb-1800-95 {
    margin-bottom: 95px;
  }
  /* line 239, _elements.less */
  .mb-1800-90 {
    margin-bottom: 90px;
  }
  /* line 239, _elements.less */
  .mb-1800-85 {
    margin-bottom: 85px;
  }
  /* line 239, _elements.less */
  .mb-1800-80 {
    margin-bottom: 80px;
  }
  /* line 239, _elements.less */
  .mb-1800-75 {
    margin-bottom: 75px;
  }
  /* line 239, _elements.less */
  .mb-1800-70 {
    margin-bottom: 70px;
  }
  /* line 239, _elements.less */
  .mb-1800-65 {
    margin-bottom: 65px;
  }
  /* line 239, _elements.less */
  .mb-1800-60 {
    margin-bottom: 60px;
  }
  /* line 239, _elements.less */
  .mb-1800-55 {
    margin-bottom: 55px;
  }
  /* line 239, _elements.less */
  .mb-1800-50 {
    margin-bottom: 50px;
  }
  /* line 239, _elements.less */
  .mb-1800-45 {
    margin-bottom: 45px;
  }
  /* line 239, _elements.less */
  .mb-1800-40 {
    margin-bottom: 40px;
  }
  /* line 239, _elements.less */
  .mb-1800-35 {
    margin-bottom: 35px;
  }
  /* line 239, _elements.less */
  .mb-1800-30 {
    margin-bottom: 30px;
  }
  /* line 239, _elements.less */
  .mb-1800-25 {
    margin-bottom: 25px;
  }
  /* line 239, _elements.less */
  .mb-1800-20 {
    margin-bottom: 20px;
  }
  /* line 239, _elements.less */
  .mb-1800-15 {
    margin-bottom: 15px;
  }
  /* line 239, _elements.less */
  .mb-1800-10 {
    margin-bottom: 10px;
  }
  /* line 239, _elements.less */
  .mb-1800-5 {
    margin-bottom: 5px;
  }
  /* line 239, _elements.less */
  .mb-1800-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1440px) {
  /* line 269, _elements.less */
  .w-1440-40 {
    width: 40%;
  }
  /* line 273, _elements.less */
  .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1366px) {
  /* line 179, _elements.less */
  .f-1366-10 .f-col {
    width: 10%;
  }
  /* line 179, _elements.less */
  .f-1366-9 .f-col {
    width: 11.11111111%;
  }
  /* line 179, _elements.less */
  .f-1366-8 .f-col {
    width: 12.5%;
  }
  /* line 179, _elements.less */
  .f-1366-7 .f-col {
    width: 14.28571429%;
  }
  /* line 179, _elements.less */
  .f-1366-6 .f-col {
    width: 16.66666667%;
  }
  /* line 179, _elements.less */
  .f-1366-5 .f-col {
    width: 20%;
  }
  /* line 179, _elements.less */
  .f-1366-4 .f-col {
    width: 25%;
  }
  /* line 179, _elements.less */
  .f-1366-3 .f-col {
    width: 33.33333333%;
  }
  /* line 179, _elements.less */
  .f-1366-2 .f-col {
    width: 50%;
  }
  /* line 179, _elements.less */
  .f-1366-1 .f-col {
    width: 100%;
  }
  /* line 191, _elements.less */
  .g-1366-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 191, _elements.less */
  .g-1366-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 191, _elements.less */
  .g-1366-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 191, _elements.less */
  .g-1366-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 191, _elements.less */
  .g-1366-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 191, _elements.less */
  .g-1366-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 191, _elements.less */
  .g-1366-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 191, _elements.less */
  .g-1366-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 191, _elements.less */
  .g-1366-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 191, _elements.less */
  .g-1366-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 202, _elements.less */
  .gp-1366-70 {
    gap: 70px;
  }
  /* line 202, _elements.less */
  .gp-1366-65 {
    gap: 65px;
  }
  /* line 202, _elements.less */
  .gp-1366-60 {
    gap: 60px;
  }
  /* line 202, _elements.less */
  .gp-1366-55 {
    gap: 55px;
  }
  /* line 202, _elements.less */
  .gp-1366-50 {
    gap: 50px;
  }
  /* line 202, _elements.less */
  .gp-1366-45 {
    gap: 45px;
  }
  /* line 202, _elements.less */
  .gp-1366-40 {
    gap: 40px;
  }
  /* line 202, _elements.less */
  .gp-1366-35 {
    gap: 35px;
  }
  /* line 202, _elements.less */
  .gp-1366-30 {
    gap: 30px;
  }
  /* line 202, _elements.less */
  .gp-1366-25 {
    gap: 25px;
  }
  /* line 202, _elements.less */
  .gp-1366-20 {
    gap: 20px;
  }
  /* line 202, _elements.less */
  .gp-1366-15 {
    gap: 15px;
  }
  /* line 202, _elements.less */
  .gp-1366-10 {
    gap: 10px;
  }
  /* line 202, _elements.less */
  .gp-1366-5 {
    gap: 5px;
  }
  /* line 202, _elements.less */
  .gp-1366-0 {
    gap: 0px;
  }
  /* line 213, _elements.less */
  .w-1366-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1366-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 284, _elements.less */
  .w-1366-33 {
    width: 33%;
  }
  /* line 288, _elements.less */
  .w-1366-16 {
    width: 16.666666%;
  }
  /* line 239, _elements.less */
  .mb-1366-100 {
    margin-bottom: 100px;
  }
  /* line 239, _elements.less */
  .mb-1366-95 {
    margin-bottom: 95px;
  }
  /* line 239, _elements.less */
  .mb-1366-90 {
    margin-bottom: 90px;
  }
  /* line 239, _elements.less */
  .mb-1366-85 {
    margin-bottom: 85px;
  }
  /* line 239, _elements.less */
  .mb-1366-80 {
    margin-bottom: 80px;
  }
  /* line 239, _elements.less */
  .mb-1366-75 {
    margin-bottom: 75px;
  }
  /* line 239, _elements.less */
  .mb-1366-70 {
    margin-bottom: 70px;
  }
  /* line 239, _elements.less */
  .mb-1366-65 {
    margin-bottom: 65px;
  }
  /* line 239, _elements.less */
  .mb-1366-60 {
    margin-bottom: 60px;
  }
  /* line 239, _elements.less */
  .mb-1366-55 {
    margin-bottom: 55px;
  }
  /* line 239, _elements.less */
  .mb-1366-50 {
    margin-bottom: 50px;
  }
  /* line 239, _elements.less */
  .mb-1366-45 {
    margin-bottom: 45px;
  }
  /* line 239, _elements.less */
  .mb-1366-40 {
    margin-bottom: 40px;
  }
  /* line 239, _elements.less */
  .mb-1366-35 {
    margin-bottom: 35px;
  }
  /* line 239, _elements.less */
  .mb-1366-30 {
    margin-bottom: 30px;
  }
  /* line 239, _elements.less */
  .mb-1366-25 {
    margin-bottom: 25px;
  }
  /* line 239, _elements.less */
  .mb-1366-20 {
    margin-bottom: 20px;
  }
  /* line 239, _elements.less */
  .mb-1366-15 {
    margin-bottom: 15px;
  }
  /* line 239, _elements.less */
  .mb-1366-10 {
    margin-bottom: 10px;
  }
  /* line 239, _elements.less */
  .mb-1366-5 {
    margin-bottom: 5px;
  }
  /* line 239, _elements.less */
  .mb-1366-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1200px) {
  /* line 179, _elements.less */
  .f-1200-10 .f-col {
    width: 10%;
  }
  /* line 179, _elements.less */
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  /* line 179, _elements.less */
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  /* line 179, _elements.less */
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  /* line 179, _elements.less */
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  /* line 179, _elements.less */
  .f-1200-5 .f-col {
    width: 20%;
  }
  /* line 179, _elements.less */
  .f-1200-4 .f-col {
    width: 25%;
  }
  /* line 179, _elements.less */
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  /* line 179, _elements.less */
  .f-1200-2 .f-col {
    width: 50%;
  }
  /* line 179, _elements.less */
  .f-1200-1 .f-col {
    width: 100%;
  }
  /* line 213, _elements.less */
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 191, _elements.less */
  .g-1200-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 191, _elements.less */
  .g-1200-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 191, _elements.less */
  .g-1200-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 191, _elements.less */
  .g-1200-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 191, _elements.less */
  .g-1200-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 191, _elements.less */
  .g-1200-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 191, _elements.less */
  .g-1200-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 191, _elements.less */
  .g-1200-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 191, _elements.less */
  .g-1200-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 191, _elements.less */
  .g-1200-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 202, _elements.less */
  .gp-1200-70 {
    gap: 70px;
  }
  /* line 202, _elements.less */
  .gp-1200-65 {
    gap: 65px;
  }
  /* line 202, _elements.less */
  .gp-1200-60 {
    gap: 60px;
  }
  /* line 202, _elements.less */
  .gp-1200-55 {
    gap: 55px;
  }
  /* line 202, _elements.less */
  .gp-1200-50 {
    gap: 50px;
  }
  /* line 202, _elements.less */
  .gp-1200-45 {
    gap: 45px;
  }
  /* line 202, _elements.less */
  .gp-1200-40 {
    gap: 40px;
  }
  /* line 202, _elements.less */
  .gp-1200-35 {
    gap: 35px;
  }
  /* line 202, _elements.less */
  .gp-1200-30 {
    gap: 30px;
  }
  /* line 202, _elements.less */
  .gp-1200-25 {
    gap: 25px;
  }
  /* line 202, _elements.less */
  .gp-1200-20 {
    gap: 20px;
  }
  /* line 202, _elements.less */
  .gp-1200-15 {
    gap: 15px;
  }
  /* line 202, _elements.less */
  .gp-1200-10 {
    gap: 10px;
  }
  /* line 202, _elements.less */
  .gp-1200-5 {
    gap: 5px;
  }
  /* line 202, _elements.less */
  .gp-1200-0 {
    gap: 0px;
  }
  /* line 302, _elements.less */
  .w-1200-33 {
    width: 33%;
  }
  /* line 306, _elements.less */
  .w-1200-16 {
    width: 16.666666%;
  }
  /* line 239, _elements.less */
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  /* line 239, _elements.less */
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  /* line 239, _elements.less */
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  /* line 239, _elements.less */
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  /* line 239, _elements.less */
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  /* line 239, _elements.less */
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  /* line 239, _elements.less */
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  /* line 239, _elements.less */
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  /* line 239, _elements.less */
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  /* line 239, _elements.less */
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  /* line 239, _elements.less */
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  /* line 239, _elements.less */
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  /* line 239, _elements.less */
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  /* line 239, _elements.less */
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  /* line 239, _elements.less */
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  /* line 239, _elements.less */
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  /* line 239, _elements.less */
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  /* line 239, _elements.less */
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  /* line 239, _elements.less */
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  /* line 239, _elements.less */
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  /* line 239, _elements.less */
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1024px) {
  /* line 179, _elements.less */
  .f-1024-10 .f-col {
    width: 10%;
  }
  /* line 179, _elements.less */
  .f-1024-9 .f-col {
    width: 11.11111111%;
  }
  /* line 179, _elements.less */
  .f-1024-8 .f-col {
    width: 12.5%;
  }
  /* line 179, _elements.less */
  .f-1024-7 .f-col {
    width: 14.28571429%;
  }
  /* line 179, _elements.less */
  .f-1024-6 .f-col {
    width: 16.66666667%;
  }
  /* line 179, _elements.less */
  .f-1024-5 .f-col {
    width: 20%;
  }
  /* line 179, _elements.less */
  .f-1024-4 .f-col {
    width: 25%;
  }
  /* line 179, _elements.less */
  .f-1024-3 .f-col {
    width: 33.33333333%;
  }
  /* line 179, _elements.less */
  .f-1024-2 .f-col {
    width: 50%;
  }
  /* line 179, _elements.less */
  .f-1024-1 .f-col {
    width: 100%;
  }
  /* line 191, _elements.less */
  .g-1024-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 191, _elements.less */
  .g-1024-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 191, _elements.less */
  .g-1024-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 191, _elements.less */
  .g-1024-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 191, _elements.less */
  .g-1024-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 191, _elements.less */
  .g-1024-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 191, _elements.less */
  .g-1024-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 191, _elements.less */
  .g-1024-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 191, _elements.less */
  .g-1024-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 191, _elements.less */
  .g-1024-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 202, _elements.less */
  .gp-1024-70 {
    gap: 70px;
  }
  /* line 202, _elements.less */
  .gp-1024-65 {
    gap: 65px;
  }
  /* line 202, _elements.less */
  .gp-1024-60 {
    gap: 60px;
  }
  /* line 202, _elements.less */
  .gp-1024-55 {
    gap: 55px;
  }
  /* line 202, _elements.less */
  .gp-1024-50 {
    gap: 50px;
  }
  /* line 202, _elements.less */
  .gp-1024-45 {
    gap: 45px;
  }
  /* line 202, _elements.less */
  .gp-1024-40 {
    gap: 40px;
  }
  /* line 202, _elements.less */
  .gp-1024-35 {
    gap: 35px;
  }
  /* line 202, _elements.less */
  .gp-1024-30 {
    gap: 30px;
  }
  /* line 202, _elements.less */
  .gp-1024-25 {
    gap: 25px;
  }
  /* line 202, _elements.less */
  .gp-1024-20 {
    gap: 20px;
  }
  /* line 202, _elements.less */
  .gp-1024-15 {
    gap: 15px;
  }
  /* line 202, _elements.less */
  .gp-1024-10 {
    gap: 10px;
  }
  /* line 202, _elements.less */
  .gp-1024-5 {
    gap: 5px;
  }
  /* line 202, _elements.less */
  .gp-1024-0 {
    gap: 0px;
  }
  /* line 213, _elements.less */
  .w-1024-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-1024-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 319, _elements.less */
  .w-1024-33 {
    width: 33%;
  }
  /* line 323, _elements.less */
  .w-1024-16 {
    width: 16.666666%;
  }
  /* line 239, _elements.less */
  .mb-1024-100 {
    margin-bottom: 100px;
  }
  /* line 239, _elements.less */
  .mb-1024-95 {
    margin-bottom: 95px;
  }
  /* line 239, _elements.less */
  .mb-1024-90 {
    margin-bottom: 90px;
  }
  /* line 239, _elements.less */
  .mb-1024-85 {
    margin-bottom: 85px;
  }
  /* line 239, _elements.less */
  .mb-1024-80 {
    margin-bottom: 80px;
  }
  /* line 239, _elements.less */
  .mb-1024-75 {
    margin-bottom: 75px;
  }
  /* line 239, _elements.less */
  .mb-1024-70 {
    margin-bottom: 70px;
  }
  /* line 239, _elements.less */
  .mb-1024-65 {
    margin-bottom: 65px;
  }
  /* line 239, _elements.less */
  .mb-1024-60 {
    margin-bottom: 60px;
  }
  /* line 239, _elements.less */
  .mb-1024-55 {
    margin-bottom: 55px;
  }
  /* line 239, _elements.less */
  .mb-1024-50 {
    margin-bottom: 50px;
  }
  /* line 239, _elements.less */
  .mb-1024-45 {
    margin-bottom: 45px;
  }
  /* line 239, _elements.less */
  .mb-1024-40 {
    margin-bottom: 40px;
  }
  /* line 239, _elements.less */
  .mb-1024-35 {
    margin-bottom: 35px;
  }
  /* line 239, _elements.less */
  .mb-1024-30 {
    margin-bottom: 30px;
  }
  /* line 239, _elements.less */
  .mb-1024-25 {
    margin-bottom: 25px;
  }
  /* line 239, _elements.less */
  .mb-1024-20 {
    margin-bottom: 20px;
  }
  /* line 239, _elements.less */
  .mb-1024-15 {
    margin-bottom: 15px;
  }
  /* line 239, _elements.less */
  .mb-1024-10 {
    margin-bottom: 10px;
  }
  /* line 239, _elements.less */
  .mb-1024-5 {
    margin-bottom: 5px;
  }
  /* line 239, _elements.less */
  .mb-1024-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  /* line 179, _elements.less */
  .f-990-10 .f-col {
    width: 10%;
  }
  /* line 179, _elements.less */
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  /* line 179, _elements.less */
  .f-990-8 .f-col {
    width: 12.5%;
  }
  /* line 179, _elements.less */
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  /* line 179, _elements.less */
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  /* line 179, _elements.less */
  .f-990-5 .f-col {
    width: 20%;
  }
  /* line 179, _elements.less */
  .f-990-4 .f-col {
    width: 25%;
  }
  /* line 179, _elements.less */
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  /* line 179, _elements.less */
  .f-990-2 .f-col {
    width: 50%;
  }
  /* line 179, _elements.less */
  .f-990-1 .f-col {
    width: 100%;
  }
  /* line 213, _elements.less */
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 191, _elements.less */
  .g-990-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 191, _elements.less */
  .g-990-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 191, _elements.less */
  .g-990-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 191, _elements.less */
  .g-990-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 191, _elements.less */
  .g-990-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 191, _elements.less */
  .g-990-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 191, _elements.less */
  .g-990-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 191, _elements.less */
  .g-990-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 191, _elements.less */
  .g-990-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 191, _elements.less */
  .g-990-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 202, _elements.less */
  .gp-990-70 {
    gap: 70px;
  }
  /* line 202, _elements.less */
  .gp-990-65 {
    gap: 65px;
  }
  /* line 202, _elements.less */
  .gp-990-60 {
    gap: 60px;
  }
  /* line 202, _elements.less */
  .gp-990-55 {
    gap: 55px;
  }
  /* line 202, _elements.less */
  .gp-990-50 {
    gap: 50px;
  }
  /* line 202, _elements.less */
  .gp-990-45 {
    gap: 45px;
  }
  /* line 202, _elements.less */
  .gp-990-40 {
    gap: 40px;
  }
  /* line 202, _elements.less */
  .gp-990-35 {
    gap: 35px;
  }
  /* line 202, _elements.less */
  .gp-990-30 {
    gap: 30px;
  }
  /* line 202, _elements.less */
  .gp-990-25 {
    gap: 25px;
  }
  /* line 202, _elements.less */
  .gp-990-20 {
    gap: 20px;
  }
  /* line 202, _elements.less */
  .gp-990-15 {
    gap: 15px;
  }
  /* line 202, _elements.less */
  .gp-990-10 {
    gap: 10px;
  }
  /* line 202, _elements.less */
  .gp-990-5 {
    gap: 5px;
  }
  /* line 202, _elements.less */
  .gp-990-0 {
    gap: 0px;
  }
  /* line 336, _elements.less */
  .w-990-33 {
    width: 33%;
  }
  /* line 340, _elements.less */
  .w-990-16 {
    width: 16.666666%;
  }
  /* line 239, _elements.less */
  .mb-990-100 {
    margin-bottom: 100px;
  }
  /* line 239, _elements.less */
  .mb-990-95 {
    margin-bottom: 95px;
  }
  /* line 239, _elements.less */
  .mb-990-90 {
    margin-bottom: 90px;
  }
  /* line 239, _elements.less */
  .mb-990-85 {
    margin-bottom: 85px;
  }
  /* line 239, _elements.less */
  .mb-990-80 {
    margin-bottom: 80px;
  }
  /* line 239, _elements.less */
  .mb-990-75 {
    margin-bottom: 75px;
  }
  /* line 239, _elements.less */
  .mb-990-70 {
    margin-bottom: 70px;
  }
  /* line 239, _elements.less */
  .mb-990-65 {
    margin-bottom: 65px;
  }
  /* line 239, _elements.less */
  .mb-990-60 {
    margin-bottom: 60px;
  }
  /* line 239, _elements.less */
  .mb-990-55 {
    margin-bottom: 55px;
  }
  /* line 239, _elements.less */
  .mb-990-50 {
    margin-bottom: 50px;
  }
  /* line 239, _elements.less */
  .mb-990-45 {
    margin-bottom: 45px;
  }
  /* line 239, _elements.less */
  .mb-990-40 {
    margin-bottom: 40px;
  }
  /* line 239, _elements.less */
  .mb-990-35 {
    margin-bottom: 35px;
  }
  /* line 239, _elements.less */
  .mb-990-30 {
    margin-bottom: 30px;
  }
  /* line 239, _elements.less */
  .mb-990-25 {
    margin-bottom: 25px;
  }
  /* line 239, _elements.less */
  .mb-990-20 {
    margin-bottom: 20px;
  }
  /* line 239, _elements.less */
  .mb-990-15 {
    margin-bottom: 15px;
  }
  /* line 239, _elements.less */
  .mb-990-10 {
    margin-bottom: 10px;
  }
  /* line 239, _elements.less */
  .mb-990-5 {
    margin-bottom: 5px;
  }
  /* line 239, _elements.less */
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  /* line 179, _elements.less */
  .f-768-10 .f-col {
    width: 10%;
  }
  /* line 179, _elements.less */
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  /* line 179, _elements.less */
  .f-768-8 .f-col {
    width: 12.5%;
  }
  /* line 179, _elements.less */
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  /* line 179, _elements.less */
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  /* line 179, _elements.less */
  .f-768-5 .f-col {
    width: 20%;
  }
  /* line 179, _elements.less */
  .f-768-4 .f-col {
    width: 25%;
  }
  /* line 179, _elements.less */
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  /* line 179, _elements.less */
  .f-768-2 .f-col {
    width: 50%;
  }
  /* line 179, _elements.less */
  .f-768-1 .f-col {
    width: 100%;
  }
  /* line 213, _elements.less */
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 191, _elements.less */
  .g-768-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 191, _elements.less */
  .g-768-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 191, _elements.less */
  .g-768-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 191, _elements.less */
  .g-768-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 191, _elements.less */
  .g-768-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 191, _elements.less */
  .g-768-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 191, _elements.less */
  .g-768-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 191, _elements.less */
  .g-768-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 191, _elements.less */
  .g-768-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 191, _elements.less */
  .g-768-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 202, _elements.less */
  .gp-768-70 {
    gap: 70px;
  }
  /* line 202, _elements.less */
  .gp-768-65 {
    gap: 65px;
  }
  /* line 202, _elements.less */
  .gp-768-60 {
    gap: 60px;
  }
  /* line 202, _elements.less */
  .gp-768-55 {
    gap: 55px;
  }
  /* line 202, _elements.less */
  .gp-768-50 {
    gap: 50px;
  }
  /* line 202, _elements.less */
  .gp-768-45 {
    gap: 45px;
  }
  /* line 202, _elements.less */
  .gp-768-40 {
    gap: 40px;
  }
  /* line 202, _elements.less */
  .gp-768-35 {
    gap: 35px;
  }
  /* line 202, _elements.less */
  .gp-768-30 {
    gap: 30px;
  }
  /* line 202, _elements.less */
  .gp-768-25 {
    gap: 25px;
  }
  /* line 202, _elements.less */
  .gp-768-20 {
    gap: 20px;
  }
  /* line 202, _elements.less */
  .gp-768-15 {
    gap: 15px;
  }
  /* line 202, _elements.less */
  .gp-768-10 {
    gap: 10px;
  }
  /* line 202, _elements.less */
  .gp-768-5 {
    gap: 5px;
  }
  /* line 202, _elements.less */
  .gp-768-0 {
    gap: 0px;
  }
  /* line 353, _elements.less */
  .w-768-33 {
    width: 33%;
  }
  /* line 357, _elements.less */
  .w-768-16 {
    width: 16.666666%;
  }
  /* line 239, _elements.less */
  .mb-768-100 {
    margin-bottom: 100px;
  }
  /* line 239, _elements.less */
  .mb-768-95 {
    margin-bottom: 95px;
  }
  /* line 239, _elements.less */
  .mb-768-90 {
    margin-bottom: 90px;
  }
  /* line 239, _elements.less */
  .mb-768-85 {
    margin-bottom: 85px;
  }
  /* line 239, _elements.less */
  .mb-768-80 {
    margin-bottom: 80px;
  }
  /* line 239, _elements.less */
  .mb-768-75 {
    margin-bottom: 75px;
  }
  /* line 239, _elements.less */
  .mb-768-70 {
    margin-bottom: 70px;
  }
  /* line 239, _elements.less */
  .mb-768-65 {
    margin-bottom: 65px;
  }
  /* line 239, _elements.less */
  .mb-768-60 {
    margin-bottom: 60px;
  }
  /* line 239, _elements.less */
  .mb-768-55 {
    margin-bottom: 55px;
  }
  /* line 239, _elements.less */
  .mb-768-50 {
    margin-bottom: 50px;
  }
  /* line 239, _elements.less */
  .mb-768-45 {
    margin-bottom: 45px;
  }
  /* line 239, _elements.less */
  .mb-768-40 {
    margin-bottom: 40px;
  }
  /* line 239, _elements.less */
  .mb-768-35 {
    margin-bottom: 35px;
  }
  /* line 239, _elements.less */
  .mb-768-30 {
    margin-bottom: 30px;
  }
  /* line 239, _elements.less */
  .mb-768-25 {
    margin-bottom: 25px;
  }
  /* line 239, _elements.less */
  .mb-768-20 {
    margin-bottom: 20px;
  }
  /* line 239, _elements.less */
  .mb-768-15 {
    margin-bottom: 15px;
  }
  /* line 239, _elements.less */
  .mb-768-10 {
    margin-bottom: 10px;
  }
  /* line 239, _elements.less */
  .mb-768-5 {
    margin-bottom: 5px;
  }
  /* line 239, _elements.less */
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  /* line 179, _elements.less */
  .f-640-10 .f-col {
    width: 10%;
  }
  /* line 179, _elements.less */
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  /* line 179, _elements.less */
  .f-640-8 .f-col {
    width: 12.5%;
  }
  /* line 179, _elements.less */
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  /* line 179, _elements.less */
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  /* line 179, _elements.less */
  .f-640-5 .f-col {
    width: 20%;
  }
  /* line 179, _elements.less */
  .f-640-4 .f-col {
    width: 25%;
  }
  /* line 179, _elements.less */
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  /* line 179, _elements.less */
  .f-640-2 .f-col {
    width: 50%;
  }
  /* line 179, _elements.less */
  .f-640-1 .f-col {
    width: 100%;
  }
  /* line 213, _elements.less */
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 191, _elements.less */
  .g-640-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 191, _elements.less */
  .g-640-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 191, _elements.less */
  .g-640-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 191, _elements.less */
  .g-640-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 191, _elements.less */
  .g-640-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 191, _elements.less */
  .g-640-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 191, _elements.less */
  .g-640-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 191, _elements.less */
  .g-640-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 191, _elements.less */
  .g-640-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 191, _elements.less */
  .g-640-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 202, _elements.less */
  .gp-640-70 {
    gap: 70px;
  }
  /* line 202, _elements.less */
  .gp-640-65 {
    gap: 65px;
  }
  /* line 202, _elements.less */
  .gp-640-60 {
    gap: 60px;
  }
  /* line 202, _elements.less */
  .gp-640-55 {
    gap: 55px;
  }
  /* line 202, _elements.less */
  .gp-640-50 {
    gap: 50px;
  }
  /* line 202, _elements.less */
  .gp-640-45 {
    gap: 45px;
  }
  /* line 202, _elements.less */
  .gp-640-40 {
    gap: 40px;
  }
  /* line 202, _elements.less */
  .gp-640-35 {
    gap: 35px;
  }
  /* line 202, _elements.less */
  .gp-640-30 {
    gap: 30px;
  }
  /* line 202, _elements.less */
  .gp-640-25 {
    gap: 25px;
  }
  /* line 202, _elements.less */
  .gp-640-20 {
    gap: 20px;
  }
  /* line 202, _elements.less */
  .gp-640-15 {
    gap: 15px;
  }
  /* line 202, _elements.less */
  .gp-640-10 {
    gap: 10px;
  }
  /* line 202, _elements.less */
  .gp-640-5 {
    gap: 5px;
  }
  /* line 202, _elements.less */
  .gp-640-0 {
    gap: 0px;
  }
  /* line 370, _elements.less */
  .w-640-33 {
    width: 33%;
  }
  /* line 374, _elements.less */
  .w-640-16 {
    width: 16.666666%;
  }
  /* line 239, _elements.less */
  .mb-640-100 {
    margin-bottom: 100px;
  }
  /* line 239, _elements.less */
  .mb-640-95 {
    margin-bottom: 95px;
  }
  /* line 239, _elements.less */
  .mb-640-90 {
    margin-bottom: 90px;
  }
  /* line 239, _elements.less */
  .mb-640-85 {
    margin-bottom: 85px;
  }
  /* line 239, _elements.less */
  .mb-640-80 {
    margin-bottom: 80px;
  }
  /* line 239, _elements.less */
  .mb-640-75 {
    margin-bottom: 75px;
  }
  /* line 239, _elements.less */
  .mb-640-70 {
    margin-bottom: 70px;
  }
  /* line 239, _elements.less */
  .mb-640-65 {
    margin-bottom: 65px;
  }
  /* line 239, _elements.less */
  .mb-640-60 {
    margin-bottom: 60px;
  }
  /* line 239, _elements.less */
  .mb-640-55 {
    margin-bottom: 55px;
  }
  /* line 239, _elements.less */
  .mb-640-50 {
    margin-bottom: 50px;
  }
  /* line 239, _elements.less */
  .mb-640-45 {
    margin-bottom: 45px;
  }
  /* line 239, _elements.less */
  .mb-640-40 {
    margin-bottom: 40px;
  }
  /* line 239, _elements.less */
  .mb-640-35 {
    margin-bottom: 35px;
  }
  /* line 239, _elements.less */
  .mb-640-30 {
    margin-bottom: 30px;
  }
  /* line 239, _elements.less */
  .mb-640-25 {
    margin-bottom: 25px;
  }
  /* line 239, _elements.less */
  .mb-640-20 {
    margin-bottom: 20px;
  }
  /* line 239, _elements.less */
  .mb-640-15 {
    margin-bottom: 15px;
  }
  /* line 239, _elements.less */
  .mb-640-10 {
    margin-bottom: 10px;
  }
  /* line 239, _elements.less */
  .mb-640-5 {
    margin-bottom: 5px;
  }
  /* line 239, _elements.less */
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  /* line 179, _elements.less */
  .f-576-10 .f-col {
    width: 10%;
  }
  /* line 179, _elements.less */
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  /* line 179, _elements.less */
  .f-576-8 .f-col {
    width: 12.5%;
  }
  /* line 179, _elements.less */
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  /* line 179, _elements.less */
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  /* line 179, _elements.less */
  .f-576-5 .f-col {
    width: 20%;
  }
  /* line 179, _elements.less */
  .f-576-4 .f-col {
    width: 25%;
  }
  /* line 179, _elements.less */
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  /* line 179, _elements.less */
  .f-576-2 .f-col {
    width: 50%;
  }
  /* line 179, _elements.less */
  .f-576-1 .f-col {
    width: 100%;
  }
  /* line 191, _elements.less */
  .g-576-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 191, _elements.less */
  .g-576-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 191, _elements.less */
  .g-576-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 191, _elements.less */
  .g-576-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 191, _elements.less */
  .g-576-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 191, _elements.less */
  .g-576-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 191, _elements.less */
  .g-576-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 191, _elements.less */
  .g-576-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 191, _elements.less */
  .g-576-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 191, _elements.less */
  .g-576-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 202, _elements.less */
  .gp-576-70 {
    gap: 70px;
  }
  /* line 202, _elements.less */
  .gp-576-65 {
    gap: 65px;
  }
  /* line 202, _elements.less */
  .gp-576-60 {
    gap: 60px;
  }
  /* line 202, _elements.less */
  .gp-576-55 {
    gap: 55px;
  }
  /* line 202, _elements.less */
  .gp-576-50 {
    gap: 50px;
  }
  /* line 202, _elements.less */
  .gp-576-45 {
    gap: 45px;
  }
  /* line 202, _elements.less */
  .gp-576-40 {
    gap: 40px;
  }
  /* line 202, _elements.less */
  .gp-576-35 {
    gap: 35px;
  }
  /* line 202, _elements.less */
  .gp-576-30 {
    gap: 30px;
  }
  /* line 202, _elements.less */
  .gp-576-25 {
    gap: 25px;
  }
  /* line 202, _elements.less */
  .gp-576-20 {
    gap: 20px;
  }
  /* line 202, _elements.less */
  .gp-576-15 {
    gap: 15px;
  }
  /* line 202, _elements.less */
  .gp-576-10 {
    gap: 10px;
  }
  /* line 202, _elements.less */
  .gp-576-5 {
    gap: 5px;
  }
  /* line 202, _elements.less */
  .gp-576-0 {
    gap: 0px;
  }
  /* line 213, _elements.less */
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 387, _elements.less */
  .w-576-33 {
    width: 33%;
  }
  /* line 391, _elements.less */
  .w-576-16 {
    width: 16.666666%;
  }
  /* line 239, _elements.less */
  .mb-576-100 {
    margin-bottom: 100px;
  }
  /* line 239, _elements.less */
  .mb-576-95 {
    margin-bottom: 95px;
  }
  /* line 239, _elements.less */
  .mb-576-90 {
    margin-bottom: 90px;
  }
  /* line 239, _elements.less */
  .mb-576-85 {
    margin-bottom: 85px;
  }
  /* line 239, _elements.less */
  .mb-576-80 {
    margin-bottom: 80px;
  }
  /* line 239, _elements.less */
  .mb-576-75 {
    margin-bottom: 75px;
  }
  /* line 239, _elements.less */
  .mb-576-70 {
    margin-bottom: 70px;
  }
  /* line 239, _elements.less */
  .mb-576-65 {
    margin-bottom: 65px;
  }
  /* line 239, _elements.less */
  .mb-576-60 {
    margin-bottom: 60px;
  }
  /* line 239, _elements.less */
  .mb-576-55 {
    margin-bottom: 55px;
  }
  /* line 239, _elements.less */
  .mb-576-50 {
    margin-bottom: 50px;
  }
  /* line 239, _elements.less */
  .mb-576-45 {
    margin-bottom: 45px;
  }
  /* line 239, _elements.less */
  .mb-576-40 {
    margin-bottom: 40px;
  }
  /* line 239, _elements.less */
  .mb-576-35 {
    margin-bottom: 35px;
  }
  /* line 239, _elements.less */
  .mb-576-30 {
    margin-bottom: 30px;
  }
  /* line 239, _elements.less */
  .mb-576-25 {
    margin-bottom: 25px;
  }
  /* line 239, _elements.less */
  .mb-576-20 {
    margin-bottom: 20px;
  }
  /* line 239, _elements.less */
  .mb-576-15 {
    margin-bottom: 15px;
  }
  /* line 239, _elements.less */
  .mb-576-10 {
    margin-bottom: 10px;
  }
  /* line 239, _elements.less */
  .mb-576-5 {
    margin-bottom: 5px;
  }
  /* line 239, _elements.less */
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  /* line 179, _elements.less */
  .f-480-10 .f-col {
    width: 10%;
  }
  /* line 179, _elements.less */
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  /* line 179, _elements.less */
  .f-480-8 .f-col {
    width: 12.5%;
  }
  /* line 179, _elements.less */
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  /* line 179, _elements.less */
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  /* line 179, _elements.less */
  .f-480-5 .f-col {
    width: 20%;
  }
  /* line 179, _elements.less */
  .f-480-4 .f-col {
    width: 25%;
  }
  /* line 179, _elements.less */
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  /* line 179, _elements.less */
  .f-480-2 .f-col {
    width: 50%;
  }
  /* line 179, _elements.less */
  .f-480-1 .f-col {
    width: 100%;
  }
  /* line 213, _elements.less */
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 191, _elements.less */
  .g-480-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 191, _elements.less */
  .g-480-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 191, _elements.less */
  .g-480-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 191, _elements.less */
  .g-480-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 191, _elements.less */
  .g-480-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 191, _elements.less */
  .g-480-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 191, _elements.less */
  .g-480-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 191, _elements.less */
  .g-480-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 191, _elements.less */
  .g-480-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 191, _elements.less */
  .g-480-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 202, _elements.less */
  .gp-480-70 {
    gap: 70px;
  }
  /* line 202, _elements.less */
  .gp-480-65 {
    gap: 65px;
  }
  /* line 202, _elements.less */
  .gp-480-60 {
    gap: 60px;
  }
  /* line 202, _elements.less */
  .gp-480-55 {
    gap: 55px;
  }
  /* line 202, _elements.less */
  .gp-480-50 {
    gap: 50px;
  }
  /* line 202, _elements.less */
  .gp-480-45 {
    gap: 45px;
  }
  /* line 202, _elements.less */
  .gp-480-40 {
    gap: 40px;
  }
  /* line 202, _elements.less */
  .gp-480-35 {
    gap: 35px;
  }
  /* line 202, _elements.less */
  .gp-480-30 {
    gap: 30px;
  }
  /* line 202, _elements.less */
  .gp-480-25 {
    gap: 25px;
  }
  /* line 202, _elements.less */
  .gp-480-20 {
    gap: 20px;
  }
  /* line 202, _elements.less */
  .gp-480-15 {
    gap: 15px;
  }
  /* line 202, _elements.less */
  .gp-480-10 {
    gap: 10px;
  }
  /* line 202, _elements.less */
  .gp-480-5 {
    gap: 5px;
  }
  /* line 202, _elements.less */
  .gp-480-0 {
    gap: 0px;
  }
  /* line 404, _elements.less */
  .w-480-33 {
    width: 33%;
  }
  /* line 408, _elements.less */
  .w-480-16 {
    width: 16.666666%;
  }
  /* line 239, _elements.less */
  .mb-480-100 {
    margin-bottom: 100px;
  }
  /* line 239, _elements.less */
  .mb-480-95 {
    margin-bottom: 95px;
  }
  /* line 239, _elements.less */
  .mb-480-90 {
    margin-bottom: 90px;
  }
  /* line 239, _elements.less */
  .mb-480-85 {
    margin-bottom: 85px;
  }
  /* line 239, _elements.less */
  .mb-480-80 {
    margin-bottom: 80px;
  }
  /* line 239, _elements.less */
  .mb-480-75 {
    margin-bottom: 75px;
  }
  /* line 239, _elements.less */
  .mb-480-70 {
    margin-bottom: 70px;
  }
  /* line 239, _elements.less */
  .mb-480-65 {
    margin-bottom: 65px;
  }
  /* line 239, _elements.less */
  .mb-480-60 {
    margin-bottom: 60px;
  }
  /* line 239, _elements.less */
  .mb-480-55 {
    margin-bottom: 55px;
  }
  /* line 239, _elements.less */
  .mb-480-50 {
    margin-bottom: 50px;
  }
  /* line 239, _elements.less */
  .mb-480-45 {
    margin-bottom: 45px;
  }
  /* line 239, _elements.less */
  .mb-480-40 {
    margin-bottom: 40px;
  }
  /* line 239, _elements.less */
  .mb-480-35 {
    margin-bottom: 35px;
  }
  /* line 239, _elements.less */
  .mb-480-30 {
    margin-bottom: 30px;
  }
  /* line 239, _elements.less */
  .mb-480-25 {
    margin-bottom: 25px;
  }
  /* line 239, _elements.less */
  .mb-480-20 {
    margin-bottom: 20px;
  }
  /* line 239, _elements.less */
  .mb-480-15 {
    margin-bottom: 15px;
  }
  /* line 239, _elements.less */
  .mb-480-10 {
    margin-bottom: 10px;
  }
  /* line 239, _elements.less */
  .mb-480-5 {
    margin-bottom: 5px;
  }
  /* line 239, _elements.less */
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  /* line 179, _elements.less */
  .f-400-10 .f-col {
    width: 10%;
  }
  /* line 179, _elements.less */
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  /* line 179, _elements.less */
  .f-400-8 .f-col {
    width: 12.5%;
  }
  /* line 179, _elements.less */
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  /* line 179, _elements.less */
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  /* line 179, _elements.less */
  .f-400-5 .f-col {
    width: 20%;
  }
  /* line 179, _elements.less */
  .f-400-4 .f-col {
    width: 25%;
  }
  /* line 179, _elements.less */
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  /* line 179, _elements.less */
  .f-400-2 .f-col {
    width: 50%;
  }
  /* line 179, _elements.less */
  .f-400-1 .f-col {
    width: 100%;
  }
  /* line 213, _elements.less */
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 213, _elements.less */
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 191, _elements.less */
  .g-400-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  /* line 191, _elements.less */
  .g-400-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  /* line 191, _elements.less */
  .g-400-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 191, _elements.less */
  .g-400-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 191, _elements.less */
  .g-400-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 191, _elements.less */
  .g-400-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 191, _elements.less */
  .g-400-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 191, _elements.less */
  .g-400-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 191, _elements.less */
  .g-400-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 191, _elements.less */
  .g-400-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 202, _elements.less */
  .gp-400-70 {
    gap: 70px;
  }
  /* line 202, _elements.less */
  .gp-400-65 {
    gap: 65px;
  }
  /* line 202, _elements.less */
  .gp-400-60 {
    gap: 60px;
  }
  /* line 202, _elements.less */
  .gp-400-55 {
    gap: 55px;
  }
  /* line 202, _elements.less */
  .gp-400-50 {
    gap: 50px;
  }
  /* line 202, _elements.less */
  .gp-400-45 {
    gap: 45px;
  }
  /* line 202, _elements.less */
  .gp-400-40 {
    gap: 40px;
  }
  /* line 202, _elements.less */
  .gp-400-35 {
    gap: 35px;
  }
  /* line 202, _elements.less */
  .gp-400-30 {
    gap: 30px;
  }
  /* line 202, _elements.less */
  .gp-400-25 {
    gap: 25px;
  }
  /* line 202, _elements.less */
  .gp-400-20 {
    gap: 20px;
  }
  /* line 202, _elements.less */
  .gp-400-15 {
    gap: 15px;
  }
  /* line 202, _elements.less */
  .gp-400-10 {
    gap: 10px;
  }
  /* line 202, _elements.less */
  .gp-400-5 {
    gap: 5px;
  }
  /* line 202, _elements.less */
  .gp-400-0 {
    gap: 0px;
  }
  /* line 421, _elements.less */
  .w-400-33 {
    width: 33%;
  }
  /* line 425, _elements.less */
  .w-400-16 {
    width: 16.666666%;
  }
  /* line 239, _elements.less */
  .mb-400-100 {
    margin-bottom: 100px;
  }
  /* line 239, _elements.less */
  .mb-400-95 {
    margin-bottom: 95px;
  }
  /* line 239, _elements.less */
  .mb-400-90 {
    margin-bottom: 90px;
  }
  /* line 239, _elements.less */
  .mb-400-85 {
    margin-bottom: 85px;
  }
  /* line 239, _elements.less */
  .mb-400-80 {
    margin-bottom: 80px;
  }
  /* line 239, _elements.less */
  .mb-400-75 {
    margin-bottom: 75px;
  }
  /* line 239, _elements.less */
  .mb-400-70 {
    margin-bottom: 70px;
  }
  /* line 239, _elements.less */
  .mb-400-65 {
    margin-bottom: 65px;
  }
  /* line 239, _elements.less */
  .mb-400-60 {
    margin-bottom: 60px;
  }
  /* line 239, _elements.less */
  .mb-400-55 {
    margin-bottom: 55px;
  }
  /* line 239, _elements.less */
  .mb-400-50 {
    margin-bottom: 50px;
  }
  /* line 239, _elements.less */
  .mb-400-45 {
    margin-bottom: 45px;
  }
  /* line 239, _elements.less */
  .mb-400-40 {
    margin-bottom: 40px;
  }
  /* line 239, _elements.less */
  .mb-400-35 {
    margin-bottom: 35px;
  }
  /* line 239, _elements.less */
  .mb-400-30 {
    margin-bottom: 30px;
  }
  /* line 239, _elements.less */
  .mb-400-25 {
    margin-bottom: 25px;
  }
  /* line 239, _elements.less */
  .mb-400-20 {
    margin-bottom: 20px;
  }
  /* line 239, _elements.less */
  .mb-400-15 {
    margin-bottom: 15px;
  }
  /* line 239, _elements.less */
  .mb-400-10 {
    margin-bottom: 10px;
  }
  /* line 239, _elements.less */
  .mb-400-5 {
    margin-bottom: 5px;
  }
  /* line 239, _elements.less */
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
/* line 435, _elements.less */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 445, _elements.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* line 460, _elements.less */
audio,
canvas,
video {
  display: inline-block;
}
/* line 466, _elements.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 471, _elements.less */
[hidden] {
  display: none;
}
/* line 475, _elements.less */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
/* line 481, _elements.less */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* line 488, _elements.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 492, _elements.less */
b,
strong {
  font-weight: bold;
}
/* line 497, _elements.less */
dfn {
  font-style: italic;
}
/* line 501, _elements.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 507, _elements.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 512, _elements.less */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* line 520, _elements.less */
pre {
  white-space: pre-wrap;
}
/* line 524, _elements.less */
small {
  font-size: 80%;
}
/* line 528, _elements.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 536, _elements.less */
sup {
  top: -0.5em;
}
/* line 540, _elements.less */
sub {
  bottom: -0.25em;
}
/* line 544, _elements.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 548, _elements.less */
figure {
  margin: 0;
}
/* line 552, _elements.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 558, _elements.less */
legend {
  border: 0;
  padding: 0;
}
/* line 563, _elements.less */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
/* line 572, _elements.less */
button,
input {
  line-height: normal;
}
/* line 577, _elements.less */
button,
select {
  text-transform: none;
}
/* line 582, _elements.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 590, _elements.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 595, _elements.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 601, _elements.less */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 608, _elements.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 613, _elements.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 619, _elements.less */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* line 624, _elements.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 629, _elements.less */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 638, _elements.less */
button,
input,
select[multiple],
textarea {
  background-image: none;
}
/* line 645, _elements.less */
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
/* line 649, _elements.less */
a:hover {
  text-decoration: none;
}
/* line 654, _elements.less */
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
/* line 661, _elements.less */
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
/* line 667, _elements.less */
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 673, _elements.less */
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 679, _elements.less */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 685, _elements.less */
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
/* line 692, _elements.less */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfd1d4;
}
/*==========================================================================
=> checkbox contact form 7
========================================================================== */
/* line 703, _elements.less */
span.wpcf7-list-item {
  display: block;
}
/* line 707, _elements.less */
.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}
/* line 713, _elements.less */
.wpcf7-list-item input {
  display: none;
}
/* line 717, _elements.less */
.wpcf7-list-item-label {
  font-size: 24px;
  line-height: 1.1;
  color: #000000;
  position: relative;
  cursor: pointer;
  padding-left: 48px;
  display: block;
}
/* line 727, _elements.less */
.wpcf7-list-item input[type="checkbox"] ~ span::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 6px;
}
/* line 743, _elements.less */
.wpcf7-list-item input[type="checkbox"]:checked ~ span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-bottom-right-radius: 2px;
}
/* line 757, _elements.less */
.wpcf7-list-item input[type="checkbox"]:checked ~ span::before {
  background: #03333f;
  border: 1px solid #03333f;
}
/* line 762, _elements.less */
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
  display: none;
}
/* line 768, _elements.less */
.wpcf7-form .button {
  margin-right: 10px;
}
/* line 772, _elements.less */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff6900;
}
/*==========================================================================
=> buttons
========================================================================== */
/* line 782, _elements.less */
.button {
  background: var(--button-fill);
  border: none;
  outline: none;
  border: 1px solid transparent;
  color: #e4fee5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  line-height: 53px;
  padding: 0 32px;
  border-radius: 64px;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.32px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 801, _elements.less */
.button:hover {
  background: transparent;
  border: 1px solid var(--button-fill);
  color: var(--button-fill);
}
/* line 807, _elements.less */
.button.line {
  background: transparent;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
/* line 812, _elements.less */
.button.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
/* line 819, _elements.less */
.button.white {
  background: #fff;
  color: var(--button-fill);
}
/* line 823, _elements.less */
.button.white:hover {
  background: #e4fee5;
  border: 1px solid #e4fee5;
  color: var(--button-fill);
}
/* line 835, _elements.less */
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
/* line 842, _elements.less */
button:focus {
  outline: none;
}
/* line 846, _elements.less */
.button--block {
  width: 100%;
}
/* line 850, _elements.less */
.button svg {
  position: relative;
  top: -2px;
}
/* line 854, _elements.less */
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 859, _elements.less */
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
/* line 866, _elements.less */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
/* line 871, _elements.less */
.element-section .ehdn1 {
  margin-bottom: 30px;
}
/* line 875, _elements.less */
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 881, _elements.less */
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
/* line 888, _elements.less */
.form-grp,
.form-textarea-group {
  position: relative;
  margin-bottom: 48px;
}
/* line 895, _elements.less */
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
/* line 900, _elements.less */
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
/* line 906, _elements.less */
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
/* line 912, _elements.less */
.whatsapp {
  margin-right: 0;
}
/* line 916, _elements.less */
.form-field {
  height: var(--input-height);
  font-size: var(--fs20);
  border: 0;
  border-bottom: 1px solid #676f83;
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: #000;
  outline: none;
  padding: 0 12px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 930, _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 938, _elements.less */
.form-field:focus,
.form-field.field--not-empty {
  border: 0;
  border-bottom: 1px solid #000;
}
/* line 944, _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 956, _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 965, _elements.less */
.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 0 12px;
  resize: none;
}
/* Password View */
/* line 977, _elements.less */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
/* line 983, _elements.less */
.form-grp.int-padr input {
  padding-right: 40px;
}
/* line 989, _elements.less */
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
/* line 999, _elements.less */
.form-grp.disabled-field {
  background: #f5f5f5;
}
/* line 1002, _elements.less */
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
/* line 1006, _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 1018, _elements.less */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #a7b3c4;
}
/* line 1027, _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 1046, _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 1056, _elements.less */
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
/* line 1060, _elements.less */
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
/* line 1064, _elements.less */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #a7b3c4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 1071, _elements.less */
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
/* line 1076, _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 1088, _elements.less */
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
/* line 1093, _elements.less */
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: "icomoon" !important;
}
/* line 1098, _elements.less */
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: "icomoon" !important;
}
/* line 1103, _elements.less */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
/* line 1108, _elements.less */
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
/* line 1116, _elements.less */
.daterangepicker:before {
  border-bottom: 0;
}
/* line 1120, _elements.less */
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
/* line 1126, _elements.less */
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
/* line 1133, _elements.less */
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
/* line 1138, _elements.less */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
/* line 1143, _elements.less */
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
/* line 1148, _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 1155, _elements.less */
.daterangepicker th.available:hover {
  background-color: transparent;
}
/* line 1159, _elements.less */
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
/* line 1164, _elements.less */
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
/* line 1169, _elements.less */
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
/* line 1175, _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 1183, _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 1190, _elements.less */
.select-field option {
  color: #9fa4a9;
}
/* line 1195, _elements.less */
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
/* line 1204, _elements.less */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #676f83;
}
/* line 1210, _elements.less */
input::-webkit-input-placeholder {
  color: #676f83;
}
/* line 1214, _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 1227, _elements.less */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
/* line 1234, _elements.less */
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 1240, _elements.less */
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
/* line 1250, _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 1264, _elements.less */
.radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
/* line 1268, _elements.less */
.radio-box label.error {
  display: none !important;
}
/* line 1272, _elements.less */
.radio-box input.error ~ label {
  color: #ff2323;
}
/* line 1276, _elements.less */
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
/* line 1285, _elements.less */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 1291, _elements.less */
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 1297, _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 1308, _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 1319, _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 1333, _elements.less */
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
/* line 1352, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  font-family: "icomoon" !important;
  content: "\e92d";
  color: #a24eea;
  font-size: 12px;
}
/* line 1361, _elements.less */
.checkbox-box label.error {
  display: none !important;
}
/* line 1365, _elements.less */
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
/* line 1369, _elements.less */
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
/* line 1378, _elements.less */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
/* line 1386, _elements.less */
.checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
/* line 1390, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
/* line 1399, _elements.less */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
/* line 1404, _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 1416, _elements.less */
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594af;
}
/* line 1423, _elements.less */
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
/* line 1429, _elements.less */
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
/* line 1434, _elements.less */
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
/* line 1444, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
/* line 1447, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
/* line 1452, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
/* line 1456, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
/* line 1460, _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 1475, _elements.less */
.checkbox-box.chk-four {
  margin-right: 10px;
}
/* line 1478, _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 1484, _elements.less */
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594af;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
/* line 1492, _elements.less */
.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
/* line 1499, _elements.less */
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
/* line 1509, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
/* line 1512, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
/* line 1520, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
/* line 1523, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
/* line 1534, _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 1540, _elements.less */
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594af;
}
/* line 1546, _elements.less */
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
/* line 1551, _elements.less */
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
/* line 1561, _elements.less */
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
/* line 1564, _elements.less */
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
/* line 1568, _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 1586, _elements.less */
[tooltip-title] {
  position: relative;
  text-decoration: none;
}
/* line 1591, _elements.less */
[tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
/* line 1598, _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 1613, _elements.less */
[tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
/* line 1621, _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 1629, _elements.less */
[data-placement="right"]:hover {
  position: relative;
  z-index: 1;
}
/* line 1634, _elements.less */
[tooltip-title]:is([data-placement="top"])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
/* line 1640, _elements.less */
[tooltip-title]:is([data-placement="right"])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
/* line 1646, _elements.less */
[tooltip-title]:is([data-placement="bottom"])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
/* line 1652, _elements.less */
[tooltip-title]:is([data-placement="left"])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
/* Arrow */
/* line 1660, _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 1675, _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 1689, _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 1703, _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 1720, _elements.less */
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
/* line 1727, _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 1738, _elements.less */
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
/* line 1745, _elements.less */
.modal-para p:last-child {
  margin-bottom: 0;
}
/* line 1750, _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 1763, _elements.less */
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
/* line 1772, _elements.less */
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1777, _elements.less */
.modal-cross:hover i {
  transform: rotate(90deg);
}
/* line 1783, _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 1791, _elements.less */
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
/* line 1796, _elements.less */
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
/* line 1801, _elements.less */
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
/* line 1806, _elements.less */
.static-cont {
  margin-bottom: 32px;
}
/* line 1809, _elements.less */
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
/* line 1816, _elements.less */
.static-cont li p {
  line-height: 1.1;
  margin-bottom: 10px;
}
/* line 1822, _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 1835, _elements.less */
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
/* line 1842, _elements.less */
.modal-backdrop.show {
  opacity: 0.9;
}
/* line 1846, _elements.less */
.modal-backdrop {
  background-color: #fff;
}
/* line 1850, _elements.less */
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Swiper Slider */
/* line 1855, _elements.less */
.swiper-container {
  width: 100%;
  height: 100%;
}
/* line 1860, _elements.less */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1864, _elements.less */
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1868, _elements.less */
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1872, _elements.less */
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 1876, _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 1880, _elements.less */
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
/* line 1886, _elements.less */
.content-hdn {
  font-weight: 500;
  font-size: var(--fs80);
  color: var(--clr-db);
}
/* line 1892, _elements.less */
.content-body {
  max-width: 1444px;
  width: 100%;
  margin: 0 auto;
}
/* line 1897, _elements.less */
.content-body img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 48px;
}
/* line 1906, _elements.less */
.content-body h2 {
  font-weight: 600;
  font-size: var(--fs40);
  color: var(--clr-db);
  line-height: 1.1;
  margin-bottom: 14px;
}
/* line 1914, _elements.less */
.content-body h3 {
  font-weight: 600;
  font-size: var(--fs36);
  color: var(--clr-db);
  line-height: 1.1;
  margin-bottom: 14px;
}
/* line 1922, _elements.less */
.content-body h4 {
  font-weight: 600;
  font-size: var(--fs28);
  color: var(--clr-db);
  line-height: 1.1;
  margin-bottom: 14px;
}
/* line 1930, _elements.less */
.content-body h5 {
  font-weight: 600;
  font-size: var(--fs24);
  color: var(--clr-db);
  line-height: 1.1;
  margin-bottom: 14px;
}
/* line 1938, _elements.less */
.content-body h6 {
  font-weight: 600;
  font-size: var(--fs20);
  color: var(--clr-db);
  line-height: 1.1;
  margin-bottom: 14px;
}
/* line 1946, _elements.less */
.content-body p {
  color: #676f83;
  font-size: var(--fs20);
  line-height: 1.6;
  margin-bottom: 30px;
}
/* line 1952, _elements.less */
.content-body p:last-child {
  margin-bottom: 0;
}
/* line 1956, _elements.less */
.content-body p a {
  color: #676f83;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1961, _elements.less */
.content-body p a:hover {
  color: var(--clr-db);
}
/* line 1967, _elements.less */
.content-body blockquote {
  color: var(--clr-db);
  font-size: var(--fs20);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
}
/* line 1975, _elements.less */
.content-body ul {
  margin-bottom: 48px;
}
/* line 1978, _elements.less */
.content-body ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 30px;
  color: #676f83;
  font-size: var(--fs20);
  line-height: 1.6;
}
/* line 1986, _elements.less */
.content-body ul li a {
  text-decoration: underline;
}
/* line 1990, _elements.less */
.content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 12px;
  left: 13px;
  background: #676f83;
}
/* line 2002, _elements.less */
.content-body ul li:last-child {
  margin-bottom: 0;
}
/* line 2007, _elements.less */
.content-body ul:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1800px) {
  /* line 2014, _elements.less */
  .content-body img {
    height: 400px;
    border-radius: 14px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 640px) {
  /* line 2022, _elements.less */
  .content-body img {
    height: 240px;
    margin-bottom: 30px;
  }
  /* line 2027, _elements.less */
  .content-body ul,
  .content-body p {
    margin-bottom: 30px;
  }
}
/* content page end */
/* line 2036, _elements.less */
.thankyou-contain {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
/* line 2042, _elements.less */
.thankyou-contain .container {
  height: 100%;
}
/* line 2047, _elements.less */
.thankyou-card {
  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;
  height: calc(100vh - var(--header-height));
}
/* line 2053, _elements.less */
.thankyou-img {
  width: 50%;
  height: 100%;
}
/* line 2058, _elements.less */
.thankyou-info {
  max-width: 650px;
  width: 100%;
  flex: 1;
}
/* line 2063, _elements.less */
.thankyou-info .comm-sec-hdn {
  margin-bottom: 20px;
}
/* line 2067, _elements.less */
.thankyou-info .comm-sm-para {
  margin-bottom: 48px;
}
/* line 2074, _elements.less */
.thankyou-para p {
  color: #455a64;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  line-height: 1.1;
  margin-bottom: 10px;
}
/* line 2084, _elements.less */
.thankyou-para p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1280px) {
  /* line 2090, _elements.less */
  .thankyou-img {
    width: 60%;
  }
}
@media all and (max-width: 990px) {
  /* line 2097, _elements.less */
  .thankyou-card {
    height: 100%;
    flex-direction: column-reverse;
    padding: 0 0 30px;
  }
  /* line 2103, _elements.less */
  .thankyou-info .comm-sec-hdn {
    margin-bottom: 12px;
  }
  /* line 2107, _elements.less */
  .thankyou-info .comm-sm-para {
    margin-bottom: 30px;
  }
  /* line 2111, _elements.less */
  .thankyou-img {
    max-width: 440px;
    width: 100%;
  }
  /* line 2116, _elements.less */
  .thankyou-contain {
    height: 100vh;
  }
  /* line 2120, _elements.less */
  .thankyou-card {
    height: 100%;
    justify-content: center;
  }
  /* line 2125, _elements.less */
  .thankyou-info {
    flex: none;
    text-align: center;
  }
  /* line 2130, _elements.less */
  .thankyou-img {
    height: auto;
  }
}
@media all and (max-width: 480px) {
  /* line 2136, _elements.less */
  .thankyou-hdn {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
/* line 2145, _elements.less */
.error-wrap {
  height: calc(100dvh - var(--header-height));
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
  text-align: center;
}
/* line 2154, _elements.less */
.error-sec {
  overflow: hidden;
  position: relative;
}
/* line 2159, _elements.less */
.error-img {
  width: 40vw;
  height: auto;
}
/* line 2164, _elements.less */
.ty-img {
  width: 11vw;
  height: auto;
}
/* line 2169, _elements.less */
.error-title {
  color: #fff;
  text-align: center;
  font-size: var(--font48);
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  max-width: 447px;
}
@media all and (max-width: 1366px) {
  /* line 2184, _elements.less */
  .ty-img {
    width: 30vw;
  }
}
/*==========================================================================
=> Accordion
==========================================================================*/
/* line 2195, _elements.less */
.accordion {
  background: transparent;
  cursor: pointer;
  padding: 32px 36px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  color: var(--clr-db);
  font-size: var(--fs24);
  font-weight: 500;
}
/* line 2208, _elements.less */
.accordion::after,
.accordion:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--clr-db);
  display: inline-block;
  position: absolute;
  right: 36px;
  top: 50%;
}
/* line 2220, _elements.less */
.accordion::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2226, _elements.less */
.panel {
  display: none;
  padding: 0 30px 32px 36px;
}
/* line 2230, _elements.less */
.panel p {
  font-size: var(--fs20);
  line-height: 1.6;
  color: #676f83;
}
/* line 2237, _elements.less */
.acc-container {
  max-width: 1100px;
  width: 100%;
}
/* line 2242, _elements.less */
.acc-item {
  user-select: none;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
/* line 2249, _elements.less */
.acc-item p {
  margin-bottom: 20px;
}
/* line 2252, _elements.less */
.acc-item p:last-child {
  margin-bottom: 0;
}
/* line 2257, _elements.less */
.acc-item:last-child {
  margin-bottom: 0;
}
/* line 2262, _elements.less */
.acc-item.active .accordion {
  padding: 32px 70px 16px 36px;
}
/* line 2265, _elements.less */
.acc-item.active .accordion::before {
  transform: rotate(180deg);
}
/*==========================================================================
=> Multiple Tabs
==========================================================================*/
/* line 2275, _elements.less */
.tabs {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 2278, _elements.less */
.tabs ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  width: fit-content;
  position: relative;
}
/* line 2285, _elements.less */
.tabs ul li {
  color: #565656;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2296, _elements.less */
.tabs ul li.active {
  color: var(--primary);
}
/* line 2303, _elements.less */
.indicator {
  width: 0;
  height: 1px;
  background: var(--primary);
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
/* line 2312, _elements.less */
.comm-tab-wrap {
  width: 100%;
  margin: 50px auto;
}
/* line 2316, _elements.less */
.comm-tab-wrap ul.tabs {
  width: 100%;
  justify-content: center;
}
/* line 2320, _elements.less */
.comm-tab-wrap ul.tabs li {
  width: 100%;
  text-align: center;
  max-width: 270px;
  flex: 1;
}
/* line 2328, _elements.less */
.comm-tab-wrap .tab_container {
  max-width: 1060px;
  margin: 0 auto;
}
/* line 2334, _elements.less */
.tab_content {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* line 2340, _elements.less */
.tab_content.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
/* line 2347, _elements.less */
.comm-tab-box {
  width: 100%;
  margin-bottom: 60px;
}
/*==========================================================================
=> Breadcrumbs
==========================================================================*/
/* line 2356, _elements.less */
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  padding: 32px 0;
}
/* line 2363, _elements.less */
.breadcrumbs a {
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2367, _elements.less */
.breadcrumbs a:hover {
  opacity: 0.4;
}
/* line 2371, _elements.less */
.breadcrumbs a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  overflow: hidden;
  color: #232835;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translate(0, -50%);
  background: #232835;
}
/* line 2386, _elements.less */
.breadcrumbs a,
.breadcrumbs p {
  color: rgba(35, 40, 53, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
/* line 2395, _elements.less */
.breadcrumbs p {
  color: rgba(35, 40, 53, 0.5);
}
/*==========================================================================
=> Footer
==========================================================================*/
/* line 2404, _elements.less */
.footer-box {
  background: #fff;
  padding: 40px 0;
}
/* line 2409, _elements.less */
.footer-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 156px;
}
/* line 2415, _elements.less */
.footer-info {
  max-width: 320px;
  width: 100%;
}
/* line 2419, _elements.less */
.footer-info p {
  color: #676f83;
  font-size: var(--fs20);
  line-height: 1.6;
  margin-bottom: 40px;
}
/* line 2427, _elements.less */
.social-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  width: fit-content;
}
/* line 2432, _elements.less */
.social-wrap i {
  font-size: var(--fs32);
  color: #232835;
  opacity: 0.2;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2438, _elements.less */
.social-wrap i:hover {
  opacity: 1;
}
/* line 2444, _elements.less */
.footer-link-wrap {
  max-width: 730px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
/* line 2451, _elements.less */
.footer-link-wrap ul {
  width: calc(33.333% - 16px);
}
/* line 2454, _elements.less */
.footer-link-wrap ul li {
  margin-bottom: 24px;
}
/* line 2457, _elements.less */
.footer-link-wrap ul li:last-child {
  margin-bottom: 0;
}
/* line 2461, _elements.less */
.footer-link-wrap ul li a {
  color: #232835;
  font-size: var(--fs20);
  line-height: 1.6;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2467, _elements.less */
.footer-link-wrap ul li a:hover {
  color: #676f83;
}
/* line 2475, _elements.less */
.footer-logo {
  width: 100%;
  margin-bottom: 90px;
  display: block;
}
/* line 2481, _elements.less */
.footer-btm-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: 30px;
}
/* line 2485, _elements.less */
.footer-btm-wrap p,
.footer-btm-wrap a {
  color: #676f83;
  font-size: 14px;
  line-height: 1.5;
}
/* line 2492, _elements.less */
.footer-btm-wrap a {
  color: #1e1e1e;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 2497, _elements.less */
.footer-btm-wrap a:hover {
  color: #676f83;
}
@media all and (max-width: 1800px) {
  /* line 2505, _elements.less */
  .footer-link-wrap {
    max-width: 650px;
  }
  /* line 2509, _elements.less */
  .footer-wrap {
    gap: 30px;
    margin-bottom: 80px;
  }
  /* line 2514, _elements.less */
  .footer-logo {
    margin-bottom: 50px;
  }
  /* line 2518, _elements.less */
  .footer-box {
    padding: 40px 0 20px;
  }
  /* line 2522, _elements.less */
  .footer-info p {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1280px) {
  /* line 2528, _elements.less */
  .footer-link-wrap {
    gap: 24px;
  }
  /* line 2532, _elements.less */
  .footer-wrap {
    gap: 40px;
    margin-bottom: 60px;
    flex-direction: column;
  }
  /* line 2538, _elements.less */
  .footer-info p {
    margin-bottom: 14px;
  }
  /* line 2542, _elements.less */
  .footer-link-wrap ul li {
    margin-bottom: 16px;
  }
  /* line 2546, _elements.less */
  .footer-link-wrap {
    max-width: 100%;
  }
}
@media all and (max-width: 990px) {
  /* line 2552, _elements.less */
  .footer-wrap {
    gap: 30px;
    margin-bottom: 40px;
  }
  /* line 2557, _elements.less */
  .footer-logo {
    margin-bottom: 30px;
  }
  /* line 2561, _elements.less */
  .social-wrap {
    gap: 20px;
  }
}
@media all and (max-width: 768px) {
  /* line 2567, _elements.less */
  .footer-btm-wrap {
    gap: 14px;
    flex-direction: column;
  }
  /* line 2571, _elements.less */
  .footer-btm-wrap p {
    text-align: center;
  }
  /* line 2576, _elements.less */
  .footer-info {
    max-width: 100%;
  }
  /* line 2580, _elements.less */
  .social-wrap i {
    font-size: 22px;
  }
  /* line 2584, _elements.less */
  .footer-link-wrap ul {
    width: calc(50% - 12px);
  }
}
/* line 1, _var.less */
:root {
  --header-height: 110px;
  --comm-space: clamp(40px, 4vw, 80px);
  --input-height: clamp(40px, 2.4vw, 48px);
  --clr-db: #232835;
  --clr-yellow: #fbffc0;
  --clr-green: #e4fee5;
  --clr-blue: #c0ecff;
  --clr-gray: #dce2ed;
  --fs96: clamp(36px, 5vw, 96px);
  --fs80: clamp(34px, 5vw, 80px);
  --fs70: clamp(32px, 3.5vw, 70px);
  --fs64: clamp(26px, 3vw, 64px);
  --fs48: clamp(24px, 2.6vw, 48px);
  --fs42: clamp(24px, 2vw, 42px);
  --fs40: clamp(22px, 2vw, 40px);
  --fs36: clamp(20px, 1.6vw, 36px);
  --fs32: clamp(18px, 1.6vw, 32px);
  --fs28: clamp(18px, 1.5vw, 28px);
  --fs24: clamp(16px, 1.5vw, 24px);
  --fs20: clamp(16px, 1.5vw, 20px);
  --fs18: clamp(16px, 1vw, 18px);
  --fs16: 16px;
  --fs14: 14px;
}
@media all and (max-width: 1800px) {
  /* line 30, _var.less */
  :root {
    --header-height: 90px;
  }
}
/* Common Fonts Starts */
/* line 36, _var.less */
.comm-sec-hdn {
  color: var(--clr-db);
  font-size: var(--fs64);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.28px;
}
/* line 44, _var.less */
.card-hdn {
  color: var(--clr-db);
  font-size: var(--fs32);
  font-weight: 500;
  line-height: 1.5;
}
/* line 51, _var.less */
.card-sm-hdn {
  color: var(--clr-db);
  font-size: var(--fs24);
  font-weight: 500;
  line-height: 1.3;
}
/* line 59, _var.less */
.comm-para p {
  color: #676f83;
  font-size: var(--fs24);
  line-height: 1.5;
}
/* line 67, _var.less */
.comm-sm-para p {
  color: #676f83;
  font-size: var(--fs20);
  line-height: 1.5;
}
/* Common Fonts Ends */
/* line 76, _var.less */
.sec-hdn {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* line 82, _var.less */
.sec-hdn .comm-para {
  max-width: 726px;
}
/* line 86, _var.less */
.sec-hdn.center {
  max-width: 600px;
  margin: 0 auto 48px;
  text-align: center;
  align-items: center;
}
/* line 92, _var.less */
.sec-hdn.center .comm-para {
  max-width: 500px;
}
/* line 96, _var.less */
.sec-hdn.center.large {
  max-width: 950px;
}
/* line 101, _var.less */
.sec-hdn.large {
  max-width: 950px;
}
/* line 105, _var.less */
.sec-hdn.wrap {
  max-width: 1650px;
  flex-direction: row;
  gap: 68px;
  justify-content: space-between;
}
/* line 111, _var.less */
.sec-hdn.wrap .comm-sec-hdn {
  max-width: 680px;
  width: 100%;
  margin-bottom: 0;
}
/* line 117, _var.less */
.sec-hdn.wrap .comm-para {
  flex: 1;
}
/* line 124, _var.less */
.swiper-fitw .swiper-wrapper {
  transition-timing-function: linear;
}
/* line 128, _var.less */
.swiper-fitw .swiper-slide {
  width: fit-content;
  height: auto;
}
/* line 134, _var.less */
.over-visible {
  overflow: visible;
}
/* line 138, _var.less */
.over-hidden {
  overflow: hidden;
}
/* line 1, _avi.less */
.comm-sm-hdn {
  color: #232835;
  text-align: center;
  font-size: var(--fs20);
  line-height: 1.6;
  text-transform: capitalize;
}
/* line 9, _avi.less */
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Contact Starts */
/* line 16, _avi.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: flex-start;
  gap: 40px;
  margin-bottom: 100px;
}
/* line 22, _avi.less */
.contact-left {
  max-width: 700px;
  width: 100%;
}
/* line 26, _avi.less */
.contact-left .comm-sec-hdn {
  margin-bottom: 24px;
}
/* line 30, _avi.less */
.contact-left .card-hdn {
  margin-bottom: 40px;
}
/* line 35, _avi.less */
.contact-info-wrap {
  display: flex;
  gap: 100px;
}
/* line 41, _avi.less */
.contact-info-box .card-sm-hdn {
  margin-bottom: 8px;
}
/* line 45, _avi.less */
.contact-info-box a {
  color: #676F83;
  font-size: var(--fs20);
  line-height: 1.6;
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 52, _avi.less */
.contact-info-box a:hover {
  color: var(--clr-db);
}
/* line 58, _avi.less */
.contact-form {
  max-width: 800px;
  width: 100%;
  padding: 40px;
  background: #ecf9ff;
  border-radius: 30px;
  overflow: hidden;
}
/* line 67, _avi.less */
.contact-video {
  width: 100%;
  height: 640px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
/* line 75, _avi.less */
.contact-video::after {
  content: "";
  background: url("../img/contact-elem.svg") no-repeat;
  width: 108px;
  height: 92px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 87, _avi.less */
.contact-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 94, _avi.less */
.map-img {
  width: 100%;
  margin-bottom: 32px;
}
/* line 99, _avi.less */
.map-data-wrap {
  display: flex;
  gap: 40px;
}
/* line 104, _avi.less */
.map-data {
  border-radius: 20px;
  background: rgba(192, 236, 255, 0.3);
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 16px;
  padding: 24px;
  overflow: hidden;
}
/* line 115, _avi.less */
.faq-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}
/* line 120, _avi.less */
.faq-wrap .comm-sec-hdn {
  position: sticky;
  top: calc(var(--header-height) + 10px);
}
/* Contact Ends */
/* Blog Starts */
/* line 130, _avi.less */
.trending-blog-box {
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
  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: 44px;
  padding: 20px;
}
/* line 139, _avi.less */
.trending-blog-img {
  width: 930px;
  height: 564px;
  border-radius: 10px;
  overflow: hidden;
}
/* line 146, _avi.less */
.blog-info {
  flex: 1;
}
/* line 149, _avi.less */
.blog-info ul {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 12px;
  opacity: 0.5;
}
/* line 156, _avi.less */
.blog-info ul li {
  position: relative;
  color: #232835;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
/* line 164, _avi.less */
.blog-info ul li::after {
  content: "|";
  font-size: 16px;
  color: #232835;
  position: relative;
  top: 50%;
  right: -16px;
  transform: translate(0, -50%);
}
/* line 175, _avi.less */
.blog-info ul li:last-child::after {
  display: none;
}
/* line 182, _avi.less */
.blog-info .card-hdn {
  margin-bottom: 8px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 187, _avi.less */
.blog-info .comm-sm-para {
  margin-bottom: 40px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 193, _avi.less */
.read-more {
  color: var(--clr-db);
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-right: 20px;
  margin-top: 40px;
  display: block;
  width: fit-content;
  letter-spacing: -0.32px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 207, _avi.less */
.read-more:hover::after {
  transform: translateX(5px);
}
/* line 212, _avi.less */
.read-more::after {
  content: "\e905";
  font-family: "icomoon" !important;
  font-size: 14px;
  color: var(--clr-db);
  position: absolute;
  right: 0;
  top: 3px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 224, _avi.less */
.blog-box {
  border-radius: 20px;
  background: #FFF;
  padding: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* line 235, _avi.less */
.blog-hdn {
  color: var(--clr-bg);
  font-size: var(--fs20);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 245, _avi.less */
.blog-para {
  color: #676F83;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 253, _avi.less */
.blog-img {
  border-radius: 10px;
  overflow: hidden;
}
/* line 259, _avi.less */
.blog-wrap .f-row {
  gap: 30px 0;
}
/* Blog Ends */
/* Blog Detail Starts */
/* line 267, _avi.less */
.blog-hdn-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
/* line 271, _avi.less */
.blog-hdn-wrap .comm-sec-hdn {
  flex: 1;
}
/* line 276, _avi.less */
.blog-hdn-img {
  width: 1000px;
  height: 564px;
  border-radius: 10px;
  overflow: hidden;
}
/* line 283, _avi.less */
.blog-detail-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 90px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
/* line 290, _avi.less */
.blog-detail-wrap .content-body {
  flex: 1;
}
/* line 295, _avi.less */
.blog-author-box {
  display: flex;
  gap: 8px;
  margin-bottom: 34px;
}
/* line 301, _avi.less */
.author-img {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  overflow: hidden;
}
/* line 308, _avi.less */
.author-name {
  color: var(--clr-bg);
  font-size: var(--fs20);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 4px;
}
/* line 316, _avi.less */
.blog-date {
  color: #676F83;
  font-size: 16px;
  letter-spacing: -0.32px;
}
/* Blog Detail Ends */
/* About Starts */
/* line 325, _avi.less */
.innovate-video {
  width: 100%;
  height: 500px;
  border-radius: 1000px;
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
}
/* line 333, _avi.less */
.innovate-video::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 343, _avi.less */
.innovate-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* line 351, _avi.less */
.reveal-wrap {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 361, _avi.less */
.reveal-wrap .comm-sm-para p {
  text-align: center;
}
/* line 367, _avi.less */
.reveal-text {
  color: #232835;
  text-align: center;
  font-size: var(--fs64);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -1.28px;
  margin-bottom: 24px;
}
/* line 379, _avi.less */
.comm-card-wrap .f-row {
  gap: 30px 0;
}
/* line 383, _avi.less */
.comm-card-wrap .f-col {
  display: flex;
  height: auto;
}
/* line 389, _avi.less */
.comm-card {
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
  padding: 36px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 110px;
  width: 100%;
  height: 100%;
}
/* line 402, _avi.less */
.comm-card-logo {
  width: 60px;
  margin-left: auto;
}
/* line 408, _avi.less */
.comm-card-info .card-hdn {
  margin-bottom: 8px;
}
/* line 413, _avi.less */
.certified-section {
  overflow: hidden;
  position: relative;
}
/* line 418, _avi.less */
.certified-hdn {
  color: var(--clr-db);
  font-size: var(--fs40);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.84px;
  text-transform: capitalize;
  max-width: 400px;
}
/* line 428, _avi.less */
.certified-swiper {
  width: 70%;
  position: absolute;
  top: var(--comm-space);
  right: 0;
}
/* line 434, _avi.less */
.certified-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
/* line 438, _avi.less */
.certified-swiper::before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #ffffff 100%);
  z-index: 2;
}
/* line 449, _avi.less */
.certified-swiper::after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #ffffff 100%);
  z-index: 2;
}
/* line 462, _avi.less */
.abt-wrap {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  height: 800px;
}
/* line 468, _avi.less */
.abt-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 474, _avi.less */
.abt-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(35, 40, 53, 0.9) 0%, rgba(35, 40, 53, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: hard-light;
  background-color: var(--clr-db);
}
/* line 488, _avi.less */
.abt-info {
  max-width: 670px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
/* About Ends */
/* Product Detail Starts */
/* line 501, _avi.less */
.comm-nav-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: 30px;
}
/* line 506, _avi.less */
.comm-nav {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  overflow: hidden;
  background: #DCE2ED;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 516, _avi.less */
.comm-nav i {
  font-size: var(--fs24);
  color: var(--clr-db);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 522, _avi.less */
.comm-nav:hover {
  background: var(--clr-db);
}
/* line 525, _avi.less */
.comm-nav:hover i {
  color: #DCE2ED;
}
/* line 530, _avi.less */
.comm-nav:first-child {
  transform: rotate(180deg);
}
/* line 535, _avi.less */
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 540, _avi.less */
.swiper-button-lock {
  display: none;
}
/* line 544, _avi.less */
.machine-section {
  overflow: hidden;
}
/* line 548, _avi.less */
.machine-swiper {
  overflow: visible;
}
/* line 551, _avi.less */
.machine-swiper .comm-nav-wrap {
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 2;
}
/* line 563, _avi.less */
.machine-box {
  width: 100%;
  height: 492px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
/* line 570, _avi.less */
.machine-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.03%, rgba(0, 0, 0, 0.5) 92.78%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 580, _avi.less */
.machine-box p {
  color: #fff;
  text-align: center;
  font-size: var(--fs32);
  font-weight: 500;
  line-height: 1.5;
  padding: 28px 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
/* line 596, _avi.less */
.machine-box.machine-light::after {
  display: none;
}
/* line 600, _avi.less */
.machine-box.machine-light p {
  color: #232835;
}
/* line 606, _avi.less */
.machine-img {
  width: 100%;
  height: 100%;
}
/* line 611, _avi.less */
.machine-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 618, _avi.less */
.machine-bg picture {
  object-position: bottom;
}
/* line 623, _avi.less */
.product-section {
  position: relative;
  overflow: hidden;
}
/* line 628, _avi.less */
.product-section .container {
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 634, _avi.less */
.machine-wrap {
  width: 100%;
  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: 40px;
  position: relative;
  z-index: 2;
  padding: 160px 0;
}
/* line 643, _avi.less */
.machine-hdn-info {
  max-width: 480px;
  width: 100%;
}
/* line 647, _avi.less */
.machine-hdn-info .comm-sec-hdn {
  margin-bottom: 12px;
}
/* line 651, _avi.less */
.machine-hdn-info .comm-sm-para {
  max-width: 388px;
  opacity: 0.8;
}
/* line 657, _avi.less */
.product-img {
  width: 500px;
  height: 100%;
}
/* line 662, _avi.less */
.product-img img {
  transform: translateX(-90px);
}
/* line 667, _avi.less */
.machine-info-wrap {
  max-width: 600px;
  width: 100%;
}
/* line 672, _avi.less */
.machine-info {
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(35, 40, 53, 0.05);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  margin-bottom: 32px;
}
/* line 683, _avi.less */
.machine-info:last-child {
  margin-bottom: 0;
}
/* line 687, _avi.less */
.machine-info span {
  color: var(--clr-db);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
/* line 695, _avi.less */
.machine-info .card-hdn {
  margin-bottom: 12px;
}
/* line 700, _avi.less */
.predict-marquee {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #232835;
  border-bottom: 1px solid #232835;
  padding: 32px 0;
}
/* line 708, _avi.less */
.track-horizontal-alt-slow {
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee-horizontal-alt 110s linear infinite;
  animation: marquee-horizontal-alt 110s linear infinite;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 54px;
}
/* line 717, _avi.less */
.track-horizontal-alt-slow p {
  color: #232835;
  text-align: center;
  font-size: var(--fs32);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.64px;
  position: relative;
}
/* line 726, _avi.less */
.track-horizontal-alt-slow p::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translate(0, -50%);
  background: #232835;
}
/* line 739, _avi.less */
.track-horizontal-alt-slow p:last-child::after {
  display: none;
}
@keyframes marquee-horizontal-alt {
  /* line 748, _avi.less */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 753, _avi.less */
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 760, _avi.less */
.product-detail-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: 100px;
}
/* line 766, _avi.less */
.product-img-box {
  width: 890px;
  height: 720px;
  position: relative;
}
/* line 772, _avi.less */
.product-detail-swiper {
  width: 100%;
  height: 100%;
}
/* line 777, _avi.less */
.product-detail-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
/* line 783, _avi.less */
.product-detail-img img,
.product-detail-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 792, _avi.less */
.detail-video {
  position: relative;
}
/* line 795, _avi.less */
.detail-video::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url("../img/play-btn.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
/* line 810, _avi.less */
.detail-video.active::after {
  display: none;
}
/* line 816, _avi.less */
.product-thumb-wrap {
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
/* line 827, _avi.less */
.product-thumb-box {
  width: 100%;
  height: 100px;
  border-radius: 12.5px;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 836, _avi.less */
.product-thumb-box.active {
  border: 1px solid #232835;
}
/* line 840, _avi.less */
.product-thumb-box.thumb-video {
  position: relative;
}
/* line 843, _avi.less */
.product-thumb-box.thumb-video::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/play-btn.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
/* line 858, _avi.less */
.product-detail-pagination {
  display: none;
}
/* line 862, _avi.less */
.product-detail-box {
  max-width: 634px;
  width: 100%;
  padding-top: 40px;
}
/* line 867, _avi.less */
.product-detail-box .comm-sec-hdn {
  margin-bottom: 24px;
}
/* line 873, _avi.less */
.product-category ul {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}
/* line 879, _avi.less */
.product-category ul li {
  border-radius: 64px;
  background: rgba(220, 226, 237, 0.5);
  height: 34px;
  padding: 0 16px;
  color: var(--clr-db);
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 34px;
}
/* line 893, _avi.less */
.product-info ul {
  margin-bottom: 40px;
}
/* line 896, _avi.less */
.product-info ul li {
  color: rgba(103, 111, 131, 0.8);
  font-size: var(--fs20);
  line-height: 1.2;
  margin-bottom: 24px;
}
/* line 902, _avi.less */
.product-info ul li:last-child {
  margin-bottom: 0;
}
/* line 906, _avi.less */
.product-info ul li span {
  color: var(--clr-db);
}
/* line 912, _avi.less */
.product-info p {
  color: var(--clr-db);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 48px;
}
/* line 920, _avi.less */
.health-logo {
  width: 130px;
  margin-bottom: 40px;
}
/* line 926, _avi.less */
.pro-detail-btn-wrap {
  border-top: 1.2px solid rgba(220, 226, 237, 0.8);
  display: flex;
  gap: 20px;
  padding-top: 48px;
}
/* line 933, _avi.less */
.download-btn {
  background: #E4FEE5;
  color: var(--clr-db);
  padding-right: 52px;
  position: relative;
}
/* line 939, _avi.less */
.download-btn::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/download.svg") no-repeat;
  background-size: 22px;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}
/* Product Detail Ends */
/* line 1, _global.less */
html,
body {
  width: 100%;
}
/* line 12, _global.less */
.container {
  max-width: 1770px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 21, _global.less */
.main-container {
  padding-top: var(--header-height);
}
/* line 25, _global.less */
.comm-section {
  padding: var(--comm-space) 0;
  position: relative;
}
/* line 30, _global.less */
.comm-section-wip {
  margin: var(--comm-space) 0;
  padding: var(--comm-space) 0;
  position: relative;
}
/* line 36, _global.less */
.mb16 {
  margin-bottom: 16px !important;
}
/* line 40, _global.less */
.mb40 {
  margin-bottom: 40px !important;
}
/* line 44, _global.less */
.mb0 {
  margin-bottom: 0px !important;
}
/* line 48, _global.less */
.mt0 {
  margin-top: 0px !important;
}
/* line 52, _global.less */
.pt0 {
  padding-top: 0 !important;
}
/* line 56, _global.less */
.pr0 {
  padding-right: 0 !important;
}
/* line 60, _global.less */
.bg-gray {
  background: var(--clr-gray);
}
/* line 64, _global.less */
.bg-white {
  background: #fff;
}
/* line 68, _global.less */
.comm-rev {
  position: relative;
}
/* home */
/* line 73, _global.less */
.home-ban-box {
  position: relative;
}
/* line 77, _global.less */
.home-ban-img {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* line 113, _mixin.less */
.home-ban-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 81, _global.less */
.home-ban-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 88, _global.less */
.home-banner {
  position: relative;
  padding: 50px 0;
  padding-top: var(--header-height);
  height: 100vh;
  display: flex;
  align-items: center;
}
/* line 97, _global.less */
.home-ban-left {
  max-width: 615px;
}
/* line 101, _global.less */
.home-ban-hdn {
  color: var(--clr-db);
  font-size: var(--fs80);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.6px;
  margin-bottom: 30px;
}
/* line 110, _global.less */
:root {
  --about-w: 1350px;
  --about-card-height: 500px;
  --about-img-height: 800px;
  --about-card-movetop: 250;
}
/* line 117, _global.less */
.logo-big-box {
  display: block;
  max-width: var(--about-w);
  position: relative;
  margin: auto;
  width: 100%;
}
/* line 124, _global.less */
.logo-big-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* line 131, _global.less */
.about-montera-cont {
  text-align: center;
  position: absolute;
  top: 55px;
  padding-top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}
/* line 141, _global.less */
.abt-hdn {
  color: #fbffc0;
  font-size: var(--fs24);
  font-weight: 400;
  line-height: 1.2;
}
/* line 148, _global.less */
.abt-subhdn {
  color: #dce2ed;
  font-size: var(--fs64);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.28px;
}
/* line 156, _global.less */
.about-stack-card,
.about-all-card {
  position: relative;
}
/* line 161, _global.less */
.about-all-card {
  z-index: 2;
}
/* line 165, _global.less */
.about-montera {
  position: relative;
  padding-top: 100px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  max-width: 800px;
  height: var(--about-img-height);
  margin: auto;
  z-index: 2;
}
/* line 126, _mixin.less */
.about-montera img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 174, _global.less */
.about-montera img {
  object-fit: contain;
}
/* line 179, _global.less */
.about-card-wrap {
  position: absolute;
}
/* line 188, _global.less */
.curve-1,
.curve-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* line 195, _global.less */
.curve-1 {
  top: 0;
  z-index: 1;
  padding-top: calc(var(--header-height) + 20px);
}
/* line 201, _global.less */
.curve-2 {
  z-index: 3;
}
/* line 205, _global.less */
.about-montera-box {
  margin: auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
}
/* line 215, _global.less */
.about-card {
  display: flex;
  max-width: 660px;
  width: 100%;
  height: var(--about-card-height);
  padding: 36px;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  background: #c0ecff;
  margin: auto;
  z-index: 2;
}
/* line 229, _global.less */
.about-card-hdn {
  color: var(--clr-db);
  font-size: var(--fs42);
  font-weight: 500;
  line-height: 1.5;
}
/* line 237, _global.less */
.about-card-para p {
  color: #676f83;
  font-size: var(--fs24);
  font-weight: 400;
  line-height: 1.5;
}
/* line 245, _global.less */
.bg-blue {
  background: var(--clr-blue);
}
/* line 249, _global.less */
.bg-yellow {
  background: var(--clr-yellow);
}
/* line 253, _global.less */
.bg-green {
  background: var(--clr-green);
}
/* line 257, _global.less */
.advance-laser-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
/* line 263, _global.less */
.advance-laser-img {
  height: 0;
  padding-top: 32%;
  position: relative;
  overflow: hidden;
  border-radius: 400px;
}
/* line 151, _mixin.less */
.advance-laser-img img,
.advance-laser-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 268, _global.less */
.comm-badge-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
/* line 275, _global.less */
.comm-badge {
  color: var(--clr-db);
  font-size: var(--fs14);
  font-weight: 400;
  letter-spacing: -0.28px;
  border-radius: 64px;
  background: #fff;
  display: flex;
  padding: 8px 16px;
  width: fit-content;
}
/* line 287, _global.less */
.portable-dpl-box {
  position: sticky;
  top: calc(var(--header-height) + 25px);
  border-radius: 20px;
}
/* line 293, _global.less */
.portable-dpl-cont {
  padding: 50px 100px;
  padding-left: 0;
  max-width: 740px;
  height: calc(100vh - var(--header-height) - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/* line 303, _global.less */
.portable-dpl-cont .comm-sec-hdn {
  margin-bottom: 24px;
}
/* line 307, _global.less */
.portable-dpl-cont .comm-para {
  margin-bottom: 60px;
}
/* line 312, _global.less */
.portable-dpl-box {
  display: flex;
  gap: 180px;
  overflow: hidden;
}
/* line 318, _global.less */
.portable-dpl-img {
  flex: 1;
  min-width: 0;
}
/* line 322, _global.less */
.portable-dpl-img img,
.portable-dpl-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 330, _global.less */
.portable-dpl-main-box {
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
}
/* line 337, _global.less */
.transform-card {
  width: 500px;
}
/* line 341, _global.less */
.elevate-sec-box {
  padding: 165px 60px;
  border-radius: 40px;
  border: 5px solid #fff;
  position: relative;
}
/* line 348, _global.less */
.elevate-sec-cont {
  max-width: 770px;
}
/* line 352, _global.less */
.elevate-sec-hdn {
  color: var(--clr-db);
  font-size: var(--fs80);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.28px;
  margin-bottom: 32px;
}
/* line 361, _global.less */
.elevate-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* home end */
/* loader */
/* line 372, _global.less */
.loader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
/* line 383, _global.less */
.load-img {
  width: 140px;
}
/* line 386, _global.less */
.load-img dotlottie-player {
  width: 100%;
  height: 100%;
}
/* loader end */
/* header */
/* line 2, _megamenu.less */
:root {
  --menuWidth: 300px;
}
/* line 6, _megamenu.less */
#header {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 999;
}
/* line 14, _megamenu.less */
.head-left {
  padding-left: 10px;
  position: relative;
}
/* line 19, _megamenu.less */
.head-right {
  display: flex;
  position: relative;
}
/* line 24, _megamenu.less */
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}
/* line 31, _megamenu.less */
.header-box .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--headerHeight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 37, _megamenu.less */
.header-box .container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(35, 40, 53, 0.07);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  overflow: hidden;
  border-radius: 100px;
  z-index: -1;
}
/* line 56, _megamenu.less */
.drop {
  position: relative;
}
/* line 59, _megamenu.less */
.drop > a:after {
  content: "";
  margin-left: 8px;
  width: 12px;
  height: 5px;
  background: url(../img/menu-drop.svg) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
/* line 70, _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;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 84, _megamenu.less */
.drop ul li {
  padding: 0;
}
/* line 87, _megamenu.less */
.drop ul li:last-of-type {
  border-bottom: 0;
}
/* line 91, _megamenu.less */
.drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
}
/* line 97, _megamenu.less */
.drop ul li a:hover {
  background: #eee;
  color: #000;
}
/* line 106, _megamenu.less */
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
/* line 111, _megamenu.less */
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
/* line 118, _megamenu.less */
.header-wrap {
  display: flex;
}
/* line 122, _megamenu.less */
.header-box {
  display: flex;
  height: calc(var(--header-height) - 25px);
}
/* line 127, _megamenu.less */
.menuBtn {
  display: flex;
  align-items: center;
}
/* line 132, _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 135, _megamenu.less */
.header-list li {
  padding: 7px 30px;
}
/* line 138, _megamenu.less */
.header-list li a {
  font-size: 16px;
  color: var(--clr-db);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 143, _megamenu.less */
.header-list li a:hover {
  opacity: 0.5;
}
/* line 152, _megamenu.less */
.menuBtn .button {
  margin-left: 20px;
}
/* side menu */
/* line 158, _megamenu.less */
.menu {
  display: none;
  position: relative;
}
/* side menu */
/* line 164, _megamenu.less */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
/* line 171, _megamenu.less */
.menuOverlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 184, _megamenu.less */
.menuOverlay.menuOverlay-in {
  opacity: 1;
  visibility: visible;
}
/* line 190, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
/* line 194, _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 210, _megamenu.less */
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
/* line 215, _megamenu.less */
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  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 229, _megamenu.less */
.js-nav-toggle span {
  position: relative;
  background-color: #000;
  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 241, _megamenu.less */
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
/* line 256, _megamenu.less */
.js-nav-toggle span:before {
  margin-top: 5px;
}
/* line 262, _megamenu.less */
.show-menu .js-nav-toggle {
  z-index: 99999;
}
/* line 266, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #E4FEE5;
}
/* line 272, _megamenu.less */
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
/* line 276, _megamenu.less */
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 281, _megamenu.less */
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 286, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
/* line 292, _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: #333;
}
/* line 304, _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 318, _megamenu.less */
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
/* line 322, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
/* line 326, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/* line 331, _megamenu.less */
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 30px;
  padding-left: 1em;
  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: #E4FEE5;
  font-weight: 600;
}
/* line 345, _megamenu.less */
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}
/* line 359, _megamenu.less */
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
/* line 366, _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 377, _megamenu.less */
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
/* line 385, _megamenu.less */
.mob-navigation a {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #dce2ed;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-size: 16px;
}
/* line 397, _megamenu.less */
.mob-navigation a:hover {
  color: #E4FEE5;
}
/* line 401, _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: var(--clr-db);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* line 416, _megamenu.less */
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
/* line 421, _megamenu.less */
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 428, _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 448, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
@media all and (max-width: 990px) {
  /* line 453, _megamenu.less */
  .navigation {
    display: none;
  }
  /* line 457, _megamenu.less */
  .menuBtn .button {
    margin: 0 20px 0 0;
  }
  /* line 461, _megamenu.less */
  .nav-wrapper {
    display: block;
  }
  /* line 465, _megamenu.less */
  .header-list {
    display: none;
  }
  /* line 469, _megamenu.less */
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 800px) {
  /* line 477, _megamenu.less */
  .menuBtn {
    padding-right: 16px;
  }
}
@media all and (max-width: 480px) {
  /* line 483, _megamenu.less */
  .logo {
    width: 90px;
  }
  /* line 487, _megamenu.less */
  .menuBtn {
    padding-right: 0;
  }
}
@media all and (max-width: 1920px) {
  /* line 2, _avi-responsive.less */
  .product-img img {
    transform: translateX(-40px);
  }
}
@media all and (max-width: 1800px) {
  /* line 8, _avi-responsive.less */
  .container {
    max-width: 1270px;
  }
  /* line 12, _avi-responsive.less */
  .button {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  /* line 18, _avi-responsive.less */
  .breadcrumbs {
    padding: 22px 0;
  }
  /* line 22, _avi-responsive.less */
  #header {
    top: 10px;
  }
  /* line 26, _avi-responsive.less */
  .logo {
    width: 110px;
  }
  /* line 30, _avi-responsive.less */
  .sec-hdn.center,
  .sec-hdn {
    margin-bottom: 36px;
  }
  /* line 35, _avi-responsive.less */
  .sec-hdn.center {
    max-width: 500px;
  }
  /* line 39, _avi-responsive.less */
  .trending-blog-img {
    width: 600px;
    height: 100%;
  }
  /* line 44, _avi-responsive.less */
  .trending-blog-box {
    border-radius: 14px;
    gap: 26px;
    padding: 14px;
  }
  /* line 50, _avi-responsive.less */
  .blog-box {
    border-radius: 14px;
    padding: 16px;
    gap: 16px;
  }
  /* line 56, _avi-responsive.less */
  .read-more {
    padding-right: 18px;
    margin-top: 20px;
  }
  /* line 61, _avi-responsive.less */
  .blog-hdn-img {
    width: 590px;
    height: auto;
  }
  /* line 66, _avi-responsive.less */
  .blog-detail-wrap {
    gap: 60px;
  }
  /* line 70, _avi-responsive.less */
  .blog-author-box {
    margin-bottom: 20px;
  }
  /* line 74, _avi-responsive.less */
  .innovate-video {
    height: 380px;
    margin-bottom: 50px;
  }
  /* line 79, _avi-responsive.less */
  .comm-card {
    border-radius: 14px;
    padding: 24px 16px;
    gap: 60px;
  }
  /* line 85, _avi-responsive.less */
  .certified-swiper {
    width: 66%;
  }
  /* line 89, _avi-responsive.less */
  .abt-wrap {
    border-radius: 20px;
    height: 590px;
  }
  /* line 94, _avi-responsive.less */
  .abt-info {
    max-width: 500px;
  }
  /* line 98, _avi-responsive.less */
  .contact-video {
    height: 540px;
    border-radius: 14px;
  }
  /* line 103, _avi-responsive.less */
  .contact-video::after {
    width: 70px;
    height: 60px;
  }
  /* line 108, _avi-responsive.less */
  .map-data {
    border-radius: 14px;
    padding: 20px 16px;
  }
  /* line 113, _avi-responsive.less */
  .map-data-wrap {
    gap: 24px;
  }
  /* line 117, _avi-responsive.less */
  .acc-item.active .accordion,
  .accordion {
    padding: 24px 50px 16px 24px;
  }
  /* line 122, _avi-responsive.less */
  .panel {
    padding: 0 30px 24px 24px;
  }
  /* line 126, _avi-responsive.less */
  .accordion::after,
  .accordion:before {
    right: 16px;
  }
  /* line 131, _avi-responsive.less */
  .product-detail-box {
    max-width: 100%;
    padding-top: 30px;
    flex: 1;
  }
  /* line 137, _avi-responsive.less */
  .product-detail-wrap {
    gap: 40px;
  }
  /* line 141, _avi-responsive.less */
  .product-img-box {
    width: 680px;
    height: 570px;
  }
  /* line 146, _avi-responsive.less */
  .product-detail-img {
    border-radius: 14px;
  }
  /* line 150, _avi-responsive.less */
  .product-thumb-wrap {
    width: 80px;
    gap: 14px;
    top: 10px;
    left: 10px;
  }
  /* line 157, _avi-responsive.less */
  .product-thumb-box {
    height: 80px;
    border-radius: 8px;
  }
  /* line 162, _avi-responsive.less */
  .product-thumb-box.thumb-video::after {
    width: 20px;
    height: 20px;
  }
  /* line 167, _avi-responsive.less */
  .detail-video::after {
    width: 80px;
    height: 80px;
  }
  /* line 172, _avi-responsive.less */
  .product-info ul li {
    margin-bottom: 16px;
  }
  /* line 176, _avi-responsive.less */
  .product-info p {
    margin-bottom: 24px;
  }
  /* line 180, _avi-responsive.less */
  .pro-detail-btn-wrap {
    padding-top: 28px;
  }
  /* line 184, _avi-responsive.less */
  .machine-box {
    height: 400px;
    border-radius: 14px;
  }
  /* line 189, _avi-responsive.less */
  .predict-marquee {
    padding: 22px 0;
  }
  /* line 193, _avi-responsive.less */
  .comm-card-logo {
    width: 50px;
  }
  /* line 197, _avi-responsive.less */
  .machine-hdn-info {
    max-width: 300px;
  }
  /* line 201, _avi-responsive.less */
  .machine-info {
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 24px;
  }
  /* line 207, _avi-responsive.less */
  .machine-info-wrap {
    max-width: 420px;
  }
  /* line 211, _avi-responsive.less */
  .product-img {
    width: 460px;
  }
  /* line 215, _avi-responsive.less */
  .machine-wrap {
    gap: 30px;
    padding: 130px 0;
  }
  /* line 220, _avi-responsive.less */
  .home-ban-img video {
    width: 130%;
  }
  /* line 224, _avi-responsive.less */
  .contact-form {
    padding: 30px;
    border-radius: 24px;
  }
}
@media all and (max-width: 1440px) {
  /* line 233, _avi-responsive.less */
  .certified-hdn {
    max-width: 320px;
  }
  /* line 237, _avi-responsive.less */
  .innovate-video {
    height: 300px;
  }
}
@media all and (max-width: 1366px) {
  /* line 243, _avi-responsive.less */
  .abt-wrap {
    height: 490px;
  }
  /* line 247, _avi-responsive.less */
  .machine-box {
    height: 370px;
  }
  /* line 251, _avi-responsive.less */
  .comm-nav {
    width: 42px;
    height: 42px;
  }
  /* line 256, _avi-responsive.less */
  .blog-hdn-img {
    width: 500px;
  }
}
@media all and (max-width: 1280px) {
  /* line 262, _avi-responsive.less */
  .container {
    max-width: 960px;
  }
  /* line 266, _avi-responsive.less */
  .trending-blog-img {
    width: 500px;
  }
  /* line 270, _avi-responsive.less */
  .sec-hdn.center,
  .sec-hdn {
    margin-bottom: 30px;
  }
  /* line 275, _avi-responsive.less */
  .sec-hdn.center {
    max-width: 400px;
  }
  /* line 279, _avi-responsive.less */
  .certified-section {
    padding-bottom: 80px;
  }
  /* line 283, _avi-responsive.less */
  .contact-info-wrap {
    gap: 40px;
  }
  /* line 287, _avi-responsive.less */
  .contact-video {
    height: 440px;
  }
  /* line 291, _avi-responsive.less */
  .contact-video::after {
    width: 50px;
    height: 44px;
  }
  /* line 296, _avi-responsive.less */
  .acc-item {
    margin-bottom: 20px;
    border-radius: 14px;
  }
  /* line 301, _avi-responsive.less */
  .accordion::after,
  .accordion:before {
    width: 15px;
  }
  /* line 306, _avi-responsive.less */
  .form-grp,
  .form-textarea-group {
    margin-bottom: 30px;
  }
  /* line 311, _avi-responsive.less */
  .product-detail-box {
    padding-top: 0;
  }
  /* line 315, _avi-responsive.less */
  .product-img-box {
    width: 490px;
    height: 460px;
  }
  /* line 320, _avi-responsive.less */
  .product-thumb-wrap {
    width: 60px;
  }
  /* line 324, _avi-responsive.less */
  .product-thumb-box {
    height: 60px;
  }
  /* line 328, _avi-responsive.less */
  .machine-hdn-info {
    max-width: 100%;
  }
  /* line 332, _avi-responsive.less */
  .product-img {
    width: 410px;
    margin: 0 auto 60px;
  }
  /* line 337, _avi-responsive.less */
  .machine-info-wrap {
    max-width: 100%;
  }
  /* line 341, _avi-responsive.less */
  .machine-wrap {
    flex-direction: column;
    padding: 60px 0 80px;
  }
  /* line 346, _avi-responsive.less */
  .product-img img {
    transform: translateX(0px);
  }
  /* line 350, _avi-responsive.less */
  .machine-wrap {
    flex-direction: column;
    padding: 60px 0 80px;
  }
  /* line 355, _avi-responsive.less */
  .machine-bg {
    height: 70%;
    left: 50%;
    top: -40px;
    transform: translate(-50%, 0);
  }
  /* line 361, _avi-responsive.less */
  .machine-bg img {
    object-fit: contain;
  }
  /* line 366, _avi-responsive.less */
  .contact-form {
    padding: 30px 16px;
    border-radius: 14px;
  }
}
@media all and (max-width: 990px) {
  /* line 373, _avi-responsive.less */
  :root {
    --input-height: 45px;
  }
  /* line 377, _avi-responsive.less */
  .container {
    max-width: 800px;
  }
  /* line 381, _avi-responsive.less */
  .button {
    height: 45px;
    line-height: 45px;
  }
  /* line 386, _avi-responsive.less */
  .blog-hdn-img {
    width: 390px;
  }
  /* line 390, _avi-responsive.less */
  .blog-detail-wrap {
    gap: 36px;
    flex-direction: column;
  }
  /* line 395, _avi-responsive.less */
  .abt-wrap {
    height: auto;
  }
  /* line 399, _avi-responsive.less */
  .abt-info {
    max-width: 220px;
  }
  /* line 403, _avi-responsive.less */
  .contact-wrap {
    gap: 40px;
    margin-bottom: 70px;
    flex-direction: column;
  }
  /* line 409, _avi-responsive.less */
  .contact-left .comm-sec-hdn {
    margin-bottom: 10px;
  }
  /* line 413, _avi-responsive.less */
  .contact-video {
    height: 340px;
  }
  /* line 417, _avi-responsive.less */
  .map-data {
    width: calc(50% - 12px);
  }
  /* line 421, _avi-responsive.less */
  .map-data-wrap {
    flex-wrap: wrap;
  }
  /* line 425, _avi-responsive.less */
  .faq-wrap {
    flex-direction: column;
    gap: 30px;
  }
  /* line 430, _avi-responsive.less */
  .acc-item.active .accordion,
  .accordion {
    padding: 20px 34px 16px 16px;
  }
  /* line 435, _avi-responsive.less */
  .panel {
    padding: 0 30px 24px 16px;
  }
  /* line 439, _avi-responsive.less */
  .faq-wrap .comm-sec-hdn {
    position: static;
  }
  /* line 443, _avi-responsive.less */
  .product-detail-wrap {
    flex-direction: column;
  }
  /* line 447, _avi-responsive.less */
  .product-thumb-wrap {
    display: none;
  }
  /* line 451, _avi-responsive.less */
  .machine-box {
    height: 350px;
  }
  /* line 455, _avi-responsive.less */
  .machine-box p {
    padding: 16px;
  }
  /* line 459, _avi-responsive.less */
  .product-detail-wrap {
    gap: 80px;
    align-items: center;
  }
  /* line 463, _avi-responsive.less */
  .product-detail-wrap .product-detail-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 2;
    bottom: -30px;
  }
  /* line 470, _avi-responsive.less */
  .product-detail-wrap .product-detail-pagination .swiper-pagination-bullet {
    background: #dce2ed;
    opacity: 1;
  }
  /* line 475, _avi-responsive.less */
  .product-detail-wrap .product-detail-pagination .swiper-pagination-bullet-active {
    background: var(--clr-db);
  }
  /* line 481, _avi-responsive.less */
  .product-img-box {
    max-width: 490px;
    width: 100%;
    height: 400px;
  }
  /* line 487, _avi-responsive.less */
  .predict-marquee {
    margin: var(--comm-space) 0;
  }
  /* line 491, _avi-responsive.less */
  .track-horizontal-alt-slow {
    gap: 40px;
  }
  /* line 495, _avi-responsive.less */
  .track-horizontal-alt-slow p::after {
    width: 6px;
    height: 6px;
    right: -25px;
  }
  /* line 501, _avi-responsive.less */
  .detail-video::after {
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 800px) {
  /* line 508, _avi-responsive.less */
  .trending-blog-box {
    flex-direction: column;
  }
  /* line 512, _avi-responsive.less */
  .trending-blog-img {
    width: 100%;
    height: 300px;
  }
  /* line 517, _avi-responsive.less */
  .blog-info .comm-sm-para {
    overflow: hidden;
  }
  /* line 521, _avi-responsive.less */
  .header-box .container::after {
    width: 97%;
    left: 50%;
    border-radius: 8px;
    transform: translate(-50%, 0);
  }
}
@media all and (max-width: 768px) {
  /* line 530, _avi-responsive.less */
  .container {
    max-width: 100%;
  }
  /* line 534, _avi-responsive.less */
  .blog-hdn-wrap {
    flex-direction: column;
    align-items: center;
  }
  /* line 539, _avi-responsive.less */
  .blog-hdn-img {
    width: 100%;
    height: 300px;
  }
  /* line 544, _avi-responsive.less */
  .certified-section {
    padding: var(--comm-space) 0;
  }
  /* line 548, _avi-responsive.less */
  .certified-swiper {
    position: static;
    width: 100%;
  }
  /* line 553, _avi-responsive.less */
  .certified-hdn {
    margin-bottom: 36px;
  }
  /* line 557, _avi-responsive.less */
  .certified-hdn {
    z-index: 6;
    position: relative;
  }
  /* line 562, _avi-responsive.less */
  .innovate-video {
    height: 270px;
    border-radius: 20px;
  }
  /* line 568, _avi-responsive.less */
  .home-ban-img video {
    width: 100%;
  }
  /* line 572, _avi-responsive.less */
  .health-logo {
    width: 160px;
    margin-bottom: 30px;
  }
  /* line 577, _avi-responsive.less */
  .track-horizontal-alt-slow {
    -webkit-animation: marquee-horizontal-alt 50s linear infinite;
    animation: marquee-horizontal-alt 50s linear infinite;
  }
}
@media all and (max-width: 640px) {
  /* line 585, _avi-responsive.less */
  .comm-sec-hdn br {
    display: none;
  }
  /* line 591, _avi-responsive.less */
  .machine-swiper .swiper-wrapper {
    padding-bottom: 60px;
  }
  /* line 596, _avi-responsive.less */
  .machine-swiper .comm-nav-wrap {
    justify-content: center;
    top: unset;
    bottom: -20px;
    gap: 20px;
  }
}
@media all and (max-width: 576px) {
  /* line 605, _avi-responsive.less */
  .contact-left .card-hdn {
    margin-bottom: 30px;
  }
  /* line 609, _avi-responsive.less */
  .map-data {
    width: 100%;
  }
  /* line 613, _avi-responsive.less */
  .map-data-wrap {
    gap: 20px;
  }
  /* line 617, _avi-responsive.less */
  .map-data {
    padding: 16px;
  }
  /* line 621, _avi-responsive.less */
  .contact-video {
    height: 300px;
  }
  /* line 625, _avi-responsive.less */
  .product-img-box {
    height: 310px;
  }
  /* line 629, _avi-responsive.less */
  .machine-hdn-info .comm-sm-para {
    max-width: 100%;
  }
}
@media all and (max-width: 480px) {
  /* line 635, _avi-responsive.less */
  :root {
    --header-height: 60px;
  }
  /* line 639, _avi-responsive.less */
  .header-box {
    height: var(--header-height);
  }
  /* line 643, _avi-responsive.less */
  #header {
    top: 0;
  }
  /* line 647, _avi-responsive.less */
  .header-box .container::after {
    width: 100%;
    border-radius: 0;
  }
  /* line 652, _avi-responsive.less */
  .head-left {
    padding-left: 0;
  }
  /* line 656, _avi-responsive.less */
  .abt-wrap {
    border-radius: 14px;
  }
  /* line 660, _avi-responsive.less */
  .comm-card {
    gap: 40px;
  }
  /* line 664, _avi-responsive.less */
  .comm-card-logo {
    width: 50px;
  }
  /* line 668, _avi-responsive.less */
  .contact-info-wrap {
    gap: 20px;
    flex-direction: column;
  }
  /* line 673, _avi-responsive.less */
  .pro-detail-btn-wrap {
    flex-direction: column;
  }
  /* line 677, _avi-responsive.less */
  .button {
    padding: 0 24px;
  }
  /* line 681, _avi-responsive.less */
  .product-img {
    max-width: 360px;
    width: 100%;
    margin: 0 auto 100px;
  }
  /* line 687, _avi-responsive.less */
  .machine-wrap {
    padding: 60px 0;
  }
  /* line 691, _avi-responsive.less */
  .error-img {
    width: 70vw;
  }
}
@media all and (max-width: 400px) {
  /* line 698, _avi-responsive.less */
  .logo {
    width: 90px;
  }
}
@media all and (max-width: 1600px) {
  /* line 2, _responsive.less */
  :root {
    --about-card-height: 420px;
    --about-img-height: 650px;
    --about-card-movetop: 180;
  }
  /* line 8, _responsive.less */
  .curve-1 {
    padding-top: calc(var(--header-height));
  }
  /* line 12, _responsive.less */
  .portable-dpl-box {
    gap: 80px;
  }
  /* line 16, _responsive.less */
  .portable-dpl-cont {
    max-width: 550px;
  }
  /* line 20, _responsive.less */
  .elevate-sec-cont {
    max-width: 650px;
  }
  /* line 24, _responsive.less */
  .curve-1,
  .curve-2 {
    width: 80% !important;
    margin: auto;
  }
  /* line 30, _responsive.less */
  .about-montera-cont {
    top: 45px;
  }
}
@media all and (max-width: 1280px) {
  /* line 36, _responsive.less */
  :root {
    --about-card-height: 400px;
    --about-card-movetop: 200;
  }
  /* line 41, _responsive.less */
  .about-montera-cont {
    width: 30%;
  }
  /* line 45, _responsive.less */
  .portable-dpl-cont {
    max-width: 400px;
    padding: 50px;
    padding-left: 0;
  }
  /* line 51, _responsive.less */
  .portable-dpl-box {
    gap: 60px;
  }
  /* line 55, _responsive.less */
  .portable-dpl-cont .comm-sec-hdn {
    margin-bottom: 16px;
  }
  /* line 59, _responsive.less */
  .comm-badge-box {
    margin-bottom: 24px;
  }
  /* line 63, _responsive.less */
  .portable-dpl-cont .comm-para {
    margin-bottom: 32px;
  }
  /* line 67, _responsive.less */
  .elevate-sec-box {
    padding: 145px 40px;
  }
}
@media all and (max-width: 990px) {
  /* line 73, _responsive.less */
  .about-montera-cont {
    top: 75px;
  }
  /* line 77, _responsive.less */
  .portable-dpl-box {
    gap: 32px;
    flex-direction: column;
    position: static;
  }
  /* line 83, _responsive.less */
  .portable-dpl-main-box {
    gap: 40px;
  }
  /* line 87, _responsive.less */
  .portable-dpl-cont {
    padding: 40px;
    height: auto;
    width: 100%;
    max-width: 480px;
    padding-top: 0;
  }
  /* line 95, _responsive.less */
  .elevate-sec-cont {
    max-width: 470px;
  }
  /* line 99, _responsive.less */
  .elevate-sec-box {
    padding: 75px 30px;
    border-radius: 20px;
  }
  /* line 104, _responsive.less */
  .transform-card {
    width: 400px;
  }
  /* line 108, _responsive.less */
  .home-ban-left {
    max-width: 425px;
  }
}
@media all and (max-width: 800px) {
  /* line 114, _responsive.less */
  .about-montera-cont {
    top: 60px;
  }
}
@media all and (max-width: 576px) {
  /* line 120, _responsive.less */
  .elevate-bg {
    width: 130%;
    left: -30%;
  }
  /* line 125, _responsive.less */
  .elevate-sec-cont {
    max-width: 300px;
  }
}
@media all and (max-width: 480px) {
  /* line 131, _responsive.less */
  .portable-dpl-box {
    gap: 20px;
  }
  /* line 135, _responsive.less */
  .portable-dpl-cont {
    padding: 24px;
    padding-top: 0;
  }
  /* line 140, _responsive.less */
  .portable-dpl-main-box {
    gap: 24px;
  }
  /* line 144, _responsive.less */
  .about-card {
    padding: 24px;
  }
  /* line 148, _responsive.less */
  .about-montera-cont {
    top: 90px;
  }
  /* line 153, _responsive.less */
  .transform-card {
    width: 100%;
  }
  /* line 157, _responsive.less */
  .elevate-bg {
    overflow: hidden;
  }
  /* line 161, _responsive.less */
  .elevate-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 172, _responsive.less */
  .elevate-sec-hdn {
    color: #ffffff;
  }
}
@media all and (max-width: 420px) {
  /* line 178, _responsive.less */
  :root {
    --about-card-height: 360px;
    --about-img-height: 450px;
    --about-card-movetop: 50;
  }
  /* line 184, _responsive.less */
  .about-montera-cont {
    top: 40px;
    width: 40%;
  }
  /* line 189, _responsive.less */
  .elevate-bg {
    width: 200%;
    left: -100%;
  }
  /* line 194, _responsive.less */
  .about-montera {
    padding-top: 0;
  }
  /* line 198, _responsive.less */
  .logo-big-box img {
    padding-top: calc(var(--header-height) + 60px);
  }
}
/*# sourceMappingURL=main.css.map */