/* ---------------------------------------------------

    C S S    A U T O M A T A     2.0

    - Release Date:  Octubre 2022
    - Developed by:  Eduardo León | Twitter: @SoyEduardoLeon

--------------------------------------------------- */
/*-----------------------------
    # R E S E T   C S S
-----------------------------*/
*:before,
*:after,
*:not(dialog) {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  background: none;
  color: inherit;
}
body {
  margin: 0;
  font-family: 'Red Hat Display', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*-----------------------------
    # V A R S
-----------------------------*/
/* F O N T S
-----------------------------*/
.red-hat-display-font {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* B R E A K P O I N T S
-----------------------------*/
/* C O L O R S
-----------------------------*/
/*-----------------------------
    # B A S E
-----------------------------*/
*::selection {
  background-color: #410fd3;
  color: #ffffff;
}
html,
body {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  color: #00003c;
  line-height: 1.5;
  background-color: #ffffff;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}
h1 {
  font-size: 2.25rem;
  line-height: 1.25;
  padding: 2rem 0;
  font-weight: 800;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
a {
  color: #410fd3;
}
p {
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: 800;
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 5px 0 40px 0;
  border: 0;
  border-top: 1px solid #f6f6f6;
}
button {
  cursor: pointer;
}
/*-----------------------------
    # M I X I N S
-----------------------------*/
/* Transitions
-----------------------------*/
/* Translate
-----------------------------*/
/* Scale
-----------------------------*/
/* Clear default apareance
-----------------------------*/
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*-----------------------------
    # A L E R T
-----------------------------*/
.alert {
  padding: 1rem;
  margin-top: 1em;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.alert .alert__close {
  line-height: 1;
  cursor: pointer;
}
.alert p {
  flex: 1;
  margin-bottom: 0;
  font-weight: 400;
}
.alert p a {
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
.alert.alert--info {
  color: #2196f3;
  background-color: #ecf6fe;
}
.alert.alert--success {
  color: #1abc9c;
  background-color: #e4fbf7;
}
.alert.alert--warning {
  color: #f1aa3f;
  background-color: #fef8ef;
}
.alert.alert--danger {
  color: #ff4550;
  background-color: #fff2f3;
}
.alert.alert--border {
  border: 1px solid;
}
/*-----------------------------
    # A V A T A R
-----------------------------*/
.avatar {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
}
.avatar .avatar__initials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  width: 100%;
  height: 100%;
  background-color: #410fd3;
  color: #ffffff;
  border-radius: 50%;
}
.avatar .avatar__initials::after {
  content: attr(data-initials);
}
.avatar img {
  border-radius: 50%;
}
.avatar.avatar--extra-large {
  width: 6rem;
  height: 6rem;
  font-size: 2.25rem;
}
.avatar.avatar--large {
  width: 4rem;
  height: 4rem;
  font-size: 1.75rem;
}
.avatar.avatar--small {
  width: 25px;
  height: 25px;
  font-size: 0.75rem;
}
/*-----------------------------
    # B A D G E
-----------------------------*/
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  border-radius: 3px;
  padding: 0.3rem 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  vertical-align: bottom;
  color: inherit;
}
.badge.badge--primary {
  color: #ffffff;
  background-color: #410fd3;
}
.badge.badge--secondary {
  color: #ffffff;
  background-color: #875ffe;
}
.badge.badge--info {
  color: #ffffff;
  background-color: #2196f3;
}
.badge.badge--success {
  color: #ffffff;
  background-color: #1abc9c;
}
.badge.badge--warning {
  color: #ffffff;
  background-color: #f1aa3f;
}
.badge.badge--danger {
  color: #ffffff;
  background-color: #ff4550;
}
.badge.badge--pending {
  color: #9496a1;
  background-color: #f3f4f8;
}
.badge.badge--primary-light {
  color: #410fd3;
  background-color: #bfabf9;
}
.badge.badge--secondary-light {
  color: #875ffe;
  background-color: #ffffff;
}
.badge.badge--info-light {
  color: #2196f3;
  background-color: #ecf6fe;
}
.badge.badge--success-light {
  color: #1abc9c;
  background-color: #e4fbf7;
}
.badge.badge--warning-light {
  color: #f1aa3f;
  background-color: #fef8ef;
}
.badge.badge--danger-light {
  color: #ff4550;
  background-color: #fff2f3;
}
.badge.badge--primary-outline {
  color: #410fd3;
  border: 1px solid #c6b4fa;
  font-weight: 400;
}
.badge.badge--secondary-outline {
  font-weight: 400;
  color: #875ffe;
  border: 1px solid #ffffff;
}
.badge.badge--info-outline {
  font-weight: 400;
  color: #2196f3;
  border: 1px solid #ecf6fe;
}
.badge.badge--success-outline {
  font-weight: 400;
  color: #1abc9c;
  border: 1px solid #b7f5e9;
}
.badge.badge--warning-outline {
  font-weight: 400;
  color: #f1aa3f;
  border: 1px solid #fcedd7;
}
.badge.badge--danger-outline {
  font-weight: 400;
  color: #ff4550;
  border: 1px solid #ffdee0;
}
.badge.badge--big {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
/*-----------------------------
    # B R E A D C R U M B
-----------------------------*/
.breadcrumb {
  display: inline-flex;
  list-style: none;
  font-size: 13px;
}
.breadcrumb li {
  color: #777986;
}
.breadcrumb li a {
  text-decoration: none;
  color: inherit;
}
.breadcrumb li a:hover {
  color: #410fd3;
}
.breadcrumb li icon {
  font-size: 16px;
}
.breadcrumb li:not(:first-child)::before {
  content: "/";
  color: #b3b5bd;
  padding: 0 0.5rem;
}
.breadcrumb li.is--current {
  color: #410fd3;
}
/*-----------------------------
    # B U T T O N
-----------------------------*/
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-decoration: none;
  gap: 0.5rem;
  font-family: 'Red Hat Display', sans-serif;
  white-space: normal;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.6rem 1.25rem;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  margin-top: 0.5rem;
  position: relative;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.button:not(:last-child) {
  margin-right: 0.25rem;
}
.button i {
  color: inherit;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
}
.button:hover {
  text-decoration: none;
}
.button.button--primary {
  background-color: #410fd3;
  border-color: #410fd3;
  color: #ffffff;
}
.button.button--primary:hover {
  background-color: #4811eb;
  border-color: #4811eb;
}
.button.button--secondary {
  background-color: #875ffe;
  border-color: #875ffe;
  color: #ffffff;
}
.button.button--secondary:hover {
  background-color: #9a78fe;
  border-color: #9a78fe;
}
.button.button--dark {
  background-color: #00003c;
  border-color: #00003c;
  color: white;
}
.button.button--dark:hover {
  background-color: #000056;
  border-color: #000056;
}
.button.button--light {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #00003c;
}
.button.button--success {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: white;
}
.button.button--success:hover {
  background-color: #1dd2af;
  border-color: #1dd2af;
}
.button.button--info {
  background-color: #2196f3;
  border-color: #2196f3;
  color: white;
}
.button.button--info:hover {
  background-color: #39a1f4;
  border-color: #39a1f4;
}
.button.button--warning {
  background-color: #f1aa3f;
  border-color: #f1aa3f;
  color: white;
}
.button.button--warning:hover {
  background-color: #f3b557;
  border-color: #f3b557;
}
.button.button--danger {
  background-color: #ff4550;
  border-color: #ff4550;
  color: white;
}
.button.button--danger:hover {
  background-color: #ff5f68;
  border-color: #ff5f68;
}
.button.button--white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00003c;
}
.button.button--primary-light {
  background-color: #b49df8;
  border-color: none;
  color: #410fd3;
}
.button.button--primary-light:hover {
  background-color: #bfabf9;
}
.button.button--secondary-light {
  background-color: #ffffff;
  border-color: none;
  color: #875ffe;
}
.button.button--secondary-light:hover {
  background-color: #ffffff;
}
.button.button--dark-light {
  background-color: #0909ff;
  border-color: none;
  color: #00003c;
}
.button.button--dark-light:hover {
  background-color: #1d1dff;
}
.button.button--info-light {
  background-color: #d9edfd;
  border-color: none;
  color: #2196f3;
}
.button.button--info-light:hover {
  background-color: #ecf6fe;
}
.button.button--warning-light {
  background-color: #fbe9ce;
  border-color: none;
  color: #f1aa3f;
}
.button.button--warning-light:hover {
  background-color: #fcedd7;
}
.button.button--danger-light {
  background-color: #ffdee0;
  border-color: none;
  color: #ff4550;
}
.button.button--danger-light:hover {
  background-color: #ffe8ea;
}
.button.button--success-light {
  background-color: #dbfaf4;
  border-color: none;
  color: #1abc9c;
}
.button.button--success-light:hover {
  background-color: #edfcf9;
}
.button.button--primary-outline {
  background-color: transparent;
  border-color: #410fd3;
  color: #410fd3;
}
.button.button--primary-outline:hover {
  background-color: #410fd3;
  color: #ffffff;
}
.button.button--secondary-outline {
  background-color: transparent;
  border-color: #875ffe;
  color: #875ffe;
}
.button.button--secondary-outline:hover {
  background-color: #875ffe;
  color: #ffffff;
}
.button.button--dark-outline {
  background-color: transparent;
  border-color: #00003c;
  color: #00003c;
}
.button.button--dark-outline:hover {
  background-color: #00003c;
  color: white;
}
.button.button--light-outline {
  background-color: transparent;
  border-color: #dddfe9;
  color: #777986;
}
.button.button--light-outline:hover {
  background-color: #f6f6f6;
}
.button.button--success-outline {
  background-color: transparent;
  border-color: #1abc9c;
  color: #1abc9c;
}
.button.button--success-outline:hover {
  background-color: #1abc9c;
  color: white;
}
.button.button--info-outline {
  background-color: transparent;
  border-color: #2196f3;
  color: #2196f3;
}
.button.button--info-outline:hover {
  background-color: #2196f3;
  color: white;
}
.button.button--warning-outline {
  background-color: transparent;
  border-color: #f1aa3f;
  color: #f1aa3f;
}
.button.button--warning-outline:hover {
  background-color: #f1aa3f;
  color: white;
}
.button.button--danger-outline {
  background-color: transparent;
  border-color: #ff4550;
  color: #ff4550;
}
.button.button--danger-outline:hover {
  background-color: #ff4550;
  color: white;
}
.button.button--white-outline {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.button--link-primary {
  background-color: none;
  border-color: none;
  color: #410fd3;
  padding: 1rem 1rem 0.25rem 0;
  border-radius: 0px;
}
.button.button--link-primary i {
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.button.button--link-primary:hover i {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
.button.button--link-invert {
  background-color: none;
  border-color: none;
  color: #ffffff;
  padding: 1rem 0 0.25rem 0;
  letter-spacing: 2px;
}
.button.button--link-invert::after {
  content: '';
  height: 2px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.button.button--link-invert:hover::after {
  width: 100%;
}
.button.button--large {
  font-size: 1.125rem;
  letter-spacing: 1px;
  padding: 1rem 2rem;
}
.button.button--small {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  letter-spacing: 2px;
}
.button.button--fluid {
  width: 100%;
}
.button.button--fluid::after {
  padding-top: 100%;
  padding-left: 100%;
}
.button:disabled,
.button[disabled],
.button.button--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.button::before {
  content: "";
  background: white;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  padding-top: 200%;
  padding-left: 200%;
  opacity: 0;
  transition: all 0.8s;
  border-radius: 999px;
}
.button:active:before {
  padding: 0;
  margin: 0;
  opacity: 0.5;
  transition: 0s;
}
.button-group {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.button-group .button {
  flex: auto;
  margin: 0;
}
.button-group .button.button--auto {
  flex: inherit;
}
.button-group.button-group--collapsed {
  gap: 0;
}
.button-group.button-group--collapsed .button {
  border-radius: 0px;
}
.button-group.button-group--collapsed .button:first-child {
  border-radius: 4px 0px 0px 4px;
}
.button-group.button-group--collapsed .button:last-child {
  border-radius: 0px 4px 4px 0px;
}
/*-----------------------------
    # C A R D
-----------------------------*/
.card {
  background: white;
  position: relative;
  padding: 1.25rem;
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.025);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 640px) {
  .card {
    padding: 0.85rem;
    margin-bottom: 1rem;
  }
}
.card .card__header {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.card .card__header h5 {
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .card .card__header {
    padding: 1rem;
  }
}
.card:has(.card__header),
.card:has(.card__tabs) {
  padding: 0;
}
.card:has(.card__header) .card__body,
.card:has(.card__tabs) .card__body,
.card:has(.card__header) .card__footer,
.card:has(.card__tabs) .card__footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #f3f4f8;
}
@media screen and (max-width: 640px) {
  .card:has(.card__header) .card__body,
  .card:has(.card__tabs) .card__body,
  .card:has(.card__header) .card__footer,
  .card:has(.card__tabs) .card__footer {
    padding: 1rem;
  }
}
.card.card--auto-height {
  height: 100%;
}
.card.card--primary {
  color: #ffffff;
  background: #410fd3;
}
/*-----------------------------
    # C O L L A P S E
-----------------------------*/
.collapse {
  list-style: none;
  border-radius: 0.4rem;
  margin: 1rem 0;
  background: #ffffff;
  box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.2);
}
.collapse .collapse__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  font-size: 0.95rem;
  font-weight: bold;
  padding: 0.65rem 0.75rem;
  box-shadow: inset 0px 1px 0px #f3f4f8;
  cursor: pointer;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.collapse .collapse__title span {
  flex: 1;
}
.collapse .collapse__title .ri-arrow-right-s-line {
  color: #00003c;
  font-size: 19px;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.collapse .collapse__title:hover {
  color: #410fd3;
}
.collapse .collapse__title.is--active {
  color: #410fd3;
}
.collapse .collapse__title.is--active .ri-arrow-right-s-line {
  color: #410fd3;
  transform: rotate(90deg);
}
.collapse .collapse__body {
  height: 0px;
  box-shadow: inset 0px 1px 0px #f3f4f8;
  overflow: hidden;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.collapse .collapse__body img {
  display: block;
  border-radius: 12px;
}
.collapse .collapse__body .collapse__content {
  padding: 1rem;
}
.collapse .collapse__body.is--active {
  height: auto;
}
.collapse li {
  overflow: hidden;
}
.collapse li:first-child .collapse__title {
  box-shadow: none;
}
/*-----------------------------
    # D R O P D O W N
-----------------------------*/
.dropdown {
  position: relative;
}
.dropdown icon {
  font-size: 18px;
  color: #dddfe9;
  cursor: pointer;
}
.dropdown icon:hover {
  color: #410fd3;
}
.dropdown:has(.button) .button {
  margin: 0;
}
.dropdown:has(.button) .button icon {
  color: #ffffff;
}
.dropdown:has(.button) ul {
  margin-top: 0.85rem;
}
.dropdown:has(.button) ul::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  background: white;
  transform: rotate(45deg);
  right: 1.5rem;
}
.dropdown ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: max-content;
  background: white;
  border-radius: 4px;
  padding: 0.5rem 0;
  inset: 0px 0px auto auto;
  box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.2);
  text-align: left;
  z-index: 99;
  -webkit-transform: translate(0, 4rem);
  -moz-transform: translate(0, 4rem);
  -ms-transform: translate(0, 4rem);
  -o-transform: translate(0, 4rem);
  transform: translate(0, 4rem);
  webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -ms-transform: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.dropdown ul li {
  list-style: none;
}
.dropdown ul li a {
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 13px;
  color: #777986;
  text-decoration: none;
}
.dropdown ul li a:hover {
  color: #410fd3;
}
.dropdown ul li a icon {
  color: inherit;
  font-size: 16px;
  margin-right: 10px;
}
.dropdown.is--open > icon {
  color: #410fd3;
}
.dropdown.is--open ul {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 2rem);
  -moz-transform: translate(0, 2rem);
  -ms-transform: translate(0, 2rem);
  -o-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
}
/*-----------------------------
    # F O R M
-----------------------------*/
/*-----------------------------
    # I N P U T
-----------------------------*/
.form .form__item {
  position: relative;
  margin-bottom: 1.5rem;
}
.form .form__item .form__input,
.form .form__item .form__input:-webkit-autofill {
  display: block;
  padding: 10px 14px;
  box-shadow: 0 0 0 1px #dddfe9;
  border-radius: 0.3rem;
  line-height: 1.4;
  font-size: 1rem;
  width: 100%;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 400;
  color: #00003c;
  resize: none;
  background: #ffffff;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form .form__item .form__input:hover,
.form .form__item .form__input:-webkit-autofill:hover {
  box-shadow: 0 0 0 1px #410fd3;
}
.form .form__item .form__input:focus,
.form .form__item .form__input:-webkit-autofill:focus,
.form .form__item .form__input:active,
.form .form__item .form__input:-webkit-autofill:active {
  color: #00003c;
  box-shadow: 0 0 0 1px #410fd3, 0px 6px 20px -12px rgba(0, 0, 60, 0.5);
}
.form .form__item .form__input::placeholder,
.form .form__item .form__input:-webkit-autofill::placeholder {
  color: #b3b5bd;
}
.form .form__item:has(.form__input:active) label,
.form .form__item:has(.form__input:focus) label {
  color: #410fd3;
}
.form .form__item:has(.form__input:disabled) .form__input {
  background: #f6f6f6;
  color: #9496a1;
  pointer-events: none;
}
.form .form__item:has(.form__input:disabled) label {
  color: #777986;
}
.form .form__item [data-toggle="show-password"] {
  cursor: pointer;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form .form__item [data-toggle="show-password"]:hover {
  color: #410fd3;
}
.form .form__item [data-toggle="show-password"].is--active {
  color: #410fd3;
}
.form .form__item [data-toggle="show-password"].is--active::before {
  content: "\e86a" !important;
}
.form .form__item:has(input[type='file']) input {
  padding: 0px;
}
.form .form__item:has(input[type='file']) input::file-selector-button {
  font-family: 'Red Hat Display', sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  background: #410fd3;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  margin-right: 1rem;
}
.form .form__item:has(input[type='file']) icon {
  top: 2.5rem;
  left: 0.5rem;
  right: auto;
  font-size: 16px;
  color: #ffffff;
}
.form .form__item:has(icon) input {
  padding-right: 2.5rem !important;
}
.form .form__item:has(icon):has(.icon--left) input {
  padding-left: 2.25rem;
  padding-right: auto;
}
.form .form__item:has(icon):has(.icon--left) .icon--left {
  right: auto;
  left: 0.5rem;
}
.form .form__item:has(icon) icon {
  position: absolute;
  top: 2.4rem;
  right: 0.5rem;
  color: #b3b5bd;
  font-size: 16px;
  padding: 0.25rem;
}
.form .form__item .input__validation {
  font-size: 0.876rem;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.form .form__item:not(:has(.form__input[required])):has(input[type='text']) label::after,
.form .form__item:not(:has(.form__input[required])):has(input[type='password']) label::after,
.form .form__item:not(:has(.form__input[required])):has(input[type='file']) label::after,
.form .form__item:not(:has(.form__input[required])):has(input[type='email']) label::after,
.form .form__item:not(:has(.form__input[required])):has(textarea) label::after,
.form .form__item:not(:has(.form__input[required])):has(datalist) label::after,
.form .form__item:not(:has(.form__input[required])):has(select) label::after {
  content: ' (Opcional)';
  font-size: inherit;
  color: #b3b5bd;
  font-weight: 400;
}
.form .form__item.form__item--success .input__validation {
  color: #1abc9c;
}
.form .form__item.form__item--danger .input__validation {
  color: #ff4550;
}
.form .form__item.form__item--danger:has(.form__input[required]) label::after {
  content: '*';
  font-size: 1rem;
  line-height: 1;
  vertical-align: sub;
  margin-left: 0.15rem;
  color: #ff4550;
}
.form .form__item .form__group {
  display: flex;
  align-items: center;
}
.form .form__item .form__group .form__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.form .form__item .form__group button {
  flex: none;
  margin: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form .form__actions {
  margin-bottom: 1.5rem;
}
.form .form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  align-items: center;
}
.form .form__row .form__item {
  flex-grow: 1;
}
.form .form__row .button {
  margin-bottom: 0px;
}
@media screen and (min-width: 1281px) {
  .form .form__row .widescreen--1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .widescreen--2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .widescreen--3 {
    flex: 0 0 25%;
    max-width: 25%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .widescreen--4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .widescreen--5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .widescreen--6 {
    flex: 0 0 50%;
    max-width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .widescreen--7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .widescreen--8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .widescreen--9 {
    flex: 0 0 75%;
    max-width: 75%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .widescreen--10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .widescreen--11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .widescreen--12 {
    flex: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .form .form__row .desktop--1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .desktop--2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .desktop--3 {
    flex: 0 0 25%;
    max-width: 25%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .desktop--4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .desktop--5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .desktop--6 {
    flex: 0 0 50%;
    max-width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .desktop--7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .desktop--8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .desktop--9 {
    flex: 0 0 75%;
    max-width: 75%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .desktop--10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .desktop--11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .desktop--12 {
    flex: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .form .form__row .tablet--1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .tablet--2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .tablet--3 {
    flex: 0 0 25%;
    max-width: 25%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .tablet--4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .tablet--5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .tablet--6 {
    flex: 0 0 50%;
    max-width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .tablet--7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .tablet--8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .tablet--9 {
    flex: 0 0 75%;
    max-width: 75%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .tablet--10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .tablet--11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .tablet--12 {
    flex: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
}
@media screen and (max-width: 640px) {
  .form .form__row .mobile--1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .mobile--2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .mobile--3 {
    flex: 0 0 25%;
    max-width: 25%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .mobile--4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .mobile--5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .mobile--6 {
    flex: 0 0 50%;
    max-width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .mobile--7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .mobile--8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .mobile--9 {
    flex: 0 0 75%;
    max-width: 75%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .mobile--10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .mobile--11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .form .form__row .mobile--12 {
    flex: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
}
@media screen and (min-width: 641px) {
  .form.form--horizontal .form__item {
    margin-left: 25rem;
  }
}
.form.form--horizontal .form__item:has(label) icon {
  bottom: 0.65rem;
  top: auto;
}
.form.form--horizontal .form__item:has(select):after,
.form.form--horizontal .form__item:has(datalist):after {
  top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .form.form--horizontal .form__item:has(select):after,
  .form.form--horizontal .form__item:has(datalist):after {
    top: 3.2rem;
  }
}
.form.form--horizontal .form__item:has(input[type='text']) label,
.form.form--horizontal .form__item:has(input[type='number']) label,
.form.form--horizontal .form__item:has(input[type='password']) label,
.form.form--horizontal .form__item:has(input[type='file']) label,
.form.form--horizontal .form__item:has(input[type='tel']) label,
.form.form--horizontal .form__item:has(input[type='email']) label,
.form.form--horizontal .form__item:has(textarea) label,
.form.form--horizontal .form__item:has(datalist) label,
.form.form--horizontal .form__item:has(select) label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #777986;
  margin-left: -25rem;
  float: left;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .form.form--horizontal .form__item:has(input[type='text']) label,
  .form.form--horizontal .form__item:has(input[type='number']) label,
  .form.form--horizontal .form__item:has(input[type='password']) label,
  .form.form--horizontal .form__item:has(input[type='file']) label,
  .form.form--horizontal .form__item:has(input[type='tel']) label,
  .form.form--horizontal .form__item:has(input[type='email']) label,
  .form.form--horizontal .form__item:has(textarea) label,
  .form.form--horizontal .form__item:has(datalist) label,
  .form.form--horizontal .form__item:has(select) label {
    margin-left: 0;
  }
}
.form.form--horizontal .form__item:has(input[type='file']) div {
  position: relative;
}
/*-----------------------------
    # L A B E L S
-----------------------------*/
.form .form__item:has(input[type='text']) label,
.form .form__item:has(input[type='number']) label,
.form .form__item:has(input[type='password']) label,
.form .form__item:has(input[type='file']) label,
.form .form__item:has(input[type='email']) label,
.form .form__item:has(textarea) label,
.form .form__item:has(select) label,
.form .form__item:has(datalist) label {
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 2.3;
  text-transform: uppercase;
  font-size: 0.78rem;
}
/*-----------------------------
    # C H E C K B O X
-----------------------------*/
.form .form__item label:has(input[type='checkbox']) {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  width: fit-content;
}
.form .form__item label:has(input[type='checkbox'])::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 1px #dddfe9;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form .form__item label:has(input[type='checkbox'])::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form .form__item label:has(input[type='checkbox']:checked)::before {
  box-shadow: 0px 0px 0px 1px #410fd3;
  background-color: #410fd3;
}
.form .form__item label input {
  display: none;
}
/*-----------------------------
    # D A T A L I S T
-----------------------------*/
.form .form__item:has(datalist) datalist {
  color: #dddfe9 !important;
}
.form .form__item:has(datalist) datalist:focus {
  color: #00003c !important;
}
/*-----------------------------
    # R A D I O
-----------------------------*/
.form .form__item label:has(input[type='radio']) {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  width: fit-content;
}
.form .form__item label:has(input[type='radio'])::before {
  content: '';
  width: 21px;
  height: 21px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px #dddfe9;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form .form__item label:has(input[type='radio'])::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 3px;
  width: 15px;
  height: 15px;
  background-color: #410fd3;
  border-radius: 7rem;
  opacity: 0;
  scale: 0.75;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form .form__item label:has(input[type='radio']:checked)::before {
  box-shadow: 0px 0px 0px 1px #410fd3;
}
.form .form__item label:has(input[type='radio']:checked)::after {
  opacity: 1;
  scale: 1;
}
.form .form__item label input {
  display: none;
}
/*-----------------------------
    # S E L E C T
-----------------------------*/
.form .form__item:has(select) select {
  color: #dddfe9 !important;
}
.form .form__item:has(select) select:focus {
  color: #00003c !important;
}
.form .form__item:has(select)::after {
  font-family: 'feather' !important;
  position: absolute;
  content: '\e842';
  background: inherit;
  top: 2.4rem;
  right: 0.25rem;
  padding: 0.25rem;
  line-height: 1;
  font-size: 1.5rem;
  color: #b3b5bd;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form .form__item:has(select):focus {
  font-size: 1rem;
}
/*-----------------------------
    # S W I T C H
-----------------------------*/
.form .form__item .switch:has(input[type='checkbox']) {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  line-height: 1;
}
.form .form__item .switch:has(input[type='checkbox'])::before {
  content: '';
  width: 32px;
  height: 18px;
  border-radius: 9px;
  box-shadow: 0px 0px 0px 1px #dddfe9;
  background: #f6f6f6;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form .form__item .switch:has(input[type='checkbox'])::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background: #ffffff;
  top: 2px;
  left: 2px;
  box-shadow: 0px 0px 0px 1px #dddfe9;
  border-radius: 7px;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form .form__item .switch:has(input[type='checkbox']:checked)::before {
  box-shadow: 0px 0px 0px 1px #410fd3;
  background-color: #410fd3;
}
.form .form__item .switch:has(input[type='checkbox']:checked)::after {
  box-shadow: 0px 0px 0px 1px #410fd3;
  left: 16px;
}
.form .form__item .switch input {
  display: none;
}
/*-----------------------------
    # U P L O A D
-----------------------------*/
.form .form__item .upload {
  width: 180px;
  height: 180px;
  position: relative;
  display: flex;
  padding: 1rem;
  border-radius: 6px;
  background: #f6f6f6;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  outline: 1px dashed #dddfe9;
  outline-offset: -1rem;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form .form__item .upload:hover {
  border-color: #9496a1;
}
.form .form__item .upload:hover label {
  color: #410fd3;
}
.form .form__item .upload:hover .upload__preview {
  opacity: 0;
}
.form .form__item .upload .upload__preview {
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 70;
  top: 0;
  left: 0;
  opacity: 0.25;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form .form__item .upload input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.form .form__item .upload icon {
  position: initial;
  color: #410fd3 !important;
}
.form .form__item .upload.upload--fluid {
  width: 100%;
}
/*-----------------------------
    # I C O N S
-----------------------------*/
.icon {
  border-radius: 5px;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.icon--circle {
  border-radius: 50%;
}
.icon--primary {
  color: #410fd3;
  background-color: #d8ccfb;
}
.icon--secondary {
  color: #410fd3;
  background-color: #ffffff;
}
.icon--info {
  color: #2196f3;
  background-color: #ecf6fe;
}
.icon--success {
  color: #1abc9c;
  background-color: #e4fbf7;
}
.icon--warning {
  color: #f1aa3f;
  background-color: #fdf4e5;
}
.icon--danger {
  color: #ff4550;
  background-color: #ffe8ea;
}
/*-----------------------------
    # L I S T
-----------------------------*/
ul.list {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  color: #00003c;
}
ul.list li {
  list-style-type: none;
}
ul.list li icon {
  margin: 0 5px 0 0;
}
ul.list.list--disc li {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ul.list.list--circle li {
  margin-left: 1.25rem;
  list-style-type: circle;
}
ul.list.list--decimal li {
  margin-left: 1.25rem;
  list-style-type: decimal;
}
ul.list.list--square li {
  margin-left: 1.25rem;
  list-style-type: square;
}
ul.list.list--alpha li {
  margin-left: 1.25rem;
  list-style-type: upper-alpha;
}
ul.list.list--roman li {
  margin-left: 1.25rem;
  list-style-type: upper-roman;
}
/*-----------------------------
    # M O D A L
-----------------------------*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 60, 0.6);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: auto;
  pointer-events: none;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.modal .modal__container {
  margin: auto;
  width: auto;
  max-width: 500px;
  min-width: 500px;
  background-color: #ffffff;
  box-shadow: 0 6px 24px -4px rgba(0, 0, 0, 0.4);
  border-radius: 0.4rem;
  overflow: hidden;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.modal .modal__container .modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 1.75rem;
  line-height: 1;
  border-bottom: 1px solid #f3f4f8;
}
.modal .modal__container .modal__body {
  padding: 1.75rem;
  position: relative;
}
.modal .modal__container .modal__footer {
  padding: 1rem;
  text-align: right;
  border-top: 1px solid #f3f4f8;
}
.modal .modal__container:has(.modal__header) .modal__close {
  cursor: pointer;
  line-height: 1;
  color: #00003c;
  font-weight: 300;
  text-decoration: none;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.modal .modal__container:has(.modal__header) .modal__close:hover {
  color: #410fd3;
}
.modal .modal__container:has(.modal__header) .modal__close icon {
  pointer-events: none;
}
.modal .modal__container .modal__close {
  cursor: pointer;
  line-height: 1;
  color: #00003c;
  font-weight: 300;
  text-decoration: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 99;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.modal .modal__container .modal__close:hover {
  color: #410fd3;
}
.modal .modal__container .modal__close icon {
  pointer-events: none;
}
.modal.is--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal.is--visible .modal__container {
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.modal.modal--small .modal__container {
  max-width: 300px;
}
.modal.modal--large .modal__container {
  max-width: 1280px;
  width: 100%;
}
.modal.modal--loading {
  text-align: center;
  user-select: none;
}
/*-----------------------------
    # P R O G R E S S
-----------------------------*/
.progress {
  border-radius: 2px;
  height: 8px;
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0;
}
.progress:has(span) {
  background-color: #f6f6f6;
}
.progress span {
  background-color: #410fd3;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 50%;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: progress-loop;
}
.progress.progress--global {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  border-radius: 0px;
  margin: 0;
  z-index: 70;
  background: transparent;
}
.progress.progress--global span {
  border-radius: 0px;
}
@keyframes progress-loop {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
/*-----------------------------
    # S P I N N E R
-----------------------------*/
.spinner-container {
  width: 100%;
  max-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner-container.is--absolute {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.spinner-container.is--absolute:has(.spinner) {
  opacity: 1;
  pointer-events: auto;
}
.spinner {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 40px;
}
.spinner span {
  position: absolute;
  top: 15px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #410fd3;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.spinner span:nth-child(1) {
  left: 8px;
  animation: spinner1 0.6s infinite;
}
.spinner span:nth-child(2) {
  left: 8px;
  animation: spinner2 0.6s infinite;
}
.spinner span:nth-child(3) {
  left: 32px;
  animation: spinner2 0.6s infinite;
}
.spinner span:nth-child(4) {
  left: 56px;
  animation: spinner3 0.6s infinite;
}
@keyframes spinner1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes spinner2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes spinner3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
/*-----------------------------
    # T A B L E
-----------------------------*/
.table-container {
  font-size: 13px;
  overflow-x: auto;
  overflow-y: hidden;
}
table.table,
table.datatable,
table .table,
table .datatable {
  font-family: 'Red Hat Display', sans-serif;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1rem;
  overflow: auto;
  border: none;
  line-height: 2;
  font-feature-settings: 'tnum';
  /* TABLE VERTICAL BORDERED */
  /* TABLE HORIZONTAL BORDER */
}
@media screen and (max-width: 960px) {
  table.table,
  table.datatable,
  table .table,
  table .datatable {
    line-height: 1.2rem;
  }
}
table.table thead,
table.datatable thead,
table .table thead,
table .datatable thead {
  text-align: left;
  vertical-align: bottom;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  border-bottom: 1px solid #dddfe9;
}
table.table thead th,
table.datatable thead th,
table .table thead th,
table .datatable thead th {
  padding: 0.3rem 1rem 0.3rem 0rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  table.table thead th,
  table.datatable thead th,
  table .table thead th,
  table .datatable thead th {
    padding: 0.5rem 1rem 0.5rem 0rem;
  }
}
table.table thead th:last-child,
table.datatable thead th:last-child,
table .table thead th:last-child,
table .datatable thead th:last-child {
  padding-right: 0;
}
table.table tbody,
table.datatable tbody,
table .table tbody,
table .datatable tbody {
  font-weight: 400;
  font-size: 13px;
}
table.table tbody tr,
table.datatable tbody tr,
table .table tbody tr,
table .datatable tbody tr {
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
table.table tbody tr:hover,
table.datatable tbody tr:hover,
table .table tbody tr:hover,
table .datatable tbody tr:hover {
  background: #f6f6f6;
}
table.table tbody tr:not(:last-child),
table.datatable tbody tr:not(:last-child),
table .table tbody tr:not(:last-child),
table .datatable tbody tr:not(:last-child) {
  border-bottom: 1px solid #dddfe9;
}
table.table td,
table.datatable td,
table .table td,
table .datatable td {
  padding: 0.3rem 1rem 0.3rem 0rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  table.table td,
  table.datatable td,
  table .table td,
  table .datatable td {
    padding: 0.75rem 1rem 0.75rem 0rem;
    text-align: right;
  }
}
table.table td:first-child,
table.datatable td:first-child,
table .table td:first-child,
table .datatable td:first-child {
  text-align: left;
}
table.table td:last-child,
table.datatable td:last-child,
table .table td:last-child,
table .datatable td:last-child {
  padding-right: 0;
}
table.table.table--cols td,
table.datatable.table--cols td,
table .table.table--cols td,
table .datatable.table--cols td,
table.table.table--cols th,
table.datatable.table--cols th,
table .table.table--cols th,
table .datatable.table--cols th {
  border-width: 0 0 0 1px;
}
table.table.table--cols td > tr:last-child > td,
table.datatable.table--cols td > tr:last-child > td,
table .table.table--cols td > tr:last-child > td,
table .datatable.table--cols td > tr:last-child > td,
table.table.table--cols th > tr:last-child > td,
table.datatable.table--cols th > tr:last-child > td,
table .table.table--cols th > tr:last-child > td,
table .datatable.table--cols th > tr:last-child > td {
  border-bottom-width: 0;
}
table.table.table--rows td,
table.datatable.table--rows td,
table .table.table--rows td,
table .datatable.table--rows td,
table.table.table--rows th,
table.datatable.table--rows th,
table .table.table--rows th,
table .datatable.table--rows th {
  border-width: 0 0 1px 0;
}
table.table.table--rows td > tr:last-child > td,
table.datatable.table--rows td > tr:last-child > td,
table .table.table--rows td > tr:last-child > td,
table .datatable.table--rows td > tr:last-child > td,
table.table.table--rows th > tr:last-child > td,
table.datatable.table--rows th > tr:last-child > td,
table .table.table--rows th > tr:last-child > td,
table .datatable.table--rows th > tr:last-child > td {
  border-bottom-width: 0;
}
table.table button,
table.datatable button,
table .table button,
table .datatable button {
  padding: 0.25rem;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
table.table button icon,
table.datatable button icon,
table .table button icon,
table .datatable button icon {
  font-size: 18px;
  color: #777986;
}
table.table button icon:hover,
table.datatable button icon:hover,
table .table button icon:hover,
table .datatable button icon:hover {
  color: #410fd3;
}
table.table .align-right,
table.datatable .align-right,
table .table .align-right,
table .datatable .align-right {
  text-align: right;
}
/*-----------------------------
    # T A B S
-----------------------------*/
.tabs {
  margin-top: 1rem;
}
.tabs .tabs__header {
  padding: 0px;
  list-style: none;
  display: flex;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #f6f6f6;
}
@media screen and (max-width: 640px) {
  .tabs .tabs__header {
    display: block;
  }
}
.tabs .tabs__header li {
  background: none;
  color: #9496a1;
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: 600;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 640px) {
  .tabs .tabs__header li {
    display: block;
    text-align: left;
  }
}
.tabs .tabs__header li:hover {
  color: #410fd3;
}
.tabs .tabs__header li icon {
  font-size: 1rem;
  vertical-align: baseline;
  margin-right: 4px;
  color: inherit;
}
.tabs .tabs__header li.is--active {
  color: #410fd3;
  box-shadow: 0 2px 0 #410fd3;
}
.tabs .tabs__body .tabs__panel {
  display: none;
}
.tabs .tabs__body .tabs__panel.is--active {
  display: block;
  animation: fadeIn 0.5s;
}
/*-----------------------------
    # T O A S T
-----------------------------*/
#toast-container {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.toast {
  background: #ffffff;
  display: flex;
  align-items: center;
  width: auto;
  border: 1px solid #ffffff;
  max-width: 350px;
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem 1.4rem 2.85rem;
  gap: 0.5rem;
  border-radius: 4px;
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
  animation: toast-show 0.3s ease, toast-hide 0.2s ease var(--duration) 1;
}
.toast::before {
  font-size: 18px;
  content: '';
  font-family: 'feather' !important;
  position: absolute;
  top: 0.85rem;
  left: 1rem;
}
.toast .toast__progress {
  display: block;
  width: 0%;
  height: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  animation-duration: var(--duration);
  animation-name: toast-progress;
  animation-timing-function: ease;
}
.toast.toast--info {
  color: #2196f3;
  background-color: #ecf6fe;
  border-color: #2196f3;
}
.toast.toast--info::before {
  content: '\e87f';
}
.toast.toast--info .toast__progress {
  background-color: #2196f3;
}
.toast.toast--success {
  color: #1abc9c;
  background-color: #e4fbf7;
  border-color: #1abc9c;
}
.toast.toast--success::before {
  content: '\e83e';
}
.toast.toast--success .toast__progress {
  background-color: #1abc9c;
}
.toast.toast--warning {
  color: #f1aa3f;
  background-color: #fef8ef;
  border-color: #f1aa3f;
}
.toast.toast--warning::before {
  content: '\e81c';
}
.toast.toast--warning .toast__progress {
  background-color: #f1aa3f;
}
.toast.toast--danger {
  color: #ff4550;
  background-color: #fff2f3;
  border-color: #ff4550;
}
.toast.toast--danger::before {
  content: '\e8f7';
}
.toast.toast--danger .toast__progress {
  background-color: #ff4550;
}
@keyframes toast-show {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  60% {
    -webkit-transform: translate(-10%, 0);
    -moz-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes toast-hide {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes toast-progress {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
/*-----------------------------
    # T O O L T I P
-----------------------------*/
[data-tooltip] {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  background: #00003c;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  bottom: 100%;
  left: 0;
  pointer-events: none;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
[data-tooltip]:hover::after {
  opacity: 1;
}
/*-----------------------------
    # H I G H T
-----------------------------*/
.height.height--large {
  min-height: 800px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .height.height--large {
    min-height: 600px;
  }
}
/*-----------------------------
    # T E X T
-----------------------------*/
.text--primary {
  color: #410fd3 !important;
}
.text--secondary {
  color: #875ffe !important;
}
.text--primary-invert {
  color: #ffffff !important;
}
.text--secondary-invert {
  color: #ffffff !important;
}
.text--info {
  color: #2196f3 !important;
}
.text--success {
  color: #1abc9c !important;
}
.text--warning {
  color: #f1aa3f !important;
}
.text--danger {
  color: #ff4550 !important;
}
.text--muted {
  color: #9496a1 !important;
}
.text--emphasis {
  color: #00003c;
  font-weight: bold;
}
.text--small {
  font-size: 13px;
}
.text--large {
  font-size: 1.25rem;
}
.text--display {
  font-size: 3rem;
  line-height: 3.5rem;
  padding: 1rem 0;
}
@media screen and (max-width: 960px) {
  .text--display {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.text--h1 {
  font-size: 2.75rem;
  line-height: 1.25;
  padding-bottom: 1rem;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .text--h1 {
    font-size: 2.25rem;
  }
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
  align-items: center;
}
.text--justify {
  text-align: justify;
}
/*-----------------------------
    # U T I L I T Y
-----------------------------*/
/* DIVIDER
-----------------------------*/
.divider {
  width: 100%;
  height: 1px;
  display: inline-block;
}
.divider.divider--line {
  border-top: 1px solid #f3f4f8;
  clear: both;
  display: block;
  height: 1px;
  width: 100%;
  margin: 1rem 0;
}
.divider.divider--dashed {
  border-top: 1px dashed #ccc;
}
.divider.divider--dotted {
  border-top: 1px dotted #ccc;
}
/* LINES
-----------------------------*/
.line {
  border-top: 1px solid #dddfe9;
  clear: both;
  display: block;
  height: 1px;
  margin: 20px 0px;
  width: 100%;
}
.line.line--dashed {
  border-top: 1px dashed #dddfe9;
}
.line.line--dotted {
  border-top: 1px dotted #dddfe9;
}
.line.line--double {
  border-top: 1px double #dddfe9;
}
/* SHADOWS
-----------------------------*/
.shadow--small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.shadow--medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.shadow--large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.1);
}
/* BORDER RADIUS
-----------------------------*/
.border--rounded {
  border-radius: 6px;
}
.border--circle {
  border-radius: 99px;
}
/* ANIMATIONS
-----------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*-----------------------------
    # V I S I B I L I T Y
-----------------------------*/
/* HIDE
-----------------------------*/
@media screen and (min-width: 1281px) {
  .hide--widescreen {
    display: none;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .hide--desktop {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .hide--tablet {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hide--mobile {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .hide--tablet-down {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .hide--desktop-down {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .hide--tablet-up {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .hide--desktop-up {
    display: none;
  }
}
.hide {
  display: none;
}
/* SHOW
-----------------------------*/
.show--widescreen {
  display: none;
}
@media screen and (min-width: 1281px) {
  .show--widescreen {
    display: block;
  }
}
.show--desktop {
  display: none;
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .show--desktop {
    display: block;
  }
}
.show--tablet {
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .show--tablet {
    display: block;
  }
}
.show--mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .show--mobile {
    display: block;
  }
}
.show--tablet-down {
  display: none;
}
@media screen and (max-width: 960px) {
  .show--tablet-down {
    display: block;
  }
}
.show--desktop-down {
  display: none;
}
@media screen and (max-width: 1280px) {
  .show--desktop-down {
    display: block;
  }
}
.show--tablet-up {
  display: none;
}
@media screen and (min-width: 641px) {
  .show--tablet-up {
    display: block;
  }
}
.show--desktop-up {
  display: none;
}
@media screen and (min-width: 961px) {
  .show--desktop-up {
    display: block;
  }
}
/*-----------------------------
    # W I D T H
-----------------------------*/
.width {
  box-sizing: border-box;
}
.width.width--1-1 {
  width: 100%;
}
.width.width--1-2 {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .width.width--1-2 {
    width: 100%;
  }
}
.width.width--1-3 {
  width: calc(100% * 1 / 3.001);
}
.width.width--1-4 {
  width: 25%;
}
.width.width--1-5 {
  width: 20%;
}
.width.width--1-6 {
  width: calc(100% * 1 / 6.001);
}
.width.width--2-3 {
  width: calc(100% * 2 / 3.001);
}
@media screen and (max-width: 640px) {
  .width.width--2-3 {
    width: 100%;
  }
}
.width.width--3-4 {
  width: 75%;
}
.width.width--4-5 {
  width: 80%;
}
.width.width--5-6 {
  width: calc(100% * 5 / 6.001);
}
/*-----------------------------
    # C O L U M N S
-----------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  align-items: stretch;
}
.row.row--auto > .column {
  flex-grow: 1;
}
.row.row--collapsed {
  gap: 0;
}
@media screen and (min-width: 1281px) {
  .row > .widescreen--1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .widescreen--2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .widescreen--3 {
    flex: 0 0 25%;
    max-width: 25%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .widescreen--4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .widescreen--5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .widescreen--6 {
    flex: 0 0 50%;
    max-width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .widescreen--7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .widescreen--8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .widescreen--9 {
    flex: 0 0 75%;
    max-width: 75%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .widescreen--10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .widescreen--11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .widescreen--12 {
    flex: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .row > .desktop--1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .desktop--2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .desktop--3 {
    flex: 0 0 25%;
    max-width: 25%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .desktop--4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .desktop--5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .desktop--6 {
    flex: 0 0 50%;
    max-width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .desktop--7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .desktop--8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .desktop--9 {
    flex: 0 0 75%;
    max-width: 75%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .desktop--10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .desktop--11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .desktop--12 {
    flex: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .row > .tablet--1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .tablet--2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .tablet--3 {
    flex: 0 0 25%;
    max-width: 25%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .tablet--4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .tablet--5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .tablet--6 {
    flex: 0 0 50%;
    max-width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .tablet--7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .tablet--8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .tablet--9 {
    flex: 0 0 75%;
    max-width: 75%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .tablet--10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .tablet--11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .tablet--12 {
    flex: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
}
@media screen and (max-width: 640px) {
  .row > .mobile--1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .mobile--2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .mobile--3 {
    flex: 0 0 25%;
    max-width: 25%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .mobile--4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .mobile--5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .mobile--6 {
    flex: 0 0 50%;
    max-width: 50%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .mobile--7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .mobile--8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .mobile--9 {
    flex: 0 0 75%;
    max-width: 75%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .mobile--10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .mobile--11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row > .mobile--12 {
    flex: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.row .column--expand {
  flex: 1;
  min-width: 1px;
}
.row .column--auto-height {
  align-self: stretch;
}
/*-----------------------------*\
    # C O N T A I N E R
\*-----------------------------*/
.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
@media screen and (max-width: 960px) {
  .container {
    padding: 0 1rem;
  }
}
.container.container--fluid {
  max-width: none;
}
.container.container--collapsed {
  padding: 0;
}
.container.container--medium {
  max-width: 1200px;
}
.container.container--small {
  max-width: 600px;
}
/*-----------------------------
    # F L E X
-----------------------------*/
.flex {
  display: flex;
  align-items: center;
}
.flex.flex--center {
  justify-content: center;
}
.flex.flex--right {
  justify-content: flex-end;
}
/*-----------------------------
    # G R I D
-----------------------------*/
.grid {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 1281px) {
  .grid.widescreen--1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.widescreen--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.widescreen--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.widescreen--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.widescreen--5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.widescreen--6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.widescreen--7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid.widescreen--8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid.widescreen--9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid.widescreen--10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid.widescreen--11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid.widescreen--12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .grid.desktop--1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.desktop--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.desktop--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.desktop--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.desktop--5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.desktop--6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.desktop--7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid.desktop--8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid.desktop--9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid.desktop--10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid.desktop--11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid.desktop--12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .grid.tablet--1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.tablet--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.tablet--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.tablet--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.tablet--5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.tablet--6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.tablet--7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid.tablet--8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid.tablet--9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid.tablet--10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid.tablet--11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid.tablet--12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .grid.mobile--1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.mobile--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.mobile--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.mobile--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.mobile--5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.mobile--6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.mobile--7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid.mobile--8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid.mobile--9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid.mobile--10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid.mobile--11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid.mobile--12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.grid.grid--collapsed {
  grid-gap: 0px;
  margin-bottom: 0;
}
/*-----------------------------
    # S E C T I O N
-----------------------------*/
.section {
  position: relative;
}
.section.section--small {
  padding: 3rem 0;
}
@media screen and (max-width: 960px) {
  .section.section--small {
    padding: 1rem 0;
  }
}
.section.section--medium {
  padding: 6.25rem 0;
}
@media screen and (max-width: 960px) {
  .section.section--medium {
    padding: 3rem 0;
  }
}
.section.section--title {
  padding: 2rem 0 2rem 0;
  background: linear-gradient(45deg, #00003c 40%, #410fd3 100%);
}
@media screen and (max-width: 960px) {
  .section.section--title {
    padding: 2rem 0 1rem 0;
  }
}
.section.section--large {
  padding: 240px 0;
}
.section.section--fullheight {
  min-height: 100vh;
}
.section.section--light {
  background-color: #f6f6f6;
}
.section.section--dark {
  background-color: #00003c;
}
.section.section--primary {
  background-color: #410fd3;
  color: #ffffff;
}
.section.section--secondary {
  background-color: #875ffe;
  color: #ffffff;
}
.section.section--collapsed {
  padding: 0;
}
.section .section__title {
  margin-bottom: 1rem;
}
.section .section__title h3 {
  line-height: 1.5;
}
.section.section--gradient {
  background: #00003c;
  background: linear-gradient(45deg, #00003c 40%, #410fd3 100%);
}
/*------------------------------------
    # P E O P L E C O R E   T H E M E
-------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 99;
  padding-top: 1rem;
}
@media screen and (max-width: 1280px) {
  .header {
    padding-top: 2rem;
  }
  .header .container {
    padding: 0 1.5rem;
  }
}
.header .header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__logo {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .header .header__logo {
    width: 200px;
  }
}
.header .header__open-menu-icon {
  color: #410fd3;
  font-size: 1.5rem;
}
@media screen and (min-width: 1281px) {
  .header .header__open-menu-icon {
    display: none;
    color: #410fd3;
  }
}
.header .header__close-menu-icon {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  font-size: 1.75rem;
  color: #410fd3;
}
@media screen and (min-width: 1281px) {
  .header .header__close-menu-icon {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .header .header__menu {
    position: fixed;
    background: #ffffff;
    top: 0;
    right: -80%;
    height: 100vh;
    width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .header .header__menu .nav {
    padding: 5rem 2rem;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transform: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header .header__menu .nav .nav__item:last-child {
    margin-top: auto;
  }
  .header .header__menu .nav .nav__item a {
    display: block;
    padding: 0.75rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #00003c;
  }
  .header .header__menu .nav .nav__item .button {
    background: #410fd3;
    padding: 1rem;
    color: #ffffff;
    text-align: center;
  }
  .header .header__menu .nav .nav__item:has(.submenu) {
    display: flex;
    gap: 1rem;
  }
  .header .header__menu .nav .nav__item:has(.submenu) a {
    font-size: 1rem;
  }
  .header .header__menu .nav .nav__item:has(.submenu) .submenu {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-radius: 12px;
  }
  .header .header__menu .nav .nav__item:has(.submenu) .submenu li {
    list-style: none;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1281px) {
  .header .header__menu .nav {
    display: flex;
    align-items: center;
  }
  .header .header__menu .nav .nav__item {
    padding: 0.5rem 1rem;
  }
  .header .header__menu .nav .nav__item .submenu {
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.2);
    padding: 0.25rem 0;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    z-index: 90;
    webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transform: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header .header__menu .nav .nav__item .submenu li {
    list-style: none;
  }
  .header .header__menu .nav .nav__item .submenu li:first-child {
    border-bottom: 1px solid #dddfe9;
  }
  .header .header__menu .nav .nav__item .submenu li a {
    padding: 0.25rem 1rem;
    display: block;
  }
  .header .header__menu .nav .nav__item a {
    color: #00003c;
    text-decoration: none;
    font-weight: 600;
    webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transform: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header .header__menu .nav .nav__item a:hover {
    color: #410fd3;
  }
  .header .header__menu .nav .nav__item a i {
    font-weight: 500;
    font-size: 1rem;
  }
  .header .header__menu .nav .nav__item .button {
    box-shadow: 0px 5px 14px -4px rgba(0, 0, 0, 0.13);
    margin-top: 0;
    color: #ffffff;
    padding: 0.65rem 1rem;
  }
  .header .header__menu .nav .nav__item .button:hover {
    color: #ffffff;
  }
  .header .header__menu .nav .nav__item:has(.submenu) {
    font-size: 0.85rem;
  }
  .header .header__menu .nav .nav__item:has(.submenu):hover .submenu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
.header .header__offcanvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}
body.is--no-scroll {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.wrapp {
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.wrapp.is--offcanvas {
  z-index: 99;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
.wrapp.is--offcanvas .nav {
  box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.25);
}
.wrapp.is--offcanvas .nav .nav__item {
  animation: slideIn 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  transform: translateX(24px);
  opacity: 0;
}
.wrapp.is--offcanvas .nav .nav__item:nth-child(1) {
  animation-delay: 0.16s;
}
.wrapp.is--offcanvas .nav .nav__item:nth-child(2) {
  animation-delay: 0.2s;
}
.wrapp.is--offcanvas .nav .nav__item:nth-child(3) {
  animation-delay: 0.24s;
}
.wrapp.is--offcanvas .nav .nav__item:nth-child(4) {
  animation-delay: 0.28s;
}
.wrapp.is--offcanvas .nav .nav__item:nth-child(5) {
  animation-delay: 0.32s;
}
.wrapp.is--offcanvas .nav .nav__item:nth-child(6) {
  animation-delay: 0.36s;
}
.wrapp.is--offcanvas .nav .nav__item:nth-child(7) {
  animation-delay: 0.32s;
}
@keyframes slideIn {
  from {
    transform: translateX(24px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.wrapp.is--offcanvas .header__offcanvas {
  backdrop-filter: blur(4px);
}
.button--fixed {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 98;
}
.main {
  padding-top: 6rem;
}
.main .circle {
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #410fd3;
  width: 1500px;
  height: 1500px;
  top: -300px;
  left: -400px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .main .circle {
    left: -900px;
    top: 0px;
  }
}
.main .hero {
  background: #f6f6f6;
  padding: 4rem;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: -4rem;
  margin-right: -4rem;
}
@media screen and (max-width: 960px) {
  .main .hero {
    display: block;
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .main .hero .hero__title {
    padding-top: 0;
    margin-right: 4rem;
  }
}
.main .hero .hero__content {
  width: 100%;
}
.main .hero .hero__description {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  color: #00003c;
  border-top: 2px dashed #dddfe9;
  border-bottom: 2px dashed #dddfe9;
  padding: 2rem 0;
  margin-left: 8rem;
  margin-right: 1rem;
}
@media screen and (max-width: 960px) {
  .main .hero .hero__description {
    display: block;
    margin-left: 52%;
    margin-right: 0;
    border: 0;
  }
}
.main .hero .hero__description .hero__text {
  border-left: 2px dashed #dddfe9;
  padding-left: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .main .hero .hero__description .hero__text {
    padding-left: 0;
    border-left: 0;
  }
}
.main .hero .hero__description img {
  filter: grayscale(100%);
  opacity: 0.25;
  -webkit-transform: translate(-5px, 0);
  -moz-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 960px) {
  .main .hero .hero__description img {
    width: 50px;
    margin-bottom: 2rem;
  }
}
.main .hero .hero__description:hover img {
  filter: grayscale(0%);
  opacity: 1;
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
.main .hero .hero__media {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: -2rem;
  margin-right: -2rem;
  margin-bottom: -2rem;
}
.main .hero .hero__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .main .hero .hero__media {
    position: absolute;
    width: 50%;
    height: 40%;
    margin-left: -10%;
    bottom: 5rem;
  }
}
.main .intro .intro__circles {
  display: block;
  position: absolute;
  bottom: -5rem;
  right: 10rem;
  opacity: 0.2;
  z-index: 10;
}
.main .intro .intro__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .main .intro .intro__container {
    flex-direction: column-reverse;
  }
}
.main .intro .intro__container .intro__media {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
}
@media screen and (max-width: 960px) {
  .main .intro .intro__container .intro__media {
    margin: 3rem;
  }
}
.main .intro .intro__container .intro__content {
  max-width: 580px;
  margin-left: -4rem;
}
@media screen and (max-width: 960px) {
  .main .intro .intro__container .intro__content {
    max-width: max-content;
    margin: 0 1rem;
  }
}
.main .intro .intro__container .intro__eyebrow {
  font-size: 1.125rem;
}
.main .intro .intro__container .intro__text {
  font-size: 1.125rem;
}
.main .tag {
  background: rgba(135, 95, 254, 0.2);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  display: inline-block;
}
.main .tag.tag--secondary {
  background-color: #875ffe;
  color: #ffffff;
}
.main .higlight {
  background-color: #875ffe;
  font-weight: 700;
  padding: 1px 4px;
  color: #ffffff;
}
.main .values {
  margin-top: 6rem;
  background: linear-gradient(45deg, rgba(0, 0, 60, 0.9) 40%, rgba(65, 15, 211, 0.9) 100%), url('../img/values_bg.png') no-repeat -150px center, url('../img/values_bg_2.png') no-repeat 102% bottom, #00003c;
}
.main .values .values__container {
  margin-top: -15rem;
}
@media screen and (max-width: 960px) {
  .main .values .values__container {
    margin-top: -8em;
  }
}
.main .values .values__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .main .values .values__grid {
    gap: 1.5rem;
    margin: 0 0.5rem;
  }
}
.main .values .values__grid .values__right-column {
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .main .values .values__grid .values__right-column {
    margin-top: 2rem;
  }
}
.main .values .values__grid .values__card {
  color: #fff;
}
.main .values .values__grid .values__card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .main .values .values__grid .values__card img {
    margin-bottom: 0;
  }
}
.main .values .values__grid .values__card .values__title {
  padding: 0.5rem 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .main .values .values__grid .values__card .values__title {
    font-size: 1.25rem;
  }
}
.main .values .values__grid .values__card .values__description {
  margin-bottom: 3.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 960px) {
  .main .values .values__grid .values__card .values__description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.main .effect {
  text-align: center;
}
.main .effect h2,
.main .effect h5 {
  font-weight: 900;
}
.main .effect h5 {
  margin-bottom: 0.5rem;
}
.main .effect .effect__grid {
  margin: 5rem 0 3rem 0;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .main .effect .effect__grid {
    margin: 1rem 0;
    gap: 1rem;
  }
}
.main .effect .effect-card {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .main .effect .effect-card {
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    padding: 1rem;
  }
}
.main .effect .effect-card .effect-card__icon {
  margin-bottom: 2rem;
  max-width: 90px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .main .effect .effect-card .effect-card__icon {
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-width: 70px;
  }
}
@media screen and (max-width: 960px) {
  .main .effect .effect-card .effect-card__text {
    font-size: 0.9rem;
  }
}
.main .effect .effect-card__title {
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .main .effect .effect-card__title {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.main .services {
  position: relative;
}
.main .services .circles {
  display: block;
  position: absolute;
  top: -250px;
  left: -150px;
}
@media screen and (max-width: 960px) {
  .main .services .circles {
    display: none;
  }
}
.main .services .services__acordion {
  display: none;
}
@media screen and (max-width: 960px) {
  .main .services .services__acordion {
    display: block;
  }
}
.main .services .services__header {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .main .services .services__header {
    display: block;
    margin-bottom: 2rem;
  }
}
.main .services .services__layout {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .main .services .services__layout {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .main .services .services__tabs {
    display: none;
  }
}
.main .services .services__tab {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem 1rem 0.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.main .services .services__tab i {
  color: #410fd3;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.main .services .services__tab span {
  z-index: 1;
}
.main .services .services__tab:hover {
  color: #ffffff;
  background: #410fd3;
}
.main .services .services__tab:hover i {
  color: #ffffff;
  margin-right: 0.5rem;
}
.main .services .services__tab.is--active {
  color: #ffffff;
  background: #410fd3;
}
.main .services .services__tab.is--active i {
  color: #ffffff;
  margin-right: 0.5rem;
}
.main .services .services__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 26px;
  box-shadow: 0px 6px 18px -4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 960px) {
  .main .services .services__panel {
    display: none;
  }
}
.main .services .services__panel .services__slide {
  scroll-snap-align: start;
  min-height: 260px;
  display: grid;
  place-items: center;
  position: relative;
}
.main .services .services__panel .services__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.main .services .services__panel .services__card {
  width: 18rem;
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  background: #fff;
  padding: 1.5rem;
  border-radius: 16px;
}
.main .services .services__panel .services__card p {
  margin-bottom: 2rem;
  font-size: 1.125rem;
}
.main .services .services__panel .services__media {
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .main .services .services__panel .services__media {
    border-radius: 16px 16px 0px 0px;
  }
}
.main .about {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../img/circles_bg_v2.png') no-repeat right center;
}
.main .about .about__container {
  gap: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 960px) {
  .main .about .about__container {
    display: block;
    padding: 1rem 2rem;
  }
}
.main .about .about__container .about__content {
  max-width: 520px;
}
.main .about .about__container .about__text {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .main .about .about__gallery {
    display: none;
  }
}
.main .about .about__gallery img {
  margin-bottom: 2rem;
  border-radius: 12px;
}
.main .about .about__gallery .row {
  align-items: center;
}
.main .testimonials {
  overflow: hidden;
}
.main .testimonials .circle-1 {
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #410fd3;
  width: 1100px;
  height: 1100px;
  top: -650px;
  left: -150px;
}
@media screen and (max-width: 960px) {
  .main .testimonials .circle-1 {
    left: -500px;
  }
}
.main .testimonials .circle-2 {
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #410fd3;
  width: 1200px;
  height: 1200px;
  bottom: -600px;
  left: -650px;
  opacity: 0.3;
}
@media screen and (max-width: 960px) {
  .main .testimonials .circle-2 {
    left: -800px;
    bottom: -500px;
  }
}
.main .testimonials .testimonials-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 960px) {
  .main .testimonials .testimonials__container {
    display: block;
    padding: 1rem 2rem;
    text-align: center;
  }
  .main .testimonials .testimonials__container .testimonials__stats {
    margin-bottom: 2rem;
    text-align: center;
  }
  .main .testimonials .testimonials__container .testimonials__content {
    text-align: center;
  }
}
.main .testimonials .testimonials__years {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .main .testimonials .testimonials__years {
    display: block;
    text-align: center;
  }
}
.main .testimonials .testimonials__years i {
  color: #410fd3;
  font-size: 2.75rem;
  margin-left: -10px;
}
.main .testimonials .testimonials__years p {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0;
}
.main .testimonials .testimonials__years .testimonials__years-text {
  font-size: 1rem;
}
.main .testimonials .testimonials-slider {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  will-change: transform;
}
.main .testimonials .testimonials-slider__slide {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 2rem;
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .main .testimonials .testimonials-slider__slide {
    margin-top: 1rem;
    display: block;
    text-align: center;
  }
}
.main .testimonials .testimonials-slider__slide .testimonials-slider__logo {
  width: 280px;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  min-width: 0;
}
@media screen and (max-width: 960px) {
  .main .testimonials .testimonials-slider__slide .testimonials-slider__logo {
    width: 200px;
    display: inline-block;
  }
}
.main .testimonials .testimonials-slider__slide .testimonials-slider__body {
  min-width: 0;
}
.main .testimonials .testimonials-slider__slide .testimonials-slider__body img {
  width: 100px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .main .testimonials .testimonials-slider__slide .testimonials-slider__body img {
    display: none;
  }
}
.main .testimonials .testimonials-slider__slide .testimonials-slider__text {
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .main .testimonials .testimonials-slider__slide .testimonials-slider__text {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.main .testimonials .testimonials-slider__slide .testimonials-slider__author {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 1.125rem;
}
.main .testimonials .testimonials-slider__slide .testimonials-slider__role {
  margin-bottom: 0;
}
.main .testimonials .testimonials-slider__controls {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
@media screen and (max-width: 960px) {
  .main .testimonials .testimonials-slider__controls {
    padding: 2rem 0;
    bottom: 0;
    left: 0;
    position: relative;
    justify-content: center;
  }
}
.main .testimonials .testimonials-slider__controls .testimonials-slider__arrow {
  background: #fff;
  aspect-ratio: 1;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 1rem;
  border-radius: 8px;
  box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.main .testimonials .testimonials-slider__controls .testimonials-slider__arrow:hover {
  box-shadow: 0px 12px 22px -8px rgba(0, 0, 0, 0.25);
  color: #410fd3;
}
.main .testimonials .testimonials-slider__controls .testimonials-slider__arrow.is--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.main .testimonials .testimonials-slider__controls .testimonials-slider__arrow:last-child {
  margin-right: 0;
}
.main .cta {
  background: url('../img/circles_bg.png') no-repeat -260px center, url('../img/circles_bg.png') no-repeat 110% -400px, #00003c;
}
@media screen and (max-width: 960px) {
  .main .cta {
    padding: 5rem 1rem;
    background: url('../img/circles_bg.png') no-repeat 10% -400px, #00003c;
  }
}
.main .cta .cta__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .main .cta .cta__container {
    display: block;
  }
}
.main .cta .cta__container .cta__contact {
  flex: 0 0 1;
}
@media screen and (max-width: 960px) {
  .main .cta .cta__container .cta__contact {
    margin-top: 1rem;
  }
}
.main .cta .cta__container .cta__contact a {
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .main .cta .cta__container .cta__contact a {
    font-size: 1.25rem;
  }
}
.main .cta .cta__container .cta__contact a i {
  margin-right: 10px;
  color: #875ffe;
}
.main .cta .cta__container .cta__content {
  flex: 0 0 50%;
}
.footer .footer__content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 6rem 0;
}
@media screen and (max-width: 960px) {
  .footer .footer__content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    padding: 4rem 1rem 2rem 1rem;
  }
}
.footer .footer__logo {
  display: block;
  margin-bottom: 3rem;
}
.footer .footer__logo img {
  width: 170px;
}
.footer .footer__info {
  width: 75%;
}
@media screen and (max-width: 960px) {
  .footer .footer__info {
    grid-area: 1 / 1 / 2 / 3;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.footer .footer__menu a {
  display: block;
  padding: 0.25rem 0;
  color: #00003c;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 960px) {
  .footer .footer__menu a {
    margin: 0.5rem 0;
  }
}
.footer .footer__menu a:hover {
  color: #410fd3;
}
@media screen and (max-width: 960px) {
  .footer .footer__menu {
    grid-area: 2 / 1 / 3 / 2;
  }
  .footer .footer__menu:last-child {
    grid-area: 2 / 2 / 3 / 3;
  }
}
.footer .footer__disclaymer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dddfe9;
  padding: 2rem 0;
}
@media screen and (max-width: 960px) {
  .footer .footer__disclaymer {
    padding: 2rem 1rem 2rem 1rem;
    display: block;
  }
  .footer .footer__disclaymer span b {
    display: block;
  }
}
.socialmedia a {
  color: #00003c;
  text-decoration: none;
  webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transform: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.socialmedia a i {
  color: #410fd3;
}
.socialmedia a:hover {
  color: #410fd3;
}
