:root {
  --red: #B50000;
  --teal: #EF5767;
  --dark: #17223B;
  --white: #ffffff;
  --blue: #0028FF;
  --green: #03D987;
  --yellow: #FCA93E;
  --indigo: #94539E;
  --background: #FFFBFC;
  --dark-900: #020306;
  --dark-800: #06090F;
  --dark-700: #0C111E;
  --dark-600: #111A2C;
  --dark-400: #454E62;
  --dark-300: #747A89;
  --dark-200: #A2A7B1;
  --dark-100: #D1D3D8;
  --dark-50: #E8E9EC;
  --dark-25: #F3F4F6;
  --red-900: #520000;
  --red-800: #B50000;
  --red-700: #DC0000;
  --red-600: #E12D21;
  --red-500: #FF1E1E;
  --red-400: #FF5353;
  --red-300: #FF9292;
  --red-200: #FFBFBF;
  --red-100: #FFDCDC;
  --red-50: #FFEFEF;
  --red-25: #FFF7F8;
  --blue-900: #00041A;
  --blue-800: #000A40;
  --blue-700: #001480;
  --blue-600: #001EBF;
  --blue-400: #3353FF;
  --blue-300: #667EFF;
  --blue-200: #99A9FF;
  --blue-100: #CCD4FF;
  --blue-50: #E6EAFF;
  --blue-25: #F3F4FF;
  --green-900: #00160E;
  --green-800: #013622;
  --green-700: #026D44;
  --green-600: #02A365;
  --green-400: #35E19F;
  --green-300: #68E8B7;
  --green-200: #9AF0CF;
  --green-100: #CDF7E7;
  --green-50: #E6FCF4;
  --green-25: #F3FEFA;
  --indigo-900: #0F0810;
  --indigo-800: #251528;
  --indigo-700: #4A2A4F;
  --indigo-600: #6F3E77;
  --indigo-400: #A975B1;
  --indigo-300: #BF98C5;
  --indigo-200: #D4BAD8;
  --indigo-100: #EADDEC;
  --indigo-50: #F5EEF6;
  --indigo-25: #FAF7FB;
  --teal-900: #021318;
  --teal-800: #05303C;
  --teal-700: #096077;
  --teal-600: #0E90B3;
  --teal-400: #41CDF1;
  --teal-300: #71D9F5;
  --teal-200: #A0E6F8;
  --teal-100: #D0F2FC;
  --teal-50: #E8F9FE;
  --teal-25: #F3FCFF;
  --yellow-900: #191106;
  --yellow-800: #3F2A10;
  --yellow-700: #7E551F;
  --yellow-600: #BD7F2F;
  --yellow-400: #FDBA65;
  --yellow-300: #FDCB8B;
  --yellow-200: #FEDDB2;
  --yellow-100: #FEEED8;
  --yellow-50: #FFF7EC;
  --yellow-25: #FFFBF6;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* BEGIN DS 01 Spacing & Elevation */
.s-m-0 {
  margin: 0 !important;
}
.s-mt-0 {
  margin-top: 0 !important;
}
.s-mr-0 {
  margin-right: 0 !important;
}
.s-mb-0 {
  margin-bottom: 0 !important;
}
.s-ml-0 {
  margin-left: 0 !important;
}
.s-m-2 {
  margin: 2px !important;
}
.s-mt-2 {
  margin-top: 2px !important;
}
.s-mr-2 {
  margin-right: 2px !important;
}
.s-mb-2 {
  margin-bottom: 2px !important;
}
.s-ml-2 {
  margin-left: 2px !important;
}
.s-m-4 {
  margin: 4px !important;
}
.s-mt-4 {
  margin-top: 4px !important;
}
.s-mr-4 {
  margin-right: 4px !important;
}
.s-mb-4 {
  margin-bottom: 4px !important;
}
.s-ml-4 {
  margin-left: 4px !important;
}
.s-m-6 {
  margin: 6px !important;
}
.s-mt-6 {
  margin-top: 6px !important;
}
.s-mr-6 {
  margin-right: 6px !important;
}
.s-mb-6 {
  margin-bottom: 6px !important;
}
.s-ml-6 {
  margin-left: 6px !important;
}
.s-m-8 {
  margin: 8px !important;
}
.s-mt-8 {
  margin-top: 8px !important;
}
.s-mr-8 {
  margin-right: 8px !important;
}
.s-mb-8 {
  margin-bottom: 8px !important;
}
.s-ml-8 {
  margin-left: 8px !important;
}
.s-m-12 {
  margin: 12px !important;
}
.s-mt-12 {
  margin-top: 12px !important;
}
.s-mr-12 {
  margin-right: 12px !important;
}
.s-mb-12 {
  margin-bottom: 12px !important;
}
.s-ml-12 {
  margin-left: 12px !important;
}
.s-m-16 {
  margin: 16px !important;
}
.s-mt-16 {
  margin-top: 16px !important;
}
.s-mr-16 {
  margin-right: 16px !important;
}
.s-mb-16 {
  margin-bottom: 16px !important;
}
.s-ml-16 {
  margin-left: 16px !important;
}
.s-m-20 {
  margin: 20px !important;
}
.s-mt-20 {
  margin-top: 20px !important;
}
.s-mr-20 {
  margin-right: 20px !important;
}
.s-mb-20 {
  margin-bottom: 20px !important;
}
.s-ml-20 {
  margin-left: 20px !important;
}
.s-m-24 {
  margin: 24px !important;
}
.s-mt-24 {
  margin-top: 24px !important;
}
.s-mr-24 {
  margin-right: 24px !important;
}
.s-mb-24 {
  margin-bottom: 24px !important;
}
.s-ml-24 {
  margin-left: 24px !important;
}
.s-m-32 {
  margin: 32px !important;
}
.s-mt-32 {
  margin-top: 32px !important;
}
.s-mr-32 {
  margin-right: 32px !important;
}
.s-mb-32 {
  margin-bottom: 32px !important;
}
.s-ml-32 {
  margin-left: 32px !important;
}
.s-m-48 {
  margin: 48px !important;
}
.s-mt-48 {
  margin-top: 48px !important;
}
.s-mr-48 {
  margin-right: 48px !important;
}
.s-mb-48 {
  margin-bottom: 48px !important;
}
.s-ml-48 {
  margin-left: 48px !important;
}
.s-m-56 {
  margin: 56px !important;
}
.s-mt-56 {
  margin-top: 56px !important;
}
.s-mr-56 {
  margin-right: 56px !important;
}
.s-mb-56 {
  margin-bottom: 56px !important;
}
.s-ml-56 {
  margin-left: 56px !important;
}
.s-m-64 {
  margin: 64px !important;
}
.s-mt-64 {
  margin-top: 64px !important;
}
.s-mr-64 {
  margin-right: 64px !important;
}
.s-mb-64 {
  margin-bottom: 64px !important;
}
.s-ml-64 {
  margin-left: 64px !important;
}
.s-m-96 {
  margin: 96px !important;
}
.s-mt-96 {
  margin-top: 96px !important;
}
.s-mr-96 {
  margin-right: 96px !important;
}
.s-mb-96 {
  margin-bottom: 96px !important;
}
.s-ml-96 {
  margin-left: 96px !important;
}
.s-m-128 {
  margin: 128px !important;
}
.s-mt-128 {
  margin-top: 128px !important;
}
.s-mr-128 {
  margin-right: 128px !important;
}
.s-mb-128 {
  margin-bottom: 128px !important;
}
.s-ml-128 {
  margin-left: 128px !important;
}
.s-m-160 {
  margin: 160px !important;
}
.s-mt-160 {
  margin-top: 160px !important;
}
.s-mr-160 {
  margin-right: 160px !important;
}
.s-mb-160 {
  margin-bottom: 160px !important;
}
.s-ml-160 {
  margin-left: 160px !important;
}
.s-p-0 {
  padding: 0 !important;
}
.s-pt-0 {
  padding-top: 0 !important;
}
.s-pr-0 {
  padding-right: 0 !important;
}
.s-pb-0 {
  padding-bottom: 0 !important;
}
.s-pl-0 {
  padding-left: 0 !important;
}
.s-p-2 {
  padding: 2px !important;
}
.s-pt-2 {
  padding-top: 2px !important;
}
.s-pr-2 {
  padding-right: 2px !important;
}
.s-pb-2 {
  padding-bottom: 2px !important;
}
.s-pl-2 {
  padding-left: 2px !important;
}
.s-p-4 {
  padding: 4px !important;
}
.s-pt-4 {
  padding-top: 4px !important;
}
.s-pr-4 {
  padding-right: 4px !important;
}
.s-pb-4 {
  padding-bottom: 4px !important;
}
.s-pl-4 {
  padding-left: 4px !important;
}
.s-p-6 {
  padding: 6px !important;
}
.s-pt-6 {
  padding-top: 6px !important;
}
.s-pr-6 {
  padding-right: 6px !important;
}
.s-pb-6 {
  padding-bottom: 6px !important;
}
.s-pl-6 {
  padding-left: 6px !important;
}
.s-p-8 {
  padding: 8px !important;
}
.s-pt-8 {
  padding-top: 8px !important;
}
.s-pr-8 {
  padding-right: 8px !important;
}
.s-pb-8 {
  padding-bottom: 8px !important;
}
.s-pl-8 {
  padding-left: 8px !important;
}
.s-p-12 {
  padding: 12px !important;
}
.s-pt-12 {
  padding-top: 12px !important;
}
.s-pr-12 {
  padding-right: 12px !important;
}
.s-pb-12 {
  padding-bottom: 12px !important;
}
.s-pl-12 {
  padding-left: 12px !important;
}
.s-p-16 {
  padding: 16px !important;
}
.s-pt-16 {
  padding-top: 16px !important;
}
.s-pr-16 {
  padding-right: 16px !important;
}
.s-pb-16 {
  padding-bottom: 16px !important;
}
.s-pl-16 {
  padding-left: 16px !important;
}
.s-p-20 {
  padding: 20px !important;
}
.s-pt-20 {
  padding-top: 20px !important;
}
.s-pr-20 {
  padding-right: 20px !important;
}
.s-pb-20 {
  padding-bottom: 20px !important;
}
.s-pl-20 {
  padding-left: 20px !important;
}
.s-p-24 {
  padding: 24px !important;
}
.s-pt-24 {
  padding-top: 24px !important;
}
.s-pr-24 {
  padding-right: 24px !important;
}
.s-pb-24 {
  padding-bottom: 24px !important;
}
.s-pl-24 {
  padding-left: 24px !important;
}
.s-p-32 {
  padding: 32px !important;
}
.s-pt-32 {
  padding-top: 32px !important;
}
.s-pr-32 {
  padding-right: 32px !important;
}
.s-pb-32 {
  padding-bottom: 32px !important;
}
.s-pl-32 {
  padding-left: 32px !important;
}
.s-p-48 {
  padding: 48px !important;
}
.s-pt-48 {
  padding-top: 48px !important;
}
.s-pr-48 {
  padding-right: 48px !important;
}
.s-pb-48 {
  padding-bottom: 48px !important;
}
.s-pl-48 {
  padding-left: 48px !important;
}
.s-p-56 {
  padding: 56px !important;
}
.s-pt-56 {
  padding-top: 56px !important;
}
.s-pr-56 {
  padding-right: 56px !important;
}
.s-pb-56 {
  padding-bottom: 56px !important;
}
.s-pl-56 {
  padding-left: 56px !important;
}
.s-p-64 {
  padding: 64px !important;
}
.s-pt-64 {
  padding-top: 64px !important;
}
.s-pr-64 {
  padding-right: 64px !important;
}
.s-pb-64 {
  padding-bottom: 64px !important;
}
.s-pl-64 {
  padding-left: 64px !important;
}
.s-p-96 {
  padding: 96px !important;
}
.s-pt-96 {
  padding-top: 96px !important;
}
.s-pr-96 {
  padding-right: 96px !important;
}
.s-pb-96 {
  padding-bottom: 96px !important;
}
.s-pl-96 {
  padding-left: 96px !important;
}
.s-p-128 {
  padding: 128px !important;
}
.s-pt-128 {
  padding-top: 128px !important;
}
.s-pr-128 {
  padding-right: 128px !important;
}
.s-pb-128 {
  padding-bottom: 128px !important;
}
.s-pl-128 {
  padding-left: 128px !important;
}
.s-p-160 {
  padding: 160px !important;
}
.s-pt-160 {
  padding-top: 160px !important;
}
.s-pr-160 {
  padding-right: 160px !important;
}
.s-pb-160 {
  padding-bottom: 160px !important;
}
.s-pl-160 {
  padding-left: 160px !important;
}
.shadow-card-01 {
  box-shadow: 0px 2px 12px rgba(0, 31, 62, 0.05);
}
.shadow-light-02 {
  box-shadow: 3px 3px 7px rgba(20, 34, 69, 0.02);
}
.shadow-light-03 {
  box-shadow: 4px 4px 12px rgba(20, 34, 69, 0.1);
}
/* END DS 01 Spacing & Elevation */
/* End DS 02 Typography */
.c-red {
  color: var(--red) !important
}
.c-teal {
  color: var(--teal) !important
}
.c-dark {
  color: var(--dark) !important
}
.c-white {
  color: var(--white) !important
}
.c-blue {
  color: var(--blue) !important
}
.c-green {
  color: var(--green) !important
}
.c-yellow {
  color: var(--yellow) !important
}
.c-indigo {
  color: var(--indigo) !important
}
.c-red-900 {
  color: var(--red-900) !important
}
.c-red-800 {
  color: var(--red-800) !important
}
.c-red-700 {
  color: var(--red-700) !important
}
.c-red-600 {
  color: var(--red-600) !important
}
.c-red-400 {
  color: var(--red-400) !important
}
.c-red-300 {
  color: var(--red-300) !important
}
.c-red-200 {
  color: var(--red-200) !important
}
.c-red-100 {
  color: var(--red-100) !important
}
.c-red-50 {
  color: var(--red-50) !important
}
.c-red-25 {
  color: var(--red-25) !important
}
.c-teal-900 {
  color: var(--teal-900) !important
}
.c-teal-800 {
  color: var(--teal-800) !important
}
.c-teal-700 {
  color: var(--teal-700) !important
}
.c-teal-600 {
  color: var(--teal-600) !important
}
.c-teal-400 {
  color: var(--teal-400) !important
}
.c-teal-300 {
  color: var(--teal-300) !important
}
.c-teal-200 {
  color: var(--teal-200) !important
}
.c-teal-100 {
  color: var(--teal-100) !important
}
.c-teal-50 {
  color: var(--teal-50) !important
}
.c-teal-25 {
  color: var(--teal-25) !important
}
.c-dark-900 {
  color: var(--dark-900) !important
}
.c-dark-800 {
  color: var(--dark-800) !important
}
.c-dark-700 {
  color: var(--dark-700) !important
}
.c-dark-600 {
  color: var(--dark-600) !important
}
.c-dark-400 {
  color: var(--dark-400) !important
}
.c-dark-300 {
  color: var(--dark-300) !important
}
.c-dark-200 {
  color: var(--dark-200) !important
}
.c-dark-100 {
  color: var(--dark-100) !important
}
.c-dark-50 {
  color: var(--dark-50) !important
}
.c-dark-25 {
  color: var(--dark-25) !important
}
.c-blue-900 {
  color: var(--blue-900) !important
}
.c-blue-800 {
  color: var(--blue-800) !important
}
.c-blue-700 {
  color: var(--blue-700) !important
}
.c-blue-600 {
  color: var(--blue-600) !important
}
.c-blue-400 {
  color: var(--blue-400) !important
}
.c-blue-300 {
  color: var(--blue-300) !important
}
.c-blue-200 {
  color: var(--blue-200) !important
}
.c-blue-100 {
  color: var(--blue-100) !important
}
.c-blue-50 {
  color: var(--blue-50) !important
}
.c-blue-25 {
  color: var(--blue-25) !important
}
.c-green-900 {
  color: var(--green-900) !important
}
.c-green-800 {
  color: var(--green-800) !important
}
.c-green-700 {
  color: var(--green-700) !important
}
.c-green-600 {
  color: var(--green-600) !important
}
.c-green-400 {
  color: var(--green-400) !important
}
.c-green-300 {
  color: var(--green-300) !important
}
.c-green-200 {
  color: var(--green-200) !important
}
.c-green-100 {
  color: var(--green-100) !important
}
.c-green-50 {
  color: var(--green-50) !important
}
.c-green-25 {
  color: var(--green-25) !important
}
.c-indigo-900 {
  color: var(--indigo-900) !important
}
.c-indigo-800 {
  color: var(--indigo-800) !important
}
.c-indigo-700 {
  color: var(--indigo-700) !important
}
.c-indigo-600 {
  color: var(--indigo-600) !important
}
.c-indigo-400 {
  color: var(--indigo-400) !important
}
.c-indigo-300 {
  color: var(--indigo-300) !important
}
.c-indigo-200 {
  color: var(--indigo-200) !important
}
.c-indigo-100 {
  color: var(--indigo-100) !important
}
.c-indigo-50 {
  color: var(--indigo-50) !important
}
.c-indigo-25 {
  color: var(--indigo-25) !important
}
.c-teal-900 {
  color: var(--teal-900) !important
}
.c-teal-800 {
  color: var(--teal-800) !important
}
.c-teal-700 {
  color: var(--teal-700) !important
}
.c-teal-600 {
  color: var(--teal-600) !important
}
.c-teal-400 {
  color: var(--teal-400) !important
}
.c-teal-300 {
  color: var(--teal-300) !important
}
.c-teal-200 {
  color: var(--teal-200) !important
}
.c-teal-100 {
  color: var(--teal-100) !important
}
.c-teal-50 {
  color: var(--teal-50) !important
}
.c-teal-25 {
  color: var(--teal-25) !important
}
.c-yellow-900 {
  color: var(--yellow-900) !important
}
.c-yellow-800 {
  color: var(--yellow-800) !important
}
.c-yellow-700 {
  color: var(--yellow-700) !important
}
.c-yellow-600 {
  color: var(--yellow-600) !important
}
.c-yellow-400 {
  color: var(--yellow-400) !important
}
.c-yellow-300 {
  color: var(--yellow-300) !important
}
.c-yellow-200 {
  color: var(--yellow-200) !important
}
.c-yellow-100 {
  color: var(--yellow-100) !important
}
.c-yellow-50 {
  color: var(--yellow-50) !important
}
.c-yellow-25 {
  color: var(--yellow-25) !important
}
.bg-red {
  background-color: var(--red) !important
}
.bg-teal {
  background-color: var(--teal) !important
}
.bg-dark {
  background-color: var(--dark) !important
}
.bg-white {
  background-color: var(--white) !important
}
.bg-blue {
  background-color: var(--blue) !important
}
.bg-green {
  background-color: var(--green) !important
}
.bg-yellow {
  background-color: var(--yellow) !important
}
.bg-indigo {
  background-color: var(--indigo) !important
}
.bg-gradient {
  background: linear-gradient(270deg, #0028FF 0%, #EF5767 100%);
}
.bg-background {
  background-color: var(--background) !important
}
.bg-red-900 {
  background-color: var(--red-900) !important
}
.bg-red-800 {
  background-color: var(--red-800) !important
}
.bg-red-700 {
  background-color: var(--red-700) !important
}
.bg-red-600 {
  background-color: var(--red-600) !important
}
.bg-red-400 {
  background-color: var(--red-400) !important
}
.bg-red-300 {
  background-color: var(--red-300) !important
}
.bg-red-200 {
  background-color: var(--red-200) !important
}
.bg-red-100 {
  background-color: var(--red-100) !important
}
.bg-red-50 {
  background-color: var(--red-50) !important
}
.bg-red-25 {
  background-color: var(--red-25) !important
}
.bg-teal-900 {
  background-color: var(--teal-900) !important
}
.bg-teal-800 {
  background-color: var(--teal-800) !important
}
.bg-teal-700 {
  background-color: var(--teal-700) !important
}
.bg-teal-600 {
  background-color: var(--teal-600) !important
}
.bg-teal-400 {
  background-color: var(--teal-400) !important
}
.bg-teal-300 {
  background-color: var(--teal-300) !important
}
.bg-teal-200 {
  background-color: var(--teal-200) !important
}
.bg-teal-100 {
  background-color: var(--teal-100) !important
}
.bg-teal-50 {
  background-color: var(--teal-50) !important
}
.bg-teal-25 {
  background-color: var(--teal-25) !important
}
.bg-dark-900 {
  background-color: var(--dark-900) !important
}
.bg-dark-800 {
  background-color: var(--dark-800) !important
}
.bg-dark-700 {
  background-color: var(--dark-700) !important
}
.bg-dark-600 {
  background-color: var(--dark-600) !important
}
.bg-dark-400 {
  background-color: var(--dark-400) !important
}
.bg-dark-300 {
  background-color: var(--dark-300) !important
}
.bg-dark-200 {
  background-color: var(--dark-200) !important
}
.bg-dark-100 {
  background-color: var(--dark-100) !important
}
.bg-dark-50 {
  background-color: var(--dark-50) !important
}
.bg-dark-25 {
  background-color: var(--dark-25) !important
}
.bg-blue-900 {
  background-color: var(--blue-900) !important
}
.bg-blue-800 {
  background-color: var(--blue-800) !important
}
.bg-blue-700 {
  background-color: var(--blue-700) !important
}
.bg-blue-600 {
  background-color: var(--blue-600) !important
}
.bg-blue-400 {
  background-color: var(--blue-400) !important
}
.bg-blue-300 {
  background-color: var(--blue-300) !important
}
.bg-blue-200 {
  background-color: var(--blue-200) !important
}
.bg-blue-100 {
  background-color: var(--blue-100) !important
}
.bg-blue-50 {
  background-color: var(--blue-50) !important
}
.bg-blue-25 {
  background-color: var(--blue-25) !important
}
.bg-green-900 {
  background-color: var(--green-900) !important
}
.bg-green-800 {
  background-color: var(--green-800) !important
}
.bg-green-700 {
  background-color: var(--green-700) !important
}
.bg-green-600 {
  background-color: var(--green-600) !important
}
.bg-green-400 {
  background-color: var(--green-400) !important
}
.bg-green-300 {
  background-color: var(--green-300) !important
}
.bg-green-200 {
  background-color: var(--green-200) !important
}
.bg-green-100 {
  background-color: var(--green-100) !important
}
.bg-green-50 {
  background-color: var(--green-50) !important
}
.bg-green-25 {
  background-color: var(--green-25) !important
}
.bg-yellow-900 {
  background-color: var(--yellow-900) !important
}
.bg-yellow-800 {
  background-color: var(--yellow-800) !important
}
.bg-yellow-700 {
  background-color: var(--yellow-700) !important
}
.bg-yellow-600 {
  background-color: var(--yellow-600) !important
}
.bg-yellow-400 {
  background-color: var(--yellow-400) !important
}
.bg-yellow-300 {
  background-color: var(--yellow-300) !important
}
.bg-yellow-200 {
  background-color: var(--yellow-200) !important
}
.bg-yellow-100 {
  background-color: var(--yellow-100) !important
}
.bg-yellow-50 {
  background-color: var(--yellow-50) !important
}
.bg-yellow-25 {
  background-color: var(--yellow-25) !important
}
.bg-indigo-900 {
  background-color: var(--indigo-900) !important
}
.bg-indigo-800 {
  background-color: var(--indigo-800) !important
}
.bg-indigo-700 {
  background-color: var(--indigo-700) !important
}
.bg-indigo-600 {
  background-color: var(--indigo-600) !important
}
.bg-indigo-400 {
  background-color: var(--indigo-400) !important
}
.bg-indigo-300 {
  background-color: var(--indigo-300) !important
}
.bg-indigo-200 {
  background-color: var(--indigo-200) !important
}
.bg-indigo-100 {
  background-color: var(--indigo-100) !important
}
.bg-indigo-50 {
  background-color: var(--indigo-50) !important
}
.bg-indigo-25 {
  background-color: var(--indigo-25) !important
}
.gap-0 {
  gap: 0
}
.gap-1 {
  gap: .25rem
}
.gap-12 {
  gap: 3rem
}
.gap-16 {
  gap: 4rem
}
.gap-2 {
  gap: .5rem
}
.gap-3 {
  gap: .75rem
}
.gap-4 {
  gap: 1rem
}
.gap-5 {
  gap: 1.25rem
}
.gap-6 {
  gap: 1.5rem
}
.gap-8 {
  gap: 2rem
}
.gap-x-1 {
  -moz-column-gap: .25rem;
  column-gap: .25rem
}
.gap-x-1\.5 {
  -moz-column-gap: .375rem;
  column-gap: .375rem
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem
}
.gap-x-12 {
  -moz-column-gap: 3rem;
  column-gap: 3rem
}
.gap-x-3 {
  -moz-column-gap: .75rem;
  column-gap: .75rem
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem
}
.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem
}
.gap-y-10 {
  row-gap: 2.5rem
}
.gap-y-12 {
  row-gap: 3rem
}
.gap-y-3 {
  row-gap: .75rem
}
.gap-y-4 {
  row-gap: 1rem
}
.gap-y-5 {
  row-gap: 1.25rem
}
.gap-y-6 {
  row-gap: 1.5rem
}
.gap-y-8 {
  row-gap: 2rem
}
.t-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-overflow-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z-index-10 {
  z-index: 10
}
.t-align-center {
  text-align: center
}
.t-align-left {
  text-align: left
}
.t-align-right {
  text-align: right
}
.h-34 {
  height: 34px !important
}
.h-36 {
  height: 36px !important
}
.h-40 {
  height: 40px !important
}
.h-48 {
  height: 48px !important
}
.lh-normal {
  line-height: normal
}
.lh-18 {
  line-height: 18px !important
}
.position-relative {
  position: relative;
}
.border-radius-4 {
  border-radius: 4px
}
.border-radius-8 {
  border-radius: 8px
}
.show {
  display: block !important;
}
/* Begin DS 03 Bottons */
a {
  color: var(--red)
}
a:hover {
  color: var(--red-900);
  text-decoration: none !important
}
.title-main-link {
  color: var(--dark) !important;
}
.title-main-link:hover {
  color: var(--red) !important;
}
/* End DS 03 Bottons */
/*Overview*/
.h-100 {
  height: 100% !important;
}
.w-100 {
  width: 100% !important;
}
.wrapper {
  height: 100vh;
  width: 100%;
}
.top-background {
  background-image: url("../images/background-pattern.svg");
  background-repeat: no-repeat;
  background-position: center -20px;
  background-size: 60%;
}
.box-header-fix.show {
  display: block !important
}
.box-header {
  width: 100%;
  padding: 24px 0 0 0;
  z-index: 9999;
  position: absolute;
}
.header {
  color: var(--light-4);
}
.box-header .header .logo img {
  height: 72px;
  float: left;
}
.box-header.fix {
  background: var(--white);
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0px 2px 12px 0px rgba(0, 31, 62, 0.05);
}
.box-header.fix .header {
  height: 40px !important;
}
.box-header.fix .header .logo img {
  height: 40px;
  float: left;
}
.cta-top-menu {
  align-items: center;
  display: none;
}
.menu-link {
  margin: 0;
  align-items: center;
}
.w-mo {
  display: none
}
.menu-link li {}
.menu-link li a {
  color: var(--white);
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.menu-link a:hover, .menu-link a.active {
  color: #059FF5
}
/* menu button */
.menuBtn {
  height: 64px;
  width: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 101;
  padding: 0;
  display: none;
}
.menuBtn .text-menu {
  color: var(--dark);
  text-decoration: none;
  width: 60px;
  text-align: center;
  display: block;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 700;
}
.menuBtn:hover .text-menu {
  text-decoration: none !important
}
.menuBtn .lines {
  background-color: var(--dark);
  border-radius: 1px;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -15px;
  transition: height 100ms;
}
.menuBtn .lines:after, .menuBtn .lines:before {
  content: '';
  background-color: var(--dark);
  border-radius: 1px;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all 200ms;
}
.menuBtn .lines:after {
  top: -10px;
}
.menuBtn .lines:before {
  bottom: -10px;
}
.menuBtn.act {
  background-color: var(--red)
}
.menuBtn.act span {
  height: 0;
}
.menuBtn.act .lines:after, .menuBtn.act .lines:before {
  background-color: var(--white);
  top: 1px;
}
.menuBtn.act .lines:after {
  transform: rotate(45deg);
}
.menuBtn.act .lines:before {
  transform: rotate(-45deg);
}
.list-avatar {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.showcase {
  /*background: linear-gradient(49deg, #040A2A 0%, #070E56 55%, #0E1476 100%);*/
  height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/genai-summit-2024.png);
}
.background-left-bottom-showcase {
  position: absolute;
  width: 296px;
  height: 344px;
  bottom: 0;
  left: 0;
  background-image: url(../images/background-left-bottom-showcase.png);
  z-index: 1;
}
.block-showcase-content {
  position: relative;
  z-index: 999;
}
.title-logo-top{
  margin-bottom: 76px;
  margin-top: 54px;
  display: flex;
  flex-direction: row;
}
.img-logo-organizer{
  margin-right: 32px;;
}
.img-logo-organizer img{
  height: 48px;;
}
.title-header-showcase {
  margin-bottom: 46px;
  margin-top: 24px;
}
.title-header-showcase img {
  width: 556px;
}
.graphic-right-showcase {
  position: absolute;
  width: 1033px;
  height: 720px;
  bottom: 0;
  right: 0;
  /*background-image: url(../images/genai-summit-2024.png);*/
  z-index: 1;
}
.about-event {
  background-image: url(../images/about-background.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.about-event-top-right {
  position: absolute;
  width: 479px;
  height: 302px;
  top: 0px;
  right: 0px;
  background-image: url(../images/about-top-right.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0
}
.title-about-event {
  color: #ffffff;
  /* Display lg/Semibold */
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 24px;
  ;
}
.des-about-event {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  line-height: 150%;
  word-wrap: break-word;
  padding-right: 48px;
  position: relative;
  z-index: 99;
}
.des-about-event p {
  margin-bottom: 16px;
  line-height: 150%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.speakers {
  background: linear-gradient(180deg, rgba(0, 8, 44, 0) 0%, #00082C 46%, rgba(0, 8, 44, 0.30) 100%);
}
.speakers-title-header {
  color: #ffffff;
  /* Display lg/Semibold */
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 12px;
  text-align: center;
}
.speakers-title-header-sub {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--colors-text-text-tertiary-600, #FFFFFF);
  margin-bottom: 72px;
  text-align: center;
}
.item-speakers {
  position: relative;
  width: 100%;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background: rgba(53, 66, 185, 0.20);
  margin-bottom: 32px;
    cursor: pointer;
}
.item-speakers.more-speakers {
  height: 168px;
}
/*.item-speakers .speaker-left img{
  border-radius: 15px;
    height: 180px;
}*/
.speaker-left {
  background: linear-gradient(180deg, #8E8E8E 0%, #282828 100%);
  border-radius: 15px 0 0 15px;
}
.item-speakers .speaker-left img {
  border-radius: 15px 0 0 15px;
  height: 168px;
}
.speaker-right {
  width: -webkit-fill-available;
  display: flex;
  padding: 20px 24px 20px 36px;
  position: relative;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
}
.item-speakers.more-speakers .speaker-right {
  height: 100%;
    flex-direction: column;
    justify-content: center;
}
.full-name-speaker {
  color: #059FF5;
  font-size: 22px;
  font-weight: 700;
  word-wrap: break-word;
  margin-bottom: 12px;
}
.job-title {
  color: white;
  font-size: 14px;
  font-family: Poppins;
  font-style: italic;
  font-weight: 400;
  word-wrap: break-word;
    padding-left: 18px;
    margin: 0px;
}
.job-title li{
 list-style: disc;
}
.list-social {
  display: none;
  gap: 24px;
  flex-direction: row;
  opacity: 0.6;
  padding-top: 6px;
}
.agenda {}
.agenda-title-header {
  color: #ffffff;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 12px;
  text-align: center;
}
.agenda-title-top {}
.agenda-title-bottom {
  color: #059FF5;
}
.agenda-title-header-sub {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--colors-text-text-tertiary-600, #FFFFFF);
  margin-bottom: 72px;
    text-align: center;
    font-weight: 700;
    
}
.tabs-container {
  margin: 0 auto;
  overflow: hidden;
}
.tab-content > div {
  display: none;
}
.tab-content div.active {
  display: block;
}
.tabs-nav {
  margin: 0;
  font-weight: bold;
  text-align: center;
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px
}
.tabs-nav li {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  border: rgba(255, 255, 255, 0.35) solid 2px;
  border-radius: 99px;
}
.tabs-nav a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  width: max-content;
  padding: 16px 48px;
  display: block;
}
.tabs-nav li.active {
  border: #059FF5 solid 2px;
}
.tabs-nav li.active a {
  color: #059FF5
}
.tabs-nav li.active a:after {
  content: "";
  background: #ff0000;
}
.tab-content {
  width: 100%;
  padding: 0 0 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}
.agenda-group {
  background: #00082C;
  border-radius: 10px;
  padding: 24px 48px 0 48px;
  margin-bottom: 32px;
}
.title-agenda-group {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.60);
  padding-bottom: 16px;
  border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
}
.title-agenda-group h3 {
  color: #059FF5;
  font-size: 22px;
  font-weight: 700;
  word-wrap: break-word
}
.detail-agenda {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.80);
}
.sub-title-group-a {
  color: rgba(5 ,159, 245, 0.80);
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  word-wrap: break-word;
  margin: 8px 0;
}
.detail-agenda .item-agenda {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
}
.detail-agenda .item-agenda:hover {
  background: rgba(53, 66, 185, 0.20);
}
.detail-agenda .item-agenda .left-deail-a {
  width: 80%;
  display: flex;
  flex-direction: row;
}
.detail-agenda .item-agenda .left-deail-a .name-detail-a {
  width: 40%;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
    font-style: italic;
}
.detail-agenda .item-agenda .left-deail-a .who-detail-a {
  width: 60%;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word
}
.detail-agenda .item-agenda .right-deail-a {}
.get-the-tickets {
  background-image: url(../images/about-background.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.ticket-content {
  height: 380px;
  border-radius: 15px;
  background: #00082C;
  width: 100%;
  padding: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ticket-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ticket-name-event {
  color: white;
  font-size: 22px;
  font-family: Poppins;
  font-weight: 400;
  word-wrap: break-word
}
.ticket-uncharted {
  color: #059FF5;
  font-size: 42px;
  font-family: Poppins;
  font-weight: 700;
  word-wrap: break-word
}
.ticket-date {
  color: white;
  font-size: 32px;
  font-family: Poppins;
  font-weight: 700;
  word-wrap: break-word;
  margin-bottom: 40px;
}
.ticket-left a {
  width: fit-content
}
.ticket-right img {
  width: 460px;
  margin-top: -106px
}
.address {
  background: #00082C url(../images/background-address.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.address-content {
  height: 300px;
  border-radius: 15px;
  background: rgba(53, 66, 185, 0.20);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
.address-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 36px 40px;
  min-width:400px;
  width:360px
}
.address-right{
  width: calc(100% - 300px);
}

.address-name-event {
  color: white;
  font-size: 42px;
  font-family: Poppins;
  font-weight: 700;
  word-wrap: break-word
}
.address-des {
  color: white;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  margin-bottom: 36px;
}
.address-left a {
  width: fit-content
}
.address-right img {
  height: 300px
}
.organizer {
  background-image: url(../images/about-background.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.organizer-title-header {
  color: #ffffff;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 72px;
  text-align: center;
}
.organizer-title-top {}
.organizer-title-bottom {
  color: #059FF5;
}
.sku-organizer {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex
}
.item-organizer {
  width: 50%;
  color: white;
  align-self: stretch;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgba(53, 66, 185, 0.15);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex
}
.item-organizer .img-logo-organizer {
  height: 60px;
}
.partners {
  background-image: url(../images/about-background.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.partners-title-header {
  color: #ffffff;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 72px;
  text-align: center;
  display: flex;
    justify-content: center;
    gap: 8px;
}
.partners-title-top {}
.partners-title-bottom {
  color: #059FF5;
}
.title-name-partners{
  color: #059FF5;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 32px 0  12px 0 ;
  font-weight: 600;
}
.title-name-sponsor{
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 32px 0  12px 0 ;
  font-weight: 600;
  opacity: 0.7;
}
.list-partner-element {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px var(--spacing-6xl, 32px);
  flex-wrap: wrap;
}
.partners .partner-element {
  border-radius: 0.5625em;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.partners .partner-element img{
    width: 100%;
}
.events {
  background: #00082C;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.event-mobile {
  display: none;
}
.padding-event-content {
  padding: 0px
}
.event-content {
  width: 100%;
  height: 700px;
  justify-content: space-between;
  align-items: center;
  display: inline-flex
}
.event-01 {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  width: 50%;
}
.event-photo {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-image 0.5s linear;
}
.event-photo:hover {
  background-size: 110%;
  -webkit-animation: switch 5s infinite; /* Chrome, Safari, Opera */
  animation: switch 5s infinite;
}
.event-023 {
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
  width: 50%;
}
.event-02 {
  align-self: stretch;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}
.event-03 {
  align-self: stretch;
  flex: 1 1 0;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex
}
.event31 {
  width: 40%;
  min-width: 320px;
  align-self: stretch;
  padding: 40px 24px;
  background: linear-gradient(0deg, #00082C 0%, #00082C 100%), linear-gradient(0deg, rgba(53, 66, 185, 0.20) 0%, rgba(53, 66, 185, 0.20) 100%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex
}
.event32 {
  flex: 1 1 0;
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}
.event-title-header {
  color: #ffffff;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 24px;
}
.event-title-top {}
.event-title-bottom {
  color: #059FF5;
}
.event-title-header-sub {
  color: white;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word
}
.event-position {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 8, 44, 0) 0%, rgba(0, 8, 44, 0.74) 44%, #00082C 100%);
  left: 0;
  right: 0;
  bottom: 0px;
  padding: 48px 32px;
  text-align: center;
}
.event-position h3 {
  color: white;
  font-size: 22px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word
}
.event-position p {
  color: #059FF5;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  word-wrap: break-word
}
@-webkit-keyframes upAndDown {
  0% {
    transform: translateY(-10px)
  }
  50% {
    transform: translateY(0%)
  }
  100% {
    transform: translateY(-10px)
  }
}
.block-funtion {
  padding-top: 96px;
  padding-bottom: 96px;
}
.block-funtion-top {
  margin-bottom: 40px;
}
.title-link-funtion {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: var(--red);
  margin-bottom: 20px;
  text-align: center;
}
.title-header-main {
  color: var(--Primary-Red, #A00808);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 12px;
  z-index: 99;
  position: relative
}
.title-header-funtion {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  color: var(--dark);
  margin-bottom: 20px;
}
.text-sub-funtion {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: var(--dark-300)
}
.list-style-sku {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.avatar-sku {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2.5px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  margin-left: -8px;
}
.footer {}
.top-footer {
  display: flex;
  align-items: center;
  gap: var(--spacing-4xl, 32px);
  align-self: stretch;
  padding-top: 36px;
  padding-bottom: 36px;
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word
}
.right-icon-social {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: var(--spacing-3xl, 24px);
  margin-bottom: 0px
}
.footer .end-footer {
  padding: 24px 0;
}
.list-link-footer {
  display: flex;
  align-items: center;
  gap: var(--spacing-4xl, 16px);
  flex: 1 0 0;
}
.list-link-footer a {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.txt-rights-reserved {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--dark-300);
  text-align: left
}
.local-link-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 12px;
}


.ov-hide {
    overflow: hidden;
}
.box-popup-content {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	flex-direction: column-reverse;
	justify-content: space-around;
	align-items: center;
	background-color: rgba(20, 34, 69, 0.9);
}
.box-popup-content.show-p{
	display: flex !important
}
.dialog{
	position: relative;
    width: 960px;
    box-shadow: 4px 4px 12px rgba(20, 34, 69, 0.1);
    background: linear-gradient(175deg, #00082C 0%, #010C40 100%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 64px);
}

.profile-header{
	padding: 32px;
	display: flex;
	flex-direction: row;
}
.profile-img{
	border-radius: 15px;
	margin-right: 40px;
	width: 150px;
	height: 150px;
    background: linear-gradient(180deg, #8E8E8E 0%, #282828 100%);
}
.profile-name-popup{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.profile-name-title{
	color: #059FF5;
    font-size: 24px;
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 8px;
}
.profile-po-title{
	font-size: 14px;
	line-height: 1.4;	
	margin-bottom: 12px;
	 color: rgba(255,255,255,0.8);
	padding-bottom: 12px;
    font-style: italic;
}
.profile-co-link-social{
	font-size: 16px;
	color: var(--dark);
    display: flex;
    gap: 16px;
}
.profile-co-link-social a{
	font-size: 14px;
    color: var(--dark);
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 8px;
    background: rgba(255,255,255,0.1);
    float: left;
    border-radius: 100%;
}
.profile-co-link-social a:hover{
    background: rgba(255,255,255,0.2);
}
.profile-detail{
	padding: 16px 32px 16px 32px;
	font-size: 15px;
	line-height: 1.4;
    color: rgba(255,255,255,0.9);
    font-family: Poppins;
    font-weight: 400;
    word-wrap: break-word;
}
.profile-detail::before{
   content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin-top: -20px;
}

.profile-detail p{
	margin-bottom: 16px;
}

.profile-video{
	padding: 24px;	
}

.profile-video .name-video{
	padding: 8px 0 12px 0;
	text-align: center;
	color: var(--dark)
}
.btn-funtion-close{
	width: 48px;
	height: 48px;
	right: 8px;
	top: 8px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
    border-radius: 99px;
}
.btn-funtion-close:hover{
    background-color: rgba(255, 255, 255, 0.1);
}
.box-menu-fun .box-close-h {
   
}
@media (max-width: 1199.98px) {
  .full-name-speaker {
  }
  .menu-link {
    display: none !important
  }
  .event-mobile {
    display: flex
  }
  .event31 {
    display: none !important;
}
.agenda-group {
  background: #00082C;
  border-radius: 10px;
  padding: 24px 32px 0 32px;
  margin-bottom: 24px;
}
.detail-agenda .item-agenda .left-deail-a {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.detail-agenda .item-agenda .left-deail-a .name-detail-a {
  width: 100%;
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  font-weight: 400;
}
.detail-agenda .item-agenda .left-deail-a .who-detail-a {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}
.sku-organizer {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
  flex-direction: column;
}
.item-organizer {
  width: 100%;
  color: white;
  align-self: stretch;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 16px;
  display: inline-flex;
}
.events {
  padding-top: 64px;
  padding-bottom: 64px;
}

.ticket-content {
  height: auto;
  border-radius: 15px;
  background: #00082C;
  width: 100%;
  padding: 40px 24px 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}
.ticket-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.ticket-content .ticket-name-event {
  color: white;
  font-size: 22px;
  font-family: Poppins;
  font-weight: 400;
  word-wrap: break-word;
}
.ticket-uncharted {
  color: #059FF5;
  font-size: 26px;
  text-align: center;
}
.ticket-date {
  color: white;
  font-size: 22px;
  margin-bottom: 24px;
}
.ticket-right {
  width: 100%;
  margin-top: unset;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.ticket-right img {
  width: 300px;
  margin-top: unset;
  bottom: 0;
  right: 0;
}
.dialog {
  position: relative;
  width: 80%;
  box-shadow: 4px 4px 12px rgba(20, 34, 69, 0.1);
  background: linear-gradient(175deg, #00082C 0%, #010C40 100%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 64px);
}



}


@media (max-width: 767.98px) {
  .menu-link {
    display: none !important
  }
  .cta-top-menu {
    display: block !important;
  }
  .block-pading-respon {
    padding: 32px 0 !important;
  }
  .mobile-hide {
    display: none !important
  }
  .box-header {
    padding: 0;
  }
  .box-header.fix .header, .header {
    height: 40px !important;
    display: none;
  }
  .showcase {
    height: 780px;
    background: #09106a url("../images/genai-summit-2024-mobile.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
      background-size: 100%;
  }
  .background-left-bottom-showcase {
    width: 120px;
    height: 139.46px;
    background-size: 100%;
    top: 200px;
  }
  .block-showcase-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title-header-showcase {
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .title-logo-top{
    margin-bottom: 36px;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .img-logo-organizer{
    margin-right: 0px;;
  }
  .img-logo-organizer img{
    height:32px;;
  }
  .header.fix {
    position: fixed
  }
  .header .logo {
    height: 24px;
  }
  .header .logo img {
    height: 48px !important;
  }
  .menuBtn {
    display: block !important;
  }
  .block-funtion {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .title-header-showcase img {
    width: 100%;
  }
  .speakers-title-header {
    font-size: 32px;
    line-height: normal;
  }
  .speakers-title-header-sub {
    font-size: 14px;
    margin-bottom: 24px;
    text-align: center;
  }
  .item-speakers {
    margin-bottom: 12px;
  }
 .item-speakers.more-speakers {
        height: 120px;
    }
    
  .speaker-right {
    padding: 12px 12px 12px 16px;
    width: calc(100% - 120px)
  }
  .full-name-speaker {
    font-size: 16px;
    margin-bottom: 8px;
  }
    .job-title {
    font-size: 13px;
}
  .item-speakers .speaker-left img {
    height: 120px;
  }
  .title-about-event {
    font-size: 32px;
    line-height: normal;
  }
  .des-about-event {
    padding-right: 0;
  }
  .des-about-event p {
    margin-bottom: 32px;
  }
  .agenda-title-header {
    font-size: 32px;
    line-height: normal;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .tabs-nav a {
    padding: 12px 48px;
  }
  .agenda-group {
    padding: 16px 12px 0 12px;
    margin-bottom: 24px;
  }
  .detail-agenda .item-agenda {
    padding: 10px 8px;
  }
  .title-agenda-group h3 {
    font-size: 18px;
  }
  .sub-agenda-group {
    font-size: 14px;
  }
  .sub-title-group-a {
    font-size: 18px;
  }
  .detail-agenda {
    padding: 12px 0px;
  }
  .detail-agenda .item-agenda .left-deail-a {
    width: 70%;
    display: flex;
    flex-direction: column;
  }
  .detail-agenda .item-agenda .left-deail-a .name-detail-a {
    width: 100%;
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 400;
  }
  .detail-agenda .item-agenda .left-deail-a .who-detail-a {
    width: 100%;
    font-size: 14px;
    ;
    font-weight: 700;
  }
  .right-detail-a {
   font-size: 14px;
        width: 30%;
        text-align: right;
        padding-left: 12px;
  }
  .ticket-content {
    height: auto;
    border-radius: 15px;
    background: #00082C;
    width: 100%;
    padding: 40px 24px 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
  }
  .ticket-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  .ticket-content .ticket-name-event {
    color: white;
    font-size: 22px;
    font-family: Poppins;
    font-weight: 400;
    word-wrap: break-word;
  }
  .ticket-uncharted {
    color: #059FF5;
    font-size: 26px;
    text-align: center;
  }
  .ticket-date {
    color: white;
    font-size: 22px;
    margin-bottom: 24px;
  }
  .ticket-right {
    width: 100%;
    margin-top: unset;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }
  .ticket-right img {
    width: 300px;
    margin-top: unset;
    bottom: 0;
    right: 0;
  }
  .sku-organizer {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    display: inline-flex;
    flex-direction: column;
  }
  .organizer-title-header {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .item-organizer {
    width: 100%;
    color: white;
    align-self: stretch;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 16px;
    display: inline-flex;
  }
  .item-organizer p {
    font-size: 14px;
  }
  .partners-title-header {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 36px;
    text-align: center;
    flex-direction: column;
  }
  .partners .partner-element img {
    width: 100%
  }

  .event-mobile {
    display: flex
  }
  .event-content {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
  }
  .event-position {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 8, 44, 0) 0%, rgba(0, 8, 44, 0.74) 44%, #00082C 100%);
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 148px 24px 24px 24px;
    text-align: center;
    width: 100%;
  }
  .event-01 {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
    width: 100%;
  }
  .event-023 {
    align-self: stretch;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
    width: 100%;
    gap: 16px;
  }
  .event31 {
    display: none !important
  }
  .event-position h3 {
    font-size: 18px;
  }
  .padding-event-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .address-content {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .address-name-event {
    font-size: 32px;
  }
  .address-des {
    text-align: center
  }
  .address-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 24px 36px 24px;
    align-items: center;
    min-width: 100%;
    width: 100%;
  }
  .address-right {
    width: 100%;
  }
  .address-right img {
    height: unset;
    width: 100%;
  }
    

    .title-event-header{
		padding: 16px;
		font-weight: 700;
		font-size: 20px;
	}
.events-detail{
		padding:0 16px !important;
	}
.dialog.video .profile-video {
    padding: 12px !important;
}
	
.profile-header{
	padding:24px 24px 16px 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.profile-img{
	border-radius:15px;
	margin-right: 0px;
	margin-bottom: 16px;
	width: 152px;
	height: 152px;
    background: linear-gradient(180deg, #8E8E8E 0%, #282828 100%);
}
.profile-name-popup{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.profile-name-title{
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 8px;
}
.profile-po-title{
	font-size: 14px;
	line-height: 1.4;	
	margin-bottom: 12px;
	padding-bottom: 12px;
    text-align: left;
    padding-left: 20px;
}
 .profile-po-title li{
     list-style: disc;
}
.profile-co-link-social{
	font-size: 14px;
	color: var(--dark);
	text-align: center	
}
.profile-co-link-social a{
	font-size: 14px;
	color: var(--dark);
	text-align: center	
}
.profile-detail{
	padding: 32px 24px 24px 24px;
	font-size: 15px;
	line-height: 1.4;
}
.profile-detail p{
	margin-bottom: 16px;
	line-height: 1.5;
}
.profile-video{
	padding: 20px;
}
.btn-funtion-close{
	width: 24px;
	height: 24px;
	right: 16px;
	top: 16px;
	padding: 16px;
	position: absolute;
}

.box-solution{
	margin-top: 72px;	
}	
}
@media (max-width: 576px) {
  .block-pading-respon {
    padding: 32px 0 !important;
  }
  .mobile-hide {
    display: none !important
  }
  .box-header {
    padding: 0;
  }
  .box-header.fix .header, .header {
    height: 40px !important;
    display: none;
  }
  .showcase {
    height: 640px;
    background: #09106a url("../images/genai-summit-2024-mobile.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
      background-size: 100%;
  }
  .background-left-bottom-showcase {
    width: 120px;
    height: 139.46px;
    background-size: 100%;
    top: 200px;
  }
  .block-showcase-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title-header-showcase {
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .header.fix {
    position: fixed
  }
  .header .logo {
    height: 24px;
  }
  .header .logo img {
    height: 48px !important;
  }
  .menuBtn {
    display: block !important;
  }
  .block-funtion {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .title-header-showcase img {
    width: 100%;
  }
  .speakers-title-header {
    font-size: 32px;
    line-height: normal;
  }
  .speakers-title-header-sub {
    font-size: 14px;
    margin-bottom: 24px;
    text-align: center;
  }
  .item-speakers {
    margin-bottom: 12px;
  }
 .item-speakers.more-speakers {
        height: 120px;
    }
    
  .speaker-right {
    padding: 12px 12px 12px 16px;
    width: calc(100% - 120px)
  }
  .full-name-speaker {
    font-size: 16px;
    margin-bottom: 8px;
  }
    .job-title {
    font-size: 13px;
}
  .item-speakers .speaker-left img {
    height: 120px;
  }
  .title-about-event {
    font-size: 32px;
    line-height: normal;
  }
  .des-about-event {
    padding-right: 0;
  }
  .des-about-event p {
    margin-bottom: 32px;
  }
  .agenda-title-header {
    font-size: 32px;
    line-height: normal;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .tabs-nav a {
    padding: 12px 48px;
  }
  .agenda-group {
    padding: 16px 12px 0 12px;
    margin-bottom: 24px;
  }
  .detail-agenda .item-agenda {
    padding: 10px 4px;
  }
  .title-agenda-group h3 {
    font-size: 18px;
  }
  .sub-agenda-group {
    font-size: 14px;
  }
  .sub-title-group-a {
    font-size: 18px;
  }
  .detail-agenda {
    padding: 12px 0px;
  }
  .detail-agenda .item-agenda .left-deail-a {
    width: 75%;
    display: flex;
    flex-direction: column;
  }
  .detail-agenda .item-agenda .left-deail-a .name-detail-a {
    width: 100%;
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 400;
  }
  .detail-agenda .item-agenda .left-deail-a .who-detail-a {
    width: 100%;
    font-size: 14px;
    ;
    font-weight: 700;
  }
  .right-detail-a {
   font-size: 14px;
        width: 25%;
        text-align: left;
        padding-left: 8px;
  }
  .ticket-content {
    height: auto;
    border-radius: 15px;
    background: #00082C;
    width: 100%;
    padding: 40px 24px 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
  }
  .ticket-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  .ticket-content .ticket-name-event {
    color: white;
    font-size: 22px;
    font-family: Poppins;
    font-weight: 400;
    word-wrap: break-word;
  }
  .ticket-uncharted {
    color: #059FF5;
    font-size: 26px;
    text-align: center;
  }
  .ticket-date {
    color: white;
    font-size: 22px;
    margin-bottom: 24px;
  }
  .ticket-right {
    width: 100%;
    margin-top: unset;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
  }
  .ticket-right img {
    width: 300px;
    margin-top: unset;
    bottom: 0;
    right: 0;
  }
  .sku-organizer {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    display: inline-flex;
    flex-direction: column;
  }
  .organizer-title-header {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .item-organizer {
    width: 100%;
    color: white;
    align-self: stretch;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 16px;
    display: inline-flex;
  }
  .item-organizer p {
    font-size: 14px;
  }
  .partners-title-header {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 36px;
    text-align: center;
  }
  .partners .partner-element img {
    width: 100%
  }
  .events {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .event-mobile {
    display: flex
  }
  .event-content {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
  }
  .event-position {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 8, 44, 0) 0%, rgba(0, 8, 44, 0.74) 44%, #00082C 100%);
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 148px 24px 24px 24px;
    text-align: center;
    width: 100%;
  }
  .event-01 {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
    width: 100%;
  }
  .event-023 {
    align-self: stretch;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
    width: 100%;
    gap: 16px;
  }
  .event31 {
    display: none !important
  }
  .event-position h3 {
    font-size: 18px;
  }
  .padding-event-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .address-content {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .address-name-event {
    font-size: 32px;
  }
  .address-des {
    text-align: center
  }
  .address-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 24px 36px 24px;
    align-items: center;
    min-width: 100%;
    width: 100%;
  }
  .address-right {
    width: 100%;
  }
  .address-right img {
    height: unset;
    width: 100%;
  }
    
 .dialog{
	background-color: var(--white);
        width: 100%;
        position: absolute;
        bottom: 0;
        top: 16px;
        height: 100%;
        max-height: unset;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
}
    .title-event-header{
		padding: 16px;
		font-weight: 700;
		font-size: 20px;
	}
.events-detail{
		padding:0 16px !important;
	}
.dialog.video .profile-video {
    padding: 12px !important;
}
	
.profile-header{
	padding:24px 24px 16px 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.profile-img{
	border-radius:15px;
	margin-right: 0px;
	margin-bottom: 16px;
	width: 152px;
	height: 152px;
    background: linear-gradient(180deg, #8E8E8E 0%, #282828 100%);
}
.profile-name-popup{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.profile-name-title{
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 8px;
}
.profile-po-title{
	font-size: 14px;
	line-height: 1.4;	
	margin-bottom: 12px;
	padding-bottom: 12px;
    text-align: left;
    padding-left: 20px;
}
 .profile-po-title li{
     list-style: disc;
}
.profile-co-link-social{
	font-size: 14px;
	color: var(--dark);
	text-align: center	
}
.profile-co-link-social a{
	font-size: 14px;
	color: var(--dark);
	text-align: center	
}
.profile-detail{
	padding: 32px 24px 24px 24px;
	font-size: 15px;
	line-height: 1.4;
}
.profile-detail p{
	margin-bottom: 16px;
	line-height: 1.5;
}
.profile-video{
	padding: 20px;
}
.btn-funtion-close{
	width: 24px;
	height: 24px;
	right: 16px;
	top: 16px;
	padding: 16px;
	position: absolute;
}

.box-solution{
	margin-top: 72px;	
}	
}
@media (max-width: 360px) {}