/*------------------------------------------------------------------
[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;
  --white: #fff;
  --black: #1d1d1d;
  --grey: #495377;
  --blue: #2124fb;
  --red: #f00;
  --pur: #765fff;
  --fs128: clamp(42px, 6.67vw, 128px);
  --fs96: clamp(36px, 5vw, 96px);
  --fs90: clamp(40px, 4.5vw, 90px);
  --fs80: clamp(36px, 4.17vw, 80px);
  --fs72: clamp(32px, 3.75vw, 72px);
  --fs64: clamp(26px, 3.33vw, 64px);
  --fs56: clamp(26px, 3.33vw, 56px);
  --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.32vw, 24px);
  --fs22: clamp(18px, 1.3vw, 22px);
  --fs20: clamp(18px, 1.3vw, 20px);
  --fs18: clamp(16px, 0.94vw, 18px);
  --fs16: 16px;
  --fs14: 14px;
  --pad60: clamp(24px, 3.13vw, 60px);
  --commSpc: clamp(40px, 4.7vw, 90px);
  --spc280: clamp(24px, 14.58vw, 280px);
  --spc200: clamp(36px, 10.42vw, 200px);
  --spc120: clamp(40px, 8vw, 120px);
  --spc80: clamp(40px, 4.17vw, 80px);
  --spc60: clamp(24px, 3.13vw, 60px);
  --spc48: clamp(24px, 2.5vw, 48px);
  --spc40: clamp(24px, 2.08vw, 40px);
  --spc32: clamp(24px, 1.4vw, 32px);
  --spc24: clamp(18px, 1.3vw, 24px);
  --br30: clamp(14px, 1.56vw, 30px);
  --br24: clamp(14px, 1.25vw, 24px);
  --br20: clamp(14px, 1.04vw, 20px);
}
.mb40 {
  margin-bottom: var(--spc40);
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

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

-------------------------------------------------------------------*/
html,
body {
  font-family: "Switzer";
  font-weight: 400;
  line-height: 1.5;
}
/*==========================================================================
=> Color
==========================================================================*/
:root {
  --sidebarWidth: 430px;
  /* input */
  --input-height: 54px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #aaa;
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-fill: #000;
  --button-line: #30223b;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/*==========================================================================
=> Fonts
==========================================================================*/
* {
  font-family: "Switzer";
  font-weight: normal;
  margin-bottom: 0;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Black.woff2") format("woff2"), url("../fonts/Switzer-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Extrabold.woff2") format("woff2"), url("../fonts/Switzer-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Bold.woff2") format("woff2"), url("../fonts/Switzer-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Extralight.woff2") format("woff2"), url("../fonts/Switzer-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Medium.woff2") format("woff2"), url("../fonts/Switzer-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Light.woff2") format("woff2"), url("../fonts/Switzer-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Regular.woff2") format("woff2"), url("../fonts/Switzer-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Semibold.woff2") format("woff2"), url("../fonts/Switzer-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../fonts/Switzer-Thin.woff2") format("woff2"), url("../fonts/Switzer-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Black.woff2") format("woff2"), url("../fonts/Aileron-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Bold.woff2") format("woff2"), url("../fonts/Aileron-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Light.woff2") format("woff2"), url("../fonts/Aileron-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Regular.woff2") format("woff2"), url("../fonts/Aileron-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-SemiBold.woff2") format("woff2"), url("../fonts/Aileron-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Thin.woff2") format("woff2"), url("../fonts/Aileron-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-UltraLight.woff2") format("woff2"), url("../fonts/Aileron-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/*==========================================================================
=> 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 !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.comm-grid {
  display: grid;
  width: 100%;
}
@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 !important;
  }
  .mb-1440-95 {
    margin-bottom: 95px !important;
  }
  .mb-1440-90 {
    margin-bottom: 90px !important;
  }
  .mb-1440-85 {
    margin-bottom: 85px !important;
  }
  .mb-1440-80 {
    margin-bottom: 80px !important;
  }
  .mb-1440-75 {
    margin-bottom: 75px !important;
  }
  .mb-1440-70 {
    margin-bottom: 70px !important;
  }
  .mb-1440-65 {
    margin-bottom: 65px !important;
  }
  .mb-1440-60 {
    margin-bottom: 60px !important;
  }
  .mb-1440-55 {
    margin-bottom: 55px !important;
  }
  .mb-1440-50 {
    margin-bottom: 50px !important;
  }
  .mb-1440-45 {
    margin-bottom: 45px !important;
  }
  .mb-1440-40 {
    margin-bottom: 40px !important;
  }
  .mb-1440-35 {
    margin-bottom: 35px !important;
  }
  .mb-1440-30 {
    margin-bottom: 30px !important;
  }
  .mb-1440-25 {
    margin-bottom: 25px !important;
  }
  .mb-1440-20 {
    margin-bottom: 20px !important;
  }
  .mb-1440-15 {
    margin-bottom: 15px !important;
  }
  .mb-1440-10 {
    margin-bottom: 10px !important;
  }
  .mb-1440-5 {
    margin-bottom: 5px !important;
  }
  .mb-1440-0 {
    margin-bottom: 0px !important;
  }
}
@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 !important;
  }
  .mb-1366-95 {
    margin-bottom: 95px !important;
  }
  .mb-1366-90 {
    margin-bottom: 90px !important;
  }
  .mb-1366-85 {
    margin-bottom: 85px !important;
  }
  .mb-1366-80 {
    margin-bottom: 80px !important;
  }
  .mb-1366-75 {
    margin-bottom: 75px !important;
  }
  .mb-1366-70 {
    margin-bottom: 70px !important;
  }
  .mb-1366-65 {
    margin-bottom: 65px !important;
  }
  .mb-1366-60 {
    margin-bottom: 60px !important;
  }
  .mb-1366-55 {
    margin-bottom: 55px !important;
  }
  .mb-1366-50 {
    margin-bottom: 50px !important;
  }
  .mb-1366-45 {
    margin-bottom: 45px !important;
  }
  .mb-1366-40 {
    margin-bottom: 40px !important;
  }
  .mb-1366-35 {
    margin-bottom: 35px !important;
  }
  .mb-1366-30 {
    margin-bottom: 30px !important;
  }
  .mb-1366-25 {
    margin-bottom: 25px !important;
  }
  .mb-1366-20 {
    margin-bottom: 20px !important;
  }
  .mb-1366-15 {
    margin-bottom: 15px !important;
  }
  .mb-1366-10 {
    margin-bottom: 10px !important;
  }
  .mb-1366-5 {
    margin-bottom: 5px !important;
  }
  .mb-1366-0 {
    margin-bottom: 0px !important;
  }
}
@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 !important;
  }
  .mb-1200-95 {
    margin-bottom: 95px !important;
  }
  .mb-1200-90 {
    margin-bottom: 90px !important;
  }
  .mb-1200-85 {
    margin-bottom: 85px !important;
  }
  .mb-1200-80 {
    margin-bottom: 80px !important;
  }
  .mb-1200-75 {
    margin-bottom: 75px !important;
  }
  .mb-1200-70 {
    margin-bottom: 70px !important;
  }
  .mb-1200-65 {
    margin-bottom: 65px !important;
  }
  .mb-1200-60 {
    margin-bottom: 60px !important;
  }
  .mb-1200-55 {
    margin-bottom: 55px !important;
  }
  .mb-1200-50 {
    margin-bottom: 50px !important;
  }
  .mb-1200-45 {
    margin-bottom: 45px !important;
  }
  .mb-1200-40 {
    margin-bottom: 40px !important;
  }
  .mb-1200-35 {
    margin-bottom: 35px !important;
  }
  .mb-1200-30 {
    margin-bottom: 30px !important;
  }
  .mb-1200-25 {
    margin-bottom: 25px !important;
  }
  .mb-1200-20 {
    margin-bottom: 20px !important;
  }
  .mb-1200-15 {
    margin-bottom: 15px !important;
  }
  .mb-1200-10 {
    margin-bottom: 10px !important;
  }
  .mb-1200-5 {
    margin-bottom: 5px !important;
  }
  .mb-1200-0 {
    margin-bottom: 0px !important;
  }
}
@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 !important;
  }
  .mb-1024-95 {
    margin-bottom: 95px !important;
  }
  .mb-1024-90 {
    margin-bottom: 90px !important;
  }
  .mb-1024-85 {
    margin-bottom: 85px !important;
  }
  .mb-1024-80 {
    margin-bottom: 80px !important;
  }
  .mb-1024-75 {
    margin-bottom: 75px !important;
  }
  .mb-1024-70 {
    margin-bottom: 70px !important;
  }
  .mb-1024-65 {
    margin-bottom: 65px !important;
  }
  .mb-1024-60 {
    margin-bottom: 60px !important;
  }
  .mb-1024-55 {
    margin-bottom: 55px !important;
  }
  .mb-1024-50 {
    margin-bottom: 50px !important;
  }
  .mb-1024-45 {
    margin-bottom: 45px !important;
  }
  .mb-1024-40 {
    margin-bottom: 40px !important;
  }
  .mb-1024-35 {
    margin-bottom: 35px !important;
  }
  .mb-1024-30 {
    margin-bottom: 30px !important;
  }
  .mb-1024-25 {
    margin-bottom: 25px !important;
  }
  .mb-1024-20 {
    margin-bottom: 20px !important;
  }
  .mb-1024-15 {
    margin-bottom: 15px !important;
  }
  .mb-1024-10 {
    margin-bottom: 10px !important;
  }
  .mb-1024-5 {
    margin-bottom: 5px !important;
  }
  .mb-1024-0 {
    margin-bottom: 0px !important;
  }
}
@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 !important;
  }
  .mb-990-95 {
    margin-bottom: 95px !important;
  }
  .mb-990-90 {
    margin-bottom: 90px !important;
  }
  .mb-990-85 {
    margin-bottom: 85px !important;
  }
  .mb-990-80 {
    margin-bottom: 80px !important;
  }
  .mb-990-75 {
    margin-bottom: 75px !important;
  }
  .mb-990-70 {
    margin-bottom: 70px !important;
  }
  .mb-990-65 {
    margin-bottom: 65px !important;
  }
  .mb-990-60 {
    margin-bottom: 60px !important;
  }
  .mb-990-55 {
    margin-bottom: 55px !important;
  }
  .mb-990-50 {
    margin-bottom: 50px !important;
  }
  .mb-990-45 {
    margin-bottom: 45px !important;
  }
  .mb-990-40 {
    margin-bottom: 40px !important;
  }
  .mb-990-35 {
    margin-bottom: 35px !important;
  }
  .mb-990-30 {
    margin-bottom: 30px !important;
  }
  .mb-990-25 {
    margin-bottom: 25px !important;
  }
  .mb-990-20 {
    margin-bottom: 20px !important;
  }
  .mb-990-15 {
    margin-bottom: 15px !important;
  }
  .mb-990-10 {
    margin-bottom: 10px !important;
  }
  .mb-990-5 {
    margin-bottom: 5px !important;
  }
  .mb-990-0 {
    margin-bottom: 0px !important;
  }
  .w-990-33 {
    width: 33%;
  }
  .w-990-16 {
    width: 16.666666%;
  }
  .mb-990-100 {
    margin-bottom: 100px !important;
  }
  .mb-990-95 {
    margin-bottom: 95px !important;
  }
  .mb-990-90 {
    margin-bottom: 90px !important;
  }
  .mb-990-85 {
    margin-bottom: 85px !important;
  }
  .mb-990-80 {
    margin-bottom: 80px !important;
  }
  .mb-990-75 {
    margin-bottom: 75px !important;
  }
  .mb-990-70 {
    margin-bottom: 70px !important;
  }
  .mb-990-65 {
    margin-bottom: 65px !important;
  }
  .mb-990-60 {
    margin-bottom: 60px !important;
  }
  .mb-990-55 {
    margin-bottom: 55px !important;
  }
  .mb-990-50 {
    margin-bottom: 50px !important;
  }
  .mb-990-45 {
    margin-bottom: 45px !important;
  }
  .mb-990-40 {
    margin-bottom: 40px !important;
  }
  .mb-990-35 {
    margin-bottom: 35px !important;
  }
  .mb-990-30 {
    margin-bottom: 30px !important;
  }
  .mb-990-25 {
    margin-bottom: 25px !important;
  }
  .mb-990-20 {
    margin-bottom: 20px !important;
  }
  .mb-990-15 {
    margin-bottom: 15px !important;
  }
  .mb-990-10 {
    margin-bottom: 10px !important;
  }
  .mb-990-5 {
    margin-bottom: 5px !important;
  }
  .mb-990-0 {
    margin-bottom: 0px !important;
  }
}
@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 !important;
  }
  .mb-768-95 {
    margin-bottom: 95px !important;
  }
  .mb-768-90 {
    margin-bottom: 90px !important;
  }
  .mb-768-85 {
    margin-bottom: 85px !important;
  }
  .mb-768-80 {
    margin-bottom: 80px !important;
  }
  .mb-768-75 {
    margin-bottom: 75px !important;
  }
  .mb-768-70 {
    margin-bottom: 70px !important;
  }
  .mb-768-65 {
    margin-bottom: 65px !important;
  }
  .mb-768-60 {
    margin-bottom: 60px !important;
  }
  .mb-768-55 {
    margin-bottom: 55px !important;
  }
  .mb-768-50 {
    margin-bottom: 50px !important;
  }
  .mb-768-45 {
    margin-bottom: 45px !important;
  }
  .mb-768-40 {
    margin-bottom: 40px !important;
  }
  .mb-768-35 {
    margin-bottom: 35px !important;
  }
  .mb-768-30 {
    margin-bottom: 30px !important;
  }
  .mb-768-25 {
    margin-bottom: 25px !important;
  }
  .mb-768-20 {
    margin-bottom: 20px !important;
  }
  .mb-768-15 {
    margin-bottom: 15px !important;
  }
  .mb-768-10 {
    margin-bottom: 10px !important;
  }
  .mb-768-5 {
    margin-bottom: 5px !important;
  }
  .mb-768-0 {
    margin-bottom: 0px !important;
  }
}
@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 !important;
  }
  .mb-640-95 {
    margin-bottom: 95px !important;
  }
  .mb-640-90 {
    margin-bottom: 90px !important;
  }
  .mb-640-85 {
    margin-bottom: 85px !important;
  }
  .mb-640-80 {
    margin-bottom: 80px !important;
  }
  .mb-640-75 {
    margin-bottom: 75px !important;
  }
  .mb-640-70 {
    margin-bottom: 70px !important;
  }
  .mb-640-65 {
    margin-bottom: 65px !important;
  }
  .mb-640-60 {
    margin-bottom: 60px !important;
  }
  .mb-640-55 {
    margin-bottom: 55px !important;
  }
  .mb-640-50 {
    margin-bottom: 50px !important;
  }
  .mb-640-45 {
    margin-bottom: 45px !important;
  }
  .mb-640-40 {
    margin-bottom: 40px !important;
  }
  .mb-640-35 {
    margin-bottom: 35px !important;
  }
  .mb-640-30 {
    margin-bottom: 30px !important;
  }
  .mb-640-25 {
    margin-bottom: 25px !important;
  }
  .mb-640-20 {
    margin-bottom: 20px !important;
  }
  .mb-640-15 {
    margin-bottom: 15px !important;
  }
  .mb-640-10 {
    margin-bottom: 10px !important;
  }
  .mb-640-5 {
    margin-bottom: 5px !important;
  }
  .mb-640-0 {
    margin-bottom: 0px !important;
  }
}
@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 !important;
  }
  .mb-576-95 {
    margin-bottom: 95px !important;
  }
  .mb-576-90 {
    margin-bottom: 90px !important;
  }
  .mb-576-85 {
    margin-bottom: 85px !important;
  }
  .mb-576-80 {
    margin-bottom: 80px !important;
  }
  .mb-576-75 {
    margin-bottom: 75px !important;
  }
  .mb-576-70 {
    margin-bottom: 70px !important;
  }
  .mb-576-65 {
    margin-bottom: 65px !important;
  }
  .mb-576-60 {
    margin-bottom: 60px !important;
  }
  .mb-576-55 {
    margin-bottom: 55px !important;
  }
  .mb-576-50 {
    margin-bottom: 50px !important;
  }
  .mb-576-45 {
    margin-bottom: 45px !important;
  }
  .mb-576-40 {
    margin-bottom: 40px !important;
  }
  .mb-576-35 {
    margin-bottom: 35px !important;
  }
  .mb-576-30 {
    margin-bottom: 30px !important;
  }
  .mb-576-25 {
    margin-bottom: 25px !important;
  }
  .mb-576-20 {
    margin-bottom: 20px !important;
  }
  .mb-576-15 {
    margin-bottom: 15px !important;
  }
  .mb-576-10 {
    margin-bottom: 10px !important;
  }
  .mb-576-5 {
    margin-bottom: 5px !important;
  }
  .mb-576-0 {
    margin-bottom: 0px !important;
  }
}
@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 !important;
  }
  .mb-480-95 {
    margin-bottom: 95px !important;
  }
  .mb-480-90 {
    margin-bottom: 90px !important;
  }
  .mb-480-85 {
    margin-bottom: 85px !important;
  }
  .mb-480-80 {
    margin-bottom: 80px !important;
  }
  .mb-480-75 {
    margin-bottom: 75px !important;
  }
  .mb-480-70 {
    margin-bottom: 70px !important;
  }
  .mb-480-65 {
    margin-bottom: 65px !important;
  }
  .mb-480-60 {
    margin-bottom: 60px !important;
  }
  .mb-480-55 {
    margin-bottom: 55px !important;
  }
  .mb-480-50 {
    margin-bottom: 50px !important;
  }
  .mb-480-45 {
    margin-bottom: 45px !important;
  }
  .mb-480-40 {
    margin-bottom: 40px !important;
  }
  .mb-480-35 {
    margin-bottom: 35px !important;
  }
  .mb-480-30 {
    margin-bottom: 30px !important;
  }
  .mb-480-25 {
    margin-bottom: 25px !important;
  }
  .mb-480-20 {
    margin-bottom: 20px !important;
  }
  .mb-480-15 {
    margin-bottom: 15px !important;
  }
  .mb-480-10 {
    margin-bottom: 10px !important;
  }
  .mb-480-5 {
    margin-bottom: 5px !important;
  }
  .mb-480-0 {
    margin-bottom: 0px !important;
  }
}
@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 !important;
  }
  .mb-400-95 {
    margin-bottom: 95px !important;
  }
  .mb-400-90 {
    margin-bottom: 90px !important;
  }
  .mb-400-85 {
    margin-bottom: 85px !important;
  }
  .mb-400-80 {
    margin-bottom: 80px !important;
  }
  .mb-400-75 {
    margin-bottom: 75px !important;
  }
  .mb-400-70 {
    margin-bottom: 70px !important;
  }
  .mb-400-65 {
    margin-bottom: 65px !important;
  }
  .mb-400-60 {
    margin-bottom: 60px !important;
  }
  .mb-400-55 {
    margin-bottom: 55px !important;
  }
  .mb-400-50 {
    margin-bottom: 50px !important;
  }
  .mb-400-45 {
    margin-bottom: 45px !important;
  }
  .mb-400-40 {
    margin-bottom: 40px !important;
  }
  .mb-400-35 {
    margin-bottom: 35px !important;
  }
  .mb-400-30 {
    margin-bottom: 30px !important;
  }
  .mb-400-25 {
    margin-bottom: 25px !important;
  }
  .mb-400-20 {
    margin-bottom: 20px !important;
  }
  .mb-400-15 {
    margin-bottom: 15px !important;
  }
  .mb-400-10 {
    margin-bottom: 10px !important;
  }
  .mb-400-5 {
    margin-bottom: 5px !important;
  }
  .mb-400-0 {
    margin-bottom: 0px !important;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
  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 {
  border-radius: 3px;
  background: #1d1d1d;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 300%;
  border: none;
  outline: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 24px;
  font-size: 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button .btn-txt {
  color: #fff;
  font-size: var(--fs16);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.button::after {
  content: "";
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 5px solid transparent;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease-in-out;
}
.button::before {
  content: "";
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 5px solid transparent;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.button:hover .btn-txt {
  transform: translateX(15px);
}
.button:hover::after {
  transform: translateX(0);
  opacity: 1;
}
.button:hover::before {
  opacity: 0;
  transform: translateX(20px);
}
.button.pur {
  background: var(--pur, #765fff);
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
.button--block {
  width: 100%;
}
.button svg {
  position: relative;
  top: -2px;
}
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.element-section .ehdn1 {
  margin-bottom: 30px;
}
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.form-grp,
.form-textarea-group {
  position: relative;
  margin-bottom: 24px;
}
.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);
  color: #000;
  font-size: var(--fs16);
  font-weight: 400;
  line-height: normal;
  border: 0;
  border-bottom: 2px solid transparent;
  width: 100%;
  z-index: 2;
  position: relative;
  border-radius: 3px;
  background: rgba(117, 117, 117, 0.1);
  outline: none;
  padding: 20px;
  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: 2px solid #765fff;
  outline: none;
}
.form-field ~ .form-label {
  color: #757575;
  font-size: var(--fs16);
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 20px;
  top: 16px;
  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 {
  color: #000;
  background: transparent;
  top: -10px;
  left: 15px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-textarea-group .form-field {
  height: 140px;
  line-height: 1.4;
  padding: 20px;
  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: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  -webkit-appearance: none;
}
.daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #a7b3c4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
.daterangepicker .calendar-table .next span:before,
.daterangepicker .calendar-table .prev span:before {
  border: 1px solid #a7b3c4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: "icomoon" !important;
}
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: "icomoon" !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
.daterangepicker:before {
  border-bottom: 0;
}
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
.daterangepicker th.available:hover {
  background-color: transparent;
}
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
/* date Picker end */
/* Select */
.select-field {
  -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: #757575;
  font-size: var(--fs16);
  font-weight: 400;
  line-height: normal;
}
.form-grp input::-webkit-input-placeholder {
  color: #757575;
  font-size: var(--fs16);
  font-weight: 400;
  line-height: normal;
}
/* Placeholder end */
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
/*==========================================================================
=> Radio Small
========================================================================== */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
.radio-box label:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #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: 14px;
  color: #000;
  margin-left: 25px;
}
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
.checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594af;
}
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #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: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
.modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
.modal-para p:last-child {
  margin-bottom: 0;
}
.modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross:hover i {
  transform: rotate(90deg);
}
.modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
.static-cont {
  margin-bottom: 32px;
}
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
.static-cont li p {
  margin-bottom: 10px;
}
.static-cont li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.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 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.content-body img {
  width: 100%;
  aspect-ratio: 1140/454;
  overflow: hidden;
  margin-bottom: var(--spc40);
}
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  color: #1d1d1d;
  font-family: "Aileron";
  font-size: var(--fs48);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.05vw;
  margin-bottom: var(--spc40);
}
.content-body h1:first-child,
.content-body h2:first-child,
.content-body h3:first-child,
.content-body h4:first-child,
.content-body h5:first-child,
.content-body h6:first-child {
  margin-top: 0;
}
.content-body p {
  color: #495377;
  font-size: var(--fs28);
  font-weight: 400;
  line-height: 1.92;
  /* 192.857% */
  letter-spacing: -0.02917vw;
  margin-bottom: clamp(30px, 4.69vw, 90px);
}
.content-body a {
  color: var(--pur, #765fff);
  font-size: var(--fs28);
  font-weight: 400;
  line-height: 1.92;
  /* 192.857% */
  letter-spacing: -0.02917vw;
}
.content-body blockquote {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: clamp(40px, 8vw, 100px);
  border-top: 1px solid #b2bbca;
}
.content-body blockquote p {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  color: #000;
  font-size: var(--fs48);
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.075vw;
  margin-bottom: 0;
}
.content-body blockquote p span {
  color: #765fff;
  font-size: var(--fs64);
  font-style: italic;
  font-weight: 300;
  line-height: 0.75;
  /* 75% */
  letter-spacing: -0.1vw;
}
.content-body ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: clamp(30px, 4.69vw, 90px);
}
.content-body ul li {
  border-radius: 5px;
  background: rgba(118, 95, 255, 0.1);
  padding: var(--spc24);
  padding-left: clamp(36px, 3.2vw, 64px);
  position: relative;
  color: #495377;
  font-size: var(--fs28);
  font-style: normal;
  font-weight: 400;
  line-height: 1.92;
  /* 192.857% */
  letter-spacing: -0.02917vw;
  margin-bottom: 0;
}
.content-body ul li::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 14px solid #765fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  left: 28px;
  top: 42px;
}
.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:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1680px) {
  .content-body ul > li::before {
    top: 37px;
  }
}
@media all and (max-width: 1536px) {
  .content-body ul > li::before {
    top: 33px;
    left: 22px;
  }
}
@media all and (max-width: 1440px) {
  .content-body ul > li::before {
    border-left: 12px solid #765fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}
@media all and (max-width: 1366px) {
  .content-body ul > li::before {
    top: 31px;
  }
}
@media all and (max-width: 1280px) {
  .content-body ul > li::before {
    top: 30px;
    left: 19px;
    border-left: 10px solid #765fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}
@media all and (max-width: 1024px) {
  .content-body ul > li::before {
    top: 29px;
    left: 17px;
  }
}
@media all and (max-width: 990px) {
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 640px) {
  .content-body h1,
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    margin-bottom: 12px;
  }
  .content-body p {
    line-height: 1.62;
  }
  .content-body ul {
    gap: 16px;
  }
  .content-body ul > li {
    line-height: 1.62;
  }
  .content-body ul > li::before {
    border-left: 10px solid #765fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: 16px;
    top: 27px;
  }
}
/* content page end */
.thankyou-contain {
  height: 100dvh;
  display: flex;
  align-items: center;
}
.thankyou-card {
  text-align: center;
  margin: auto;
  max-width: 480px;
}
.thankyou-img {
  width: calc(100% - 100px);
  margin: 0 auto 32px;
}
.thankyou-hdn {
  font-size: 48px;
  color: #202135;
  margin-bottom: 18px;
}
.thankyou-para p {
  color: #455a64;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.thankyou-para p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .thankyou-hdn {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 480px) {
  .thankyou-hdn {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.error-wrap {
  height: calc(100dvh - var(--header-height));
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.error-sec {
  overflow: hidden;
  position: relative;
}
.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: 15px;
  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: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.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%;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.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;
}
.font24r {
  color: var(--clr-black);
  font-size: var(--fs24);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.font30r {
  color: var(--clr-black);
  font-size: var(--fs30);
  line-height: 1.4;
  letter-spacing: 0.54px;
}
.font36r {
  color: var(--clr-black);
  font-size: var(--fs36);
  line-height: 1.3;
}
.font48r {
  color: var(--clr-black);
  font-size: var(--fs48);
  line-height: 1.2;
}
.font64r {
  color: var(--clr-black);
  font-size: var(--fs64);
  line-height: 1;
}
.font72r {
  color: var(--clr-black);
  font-size: var(--fs72);
  line-height: 1;
}
.t-cen {
  text-align: center;
}
.tt-uc {
  text-transform: uppercase;
}
.t-ul {
  text-decoration: underline;
}
.txt-white {
  color: var(--clr-white) !important;
}
.txt-black {
  color: var(--clr-black) !important;
}
.txt-grey {
  color: var(--clr-grey) !important;
}
.txt-grey p,
.txt-grey ul li {
  color: var(--clr-grey) !important;
}
.txt-dgrey {
  color: var(--clr-dgrey) !important;
}
.txt-dgrey p,
.txt-dgrey ul li {
  color: var(--clr-dgrey) !important;
}
.txt-blue {
  color: var(--clr-blue) !important;
}
.bg-blue {
  background: var(--clr-blue) !important;
}
.bg-ligblue {
  background: var(--clr-ligBlue) !important;
}
.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-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid var(--clr-black);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.comm-nav-icon:hover {
  background: var(--clr-black);
}
.comm-nav-icon:hover i {
  color: var(--clr-white);
}
.comm-nav-icon i {
  color: var(--clr-black);
  font-size: 12px;
}
.comm-nav-icon.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.comm-nav {
  cursor: pointer;
  width: 48px;
  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.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.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 */
.comm-card-hdn {
  color: #1d1d1d;
  font-family: Aileron;
  font-size: var(--fs32);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.28px;
  margin-bottom: 16px;
}
.read-btn {
  color: #765fff;
  text-align: center;
  font-size: var(--fs16);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.read-btn:hover::after {
  right: -18px;
  border-left: 6px solid #765fff;
}
.read-btn::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #765fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.science-prism {
  position: absolute;
}
.science-section {
  padding: 0 0 var(--header-height);
}
@keyframes rotating-text {
  0%,
  20% {
    transform: translateY(0%);
  }
  33%,
  53% {
    transform: translateY(-25%);
  }
  66%,
  86% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-75%);
  }
}
.text-animating-wrap {
  animation: rotating-text 6s ease-in-out infinite;
}
.text-animating {
  height: clamp(80px, 5.3vw, 100px);
  overflow: hidden;
}
.word-banner {
  font-family: Aileron;
  font-size: var(--fs90);
  font-weight: 600;
  color: #765fff;
  line-height: 1.2;
  width: 100%;
  display: block;
  text-align: center;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.science-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 36px;
}
.science-head {
  color: #1d1d1d;
  font-family: Aileron;
  font-size: var(--fs90);
  font-weight: 600;
  line-height: 1.1;
}
.science-triangle {
  margin: 0 70px 0 auto;
  height: 320px;
  position: relative;
}
.temp-decoy {
  z-index: 50;
  position: absolute;
  opacity: 0;
}
.ttvr-hdn-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 40px;
}
.ttvr-visual {
  height: 146px;
}
.ttvr-card {
  display: flex;
  gap: 34px;
}
.ttvr-img {
  width: 265px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.ttvr-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}
.ttvr-info .comm-card-hdn {
  width: 80%;
}
.ttvr-info p {
  color: #757575;
  font-size: var(--fs20);
  line-height: 1.6;
  letter-spacing: -0.6px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ttvr-wrap .f-row {
  gap: 50px 0;
}
.innovation-section {
  height: calc(100vh - var(--header-height));
  padding: var(--commSpc) 0;
}
.innovation-section .container-md {
  height: 100%;
}
.innovation-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  height: 100%;
}
.innovation-info-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
.innovation-triangle {
  height: 360px;
}
.innovation-info {
  max-width: 710px;
  width: 100%;
}
.innovation-info p {
  color: #757575;
  font-size: var(--fs24);
  line-height: 1.5;
  letter-spacing: -0.96px;
}
.tvos-img {
  width: 100%;
  height: 100px;
  margin-bottom: 36px;
  position: relative;
}
.tvos-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.tvos-img-info {
  width: 100%;
  margin-bottom: 36px;
}
.acc-sticky {
  position: sticky;
  top: var(--header-height);
  width: 100%;
  height: calc(100vh - var(--header-height));
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.temp-decoy-sticky {
  transform: rotate(90deg);
}
.temp-decoy-sticky,
.tv-float {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
.tv-float {
  right: 0;
  left: auto;
}
.acc-height {
  position: relative;
  height: 500vh;
}
.acc-trigger {
  position: absolute;
  height: 100vh;
}
.acc-trig0 {
  top: 0;
}
.acc-trig1 {
  top: 100vh;
}
.acc-trig2 {
  top: 200vh;
}
.acc-trig3 {
  top: 300vh;
}
.acc-trig4 {
  top: 400vh;
}
.acc-left {
  max-width: 990px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.acc-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.acc-panel {
  display: none;
}
.acc-hdn-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.acc-triangle {
  height: 90px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.acc-triangle img {
  opacity: 0;
  visibility: hidden;
}
.acc-hdn {
  height: 40px;
  margin-left: auto;
}
.acc-hdn img {
  width: fit-content;
  display: block;
  object-fit: contain;
  object-position: center right;
}
.acc-hdn-logo {
  width: 290px;
  flex-shrink: 0;
  opacity: 0;
}
.acc-swiper-box {
  max-width: 560px;
  width: 100%;
  height: auto;
  padding: 68px;
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acc-swiper-box:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(118, 95, 255, 0.61);
  background-blend-mode: multiply;
  z-index: 3;
}
.acc-swiper-video {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.acc-swiper-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acc-swiper.swiper {
  z-index: 4;
  position: relative;
}
.acc-slide-cont p {
  color: #fff;
  font-size: var(--fs36);
  line-height: 1.5;
  letter-spacing: -1.44px;
}
:root {
  --header-height: 80px;
  --header-scroll-height: 70px;
}
html,
body {
  width: 100%;
}
.container {
  max-width: 1720px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.container-md {
  max-width: 1470px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.container-sm {
  max-width: 1200px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.main-container {
  padding-top: var(--header-height);
}
.logoSwiper .swiper-wrapper {
  transition-timing-function: linear;
}
.comm-section {
  padding: var(--commSpc) 0;
  position: relative;
}
.triangle {
  position: fixed;
  height: 380px;
  width: 380px;
  opacity: 0;
  pointer-events: none;
}
.triangle video {
  position: relative;
  width: 100%;
  height: 100%;
}
.ttvc-sticky {
  position: relative;
  height: 200vh;
}
.ttvc-sticky .ttvc-section {
  position: sticky;
  min-height: 100vh;
  padding-top: var(--header-height);
  top: 0;
  display: flex;
  align-items: center;
}
.ttvc-visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 90%;
}
.triangle-blur {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(50px);
}
.dummy {
  aspect-ratio: 38/37;
  pointer-events: none;
}
.banner {
  min-height: calc(100vh - var(--header-height));
  max-width: 1135px;
  margin: auto;
}
.banner .balance {
  height: 18px;
}
.banner .balance img {
  object-position: bottom;
}
.logo-wrap {
  height: 32px;
}
.logo-wrap img {
  object-fit: contain;
}
.main-head {
  color: var(--black);
  font-size: var(--fs90);
  font-family: Aileron;
  font-style: normal;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -1.8px;
  padding: 100px 0 52px;
  text-align: center;
  opacity: 1;
}
.main-head.team-main-head {
  padding-top: 0;
}
.balance {
  width: 100%;
  display: flex;
}
.balance img {
  object-fit: contain;
  width: 100%;
}
.for-mob-button {
  display: none;
}
.banner-txt {
  color: #495377;
  font-family: Switzer;
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 300;
  line-height: 1.31;
  /* 131.25% */
  letter-spacing: -0.02vw;
  max-width: 540px;
}
.banner {
  padding-bottom: 40px;
  overflow: hidden;
}
.banner-triangle-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  height: 380px;
  position: relative;
  padding: 0 24px;
}
.banner-triangle {
  height: 100%;
  position: absolute;
  left: 66.66%;
  transform: translateX(-50%);
}
.for-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}
.for-section {
  max-width: 1520px;
  margin: auto;
  padding: var(--commSpc) 0;
}
@keyframes rotateBack {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
.for-tab-head {
  max-width: 420px;
  position: relative;
  opacity: 0.5;
  filter: grayscale(1);
  transition: 0.8s;
}
.for-tab-head.active {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(0%);
}
.for-tab-head h4 {
  color: var(--black);
  text-align: left;
  font-size: var(--fs42);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
.for-tab-head h4 span {
  color: var(--pur);
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
}
.for-tab-triangle {
  position: absolute;
  height: 84px;
  left: 66.66%;
  transform: translateX(-50%);
}
.for-tab-content {
  position: relative;
}
.for-content-wrap {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.8s;
  z-index: -1;
}
.for-content-wrap.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.comm-head {
  color: #1D1D1D;
  font-family: Aileron;
  font-size: var(--fs72);
  font-style: normal;
  font-weight: 600;
  line-height: 1.11;
  letter-spacing: -1.44px;
}
.comm-head span {
  color: var(--pur);
}
.comm-head span .chars {
  color: var(--pur);
}
.for-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.for-head .button {
  flex-shrink: 0;
}
.for-head .comm-head {
  font-size: var(--fs64);
}
.for-head .comm-head .chars {
  font-size: var(--fs64);
}
.for-box span {
  color: var(--pur);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.93;
  display: block;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}
.for-box p {
  color: #000;
  font-family: Switzer;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 300;
  line-height: 1.333;
  max-width: 440px;
  letter-spacing: -0.48px;
}
.for-head {
  margin-bottom: 77px;
}
.rwa-section .rwa-stats {
  margin-left: 120px;
}
.rwa-sticky-wrap {
  height: 150vh;
  position: relative;
}
.rwa-sticky {
  min-height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  padding-top: var(--header-height);
}
.rwa-left {
  flex: 1;
  min-width: 0;
  margin-bottom: var(--spc24);
}
.rwa-left p {
  color: #495377;
  color: var(--pur);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: -0.64px;
  margin-top: 10px;
}
.rwa-heading {
  margin-bottom: var(--spc40);
}
.rwa-visual img {
  width: 100%;
  max-width: 440px;
  object-fit: contain;
}
.rwa-stat__num {
  display: block;
  color: var(--black);
  font-family: Aileron;
  font-size: var(--fs96);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.6px;
  margin-bottom: 8px;
}
.rwa-stat__label {
  color: var(--grey);
  font-family: Switzer;
  font-size: var(--fs24);
  font-weight: 400;
  letter-spacing: -0.28px;
}
.rwa-bottom {
  position: relative;
  height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  align-items: center;
}
.rwa-visual {
  height: calc(100% - 50px);
}
.rwa-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 58px;
  width: 100%;
  flex-shrink: 0;
  max-width: 550px;
}
.rwa-wrap {
  padding-top: 20px;
}
@media all and (max-width: 990px) {
  .rwa-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }
  .rwa-left {
    width: 100%;
  }
  .rwa-visual img {
    max-width: 320px;
  }
  .rwa-stats {
    width: 100%;
    gap: var(--spc40) var(--spc4080);
  }
}
@media all and (max-width: 480px) {
  .rwa-stats {
    gap: var(--spc32) var(--spc40);
  }
}
.ttvc-section {
  padding: var(--commSpc) 0;
}
.ttvc-section .rwa-stats {
  max-width: 600px;
}
.ttvc-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spc4080);
  padding-top: 40px;
}
.ttvc-left {
  flex-shrink: 0;
}
.ttvc-heading {
  margin-bottom: var(--spc32);
}
.ttvc-txt {
  color: var(--pur);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: -0.64px;
  margin-bottom: var(--spc48);
}
.ttvc-visual {
  flex: 1;
  min-width: 0;
}
.ttvc-visual img {
  width: 100%;
  object-fit: contain;
}
.cps-section {
  text-align: center;
}
.cps-wrap {
  max-width: 900px;
  margin: auto;
}
.cps-head {
  width: max-content;
  margin: auto;
}
.cps-icon {
  max-width: 354px;
  margin-left: auto;
  position: relative;
  margin-top: 10px;
}
.cps-quote {
  margin: 0;
  padding: 0;
}
.cps-quote p {
  color: #000;
  font-size: var(--fs36);
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -1.44px;
}
.cps-quote span {
  color: #765FFF;
  text-align: center;
  font-family: Switzer;
  font-size: var(--fs48);
  font-style: italic;
  font-weight: 300;
  line-height: 0.75;
  letter-spacing: -1.92px;
}
.cps-pagination {
  position: relative;
  margin-top: var(--spc40);
}
.cpsSwiper {
  margin-top: 110px;
}
@media all and (max-width: 768px) {
  .cps-wrap {
    max-width: 100%;
  }
}
.ptp-section {
  height: clamp(350px, 40vw, 504px);
  background-color: var(--white);
}
.ptp-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;
  text-align: center;
  height: 100%;
  position: relative;
}
.ptp-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.ptp-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptp-heading {
  margin-bottom: var(--spc48);
}
.comm-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: auto;
}
.cps-dummy {
  position: absolute;
  height: 80px;
  left: 66.66%;
  transform: translateX(-50%);
}
.comm-next,
.comm-prev {
  width: 48px;
  flex-shrink: 0;
  margin-top: 45px;
}
.comm-next.swiper-button-disabled,
.comm-prev.swiper-button-disabled {
  opacity: 0.5;
}
.logos-wrap {
  display: flex;
  align-items: center;
  gap: 90px;
  padding: 0 var(--spc60);
}
.logos-wrap h5 {
  flex-shrink: 0;
  color: #495377;
  text-align: center;
  font-family: Aileron;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
}
.cps-heading .comm-head {
  font-size: var(--fs36);
}
.for-wrap {
  height: 100%;
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sticky-section {
  min-height: 100vh;
  display: flex;
  overflow: hidden;
  position: sticky;
  top: 0;
  padding: var(--header-height) 0;
}
.sticky-wrapper {
  height: 500vh;
  position: relative;
}
.scrollSnap1 {
  position: absolute;
  top: 0vh;
}
.scrollSnap2 {
  position: absolute;
  top: 200vh;
}
.scrollSnap3 {
  position: absolute;
  top: 350vh;
}
.triangle-phone {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
.scrollSnap4 {
  position: absolute;
  top: 350vh;
}
.scrollSnap5 {
  position: absolute;
  top: 450vh;
}
.scrollSnap6 {
  position: absolute;
  top: 550vh;
}
.ptp-txt {
  position: relative;
}
.triangle {
  z-index: 10;
}
#triangle-canvas {
  width: 100%;
  height: 100%;
  display: block;
}
#triangle-canvas-2 {
  width: 100%;
  height: 100%;
  display: block;
}
#triangle-canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
#triangle-canvas-2 canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.balance {
  opacity: 0;
  transform: translateY(-200px) rotate(-10deg);
  transform-origin: 66% 50%;
}
.banner .main-head .chars {
  filter: blur(10px);
  opacity: 0;
  color: var(--black);
  font-size: var(--fs90);
  font-family: Aileron;
  font-style: normal;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -1.8px;
  text-align: center;
}
.banner .banner-txt {
  opacity: 0;
  transform: translateY(30%);
}
.cps-sticky {
  height: 180vh;
  position: relative;
}
.cps-sticky .cps-section {
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: sticky;
  top: 0;
  padding: calc(var(--header-height) + 50px) 0 var(--header-height);
}
.comm-head .chars {
  opacity: 0;
  filter: blur(10px);
  color: #1D1D1D;
  font-family: Aileron;
  font-size: var(--fs72);
  font-style: normal;
  font-weight: 600;
  line-height: 1.11;
  letter-spacing: -1.44px;
}
.error-txt {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.error-txt span {
  font-weight: 600;
  color: var(--pur);
  font-size: clamp(60px, 16vw, 330px);
  line-height: 1;
}
.error-wrap h4 {
  color: #1D1D1D;
  text-align: center;
  font-family: Aileron;
  font-size: var(--fs48);
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01vw;
  margin-bottom: 16px;
}
.error-wrap p {
  color: #757575;
  text-align: center;
  font-family: Switzer;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
.breadcrumbs {
  padding: var(--spc40) 0 clamp(40px, 4.69vw, 90px);
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:not(:last-child):hover a {
  color: #765fff;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs li a {
  color: #757575;
  font-size: var(--fs16);
  font-weight: 400;
  line-height: normal;
}
.breadcrumbs li:last-child a {
  color: var(--black, #000000);
  cursor: auto;
}
.breadcrumbs li:not(:first-child)::before {
  content: "";
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #757575;
  border-bottom: 4px solid transparent;
  display: block;
  position: absolute;
  top: 9px;
  left: -16px;
}
.breadcrumbs li:last-child::before {
  border-left: 7px solid #765fff;
}
.contact-left {
  width: 100%;
  max-width: 850px;
  position: relative;
  padding-top: clamp(51px, 4.91vw + 0.73px, 95px);
}
.contact-info-wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: var(--spc60);
}
.contact-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-box:first-child h5 {
  text-wrap: nowrap;
}
.contact-box h5 {
  color: #1d1d1d;
  font-family: Aileron;
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.025vw;
  word-break: break-all;
}
.contact-icon {
  width: 48px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.contact-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.contact-triangle {
  height: 240px;
  position: relative;
  left: 66.66%;
  transform: translateX(-50%);
  aspect-ratio: 38/37;
  pointer-events: none;
}
.contact-wrap {
  display: flex;
  gap: 80px;
}
.contact-form-wrap {
  width: 100%;
  max-width: 730px;
}
.contact-form-wrap .science-head {
  margin-bottom: var(--spc60);
}
.contact-form-wrap .button {
  width: max-content;
}
.cs-featured-wrap {
  width: 100%;
  margin-bottom: var(--spc80);
}
.cs-title-txt {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto var(--spc40);
}
.cs-title-txt p {
  color: #765fff;
  font-feature-settings: "liga" off;
  font-size: var(--fs24);
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
  letter-spacing: -0.025vw;
  margin-bottom: 8px;
}
.cs-title-txt h1,
.cs-title-txt h2,
.cs-title-txt h3,
.cs-title-txt h4,
.cs-title-txt h5,
.cs-title-txt h6 {
  color: #1d1d1d;
  font-family: "Aileron";
  font-size: var(--fs64);
  font-weight: 600;
  line-height: 1.11;
  /* 111.111% */
  letter-spacing: -0.075vw;
}
.cs-featured-img {
  width: 100%;
  height: 400px;
  max-width: 1140px;
  margin: auto;
}
.cs-featured-img img {
  object-fit: cover;
}
.policy-content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.policy-content p {
  color: #495377;
  font-size: var(--fs28);
  font-style: normal;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: -0.02917vw;
  margin-bottom: 16px;
}
.policy-content p strong {
  color: #1d1d1d;
  font-weight: 600;
}
.policy-content p a {
  color: #765fff;
  font-size: var(--fs28);
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: -0.02917vw;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.policy-content h1,
.policy-content h2 {
  color: #1d1d1d;
  font-family: Aileron;
  font-size: var(--fs48);
  font-weight: 600;
  line-height: 1.25;
  /* 125% */
  letter-spacing: -0.0667vw;
  margin-bottom: 16px;
  margin-top: var(--spc120);
}
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
  color: #1d1d1d;
  font-family: Aileron;
  font-size: var(--fs36);
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  letter-spacing: -0.05vw;
  margin-bottom: var(--spc40);
}
.policy-content .wp-block-table table,
.policy-content .wp-block-table th,
.policy-content .wp-block-table td {
  text-align: left !important;
  border: none !important;
  border-collapse: collapse !important;
}
.policy-content .wp-block-table thead {
  border-bottom: none !important;
}
.policy-content .wp-block-table thead th {
  color: #1d1d1d;
  font-size: var(--fs28);
  font-weight: 600;
  line-height: 1.92;
  /* 192.857% */
  letter-spacing: -0.02917vw;
  text-align: left;
}
.policy-content .wp-block-table tbody td {
  color: #495377;
  font-size: var(--fs24);
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
  letter-spacing: -0.025vw;
}
.policy-content ul li {
  color: #495377;
  font-size: var(--fs28);
  font-weight: 400;
  line-height: 1.92;
  /* 192.857% */
  letter-spacing: -0.02917vw;
  margin-bottom: 16px;
  position: relative;
  list-style: none;
  margin-left: 24px;
}
.policy-content ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #1d1d1d;
  position: absolute;
  top: 23px;
  left: -16px;
}
.policy-content ul li a {
  color: #765fff;
  font-size: var(--fs28);
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: -0.02917vw;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.policy-content ul li strong {
  color: #1d1d1d;
  font-weight: 600;
}
.policy-content ol li {
  color: #495377;
  font-size: var(--fs28);
  font-style: normal;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: -0.02917vw;
  margin-left: 24px;
  margin-bottom: 16px;
}
.team-popup-card {
  display: flex;
  gap: 20px 60px;
  background: #fff;
  padding: var(--spc48);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overscroll-behavior: contain;
  position: relative;
}
.team-popup-card .popup-modal-dismiss {
  position: absolute;
  top: -42px;
  right: -42px;
  width: 32px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.team-popup-card .popup-modal-dismiss img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.team-popup-left {
  width: 100%;
  max-width: 470px;
}
.team-popup-left .comm-team-img {
  width: 100%;
  height: unset;
  aspect-ratio: 464/525;
  margin-bottom: 24px;
}
.team-popup-left .comm-team-video {
  opacity: 1;
}
.team-popup-right {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.team-popup-text {
  height: 640px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: var(--spc32);
}
.team-popup-text::-webkit-scrollbar {
  width: 3px;
}
.team-popup-text::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.team-popup-text::-webkit-scrollbar-thumb {
  background: #765fff;
}
.team-popup-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.team-popup-text p {
  color: #757575;
  font-size: var(--fs20);
  font-weight: 400;
  line-height: 1.8;
  /* 180% */
  letter-spacing: -0.03125vw;
}
.coming-soon-wrap {
  width: 100%;
  height: 100vh;
}
.coming-soon-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.comm-team-hdn {
  color: var(--black);
  font-family: Aileron;
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1.28px;
}
.comm-team-subtxt {
  color: var(--pur);
  font-size: var(--fs20);
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.comm-para p {
  color: #757575;
  font-size: var(--fs20);
  font-weight: 400;
  line-height: 1.6;
}
.comm-para span {
  font-weight: 500;
  display: block;
}
.comm-team {
  display: flex;
  gap: 34px;
}
.comm-team:hover .comm-team-video {
  opacity: 1;
}
.comm-team-img {
  width: 265px;
  height: 300px;
  aspect-ratio: 1;
  flex-shrink: 0;
  position: relative;
  background: rgba(117, 117, 117, 0.04);
}
.comm-team-img img {
  position: relative;
  object-fit: cover;
  object-position: bottom;
  z-index: 2;
}
.comm-team-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}
.comm-team-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.comm-team-video video {
  width: calc(100% + 10px);
  height: 100%;
  object-fit: cover;
}
.case-studies-img {
  width: 100%;
  aspect-ratio: 1.3;
  flex-shrink: 0;
  position: relative;
}
.case-studies-img img {
  position: relative;
  z-index: 2;
}
.case-studies-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-studies-hdn {
  color: #1D1D1D;
  font-family: Aileron;
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.1;
}
.case-studies-para p {
  font-weight: 300;
  font-size: var(--fs16);
}
.comm-hdn-box {
  margin-bottom: 40px;
}
.gp-col-100 {
  column-gap: 100px;
}
.comm-video {
  width: 100%;
  height: 100%;
}
.banner-triangle-wrap.triangle-static {
  margin-bottom: 0;
}
.banner-triangle-wrap.triangle-static .banner-triangle {
  position: relative;
}
@media all and (max-width: 1600px) {
  .gp-col-100 {
    column-gap: 50px;
  }
}
@media all and (max-width: 1440px) {
  .gp-col-100 {
    column-gap: 40px;
  }
  .comm-team {
    gap: 24px;
  }
}
@media all and (max-width: 1280px) {
  .comm-team-img {
    width: 220px;
    height: 250px;
  }
}
@media all and (max-width: 1024px) {
  .comm-team-video {
    opacity: 1;
  }
}
@media all and (max-width: 990px) {
  .comm-team-img {
    width: 265px;
    height: 300px;
  }
}
@media all and (max-width: 640px) {
  .comm-team-img {
    width: 220px;
    height: 250px;
  }
}
@media all and (max-width: 480px) {
  .comm-team {
    flex-direction: column;
    gap: 16px;
  }
  .comm-team-img {
    width: 100%;
    height: auto;
  }
  .comm-team-img img {
    object-position: center top;
  }
  .team-popup-left .comm-team-img {
    aspect-ratio: 464 / 425;
  }
}
.footer {
  background-color: var(--white);
}
.footer .footer-top {
  padding: var(--spc80) 0;
}
.footer .footer-top .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--spc80);
}
.footer .footer-logo {
  width: 100%;
  max-width: 270px;
}
.footer .footer-logo .logo {
  display: block;
  width: 100%;
  aspect-ratio: 270/54;
}
.footer .footer-logo .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.footer .footer-nav-grid {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: var(--spc120);
  flex: 1;
}
.footer .footer-nav-col {
  min-width: 120px;
}
.footer .footer-nav-col__title {
  display: block;
  color: #1d1d1d;
  font-size: var(--fs20);
  font-weight: 400;
  line-height: normal;
  margin-bottom: clamp(12px, 1.25vw, 24px);
}
.footer .footer-nav-col__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.25vw, 24px);
}
.footer .footer-nav-col__list li {
  position: relative;
}
.footer .footer-nav-col__list li::before {
  content: "";
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid var(--pur, #765fff);
  border-bottom: 5px solid transparent;
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease-in-out;
}
.footer .footer-nav-col__list li:hover::before {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
.footer .footer-nav-col__list li a {
  color: #757575;
  font-size: var(--fs16);
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.footer .footer-nav-col__list li a:hover {
  color: var(--black);
}
.footer .footer-nav-col__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footer-nav-col__info p,
.footer .footer-nav-col__info a {
  color: #757575;
  font-size: var(--fs16);
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.footer .footer-nav-col__info a:hover {
  color: var(--black);
}
.footer .footer-bottom {
  padding: 24px 0;
}
.footer .footer-bottom .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;
}
.footer .footer-copy,
.footer .footer-credit {
  color: #000;
  font-size: var(--fs16);
  font-weight: 400;
  line-height: normal;
}
.footer .footer-social {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer .footer-social a {
  color: var(--black);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.footer .footer-social a:hover {
  color: var(--pur);
}
.footer .footer-social .social-icon {
  width: 24px;
  aspect-ratio: 1/1;
}
.footer .footer-social .social-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.footer .footer-social .social-icon:hover img {
  filter: grayscale(0);
}
@media all and (max-width: 1440px) {
  .footer .footer-logo {
    width: 230px;
  }
}
@media all and (max-width: 1280px) {
  .footer .footer-logo {
    width: 200px;
  }
}
@media all and (max-width: 1024px) {
  .footer .footer-top .container {
    flex-direction: column;
  }
  .footer .footer-nav-grid {
    justify-content: flex-start;
  }
}
@media all and (max-width: 800px) {
  .footer .footer-nav-grid {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 640px) {
  .footer .footer-bottom .container {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .footer .footer-nav-col {
    width: calc(50% - 8px);
  }
  .footer .footer-nav-grid {
    gap: 24px 16px;
  }
  .footer .footer-logo .logo {
    height: 35px;
    width: 160px;
  }
  .footer .footer-top .container {
    gap: 24px;
  }
}
/* header */
:root {
  --menuWidth: 300px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.head-right {
  display: flex;
  gap: 24px;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
}
.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;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 100%;
}
.drop {
  position: relative;
}
.drop > a:after {
  content: "";
  margin-left: 10px;
  width: 10px;
  height: 10px;
  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: transparent;
  backdrop-filter: none;
  z-index: 20;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  top: 55px;
  padding: 10px;
  right: -100%;
  width: 270px;
  margin-left: -150px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.drop ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px) saturate(200%);
  backdrop-filter: blur(8px) saturate(200%);
  box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.03);
  z-index: -1;
  pointer-events: none;
}
.drop ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  pointer-events: none;
}
.drop ul li {
  padding: 0;
}
.drop ul li:last-of-type {
  border-bottom: 0;
}
.drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  color: var(--dark);
}
.drop ul li a:hover {
  background: #6248ff38;
  color: var(--dark);
}
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.header-wrap {
  display: flex;
}
.header-box {
  display: flex;
  height: var(--header-height);
}
.menuBtn {
  display: flex;
  align-items: center;
}
.header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-list li {
  padding: 7px 24px;
}
.header-list li a {
  font-size: 18px;
  color: var(--dark);
  font-weight: 500;
}
.header-list li a:hover {
  color: var(--secClr);
}
.fixHeader {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fixHeader::before {
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 60%);
  background-size: 300% 300%;
  animation: liquidFlowGlass 12s infinite ease-in-out;
}
@keyframes liquidFlowGlass {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes liquidFlow {
  0% {
    transform: translate(-10%, -10%) rotate(0deg);
  }
  50% {
    transform: translate(10%, 10%) rotate(180deg);
  }
  100% {
    transform: translate(-10%, -10%) rotate(360deg);
  }
}
/* side menu */
.menu {
  display: none;
  position: relative;
}
/* side menu */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper {
  position: fixed;
  width: 300px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
  box-shadow: 0 0 5px 0.2px rgba(88, 88, 88, 0.5);
}
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
.nav-wrapper.show-menu .mob-navigation {
  box-shadow: 0 0 5px 0.2px rgba(118, 95, 255, 0.7);
  transition: box-shadow 0.3s ease-in-out;
}
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.js-nav-toggle span {
  position: relative;
  background-color: #000;
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.js-nav-toggle span:before {
  margin-top: 5px;
}
.show-menu .js-nav-toggle {
  z-index: 99999;
  top: -8px;
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #000;
}
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
.mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(118, 95, 255, 0);
  background-color: rgba(255, 255, 255, 0.6);
  transition: box-shadow 0.3s ease-in-out;
}
.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: 1em;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #1d1d1d;
}
.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: 13px;
  left: -3px;
}
.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 #000;
  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: #000;
  margin-top: -1px;
}
.mob-navigation a {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #000;
  font-weight: 500;
  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;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mob-navigation ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px) saturate(200%);
  backdrop-filter: blur(8px) saturate(200%);
  box-shadow: 0px 4px 24px 0 rgba(0, 0, 0, 0.03);
  z-index: -1;
  pointer-events: none;
}
.mob-navigation ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  pointer-events: none;
}
.mob-navigation ul ul {
  left: 100%;
}
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mob-navigation li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-left: 8px solid var(--pur, #757575);
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
@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;
  }
  .menuBtn .button {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .logo {
    width: 120px;
  }
}
@media all and (min-width: 1921px) {
  .container-sm {
    max-width: 1250px;
  }
}
@media all and (max-width: 1680px) {
  .science-triangle {
    margin: 0 90px 0 auto;
    height: 350px;
  }
  .acc-swiper-box {
    max-width: 490px;
    padding: 80px;
  }
  .acc-left {
    max-width: 880px;
  }
  .acc-triangle {
    height: 70px;
  }
  .acc-hdn {
    height: 34px;
  }
  .acc-hdn-logo {
    width: 260px;
  }
}
@media all and (max-width: 1600px) {
  .science-triangle {
    margin: 0 120px 0 auto;
  }
  .ttvr-visual {
    height: 110px;
  }
  .ttvr-img {
    width: 240px;
  }
  .innovation-info {
    max-width: 600px;
  }
  .innovation-triangle {
    height: 300px;
  }
}
@media all and (max-width: 1440px) {
  .acc-hdn {
    height: 28px;
  }
  .acc-hdn-logo {
    width: 210px;
  }
  .acc-triangle {
    height: 55px;
  }
  .acc-left {
    gap: 18px;
  }
  .science-triangle {
    margin: 0 140px 0 auto;
  }
}
@media all and (max-width: 1366px) {
  .acc-left {
    max-width: 660px;
  }
  .acc-swiper-box {
    max-width: 440px;
    padding: 40px;
  }
  .innovation-info {
    max-width: 530px;
  }
  .tvos-img {
    height: 80px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  .science-wrap {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .science-triangle {
    margin: 0 auto;
    height: 250px;
  }
  .ttvr-visual {
    height: 70px;
  }
  .ttvr-img {
    width: 160px;
  }
  .acc-trigger,
  .acc-swiper-box {
    display: none;
  }
  .acc-height {
    height: 100%;
  }
  .acc-sticky {
    position: static;
    height: auto;
  }
  .acc-left {
    max-width: 660px;
    margin: 0 auto;
  }
  .acc-hdn-logo {
    opacity: 1;
  }
  .acc-triangle {
    filter: drop-shadow(1px 1px 2px #a495ff);
  }
  .acc-triangle img {
    opacity: 1;
    visibility: visible;
  }
  .acc-box {
    flex-direction: column;
    cursor: pointer;
    gap: 0;
  }
  .acc-box.active .acc-triangle {
    transform: rotate(90deg);
  }
  .acc-panel {
    position: relative;
    padding: var(--spc40);
    margin-top: 20px;
  }
  .acc-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../img/acc-panel-bg.png) no-repeat center center;
  }
  .acc-panel p {
    color: #fff;
    font-size: var(--fs24);
    line-height: 1.5;
    position: relative;
    z-index: 2;
  }
  .innovation-section {
    height: 100%;
  }
  .tvos-img img {
    position: static;
  }
  .tvos-img {
    height: auto;
  }
  .acc-hdn {
    width: fit-content;
    margin-left: auto;
  }
}
@media all and (max-width: 990px) {
  .ttvr-wrap .f-row {
    gap: 30px 0;
  }
  .comm-card-hdn {
    letter-spacing: -0.28px;
  }
  .ttvr-img {
    width: 150px;
  }
}
@media all and (max-width: 786px) {
  .text-animating {
    height: 65px;
  }
  .acc-hdn-logo {
    width: 110px;
  }
  .acc-hdn {
    height: 20px;
  }
  .acc-triangle {
    height: 40px;
  }
  .acc-left {
    max-width: 500px;
  }
}
@media all and (max-width: 640px) {
  .acc-hdn-logo {
    width: 90px;
  }
  .acc-hdn {
    height: 14px;
  }
  .text-animating {
    height: 50px;
  }
  .ttvr-hdn-wrap {
    flex-direction: column-reverse;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 34px;
    align-items: center;
  }
  .ttvr-visual {
    height: 65px;
  }
  .ttvr-img {
    width: 130px;
  }
  .ttvr-card {
    gap: 20px;
  }
  .comm-card-hdn {
    margin-bottom: 10px;
  }
  .innovation-info-wrap {
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  .innovation-triangle {
    height: 200px;
  }
  .innovation-info {
    max-width: 330px;
    text-align: center;
  }
  .innovation-wrap {
    text-align: center;
  }
  .tvos-img {
    margin-bottom: 22px;
  }
}
@media all and (max-width: 576px) {
  .ttvr-img {
    width: 120px;
  }
  .ttvr-info p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media all and (max-width: 480px) {
  .ttvr-info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .ttvr-info .comm-card-hdn {
    width: 100%;
  }
  .comm-card-hdn {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .read-btn {
    font-size: 14px;
  }
}
@media all and (max-width: 1536px) {
  .team-popup-card {
    max-width: 1200px;
  }
  .team-popup-left {
    max-width: 300px;
  }
  .team-popup-text {
    height: 430px;
  }
}
@media all and (max-width: 1440px) {
  .contact-triangle {
    height: 200px;
  }
  .contact-box {
    gap: 20px;
  }
  .contact-icon {
    width: 38px;
  }
  .team-popup-card {
    gap: 20px 30px;
    max-width: 900px;
  }
  .team-popup-card .popup-modal-dismiss {
    top: -32px;
    right: -32px;
    width: 24px;
  }
  .team-popup-text {
    height: 350px;
  }
  .team-popup-left {
    max-width: 250px;
  }
}
@media all and (max-width: 1366px) {
  .contact-triangle {
    height: 180px;
  }
}
@media all and (max-width: 1200px) {
  .contact-wrap {
    gap: 40px;
  }
}
@media all and (max-width: 1024px) {
  .contact-wrap {
    flex-wrap: wrap-reverse;
  }
  .contact-form-wrap,
  .contact-left {
    max-width: 100%;
  }
  .contact-box {
    max-width: 100%;
  }
  .team-popup-card {
    max-width: 800px;
  }
}
@media all and (max-width: 990px) {
  .team-popup-card {
    max-width: 700px;
  }
}
@media all and (max-width: 800px) {
  .team-popup-text {
    height: 300px;
  }
  .team-popup-card {
    max-width: 650px;
  }
  .team-popup-left {
    max-width: 190px;
  }
}
@media all and (max-width: 640px) {
  .contact-info-wrap {
    flex-wrap: wrap;
    gap: 24px;
  }
  .contact-box {
    gap: 12px;
  }
  .contact-icon {
    width: 30px;
  }
  .contact-triangle {
    height: 70px;
  }
  .form-grp {
    margin-bottom: 20px;
  }
  .team-popup-card {
    max-width: 90%;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
  }
  .team-popup-left {
    max-width: 100%;
  }
  .team-popup-text {
    height: 200px;
    padding-right: 20px;
  }
  .team-popup-card .popup-modal-dismiss {
    top: -42px;
    right: -12px;
  }
  .team-popup-left .comm-team-img {
    margin-bottom: 14px;
  }
  .footer-nav-col.mob-full {
    width: 100%;
  }
  .footer-nav-col.mob-full a br {
    display: none;
  }
}
@media all and (max-width: 1680px) {
  .container {
    max-width: 1570px;
  }
  .container-md {
    max-width: 1370px;
  }
  .banner {
    max-width: 990px;
  }
  .main-head {
    padding: 40px 0 40px;
  }
  .banner-triangle-wrap {
    margin-bottom: 60px;
    height: 320px;
  }
  .banner-txt {
    max-width: 440px;
  }
  .rwa-section .rwa-stats {
    margin-left: 70px;
  }
}
@media all and (max-width: 1536px) {
  .container {
    max-width: 1400px;
  }
  .container-md {
    max-width: 1270px;
  }
  .for-tab-head {
    max-width: 370px;
  }
  .for-head {
    margin-bottom: 55px;
  }
  .for-box p {
    max-width: 350px;
  }
  .rwa-bottom {
    height: 430px;
  }
  .rwa-stats {
    max-width: 470px;
  }
  .for-wrap {
    padding-top: 40px;
  }
  .banner {
    max-width: 920px;
  }
  .cpsSwiper {
    max-width: 920px;
  }
}
@media all and (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }
  .container-md {
    max-width: 1200px;
  }
  .rwa-bottom {
    height: 380px;
  }
  .for-tab-head {
    max-width: 340px;
  }
  .banner {
    max-width: 860px;
  }
  .banner-triangle-wrap {
    margin-bottom: 60px;
    height: 280px;
  }
  .banner-txt {
    line-height: 1.4;
    max-width: 360px;
  }
  .for-tab-triangle {
    height: 70px;
  }
  .for-head {
    margin-bottom: 40px;
  }
  .for-wrap {
    padding-top: 50px;
  }
  .rwa-stats {
    max-width: 450px;
  }
  .for-tab-head {
    max-width: 315px;
  }
}
@media all and (max-width: 1366px) {
  .container-md {
    max-width: 1170px;
  }
  .main-head {
    padding: 30px 0 20px;
  }
  .banner {
    max-width: 910px;
  }
  .banner-txt {
    max-width: 310px;
  }
  .logo-wrap {
    height: 28px;
  }
  .for-tab-head {
    max-width: 300px;
  }
  .for-tab-triangle {
    height: 65px;
  }
  .for-tabs {
    margin-bottom: 120px;
  }
  .for-head {
    margin-bottom: 36px;
  }
  .rwa-bottom {
    height: 340px;
  }
  .rwa-stats {
    gap: 46px;
    max-width: 420px;
  }
  .comm-next,
  .comm-prev {
    margin-top: 40px;
  }
  .cps-dummy {
    height: 70px;
  }
  .cpsSwiper {
    margin-top: 120px;
  }
}
@media all and (max-width: 1280px) {
  .banner-txt {
    max-width: 320px;
  }
}
@media all and (max-width: 1024px) {
  :root {
    --fs90: clamp(40px, 6.5vw, 90px);
    --fs72: clamp(32px, 4.2vw, 72px);
  }
  .sticky-section {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .main-head {
    padding: 0px 0 90px;
  }
  .banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .for-wrap {
    height: 600px;
  }
  .banner {
    padding: 0 36px;
    padding-bottom: var(--header-height);
  }
  .ttvc-visual {
    position: static;
    width: 500px;
  }
  .ttvc-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .ttvc-sticky {
    position: relative;
    height: auto;
  }
  .ttvc-sticky .ttvc-section {
    position: static;
    min-height: auto;
    padding: var(--commSpc) 0;
  }
  .triangle-phone {
    display: block;
  }
  .cps-sticky {
    height: auto;
  }
  .cps-sticky .cps-section {
    min-height: auto;
  }
}
@media all and (max-width: 990px) {
  .for-tab-head {
    max-width: 230px;
  }
  .rwa-bottom {
    height: 290px;
  }
}
@media all and (max-width: 768px) {
  .for-wrap {
    height: 550px;
  }
  .rwa-bottom {
    flex-direction: column;
    height: auto;
    gap: 24px;
  }
  .rwa-visual {
    height: 340px;
  }
  .rwa-heading,
  .ttvc-heading,
  .ttvc-txt {
    text-align: center;
  }
  .rwa-section .rwa-stats {
    margin-left: 0;
  }
  .rwa-stat__label {
    line-height: 1.4;
  }
}
@media all and (max-width: 640px) {
  .container-md,
  .container,
  .container-sm {
    padding: 0 30px;
  }
  .rwa-left p {
    text-align: center;
  }
  .banner-triangle-wrap {
    margin-bottom: 60px;
    height: auto;
    align-items: flex-start;
  }
  .banner-triangle {
    height: 240px;
  }
  .banner-txt {
    padding-top: 300px;
  }
  .logos-wrap {
    gap: 30px;
  }
  .for-wrap {
    height: auto;
    padding: 0;
  }
  .sticky-section {
    min-height: auto;
  }
  .for-content-wrap {
    position: relative;
    opacity: 1;
  }
  .sticky-wrapper {
    height: auto;
  }
  .for-tabs {
    position: sticky;
    top: var(--header-height);
    padding-bottom: 120px;
    margin-bottom: 0;
    z-index: 2;
    display: block;
  }
  .for-tab-head {
    background: #fff;
  }
  .for-tab-head h4 {
    padding-top: 20px;
  }
  .for-box p {
    max-width: none;
  }
  .sticky-section {
    min-height: auto;
    position: relative;
    overflow: visible;
  }
  .for-tab-head {
    position: absolute;
    opacity: 0;
    width: 100%;
    max-width: none;
    inset: 0;
  }
  .for-tab-head.active {
    position: relative;
    opacity: 1;
    z-index: 1;
  }
  .for-grid .f-row {
    row-gap: 36px;
  }
  .for-tab-content {
    gap: 80px;
    display: flex;
    flex-direction: column;
  }
  .for-tabs {
    padding-bottom: 80px;
    background: #fff;
  }
  .for-tab-head h4 {
    margin-bottom: 14px;
    text-align: left;
  }
  .for-tab-triangle {
    height: 55px;
  }
  .comm-head {
    letter-spacing: -0.01vw;
  }
  .for-content-wrap {
    transform: none;
  }
  .comm-head br {
    display: none;
  }
  .cps-head {
    width: auto;
  }
  .ttvc-visual {
    width: 250px;
    height: 220px;
    flex: auto;
  }
  .for-head .button {
    display: none;
  }
  .for-head .comm-head {
    font-size: 28px;
  }
  .banner-txt {
    font-weight: 400;
  }
  .for-mob-button {
    display: block;
    margin-top: 60px;
  }
}
@media all and (max-width: 480px) {
  :root {
    --fs90: clamp(42px, 6.5vw, 90px);
  }
  .banner-triangle {
    height: 120px;
  }
  .main-head {
    padding: 0px 0 20px;
    line-height: 1.2;
    letter-spacing: 0.01vw;
    max-width: 310px;
    margin: 0 auto;
    text-align: left;
    max-width: 300px;
    margin-left: 0;
  }
  .main-head div {
    line-height: 1.2;
    letter-spacing: 0.01vw;
    text-align: left;
  }
  .banner-txt {
    padding-top: 240px;
  }
  .logos-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .logos-wrap .swiper {
    width: 100%;
  }
  :root {
    --header-height: 60px;
  }
  .for-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .rwa-visual {
    height: 230px;
  }
  .ptp-bg {
    clip-path: inset(8px 0);
  }
  .for-grid .f-row {
    row-gap: 24px;
  }
  .rwa-stats {
    gap: 24px;
  }
  .cps-icon {
    max-width: none;
    margin-top: 8px;
  }
  .for-head {
    margin-bottom: 20px;
    gap: 16px;
  }
  .for-box span {
    line-height: 1;
  }
  .banner {
    padding: 0 30px;
    padding-bottom: var(--header-height);
  }
  .banner-triangle-wrap,
  .banner-txt {
    max-width: none;
    padding-inline: 0;
  }
  .logos-wrap {
    padding: 0;
  }
  .for-tab-content {
    padding-top: 56px;
  }
  .rwa-stat__num,
  .rwa-stat__label {
    text-align: center;
  }
  .core-card {
    max-width: 260px;
  }
}
@media all and (max-width: 400px) {
  .main-head {
    padding: 0px 0 24px;
  }
  .banner-triangle {
    height: 100px;
  }
  .banner-txt {
    padding-top: 200px;
  }
  .logos-wrap {
    gap: 22px;
  }
  .banner-triangle-wrap {
    padding: 0;
  }
  .logos-wrap {
    padding: 0;
  }
  .banner-triangle-wrap {
    margin-bottom: 100px;
  }
  .for-tab-head h4 {
    padding-top: 12px;
  }
  .for-tab-head h4 {
    margin-bottom: 10px;
    font-size: 32px;
  }
  .rwa-visual {
    height: 170px;
  }
}
@media all and (max-width: 380px) {
  .for-tab-head h4 {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
.ff-ail {
  font-family: "Aileron";
}
.who-sec {
  padding: clamp(80px, 10vw, 200px) 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.who-sec video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.who-sec video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.who-wrap {
  position: relative;
  z-index: 3;
  max-width: 1015px;
  margin-inline: auto;
}
.who-wrap h5 {
  font-size: var(--fs40);
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--pur);
}
.who-wrap h2 {
  font-size: var(--fs36);
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--black);
}
.purple-text {
  color: var(--pur);
}
.white-text {
  color: var(--white);
}
.what-wrap {
  max-width: 1145px;
  margin: auto;
  margin-bottom: 60px;
}
.what-wrap .font72r,
.what-wrap .font64r,
.what-wrap .font24r {
  font-family: "Aileron";
  font-weight: 600;
}
.what-wrap .font64r {
  line-height: 1.2;
}
.what-wrap h2 {
  font-size: var(--fs48);
}
.what-img {
  aspect-ratio: 1138/417;
  max-width: 1138px;
  width: 100%;
  margin-inline: auto;
  clip-path: inset(0 15% 0 15%);
}
.what-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mission-card {
  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;
  max-width: 846px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  padding: 10% 5%;
  height: calc((100vh - var(--header-height) - 265px) * 0.6);
  overflow: hidden;
  will-change: height;
}
.mission-card:first-child {
  height: calc(100vh - var(--header-height) - 100px);
  overflow: hidden;
}
.mission-video {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.mission-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission-video::after {
  content: "";
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.mission-content {
  position: relative;
  z-index: 5;
}
.mission-content .font24r {
  font-family: "Aileron";
}
.core-card {
  max-width: 360px;
  margin: auto;
}
.core-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.core-video {
  aspect-ratio: 460/473;
}
.mission-wrap {
  display: flex;
  gap: 65px;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - var(--header-height));
  padding: 50px 0;
}
.mission-sec {
  padding: 0;
  height: calc(100vh - var(--header-height)) !important;
  overflow: hidden;
}
.ab-banner {
  max-width: 1215px;
  margin-inline: auto;
}
.core-wrap .font72r {
  font-family: "Aileron";
  font-weight: 600;
}
.core-wrap h3 {
  font-family: "Aileron";
  font-weight: 600;
  color: var(--black);
  text-align: center;
}
@media all and (max-width: 1200px) {
  .who-wrap,
  .what-wrap {
    max-width: 90%;
  }
  .who-wrap .font72r,
  .what-wrap .font72r {
    line-height: 1.1;
  }
  .who-sec {
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mission-content .font36r {
    font-size: 24px;
  }
}
@media all and (max-width: 640px) {
  .who-wrap,
  .what-wrap {
    max-width: 100%;
  }
  .who-wrap .font72r,
  .what-wrap .font72r {
    line-height: 1.1;
    font-size: var(--fs64);
  }
}
@media all and (max-width: 480px) {
  .core-card {
    max-width: 280px;
  }
  .core-wrap h3 {
    font-size: 26px;
  }
}
/*# sourceMappingURL=main.css.map */