/*# sourceMappingURL=styles-build-your-team.css.map */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body.i18n-fr .language-switcher .fr {
  font-weight: bold;
}
body.i18n-fr .i18n .fr {
  opacity: 1;
}
body.i18n-fr .i18n .en {
  opacity: 0;
  display: none !important;
}

body.i18n-en .language-switcher .en {
  font-weight: bold;
}
body.i18n-en .i18n .fr {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .en {
  opacity: 1;
}

.flipping-i18n {
  -webkit-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -ms-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -o-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.flipping-i18n.flip-out {
  backface-visibility: hidden;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateX(90deg);
}

.fading-i18n {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  opacity: 1;
}
.fading-i18n.fade-out {
  opacity: 0 !important;
}

@font-face {
  font-family: "Inclusive Sans";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../../fonts/inclusive-sans/InclusiveSans-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-family: "Inclusive Sans";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("../../fonts/inclusive-sans/InclusiveSans-Italic-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Matex";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  font-feature-settings: "ss01" 1;
  src: url("../../fonts/hal-matex/HALMatex-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Matex";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  font-feature-settings: "ss01" 1;
  src: url("../../fonts/hal-matex/HALMatex-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "GT Pressura Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/gt-pressura-mono/GT-Pressura-Mono-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "GT Pressura Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/gt-pressura-mono/GT-Pressura-Mono-Bold.woff2") format("woff2");
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "tnum";
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "HAL Matex";
  line-height: normal;
}

html, body {
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}

html, body, #main, .screen {
  width: 1920px;
  height: 1080px;
}

#main {
  display: none;
  color: #F4EEE6;
  font-size: 36px;
}

a {
  color: #F4EEE6;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #F4EEE6;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 36px;
}

strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: 500;
}

h1 {
  font-size: 120px;
}

h2 {
  font-size: 78px;
}

h3 {
  font-size: 64px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  font-size: 36px;
}

.container {
  padding: 0 40px;
}

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

sub {
  vertical-align: sub;
  font-size: smaller;
}

.screen-content.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
.screen.hidden {
  visibility: hidden;
  pointer-events: none;
}
.screen:not(.current) {
  pointer-events: none !important;
}
.screen:not(.current) * {
  pointer-events: none !important;
}
.screen .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.screen .step.current {
  opacity: 1;
}
.screen .step.hidden {
  visibility: hidden;
  pointer-events: none;
}
.screen .step:not(.current) {
  pointer-events: none !important;
}
.screen .step:not(.current) * {
  pointer-events: none !important;
}

#error {
  padding: 20px;
  position: fixed;
  font-weight: bold;
  z-index: 1000;
  width: 600px;
  background: #da8989;
  top: 50px;
  left: 50px;
  border: solid darkred 1px;
  color: #000;
}

#still-there {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(36, 38, 38, 0.75);
  backdrop-filter: blur(4px);
}
#still-there .modal {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  text-align: center;
  padding: 60px;
  width: 100%;
  max-width: 847px;
  border-radius: 20px;
  overflow: hidden;
  color: #000;
  position: relative;
}
#still-there .modal::before {
  content: "";
  background: url("../../images/global/warning.png") no-repeat center center;
  background-size: 100% 100%;
  width: 91px;
  height: 91px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}
#still-there .modal p {
  font-size: 33px;
  font-weight: 500;
}
#still-there .modal .text-box {
  width: 100%;
  padding-top: 10px;
}
#still-there .modal .label {
  text-align: left;
  line-height: 1.4;
}
#still-there .modal .buttons-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 10px;
}
#still-there .modal .buttons-box .gray .glow,
#still-there .modal .buttons-box .black .glow {
  transform: scale(1);
  filter: blur(20px);
  opacity: 0.3;
}
#still-there .modal .buttons-box .left .glow {
  opacity: 0.6;
  filter: blur(20px);
}

