/* 
    to add this mixin into a file use:
        @use '../abstract/' as *;

    to  use the mixin :
        @include breakpoint(min,sm){

        };

    first argument: min = min-width, max = max-width
    seconde argument : width
*/

:root {
  --primary-color-900: #0C3C85;
  --primary-color-500: #5472A0;
  --primary-color-500-60: #0d397e91;
  --primary-color-100: #A2BCE4;
  --secondary-color-700: #E29D2A;
  --secondary-color-500: #FDBC50;
  --secondary-color-300: #FFCD79;
  --secondary-color-50: #FEEBCB;
  --accent-color-600: #6E6E6E;
  --accent-color-500: #919191;
  --accent-color-400: #CBCBCB;
  --accent-color-300: #E5EBF1;
  --accent-color-200: #DFDFDF;
  --accent-color-100: #D7DEE5;
  --accent-color-50: #EFEFEF;
  --ff-primary: "Poppins", sans-serif;
  --ff-perpetua: "Perpetua";
  --ff-secondary: "Gilroy";
}

/*
    CSS variables no big deal

    it take place in some property value:

    background: var(--color-white); 
*/

/* 
    ! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.l-wrapper {
  display: flex;
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1024px) {
  .l-wrapper {
    padding-left: 125px;
    padding-right: 125px;
  }
}

.l-wrapper--grid-cards {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit,minmax(10px,350px));
  place-content: center;
  gap: 1.25rem;
}

.o-button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
  font-family: "Poppins";
}

.o-button:hover {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.o-button--blue {
  background-color: var(--primary-color-900);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.o-button--yellow {
  background-color: var(--secondary-color-500);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.o-button--border {
  border-width: 2px;
  border-style: solid;
  border-color: var(--primary-color-100);
}

.o-button--wider {
  gap: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.o-button--rounded {
  border-radius: 9999px;
}

.o-button--full {
  width: 100%;
}

.o-button--c {
  grid-column: 1 / -1;
}

.o-button--link {
  background-color: transparent;
  text-decoration-line: underline;
  box-shadow: 0px 0px 0px 0px transparent;
}

.o-button__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Poppins";
}

.o-button__name {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: .75rem;
  color: currentColor;
  font-family: "Poppins";
}

.o-button__name--blue {
  color: var(--primary-color-500);
}

.o-button__name--white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.o-button__name--base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.o-button__search-id {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: .75rem;
  color: currentColor;
}

.o-divider {
  width: 7rem;
  border-radius: 9999px;
  border-width: 4px;
  border-style: solid;
  border-color: var(--secondary-color-500);
}

.o-slider {
  display: flex;
  min-height: 300px;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .o-slider {
    min-height: 0px;
    flex-direction: column;
  }
}

.o-slider__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 1024px) {
  .o-slider__container {
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
    place-items: start;
  }
}

.o-slider__icon {
  stroke: var(--primary-color-100);
  fill: var(--primary-color-100);
}

.o-slider__icon[data-selected] {
  stroke: var(--primary-color-900);
}

.o-slider__slide {
  display: grid;
  min-height: 100%;
  min-width: 4px;
  grid-template-rows: repeat(var(--count),minmax(0,1fr));
  background-color: var(--accent-color-300);
}

@media (min-width: 1024px) {
  .o-slider__slide {
    max-height: 4px;
    min-height: 4px;
    min-width: 100%;
    grid-template-columns: repeat(var(--count),minmax(0,1fr));
  }
}

.o-slider__track {
  grid-row-start: var(--index);
  height: 100%;
  width: 100%;
  background-color: var(--primary-color-900);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .o-slider__track {
    grid-column-start: var(--index);
    grid-row-start: 1;
    max-height: 4px;
    min-height: 4px;
    width: 100%;
  }
}

.o-slider__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--primary-color-100);
}

.o-slider__title[data-selected] {
  font-weight: 700;
  color: var(--primary-color-900);
}

.o-accordion {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  flex-direction: column;
  overflow: hidden;
  font-family: "Poppins";
}

.o-accordion[data-selected] .o-accordion__container {
  max-height: 300px;
  transition-duration: 1000ms;
}

.o-accordion[data-selected] .o-accordion__header {
  padding-bottom: 0px;
  color: var(--secondary-color-500);
  transition-duration: 100ms;
}

.o-accordion[data-selected] .o-accordion__icon {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-delay: 200ms;
  transition-duration: 200ms;
}

.o-accordion[data-selected] .o-accordion__icon--svg {
  fill: var(--secondary-color-500);
}

.o-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--accent-color-400);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 500ms;
}

.o-accordion__container {
  height: 100%;
  max-height: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--accent-color-200);
  transition: max-height 500ms;
}

.o-accordion__text {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.o-accordion__icon {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 300ms;
}

.o-accordion__icon--svg {
  transition: fill 500ms;
}

.o-item-media {
  display: flex;
  flex: 1 1 200px;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--accent-color-500);
}

.o-item-media--no-flex {
  flex: 1 1 auto;
}

.o-item-media__icon {
  flex-shrink: 0;
}

.o-certificado {
  display: flex;
  gap: 1rem;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  border-color: var(--secondary-color-500);
  background-color: var(--primary-color-500);
  padding: 1rem;
}

.o-certificado div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.o-certificado__title {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.o-certificado__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  background-color: var(--accent-color-300);
}

.c-body:has(.c-navigation__container[open]) {
  overflow: hidden;
}

@media (min-width: 768px) {
  .c-body {
    border-width: 15px;
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity));
  }
}

html {
  scroll-behavior: smooth;
}

.c-hero {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 72px;
  overflow: clip;
  border-bottom-left-radius: 9.375rem;
  background-color: var(--primary-color-900);
  padding: 1.75rem;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 5rem;
}

.c-hero::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: url("../assets/hero-cam.svg");
  background-position: right top;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .c-hero::after {
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .c-hero {
    border-radius: 1.5rem;
    padding-left: 125px;
    padding-right: 125px;
  }
}

.c-hero--secondary {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-color: var(--primary-color-500-60);
  padding-top: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 12rem;
}

.c-hero--secondary::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  left: -2.5rem;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: url("../assets/hero-cam2.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.c-hero--secondary::before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: -1px;
  z-index: 10;
  height: 20px;
  width: 100%;
  background-color: var(--accent-color-300);
  --tw-content: "";
  content: var(--tw-content);
  -webkit-clip-path: polygon(100% 0, 100% 0%, 50% 100%, 0 0%, 0 0);
  clip-path: polygon(100% 0, 100% 0%, 50% 100%, 0 0%, 0 0);
}

@media (min-width: 768px) {
  .c-hero--secondary {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}

.c-hero__logo, .c-hero__wrapper {
  z-index: 4;
}

.c-hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .c-hero__wrapper {
    justify-content: flex-start;
  }
}

.c-hero__text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.c-hero__title {
  position: relative;
  z-index: 1;
  font-size: clamp(35px,6vw + 1rem,3.75rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Poppins", san-serif;
}

.c-hero__title--yellow {
  color: var(--secondary-color-500);
}

.c-hero__description {
  position: relative;
  z-index: 1;
  max-width: 670px;
  font-size: clamp(0.75rem,1vw + .5rem,1rem);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Poppins", san-serif;
}

.c-logo {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  min-width: -moz-max-content;
  min-width: max-content;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.c-logo__text {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}

.c-logo__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.c-logo__subtitle {
  font-family: (var(--ff-perpetua));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Perpetua";
}

.c-logo__icon {
  width: 6rem;
}

.c-navigation {
  position: relative;
  z-index: 50;
  display: flex;
}

.c-navigation:has(.c-navigation__container[open]) .c-navigation__switch::before {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -50;
  height: 100vh;
  width: 100vw;
  background-color: rgb(0 0 0 / 0.4);
  --tw-content: "";
  content: var(--tw-content);
}

.c-navigation__switch {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px;
  background-color: var(--secondary-color-500);
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  .c-navigation__switch {
    display: none;
  }
}

.c-navigation__switch svg {
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
}

.c-navigation__switch svg path {
  fill: var(--primary-color-900);
}

.c-navigation__close {
  position: absolute;
  left: -9px;
  display: flex;
  width: -moz-min-content;
  width: min-content;
  border-radius: 9999px;
  background-color: var(--primary-color-900);
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  .c-navigation__close {
    display: none;
  }
}

.c-navigation__container {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 50;
  margin: 1.5rem;
  display: none;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 70%;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  gap: 2rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-family: "Poppins";
}

@media (min-width: 1024px) {
  .c-navigation__container {
    position: static;
    margin: 0px;
    display: flex;
    width: 100%;
    background-color: transparent;
    padding: 0px;
  }
}

.c-navigation__container[open] {
  display: flex;
}

.c-navigation__container[loading] {
  display: flex;
  --tw-translate-x: 120%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.c-navigation__list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .c-navigation__list {
    flex-direction: row;
  }
}

.c-navigation__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: var(--primary-color-900);
}

@media (min-width: 1024px) {
  .c-navigation__title {
    display: none;
  }
}

.c-item-page {
  border-radius: 0.375rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 1024px) {
  .c-item-page:hover {
    background-color: var(--accent-color-300);
  }
}

.c-item-page:hover .c-item-page__link,
.c-item-page:hover .c-item-page__icon {
  color: var(--primary-color-100);
  fill: var(--primary-color-100);
}

@media (min-width: 1024px) {
  .c-item-page:hover .c-item-page__link,
  .c-item-page:hover .c-item-page__icon {
    color: var(--accent-color-500);
  }
}

.c-item-page:focus-within {
  background-color: var(--primary-color-900);
}

.c-item-page:focus-within .c-item-page__link,
.c-item-page:focus-within .c-item-page__icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  fill: white;
}

.c-item-page__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  color: var(--accent-color-400);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .c-item-page__link {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.c-item-page__icon {
  fill: var(--accent-color-400);
}

@media (min-width: 1024px) {
  .c-item-page__icon {
    display: none;
  }
}

.c-item-skill {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.c-item-skill__icon {
  display: flex;
  aspect-ratio: 1 / 1;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--secondary-color-500);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Poppins";
}

.c-item-skill__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.c-hub {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: min-content min-content 25px min-content;
}

@media (min-width: 768px) {
  .c-hub {
    padding-left: 125px;
    padding-right: 125px;
  }
}

.c-hub__tabs {
  display: flex;
  width: 100%;
  max-width: 475px;
  overflow: clip;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.c-hub__tab {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--accent-color-200);
  padding: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: "Poppins";
}

.c-hub__tab[data-selected] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.c-hub__tab[data-selected] .c-hub__title,
.c-hub__tab[data-selected] .c-hub__icon {
  color: var(--secondary-color-500);
  fill: var(--secondary-color-500);
  stroke: var(--secondary-color-500);
}

.c-hub__title, .c-hub__icon {
  color: var(--accent-color-500);
  fill: var(--accent-color-500);
  stroke: var(--accent-color-500);
}

.c-hub__content {
  display: flex;
  max-height: 600px;
  flex-direction: column;
  gap: 1.25rem;
  overflow: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "Poppins";
  scroll-snap-type: inline mandatory;
}

@media (min-width: 768px) {
  .c-hub__content {
    flex-direction: row;
    padding-bottom: 0.75rem;
  }
}

.c-hub__content > * {
  scroll-snap-align: center;
}

.c-hub__content-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .c-hub__content-group {
    flex-direction: row;
  }
}

.c-hub__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.c-hub__content::-webkit-scrollbar-thumb {
  background-color: var(--accent-color-400);
}

.c-hub__content::-webkit-scrollbar-track {
  background-color: var(--accent-color-50);
  border-radius: 10px;
}

.c-hub__content::-webkit-scrollbar-thumb {
  border: 2px solid var(--accent-color-300);
  border-radius: 8px;
}

.c-hub__card {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--accent-color-200);
  padding: 1.25rem;
}

.c-hub__card > span {
  margin-top: auto;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .c-hub__card {
    min-width: 440px;
  }
}

.c-hub__component {
  font-weight: 700;
  color: var(--primary-color-900);
}

.c-hub__component-name {
  width: 100%;
  max-width: 340px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.c-hub__overflow-container {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 4;
  border-radius: 0.5rem;
  border-top-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.75rem;
}

@media (min-width: 768px) {
  .c-hub__overflow-container {
    padding: 2rem;
  }
}

.c-hub__duration {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--accent-color-500);
}

.c-hub__duration-icon {
  fill: var(--accent-color-500);
}

.c-hub__button {
  grid-column-start: 1;
  grid-row-start: 3;
  grid-row-end: 5;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 2.5rem;
  justify-self: center;
  border-radius: 0.5rem;
  background-color: var(--primary-color-900);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-family: "Poppins";
}

@media (min-width: 768px) {
  .c-hub__button {
    margin-right: 2rem;
    justify-self: end;
  }
}

.c-header {
  display: grid;
  width: 100%;
  max-width: 1440px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: min-content 50px min-content;
}

@media (min-width: 768px) {
  .c-header {
    margin: 2rem;
    padding-bottom: 0px;
  }
}

.c-header__hero {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}

.c-header__hub {
  z-index: 10;
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 4;
  justify-self: center;
}

.c-brand {
  display: flex;
  width: 100%;
  max-width: 1440px;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1024px) {
  .c-brand {
    flex-wrap: nowrap;
    padding-left: 125px;
    padding-right: 125px;
  }
}

.c-text-media {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
  border-radius: 0.5rem;
  background-color: var(--secondary-color-500);
  padding: 3rem;
}

.c-text-media--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.c-text-media__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--secondary-color-700);
  font-family: "Poppins";
}

.c-text-media__title--gray {
  color: var(--accent-color-500);
}

.c-text-media__description {
  max-width: 420px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Poppins";
}

.c-text-media__description--black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.c-text-media__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.c-info-card {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  font-family: "Poppins";
}

.c-info-card__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--accent-color-600);
}

.c-info-card__title::after {
  display: block;
  height: 0.5rem;
  width: 30px;
  border-radius: 9999px;
  background-color: var(--secondary-color-500);
  --tw-content: "";
  content: var(--tw-content);
}

.c-info-card__paragraph {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.c-info-card__description {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--accent-color-500);
}

.c-info-card__description b {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.c-info-card__footer {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: var(--secondary-color-500);
}

.c-info-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}

.c-info-block--center {
  align-items: center;
  text-align: center;
}

.c-info-block--wider {
  gap: 1.5rem;
}

.c-info-block__title {
  position: relative;
  z-index: 10;
  max-width: 600px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: var(--primary-color-900);
  font-family: "Poppins";
}

.c-info-block__title--medium-white {
  max-width: 850px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-info-block__subtitle {
  position: relative;
  z-index: 10;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: "Poppins";
}

.c-info-block__subtitle--yellow {
  color: var(--secondary-color-500);
}

.c-info-block__description {
  position: relative;
  z-index: 10;
  max-width: 660px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: var(--accent-color-500);
  font-family: "Poppins";
}

.c-info-block__description--medium-white {
  max-width: 850px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-info-block__description--fixed {
  min-height: 130px;
}

.c-about {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  background-color: var(--accent-color-100);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 640px) {
  .c-about {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.c-about__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .c-about__wrapper {
    flex-direction: row;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.c-overview {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}

.c-overview__wrapper {
  display: flex;
  gap: 1.75rem;
}

.c-main {
  display: grid;
  width: 100%;
  grid-template-rows: min-content 150px min-content;
  place-items: center;
  row-gap: 1.25rem;
}

.c-main .c-hero--secondary {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}

.c-main .l-wrapper--grid-cards {
  z-index: 10;
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 4;
}

.c-services {
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  .c-services {
    flex-direction: row;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.c-services__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 640px) {
  .c-services__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1280px) {
  .c-services__wrapper {
    flex-direction: row;
    gap: 2rem;
    padding-left: 125px;
    padding-right: 125px;
  }
}

.c-services__wrapper--inner {
  width: 100%;
  gap: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 640px) {
  .c-services__wrapper--inner {
    flex-direction: column;
    padding: 0px;
  }
}

.c-services__wrapper--grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1280px) {
  .c-services__wrapper--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.c-services__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
}

@media (min-width: 640px) {
  .c-services__text {
    padding: 0px;
  }
}

.c-services__container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.c-services__title {
  font-size: clamp(2.5rem,5vw + 1rem,3.75rem);
  font-weight: 700;
  font-family: "Poppins";
}

.c-services__title--panel {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.c-services__paragraph {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--accent-color-600);
  font-family: "Poppins";
}

.c-services__service-count {
  padding: 0.75rem;
  padding-left: 1.5rem;
  padding-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--accent-color-400);
  font-family: "Poppins";
}

@media (min-width: 640px) {
  .c-services__service-count {
    padding: 0px;
  }
}

.c-services__panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.75rem;
}

@media (min-width: 640px) {
  .c-services__panel {
    padding: 4rem;
  }
}

@media (min-width: 1280px) {
  .c-services__panel {
    max-width: 600px;
  }
}

.c-services__button {
  margin-top: auto;
}

.c-courses {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  font-family: "Poppins";
}

.c-courses__title {
  font-size: 3.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: "Poppins";
}

.c-courses__title--panel {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--secondary-color-500);
}

.c-courses__subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: "Poppins";
}

.c-courses__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: "Poppins";
}

.c-courses__wrapper {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  gap: 2.5rem;
}

.c-courses__wrapper--col {
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1280px) {
  .c-courses__wrapper--EAD {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.c-courses__wrapper--EAD .c-courses__tag {
  background-color: var(--primary-color-500-60);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-courses__wrapper--EAD .c-courses__icon {
  background-color: var(--primary-color-500-60);
}

@media (min-width: 1280px) {
  .c-courses__wrapper--P {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.c-courses__wrapper--grid {
  display: flex;
  flex-wrap: wrap;
  place-items: start;
  gap: 0.75rem;
}

.c-courses__wrapper--center {
  align-items: center;
  gap: 1.5rem;
}

.c-courses__wrapper--panel {
  gap: 2.5rem;
}

.c-courses__wrapper--overflow {
  display: flex;
  max-height: 600px;
  flex-direction: column;
  gap: 2.5rem;
  overflow: auto;
  padding: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .c-courses__wrapper--overflow {
    flex-direction: row;
  }
}

.c-courses__wrapper--overflow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.c-courses__wrapper--overflow::-webkit-scrollbar-thumb {
  background-color: var(--accent-color-400);
}

.c-courses__wrapper--overflow::-webkit-scrollbar-track {
  background-color: var(--accent-color-50);
  border-radius: 10px;
}

.c-courses__wrapper--overflow::-webkit-scrollbar-thumb {
  border: 2px solid var(--accent-color-300);
  border-radius: 8px;
}

.c-courses__panel {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 30px;
}

@media (min-width: 1280px) {
  .c-courses__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.c-courses__container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  scroll-snap-type: inline mandatory;
}

.c-courses__container > * {
  scroll-snap-align: center;
}

.c-courses__container--max {
  max-height: 200px;
  overflow: auto;
}

.c-courses__container--max::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.c-courses__container--max::-webkit-scrollbar-thumb {
  background-color: var(--accent-color-400);
}

.c-courses__container--max::-webkit-scrollbar-track {
  background-color: var(--accent-color-50);
  border-radius: 10px;
}

.c-courses__container--max::-webkit-scrollbar-thumb {
  border: 2px solid var(--accent-color-300);
  border-radius: 8px;
}

.c-courses__container--row {
  flex-direction: row;
  flex-wrap: wrap;
}

.c-courses__icon {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.75rem;
  background-color: var(--secondary-color-50);
  padding: 1rem;
}

.c-courses__tag {
  display: flex;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--secondary-color-50);
  padding-left: 1rem;
  padding-right: 1rem;
  color: var(--secondary-color-700);
}

.c-courses__description {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.c-course {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 1rem;
  background-color: var(--accent-color-400);
  padding: 30px;
  font-family: "Poppins";
}

.c-course:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.c-course[data-selected] {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--primary-color-100);
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
  .c-course {
    min-width: 500px;
    max-width: 500px;
  }
}

.c-course__icon {
  display: grid;
  aspect-ratio: 1 / 1;
  height: 70px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 70px;
  place-content: center;
  border-radius: 1rem;
  background-color: var(--secondary-color-500);
}

.c-course__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.c-course__wrapper {
  display: flex;
  gap: 0.5rem;
}

.c-course__wrapper--col {
  flex-direction: column;
}

.c-course__text {
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--accent-color-600);
}

.c-course__divider {
  width: 100%;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--accent-color-500);
}

.c-service {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.c-service[data-selected] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.c-service[data-selected] .c-service__icon {
  background-color: var(--secondary-color-50);
}

.c-service[data-selected] .c-service__icon::after {
  background-color: var(--secondary-color-500);
}

.c-service__icon {
  display: flex;
  aspect-ratio: 1 / 1;
  min-width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--primary-color-100);
}

.c-service__icon::after {
  display: block;
  aspect-ratio: 1 / 1;
  width: 10px;
  border-radius: 9999px;
  background-color: var(--primary-color-900);
  --tw-content: "";
  content: var(--tw-content);
}

.c-service__action {
  margin-left: auto;
}

.c-partners {
  display: flex;
  width: 100%;
  max-width: 1640px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.c-partners:hover .c-partners__wrapper {
  animation-play-state: paused;
}

.c-partners__wrapper {
  display: flex;
  flex-shrink: 0;
  gap: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  animation: is-sliding 35s linear infinite;
}

.c-footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.5rem;
  background-color: var(--primary-color-900);
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Poppins";
}

@media (min-width: 640px) {
  .c-footer {
    padding-left: 125px;
    padding-right: 125px;
  }
}

.c-footer__wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 60px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1280px) {
  .c-footer__wrapper {
    grid-template-columns: 1fr min-content;
  }
}

.c-footer__wrapper--max-none {
  max-width: none;
}

.c-footer__container {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.c-footer__container--end {
  justify-self: end;
}

.c-footer__content {
  grid-column-start: 1;
  display: grid;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  place-content: start;
  gap: 30px;
}

@media (min-width: 768px) {
  .c-footer__content {
    grid-template-columns: repeat(auto-fit,minmax(10px,250px));
  }
}

.c-footer__title {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-footer__title:hover {
  text-decoration-line: underline;
}

.c-footer__title--center {
  text-align: center;
}

.c-footer__title--p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.c-footer__item {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: var(--accent-color-300);
}

.c-footer__item--media {
  display: grid;
  aspect-ratio: 1 / 1;
  min-height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50px;
  place-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.c-footer__item--media:hover {
  border-color: var(--secondary-color-500);
}

.c-footer__item--media:hover .c-footer__icon {
  fill: var(--secondary-color-500);
}

.c-footer__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.c-footer__list--row {
  flex-direction: row;
}

.c-footer__icon {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  fill: white;
}

.c-certificados {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: var(--primary-color-500);
  padding-top: 64px;
  padding-bottom: 64px;
}

.c-certificados::before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: -1px;
  z-index: 10;
  height: 20px;
  width: 100%;
  background-color: var(--accent-color-300);
  --tw-content: "";
  content: var(--tw-content);
  -webkit-clip-path: polygon(100% 0, 100% 0%, 50% 100%, 0 0%, 0 0);
  clip-path: polygon(100% 0, 100% 0%, 50% 100%, 0 0%, 0 0);
}

.c-certificados > h1 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-certificados > div {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  max-width: 1440px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 30px;
  padding-right: 30px;
}

.c-payment {
  display: flex;
  min-height: 300px;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: solid;
  border-color: var(--accent-color-200);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

.c-payment__title {
  font-family: (var(--ff-primary));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.c-payment__wrapper {
  display: flex;
  width: 100%;
  gap: 1.25rem;
}

.c-payment__method {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.c-payment__price {
  font-size: 30px;
  font-weight: 700;
}

.c-payment__period {
  font-size: 18px;
}

.c-payment > div {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.c-payment > div > div {
  display: flex;
  align-items: center;
}

.c-payment__discount {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(66 157 69 / var(--tw-text-opacity));
}

.c-payment__button {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: solid;
  border-color: var(--secondary-color-500);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  color: var(--secondary-color-500);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.c-payment__button:hover {
  width: 100%;
  border-radius: 0.5rem;
  background-color: var(--secondary-color-500);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-payment__button--blue {
  border-color: var(--primary-color-500);
  color: var(--primary-color-500);
}

.c-payment__button--blue:hover {
  background-color: var(--primary-color-500);
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@keyframes is-sliding {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.is-sliding {
  animation: is-sliding 35s linear infinite;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
