@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
html {
  font-size: 12px;
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 24px;
  }
}

.banner {
  height: 100vh;
}

.g__content {
  padding: 5.125rem 5.625rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .g__content {
    padding: 3.571rem 2.857rem;
  }
}
.g__title {
  color: #fff;
  margin-bottom: 1.25rem;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.625rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .g__title {
    font-size: 2.286rem;
    line-height: 2.571rem;
  }
}
.g__text {
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.875rem;
  position: relative;
  z-index: 2;
}
.g__text span {
  font-weight: 700;
}
.g__text .color--blue {
  color: rgb(0, 176, 255);
}
.g__text .color--pink {
  color: rgb(255, 0, 101);
}
.g__text .color--green {
  color: #42DB66;
}
.g__image figure {
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .g__image figure {
    height: 320px;
  }
}
@media screen and (max-width: 575px) {
  .g__image figure {
    height: 246px;
  }
}
.g__image figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg--blue {
  background: #00b0ff;
}
.bg--pink {
  background: #ff0065;
}
.bg--dark-blue {
  background-color: #000079;
}
.bg--green {
  background: #42db66;
}

.grid {
  display: grid;
}
.grid--two {
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .grid--two {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.alaya-mmm__item {
  text-align: center;
  position: relative;
  display: grid;
  align-items: center;
  min-height: 600px;
}
@media screen and (max-width: 1024px) {
  .alaya-mmm__item {
    min-height: 520px;
  }
}
@media screen and (max-width: 768px) {
  .alaya-mmm__item {
    min-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .alaya-mmm__item {
    min-height: 268px;
  }
}
.alaya-mmm__item .btn-wrapper {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  .alaya-mmm__item .btn-wrapper svg {
    transform: scale(1.25);
  }
}
@media screen and (min-width: 2024px) {
  .alaya-mmm__item .btn-wrapper svg {
    transform: scale(1.35);
  }
}
@media screen and (max-width: 1024px) {
  .alaya-mmm__item .btn-wrapper svg {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 575px) {
  .alaya-mmm__item .btn-wrapper svg {
    transform: scale(0.7);
  }
}
.alaya-mmm__item .btn-wrapper .badge {
  display: inline-block;
  width: 8rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #ffffff;
  border-radius: 0px 0.938rem;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 1.563rem;
  text-align: center;
  letter-spacing: 0.025rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 1920px) {
  .alaya-mmm__item .btn-wrapper .badge {
    margin-top: 1.725rem;
  }
}
@media screen and (max-width: 575px) {
  .alaya-mmm__item .btn-wrapper .badge {
    margin-top: 0px;
    font-size: 1.214rem;
    width: 5.357rem;
  }
}
.alaya-mmm__item .bg {
  position: absolute;
  z-index: 1;
}
.alaya-mmm__item--map .bg {
  background-color: #00b0ff;
}
.alaya-mmm__item--map span.badge {
  color: #00b0ff;
}
.alaya-mmm__item--match .bg {
  background-color: #ff0065;
}
.alaya-mmm__item--match span.badge {
  color: #ff0065;
}
.alaya-mmm__item--meld .bg {
  background-color: #42db66;
}
.alaya-mmm__item--meld span.badge {
  color: #42db66;
}

@media screen and (max-width: 768px) {
  .second-row .g__image {
    order: 2;
  }
}

.fourth-row {
  position: relative;
  z-index: 1;
}

.map-icon svg #magnifier {
  transform-origin: top left;
  animation: magnifier 2s infinite ease-in-out;
}

.match-icon {
  transition: 0.2 ease-in-out;
}
.match-icon svg #piece1 {
  animation: puzzle 2s infinite ease-in-out;
}

.meld-icon svg #gear1 {
  transform-origin: center center;
  animation: gears 2s infinite ease-in-out;
}

@keyframes gears {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes magnifier {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes puzzle {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  0% {
    transform: translate(0, 0);
  }
}
.arrow-icon {
  position: absolute;
  z-index: 2;
  right: -70px;
}
@media screen and (max-width: 575px) {
  .arrow-icon svg {
    transform: scale(0.75);
  }
}
@media screen and (max-width: 575px) {
  .arrow-icon {
    right: -60px;
    bottom: 26%;
  }
}
.arrow-icon #chevron {
  animation: arrow-move 3s infinite ease-in-out;
}
.arrow-icon circle {
  animation: blink 3s infinite ease-in-out;
}

@keyframes blink {
  0% {
    opacity: 0.3;
    transform: translateX(0px);
  }
  50% {
    opacity: 0.9;
    transform: translateX(5px);
  }
  100% {
    opacity: 0.3;
    transform: translateX(0px);
  }
}
@keyframes arrow-move {
  0% {
    opacity: 0.2;
    transform: translateX(0px);
  }
  50% {
    opacity: 0.9;
    transform: translateX(12px);
  }
  100% {
    opacity: 0.2;
    transform: translateX(0px);
  }
}
.mt-24 {
  margin-top: 1.5rem;
}/*# sourceMappingURL=panel.css.map */