: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 */
/* Begin DS 02 Typography */
.t-header-bold-super-large {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-bold-large {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-bold-medium {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-bold-small {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-bold-xsmall {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-bold-tiny {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-medium-super-large {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-medium-large {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-medium-medium {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-medium-small {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-medium-xsmall {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-medium-tiny {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-regular-super-large {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-regular-large {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-regular-medium {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-regular-small {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-regular-xsmall {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: var(--dark);
}
.t-header-regular-tiny {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-bold-super-large {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-bold-large {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-bold-medium {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-bold-small {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-bold-xsmall {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-medium-super-large {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-medium-large {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-medium-medium {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-medium-small {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-medium-xsmall {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-regular-super-large {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-regular-large {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-regular-medium {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-regular-small {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: var(--dark);
}
.t-label-regular-xsmall {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  color: var(--dark);
}
.t-paragraph-bold-large {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: var(--dark);
}
.t-paragraph-blod-medium {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark);
}
.t-paragraph-blod-small {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: var(--dark);
}
.t-paragraph-medium-large {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: var(--dark);
}
.t-paragraph-medium-medium {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark);
}
.t-paragraph-medium-small {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--dark);
}
.t-paragraph-regular-large {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--dark);
}
.t-paragraph-regular-medium {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark);
}
.t-paragraph-regular-small {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--dark);
}
/* 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: 16px 0;
  z-index: 9999;
  position: relative;
}
.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(--dark);
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
.menu-link a:hover, .menu-link a.active {
  color: var(--red)
}
/* 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;
}
.title-header-showcase {
  color: var(--Primary-Black, #000);
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin-bottom: 16px;
}

.text-sub-info {
  color: var(--Primary-Red, #A00808);
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  margin-bottom: 64px;
}
.education {}
.title-absolute-education {
  position: absolute;
  left: 6px;
  top: -38px;
  color: var(--Red-50, #FFEFEF);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: var(--Red-100, #FFDCDC);
  font-family: Inter;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 70.313% */
  letter-spacing: -2.56px;
  z-index: 0;
    
}
.education-left-content {
  margin-top: 0px
}
.education-title-header {
  color: var(--Primary-Black, #000);
  /* Display lg/Semibold */
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 48px;
    position: relative;
    z-index: 99
}
.education-title-header-sub {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--colors-text-text-tertiary-600, #475467);
  margin-bottom: 32px
}
.education .img-benefits {
  padding-right: 32px;
}
.education-list {
  margin: 0;
}
.education-list {
  font-size: 20px;
  color: var(--dark);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column
}
.education-list li {
  font-size: 24px;
  color: var(--dark);
  margin-bottom: 16px;
  background-image: url(../images/check-line.svg);
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 36px;
  font-weight: 600;
  margin-right: 24px;
}
.research {
  background: var(--red-50);
}
@-webkit-keyframes upAndDown{
	0%{transform:translateY(-10px)}
	50%{transform:translateY(0%)}
	100%{transform:translateY(-10px)}
}

.research-polygon-1{
	position: absolute; left: 80%;width: 294px; z-index: 1; opacity: 1; margin-top: 600px;;
}
.research-polygon-2{
	position: absolute; right: 78%;  width: 294px; z-index: 1; opacity: 1;
	
}
.title-absolute-research {
  position: absolute;
  left: 6px;
  top: -38px;
  color: var(--red-100, #FFDCDC);
  font-family: Inter;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 70.313% */
  letter-spacing: -2.56px;
  z-index: 0;
}
.research-left-content {
  margin-top: 0px
}
.research-title-header {
  color: var(--dark);
  /* Display lg/Semibold */
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 48px;
}
.research-title-header-sub {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--colors-text-text-tertiary-600, #475467);
  margin-bottom: 32px
}
.item-research {
  position: relative;
  width: 100%;
}
.fe-content-rs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  z-index: 99;
  background: linear-gradient(180deg, rgba(220, 0, 0, 0.00) 0%, #A00808 86.5%);
  color: var(--white);
  height: 50%;
  display: flex;
  align-items: flex-end;
  -webkit-box-orient: vertical;
}
.fe-content-pj {
  overflow: hidden;
  color: var(--Primary-Light, #FFF);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block-pj-virx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-2xl, 20px);
  color: var(--Primary-Black, #000);
  /* Display xs/Semibold */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}
.rs-project {
  display: flex;
  min-width: 240px;
  align-items: flex-start;
  gap: var(--spacing-xl, 16px);
  align-self: stretch;
}
.pj-list-drug {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-4xl, 32px);
  flex: 1 0 0;
}
.our-team {}
.our-team-title-header {
  color: var(--Primary-Black, #000);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 24px;
    text-align: center;
}
.our-team-title-header-sub {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--colors-text-text-tertiary-600, #475467);
  margin-bottom: 32px;
    text-align: center
}
.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;
    
}
.tabs-nav li{
	padding: 20px 48px;
	display:inline-block;
	vertical-align:top;
    
}
.tabs-nav a{
	color:#000;
	text-decoration:none;
    width: max-content;
}
.tabs-nav li.active{border-bottom: var(--red) solid 2px;
}
.tabs-nav li.active a{ color:var(--red);
}
.tabs-nav li.active a:after{
    content: "";
    background: #ff0000;
}
.tab-content{
	width:100%;
	padding:48px 0 0 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow:hidden;    
    margin: -2px 0 0 0;
    border-top: 2px solid #F2F4F7;
}

.profile-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 24px;
	align-items: center;
    justify-content: flex-start;
}

.profile-item .box-avatar {
	width: 80%;
	margin-bottom: 24px;
}
.profile-item:hover .box-avatar {
	filter: grayscale(0);
}
.profile-item .profile-name {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 12px;
}
.profile-item .profile-title {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 16px;
}
.profile-item .profile-sub {
	color: var(--dark-300);
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 16px;
}

.community {}
.title-absolute-community {
  position: absolute;
  left: 6px;
  top: -38px;
  color: var(--Red-50, #FFEFEF);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: var(--Red-100, #FFDCDC);
  font-family: Inter;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 70.313% */
  letter-spacing: -2.56px;
  z-index: 0;
}
.community-left-content {
  margin-top: 0px
}
.community-title-header {
  color: var(--Primary-Black, #000);
  /* Display lg/Semibold */
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 48px;
}
.community-title-header-sub {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--colors-text-text-tertiary-600, #475467);
  margin-bottom: 32px
}
.community .img-benefits {
  padding-right: 32px;
}
.community-list {
  margin: 0;
}
.community-list {
  font-size: 20px;
  color: var(--dark);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column
}
.community-list li {
  display: flex;
  padding: var(--spacing-xl, 16px) 0px var(--spacing-xl, 16px) var(--spacing-3xl, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-2xl, 20px);
  align-self: stretch;
  border-left: 4px solid var(--Primary-Red, #A00808);
}
.community-list li h4 {
  color: var(--colors-text-text-primary-900, #101828);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 126.667% */
}
.community-list li p {
  color: var(--colors-text-text-tertiary-600, #475467);
  /* Text xl/Regular */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.news {
  background: var(--red-50);
}
.title-absolute-news {
  position: absolute;
  left: 6px;
  top: -38px;
  color: var(--red-100, #FFDCDC);
  font-family: Inter;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 70.313% */
  letter-spacing: -2.56px;
  z-index: 0;
}
.news-left-content {
  margin-top: 0px
}
.news-title-header {
  color: var(--dark);
  /* Display lg/Semibold */
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 48px;
}
.news-title-header-sub {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--colors-text-text-tertiary-600, #475467);
  margin-bottom: 32px
}
.tag-news {
  color: var(--red-500, #FF1E1E);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px; /* 142.857% */
}
.news-link-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: var(--dark-0);
  margin-bottom: 16px;
}
.news-link-des {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: var(--dark-1);
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  color: var(--Gray-600, #5B6B86);
  text-overflow: ellipsis;
}
.btn-showcase {
  width: fit-content
}
.stroke-showcase {
  margin-left: -136px;
  margin-top: 26px;
  width: 161px;
  height: 99px;
}
.stroke-showcase img {
  width: 100%;
}
.innovative {
  background: #F3F4FF url("../images/bg-innovative-ai-at-your-fingertips.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.partners {
  background: #ffffff
}
.partners .partner-element {
  border-radius: 0.5625em;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 12px;
}
.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 img {
  height: 72px;
}
.partners .partner-element.small img {
  height: 48px;
}
.txt-partners {
  color: #5B6B86;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px
}
@-webkit-keyframes upAndDown {
  0% {
    transform: translateY(-10px)
  }
  50% {
    transform: translateY(0%)
  }
  100% {
    transform: translateY(-10px)
  }
}
.innovative-polygon-1 {
  position: absolute;
  left: 80%;
  top: 72px;
  width: 193px;
  z-index: 1;
  opacity: 0.1;
  animation: upAndDown .7s ease infinite;
}
.innovative-polygon-2 {
  position: absolute;
  right: 78%;
  bottom: 72px;
  width: 120px;
  z-index: 1;
  opacity: 0.1;
  animation: upAndDown .9s ease infinite;
}
.innovative-polygon-1 img, .innovative-polygon-2 img {
  width: 100%
}
.block-cta-main {
  padding: 0;
  margin-bottom: -120px;
  overflow: hidden;
}
.cta-main-block {
  border-radius: 24px;
  background: linear-gradient(270deg, #0028FF 0%, #EF5767 100%);
  padding: 40px 32px;
  display: flex;
  justify-content: center;
  position: relative;
}
.cta-main-block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  z-index: 1
}
.cta-main-block::after {
  background-image: url("../images/bg-ornament.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  width: 398px;
  height: 300px;
  content: '';
  left: 0;
  bottom: 0;
  z-index: 0;
  background-size: contain;
}
.cta-main-block-title {
  color: var(--primary-white-500, #FFF);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
}
.cta-main-block-sub {
  color: var(--variant-blue-blue-100, var(--color-blue-blue-100, #CCD4FF));
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.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 {
  background: #F9FAFB;
}
.footer .logo img {
  height: 72px;
}
.footer .logo-mc img {
  height: 48px;
}
.top-footer {
  display: flex;
  align-items: center;
  gap: var(--spacing-4xl, 32px);
  align-self: stretch;
  padding-top: 96px;
  padding-bottom: 64px;
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
}
.right-icon-social {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: var(--spacing-3xl, 24px);
}
.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: Inter;
  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;
}
}
@media (max-width: 1199.98px) {}
@media (max-width: 767.98px) {
      .menu-link {
    display: none !important
  }
        .cta-top-menu {
    display: block !important;
}
}
@media (max-width: 576px) {
  .block-pading-respon {
    padding: 32px 0 !important;
  }
  .mobile-hide {
    display: none !important
  }
  .box-header.fix .header, .header {
    height: 40px !important;
  }
  .header.fix {
    position: fixed
  }
  .header .logo {
    height: 24px;
  }
  .header .logo img {
    height: 48px !important;
  }

  .menuBtn {
    display: block !important;
  }

  .block-funtion {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .title-header-showcase {
    font-size: 36px;
    line-height: 44px;
  }
 .banner-full-100 {
    padding: 0;
}
  .text-sub-info {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .title-absolute-education {
    font-size: 72px;
    line-height: 72px;
  }
  .title-header-main {
    font-size: 24px;
    line-height: 24px;
  }
  .education-title-header {
     font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .education-title-header-sub {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .education-list li {
    font-size: 18px;
    margin-bottom: 8px;
    background-position: 0 5px;
    margin-right: 24px;
    line-height: 34px;
  }
  .title-absolute-research {
    font-size: 72px;
    line-height: 72px;
  }
  .research-title-header {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .research-title-header-sub {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .block-pj-virx {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-2xl, 20px);
    color: var(--Primary-Black, #000);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 32px;
    flex-direction: row;
  }
  .pj-list-drug {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-4xl, 20px);
    flex: 1 0 0;
    padding-left: 88px;
  }
  .title-absolute-community {
    font-size: 72px;
    line-height: 72px;
  }
  .community-title-header {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .community-title-header-sub {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .community-list li h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }
  .community-list li p {
    font-size: 16px;
    line-height: 24px;
  }
  .news-title-header {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .title-absolute-news {
    font-size: 72px;
    line-height: 72px;
  }
    .news-link-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 24px;
}
    .news-link-des {
    font-size: 16px;
    line-height: 22px;
}
    .list-partner-element {
    gap: 24px var(--spacing-6xl, 12px)
}
    .partners .partner-element img {
    height: 48px;
}
 .our-team-title-header-sub {
    font-size: 16px;
    line-height: 24px;
}
.our-team-title-header {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
}
    
.tabs-nav{
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }    
.tabs-nav li {
    padding: 20px 12px;
    display: flex;
}
.tab-content {
    padding: 32px 0 0 0;
}
    
    
  .top-footer {
   display: flex;
        flex-direction: column;
        align-items: flex-start;
      padding-top: 64px;
        padding-bottom: 32px;
  }
  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
      gap: 24px;
  }
  .list-link-footer {
    flex-direction: column;
      align-items: flex-start;
      margin-left: 80px;
  }
    .right-icon-social {
    margin-left: 80px;
}
    
    
    .txt-rights-reserved {
    text-align:left;
}
}
@media (max-width: 360px) {}