.pill-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  --pill-h: 140px;
  color: #242626;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pill-button .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pill-button._active_ .inner, .pill-button:active .inner {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.pill-button.no-transition {
  transition: none !important;
}
.pill-button.not-active {
  pointer-events: none;
  opacity: 0.5;
}
.pill-button .inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--pill-gap, calc(var(--pill-h) * 48 / 140));
  height: var(--pill-h);
  padding: var(--pill-padding, 0 calc(var(--pill-h) * 40 / 140) 0 calc(var(--pill-h) * 63 / 140));
}
.pill-button .glow, .pill-button .pill {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.pill-button .glow svg, .pill-button .pill svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pill-button .pill {
  z-index: 1;
}
.pill-button .pill svg path {
  fill: #F4EEE6;
}
.pill-button .label {
  position: relative;
  z-index: 2;
  font-family: "HAL Matex";
  font-weight: 700;
  font-size: var(--pill-font-size, calc(var(--pill-h) * 32 / 140));
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pill-button .icon {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--pill-icon-size, calc(var(--pill-h) * 92 / 140));
  height: var(--pill-icon-size, calc(var(--pill-h) * 92 / 140));
  transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pill-button .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pill-button .icon svg.countdown .track {
  opacity: 0;
}
.pill-button .icon svg.countdown .progress {
  transform: rotate(-90deg);
  transform-origin: center;
}
.pill-button .icon .count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "HAL Matex";
  font-weight: 700;
  font-size: calc(var(--pill-h) * 30 / 140);
  line-height: 1;
}
.pill-button .icon .countdown-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72%;
  height: 72%;
  display: block;
}
.pill-button .icon .countdown-icon svg {
  width: 100%;
  height: 100%;
}
.pill-button.left .inner {
  flex-direction: row-reverse;
  padding: var(--pill-padding, 0 calc(var(--pill-h) * 63 / 140) 0 calc(var(--pill-h) * 40 / 140));
}
.pill-button.left .pill {
  transform: scaleX(-1);
}
.pill-button.icon-quit .inner {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.pill-button.icon-quit .icon {
  margin-left: -15px;
}
.pill-button.icon-quit .label {
  font-family: "Inclusive Sans";
}
.pill-button.no-icon .inner {
  justify-content: center;
  gap: 0;
  padding: 0 calc(var(--pill-h) * 63 / 140);
}
.pill-button.gray {
  color: #F4EEE6;
}
.pill-button.gray .pill svg path {
  fill: #242626;
}
.pill-button.black {
  color: #F4EEE6;
}
.pill-button.black .pill svg path {
  fill: #000;
}
.pill-button.none {
  --pill-bg: transparent;
}
.pill-button.none .pill svg path {
  fill: transparent;
}
.pill-button._active_ .label, .pill-button:active .label {
  opacity: 0.5;
}
.pill-button._active_ .icon, .pill-button:active .icon {
  opacity: 0.36;
}

.pill-button, .crew-pill-button {
  --pill-glow-blur: calc(var(--pill-h) * 26 / 140);
  --pill-glow-scale-x: 1.06;
  --pill-glow-scale-y: 1.12;
}
.pill-button.not-active .glow, .crew-pill-button.not-active .glow {
  opacity: 0;
}
.pill-button .glow, .crew-pill-button .glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.pill-button .glow svg, .crew-pill-button .glow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pill-button .glow, .crew-pill-button .glow {
  z-index: 0;
  transform: scale(var(--pill-glow-scale-x), var(--pill-glow-scale-y));
  transform-origin: center;
  filter: blur(var(--pill-glow-blur));
  opacity: 0.85;
}
.pill-button.left .glow, .crew-pill-button.left .glow {
  transform: scale(var(--pill-glow-scale-x), var(--pill-glow-scale-y)) scaleX(-1);
}

.crew-pill-button {
  --pill-h: 178px;
}
.crew-pill-button.is-active .pill circle {
  fill: #1F7F88;
  stroke: none;
}
.crew-pill-button.is-active .pill .shape, .crew-pill-button.is-active .pill .check, .crew-pill-button.is-active .pill .stroke {
  stroke: #F4EEE6;
}
.crew-pill-button.is-active .glow, .crew-pill-button.is-active .star {
  opacity: 1 !important;
}
.crew-pill-button .inner {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
}
.crew-pill-button .icon img {
  width: 145px;
  height: 145px;
  position: relative;
  z-index: 2;
}
.crew-pill-button .icon .star {
  position: absolute;
  left: -30px;
  top: 45%;
  translate: 0 -50%;
  z-index: -1;
  opacity: 0;
  width: 240px;
  height: 240px;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: star-animation 160s linear infinite;
}
.crew-pill-button .label {
  font-size: 44px;
  margin-left: 40px;
  position: relative;
  z-index: 2;
}
.crew-pill-button .glow {
  opacity: 0;
  z-index: -2;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.crew-pill-button .pill {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.crew-pill-button .pill .shape, .crew-pill-button .pill .check, .crew-pill-button .pill .stroke {
  stroke: none;
  transition: stroke 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.crew-pill-button .pill circle {
  fill: transparent;
  stroke: #F4EEE6;
  stroke-width: 3px;
  transition: fill 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), stroke 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.rounded-rectangle-modal {
  color: #242626;
  border-style: solid;
  border-color: transparent;
  border-width: 61px 51px;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.rounded-rectangle-modal::before {
  content: "";
  position: absolute;
  inset: -61px -51px;
  z-index: -1;
  transform: translateZ(0);
  background-color: #F4EEE6;
  border-style: solid;
  border-color: transparent;
  border-width: 61px 51px;
  -webkit-mask-box-image: url("../../images/global/rounded-rectangle-modal.svg") 61 51 fill stretch;
  -webkit-mask-box-image-width: 61px 51px;
  mask-border: url("../../images/global/rounded-rectangle-modal.svg") 61 51 fill stretch;
}
.rounded-rectangle-modal > .label {
  border-radius: 100vw;
  background-color: #242626;
  color: #F4EEE6;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 10px 10px;
  white-space: nowrap;
}
.rounded-rectangle-modal > .label .icon {
  display: flex;
  margin-right: 15px;
}
.rounded-rectangle-modal .text {
  font-size: 22px;
  line-height: 135%;
  font-family: "Inclusive Sans";
  font-weight: 400;
}
.rounded-rectangle-modal .text strong {
  font-size: 22px;
  font-family: "HAL Matex";
  font-weight: 700;
}
.rounded-rectangle-modal.gray {
  color: #F4EEE6;
}
.rounded-rectangle-modal.gray::before {
  background-color: #242626;
}
.rounded-rectangle-modal.gray .label {
  background-color: #F4EEE6;
  color: #242626;
}
.rounded-rectangle-modal.black {
  color: #F4EEE6;
}
.rounded-rectangle-modal.black::before {
  background-color: #000;
}
.rounded-rectangle-modal.black .label {
  background-color: #F4EEE6;
  color: #242626;
}

.keyboard-holder {
  opacity: 0.5;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.keyboard-holder.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.keyboard-holder .keyboard {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.keyboard-holder .keyboard .row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.keyboard-holder .keyboard .row .key {
  font-family: "HAL Matex";
  color: #49BACD;
  border-radius: 2px;
  margin: 0 7px 0 0;
  text-align: center;
  background: #F4EEE6;
  line-height: 34px;
  font-size: 26px;
  -webkit-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.keyboard-holder .keyboard .row .key span {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
}
.keyboard-holder .keyboard .row .key.tab, .keyboard-holder .keyboard .row .key.delete {
  width: 70px;
  font-size: 18px;
}
.keyboard-holder .keyboard .row .key.delete {
  width: 36px;
  font-size: 0;
  background: url("../../images/global/keyboard/delete.svg") no-repeat center center;
  -webkit-mask-image: url("../../images/global/keyboard/delete.svg");
  -webkit-mask-position: center, center;
  -webkit-mask-repeat: no-repeat, no-repeat;
  background-size: 100%;
  margin-right: 0;
  margin-left: 20px;
}
.keyboard-holder .keyboard .row .key.shift {
  width: 28px;
  font-size: 0;
  background: url("../../images/global/keyboard/shift.svg") no-repeat center center;
  -webkit-mask-image: url("../../images/global/keyboard/shift.svg");
  -webkit-mask-position: center, center;
  -webkit-mask-repeat: no-repeat, no-repeat;
  background-size: 100%;
  margin-left: 0;
  margin-right: 30px;
}
.keyboard-holder .keyboard .row .key.shift.active {
  background: #49BACD;
}
.keyboard-holder .keyboard .row .key.capslock {
  width: 80px;
}
.keyboard-holder .keyboard .row .key.return {
  width: 77px;
  font-size: 18px;
}
.keyboard-holder .keyboard .row .key.switcher {
  width: 95px;
  font-size: 18px;
}
.keyboard-holder .keyboard .row .key.switcher span {
  width: 100%;
}
.keyboard-holder .keyboard .row .key.firstitem {
  clear: left;
}
.keyboard-holder .keyboard .row .key.space {
  width: 200px;
}
.keyboard-holder .keyboard .row .key.active {
  background: #49BACD;
  color: #F4EEE6;
}
.keyboard-holder .keyboard .row .key .on {
  display: none;
}
.keyboard-holder .keyboard .row .key .letter.uppercase {
  text-transform: uppercase;
}

.gradient-border:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 4px;
  background: linear-gradient(135deg, #F4EEE6, #F4EEE6);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

html, body, #main, .screen {
  width: 1920px;
  height: 2160px;
}

#main {
  background-color: #242626;
}

.screen {
  z-index: 2;
}
.screen .top-screen, .screen .bottom-screen {
  padding: 55px 40px;
}

.build-your-team #still-there {
  height: 1080px;
  bottom: 0;
  top: unset;
}

.top-screen, .bottom-screen {
  height: 1080px;
  position: relative;
  z-index: 2;
}

.ovelay-background {
  display: flex;
  flex-direction: column;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 2160px;
}
.ovelay-background svg {
  overflow: hidden;
}

.main-background {
  width: 100%;
  height: 100%;
}
.main-background .star-background {
  --tile-height: 200vh;
  background-image: url("../../images/build-your-team/star-background.png");
  background-repeat: repeat-y;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 100%;
  animation: star-move 60s linear infinite;
}
@keyframes star-move {
  from {
    background-position: center 0%;
  }
  to {
    background-position-y: var(--tile-height);
  }
}

.loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.loading .text {
  font-size: 48px;
  font-family: "Inclusive Sans";
  margin-bottom: 75px;
  text-align: center;
}
.loading .loading-animation {
  width: 350px;
  height: 350px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.loading .loading-animation .spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 390px;
}
.loading .loading-animation .spinner .path {
  stroke: #FFF;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.loading .loading-animation img {
  animation: translateY 1s ease-in-out infinite alternate;
}
@keyframes translateY {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes star-animation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes orbit {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.crew-screen .background-gradient {
  width: 827px;
  height: 427px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform-origin: center center;
  rotate: 25deg;
  filter: blur(150px);
  z-index: -1;
}
.crew-screen .background-gradient span {
  display: block;
  position: absolute;
  background: attr(data-color color);
  width: 350px;
  height: 350px;
  offset-path: path("M 250 0 a 250 100 0 1 1 -0.1 0 Z");
  animation: orbit 15s linear infinite;
}
.crew-screen .background-gradient .color2 {
  animation-direction: reverse;
}
.crew-screen .background-gradient .color3 {
  animation-delay: 5000ms;
}

.crew[data-crew-id][data-crew-id=astronaut_crew] .members-gradient {
  background: linear-gradient(180deg, #E1D741 0%, #EA4940 99.04%);
}
.crew[data-crew-id][data-crew-id=astronaut_crew] .member.is-active:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 13px;
  padding: 5px;
  background: linear-gradient(180deg, #E1D741, #EA4940);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.crew[data-crew-id][data-crew-id=astronaut_crew] .member.is-active .star-member path {
  fill: url("#star-yellow");
}
.crew[data-crew-id][data-crew-id=astronaut_crew] .content-member .gauge-container .gauge path {
  fill: url("#astronaut_crew");
}
.crew[data-crew-id][data-crew-id=mission_operations_crew] .members-gradient {
  background: linear-gradient(180deg, #49BACD 0%, #F36688 50%, #F9804F 100%);
}
.crew[data-crew-id][data-crew-id=mission_operations_crew] .member.is-active:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 13px;
  padding: 5px;
  background: linear-gradient(180deg, #49BACD, #F36688, #F9804F);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.crew[data-crew-id][data-crew-id=mission_operations_crew] .member.is-active .gauge path {
  fill: url("#mission-linear-active");
}
.crew[data-crew-id][data-crew-id=mission_operations_crew] .member.is-active .star-member path {
  fill: url("#star-pink");
}
.crew[data-crew-id][data-crew-id=mission_operations_crew] .content-member .gauge-container .gauge path {
  fill: url("#mission_operations_crew");
}
.crew[data-crew-id][data-crew-id=science_crew] .members-gradient {
  background: linear-gradient(180deg, 325FD5 0%, #1587D9 50%, #8BC9E7 100%);
}
.crew[data-crew-id][data-crew-id=science_crew] .member.is-active:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 13px;
  padding: 5px;
  background: linear-gradient(0deg, #325FD5, #1587D9, #8BC9E7);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.crew[data-crew-id][data-crew-id=science_crew] .member.is-active .gauge path {
  fill: url("#science-linear-active");
}
.crew[data-crew-id][data-crew-id=science_crew] .member.is-active .star-member path {
  fill: url("#star-blue");
}
.crew[data-crew-id][data-crew-id=science_crew] .content-member .gauge-container .gauge path {
  fill: url("#science_crew");
}
.crew[data-crew-id][data-crew-id=health_crew] .members-gradient {
  background: linear-gradient(180deg, #695CF3 0%, #EA4940 99.04%);
}
.crew[data-crew-id][data-crew-id=health_crew] .member.is-active:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 13px;
  padding: 5px;
  background: linear-gradient(180deg, #695CF3, #EA4940);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.crew[data-crew-id][data-crew-id=health_crew] .member.is-active .gauge path {
  fill: url("#health-linear-active");
}
.crew[data-crew-id][data-crew-id=health_crew] .member.is-active .star-member path {
  fill: url("#star-purple");
}
.crew[data-crew-id][data-crew-id=health_crew] .content-member .gauge-container .gauge path {
  fill: url("#health_crew");
}

.members-gradient {
  width: 383px;
  height: 383px;
  border-radius: 100%;
  rotate: -30deg;
  display: block;
  position: absolute;
  top: 280px;
  left: 100px;
  z-index: -1;
  filter: blur(50px);
  opacity: 0;
}

.crew-report[data-crew-id=astronaut_crew] .gradient1, .crew-report[data-crew-id=astronaut_crew] .gradient2, .crew-report[data-crew-id=astronaut_crew] .gradient3, .crew-report[data-crew-id=astronaut_crew] .gradient4 {
  background: linear-gradient(180deg, #E1D741 0%, #EA4940 99.04%);
}
.crew-report[data-crew-id=astronaut_crew] .pill-button .glow path {
  fill: url("#astronaut_crew");
}
.crew-report[data-crew-id=astronaut_crew] .gauge-container .gauge path {
  fill: url("#astronaut_crew");
}
.crew-report[data-crew-id=astronaut_crew] .path-event .gradient {
  fill: url("#orange");
}
.crew-report[data-crew-id=astronaut_crew] #icon-warning rect {
  fill: url("#orange-warning");
}
.crew-report[data-crew-id=mission_operations_crew] .gradient1, .crew-report[data-crew-id=mission_operations_crew] .gradient2, .crew-report[data-crew-id=mission_operations_crew] .gradient3, .crew-report[data-crew-id=mission_operations_crew] .gradient4 {
  background: linear-gradient(180deg, #49BACD 0%, #F36688 50%, #F9804F 100%);
}
.crew-report[data-crew-id=mission_operations_crew] .pill-button .glow path {
  fill: url("#mission_operations_crew");
}
.crew-report[data-crew-id=mission_operations_crew] .gauge-container .gauge path {
  fill: url("#mission_operations_crew");
}
.crew-report[data-crew-id=mission_operations_crew] .path-event .gradient {
  fill: url("#pink");
}
.crew-report[data-crew-id=mission_operations_crew] #icon-warning rect {
  fill: url("#pink-warning");
}
.crew-report[data-crew-id=science_crew] .gradient1, .crew-report[data-crew-id=science_crew] .gradient2, .crew-report[data-crew-id=science_crew] .gradient3, .crew-report[data-crew-id=science_crew] .gradient4 {
  background: linear-gradient(180deg, #61E5F9 0%, #CEFFF3 100%);
}
.crew-report[data-crew-id=science_crew] .pill-button .glow path {
  fill: url("#science_crew");
}
.crew-report[data-crew-id=science_crew] .gauge-container .gauge path {
  fill: url("#science_crew");
}
.crew-report[data-crew-id=science_crew] .path-event .gradient {
  fill: url("#blue");
}
.crew-report[data-crew-id=science_crew] #icon-warning rect {
  fill: url("#blue-warning");
}
.crew-report[data-crew-id=health_crew] .gradient1, .crew-report[data-crew-id=health_crew] .gradient2, .crew-report[data-crew-id=health_crew] .gradient3, .crew-report[data-crew-id=health_crew] .gradient4 {
  background: linear-gradient(180deg, #695CF3 0%, #EA4940 100%);
}
.crew-report[data-crew-id=health_crew] .pill-button .glow path {
  fill: url("#health_crew");
}
.crew-report[data-crew-id=health_crew] .gauge-container .gauge path {
  fill: url("#health_crew");
}
.crew-report[data-crew-id=health_crew] .path-event .gradient {
  fill: url("#purple");
}
.crew-report[data-crew-id=health_crew] #icon-warning rect {
  fill: url("#purple-warning");
}

.crew[data-members-count="4"] .group-team-selected .members-gradient[data-slot-index="0"] {
  translate: 60px 80px;
}
.crew[data-members-count="4"] .group-team-selected .members-gradient[data-slot-index="1"] {
  translate: 450px -60px;
}
.crew[data-members-count="4"] .group-team-selected .members-gradient[data-slot-index="2"] {
  translate: 900px -80px;
}
.crew[data-members-count="4"] .group-team-selected .members-gradient[data-slot-index="3"] {
  translate: 1200px 50px;
}
.crew[data-members-count="4"] .group-team-selected .member-selected {
  min-width: 25%;
}
.crew[data-members-count="4"] .group-team-selected .member-selected .member-image .image {
  clip-path: url(#members-shapes-mask-4);
}
.crew[data-members-count="4"] .group-team-selected .member-selected[data-slot-index="0"] img {
  translate: 200px 330px;
}
.crew[data-members-count="4"] .group-team-selected .member-selected[data-slot-index="0"] .member-infos {
  translate: 460px 610px;
}
.crew[data-members-count="4"] .group-team-selected .member-selected[data-slot-index="1"] img {
  translate: 540px 280px;
}
.crew[data-members-count="4"] .group-team-selected .member-selected[data-slot-index="1"] .member-infos {
  translate: 750px 250px;
}
.crew[data-members-count="4"] .group-team-selected .member-selected[data-slot-index="2"] img {
  translate: 910px 270px;
}
.crew[data-members-count="4"] .group-team-selected .member-selected[data-slot-index="2"] .member-infos {
  translate: 1140px 600px;
}
.crew[data-members-count="4"] .group-team-selected .member-selected[data-slot-index="3"] img {
  translate: 1240px 360px;
}
.crew[data-members-count="4"] .group-team-selected .member-selected[data-slot-index="3"] .member-infos {
  translate: 1480px 340px;
}
.crew[data-members-count="5"] .group-team-selected .members-gradient[data-slot-index="0"] {
  translate: 0 0;
}
.crew[data-members-count="5"] .group-team-selected .members-gradient[data-slot-index="1"] {
  translate: 350px -80px;
}
.crew[data-members-count="5"] .group-team-selected .members-gradient[data-slot-index="2"] {
  translate: 750px -100px;
}
.crew[data-members-count="5"] .group-team-selected .members-gradient[data-slot-index="3"] {
  translate: 1000px 25px;
}
.crew[data-members-count="5"] .group-team-selected .members-gradient[data-slot-index="4"] {
  translate: 1330px -50px;
}
.crew[data-members-count="5"] .group-team-selected .member-selected {
  min-width: 20%;
}
.crew[data-members-count="5"] .group-team-selected .member-selected .member-image .image {
  clip-path: url(#members-shapes-mask-5);
}
.crew[data-members-count="5"] .group-team-selected .member-selected[data-slot-index="0"] img {
  translate: 180px 310px;
}
.crew[data-members-count="5"] .group-team-selected .member-selected[data-slot-index="0"] .member-infos {
  translate: 440px 570px;
}
.crew[data-members-count="5"] .group-team-selected .member-selected[data-slot-index="1"] img {
  translate: 500px 270px;
}
.crew[data-members-count="5"] .group-team-selected .member-selected[data-slot-index="1"] .member-infos {
  translate: 695px 230px;
}
.crew[data-members-count="5"] .group-team-selected .member-selected[data-slot-index="2"] img {
  translate: 850px 270px;
}
.crew[data-members-count="5"] .group-team-selected .member-selected[data-slot-index="2"] .member-infos {
  translate: 1050px 590px;
}
.crew[data-members-count="5"] .group-team-selected .member-selected[data-slot-index="3"] img {
  translate: 1150px 320px;
}
.crew[data-members-count="5"] .group-team-selected .member-selected[data-slot-index="3"] .member-infos {
  translate: 1380px 315px;
}
.crew[data-members-count="5"] .group-team-selected .member-selected[data-slot-index="4"] img {
  translate: 1450px 300px;
}
.crew[data-members-count="5"] .group-team-selected .member-selected[data-slot-index="4"] .member-infos {
  translate: 1680px 610px;
}
.crew[data-members-count="6"] .group-team-selected .members-gradient {
  width: 280px;
  height: 280px;
}
.crew[data-members-count="6"] .group-team-selected .members-gradient[data-slot-index="0"] {
  translate: 25px 130px;
}
.crew[data-members-count="6"] .group-team-selected .members-gradient[data-slot-index="1"] {
  translate: 290px 0;
}
.crew[data-members-count="6"] .group-team-selected .members-gradient[data-slot-index="2"] {
  translate: 680px -20px;
}
.crew[data-members-count="6"] .group-team-selected .members-gradient[data-slot-index="3"] {
  translate: 900px 100px;
}
.crew[data-members-count="6"] .group-team-selected .members-gradient[data-slot-index="4"] {
  translate: 1200px 50px;
}
.crew[data-members-count="6"] .group-team-selected .members-gradient[data-slot-index="5"] {
  translate: 1420px 150px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected {
  min-width: 16.6666666667%;
}
.crew[data-members-count="6"] .group-team-selected .member-selected .member-image .image {
  clip-path: url(#members-shapes-mask-6);
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="0"] img {
  translate: 120px 280px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="0"] .member-infos {
  translate: 350px 530px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="1"] img {
  translate: 400px 230px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="1"] .member-infos {
  translate: 580px 200px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="2"] img {
  translate: 720px 220px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="2"] .member-infos {
  translate: 910px 550px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="3"] img {
  translate: 1000px 300px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="3"] .member-infos {
  translate: 1230px 270px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="4"] img {
  translate: 1270px 280px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="4"] .member-infos {
  translate: 1500px 570px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="5"] img {
  translate: 1500px 310px;
}
.crew[data-members-count="6"] .group-team-selected .member-selected[data-slot-index="5"] .member-infos {
  translate: 1720px 290px;
}
.crew .group-team-selected .team-member-selected {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 1920px;
  height: 1080px;
  pointer-events: none;
}
.crew .group-team-selected .team-member-selected .member-selected {
  position: absolute;
}
.crew .group-team-selected .team-member-selected .member-selected .member-infos {
  position: absolute;
  top: 50%;
  max-width: 200px;
}
.crew .group-team-selected .team-member-selected .member-selected .member-infos .name-label, .crew .group-team-selected .team-member-selected .member-selected .member-infos .role-label {
  font-family: "GT Pressura Mono";
  font-size: 11px;
  text-transform: uppercase;
  line-height: 0.9;
}
.crew .group-team-selected .team-member-selected .member-selected .member-infos h3 {
  font-family: "HAL Matex";
  font-size: 31px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0;
}
.crew .group-team-selected .team-member-selected .member-selected .member-infos h4 {
  font-family: "Inclusive Sans";
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.crew .group-team-selected .team-member-selected .member-selected .member-image {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
}
.crew .group-team-selected .team-member-selected .member-selected .member-image .image-blurry-clone img {
  position: absolute;
  top: 0;
  filter: blur(4px);
}
.crew .group-team-selected .team-member-selected .member-selected .member-image img {
  max-width: 320px;
}

.group-members {
  background: #000;
  width: 1240px;
  position: relative;
  border-radius: 23px 23px 0 0;
  padding: 55px 25px;
  margin-top: 25px;
}
.group-members .label {
  position: absolute;
  top: -20px;
  left: 50%;
  translate: -50% 0;
  font-size: 24px;
  line-height: 125%;
  font-family: "HAL Matex";
  background-color: #000;
  padding: 7px 13px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.group-members .label img {
  margin-left: 15px;
}
.group-members .listing {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 20px 40px;
  height: 950px;
}
.group-members .listing::-webkit-scrollbar {
  display: none;
}
.group-members .listing > div {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 42px;
}
.group-members .member {
  box-shadow: 0px 2px 10.4px 2px rgba(244, 238, 230, 0.5019607843);
  border-radius: 13px;
  padding: 10px;
  overflow: visible;
  position: relative;
  margin-bottom: 40px;
  height: fit-content;
  transition: box-shadow 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.group-members .member:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 13px;
  padding: 5px;
  background: linear-gradient(180deg, transparent, transparent, transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.group-members .member::after {
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.group-members .member::before {
  content: "";
  display: block;
}
.group-members .member .gauge-fill--active {
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.group-members .member h3, .group-members .member span, .group-members .member img {
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.group-members .member.is-active::after {
  opacity: 1 !important;
}
.group-members .member.is-active .gauge-fill--active {
  opacity: 1;
}
.group-members .member.is-active {
  box-shadow: 0px 2px 10.4px 2px rgba(0, 0, 0, 0);
}
.group-members .member.is-added {
  box-shadow: 0px 2px 10.4px 2px rgba(0, 0, 0, 0);
}
.group-members .member.is-added:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 13px;
  padding: 2px;
  background: linear-gradient(180deg, #F4EEE6, #F4EEE6, #F4EEE6);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.group-members .member.is-added::after {
  opacity: 1;
}
.group-members .member.is-added .icon-remove {
  opacity: 1;
}
.group-members .member.is-added h3, .group-members .member.is-added span, .group-members .member.is-added img, .group-members .member.is-added .star-member {
  opacity: 0.5;
}
.group-members .member.is-added .gauge path {
  fill: #F4EEE6 !important;
  opacity: 0.4;
}
.group-members .member .icon-remove {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.group-members .member .group-image {
  background: #242626;
  border-radius: 9px 9px 0 0;
  position: relative;
  height: 236px;
  margin-bottom: 12px;
  overflow: hidden;
}
.group-members .member .group-image .star-member {
  position: absolute;
  z-index: 2;
}
.group-members .member .group-image .star-member:first-child {
  top: 5px;
  left: 5px;
}
.group-members .member .group-image .star-member:nth-of-type(2) {
  bottom: 5px;
  right: 5px;
}
.group-members .member .group-image img {
  scale: 1.5;
  translate: 0 20px;
}
.group-members .member .group-image .role-right {
  position: absolute;
  right: 5px;
  top: 5px;
}
.group-members .member .group-image span {
  font-family: "GT Pressura Mono";
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  writing-mode: vertical-rl;
  scale: -1;
}
.group-members .member .group-name .name-label, .group-members .member .group-name .role-label {
  font-family: "GT Pressura Mono";
  font-size: 15px;
  text-transform: uppercase;
  line-height: 0.9;
}
.group-members .member .group-name h3 {
  font-family: "HAL Matex";
  font-size: 31px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0;
}
.group-members .member .group-name h4 {
  font-family: "Inclusive Sans";
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.group-members .member .aptitude-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  justify-content: center;
  margin: auto;
}
.group-members .member .aptitude-listing .aptitude {
  display: flex;
  align-items: center;
  gap: 5px;
}
.group-members .member .aptitude-listing .aptitude:nth-child(2n) {
  flex-direction: row-reverse;
}
.group-members .member .aptitude-listing .aptitude:nth-child(2n) span {
  text-align: left;
}
.group-members .member .aptitude-listing .aptitude .gauge-container, .group-members .member .aptitude-listing .aptitude .gauge-container svg {
  display: block;
}
.group-members .member .aptitude-listing .aptitude span {
  font-size: 6px;
  max-width: 30px;
  display: block;
  margin-right: 5px;
  text-align: right;
}

.group-member-info .content-info {
  overflow: hidden;
}
.group-member-info .content-member {
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 20px 80px;
  text-align: center;
  position: absolute;
  inset: 0;
  transform: translateX(100%);
}
.group-member-info .content-member.is-active {
  transform: translateX(0);
}
.group-member-info .content-member.is-added [data-action=addMember] {
  pointer-events: none;
  opacity: 0.5;
}
.group-member-info .content-member.is-added .pill-button {
  opacity: 0.5;
  pointer-events: none;
}
.group-member-info .content-member .row {
  margin-left: 30px;
}
.group-member-info .content-member .group-image {
  width: 174px;
  height: 174px;
  overflow: hidden;
  margin: 5px auto 25px;
}
.group-member-info .content-member .group-image img {
  scale: 1.5;
  translate: 0 20px;
}
.group-member-info .content-member h4 {
  font-size: 31px;
  font-family: "HAL Matex";
}
.group-member-info .content-member h5 {
  font-size: 19px;
  font-family: "Inclusive Sans";
  margin-bottom: 30px;
}
.group-member-info .content-member p {
  font-size: 16px;
  font-family: "Inclusive Sans";
  font-weight: 300;
  max-width: 250px;
  margin: auto;
}
.group-member-info .content-member .info-pill-button {
  position: absolute;
  right: 15px;
}
.group-member-info .content-member .info-pill-button .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.group-member-info .content-member .info-pill-button._active_ .inner, .group-member-info .content-member .info-pill-button:active .inner {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.group-member-info .content-member .aptitude-listing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 10px;
  margin-top: 60px;
  margin-bottom: 50px;
}
.group-member-info .content-member .aptitude {
  font-size: 17px;
  font-family: "Inclusive Sans";
  text-align: left;
  line-height: 100%;
}
.group-member-info .content-member .aptitude span {
  margin-bottom: 10px;
  display: block;
}
.group-member-info .content-member [data-action=addMember] {
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes floating {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(10px) translateX(0);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.build-your-team #screen-1 {
  background: #000;
}
.build-your-team #screen-1 .top-screen {
  background: #242626;
}
.build-your-team #screen-1 .top-screen .frames {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
}
.build-your-team #screen-1 .top-screen .frame {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 0 20px;
}
.build-your-team #screen-1 .top-screen .frame:before {
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}
.build-your-team #screen-1 .top-screen .frame .text {
  font-family: "GT Pressura Mono";
  font-size: 27px;
  text-align: center;
}
.build-your-team #screen-1 .top-screen .frame .text h3 {
  font-family: "HAL Matex";
  font-size: 67px;
  line-height: 90%;
  font-weight: bold;
  margin-top: 20px;
}
.build-your-team #screen-1 .top-screen .frame .frame-image {
  margin: 20px 0;
  animation: floating 8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
.build-your-team #screen-1 .top-screen .frame .frame-icon {
  position: absolute;
  width: 206px;
  aspect-ratio: 1;
  animation: floating 8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite reverse;
}
.build-your-team #screen-1 .top-screen .frame:nth-child(1) {
  margin-top: 150px;
}
.build-your-team #screen-1 .top-screen .frame:nth-child(1):before {
  background: linear-gradient(180deg, #0634AB 0%, #1587D9 49.52%, #8BC9E7 99.04%);
  transform: rotate(30deg);
  width: 361px;
  height: 361px;
  left: 80px;
  bottom: 80px;
  filter: blur(140px);
}
.build-your-team #screen-1 .top-screen .frame:nth-child(1) .text {
  text-align: left;
}
.build-your-team #screen-1 .top-screen .frame:nth-child(1) .frame-icon {
  bottom: 25px;
  right: 55px;
}
.build-your-team #screen-1 .top-screen .frame:nth-child(1) .frame-image {
  max-width: 557px;
}
.build-your-team #screen-1 .top-screen .frame:nth-child(2) {
  border-left: 4px solid #F4EEE6;
  border-right: 4px solid #F4EEE6;
  margin-bottom: 40px;
}
.build-your-team #screen-1 .top-screen .frame:nth-child(2):before {
  background: linear-gradient(270deg, #F9804F 0%, #F36688 50%, #49BACD 100%);
  transform: rotate(30deg);
  width: 522px;
  height: 522px;
  left: 35px;
  top: 50px;
  filter: blur(140px);
}
.build-your-team #screen-1 .top-screen .frame:nth-child(2) .frame-image {
  order: -1;
  margin-bottom: 30px;
  max-width: 489px;
  animation-delay: 2s;
}
.build-your-team #screen-1 .top-screen .frame:nth-child(2) .frame-icon {
  top: 40px;
  right: 10px;
  animation-delay: 2s;
}
.build-your-team #screen-1 .top-screen .frame:nth-child(3):before {
  background: linear-gradient(270deg, #EFD164 0%, #EA4940 99.04%);
  transform: rotate(30deg);
  width: 401px;
  height: 401px;
  left: 110px;
  bottom: 90px;
  filter: blur(140px);
}
.build-your-team #screen-1 .top-screen .frame:nth-child(3) .frame-image {
  max-width: 516px;
  animation-delay: 5s;
}
.build-your-team #screen-1 .top-screen .frame:nth-child(3) .frame-icon {
  bottom: 30px;
  right: 0;
  animation-delay: 5s;
}
.build-your-team #screen-1 .bottom-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.build-your-team #screen-1 .bottom-screen .container {
  max-width: 625px;
  margin-left: 80px;
  margin-right: 80px;
}
.build-your-team #screen-1 .bottom-screen .title {
  font-size: 108px;
  letter-spacing: -2%;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "HAL Matex";
  font-weight: 500;
  line-height: 113%;
}
.build-your-team #screen-1 .bottom-screen .text {
  font-size: 35px;
  margin-bottom: 85px;
  font-family: "Inclusive Sans";
  font-weight: 400;
  line-height: 130%;
  opacity: 0.8;
}
.build-your-team #screen-1 .bottom-screen .image {
  width: 376px;
}

.build-your-team #screen-2 .top-screen {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 170px 175px;
}
.build-your-team #screen-2 .top-screen .title {
  font-family: "GT Pressura Mono";
  text-transform: uppercase;
  font-weight: 400;
}
.build-your-team #screen-2 .top-screen .title h2 {
  text-transform: none;
  font-family: "HAL Matex";
  font-size: 107px;
  line-height: 96%;
  margin-top: 15px;
}
.build-your-team #screen-2 .bottom-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.build-your-team #screen-2 .bottom-screen .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.build-your-team #screen-2 .bottom-screen h3 {
  font-family: "HAL Matex";
  font-size: 48px;
  line-height: 125%;
  font-weight: bold;
}
.build-your-team #screen-2 .bottom-screen h4 {
  font-family: "Inclusive Sans";
  font-size: 40px;
  line-height: 125%;
  font-weight: 400;
  margin-bottom: 65px;
}
.build-your-team #screen-2 .bottom-screen .pill-button {
  position: absolute;
  bottom: 120px;
  right: 120px;
}
.build-your-team #screen-2 .background-layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.build-your-team #screen-3 .top-screen .crew-screen {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.build-your-team #screen-3 .top-screen .crew-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 135px;
  opacity: 0;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right {
  padding: 105px;
  margin-left: 75px;
  margin-top: 50px;
  text-align: center;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal {
  opacity: 0;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal h3 {
  font-family: "HAL Matex";
  font-weight: 600;
  line-height: 121%;
  margin-bottom: 30px;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-1 .label, .build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-2 .label {
  font-size: 24px;
  font-family: "HAL Matex";
  font-weight: bold;
  padding: 18px 22px;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-1 {
  margin-bottom: 60px;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-1::before {
  inset: -61px -51px -51px;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-1 .text div.i18n {
  font-size: 22px;
  font-weight: 300;
  font-family: "Inclusive Sans";
  line-height: 125%;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-2 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-2::before {
  inset: -51px -58px -31px;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-2 .label {
  padding: 9px 20px;
  top: -50px;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-2 .label::after {
  content: "";
  background: url("../../images/build-your-team/icon-requirement.svg") no-repeat center center;
  width: 29px;
  height: 29px;
  display: block;
  margin-left: 15px;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-2 .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-2 .list .requirement {
  font-family: "Inclusive Sans";
  font-size: 24px;
  line-height: 125%;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: solid 2px #F4EEE6;
  display: inline-flex;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-2 .list .requirement span {
  margin-right: 20px;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-2 .list .requirement::after {
  content: "";
  width: 29px;
  height: 29px;
  min-width: 29px;
  border-radius: 100%;
  border: 1px solid #F4EEE6;
  display: block;
  margin-left: auto;
}
.build-your-team #screen-3 .top-screen .crew-item .group-right .rounded-rectangle-modal.text-modal-2 .list .requirement:last-child {
  border-bottom: none;
}
.build-your-team #screen-3 .top-screen .crew-item .crew-image {
  position: relative;
  opacity: 0;
}
.build-your-team #screen-3 .top-screen .crew-item .crew-image img {
  min-width: 663px;
  width: 663px;
  height: 663px;
}
.build-your-team #screen-3 .top-screen .crew-item .crew-image .star {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: -1;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: star-animation 160s linear infinite;
}
.build-your-team #screen-3 .bottom-screen {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px;
}
.build-your-team #screen-3 .bottom-screen .group-left {
  height: 100%;
  padding-left: 30px;
  padding-right: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.build-your-team #screen-3 .bottom-screen .group-left .rounded-rectangle-modal {
  min-width: 498px;
  margin-bottom: 60px;
}
.build-your-team #screen-3 .bottom-screen .group-left .rounded-rectangle-modal .label svg rect {
  fill: #F4EEE6;
}
.build-your-team #screen-3 .bottom-screen .group-left .rounded-rectangle-modal .text-1, .build-your-team #screen-3 .bottom-screen .group-left .rounded-rectangle-modal .text-2 {
  text-align: center;
}
.build-your-team #screen-3 .bottom-screen .group-left .rounded-rectangle-modal .text-1 {
  font-family: "Inclusive Sans";
  font-size: 22px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 20px;
}
.build-your-team #screen-3 .bottom-screen .group-left .rounded-rectangle-modal .text-2 {
  font-family: "HAL Matex";
  font-size: 45px;
  line-height: 121%;
}
.build-your-team #screen-3 .bottom-screen .group-left .pill-button {
  margin-left: auto;
  margin-right: auto;
}
.build-your-team #screen-3 .bottom-screen .group-right {
  height: 100%;
  padding-left: 135px;
  margin-right: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.build-your-team #screen-3 .bottom-screen .group-right::after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #F4EEE6;
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
}
.build-your-team #screen-3 .bottom-screen .crew-selection {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  width: 844px;
}
.build-your-team #screen-3 .bottom-screen .crew-selection .crew-pill-button .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.build-your-team #screen-3 .bottom-screen .crew-selection .crew-pill-button._active_ .inner, .build-your-team #screen-3 .bottom-screen .crew-selection .crew-pill-button:active .inner {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

