@import url(../css/font.css);
:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap)); }

@keyframes jumpUpDown {
  0% {
    transform: translate(-50%, 0); }
  100% {
    transform: translate(-50%, 10px); } }
@keyframes move {
  0% {
    opacity: 0.9; }
  10% {
    transform: translate3d(-0.1rem, 0, 0); }
  70% {
    transform: scale(1);
    box-shadow: #ff8a0060 0 0 0 .5rem; }
  80% {
    transform: translate3d(-0.1rem, 0, 0); }
  100% {
    transform: scale(1);
    box-shadow: #ff880000 0 0 0 .6rem;
    opacity: 1; } }
@keyframes scroll {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(-100%); } }
@keyframes bubbleScroll {
  0% {
    transform: translateY(0);
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    transform: translateY(-200%);
    opacity: 0; } }
@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start)); }
  to {
    transform: translateX(var(--scroll-end)); } }
@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start)); }
  to {
    transform: translateY(var(--scroll-end)); } }
.primary-btn, .secondary-btn {
  height: 2rem;
  border-radius: 2rem;
  font-size: 1rem;
  margin: 0.5rem 0;
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 1.2rem; }
  .disabled.primary-btn, .disabled.secondary-btn {
    opacity: 0.6;
    cursor: not-allowed; }
  .primary-btn:hover, .secondary-btn:hover {
    background-color: #1D39E0;
    color: white;
    text-decoration: none; }

.primary-btn {
  background: linear-gradient(180deg, #DEC276 0%, #C59B4D 100%);
  color: black; }
  .primary-btn:hover {
    background: linear-gradient(180deg, #e4ce93 0%, #C59B4D 100%);
    color: black; }

.secondary-btn {
  background-color: white;
  color: #7F7F7F;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 0.5px solid #d6d6d6; }
  .secondary-btn:hover {
    text-decoration: none;
    background-color: #7F7F7F;
    color: white; }
  .secondary-btn:focus {
    border: none; }
  .secondary-btn.active {
    background-color: #000064;
    color: white; }
    .secondary-btn.active:hover {
      text-decoration: none;
      background-color: #7F7F7F;
      color: white; }

.alert-msg {
  font-size: 0.8rem;
  font-family: 'averta-semibold';
  color: #E84730; }

.no-data {
  margin-bottom: 1rem; }

@media screen and (max-width: 767.98px) {
  .primary-btn {
    font-size: 0.8rem;
    padding: 1rem; } }
.icon-star {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icon/star.svg");
  background-size: contain;
  background-repeat: no-repeat; }

button:focus {
  outline: none !important; }

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden; }
  3%,
    11.11% {
    transform: translateY(100%) scale(0.7);
    opacity: .4;
    visibility: visible; }
  14.11%,
    22.22% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible; }
  25.22%,
    33.33% {
    transform: translateY(-100%) scale(0.7);
    opacity: .4;
    visibility: visible; }
  36.33% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible; }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden; } }
@keyframes float-up-down {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes float-up-down-2 {
  0% {
    -webkit-transform: translateY(10%); }
  50% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%); }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%); } }
#loading {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.87);
  text-align: center; }
  #loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.no-scroll {
  overflow: hidden; }

body {
  margin: 0;
  font-family: "Avenir-Regular"; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir-Regular";
  text-transform: capitalize; }

p {
  font-family: "Avenir-Regular"; }

body {
  background-color: black; }
  body.no-scroll {
    overflow-y: hidden; }

.section {
  margin-bottom: 5rem; }

.section-padding {
  padding-bottom: 5rem; }

.title {
  color: #39B54A;
  font-family: "Avenir-Black"; }

.title-light {
  font-family: "Avenir-Light"; }

.title-regular {
  font-family: "Avenir-Regular"; }

.title-bold {
  font-family: "Avenir-Bold"; }

.title-heavy {
  font-family: "Avenir-Heavy"; }

.title-black {
  font-family: "Avenir-Black"; }

.desc {
  font-family: "Avenir-Light"; }

