

/*------------------------------------------------------------------
[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
-------------------------------------------------------------------*/
html,
body {
  font-family: 'Plein', sans-serif;
  font-weight: 400;
}
/*==========================================================================
=> Color
==========================================================================*/
:root {
  --sidebarWidth: 430px;
  --clr: ;
  /* common */
  --clr-red: #f00;
  --clr-grn: #1e7e34;
  --clr-white: #fff;
  --clr-purple: #17A2B8;
  --clr-pink: #00D4FF;
  --clr-dpurple-bg: #0A1C1F;
  --clr-card-purple-bg: #1A3D45;
  /* 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: #17A2B8;
  --button-line: #0E2F36;
  /* 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;
}
.teal {
  color: #17A2B8;
}
.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?8uepen');
  src: url('../fonts/icomoon.eot?8uepen#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?8uepen') format('truetype'), url('../fonts/icomoon.woff?8uepen') format('woff'), url('../fonts/icomoon.svg?8uepen#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-line-chart-line:before {
  content: "\e90a";
}
.icon-building-line:before {
  content: "\e908";
}
.icon-newspaper-line:before {
  content: "\e909";
}
.icon-uniE900:before {
  content: "\e900";
}
.icon-apple-store:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-newsletter:before {
  content: "\e905";
}
.icon-playstore:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e907";
}
.icon-tiktok {
  width: 26px;
  height: 26px;
  margin-top: -5px;
}
/*==========================================================================
=> 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: 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: 1024px) {
  .f-1024-10 .f-col {
    width: 10%;
  }
  .f-1024-9 .f-col {
    width: 11.11111111%;
  }
  .f-1024-8 .f-col {
    width: 12.5%;
  }
  .f-1024-7 .f-col {
    width: 14.28571429%;
  }
  .f-1024-6 .f-col {
    width: 16.66666667%;
  }
  .f-1024-5 .f-col {
    width: 20%;
  }
  .f-1024-4 .f-col {
    width: 25%;
  }
  .f-1024-3 .f-col {
    width: 33.33333333%;
  }
  .f-1024-2 .f-col {
    width: 50%;
  }
  .f-1024-1 .f-col {
    width: 100%;
  }
  .w-1024-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-33 {
    width: 33%;
  }
  .w-1024-16 {
    width: 16.666666%;
  }
  .mb-1024-100 {
    margin-bottom: 100px;
  }
  .mb-1024-95 {
    margin-bottom: 95px;
  }
  .mb-1024-90 {
    margin-bottom: 90px;
  }
  .mb-1024-85 {
    margin-bottom: 85px;
  }
  .mb-1024-80 {
    margin-bottom: 80px;
  }
  .mb-1024-75 {
    margin-bottom: 75px;
  }
  .mb-1024-70 {
    margin-bottom: 70px;
  }
  .mb-1024-65 {
    margin-bottom: 65px;
  }
  .mb-1024-60 {
    margin-bottom: 60px;
  }
  .mb-1024-55 {
    margin-bottom: 55px;
  }
  .mb-1024-50 {
    margin-bottom: 50px;
  }
  .mb-1024-45 {
    margin-bottom: 45px;
  }
  .mb-1024-40 {
    margin-bottom: 40px;
  }
  .mb-1024-35 {
    margin-bottom: 35px;
  }
  .mb-1024-30 {
    margin-bottom: 30px;
  }
  .mb-1024-25 {
    margin-bottom: 25px;
  }
  .mb-1024-20 {
    margin-bottom: 20px;
  }
  .mb-1024-15 {
    margin-bottom: 15px;
  }
  .mb-1024-10 {
    margin-bottom: 10px;
  }
  .mb-1024-5 {
    margin-bottom: 5px;
  }
  .mb-1024-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .f-990-10 .f-col {
    width: 10%;
  }
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .f-990-8 .f-col {
    width: 12.5%;
  }
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .f-990-5 .f-col {
    width: 20%;
  }
  .f-990-4 .f-col {
    width: 25%;
  }
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .f-990-2 .f-col {
    width: 50%;
  }
  .f-990-1 .f-col {
    width: 100%;
  }
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .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: 834px) {
  .f-834-10 .f-col {
    width: 10%;
  }
  .f-834-9 .f-col {
    width: 11.11111111%;
  }
  .f-834-8 .f-col {
    width: 12.5%;
  }
  .f-834-7 .f-col {
    width: 14.28571429%;
  }
  .f-834-6 .f-col {
    width: 16.66666667%;
  }
  .f-834-5 .f-col {
    width: 20%;
  }
  .f-834-4 .f-col {
    width: 25%;
  }
  .f-834-3 .f-col {
    width: 33.33333333%;
  }
  .f-834-2 .f-col {
    width: 50%;
  }
  .f-834-1 .f-col {
    width: 100%;
  }
  .w-834-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-33 {
    width: 33%;
  }
  .w-834-16 {
    width: 16.666666%;
  }
  .mb-834-100 {
    margin-bottom: 100px;
  }
  .mb-834-95 {
    margin-bottom: 95px;
  }
  .mb-834-90 {
    margin-bottom: 90px;
  }
  .mb-834-85 {
    margin-bottom: 85px;
  }
  .mb-834-80 {
    margin-bottom: 80px;
  }
  .mb-834-75 {
    margin-bottom: 75px;
  }
  .mb-834-70 {
    margin-bottom: 70px;
  }
  .mb-834-65 {
    margin-bottom: 65px;
  }
  .mb-834-60 {
    margin-bottom: 60px;
  }
  .mb-834-55 {
    margin-bottom: 55px;
  }
  .mb-834-50 {
    margin-bottom: 50px;
  }
  .mb-834-45 {
    margin-bottom: 45px;
  }
  .mb-834-40 {
    margin-bottom: 40px;
  }
  .mb-834-35 {
    margin-bottom: 35px;
  }
  .mb-834-30 {
    margin-bottom: 30px;
  }
  .mb-834-25 {
    margin-bottom: 25px;
  }
  .mb-834-20 {
    margin-bottom: 20px;
  }
  .mb-834-15 {
    margin-bottom: 15px;
  }
  .mb-834-10 {
    margin-bottom: 10px;
  }
  .mb-834-5 {
    margin-bottom: 5px;
  }
  .mb-834-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;
}
li span{
  font-family: inherit;
  color: #FFFFFF;
}
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 {
  font-family: var(--button-font);
  /* background: var(--button-fill); */
  background: linear-gradient(0deg, #00D4FF 0%, #ffffff 100%);
  background-position: 100% 0;
  border: none;
  outline: none;
  color: #26202D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  line-height: 64px;
  padding: 0 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0px 8px 44px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button:hover {
  box-shadow: 0px 8px 44px rgba(0, 0, 0, 0.7);
}
.button.line {
  background: transparent;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
.button.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
.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 {
  font-family: var(--input-font);
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 0;
  border-bottom: 1px solid var(--input-border);
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: #000;
  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;
}
.form-field:focus,
.form-field.field--not-empty {
  border: 0;
  border-bottom: 1px solid #000;
}
.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;
}
/* Password View */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
.form-grp.int-padr input {
  padding-right: 40px;
}
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
.form-grp.disabled-field {
  background: #f5f5f5;
}
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
.form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
/* Password View end */
/* date Picker */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #A7B3C4;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat calc(100% - 5px) center / 10px;
  -webkit-appearance: none;
}
.daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #A7B3C4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
.daterangepicker .calendar-table .next span:before,
.daterangepicker .calendar-table .prev span:before {
  border: 1px solid #A7B3C4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: 'icomoon' !important;
}
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: 'icomoon' !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
.daterangepicker:before {
  border-bottom: 0;
}
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
.daterangepicker th.available:hover {
  background-color: transparent;
}
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
/* date Picker end */
/* Select */
.select-field {
  background: url('../img/drop-down-arrow.svg') no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-field option {
  color: #9fa4a9;
}
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #7d7d7d;
}
input::-webkit-input-placeholder {
  color: #7d7d7d;
}
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 #17a2b8;
  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 #17a2b8;
}
.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: #0e2f36;
  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 #17A2B8;
  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: #17A2B8;
  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: #17a2b8;
}
.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 #17a2b8;
}
.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 #17a2b8;
}
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #0e2f36;
}
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #17a2b8;
}
.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: #17a2b8;
  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 #17a2b8;
}
.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: .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 */
/* Thankyou page */
.thankyou-contain {
  height: 100dvh;
  display: flex;
  align-items: center;
}
.thankyou-card {
  text-align: center;
  margin: auto;
  max-width: 480px;
}
.thankyou-img {
  width: calc(100% - 100px);
  margin: 0 auto 32px;
}
.thankyou-hdn {
  font-size: 48px;
  color: #202135;
  margin-bottom: 18px;
}
.thankyou-para p {
  color: #455a64;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.thankyou-para p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .thankyou-hdn {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 480px) {
  .thankyou-hdn {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
/* Thankyou 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;
}
.active,
.accordion:hover {
  background-color: #ccc;
}
.panel {
  display: none;
  padding: 0 18px;
  background-color: white;
}
:root {
  --header-height: 100px;
  --header-scroll-height: 70px;
  --circle-size: 140px;
}
html,
body {
  width: 100%;
  background: var(--clr-dpurple-bg);
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background-color: #fdfdfd;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-clip: content-box;
  background-color: #17A2B8;
}
.container {
  max-width: 1240px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.comm-section {
  padding: 160px 0;
  position: relative;
}
.extra-space-top {
  padding-top: 260px;
}
/* common start*/
.comm-hdn-box {
  text-align: center;
  margin-bottom: 64px;
}
.comm-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.comm-grid-logos {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.comm-card {
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(29deg, #373737 -6.49%, #626262 101.56%);
}
.comm-card-white {
  border-radius: 16px;
  padding: 24px;
  background: #FFFFFF;
  display: flex; /* Enable flexbox */
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally (if needed) */
}
.comm-card-white-no-padding {
  border-radius: 16px;
  padding: 5px;
  background: #FFFFFF;
}
.comm-hdn {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #17A2B8;
  margin-bottom: 8px;
}
.black-background {
  background-color: #000000;
}
.podcast-buttons {
  height: 40px;
}
.podcast-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.podcast-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hero-sec {
  position: relative;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  opacity: 0.1;
  z-index: -1; 
}
.comm-para p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #FFFFFF;
  word-spacing: 1px;
}
.comm-para p:last-child {
  margin-bottom: 0;
}
.abt-swerv {
  max-width: 720px;
  text-align: center;
  margin: auto;
}
.comm-main-head {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
  color: var(--clr-white);
  margin-bottom: 36px;
}
.comm-main-head span {
  color: var(--clr-purple);
}
.comm-main-para p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #8F8F8F;
}
.comm-main-para p:last-child {
  margin-bottom: 0;
}
.text-white {
  color: var(--clr-white);
}
.text-white p {
  color: var(--clr-white);
}
.comm-main-para.para-txt20 p {
  font-size: 20px;
  margin-bottom: 16px;
}
.comm-main-para.para-txt20 p:last-child {
  margin-bottom: 0;
}
.comm-main-para.para-txt22 p {
  font-size: 20px;
  margin-bottom: 16px;
}
.comm-main-para.para-txt22 p:last-child {
  margin-bottom: 0;
}
/* common end */
.sub-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-transform: uppercase;
  color: var(--clr-white);
}
.sub-head {
  font-size: 64px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--clr-white);
}
.sub-head span {
  color: var(--clr-purple);
}
.built-swerv-box {
  max-width: 800px;
  text-align: center;
  margin: auto;
}
.built-swerv-head {
  font-weight: 700;
  font-size: 52px;
  text-transform: capitalize;
  color: var(--clr-white);
}
.built-swerv-head span {
  color: var(--clr-purple);
}
.built-swerv-para p {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #4A8B95;
}
.built-swerv-para p:last-child {
  margin-bottom: 0;
}
.swerv-slide-box {
  display: flex;
  align-items: center;
}
.swerv-slide-cont {
  max-width: 420px;
  width: 100%;
  text-align: left;
}
.swerv-slide-cont .comm-main-head {
  margin-bottom: 20px;
}
.swerv-slide-image {
  width: 100%;
  height: 455px;
  position: relative;
  z-index: 0;
}
.swerv-slide-image img,
.swerv-slide-image video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 60px;
}
.stack-box {
  display: flex;
  padding: 70px;
}
.stack-left {
  max-width: 320px;
}
.stack-left .comm-main-head {
  margin-bottom: 0;
}
.stack-right {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.stack-num {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--clr-pink);
}
.stack-img {
  width: 280px;
  margin: 0 60px;
}
.stack-img img,
.stack-img .stack-lottie {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.hero-sec {
  background: linear-gradient(0deg, #0A1C1F 9%, #091518 13%, #0E6B7F 100%);
  height: 90vh;
  width: 100%;
  position: relative;
  padding-top: calc(var(--header-height) + 40px);
}
.hero-big-text {
  font-size: 64px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.hero-big-text span {
  font-weight: 700;
}
.btn-div {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.hero-element-wrap {
  position: relative;
  height: 48vh;
  margin-top: 60px;
}
.mob-top-grdnt {
  background: linear-gradient(0deg, #0A1C1F 0%, rgba(10, 28, 31, 0.8) 50%, rgba(10, 28, 31, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 2;
}
.hero-anim-elem-wrap {
  position: relative;
  width: 100%;
  height: 46vh;
}
.mobile {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  max-height: 610px;
  width: 100%;
  height: 100%;
}
.mobile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.elem {
  position: absolute;
  opacity: 0;
}
.elem-1 {
  left: -5%;
  top: -20%;
  transform: translate(456px, 130px) scale(0);
}
.elem-2 {
  right: -2%;
  top: -16%;
  transform: translate(-150px, 140px) scale(0);
}
.elem-3 {
  left: 4%;
  bottom: 17%;
  transform: translate(360px, 130px) scale(0);
}
.elem-4 {
  right: -9%;
  bottom: 24%;
  transform: translate(-596px, 130px) scale(0);
}
.ghosting-sliders-wrap {
  display: flex;
  align-items: center;
  gap: 0 130px;
}
.swiper-slide {
  background: transparent;
}
.ghosting-vdo-swiper-wrap {
  width: 50%;
  position: relative;
}
.ghosting-nav-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
}
.ghosting-nav {
  width: 60px;
  height: 60px;
  margin-top: 40px;
  cursor: pointer;
}
.ghosting-text-swiper-wrap {
  width: 50%;
  overflow: hidden;
}
/* decide slider css start */
.decide-swiper-height {
  height: 450vh;
  position: relative;
}
.decide-sticky {
  position: sticky;
  top: 15%;
}
.trigger-point {
  height: 100vh;
  position: absolute;
}
.trigger-point1 {
  top: 0;
}
.trigger-point2 {
  top: 100vh;
}
.trigger-point3 {
  top: 200vh;
}
.trigger-point4 {
  top: 300vh;
}
.decide-swiper-wrap {
  display: flex;
  align-items: center;
  gap: 150px;
  border-radius: 60px;
  background: linear-gradient(29deg, #1A5A6B -6.49%, #17A2B8 101.56%);
}
.decide-swiper-wrap .swiper-slide {
  text-align: left;
}
.decide-right-swiper {
  height: 80vh;
}
.decide-left-swiper {
  max-width: 550px;
  width: 100%;
}
.swiperTxtGroup {
  max-width: 430px;
  margin-left: 20px;
  width: 100%;
  text-align: left;
}
.swiper-pagination.pagination-swiper {
  width: fit-content;
  bottom: var(--swiper-pagination-bottom, 26px);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  left: 50%;
  padding: 1px 8px 6px;
  transform: translate(-50%);
}
.swiper-pagination.pagination-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
}
.swiper-pagination.pagination-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
/* annonym sec css start */
.annonym-swiper-height {
  height: 450vh;
  position: relative;
}
.annonym-sticky {
  position: sticky;
  top: var(--header-height);
}
.annonym-sticky::after {
  content: '';
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 99;
  background: linear-gradient(0deg, #0A1C1F 0%, rgba(10, 28, 31, 0.59987745) 36%, rgba(10, 28, 31, 0.39819678) 73%, rgba(10, 28, 31, 0) 100%);
  height: 200px;
  width: 100%;
}
.trigger-point-1 {
  height: 100vh;
  position: absolute;
}
.trigger-point-11 {
  top: 0;
}
.trigger-point-12 {
  top: 100vh;
}
.trigger-point-13 {
  top: 200vh;
}
.trigger-point-14 {
  top: 300vh;
}
.annonym-swiper-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100vh;
}
.annonym-swiper-wrap .swiper {
  height: 100%;
  width: 100%;
}
.annonym-right-swiper {
  width: 40%;
  margin-right: 40px;
}
.annonym-right-swiper .swiper-slide {
  text-align: left;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.annym-text-wrap {
  padding-top: 50%;
}
.annonym-left-swiper {
  width: 70%;
  min-width: 0;
  margin-left: calc(-1 * var(--header-height));
}
.annonym-left-swiper .swiper {
  overflow: visible;
}
.annym-image-wrap {
  position: relative;
  height: calc(100vh - var(--header-height) - 40px);
}
.pink-grdient-div {
  background: linear-gradient(0deg, #0A1C1F 0%, #0D7A8F 100%);
  border-radius: 100%;
  width: calc(var(--circle-size) * 2 + 100px);
  height: calc(var(--circle-size) * 2 + 100px);
  display: flex;
  position: absolute;
  left: calc(50% - var(--circle-size) - 50px);
  bottom: calc(var(--circle-size));
  z-index: 1;
}
.icon-div {
  position: absolute;
  left: calc(50% - var(--circle-size));
  bottom: calc(var(--circle-size) + 50px);
  z-index: 3;
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  border: 20px solid #fff;
  border-radius: 100%;
  background: #C5F5FC;
}
.icon-div img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: contain;
}
.mobile-mockup-div {
  position: absolute;
  bottom: 0;
  right: 12%;
  z-index: 2;
  height: 40%;
  width: 100%;
}
.mobile-mockup-div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
/* faq section css start */
.faq-sec-wrap .f-row {
  justify-content: space-between;
}
#accordion {
  width: 100%;
  padding-top: 1rem;
}
.accordion-row {
  border: 1px solid rgba(143, 143, 143, 0.32);
  border-radius: 16px;
  background: rgba(10, 28, 31, 0.6);
  box-shadow: 0px 8px 44px rgba(0, 0, 0, 0.25);
  transition: 250ms all ease;
  margin-bottom: 24px;
  line-height: 30px;
  font-family: 'Plein', sans-serif;
  word-spacing: 2px;
}
.accordion-row:hover {
  box-shadow: 0px 8px 44px #000000;
}
.accordion-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 24px;
  line-height: 1;
}
.accordion-toggle .ac-button {
  position: relative;
  width: 16px;
  height: 16px;
  background: transparent;
  /* Vertical line */
  /* horizontal line */
}
.accordion-toggle .ac-button:before,
.accordion-toggle .ac-button:after {
  content: "";
  position: absolute;
  background-color: #d7d7d7;
  transition: transform 0.25s ease-out;
}
.accordion-toggle .ac-button:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.accordion-toggle .ac-button:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.accordion-toggle div {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.accordion-toggle.opened {
  color: #026865;
  border-color: #3e8181;
}
.accordion-toggle.opened:hover {
  background-color: rgba(10, 28, 31, 0.4);
  border-radius: 16px;
}
.accordion-toggle.opened div {
  color: #8F8F8F;
}
.accordion-toggle.opened .ac-button {
  cursor: pointer;
}
.accordion-toggle.opened .ac-button:before {
  transform: rotate(90deg);
}
.accordion-toggle.opened .ac-button:after {
  transform: rotate(180deg);
}
.accordion-toggle.opened .ac-button:before,
.accordion-toggle.opened .ac-button:after {
  background-color: #fff;
}
.accordion-content {
  display: none;
  color: #fff;
  padding: 0 24px 26px;
  font-size: 16px;
  /*   &.opened {
    border-color: #3e8181;
  } */
}
/* brm-bnr sec */
#btmbnr-main-section {
  background: linear-gradient(0deg, rgba(10, 28, 31, 0) 0%, #0A1C1F 60%);
  padding: 50px 0;
  position: relative;
  z-index: 6;
}
.brm-bnr-sec-wrap {
  background: linear-gradient(40deg, #80E8F5 0%, #C5F5FC 82%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 68px 0;
  border-radius: 60px;
}
.btm-bnr-left {
  width: 40%;
  text-align: left;
}
.btm-bnr-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 36px;
}
.btm-bnr-btns-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.btm-bnr-btns {
  background: #fff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  padding: 15px 31.5px;
  border-radius: 16px;
  margin-bottom: 24px;
}
.btm-bnr-btns:hover {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.4);
}
/* footer sec */
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.footer-main-div {
  background: linear-gradient(0deg, #0E6B7F 0%, rgba(9, 21, 24, 0) 60%, #0A1C1F 100%);
  padding: 48px 0 26px;
}
.footer-sec-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-left {
  width: 30%;
}
.footer-right {
  width: 50%;
}
.footer-subscribe-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0D2D35;
  border: 1px solid #17A2B8;
  border-radius: 12px;
  padding: 6px 6px 6px 20px;
  margin-top: 30px;
}
.footer-subscribe-form .form-grp {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 60%;
}
.footer-subscribe-form .form-field {
  border-bottom: 0;
  font-size: 14px;
  height: 30px;
  color: #7d7d7d;
}
.footer-subscribe-form .button {
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
}
.footer-subscribe-form .button:hover {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.4);
}
.footer-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-links li {
  margin-bottom: 20px;
}
.footer-links li a {
  display: flex;
  align-items: center;
  margin-left: 8px;
  font-size: 16px;
  color: #fff;
}
.footer-links li a i {
  font-size: 20px;
  margin-right: 10px;
}
.footer-links li a:hover {
  color: #7FE8F5;
}
.ftr-btm {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright-text {
  color: #fff;
  font-size: 16px;
}
.social-icons {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.social-icons a {
  color: #fff;
  font-size: 26px;
  margin-right: 26px;
}
.social-icons a:hover {
  color: #7FE8F5;
}
/* header */
:root {
  --menuWidth: 300px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.head-right {
  display: flex;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 50px;
}
.logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
  margin-top: 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;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.header-wrap {
  display: flex;
}
.header-box {
  display: flex;
  height: var(--header-height);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.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 24px;
}
.header-list li a {
  font-size: 18px;
  color: var(--dark);
  font-weight: 500;
}
.header-list li a:hover {
  color: var(--secClr);
}
.fixHeader {
  background-color: rgba(10, 28, 31, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
}
.fixHeader .header-box {
  height: 80px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.menuBtn .button {
  margin-left: 20px;
  margin-right: 40px;
}
.app-btns {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 16px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}
.app-btns i {
  font-size: 24px;
}
.app-btns:hover {
  border: 1px solid var(--clr-purple);
  background: var(--clr-purple);
}
@media all and (max-width: 1920px) {
  .hero-sec {
    background: linear-gradient(0deg, #0A1C1F 9%, #091518 13%, #2f3438 100%);
    height: 97vh;
    width: 100%;
    position: relative;
    padding-top: calc(var(--header-height) + 40px);
  }
  .hero-big-text {
    font-size: 64px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
  }
  .hero-big-text span {
    font-weight: 700;
  }
  .btn-div {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .hero-element-wrap {
    position: relative;
    height: 58vh;
    margin-top: 60px;
  }
  .mob-top-grdnt {
    background: linear-gradient(0deg, #0A1C1F 0%, rgba(10, 28, 31, 0.8) 50%, rgba(10, 28, 31, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 2;
  }
  .hero-anim-elem-wrap {
    position: relative;
    width: 100%;
    height: 56vh;
  }
  .mobile {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .elem {
    position: absolute;
    opacity: 0;
  }
  .elem-1 {
    left: 8%;
    top: 15%;
  }
  .elem-2 {
    right: -4%;
    top: -5%;
  }
  .elem-3 {
    left: -1%;
    bottom: -20%;
  }
  .elem-4 {
    right: -9%;
    bottom: 24%;
  }
  .annym-image-wrap {
    position: relative;
    height: calc(100vh - var(--header-height) - 0px);
  }
}
@media all and (max-width: 1707px) {
  .annym-image-wrap {
    height: calc(100vh - var(--header-height) - 0px);
  }
}
@media all and (max-width: 1600px) {
  .container {
    max-width: 1170px;
  }
  .button {
    font-size: 14px;
  }
}
@media all and (max-width: 1536px) {
  .hero-sec {
    padding-top: calc(var(--header-height) + 10px);
  }
  .btn-div {
    margin-top: 24px;
  }
  .mobile {
    max-width: 416px;
    max-height: 400px;
  }
  .hero-element-wrap {
    height: 69vh;
  }
  .elem-1 {
    left: 5%;
    top: 25%;
  }
  .elem-2 {
    top: 0%;
    right:-5%;
  }
  .elem-3 {
    bottom: -12%;
  }
  .elem-4 {
    bottom: 0%;
  }
  .decide-sticky {
    top: 12%;
  }
  .stack-box {
    padding: 50px 70px;
  }
  .stack-img {
    width: 260px;
    margin: 0 40px;
  }
  .annym-text-wrap {
    padding-top: 10%;
  }
}
@media all and (max-width: 1440px) {
  .mobile {
    max-height: 510px;
  }
  .elem-3 {
    bottom: 4%;
  }
  .elem-4 {
    bottom: -2%;
  }
  .built-swerv-para p {
    font-size: 30px;
  }
}
@media all and (max-width: 1368px) {
  .elem-4 {
    bottom: 7%;
    right: -5%;
  }
  .hero-big-text {
    font-size: 54px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 1080px;
  }
  .elem img {
    width: 90%;
  }
  elem-1{
    top:5%;
  }
  .elem-2 {
    right: -8%;
  }
  .elem-4 {
    bottom: 12%;
  }
  .comm-main-head {
    font-size: 46px;
  }
  .stack-img {
    margin: 0 20px 0 0px;
  }
  .comm-main-para.para-txt22 p {
    font-size: 18px;
  }
  .accordion-toggle div {
    font-size: 18px;
  }
  .btm-bnr-title {
    font-size: 46px;
  }
  .ftr-btm {
    margin-top: 40px;
  }
}
@media all and (max-width: 1024px) {
  .container {
    max-width: calc(100% - 30px);
  }
  .comm-section {
    padding: 100px 0;
    position: relative;
  }
  .mobile {
    max-height: 740px;
    max-width: 600px;
  }
  .elem img {
    width: 90%;
  }
  .elem-1 {
    left: -8%;
    top: 20%;
  }
  .elem-2 {
    top: 0%;
    right: -25%;
  }
  .elem-3 {
    left: 1%;
  }
  .elem-4 {
    bottom: 14%;
    right: -6%;
  }
  .ghosting-sliders-wrap {
    gap: 0 90px;
  }
  .swerv-slide-image {
    width: 100%;
    height: 100%;
  }
  .stack-left {
    max-width: 268px;
  }
  .comm-main-head {
    font-size: 42px;
  }
}
@media only screen and (width: 1024px) and (min-height: 1365px) {
  .hero-anim-elem-wrap {
    height: 64vh;
  }
  .elem-1 {
    left: -2%;
    top: -12%;
  }
  .elem-2 {
    top: -4%;
    right: 30%;
  }
  .elem-3 {
    z-index: 5;
  }
  .comm-section {
    padding: 90px 0;
    position: relative;
  }
  .extra-space-top {
    padding-top: 160px;
  }
  .stack-left {
    max-width: 280px;
  }
  .swerv-slide-image video {
    object-fit: cover;
  }
  .annonym-sticky::after {
    bottom: 0%;
    height: 440px;
  }
  .annonym-left-swiper {
    width: 100%;
  }
  .annym-image-wrap {
    height: calc(80vh - var(--header-height) - 0px);
  }
  .annym-text-wrap {
    padding-top: 60%;
  }
  .annonym-right-swiper {
    width: 70%;
    margin-right: 0px;
  }
  .annonym-swiper-wrap {
    height: 80vh;
  }
}
@media all and (max-width: 990px) {
  :root {
    --circle-size: 120px;
  }
  .hero-big-text {
    font-size: 48px;
    line-height: 1.2;
  }
  .hero-sec {
    height: 100vh;
  }
  .elem-3 {
    bottom: 0%;
  }
  .elem-4 {
    bottom: 0%;
    right: -8%;
  }
  .sub-head {
    font-size: 54px;
  }
  .comm-hdn-box {
    margin-bottom: 40px;
  }
  .stack-img {
    width: 226px;
  }
}
@media all and (max-width: 834px) {
  :root {
    --circle-size: 170px;
  }
  .hero-sec {
    height: 91vh;
  }
  .hero-element-wrap {
    height: 62vh;
    margin-top: 100px;
  }
  .comm-main-head br {
    display: none;
  }
  .mobile {
    max-height: 740px;
    max-width: 480px;
  }
  .elem img {
    width: 84%;
  }
  .elem-1 {
    left: -5%;
    top: 35%;
    transform: translate(216px, 160px) scale(0, 0);
  }
  .elem-2 {
    top: 10%;
    right: -28%;
  }
  .elem-3 {
    width: 56%;
    bottom: 1%;
    z-index: 5;
    transform: translate(50px, -20px) scale(0, 0);
  }
  .elem-4 {
    bottom: 20%;
    right: -7%;
  }
  .comm-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .comm-grid-logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .ghosting-sliders-wrap {
    gap: 0 60px;
  }
  .annonym-sticky::after {
    bottom: 9%;
  }
  .annonym-right-swiper {
    width: 100%;
    height: 35vh;
  }
  .annonym-left-swiper {
    width: 100%;
    margin-left: calc(-9 * var(--header-height));
  }
  .stack-box {
    padding: 30px 60px 50px;
    flex-direction: column;
  }
  .stack-left {
    max-width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  .stack-num {
    font-size: 34px;
  }
  .stack-img {
    order: 3;
  }
  .stack-right {
    order: 2;
    margin-bottom: 20px;
  }
  .decide-swiper-wrap .swiper-pagination.pagination-swiper {
    display: none;
  }
  .faq-sec-wrap .f-row {
    flex-direction: column;
  }
  .brm-bnr-sec-wrap {
    flex-direction: column;
  }
  .btm-bnr-left {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-left {
    width: 40%;
  }
}
@media all and (max-width: 768px) {
  .elem img {
    width: 76%;
  }
  .elem-1 {
    left: -5%;
    top: 35%;
    z-index: 5;
  }
  .elem-2 {
    top: 10%;
    right: -40%;
    z-index: 5;
  }
  .elem-4 {
    bottom: 15%;
    right: -7%;
  }
  .elem-4 img {
    width: 100% !important;
  }
  .ghosting-sliders-wrap {
    flex-direction: column;
    gap: 60px 0;
  }
  .ghosting-vdo-swiper-wrap,
  .ghosting-text-swiper-wrap {
    width: 100%;
  }
  .swerv-slide-cont {
    max-width: 100%;
  }
}
@media all and (max-width: 640px) {
  .sub-head,
  .built-swerv-head {
    font-size: 48px;
  }
  .elem img {
    width: 62%;
  }
  .elem-1 {
    left: -5%;
    top: 30%;
    z-index: 5;
  }
  .elem-2 {
    top: 0%;
    right: -60%;
    z-index: 5;
  }
  .elem-3 {
    width: 90%;
    bottom: 1%;
    z-index: 5;
    left: -3%;
    transform: translate(-72px, -10px) scale(0, 0);
  }
  .elem-4 {
    z-index: 5;
    right: -9%;
    transform: translate(-186px, 50px) scale(0, 0);
  }
}
@media all and (max-width: 576px) {
  :root {
    --circle-size: 116px;
  }
  .hero-big-text br {
    display: none;
  }
  .app-btns {
    padding: 10px 10px;
    border-radius: 100%;
  }
  .app-btns span {
    display: none;
  }
  .hero-big-text {
    font-size: 44px;
    line-height: 1.2;
  }
  .elem-1 {
    left: -15%;
    top: 30%;
    z-index: 5;
  }
  .elem-2 {
    top: 0%;
    right: -80%;
    z-index: 5;
  }
  .elem-4 {
    bottom: 0;
    top: -18%;
    transform: translate(-80px, -108px) scale(0, 0);
  }
  .sub-head,
  .built-swerv-head {
    font-size: 42px;
  }
  .stack-box {
    padding: 40px 40px 10px;
    flex-direction: column;
  }
  .comm-main-head {
    font-size: 38px;
  }
  .footer-left {
    width: 46%;
  }
  .mobile-mockup-div {
    right: 7%;
    width: 112%;
  }
}
@media all and (max-width: 480px) {
  .logo {
    height: 38px;
    width: auto;
  }
  .hero-big-text {
    font-size: 40px;
  }
  .comm-card-white {
    border-radius: 16px;
    padding: 10px;
    background: #FFFFFF;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height: 100px;
  }
  .comm-card-white-no-padding {
    border-radius: 16px;
    padding: 5px;
    background: #FFFFFF;
    height: 100px;
  }
  .elem-1{
    transform: translate(225px, 250px) scale(0, 0);
  }
  .elem-2 {
    top: 10%;
    right: -80%;
    z-index: 5;
    transform: translate(-250px, 100px) scale(0, 0);
  }
  .elem-4 {
    transform: translate(-25px, -110px) scale(0, 0);
  }
  .comm-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .comm-grid-logos {
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
  }
  .comm-main-para p {
    font-size: 20px;
  }
  .mobile-mockup-div {
    right: 0%;
    width: 132%;
  }
  .brm-bnr-sec-wrap {
    background: linear-gradient(40deg, #80E8F5 0%, #C5F5FC 50%, #ffffff 100%);
    padding: 30px 40px 0;
  }
  .footer-sec-wrap {
    flex-direction: column;
    gap: 40px 0;
  }
  .footer-left,
  .footer-right {
    width: 100%;
  }
  .footer-links {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .ftr-btm {
    flex-direction: column;
    gap: 20px 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .swerv-slide-image video {
    border-radius: 40px;
  }
  .ghosting-sliders-wrap {
    gap: 30px 0;
  }
  .ghosting-nav {
    width: 50px;
    height: 50px;
  }
  .decide-swiper-wrap {
    border-radius: 40px;
  }
  .btm-bnr-title {
    font-size: 32px;
  }
  .built-swerv-para p {
    font-size: 24px;
  }
  .button {
    height: 54px;
    line-height: 54px;
  }
}
@media all and (max-width: 432px) {
  .btm-bnr-btns-wrap {
    flex-direction: column;
    gap: 0;
  }
  .btm-bnr-btns {
    width: 100%;
  }
}
@media all and (max-width: 400px) {
  :root {
    --circle-size: 80px;
  }
  .fixHeader .header-box {
    height: 66px;
  }
  .logo {
    height: 32px;
    width: auto;
  }
  .hero-big-text {
    font-size: 36px;
  }
  .hero-element-wrap {
    margin-top: 50px;
  }
  .elem img {
    width: 80%;
  }
  .elem-2 {
    top: 0%;
    right: -80%;
    z-index: 5;
    transform: translate(-410px, 140px) scale(0);
  }
  .elem-3 {
    bottom: -10%;
    left: -9%;
    transform: translate(-36px, -49px) scale(0, 0);
  }
  .elem-4 {
    top: -14%;
    right: -26%;
    transform: translate(-52px, -96px) scale(0, 0);
  }
  .elem-4 img {
    width: 80% !important;
  }
  .sub-head,
  .built-swerv-head {
    font-size: 36px;
  }
  .ghosting-nav {
    margin-top: 0;
  }
  .comm-main-para p {
    font-size: 18px;
    line-height: 1.4;
  }
  .stack-box {
    padding: 20px 30px 10px;
    flex-direction: column;
  }
  .comm-main-head {
    font-size: 30px;
  }
}
@media all and (max-width: 384px) {
  .ghosting-nav {
    margin-top: 40px;
  }
  .comm-main-head {
    font-size: 28px;
  }
}
@media all and (max-width: 360px) {
  :root {
    --circle-size: 66px;
  }
  .elem-2 {
    top: 10%;
    right: -80%;
    z-index: 5;
  }
  .hero-big-text {
    font-size: 30px;
  }
  .comm-section {
    padding: 140px 0;
  }
  .comm-main-para.para-txt20 p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */
