/*------------------------------------------------------------------
[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

-------------------------------------------------------------------*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
/* line 20, _elements.less */
html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
/*==========================================================================
=> Color
==========================================================================*/
/* line 31, _elements.less */
:root {
  --sidebarWidth: 430px;
  --clr: ;
  /* common */
  --orange: #f85101;
  --light-orange: #fff6f2;
  --grey: #6e6e73;
  --black: #1d1d1f;
  --white: #fef6f2;
  /* common end */
  /* input */
  --input-font: 500;
  --input-height: 64px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: var(--grey);
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-font: 700;
  --button-fill: var(--orange);
  --button-line: ;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
/* line 64, _elements.less */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
/* line 71, _elements.less */
input[type="number"] {
  -moz-appearance: textfield;
}
/* line 75, _elements.less */
.variable {
  margin-bottom: 30px;
}
/* line 78, _elements.less */
.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
/* line 86, _elements.less */
.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
/*==========================================================================
=> Fonts
==========================================================================*/
/* line 98, _elements.less */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin-bottom: 0;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ay2qbl");
  src: url("../fonts/icomoon.eot?ay2qbl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ay2qbl") format("truetype"), url("../fonts/icomoon.woff?ay2qbl") format("woff"), url("../fonts/icomoon.svg?ay2qbl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 169, _elements.less */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 185, _elements.less */
.icon-logout:before {
  content: "\e944";
}
/* line 189, _elements.less */
.icon-send:before {
  content: "\e943";
}
/* line 193, _elements.less */
.icon-link:before {
  content: "\e93e";
}
/* line 197, _elements.less */
.icon-picture:before {
  content: "\e93f";
}
/* line 201, _elements.less */
.icon-smiling:before {
  content: "\e940";
}
/* line 205, _elements.less */
.icon-txt-underline:before {
  content: "\e941";
}
/* line 209, _elements.less */
.icon-attach:before {
  content: "\e942";
}
/* line 213, _elements.less */
.icon-schedule:before {
  content: "\e93d";
}
/* line 217, _elements.less */
.icon-info:before {
  content: "\e93c";
}
/* line 221, _elements.less */
.icon-note:before {
  content: "\e93b";
}
/* line 225, _elements.less */
.icon-calder-left:before {
  content: "\e92e";
}
/* line 229, _elements.less */
.icon-tick:before {
  content: "\e92d";
}
/* line 233, _elements.less */
.icon-seen:before {
  content: "\e907";
}
/* line 237, _elements.less */
.icon-hide:before {
  content: "\e921";
}
/* line 241, _elements.less */
.icon-filter:before {
  content: "\e905";
}
/* line 245, _elements.less */
.icon-fliter-list:before {
  content: "\e906";
}
/* line 249, _elements.less */
.icon-history:before {
  content: "\e90b";
}
/* line 253, _elements.less */
.icon-inventry:before {
  content: "\e90e";
}
/* line 257, _elements.less */
.icon-left-arrow:before {
  content: "\e912";
}
/* line 261, _elements.less */
.icon-money:before {
  content: "\e913";
}
/* line 265, _elements.less */
.icon-reward:before {
  content: "\e915";
}
/* line 269, _elements.less */
.icon-right-arrow:before {
  content: "\e918";
}
/* line 273, _elements.less */
.icon-search:before {
  content: "\e919";
}
/* line 277, _elements.less */
.icon-service:before {
  content: "\e91d";
}
/* line 281, _elements.less */
.icon-settings:before {
  content: "\e920";
}
/* line 285, _elements.less */
.icon-stock:before {
  content: "\e924";
}
/* line 289, _elements.less */
.icon-up-arrow:before {
  content: "\e928";
}
/* line 293, _elements.less */
.icon-active:before {
  content: "\e92a";
}
/* line 297, _elements.less */
.icon-calder-righ1:before {
  content: "\e92f";
}
/* line 301, _elements.less */
.icon-chat:before {
  content: "\e930";
}
/* line 305, _elements.less */
.icon-cir-cross:before {
  content: "\e931";
}
/* line 309, _elements.less */
.icon-cir-plus:before {
  content: "\e934";
}
/* line 313, _elements.less */
.icon-cross:before {
  content: "\e936";
}
/* line 317, _elements.less */
.icon-down-arrow1:before {
  content: "\e939";
}
/* line 321, _elements.less */
.icon-dye:before {
  content: "\e93a";
}
/* line 325, _elements.less */
.icon-right-arrow1:before {
  content: "\e904";
}
/* line 329, _elements.less */
.icon-facebook:before {
  content: "\e903";
}
/* line 333, _elements.less */
.icon-printer:before {
  content: "\e900";
}
/* line 337, _elements.less */
.icon-profile:before {
  content: "\e938";
}
/* line 341, _elements.less */
.icon-question:before {
  content: "\e901";
}
/* line 345, _elements.less */
.icon-reset:before {
  content: "\e902";
}
/* line 349, _elements.less */
.icon-shampoo:before {
  content: "\e908";
}
/* line 353, _elements.less */
.icon-share:before {
  content: "\e909";
}
/* line 357, _elements.less */
.icon-sms:before {
  content: "\e90a";
}
/* line 361, _elements.less */
.icon-status:before {
  content: "\e90c";
}
/* line 365, _elements.less */
.icon-status1:before {
  content: "\e90d";
}
/* line 369, _elements.less */
.icon-support:before {
  content: "\e90f";
}
/* line 373, _elements.less */
.icon-tax:before {
  content: "\e910";
}
/* line 377, _elements.less */
.icon-team:before {
  content: "\e911";
}
/* line 381, _elements.less */
.icon-uploading:before {
  content: "\e914";
}
/* line 385, _elements.less */
.icon-bank:before {
  content: "\e916";
}
/* line 389, _elements.less */
.icon-bell:before {
  content: "\e917";
}
/* line 393, _elements.less */
.icon-calender:before {
  content: "\e91a";
}
/* line 397, _elements.less */
.icon-cart:before {
  content: "\e91b";
}
/* line 401, _elements.less */
.icon-clock:before {
  content: "\e91c";
}
/* line 405, _elements.less */
.icon-comparison:before {
  content: "\e91e";
}
/* line 409, _elements.less */
.icon-coupon:before {
  content: "\e91f";
}
/* line 413, _elements.less */
.icon-delete:before {
  content: "\e922";
}
/* line 417, _elements.less */
.icon-down-arrow:before {
  content: "\e923";
}
/* line 421, _elements.less */
.icon-edit:before {
  content: "\e925";
}
/* line 425, _elements.less */
.icon-envelope:before {
  content: "\e926";
}
/* line 429, _elements.less */
.icon-error:before {
  content: "\e927";
}
/* line 433, _elements.less */
.icon-filter-results:before {
  content: "\e929";
}
/* line 437, _elements.less */
.icon-gird:before {
  content: "\e92b";
}
/* line 441, _elements.less */
.icon-haircut:before {
  content: "\e92c";
}
/* line 445, _elements.less */
.icon-list:before {
  content: "\e932";
}
/* line 449, _elements.less */
.icon-minus:before {
  content: "\e933";
}
/* line 453, _elements.less */
.icon-money-bag:before {
  content: "\e935";
}
/* line 457, _elements.less */
.icon-package:before {
  content: "\e937";
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
/* line 465, _elements.less */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
/* line 472, _elements.less */
.f-col {
  padding: 0 15px;
}
/* line 479, _elements.less */
.f-10 .f-col {
  width: 10%;
}
/* line 479, _elements.less */
.f-9 .f-col {
  width: 11.11111111%;
}
/* line 479, _elements.less */
.f-8 .f-col {
  width: 12.5%;
}
/* line 479, _elements.less */
.f-7 .f-col {
  width: 14.28571429%;
}
/* line 479, _elements.less */
.f-6 .f-col {
  width: 16.66666667%;
}
/* line 479, _elements.less */
.f-5 .f-col {
  width: 20%;
}
/* line 479, _elements.less */
.f-4 .f-col {
  width: 25%;
}
/* line 479, _elements.less */
.f-3 .f-col {
  width: 33.33333333%;
}
/* line 479, _elements.less */
.f-2 .f-col {
  width: 50%;
}
/* line 479, _elements.less */
.f-1 .f-col {
  width: 100%;
}
/* Width */
/* line 490, _elements.less */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 490, _elements.less */
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 499, _elements.less */
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 505, _elements.less */
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
/* line 516, _elements.less */
.mb-100 {
  margin-bottom: 100px;
}
/* line 516, _elements.less */
.mb-95 {
  margin-bottom: 95px;
}
/* line 516, _elements.less */
.mb-90 {
  margin-bottom: 90px;
}
/* line 516, _elements.less */
.mb-85 {
  margin-bottom: 85px;
}
/* line 516, _elements.less */
.mb-80 {
  margin-bottom: 80px;
}
/* line 516, _elements.less */
.mb-75 {
  margin-bottom: 75px;
}
/* line 516, _elements.less */
.mb-70 {
  margin-bottom: 70px;
}
/* line 516, _elements.less */
.mb-65 {
  margin-bottom: 65px;
}
/* line 516, _elements.less */
.mb-60 {
  margin-bottom: 60px;
}
/* line 516, _elements.less */
.mb-55 {
  margin-bottom: 55px;
}
/* line 516, _elements.less */
.mb-50 {
  margin-bottom: 50px;
}
/* line 516, _elements.less */
.mb-45 {
  margin-bottom: 45px;
}
/* line 516, _elements.less */
.mb-40 {
  margin-bottom: 40px;
}
/* line 516, _elements.less */
.mb-35 {
  margin-bottom: 35px;
}
/* line 516, _elements.less */
.mb-30 {
  margin-bottom: 30px;
}
/* line 516, _elements.less */
.mb-25 {
  margin-bottom: 25px;
}
/* line 516, _elements.less */
.mb-20 {
  margin-bottom: 20px;
}
/* line 516, _elements.less */
.mb-15 {
  margin-bottom: 15px;
}
/* line 516, _elements.less */
.mb-10 {
  margin-bottom: 10px;
}
/* line 516, _elements.less */
.mb-5 {
  margin-bottom: 5px;
}
/* line 516, _elements.less */
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  /* line 524, _elements.less */
  .w-1440-40 {
    width: 40%;
  }
  /* line 528, _elements.less */
  .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1600px) {
  /* line 479, _elements.less */
  .f-1600-10 .f-col {
    width: 10%;
  }
  /* line 479, _elements.less */
  .f-1600-9 .f-col {
    width: 11.11111111%;
  }
  /* line 479, _elements.less */
  .f-1600-8 .f-col {
    width: 12.5%;
  }
  /* line 479, _elements.less */
  .f-1600-7 .f-col {
    width: 14.28571429%;
  }
  /* line 479, _elements.less */
  .f-1600-6 .f-col {
    width: 16.66666667%;
  }
  /* line 479, _elements.less */
  .f-1600-5 .f-col {
    width: 20%;
  }
  /* line 479, _elements.less */
  .f-1600-4 .f-col {
    width: 25%;
  }
  /* line 479, _elements.less */
  .f-1600-3 .f-col {
    width: 33.33333333%;
  }
  /* line 479, _elements.less */
  .f-1600-2 .f-col {
    width: 50%;
  }
  /* line 479, _elements.less */
  .f-1600-1 .f-col {
    width: 100%;
  }
  /* line 490, _elements.less */
  .w-1600-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1600-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 536, _elements.less */
  .w-1600-33 {
    width: 33%;
  }
  /* line 540, _elements.less */
  .w-1600-16 {
    width: 16.666666%;
  }
  /* line 516, _elements.less */
  .mb-1600-100 {
    margin-bottom: 100px;
  }
  /* line 516, _elements.less */
  .mb-1600-95 {
    margin-bottom: 95px;
  }
  /* line 516, _elements.less */
  .mb-1600-90 {
    margin-bottom: 90px;
  }
  /* line 516, _elements.less */
  .mb-1600-85 {
    margin-bottom: 85px;
  }
  /* line 516, _elements.less */
  .mb-1600-80 {
    margin-bottom: 80px;
  }
  /* line 516, _elements.less */
  .mb-1600-75 {
    margin-bottom: 75px;
  }
  /* line 516, _elements.less */
  .mb-1600-70 {
    margin-bottom: 70px;
  }
  /* line 516, _elements.less */
  .mb-1600-65 {
    margin-bottom: 65px;
  }
  /* line 516, _elements.less */
  .mb-1600-60 {
    margin-bottom: 60px;
  }
  /* line 516, _elements.less */
  .mb-1600-55 {
    margin-bottom: 55px;
  }
  /* line 516, _elements.less */
  .mb-1600-50 {
    margin-bottom: 50px;
  }
  /* line 516, _elements.less */
  .mb-1600-45 {
    margin-bottom: 45px;
  }
  /* line 516, _elements.less */
  .mb-1600-40 {
    margin-bottom: 40px;
  }
  /* line 516, _elements.less */
  .mb-1600-35 {
    margin-bottom: 35px;
  }
  /* line 516, _elements.less */
  .mb-1600-30 {
    margin-bottom: 30px;
  }
  /* line 516, _elements.less */
  .mb-1600-25 {
    margin-bottom: 25px;
  }
  /* line 516, _elements.less */
  .mb-1600-20 {
    margin-bottom: 20px;
  }
  /* line 516, _elements.less */
  .mb-1600-15 {
    margin-bottom: 15px;
  }
  /* line 516, _elements.less */
  .mb-1600-10 {
    margin-bottom: 10px;
  }
  /* line 516, _elements.less */
  .mb-1600-5 {
    margin-bottom: 5px;
  }
  /* line 516, _elements.less */
  .mb-1600-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1200px) {
  /* line 479, _elements.less */
  .f-1200-10 .f-col {
    width: 10%;
  }
  /* line 479, _elements.less */
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  /* line 479, _elements.less */
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  /* line 479, _elements.less */
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  /* line 479, _elements.less */
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  /* line 479, _elements.less */
  .f-1200-5 .f-col {
    width: 20%;
  }
  /* line 479, _elements.less */
  .f-1200-4 .f-col {
    width: 25%;
  }
  /* line 479, _elements.less */
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  /* line 479, _elements.less */
  .f-1200-2 .f-col {
    width: 50%;
  }
  /* line 479, _elements.less */
  .f-1200-1 .f-col {
    width: 100%;
  }
  /* line 490, _elements.less */
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 551, _elements.less */
  .w-1200-33 {
    width: 33%;
  }
  /* line 555, _elements.less */
  .w-1200-16 {
    width: 16.666666%;
  }
  /* line 516, _elements.less */
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  /* line 516, _elements.less */
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  /* line 516, _elements.less */
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  /* line 516, _elements.less */
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  /* line 516, _elements.less */
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  /* line 516, _elements.less */
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  /* line 516, _elements.less */
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  /* line 516, _elements.less */
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  /* line 516, _elements.less */
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  /* line 516, _elements.less */
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  /* line 516, _elements.less */
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  /* line 516, _elements.less */
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  /* line 516, _elements.less */
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  /* line 516, _elements.less */
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  /* line 516, _elements.less */
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  /* line 516, _elements.less */
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  /* line 516, _elements.less */
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  /* line 516, _elements.less */
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  /* line 516, _elements.less */
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  /* line 516, _elements.less */
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  /* line 516, _elements.less */
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  /* line 479, _elements.less */
  .f-990-10 .f-col {
    width: 10%;
  }
  /* line 479, _elements.less */
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  /* line 479, _elements.less */
  .f-990-8 .f-col {
    width: 12.5%;
  }
  /* line 479, _elements.less */
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  /* line 479, _elements.less */
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  /* line 479, _elements.less */
  .f-990-5 .f-col {
    width: 20%;
  }
  /* line 479, _elements.less */
  .f-990-4 .f-col {
    width: 25%;
  }
  /* line 479, _elements.less */
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  /* line 479, _elements.less */
  .f-990-2 .f-col {
    width: 50%;
  }
  /* line 479, _elements.less */
  .f-990-1 .f-col {
    width: 100%;
  }
  /* line 490, _elements.less */
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 566, _elements.less */
  .w-990-33 {
    width: 33%;
  }
  /* line 570, _elements.less */
  .w-990-16 {
    width: 16.666666%;
  }
  /* line 516, _elements.less */
  .mb-990-100 {
    margin-bottom: 100px;
  }
  /* line 516, _elements.less */
  .mb-990-95 {
    margin-bottom: 95px;
  }
  /* line 516, _elements.less */
  .mb-990-90 {
    margin-bottom: 90px;
  }
  /* line 516, _elements.less */
  .mb-990-85 {
    margin-bottom: 85px;
  }
  /* line 516, _elements.less */
  .mb-990-80 {
    margin-bottom: 80px;
  }
  /* line 516, _elements.less */
  .mb-990-75 {
    margin-bottom: 75px;
  }
  /* line 516, _elements.less */
  .mb-990-70 {
    margin-bottom: 70px;
  }
  /* line 516, _elements.less */
  .mb-990-65 {
    margin-bottom: 65px;
  }
  /* line 516, _elements.less */
  .mb-990-60 {
    margin-bottom: 60px;
  }
  /* line 516, _elements.less */
  .mb-990-55 {
    margin-bottom: 55px;
  }
  /* line 516, _elements.less */
  .mb-990-50 {
    margin-bottom: 50px;
  }
  /* line 516, _elements.less */
  .mb-990-45 {
    margin-bottom: 45px;
  }
  /* line 516, _elements.less */
  .mb-990-40 {
    margin-bottom: 40px;
  }
  /* line 516, _elements.less */
  .mb-990-35 {
    margin-bottom: 35px;
  }
  /* line 516, _elements.less */
  .mb-990-30 {
    margin-bottom: 30px;
  }
  /* line 516, _elements.less */
  .mb-990-25 {
    margin-bottom: 25px;
  }
  /* line 516, _elements.less */
  .mb-990-20 {
    margin-bottom: 20px;
  }
  /* line 516, _elements.less */
  .mb-990-15 {
    margin-bottom: 15px;
  }
  /* line 516, _elements.less */
  .mb-990-10 {
    margin-bottom: 10px;
  }
  /* line 516, _elements.less */
  .mb-990-5 {
    margin-bottom: 5px;
  }
  /* line 516, _elements.less */
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  /* line 479, _elements.less */
  .f-768-10 .f-col {
    width: 10%;
  }
  /* line 479, _elements.less */
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  /* line 479, _elements.less */
  .f-768-8 .f-col {
    width: 12.5%;
  }
  /* line 479, _elements.less */
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  /* line 479, _elements.less */
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  /* line 479, _elements.less */
  .f-768-5 .f-col {
    width: 20%;
  }
  /* line 479, _elements.less */
  .f-768-4 .f-col {
    width: 25%;
  }
  /* line 479, _elements.less */
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  /* line 479, _elements.less */
  .f-768-2 .f-col {
    width: 50%;
  }
  /* line 479, _elements.less */
  .f-768-1 .f-col {
    width: 100%;
  }
  /* line 490, _elements.less */
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 581, _elements.less */
  .w-768-33 {
    width: 33%;
  }
  /* line 585, _elements.less */
  .w-768-16 {
    width: 16.666666%;
  }
  /* line 516, _elements.less */
  .mb-768-100 {
    margin-bottom: 100px;
  }
  /* line 516, _elements.less */
  .mb-768-95 {
    margin-bottom: 95px;
  }
  /* line 516, _elements.less */
  .mb-768-90 {
    margin-bottom: 90px;
  }
  /* line 516, _elements.less */
  .mb-768-85 {
    margin-bottom: 85px;
  }
  /* line 516, _elements.less */
  .mb-768-80 {
    margin-bottom: 80px;
  }
  /* line 516, _elements.less */
  .mb-768-75 {
    margin-bottom: 75px;
  }
  /* line 516, _elements.less */
  .mb-768-70 {
    margin-bottom: 70px;
  }
  /* line 516, _elements.less */
  .mb-768-65 {
    margin-bottom: 65px;
  }
  /* line 516, _elements.less */
  .mb-768-60 {
    margin-bottom: 60px;
  }
  /* line 516, _elements.less */
  .mb-768-55 {
    margin-bottom: 55px;
  }
  /* line 516, _elements.less */
  .mb-768-50 {
    margin-bottom: 50px;
  }
  /* line 516, _elements.less */
  .mb-768-45 {
    margin-bottom: 45px;
  }
  /* line 516, _elements.less */
  .mb-768-40 {
    margin-bottom: 40px;
  }
  /* line 516, _elements.less */
  .mb-768-35 {
    margin-bottom: 35px;
  }
  /* line 516, _elements.less */
  .mb-768-30 {
    margin-bottom: 30px;
  }
  /* line 516, _elements.less */
  .mb-768-25 {
    margin-bottom: 25px;
  }
  /* line 516, _elements.less */
  .mb-768-20 {
    margin-bottom: 20px;
  }
  /* line 516, _elements.less */
  .mb-768-15 {
    margin-bottom: 15px;
  }
  /* line 516, _elements.less */
  .mb-768-10 {
    margin-bottom: 10px;
  }
  /* line 516, _elements.less */
  .mb-768-5 {
    margin-bottom: 5px;
  }
  /* line 516, _elements.less */
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  /* line 479, _elements.less */
  .f-640-10 .f-col {
    width: 10%;
  }
  /* line 479, _elements.less */
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  /* line 479, _elements.less */
  .f-640-8 .f-col {
    width: 12.5%;
  }
  /* line 479, _elements.less */
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  /* line 479, _elements.less */
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  /* line 479, _elements.less */
  .f-640-5 .f-col {
    width: 20%;
  }
  /* line 479, _elements.less */
  .f-640-4 .f-col {
    width: 25%;
  }
  /* line 479, _elements.less */
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  /* line 479, _elements.less */
  .f-640-2 .f-col {
    width: 50%;
  }
  /* line 479, _elements.less */
  .f-640-1 .f-col {
    width: 100%;
  }
  /* line 490, _elements.less */
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 596, _elements.less */
  .w-640-33 {
    width: 33%;
  }
  /* line 600, _elements.less */
  .w-640-16 {
    width: 16.666666%;
  }
  /* line 516, _elements.less */
  .mb-640-100 {
    margin-bottom: 100px;
  }
  /* line 516, _elements.less */
  .mb-640-95 {
    margin-bottom: 95px;
  }
  /* line 516, _elements.less */
  .mb-640-90 {
    margin-bottom: 90px;
  }
  /* line 516, _elements.less */
  .mb-640-85 {
    margin-bottom: 85px;
  }
  /* line 516, _elements.less */
  .mb-640-80 {
    margin-bottom: 80px;
  }
  /* line 516, _elements.less */
  .mb-640-75 {
    margin-bottom: 75px;
  }
  /* line 516, _elements.less */
  .mb-640-70 {
    margin-bottom: 70px;
  }
  /* line 516, _elements.less */
  .mb-640-65 {
    margin-bottom: 65px;
  }
  /* line 516, _elements.less */
  .mb-640-60 {
    margin-bottom: 60px;
  }
  /* line 516, _elements.less */
  .mb-640-55 {
    margin-bottom: 55px;
  }
  /* line 516, _elements.less */
  .mb-640-50 {
    margin-bottom: 50px;
  }
  /* line 516, _elements.less */
  .mb-640-45 {
    margin-bottom: 45px;
  }
  /* line 516, _elements.less */
  .mb-640-40 {
    margin-bottom: 40px;
  }
  /* line 516, _elements.less */
  .mb-640-35 {
    margin-bottom: 35px;
  }
  /* line 516, _elements.less */
  .mb-640-30 {
    margin-bottom: 30px;
  }
  /* line 516, _elements.less */
  .mb-640-25 {
    margin-bottom: 25px;
  }
  /* line 516, _elements.less */
  .mb-640-20 {
    margin-bottom: 20px;
  }
  /* line 516, _elements.less */
  .mb-640-15 {
    margin-bottom: 15px;
  }
  /* line 516, _elements.less */
  .mb-640-10 {
    margin-bottom: 10px;
  }
  /* line 516, _elements.less */
  .mb-640-5 {
    margin-bottom: 5px;
  }
  /* line 516, _elements.less */
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  /* line 479, _elements.less */
  .f-576-10 .f-col {
    width: 10%;
  }
  /* line 479, _elements.less */
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  /* line 479, _elements.less */
  .f-576-8 .f-col {
    width: 12.5%;
  }
  /* line 479, _elements.less */
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  /* line 479, _elements.less */
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  /* line 479, _elements.less */
  .f-576-5 .f-col {
    width: 20%;
  }
  /* line 479, _elements.less */
  .f-576-4 .f-col {
    width: 25%;
  }
  /* line 479, _elements.less */
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  /* line 479, _elements.less */
  .f-576-2 .f-col {
    width: 50%;
  }
  /* line 479, _elements.less */
  .f-576-1 .f-col {
    width: 100%;
  }
  /* line 490, _elements.less */
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 611, _elements.less */
  .w-576-33 {
    width: 33%;
  }
  /* line 615, _elements.less */
  .w-576-16 {
    width: 16.666666%;
  }
  /* line 516, _elements.less */
  .mb-576-100 {
    margin-bottom: 100px;
  }
  /* line 516, _elements.less */
  .mb-576-95 {
    margin-bottom: 95px;
  }
  /* line 516, _elements.less */
  .mb-576-90 {
    margin-bottom: 90px;
  }
  /* line 516, _elements.less */
  .mb-576-85 {
    margin-bottom: 85px;
  }
  /* line 516, _elements.less */
  .mb-576-80 {
    margin-bottom: 80px;
  }
  /* line 516, _elements.less */
  .mb-576-75 {
    margin-bottom: 75px;
  }
  /* line 516, _elements.less */
  .mb-576-70 {
    margin-bottom: 70px;
  }
  /* line 516, _elements.less */
  .mb-576-65 {
    margin-bottom: 65px;
  }
  /* line 516, _elements.less */
  .mb-576-60 {
    margin-bottom: 60px;
  }
  /* line 516, _elements.less */
  .mb-576-55 {
    margin-bottom: 55px;
  }
  /* line 516, _elements.less */
  .mb-576-50 {
    margin-bottom: 50px;
  }
  /* line 516, _elements.less */
  .mb-576-45 {
    margin-bottom: 45px;
  }
  /* line 516, _elements.less */
  .mb-576-40 {
    margin-bottom: 40px;
  }
  /* line 516, _elements.less */
  .mb-576-35 {
    margin-bottom: 35px;
  }
  /* line 516, _elements.less */
  .mb-576-30 {
    margin-bottom: 30px;
  }
  /* line 516, _elements.less */
  .mb-576-25 {
    margin-bottom: 25px;
  }
  /* line 516, _elements.less */
  .mb-576-20 {
    margin-bottom: 20px;
  }
  /* line 516, _elements.less */
  .mb-576-15 {
    margin-bottom: 15px;
  }
  /* line 516, _elements.less */
  .mb-576-10 {
    margin-bottom: 10px;
  }
  /* line 516, _elements.less */
  .mb-576-5 {
    margin-bottom: 5px;
  }
  /* line 516, _elements.less */
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  /* line 479, _elements.less */
  .f-480-10 .f-col {
    width: 10%;
  }
  /* line 479, _elements.less */
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  /* line 479, _elements.less */
  .f-480-8 .f-col {
    width: 12.5%;
  }
  /* line 479, _elements.less */
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  /* line 479, _elements.less */
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  /* line 479, _elements.less */
  .f-480-5 .f-col {
    width: 20%;
  }
  /* line 479, _elements.less */
  .f-480-4 .f-col {
    width: 25%;
  }
  /* line 479, _elements.less */
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  /* line 479, _elements.less */
  .f-480-2 .f-col {
    width: 50%;
  }
  /* line 479, _elements.less */
  .f-480-1 .f-col {
    width: 100%;
  }
  /* line 490, _elements.less */
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 626, _elements.less */
  .w-480-33 {
    width: 33%;
  }
  /* line 630, _elements.less */
  .w-480-16 {
    width: 16.666666%;
  }
  /* line 516, _elements.less */
  .mb-480-100 {
    margin-bottom: 100px;
  }
  /* line 516, _elements.less */
  .mb-480-95 {
    margin-bottom: 95px;
  }
  /* line 516, _elements.less */
  .mb-480-90 {
    margin-bottom: 90px;
  }
  /* line 516, _elements.less */
  .mb-480-85 {
    margin-bottom: 85px;
  }
  /* line 516, _elements.less */
  .mb-480-80 {
    margin-bottom: 80px;
  }
  /* line 516, _elements.less */
  .mb-480-75 {
    margin-bottom: 75px;
  }
  /* line 516, _elements.less */
  .mb-480-70 {
    margin-bottom: 70px;
  }
  /* line 516, _elements.less */
  .mb-480-65 {
    margin-bottom: 65px;
  }
  /* line 516, _elements.less */
  .mb-480-60 {
    margin-bottom: 60px;
  }
  /* line 516, _elements.less */
  .mb-480-55 {
    margin-bottom: 55px;
  }
  /* line 516, _elements.less */
  .mb-480-50 {
    margin-bottom: 50px;
  }
  /* line 516, _elements.less */
  .mb-480-45 {
    margin-bottom: 45px;
  }
  /* line 516, _elements.less */
  .mb-480-40 {
    margin-bottom: 40px;
  }
  /* line 516, _elements.less */
  .mb-480-35 {
    margin-bottom: 35px;
  }
  /* line 516, _elements.less */
  .mb-480-30 {
    margin-bottom: 30px;
  }
  /* line 516, _elements.less */
  .mb-480-25 {
    margin-bottom: 25px;
  }
  /* line 516, _elements.less */
  .mb-480-20 {
    margin-bottom: 20px;
  }
  /* line 516, _elements.less */
  .mb-480-15 {
    margin-bottom: 15px;
  }
  /* line 516, _elements.less */
  .mb-480-10 {
    margin-bottom: 10px;
  }
  /* line 516, _elements.less */
  .mb-480-5 {
    margin-bottom: 5px;
  }
  /* line 516, _elements.less */
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  /* line 479, _elements.less */
  .f-400-10 .f-col {
    width: 10%;
  }
  /* line 479, _elements.less */
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  /* line 479, _elements.less */
  .f-400-8 .f-col {
    width: 12.5%;
  }
  /* line 479, _elements.less */
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  /* line 479, _elements.less */
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  /* line 479, _elements.less */
  .f-400-5 .f-col {
    width: 20%;
  }
  /* line 479, _elements.less */
  .f-400-4 .f-col {
    width: 25%;
  }
  /* line 479, _elements.less */
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  /* line 479, _elements.less */
  .f-400-2 .f-col {
    width: 50%;
  }
  /* line 479, _elements.less */
  .f-400-1 .f-col {
    width: 100%;
  }
  /* line 490, _elements.less */
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 490, _elements.less */
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 641, _elements.less */
  .w-400-33 {
    width: 33%;
  }
  /* line 645, _elements.less */
  .w-400-16 {
    width: 16.666666%;
  }
  /* line 516, _elements.less */
  .mb-400-100 {
    margin-bottom: 100px;
  }
  /* line 516, _elements.less */
  .mb-400-95 {
    margin-bottom: 95px;
  }
  /* line 516, _elements.less */
  .mb-400-90 {
    margin-bottom: 90px;
  }
  /* line 516, _elements.less */
  .mb-400-85 {
    margin-bottom: 85px;
  }
  /* line 516, _elements.less */
  .mb-400-80 {
    margin-bottom: 80px;
  }
  /* line 516, _elements.less */
  .mb-400-75 {
    margin-bottom: 75px;
  }
  /* line 516, _elements.less */
  .mb-400-70 {
    margin-bottom: 70px;
  }
  /* line 516, _elements.less */
  .mb-400-65 {
    margin-bottom: 65px;
  }
  /* line 516, _elements.less */
  .mb-400-60 {
    margin-bottom: 60px;
  }
  /* line 516, _elements.less */
  .mb-400-55 {
    margin-bottom: 55px;
  }
  /* line 516, _elements.less */
  .mb-400-50 {
    margin-bottom: 50px;
  }
  /* line 516, _elements.less */
  .mb-400-45 {
    margin-bottom: 45px;
  }
  /* line 516, _elements.less */
  .mb-400-40 {
    margin-bottom: 40px;
  }
  /* line 516, _elements.less */
  .mb-400-35 {
    margin-bottom: 35px;
  }
  /* line 516, _elements.less */
  .mb-400-30 {
    margin-bottom: 30px;
  }
  /* line 516, _elements.less */
  .mb-400-25 {
    margin-bottom: 25px;
  }
  /* line 516, _elements.less */
  .mb-400-20 {
    margin-bottom: 20px;
  }
  /* line 516, _elements.less */
  .mb-400-15 {
    margin-bottom: 15px;
  }
  /* line 516, _elements.less */
  .mb-400-10 {
    margin-bottom: 10px;
  }
  /* line 516, _elements.less */
  .mb-400-5 {
    margin-bottom: 5px;
  }
  /* line 516, _elements.less */
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
/* line 655, _elements.less */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 665, _elements.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* line 680, _elements.less */
audio,
canvas,
video {
  display: inline-block;
}
/* line 686, _elements.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 691, _elements.less */
[hidden] {
  display: none;
}
/* line 695, _elements.less */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
/* line 701, _elements.less */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* line 708, _elements.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 712, _elements.less */
b,
strong {
  font-weight: bold;
}
/* line 717, _elements.less */
dfn {
  font-style: italic;
}
/* line 721, _elements.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 727, _elements.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 732, _elements.less */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* line 740, _elements.less */
pre {
  white-space: pre-wrap;
}
/* line 744, _elements.less */
small {
  font-size: 80%;
}
/* line 748, _elements.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 756, _elements.less */
sup {
  top: -0.9em;
  right: 0.2em;
}
/* line 761, _elements.less */
sub {
  bottom: -0.25em;
}
/* line 765, _elements.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 769, _elements.less */
figure {
  margin: 0;
}
/* line 773, _elements.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 779, _elements.less */
legend {
  border: 0;
  padding: 0;
}
/* line 784, _elements.less */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
/* line 793, _elements.less */
button,
input {
  line-height: normal;
}
/* line 798, _elements.less */
button,
select {
  text-transform: none;
}
/* line 803, _elements.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 811, _elements.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 816, _elements.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 822, _elements.less */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 829, _elements.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 834, _elements.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 840, _elements.less */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* line 845, _elements.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 850, _elements.less */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 859, _elements.less */
button,
input,
select[multiple],
textarea {
  background-image: none;
}
/* line 866, _elements.less */
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
/* line 875, _elements.less */
a:active,
a:hover,
a:focus {
  outline: 0;
}
/* line 882, _elements.less */
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
/* line 888, _elements.less */
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 894, _elements.less */
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 900, _elements.less */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 906, _elements.less */
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
/* line 913, _elements.less */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfd1d4;
}
/*==========================================================================
=> buttons
========================================================================== */
/* line 923, _elements.less */
.button {
  font-family: var(--button-font);
  background: var(--button-fill);
  border: none;
  outline: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  line-height: 50px;
  padding: 0 36px;
  gap: 10px;
  border-radius: 16px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
  position: relative;
  z-index: 9;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 952, _elements.less */
.button:hover {
  background: transparent;
  border: 1px solid var(--button-fill);
  color: var(--button-fill);
}
/* line 958, _elements.less */
.button.line {
  background: transparent;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
/* line 963, _elements.less */
.button.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
/* line 975, _elements.less */
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
/* line 982, _elements.less */
button:focus {
  outline: none;
}
/* line 986, _elements.less */
.button--block {
  width: 100%;
}
/* line 990, _elements.less */
.button svg {
  position: relative;
  top: -2px;
}
/* line 994, _elements.less */
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 999, _elements.less */
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
/* line 1006, _elements.less */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
/* line 1011, _elements.less */
.element-section .ehdn1 {
  margin-bottom: 30px;
}
/* line 1015, _elements.less */
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 1021, _elements.less */
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
/* line 1028, _elements.less */
.form-grp,
.form-textarea-group {
  position: relative;
  margin-top: 8px;
  margin-bottom: 24px;
}
/* line 1034, _elements.less */
.form-grp:last-child,
.form-textarea-group:last-child {
  margin-bottom: 0;
}
/* line 1040, _elements.less */
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
/* line 1045, _elements.less */
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
/* line 1051, _elements.less */
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
/* line 1057, _elements.less */
.whatsapp {
  margin-right: 0;
}
/* line 1061, _elements.less */
.form-field {
  font-family: var(--input-font);
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 0;
  border: 1px solid var(--input-border);
  border-radius: 12px;
  padding: 19px 26px;
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: var(--grey);
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1077, _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 1091, _elements.less */
.form-field ~ .form-label {
  color: #6e6e73;
  position: absolute;
  font-size: var(--input-fs-main);
  left: 0;
  top: 15px;
  padding: 6px 26px;
  margin: 0;
  z-index: 2;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1104, _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: #fff6f2;
  top: 1px;
  left: 10px;
  padding: 0 16px;
  z-index: 2;
}
/* line 1115, _elements.less */
.form-textarea-group .form-field {
  height: 245px;
  line-height: 1.3;
  padding: 20px 26px;
  resize: none;
}
/* Password View */
/* line 1126, _elements.less */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
/* line 1132, _elements.less */
.form-grp.int-padr input {
  padding-right: 40px;
}
/* line 1138, _elements.less */
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
/* line 1148, _elements.less */
.form-grp.disabled-field {
  background: #f5f5f5;
}
/* line 1151, _elements.less */
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
/* line 1155, _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 1167, _elements.less */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #a7b3c4;
}
/* line 1176, _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 1195, _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 1205, _elements.less */
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
/* line 1209, _elements.less */
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
/* line 1213, _elements.less */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #a7b3c4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 1220, _elements.less */
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
/* line 1225, _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 1237, _elements.less */
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
/* line 1242, _elements.less */
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: "icomoon" !important;
}
/* line 1247, _elements.less */
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: "icomoon" !important;
}
/* line 1252, _elements.less */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
/* line 1257, _elements.less */
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
/* line 1265, _elements.less */
.daterangepicker:before {
  border-bottom: 0;
}
/* line 1269, _elements.less */
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
/* line 1275, _elements.less */
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
/* line 1282, _elements.less */
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
/* line 1287, _elements.less */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
/* line 1292, _elements.less */
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
/* line 1297, _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 1304, _elements.less */
.daterangepicker th.available:hover {
  background-color: transparent;
}
/* line 1308, _elements.less */
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
/* line 1313, _elements.less */
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
/* line 1318, _elements.less */
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
/* line 1324, _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 1332, _elements.less */
.select-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 1339, _elements.less */
.mob-fld .form-field {
  padding: 19px 20px 19px 20px;
}
/* line 1343, _elements.less */
.select-field option {
  color: #9fa4a9;
}
/* line 1348, _elements.less */
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
/* line 1357, _elements.less */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #ccc;
}
/* line 1363, _elements.less */
input::-webkit-input-placeholder {
  color: #ccc;
}
/* line 1367, _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 1380, _elements.less */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
/* line 1387, _elements.less */
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 1393, _elements.less */
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
/* line 1403, _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 1417, _elements.less */
.radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
/* line 1421, _elements.less */
.radio-box label.error {
  display: none !important;
}
/* line 1425, _elements.less */
.radio-box input.error ~ label {
  color: #ff2323;
}
/* line 1429, _elements.less */
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
/* line 1438, _elements.less */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 1444, _elements.less */
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
/* line 1450, _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 1461, _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 1472, _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 1486, _elements.less */
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
/* line 1505, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  font-family: "icomoon" !important;
  content: "\e92d";
  color: #a24eea;
  font-size: 12px;
}
/* line 1514, _elements.less */
.checkbox-box label.error {
  display: none !important;
}
/* line 1518, _elements.less */
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
/* line 1522, _elements.less */
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
/* line 1531, _elements.less */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
/* line 1539, _elements.less */
.checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
/* line 1543, _elements.less */
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
/* line 1552, _elements.less */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
/* line 1557, _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 1569, _elements.less */
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594af;
}
/* line 1576, _elements.less */
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
/* line 1582, _elements.less */
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
/* line 1587, _elements.less */
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
/* line 1597, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
/* line 1600, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
/* line 1605, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
/* line 1609, _elements.less */
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
/* line 1613, _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 1628, _elements.less */
.checkbox-box.chk-four {
  margin-right: 10px;
}
/* line 1631, _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 1637, _elements.less */
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594af;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
/* line 1645, _elements.less */
.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
/* line 1652, _elements.less */
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
/* line 1662, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
/* line 1665, _elements.less */
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
/* line 1673, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
/* line 1676, _elements.less */
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
/* line 1687, _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 1693, _elements.less */
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594af;
}
/* line 1699, _elements.less */
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
/* line 1704, _elements.less */
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
/* line 1714, _elements.less */
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
/* line 1717, _elements.less */
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
/* line 1721, _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 1739, _elements.less */
[tooltip-title] {
  position: relative;
  text-decoration: none;
}
/* line 1744, _elements.less */
[tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
/* line 1751, _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 1766, _elements.less */
[tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
/* line 1774, _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 1782, _elements.less */
[data-placement="right"]:hover {
  position: relative;
  z-index: 1;
}
/* line 1787, _elements.less */
[tooltip-title]:is([data-placement="top"])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
/* line 1793, _elements.less */
[tooltip-title]:is([data-placement="right"])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
/* line 1799, _elements.less */
[tooltip-title]:is([data-placement="bottom"])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
/* line 1805, _elements.less */
[tooltip-title]:is([data-placement="left"])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
/* Arrow */
/* line 1813, _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 1828, _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 1842, _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 1856, _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 1873, _elements.less */
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
/* line 1880, _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 1891, _elements.less */
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
/* line 1898, _elements.less */
.modal-para p:last-child {
  margin-bottom: 0;
}
/* line 1903, _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 1916, _elements.less */
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
/* line 1925, _elements.less */
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 1930, _elements.less */
.modal-cross:hover i {
  transform: rotate(90deg);
}
/* line 1936, _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 1944, _elements.less */
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
/* line 1949, _elements.less */
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
/* line 1954, _elements.less */
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
/* line 1959, _elements.less */
.static-cont {
  margin-bottom: 32px;
}
/* line 1962, _elements.less */
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
/* line 1969, _elements.less */
.static-cont li p {
  margin-bottom: 10px;
}
/* line 1973, _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 1986, _elements.less */
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
/* line 1993, _elements.less */
.modal-backdrop.show {
  opacity: 0.9;
}
/* line 1997, _elements.less */
.modal-backdrop {
  background-color: #fff;
}
/* line 2001, _elements.less */
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Swiper Slider */
/* line 2006, _elements.less */
.swiper-container {
  width: 100%;
  height: 100%;
}
/* line 2011, _elements.less */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
/* line 2017, _elements.less */
.swiper-pagination-bullet-active {
  background: var(--orange);
}
/* line 2021, _elements.less */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2025, _elements.less */
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 2029, _elements.less */
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 2033, _elements.less */
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 2037, _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 2041, _elements.less */
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
/* line 2047, _elements.less */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
/* line 2055, _elements.less */
.content-body {
  margin-bottom: 80px;
}
/* line 2058, _elements.less */
.content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
/* line 2067, _elements.less */
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  font-weight: 700;
  font-size: 26px;
  color: #171717;
  margin: 32px 0 16px;
}
/* line 2078, _elements.less */
.content-body h1:first-child,
.content-body h2:first-child,
.content-body h3:first-child,
.content-body h4:first-child,
.content-body h5:first-child,
.content-body h6:first-child {
  margin-top: 0;
}
/* line 2083, _elements.less */
.content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 16px;
}
/* line 2091, _elements.less */
.content-body ul {
  margin-bottom: 16px;
}
/* line 2094, _elements.less */
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
/* line 2099, _elements.less */
.content-body ul li p,
.content-body ul li a {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 0;
}
/* line 2108, _elements.less */
.content-body ul li a {
  color: #ee163d;
}
/* line 2112, _elements.less */
.content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #ee163d;
}
/* line 2124, _elements.less */
.content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  /* line 2132, _elements.less */
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  /* line 2139, _elements.less */
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  /* line 2145, _elements.less */
  .content-body h1,
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
/* content page end */
/*==========================================================================
=> Accordion
==========================================================================*/
/* line 2162, _elements.less */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
/* line 2180, _elements.less */
.panel {
  display: none;
  padding: 0 18px;
  background-color: white;
}
/* line 2188, _elements.less */
.form-field:focus ~ .form-label {
  top: 8px;
  font-size: 12px;
}
/* line 2196, _elements.less */
.form-field::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #6e6e73;
}
/* header */
/* line 2, _megamenu.less */
:root {
  --menuWidth: 300px;
}
/* line 6, _megamenu.less */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
/* line 15, _megamenu.less */
.head-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* line 21, _megamenu.less */
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}
/* line 27, _megamenu.less */
.head-left,
.head-right {
  position: relative;
  z-index: 99;
}
/* line 34, _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);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 41, _megamenu.less */
.drop {
  position: relative;
}
/* line 56, _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 70, _megamenu.less */
.drop ul li {
  padding: 0;
}
/* line 73, _megamenu.less */
.drop ul li:last-of-type {
  border-bottom: 0;
}
/* line 77, _megamenu.less */
.drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
}
/* line 83, _megamenu.less */
.drop ul li a:hover {
  background: #eee;
  color: #000;
}
/* line 92, _megamenu.less */
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
/* line 97, _megamenu.less */
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
/* line 104, _megamenu.less */
.header-wrap {
  display: flex;
}
/* line 108, _megamenu.less */
.header-box {
  display: flex;
  height: var(--header-height);
}
/* line 113, _megamenu.less */
.menuBtn {
  display: flex;
  align-items: center;
}
/* line 118, _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 121, _megamenu.less */
.header-list li {
  padding: 7px 24px;
}
/* line 124, _megamenu.less */
.header-list li a {
  font-size: 18px;
  color: var(--dark);
  font-weight: 500;
}
/* line 129, _megamenu.less */
.header-list li a:hover {
  color: var(--secClr);
}
/* line 136, _megamenu.less */
.fixHeader {
  background-color: #ffffff;
}
/* line 140, _megamenu.less */
.fixHeader .header-box .container {
  height: var(--header--height);
}
/* line 146, _megamenu.less */
.menuBtn .button {
  margin-left: 20px;
  margin-right: 40px;
}
/* side menu */
/* line 153, _megamenu.less */
.menu {
  display: none;
  position: relative;
}
/* side menu */
/* line 159, _megamenu.less */
.menu {
  display: none;
  position: relative;
  z-index: 2;
}
/* line 166, _megamenu.less */
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 181, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
/* line 185, _megamenu.less */
.nav-wrapper {
  position: fixed;
  width: 100%;
  height: calc(100vh - var(--header-height) + 200px);
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  right: 0;
  top: var(--header-height);
  font-size: 14px;
  display: none;
  background-color: var(--orange);
}
/* line 201, _megamenu.less */
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
/* line 206, _megamenu.less */
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 220, _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 232, _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 247, _megamenu.less */
.js-nav-toggle span:before {
  margin-top: 5px;
}
/* line 253, _megamenu.less */
.show-menu .js-nav-toggle {
  z-index: 99999;
}
/* line 257, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #000;
}
/* line 263, _megamenu.less */
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
/* line 267, _megamenu.less */
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 272, _megamenu.less */
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 277, _megamenu.less */
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
/* line 283, _megamenu.less */
.mob-navigation {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* line 291, _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 305, _megamenu.less */
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
/* line 309, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
/* line 313, _megamenu.less */
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/* line 318, _megamenu.less */
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 120px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ffffff;
}
/* line 334, _megamenu.less */
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: #000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}
/* line 348, _megamenu.less */
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
/* line 355, _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 366, _megamenu.less */
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
/* line 374, _megamenu.less */
.mob-navigation a {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.15s, background-color 0.15s;
  transition: all 0.15s, background-color 0.15s;
  font-size: 16px;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.2;
  color: #ffffff;
}
/* line 392, _megamenu.less */
.mob-navigation a:hover {
  font-weight: 700;
}
/* line 402, _megamenu.less */
.mob-navigation ul {
  list-style: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  left: 0;
  top: 78px;
  width: 100%;
}
/* line 417, _megamenu.less */
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
/* line 422, _megamenu.less */
.mob-navigation li.has-dropdown > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 429, _megamenu.less */
.menu-left li > a:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  display: inline-block;
  top: 50%;
  right: -100px;
  background-color: #fff;
  opacity: 0;
  transform: translate(0, -50%);
  transition: 0.4s all;
}
/* line 443, _megamenu.less */
.menu-left li > a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  top: 50%;
  right: -97px;
  transform: translate(0, -50%) rotate(45deg);
  opacity: 0;
  transition: 0.4s all;
}
/* line 458, _megamenu.less */
.menu-left li:hover a:after,
.menu-left li:hover a:before {
  opacity: 1;
}
/* line 463, _megamenu.less */
.mob-menu-part {
  display: none;
}
/* line 467, _megamenu.less */
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
/* line 471, _megamenu.less */
.menu-title p {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}
/* line 479, _megamenu.less */
.menu-wrap {
  background-color: var(--orange);
  padding-top: 20px;
  max-width: 1335px;
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 104px);
  cursor: none;
}
/* line 491, _megamenu.less */
.relative {
  position: relative;
}
/* line 495, _megamenu.less */
.menu-wrap li {
  margin-bottom: 56px;
  width: fit-content;
  position: relative;
}
/* line 501, _megamenu.less */
.header-box {
  border-bottom: 1px solid rgba(43, 8, 40, 0.1);
}
/* line 505, _megamenu.less */
.meu-right {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
/* line 513, _megamenu.less */
.social img {
  border: 1px solid #fff;
  border-radius: 100%;
}
/* line 518, _megamenu.less */
.social a {
  font-size: unset;
}
/* line 523, _megamenu.less */
.mob-navigation .button.wht {
  background-color: #fff;
  color: var(--orange);
  border: 1px solid #fff;
  font-size: 20px;
  display: inline-flex;
  gap: 10px;
}
/* line 531, _megamenu.less */
.mob-navigation .button.wht:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
/* line 538, _megamenu.less */
.menu-bottom,
.menu-top {
  display: flex;
  justify-content: space-between;
}
/* line 546, _megamenu.less */
.menu-btm-left ul li,
.mob-small-menu ul li {
  display: inline;
}
/* line 549, _megamenu.less */
.menu-btm-left ul li a,
.mob-small-menu ul li a {
  font-weight: 400;
  font-size: 22px;
  line-height: 3.6;
  color: #ffffff;
  margin-right: 48px;
  display: inline;
}
/* line 560, _megamenu.less */
.button.wht:hover {
  border: 1px solid #fff;
  color: #fff;
}
/* line 566, _megamenu.less */
.mob-menu-part .button.wht {
  position: relative;
  bottom: 20px;
}
/* line 571, _megamenu.less */
.mob-menu-part .stores {
  display: flex;
  gap: 20px;
}
/* line 577, _megamenu.less */
.mob-small-menu {
  margin-bottom: 40px;
}
/* line 581, _megamenu.less */
.mob-store {
  margin-bottom: 20px;
}
/* line 585, _megamenu.less */
.user .drop ul li {
  padding: 12px;
}
/* line 588, _megamenu.less */
.user .drop ul li a {
  color: var(--black);
  transition: 0.4s all;
  font-size: 18px;
}
/* line 595, _megamenu.less */
.user .drop ul li:hover a {
  color: var(--orange);
}
@media all and (min-width: 0px) {
  /* line 603, _megamenu.less */
  .navigation {
    display: none;
  }
  /* line 607, _megamenu.less */
  .nav-wrapper {
    display: block;
  }
  /* line 611, _megamenu.less */
  .header-list {
    display: none;
  }
  /* line 615, _megamenu.less */
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 1600px) {
  /* line 623, _megamenu.less */
  .mob-navigation a {
    font-size: 30px;
  }
  /* line 627, _megamenu.less */
  .menu-wrap li {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1366px) {
  /* line 633, _megamenu.less */
  .user .drop ul li {
    padding: 0;
    font-size: 16px;
  }
}
@media all and (max-width: 990px) {
  /* line 665, _megamenu.less */
  .mob-menu-part {
    display: block;
  }
  /* line 669, _megamenu.less */
  .meu-right,
  .menu-btm-left,
  .menu-btm-right {
    display: none;
  }
  /* line 675, _megamenu.less */
  .menu-wrap {
    padding-top: 40px;
  }
  /* line 679, _megamenu.less */
  .menu-wrap li {
    margin-bottom: 24px;
  }
  /* line 682, _megamenu.less */
  .menu-wrap li:last-child {
    margin-bottom: 0;
  }
  /* line 687, _megamenu.less */
  .menu-left {
    margin-bottom: 0px;
  }
  /* line 690, _megamenu.less */
  .menu-left ul {
    margin-bottom: 40px;
  }
  /* line 695, _megamenu.less */
  .menu-title p {
    margin-bottom: 14px;
  }
  /* line 699, _megamenu.less */
  .menu-left li > a:after {
    width: 14px;
    height: 14px;
    right: -100px;
  }
  /* line 705, _megamenu.less */
  .menu-left li > a:before {
    width: 60px;
  }
  /* line 710, _megamenu.less */
  .mob-small-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
  }
  /* line 716, _megamenu.less */
  .mob-small-menu li {
    width: 50%;
    margin-bottom: 0;
  }
  /* line 722, _megamenu.less */
  .menu-wrap {
    overflow: scroll;
  }
  /* line 726, _megamenu.less */
  .mob-small-menu ul li a {
    line-height: 1.5;
  }
  /* line 730, _megamenu.less */
  .user .drop ul {
    width: 230px;
  }
}
@media all and (max-width: 640px) {
  /* line 736, _megamenu.less */
  .user .drop ul {
    width: 200px;
  }
  /* line 739, _megamenu.less */
  .user .drop ul li a {
    font-size: 16px;
  }
  /* line 744, _megamenu.less */
  .head-right {
    gap: 50px;
  }
}
@media all and (max-width: 576px) {
  /* line 750, _megamenu.less */
  :root {
    --header-height: 60px;
  }
  /* line 755, _megamenu.less */
  .logo {
    width: 90px;
  }
  /* line 759, _megamenu.less */
  .mob-navigation a {
    font-size: 24px;
  }
  /* line 763, _megamenu.less */
  .mob-small-menu ul li a {
    font-size: 18px;
  }
  /* line 767, _megamenu.less */
  .menu-wrap {
    padding-top: 10px;
  }
  /* line 771, _megamenu.less */
  .mob-menu-part .button.wht {
    width: fit-content;
  }
  /* line 775, _megamenu.less */
  .menu-left li > a:after {
    width: 12px;
    height: 12px;
    right: -60px;
  }
  /* line 781, _megamenu.less */
  .menu-left li > a:before {
    width: 40px;
    right: -60px;
  }
  /* line 786, _megamenu.less */
  .mob-small-menu ul li a {
    margin-right: 0;
  }
  /* line 791, _megamenu.less */
  .mob-menu-part .button {
    height: 54px;
  }
  /* line 796, _megamenu.less */
  .stores a {
    height: 48px;
    width: 160px;
  }
  /* line 800, _megamenu.less */
  .stores a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 807, _megamenu.less */
  .mob-small-menu ul li a {
    line-height: 1.5;
  }
  /* line 811, _megamenu.less */
  .js-nav-toggle:after {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 3px;
    top: 6.5px;
    opacity: 0;
    transition: 0.4s all;
    transition-delay: 0.2s;
  }
  /* line 828, _megamenu.less */
  .show-menu .js-nav-toggle:after {
    opacity: 1;
  }
  /* line 833, _megamenu.less */
  .social-wrap {
    padding-bottom: 24px;
  }
  /* line 837, _megamenu.less */
  .mob-menu-part .stores {
    gap: 14px;
  }
  /* line 841, _megamenu.less */
  .js-nav-toggle span:after.active-btn,
  .js-nav-toggle span {
    width: 16px;
  }
  /* line 848, _megamenu.less */
  .mob-width .js-nav-toggle span:before,
  .mob-width .js-nav-toggle span:after {
    width: 16px;
  }
  /* line 854, _megamenu.less */
  .user-icon-img {
    width: 22px;
    height: 22px;
  }
  /* line 859, _megamenu.less */
  .head-right {
    gap: 35px;
  }
  /* line 863, _megamenu.less */
  .drop > a:after {
    width: 12px;
    height: 12px;
  }
}
@media all and (max-width: 480px) {
  /* line 872, _megamenu.less */
  .menu-wrap li {
    margin-bottom: 14px;
  }
  /* line 876, _megamenu.less */
  .menu-left ul {
    margin-bottom: 10px;
  }
  /* line 880, _megamenu.less */
  .mob-small-menu ul {
    gap: 0 0;
  }
  /* line 884, _megamenu.less */
  .mob-small-menu {
    margin-bottom: 15px;
  }
  /* line 888, _megamenu.less */
  .mob-navigation a {
    font-size: 16px;
  }
  /* line 892, _megamenu.less */
  .mob-small-menu ul li a {
    font-size: 16px;
  }
  /* line 896, _megamenu.less */
  .mob-menu-part .stores {
    gap: 0;
  }
  /* line 900, _megamenu.less */
  .stores a img {
    width: 80%;
    height: 100%;
    object-fit: contain;
  }
  /* line 906, _megamenu.less */
  .social img {
    width: 30px;
    height: 30px;
  }
  /* line 912, _megamenu.less */
  .mob-small-menu li {
    margin-bottom: 5px;
  }
}
/* line 1, _global.less */
:root {
  --header-height: 80px;
  --header-scroll-height: 70px;
}
/* line 6, _global.less */
html,
body {
  width: 100%;
  scroll-behavior: smooth;
}
/* line 21, _global.less */
.container {
  max-width: 1600px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 30, _global.less */
.main-container {
  padding-top: var(--header-height);
}
/* line 34, _global.less */
.comm-section {
  padding: 80px 0;
  position: relative;
}
/* line 39, _global.less */
.comm-section2 {
  padding: 64px 0;
  position: relative;
}
/* line 44, _global.less */
.comm-section3 {
  padding: 128px 0;
  position: relative;
}
/* line 49, _global.less */
.mb16 {
  margin-bottom: 16px !important;
}
/* line 53, _global.less */
.mb40 {
  margin-bottom: 40px !important;
}
/* line 57, _global.less */
.mb0 {
  margin-bottom: 0px !important;
}
/* line 61, _global.less */
.mt0 {
  margin-top: 0px !important;
}
/* line 65, _global.less */
.pt0 {
  padding-top: 0 !important;
}
/* line 69, _global.less */
.pb0 {
  padding-bottom: 0 !important;
}
/* line 73, _global.less */
.pr0 {
  padding-right: 0 !important;
}
/* line 77, _global.less */
.page-head-sec {
  padding: 64px 0 112px;
}
/* line 83, _global.less */
.menu {
  gap: 40px;
}
/* line 87, _global.less */
.onboard {
  cursor: pointer;
}
/* line 90, _global.less */
.onboard p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #1d1d1f;
  transition: 0.5s all;
}
/* line 99, _global.less */
.onboard p:hover {
  color: var(--orange);
}
/* line 105, _global.less */
.user {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex: 1;
}
/* line 111, _global.less */
.user svg path {
  transition: 0.5s all;
}
/* line 115, _global.less */
.user:hover svg path {
  stroke: var(--orange);
}
/* line 119, _global.less */
.user a {
  display: inline-flex;
  align-items: center;
}
/* line 125, _global.less */
.mob-navigation .mob-onboard {
  display: none;
}
/* line 131, _global.less */
dotlottie-player {
  width: 64px;
  height: 64px;
}
/* line 136, _global.less */
.navbar {
  z-index: 200;
}
/* line 139, _global.less */
.navbar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
/* line 149, _global.less */
.navbar__item {
  position: relative;
}
/* line 153, _global.less */
.navbar__link {
  text-decoration: none;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
/* line 164, _global.less */
.navbar__link::before {
  content: "";
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: 0;
  right: 0;
}
/* line 173, _global.less */
.navbar__link-showcase {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
/* line 180, _global.less */
.navbar__link-text {
  position: relative;
  color: white;
  transform-origin: left center;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
/* line 187, _global.less */
.navbar__link-text::after {
  content: attr(data-after);
  display: block;
  position: absolute;
  transform-origin: left center;
  color: #ffe7d1;
  top: 150%;
  transform: skewY(30deg);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
/* line 206, _global.less */
.nav-wrapper {
  cursor: none !important;
}
/* line 209, _global.less */
.nav-wrapper a:hover {
  cursor: none !important;
}
/* line 214, _global.less */
.container2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/* line 222, _global.less */
.mouse-tracker {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  mix-blend-mode: difference;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform, background-color, opacity;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
/* line 238, _global.less */
.mouse-tracker.hovered {
  transform: scale(2);
  background-color: white;
}
/* line 243, _global.less */
.mouse-tracker.inside {
  opacity: 0;
  transform: scale(8);
}
/* common */
/* line 251, _global.less */
.dFlex > .f-col {
  display: flex;
}
/* line 257, _global.less */
.page-head-wrap .f-row {
  justify-content: center;
  gap: 30px 0;
}
/* line 263, _global.less */
.comm-section2.internal-cust-sec {
  padding: 16px 0 128px;
}
/* line 267, _global.less */
.comm-head {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 88px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
/* line 276, _global.less */
.comm-para p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: var(--grey);
  margin-bottom: 12px;
}
/* line 285, _global.less */
.comm-para p:last-child {
  margin-bottom: 0;
}
/* line 290, _global.less */
.comm-head2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: var(--orange);
}
/* line 297, _global.less */
.comm-headbox {
  border-bottom: 1px solid rgba(43, 8, 40, 0.1);
  padding-bottom: 24px;
  margin-bottom: 72px;
}
/* line 303, _global.less */
.subsec-head {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3;
  color: var(--black);
  margin-bottom: 16px;
}
/* line 311, _global.less */
.page-head {
  border-bottom: 1px solid rgba(43, 8, 40, 0.1);
  padding-bottom: 24px;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.2;
  color: var(--orange);
  margin-bottom: 72px;
}
/* line 321, _global.less */
.page-head-content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
/* line 327, _global.less */
.page-head-content.feature-head {
  margin-bottom: 73px;
}
/* line 330, _global.less */
.page-head-content.feature-head .page-subhead {
  font-size: 48px;
}
/* line 335, _global.less */
.page-subhead {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.2;
  color: var(--black);
  max-width: 51%;
  width: 100%;
  height: fit-content;
}
/* line 345, _global.less */
.page-subhead-para {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* line 350, _global.less */
.page-subhead-para p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--grey);
  max-width: 525px;
  width: 100%;
}
/* line 360, _global.less */
.page-head-img-wrap {
  width: 100%;
  max-height: 850px;
}
/* line 364, _global.less */
.page-head-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 371, _global.less */
.comm-section.three-sec {
  padding-bottom: 128px;
}
/* line 375, _global.less */
.scratch {
  position: relative;
  display: inline-block;
}
/* line 379, _global.less */
.scratch::after {
  content: "";
  width: 100%;
  height: 12px;
  background: url("../img/svg/text-btm-line.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 393, _global.less */
.page-head-sec .scratch.orange::after {
  width: 110%;
  background: url("../img/svg/orng-long-btm-line.svg") no-repeat center;
  background-size: contain;
  left: unset;
  right: 0;
}
/* line 402, _global.less */
.page-head-sec .why-bullet .comm-para {
  max-width: 510px;
}
/* line 409, _global.less */
.page-head-sec .scratch.orange.btm::after {
  bottom: -12px;
}
/* line 417, _global.less */
.page-head-sec .scratch.orange.rght::after {
  right: -14px;
}
/* line 425, _global.less */
.page-head-sec .scratch.orange.long::after {
  width: 115%;
}
/* line 431, _global.less */
.arrow-btns i {
  font-size: 24px;
}
/* line 435, _global.less */
.cust-btm .btm-left {
  display: flex;
}
/* line 439, _global.less */
.comm-section3.pos-why-sec {
  padding: 128px 0 0;
}
/* line 444, _global.less */
.desk-nav-close {
  display: none;
  position: absolute;
  right: 54px;
  top: 49px;
  opacity: 0;
  transition: 0.3s all;
}
/* line 455, _global.less */
.desk-nav-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  transform: rotate(45deg);
  background: #000;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
/* line 470, _global.less */
.desk-nav-close:before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
/* line 486, _global.less */
.footer-sec {
  border-top: 1px solid rgba(43, 8, 40, 0.1);
}
/* line 490, _global.less */
.download-store {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 496, _global.less */
.play-store {
  margin-bottom: 16px;
}
/* line 500, _global.less */
.play-store a,
.app-store a {
  width: 152px;
  height: 45px;
}
/* line 505, _global.less */
.play-store a img,
.app-store a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
/* line 514, _global.less */
.footer-wrap .play-store a,
.footer-wrap .app-store a {
  display: block;
}
/* line 521, _global.less */
.mob-menu-part .stores {
  gap: 10px;
}
/* line 528, _global.less */
.footer-sec {
  padding-top: 100px;
}
/* line 531, _global.less */
.footer-sec img {
  cursor: pointer;
}
/* line 536, _global.less */
.ft-col-head p {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 8px;
}
/* line 544, _global.less */
.ft-bullet li {
  font-weight: 300;
  font-size: 16px;
  line-height: 3;
  text-transform: uppercase;
}
/* line 550, _global.less */
.ft-bullet li a {
  color: var(--grey);
}
/* line 553, _global.less */
.ft-bullet li a:hover {
  color: var(--orange);
}
/* line 559, _global.less */
.social {
  margin: 5px 0 60px;
  display: flex;
  gap: 16px;
  border-radius: 100%;
}
/* line 568, _global.less */
.social-icon:hover {
  scale: 1.2;
}
/* line 573, _global.less */
.ft-btm {
  padding: 40px 0;
  border-top: 1px solid rgba(43, 8, 40, 0.1);
  border-bottom: 1px solid rgba(43, 8, 40, 0.1);
  margin-top: 64px;
}
/* line 579, _global.less */
.ft-btm li {
  list-style-type: none;
}
/* line 583, _global.less */
.ft-btm a {
  cursor: pointer;
}
/* line 588, _global.less */
.copyright {
  padding: 40px 0 44px;
  text-align: center;
}
/* line 593, _global.less */
.ft-btm-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 600, _global.less */
.designby a {
  color: var(--grey);
  transition: 0.5s all;
}
/* line 604, _global.less */
.designby a:hover {
  color: var(--orange);
}
/* line 612, _global.less */
.banner-sec {
  background-color: var(--orange);
  margin-bottom: -15%;
  padding-bottom: 17%;
  padding-top: 112px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
/* line 622, _global.less */
.banner-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 628, _global.less */
.banner-wrap .comm-head {
  max-width: 871px;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
/* line 636, _global.less */
.banner-text {
  max-width: 675px;
  width: 100%;
  margin-bottom: 48px;
  opacity: 0.8;
}
/* line 642, _global.less */
.banner-text p {
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 1.8;
}
/* line 650, _global.less */
.banner-buttons {
  max-width: 850px;
  width: 100%;
  position: relative;
  z-index: 9;
}
/* line 657, _global.less */
.banner-btn p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 30px;
  width: fit-content;
  cursor: pointer;
  transition: 0.5s all;
}
/* line 670, _global.less */
.bnrTabBtnSwiper .swiper-slide {
  background-color: transparent;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 675, _global.less */
.bnrTabBtnSwiper {
  overflow: visible;
}
/* line 679, _global.less */
.bnrTabBtnSwiper .swiper-slide-thumb-active .banner-btn p {
  background-color: #fff;
  border-radius: 16px;
  color: var(--orange);
}
/* line 688, _global.less */
.offering-sec .bnrTabBtnSwiper {
  overflow: visible;
}
/* line 692, _global.less */
.offering-sec .bnrTabBtnSwiper .swiper-slide-thumb-active .banner-btn p {
  background-color: var(--orange);
  border-radius: 16px;
  color: #fff;
}
/* line 701, _global.less */
.bnr-left-icons {
  top: 0;
  left: -100px;
  z-index: 1;
}
/* line 707, _global.less */
.bnr-right-icons {
  position: static !important;
  top: 0;
  right: -100px;
  z-index: 1;
}
/* line 714, _global.less */
.search-pin {
  margin-bottom: 104px;
  max-width: 412px;
  width: 100%;
}
/* line 719, _global.less */
.search-pin .form-field {
  background-color: #fff;
  border: none;
}
/* line 723, _global.less */
.search-pin .form-field .form-label {
  color: var(--black);
  z-index: 5;
  position: relative;
}
/* line 729, _global.less */
.search-pin .form-field:focus ~ .form-label {
  background-color: #fff;
}
/* line 735, _global.less */
.search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-left: 1px solid var(--black);
  z-index: 21;
  padding-left: 20px;
}
/* line 745, _global.less */
.bnr-iconbox {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 751, _global.less */
.bnr-icon-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 100px;
}
/* line 759, _global.less */
.mob-iconbox {
  display: none;
  position: absolute;
  width: 100%;
}
/* line 765, _global.less */
.l1 {
  left: 13% !important;
  top: 0% !important;
  background: url("../img/svg/desk-maggi.svg") no-repeat;
  background-size: contain;
}
/* line 772, _global.less */
.l2 {
  left: 8% !important;
  top: 20% !important;
  background: url("../img/svg/desk-l-taco.svg") no-repeat;
  background-size: contain;
}
/* line 779, _global.less */
.l3 {
  left: 18% !important;
  top: 40% !important;
  background: url("../img/svg/desk-mob.svg") no-repeat;
  background-size: contain;
}
/* line 786, _global.less */
.l4 {
  left: 8% !important;
  top: 60% !important;
  background: url("../img/svg/desk-pizza.svg") no-repeat;
  background-size: contain;
}
/* line 793, _global.less */
.r1 {
  left: 80% !important;
  top: 0% !important;
  background: url("../img/svg/desk-hand.svg") no-repeat;
  background-size: contain;
}
/* line 800, _global.less */
.r2 {
  left: 90% !important;
  top: 20% !important;
  background: url("../img/svg/desk-ff.svg") no-repeat;
  background-size: contain;
}
/* line 807, _global.less */
.r3 {
  left: 80% !important;
  top: 40% !important;
  background: url("../img/svg/desk-r-maggi.svg") no-repeat;
  background-size: contain;
}
/* line 814, _global.less */
.r4 {
  left: 90% !important;
  top: 60% !important;
  background: url("../img/svg/desk-r-taco.svg") no-repeat;
  background-size: contain;
}
/* line 821, _global.less */
.bnr-icon-img {
  max-width: 96px;
  width: 100%;
  max-height: 96px;
  height: 100%;
}
/* line 830, _global.less */
.comm-section.bnr-tab-sec {
  padding: 0 0 80px;
  position: relative;
  z-index: 99;
}
/* line 836, _global.less */
.bnrTabSwiper .swiper-slide {
  background: transparent;
}
/* line 841, _global.less */
.bnrTabSwiper .swiper-slide video {
  border-radius: 43px;
  object-fit: cover;
  max-width: 900px;
  width: 100%;
  max-height: 450px;
  height: 100%;
}
/* line 851, _global.less */
.bnr-imgbox .tab-img {
  margin-bottom: 48px;
  border-radius: 43px;
  height: 0;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}
/* line 153, _mixin.less */
.bnr-imgbox .tab-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 857, _global.less */
.bnr-imgbox .tab-head {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: var(--black);
  max-width: 1300px;
  width: 70%;
  margin: 15px auto 30px;
}
/* line 868, _global.less */
.tab-wrap {
  position: relative;
  z-index: 99;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
/* line 875, _global.less */
.tab-wrap .tabLis {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
  position: absolute;
  top: 0;
}
/* line 884, _global.less */
.tab-wrap .tabLis.activeImg {
  visibility: visible;
  opacity: 1;
}
/* line 892, _global.less */
.whySwiper .swiper-slide {
  background: transparent;
}
/* line 897, _global.less */
.why-sec {
  padding-top: 128px;
}
/* line 901, _global.less */
.why-bullet {
  display: flex;
  flex-direction: column;
}
/* line 905, _global.less */
.why-bullet .comm-para {
  width: 100%;
}
/* line 910, _global.less */
.why-bullet.activeTab .progressnew {
  opacity: 1;
  display: block;
}
/* line 918, _global.less */
.why-cnt-wrap:last-child {
  margin-bottom: 0;
}
/* line 923, _global.less */
.why-mob-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px;
}
/* line 929, _global.less */
.why-mob-content.linear {
  display: block;
}
/* line 934, _global.less */
.why-bullet.activeTab .mob-progress {
  display: none;
}
/* line 938, _global.less */
.why-bullet-head {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: var(--black);
}
/* line 946, _global.less */
.linear-why-sec .why-bullet-head {
  font-weight: 300;
}
/* line 950, _global.less */
.linear-why-sec .whySwiper .swiper-slide {
  background: #fff;
}
/* line 956, _global.less */
.why-sec:not(.linear-why-sec) .mob-why-head p {
  font-weight: 600;
}
/* line 961, _global.less */
.why-img {
  height: 0;
  padding-top: 82.1%;
  position: relative;
  overflow: hidden;
}
/* line 153, _mixin.less */
.why-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 964, _global.less */
.why-img img {
  object-fit: contain;
}
/* line 969, _global.less */
.why-icon {
  position: relative;
  width: 130px;
  height: 130px;
}
/* line 974, _global.less */
.why-icon .progressnew {
  opacity: 0;
  display: none;
  transition: 0.5s all;
  width: 100%;
  height: 100%;
}
/* line 983, _global.less */
.why-mb-img {
  opacity: 1;
  position: relative;
  visibility: visible;
  width: 100%;
  transition: 0.2s all linear;
  height: 100%;
}
/* line 991, _global.less */
.why-mb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 998, _global.less */
.why-mb-img.og-bg {
  background-color: var(--light-orange);
  border-radius: 100%;
  overflow: hidden;
}
/* line 1005, _global.less */
.linear-why-sec .why-mb-img {
  opacity: 0;
  width: 60%;
  height: 60%;
  margin-top: 30px;
  position: absolute;
  visibility: hidden;
}
/* line 1013, _global.less */
.linear-why-sec .why-mb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 1021, _global.less */
.progressnew circle,
.desk-progress circle {
  fill: transparent;
  stroke: var(--orange);
  stroke-width: 2;
}
/* line 1028, _global.less */
.progressnew,
.desk-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  transform: rotate(-90deg);
}
/* line 1038, _global.less */
.mob-why-head {
  display: none;
}
/* line 1041, _global.less */
.mob-why-head p {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.6;
  color: var(--black);
}
/* line 1051, _global.less */
.why-bullet.activeTab .mob-why-head p {
  font-weight: 600;
}
/* line 1057, _global.less */
.mob-icon-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}
/* line 1064, _global.less */
.reg-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
/* line 1071, _global.less */
.reg-left {
  max-width: 433px;
  width: 100%;
}
/* line 1077, _global.less */
.home .reg-left {
  flex: 1;
}
/* line 1082, _global.less */
.reg-right {
  padding: 60px;
  background-color: rgba(248, 81, 1, 0.05);
  border-radius: 40px;
  max-width: 1065px;
  width: 100%;
}
/* line 1089, _global.less */
.reg-right .pink-top,
.reg-right .pink-btm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* line 1096, _global.less */
.reg-right .pink-top-half,
.reg-right .pink-btm-half {
  width: 48%;
}
/* line 1103, _global.less */
.form-para p {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: var(--grey);
  opacity: 0.5;
}
/* line 1112, _global.less */
.form-btn {
  display: flex;
  justify-content: flex-end;
}
/* line 1117, _global.less */
.mob-fld {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
/* line 1123, _global.less */
.mob-input {
  flex: 1;
}
/* line 1127, _global.less */
.form-text-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
/* line 1133, _global.less */
.pink-top-half:first-child .form-grp,
.form-textarea-group {
  margin-top: 0;
}
/* line 1138, _global.less */
.pink-top-half {
  height: auto;
}
/* line 1144, _global.less */
.tabs li {
  display: inline-block;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 32px;
  background-color: var(--light-orange);
  margin-right: 10px;
  cursor: pointer;
}
/* line 1153, _global.less */
.tabs li.active {
  background-color: var(--orange);
  color: #fff;
}
/* line 1159, _global.less */
.cust-right .comm-para {
  padding-bottom: 20px;
}
/* line 1164, _global.less */
.cust-wrap.rest-wrap .mob-ver-line {
  display: none;
}
/* line 1168, _global.less */
.cust-wrap.rest-wrap .cust-video-wrap {
  display: flex;
  align-items: center;
}
/* line 1174, _global.less */
.custSwiper .swiper-slide {
  display: flex;
  height: auto;
  background: transparent;
}
/* line 1180, _global.less */
.cust-card {
  display: flex;
  justify-content: space-between;
  gap: 53px;
}
/* line 1186, _global.less */
.cust-left {
  max-width: 352px;
  width: 100%;
  max-height: 352px;
  height: 100%;
}
/* line 1192, _global.less */
.cust-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 1199, _global.less */
.cust-para p {
  line-height: 2.2;
  text-align: left;
}
/* line 1204, _global.less */
.cust-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
/* line 1211, _global.less */
.cust-btm {
  border-top: 1px solid rgba(43, 8, 40, 0.1);
  padding-top: 32px;
  display: flex;
  align-items: center;
}
/* line 1218, _global.less */
.cust-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: var(--black);
}
/* line 1225, _global.less */
.cust-profile p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--grey);
}
/* line 1233, _global.less */
.cust-info {
  padding-right: 40px;
  text-align: left;
}
/* line 1238, _global.less */
#tab1 .cust-info {
  border-right: 1px solid rgba(43, 8, 40, 0.1);
}
/* line 1242, _global.less */
.cust-vdo {
  padding-left: 40px;
  margin-right: 16px;
  cursor: pointer;
}
/* line 1247, _global.less */
.cust-vdo p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--orange);
}
/* line 1255, _global.less */
.play-icon {
  cursor: pointer;
}
/* line 1259, _global.less */
.arrow-btns {
  display: flex;
  gap: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
}
/* line 1270, _global.less */
.arrow-btns .swiper-button-disabled.swiper-btn-prev,
.arrow-btns .swiper-button-disabled.swiper-btn-next {
  background-color: #fff;
  border: 1px solid var(--grey);
  color: var(--grey);
}
/* line 1278, _global.less */
.arrow-btns .swiper-btn-prev,
.arrow-btns .swiper-btn-next {
  background-color: var(--orange);
  color: #fff;
  padding: 20px;
  border-radius: 16px;
  display: inline-block;
  border: 1px solid var(--orange);
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1292, _global.less */
.arrow-btns .swiper-btn-prev:hover,
.arrow-btns .swiper-btn-next:hover {
  background-color: #fff;
  border: 1px solid var(--orange);
}
/* line 1296, _global.less */
.arrow-btns .swiper-btn-prev:hover i,
.arrow-btns .swiper-btn-next:hover i {
  color: var(--orange);
}
/* line 1302, _global.less */
.arrow-btns .swiper-btn-prev {
  transform: rotate(180deg);
}
/* line 1307, _global.less */
.play-img {
  width: 48px;
  height: 48px;
}
/* line 1311, _global.less */
.play-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 1319, _global.less */
.cust-cards .swiper {
  overflow: visible;
}
/* line 1323, _global.less */
.cust-cards .swiper-btn-prev .ph-bold.ph-arrow-right:before {
  transform: rotate(180deg);
}
/* line 1328, _global.less */
.mob-cust-mid {
  display: none;
  margin-bottom: 18px;
}
/* line 1332, _global.less */
.mob-cust-mid .cust-info {
  border: none;
}
/* line 1336, _global.less */
.mob-cust-mid .mob-cust-img {
  width: 80px;
  height: 80px;
}
/* line 1342, _global.less */
.mob-ver-line {
  height: 40px;
  width: 1px;
  background-color: rgba(43, 8, 40, 0.1);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
/* line 1353, _global.less */
.part-images {
  display: flex;
  gap: 30px;
}
/* line 1361, _global.less */
.part-img {
  max-width: 226px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 60px;
}
/* line 1370, _global.less */
.part-sec {
  padding-bottom: 160px;
}
/* line 1373, _global.less */
.part-sec .partnerSwiper {
  padding: 0 60px;
}
/* line 1377, _global.less */
.part-sec .swiper-slide {
  background: transparent;
}
/* line 1382, _global.less */
.partnersAnim {
  animation-name: rightToLeft;
  animation: rightToLeft 60s linear infinite;
  display: flex;
  gap: 0;
  width: max-content;
}
@keyframes rightToLeft {
  /* line 1391, _global.less */
  0% {
    transform: translateX(0%);
  }
  /* line 1395, _global.less */
  100% {
    transform: translateX(-50%);
  }
}
/* line 1402, _global.less */
.sol-sec {
  background-color: var(--orange);
  padding: 160px 0;
  overflow: hidden;
}
/* line 1407, _global.less */
.sol-sec .button {
  background: #fff;
  color: var(--orange);
  border: 1px solid #fff;
  gap: 10px;
}
/* line 1413, _global.less */
.sol-sec .button:hover {
  background-color: transparent;
}
/* line 1419, _global.less */
.solution-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 4;
}
/* line 1426, _global.less */
.solution-wrap .comm-head {
  line-height: 1;
  margin-bottom: 16px;
}
/* line 1431, _global.less */
.solution-wrap .comm-para {
  margin-bottom: 48px;
}
/* line 1434, _global.less */
.solution-wrap .comm-para p {
  font-size: 21px;
  color: #fff;
  opacity: 0.5;
  line-height: 1.8;
  text-align: center;
}
/* line 1444, _global.less */
.sol-circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
}
/* line 1453, _global.less */
.circle1 {
  width: 1257px;
  height: 1257px;
  background: rgba(255, 255, 255, 0.05);
  animation: presentation 10s infinite ease-in-out;
  top: calc(50% - 628px);
}
/* line 1461, _global.less */
.circle2 {
  width: 983px;
  height: 983px;
  background: rgba(255, 255, 255, 0.05);
}
/* line 1467, _global.less */
.circle3 {
  width: 733px;
  height: 733px;
  background: rgba(255, 255, 255, 0.05);
}
@keyframes presentation {
  /* line 1475, _global.less */
  0%,
  100% {
    transform: scale(1.1);
  }
  /* line 1480, _global.less */
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
}
/* line 1488, _global.less */
.three-sec {
  padding: 90px 0 0px;
}
/* line 1492, _global.less */
.three-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 1498, _global.less */
.three-card .comm-para {
  text-align: center;
  max-width: 400px;
  width: 100%;
}
/* line 1505, _global.less */
.three-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-orange);
  border-radius: 100%;
  overflow: hidden;
  width: 128px;
  height: 128px;
  margin-bottom: 40px;
}
/* line 1517, _global.less */
.three-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 20px;
}
/* line 1524, _global.less */
.three-title.work {
  font-size: 24px;
}
/* line 1529, _global.less */
.three-title-no {
  font-size: 40px;
  margin-bottom: 8px;
}
/* line 1534, _global.less */
.three-img.work {
  margin-bottom: 52px;
}
/* line 1538, _global.less */
.mission-wrap {
  padding: 64px 56px;
  border: 1px solid rgba(43, 8, 40, 0.1);
  border-radius: 40px;
}
/* line 1543, _global.less */
.mission-wrap .f-row {
  justify-content: center;
  gap: 30px 0;
}
/* line 1548, _global.less */
.mission-wrap .f-col {
  border-right: 1px solid rgba(43, 8, 40, 0.1);
}
/* line 1551, _global.less */
.mission-wrap .f-col:last-child {
  border: none;
}
/* line 1560, _global.less */
.work-sec .three-card .comm-para {
  max-width: 320px;
}
/* line 1567, _global.less */
.val-sec.benefit-sec {
  padding: 60px 0 128px;
  position: relative;
}
/* line 1572, _global.less */
.value-content {
  display: flex;
}
/* line 1575, _global.less */
.value-content .f-col:last-child {
  position: relative;
}
/* line 1580, _global.less */
.value-left {
  width: 50%;
  display: flex;
  gap: 170px;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 63.6vh;
  height: 100%;
  overflow: hidden;
}
/* line 1591, _global.less */
.value-right {
  position: relative;
}
/* line 1595, _global.less */
.value-headbox {
  cursor: pointer;
  opacity: 0.2;
  text-align: left;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
/* line 1601, _global.less */
.value-headbox .value-head {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 12px;
}
/* line 1609, _global.less */
.value-headbox .value-para {
  max-width: 620px;
  width: 100%;
}
/* line 1614, _global.less */
.value-headbox .mob-val-img {
  display: none;
}
/* line 1618, _global.less */
.value-headbox.activeScroll {
  opacity: 1;
}
/* line 1623, _global.less */
.swiper-slide-active .value-headbox {
  opacity: 1;
}
/* line 1627, _global.less */
.vertContentSwiper {
  margin: 0 !important;
  height: 590px;
}
/* line 1632, _global.less */
.sticky-wrap {
  position: sticky;
  top: 12%;
}
/* line 1637, _global.less */
.values-wrap {
  position: relative;
  height: 400vh;
}
/* line 1642, _global.less */
.values-wrap.about {
  height: 200vh;
}
/* line 1646, _global.less */
.trigger-value {
  position: absolute;
}
/* line 1650, _global.less */
.value-trigger-point {
  position: relative;
}
/* line 1655, _global.less */
.trigger-point-1 {
  top: 50vh;
}
/* line 1659, _global.less */
.trigger-point-2 {
  top: 100vh;
}
/* line 1663, _global.less */
.trigger-point-3 {
  top: 150vh;
}
/* line 1667, _global.less */
.trigger-point-4 {
  top: 200vh;
}
/* line 1671, _global.less */
.trigger-point-5 {
  top: 250vh;
}
/* line 1675, _global.less */
.trigger-point-6 {
  top: 300vh;
}
/* line 1679, _global.less */
.trigger-point-7 {
  top: 350vh;
}
/* line 1684, _global.less */
.val-img {
  opacity: 1;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  width: 51.3vw;
  height: 63.6vh;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1693, _global.less */
.val-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px 0px 0px 24px;
}
/* line 1700, _global.less */
.val-img.activeScroll {
  opacity: 1;
}
/* line 1705, _global.less */
.value-right {
  width: 100%;
  height: 63.6vh;
}
/* line 1710, _global.less */
.vert-img-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -25%;
}
/* line 1718, _global.less */
.mob-val-img {
  display: none;
}
/* line 1721, _global.less */
.mob-val-img img {
  border-radius: 23px;
}
/* line 1726, _global.less */
.value-trigger-point {
  position: relative;
}
/* line 1730, _global.less */
.vertContentSwiper .swiper-slide {
  display: flex;
  align-items: center;
}
/* line 1737, _global.less */
.video-wrap {
  width: 100%;
  height: 100%;
}
/* line 1744, _global.less */
.offering-sec {
  margin: 160px 0;
  position: relative;
}
/* line 1750, _global.less */
.banner-buttons.wht .banner-btn p {
  color: var(--black);
}
/* line 1761, _global.less */
.offering-wrap .banner-buttons {
  margin: 0 auto 28px;
}
/* line 1771, _global.less */
.offering-sec .l1 {
  left: -2% !important;
  top: 10% !important;
  background: url("../img/svg/ol1.svg") no-repeat;
}
/* line 1777, _global.less */
.offering-sec .l2 {
  left: 8% !important;
  top: 40% !important;
  background: url("../img/svg/ol2.svg") no-repeat;
}
/* line 1783, _global.less */
.offering-sec .l3 {
  left: 4% !important;
  top: 60% !important;
  background: url("../img/svg/ol3.svg") no-repeat;
}
/* line 1789, _global.less */
.offering-sec .l4 {
  left: 8% !important;
  top: 80% !important;
  background: url("../img/svg/ol4.svg") no-repeat;
}
/* line 1795, _global.less */
.offering-sec .r1 {
  left: 88% !important;
  top: 10% !important;
  background: url("../img/svg/or1.svg") no-repeat;
}
/* line 1801, _global.less */
.offering-sec .r2 {
  left: 94% !important;
  top: 30% !important;
  background: url("../img/svg/or2.svg") no-repeat;
}
/* line 1807, _global.less */
.offering-sec .r3 {
  left: 88% !important;
  top: 55% !important;
  background: url("../img/svg/or3.svg") no-repeat;
}
/* line 1813, _global.less */
.offering-sec .r4 {
  left: 94% !important;
  top: 80% !important;
  background: url("../img/svg/or4.svg") no-repeat;
}
/* line 1819, _global.less */
.offering-sec .bnr-icon-img {
  max-width: 96px;
  width: 100%;
  max-height: 96px;
  height: 100%;
}
/* line 1829, _global.less */
.ques {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #191919;
  margin-bottom: 16px;
}
/* line 1837, _global.less */
.policy-list {
  list-style-type: disc;
  list-style-position: inside;
  margin: 16px;
  display: inline-block;
}
/* line 1843, _global.less */
.policy-list li {
  color: var(--grey);
}
/* line 1848, _global.less */
.policy-orange {
  color: var(--orange);
}
/* line 1851, _global.less */
.policy-orange a {
  color: var(--orange);
}
/* line 1856, _global.less */
.policy-bold {
  font-weight: 600;
  color: #191919;
}
/* line 1861, _global.less */
.qnabox {
  margin-bottom: 64px;
}
/* line 1864, _global.less */
.qnabox .comm-para {
  color: #919191;
}
/* line 1868, _global.less */
.qnabox:last-child {
  margin-bottom: 0;
}
/* line 1873, _global.less */
.policy-sec {
  padding: 112px 0 128px;
}
/* line 1879, _global.less */
.benefit-card {
  cursor: pointer;
}
/* line 1882, _global.less */
.benefit-card .comm-para {
  max-width: 660px;
  width: 100%;
}
/* line 1888, _global.less */
.benefitSwiper {
  overflow: visible;
}
/* line 1891, _global.less */
.benefitSwiper .swiper-slide {
  text-align: left;
}
/* line 1895, _global.less */
.benefitSwiper .swiper-pagination-bullet {
  width: 10%;
  height: 6px;
  border-radius: 0%;
  margin: 0;
}
/* line 1902, _global.less */
.benefitSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.benefitSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
/* line 1907, _global.less */
.benefitSwiper .swiper-pagination {
  bottom: -128px;
}
/* line 1920, _global.less */
.plan-name {
  font-weight: 600;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
  color: var(--black);
}
/* line 1929, _global.less */
.plan-price {
  font-weight: 600;
  font-size: 68px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: var(--black);
}
/* line 1937, _global.less */
.active-btn {
  border: 1px solid var(--orange);
  border-radius: 27px;
  width: fit-content;
  padding: 6px 16px;
  background-color: #fef6f2;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--orange);
}
/* line 1951, _global.less */
.pr-top {
  border-bottom: 1px solid rgba(43, 8, 40, 0.1);
  padding-bottom: 24px;
}
/* line 1956, _global.less */
.pricing-card {
  border: 1px solid rgba(43, 8, 40, 0.1);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
/* line 1966, _global.less */
.pricing-card.active {
  background-color: #fff6f2;
}
/* line 1969, _global.less */
.pricing-card.active .main-btn {
  background-color: var(--orange);
  color: #fff;
}
/* line 1976, _global.less */
.feature {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--black);
}
/* line 1984, _global.less */
.feature-dscr {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  text-decoration-line: underline;
  color: var(--orange);
}
/* line 1992, _global.less */
.pr-ntm-subtitle p {
  font-weight: 400;
  font-size: 16px;
  color: #6e6e73;
}
/* line 1998, _global.less */
.checkbox li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--black);
  margin-bottom: 16px;
  position: relative;
}
/* line 2006, _global.less */
.checkbox li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/svg/checkbox.svg);
  position: absolute;
  left: -35px;
  top: 3px;
}
/* line 2018, _global.less */
.main-btn {
  width: 100%;
  background-color: #fef6f2;
  border-radius: 27px;
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--orange);
}
/* line 2030, _global.less */
.pr-head {
  display: flex;
  justify-content: space-between;
}
/* line 2035, _global.less */
.currency {
  font-weight: 500;
  font-size: 30px;
  color: var(--black);
}
/* line 2041, _global.less */
.time {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  text-align: right;
  color: #6e6e73;
  letter-spacing: 0.01em;
}
/* line 2050, _global.less */
.pr-head-left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
/* line 2056, _global.less */
.pr-btm-head {
  display: flex;
  justify-content: space-between;
}
/* line 2061, _global.less */
.pr-btm {
  padding-top: 24px;
}
/* line 2065, _global.less */
.checkbox ul {
  margin-left: 36px;
  margin-top: 21px;
}
/* line 2070, _global.less */
.prc-top-wrap {
  display: flex;
  flex-direction: column;
}
/* line 2075, _global.less */
.pricing-pos-wrap {
  display: flex;
  justify-content: space-between;
}
/* line 2080, _global.less */
.pos-price-head {
  max-width: 448px;
  width: 100%;
}
/* line 2088, _global.less */
.linear-why-sec .why-wrap {
  height: 850px;
}
/* line 2092, _global.less */
.linear-why-sec .why-bullet {
  cursor: pointer;
  position: relative;
}
/* line 2096, _global.less */
.linear-why-sec .why-bullet .why-text p {
  opacity: 1;
  transition: 3s all linear;
}
/* line 2102, _global.less */
.linear-why-sec .why-bullet:before {
  content: "";
  width: 0%;
  height: 1px;
  border-bottom: 1px solid var(--orange);
  position: absolute;
  bottom: 0;
  visibility: hidden;
  transition: width 3s linear;
}
/* line 2114, _global.less */
.linear-why-sec .why-bullet.activeTab:before {
  content: "";
  visibility: visible;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--orange);
}
/* line 2122, _global.less */
.linear-why-sec .why-bullet.activeTab .why-bullet-head {
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 2129, _global.less */
.linear-why-sec .why-mob-content {
  margin-bottom: 0;
  gap: 0;
}
/* line 2134, _global.less */
.linear-why-sec .why-cnt-wrap .why-bullet {
  border-bottom: 1px solid rgba(43, 8, 40, 0.1);
  padding: 40px 0;
}
/* line 2139, _global.less */
.linear-why-sec .why-right {
  max-width: 680px;
}
/* line 2143, _global.less */
.linear-why-sec .why-sec {
  padding-bottom: 62px;
}
/* line 2149, _global.less */
.online-why-sec.linear-why-sec .why-wrap {
  height: 750px;
}
/* line 2157, _global.less */
.contact-sec .form-textarea-group .form-field {
  height: 328px;
}
/* line 2161, _global.less */
.contact-sec .pink-top-half .form-grp:last-child {
  margin-bottom: 0;
}
/* line 2165, _global.less */
.contact-sec .pink-btm {
  justify-content: center;
}
/* line 2169, _global.less */
.contact-sec .form-textarea-group {
  margin-bottom: 0;
  height: 100%;
}
/* line 2174, _global.less */
.contact-sec.comm-section {
  padding: 16px 0 97px;
}
/* line 2180, _global.less */
.contact-page-head .page-head-content {
  margin-bottom: 40px;
}
/* line 2186, _global.less */
.contact-mission .three-title {
  font-size: 24px;
}
/* line 2191, _global.less */
.three-para a {
  color: var(--orange);
}
/* line 2195, _global.less */
.pink-top {
  align-items: unset;
  margin-bottom: 40px;
}
/* line 2202, _global.less */
.f04-wrap {
  background-color: #2b0828;
  height: calc(100vh - var(--header-height));
  display: flex;
  justify-content: center;
}
/* line 2209, _global.less */
.f04-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
/* line 2217, _global.less */
.f04-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 90%;
}
/* line 2224, _global.less */
.f04-content .button {
  width: fit-content;
}
/* line 2230, _global.less */
.f04-img dotlottie-player {
  width: 100%;
  height: 90%;
}
/* line 2238, _global.less */
.pos-pricing .page-subhead {
  max-width: 100%;
  margin-bottom: 16px;
}
/* line 2243, _global.less */
.pos-pricing .page-head-content {
  flex-direction: column;
}
/* line 2247, _global.less */
.pos-pricing .align-center {
  align-items: center;
}
/* line 2252, _global.less */
.pos-pricing .pricing-pos-wrap .f-row {
  width: 70%;
}
/* line 2259, _global.less */
.cust-wrap .comm-head2 {
  font-size: 20px;
}
/* line 2264, _global.less */
.pricing-card-pos {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 2270, _global.less */
.why-content {
  display: block;
}
/* line 2276, _global.less */
.gsap-box,
.sec-anim {
  width: 80%;
  height: 100%;
  background-color: var(--orange);
  position: absolute;
  z-index: 2;
  opacity: 0.05;
  visibility: hidden;
}
/* line 2287, _global.less */
.sec-anim {
  opacity: 1;
}
/* line 2291, _global.less */
.sec-anim {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 2297, _global.less */
.why-left {
  position: relative;
}
/* line 2301, _global.less */
.solutions-left-wrap {
  height: 226px;
}
/* line 2307, _global.less */
.comm-headbox.testi {
  margin-bottom: 20px;
}
/* line 2311, _global.less */
.comm-headbox1 {
  margin-bottom: 30px;
}
/* line 2315, _global.less */
.video-wrap {
  height: 850px;
}
/* line 2318, _global.less */
.video-wrap video {
  object-fit: cover;
}
/* line 2323, _global.less */
.user-icon {
  display: inline;
}
@media all and (max-width: 1680px) {
  /* line 2, _responsive.less */
  .ft-bullet li {
    line-height: 2;
  }
}
@media all and (max-width: 1600px) {
  /* line 8, _responsive.less */
  .container {
    max-width: 1170px;
  }
  /* line 12, _responsive.less */
  .button {
    font-size: 20px;
  }
  /* line 16, _responsive.less */
  .bnr-icon-wrap {
    padding: 0;
  }
  /* line 20, _responsive.less */
  .page-subhead {
    font-size: 44px;
  }
  /* line 24, _responsive.less */
  .mission-wrap {
    padding: 30px;
  }
  /* line 28, _responsive.less */
  .page-head {
    font-size: 54px;
  }
  /* line 32, _responsive.less */
  .page-head-sec {
    padding: 64px 0;
  }
  /* line 36, _responsive.less */
  .bnrTabSwiper .swiper-slide video {
    width: 80%;
  }
  /* line 40, _responsive.less */
  .comm-section3 {
    padding: 60px 0;
  }
  /* line 44, _responsive.less */
  .contact-sec.comm-section {
    padding: 16px 0 60px;
  }
  /* line 48, _responsive.less */
  .footer-sec {
    padding-top: 50px;
  }
  /* line 52, _responsive.less */
  .banner-wrap .comm-head {
    font-size: 64px;
  }
  /* line 56, _responsive.less */
  .pricing-pos-wrap {
    flex-direction: column;
    gap: 30px;
  }
  /* line 61, _responsive.less */
  .pos-price-head {
    max-width: 100%;
  }
  /* line 65, _responsive.less */
  .video-wrap {
    height: auto;
  }
  /* line 70, _responsive.less */
  .reg-left .subsec-head {
    font-size: 41px;
  }
  /* line 74, _responsive.less */
  .reg-left .comm-para p {
    font-size: 16px;
  }
  /* line 79, _responsive.less */
  .reg-right {
    padding: 30px;
  }
  /* line 84, _responsive.less */
  .contact-page .reg-left {
    max-width: 300px;
  }
  /* line 89, _responsive.less */
  .vert-img-swiper {
    right: -30%;
  }
  /* line 93, _responsive.less */
  .pos-pricing .pricing-pos-wrap .f-row {
    width: unset;
  }
}
@media all and (max-width: 1536px) {
  /* line 99, _responsive.less */
  .value-left {
    gap: 150px;
    padding-top: 0px;
  }
  /* line 104, _responsive.less */
  .vert-img-swiper {
    right: -25%;
  }
}
@media all and (max-width: 1440px) {
  /* line 110, _responsive.less */
  .main-container {
    padding: 80px 0 40px;
  }
  /* line 114, _responsive.less */
  .banner-wrap .comm-head {
    font-size: 56px;
  }
  /* line 118, _responsive.less */
  .why-bullet-head {
    font-size: 20px;
  }
  /* line 122, _responsive.less */
  .cust-para p {
    line-height: 1.6;
  }
  /* line 126, _responsive.less */
  .cust-name {
    font-size: 20px;
  }
  /* line 130, _responsive.less */
  .cust-profile p {
    font-size: 14px;
  }
  /* line 134, _responsive.less */
  .arrow-btns .swiper-btn-prev,
  .arrow-btns .swiper-btn-next {
    width: 54px;
    height: 54px;
  }
  /* line 140, _responsive.less */
  .sol-sec {
    padding: 130px;
  }
  /* line 144, _responsive.less */
  .solution-wrap .comm-head {
    font-size: 56px;
  }
  /* line 149, _responsive.less */
  .form-grp.search-pin .form-field {
    height: 50px;
  }
  /* line 154, _responsive.less */
  .search-pin {
    margin-bottom: 80px;
  }
  /* line 158, _responsive.less */
  .button {
    height: 56px;
    padding: 0 30px;
    font-size: 18px;
  }
  /* line 164, _responsive.less */
  .reg-left .subsec-head {
    font-size: 36px;
  }
  /* line 168, _responsive.less */
  .solution-wrap .comm-para p {
    font-size: 18px;
  }
  /* line 172, _responsive.less */
  .page-subhead {
    font-size: 46px;
  }
  /* line 176, _responsive.less */
  .page-subhead-para p {
    font-size: 16px;
  }
  /* line 180, _responsive.less */
  .three-img {
    width: 88px;
    height: 88px;
  }
  /* line 185, _responsive.less */
  .comm-para p {
    font-size: 16px;
  }
  /* line 189, _responsive.less */
  dotlottie-player {
    width: 54px;
    height: 54px;
  }
  /* line 194, _responsive.less */
  .value-headbox .value-head {
    font-style: 22px;
  }
  /* line 198, _responsive.less */
  .page-head-content.feature-head .page-subhead {
    font-size: 36px;
    max-width: 50%;
  }
  /* line 203, _responsive.less */
  .plan-price {
    font-size: 50px;
  }
  /* line 207, _responsive.less */
  .currency {
    font-size: 26px;
  }
  /* line 211, _responsive.less */
  .page-head {
    font-size: 40 px;
  }
  /* line 215, _responsive.less */
  .time {
    font-size: 16px;
  }
  /* line 219, _responsive.less */
  .why-icon {
    width: 90px;
    height: 90px;
  }
  /* line 224, _responsive.less */
  .val-img {
    height: 100%;
  }
  /* line 232, _responsive.less */
  .cust-left {
    max-width: 270px;
    max-height: 270px;
  }
  /* line 237, _responsive.less */
  .bnr-icon-img {
    max-width: 66px;
    width: 100%;
    max-height: 66px;
    height: 100%;
  }
  /* line 246, _responsive.less */
  .linear-why-sec .why-wrap .comm-headbox {
    margin-bottom: 40px;
  }
  /* line 253, _responsive.less */
  .pos-pricing .page-head-content {
    gap: unset;
  }
  /* line 258, _responsive.less */
  .banner-text {
    max-width: 750px;
  }
  /* line 262, _responsive.less */
  .home-why .why-desk-head {
    margin-bottom: 4px;
  }
}
@media all and (max-width: 1366px) {
  /* line 268, _responsive.less */
  .bnr-iconbox {
    top: 114px;
  }
  /* line 272, _responsive.less */
  .banner-wrap .comm-head {
    font-size: 54px;
  }
  /* line 280, _responsive.less */
  .subsec-head {
    font-size: 44px;
  }
  /* line 284, _responsive.less */
  .comm-head {
    font-size: 70px;
  }
  /* line 288, _responsive.less */
  .three-title {
    font-size: 24px;
  }
  /* line 292, _responsive.less */
  .why-text .comm-para p {
    font-size: 14px;
  }
  /* line 296, _responsive.less */
  .why-bullet-head {
    font-size: 20px;
  }
  /* line 300, _responsive.less */
  .why-mob-content {
    margin-bottom: 16px;
  }
  /* line 304, _responsive.less */
  .page-subhead {
    max-width: 41%;
    font-size: 37px;
  }
  /* line 309, _responsive.less */
  .page-head-content.feature-head .page-subhead {
    font-size: 30px;
  }
  /* line 313, _responsive.less */
  .plan-price {
    font-size: 48px;
  }
  /* line 317, _responsive.less */
  .plan-name {
    font-size: 26px;
  }
  /* line 321, _responsive.less */
  .feature {
    font-size: 18px;
  }
  /* line 325, _responsive.less */
  .solution-wrap .comm-head {
    font-size: 54px;
  }
  /* line 329, _responsive.less */
  .cust-para p {
    line-height: 1.6;
  }
  /* line 333, _responsive.less */
  .bnr-icon-img {
    max-width: 60px;
  }
  /* line 337, _responsive.less */
  .footer-sec {
    border: none;
  }
  /* line 342, _responsive.less */
  .bnr-imgbox .button {
    height: 50px;
  }
  /* line 347, _responsive.less */
  .reg-left .subsec-head {
    font-size: 34px;
  }
  /* line 351, _responsive.less */
  .value-para p {
    font-size: 16px;
  }
  /* line 355, _responsive.less */
  .val-sec.benefit-sec {
    padding: 0 0 128px;
  }
  /* line 359, _responsive.less */
  .val-sec.benefit-sec.value {
    padding: 60px 0 128px;
  }
  /* line 363, _responsive.less */
  .why-img {
    padding-top: 72%;
  }
  /* line 367, _responsive.less */
  .linear-why-sec .why-cnt-wrap .why-bullet {
    padding: 30px 0;
  }
  /* line 372, _responsive.less */
  .online-why-sec.linear-why-sec .why-wrap {
    height: 700px;
  }
  /* line 378, _responsive.less */
  .linear-why-sec .why-wrap {
    height: 770px;
  }
  /* line 383, _responsive.less */
  .offering-sec.about {
    margin: 120px 0;
  }
}
@media all and (max-width: 1280px) {
  /* line 390, _responsive.less */
  .page-subhead,
  .page-head {
    font-size: 30px;
  }
  /* line 395, _responsive.less */
  .value-para.comm-para p {
    font-size: 16px;
  }
  /* line 399, _responsive.less */
  .val-sec.benefit-sec {
    padding: 0px 0 64px;
  }
  /* line 403, _responsive.less */
  .cust-name {
    font-size: 18px;
  }
  /* line 407, _responsive.less */
  .cust-profile p {
    font-size: 14px;
  }
  /* line 411, _responsive.less */
  .policy-sec {
    padding: 64px 0;
  }
  /* line 415, _responsive.less */
  .banner-btn p {
    padding: 10px 30px;
  }
  /* line 420, _responsive.less */
  .bnr-imgbox .button {
    padding: 10px 30px;
  }
  /* line 425, _responsive.less */
  .bnrTabSwiper .swiper-slide video {
    width: 80%;
  }
  /* line 429, _responsive.less */
  .bnr-imgbox .tab-head {
    font-size: 18px;
  }
  /* line 433, _responsive.less */
  .cust-wrap .comm-head2 {
    font-size: 16px;
  }
  /* line 437, _responsive.less */
  .cust-left {
    max-width: 320px;
  }
  /* line 441, _responsive.less */
  .comm-headbox {
    margin-bottom: 40px;
  }
  /* line 445, _responsive.less */
  .plan-price {
    font-size: 36px;
  }
  /* line 449, _responsive.less */
  .feature {
    font-size: 16px;
  }
  /* line 453, _responsive.less */
  .checkbox li {
    font-size: 16px;
  }
  /* line 457, _responsive.less */
  .currency {
    font-size: 20px;
  }
  /* line 461, _responsive.less */
  .time {
    font-size: 16px;
  }
  /* line 465, _responsive.less */
  .sol-sec {
    padding: 120px 0;
  }
  /* line 469, _responsive.less */
  .solution-wrap .comm-head {
    font-size: 44px;
  }
  /* line 473, _responsive.less */
  .reg-right {
    padding: 30px;
    border-radius: 24px;
  }
  /* line 478, _responsive.less */
  .subsec-head {
    font-size: 30px;
  }
  /* line 482, _responsive.less */
  .reg-content {
    gap: 30px;
  }
  /* line 486, _responsive.less */
  .arrow-btns .swiper-btn-prev,
  .arrow-btns .swiper-btn-next {
    width: 50px;
    height: 50px;
  }
  /* line 492, _responsive.less */
  .button {
    height: 48px;
    padding: 0 26px;
  }
  /* line 497, _responsive.less */
  .form-field {
    height: 54px;
    padding: 10px 20px;
  }
  /* line 502, _responsive.less */
  .benefitSwiper .swiper-pagination {
    bottom: -80px;
  }
  /* line 506, _responsive.less */
  .ft-bullet li {
    font-size: 14px;
    line-height: 2;
  }
  /* line 512, _responsive.less */
  .ft-btm-wrap .comm-para p {
    font-size: 14px;
  }
  /* line 517, _responsive.less */
  .banner-text p {
    font-size: 18px;
  }
  /* line 521, _responsive.less */
  .banner-btn p {
    font-size: 16px;
  }
  /* line 525, _responsive.less */
  .comm-head2 {
    font-size: 22px;
  }
  /* line 529, _responsive.less */
  .why-bullet-head {
    font-size: 17px;
  }
  /* line 533, _responsive.less */
  .button {
    font-size: 18px;
  }
  /* line 537, _responsive.less */
  .social {
    margin: 5px 0 30px;
  }
  /* line 541, _responsive.less */
  .page-subhead-para p {
    font-size: 16px;
  }
  /* line 545, _responsive.less */
  .three-title {
    font-size: 20px;
  }
  /* line 549, _responsive.less */
  .comm-para p {
    font-size: 16px;
  }
  /* line 553, _responsive.less */
  .value-headbox .value-head {
    font-size: 20px;
  }
  /* line 557, _responsive.less */
  .page-head-content.feature-head .page-subhead {
    font-size: 28px;
  }
  /* line 561, _responsive.less */
  .plan-name {
    font-size: 22px;
  }
  /* line 565, _responsive.less */
  .active-btn {
    font-size: 11px;
  }
  /* line 569, _responsive.less */
  .main-btn {
    font-size: 14px;
  }
  /* line 573, _responsive.less */
  .three-title.work,
  .contact-mission .three-title {
    font-size: 20px;
  }
  /* line 578, _responsive.less */
  .subsec-head {
    font-size: 28px;
  }
  /* line 582, _responsive.less */
  .bnr-icon-img {
    max-width: 50px;
  }
  /* line 586, _responsive.less */
  .banner-wrap .comm-head {
    font-size: 50px;
  }
  /* line 590, _responsive.less */
  dotlottie-player {
    width: 56px;
    height: 56px;
  }
  /* line 595, _responsive.less */
  .three-img {
    width: 98px;
    height: 98px;
  }
  /* line 600, _responsive.less */
  .banner-text {
    margin-bottom: 30px;
  }
  /* line 604, _responsive.less */
  .search-pin {
    margin-bottom: 60px;
  }
  /* line 608, _responsive.less */
  .comm-section2.work-sec {
    padding: 64px 0 0;
  }
  /* line 612, _responsive.less */
  .form-textarea-group .form-field {
    height: 210px;
  }
  /* line 616, _responsive.less */
  .contact-sec .form-textarea-group .form-field {
    height: 288px;
  }
  /* line 620, _responsive.less */
  .value-right {
    width: 70%;
  }
}
@media all and (min-width: 1201px) {
  /* line 626, _responsive.less */
  .gsap-box {
    z-index: 0;
    visibility: visible;
  }
  /* line 631, _responsive.less */
  .banner-sec {
    background-color: transparent;
  }
  /* line 635, _responsive.less */
  .reg-right.home {
    background-color: transparent;
  }
  /* line 639, _responsive.less */
  .arrow-btns.home .swiper-btn-next {
    background-color: transparent;
  }
  /* line 643, _responsive.less */
  .sol-sec.home {
    background-color: transparent;
  }
  /* line 651, _responsive.less */
  .why-mb-img {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  /* line 657, _responsive.less */
  .container {
    max-width: 960px;
  }
  /* line 661, _responsive.less */
  .comm-section {
    padding: 40px 0;
  }
  /* line 665, _responsive.less */
  .banner-sec {
    padding-bottom: 18%;
  }
  /* line 669, _responsive.less */
  .banner-wrap .comm-head {
    max-width: fit-content;
  }
  /* line 673, _responsive.less */
  .comm-head {
    font-size: 60px;
  }
  /* line 678, _responsive.less */
  .banner-btn p {
    font-size: 16px;
    padding: 8px 40px;
  }
  /* line 684, _responsive.less */
  .banner-buttons {
    width: 80%;
  }
  /* line 688, _responsive.less */
  .why-sec {
    padding-top: 72px !important;
  }
  /* line 692, _responsive.less */
  .reg-content {
    flex-direction: column;
    gap: 30px;
  }
  /* line 697, _responsive.less */
  .reg-left {
    max-width: 100%;
  }
  /* line 701, _responsive.less */
  .subsec-head {
    font-size: 36px;
  }
  /* line 705, _responsive.less */
  .why-content:not(.rev) .f-col:first-child {
    display: none;
  }
  /* line 709, _responsive.less */
  .why-content.rev .f-col:last-child {
    display: none;
  }
  /* line 713, _responsive.less */
  .why-bullet.activeTab .why-mb-img {
    opacity: 1;
    position: relative;
    visibility: visible;
    background-color: var(--light-orange);
    border-radius: 100%;
  }
  /* line 723, _responsive.less */
  .cust-card {
    flex-direction: column;
  }
  /* line 728, _responsive.less */
  .cust-wrap #tab1 .mob-cust-mid {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  /* line 734, _responsive.less */
  .cust-wrap #tab1 .cust-left,
  .cust-wrap #tab1 .desk-cust-info {
    display: none;
  }
  /* line 740, _responsive.less */
  .cust-para {
    margin-bottom: 18px;
  }
  /* line 744, _responsive.less */
  .cust-vdo {
    padding-left: 0;
  }
  /* line 747, _responsive.less */
  .cust-vdo p {
    text-decoration: underline;
  }
  /* line 752, _responsive.less */
  .arrow-btns .ph-bold.ph-arrow-right:before {
    padding: 11px;
  }
  /* line 760, _responsive.less */
  .comm-headbox {
    margin-bottom: 40px;
  }
  /* line 764, _responsive.less */
  .circle3 {
    width: 329px;
    height: 329px;
  }
  /* line 769, _responsive.less */
  .circle2 {
    width: 439px;
    height: 439px;
  }
  /* line 774, _responsive.less */
  .circle1 {
    width: 562px;
    height: 562px;
    top: calc(50% - 281px);
  }
  /* line 780, _responsive.less */
  .why-content {
    padding-top: 0;
  }
  /* line 784, _responsive.less */
  .page-subhead,
  .page-head {
    font-size: 36px;
  }
  /* line 789, _responsive.less */
  .contact-mission .f-col:nth-child(3n) {
    border-right: none;
  }
  /* line 794, _responsive.less */
  .contact-mission .comm-para p {
    font-size: 16px;
  }
  /* line 799, _responsive.less */
  .offering-sec {
    padding: 60px 0;
    margin: 0;
  }
  /* line 811, _responsive.less */
  .benefitSwiper .swiper-pagination {
    bottom: -64px;
  }
  /* line 815, _responsive.less */
  .benefitSwiper .swiper-pagination-bullet {
    width: 170px;
  }
  /* line 819, _responsive.less */
  .value-right {
    display: none;
  }
  /* line 823, _responsive.less */
  .value-headbox .value-para {
    max-width: 100%;
  }
  /* line 827, _responsive.less */
  .value-left {
    width: 100%;
  }
  /* line 831, _responsive.less */
  .value-headbox.activeScroll .mob-val-img {
    display: block;
    width: 100%;
  }
  /* line 836, _responsive.less */
  .value-left {
    height: 100%;
    max-height: 100%;
    gap: 50px;
  }
  /* line 841, _responsive.less */
  .value-left .value-para {
    margin-bottom: 30px;
  }
  /* line 846, _responsive.less */
  .value-headbox {
    margin-bottom: 20px;
    opacity: 1;
  }
  /* line 850, _responsive.less */
  .value-headbox:last-child {
    margin-bottom: 0;
  }
  /* line 855, _responsive.less */
  .value-headbox .mob-val-img {
    display: block;
  }
  /* line 859, _responsive.less */
  .cust-wrap.rest-wrap .mob-ver-line {
    display: block;
  }
  /* line 863, _responsive.less */
  .value-left {
    padding-bottom: 0;
  }
  /* line 867, _responsive.less */
  .comm-section3,
  .comm-section3.pos-why-sec {
    padding: 60px 0;
  }
  /* line 872, _responsive.less */
  .comm-section2 {
    padding: 64px 0 0;
  }
  /* line 876, _responsive.less */
  .comm-section2.sol-sec {
    padding: 64px 0;
  }
  /* line 880, _responsive.less */
  .val-sec.benefit-sec {
    padding: 64px 0;
  }
  /* line 884, _responsive.less */
  .sticky-wrap {
    position: relative;
  }
  /* line 888, _responsive.less */
  .values-wrap {
    height: 100%;
  }
  /* line 892, _responsive.less */
  .contact-sec.comm-section {
    padding: 16px 0 40px;
  }
  /* line 896, _responsive.less */
  .vertContentSwiper .swiper-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  /* line 902, _responsive.less */
  .linear-why-sec .why-bullet.activeTab .mob-why-head {
    margin-bottom: 10px;
  }
  /* line 907, _responsive.less */
  .why-bullet-head {
    font-size: 20px;
  }
  /* line 911, _responsive.less */
  .why-mb-img {
    width: 50%;
    height: 50%;
  }
  /* line 916, _responsive.less */
  .linear-why-sec .why-wrap {
    height: fit-content;
  }
  /* line 920, _responsive.less */
  .online-why-sec.linear-why-sec .why-wrap {
    height: fit-content;
  }
  /* line 924, _responsive.less */
  .cust-right p {
    line-height: 1.6;
  }
  /* line 928, _responsive.less */
  .ft-bullet li {
    line-height: 2;
  }
  /* line 932, _responsive.less */
  #tab1 .cust-info {
    border-right: none;
  }
  /* line 936, _responsive.less */
  .values-wrap.about {
    height: fit-content;
  }
  /* line 941, _responsive.less */
  .linear-why-sec .why-mb-img {
    opacity: 1;
    visibility: visible;
    position: static;
  }
  /* line 947, _responsive.less */
  .linear-why-sec .why-bullet-head {
    font-weight: 600;
    margin-bottom: 10px;
  }
  /* line 952, _responsive.less */
  .linear-why-sec .mob-why-head p {
    font-weight: 600;
  }
  /* line 958, _responsive.less */
  .why-sec:not(.linear-why-sec) .why-bullet {
    padding-bottom: 40px;
    gap: 10px;
  }
  /* line 964, _responsive.less */
  .reg-right {
    padding: 40px;
  }
  /* line 968, _responsive.less */
  .form-textarea-group .form-field {
    height: 210px;
  }
  /* line 972, _responsive.less */
  .cust-wrap,
  .partners-wrap,
  .benefit-sec,
  .offering-sec {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  /* line 980, _responsive.less */
  .vertContentSwiper {
    height: unset;
  }
}
@media all and (max-width: 1024px) {
  /* line 986, _responsive.less */
  .nav-wrapper {
    cursor: default !important;
  }
  /* line 989, _responsive.less */
  .nav-wrapper a:hover {
    cursor: pointer !important;
    scale: 1;
  }
  /* line 995, _responsive.less */
  .menu-wrap {
    cursor: default;
  }
  /* line 999, _responsive.less */
  .mouse-tracker {
    display: none;
  }
  /* line 1013, _responsive.less */
  .arrow-btns .swiper-button-disabled:hover {
    background-color: #fff;
    border: 1px solid var(--grey);
  }
  /* line 1017, _responsive.less */
  .arrow-btns .swiper-button-disabled:hover i {
    color: var(--grey);
  }
}
@media all and (min-width: 990px) {
  /* line 1024, _responsive.less */
  .js-nav-toggle span {
    width: 30px;
  }
  /* line 1028, _responsive.less */
  .js-nav-toggle span:before,
  .js-nav-toggle span:after {
    width: 30px;
  }
  /* line 1033, _responsive.less */
  .js-nav-toggle span:after {
    margin-top: 6px;
  }
  /* line 1037, _responsive.less */
  .js-nav-toggle span:before {
    margin-top: -8px;
  }
  /* line 1041, _responsive.less */
  .reg-content {
    align-items: flex-start;
  }
  /* line 1045, _responsive.less */
  .contact-page .reg-left {
    max-width: 100%;
  }
}
@media all and (max-width: 990px) {
  /* line 1051, _responsive.less */
  :root {
    --input-height: 48px;
  }
  /* line 1055, _responsive.less */
  .main-container {
    padding: 80px 0 0px;
  }
  /* line 1059, _responsive.less */
  .form-field ~ .form-label {
    top: 7px;
  }
  /* line 1063, _responsive.less */
  .container {
    max-width: 800px;
  }
  /* line 1067, _responsive.less */
  .button {
    font-size: 16px;
    height: 48px;
    line-height: 2;
  }
  /* line 1073, _responsive.less */
  .banner-sec {
    padding-bottom: 19%;
  }
  /* line 1077, _responsive.less */
  .pink-top {
    flex-direction: column;
    gap: 30px;
  }
  /* line 1082, _responsive.less */
  .reg-right .pink-top-half,
  .reg-right .pink-btm-half {
    width: 100%;
  }
  /* line 1087, _responsive.less */
  .mob-fld .form-field {
    padding: 10px 24px 10px 24px;
  }
  /* line 1091, _responsive.less */
  .sol-sec {
    padding: 106px 0;
  }
  /* line 1095, _responsive.less */
  .desk-onboard {
    display: none;
  }
  /* line 1099, _responsive.less */
  .mob-navigation .mob-onboard {
    display: block;
  }
  /* line 1103, _responsive.less */
  .l1 {
    left: 13% !important;
    top: 0% !important;
    background: url("../img/svg/maggi.svg") no-repeat;
  }
  /* line 1109, _responsive.less */
  .l2 {
    left: 8% !important;
    top: 27% !important;
    background: url("../img/svg/taco.svg") no-repeat;
  }
  /* line 1115, _responsive.less */
  .l3 {
    left: 8% !important;
    top: 44% !important;
    background: url("../img/svg/maggi-small.svg") no-repeat;
  }
  /* line 1121, _responsive.less */
  .l4 {
    left: 22% !important;
    top: 60% !important;
    background: url("../img/svg/mob.png") no-repeat;
  }
  /* line 1127, _responsive.less */
  .r1 {
    left: 70% !important;
    top: -2% !important;
    background: url("../img/svg/french-fries.svg") no-repeat;
  }
  /* line 1133, _responsive.less */
  .r2 {
    left: 80% !important;
    top: 28% !important;
    background: url("../img/svg/pizza.svg") no-repeat;
  }
  /* line 1139, _responsive.less */
  .r3 {
    left: 80% !important;
    top: 44% !important;
    background: url("../img/svg/hand.svg") no-repeat;
  }
  /* line 1145, _responsive.less */
  .r4 {
    left: 60% !important;
    top: 60% !important;
    background: url("../img/svg/taco-big.svg") no-repeat;
  }
  /* line 1151, _responsive.less */
  .page-head-content {
    flex-direction: column;
    gap: 30px;
  }
  /* line 1156, _responsive.less */
  .page-subhead {
    max-width: 100%;
  }
  /* line 1161, _responsive.less */
  .contact-mission .f-col:nth-child(3n) {
    border-right: 1px solid rgba(43, 8, 40, 0.1);
  }
  /* line 1165, _responsive.less */
  .contact-mission .f-col:nth-child(2n) {
    border-right: none;
  }
  /* line 1171, _responsive.less */
  .mission-wrap:not(.contact-mission) .f-col:nth-child(3n) {
    border-right: none;
  }
  /* line 1175, _responsive.less */
  .mission-wrap:not(.contact-mission) .f-col:nth-child(2n) {
    border-right: none;
  }
  /* line 1180, _responsive.less */
  .page-head {
    padding-bottom: 20px;
    margin-bottom: 42px;
    font-size: 30px;
  }
  /* line 1186, _responsive.less */
  .page-subhead,
  .page-head-content.feature-head .page-subhead {
    font-size: 30px;
  }
  /* line 1191, _responsive.less */
  .mission-wrap {
    margin-top: 0;
    border-radius: 34px;
  }
  /* line 1196, _responsive.less */
  .comm-section2.internal-cust-sec {
    padding: 16px 0 60px;
  }
  /* line 1200, _responsive.less */
  .contact-sec .form-textarea-group .form-field {
    height: 176px;
  }
  /* line 1204, _responsive.less */
  .val-sec.benefit-sec {
    padding: 60px 0 50px;
  }
  /* line 1208, _responsive.less */
  .comm-section2.work-sec {
    padding: 0;
  }
  /* line 1212, _responsive.less */
  .main-container {
    padding: 60px 0 0px;
  }
  /* line 1216, _responsive.less */
  .work-sec.three-sec {
    padding-top: 50px;
  }
  /* line 1220, _responsive.less */
  .tabs li {
    padding: 6px 16px;
  }
  /* line 1225, _responsive.less */
  .cust-wrap .comm-head2 {
    font-size: 18px;
  }
  /* line 1230, _responsive.less */
  .banner-wrap .comm-head {
    font-size: 48px;
  }
  /* line 1234, _responsive.less */
  .three-title {
    font-size: 24px;
  }
  /* line 1238, _responsive.less */
  .value-headbox .value-head,
  .cust-name {
    font-size: 20px;
  }
  /* line 1243, _responsive.less */
  .cust-profile p {
    font-size: 16px;
  }
  /* line 1248, _responsive.less */
  .contact-page .reg-right .pink-top {
    gap: 30px;
  }
}
@media all and (max-width: 768px) {
  /* line 1255, _responsive.less */
  .container {
    max-width: 95%;
  }
  /* line 500, _global.less */
.play-store a,
.app-store a {
  width: 126px;
  height: 45px;
}
  /* line 1259, _responsive.less */
  .comm-head {
    font-size: 50px;
  }
  /* line 1263, _responsive.less */
  .reg-right .pink-btm {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  /* line 1269, _responsive.less */
  .part-img {
    width: 124px;
    height: 50px;
  }
  /* line 1274, _responsive.less */
  .ft-top {
    flex-wrap: wrap;
    gap: 30px;
  }
  /* line 1280, _responsive.less */
  .solution-wrap .comm-para p {
    font-size: 18px;
  }
  /* line 1284, _responsive.less */
  .mission-wrap {
    margin-top: 0;
    border-radius: 34px;
  }
  /* line 1290, _responsive.less */
  .offering-sec .l1 {
    left: 7% !important;
    top: 5% !important;
    background: url("../img/svg/orl1.svg") no-repeat;
  }
  /* line 1296, _responsive.less */
  .offering-sec .l2 {
    left: 1% !important;
    top: 27% !important;
    background: url("../img/svg/orl2.svg") no-repeat;
  }
  /* line 1302, _responsive.less */
  .offering-sec .l3 {
    left: 6% !important;
    top: 48% !important;
    background: url("../img/svg/orl3.svg") no-repeat;
  }
  /* line 1308, _responsive.less */
  .offering-sec .l4 {
    left: 10% !important;
    top: 75% !important;
    background: url("../img/svg/orl4.svg") no-repeat;
  }
  /* line 1314, _responsive.less */
  .offering-sec .r1 {
    left: 90% !important;
    top: 4% !important;
    background: url("../img/svg/orr1.svg") no-repeat;
  }
  /* line 1320, _responsive.less */
  .offering-sec .r2 {
    left: 95% !important;
    top: 26% !important;
    background: url("../img/svg/orr2.svg") no-repeat;
  }
  /* line 1326, _responsive.less */
  .offering-sec .r3 {
    left: 90% !important;
    top: 49% !important;
    background: url("../img/svg/orr3.svg") no-repeat;
  }
  /* line 1332, _responsive.less */
  .offering-sec .r4 {
    left: 80% !important;
    top: 80% !important;
    background: url("../img/svg/orr4.svg") no-repeat;
  }
  /* line 1339, _responsive.less */
  .benefitSwiper .swiper-pagination-bullet {
    width: 40px;
  }
  /* line 1343, _responsive.less */
  .value-headbox.activeScroll .mob-val-img {
    width: 95%;
  }
  /* line 1348, _responsive.less */
  .cust-wrap.rest-wrap .cust-btm {
    flex-direction: row;
    align-items: flex-start;
    gap: 0px;
  }
  /* line 1356, _responsive.less */
  #tab1 .cust-wrap.rest-wrap .cust-btm {
    gap: 20px;
  }
  /* line 1366, _responsive.less */
  .page-head-content.feature-head .page-subhead {
    max-width: 100%;
  }
  /* line 1370, _responsive.less */
  .three-title-no {
    font-size: 26px;
    margin-bottom: 4px;
  }
}
@media all and (max-width: 640px) {
  /* line 1377, _responsive.less */
  .comm-section {
    padding: 40px 0;
  }
  /* line 1381, _responsive.less */
  .part-sec {
    padding-bottom: 72px;
  }
  /* line 1385, _responsive.less */
  .banner-sec {
    padding-bottom: 17%;
  }
  /* line 1389, _responsive.less */
  .banner-sec {
    padding-bottom: 20%;
    margin-bottom: -15%;
    padding-top: 104px;
  }
  /* line 1395, _responsive.less */
  .why-bullet {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 32px;
  }
  /* line 1402, _responsive.less */
  .linear-why-sec .why-bullet {
    margin-bottom: 0px;
  }
  /* line 1406, _responsive.less */
  .why-desk-head {
    display: none;
  }
  /* line 1410, _responsive.less */
  .mob-why-head {
    display: block;
  }
  /* line 1414, _responsive.less */
  .why-icon {
    height: 64px;
    width: 64px;
  }
  /* line 1419, _responsive.less */
  .why-bullet.activeTab .desk-progress {
    display: none;
  }
  /* line 1423, _responsive.less */
  .why-bullet.activeTab .mob-progress {
    display: block;
  }
  /* line 1427, _responsive.less */
  .why-sec:not(.linear-why-sec) .why-bullet.activeTab {
    margin-bottom: 30px;
  }
  /* line 1431, _responsive.less */
  .why-mob-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
  }
  /* line 1438, _responsive.less */
  .banner-btn p {
    padding: 8px 20px;
  }
  /* line 1442, _responsive.less */
  .why-mb-img {
    width: 80%;
    height: 80%;
    margin-top: 10px;
  }
  /* line 1448, _responsive.less */
  .mob-why-head p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 1453, _responsive.less */
  .why-cnt-wrap:last-child .why-bullet {
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 1458, _responsive.less */
  .comm-section.why-sec {
    padding-bottom: 0;
  }
  /* line 1462, _responsive.less */
  .why-right {
    margin-bottom: 30px;
  }
  /* line 1466, _responsive.less */
  .tabs li {
    padding: 6px 12px;
  }
  /* line 1471, _responsive.less */
  .cust-wrap .comm-head2 {
    font-size: 16px;
  }
  /* line 1476, _responsive.less */
  .comm-section.part-sec {
    padding-top: 30px;
  }
  /* line 1480, _responsive.less */
  .sol-sec {
    margin: 30px 0;
  }
  /* line 1485, _responsive.less */
  .why-sec:not(.linear-why-sec) .why-bullet {
    padding-bottom: 0px;
  }
  /* line 1491, _responsive.less */
  .ft-top .f-row {
    gap: 30px 0;
  }
  /* line 1496, _responsive.less */
  .social {
    margin: 5px 0 20px;
  }
  /* line 1500, _responsive.less */
  .download-store {
    gap: 0;
  }
  /* line 1504, _responsive.less */
  .nav-wrapper {
    height: calc(100dvh - 60px + 200px);
  }
  /* line 1508, _responsive.less */
  .user-icon {
    width: 20px;
    height: 20px;
  }
  /* line 1513, _responsive.less */
  .bnr-imgbox .tab-head {
    width: 90%;
  }
  /* line 1517, _responsive.less */
  .drop > a:after {
    width: 15px;
    height: 15px;
  }
}
@media all and (max-width: 576px) {
  /* line 1524, _responsive.less */
  .comm-para p {
    font-size: 16px;
  }
  /* line 1528, _responsive.less */
  .banner-text {
    margin-bottom: 32px;
  }
  /* line 1531, _responsive.less */
  .banner-text p {
    line-height: 1.5;
    font-size: 18px;
  }
  /* line 1537, _responsive.less */
  .bnr-imgbox .tab-head {
    font-size: 21px;
  }
  /* line 1541, _responsive.less */
  .button {
    padding: 0 31px;
  }
  /* line 1545, _responsive.less */
  .comm-head2 {
    font-size: 18px;
  }
  /* line 1549, _responsive.less */
  .comm-headbox {
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  /* line 1554, _responsive.less */
  .reg-right {
    padding: 24px 16px;
    border-radius: 24px;
  }
  /* line 1559, _responsive.less */
  .form-para p {
    font-size: 12px;
  }
  /* line 1563, _responsive.less */
  .button {
    border-radius: 12px;
  }
  /* line 1567, _responsive.less */
  .subsec-head {
    font-size: 21px;
  }
  /* line 1571, _responsive.less */
  .cust-vdo p {
    font-size: 16px;
  }
  /* line 1575, _responsive.less */
  .play-img {
    width: 32px;
    height: 32px;
  }
  /* line 1580, _responsive.less */
  .cust-name {
    font-size: 21px;
  }
  /* line 1584, _responsive.less */
  .cust-profile p {
    font-size: 14px;
  }
  /* line 1592, _responsive.less */
  .ft-btm {
    padding: 32px 0;
    margin-top: 32px;
  }
  /* line 1597, _responsive.less */
  .ft-btm-wrap {
    flex-direction: column;
  }
  /* line 1603, _responsive.less */
  .ft-btm-wrap .copyright p,
  .ft-btm-wrap .designby p {
    font-size: 14px;
  }
  /* line 1609, _responsive.less */
  .footer-sec {
    padding: 104px 0 47px;
  }
  /* line 1613, _responsive.less */
  .solution-wrap .comm-para p {
    line-height: 1.5;
  }
  /* line 1617, _responsive.less */
  .bnr-imgbox .tab-img {
    border-radius: 24px;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
  }
  /* line 153, _mixin.less */
  .bnr-imgbox .tab-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 1623, _responsive.less */
  .bnrTabSwiper .swiper-slide video {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 1632, _responsive.less */
  .bnrTabSwiper .swiper-slide .bnr-videoBox {
    padding-top: 100%;
    height: 0px;
    position: relative;
  }
  /* line 1639, _responsive.less */
  .page-subhead,
  .page-head,
  .page-head-content.feature-head .page-subhead {
    font-size: 24px;
  }
  /* line 1645, _responsive.less */
  .page-subhead-para p {
    font-size: 16px;
  }
  /* line 1649, _responsive.less */
  .page-head-sec {
    padding: 32px 0 0;
  }
  /* line 1653, _responsive.less */
  .page-head-sec.contact-page-head {
    padding: 32px 0 40px;
  }
  /* line 1657, _responsive.less */
  .page-head {
    padding-bottom: 12px;
    margin-bottom: 36px;
  }
  /* line 1662, _responsive.less */
  .page-head-content {
    margin-bottom: 36px;
  }
  /* line 1666, _responsive.less */
  .contact-mission .f-col {
    border-right: none;
    border-bottom: 1px solid rgba(43, 8, 40, 0.1);
    padding-bottom: 30px;
  }
  /* line 1671, _responsive.less */
  .contact-mission .f-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  /* line 1676, _responsive.less */
  .contact-mission .f-col:nth-child(3n) {
    border-right: none;
  }
  /* line 1681, _responsive.less */
  .mission-wrap:not(.contact-mission) .f-col {
    border-right: none;
    border-bottom: 1px solid rgba(43, 8, 40, 0.1);
    padding-bottom: 30px;
  }
  /* line 1686, _responsive.less */
  .mission-wrap:not(.contact-mission) .f-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  /* line 1692, _responsive.less */
  .mission-wrap {
    margin-top: 0;
  }
  /* line 1697, _responsive.less */
  .offering-sec .l1 {
    left: 7% !important;
    top: 6% !important;
    background: url("../img/svg/orl1.svg") no-repeat;
  }
  /* line 1703, _responsive.less */
  .offering-sec .l3 {
    left: 8% !important;
    top: 54% !important;
    background: url("../img/svg/orl3.svg") no-repeat;
  }
  /* line 1709, _responsive.less */
  .offering-sec .r3 {
    left: 80% !important;
    top: 50% !important;
    background: url("../img/svg/orr3.svg") no-repeat;
  }
  /* line 1715, _responsive.less */
  .offering-sec .r1 {
    left: 75% !important;
    top: 0% !important;
    background: url("../img/svg/orr1.svg") no-repeat;
  }
  /* line 1722, _responsive.less */
  .scratch::after {
    background: url(../img/svg/mob-btm-line.svg) no-repeat center;
    background-size: contain;
  }
  /* line 1727, _responsive.less */
  .page-head-sec .scratch.orange::after {
    background: url(../img/svg/mob-or-scratch.svg) no-repeat center;
    background-size: contain;
    bottom: -4px;
  }
  /* line 1733, _responsive.less */
  .three-title {
    font-size: 20px;
  }
  /* line 1737, _responsive.less */
  .three-img {
    margin-bottom: 30px;
  }
  /* line 1741, _responsive.less */
  .benefitSwiper .swiper-pagination {
    bottom: -40px;
  }
  /* line 1745, _responsive.less */
  .comm-section2 {
    padding: 40px 0;
  }
  /* line 1749, _responsive.less */
  .page-head-sec.comm-section2 {
    padding: 40px 0;
  }
  /* line 1753, _responsive.less */
  .comm-section2.internal-cust-sec {
    padding: 16px 0 40px;
  }
  /* line 1761, _responsive.less */
  .checkbox li {
    font-size: 16px;
  }
  /* line 1765, _responsive.less */
  .feature {
    font-size: 18px;
  }
  /* line 1769, _responsive.less */
  .plan-name {
    font-size: 24px;
  }
  /* line 1773, _responsive.less */
  .time,
  .currency {
    font-size: 23px;
  }
  /* line 1778, _responsive.less */
  .active-btn {
    padding: 4px 12px;
    font-size: 10px;
  }
  /* line 1783, _responsive.less */
  .pr-head-left {
    gap: 5px;
  }
  /* line 1787, _responsive.less */
  .sol-sec {
    padding: 106px 0;
  }
  /* line 1791, _responsive.less */
  .why-sec {
    padding-top: 50px !important;
  }
  /* line 1795, _responsive.less */
  .linear-why-sec .why-cnt-wrap:first-child .why-bullet {
    padding: 0 0 40px;
  }
  /* line 1799, _responsive.less */
  .linear-why-sec .why-mob-content {
    margin-bottom: 0;
  }
  /* line 1803, _responsive.less */
  .mob-val-img img {
    border-radius: 12px;
  }
  /* line 1807, _responsive.less */
  .val-sec {
    padding: 10px 0;
  }
  /* line 1811, _responsive.less */
  .offering-sec {
    padding: 20px 0;
  }
  /* line 1815, _responsive.less */
  .mission-wrap {
    border-radius: 16px;
  }
  /* line 1825, _responsive.less */
  .user svg {
    width: 80%;
  }
  /* line 1829, _responsive.less */
  .footer-sec {
    padding: 40px 0 47px;
  }
  /* line 1833, _responsive.less */
  .page-head-content.feature-head {
    margin-bottom: 30px;
  }
  /* line 1837, _responsive.less */
  .value-left {
    gap: 10px;
  }
  /* line 1841, _responsive.less */
  .mob-fld .form-field {
    padding: 10px 14px 10px 14px;
  }
  /* line 1845, _responsive.less */
  .form-field,
  .form-textarea-group .form-field {
    padding: 19px 14px;
  }
  /* line 1850, _responsive.less */
  :root {
    --header-height: 60px;
  }
  /* line 1855, _responsive.less */
  .comm-section3,
  .comm-section3.pos-why-sec {
    padding: 40px 0;
  }
  /* line 1860, _responsive.less */
  .val-sec.comm-section3 {
    padding-bottom: 0;
  }
  /* line 1864, _responsive.less */
  .page-head-sec.comm-section3 {
    padding-top: 0;
  }
  /* line 1868, _responsive.less */
  .vertContentSwiper .swiper-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  /* line 1873, _responsive.less */
  .comm-section.cust-tab-sec {
    padding: 60px 0 40px;
  }
  /* line 1877, _responsive.less */
  .val-sec.benefit-sec {
    padding: 40px 0;
  }
  /* line 1881, _responsive.less */
  .pos-pricing {
    padding-top: 20px !important;
  }
  /* line 1885, _responsive.less */
  .arrow-btns .swiper-btn-prev,
  .arrow-btns .swiper-btn-next {
    width: 32px;
    height: 32px;
  }
  /* line 1891, _responsive.less */
  .mob-ver-line {
    display: none;
  }
  /* line 1895, _responsive.less */
  .cust-name {
    font-size: 16px;
  }
  /* line 1899, _responsive.less */
  .cust-profile p {
    font-size: 13px;
  }
  /* line 1903, _responsive.less */
  .arrow-btns i {
    font-size: 18px;
  }
  /* line 1907, _responsive.less */
  .linear-why-sec .why-bullet {
    padding-top: 0;
    gap: 0;
  }
  /* line 1912, _responsive.less */
  .linear-why-sec .why-mb-img {
    margin-top: 20px;
    width: 80%;
    height: 80%;
  }
  /* line 1918, _responsive.less */
  .download-store {
    display: flex;
    justify-content: space-between;
  }
  /* line 1924, _responsive.less */
  .mob-ver-line {
    margin-left: 30px;
  }
  /* line 1928, _responsive.less */
  .pr-btm {
    margin-bottom: 10px;
  }
  /* line 1932, _responsive.less */
  .banner-sec {
    padding-bottom: 40%;
    margin-bottom: -35%;
    padding-top: 104px;
  }
}
@media all and (max-width: 480px) {
  /* line 1940, _responsive.less */
  .three-img {
    width: 92px;
    height: 92px;
  }
  /* line 1945, _responsive.less */
  .pricing-card {
    padding: 30px;
  }
  /* line 1949, _responsive.less */
  .plan-price {
    font-size: 36px;
  }
  /* line 1953, _responsive.less */
  .time,
  .currency {
    font-size: 16px;
  }
  /* line 1958, _responsive.less */
  .pr-ntm-subtitle p {
    font-size: 14px;
  }
  /* line 1962, _responsive.less */
  .ft-bullet li {
    line-height: 1.6;
    font-size: 14px;
  }
  /* line 1967, _responsive.less */
  .copyright {
    padding: 15px 0;
  }
  /* line 1971, _responsive.less */
  .arrow-btns .swiper-btn-prev,
  .arrow-btns .swiper-btn-next {
    border-radius: 8px;
  }
  /* line 1976, _responsive.less */
  #tab1 .mob-ver-line {
    height: 30px;
  }
  /* line 1980, _responsive.less */
  .qnabox {
    margin-bottom: 32px;
  }
  /* line 1984, _responsive.less */
  .menu-title p {
    margin-bottom: 10px;
  }
  /* line 1988, _responsive.less */
  .menu-top {
    margin-bottom: 10px;
  }
  /* line 1992, _responsive.less */
  .mob-store {
    margin-bottom: 0;
  }
  /* line 1996, _responsive.less */
  .checkbox li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 2001, _responsive.less */
  .mob-why-head p {
    font-size: 18px;
  }
  /* line 2005, _responsive.less */
  .three-title {
    font-size: 18px;
  }
  /* line 2009, _responsive.less */
  .value-headbox .value-head {
    font-size: 17px;
  }
  /* line 2013, _responsive.less */
  .solution-wrap .comm-head {
    font-size: 36px;
  }
  /* line 2017, _responsive.less */
  input::placeholder {
    font-size: 16px;
  }
  /* line 2021, _responsive.less */
  .reg-right {
    border-radius: 12px;
  }
  /* line 2025, _responsive.less */
  .form-field,
  .form-textarea-group .form-field {
    padding: 22px 14px;
  }
  /* line 2030, _responsive.less */
  .form-field {
    height: 42px;
  }
  /* line 2034, _responsive.less */
  .mob-fld {
    gap: 16px;
  }
  /* line 2038, _responsive.less */
  .three-title.work,
  .contact-mission .three-title {
    font-size: 18px;
  }
  /* line 2043, _responsive.less */
  .subsec-head {
    font-size: 18px;
  }
  /* line 2047, _responsive.less */
  .page-subhead,
  .page-head,
  .page-head-content.feature-head .page-subhead {
    font-size: 20px;
  }
  /* line 2053, _responsive.less */
  .page-subhead-para p {
    font-size: 15px;
  }
  /* line 2057, _responsive.less */
  .comm-para p {
    font-size: 15px;
    line-height: 1.6;
  }
  /* line 2062, _responsive.less */
  .value-para.comm-para p {
    font-size: 15px;
  }
  /* line 2066, _responsive.less */
  .comm-section2.work-sec {
    padding: 30px 0 !important;
  }
  /* line 2070, _responsive.less */
  .part-sec {
    padding-bottom: 40px;
  }
  /* line 2074, _responsive.less */
  .bnr-imgbox .tab-head {
    font-size: 15px;
  }
}
@media all and (max-width: 400px) {
  /* line 2088, _responsive.less */
  .comm-head {
    font-size: 46px;
  }
  /* line 2093, _responsive.less */
  .solution-wrap .comm-para {
    text-align: center;
  }
  /* line 2098, _responsive.less */
  .plan-price {
    font-size: 30px;
  }
  /* line 2102, _responsive.less */
  .plan-name {
    font-size: 20px;
  }
  /* line 2106, _responsive.less */
  .pricing-card {
    padding: 14px;
  }
  /* line 2114, _responsive.less */
  #tab2 .cust-info {
    padding-right: 30px;
  }
  /* line 2118, _responsive.less */
  .cust-profile p {
    font-size: 12px;
  }
  /* line 2122, _responsive.less */
  .feature-dscr {
    font-size: 12px;
  }
  /* line 2126, _responsive.less */
  .feature {
    font-size: 14px;
  }
  /* line 2130, _responsive.less */
  .pr-ntm-subtitle p {
    font-size: 12px;
  }
  /* line 2134, _responsive.less */
  .pricing-card {
    border-radius: 12px;
  }
  /* line 2138, _responsive.less */
  .main-btn {
    padding: 10px 0;
  }
  /* line 2142, _responsive.less */
  .ft-bullet li {
    font-size: 13px;
  }
  /* line 2146, _responsive.less */
  .pricing-card {
    padding: 20px;
  }
}
@media all and (max-width: 360px) {
  /* line 2152, _responsive.less */
  .mob-ver-line {
    margin-left: 26px;
  }
}
/*# sourceMappingURL=main.css.map */

#toTop {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 30px;
  background: #f85101;
  padding: 7px 14px;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  display: none;
  z-index: 111;
}