@keyframes glow-50 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.53;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glow-100 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.build-your-team #screen-4 .crew .team-completed .top-screen::after {
  animation: glow-50 5s ease-in-out forwards;
  animation-delay: 300ms;
}
.build-your-team #screen-4 .crew .team-completed .bottom-screen::after {
  animation: glow-100 5s ease-in-out forwards;
  animation-delay: 300ms;
}
.build-your-team #screen-4 .crew .tool-tip-overlay {
  position: absolute;
  z-index: 10;
  width: 569px;
  height: fit-content;
}
.build-your-team #screen-4 .crew .tool-tip-overlay .rounded-rectangle-modal::before {
  inset: -41px -51px;
}
.build-your-team #screen-4 .crew .tool-tip-overlay:before {
  content: "";
  width: 64px;
  height: 47px;
  background-image: url("../../images/build-your-rover/tool-tip-pin.png");
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateX(-50%);
}
.build-your-team #screen-4 .crew .tool-tip-overlay.arrow-top:before {
  top: 0;
  left: 40%;
  transform: translateX(50%) rotate(90deg);
}
.build-your-team #screen-4 .crew .tool-tip-overlay .text {
  margin-bottom: 20px;
}
.build-your-team #screen-4 .crew .tool-tip-overlay .text, .build-your-team #screen-4 .crew .tool-tip-overlay .text strong {
  font-family: "HAL Matex";
  line-height: 127%;
  font-size: 30px;
  text-align: center;
}
.build-your-team #screen-4 .crew .top-screen {
  background: #242626;
}
.build-your-team #screen-4 .crew .top-screen::after {
  content: "";
  width: 606px;
  height: 559px;
  background: linear-gradient(270deg, #A5F2A6 0%, #E9F9A2 100%);
  border-radius: 100%;
  filter: blur(150px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  opacity: 0;
}
.build-your-team #screen-4 .crew .top-screen .group-top {
  display: flex;
  align-items: center;
  padding: 15px 35px;
}
.build-your-team #screen-4 .crew .top-screen .group-top .team-icon {
  width: 140px;
  height: 140px;
}
.build-your-team #screen-4 .crew .top-screen .group-top .title {
  margin-left: 30px;
  font-family: "GT Pressura Mono";
  font-size: 40px;
  line-height: 92%;
  text-transform: uppercase;
}
.build-your-team #screen-4 .crew .top-screen .group-top .title h3 {
  text-transform: initial;
  font-family: "HAL Matex";
  font-weight: bold;
  font-size: 77px;
  line-height: 92%;
  margin-top: 15px;
}
.build-your-team #screen-4 .crew .top-screen .group-team-selected .members-shapes {
  position: absolute;
  top: 0;
  left: 70px;
  width: 100%;
  height: 100%;
}
.build-your-team #screen-4 .crew .top-screen .group-team-selected .team-member-selected {
  margin-left: 70px;
}
.build-your-team #screen-4 .crew .top-screen .group-team-selected .shape-5, .build-your-team #screen-4 .crew .top-screen .group-team-selected .shape-6 {
  display: none;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 60px 100px;
  min-height: 350px;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom > div {
  background: #000;
  position: relative;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom > div .label {
  position: absolute;
  top: -20px;
  left: 30px;
  font-size: 24px;
  line-height: 125%;
  font-family: "HAL Matex";
  background-color: #000;
  padding: 7px 13px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom > div .label img {
  margin-left: 15px;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-aptitudes {
  padding: 52px 40px;
  border-radius: 90px 23px 23px 90px;
  width: 1377px;
  flex: 1;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-aptitudes .listing {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  height: 100%;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-aptitudes .aptitude {
  font-size: 20px;
  font-weight: 400;
  font-family: "Inclusive Sans";
  height: 52px;
  margin-bottom: 5px;
  color: #F4EEE6;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-aptitudes .aptitude .gauge-svg .gauge-icon2 {
  opacity: 0;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-aptitudes .aptitude.is-achieved .gauge path {
  fill: url("#linear-achieved");
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-aptitudes .aptitude.is-achieved .gauge-centerline path {
  stroke: #242626;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-aptitudes .aptitude.is-achieved .gauge-icon2 {
  opacity: 0.5;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-aptitudes .aptitude.is-achieved g:not(.gauge-achieved) {
  opacity: 0.5;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-aptitudes .aptitude.is-achieved .gauge-achieved {
  opacity: 1 !important;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-aptitudes .aptitude .group-gauge {
  margin-top: 5px;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-requirements {
  width: 335px;
  padding: 40px 25px;
  border-radius: 23px 90px 90px 23px;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-requirements .requirement {
  font-family: "Inclusive Sans";
  font-size: 18px;
  line-height: 125%;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: solid 2px #F4EEE6;
  display: inline-flex;
  width: 100%;
  margin-bottom: -5px;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-requirements .requirement.is-achieved span {
  opacity: 0.5;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-requirements .requirement.is-achieved::after {
  background: url("../../images/build-your-team/icon-check.svg") no-repeat center center;
  background-size: 100% 100%;
  border: none;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-requirements .requirement span {
  margin-right: 20px;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-requirements .requirement::after {
  content: "";
  width: 29px;
  height: 29px;
  min-width: 29px;
  border-radius: 100%;
  border: 1px solid #F4EEE6;
  background: #242626;
  display: block;
  margin-left: auto;
}
.build-your-team #screen-4 .crew .top-screen .group-bottom .group-team-requirements .requirement:last-child {
  border-bottom: none;
}
.build-your-team #screen-4 .crew .bottom-screen {
  background: #242626;
  padding: 55px 70px;
  position: relative;
}
.build-your-team #screen-4 .crew .bottom-screen::after {
  content: "";
  width: 391px;
  height: 391px;
  background: linear-gradient(270deg, #A5F2A6 0%, #E9F9A2 100%);
  border-radius: 100%;
  filter: blur(150px);
  display: block;
  position: absolute;
  top: 125px;
  right: -70px;
  z-index: -1;
  opacity: 0;
}
.build-your-team #screen-4 .crew .bottom-screen .tool-tip-overlay[data-step="1"] {
  top: 370px;
  left: unset;
  right: 175px;
  width: 569px;
}
.build-your-team #screen-4 .crew .bottom-screen .tool-tip-overlay[data-step="2"] {
  top: 40px;
  left: unset;
  right: 60px;
  width: 509px;
}
.build-your-team #screen-4 .crew .bottom-screen .tool-tip-overlay[data-step="3"] {
  top: 40px;
  left: 415px;
  width: 569px;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info {
  position: absolute;
  right: 35px;
  top: 45px;
  width: 533px;
  height: 100%;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .reset-pill-button {
  position: absolute;
  top: -10px;
  left: 450px;
  z-index: 10;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .reset-pill-button .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .reset-pill-button svg {
  width: 85px;
  height: 85px;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .reset-pill-button span {
  font-family: "Inclusive Sans";
  font-size: 19px;
  line-height: 117%;
  margin-top: 8px;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .reset-pill-button span circle {
  fill: #000;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .reset-pill-button .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .reset-pill-button._active_ .inner, .build-your-team #screen-4 .crew .bottom-screen .group-member-info .reset-pill-button:active .inner {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .expert-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .content-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 533px;
  height: 1009px;
  mask: url("../../images/build-your-team/shapes/expert-shape.svg") no-repeat center center;
  mask-size: 100% 100%;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .content-info .placeholder-label {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  width: 80%;
  font-family: "Inclusive Sans";
  font-size: 32px;
  line-height: 125%;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .content-info .placeholder-label.is-hidden {
  opacity: 0;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .content-info .pill-button {
  text-align: left;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .content-info .pill-button .label {
  line-height: 125%;
}
.build-your-team #screen-4 .crew .bottom-screen .group-member-info .content-info .pill-button .icon {
  rotate: 180deg;
}
.build-your-team #screen-4 .crew .bottom-screen .team-complete {
  position: absolute;
  right: 0;
  top: 45px;
  width: 533px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px 80px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.build-your-team #screen-4 .crew .bottom-screen .team-complete.is-active {
  transform: translateX(0);
  z-index: 1;
}
.build-your-team #screen-4 .crew .bottom-screen .team-complete > *:not(.pill-button) {
  transform: translateX(10px);
}
.build-your-team #screen-4 .crew .bottom-screen .team-complete .icon-check {
  margin: 60px auto 45px;
}
.build-your-team #screen-4 .crew .bottom-screen .team-complete h2 {
  font-size: 48px;
  font-family: "HAL Matex";
  margin-bottom: 30px;
}
.build-your-team #screen-4 .crew .bottom-screen .team-complete p {
  font-size: 26px;
  line-height: 125%;
  font-family: "Inclusive Sans";
  font-weight: 400;
}
.build-your-team #screen-4 .crew .bottom-screen .team-complete .pill-button {
  margin: 115px auto 0;
}
.build-your-team #screen-4 .crew .bottom-screen .team-complete .pill-button .glow {
  filter: blur(20px);
  transform: scale(1);
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .close {
  position: absolute;
  top: -85px;
  right: -90px;
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .close .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .close._active_ .inner, .build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .close:active .inner {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .close {
  z-index: 100;
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .rounded-rectangle-modal {
  max-width: 1187px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .label {
  font-weight: bold;
  font-size: 23px;
  font-family: "HAL Matex";
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .label img {
  width: 37px;
  height: 37px;
  margin-right: 15px;
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .listings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 0;
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .listings > .item {
  display: flex;
  align-items: center;
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .listings > .item span {
  font-size: 24px;
  font-family: "HAL Matex";
  line-height: 135%;
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .listings > .item p {
  font-size: 19px;
  line-height: 148%;
  font-family: "Inclusive Sans";
}
.build-your-team #screen-4 .crew .bottom-screen .overlay-aptitudes .listings > .item img {
  background: #F4EEE6;
  width: 95px;
  min-width: 95px;
  height: 95px;
  border-radius: 100%;
  margin-right: 30px;
}
.build-your-team #screen-4 .crew[data-members-count="5"] .top-screen .group-team-selected .shape-4, .build-your-team #screen-4 .crew[data-members-count="5"] .top-screen .group-team-selected .shape-6 {
  display: none;
}
.build-your-team #screen-4 .crew[data-members-count="5"] .top-screen .group-team-selected .shape-5 {
  display: inline-block;
}
.build-your-team #screen-4 .crew[data-members-count="5"] .top-screen .group-team-selected .team-member-selected {
  margin-left: 0;
}
.build-your-team #screen-4 .crew[data-members-count="5"] .top-screen .group-team-selected .members-shapes {
  left: 0;
}
.build-your-team #screen-4 .crew[data-members-count="6"] .top-screen .group-team-selected .shape-4, .build-your-team #screen-4 .crew[data-members-count="6"] .top-screen .group-team-selected .shape-5 {
  display: none;
}
.build-your-team #screen-4 .crew[data-members-count="6"] .top-screen .group-team-selected .shape-6 {
  display: inline-block;
}
.build-your-team #screen-4 .crew[data-members-count="6"] .top-screen .group-team-selected .team-member-selected {
  margin-left: 0;
  margin-top: 70px;
}
.build-your-team #screen-4 .crew[data-members-count="6"] .top-screen .group-team-selected .members-shapes {
  left: 0;
  top: 70px;
}

.build-your-team #screen-5 .bottom-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.build-your-team #screen-5 .bottom-screen > .label {
  font-size: 32px;
  line-height: 135%;
  font-family: "HAL Matex";
  background-color: #F4EEE6;
  color: #000;
  font-weight: bold;
  padding: 12px 40px 12px 15px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 50px;
}
.build-your-team #screen-5 .bottom-screen > .label img {
  margin-right: 15px;
}
.build-your-team #screen-5 .bottom-screen h3 {
  font-size: 50px;
  line-height: 120%;
  font-family: "HAL Matex";
}
.build-your-team #screen-5 .bottom-screen .input-name-random {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 903px;
  min-height: 179px;
  background: url("../../images/build-your-team/input-background.svg") no-repeat;
  background-size: 903px auto;
  padding: 0 120px;
  position: relative;
  margin: 50px 0 55px;
}
.build-your-team #screen-5 .bottom-screen .input-name-random .random-button {
  position: absolute;
  top: 50%;
  right: 45px;
  translate: 0 -50%;
  width: 70px;
  height: 70px;
}
.build-your-team #screen-5 .bottom-screen .input-name-random .random-button .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.build-your-team #screen-5 .bottom-screen .input-name-random .random-button._active_ .inner, .build-your-team #screen-5 .bottom-screen .input-name-random .random-button:active .inner {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.build-your-team #screen-5 .bottom-screen .skip-button {
  position: absolute;
  right: 125px;
  bottom: 120px;
}

.build-your-team #screen-6 .top-screen, .build-your-team #screen-6 .bottom-screen {
  display: flex;
  align-items: center;
  justify-content: center;
}

.build-your-team #screen-7 {
  background: #000;
}
.build-your-team #screen-7 .event-not-achieved {
  display: none;
  border-width: 51px 41px;
}
.build-your-team #screen-7 .event-not-achieved::before {
  border-width: 51px 41px;
  inset: -61px !important;
}
.build-your-team #screen-7.has-unachieved .event-not-achieved {
  display: flex;
}
.build-your-team #screen-7.has-unachieved .event-achieved, .build-your-team #screen-7.has-unachieved #icon-warning, .build-your-team #screen-7.has-unachieved .event-image {
  display: none !important;
}
.build-your-team #screen-7 .top-screen {
  background: url("../../images/build-your-team/top-report-background.png") no-repeat center bottom;
  background-size: 1693px 981px;
  padding: 100px 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.build-your-team #screen-7 .top-screen .group-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}
