 

.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white div,
.color-white span {
  color: #f5f5f5;
}

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

.overlay {
  background: linear-gradient(to bottom, rgba(18, 13, 16, 0.2) 10%, rgba(18, 13, 16, 0.8) 50%, rgb(18, 13, 16) 100%);
}

.gym-1 .swiper-slide {
  display: flex;
  height: auto;
}
.gym-1 .swiper-slide img {
  width: 100%;
}
.gym-1 .gym-slider {
  z-index: 0;
}
.gym-1 h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  line-height: 100%;
}
.gym-1 .subtitle {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  text-transform: initial;
  font-weight: 400;
}
.gym-1 .title-line {
  width: 100px;
  border-top: 4px solid #f5f5f5;
}
.gym-1 .socials a {
  color: #f5f5f5;
}

.advisors-grid .button {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  transition: ease 0.3s;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative;
  z-index: 12;
  border-radius: 5px;
  display: none !important;
}

.gym-2, .gym-2 .gym-video, .gym-2 .muscle-img img, .gym-2 .overlay, .gym-2 .big-bg {
  transition: ease 0.8s;
}
.gym-2 .big-bg {
  opacity: 0.6;
}
.gym-2 video {
  object-fit: cover;
}
.gym-2 h1 {
  color: #fff;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 170%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .gym-2 h1 {
    font-size: 30px;
    line-height: 140%;
  }
}
.gym-2 h1, .gym-2 h1 * {
  font-family: "plateia";
}
.gym-2 h1 .big {
  font-size: 11.5vw;
}
.gym-2 .absolute-title {
  position: absolute;
  top: 0;
  z-index: 0;
}
.gym-2 .metal-text h1 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.gym-2 .metal-text h1:first-child {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  background: linear-gradient(#787575, #eee, #5b5b5b);
  background-image: url("../assets/images/dumbel.png");
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .gym-2 .metal-text h1:first-child {
    background-size: 200px;
  }
}
.gym-2 .metal-text h1:last-child {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  background: repeating-linear-gradient(105deg, #8a7d69 0%, #3e2904 5%, #856531 12%);
}
.gym-2 .metal-text.logo h1, .gym-2 .metal-text.logo .big {
  font-size: 30px;
  background-size: 200px;
}
.gym-2 .metal-text.logo h1:last-child {
  top: 2px;
  left: 2px;
}
.gym-2 .main-text {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 18px;
  max-width: 550px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .gym-2 .main-text {
    font-size: 14px;
    margin-top: 24px !important;
  }
}

.advisors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .advisors-grid {
    grid-template-columns: 1fr;
  }
}
.advisors-grid .advisor {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  padding: 16px;
  padding-left: 0;
}
.advisors-grid .advisor.disabled .img-box img {
  filter: brightness(0) invert(0.6);
}
.advisors-grid .advisor.active {
  background: linear-gradient(to bottom, rgba(194, 71, 41, 0.1), rgba(194, 71, 41, 0.2));
}
.advisors-grid .advisor.active:hover .img-box .decor-box img, .advisors-grid .advisor.active:hover .img-box .decor-box .decor-text {
  opacity: 1;
  transform: translateX(0);
}
.advisors-grid .advisor:not(.active) .img-box:before {
  filter: grayscale(1);
}
.advisors-grid .advisor:not(.active) .button {
  opacity: 0;
}
.advisors-grid .advisor:not(.active) .glitch {
  filter: invert(0.5);
}
.advisors-grid .advisor:not(.active) .glitch .channel, .advisors-grid .advisor:not(.active) .glitch:before, .advisors-grid .advisor:not(.active) .glitch:after {
  display: none;
}
.advisors-grid .advisor:not(.active) .adv-name, .advisors-grid .advisor:not(.active) .adv-info {
  color: #808080 !important;
}
.advisors-grid .advisor:not(.active) .powers {
  opacity: 0.5;
}
.advisors-grid .advisor:not(.active) .decor-box {
  pointer-events: none;
}
.advisors-grid .advisor .button, .advisors-grid .advisor .adv-name, .advisors-grid .advisor .adv-info {
  transition: ease 0.3s;
}
.advisors-grid .advisor .adv-text {
  padding-left: 8px;
  z-index: 3;
}
.advisors-grid .advisor .adv-name {
  font-family: "plateia";
  color: #f5f5f5;
  text-align: start;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 12px;
}
.advisors-grid .advisor .adv-info {
  font-family: "Montserrat", sans-serif;
  color: rgba(245, 245, 245, 0.8);
  text-align: start;
  font-weight: 400;
}
.advisors-grid .countdown-item {
  flex-grow: 1;
}
.advisors-grid .countdown-item .adv-number {
  font-family: "CryptoTech";
  color: #f5f5f5;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
}
.advisors-grid .countdown-item .adv-label {
  font-family: "Montserrat", sans-serif;
  color: #f5f5f5;
  text-align: center;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
}
.advisors-grid .img-box {
  position: relative;
  padding: 0 16px;
  display: flex;
  width: 100%;
}
.advisors-grid .img-box .glitch {
  background-size: 100%;
  width: 100%;
  min-height: 450px;
}
.advisors-grid .img-box .glitch, .advisors-grid .img-box img {
  position: relative;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
}
.advisors-grid .img-box:before {
  content: "";
  background-image: url("../assets/images/adv-frame.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 50px center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.advisors-grid .img-box .decor-box {
  position: absolute;
  top: 50%;
  left: -50px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
}
.advisors-grid .img-box .decor-box img {
  height: 30px;
  width: 212px;
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.5s;
}
.advisors-grid .img-box .decor-box img:nth-child(2) {
  transition-delay: 0.2s;
}
.advisors-grid .img-box .decor-box img:last-child {
  transition-delay: 0.4s;
}
.advisors-grid .img-box .decor-box .decor-text {
  color: #fff;
  font-family: "plateia";
  font-size: 30px;
  text-align: end;
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.5s;
}

.glitch {
  background-size: 0;
  overflow: hidden;
  position: relative;
}
.glitch::before, .glitch::after,
.glitch .channel {
  background: inherit;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.glitch::before {
  animation: glitch-before 4s linear infinite alternate both;
  content: "";
}
@keyframes glitch-before {
  0% {
    clip-path: polygon(0% 81.8771568018%, 100% 81.8771568018%, 100% 83.6950101997%, 0% 83.6950101997%);
    transform: translate(3.5097966757%, 0.3694646889%);
  }
  2% {
    clip-path: polygon(0% 80.4583580308%, 100% 80.4583580308%, 100% 89.2868602146%, 0% 89.2868602146%);
    transform: translate(6.1519657977%, 0.1676109536%);
  }
  4% {
    clip-path: polygon(0% 81.5992637234%, 100% 81.5992637234%, 100% 83.3890330119%, 0% 83.3890330119%);
    transform: translate(-4.9888538252%, 0.1879404291%);
  }
  6% {
    clip-path: polygon(0% 66.6903831512%, 100% 66.6903831512%, 100% 72.4723546892%, 0% 72.4723546892%);
    transform: translate(7.2894339643%, 0.2730326323%);
  }
  8% {
    clip-path: polygon(0% 71.8433545812%, 100% 71.8433545812%, 100% 73.2310485938%, 0% 73.2310485938%);
    transform: translate(5.9570829276%, 0.0052440562%);
  }
  10% {
    clip-path: polygon(0% 3.857835517%, 100% 3.857835517%, 100% 8.455225974%, 0% 8.455225974%);
    transform: translate(7.3116390134%, 0.3553888207%);
  }
  12% {
    clip-path: polygon(0% 78.4656110101%, 100% 78.4656110101%, 100% 84.2812947283%, 0% 84.2812947283%);
    transform: translate(5.0239744757%, -0.0097595281%);
  }
  14% {
    clip-path: polygon(0% 45.0060851737%, 100% 45.0060851737%, 100% 54.5490443326%, 0% 54.5490443326%);
    transform: translate(-6.6980125443%, 0.3600970777%);
  }
  16% {
    clip-path: polygon(0% 89.3825685091%, 100% 89.3825685091%, 100% 95.6136042695%, 0% 95.6136042695%);
    transform: translate(-7.3322994682%, -0.005512252%);
  }
  18% {
    clip-path: polygon(0% 61.9369243307%, 100% 61.9369243307%, 100% 69.8649350817%, 0% 69.8649350817%);
    transform: translate(6.5584995584%, 0.2290116061%);
  }
  20%, 100% {
    clip-path: none;
    transform: none;
  }
}
.glitch::after {
  animation: glitch-after 4s linear infinite alternate both;
  content: "";
}
@keyframes glitch-after {
  0% {
    clip-path: polygon(0% 63.390212293%, 100% 63.390212293%, 100% 70.7701206792%, 0% 70.7701206792%);
    transform: translate(1.2685081176%, 0.3511314359%);
  }
  2% {
    clip-path: polygon(0% 41.9115997087%, 100% 41.9115997087%, 100% 49.5776326999%, 0% 49.5776326999%);
    transform: translate(-6.5453226721%, 0.4479291851%);
  }
  4% {
    clip-path: polygon(0% 45.8855946488%, 100% 45.8855946488%, 100% 48.8052454998%, 0% 48.8052454998%);
    transform: translate(5.3504741305%, 0.411042695%);
  }
  6% {
    clip-path: polygon(0% 82.7295274634%, 100% 82.7295274634%, 100% 87.4254456386%, 0% 87.4254456386%);
    transform: translate(4.5291333945%, 0.2437180426%);
  }
  8% {
    clip-path: polygon(0% 71.3027794791%, 100% 71.3027794791%, 100% 76.8238497906%, 0% 76.8238497906%);
    transform: translate(7.8337721163%, 0.1064864279%);
  }
  10% {
    clip-path: polygon(0% 83.6408316152%, 100% 83.6408316152%, 100% 93.2790611772%, 0% 93.2790611772%);
    transform: translate(6.3245143699%, -0.1642168437%);
  }
  12% {
    clip-path: polygon(0% 0.3913095622%, 100% 0.3913095622%, 100% 1.7410582062%, 0% 1.7410582062%);
    transform: translate(-3.4868159231%, -0.1612117181%);
  }
  14% {
    clip-path: polygon(0% 75.9021354688%, 100% 75.9021354688%, 100% 80.2303061109%, 0% 80.2303061109%);
    transform: translate(5.8714110012%, 0.3569548541%);
  }
  16% {
    clip-path: polygon(0% 1.0471345845%, 100% 1.0471345845%, 100% 10.5240782472%, 0% 10.5240782472%);
    transform: translate(7.4873886419%, -0.0068433914%);
  }
  18% {
    clip-path: polygon(0% 34.3601801005%, 100% 34.3601801005%, 100% 39.8521156379%, 0% 39.8521156379%);
    transform: translate(7.8568513676%, 0.4903555512%);
  }
  20%, 100% {
    clip-path: none;
    transform: none;
  }
}
.glitch .channel {
  mix-blend-mode: screen;
}
.glitch .channel::before {
  bottom: 0;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.glitch .r {
  animation: rgb-shift-r 4s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-r {
  0% {
    transform: translate(0.650003673%, 0.2343006024%);
  }
  2% {
    transform: translate(-1.7049636831%, -0.326985774%);
  }
  4% {
    transform: translate(1.6510342788%, -0.243563352%);
  }
  6% {
    transform: translate(1.0330249855%, -0.1471115528%);
  }
  8% {
    transform: translate(-1.8099939443%, -0.036913022%);
  }
  10% {
    transform: translate(0.2264756949%, -0.0581665589%);
  }
  12% {
    transform: translate(0.5962850327%, 0.4326093465%);
  }
  14% {
    transform: translate(-1.0316827494%, -0.0500914304%);
  }
  16% {
    transform: translate(1.5660923327%, 0.4587172728%);
  }
  18% {
    transform: translate(1.2414612139%, 0.1407856485%);
  }
  20%, 100% {
    transform: none;
  }
}
.glitch .g {
  animation: rgb-shift-g 4s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-g {
  0% {
    transform: translate(0.9722538411%, 0.3690522776%);
  }
  2% {
    transform: translate(-0.2277950921%, 0.038294095%);
  }
  4% {
    transform: translate(0.2654454268%, 0.191854436%);
  }
  6% {
    transform: translate(-1.1810998516%, -0.293723262%);
  }
  8% {
    transform: translate(-0.0302226567%, -0.484224998%);
  }
  10% {
    transform: translate(1.5420039159%, 0.0825886073%);
  }
  12% {
    transform: translate(-1.7439997644%, 0.2017547148%);
  }
  14% {
    transform: translate(0.5532708181%, -0.4923516432%);
  }
  16% {
    transform: translate(1.7527429214%, 0.2973350574%);
  }
  18% {
    transform: translate(-0.9634578258%, -0.0105626644%);
  }
  20%, 100% {
    transform: none;
  }
}
.glitch .b {
  animation: rgb-shift-b 4s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-b {
  0% {
    transform: translate(-1.6385607713%, -0.2704393044%);
  }
  2% {
    transform: translate(0.2479031723%, 0.3706887271%);
  }
  4% {
    transform: translate(1.1859252953%, 0.0204030947%);
  }
  6% {
    transform: translate(0.1960834308%, 0.3064421154%);
  }
  8% {
    transform: translate(-0.7777790785%, 0.3763967008%);
  }
  10% {
    transform: translate(1.2833588054%, -0.1662803408%);
  }
  12% {
    transform: translate(1.9096019221%, -0.155172829%);
  }
  14% {
    transform: translate(-1.9428407515%, -0.3225948225%);
  }
  16% {
    transform: translate(-1.4111149594%, -0.1050154652%);
  }
  18% {
    transform: translate(1.9567836478%, -0.4944011451%);
  }
  20%, 100% {
    transform: none;
  }
}
.powers {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.powers .power-item .power-text {
  color: #fff;
  font-size: 12px;
}
.powers .power-item .power-progress {
  height: 4px;
  background-color: #808080;
  display: flex;
}
.powers .power-item .power-progress .thumb.red {
  background: linear-gradient(to right, #F68D1E, #fe543e);
}
.powers .power-item .power-progress .thumb.green {
  background: linear-gradient(to right, #067819, #79cb14);
}
.powers .power-item .power-progress .thumb.blue {
  background: linear-gradient(to right, #1e30f6, #1ec4f6);
}