.section-banner {
  background-image: url("../images/banner/bg-crop.jpeg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 100vh;
  object-fit: cover;
  display: block;
  position: relative;
  mask-image: linear-gradient(to bottom, black, black 95%, rgba(0, 0, 0, 0) 100%); }
  .section-banner .w-100 {
    width: 100%; }
  .section-banner .banner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 3rem; }
    .section-banner .banner-logo img:nth-child(1) {
      width: 20%;
      height: auto;
      margin-bottom: 1rem; }
    .section-banner .banner-logo img:nth-child(2) {
      width: 30%;
      height: auto; }
  .section-banner .banner-bg {
    display: none; }
    .section-banner .banner-bg img {
      width: 100%; }
  .section-banner .banner-poker {
    position: absolute;
    z-index: 10; }
    .section-banner .banner-poker img {
      width: 100%;
      height: auto; }
  .section-banner .banner-text {
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2vw;
    width: 100%;
    max-width: 1140px;
    padding: 0 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .section-banner .banner-text .banner-header {
      color: #DEC276;
      margin-bottom: 1rem; }
    .section-banner .banner-text h4 {
      text-align: center;
      color: white; }
    .section-banner .banner-text .primary-btn {
      width: fit-content; }

.banner-text {
  text-align: center;
  font-size: 2vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .banner-text .banner-header {
    color: #DEC276;
    margin-bottom: 1rem; }
  .banner-text h4 {
    text-align: center;
    color: white; }
  .banner-text .primary-btn {
    width: fit-content; }

@media screen and (min-width: 992px) and (max-width: 1279.98px) {
  .section-banner .banner-text {
    bottom: -7%;
    max-width: 960px;
    padding: 0 3rem; }
  .section-banner .banner-logo img:nth-child(1) {
    width: 30%; }
  .section-banner .banner-logo img:nth-child(2) {
    width: 40%; } }
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-banner .banner-text {
    bottom: -6%;
    max-width: 720px;
    padding: 0 3rem; }
  .section-banner .banner-logo img:nth-child(1) {
    width: 60%; }
  .section-banner .banner-logo img:nth-child(2) {
    width: 70%; } }
@media screen and (max-width: 767.98px) {
  .section-banner {
    background-image: none;
    height: auto;
    margin-bottom: 0; }
    .section-banner .banner-logo img:nth-child(1) {
      width: 65%;
      height: auto; }
    .section-banner .banner-logo img:nth-child(2) {
      width: 75%;
      height: auto; }
    .section-banner .banner-bg {
      display: block; }
    .section-banner .banner-text {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      display: flex;
      position: unset;
      transform: none; } }
@media screen and (max-width: 538.98px) {
  .section-banner .banner-text {
    bottom: -15rem; } }
.section-game {
  background-color: black;
  color: white;
  text-align: center;
  padding: 5rem 0 2rem 0; }
  .section-game .header {
    margin-bottom: 5rem; }
  .section-game .game-container {
    display: flex;
    text-align: initial;
    gap: 2rem;
    flex-direction: column; }
    .section-game .game-container .game-wrap {
      position: relative; }
      .section-game .game-container .game-wrap video {
        width: 100%;
        cursor: pointer; }
        .section-game .game-container .game-wrap video::-webkit-media-controls-fullscreen-button {
          display: none; }
      .section-game .game-container .game-wrap .video-wrap {
        display: none;
        height: fit-content;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        color: white;
        box-sizing: border-box; }
        .section-game .game-container .game-wrap .video-wrap .wrap-left,
        .section-game .game-container .game-wrap .video-wrap .wrap-right {
          flex: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer; }
    .section-game .game-container .game-testimonial {
      color: white;
      display: flex;
      flex-direction: column;
      position: relative;
      height: 8rem; }
      .section-game .game-container .game-testimonial .testimonial-container {
        position: relative;
        display: flex;
        justify-content: center; }
        .section-game .game-container .game-testimonial .testimonial-container .testimonial-item {
          background: linear-gradient(90deg, #007F4B 0%, #00FF23 157.12%);
          border-radius: 2.5rem;
          flex-direction: column;
          display: flex;
          width: 70%;
          padding: 0.85rem 1rem;
          margin-bottom: 1rem;
          position: absolute;
          opacity: 0;
          filter: drop-shadow(0 2px 2px #555);
          will-change: transform, opacity;
          animation: carousel-animate-vertical 27s linear infinite; }
          .section-game .game-container .game-testimonial .testimonial-container .testimonial-item:nth-child(1) {
            animation-delay: -3s; }
          .section-game .game-container .game-testimonial .testimonial-container .testimonial-item:nth-child(2) {
            animation-delay: 0s; }
          .section-game .game-container .game-testimonial .testimonial-container .testimonial-item:nth-child(3) {
            animation-delay: 3s; }
          .section-game .game-container .game-testimonial .testimonial-container .testimonial-item:nth-child(4) {
            animation-delay: 6s; }
          .section-game .game-container .game-testimonial .testimonial-container .testimonial-item:nth-child(5) {
            animation-delay: 9s; }
          .section-game .game-container .game-testimonial .testimonial-container .testimonial-item:nth-child(6) {
            animation-delay: 12s; }
          .section-game .game-container .game-testimonial .testimonial-container .testimonial-item:nth-child(7) {
            animation-delay: 15s; }
          .section-game .game-container .game-testimonial .testimonial-container .testimonial-item:nth-child(8) {
            animation-delay: 18s; }
          .section-game .game-container .game-testimonial .testimonial-container .testimonial-item:nth-child(9) {
            animation-delay: 21s; }
          .section-game .game-container .game-testimonial .testimonial-container .testimonial-item .testimonial-msg {
            line-height: 1.3;
            font-size: 0.7rem; }
  .section-game .container {
    position: relative; }
    .section-game .container .floating-element {
      position: absolute; }
      .section-game .container .floating-element.dice-1 {
        top: 10%;
        right: -15%;
        animation: float-up-down 2s ease-in-out infinite both; }
        .section-game .container .floating-element.dice-1 img {
          width: 8rem; }
      .section-game .container .floating-element.chip-1 {
        top: 30%;
        left: -15%;
        animation: float-up-down-2 3s ease-in-out infinite both; }
        .section-game .container .floating-element.chip-1 img {
          width: 8rem; }
      .section-game .container .floating-element.dice-2 {
        bottom: 10%;
        right: -8%;
        animation: float-up-down 3s ease-in-out infinite both; }
        .section-game .container .floating-element.dice-2 img {
          width: 6rem; }

@media screen and (min-width: 1422px) and (max-width: 1599.98px) {
  .section-game .container .floating-element.dice-1 {
    right: 0%; }
  .section-game .container .floating-element.chip-1 {
    left: -10%; } }
@media screen and (min-width: 1280px) and (max-width: 1421.98px) {
  .section-game .container .floating-element.dice-1 {
    right: 0%; }
  .section-game .container .floating-element.dice-2 {
    display: none; }
  .section-game .container .floating-element.chip-1 {
    display: none; } }
@media screen and (min-width: 992px) and (max-width: 1279.98px) {
  .section-game .container .floating-element.dice-1, .section-game .container .floating-element.dice-2, .section-game .container .floating-element.chip-1 {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-game .game-container {
    flex-direction: column; }
    .section-game .game-container .game-wrap,
    .section-game .game-container .game-testimonial {
      flex: initial; }
    .section-game .game-container .game-testimonial {
      height: 9rem;
      margin-top: 0.75rem; }
      .section-game .game-container .game-testimonial .testimonial-container {
        margin-top: 1rem; }
  .section-game .container .floating-element.dice-1, .section-game .container .floating-element.dice-2, .section-game .container .floating-element.chip-1 {
    display: none; } }
@media screen and (max-width: 767.98px) {
  .section-game .game-container {
    flex-direction: column; }
    .section-game .game-container .game-wrap,
    .section-game .game-container .game-testimonial {
      flex: initial; }
    .section-game .game-container .game-testimonial {
      height: 10rem;
      margin-top: 1rem; }
      .section-game .game-container .game-testimonial .testimonial-container {
        margin-top: 1rem; }
        .section-game .game-container .game-testimonial .testimonial-container .testimonial-item {
          width: 100%; }
  .section-game .container .floating-element.dice-1, .section-game .container .floating-element.dice-2, .section-game .container .floating-element.chip-1 {
    display: none; } }
.section-leaderboard {
  background-color: #EAEAEA;
  color: black;
  text-align: center;
  padding: 4rem 0; }
  .section-leaderboard .header {
    margin-bottom: 3rem; }
  .section-leaderboard .leaderboard-container {
    display: flex;
    gap: 2rem;
    align-items: flex-end; }
    .section-leaderboard .leaderboard-container .leaderboard-rank {
      text-align: left;
      flex: 60%; }
      .section-leaderboard .leaderboard-container .leaderboard-rank .table {
        border-collapse: separate;
        border-spacing: 0 0.5rem;
        margin-bottom: 0; }
        .section-leaderboard .leaderboard-container .leaderboard-rank .table thead th {
          border-top: none;
          border-bottom: none; }
        .section-leaderboard .leaderboard-container .leaderboard-rank .table thead tr {
          background-color: initial; }
        .section-leaderboard .leaderboard-container .leaderboard-rank .table td {
          border-top: none;
          vertical-align: middle; }
          .section-leaderboard .leaderboard-container .leaderboard-rank .table td img {
            width: 2.5rem;
            padding-right: 0.2rem; }
        .section-leaderboard .leaderboard-container .leaderboard-rank .table tr {
          font-family: "Avenir-Heavy";
          color: black;
          background-color: white;
          margin-bottom: 0.5rem;
          vertical-align: middle; }
          .section-leaderboard .leaderboard-container .leaderboard-rank .table tr:last-child {
            border-spacing: 0;
            margin-bottom: 0; }
          .section-leaderboard .leaderboard-container .leaderboard-rank .table tr th {
            color: black; }
          .section-leaderboard .leaderboard-container .leaderboard-rank .table tr td:first-child,
          .section-leaderboard .leaderboard-container .leaderboard-rank .table tr th:first-child {
            border-radius: 0.75rem 0 0 0.75rem; }
          .section-leaderboard .leaderboard-container .leaderboard-rank .table tr td:last-child,
          .section-leaderboard .leaderboard-container .leaderboard-rank .table tr th:last-child {
            border-radius: 0 0.75rem 0.75rem 0; }
          .section-leaderboard .leaderboard-container .leaderboard-rank .table tr.top-1 {
            background: linear-gradient(180deg, #DEC276 0%, #C59B4E 100%);
            color: white; }
          .section-leaderboard .leaderboard-container .leaderboard-rank .table tr.top-2 {
            background-color: #009444;
            color: white; }
          .section-leaderboard .leaderboard-container .leaderboard-rank .table tr.top-3 {
            background-color: #39B549;
            color: white; }
    .section-leaderboard .leaderboard-container .leaderboard-prize {
      flex: 40%;
      width: 100%; }
      .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container {
        display: flex;
        flex-direction: column; }
        .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage {
          display: flex;
          flex-direction: row;
          align-items: flex-end;
          justify-content: space-between;
          margin-bottom: 0.5rem;
          gap: 1rem; }
          .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item img {
            width: 8rem; }
            .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item img:nth-child(1) {
              margin-bottom: 1rem; }
          .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item .title-award {
            color: #C59B4E;
            font-family: "Avenir-Black"; }
          .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item .stage {
            width: 7rem; }
          .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item .stage-item {
            width: 8.5rem;
            height: 9rem;
            flex-shrink: 0;
            border-radius: 18px 18px 0px 0px;
            font-family: 'Avenir-Black';
            font-size: 3.5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #979797; }
            .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item .stage-item.no-2 {
              background-color: #B6B6B6; }
            .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item .stage-item.no-1 {
              background-color: #ECAD00;
              color: #AD8407;
              height: 12rem; }
            .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item .stage-item.no-3 {
              background-color: #E66B29;
              color: #AE6028; }

@media screen and (min-width: 992px) and (max-width: 1279.98px) {
  .section-leaderboard .leaderboard-container {
    display: flex;
    gap: 2rem;
    align-items: flex-end;
    flex-direction: column-reverse; }
    .section-leaderboard .leaderboard-container .leaderboard-rank {
      width: 100%; }
    .section-leaderboard .leaderboard-container .prize-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item .stage-item {
      height: 7rem; }
      .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item .stage-item.no-1 {
        height: 10rem; } }
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-leaderboard .leaderboard-container {
    display: flex;
    gap: 2rem;
    align-items: flex-end;
    flex-direction: column-reverse; }
    .section-leaderboard .leaderboard-container .leaderboard-rank {
      width: 100%; }
      .section-leaderboard .leaderboard-container .leaderboard-rank .prize-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
    .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage {
      justify-content: center; } }
@media screen and (max-width: 767.98px) {
  .section-leaderboard .leaderboard-container {
    display: flex;
    gap: 2rem;
    align-items: flex-end;
    flex-direction: column-reverse; }
    .section-leaderboard .leaderboard-container .leaderboard-rank {
      width: 100%; }
      .section-leaderboard .leaderboard-container .leaderboard-rank table tr th:nth-child(2) {
        display: none; }
      .section-leaderboard .leaderboard-container .leaderboard-rank table tbody td:nth-child(2) {
        display: none; }
    .section-leaderboard .leaderboard-container .prize-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item img {
      width: 100%; }
    .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item .stage {
      width: 100%; }
    .section-leaderboard .leaderboard-container .leaderboard-prize .prize-container .prize-award-stage .prize-item .stage-item {
      width: 100%;
      font-size: 2rem; } }
.section-lucky-draw {
  background-color: #DADADA; }
  .section-lucky-draw .draw-container {
    display: flex; }
    .section-lucky-draw .draw-container .draw-wheel img {
      width: 80%;
      height: auto; }
    .section-lucky-draw .draw-container .draw-text {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column; }
      .section-lucky-draw .draw-container .draw-text .primary-btn {
        text-transform: uppercase;
        font-family: "Avenir-Black"; }

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-lucky-draw {
    padding-top: 2rem; } }
@media screen and (max-width: 767.98px) {
  .section-lucky-draw {
    padding: 5rem 0; }
    .section-lucky-draw .draw-container {
      align-items: center;
      justify-content: center; }
      .section-lucky-draw .draw-container .title {
        text-align: center; }
      .section-lucky-draw .draw-container .draw-wheel {
        display: none; }
      .section-lucky-draw .draw-container .draw-text {
        align-items: center; } }
footer {
  background-color: #2A2A2A;
  padding: 3rem 0; }
  footer .footer-container {
    display: grid;
    grid-template-columns: 44% 25% 23%;
    gap: 2rem; }
    footer .footer-container .footer-title {
      color: #39B54A;
      font-size: 0.75rem;
      margin-bottom: 0.5rem; }
    footer .footer-container .footer-row {
      margin-bottom: 4rem; }
      footer .footer-container .footer-row:last-child {
        margin-bottom: 0; }
      footer .footer-container .footer-row .footer-item {
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
        min-height: 50px;
        align-items: center; }
        footer .footer-container .footer-row .footer-item img {
          height: auto;
          object-fit: contain;
          max-width: 100%;
          filter: grayscale(1); }
          footer .footer-container .footer-row .footer-item img:hover {
            filter: grayscale(0); }
    footer .footer-container .footer-col-1 .footer-row:nth-child(1) .footer-item img:nth-child(2) {
      height: 30px; }
    footer .footer-container .footer-col-1 .footer-row:nth-child(1) .footer-item img:nth-child(3) {
      height: 35px; }
    footer .footer-container .footer-col-1 .footer-row:nth-child(1) .footer-item img:nth-child(4) {
      width: 100px; }
    footer .footer-container .footer-col-1 .footer-row:nth-child(2) .footer-item img {
      height: 45px; }
      footer .footer-container .footer-col-1 .footer-row:nth-child(2) .footer-item img:nth-child(9), footer .footer-container .footer-col-1 .footer-row:nth-child(2) .footer-item img:nth-child(10) {
        height: auto; }
    footer .footer-container .footer-col-2 .footer-row:nth-child(1) .footer-item img:nth-child(2) {
      height: 32px; }
    footer .footer-container .footer-col-2 .footer-row:nth-child(2) .footer-item img {
      width: 35px; }
      footer .footer-container .footer-col-2 .footer-row:nth-child(2) .footer-item img:nth-child(1) {
        width: 32px; }
    footer .footer-container .footer-col-3 img {
      width: 100%; }

@media screen and (min-width: 992px) and (max-width: 1279.98px) {
  footer .footer-container {
    display: grid;
    grid-template-columns: 43% 24% 26%;
    gap: 2rem; } }
@media screen and (max-width: 767.98px) {
  footer .footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px; }
    footer .footer-container .footer-row {
      margin-bottom: 2rem; }
    footer .footer-container .footer-row:nth-child(2) {
      grid-column: 1;
      grid-row: 1; }
    footer .footer-container .footer-col-2 .footer-row:nth-child(1) {
      grid-column: 1;
      grid-row: 2; }
    footer .footer-container .footer-row:nth-child(1) {
      grid-column: 1;
      grid-row: 3; }
    footer .footer-container .footer-col-3 .footer-row:nth-child(1) {
      grid-column: 2;
      grid-row: 1 / 3; }
    footer .footer-container .footer-col-2 .footer-row:nth-child(2) {
      grid-column: 2;
      grid-row: 3; }
  footer .footer-col-1,
  footer .footer-col-2,
  footer .footer-col-3 {
    display: contents; } }