.build-your-team #screen-7 .top-screen .group-top .team-icon {
  max-width: 164px;
  margin-right: 30px;
}
.build-your-team #screen-7 .top-screen .group-top .title > span {
  font-size: 60px;
  font-family: "HAL Matex";
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.build-your-team #screen-7 .top-screen .group-top .team-title {
  font-size: 40px;
  font-family: "GT Pressura Mono";
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 92%;
  margin-bottom: 20px;
}
.build-your-team #screen-7 .top-screen .group-top .team-title::before, .build-your-team #screen-7 .top-screen .group-top .team-title::after {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #F4EEE6;
  display: block;
  translate: 0 5px;
}
.build-your-team #screen-7 .top-screen .group-top .team-title::before {
  margin-right: 8px;
  margin-left: 8px;
}
.build-your-team #screen-7 .top-screen .group-top .team-title::after {
  margin-left: 8px;
}
.build-your-team #screen-7 .top-screen .ship-path-events {
  position: absolute;
  top: 480px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.build-your-team #screen-7 .top-screen .ship-path-events svg {
  overflow: visible;
}
.build-your-team #screen-7 .top-screen .ship-path-events .events {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 1131px;
}
.build-your-team #screen-7 .top-screen .ship-path-events .events .event {
  max-width: 250px;
  position: absolute;
  top: -100px;
  opacity: 0;
}
.build-your-team #screen-7 .top-screen .ship-path-events .events .event:first-child {
  left: -112px;
}
.build-your-team #screen-7 .top-screen .ship-path-events .events .event:nth-child(2) {
  left: 202px;
}
.build-your-team #screen-7 .top-screen .ship-path-events .events .event:nth-child(3) {
  left: 580px;
}
.build-your-team #screen-7 .top-screen .ship-path-events .events .event:nth-child(4) {
  right: -80px;
}
.build-your-team #screen-7 .top-screen .ship-path-events .events h4 {
  font-size: 23px;
  font-family: "HAL Matex";
  font-weight: bold;
  margin-bottom: 8px;
}
.build-your-team #screen-7 .top-screen .ship-path-events .events p {
  font-family: "Inclusive Sans";
  font-size: 15px;
  font-weight: 300;
}
.build-your-team #screen-7 .top-screen .group-team-selected {
  margin-top: auto;
  padding: 0 50px;
  display: flex;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member {
  flex: 1;
  position: relative;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member:first-child .member-card {
  bottom: 150px;
  left: -40px;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member:nth-child(2) .member-card {
  bottom: 60px;
  left: 75px;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member:nth-child(3) .member-card {
  bottom: 90px;
  left: 155px;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member:nth-child(4) .member-card {
  bottom: 40px;
  right: -20px;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member:nth-child(5) .member-card {
  bottom: 150px;
  right: -45px;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member:nth-child(6) .member-card {
  bottom: 60px;
  right: 40px;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member .member-image {
  width: 100%;
  display: block;
  translate: 0 30px;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member .member-image img {
  display: block;
  width: 100%;
  height: 100%;
  scale: 1.35;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member .member-card {
  text-align: center;
  background: url("../../images/build-your-team/member-modal.svg") no-repeat center center;
  background-size: 100% 100%;
  padding: 20px;
  color: #000;
  position: absolute;
  max-width: 150px;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member .member-card h4 {
  font-size: 10px;
  font-family: "GT Pressura Mono";
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member .member-card h4 span {
  font-size: 28px;
  font-weight: bold;
  font-family: "HAL Matex";
  display: inline-block;
  width: 100%;
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member .member-card h5 {
  font-size: 10px;
  font-family: "GT Pressura Mono";
}
.build-your-team #screen-7 .top-screen .group-team-selected .team-report-member .member-card h5 span {
  font-size: 17px;
  font-family: "Inclusive Sans";
  display: inline-block;
  width: 100%;
}
.build-your-team #screen-7 .bottom-screen {
  background: url("../../images/build-your-team/bottom-report-background.png") no-repeat center top;
  background-size: 1693px 981px;
  padding: 60px 285px 180px;
  display: flex;
}
.build-your-team #screen-7 .bottom-screen .team-aptitudes, .build-your-team #screen-7 .bottom-screen .tasks-completed {
  margin-top: 50px;
}
.build-your-team #screen-7 .bottom-screen .team-aptitudes .label, .build-your-team #screen-7 .bottom-screen .tasks-completed .label {
  font-size: 27px;
  line-height: 135%;
  font-family: "HAL Matex";
  font-weight: bold;
  background-color: #F4EEE6;
  color: #000;
  height: 66px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px 0 15px;
}
.build-your-team #screen-7 .bottom-screen .team-aptitudes .label::before, .build-your-team #screen-7 .bottom-screen .tasks-completed .label::before {
  content: "";
  background: url("../../images/build-your-team/icon-tool.svg") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 20px;
}
.build-your-team #screen-7 .bottom-screen .group-left {
  width: 57%;
  padding-right: 50px;
  border-right: 2px solid #F4EEE6;
}
.build-your-team #screen-7 .bottom-screen .group-left .team-aptitudes {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.build-your-team #screen-7 .bottom-screen .group-left .team-aptitudes .listings {
  margin-top: 70px;
}
.build-your-team #screen-7 .bottom-screen .group-left .team-aptitudes .listings .aptitude {
  display: flex;
  gap: 20px;
  margin-bottom: 45px;
}
.build-your-team #screen-7 .bottom-screen .group-left .team-aptitudes .listings .aptitude.is-achieved .gauge path {
  fill: url("#linear-achieved");
}
.build-your-team #screen-7 .bottom-screen .group-left .team-aptitudes .listings .aptitude.is-achieved .gauge-centerline path {
  stroke: #242626;
}
.build-your-team #screen-7 .bottom-screen .group-left .team-aptitudes .listings .aptitude.is-achieved .gauge-icon2 {
  opacity: 0.5;
}
.build-your-team #screen-7 .bottom-screen .group-left .team-aptitudes .listings .aptitude.is-achieved g:not(.gauge-achieved) {
  opacity: 0.5;
}
.build-your-team #screen-7 .bottom-screen .group-left .team-aptitudes .listings .aptitude.is-achieved .gauge-achieved {
  opacity: 1 !important;
}
.build-your-team #screen-7 .bottom-screen .group-left .team-aptitudes .listings .aptitude.not-achieved .gauge path {
  fill: #EA4940;
}
.build-your-team #screen-7 .bottom-screen .group-left .team-aptitudes .listings .aptitude.not-achieved .gauge-not-achieved {
  opacity: 1 !important;
}
.build-your-team #screen-7 .bottom-screen .group-left .team-aptitudes .listings .aptitude span {
  font-size: 24px;
  font-family: "Inclusive Sans";
  margin-right: auto;
}
.build-your-team #screen-7 .bottom-screen .group-left .unexpected-event {
  position: relative;
  max-width: 500px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}
