/*------------------------------------------------------------------
[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: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
html,
body {
  font-family: "Montserrat";
  font-weight: 400;
}
/*==========================================================================
=> Color
==========================================================================*/
:root {
  --sidebarWidth: 430px;
  --clr: ;
  /* common */
  --clr-red: #f00;
  --clr-grn: #1e7e34;
  /* common end */
  /* input */
  --input-font: 500;
  --input-height: 50px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #aaa;
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-font: 700;
  --button-fill: #a24eea;
  --button-line: #30223b;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.variable {
  margin-bottom: 30px;
}
.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
/*==========================================================================
=> Fonts
==========================================================================*/
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;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logout:before {
  content: "\e944";
}
.icon-send:before {
  content: "\e943";
}
.icon-link:before {
  content: "\e93e";
}
.icon-picture:before {
  content: "\e93f";
}
.icon-smiling:before {
  content: "\e940";
}
.icon-txt-underline:before {
  content: "\e941";
}
.icon-attach:before {
  content: "\e942";
}
.icon-schedule:before {
  content: "\e93d";
}
.icon-info:before {
  content: "\e93c";
}
.icon-note:before {
  content: "\e93b";
}
.icon-calder-left:before {
  content: "\e92e";
}
.icon-tick:before {
  content: "\e92d";
}
.icon-seen:before {
  content: "\e907";
}
.icon-hide:before {
  content: "\e921";
}
.icon-filter:before {
  content: "\e905";
}
.icon-fliter-list:before {
  content: "\e906";
}
.icon-history:before {
  content: "\e90b";
}
.icon-inventry:before {
  content: "\e90e";
}
.icon-left-arrow:before {
  content: "\e912";
}
.icon-money:before {
  content: "\e913";
}
.icon-reward:before {
  content: "\e915";
}
.icon-right-arrow:before {
  content: "\e918";
}
.icon-search:before {
  content: "\e919";
}
.icon-service:before {
  content: "\e91d";
}
.icon-settings:before {
  content: "\e920";
}
.icon-stock:before {
  content: "\e924";
}
.icon-up-arrow:before {
  content: "\e928";
}
.icon-active:before {
  content: "\e92a";
}
.icon-calder-righ1:before {
  content: "\e92f";
}
.icon-chat:before {
  content: "\e930";
}
.icon-cir-cross:before {
  content: "\e931";
}
.icon-cir-plus:before {
  content: "\e934";
}
.icon-cross:before {
  content: "\e936";
}
.icon-down-arrow1:before {
  content: "\e939";
}
.icon-dye:before {
  content: "\e93a";
}
.icon-right-arrow1:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-printer:before {
  content: "\e900";
}
.icon-profile:before {
  content: "\e938";
}
.icon-question:before {
  content: "\e901";
}
.icon-reset:before {
  content: "\e902";
}
.icon-shampoo:before {
  content: "\e908";
}
.icon-share:before {
  content: "\e909";
}
.icon-sms:before {
  content: "\e90a";
}
.icon-status:before {
  content: "\e90c";
}
.icon-status1:before {
  content: "\e90d";
}
.icon-support:before {
  content: "\e90f";
}
.icon-tax:before {
  content: "\e910";
}
.icon-team:before {
  content: "\e911";
}
.icon-uploading:before {
  content: "\e914";
}
.icon-bank:before {
  content: "\e916";
}
.icon-bell:before {
  content: "\e917";
}
.icon-calender:before {
  content: "\e91a";
}
.icon-cart:before {
  content: "\e91b";
}
.icon-clock:before {
  content: "\e91c";
}
.icon-comparison:before {
  content: "\e91e";
}
.icon-coupon:before {
  content: "\e91f";
}
.icon-delete:before {
  content: "\e922";
}
.icon-down-arrow:before {
  content: "\e923";
}
.icon-edit:before {
  content: "\e925";
}
.icon-envelope:before {
  content: "\e926";
}
.icon-error:before {
  content: "\e927";
}
.icon-filter-results:before {
  content: "\e929";
}
.icon-gird:before {
  content: "\e92b";
}
.icon-haircut:before {
  content: "\e92c";
}
.icon-list:before {
  content: "\e932";
}
.icon-minus:before {
  content: "\e933";
}
.icon-money-bag:before {
  content: "\e935";
}
.icon-package:before {
  content: "\e937";
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.f-col {
  padding: 0 15px;
}
.f-10 .f-col {
  width: 10%;
}
.f-9 .f-col {
  width: 11.11111111%;
}
.f-8 .f-col {
  width: 12.5%;
}
.f-7 .f-col {
  width: 14.28571429%;
}
.f-6 .f-col {
  width: 16.66666667%;
}
.f-5 .f-col {
  width: 20%;
}
.f-4 .f-col {
  width: 25%;
}
.f-3 .f-col {
  width: 33.33333333%;
}
.f-2 .f-col {
  width: 50%;
}
.f-1 .f-col {
  width: 100%;
}
/* Width */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1600px) {
  .f-1600-10 .f-col {
    width: 10%;
  }
  .f-1600-9 .f-col {
    width: 11.11111111%;
  }
  .f-1600-8 .f-col {
    width: 12.5%;
  }
  .f-1600-7 .f-col {
    width: 14.28571429%;
  }
  .f-1600-6 .f-col {
    width: 16.66666667%;
  }
  .f-1600-5 .f-col {
    width: 20%;
  }
  .f-1600-4 .f-col {
    width: 25%;
  }
  .f-1600-3 .f-col {
    width: 33.33333333%;
  }
  .f-1600-2 .f-col {
    width: 50%;
  }
  .f-1600-1 .f-col {
    width: 100%;
  }
  .w-1600-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-33 {
    width: 33%;
  }
  .w-1600-16 {
    width: 16.666666%;
  }
  .mb-1600-100 {
    margin-bottom: 100px;
  }
  .mb-1600-95 {
    margin-bottom: 95px;
  }
  .mb-1600-90 {
    margin-bottom: 90px;
  }
  .mb-1600-85 {
    margin-bottom: 85px;
  }
  .mb-1600-80 {
    margin-bottom: 80px;
  }
  .mb-1600-75 {
    margin-bottom: 75px;
  }
  .mb-1600-70 {
    margin-bottom: 70px;
  }
  .mb-1600-65 {
    margin-bottom: 65px;
  }
  .mb-1600-60 {
    margin-bottom: 60px;
  }
  .mb-1600-55 {
    margin-bottom: 55px;
  }
  .mb-1600-50 {
    margin-bottom: 50px;
  }
  .mb-1600-45 {
    margin-bottom: 45px;
  }
  .mb-1600-40 {
    margin-bottom: 40px;
  }
  .mb-1600-35 {
    margin-bottom: 35px;
  }
  .mb-1600-30 {
    margin-bottom: 30px;
  }
  .mb-1600-25 {
    margin-bottom: 25px;
  }
  .mb-1600-20 {
    margin-bottom: 20px;
  }
  .mb-1600-15 {
    margin-bottom: 15px;
  }
  .mb-1600-10 {
    margin-bottom: 10px;
  }
  .mb-1600-5 {
    margin-bottom: 5px;
  }
  .mb-1600-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1366px) {
  .f-1366-10 .f-col {
    width: 10%;
  }
  .f-1366-9 .f-col {
    width: 11.11111111%;
  }
  .f-1366-8 .f-col {
    width: 12.5%;
  }
  .f-1366-7 .f-col {
    width: 14.28571429%;
  }
  .f-1366-6 .f-col {
    width: 16.66666667%;
  }
  .f-1366-5 .f-col {
    width: 20%;
  }
  .f-1366-4 .f-col {
    width: 25%;
  }
  .f-1366-3 .f-col {
    width: 33.33333333%;
  }
  .f-1366-2 .f-col {
    width: 50%;
  }
  .f-1366-1 .f-col {
    width: 100%;
  }
  .w-1366-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-33 {
    width: 33%;
  }
  .w-1366-16 {
    width: 16.666666%;
  }
  .mb-1366-100 {
    margin-bottom: 100px;
  }
  .mb-1366-95 {
    margin-bottom: 95px;
  }
  .mb-1366-90 {
    margin-bottom: 90px;
  }
  .mb-1366-85 {
    margin-bottom: 85px;
  }
  .mb-1366-80 {
    margin-bottom: 80px;
  }
  .mb-1366-75 {
    margin-bottom: 75px;
  }
  .mb-1366-70 {
    margin-bottom: 70px;
  }
  .mb-1366-65 {
    margin-bottom: 65px;
  }
  .mb-1366-60 {
    margin-bottom: 60px;
  }
  .mb-1366-55 {
    margin-bottom: 55px;
  }
  .mb-1366-50 {
    margin-bottom: 50px;
  }
  .mb-1366-45 {
    margin-bottom: 45px;
  }
  .mb-1366-40 {
    margin-bottom: 40px;
  }
  .mb-1366-35 {
    margin-bottom: 35px;
  }
  .mb-1366-30 {
    margin-bottom: 30px;
  }
  .mb-1366-25 {
    margin-bottom: 25px;
  }
  .mb-1366-20 {
    margin-bottom: 20px;
  }
  .mb-1366-15 {
    margin-bottom: 15px;
  }
  .mb-1366-10 {
    margin-bottom: 10px;
  }
  .mb-1366-5 {
    margin-bottom: 5px;
  }
  .mb-1366-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1440px) {
  .w-1440-40 {
    width: 40%;
  }
  .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1200px) {
  .f-1200-10 .f-col {
    width: 10%;
  }
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  .f-1200-5 .f-col {
    width: 20%;
  }
  .f-1200-4 .f-col {
    width: 25%;
  }
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  .f-1200-2 .f-col {
    width: 50%;
  }
  .f-1200-1 .f-col {
    width: 100%;
  }
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-33 {
    width: 33%;
  }
  .w-1200-16 {
    width: 16.666666%;
  }
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .f-990-10 .f-col {
    width: 10%;
  }
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .f-990-8 .f-col {
    width: 12.5%;
  }
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .f-990-5 .f-col {
    width: 20%;
  }
  .f-990-4 .f-col {
    width: 25%;
  }
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .f-990-2 .f-col {
    width: 50%;
  }
  .f-990-1 .f-col {
    width: 100%;
  }
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-33 {
    width: 33%;
  }
  .w-990-16 {
    width: 16.666666%;
  }
  .mb-990-100 {
    margin-bottom: 100px;
  }
  .mb-990-95 {
    margin-bottom: 95px;
  }
  .mb-990-90 {
    margin-bottom: 90px;
  }
  .mb-990-85 {
    margin-bottom: 85px;
  }
  .mb-990-80 {
    margin-bottom: 80px;
  }
  .mb-990-75 {
    margin-bottom: 75px;
  }
  .mb-990-70 {
    margin-bottom: 70px;
  }
  .mb-990-65 {
    margin-bottom: 65px;
  }
  .mb-990-60 {
    margin-bottom: 60px;
  }
  .mb-990-55 {
    margin-bottom: 55px;
  }
  .mb-990-50 {
    margin-bottom: 50px;
  }
  .mb-990-45 {
    margin-bottom: 45px;
  }
  .mb-990-40 {
    margin-bottom: 40px;
  }
  .mb-990-35 {
    margin-bottom: 35px;
  }
  .mb-990-30 {
    margin-bottom: 30px;
  }
  .mb-990-25 {
    margin-bottom: 25px;
  }
  .mb-990-20 {
    margin-bottom: 20px;
  }
  .mb-990-15 {
    margin-bottom: 15px;
  }
  .mb-990-10 {
    margin-bottom: 10px;
  }
  .mb-990-5 {
    margin-bottom: 5px;
  }
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .f-768-10 .f-col {
    width: 10%;
  }
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  .f-768-8 .f-col {
    width: 12.5%;
  }
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  .f-768-5 .f-col {
    width: 20%;
  }
  .f-768-4 .f-col {
    width: 25%;
  }
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  .f-768-2 .f-col {
    width: 50%;
  }
  .f-768-1 .f-col {
    width: 100%;
  }
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-33 {
    width: 33%;
  }
  .w-768-16 {
    width: 16.666666%;
  }
  .mb-768-100 {
    margin-bottom: 100px;
  }
  .mb-768-95 {
    margin-bottom: 95px;
  }
  .mb-768-90 {
    margin-bottom: 90px;
  }
  .mb-768-85 {
    margin-bottom: 85px;
  }
  .mb-768-80 {
    margin-bottom: 80px;
  }
  .mb-768-75 {
    margin-bottom: 75px;
  }
  .mb-768-70 {
    margin-bottom: 70px;
  }
  .mb-768-65 {
    margin-bottom: 65px;
  }
  .mb-768-60 {
    margin-bottom: 60px;
  }
  .mb-768-55 {
    margin-bottom: 55px;
  }
  .mb-768-50 {
    margin-bottom: 50px;
  }
  .mb-768-45 {
    margin-bottom: 45px;
  }
  .mb-768-40 {
    margin-bottom: 40px;
  }
  .mb-768-35 {
    margin-bottom: 35px;
  }
  .mb-768-30 {
    margin-bottom: 30px;
  }
  .mb-768-25 {
    margin-bottom: 25px;
  }
  .mb-768-20 {
    margin-bottom: 20px;
  }
  .mb-768-15 {
    margin-bottom: 15px;
  }
  .mb-768-10 {
    margin-bottom: 10px;
  }
  .mb-768-5 {
    margin-bottom: 5px;
  }
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  .f-640-10 .f-col {
    width: 10%;
  }
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  .f-640-8 .f-col {
    width: 12.5%;
  }
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  .f-640-5 .f-col {
    width: 20%;
  }
  .f-640-4 .f-col {
    width: 25%;
  }
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  .f-640-2 .f-col {
    width: 50%;
  }
  .f-640-1 .f-col {
    width: 100%;
  }
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-33 {
    width: 33%;
  }
  .w-640-16 {
    width: 16.666666%;
  }
  .mb-640-100 {
    margin-bottom: 100px;
  }
  .mb-640-95 {
    margin-bottom: 95px;
  }
  .mb-640-90 {
    margin-bottom: 90px;
  }
  .mb-640-85 {
    margin-bottom: 85px;
  }
  .mb-640-80 {
    margin-bottom: 80px;
  }
  .mb-640-75 {
    margin-bottom: 75px;
  }
  .mb-640-70 {
    margin-bottom: 70px;
  }
  .mb-640-65 {
    margin-bottom: 65px;
  }
  .mb-640-60 {
    margin-bottom: 60px;
  }
  .mb-640-55 {
    margin-bottom: 55px;
  }
  .mb-640-50 {
    margin-bottom: 50px;
  }
  .mb-640-45 {
    margin-bottom: 45px;
  }
  .mb-640-40 {
    margin-bottom: 40px;
  }
  .mb-640-35 {
    margin-bottom: 35px;
  }
  .mb-640-30 {
    margin-bottom: 30px;
  }
  .mb-640-25 {
    margin-bottom: 25px;
  }
  .mb-640-20 {
    margin-bottom: 20px;
  }
  .mb-640-15 {
    margin-bottom: 15px;
  }
  .mb-640-10 {
    margin-bottom: 10px;
  }
  .mb-640-5 {
    margin-bottom: 5px;
  }
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .f-480-10 .f-col {
    width: 10%;
  }
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  .f-480-8 .f-col {
    width: 12.5%;
  }
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  .f-480-5 .f-col {
    width: 20%;
  }
  .f-480-4 .f-col {
    width: 25%;
  }
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  .f-480-2 .f-col {
    width: 50%;
  }
  .f-480-1 .f-col {
    width: 100%;
  }
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-33 {
    width: 33%;
  }
  .w-480-16 {
    width: 16.666666%;
  }
  .mb-480-100 {
    margin-bottom: 100px;
  }
  .mb-480-95 {
    margin-bottom: 95px;
  }
  .mb-480-90 {
    margin-bottom: 90px;
  }
  .mb-480-85 {
    margin-bottom: 85px;
  }
  .mb-480-80 {
    margin-bottom: 80px;
  }
  .mb-480-75 {
    margin-bottom: 75px;
  }
  .mb-480-70 {
    margin-bottom: 70px;
  }
  .mb-480-65 {
    margin-bottom: 65px;
  }
  .mb-480-60 {
    margin-bottom: 60px;
  }
  .mb-480-55 {
    margin-bottom: 55px;
  }
  .mb-480-50 {
    margin-bottom: 50px;
  }
  .mb-480-45 {
    margin-bottom: 45px;
  }
  .mb-480-40 {
    margin-bottom: 40px;
  }
  .mb-480-35 {
    margin-bottom: 35px;
  }
  .mb-480-30 {
    margin-bottom: 30px;
  }
  .mb-480-25 {
    margin-bottom: 25px;
  }
  .mb-480-20 {
    margin-bottom: 20px;
  }
  .mb-480-15 {
    margin-bottom: 15px;
  }
  .mb-480-10 {
    margin-bottom: 10px;
  }
  .mb-480-5 {
    margin-bottom: 5px;
  }
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  .f-400-10 .f-col {
    width: 10%;
  }
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  .f-400-8 .f-col {
    width: 12.5%;
  }
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  .f-400-5 .f-col {
    width: 20%;
  }
  .f-400-4 .f-col {
    width: 25%;
  }
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  .f-400-2 .f-col {
    width: 50%;
  }
  .f-400-1 .f-col {
    width: 100%;
  }
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-33 {
    width: 33%;
  }
  .w-400-16 {
    width: 16.666666%;
  }
  .mb-400-100 {
    margin-bottom: 100px;
  }
  .mb-400-95 {
    margin-bottom: 95px;
  }
  .mb-400-90 {
    margin-bottom: 90px;
  }
  .mb-400-85 {
    margin-bottom: 85px;
  }
  .mb-400-80 {
    margin-bottom: 80px;
  }
  .mb-400-75 {
    margin-bottom: 75px;
  }
  .mb-400-70 {
    margin-bottom: 70px;
  }
  .mb-400-65 {
    margin-bottom: 65px;
  }
  .mb-400-60 {
    margin-bottom: 60px;
  }
  .mb-400-55 {
    margin-bottom: 55px;
  }
  .mb-400-50 {
    margin-bottom: 50px;
  }
  .mb-400-45 {
    margin-bottom: 45px;
  }
  .mb-400-40 {
    margin-bottom: 40px;
  }
  .mb-400-35 {
    margin-bottom: 35px;
  }
  .mb-400-30 {
    margin-bottom: 30px;
  }
  .mb-400-25 {
    margin-bottom: 25px;
  }
  .mb-400-20 {
    margin-bottom: 20px;
  }
  .mb-400-15 {
    margin-bottom: 15px;
  }
  .mb-400-10 {
    margin-bottom: 10px;
  }
  .mb-400-5 {
    margin-bottom: 5px;
  }
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfd1d4;
}
/*==========================================================================
=> buttons
========================================================================== */
.button {
  border: none;
  outline: none;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 50px;
  padding: 0 32px;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.37);
  border: 1px solid #ffffff;
  border-radius: 40px;
  margin: auto;
  width: max-content;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button:hover {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
  color: #000;
}
.button.white {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
}
.button.white:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.button.blue {
  background: #055391;
  border: 1px solid #055391;
  color: #fff;
  font-size: 24px;
}
.button.blue:hover {
  background: #000;
  border: 1px solid #000;
  color: #279c49;
}
.button.green {
  background: var(--clr);
  border: 1px solid var(--clr);
  color: #fff;
  font-size: 24px;
}
.button.green:hover {
  background: #000;
  border: 1px solid #000;
  color: #279c49;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
.button--block {
  width: 100%;
}
.button svg {
  position: relative;
  top: -2px;
}
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.element-section .ehdn1 {
  margin-bottom: 30px;
}
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.form-grp,
.form-textarea-group {
  position: relative;
  margin-top: 8px;
  margin-bottom: 30px;
}
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
.whatsapp {
  margin-right: 0;
}
.form-field {
  border-radius: 30px;
  border: 1px solid #000;
  background: #FFF;
  color: var(--clr);
  font-family: Montserrat;
  height: 60px;
  padding: 0 60px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-field:-webkit-autofill,
.form-field:-webkit-autofill:hover,
.form-field:-webkit-autofill:focus,
.form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
textarea.form-field {
  height: 220px;
  padding-top: 20px;
}
.form-field:focus,
.form-field.field--not-empty {
  border: 1px solid var(--clr);
}
.form-field ~ .form-label {
  color: #aaa;
  position: absolute;
  font-size: var(--input-fs-main);
  left: 0;
  top: 15px;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-field:focus ~ .form-label,
.form-field.field--not-empty ~ .form-label,
.form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}
.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
/* Select */
.select-field {
  background: url("../img/drop-down-arrow.svg") no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-field option {
  color: #9fa4a9;
}
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #9D9D9D;
}
input::-webkit-input-placeholder {
  color: #9D9D9D;
}
textarea::-webkit-textarea-placeholder,
textarea:-ms-textarea-placeholder,
textarea::placeholder {
  color: #9D9D9D;
}
textarea::-webkit-input-placeholder {
  color: #9D9D9D;
}
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
/*==========================================================================
=> Radio Small
========================================================================== */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
.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;
}
.radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
.radio-box label.error {
  display: none !important;
}
.radio-box input.error ~ label {
  color: #ff2323;
}
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #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;
}
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.checkbox-box input:checked ~ .chk-label::after {
  font-family: "icomoon" !important;
  content: "\e92d";
  color: #a24eea;
  font-size: 12px;
}
.checkbox-box label.error {
  display: none !important;
}
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
.checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594af;
}
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
.checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #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 */
.checkbox-box.chk-four {
  margin-right: 10px;
}
.checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594af;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
.checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594af;
}
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
.checkbox-box.check-five input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 5 end */
/*==========================================================================
=> Tooltip
========================================================================== */
[tooltip-title] {
  position: relative;
  text-decoration: none;
}
[tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
[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;
}
[tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
[tooltip-title]:hover::after {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
/* Corrige bug do tooltip ficar sem baixo dos outros buttons*/
[data-placement="right"]:hover {
  position: relative;
  z-index: 1;
}
[tooltip-title]:is([data-placement="top"])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
[tooltip-title]:is([data-placement="right"])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
[tooltip-title]:is([data-placement="bottom"])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
[tooltip-title]:is([data-placement="left"])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
/* Arrow */
[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;
}
[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;
}
[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;
}
[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
==========================================================================*/
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
.modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
.modal-para p:last-child {
  margin-bottom: 0;
}
.modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross:hover i {
  transform: rotate(90deg);
}
.modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
.static-cont {
  margin-bottom: 32px;
}
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
.static-cont li p {
  margin-bottom: 10px;
}
.static-cont li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Swiper Slider */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #39e5be;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
.content-body {
  margin-bottom: 80px;
}
.content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
.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;
}
.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;
}
.content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 16px;
}
.content-body ul {
  margin-bottom: 16px;
}
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
.content-body ul li p,
.content-body ul li a {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 0;
}
.content-body ul li a {
  color: #ee163d;
}
.content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #ee163d;
}
.content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .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
==========================================================================*/
.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;
}
.panel {
  display: none;
  padding: 0 18px;
  background-color: white;
}
:root {
  --header-height: 100px;
  --header-scroll-height: 70px;
  --clr: #1F7D3A;
}
html,
body {
  width: 100%;
  transition: 0.5s;
}
html.inactive,
body.inactive {
  overflow-x: hidden;
  overflow-y: hidden;
}
html.inactive .main-container,
body.inactive .main-container {
  opacity: 0;
}
.container {
  max-width: 1700px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main-container {
  transition: 0.5s;
}
.comm-section {
  padding: 60px 0;
  position: relative;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.head-2 {
  color: #000;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3.84px;
}
.txt-1 {
  color: #000;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.8px;
}
.white {
  color: #fff;
}
.center {
  text-align: center;
}
.subscribe h3 {
  margin-bottom: 15px;
}
.footer-field {
  border-radius: 30px;
  border: 1px solid #055391;
  background: #FFF;
  width: 100%;
  background: url(../img/at.svg) no-repeat #ffffff;
  background-size: 24px 24px;
  background-position: left 30px center;
  height: 57.671px;
  padding: 0 64px;
  color: var(--clr);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer-field::placeholder {
  color: #9D9D9D;
}
.footer-field:focus {
  border: 2px solid var(--clr);
  outline: none;
}
.footer-field:focus-visible {
  border: 2px solid var(--clr);
  outline: none;
}
.form-grp-footer {
  position: relative;
  max-width: 605.491px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 50px;
}
.subscribe-form {
  margin-top: 50px;
  margin-bottom: 0;
}
.footer-wrap {
  background: #FBFAF7;
  padding: 190px 0 40px;
  position: relative;
}
.project-x-big {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-top p {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-left: 60px;
}
.footer-line {
  background: #055391;
  height: 2px;
  width: 100%;
  flex: 1;
  padding: 0 30px;
}
.footer-logo {
  margin-right: 60px;
}
.footer-bottom {
  padding-left: 325px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom a,
.footer-bottom p {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.8px;
  margin-top: 24px;
}
.footer-bottom a img,
.footer-bottom p img {
  height: 25px;
  width: 30px;
}
.welcome-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.welcome-bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.welcome-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.welcome-title {
  max-width: 615px;
  margin: auto;
}
.welcome-content {
  padding-top: 85px;
}
.welcome-title {
  margin-bottom: 140px;
}
.welcome-txt {
  display: flex;
  justify-content: space-between;
}
.welcome-txt p {
  color: #000;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.8px;
  max-width: 460px;
}
.welcome-txt ul li {
  color: #000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* ContentBig */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.8px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.welcome-txt ul li img {
  margin-right: 32px;
}
.feature-img {
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.feature-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature-txt {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 680px;
  margin: auto;
}
.feature-txt h3 {
  border-top: 2px solid #055391;
  border-bottom: 2px solid #055391;
  margin-bottom: 36px;
  margin-top: 70px;
}
.feature-icon {
  width: 350px;
  height: 350px;
}
.feature-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.feature-box {
  display: flex;
  align-items: center;
  height: 100vh;
}
.feature-box:first-child .feature-img {
  border-radius: 0;
  border-bottom-left-radius: 100px;
}
.feature-box:last-child .feature-img {
  border-radius: 0;
  border-top-left-radius: 100px;
}
.feature-box:nth-child(even) {
  flex-direction: row-reverse;
}
.bg-section {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  overflow: hidden;
}
.bg-section .container {
  height: 100%;
}
.bg-half-overlay::after {
  content: "";
  height: 100%;
  width: 50%;
  background: #fff;
  opacity: 0.1;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: -1;
}
.bg-half-overlay.rev::after {
  left: auto;
  right: 0;
}
.bg-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.bg-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.head-1 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 125px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -7.5px;
}
.head-1.black {
  color: #000;
}
.head-1.center {
  text-align: center;
}
.head-1.green {
  color: #1F7D3A;
}
.head-1.blue {
  color: #055391;
}
.subscribe-wrap {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}
.empower-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.expertise-content h2 {
  margin-bottom: 20px;
}
.expertise-content h3 {
  margin-bottom: 40px;
}
.expertise-content p {
  max-width: 560px;
}
.txt-2 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
}
.endurance-content {
  padding: 0 120px;
}
.endurance-content h3 {
  text-align: right;
  margin-bottom: 32px;
}
.endurance-content p {
  max-width: 501px;
  margin-left: auto;
}
.center-sec .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.learn-wrap {
  position: absolute;
  bottom: 0;
  border-radius: 100px 100px 0px 0px;
  background: rgba(255, 255, 255, 0.4);
  padding: 60px 140px;
  left: 50%;
  transform: translateX(-50%);
}
.discover-products {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 120px 160px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  z-index: 11;
}
.intro-section {
  overflow: hidden;
  z-index: 111111;
  height: 100vh;
  position: fixed;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
}
.intro-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.intro-bg::after {
  content: "";
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  transition: 1s;
}
.intro-bg.removeOverlay::after {
  opacity: 0;
}
.intro-bg img {
  height: 100%;
  width: 100%;
}
.logo-big {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 120px;
}
.logo-big img {
  width: 100%;
  height: 100%;
}
.intro-title {
  transition: 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo-big {
  transition: 0.8s;
  transition-delay: 1.6s;
}
.intro-section {
  transition: 1s;
}
.intro-section.hide {
  transform: translateY(-100%);
}
.intro-section.inactive .intro-bg {
  opacity: 0;
}
.intro-section.inactive .intro-title {
  transform: translateY(500px);
  opacity: 0;
}
.intro-section.inactive .logo-big {
  transform: translateY(400px);
  opacity: 0;
}
.intro-title.moveOut {
  transform: translateY(-500px);
  opacity: 0;
}
.banner-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-section .swiper {
  height: 100%;
  width: 100%;
}
.banner-wrap {
  padding: 0 100px;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.banner-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-section {
  position: relative;
  height: 100vh;
  padding-top: 250px;
}
.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.about-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-wc {
  padding: 80px 0;
}
.about-wc h3 {
  margin-bottom: 64px;
}
.progress-line {
  position: absolute;
  height: 100%;
  right: 0;
  width: 10px;
  background: #aaa;
  z-index: 11;
  top: 0;
}
.progress-bar {
  transition: 0s;
  transform: scaleY(0);
  background: var(--clr);
  height: 100%;
  transform-origin: center bottom;
}
.progress-bar.active-first {
  transition: 2s linear;
  transform: scaleY(1);
}
.progress-bar.active {
  transition: 4s linear;
  transform: scaleY(1);
}
.contact-wrap h3 {
  margin-bottom: 16px;
}
.contact-wrap p {
  margin-bottom: 36px;
}
.contact-form {
  max-width: 606px;
  margin: auto;
}
.contact-section {
  padding: 80px 0 60px;
}
.product-top-bg {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.product-bottom-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.products-section {
  position: relative;
  padding-top: 100px;
}
.products-wrap {
  padding-top: var(--header-height);
}
.product-box {
  border-radius: 40px;
  border: 1px solid #000;
  height: 490px;
  width: 100%;
  background: #000;
  padding: 20px;
  margin-bottom: 100px;
}
.product-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product-box h4 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}
.tag {
  border-radius: 100px;
  background: rgba(235, 235, 235, 0.5);
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.2px;
  padding: 8px 16px;
  width: max-content;
  margin-top: 14px;
}
.specification {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.specification span {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.08px;
  display: block;
}
.product-specs {
  margin-top: 64px;
  padding: 0 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product-category {
  padding: 40px 0 80px;
  border-bottom: 1px solid #D9D9D9;
}
.product-category.no-border {
  border-bottom: 0;
}
.product-category h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  margin-bottom: 32px;
}
.product-category .button {
  margin-top: 64px;
}
/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.popup-buttons {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 200px;
}
.popup-link {
  font-size: 30px;
  color: var(--clr);
  font-weight: 600;
}
.onboard-journey-popup {
  height: 100vh;
  max-width: 940px;
  max-height: 850px;
  width: 100%;
  border-radius: 100px;
  background: linear-gradient(to right, #055391 0 40%, #ffffff 40% 100%);
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.mfp-close {
  top: 40px;
  right: 40px;
  font-size: 40px;
}
.mfp-close:active {
  top: 39px;
}
.popup-logo {
  width: max-content;
  position: relative;
  left: 30%;
  margin-bottom: 30px;
}
.popup-content {
  display: flex;
  overflow: hidden;
}
.popup-left {
  width: 40%;
  padding-left: 40px;
  padding-right: 40px;
}
.popup-left h3 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* ContentBig */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.8px;
  margin-bottom: 30px;
}
.popup-left p {
  color: #FFF;
  /* Content */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-top: 30px;
}
.popup-right {
  width: 60%;
  padding: 0 45px;
  overflow-y: auto;
}
.popup-right .form-grp {
  margin-bottom: 20px;
}
.popup-right button {
  width: 100%;
}
.popup-right form {
  margin-bottom: 20px;
}
.g-line {
  height: 10px;
  width: 130px;
  background-color: #1F7D3A;
  border-radius: 10px;
}
.bottom-line {
  color: #000;
  /* Content */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-top: 36px;
  text-align: center;
}
.linkGoto {
  color: #1F7D3A;
  /* Content */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
  display: inline-block;
  margin-left: 6px;
}
.linkGoto.center {
  text-align: center;
  display: block;
}
.check-email-right p {
  margin-bottom: 30px;
}
.verified-icon {
  margin: auto;
  margin-bottom: 50px;
  width: max-content;
}
.verified-right .linkGoto {
  margin-top: 30px;
}
.bottom-box {
  background: #F2F2F2;
  padding: 130px 64px 0;
  border-radius: 20px;
  overflow: hidden;
}
.bottom-image {
  height: 340px;
  display: flex;
  justify-content: center;
}
.bottom-image img {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.bottom-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0 80px;
  gap: 4px;
}
.bottom-btns .button {
  margin: 0;
}
.product-bottom-section {
  padding: 150px 0;
}
.p-detail-wrap {
  padding-top: 250px;
}
.p-detail-wrap h2 {
  margin-bottom: 200px;
}
.descr {
  margin-top: 64px;
  padding-left: 50px;
}
.descr h4 {
  color: #4E4949;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-bottom: 16px;
}
.descr p {
  max-width: 900px;
  color: #6F6F6F;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
  letter-spacing: -1.2px;
}
.p-detail-box {
  max-width: 1220px;
  margin: auto;
}
.details {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 80px;
  padding-left: 50px;
}
.detail h4 {
  color: #4E4949;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-bottom: 8px;
}
.detail h5 {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 20px 40px 10px rgba(0, 0, 0, 0.05);
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.2px;
  padding: 8px 32px;
}
.p-detail-sec {
  display: flex;
  justify-content: space-between;
}
.p-detail-left {
  width: 60%;
}
.p-detail-right {
  width: 35%;
}
.p-detail-right .button {
  width: 100%;
}
.small-image-box {
  border-radius: 40px;
  border: 1px solid #F2F2F2;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  padding: 28px;
}
.small-image-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 300px;
}
.p-detail-right {
  border-radius: 50px;
  background: #FFF;
  padding: 15px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.open-icon {
  position: absolute;
  z-index: 1;
  right: 12px;
  top: 6px;
}
.descr {
  padding-bottom: 38px;
  border-bottom: 1px solid #000;
}
.share {
  margin-top: 30px;
  padding-left: 50px;
}
.share h4 {
  color: #4E4949;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-bottom: 8px;
}
.product-small {
  border-radius: 30px;
  padding: 15px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
  width: 150px;
  height: 150px;
}
.product-small img {
  border: 1px solid #F2F2F2;
}
.search-field {
  width: 100%;
  margin-left: 30px;
  position: relative;
  max-width: 640px;
}
.search-field::after {
  content: url(../img/search.svg);
  position: absolute;
  left: 24px;
  top: 18px;
  opacity: 0.3;
}
.search-field.active::after {
  opacity: 1;
}
.search-field.active input {
  background: #fff;
}
.search-field input {
  width: 100%;
  padding: 0 66px;
  max-width: 500px;
  border-radius: 30px;
  background: #F0F0F0;
  height: 60px;
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  box-shadow: none;
  border: none;
  outline: none;
}
.search-field input::placeholder {
  color: #9D9D9D;
}
.eff-section {
  height: auto;
  position: relative;
}
.eff-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.eff-bg img {
  height: 100%;
  width: 100%;
}
.eff-section {
  padding: 90px 0 160px;
}
.eff-content {
  margin-top: 40px;
  width: max-content;
}
.eff-txt {
  display: flex;
  margin-top: 30px;
}
.eff-txt p {
  max-width: 560px;
  margin-right: 80px;
}
.eff-icon {
  height: 165px;
  width: 165px;
  flex-shrink: 0;
}
.eff-content-2 {
  margin-left: auto;
}
.expertise-txt {
  display: flex;
  max-width: 1160px;
}
.expertise-txt p {
  width: 50%;
}
.expertise-txt ul {
  width: 50%;
}
.expertise-txt ul p {
  width: 100%;
  margin-bottom: 12px;
}
.expertise-txt ul li {
  list-style-type: disc;
  list-style-position: inside;
  color: #FFF;
  /* Content */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
}
.expertise-content {
  width: max-content;
}
.expertise-content {
  margin-left: auto;
  margin-top: 40px;
}
.mob-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 24px;
  padding-top: 40px;
  gap: 20px;
}
.mob-btns .button {
  margin-left: 0;
  width: 100%;
}
#search-results-list {
  position: absolute;
  background: #fff;
  width: 100%;
  border-radius: 30px;
  margin-top: 16px;
  max-height: 500px;
  overflow-y: auto;
}
#search-results-list::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}
#search-results-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}
#search-results-list::-webkit-scrollbar-thumb {
  background: #1f7d3a;
  border-radius: 8px;
}
#search-results-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#search-results-list li {
  margin-bottom: 12px;
  margin-left: 24px;
  font-size: 18px !important;
}
#search-results-list li strong {
  display: block;
  margin-top: 24px;
  color: #706A6A;
}
#search-results-list li a {
  color: #000;
  font-weight: 700;
  margin-left: 20px;
  display: block;
}
#search-results-list li a :hover {
  opacity: 0.6;
}
.overlay {
  display: none;
  background: #000;
  opacity: 0.5;
  z-index: 3699;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.search-field {
  z-index: 3700;
}
.mfp-figure figure {
  padding: 24px;
  background: #fff;
  border-radius: 30px;
}
.mfp-close {
  font-size: 0;
  width: 45px;
  left: 0;
}
.mfp-close::after {
  content: url(../img/close-popup.svg);
  height: 45px;
  width: 45px;
  display: block;
  position: absolute;
  left: 30px;
  background: #fff;
  opacity: 1;
  top: 0;
}
.onboard-journey-popup .mfp-close {
  display: none;
}
.search-field button {
  position: absolute;
  background: none;
  border: none;
  box-shadow: none;
  color: #9D9D9D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  right: 24px;
  top: 20px;
}
.clear-btn {
  display: none;
}
.pagination {
  display: flex;
  gap: 16px;
  padding-bottom: 40px;
}
.page-link {
  font-size: 30px;
  color: #000;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000;
}
.page-item.active {
  background: #000;
}
.page-item.active .page-link {
  color: #fff;
}
.page-item.disabled {
  opacity: 0.5;
}
.mfp-figure figure img {
  max-height: 80vh !important;
  padding: 70px 0 0 !important;
}
.menuBtn {
  margin-left: 10px;
}
.menuBtn .header-nav {
  margin-right: 8px;
}
.main-wrap {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-img {
  height: 100%;
  width: 100%;
  position: absolute;
}
.bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.x-elem {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 30%;
}
.x-elem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}
.hor-line {
  border-top: 7px solid rgba(255, 255, 255, 0.67);
  width: 197px;
  height: 0px;
  margin: auto;
  margin-bottom: 32px;
}
.main-txt {
  padding: 0 20px;
  position: relative;
  max-width: 990px;
  margin: auto;
}
.main-txt h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 65px;
  line-height: 79px;
  letter-spacing: 0.25em;
  color: #ffffff;
  text-align: center;
}
.main-txt h2 span {
  display: block;
  font-weight: 700;
  font-size: 145px;
  line-height: 177px;
  letter-spacing: 0.17em;
  color: #ffffff;
}
.main-txt h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 65px;
  line-height: 79px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
.main-txt p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.17em;
  text-align: center;
  color: #ffffff;
  margin-top: 50px;
}
.check-txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px;
}
.check-txt h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 125px;
  line-height: 123px;
  color: #000000;
  margin-bottom: 44px;
  max-width: 1103px;
}
.check-txt p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  max-width: 695px;
  margin-bottom: 70px;
}
.check-btns {
  display: flex;
  flex-direction: column;
}
.check-btns .button {
  margin-left: 100px;
}
.check-btns .button:last-child {
  margin-top: 26px;
  margin-left: 250px;
}
.check-bg {
  position: relative;
  right: 0;
  height: 1080px;
}
.check-bg-wrap {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-bg-wrap .button {
  z-index: 111;
  position: absolute;
  min-width: 275px;
}
.main-wrap {
  overflow: hidden;
}
.message-box {
  z-index: 111;
  position: absolute;
  height: 590px;
  width: 590px;
  border-radius: 50%;
  background: #000000;
  box-shadow: 11px 11px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  padding: 70px;
  justify-content: center;
}
.message-box p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 65px;
  line-height: 1.1;
  text-align: center;
}
.message-box p span {
  font-weight: 900;
}
.message-box.green {
  border: 8px solid #279c49;
}
.message-box.green p {
  color: #279c49;
}
.message-box.red {
  border: 8px solid #9c2727;
}
.message-box.red p {
  color: #9c2727;
}
.elements-wrap {
  display: flex;
}
.elements-wrap .message-box {
  position: relative;
}
.authenticity-page .main-container {
  padding-top: var(--header-height);
}
.product-code {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  border-radius: 50px;
  height: 62px;
  padding: 36px;
  width: 100px;
  margin-left: 100px;
  width: max-content;
}
.form-grp-footer-custom {
  background: transparent;
}
/* header */
:root {
  --menuWidth: 300px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
}
.head-right {
  display: flex;
  gap: 10px;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  margin-right: 32px;
  position: static;
}
.head-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.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;
}
.drop {
  position: relative;
}
.drop > a:after {
  content: "";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/menu-drop.svg) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
