/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 21 2026 | 11:38:51 */
@media (prefers-reduced-motion: reduce) {
  .will-anim,
  .is-inview {
    transition: none !important;
    animation: none !important;
  }
}
.reveal-up {
 /* opacity: 0;
  transform: translateY(24px);
  will-change: transform, opacity;*/
	  opacity: 0;
  transform: translateY(20px); /* or translateX, scale, etc */
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	will-change: transform, opacity;
}

.certificates_area .brxe-block .brxe-block:nth-child(1) {
    transition-delay: .05s
}

.certificates_area .brxe-block .brxe-block:nth-child(2) {
    transition-delay: .1s
}

.certificates_area .brxe-block .brxe-block:nth-child(3) {
    transition-delay: .15s
}

.certificates_area .brxe-block .brxe-block:nth-child(4) {
    transition-delay: .2s
}

.certificates_area .brxe-block .brxe-block:nth-child(5) {
    transition-delay: .25s
}

.certificates_area .brxe-block .brxe-block:nth-child(6) {
    transition-delay: .3s
}

.certificates_area .brxe-block .brxe-block:nth-child(7) {
    transition-delay: .35s
}

.certificates_area .brxe-block .brxe-block:nth-child(8) {
    transition-delay: .4s
}

.certificates_area .brxe-block .brxe-block:nth-child(9) {
    transition-delay: .45s
}

.certificates_area .brxe-block .brxe-block:nth-child(10) {
    transition-delay: .5s
}

.certificates_area .brxe-block .brxe-block:nth-child(11) {
    transition-delay: .55s
}

.certificates_area .brxe-block .brxe-block:nth-child(12) {
    transition-delay: .6s
}

.certificates_area .brxe-block .brxe-block:nth-child(13) {
    transition-delay: .65s
}

.certificates_area .brxe-block .brxe-block:nth-child(14) {
    transition-delay: .7s
}

.certificates_area .brxe-block .brxe-block:nth-child(15) {
    transition-delay: .75s
}

.certificates_area .brxe-block .brxe-block:nth-child(16) {
    transition-delay: .8s
}

.certificates_area .brxe-block .brxe-block:nth-child(17) {
    transition-delay: .85s
}

.certificates_area .brxe-block .brxe-block:nth-child(18) {
    transition-delay: .9s
}

.certificates_area .brxe-block .brxe-block:nth-child(19) {
    transition-delay: .95s
}

.certificates_area .brxe-block .brxe-block:nth-child(20) {
    transition-delay: 1s
}

.certificates_area .brxe-block .brxe-block:nth-child(21) {
    transition-delay: 1.05s
}

.certificates_area .brxe-block .brxe-block:nth-child(22) {
    transition-delay: 1.1s
}

.certificates_area .brxe-block .brxe-block:nth-child(23) {
    transition-delay: 1.15s
}

.certificates_area .brxe-block .brxe-block:nth-child(24) {
    transition-delay: 1.2s
}


@keyframes intoView {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }

    to {
        opacity: 1;
        transform: none
    }
}




.team_members .brxe-block:nth-child(5) {
    transition-delay: .25s
}

.team_members .brxe-block:nth-child(6) {
    transition-delay: .3s
}

.team_members .brxe-block:nth-child(7) {
    transition-delay: .35s
}

.team_members .brxe-block:nth-child(8) {
    transition-delay: .4s
}

.team_members .brxe-block:nth-child(9) {
    transition-delay: .45s
}

.team_members .brxe-block:nth-child(10) {
    transition-delay: .5s
}

.team_members .brxe-block:nth-child(11) {
    transition-delay: .55s
}

.team_members .brxe-block:nth-child(12) {
    transition-delay: .6s
}

.team_members .brxe-block:nth-child(13) {
    transition-delay: .65s
}

.team_members .brxe-block:nth-child(14) {
    transition-delay: .7s
}

.team_members .brxe-block:nth-child(15) {
    transition-delay: .75s
}

.team_members .brxe-block:nth-child(16) {
    transition-delay: .8s
}

.team_members .brxe-block:nth-child(17) {
    transition-delay: .85s
}

.team_members .brxe-block:nth-child(18) {
    transition-delay: .9s
}

.team_members .brxe-block:nth-child(19) {
    transition-delay: .95s
}

.team_members .brxe-block:nth-child(20) {
    transition-delay: 1s
}

.team_members .brxe-block:nth-child(21) {
    transition-delay: 1.05s
}

.team_members .brxe-block:nth-child(22) {
    transition-delay: 1.1s
}

.team_members .brxe-block:nth-child(23) {
    transition-delay: 1.15s
}

.team_members .brxe-block:nth-child(24) {
    transition-delay: 1.2s
}


.reveal-fade {
  opacity: 0;
  will-change: opacity;
}
.reveal-scale {
  opacity: 0;
  transform: scale(0.98);
  will-change: transform, opacity;
}
.reveal-clipimg {
  opacity: 0;
  transform: translateY(8px);
  clip-path: inset(0 0 12% 0 round 10px);
  will-change: clip-path, transform, opacity;
}

.is-inview.reveal-up,
.is-inview.reveal-fade,
.is-inview.reveal-scale,
.is-inview.reveal-clipimg {
  opacity: 1;
  transform: none;
  transition: transform 0.7s ease, opacity 0.7s ease;
}





.is-inview.reveal-scale {
  transition-duration: 0.9s;
}
.is-inview.reveal-clipimg {
  transition: clip-path 1.1s ease, transform 0.7s ease, opacity 0.7s ease;
  clip-path: inset(0 0 0 0 round 10px);
}

.draggie {
    opacity: 0;
    transform: translate(40%) skew(-3deg);
    transition: opacity .2s var(--ease-in-quad), transform .5s var(--ease-out-quad);
}
.draggie.is-inview {
    opacity: 1;
    transform: none;
}