.build-your-team #screen-7 .bottom-screen .group-left .unexpected-event #icon-warning {
  width: 128px;
  height: 128px;
  display: block;
  position: absolute;
  left: -50px;
  top: -10px;
  z-index: 10;
}
.build-your-team #screen-7 .bottom-screen .group-left .unexpected-event .text-modal {
  text-align: center;
}
.build-your-team #screen-7 .bottom-screen .group-left .unexpected-event .text-modal::before {
  inset: -51px -51px;
}
.build-your-team #screen-7 .bottom-screen .group-left .unexpected-event .text-modal h3 {
  font-size: 35px;
  font-family: "HAL Matex";
  font-weight: bold;
  margin-bottom: 10px;
}
.build-your-team #screen-7 .bottom-screen .group-left .unexpected-event .text-modal .text-1 {
  font-size: 20px;
  font-family: "HAL Matex";
  line-height: 121%;
  margin-bottom: 15px;
}
.build-your-team #screen-7 .bottom-screen .group-left .unexpected-event .text-modal .text-2 {
  font-size: 16px;
  font-family: "Inclusive Sans";
  font-weight: 300;
}
.build-your-team #screen-7 .bottom-screen .group-left .unexpected-event img {
  width: 231px;
  height: 231px;
  border-radius: 100%;
  position: absolute;
  right: -195px;
  top: 50%;
  translate: 0 -50%;
}
.build-your-team #screen-7 .bottom-screen .group-right {
  width: 43%;
  padding-left: 120px;
  display: flex;
  flex-direction: column;
}
.build-your-team #screen-7 .bottom-screen .group-right .buttons {
  display: flex;
  gap: 20px;
  margin-top: 45px;
}
.build-your-team #screen-7 .bottom-screen .group-right .listings {
  margin-top: 50px;
}
.build-your-team #screen-7 .bottom-screen .group-right .listings .requirement {
  border-image-source: url("../../images/build-your-team/requirement-shape.svg");
  border-image-slice: 20 fill;
  border-image-width: 20px;
  min-height: 97px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Inclusive Sans";
  gap: 22px;
  text-align: center;
  padding: 10px 60px;
}
.build-your-team #screen-7 .bottom-screen .group-right .listings .requirement.is-achieved:before {
  content: "";
  min-width: 29px;
  min-height: 29px;
  width: 29px;
  height: 29px;
  background: url("../../images/build-your-team/icon-check.svg") no-repeat left center;
  background-size: 100%;
}
.build-your-team #screen-7 .bottom-screen .group-right .listings .requirement.not-achieved:before {
  content: "";
  min-width: 29px;
  min-height: 29px;
  width: 29px;
  height: 29px;
  background: url("../../images/build-your-team/icon-wrong.svg") no-repeat left center;
  background-size: 100%;
}
.build-your-team #screen-7 .bottom-screen .group-right .listings .requirement svg {
  width: 38px;
  height: 38px;
}
.build-your-team #screen-7 .bottom-screen .group-right .listings .requirement:nth-child(even) {
  border-image-source: url("../../images/build-your-team/requirement-shape-even.svg");
  border-image-slice: 20 fill;
  border-image-width: 20px;
  flex-direction: row-reverse;
}
.build-your-team #screen-7 .gradient1, .build-your-team #screen-7 .gradient2, .build-your-team #screen-7 .gradient3, .build-your-team #screen-7 .gradient4 {
  width: 605px;
  height: 589px;
  border-radius: 100%;
  display: block;
  position: absolute;
  filter: blur(150px);
  z-index: -1;
}
.build-your-team #screen-7 .gradient1 {
  top: 90px;
  left: -2px;
}
.build-your-team #screen-7 .gradient2 {
  top: 540px;
  right: 40px;
}
.build-your-team #screen-7 .gradient3 {
  bottom: 660px;
  right: -40px;
}
.build-your-team #screen-7 .gradient4 {
  left: 30px;
  bottom: 70px;
}