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

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

-------------------------------------------------------------------*/
/*==========================================================================
=> font
==========================================================================*/
/*==========================================================================
=> anim
==========================================================================*/
/*==========================================================================
=> transform
==========================================================================*/
/*==========================================================================
=> border radius
==========================================================================*/
/*==========================================================================
=> flex
==========================================================================*/
/*==========================================================================
=> ellipsis
==========================================================================*/
/*==========================================================================
=> image
==========================================================================*/
/*==========================================================================
=> box-shadow
==========================================================================*/
:root {
  --header-height: 80px;
  --header-scroll-height: 70px;
  --clr-white: #fff;
  --brown: rgba(36, 16, 9, 0.9);
  --lbrown: #D48958;
  --clr-blue: #2124fb;
  --clr-red: #f00;
  --button-fill: #D48958;
  --button-line: #30223b;
  --fs132: clamp(30px, 6vw, 132px);
  --fs128: clamp(42px, 6.67vw, 128px);
  --fs96: clamp(36px, 5vw, 96px);
  --fs88: clamp(36px, 4.17vw, 88px);
  --fs80: clamp(34px, 4.17vw, 80px);
  --fs72: clamp(32px, 3.75vw, 72px);
  --fs64: clamp(26px, 3.33vw, 64px);
  --fs56: clamp(26px, 3.33vw, 56px);
  --fs52: clamp(26px, 2.71vw, 52px);
  --fs48: clamp(24px, 2.5vw, 48px);
  --fs42: clamp(24px, 2.19vw, 42px);
  --fs40: clamp(22px, 2.08vw, 40px);
  --fs36: clamp(20px, 1.88vw, 36px);
  --fs32: clamp(20px, 1.67vw, 32px);
  --fs28: clamp(18px, 1.46vw, 28px);
  --fs24: clamp(18px, 1.25vw, 24px);
  --fs22: clamp(18px, 1.15vw, 22px);
  --fs20: clamp(18px, 1.04vw, 20px);
  --fs18: clamp(16px, 0.94vw, 18px);
  --fs16: 16px;
  --fs14: 14px;
  --pad60: clamp(24px, 3.13vw, 60px);
  --spc280: clamp(24px, 14.58vw, 280px);
  --spc200: clamp(36px, 10.42vw, 200px);
  --spc40120: clamp(40px, 6.25vw, 90px);
  --spc4080: clamp(40px, 4.17vw, 80px);
  --spc4060: clamp(40px, 3.13vw, 60px);
  --spc2460: clamp(24px, 3.13vw, 60px);
  --spc60: 60px;
  --spc48: clamp(24px, 2.5vw, 48px);
  --spc40: clamp(24px, 2.08vw, 40px);
  --spc32: clamp(24px, 1.67vw, 32px);
  --spc24: 24px;
  --br30: clamp(14px, 1.56vw, 30px);
  --br24: clamp(14px, 1.25vw, 24px);
  --br20: clamp(14px, 1.04vw, 20px);
}
@media (max-width: 768px) {
  :root {
    --header-height: 60px;
  }
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

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

-------------------------------------------------------------------*/
@font-face {
  font-family: 'Geist';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBjhwUxId8gMEwZAluvzlxA9ojEVKDQ35nf.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBjhwUxId8gMEwZAluvzlxA9ojEVKBQ3pnf.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBjhwUxId8gMEwZAluvzlxA9ojEVKCO3pnf.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBjhwUxId8gMEwZAluvzlxA9ojEVKDQ3pnf.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBjhwUxId8gMEwZAluvzlxA9ojEVKDi3pnf.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBjhwUxId8gMEwZAluvzlxA9ojEVKAO2Znf.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBjhwUxId8gMEwZAluvzlxA9ojEVKA32Znf.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBjhwUxId8gMEwZAluvzlxA9ojEVKBQ2Znf.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBjhwUxId8gMEwZAluvzlxA9ojEVKB52Znf.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOI4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOM4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBhhwUxId8gMGYQMKR3pzfaWI_RwuM4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOM4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOQ4nQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geist/v5/gyBhhwUxId8gMGYQMKR3pzfaWI_RNeQ4nQ.ttf) format('truetype');
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  scrollbar-gutter: stable;
}
body {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
p {
  color: #aaa;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #F5F5F5;
}
.sec-hdn {
  font-size: var(--fs48);
  font-weight: 600;
  line-height: 1.2;
}
.comm-para p {
  font-size: var(--fs18);
  line-height: 1.6;
}
.dark-text {
  color: #30223B !important;
}
.dark-text h1,
.dark-text h2,
.dark-text h3,
.dark-text h4,
.dark-text h5,
.dark-text h6,
.dark-text p {
  color: #30223B !important;
}
img,
video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*==========================================================================
=> 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;
}
/*==========================================================================
=> Fonts
==========================================================================*/
* {
  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";
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.f-col {
  padding: 0 15px;
}
/* flex col */
.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%;
}
/* flex col end */
/* Grid */
.g-10 {
  grid-template-columns: repeat(10, 1fr);
}
.g-9 {
  grid-template-columns: repeat(9, 1fr);
}
.g-8 {
  grid-template-columns: repeat(8, 1fr);
}
.g-7 {
  grid-template-columns: repeat(7, 1fr);
}
.g-6 {
  grid-template-columns: repeat(6, 1fr);
}
.g-5 {
  grid-template-columns: repeat(5, 1fr);
}
.g-4 {
  grid-template-columns: repeat(4, 1fr);
}
.g-3 {
  grid-template-columns: repeat(3, 1fr);
}
.g-2 {
  grid-template-columns: repeat(2, 1fr);
}
.g-1 {
  grid-template-columns: repeat(1, 1fr);
}
/* Grid */
.gp-70 {
  gap: 70px;
}
.gp-65 {
  gap: 65px;
}
.gp-60 {
  gap: 60px;
}
.gp-55 {
  gap: 55px;
}
.gp-50 {
  gap: 50px;
}
.gp-45 {
  gap: 45px;
}
.gp-40 {
  gap: 40px;
}
.gp-35 {
  gap: 35px;
}
.gp-30 {
  gap: 30px;
}
.gp-25 {
  gap: 25px;
}
.gp-20 {
  gap: 20px;
}
.gp-15 {
  gap: 15px;
}
.gp-10 {
  gap: 10px;
}
.gp-5 {
  gap: 5px;
}
.gp-0 {
  gap: 0px;
}
/* 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;
}
.comm-grid {
  display: grid;
  width: 100%;
}
@media all and (max-width: 1660px) {
  .f-1660-10 .f-col {
    width: 10%;
  }
  .f-1660-9 .f-col {
    width: 11.11111111%;
  }
  .f-1660-8 .f-col {
    width: 12.5%;
  }
  .f-1660-7 .f-col {
    width: 14.28571429%;
  }
  .f-1660-6 .f-col {
    width: 16.66666667%;
  }
  .f-1660-5 .f-col {
    width: 20%;
  }
  .f-1660-4 .f-col {
    width: 25%;
  }
  .f-1660-3 .f-col {
    width: 33.33333333%;
  }
  .f-1660-2 .f-col {
    width: 50%;
  }
  .f-1660-1 .f-col {
    width: 100%;
  }
  .g-1660-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1660-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1660-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1660-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1660-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1660-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1660-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1660-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1660-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1660-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1660-70 {
    gap: 70px;
  }
  .gp-1660-65 {
    gap: 65px;
  }
  .gp-1660-60 {
    gap: 60px;
  }
  .gp-1660-55 {
    gap: 55px;
  }
  .gp-1660-50 {
    gap: 50px;
  }
  .gp-1660-45 {
    gap: 45px;
  }
  .gp-1660-40 {
    gap: 40px;
  }
  .gp-1660-35 {
    gap: 35px;
  }
  .gp-1660-30 {
    gap: 30px;
  }
  .gp-1660-25 {
    gap: 25px;
  }
  .gp-1660-20 {
    gap: 20px;
  }
  .gp-1660-15 {
    gap: 15px;
  }
  .gp-1660-10 {
    gap: 10px;
  }
  .gp-1660-5 {
    gap: 5px;
  }
  .gp-1660-0 {
    gap: 0px;
  }
  .w-1660-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1660-33 {
    width: 33%;
  }
  .w-1660-16 {
    width: 16.666666%;
  }
  .mb-1660-100 {
    margin-bottom: 100px;
  }
  .mb-1660-95 {
    margin-bottom: 95px;
  }
  .mb-1660-90 {
    margin-bottom: 90px;
  }
  .mb-1660-85 {
    margin-bottom: 85px;
  }
  .mb-1660-80 {
    margin-bottom: 80px;
  }
  .mb-1660-75 {
    margin-bottom: 75px;
  }
  .mb-1660-70 {
    margin-bottom: 70px;
  }
  .mb-1660-65 {
    margin-bottom: 65px;
  }
  .mb-1660-60 {
    margin-bottom: 60px;
  }
  .mb-1660-55 {
    margin-bottom: 55px;
  }
  .mb-1660-50 {
    margin-bottom: 50px;
  }
  .mb-1660-45 {
    margin-bottom: 45px;
  }
  .mb-1660-40 {
    margin-bottom: 40px;
  }
  .mb-1660-35 {
    margin-bottom: 35px;
  }
  .mb-1660-30 {
    margin-bottom: 30px;
  }
  .mb-1660-25 {
    margin-bottom: 25px;
  }
  .mb-1660-20 {
    margin-bottom: 20px;
  }
  .mb-1660-15 {
    margin-bottom: 15px;
  }
  .mb-1660-10 {
    margin-bottom: 10px;
  }
  .mb-1660-5 {
    margin-bottom: 5px;
  }
  .mb-1660-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1440px) {
  .f-1440-10 .f-col {
    width: 10%;
  }
  .f-1440-9 .f-col {
    width: 11.11111111%;
  }
  .f-1440-8 .f-col {
    width: 12.5%;
  }
  .f-1440-7 .f-col {
    width: 14.28571429%;
  }
  .f-1440-6 .f-col {
    width: 16.66666667%;
  }
  .f-1440-5 .f-col {
    width: 20%;
  }
  .f-1440-4 .f-col {
    width: 25%;
  }
  .f-1440-3 .f-col {
    width: 33.33333333%;
  }
  .f-1440-2 .f-col {
    width: 50%;
  }
  .f-1440-1 .f-col {
    width: 100%;
  }
  .g-1440-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1440-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1440-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1440-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1440-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1440-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1440-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1440-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1440-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1440-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1440-70 {
    gap: 70px;
  }
  .gp-1440-65 {
    gap: 65px;
  }
  .gp-1440-60 {
    gap: 60px;
  }
  .gp-1440-55 {
    gap: 55px;
  }
  .gp-1440-50 {
    gap: 50px;
  }
  .gp-1440-45 {
    gap: 45px;
  }
  .gp-1440-40 {
    gap: 40px;
  }
  .gp-1440-35 {
    gap: 35px;
  }
  .gp-1440-30 {
    gap: 30px;
  }
  .gp-1440-25 {
    gap: 25px;
  }
  .gp-1440-20 {
    gap: 20px;
  }
  .gp-1440-15 {
    gap: 15px;
  }
  .gp-1440-10 {
    gap: 10px;
  }
  .gp-1440-5 {
    gap: 5px;
  }
  .gp-1440-0 {
    gap: 0px;
  }
  .w-1440-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-33 {
    width: 33%;
  }
  .w-1440-16 {
    width: 16.666666%;
  }
  .mb-1440-100 {
    margin-bottom: 100px;
  }
  .mb-1440-95 {
    margin-bottom: 95px;
  }
  .mb-1440-90 {
    margin-bottom: 90px;
  }
  .mb-1440-85 {
    margin-bottom: 85px;
  }
  .mb-1440-80 {
    margin-bottom: 80px;
  }
  .mb-1440-75 {
    margin-bottom: 75px;
  }
  .mb-1440-70 {
    margin-bottom: 70px;
  }
  .mb-1440-65 {
    margin-bottom: 65px;
  }
  .mb-1440-60 {
    margin-bottom: 60px;
  }
  .mb-1440-55 {
    margin-bottom: 55px;
  }
  .mb-1440-50 {
    margin-bottom: 50px;
  }
  .mb-1440-45 {
    margin-bottom: 45px;
  }
  .mb-1440-40 {
    margin-bottom: 40px;
  }
  .mb-1440-35 {
    margin-bottom: 35px;
  }
  .mb-1440-30 {
    margin-bottom: 30px;
  }
  .mb-1440-25 {
    margin-bottom: 25px;
  }
  .mb-1440-20 {
    margin-bottom: 20px;
  }
  .mb-1440-15 {
    margin-bottom: 15px;
  }
  .mb-1440-10 {
    margin-bottom: 10px;
  }
  .mb-1440-5 {
    margin-bottom: 5px;
  }
  .mb-1440-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%;
  }
  .g-1366-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1366-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1366-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1366-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1366-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1366-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1366-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1366-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1366-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1366-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1366-70 {
    gap: 70px;
  }
  .gp-1366-65 {
    gap: 65px;
  }
  .gp-1366-60 {
    gap: 60px;
  }
  .gp-1366-55 {
    gap: 55px;
  }
  .gp-1366-50 {
    gap: 50px;
  }
  .gp-1366-45 {
    gap: 45px;
  }
  .gp-1366-40 {
    gap: 40px;
  }
  .gp-1366-35 {
    gap: 35px;
  }
  .gp-1366-30 {
    gap: 30px;
  }
  .gp-1366-25 {
    gap: 25px;
  }
  .gp-1366-20 {
    gap: 20px;
  }
  .gp-1366-15 {
    gap: 15px;
  }
  .gp-1366-10 {
    gap: 10px;
  }
  .gp-1366-5 {
    gap: 5px;
  }
  .gp-1366-0 {
    gap: 0px;
  }
  .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: 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;
  }
  .g-1200-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1200-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1200-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1200-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1200-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1200-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1200-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1200-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1200-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1200-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1200-70 {
    gap: 70px;
  }
  .gp-1200-65 {
    gap: 65px;
  }
  .gp-1200-60 {
    gap: 60px;
  }
  .gp-1200-55 {
    gap: 55px;
  }
  .gp-1200-50 {
    gap: 50px;
  }
  .gp-1200-45 {
    gap: 45px;
  }
  .gp-1200-40 {
    gap: 40px;
  }
  .gp-1200-35 {
    gap: 35px;
  }
  .gp-1200-30 {
    gap: 30px;
  }
  .gp-1200-25 {
    gap: 25px;
  }
  .gp-1200-20 {
    gap: 20px;
  }
  .gp-1200-15 {
    gap: 15px;
  }
  .gp-1200-10 {
    gap: 10px;
  }
  .gp-1200-5 {
    gap: 5px;
  }
  .gp-1200-0 {
    gap: 0px;
  }
  .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%;
  }
  .g-1024-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1024-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1024-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1024-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1024-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1024-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1024-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1024-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1024-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1024-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1024-70 {
    gap: 70px;
  }
  .gp-1024-65 {
    gap: 65px;
  }
  .gp-1024-60 {
    gap: 60px;
  }
  .gp-1024-55 {
    gap: 55px;
  }
  .gp-1024-50 {
    gap: 50px;
  }
  .gp-1024-45 {
    gap: 45px;
  }
  .gp-1024-40 {
    gap: 40px;
  }
  .gp-1024-35 {
    gap: 35px;
  }
  .gp-1024-30 {
    gap: 30px;
  }
  .gp-1024-25 {
    gap: 25px;
  }
  .gp-1024-20 {
    gap: 20px;
  }
  .gp-1024-15 {
    gap: 15px;
  }
  .gp-1024-10 {
    gap: 10px;
  }
  .gp-1024-5 {
    gap: 5px;
  }
  .gp-1024-0 {
    gap: 0px;
  }
  .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;
  }
  .g-990-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-990-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-990-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-990-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-990-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-990-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-990-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-990-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-990-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-990-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-990-70 {
    gap: 70px;
  }
  .gp-990-65 {
    gap: 65px;
  }
  .gp-990-60 {
    gap: 60px;
  }
  .gp-990-55 {
    gap: 55px;
  }
  .gp-990-50 {
    gap: 50px;
  }
  .gp-990-45 {
    gap: 45px;
  }
  .gp-990-40 {
    gap: 40px;
  }
  .gp-990-35 {
    gap: 35px;
  }
  .gp-990-30 {
    gap: 30px;
  }
  .gp-990-25 {
    gap: 25px;
  }
  .gp-990-20 {
    gap: 20px;
  }
  .gp-990-15 {
    gap: 15px;
  }
  .gp-990-10 {
    gap: 10px;
  }
  .gp-990-5 {
    gap: 5px;
  }
  .gp-990-0 {
    gap: 0px;
  }
  .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;
  }
  .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;
  }
  .g-768-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-768-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-768-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-768-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-768-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-768-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-768-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-768-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-768-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-768-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-768-70 {
    gap: 70px;
  }
  .gp-768-65 {
    gap: 65px;
  }
  .gp-768-60 {
    gap: 60px;
  }
  .gp-768-55 {
    gap: 55px;
  }
  .gp-768-50 {
    gap: 50px;
  }
  .gp-768-45 {
    gap: 45px;
  }
  .gp-768-40 {
    gap: 40px;
  }
  .gp-768-35 {
    gap: 35px;
  }
  .gp-768-30 {
    gap: 30px;
  }
  .gp-768-25 {
    gap: 25px;
  }
  .gp-768-20 {
    gap: 20px;
  }
  .gp-768-15 {
    gap: 15px;
  }
  .gp-768-10 {
    gap: 10px;
  }
  .gp-768-5 {
    gap: 5px;
  }
  .gp-768-0 {
    gap: 0px;
  }
  .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;
  }
  .g-640-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-640-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-640-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-640-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-640-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-640-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-640-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-640-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-640-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-640-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-640-70 {
    gap: 70px;
  }
  .gp-640-65 {
    gap: 65px;
  }
  .gp-640-60 {
    gap: 60px;
  }
  .gp-640-55 {
    gap: 55px;
  }
  .gp-640-50 {
    gap: 50px;
  }
  .gp-640-45 {
    gap: 45px;
  }
  .gp-640-40 {
    gap: 40px;
  }
  .gp-640-35 {
    gap: 35px;
  }
  .gp-640-30 {
    gap: 30px;
  }
  .gp-640-25 {
    gap: 25px;
  }
  .gp-640-20 {
    gap: 20px;
  }
  .gp-640-15 {
    gap: 15px;
  }
  .gp-640-10 {
    gap: 10px;
  }
  .gp-640-5 {
    gap: 5px;
  }
  .gp-640-0 {
    gap: 0px;
  }
  .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: 576px) {
  .f-576-10 .f-col {
    width: 10%;
  }
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  .f-576-8 .f-col {
    width: 12.5%;
  }
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  .f-576-5 .f-col {
    width: 20%;
  }
  .f-576-4 .f-col {
    width: 25%;
  }
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  .f-576-2 .f-col {
    width: 50%;
  }
  .f-576-1 .f-col {
    width: 100%;
  }
  .g-576-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-576-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-576-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-576-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-576-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-576-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-576-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-576-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-576-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-576-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-576-70 {
    gap: 70px;
  }
  .gp-576-65 {
    gap: 65px;
  }
  .gp-576-60 {
    gap: 60px;
  }
  .gp-576-55 {
    gap: 55px;
  }
  .gp-576-50 {
    gap: 50px;
  }
  .gp-576-45 {
    gap: 45px;
  }
  .gp-576-40 {
    gap: 40px;
  }
  .gp-576-35 {
    gap: 35px;
  }
  .gp-576-30 {
    gap: 30px;
  }
  .gp-576-25 {
    gap: 25px;
  }
  .gp-576-20 {
    gap: 20px;
  }
  .gp-576-15 {
    gap: 15px;
  }
  .gp-576-10 {
    gap: 10px;
  }
  .gp-576-5 {
    gap: 5px;
  }
  .gp-576-0 {
    gap: 0px;
  }
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-33 {
    width: 33%;
  }
  .w-576-16 {
    width: 16.666666%;
  }
  .mb-576-100 {
    margin-bottom: 100px;
  }
  .mb-576-95 {
    margin-bottom: 95px;
  }
  .mb-576-90 {
    margin-bottom: 90px;
  }
  .mb-576-85 {
    margin-bottom: 85px;
  }
  .mb-576-80 {
    margin-bottom: 80px;
  }
  .mb-576-75 {
    margin-bottom: 75px;
  }
  .mb-576-70 {
    margin-bottom: 70px;
  }
  .mb-576-65 {
    margin-bottom: 65px;
  }
  .mb-576-60 {
    margin-bottom: 60px;
  }
  .mb-576-55 {
    margin-bottom: 55px;
  }
  .mb-576-50 {
    margin-bottom: 50px;
  }
  .mb-576-45 {
    margin-bottom: 45px;
  }
  .mb-576-40 {
    margin-bottom: 40px;
  }
  .mb-576-35 {
    margin-bottom: 35px;
  }
  .mb-576-30 {
    margin-bottom: 30px;
  }
  .mb-576-25 {
    margin-bottom: 25px;
  }
  .mb-576-20 {
    margin-bottom: 20px;
  }
  .mb-576-15 {
    margin-bottom: 15px;
  }
  .mb-576-10 {
    margin-bottom: 10px;
  }
  .mb-576-5 {
    margin-bottom: 5px;
  }
  .mb-576-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;
  }
  .g-480-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-480-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-480-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-480-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-480-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-480-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-480-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-480-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-480-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-480-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-480-70 {
    gap: 70px;
  }
  .gp-480-65 {
    gap: 65px;
  }
  .gp-480-60 {
    gap: 60px;
  }
  .gp-480-55 {
    gap: 55px;
  }
  .gp-480-50 {
    gap: 50px;
  }
  .gp-480-45 {
    gap: 45px;
  }
  .gp-480-40 {
    gap: 40px;
  }
  .gp-480-35 {
    gap: 35px;
  }
  .gp-480-30 {
    gap: 30px;
  }
  .gp-480-25 {
    gap: 25px;
  }
  .gp-480-20 {
    gap: 20px;
  }
  .gp-480-15 {
    gap: 15px;
  }
  .gp-480-10 {
    gap: 10px;
  }
  .gp-480-5 {
    gap: 5px;
  }
  .gp-480-0 {
    gap: 0px;
  }
  .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;
  }
  .g-400-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-400-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-400-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-400-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-400-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-400-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-400-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-400-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-400-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-400-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-400-70 {
    gap: 70px;
  }
  .gp-400-65 {
    gap: 65px;
  }
  .gp-400-60 {
    gap: 60px;
  }
  .gp-400-55 {
    gap: 55px;
  }
  .gp-400-50 {
    gap: 50px;
  }
  .gp-400-45 {
    gap: 45px;
  }
  .gp-400-40 {
    gap: 40px;
  }
  .gp-400-35 {
    gap: 35px;
  }
  .gp-400-30 {
    gap: 30px;
  }
  .gp-400-25 {
    gap: 25px;
  }
  .gp-400-20 {
    gap: 20px;
  }
  .gp-400-15 {
    gap: 15px;
  }
  .gp-400-10 {
    gap: 10px;
  }
  .gp-400-5 {
    gap: 5px;
  }
  .gp-400-0 {
    gap: 0px;
  }
  .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;
}
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%;
  width: 100%;
  height: 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;
}
/*==========================================================================
=> checkbox contact form 7
========================================================================== */
span.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}
.wpcf7-list-item input {
  display: none;
}
.wpcf7-list-item-label {
  font-size: 24px;
  line-height: 1.1;
  color: #000000;
  position: relative;
  cursor: pointer;
  padding-left: 48px;
  display: block;
}
.wpcf7-list-item input[type="checkbox"] ~ span::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 6px;
}
.wpcf7-list-item input[type="checkbox"]:checked ~ span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-bottom-right-radius: 2px;
}
.wpcf7-list-item input[type="checkbox"]:checked ~ span::before {
  background: #03333F;
  border: 1px solid #03333F;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
  display: none;
}
.wpcf7-form .button {
  margin-right: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff6900;
}
/*==========================================================================
=> buttons
========================================================================== */
.button {
  background: var(--button-fill);
  border: none;
  outline: none;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
  border-radius: 0px;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.button:hover {
  background: var(--button-fill);
  border: 1px solid var(--button-fill);
  color: var(--button-fill);
}
.button.arrow {
  position: relative;
  padding-right: 48px;
  background-color: var(--button-fill);
}
.button.arrow::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  -webkit-mask: url('../img/btn-arrow.svg') no-repeat center / contain;
  mask: url('../img/btn-arrow.svg') no-repeat center / contain;
  transition: background-color 0.2s ease-in-out;
}
.button.arrow:hover {
  background-color: transparent;
  color: var(--button-fill);
  border: 1px solid var(--button-fill);
}
.button.arrow:hover::after {
  background-color: var(--button-fill);
  right: 20px;
}
.button.line {
  background: transparent;
  color: var(--button-fill);
  border: 1px solid var(--button-fill);
}
.button.line:hover {
  background: var(--button-fill);
  border: 1px solid var(--button-fill);
  color: #fff;
}
.button.line.arrow::after {
  background: #D48958;
}
.button.line.arrow:hover::after {
  background: #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-sec {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.element-sec .ehdn1 {
  margin-bottom: 30px;
}
.element-sec .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-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 {
  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.4;
  padding: 15px 0;
  resize: none;
}
/* Password View */
.form-grp.int-padl input,
.form-grp.form-grp-var input,
.form-grp.int-padl select,
.form-grp.form-grp-var select {
  padding-left: 50px;
}
.form-grp.int-padr input,
.form-grp.int-padr select {
  padding-right: 50px;
}
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  bottom: 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: 16px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../leo9/assets/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: 16px;
  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: 16px;
}
.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('../leo9/assets/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 */
.form-grp input::-webkit-input-placeholder,
.form-grp input:-ms-input-placeholder,
.form-grp input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-grp input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* Placeholder end */
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 16px;
  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 #000;
  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 #000;
}
.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 #000;
  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: #000;
  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: #000;
}
.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 #000;
}
.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 #000;
}
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #000;
}
.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: #000;
  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: 16px;
  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 #000;
}
.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 */
/*==========================================================================
=> Modal
==========================================================================*/
.modal-subTitle {
  font-size: 16px;
  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: 16px;
  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: 16px;
  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);
}
.ellipsis1 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  font-size: 32px;
  color: var(--clr-black);
  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 blockquote {
  padding: 32px;
  border-radius: 24px;
  border: 1.5px solid rgba(177, 182, 192, 0.1);
  background: radial-gradient(207.02% 226.71% at 43.55% 196.18%, #13172A 0%, #46A8DC 100%);
  margin-bottom: 48px;
  text-align: center;
}
.content-body blockquote p {
  font-weight: 700;
  font-size: var(--fs24);
  color: var(--clr-white);
  max-width: 1000px;
  margin: auto;
}
.content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--clr-dgrey);
  margin-bottom: 16px;
}
.content-body a {
  color: var(--clr-blue);
}
.content-body a:hover {
  color: var(--clr-maroon);
}
.content-body blockquote {
  border-radius: 10px;
  background: var(--clr-lgrey);
  color: var(--clr-black);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.content-body blockquote p {
  margin-bottom: 0;
}
.content-body ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--clr-dgrey);
  margin-bottom: 0;
}
.content-body ul li p {
  margin-bottom: 0;
}
.content-body ul li a {
  color: var(--clr-blue);
}
.content-body ul li a:hover {
  color: var(--clr-maroon);
}
.content-body ul li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: var(--clr-dgrey);
}
.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-contain {
  padding-top: var(--spc4080);
}
.thankyou-card {
  text-align: center;
  margin: auto;
  max-width: 480px;
}
.thankyou-img {
  width: calc(100% - 100px);
  margin: 0 auto 32px;
}
.thankyou-hdn {
  color: #4E312D;
  text-align: center;
  font-size: var(--fs48);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
.thankyou-hdn span {
  color: #D48958;
  font-weight: 600;
}
.error-hdn {
  position: relative;
  padding-bottom: 40px;
}
.error-hdn::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  left: 50%;
  bottom: 0;
  background: #D48958;
  z-index: 1;
}
.thankyou-para p {
  color: #888;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
.thankyou-para p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .thankyou-hdn {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 480px) {
  .thankyou-hdn {
    margin-bottom: 8px;
  }
}
.error-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: var(--spc4080);
  max-width: 700px;
  margin-inline: auto;
}
@media all and (max-width: 640px) {
  .error-wrap {
    padding-top: calc(var(--spc4080) * 2);
  }
}
.error-btn-wrap {
  display: flex;
  gap: 24px;
}
@media all and (max-width: 640px) {
  .error-btn-wrap {
    flex-direction: column;
  }
}
.error-sec {
  overflow: hidden;
  position: relative;
}
.error-para p {
  color: #2C2D26;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.error-img {
  width: 40vw;
  height: auto;
}
.ty-img {
  width: 11vw;
  height: auto;
}
.error-title {
  color: #FFF;
  text-align: center;
  font-size: var(--font48);
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  max-width: 447px;
}
@media all and (max-width: 1366px) {
  .ty-img {
    width: 30vw;
  }
}
/*==========================================================================
=> Accordion
==========================================================================*/
.accordion {
  background: transparent;
  cursor: pointer;
  padding: 32px 36px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-size: 24px;
}
.accordion::after,
.accordion:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #FFF;
  display: inline-block;
  position: absolute;
  right: 36px;
  top: 50%;
}
.accordion::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.panel {
  display: none;
  padding: 0 30px 32px 36px;
}
.panel p {
  font-size: 16px;
  line-height: 1.9;
  color: #FFF;
}
.acc-container {
  max-width: 1065px;
  width: 100%;
  margin: 50px auto;
}
.acc-item {
  margin-bottom: 30px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--button-fill);
}
.acc-item p {
  margin-bottom: 20px;
}
.acc-item p:last-child {
  margin-bottom: 0;
}
.acc-item:last-child {
  margin-bottom: 0;
}
.acc-item.active .accordion {
  padding: 32px 70px 16px 36px;
}
.acc-item.active .accordion::before {
  transform: rotate(180deg);
}
/*==========================================================================
=> Multiple Tab
==========================================================================*/
.tabs {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  width: fit-content;
  position: relative;
}
.tabs ul li {
  color: #565656;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.tabs ul li.active {
  color: var(--clr-black);
}
.indicator {
  width: 0;
  height: 1px;
  background: var(--clr-black);
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.comm-tab-wrap {
  width: 100%;
  margin: 50px auto;
}
.comm-tab-wrap ul.tabs {
  width: 100%;
  justify-content: center;
}
.comm-tab-wrap ul.tabs li {
  width: 100%;
  text-align: center;
  max-width: 270px;
  flex: 1;
}
.comm-tab-wrap .tab_container {
  max-width: 1060px;
  margin: 0 auto;
}
.tab_content {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.tab_content.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.comm-tab-box {
  width: 100%;
  margin-bottom: 60px;
}
/* Most common */
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.over-visible {
  overflow: visible;
}
.over-hidden {
  overflow: hidden;
}
.swiper-fitw .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-fitw .swiper-slide {
  width: fit-content;
}
.swiper-op .swiper-slide {
  opacity: 0.5;
  transform: scale(0.9);
}
.swiper-op .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.swiper-height .swiper-slide {
  height: auto;
}
.swiper-height .swiper-slide > div {
  height: 100%;
}
.font16r {
  color: var(--clr-black);
  font-size: var(--fs16);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.font18r {
  color: var(--clr-black);
  font-size: var(--fs18);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.font22r {
  color: var(--clr-black);
  font-size: var(--fs22);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.fs24 {
  font-size: var(--fs24);
  line-height: 1.5;
}
.font30r {
  color: var(--clr-black);
  font-size: var(--fs30);
  line-height: 1.4;
  letter-spacing: 0.54px;
}
.fs36 {
  font-size: var(--fs36);
  line-height: 1.3;
}
.font48r {
  color: var(--clr-black);
  font-size: var(--fs48);
  line-height: 1.2;
}
.font72r {
  color: var(--clr-black);
  font-size: var(--fs72);
  line-height: 1;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.t-cen {
  text-align: center;
}
.tt-uc {
  text-transform: uppercase;
}
.t-ul {
  text-decoration: underline;
}
.txt-white {
  color: var(--clr-white);
}
.comm-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.comm-cont p {
  color: var(--clr-black);
  font-size: var(--fs18);
}
.comm-cont ul ul {
  margin-top: 16px;
}
.comm-cont ul ul li::before {
  border-radius: 0;
  width: 8px;
  height: 2px;
}
.comm-cont ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 20px;
  color: var(--clr-black);
  font-size: var(--fs18);
}
.comm-cont ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 10px;
  left: 0;
  background: var(--clr-green);
}
.comm-cont ul li:last-child {
  margin-bottom: 0;
}
.comm-btn-flex {
  display: flex;
  gap: 16px;
}
.comm-btn-flex .comm-nav-icon:first-child i {
  rotate: 180deg;
}
.comm-nav-wrap {
  display: flex;
  gap: 12px;
}
.nav-icon {
  display: inline-block;
  width: 12px;
  height: 21px;
  background-color: var(--clr-black, #30223B);
  -webkit-mask: url('../img/nav-right.svg') no-repeat center / contain;
  mask: url('../img/nav-right.svg') no-repeat center / contain;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.comm-nav {
  width: 60px;
  height: 60px;
  border: 1px solid var(--clr-black, #30223B);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.comm-nav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comm-nav.prev-btn .nav-icon {
  transform: rotate(180deg);
}
.comm-nav:hover {
  background: var(--clr-black, #30223B);
  border-color: var(--clr-black, #30223B);
}
.comm-nav:hover .nav-icon {
  background-color: var(--clr-white, #FFF);
}
.comm-nav.disabled,
.comm-nav.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  background: transparent;
  opacity: 0.2;
}
.anim-text div {
  background: linear-gradient(to right, var(--clr-white) 50%, var(--clr-grey) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0.3;
}
.comm-video-box {
  height: 0;
  padding-top: 65%;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  position: relative;
}
.comm-video-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comm-pagination {
  margin-top: 60px;
}
.comm-pagination ul {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.comm-pagination li {
  font-size: var(--fs24);
  font-weight: 600;
  letter-spacing: -0.72px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comm-pagination li span {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.comm-pagination li a,
.comm-pagination li span {
  color: var(--clr-black);
}
.comm-pagination li .next span,
.comm-pagination li .prev span {
  color: var(--clr-maroon);
}
.comm-pagination li .current {
  background: var(--clr-maroon);
  color: var(--clr-white);
}
/* Most common end */
/*==========================================================================
=> Animation
==========================================================================*/
/* Text Focus Starts */
.text-focus-in {
  -webkit-animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* Text Focus Ends */
/* Fade Up Starts */
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Fade Up Ends */
/* Page Links Starts */
.comm-section.page-links {
  padding-top: 0;
}
@media (max-width: 640px) {
  .comm-section.page-links {
    padding-top: 60px;
  }
}
.comm-section.page-links .page-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: center;
  border-top: 1px solid transparent;
  /* adjust if there's a top/bottom border in design */
}
@media (max-width: 991px) {
  .comm-section.page-links .page-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
  }
}
@media (max-width: 640px) {
  .comm-section.page-links .page-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.comm-section.page-links .pl-item {
  background: transparent;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  border-right: 1px solid #F0F0F0;
}
.comm-section.page-links .pl-item:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .comm-section.page-links .pl-item:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 640px) {
  .comm-section.page-links .pl-item {
    padding: 20px 10px;
    justify-content: flex-start;
    border-right: 1px solid #F0F0F0;
  }
  .comm-section.page-links .pl-item:nth-child(2n) {
    border-right: none;
  }
  .comm-section.page-links .pl-item:nth-child(1),
  .comm-section.page-links .pl-item:nth-child(2) {
    border-bottom: 1px solid #F0F0F0;
  }
  .comm-section.page-links .pl-item .pl-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .comm-section.page-links .pl-item .pl-text h4 {
    font-size: var(--fs16);
  }
}
.comm-section.page-links .pl-item:hover .pl-text h4 {
  color: var(--lbrown);
}
.comm-section.page-links .pl-item .pl-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.comm-section.page-links .pl-item .pl-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 640px) {
  .comm-section.page-links .pl-item .pl-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.comm-section.page-links .pl-item .pl-text {
  text-align: left;
}
.comm-section.page-links .pl-item .pl-text h4 {
  font-size: var(--fs20);
  font-weight: 600;
  color: #30223B;
  margin: 0;
  line-height: 1.3;
  transition: all 0.3s ease;
}
/* Page Links Ends */
.container {
  max-width: 1440px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-md {
  max-width: 1360px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-sm {
  max-width: 1080px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.comm-section-wm {
  margin: var(--spc4080) 0;
  padding: var(--spc4080) 0;
  position: relative;
}
.comm-section-sm {
  padding: var(--spc4080) 0;
  position: relative;
}
.comm-section {
  padding: var(--spc40120) 0;
  position: relative;
}
.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sec-head .pill + .sec-title {
  margin-top: 8px;
}
.sec-head .sec-para {
  margin-top: 20px;
}
.sec-head + .sec-body {
  margin-top: 32px;
}
.comm-hdn-wrap.center {
  text-align: center;
}
.comm-hdn-wrap.center > * {
  text-align: center;
}
.sec-body + .sec-foot {
  margin-top: 50px;
}
.ov-hidden {
  overflow: hidden;
}
/* ==========================================================================
   => Pre-Footer Section
   ========================================================================== */
.pre-footer-sec {
  position: relative;
  margin-bottom: var(--spc40120);
}
.pre-footer-wrap {
  background: var(--brown, #241009);
  padding: 60px 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.pre-footer-left {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  display: flex;
  align-items: flex-end;
}
.pre-footer-left img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: left bottom;
}
.pre-footer-right {
  width: 50%;
  position: relative;
  z-index: 3;
  padding-left: 40px;
}
.pre-footer-right h2 {
  max-width: 550px;
}
.pre-footer-right p {
  max-width: 480px;
}
.ticked-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: var(--fs16);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media all and (max-width: 640px) {
  .ticked-title {
    align-items: flex-start;
  }
  .ticked-title::before {
    padding-top: 22px;
  }
}
.ticked-title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url('../img/tick.svg') no-repeat center / contain;
}
.ticked-title.ticked-green {
  color: #6B8E54;
}
.ticked-title.ticked-green::before {
  filter: invert(52%) sepia(21%) saturate(769%) hue-rotate(53deg) brightness(96%) contrast(84%);
}
.ticked-title.ticked-brown,
.ticked-title.ticked-borwn {
  color: #D48958;
}
.ticked-title.ticked-brown::before,
.ticked-title.ticked-borwn::before {
  filter: invert(61%) sepia(35%) saturate(836%) hue-rotate(341deg) brightness(91%) contrast(90%);
}
.hero-sec {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: #241009;
  margin-bottom: var(--spc40120);
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 50%, rgba(36, 16, 9, 0) 0%, rgba(36, 16, 9, 0.3) 50%, rgba(36, 16, 9, 0.85) 100%), linear-gradient(90deg, rgba(44, 45, 38, 0.2) 0%, rgba(44, 45, 38, 0.2) 100%);
  z-index: 2;
}
.hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
}
.hero-card {
  background: rgba(36, 16, 9, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: none;
  border-left: none;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
  margin-left: calc(-50vw + 50%);
  padding: 50px 60px 50px calc(50vw - 50%);
  max-width: none;
  width: calc(100% + 50vw - 50%);
  margin-left: calc((100vw - 1280px) / -2 - 15px);
  padding-left: calc((100vw - 1280px) / 2 + 15px);
  max-width: calc(960px + (100vw - 1280px) / 2);
  width: calc(100% + (100vw - 1280px) / 2 + 15px);
}
.problem-slide-title {
  font-size: var(--fs36);
  font-weight: 500;
  color: #30223B;
}
.problem-slide-content .comm-para p {
  font-size: var(--fs24);
}
.hero-title {
  font-size: var(--fs52);
  font-weight: 600;
  line-height: 1.25;
  color: #F5F5F5;
}
.hero-bottom-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.hero-bottom-row .comm-para {
  max-width: 350px;
}
.hero-btn-wrap {
  flex-shrink: 0;
}
/*==========================================================================
=> Mortgage Problems Swiper Section
==========================================================================*/
.problem-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #74841F;
  font-size: var(--fs16);
  font-weight: 600;
  letter-spacing: 1px;
}
.problem-pill::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background-color: #74841F;
  -webkit-mask: url('../img/tick.svg') no-repeat center / contain;
  mask: url('../img/tick.svg') no-repeat center / contain;
}
.problem-header,
.process-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.problem-header .sec-hdn {
  color: #30223B;
}
.problem-header-left {
  max-width: 60%;
}
.problem-header-right {
  max-width: 35%;
}
.problem-slider-wrap {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: stretch;
  gap: 30px;
}
.problem-content-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.problem-content-col .comm-nav-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}
.problem-text-area {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  width: 25vw;
}
.problem-slide-text {
  /* Swiper slide styles */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.problem-image-col {
  min-width: 0;
  position: relative;
  overflow: hidden;
}
.problem-image-swiper {
  width: 100%;
  overflow: visible;
}
.problem-image-swiper .swiper-wrapper {
  align-items: flex-end;
}
.problem-image-swiper .swiper-slide {
  width: auto !important;
  flex-shrink: 0 !important;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.problem-image-box {
  width: 708px;
  height: 643px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.problem-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.4s ease;
}
.problem-image-swiper .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
.problem-image-swiper .swiper-slide:not(.swiper-slide-active) .problem-image-box {
  width: 161px;
  height: 146px;
}
.problem-image-swiper .swiper-slide:not(.swiper-slide-active) .problem-image-box img {
  filter: brightness(0.6);
}
.problem-image-swiper .swiper-slide.swiper-slide-active ~ .swiper-slide ~ .swiper-slide ~ .swiper-slide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@keyframes problemFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*==========================================================================
=> Mortgage Solutions Section
==========================================================================*/
.solutions-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.solutions-left-col {
  width: 45%;
  flex-shrink: 0;
}
.solutions-right-col {
  width: 50%;
  flex-shrink: 0;
}
@media all and (max-width: 1440px) {
  .solutions-right-col {
    width: 45%;
  }
}
@media all and (max-width: 1366px) {
  .solutions-right-col {
    width: 40%;
  }
}
.solutions-tabs {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E7E9EC;
}
.tab-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.tab-label {
  color: #8594af;
  font-size: var(--fs20);
  font-weight: 500;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.solutions-tab-item {
  display: block;
  border-bottom: 1px solid #E7E9EC;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.tab-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
}
.solutions-tab-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #30223B;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.solutions-tab-item.active .tab-icon img {
  opacity: 1;
}
.solutions-tab-item.active .tab-label {
  color: #30223B;
  font-weight: 600;
}
.solutions-tab-item.active::after {
  width: 100%;
}
.solutions-tab-item:hover:not(.active) .tab-label {
  color: #30223B;
}
.solutions-tab-item:hover:not(.active) .tab-icon img {
  opacity: 0.7;
}
.solutions-image-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 708px;
  aspect-ratio: 708 / 730;
}
.solutions-content-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.solutions-content-item.active {
  opacity: 1;
  visibility: visible;
}
.solutions-content-item img,
.solutions-image-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutions-glass-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 100px;
  padding: 30px;
  background: rgba(100, 102, 89, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.solutions-glass-overlay p {
  font-size: var(--fs24);
  color: #F5F5F5;
  margin: 0;
  line-height: 1.4;
}
.resp-solutions-content {
  display: none;
}
/*==========================================================================
=> Who We Help Section
==========================================================================*/
.who-sec {
  position: relative;
  z-index: 1;
}
.who-sec h2.sec-hdn {
  color: #FFF;
}
.who-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.who-bg img {
  object-fit: cover;
}
.problem-pill.style-orange {
  color: #f6caae;
}
.problem-pill.style-orange::before {
  background-color: #f6caae;
}
.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 24px;
}
.who-card {
  background: rgba(44, 45, 38, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.who-card:hover {
  transform: translateY(-5px);
  background-color: rgba(44, 45, 38, 0.75);
}
.who-card-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .who-card-icon {
    width: 44px;
    height: 44px;
  }
}
.who-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.who-card-content h3 {
  color: #FFF;
  font-size: var(--fs24);
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.3;
}
.who-card-content p {
  color: #aaa;
  font-size: var(--fs16);
  line-height: 1.4;
  margin: 0;
}
/*==========================================================================
=> Our Mortgage Process Section
==========================================================================*/
.process-grid {
  display: flex;
  align-items: stretch;
  gap: 24px;
  height: 660px;
  width: 100%;
}
@media all and (max-width: 1440px) {
  .process-grid {
    height: 560px;
  }
}
@media all and (max-width: 1366px) {
  .process-grid {
    height: 500px;
  }
}
@media all and (max-width: 1280px) {
  .process-grid {
    height: 450px;
    gap: 16px;
  }
}
@media all and (max-width: 1200px) {
  .process-grid {
    height: 380px;
  }
}
.process-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: brightness(0.5) grayscale(100%);
}
.process-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(36, 16, 9, 0) 42.8%, rgba(36, 16, 9, 0.85) 95%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.process-card-num-large {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 96px;
  font-weight: 100;
  color: #f5f5f5;
  opacity: 0.5;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
@media all and (max-width: 1280px) {
  .process-card-num-large {
    bottom: 10px;
  }
}
.process-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: rgba(100, 102, 89, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px 40px 40px 11vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1280px) {
  .process-card-content {
    height: 200px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1200px) {
  .process-card-content {
    height: 160px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.process-card-num-bg {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--fs132);
  font-weight: 100;
  color: #f5f5f5;
  opacity: 0.8;
  filter: blur(4px);
  font-variant-numeric: tabular-nums;
}
@media all and (max-width: 1280px) {
  .process-card-num-bg {
    left: 20px;
  }
}
@media all and (max-width: 1200px) {
  .process-card-num-bg {
    filter: unset;
  }
}
@media all and (max-width: 640px) {
  .process-card-num-bg {
    position: static;
    transform: none;
  }
}
.process-card-text-wrap h3 {
  color: #f5f5f5;
  font-size: var(--fs40);
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.2;
}
.process-card-text-wrap p {
  color: #aaa;
  font-size: var(--fs18);
  line-height: 1.5;
  margin: 0;
}
.process-card {
  flex: 1;
  min-width: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}
.process-card.active,
.process-card:hover {
  flex: 3.2;
}
.process-card.active .process-card-bg,
.process-card:hover .process-card-bg {
  filter: brightness(1) grayscale(0);
  transform: scale(1.05);
}
.process-card.active .process-card-num-large,
.process-card:hover .process-card-num-large {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 20px);
}
.process-card.active .process-card-content,
.process-card:hover .process-card-content {
  opacity: 1;
  visibility: visible;
}
/*==========================================================================
=> Achievements Section
==========================================================================*/
.achievements-sec .container {
  max-width: 1440px;
}
.achievements-grid {
  display: grid;
  grid-template-columns: 436px 1fr;
  gap: 37px;
  align-items: stretch;
}
.achievements-col-left {
  display: flex;
  flex-direction: column;
  height: 640px;
  gap: 20px;
}
.achievements-img-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.achievements-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
.achievements-img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(36, 16, 9, 0) 42.79%, #241009 95.09%);
  pointer-events: none;
}
.achievements-col-left .achievements-img-box {
  flex: 1;
  min-height: 0;
}
.achievements-col-right .achievements-img-box {
  height: 100%;
}
.achievements-col-left .achievements-badge {
  background: #241009;
  height: 135px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 40px;
  flex-shrink: 0;
}
.achievements-col-right {
  position: relative;
  height: 640px;
}
.achievements-col-right .badge-orange {
  position: absolute;
  top: 121px;
  right: 0;
  width: 317px;
  height: 135px;
  background: #d48958;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0 40px;
  z-index: 2;
  transform: translateX(50%);
}
.achievements-col-right .badge-grey {
  position: absolute;
  bottom: 0px;
  left: 274px;
  width: 394px;
  height: 135px;
  background: #8c9190;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0 40px;
  z-index: 2;
  transform: translateY(50%);
}
.badge-num {
  font-size: 64px;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
  font-family: 'Geist', sans-serif;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.badge-text p {
  font-size: 20px;
  color: #FFF;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
  font-family: 'Geist', sans-serif;
}
/*==========================================================================
=> Calculator Section
==========================================================================*/
.calculator-wrap {
  background: #241009;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.calculator-col-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 80px;
  background: #241009;
  min-width: 0;
}
@media (max-width: 990px) {
  .calculator-col-left {
    justify-content: flex-start;
  }
}
.calculator-content {
  max-width: 640px;
  width: 100%;
}
.calculator-col-right {
  height: 100%;
  width: 100%;
  min-width: 0;
  position: relative;
}
.calculator-col-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.button.line.white {
  border: 1px solid #FFF;
  color: #FFF;
  background: transparent;
}
.button.line.white:hover {
  background: #FFF;
  color: #241009;
  border-color: #FFF;
}
/*==========================================================================
=> Testimonials Section
==========================================================================*/
.testimo-container {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "header-left header-right" "body body";
  row-gap: 60px;
}
.testimonials-header-left {
  grid-area: header-left;
}
.testimonials-header-right {
  grid-area: header-right;
  align-self: end;
}
.testimonials-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.testimonials-body {
  grid-area: body;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.testimonials-col-left {
  width: 370px;
  flex-shrink: 0;
}
.testimonials-col-left img {
  width: 100%;
  height: auto;
}
.testimonials-col-right {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.testimonials-swiper {
  height: 100%;
}
.testimonials-pagination {
  display: block;
  position: relative;
  margin-top: 60px;
  height: 8px;
  background: #DFDFDF;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.testimonials-pagination .swiper-pagination-progressbar-fill {
  background: #4E312D;
  height: 100%;
  border-radius: 4px;
}
.testimonial-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: space-between;
}
.stars-wrap {
  display: flex;
  gap: 4px;
}
.stars-wrap img {
  width: 20px;
  height: 20px;
}
.testimonial-text {
  font-size: var(--fs24);
  color: #30223B;
  line-height: 1.5;
  font-weight: 400;
}
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 20px;
}
.user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 0;
  overflow: hidden;
}
.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-meta .user-name {
  font-size: var(--fs18);
  font-weight: 600;
  color: #30223B;
  margin: 0 0 4px 0;
}
.user-meta .user-role {
  font-size: 16px;
  color: #8594af;
}
.testimonial-slide {
  position: relative;
  box-sizing: border-box;
  height: auto;
}
/*==========================================================================
=> FAQ Section
==========================================================================*/
.faq-sec {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url('../img/faq.webp');
}
.faq-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.faq-col-left {
  display: none;
}
.faq-col-right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 50px 0px 50px 80px;
  width: 60%;
  height: 100%;
}
.faq-col-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(36, 16, 9, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: -1;
}
.faq-content {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.faq-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  min-height: 450px;
}
@media all and (max-width: 1660px) {
  .faq-accordion {
    min-height: 400px;
  }
}
.faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  cursor: pointer;
}
@media all and (max-width: 1660px) {
  .faq-item {
    padding: 20px 0;
  }
}
.faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-item h3 {
  font-size: var(--fs24);
  color: #FFF;
  font-weight: 600;
  margin: 0;
  transition: color 0.3s ease;
}
.faq-item .faq-item-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.faq-item .faq-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), margin-top 0.4s ease, padding 0.4s ease;
  padding: 0;
}
.faq-item .faq-item-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--fs18);
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
.faq-item .faq-item-content {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--fs18);
  font-weight: 500;
  line-height: 1.6;
}
.faq-item.active h3 {
  color: #d48958;
}
.faq-item.active .faq-item-content {
  max-height: 500px;
  padding: 16px 0 0 0;
  transition: max-height 0.4s cubic-bezier(1, 0, 1, 0), margin-top 0.4s ease, padding 0.4s ease;
}
.faq-item.active .faq-icon-arrow {
  transform: rotate(-90deg);
  background-color: #d48958;
}
.faq-icon-arrow {
  width: 12px;
  height: 21px;
  background-color: #FFF;
  -webkit-mask: url('../img/nav-right.svg') no-repeat center / contain;
  mask: url('../img/nav-right.svg') no-repeat center / contain;
  transform: rotate(90deg);
  transition: transform 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0;
}
.problem-pill.style-white {
  color: #FFF;
}
.problem-pill.style-white::before {
  background-color: #FFF;
}
/* ==========================================================================
   => About Page Banner Section
   ========================================================================== */
.banner-sec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #241009;
}
.about-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../img/bnr-bg.png') no-repeat center / cover;
}
.about-banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(78, 49, 45, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.about-banner-container {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-banner-card {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  padding-top: calc(var(--header-height) * 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-banner-card .ticked-title {
  text-transform: none;
  margin-bottom: 25px;
}
.bnr-title {
  font-size: var(--fs52);
  font-weight: 600;
  line-height: 1.25;
  color: #F5F5F5;
  text-align: center;
  margin-bottom: 25px;
}
.about-banner-bottom-row .comm-para {
  max-width: 800px;
  text-align: center;
}
.about-banner-bottom-row .comm-para p {
  color: #F5F5F5;
  margin-bottom: 0;
  font-size: var(--fs18);
  line-height: 1.6;
}
/* ==========================================================================
   => About Page Stats Section
   ========================================================================== */
.stats-swiper {
  width: 100%;
  overflow: visible;
}
.stats-card {
  background: #F6E8DF;
  padding: 50px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  box-sizing: border-box;
}
.stats-card .stats-num {
  font-size: var(--fs64);
  font-weight: 400;
  color: #241009;
  line-height: 1.2;
  margin-bottom: 12px;
}
.stats-card .stats-text {
  font-size: var(--fs24);
  font-weight: 400;
  color: #241009;
  line-height: 1.3;
}
.stats-pagination {
  display: none;
}
/* ==========================================================================
   => About Page Pillars Section
   ========================================================================== */
.pillars-swiper {
  width: 100%;
  overflow: visible;
}
.pillar-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.pillar-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pillar-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pillar-title {
  font-size: var(--fs24);
  font-weight: 500;
  color: #241009;
  margin-bottom: 16px;
}
.pillar-desc {
  font-size: var(--fs16);
  font-weight: 400;
  color: #767676;
  line-height: 1.6;
  margin-bottom: 0;
}
.pillars-pagination {
  display: block;
  position: relative;
  margin-top: 60px;
  height: 8px;
  background: #DFDFDF;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.pillars-pagination .swiper-pagination-progressbar-fill {
  background: #4E312D;
  height: 100%;
  border-radius: 4px;
}
.problem-swiper-wrap .f-row {
  justify-content: center;
}
.prTextSwiper {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
.prTextSwiper .comm-nav-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
}
.prTextSwiper .swiper-wrapper {
  height: auto;
}
.pr-img-swiper {
  width: 250px;
  height: 454px;
  position: relative;
  overflow: visible;
}
.pr-img-swiper .swiper-wrapper {
  align-items: flex-end;
}
.pr-img-swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.pr-img-swiper .swiper-slide-active {
  width: 500px !important;
}
.pr-img-swiper .swiper-slide-active .pr-img {
  width: 500px;
  height: 454px;
  overflow: hidden;
}
.pr-img {
  width: 250px;
  height: 227px;
  overflow: hidden;
  position: relative;
}
.pr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blurv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(213, 193, 154, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image: url('../img/blurv.png');
  mask-image: url('../img/blurv.png');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.pr-img .blurv {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.swiper-slide-active .pr-img .blurv {
  opacity: 1;
}
.ov-hidden {
  overflow: hidden;
}
.pr-box {
  padding-left: 0;
  padding-right: 0;
}
/* Preloader Styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
.preloader-logo {
  width: 260px;
  height: 102px;
}
.preloader-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
/*========================================================================== => 7. Stand For Section ==========================================================================*/
.stand-sec {
  background-color: #fff;
}
.stand-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 145px;
}
.stand-left {
  width: 586px;
  flex-shrink: 0;
  position: relative;
}
.stand-header {
  margin-bottom: 36px;
}
.stand-header .sec-hdn {
  font-size: var(--fs48);
  font-weight: 600;
  line-height: 1.3;
  color: #2c2d26;
  max-width: 500px;
}
.stand-img-box {
  width: 100%;
  height: 510px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.stand-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.stand-right {
  flex: 1;
}
.stand-accordion {
  display: flex;
  flex-direction: column;
}
.stand-acc-item {
  border-bottom: 1px solid rgba(44, 45, 38, 0.1);
  padding: 40px 24px;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 990px) {
  .stand-acc-item {
    padding: 20px 0;
  }
}
.stand-acc-item.active {
  /* border-bottom: 2px solid #73841f; */
}
.stand-acc-item .progressbar {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #73841f;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.stand-acc-item.active .progressbar {
  width: 100%;
}
.stand-acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.stand-acc-title {
  font-size: var(--fs24);
  font-weight: 500;
  color: #4f4e59;
  margin: 0;
  transition: all 0.3s ease;
  line-height: 1.3;
}
.stand-acc-item.active .stand-acc-title {
  color: #2c2d26;
  font-weight: 600;
}
.stand-acc-head::after {
  content: "+";
  font-size: 32px;
  font-weight: 300;
  color: #4f4e59;
  line-height: 1;
  transition: all 0.3s ease;
}
.stand-acc-item.active .stand-acc-head::after {
  content: "-";
  color: #2c2d26;
}
.stand-acc-body {
  display: none;
  padding-top: 12px;
}
.stand-acc-body p {
  font-size: var(--fs18);
  color: #888;
  line-height: 1.5;
  margin: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transition-property: transform !important;
  transition-duration: 0.5s !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
/*==========================================================================
=> 8. Founder Section
==========================================================================*/
.founder-card {
  display: flex;
  background-color: #F7EAE1;
  position: relative;
  margin-top: 40px;
  overflow: visible;
}
.founder-content {
  width: 55%;
  padding: 80px 40px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.founder-name {
  font-size: var(--fs36);
  font-weight: 500;
  color: #4E312D;
  line-height: 1.2;
  margin-bottom: 15px;
}
.founder-designation {
  font-size: var(--fs24);
  font-weight: 400;
  color: #4E312D;
}
.founder-bio {
  max-width: 500px;
}
.founder-bio p {
  font-size: var(--fs16);
  line-height: 1.6;
  color: #4f4e59;
}
.founder-socials {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.founder-socials a {
  display: inline-flex;
  transition: opacity 0.3s ease;
}
.founder-socials a:hover {
  opacity: 0.7;
}
.founder-socials img {
  width: 24px;
  height: 24px;
}
.founder-image {
  width: 45%;
}
.founder-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 763px;
  max-width: 55%;
  aspect-ratio: 763 / 663;
  height: auto;
  z-index: 2;
  display: block;
}
/*==========================================================================
=> 9. Our Team Section
==========================================================================*/
.team-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 200px;
}
.desktop-team-nav {
  display: block;
}
.team-body {
  width: 100%;
}
.team-footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobile-team-nav {
  display: none !important;
}
.team-swiper {
  width: 100%;
}
.team-card {
  width: 100%;
}
.team-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 24px;
}
.team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-name {
  font-size: var(--fs24);
  font-weight: 600;
  color: #2C2D26;
  margin-bottom: 8px;
}
.team-role {
  font-size: var(--fs16);
  color: #888;
  font-weight: 400;
}
/* Custom Bullet Pagination as Horizontal Bars */
.team-pagination {
  position: relative !important;
  display: flex !important;
  justify-content: flex-start !important;
  left: 0 !important;
  transform: none !important;
  margin-top: 45px;
  gap: 12px;
  width: auto !important;
  z-index: 10;
}
.team-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background: #DFDFDF;
  border-radius: 3px;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.team-pagination .swiper-pagination-bullet-active {
  background: #4E312D;
  width: 60px;
}
/*==========================================================================
=> 10. Recognition Section
==========================================================================*/
.rec-row {
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "content swiper" "controls swiper";
  background: #241009;
}
.rec-col-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  background: #241009;
  justify-content: center;
}
.rec-col-swiper {
  grid-area: swiper;
  display: flex;
  background: #241009;
}
.rec-col-controls {
  grid-area: controls;
  display: flex;
  flex-direction: column;
  background: #241009;
  justify-content: flex-end;
}
.rec-text-swiper {
  width: 100%;
}
.rec-text-card {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #241009;
  padding: 80px 80px 80px calc(max(15px, (100vw - 1440px) / 2 + 15px));
}
.rec-img-swiper {
  width: 100%;
  max-width: 1070px;
  aspect-ratio: 1070 / 718;
  height: auto;
}
.rec-text-slide {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rec-img-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.rec-img-slide .solutions-glass-overlay {
  right: 0;
  text-align: center;
}
.rec-img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}
.rec-card-content {
  background: #241009;
  padding: 80px calc(max(15px, (100vw - 1440px) / 2 + 15px) 20px 0);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rec-controls-wrap {
  padding: 0 80px 80px calc(max(15px, (100vw - 1440px) / 2 + 15px));
  background: #241009;
  z-index: 10;
}
.rec-title {
  font-size: var(--fs40);
  font-weight: 500;
  line-height: 1.2;
}
/* Custom row helper to remove gutters */
.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-gutters > [class*="w"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Navigation Arrows inside card */
.rec-nav-wrap {
  display: flex;
  gap: 12px;
}
.rec-prev-btn,
.rec-next-btn {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.rec-prev-btn .nav-icon,
.rec-next-btn .nav-icon {
  background-color: #FFF !important;
}
.rec-prev-btn:hover,
.rec-next-btn:hover {
  background: #FFF !important;
  border-color: #FFF !important;
}
.rec-prev-btn:hover .nav-icon,
.rec-next-btn:hover .nav-icon {
  background-color: #241009 !important;
}
/* Custom Bullet Pagination as Horizontal Bars */
.rec-pagination {
  position: relative !important;
  display: flex !important;
  justify-content: flex-start !important;
  left: 0 !important;
  transform: none !important;
  margin-top: 0;
  gap: 12px;
  width: auto !important;
  z-index: 10;
}
.rec-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.rec-pagination .swiper-pagination-bullet-active {
  background: #D48958;
  width: 60px;
}
/*==========================================================================
=> 11. Difficulty Section
==========================================================================*/
.difficulty-swiper {
  width: 100%;
  overflow: visible;
}
.difficulty-pagination {
  display: none;
}
.difficulty-grid {
  display: flex;
  width: 100%;
}
.difficulty-card {
  padding: 0 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid rgba(44, 45, 38, 0.1);
  box-sizing: border-box;
}
.difficulty-card:first-child {
  padding-left: 0;
}
.difficulty-card:last-child {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 990px) {
  .difficulty-card {
    padding: 0 10px;
    border-right: none;
  }
  .difficulty-card:first-child {
    padding-left: 10px;
  }
  .difficulty-card:last-child {
    padding-right: 10px;
  }
}
.swiper-initialized .difficulty-card {
  flex: 0 0 auto;
  height: auto;
}
.difficulty-icon-wrap {
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
}
.difficulty-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.difficulty-title {
  font-size: var(--fs20);
  font-weight: 500;
  color: #2C2D26;
  margin-bottom: 15px;
}
.difficulty-desc {
  font-size: var(--fs16);
  color: #888;
  line-height: 1.6;
}
/*==========================================================================
=> 12. Process Section
==========================================================================*/
.process-home-sec .comm-hdn-wrap,
.testimonials-sec .comm-hdn-wrap,
.faq-sec .comm-hdn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 990px) {
  .process-home-sec .comm-hdn-wrap,
  .testimonials-sec .comm-hdn-wrap,
  .faq-sec .comm-hdn-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.pro-count-sec {
  background: linear-gradient(180deg, #180905 0%, #291209 100%);
  position: relative;
  overflow: hidden;
}
.pro-count-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 700px;
  background: radial-gradient(ellipse 800px 700px at 50% 100%, #613b2e 0%, #3c1f15 50%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.proc-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.proc-grid-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.proc-grid {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 25px;
  position: relative;
}
.proc-card {
  background: rgba(245, 245, 245, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 40px 30px;
  width: calc(25% - 25px);
  height: 280px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  box-sizing: border-box;
  /* Staircase connector lines */
}
.proc-card:nth-child(1) {
  margin-top: 0;
}
.proc-card:nth-child(2) {
  margin-top: 100px;
}
.proc-card:nth-child(3) {
  margin-top: 200px;
}
.proc-card:nth-child(4) {
  margin-top: 300px;
}
.proc-card::after {
  content: "";
  position: absolute;
  top: 20px;
  /* Starts near top-right of current card */
  left: 100%;
  width: calc(50% + 25px);
  /* Spans the 24px gap + 140px to reach the next card's center line */
  height: 80px;
  /* Drops 30px to land directly on the next card's top edge (50px vertical offset) */
  border-top: 1px dotted rgba(255, 255, 255, 0.25);
  border-right: 1px dotted rgba(255, 255, 255, 0.25);
  z-index: 1;
  pointer-events: none;
}
.proc-card:last-child::after {
  display: none;
}
.proc-card:hover {
  background: rgba(45, 23, 15, 0.65);
  border-color: rgba(212, 137, 88, 0.6);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.proc-num {
  font-size: var(--fs64);
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.18);
  margin-bottom: 20px;
  background: linear-gradient(180deg, #F5F5F5 0%, #4E312D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.proc-title {
  font-size: var(--fs24);
  font-weight: 500;
  line-height: 1.3;
  color: #FFF;
  margin-bottom: 12px;
}
.proc-desc {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
/*==========================================================================
=> 13. Solutions Section
==========================================================================*/
.sol-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
.sol-header .sec-hdn {
  color: #241009;
}
.sol-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  align-items: stretch;
}
.sol-col-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
.sol-card {
  background: #F9F9F8;
  padding: 50px 35px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.sol-card:hover {
  background: #F2F2F1;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.sol-card-title {
  font-size: var(--fs20);
  font-weight: 600;
  color: #241009;
  margin-bottom: 20px;
  line-height: 1.3;
}
.sol-card-desc {
  font-size: var(--fs16);
  color: #666663;
  line-height: 1.5;
}
.sol-col-center {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.sol-img-wrap {
  width: 100%;
  height: 100%;
}
.sol-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/*==========================================================================
=> Motive Section
==========================================================================*/
.motive-section {
  background-color: #ffffff;
}
.motive-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
.motive-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.motive-item {
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 576px) {
  .motive-item {
    text-align: left;
    padding: 0;
  }
  .motive-item .motive-icon {
    margin-inline: 0;
    width: 50px;
    height: 50px;
  }
}
.motive-item:last-child {
  border-right: none;
}
.motive-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 30px;
}
.motive-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.motive-title {
  font-size: 20px;
  font-weight: 600;
  color: #30223B;
  margin-bottom: 15px;
}
.motive-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #8C8C8C;
  margin: 0 auto;
  max-width: 280px;
}
@media (max-width: 576px) {
  .motive-desc {
    margin: 0;
  }
}
/*==========================================================================
=> Calculator Grid Section
==========================================================================*/
.calculator-grid-section {
  padding-top: 60px;
  padding-bottom: 100px;
}
.calc-grid-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.calc-item {
  display: flex;
  gap: 30px;
  padding: 60px;
  position: relative;
}
.calc-item:nth-child(1),
.calc-item:nth-child(2) {
  border-bottom: 1px dashed #e8e8e8;
}
.calc-item:nth-child(even) {
  border-left: 1px dashed #e8e8e8;
}
.calc-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
}
@media (max-width: 576px) {
  .calc-icon {
    width: 50px;
    height: 50px;
  }
}
.calc-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.calc-content {
  flex: 1;
}
.calc-title {
  font-size: 24px;
  font-weight: 600;
  color: #4A3A35;
  margin-bottom: 15px;
}
.calc-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #8C8C8C;
  margin-bottom: 30px;
  padding-right: 20px;
}
.calc-features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  width: 90%;
}
.calc-features img {
  filter: invert(1);
}
.calc-features li {
  font-size: 16px;
  color: #8C8C8C;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f6f6f6;
}
.calc-features li:last-child {
  border-bottom: 1px solid #f6f6f6;
}
.calc-features li img {
  width: 14px;
  height: 14px;
  opacity: 0.5;
}
.calc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  gap: 10px;
  transition: all 0.3s ease;
}
.calc-btn:hover {
  background-color: #FFF;
}
.btn-arrow-icon {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}
/*==========================================================================
=> Results Mean Section
==========================================================================*/
.results-mean-section {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.results-mean-grid {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.results-mean-left {
  width: 35%;
  flex-shrink: 0;
}
.results-mean-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #82984B;
  margin-bottom: 20px;
}
.results-mean-label img {
  width: 14px;
  height: 14px;
}
.results-mean-heading {
  font-size: 48px;
  font-weight: 700;
  color: #30223B;
  line-height: 1.1;
  margin: 0;
}
.results-mean-right {
  width: 65%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px;
  column-gap: 60px;
}
.results-mean-item {
  display: flex;
  flex-direction: column;
}
.rm-item-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.rm-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.rm-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rm-title {
  font-size: 18px;
  font-weight: 600;
  color: #30223B;
  margin: 0;
}
.rm-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #8C8C8C;
  margin: 0;
}
/*==========================================================================
=> Mortgage Qualifier Section
==========================================================================*/
.mq-card {
  display: flex;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  overflow: hidden;
}
.mq-form-col {
  width: 50%;
  padding: 50px;
  border-right: 1px solid #f2f2f2;
}
.mq-form-title {
  font-size: 24px;
  font-weight: 700;
  color: #241009;
  margin-bottom: 40px;
}
.mq-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
  margin-bottom: 40px;
}
.mq-input-group {
  display: flex;
  flex-direction: column;
}
.mq-input-group.mq-full-width {
  grid-column: 1 / -1;
}
.mq-input-group label {
  font-size: 16px;
  font-weight: 600;
  color: #8C8C8C;
  margin-bottom: 10px;
}
.mq-input-group label span {
  color: #d13d3d;
}
.mq-input {
  width: 100%;
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-size: 16px;
  color: #30223B;
  outline: none;
  transition: border-color 0.3s ease;
}
select.mq-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../img/drop-down-arrow-dark.svg') no-repeat calc(100% - 15px) center;
  background-size: 12px;
  padding-right: 30px;
}
.mq-input:focus {
  border-color: #D48958;
}
.mq-range-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mq-range-track-wrap {
  flex: 1;
  position: relative;
}
.mq-range {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #e8e8e8;
  outline: none;
  border-radius: 2px;
  padding: 0;
  margin: 0;
}
.mq-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #30223B;
  cursor: pointer;
  border: 2px solid #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.mq-range-box {
  width: 100px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #82984B;
}
.mq-chart-col {
  width: 50%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mq-chart-col h3 {
  font-size: 20px;
  color: #241009;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .mq-chart-col {
    align-items: flex-start;
  }
}
.mq-legend {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.mq-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #30223B;
}
.mq-dot {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.mq-dot-mortgage {
  background-color: #7B8F36;
}
.mq-dot-gds {
  background-color: #4A3A35;
}
.mq-dot-tds {
  background-color: #D48958;
}
.mq-chart-wrap {
  width: 280px;
  height: 280px;
  margin: 0 auto 40px;
  position: relative;
}
.mq-results-breakdown {
  width: 100%;
}
.mq-res-row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.mq-res-row:last-child {
  border-bottom: none;
}
.mq-res-label {
  font-size: 16px;
  color: #30223B;
  flex: 1;
}
.mq-res-val {
  font-size: 16px;
  font-weight: 600;
}
.mq-val-mortgage {
  color: #7B8F36;
}
.mq-val-gds {
  color: #4A3A35;
}
.mq-val-tds {
  color: #D48958;
}
/*==========================================================================
=> FAQ Section
==========================================================================*/
.faq-section {
  padding-top: 60px;
  padding-bottom: 100px;
}
.faq-section .faq-list-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.faq-section .faq-load-more-wrap {
  text-align: center;
  margin-top: 60px;
}
.faq-section .faq-item {
  border-top: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0;
  display: none;
  /* Hidden by default for JS pagination */
}
/* Show first 6 items by default via CSS as a fallback, JS will also handle this */
.faq-section .faq-item:nth-child(-n+6) {
  display: block;
}
.faq-section .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 20px;
}
.faq-section .faq-item h3.faq-title {
  font-size: 20px;
  font-weight: 700;
  color: #4f4e59;
  margin: 0;
  transition: color 0.3s ease;
}
.faq-section .faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.faq-section .faq-icon::before,
.faq-section .faq-icon::after {
  content: "";
  position: absolute;
  background-color: #8C8C8C;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
/* Horizontal line (minus) */
.faq-section .faq-icon::before {
  width: 14px;
  height: 2px;
}
/* Vertical line (makes it a plus) */
.faq-section .faq-icon::after {
  width: 2px;
  height: 14px;
}
.faq-section .faq-content {
  display: none;
  padding-top: 20px;
}
.faq-section .faq-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #8C8C8C;
  margin: 0;
}
/* Active State */
.faq-section .faq-item.active .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq-section .faq-item.active .faq-icon::before {
  background-color: #30223B;
}
.faq-section .faq-item.active h3.faq-title {
  color: #30223B;
}
/*==========================================================================
=> Contact Section
==========================================================================*/
.contact-grid {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.contact-info-col {
  flex: 0 0 45%;
}
.contact-form-col {
  flex: 0 0 50%;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-detail-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cd-icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D48958;
  flex-shrink: 0;
}
.cd-icon-box img {
  max-width: 24px;
  max-height: 24px;
}
.cd-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cd-label {
  font-size: 18px;
  font-weight: 700;
  color: #30223B;
}
.cd-value {
  font-size: 16px;
  font-weight: 400;
  color: #8C8C8C;
  text-decoration: none;
  transition: color 0.3s;
}
a.cd-value:hover {
  color: #D48958;
}
/* Contact Form Card */
.contact-form-card {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
}
.contact-form .form-grp {
  margin-bottom: 20px;
}
.contact-form .form-label {
  font-size: 16px;
  font-weight: 600;
  color: #30223B;
  margin-bottom: 10px;
}
.contact-form .form-field {
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 15px;
  font-size: 16px;
  color: #8C8C8C;
  outline: none;
  transition: border-color 0.3s;
}
.contact-form .form-field::placeholder {
  color: #d1d1d1;
}
.contact-form .form-field:focus {
  border-color: #D48958;
}
.contact-form .form-textarea-group {
  margin-bottom: 20px;
}
.contact-form .form-textarea-group .form-label {
  font-size: 16px;
  font-weight: 600;
  color: #30223B;
  margin-bottom: 10px;
}
.contact-form .form-textarea-group textarea.form-field {
  resize: vertical;
  min-height: 120px;
}
/* ==========================================================================
   => Mortgage Calculator Style Refactoring
   ========================================================================== */
/* Calculator General Utilities */
.mb-25 {
  margin-bottom: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
/* Section labels inside forms */
.mq-section-label {
  font-weight: 600;
  color: #333;
}
.mq-section-label.mt-10 {
  margin-top: 10px;
}
/* Larger labels & hints */
.mq-input-group label.large-label {
  font-size: 16px;
}
.mq-input-group .label-hint {
  font-weight: normal;
  font-size: 12px;
  color: #666;
}
/* Tab container & buttons for comparison/rent-buy */
.mc-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
.mc-tab-btn {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #888;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  transition: color 0.3s ease;
}
.mc-tab-btn.active {
  color: #73841f;
}
.mc-tab-btn.active .mc-tab-indicator {
  background: #73841f;
}
.mc-tab-indicator {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  transition: background-color 0.3s ease;
}
.mc-tab-content {
  display: none;
  opacity: 0;
}
.mc-tab-content.active {
  display: block;
  animation: mcFadeIn 0.4s forwards ease-in-out;
}
@keyframes mcFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Results section visibility toggle */
#mc-results-area,
#rb-results-area {
  display: none;
}
/* Verdict / Key Differences boxes */
.mq-verdict-box {
  background: #1B3B36;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.mq-verdict-box h3 {
  color: #FFF !important;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}
.mq-verdict-box div {
  font-size: 16px;
  margin-bottom: 8px;
}
.mq-verdict-box div:last-child {
  margin-bottom: 0;
}
.mq-verdict-box .verdict-subtext {
  font-size: 16px;
  opacity: 0.8;
  margin-top: 5px;
}
/* Bar / Line chart responsive wrapper */
.mq-chart-wrap.bar-chart {
  height: 250px;
  max-width: none;
  aspect-ratio: auto;
  margin-bottom: 30px;
}
/* Result breakdown totals & column width controls */
.mq-results-breakdown {
  /* Opt A column values color */
  /* Opt B column values color */
  /* Comparison Column Widths (30%) */
  /* Rent vs Buy Column Widths (35%) */
  /* Bold totals row at the bottom */
}
.mq-results-breakdown h3 {
  font-size: 18px;
  color: #1B3B36;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.mq-results-breakdown .mq-val-a {
  color: #73841F;
}
.mq-results-breakdown .mq-val-b {
  color: #C58B61;
}
.mq-results-breakdown.mc-breakdown .mq-res-val {
  width: 30%;
  text-align: right;
}
.mq-results-breakdown.rb-breakdown .mq-res-val {
  width: 35%;
  text-align: right;
}
.mq-results-breakdown .mq-res-row.total-row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.mq-results-breakdown .mq-res-row.total-row .mq-res-label {
  font-weight: 700;
}
.mq-results-breakdown .mq-res-row.total-row .mq-res-val {
  font-weight: 700;
}
/* Disclaimer Sections */
.calculator-disclaimer {
  padding-top: 20px;
  padding-bottom: 50px;
}
.calculator-disclaimer .disclaimer-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  border: 1px solid #eee;
}
/* Responsive 3-column first row layout for calculators */
.mp-first-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mp-first-row {
    grid-template-columns: 2fr 2fr 2fr;
    gap: 30px 20px;
    margin-bottom: 30px;
  }
}
.mq-input-readonly {
  background-color: #f9f9f9 !important;
  text-align: center;
  font-weight: 600;
}
/* Lead Generation CTA and Toggle Form */
.mp-lead-cta-wrap {
  margin-top: 25px;
  text-align: center;
  border-top: 1px dashed #73841F;
  padding-top: 20px;
}
.mp-lead-cta-wrap .btn-share-results {
  width: 100%;
  border: 2px solid #73841F;
  color: #73841F;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: left;
}
.mp-lead-cta-wrap .btn-share-results:hover {
  background-color: rgba(115, 132, 31, 0.05);
}
.mp-lead-cta-wrap .lead-form-container {
  display: none;
  margin-top: 15px;
  text-align: left;
  background: #fdfdfd;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.mp-lead-cta-wrap .lead-form-container h4 {
  margin: 0 0 10px 0;
  color: #1B3B36;
  font-size: 16px;
  font-weight: 700;
}
.mp-lead-cta-wrap .lead-form-container p {
  margin: 0 0 15px 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}
.mp-lead-cta-wrap .lead-form-container .mq-input-group {
  margin-bottom: 12px;
}
.mp-lead-cta-wrap .lead-form-container .mq-input-group label {
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
  color: #475569;
}
.mp-lead-cta-wrap .lead-form-container .mq-input-group input {
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  width: 100%;
}
.mp-lead-cta-wrap .lead-form-container .lead-status-msg {
  display: none;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 500;
}
.mp-lead-cta-wrap .lead-form-container .lead-status-msg.error {
  color: #dc2626;
}
.mp-lead-cta-wrap .lead-form-container .lead-status-msg.success {
  color: #16a34a;
}
.mp-lead-cta-wrap .lead-form-container .btn-lead-submit {
  font-size: 16px;
  font-weight: 600;
}
/* ==========================================================================
   => Rent vs. Buy Calculator Mode & Scenario Card Styles
   ========================================================================== */
.calc-mode-tabs .mc-tab-btn {
  font-size: 16px;
  padding: 10px;
}
.rb-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .rb-cards-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.afford-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.afford-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.afford-card .afford-card-header {
  color: #ffffff;
  padding: 15px 10px;
  text-align: center;
}
.afford-card .afford-card-header.card-green {
  background: linear-gradient(135deg, #73841F 0%, #879b24 100%);
}
.afford-card .afford-card-header.card-teal {
  background: linear-gradient(135deg, #1B3B36 0%, #26544d 100%);
}
.afford-card .afford-card-header.card-gold {
  background: linear-gradient(135deg, #C58B61 0%, #d89c72 100%);
}
.afford-card .afford-card-header h4 {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 2px 0;
  line-height: 1.2;
}
.afford-card .afford-card-header span {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.9;
  letter-spacing: 0.5px;
}
.afford-card .afford-card-sub {
  padding: 8px 10px;
  text-align: center;
  background: #fdfdfd;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  color: #1B3B36;
}
.afford-card .afford-card-sub strong {
  font-weight: 700;
}
.afford-card .afford-card-body {
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.afford-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px dashed #e2e8f0;
  gap: 8px;
}
.afford-row:last-child,
.afford-row.row-total {
  border-bottom: none;
}
.afford-row.row-total {
  margin-top: 8px;
  border-top: 1px solid #eee;
  padding-top: 8px;
}
.afford-row.row-total .afford-row-label {
  font-weight: 700;
  color: #1a202c;
}
.afford-row.row-total .afford-row-val {
  font-size: 13px;
  color: #1B3B36;
}
.afford-row .afford-row-label {
  font-size: 11px;
  color: #555555;
  font-weight: 500;
  white-space: nowrap;
}
.afford-row .afford-row-val {
  font-size: 12px;
  font-weight: 700;
  color: #1a202c;
  white-space: nowrap;
}
.afford-row .afford-row-val.val-negative {
  color: #d9534f;
}
.afford-row .afford-row-val.val-balance {
  color: #2d3748;
}
.afford-row .afford-row-val.val-premium {
  color: #C58B61;
}
/* ==========================================================================
   => Mortgage Payment Calculator Spectrum Chart Styles
   ========================================================================== */
.mq-spectrum-wrap {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 30px;
  position: relative;
}
.spectrum-bar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #30223B;
}
.spectrum-title {
  font-size: 16px;
  font-weight: 700;
  color: #1B3B36;
}
.spectrum-total-badge {
  background: #f0f4e8;
  color: #73841F;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
}
.spectrum-bar-container {
  width: 100%;
  background: #eef1f4;
  border-radius: 26px;
  padding: 4px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
  position: relative;
}
.spectrum-bar {
  display: flex;
  height: 38px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  background: #e0e0e0;
  width: 100%;
}
.spectrum-segment {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease, filter 0.2s ease;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.3);
}
.spectrum-segment:hover {
  filter: brightness(1.15);
  z-index: 2;
}
.spectrum-segment.seg-mortgage {
  background: linear-gradient(135deg, #73841F 0%, #879b24 100%) !important;
}
.spectrum-segment.seg-downpayment {
  background: linear-gradient(135deg, #423830 0%, #584a40 100%) !important;
}
.spectrum-segment.seg-premium {
  background: linear-gradient(135deg, #C58B61 0%, #d89c72 100%) !important;
}
.seg-text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  padding: 0 6px;
  user-select: none;
  transition: opacity 0.2s ease;
}
.spectrum-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background: #1B3B36;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  max-width: calc(100% - 16px);
  box-sizing: border-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
@media (max-width: 575px) {
  .spectrum-tooltip {
    font-size: 12px;
    padding: 6px 12px;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
    border-radius: 6px;
  }
}
.spectrum-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: var(--arrow-left, 50%);
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #1B3B36 transparent transparent transparent;
}
.spectrum-tooltip.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.rb-afford-header .afford-summary-text {
  font-size: 18px;
  color: #1B3B36;
  font-weight: 500;
}
.afford-range-box {
  background: #f8fcf9;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #dce8db;
  margin-top: 15px;
}
.afford-range-box span:first-child {
  font-size: 16px;
  color: #555;
  display: block;
  margin-bottom: 5px;
}
.afford-range-box span:last-child {
  font-size: 13px;
  color: #777;
  display: block;
  margin-top: 5px;
}
.afford-price-range {
  font-size: 26px;
  font-weight: 800;
  color: #73841F;
}
#res-afford-footer {
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-top: 20px;
}
.calculator-sec {
  padding-bottom: 0;
}
.who-sec,
.calculator-sec,
.faq-sec {
  margin: var(--spc40120) 0;
}
/* header */
:root {
  --menuWidth: 300px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.header-box {
  position: relative;
}
.head-right {
  display: flex;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}
.header-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: 100%;
  padding: 20px;
  position: relative;
  background: transparent;
}
.header-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: rgba(36, 16, 9, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: -1;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
.drop {
  position: relative;
}
.drop > a:after {
  content: "";
  margin-left: 10px;
  width: 16px;
  height: 8px;
  background: url(../img/drop-down-arrow.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;
  padding: 10px;
  left: 50%;
  width: 270px;
  margin-left: -150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.drop ul li {
  padding: 0;
}
.drop ul li:last-of-type {
  border-bottom: 0;
}
.drop ul li a {
  display: block;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  color: #000;
}
.drop ul li a:hover {
  background: #eee;
  color: var(--lbrown);
}
.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;
  gap: 16px;
}
@media (max-width: 1200px) {
  .menuBtn .button {
    margin-right: 20px;
  }
}
.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: 16px;
  color: #ffffff;
  font-weight: 500;
}
.header-list > li > a:hover {
  color: #D48958;
}
.fixHeader {
  margin-top: 0 !important;
}
.fixHeader .header-container::before {
  width: 100vw;
}
/* side menu */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
}
.menuOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.menuOverlay.show-menu {
  opacity: 1;
  visibility: visible;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper {
  position: fixed;
  width: 300px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 16px;
  display: none;
  z-index: 1001;
}
.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: #FFF;
  border: 0;
  position: relative;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.js-nav-toggle span {
  position: relative;
  background-color: #FFF;
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-nav-toggle span:before {
  top: -7px;
}
.js-nav-toggle span:after {
  top: 7px;
}
.menu.show-menu .js-nav-toggle,
.show-menu .js-nav-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1005;
}
.menu.show-menu .js-nav-toggle span,
.show-menu .js-nav-toggle span {
  background-color: transparent !important;
}
.menu.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:before {
  top: 0 !important;
  margin-top: 0 !important;
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  background: #fff !important;
}
.menu.show-menu .js-nav-toggle span:after,
.show-menu .js-nav-toggle span:after {
  top: 0 !important;
  margin-top: 0 !important;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: #fff !important;
}
.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: 1em;
  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: 16px;
}
.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: 30px;
  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;
}
.mob-navigation li a.button {
  padding: 12px 24px;
  margin: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 16px;
  height: auto;
  line-height: 1;
}
@media all and (max-width: 990px) {
  .navigation {
    display: none;
  }
  .nav-wrapper {
    display: block;
  }
  .header-list {
    display: none;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-container::before {
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
  }
}
@media all and (max-width: 768px) {
  .logo {
    width: 100px;
  }
  .menuBtn .button {
    height: 35px;
    padding: 0 14px;
  }
  .menuBtn .button::after {
    width: 12px;
    height: 12px;
    right: 15px;
  }
  .header-container {
    padding: 0 5px 0 10px;
  }
}
@media all and (max-width: 576px) {
  .menuBtn .button {
    display: none;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mob-navigation li a.button {
    justify-content: flex-start;
  }
}
#footer {
  background: #ffffff;
  padding: var(--spc40120) 0 0 0;
  border-top: 1px solid #EAEAEA;
  font-family: 'Outfit', sans-serif;
}
#footer a {
  color: #888;
  transition: color 0.2s ease-in-out;
}
#footer a:hover {
  color: var(--lbrown, #D48958);
}
#footer p {
  color: #888;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  align-items: flex-start;
  gap: 40px;
}
.logo-sec {
  max-width: 260px;
  width: 100%;
}
.footer-logo {
  height: auto;
  width: 130px;
  margin-bottom: 20px;
}
.footer-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.brx-logo {
  height: auto;
  width: 130px;
  margin-top: 15px;
}
.brx-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.footer-links-box {
  flex: 1;
  max-width: 320px;
}
.footer-links-box h4 {
  color: var(--brown, #241009);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
  text-align: left;
}
.footer-links-wrap ul > li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .footer-links-wrap ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer-links-wrap ul > li a {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.contactt-details {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media (max-width: 576px) {
  .contactt-details {
    gap: 0;
  }
}
.contactt-details p {
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.contactt-details p:last-child {
  margin-bottom: 0;
}
.brx-logo {
  width: 100px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #EAEAEA;
  padding: 30px 0;
}
.footer-bottom p,
.footer-bottom a {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.privacy-link-box {
  display: flex;
  gap: 40px;
}
.privacy-link-box a {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 990px) {
  .footer-container {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
  }
  .logo-sec {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer-links-box {
    min-width: 200px;
    max-width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
  .privacy-link-box {
    justify-content: center;
    gap: 24px;
  }
}
/*==========================================================================
=> Desktop Min-Width Overrides
==========================================================================*/
@media (min-width: 1630px) {
  .calculator-col-left {
    padding-left: calc((100vw - 1600px) / 2 + 15px);
  }
}
@media (min-width: 991px) {
  .testimonial-slide::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    width: 1px;
    background-color: #E7E9EC;
  }
}
/*==========================================================================
=> Max-Width 1660px
==========================================================================*/
@media all and (max-width: 1660px) {
  .faq-col-right {
    padding: 50px 0 30px 30px;
  }
  .achievements-col-right .badge-orange {
    transform: translate(20%, 100%);
  }
}
/*==========================================================================
=> Max-Width 1440px
==========================================================================*/
@media all and (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
  .container.container-md {
    max-width: 1170px;
  }
  .achievements-sec .container {
    padding-right: 65px;
  }
  .achievements-col-right .badge-orange {
    right: 0;
    transform: translate(0%, 100%);
  }
}
/*==========================================================================
=> Max-Width 1366px
==========================================================================*/
@media all and (max-width: 1366px) {
  .faq-col-right {
    padding-right: 20px;
  }
}
/*==========================================================================
=> Max-Width 1280px
==========================================================================*/
@media all and (max-width: 1280px) {
  .hero-card {
    margin-left: calc((100vw - 1170px) / -2 - 15px);
    padding-left: calc((100vw - 1170px) / 2 + 15px);
    max-width: calc(960px + (100vw - 1170px) / 2);
    width: calc(100% + (100vw - 1170px) / 2 + 15px);
  }
}
/*==========================================================================
=> Max-Width 1200px / 1199px
==========================================================================*/
@media all and (max-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container.container-md {
    max-width: 990px;
  }
  .hero-card {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    margin-top: 100px;
  }
  .achievements-sec .container {
    padding-right: 15px;
  }
  .achievements-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .achievements-col-left {
    height: auto;
  }
  .achievements-col-left .achievements-img-box {
    height: 380px;
    flex: unset;
  }
  .achievements-col-right {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .achievements-col-right .achievements-img-box {
    height: 500px;
  }
  .achievements-col-right .badge-orange,
  .achievements-col-right .badge-grey {
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 40px;
    transform: none;
  }
  .calculator-wrap {
    height: auto;
    grid-template-columns: 1fr;
  }
  .calculator-col-left {
    padding: 60px 30px;
    justify-content: flex-start;
  }
  .calculator-col-right {
    height: 450px;
  }
  .faq-sec {
    background-image: none !important;
  }
  .faq-wrap {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
  .faq-col-left {
    display: block;
    position: relative;
    width: calc(100% + 30px);
    height: 400px;
    min-height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/faq.webp');
    margin-left: -15px;
    margin-right: -15px;
  }
  .faq-col-right {
    width: 100%;
    padding: 60px 30px;
  }
  .faq-col-right::before {
    left: -50vw;
    width: 200vw;
  }
  .faq-content {
    max-width: 100%;
  }
  .faq-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .process-sec .comm-nav-wrap {
    display: none;
  }
  .process-grid {
    flex-direction: column;
    height: auto;
    gap: 20px;
  }
  .process-card {
    width: 100% !important;
    min-width: 0;
    height: 280px;
    flex: none !important;
  }
  .process-card .process-card-bg {
    filter: brightness(1) grayscale(0);
  }
  .process-card .process-card-num-large {
    display: none;
  }
  .process-card .process-card-content {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    padding: 30px 30px 30px 140px;
    background: linear-gradient(rgba(36, 16, 9, 0.2), rgba(36, 16, 9, 0.85));
  }
  .process-card .process-card-num-bg {
    left: 30px;
    font-variant-numeric: tabular-nums;
  }
  .process-card .process-card-text-wrap h3 {
    font-size: var(--fs24);
    margin-bottom: 8px;
  }
  .process-card .process-card-text-wrap p {
    font-size: var(--fs16);
  }
  .founder-image img {
    width: 380px;
    right: 20px;
  }
  .founder-content {
    padding: 60px 40px 0px 60px;
  }
  .stand-grid {
    gap: 60px;
  }
  .stand-left {
    width: 450px;
  }
  .stand-right {
    padding-top: 60px;
  }
}
/*==========================================================================
=> Max-Width 1024px
==========================================================================*/
/*==========================================================================
=> Max-Width 991px / 990px
==========================================================================*/
@media all and (max-width: 990px) {
  .container {
    max-width: 800px;
  }
  .container.container-md {
    max-width: 768px;
  }
  .sec-hdn {
    font-size: var(--fs32);
  }
  .comm-para p {
    font-size: var(--fs16);
  }
  .hero-sec {
    height: 110vh;
    min-height: 600px;
    padding: 120px 0 0;
    margin-top: -80px;
  }
  .hero-card {
    padding: 40px 15px;
    margin-left: -15px;
    width: 100vw;
    max-width: 100vw;
    border-right: none;
    border-radius: 0;
  }
  .hero-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .hero-bottom-row .comm-para {
    max-width: 100%;
  }
  .banner-sec {
    height: auto;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-banner-card {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-banner-bottom-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .about-banner-bottom-row .comm-para {
    max-width: 100%;
    text-align: center;
  }
  .problem-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .problem-header-left,
  .problem-header-right {
    max-width: 100%;
  }
  .problem-swiper-wrap .f-row {
    flex-direction: column-reverse;
    gap: 30px;
    height: auto;
  }
  .problem-swiper-wrap .w30 {
    width: 100%;
    gap: 20px;
  }
  .problem-swiper-wrap .w70 {
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .pr-img-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .pr-img-swiper .swiper-slide {
    width: 100% !important;
    height: 100% !important;
  }
  .pr-img-swiper .swiper-slide:not(.swiper-slide-active) {
    width: 100% !important;
    height: 100% !important;
  }
  .pr-img-swiper .swiper-slide .pr-img {
    width: 100% !important;
    height: 100% !important;
  }
  .prTextSwiper .comm-nav-wrap {
    margin-top: 20px;
    position: relative;
  }
  .solutions-grid {
    flex-direction: column;
    gap: 40px;
  }
  .solutions-left-col {
    width: 100%;
  }
  .solutions-tab-item {
    border-bottom: none;
  }
  .solutions-tab-item::after {
    width: 100%;
    content: none;
  }
  .solutions-tab-item .tab-icon img {
    opacity: 1;
  }
  .solutions-tab-item .tab-label {
    color: #30223B;
    font-weight: 600;
    font-style: 18px;
  }
  .solutions-right-col {
    display: none;
  }
  .resp-solutions-content {
    display: block;
    margin-top: 0px;
  }
  .solutions-image-box {
    height: 550px;
  }
  .solutions-image-box img {
    object-position: top;
  }
  .solutions-glass-overlay {
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 15px;
  }
  .solutions-glass-overlay p {
    font-size: var(--fs16);
  }
  .rec-img-slide .solutions-glass-overlay {
    bottom: 0;
    left: 0;
    right: 0;
  }
  .who-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .testimo-container {
    grid-template-columns: 1fr;
    grid-template-areas: "header-left" "body" "header-right";
    row-gap: 40px;
  }
  .testimonials-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .team-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .testimonials-body {
    flex-direction: column;
    gap: 40px;
  }
  .testimonials-col-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .testimonials-col-left img {
    max-width: 240px;
  }
  .testimonials-col-right {
    width: 100%;
  }
  .testimonial-slide {
    border-right: none;
    padding-right: 0;
  }
  .mq-card {
    flex-direction: column;
  }
  .mq-form-col {
    width: 100%;
    padding: 30px;
    border-right: none;
    border-bottom: 1px solid #f2f2f2;
  }
  .mq-chart-col {
    width: 100%;
    padding: 30px;
  }
  .tab-header {
    padding: 0;
    padding-bottom: 15px;
  }
  .solutions-tabs {
    gap: 50px;
    border: none;
  }
  .comm-hdn-wrap.mb-60 {
    margin-bottom: 40px;
  }
  .problem-pill.mb-25 {
    margin-bottom: 15px !important;
  }
  .pre-footer-wrap {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 40px 24px;
  }
  .pre-footer-left {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .pre-footer-left img {
    height: auto;
    width: 100%;
  }
  .pre-footer-right {
    width: 100%;
    padding-left: 0;
  }
  .stand-grid {
    flex-direction: column;
    gap: 40px;
  }
  .stand-left {
    width: 100%;
  }
  .stand-img-box {
    height: 400px;
  }
  .stand-right {
    padding-top: 0;
    width: 100%;
  }
  .founder-card {
    flex-direction: column;
    margin-top: 40px;
  }
  .founder-content {
    width: 100%;
    padding: 40px 30px;
    padding-bottom: 0;
  }
  .founder-image {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .founder-image img {
    position: static;
    width: auto;
    height: 100%;
    max-height: 350px;
    max-width: 100%;
    object-position: bottom;
  }
  .desktop-team-nav {
    display: none !important;
  }
  .mobile-team-nav {
    display: flex !important;
    margin-top: 30px;
  }
  .rec-row {
    display: flex;
    flex-direction: column;
  }
  .rec-col-content {
    order: 1;
    width: 100%;
  }
  .rec-col-swiper {
    order: 2;
    width: 100%;
  }
  .rec-col-controls {
    order: 3;
    width: 100%;
  }
  .rec-card-content {
    padding: 40px 24px 20px 24px;
  }
  .rec-controls-wrap {
    padding: 20px 24px 40px 24px;
  }
  .rec-img-swiper {
    height: auto;
  }
  .comm-nav {
    width: 40px;
    height: 40px;
  }
  .nav-icon {
    height: 16px;
  }
  .pillars-swiper,
  .difficulty-swiper {
    overflow: hidden;
  }
  .difficulty-sec {
    padding: 80px 0;
  }
  .difficulty-card {
    padding: 0 20px;
    text-align: center;
    align-items: center;
    border-right: none;
  }
  .difficulty-pagination {
    display: block;
    position: relative;
    margin-top: 40px;
    height: 8px;
    background: #DFDFDF;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }
  .difficulty-pagination .swiper-pagination-progressbar-fill {
    background: #4E312D;
    height: 100%;
    border-radius: 4px;
  }
  .proc-grid {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .proc-grid::before {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
    z-index: 1;
    pointer-events: none;
  }
  .proc-card {
    width: 100%;
    max-width: 480px;
    margin-top: 0 !important;
    height: auto;
    text-align: center;
    align-items: center;
  }
  .proc-card::after {
    display: none;
  }
  .sol-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sol-col-center {
    height: 350px;
  }
  .sol-card {
    padding: 30px;
    height: auto;
    min-height: auto;
  }
  .motive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 0;
  }
  .motive-item:nth-child(2) {
    border-right: none;
  }
  .motive-item:nth-child(1),
  .motive-item:nth-child(2) {
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
  }
  .pillar-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 50px;
  }
  .calc-grid-inner {
    grid-template-columns: 1fr;
  }
  .calc-item:nth-child(even) {
    border-left: none;
  }
  .calc-item:nth-child(1),
  .calc-item:nth-child(2),
  .calc-item:nth-child(3) {
    border-bottom: 1px dashed #e8e8e8;
  }
  .calc-item {
    padding: 40px 0px;
  }
  .calc-features {
    width: 100%;
  }
  .results-mean-grid {
    flex-direction: column;
    gap: 40px;
  }
  .results-mean-left {
    width: 100%;
  }
  .results-mean-right {
    width: 100%;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .results-mean-heading {
    font-size: 36px;
  }
  .results-mean-heading br {
    display: none;
  }
  .contact-grid {
    flex-direction: column;
    gap: 40px;
  }
  .contact-info-col,
  .contact-form-col {
    flex: 0 0 100%;
  }
  .pre-footer-sec {
    margin-bottom: 0;
  }
  .calculator-sec {
    margin: 0 0 var(--spc40120);
  }
  .rec-text-card {
    padding: 0;
  }
  .rec-nav-wrap.mb-40 {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .rec-card-content .mb-40 {
    margin-bottom: 0;
  }
}
/*==========================================================================
=> Max-Width 768px / 767px
==========================================================================*/
@media all and (max-width: 768px) {
  .container,
  .container.container-md {
    max-width: 100%;
  }
  .who-grid {
    grid-template-columns: 1fr;
  }
  .who-card {
    padding: 20px;
    gap: 25px;
  }
  .achievements-col-left .achievements-img-box {
    height: 430px;
  }
  .achievements-col-left .achievements-img-box img {
    object-position: top;
  }
  .achievements-col-right .achievements-img-box {
    height: 270px;
  }
  .achievements-col-right .achievements-img-box img {
    object-position: top;
  }
  .achievements-col-left .achievements-badge,
  .achievements-col-right .badge-orange,
  .achievements-col-right .badge-grey {
    padding: 20px;
    height: 90px;
    gap: 15px;
  }
  .badge-num {
    font-size: 40px;
    min-width: 90px;
  }
  .badge-text p {
    font-size: var(--fs16);
  }
  .calculator-col-right {
    height: 350px;
  }
  .mq-form-grid {
    grid-template-columns: 1fr;
  }
  .process-card {
    height: 550px;
  }
  .stand-header .sec-hdn {
    font-size: var(--fs36);
  }
  .stand-img-box {
    height: 300px;
  }
  .stand-acc-title {
    font-size: var(--fs20);
  }
  .rec-controls-wrap {
    padding: 0 24px 40px 24px;
  }
  .founder-name {
    font-size: var(--fs32);
  }
  .founder-designation {
    font-size: var(--fs18);
    margin-bottom: 20px;
  }
  .founder-socials {
    margin-top: 30px;
  }
  .stats-swiper {
    overflow: hidden;
  }
  .stats-pagination {
    display: block;
    position: relative;
    margin-top: 30px;
    height: 8px;
    background: #DFDFDF;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }
  .stats-pagination .swiper-pagination-progressbar-fill {
    background: #4E312D;
    height: 100%;
    border-radius: 4px;
  }
  .difficulty-sec {
    padding: 60px 0;
  }
  .difficulty-card {
    padding: 0 15px;
    min-height: 200px;
  }
  .difficulty-icon-wrap {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  .difficulty-title {
    font-size: var(--fs18);
    margin-bottom: 10px;
  }
  .difficulty-desc {
    font-size: var(--fs14);
  }
}
/*==========================================================================
=> Max-Width 640px
==========================================================================*/
@media all and (max-width: 640px) {
  .process-card {
    height: unset;
    aspect-ratio: 708 / 660;
  }
  .process-card .process-card-content {
    padding: 16px;
    align-items: flex-start;
    height: auto;
    gap: 10px;
    flex-direction: column;
    background: unset;
  }
  .process-card.active .process-card-bg,
  .process-card .process-card-bg {
    filter: brightness(0.7);
  }
  .sec-hdn br,
  .bnr-title br {
    display: none;
  }
  .motive-icon {
    margin: 0 auto 15px;
  }
  .motive-title {
    margin-bottom: 5px;
  }
  .sol-card-title {
    margin-bottom: 10px;
  }
  .founder-name {
    font-size: 30px;
  }
  .founder-designation {
    font-size: 18px;
  }
  .comm-hdn-wrap.center.mob-left {
    text-align: left;
  }
  .comm-hdn-wrap.center.mob-left > * {
    text-align: left;
  }
}
/*==========================================================================
=> Max-Width 576px / 575px
==========================================================================*/
@media all and (max-width: 576px) {
  .mq-form-col,
  .mq-chart-col {
    padding: 20px;
  }
  .mq-legend {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .motive-desc {
    max-width: 100%;
  }
  .proc-title {
    font-size: 18px;
  }
  .proc-num {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .difficulty-sec {
    padding: 40px 0;
  }
  .difficulty-card {
    padding: 20px 15px;
    min-height: auto;
  }
  .difficulty-icon-wrap {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
  }
  .difficulty-title {
    font-size: var(--fs16);
  }
  .difficulty-desc {
    font-size: var(--fs14);
    line-height: 1.5;
  }
  .motive-grid {
    grid-template-columns: 1fr;
  }
  .motive-item {
    border-right: none !important;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
  }
  .motive-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .calc-item {
    flex-direction: column;
  }
  .contact-form-card {
    padding: 20px;
  }
  .founder-image {
    max-width: 100%;
  }
  .pre-footer-left {
    width: 150%;
  }
  .testimonials-col-left img {
    max-width: 140px;
  }
}
/*==========================================================================
=> Max-Width 480px
==========================================================================*/
@media all and (max-width: 480px) {
  .solutions-image-box {
    height: 450px;
  }
  .mp-lead-cta-wrap .btn-share-results {
    padding: 6px;
  }
}
/*==========================================================================
=> Max-Width 400px
==========================================================================*/
/*==========================================================================
=> Max-Width 359px
==========================================================================*/