.drop ul {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  top: 40px;
  transform: translateX(-50%);
  left: 50%;
  width: auto;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.drop ul li {
  padding: 0;
}
.drop ul li:last-of-type {
  border-bottom: 0;
}
.drop ul li a {
  display: block;
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 5px;
}
.drop ul li a:hover {
  background: #eee;
  color: #000;
}
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.header-wrap {
  display: flex;
}
.header-box {
  display: flex;
  height: var(--header-height);
}
.menuBtn {
  display: flex;
  align-items: center;
}
.header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-list li {
  padding: 7px 12px;
}
.header-list li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.header-list li a:hover {
  color: var(--clr);
}
.header-nav {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-right: 16px;
}
.header-nav:hover {
  color: var(--clr);
}
.fixHeader {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(19, 28, 162, 0.1);
}
.fixHeader .header-box .container {
  height: var(--headerFixedHeight);
}
.fixHeader .search-field input {
  border: 1px solid #666;
}
.menuBtn .button {
  margin-left: 8px;
  font-size: 18px;
}
/* side menu */
.menu {
  display: none;
  position: relative;
}
/* side menu */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper {
  position: fixed;
  width: 600px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.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;
}
.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;
}
.js-nav-toggle span:before {
  margin-top: 5px;
}
.show-menu .js-nav-toggle {
  z-index: 99999;
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #fff;
}
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
.mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #333;
}
.mob-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 30px;
  padding-left: 1.3em;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: rgba(255, 255, 255, 0.5);
}
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
.mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
.mob-navigation a {
  display: block;
  position: relative;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-size: 18px;
  font-weight: 600;
}
.mob-btns .button {
  padding: 20px 0;
}
.mob-navigation a:hover {
  color: #aaa;
  background-color: var(--nblue);
}
.mob-navigation ul {
  list-style: none;
  padding: 80px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mob-navigation li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.white-header .header-list li a {
  color: #fff;
}
.white-header .header-list .drop ul li a {
  color: #000;
}
.white-header .header-nav {
  color: #fff;
}
.white-header.fixHeader .header-list li a {
  color: #000;
}
.white-header.fixHeader .header-nav {
  color: #000;
}
@media all and (max-width: 1200px) {
  .navigation {
    display: none;
  }
  .nav-wrapper {
    display: block;
  }
  .header-list {
    display: none;
  }
  .search-field {
    display: none;
  }
  .menuBtn .button {
    display: none;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  .logo {
    width: 90px;
  }
}
@media all and (max-width: 1700px) {
  .head-1 {
    font-size: 115px;
  }
  .container {
    max-width: 1540px;
  }
  .about-section {
    padding-top: 150px;
  }
}
@media all and (max-width: 1600px) {
  .main-txt h2 {
    font-size: 52px;
    line-height: 1.2;
  }
  .main-txt h2 span {
    font-size: 115px;
    line-height: 1.2;
  }
  .main-txt h3 {
    font-size: 52px;
    line-height: 1.2;
  }
  .main-txt p {
    font-size: 40px;
    line-height: 1.2;
  }
  .check-txt h2 {
    font-size: 115px;
    line-height: 1;
  }
  .message-box {
    height: 480px;
    width: 480px;
    padding: 54px;
  }
  .message-box p {
    font-size: 52px;
  }
  .head-1 {
    font-size: 105px;
  }
  .head-2 {
    font-size: 56px;
  }
  .container {
    max-width: 1366px;
  }
  .popup-logo {
    width: 450px;
    left: 32.8%;
  }
  .onboard-journey-popup {
    padding-top: 60px;
  }
  .product-box {
    margin-bottom: 40px;
  }
  .product-category .button {
    margin-top: 30px;
  }
  .feature-txt {
    max-width: 610px;
    padding: 0 20px;
  }
  .feature-icon {
    width: 300px;
    height: 300px;
  }
  .search-field input {
    width: -webkit-fill-available;
    width: -moz-available;
  }
}
@media all and (max-width: 1440px) {
  .check-txt h2 {
    font-size: 105px;
    line-height: 1;
  }
  .message-box {
    height: 400px;
    width: 400px;
    padding: 58px;
  }
  .message-box p {
    font-size: 40px;
  }
  .head-1 {
    font-size: 95px;
  }
  .head-2 {
    font-size: 52px;
  }
  .container {
    max-width: 1200px;
  }
  .welcome-txt ul li {
    font-size: 24px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .welcome-txt ul li img {
    margin-right: 20px;
    width: 50px;
  }
  .welcome-txt p {
    font-size: 24px;
    max-width: 340px;
  }
  .welcome-content {
    padding-top: 60px;
  }
  .bottom-line {
    margin-top: 24px;
  }
  .popup-logo {
    width: 380px;
    left: 33.8%;
  }
  .onboard-journey-popup {
    padding-top: 40px;
  }
  .feature-icon {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 1366px) {
  .main-txt h2 {
    font-size: 44px;
    line-height: 1.2;
  }
  .main-txt h2 span {
    font-size: 95px;
    line-height: 1.2;
  }
  .main-txt h3 {
    font-size: 44px;
    line-height: 1.2;
  }
  .main-txt p {
    font-size: 36px;
    line-height: 1.2;
  }
  .button {
    font-size: 20px;
    height: 65px;
  }
  .check-txt h2 {
    font-size: 80px;
    line-height: 1;
    max-width: 820px;
  }
  .check-txt p {
    margin-bottom: 50px;
  }
  .check-bg-wrap {
    right: -140px;
  }
  .head-1 {
    font-size: 82px;
  }
  .txt-1 {
    font-size: 26px;
  }
  .head-2 {
    font-size: 48px;
  }
  .intro-logo {
    max-width: 450px;
    margin: auto;
  }
  .container {
    max-width: 1024px;
  }
  .popup-right {
    width: 60%;
    padding: 0 30px;
  }
  .linkGoto,
  .bottom-line {
    font-size: 18px;
  }
  .popup-logo {
    width: 250px;
    left: 35.7%;
  }
  .expertise-content {
    margin-left: 0;
  }
  .bg-section {
    padding: 80px 0;
  }
  .endurance-content h3 {
    text-align: center;
  }
  .endurance-content p {
    text-align: center;
    max-width: none;
  }
  .bg-section {
    height: auto;
  }
  .discover-products {
    padding: 30px 60px;
  }
  .bg-half-overlay::after {
    background: #000;
    opacity: 0.5;
  }
  .endurance-content {
    padding: 0 0;
  }
  .p-detail-box {
    padding: 24px 0;
  }
  .header-list li {
    padding: 7px 6px;
  }
  .drop > a:after {
    margin-left: 4px;
  }
  .search-field {
    margin-left: 10px;
  }
  .search-field {
    max-width: 300px;
  }
}
@media all and (max-width: 1280px) {
  .check-txt h2 {
    font-size: 60px;
  }
  .check-txt p {
    font-size: 22px;
  }
  .check-txt {
    max-width: 710px;
  }
  .check-bg-wrap .button {
    min-width: 205px;
    font-size: 18px;
    height: 60px;
  }
  .message-box {
    height: 350px;
    width: 350px;
    padding: 48px;
  }
  .message-box p {
    font-size: 36px;
  }
  .head-1 {
    font-size: 72px;
  }
  .txt-1 {
    font-size: 26px;
  }
  .head-2 {
    font-size: 44px;
    letter-spacing: -2.2px;
  }
  .project-x-big {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
  }
  .bg-section {
    height: auto;
  }
}
@media all and (max-width: 1200px) {
  .menuBtn .header-nav {
    display: none;
  }
}
@media all and (max-width: 1100px) {
  .head-1 {
    font-size: 64px;
    letter-spacing: -4px;
  }
  .intro-logo {
    max-width: 350px;
    margin: auto;
  }
  .welcome-txt p {
    font-size: 24px;
    letter-spacing: -0.9px;
  }
  .welcome-txt ul li {
    font-size: 24px;
  }
  .welcome-txt ul li img {
    margin-right: 24px;
  }
  .container {
    max-width: 990px;
  }
  .onboard-journey-popup {
    border-radius: 60px;
  }
  .popup-right .form-grp {
    margin-bottom: 16px;
  }
  .form-field {
    height: 54px;
    padding: 0 48px;
  }
  .button.blue {
    font-size: 20px;
  }
  .footer-wrap {
    padding: 150px 0 40px;
  }
  .footer-bottom {
    padding-left: 0;
  }
}
@media all and (max-width: 1024px) {
  .check-bg-wrap {
    right: -240px;
  }
}
@media all and (max-width: 990px) {
  .x-elem-check {
    display: none;
  }
  .check-txt {
    text-align: center;
    margin: auto;
    max-width: none;
    padding: 40px 15%;
  }
  .check-btns .button {
    margin-left: auto;
  }
  .check-btns .button:last-child {
    margin-top: 26px;
    margin-left: auto;
  }
  .check-bg-wrap {
    right: 0;
    height: 100%;
    width: 100%;
    top: 30%;
  }
  .check-bg {
    position: relative;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .check-bg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .head-2 {
    font-size: 42px;
    letter-spacing: -2px;
  }
  .txt-1 {
    font-size: 24px;
  }
  .container {
    max-width: 700px;
  }
  .welcome-txt {
    display: block;
  }
  .welcome-txt p {
    max-width: none;
    margin-bottom: 24px;
  }
  .welcome-section {
    height: auto;
    padding-bottom: 60px;
  }
  .welcome-bg {
    opacity: 0.35;
  }
  .popup-right {
    width: 60%;
    padding: 0 20px;
  }
  .popup-logo {
    left: 43%;
    margin-bottom: 20px;
  }
  .eff-content {
    width: 100%;
  }
  .eff-section {
    padding: 60px 0;
  }
  .expertise-content {
    width: 100%;
    padding-bottom: 140px;
  }
  .expertise-txt {
    display: block;
  }
  .expertise-txt ul {
    margin-top: 20px;
  }
  .expertise-txt p {
    width: 100%;
  }
  .expertise-txt ul {
    width: 100%;
  }
  .expertise-content p {
    max-width: none;
  }
  .expertise-content h3 {
    margin-bottom: 20px;
  }
  .expertise-content {
    margin-top: 0;
  }
  .footer-logo {
    margin-right: 30px;
  }
  .footer-top p {
    font-size: 18px;
  }
  .welcome-txt p {
    font-size: 22px;
  }
  .feature-box {
    height: auto;
    display: block;
  }
  .feature-txt {
    max-width: 650px;
    padding: 0 20px;
    width: 100%;
  }
  .feature-txt .txt-1 {
    text-align: center;
  }
  .feature-box:first-child .feature-img {
    border-radius: 60px;
  }
  .feature-box:last-child .feature-img {
    border-radius: 60px;
  }
  .feature-img {
    height: 500px;
    width: 500px;
    margin: auto;
    margin-top: 40px;
    border-radius: 60px;
  }
  .feature-section {
    padding: 60px 0;
  }
  .feature-box {
    margin-bottom: 100px;
  }
  .feature-icon {
    width: 180px;
    height: 180px;
  }
  .feature-txt h3 {
    margin-bottom: 26px;
    margin-top: 30px;
  }
  :root {
    --header-height: 80px;
  }
  .bottom-image {
    height: 200px;
    width: 100%;
  }
  .bottom-btns {
    flex-direction: column;
    gap: 16px;
  }
  .bottom-box {
    background: #F2F2F2;
    padding: 100px 44px 0;
  }
  .p-detail-left {
    width: 100%;
    margin-bottom: 80px;
  }
  .p-detail-right {
    width: 100%;
  }
  .p-detail-sec {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .product-code {
    margin-left: 0;
    margin-bottom: 24px;
  }
  #review_recaptcha {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .main-txt h2 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  .main-txt h2 span {
    font-size: 75px;
    line-height: 1.2;
  }
  .main-txt h3 {
    font-size: 36px;
    line-height: 1.2;
  }
  .main-txt p {
    font-size: 30px;
    line-height: 1.2;
  }
  .button {
    height: 55px;
  }
  .main-wrap {
    overflow: visible;
  }
  .check-txt {
    padding: 40px 20px;
  }
  .container {
    max-width: 100%;
  }
  .head-1 {
    font-size: 52px;
    letter-spacing: -3px;
  }
  .head-2 {
    font-size: 40px;
    letter-spacing: -1.84px;
  }
  .logo-big {
    padding: 0 40px;
  }
  .banner-wrap {
    padding: 0 40px;
  }
  .intro-logo {
    max-width: 250px;
    margin: auto;
  }
  .popup-left {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .eff-txt {
    flex-direction: column-reverse;
  }
  .eff-icon {
    height: 115px;
    width: 115px;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
  .eff-txt p {
    margin-right: 0;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-line {
    display: none;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-wrap {
    padding: 80px 0;
  }
  .footer-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-bottom a,
  .footer-bottom p {
    text-align: center;
  }
  .welcome-title {
    margin-bottom: 70px;
  }
  .feature-icon {
    width: 140px;
    height: 140px;
  }
  .feature-section {
    padding: 40px 0;
  }
  .nav-wrapper {
    width: 400px;
  }
  .mob-navigation a {
    font-size: 16px;
  }
  .mob-btns .button {
    padding: 20px 0;
  }
  .products-wrap {
    padding-top: 40px;
  }
}
@media all and (max-width: 640px) {
  .comm-section {
    padding: 24px 0;
  }
  .check-txt h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .check-txt p {
    font-size: 20px;
  }
  .txt-1 {
    font-size: 22px;
  }
  .popup-right {
    width: 100%;
    padding: 0 20px;
  }
  .popup-left {
    display: none;
  }
  .onboard-journey-popup {
    background: #fff;
  }
  .popup-logo {
    left: auto;
    margin-left: 20px;
  }
  .popup-buttons {
    padding-top: 100px;
  }
  .bottom-image {
    height: auto;
  }
  .bottom-box {
    background: #F2F2F2;
    padding: 80px 30px 0;
  }
  .bottom-btns {
    margin: 26px 0 50px;
  }
  .product-bottom-section {
    padding: 80px 0;
  }
}
@media all and (max-width: 576px) {
  .main-txt h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  .main-txt h2 span {
    font-size: 70px;
    line-height: 1.2;
  }
  .main-txt h3 {
    font-size: 32px;
    line-height: 1.2;
  }
  .main-txt p {
    font-size: 24px;
    line-height: 1.5;
  }
  .head-1 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .intro-logo {
    max-width: 200px;
  }
  .popup-right {
    padding: 0 0px;
  }
  .discover-products {
    padding: 10px 10px;
  }
  .popup-logo {
    margin-left: 0;
    width: 200px;
    margin: 20px auto;
  }
  .bg-section {
    padding: 60px 0;
  }
  .feature-img {
    width: 100%;
    height: 450px;
    padding: 0 20px;
  }
  .feature-img img {
    border-radius: 60px;
  }
  .feature-box {
    margin-bottom: 40px;
  }
  .feature-txt h3 {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .main-txt h2 {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  .main-txt h2 span {
    font-size: 54px;
    line-height: 1.2;
  }
  .main-txt h3 {
    font-size: 26px;
    line-height: 1.2;
  }
  .main-txt p {
    font-size: 22px;
    line-height: 1.5;
  }
  .check-txt h2 {
    font-size: 45px;
    margin-bottom: 22px;
  }
  .check-txt {
    padding: 32px 16px;
  }
  .message-box {
    height: 300px;
    width: 300px;
    padding: 30px;
  }
  .message-box p {
    font-size: 26px;
  }
  .check-txt p {
    margin-bottom: 30px;
  }
  .head-2 {
    font-size: 32px;
  }
  .welcome-txt p {
    font-size: 20px;
  }
  .product-box h4 {
    font-size: 32px;
  }
  .product-specs {
    padding: 0;
    margin-top: 40px;
  }
  .product-box {
    margin-bottom: 40px;
  }
  .specification span {
    font-size: 16px;
  }
  .product-category .button {
    margin-top: 20px;
  }
  .onboard-journey-popup {
    border-radius: 40px;
  }
  .white-popup {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .about-section {
    padding-top: 100px;
  }
  .txt-1 {
    font-size: 20px;
  }
  .endurance-content h3 {
    margin-bottom: 20px;
  }
  .about-wc h3 {
    margin-bottom: 40px;
  }
  .about-wc {
    padding: 60px 0;
  }
  .footer-wrap {
    padding: 60px 0;
  }
  .contact-section {
    padding: 60px 0;
  }
  .feature-img {
    width: 100%;
    height: 350px;
    border-radius: 40px;
  }
  .feature-img img {
    border-radius: 40px;
  }
  .nav-wrapper {
    width: 300px;
  }
  .products-wrap {
    padding-top: 30px;
  }
  .product-bottom-section {
    padding: 40px 0;
  }
  .product-category {
    padding: 40px 0;
  }
  .pagination {
    gap: 8px;
  }
  .page-link {
    font-size: 24px;
    height: 50px;
    width: 50px;
  }
}
@media all and (max-width: 400px) {
  .main-txt h2 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  .main-txt h2 span {
    font-size: 50px;
    line-height: 1.2;
  }
  .main-txt h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .main-txt p {
    font-size: 20px;
    line-height: 1.5;
  }
  .main-txt p br {
    display: none;
  }
  .check-txt h2 {
    font-size: 36px;
  }
  .head-1 {
    font-size: 40px;
  }
  .feature-icon {
    width: 100px;
    height: 100px;
  }
  .welcome-txt p {
    font-size: 18px;
  }
  .mfp-close {
    top: 20px;
    right: 20px;
  }
  .mfp-close:active {
    top: 20px;
  }
  .products-wrap {
    padding-top: 20px;
  }
}
/*# sourceMappingURL=main.css.map */