/*
Theme Name: FeatBR 2024
Author: Dali Team
Description: Tema desenvolvido excluvivamente para o website oficial da empresa FeatBR.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/* FONTS
-------------------------------------------------- */
/* COLORS
-------------------------------------------------- */
/* GLOBAL
-------------------------------------------------- */
/* GLOBAL
-------------------------------------------------- */
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
input,
button,
select,
textarea {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

html, body {
  background-color: black;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}

html {
  line-height: 1.15;
  position: relative;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

/* GROUPING
-------------------------------------------------- */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ul {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 300;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* TEXT-LEVEL SEMANTIC
-------------------------------------------------- */
b, strong {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

a {
  color: white;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn, .btn.active, .btn:active {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

/* FORMS
-------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  border: 0;
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border: none;
  box-shadow: none;
  outline: 0 none;
}

/* NAVBAR
-------------------------------------------------- */
.navbar__main {
  padding-top: 35px;
  padding-bottom: 30px;
}
.navbar__main .navbar-brand {
  z-index: 9;
}
.navbar__main .navbar-brand img {
  height: 35px;
}
.navbar__main_toggle {
  background: transparent;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  padding: 0;
  transition: background-color 0.15s linear;
  z-index: 9;
}
.navbar__main_icon {
  cursor: pointer;
  color: white;
  display: block;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar__main_icon .__bar {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke: black;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-in-out;
}
.navbar__main_icon .__circle {
  fill: white;
  stroke-width: 0;
  stroke: white;
}
.navbar__main .navbar-collapse {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}
.navbar__main .navbar-nav {
  flex-direction: column !important;
}
.navbar__main .nav-link {
  color: white;
  font-size: 2rem;
  line-height: 1.4;
}
.navbar__main .nav-link:hover, .navbar__main .nav-link:focus, .navbar__main .nav-link.active {
  color: black;
}
.navbar__main:target .navbar-brand.__change, .navbar__main.navbar__open .navbar-brand.__change {
  animation: fadeColor 0.25s;
  animation-fill-mode: forwards;
}
.navbar__main:target > .navbar__splash::after, .navbar__main.navbar__open > .navbar__splash::after {
  transform: scale(1);
}
.navbar__main:target .navbar__main_icon, .navbar__main.navbar__open .navbar__main_icon {
  color: white;
  transform: rotate(180deg);
}
.navbar__main:target .navbar__main_icon .__bar:nth-child(2),
.navbar__main:target .navbar__main_icon .__bar:nth-child(5), .navbar__main.navbar__open .navbar__main_icon .__bar:nth-child(2),
.navbar__main.navbar__open .navbar__main_icon .__bar:nth-child(5) {
  opacity: 0;
}
.navbar__main:target .navbar__main_icon .__bar:nth-child(3), .navbar__main.navbar__open .navbar__main_icon .__bar:nth-child(3) {
  stroke: white;
  transform: rotate(45deg);
}
.navbar__main:target .navbar__main_icon .__bar:nth-child(4), .navbar__main.navbar__open .navbar__main_icon .__bar:nth-child(4) {
  stroke: white;
  transform: rotate(-45deg);
}
.navbar__main:target .navbar__main_icon .__circle, .navbar__main.navbar__open .navbar__main_icon .__circle {
  fill: black;
  stroke-width: 0;
  stroke: black;
}
.navbar__main:target .navbar-collapse.__show, .navbar__main.navbar__open .navbar-collapse.__show {
  opacity: 1;
  display: flex;
  visibility: visible;
  z-index: 9;
}

@keyframes fadeColor {
  from {
    filter: brightness(1) saturate(0%);
    -webkit-filter: brightness(1) saturate(0%);
  }
  to {
    filter: brightness(0) saturate(0%);
    -webkit-filter: brightness(0) saturate(0%);
  }
}
.navbar__splash {
  position: absolute;
  top: 60px;
  right: 48px;
  width: 1px;
  height: 1px;
}
.navbar__splash::after {
  background-color: #ff00c9;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}

@media (min-width: 768px) {
  .navbar__main {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .navbar__main .navbar-brand img {
    height: 35px;
  }
  .navbar__main .navbar-collapse {
    opacity: 1;
  }
  .navbar__main .nav-link {
    font-size: 1.2rem;
    line-height: 0.8;
  }
  .navbar__main .nav-link:hover, .navbar__main .nav-link:focus, .navbar__main .nav-link.active {
    color: #ff00c9;
  }
}
/* CORE
-------------------------------------------------- */
body {
  color: white;
  font-weight: 300;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  position: relative;
}

html, body {
  position: relative;
  height: 100%;
}

html.lenis, html.lenis body {
  height: auto;
}

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

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

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

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

#smooth-content {
  overflow: visible;
  width: 100%;
  /* set a height because the contents are position: absolute, thus natively there's no height */
  height: 4000px;
}

/* DEFINITIONS
-------------------------------------------------- */
.c-white {
  color: white !important;
}

.c-black {
  color: black !important;
}

.c-gray {
  color: #3e3e3e !important;
}

.c-pink {
  color: #ff00c9 !important;
}

.ls-normal {
  letter-spacing: normal !important;
}

.title_big {
  font-size: 2.2rem;
  line-height: 1.55;
}

.title_large {
  font-size: 2.1rem;
  line-height: 1.1;
}

.p_default {
  font-size: 1.05rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.p_large {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.1;
}

.p_medium {
  font-size: 2.3rem;
  line-height: 1.1;
}

.p_small {
  font-size: 1.05rem;
  font-weight: 600;
}

.t_vertical__rl {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.br-white {
  border-right: 0;
}

.hr-white {
  background-color: white;
  opacity: 1;
  height: 1px;
  width: 75px;
}

@media (min-width: 768px) {
  .title_big {
    font-size: 5rem;
    line-height: 1.35;
  }
  .title_large {
    font-size: 4rem;
    line-height: 1.1;
  }
  .p_default {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .p_default.__smaller {
    font-size: 1rem;
  }
  .p_large {
    font-size: 1.9rem;
  }
  .br-white {
    border-right: 1px solid white;
  }
}
/* LOADER
-------------------------------------------------- */
.preloader {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.65s;
  z-index: 9991;
}
.preloader .inner {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.preloader .inner .percentage {
  width: 100%;
  font-size: 15vw;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0.2;
  transition-delay: 0.1s;
}
.preloader:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 100vh 0;
  border-color: transparent black transparent transparent;
  position: absolute;
  left: -200px;
  top: 0;
}
.preloader:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100vh 0 0 200px;
  border-color: transparent transparent transparent black;
  position: absolute;
  right: -200px;
  top: 0;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.transition-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: calc(-100% - 200px);
  bottom: 0;
  background: black;
  z-index: 9993;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  visibility: hidden;
}

.page-loaded .preloader {
  left: calc(-100% - 200px);
  visibility: hidden;
}
.page-loaded .preloader .percentage {
  margin-left: 100px;
  opacity: 0;
}

/* SECTIONS
-------------------------------------------------- */
.s_home__hero {
  background: transparent;
}
.s_home__hero .container-fluid {
  padding-top: 11rem;
  padding-bottom: 9rem;
}

.s_home__image {
  padding: 2rem 0 7rem;
}

.s_home__vertical {
  padding: 8rem 0 10rem;
}

.s_home__projects {
  padding: 8rem 0;
}

.s_about__hero {
  padding: 11rem 0 2rem;
}

.s_about__net .container-fluid {
  overflow: auto;
}

.s_about__vertical {
  padding: 6rem 0 5rem;
}

.s_about__image {
  padding: 4rem 0 4rem;
}

.s_archive__hero {
  border-bottom: 1px solid #464646;
  padding: 11rem 0 5rem;
}

.s_archive__list {
  padding: 2.5rem 0 6rem;
}

.s_single__title {
  padding: 11rem 0 5rem;
}

.s_single__intro {
  padding: 0;
}

.s_single__images {
  padding: 3rem 0 2rem;
}

.div_scroll__side {
  position: relative;
  top: 22rem;
  left: 10rem;
  height: 27px;
  width: 60px;
  -moz-animation: sideBySide 2s ease-in-out infinite; /* Firefox */
  -webkit-animation: sideBySide 2s ease-in-out infinite; /* Safari and Chrome */
  -ms-animation: sideBySide 2s ease-in-out infinite; /* IE10 */
  -o-animation: sideBySide 2s ease-in-out infinite; /* Opera */
  animation: sideBySide 2s ease-in-out infinite;
}

.img-flux {
  margin: 5rem 0 7rem;
  height: auto;
  width: 200%;
}

.project__list img {
  background: linear-gradient(180deg, transparent 3%, #000 97%);
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.project__list img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.info_modal .modal-content {
  background-color: #ff00c9;
}
.info_modal .btn-close {
  background: none;
  color: white;
  font-size: 1.5rem;
  opacity: 1;
  padding: 0 0.5rem 0.85rem;
  height: auto;
  width: auto;
}

@media (min-width: 768px) {
  .s_home__hero {
    background: transparent;
  }
  .s_home__hero .container-fluid {
    padding-top: 16rem;
    padding-bottom: 14rem;
  }
  .s_home__image {
    padding: 2rem 0 15rem;
  }
  .s_home__vertical {
    padding: 10rem 0 15rem;
  }
  .s_home__projects {
    padding: 12rem 0;
  }
  .s_about__hero {
    padding: 17rem 0 10rem;
  }
  .s_about__net .container-fluid {
    overflow: visible;
  }
  .s_about__vertical {
    padding: 10rem 0 11rem;
  }
  .s_about__image {
    padding: 11rem 0 4rem;
  }
  .s_archive__hero {
    padding: 17rem 0 5rem;
  }
  .s_archive__list {
    padding: 6rem 0 9rem;
  }
  .s_single__title {
    padding: 17rem 0 5rem;
  }
  .s_single__intro {
    padding: 5rem 0;
  }
  .s_single__images {
    padding: 5rem 0 2rem;
  }
  .img-flux {
    margin: 0;
    max-width: 100%;
    height: auto;
    width: 50%;
  }
}
@-webkit-keyframes sideBySide { /* Chrome, Safari */
  0% {
    left: 10rem;
    opacity: 0;
  }
  15% {
    left: 10rem;
    opacity: 1;
  }
  90% {
    left: 9rem;
    opacity: 0;
  }
  100% {
    left: 10rem;
    opacity: 0;
  }
}
@-moz-keyframes sideBySide { /* FF */
  0% {
    left: 10rem;
    opacity: 0;
  }
  15% {
    left: 10rem;
    opacity: 1;
  }
  90% {
    left: 9rem;
    opacity: 1;
  }
  100% {
    left: 9rem;
    opacity: 0;
  }
}
@-ms-keyframes sideBySide { /* IE10 */
  0% {
    left: 10rem;
    opacity: 0;
  }
  15% {
    left: 10rem;
    opacity: 1;
  }
  90% {
    left: 9rem;
    opacity: 1;
  }
  100% {
    left: 9rem;
    opacity: 0;
  }
}
@-o-keyframes sideBySide { /* Opera */
  0% {
    left: 10rem;
    opacity: 0;
  }
  15% {
    left: 10rem;
    opacity: 1;
  }
  90% {
    left: 9rem;
    opacity: 1;
  }
  100% {
    left: 9rem;
    opacity: 0;
  }
}
@keyframes sideBySide {
  0% {
    left: 10rem;
    opacity: 0;
  }
  15% {
    left: 10rem;
    opacity: 1;
  }
  90% {
    left: 9rem;
    opacity: 1;
  }
  100% {
    left: 9rem;
    opacity: 0;
  }
}
/* BUTTONS
-------------------------------------------------- */
.btn-clean {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ff00c9;
  font-size: 1.5rem;
}
.btn-clean:hover, .btn-clean:focus {
  background-color: transparent;
  color: white;
}
.btn-clean.__large {
  font-size: 4rem;
  line-height: 1;
}

.form-select {
  background-color: #ff00c9;
  border: 0;
  border-radius: 35px;
  color: white;
  font-size: 1.2rem;
  padding: 1rem 3.4rem 1rem 1.4rem;
  width: 100%;
  /* Arrow */
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: calc(100% - 1.3em);
}

/* FOOTER
-------------------------------------------------- */
footer {
  background: black;
  color: #fff;
}
footer .s_footer__up {
  padding: 8rem 0 4rem;
}
footer .s_footer__down p {
  font-size: 1rem;
}

@media (min-width: 768px) {
  footer .s_footer__up {
    padding: 12rem 0 4rem;
  }
  footer .s_footer__down p {
    font-size: 1.25rem;
  }
}
/* ANIMATION
-------------------------------------------------- */
/* REVEAL */
.ele_reveal {
  opacity: 0;
  position: relative;
  transform: translateY(150px);
  transition: 1s all ease-in-out;
}
.ele_reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ORGANOGRAM */
.s_wedo__org-1 {
  border-bottom: 1px solid #464646;
  padding-bottom: 2rem;
}

.s_wedo__org-3 {
  border-bottom: 1px solid #464646;
  overflow: hidden;
}

.info-circle-box {
  background-color: #ff00c9;
  border: 3px solid #ff00c9;
  border-radius: 50%;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  height: 270px;
  width: 270px;
}
.info-circle-box.__end {
  font-size: 1.6rem;
  height: 160px;
  width: 160px;
}

.info-text-box {
  background-color: transparent;
  border: 3px solid #464646;
  border-radius: 35px;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  padding: 25px 32px;
}

.info-arrow-vertical {
  border-right: 1px solid white;
  height: 15rem;
  margin-left: -2px;
  margin-top: -1px;
  margin-bottom: 23px;
  width: 0;
  z-index: -1;
}
.info-arrow-vertical:after {
  background-image: url("assets/images/infographic/pink-triangle-down.svg");
  background-size: 27px 23px;
  content: "";
  display: block;
  margin-left: -13.5px;
  margin-top: calc(15rem - 1px);
  height: 23px;
  width: 27px;
}
.info-arrow-vertical.__gray:after {
  background-image: url("assets/images/infographic/gray-triangle-down.svg");
  margin-top: calc(15rem - 1px);
}
.info-arrow-vertical.__10 {
  height: 10rem;
}
.info-arrow-vertical.__10:after {
  margin-top: calc(10rem - 1px);
}

.info-circle-vertical {
  border-right: 1px solid #464646;
  height: 11.4rem;
  margin-left: -2px;
  margin-top: -1px;
  margin-bottom: 0;
  width: 0;
  z-index: -1;
}
.info-circle-vertical:before {
  background-color: #464646;
  border-radius: 50%;
  content: "";
  display: block;
  margin-left: -13px;
  height: 26px;
  width: 26px;
}

.info-vertical {
  border-right: 1px solid white;
  height: 10rem;
  margin-left: -2px;
  margin-top: -1px;
  margin-bottom: -20px;
  width: 0;
  z-index: -1;
}
.info-vertical.__15 {
  height: 15rem;
  margin-bottom: -80px;
}

.info-horizontal {
  border-top: 1px solid white;
  width: 35.5%;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 20px;
}
.info-horizontal.__start {
  left: 0;
  right: unset;
  top: 79px;
}
.info-horizontal.__start:after {
  background-image: url("assets/images/infographic/gray-triangle-right.svg");
  margin-top: calc(15rem - 1px);
}

.__disco {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.owl-nav {
  margin-top: 1.2rem !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  font-size: 3rem !important;
  color: #ff00c9 !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

@media (min-width: 768px) {
  .info-circle-box {
    font-size: 2.8rem;
    height: 300px;
    width: 300px;
  }
  .info-circle-box.__end {
    font-size: 1.6rem;
    height: 160px;
    width: 160px;
  }
}
/* EQUALIZER */
.equalizer-wrap {
  position: absolute;
  top: 3rem;
  left: 2px;
}
.equalizer-wrap .equalizer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 7.3rem;
}
.equalizer-wrap .equalizer .equalizer-bar {
  background: transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  margin: 0 0.13rem;
  overflow: hidden;
  width: 0.5rem;
}
.equalizer-wrap .equalizer .equalizer-bar span {
  background-color: #ff00c9;
  display: block;
  height: 11px;
  margin: 0.02rem 0;
  width: 100%;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, width 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.equalizer-wrap .equalizer .equalizer-bar span:nth-child(1) {
  margin-bottom: 0 !important;
}
.equalizer-wrap .equalizer.__reverse {
  align-items: flex-end;
}
.equalizer-wrap .equalizer.__reverse .equalizer-bar {
  flex-direction: column-reverse !important;
}

@media (min-width: 768px) {
  .equalizer-wrap {
    top: 5.4rem;
    left: 5px;
  }
  .equalizer-wrap .equalizer {
    height: 13.4rem;
  }
  .equalizer-wrap .equalizer .equalizer-bar {
    margin: 0 0.16rem;
    width: 1.1rem;
  }
  .equalizer-wrap .equalizer .equalizer-bar span {
    height: 23px;
    margin: 0.03rem 0;
  }
}
/* SHINE */
.anime__vertex {
  position: absolute;
  top: 25%;
  right: 0;
  width: 75%;
  height: 75%;
}
.anime__vertex #anime__vertex-canvas {
  display: block;
  place-content: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.anime__shine {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
}
.anime__shine_30 {
  position: relative;
  max-width: 267px;
}
.anime__shine_30 img {
  opacity: 0;
  animation-name: shineInOut;
  animation-duration: 2.25s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.anime__shine_30 img.__shine_1 {
  animation-delay: 0s !important;
}
.anime__shine_30 img.__shine_2 {
  animation-delay: 0.25s !important;
}
.anime__shine_30 img.__shine_3 {
  animation-delay: 0.5s !important;
}
.anime__shine_30 img.__shine_4 {
  animation-delay: 0.75s !important;
}
.anime__shine_30 img.__shine_5 {
  animation-delay: 1s !important;
}
.anime__shine_30 img.__shine_6 {
  animation-delay: 1.25s !important;
}
.anime__shine_30 img.__shine_7 {
  animation-delay: 1.5s !important;
}
.anime__shine_30 img.__shine_8 {
  animation-delay: 1.75s !important;
}
.anime__shine_30 img.__shine_9 {
  animation-delay: 2s !important;
}
.anime__shine_100 {
  position: absolute;
  bottom: 34%;
  right: 0;
  max-width: 267px;
}
.anime__shine_100 img {
  opacity: 0;
  animation-name: shineInOut;
  animation-duration: 2.25s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.anime__shine_100 img.__shine_1 {
  animation-delay: 0.25s !important;
}
.anime__shine_100 img.__shine_2 {
  animation-delay: 0.5s !important;
}
.anime__shine_100 img.__shine_3 {
  animation-delay: 0.75s !important;
}
.anime__shine_100 img.__shine_4 {
  animation-delay: 1s !important;
}
.anime__shine_100 img.__shine_5 {
  animation-delay: 1.25s !important;
}
.anime__shine_100 img.__shine_6 {
  animation-delay: 1.5s !important;
}
.anime__shine_100 img.__shine_7 {
  animation-delay: 1.75s !important;
}
.anime__shine_100 img.__shine_8 {
  animation-delay: 2s !important;
}
.anime__shine_100 img.__shine_9 {
  animation-delay: 2.25s !important;
}
.anime__shine.__down {
  bottom: -36%;
  right: -25%;
}
.anime__shine.__down .anime__shine_30 {
  max-width: 347px;
}
.anime__shine.__down .anime__shine_100 {
  max-width: 347px;
}
.anime__shine.__middle {
  bottom: -26%;
  right: -34%;
}
.anime__shine.__middle .anime__shine_30 {
  max-width: 382px;
}
.anime__shine.__middle .anime__shine_100 {
  max-width: 382px;
}

@media (min-width: 768px) {
  .anime__shine {
    position: absolute;
    bottom: 0;
    right: 24%;
  }
  .anime__shine_30 {
    position: relative;
    max-width: 807px;
  }
  .anime__shine_100 {
    bottom: 34%;
    max-width: 807px;
  }
  .anime__shine.__down {
    bottom: -78.5%;
    right: 9.2%;
  }
  .anime__shine.__down .anime__shine_30 {
    max-width: 807px;
  }
  .anime__shine.__down .anime__shine_100 {
    max-width: 807px;
  }
  .anime__shine.__middle {
    bottom: -40%;
    right: 12%;
  }
  .anime__shine.__middle .anime__shine_30 {
    max-width: 807px;
  }
  .anime__shine.__middle .anime__shine_100 {
    max-width: 807px;
  }
}
@keyframes shineInOut {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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