@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/* Fonts */
@font-face {
  font-family: "BwFusiona";
  src: url("/fonts/BwFusiona-45Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "BwFusiona";
  src: url("/fonts/BwFusiona-45RegularItalic.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "BwFusiona";
  src: url("/fonts/BwFusiona-47Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BwFusiona";
  src: url("/fonts/BwFusiona-47BoldItalic.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "BwFusiona";
  src: url("/fonts/BwFusiona-58ExtraBold.woff2") format("woff2");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "BwFusiona";
  src: url("/fonts/BwFusiona-58ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
  font-weight: 800;
  font-style: italic;
}
/* Color */
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-outer [data-action] {
  display: none;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.tns-nav {
  display: flex;
  gap: 5px;
}
.tns-nav button {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #232322;
  border: none;
}
.tns-nav button.tns-nav-active {
  background-color: #2DD368;
}

/* Color */
::-moz-selection {
  color: #04152a;
  background: #ff46c0;
}

::selection {
  color: #04152a;
  background: #ff46c0;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: #04152a;
}
*::-webkit-scrollbar-thumb {
  background: #ff46c0;
  border: 3px solid #04152a;
  border-radius: 16px;
}

/* Lenis */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*	General	*/
html,
body {
  height: 100%;
}

html {
  font-size: 112.5%;
}

body {
  background: url("/img/mosaic.svg") repeat center 30px #04152a;
  background-size: 500px;
  background-attachment: fixed;
  color: #fff;
  font-family: "BwFusiona";
  font-weight: 300;
  font-feature-settings: "ss01" 1;
  scroll-behavior: smooth;
}
body b, body strong {
  font-weight: 500;
}

main {
  background-color: #04152a;
  max-width: 1600px;
  margin-inline: auto;
  padding: 76px 0 0;
  box-shadow: 0 0 30px rgb(0, 0, 0);
}

a {
  cursor: pointer;
  outline: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

a img {
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, .title, .subtitle {
  font-family: "BwFusiona";
  font-weight: 800;
  font-feature-settings: "ss01" 1;
  line-height: 100%;
  margin-bottom: 0.2em;
  text-wrap: balance;
  letter-spacing: -0.02em;
}

h1, .title {
  font-size: 5.653rem;
}
@media only screen and (max-width: 560px) {
  h1, .title {
    font-size: 3rem;
  }
}

h2, .subtitle {
  font-size: 3.998rem;
}
@media only screen and (max-width: 560px) {
  h2, .subtitle {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.827rem;
}
@media only screen and (max-width: 560px) {
  h3 {
    font-size: 1.7rem;
  }
}

h4 {
  font-size: 1.999rem;
}
@media only screen and (max-width: 560px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.414rem;
}
@media only screen and (max-width: 560px) {
  h5 {
    font-size: 1.3rem;
  }
}

p {
  line-height: 120%;
  text-wrap: balance;
  font-size: 1.75rem;
}
@media only screen and (max-width: 560px) {
  p {
    font-size: 1rem;
  }
}
p b, p strong {
  font-weight: 500;
}

p + p {
  margin-top: 1em;
}

.text ul {
  margin-block: 1em;
  padding-left: 1.4em;
}
.text ul li {
  font-size: 1.3em;
  line-height: 130%;
  text-wrap: balance;
  position: relative;
  list-style: none;
}
@media only screen and (max-width: 560px) {
  .text ul li {
    font-size: 1em;
  }
}
.text ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  display: inline-block;
  position: absolute;
  left: -1.4em;
  top: -2px;
  font-size: 0.6em;
}
.text ul li + li {
  margin-top: 0.4em;
}
.text a {
  color: inherit;
}

@media only screen and (min-width: 560px) {
  section {
    min-height: calc(100vh - 76px);
    padding: 120px 30px;
  }
}
@media only screen and (max-width: 560px) {
  section {
    padding: 30px 20px;
  }
}

section.inv {
  background-color: #ACCEF1;
  color: #04152a;
}

@media only screen and (min-width: 560px) {
  .grid {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
  }
  .grid > .image, .grid > .text {
    grid-column: span 6;
  }
  .grid .image:first-child {
    padding-left: 60px;
  }
  .grid .image:last-child {
    padding-left: 30px;
    padding-right: 60px;
  }
  .grid .text:first-child {
    padding-left: 60px;
  }
  .grid .text:last-child {
    padding-left: 30px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 560px) {
  .grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@keyframes fadeOut {
  to {
    transform: translateY(-50vh);
  }
}
.grid .image {
  animation: fadeOut linear forwards;
  animation-timeline: view();
  animation-range: 100vh 140vh;
}
.grid .image img {
  width: 100%;
  max-height: calc(100vh - 120px);
  max-width: calc(100vh - 120px);
  object-fit: contain;
  height: auto;
  display: block;
}
@media only screen and (max-width: 560px) {
  .grid .image img {
    width: 80%;
    max-height: calc(80vw - 120px);
    max-width: calc(80vw - 120px);
  }
}

.buttons {
  margin-top: 1em;
}

button,
.btn,
input[type=submit] {
  font-family: "BwFusiona";
  font-weight: 300;
  font-feature-settings: "ss01" 1;
  background-color: #ff46c0;
  border: none;
  color: #04152a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.6em 0.6em 0.3em;
  height: 36px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border-color;
  box-sizing: border-box;
  border: 1px solid #ff46c0;
  text-decoration: none;
  font-size: 1em;
}
button b, button strong,
.btn b,
.btn strong,
input[type=submit] b,
input[type=submit] strong {
  font-weight: 500;
}
button:hover, button:focus,
.btn:hover,
.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #ACCEF1;
  border-color: #ACCEF1;
}
button.btn-alt:not(:hover),
.btn.btn-alt:not(:hover),
input[type=submit].btn-alt:not(:hover) {
  background-color: #fff;
  color: #04152a;
  border-color: #fff;
}
button i,
.btn i,
input[type=submit] i {
  position: relative;
  top: -0.22em;
}

.btn-txt {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  text-decoration: none;
}
.btn-txt i {
  position: relative;
  top: -3px;
  color: #ff46c0;
}
.btn-txt span {
  text-decoration: underline;
  display: flex;
}
@media only screen and (min-width: 900px) {
  .btn-txt:hover {
    color: #ACCEF1;
  }
}

input[type=submit] {
  width: 100%;
  justify-content: space-between;
  height: 56px;
}

.submit .btn {
  width: 100%;
  justify-content: space-between;
  height: 56px;
}

label {
  display: block;
  margin-bottom: 8px;
}

input[type=text],
input[type=text],
input[type=number],
input[type=email],
input[type=mail],
input[type=tel],
input[type=password],
input[type=datetime-local],
textarea {
  border: 1px solid #fff;
  padding: 5px 10px 0px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  font-family: "BwFusiona";
  font-weight: 300;
  font-feature-settings: "ss01" 1;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  vertical-align: bottom;
  box-sizing: border-box;
  width: 100%;
}
input[type=text] b, input[type=text] strong,
input[type=text] b,
input[type=text] strong,
input[type=number] b,
input[type=number] strong,
input[type=email] b,
input[type=email] strong,
input[type=mail] b,
input[type=mail] strong,
input[type=tel] b,
input[type=tel] strong,
input[type=password] b,
input[type=password] strong,
input[type=datetime-local] b,
input[type=datetime-local] strong,
textarea b,
textarea strong {
  font-weight: 500;
}
@media only screen and (min-width: 900px) {
  input[type=text]:hover,
  input[type=text]:hover,
  input[type=number]:hover,
  input[type=email]:hover,
  input[type=mail]:hover,
  input[type=tel]:hover,
  input[type=password]:hover,
  input[type=datetime-local]:hover,
  textarea:hover {
    border-color: #ff46c0;
  }
}
input[type=text]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=mail]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=datetime-local]:focus,
textarea:focus {
  outline: none;
  border-color: #ff46c0;
}
input[type=text]:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=mail]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
input[type=datetime-local]:disabled,
textarea:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
input[type=text]::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=mail]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=datetime-local]::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
input[type=text].error,
input[type=text].error,
input[type=number].error,
input[type=email].error,
input[type=mail].error,
input[type=tel].error,
input[type=password].error,
input[type=datetime-local].error,
textarea.error {
  border-color: #cc0000;
}

textarea {
  min-height: 100px;
  padding-top: 7px;
}

.error-msg {
  display: block;
  font-size: 15px;
  color: #990000;
  padding-top: 8px;
}

.input + .input {
  margin-top: 18px;
}

.input + .doble {
  margin-top: 18px;
}

.doble {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.doble .input + .input {
  margin-top: 0;
}
.doble + .input {
  margin-top: 18px;
}

.radio,
.checkbox {
  margin-top: 20px;
  position: relative;
}
.radio + .checkbox, .radio + .radio,
.checkbox + .checkbox,
.checkbox + .radio {
  margin-top: 10px;
}
.radio .group,
.checkbox .group {
  position: relative;
}
.radio .group + .group,
.checkbox .group + .group {
  margin-top: 20px;
}
.radio .group label span,
.checkbox .group label span {
  margin-top: 4px;
  display: block;
  font-size: 0.8em;
  line-height: 130%;
}
.radio label a,
.checkbox label a {
  color: inherit;
}
@media only screen and (min-width: 900px) {
  .radio label a:hover,
  .checkbox label a:hover {
    color: #ACCEF1;
  }
}
.radio + .submit,
.checkbox + .submit {
  margin-top: 20px;
}
.radio + .submit input,
.checkbox + .submit input {
  width: 100%;
  justify-content: center;
}

input[type=radio] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  padding: 5px;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  transition: color 0.3s ease-out;
}

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  color: #fff;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  border: 1px solid #fff;
  background: #062141;
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  margin-left: -32px;
  margin-top: 0.15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0spx;
}

input[type=radio].error + label:before,
input[type=checkbox].error + label:before {
  border-color: #cc0000;
}

input[type=radio]:hover + label:before,
input[type=checkbox]:hover + label:before,
input[type=radio] + label:hover:before,
input[type=checkbox] + label:hover:before {
  border-color: #ff46c0;
}

input[type=radio] + label:hover,
input[type=checkbox] + label:hover {
  color: #ff46c0;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  border-color: #232322;
  background-color: #232322;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  color: #232322;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:checked + label:before {
  background-color: #fff;
  border-color: #fff;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #ff46c0;
}

input[type=checkbox] {
  position: absolute;
  top: 10px;
  border-radius: 2px;
}

input[type=checkbox] + label {
  padding-top: 10px;
}

input[type=checkbox] + label:before {
  margin-top: 8px;
}

input[type=checkbox] + label:before {
  content: "×";
  text-align: center;
  line-height: 24px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -3px;
  padding: 1px 0px 0px 0px;
  font-size: 34px;
}

input[type=checkbox]:checked + label:before {
  background-color: #fff;
  color: #04152a;
  border-color: #fff;
}

input[type=checkbox]:disabled + label:before {
  color: rgba(255, 255, 255, 0);
  pointer-events: none;
  cursor: default;
}

input[type=checkbox]:checked:disabled + label:before {
  color: #bbb;
  text-shadow: 0.05em 0 0 #bbb, -0.05em 0 0 #bbb;
}

.input.color {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.input.color label {
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 10px;
  transition: color 0.3s;
}
@media only screen and (min-width: 900px) {
  .input.color:hover label {
    color: #ff46c0;
  }
}

header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  height: 76px;
  background-color: transparent;
}
header > div {
  background-color: #04152a;
  max-width: 1600px;
  height: 100%;
  padding-inline: 30px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  header > div {
    padding-inline: 20px;
  }
}
header .logo img {
  display: block;
  height: 30px;
}
@media only screen and (max-width: 560px) {
  header .logo img {
    height: 36px;
  }
}
@media only screen and (max-width: 560px) {
  header .logo {
    overflow: hidden;
    width: 56px;
  }
}
header .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
}
@media only screen and (max-width: 560px) {
  header .buttons a span {
    display: none;
  }
}

.steps {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 -30px 2em;
  position: relative;
}
.steps:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 20px;
  height: 2px;
  background-color: #ff46c0;
}
.steps .step {
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #04152a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
.steps .step.active {
  background-color: #ff46c0;
  color: #04152a;
  border-color: #ff46c0;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  display: none;
}
.modal.modal-open {
  display: flex;
}
.modal .modal-body {
  position: relative;
  z-index: 2;
  max-width: 500px;
  max-height: calc(100dvh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
  background-color: #04152a;
  color: #fff;
  border: 10px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 100px rgba(0, 0, 0, 0.3);
}
.modal .modal-body .form {
  margin-top: 2em;
}
.modal .modal-body .resend {
  font-size: 0.8em;
  margin-top: 1.2em;
  display: block;
  color: #fff;
}
@media only screen and (min-width: 900px) {
  .modal .modal-body .resend:hover {
    color: #ff46c0;
  }
}
.modal .modal-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #04152a;
  opacity: 0.95;
}

.step-form {
  display: none;
}
.step-form.step-active {
  display: block;
}

.intro {
  overflow: hidden;
  background-size: contain;
}
.intro .text {
  grid-column: 1/9;
  grid-row: 1/2;
}
.intro .text .subtitle {
  color: #ff46c0;
}
.intro .text p {
  max-width: 700px;
}
.intro .text p strong {
  color: #ACCEF1;
}
.intro .text .buttons {
  font-size: 1.5em;
}
@media only screen and (max-width: 560px) {
  .intro .text .buttons {
    font-size: 1.2em;
  }
}
.intro .text .buttons .btn {
  height: 60px;
  color: #04152a;
}
.intro .text .extra {
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.intro .image {
  position: relative;
  grid-row: 1/2;
  grid-column: 7/13;
}

section.profiles {
  display: block;
}
section.profiles .text {
  padding: 0 !important;
}
section.profiles .text .profiles-container .profiles-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 15px;
}
@media only screen and (max-width: 560px) {
  section.profiles .text .profiles-container .profiles-list {
    grid-template-columns: 1fr;
  }
}
section.profiles .text .profiles-container .profiles-list .pro {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 560px) {
  section.profiles .text .profiles-container .profiles-list .pro {
    padding: 20px;
  }
}
section.profiles .text .profiles-container .profiles-list .pro .image {
  padding: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.profiles .text .profiles-container .profiles-list .pro .image img {
  width: 75%;
}
@media only screen and (max-width: 560px) {
  section.profiles .text .profiles-container .profiles-list .pro .image {
    aspect-ratio: auto;
    padding: 15px;
    justify-content: flex-start;
    margin-bottom: 1em;
  }
}
section.profiles .text .profiles-container .profiles-list .pro h4 {
  font-size: 1.4em;
}
section.profiles .text .profiles-container .profiles-list .pro p {
  font-size: 1.1em;
}

body.dashboard {
  background-color: #fff;
  color: #04152a;
}
body.dashboard .dashboard-section {
  display: grid;
  grid-template-columns: 250px auto;
  padding-top: 30px;
}
body.dashboard .dashboard-section aside a {
  color: #04152a;
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
  margin-right: 20px;
  border-bottom: 1px solid #ACCEF1;
}
body.dashboard .dashboard-section aside a.active {
  margin-right: 0;
  color: #ff46c0;
  cursor: default;
  pointer-events: none;
}
body.dashboard .dashboard-section aside a.logout {
  color: #ACCEF1;
}
body.dashboard .dashboard-section aside a:hover {
  color: #ff46c0;
}
body.dashboard .dashboard-section .dashboard-main {
  border: 1px solid #ACCEF1;
  min-height: calc(100dvh - 136px);
  padding: 20px;
  display: grid;
  grid-template-columns: 200px auto;
}
body.dashboard .dashboard-section .dashboard-main aside {
  font-size: 0.9em;
}
body.dashboard .dashboard-section .dashboard-main .dashboard-main-content {
  border: 1px solid #ACCEF1;
}

.create-card {
  display: grid;
  grid-template-columns: auto 350px;
  height: 100%;
}
.create-card .create-form {
  background-color: #04152a;
  color: #fff;
  padding: 30px;
}
.create-card .create-preview {
  background-color: #ACCEF1;
  padding: 30px;
}
.create-card .create-preview > p {
  font-size: 0.8em;
}
.create-card .create-preview .card {
  width: 290px;
  height: 200px;
  border-radius: 10px;
  background-color: #04152a;
  color: #fff;
  padding: 15px 25px 25px;
  margin: 1.5em auto;
  transform: rotate(2deg);
}
.create-card .create-preview .card .card-logo {
  text-align: center;
}
.create-card .create-preview .card .card-logo img {
  height: 30px;
  width: auto;
}
.create-card .create-preview .card .card-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.create-card .create-preview .card .card-main .info {
  margin: 17px 0 17px;
}
.create-card .create-preview .card .card-main .info p {
  font-size: 9px;
}
.create-card .create-preview .card .card-main .info img {
  margin: 5px 0;
  width: 40px;
  height: auto;
  filter: invert(1);
}
.create-card .create-preview .card .card-main .info small {
  display: block;
  font-size: 5px;
  letter-spacing: 2px;
}
.create-card .create-preview .card .card-main .qty {
  font-weight: bold;
  font-size: 90px;
  position: relative;
  bottom: -10px;
}
.create-card .create-preview .card .card-footer {
  text-align: center;
  color: #ff46c0;
}
.create-card .create-preview .card .card-footer p {
  font-size: 10px;
}
.create-card .create-preview .input input {
  border-color: #04152a;
  color: #04152a;
}

.widget-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
}
.widget-section .widget-head {
  text-align: center;
  margin-bottom: 30px;
}
.widget-section .widget-head img {
  height: 40px;
}
.widget-section .widget-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget-section .widget-main a.article {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
.widget-section .widget-main a.article .info {
  margin-right: 20px;
  font-size: 1.3em;
}
.widget-section .widget-main a.article .info small {
  margin-top: 0.3em;
  opacity: 0.5;
  font-size: 0.6em;
  display: block;
  line-height: 120%;
}
.widget-section .widget-main a.article .qty {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.widget-section .widget-main a.article .qty .number {
  font-weight: bold;
  font-size: 2em;
  position: relative;
  top: 5px;
  margin-right: 15px;
}
.widget-section .widget-footer {
  margin-top: 30px;
  font-size: 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-section .widget-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
.widget-section .widget-footer img {
  height: 1.2em;
  margin-right: 6px;
}

/*# sourceMappingURL=styles.css.map */
