/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./inc/Components/TeamGrid/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.booom-team-grid .absolute {
    position: absolute
}
.booom-team-grid .relative {
    position: relative
}
.booom-team-grid .-bottom-\[60px\] {
    bottom: -60px
}
.booom-team-grid .-left-\[60px\] {
    left: -60px
}
.booom-team-grid .-right-\[60px\] {
    right: -60px
}
.booom-team-grid .-top-\[60px\] {
    top: -60px
}
.booom-team-grid .right-0 {
    right: 0px
}
.booom-team-grid .top-0 {
    top: 0px
}
.booom-team-grid .z-10 {
    z-index: 10
}
.booom-team-grid .z-\[1\] {
    z-index: 1
}
.booom-team-grid .z-\[2\] {
    z-index: 2
}
.booom-team-grid .mx-auto {
    margin-left: auto;
    margin-right: auto
}
.booom-team-grid .-mb-32 {
    margin-bottom: -8rem
}
.booom-team-grid .-mb-\[12\.5rem\] {
    margin-bottom: -12.5rem
}
.booom-team-grid .-mt-10 {
    margin-top: -2.5rem
}
.booom-team-grid .mb-20 {
    margin-bottom: 5rem
}
.booom-team-grid .mb-40 {
    margin-bottom: 10rem
}
.booom-team-grid .flex {
    display: flex
}
.booom-team-grid .grid {
    display: grid
}
.booom-team-grid .aspect-square {
    aspect-ratio: 1 / 1
}
.booom-team-grid .h-\[150px\] {
    height: 150px
}
.booom-team-grid .h-full {
    height: 100%
}
.booom-team-grid .max-h-\[300px\] {
    max-height: 300px
}
.booom-team-grid .w-\[150px\] {
    width: 150px
}
.booom-team-grid .w-full {
    width: 100%
}
.booom-team-grid .max-w-2xl {
    max-width: 42rem
}
.booom-team-grid .max-w-\[300px\] {
    max-width: 300px
}
.booom-team-grid .grow {
    flex-grow: 1
}
.booom-team-grid .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.booom-team-grid .flex-col {
    flex-direction: column
}
.booom-team-grid .items-end {
    align-items: flex-end
}
.booom-team-grid .gap-4 {
    gap: 1rem
}
.booom-team-grid .gap-6 {
    gap: 1.5rem
}
.booom-team-grid .gap-y-12 {
    row-gap: 3rem
}
.booom-team-grid .overflow-hidden {
    overflow: hidden
}
.booom-team-grid .overflow-x-clip {
    overflow-x: clip
}
.booom-team-grid .rounded-corner-sm {
    border-radius: 10px
}
.booom-team-grid .rounded-full {
    border-radius: 9999px
}
.booom-team-grid .border {
    border-width: 1px
}
.booom-team-grid .border-border {
    --tw-border-opacity: 1;
    border-color: rgb(239 240 241 / var(--tw-border-opacity, 1))
}
.booom-team-grid .bg-border-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1))
}
.booom-team-grid .bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(35 31 32 / var(--tw-bg-opacity, 1))
}
.booom-team-grid .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.booom-team-grid .object-cover {
    -o-object-fit: cover;
       object-fit: cover
}
.booom-team-grid .object-top {
    -o-object-position: top;
       object-position: top
}
.booom-team-grid .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.booom-team-grid .pb-6 {
    padding-bottom: 1.5rem
}
.booom-team-grid .pt-28 {
    padding-top: 7rem
}
.booom-team-grid .text-center {
    text-align: center
}
.booom-team-grid .text-\[20px\] {
    font-size: 20px
}
.booom-team-grid .font-bold {
    font-weight: 700
}
.booom-team-grid .leading-\[1\.2\] {
    line-height: 1.2
}
.booom-team-grid .text-primary {
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity, 1))
}
.booom-team-grid .opacity-50 {
    opacity: 0.5
}
.booom-team-grid .shadow-3xl {
    --tw-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.10);
    --tw-shadow-colored: 0 4px 50px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
@media (min-width: 640px) {
    .booom-team-grid .sm\:h-\[200px\] {
        height: 200px
    }
    .booom-team-grid .sm\:w-\[200px\] {
        width: 200px
    }
    .booom-team-grid .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .booom-team-grid .sm\:opacity-100 {
        opacity: 1
    }
}
@media (min-width: 1024px) {
    .booom-team-grid .lg\:h-\[300px\] {
        height: 300px
    }
    .booom-team-grid .lg\:w-\[300px\] {
        width: 300px
    }
    .booom-team-grid .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}
.booom-team-grid :is(.\[\&_\*\]\:\!text-surface *) {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}
.booom-team-grid :is(.\[\&_ol\]\:inline-block ol) {
    display: inline-block
}
.booom-team-grid :is(.\[\&_ol\]\:text-left ol) {
    text-align: left
}
.booom-team-grid :is(.\[\&_ul\]\:inline-block ul) {
    display: inline-block
}
.booom-team-grid :is(.\[\&_ul\]\:text-left ul) {
    text-align: left
}

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