@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,
:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

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

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width:640px) {
    .container {
        max-width: 640px;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px;
        padding-right: 3rem;
        padding-left: 3rem
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.visible {
    visibility: visible
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.-bottom-\[441px\] {
    bottom: -441px
}

.-left-\[0\] {
    left: 0
}

.-left-\[30px\] {
    left: -30px
}

.-top-\[74px\] {
    top: -74px
}

.bottom-0 {
    bottom: 0
}

.bottom-1 {
    bottom: .25rem
}

.bottom-\[-12px\] {
    bottom: -12px
}

.bottom-\[0\],
.bottom-\[0px\] {
    bottom: 0
}

.bottom-\[100px\] {
    bottom: 100px
}

.bottom-\[15px\] {
    bottom: 15px
}

.bottom-\[20px\] {
    bottom: 20px
}

.bottom-\[30px\] {
    bottom: 30px
}

.bottom-\[45px\] {
    bottom: 45px
}

.left-0 {
    left: 0
}

.left-5 {
    left: 1.25rem
}

.left-\[-7px\] {
    left: -7px
}

.left-\[0\],
.left-\[0px\] {
    left: 0
}

.left-\[25\%\] {
    left: 25%
}

.left-\[30px\] {
    left: 30px
}

.left-\[50\%\] {
    left: 50%
}

.right-0,
.right-\[0\] {
    right: 0
}

.right-\[30px\] {
    right: 30px
}

.right-\[40px\] {
    right: 40px
}

.right-\[45px\] {
    right: 45px
}

.top-0 {
    top: 0
}

.top-2\/4 {
    top: 50%
}

.top-\[-15px\] {
    top: -15px
}

.top-\[-2px\] {
    top: -2px
}

.top-\[-35px\] {
    top: -35px
}

.top-\[-5px\] {
    top: -5px
}

.top-\[0\],
.top-\[0px\] {
    top: 0
}

.top-\[100px\] {
    top: 100px
}

.top-\[1px\] {
    top: 1px
}

.top-\[4px\] {
    top: 4px
}

.top-\[50\%\] {
    top: 50%
}

.top-\[55\%\] {
    top: 55%
}

.top-\[60\%\] {
    top: 60%
}

.-z-10 {
    z-index: -10
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-\[-1\] {
    z-index: -1
}

.z-\[1\] {
    z-index: 1
}

.z-\[2\] {
    z-index: 2
}

.z-\[9999\] {
    z-index: 9999
}

.z-\[999\] {
    z-index: 999
}

.z-\[99\] {
    z-index: 99
}

.z-\[9\] {
    z-index: 9
}

.z-auto {
    z-index: auto
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-6 {
    grid-column: span 6/span 6
}

.col-span-7 {
    grid-column: span 7/span 7
}

.m-\[20px\] {
    margin: 20px
}

.m-auto {
    margin: auto
}

.mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px
}

.mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px
}

.mx-\[8px\] {
    margin-left: 8px;
    margin-right: 8px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-\[0\] {
    margin-top: 0;
    margin-bottom: 0
}

.my-\[10px\] {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-\[12px\] {
    margin-top: 12px;
    margin-bottom: 12px
}

.my-\[15px\] {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-\[25px\] {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-\[30px\] {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px
}

.\!mb-\[-20px\] {
    margin-bottom: -20px !important
}

.\!mb-\[0\] {
    margin-bottom: 0 !important
}

.\!mb-\[20px\] {
    margin-bottom: 20px !important
}

.\!ml-\[25px\] {
    margin-left: 25px !important
}

.\!mt-\[10px\] {
    margin-top: 10px !important
}

.\!mt-\[14px\] {
    margin-top: 14px !important
}

.\!mt-\[20px\] {
    margin-top: 20px !important
}

.\!mt-\[50px\] {
    margin-top: 50px !important
}

.-mt-\[50px\] {
    margin-top: -50px
}

.-mt-\[80px\] {
    margin-top: -80px
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-\[0\],
.mb-\[0px\] {
    margin-bottom: 0
}

.mb-\[10px\] {
    margin-bottom: 10px
}

.mb-\[12px\] {
    margin-bottom: 12px
}

.mb-\[14px\] {
    margin-bottom: 14px
}

.mb-\[150px\] {
    margin-bottom: 150px
}

.mb-\[15px\] {
    margin-bottom: 15px
}

.mb-\[18px\] {
    margin-bottom: 18px
}

.mb-\[20px\] {
    margin-bottom: 20px
}

.mb-\[21px\] {
    margin-bottom: 21px
}

.mb-\[22px\] {
    margin-bottom: 22px
}

.mb-\[24px\] {
    margin-bottom: 24px
}

.mb-\[25px\] {
    margin-bottom: 25px
}

.mb-\[30px\] {
    margin-bottom: 30px
}

.mb-\[34px\] {
    margin-bottom: 34px
}

.mb-\[40px\] {
    margin-bottom: 40px
}

.mb-\[50px\] {
    margin-bottom: 50px
}

.mb-\[5px\] {
    margin-bottom: 5px
}

.mb-\[60px\] {
    margin-bottom: 60px
}

.mb-\[6px\] {
    margin-bottom: 6px
}

.mb-\[70px\] {
    margin-bottom: 70px
}

.mb-\[8px\] {
    margin-bottom: 8px
}

.ml-0 {
    margin-left: 0
}

.ml-2 {
    margin-left: .5rem
}

.ml-5 {
    margin-left: 1.25rem
}

.ml-\[0px\] {
    margin-left: 0
}

.ml-\[10px\] {
    margin-left: 10px
}

.ml-\[12px\] {
    margin-left: 12px
}

.ml-\[20px\] {
    margin-left: 20px
}

.ml-\[28px\] {
    margin-left: 28px
}

.ml-\[5px\] {
    margin-left: 5px
}

.ml-\[8px\] {
    margin-left: 8px
}

.mr-0 {
    margin-right: 0
}

.mr-2 {
    margin-right: .5rem
}

.mr-\[0\],
.mr-\[0px\] {
    margin-right: 0
}

.mr-\[10px\] {
    margin-right: 10px
}

.mr-\[14px\] {
    margin-right: 14px
}

.mr-\[15px\] {
    margin-right: 15px
}

.mr-\[20px\] {
    margin-right: 20px
}

.mr-\[25px\] {
    margin-right: 25px
}

.mr-\[30px\] {
    margin-right: 30px
}

.mr-\[40px\] {
    margin-right: 40px
}

.mr-\[5px\] {
    margin-right: 5px
}

.mr-\[8px\] {
    margin-right: 8px
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-\[-135px\] {
    margin-top: -135px
}

.mt-\[-1px\] {
    margin-top: -1px
}

.mt-\[-40px\] {
    margin-top: -40px
}

.mt-\[-58px\] {
    margin-top: -58px
}

.mt-\[0\],
.mt-\[0px\] {
    margin-top: 0
}

.mt-\[10px\] {
    margin-top: 10px
}

.mt-\[12px\] {
    margin-top: 12px
}

.mt-\[150px\] {
    margin-top: 150px
}

.mt-\[15px\] {
    margin-top: 15px
}

.mt-\[16px\] {
    margin-top: 16px
}

.mt-\[18px\] {
    margin-top: 18px
}

.mt-\[20px\] {
    margin-top: 20px
}

.mt-\[21px\] {
    margin-top: 21px
}

.mt-\[22px\] {
    margin-top: 22px
}

.mt-\[24px\] {
    margin-top: 24px
}

.mt-\[25px\] {
    margin-top: 25px
}

.mt-\[26px\] {
    margin-top: 26px
}

.mt-\[30px\] {
    margin-top: 30px
}

.mt-\[35px\] {
    margin-top: 35px
}

.mt-\[36px\] {
    margin-top: 36px
}

.mt-\[40px\] {
    margin-top: 40px
}

.mt-\[50px\] {
    margin-top: 50px
}

.mt-\[54px\] {
    margin-top: 54px
}

.mt-\[5px\] {
    margin-top: 5px
}

.mt-\[60px\] {
    margin-top: 60px
}

.mt-\[62px\] {
    margin-top: 62px
}

.mt-\[70px\] {
    margin-top: 70px
}

.mt-\[8px\] {
    margin-top: 8px
}

.mt-\[90px\] {
    margin-top: 90px
}

.mt-\[9px\] {
    margin-top: 9px
}

.mt-auto {
    margin-top: auto
}

.line-clamp-1 {
    -webkit-line-clamp: 1
}

.line-clamp-1,
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.\!h-\[18px\] {
    height: 18px !important
}

.\!h-\[1px\] {
    height: 1px !important
}

.\!h-full {
    height: 100% !important
}

.h-6 {
    height: 1.5rem
}

.h-\[0px\] {
    height: 0
}

.h-\[100\%\] {
    height: 100%
}

.h-\[1000px\] {
    height: 1000px
}

.h-\[100px\] {
    height: 100px
}

.h-\[120px\] {
    height: 120px
}

.h-\[120vh\] {
    height: 120vh
}

.h-\[135px\] {
    height: 135px
}

.h-\[150px\] {
    height: 150px
}

.h-\[165px\] {
    height: 165px
}

.h-\[180px\] {
    height: 180px
}

.h-\[18px\] {
    height: 18px
}

.h-\[1px\] {
    height: 1px
}

.h-\[200px\] {
    height: 200px
}

.h-\[210px\] {
    height: 210px
}

.h-\[230px\] {
    height: 230px
}

.h-\[250px\] {
    height: 250px
}

.h-\[258px\] {
    height: 258px
}

.h-\[300px\] {
    height: 300px
}

.h-\[31\%\] {
    height: 31%
}

.h-\[320px\] {
    height: 320px
}

.h-\[342px\] {
    height: 342px
}

.h-\[350px\] {
    height: 350px
}

.h-\[365px\] {
    height: 365px
}

.h-\[38px\] {
    height: 38px
}

.h-\[400px\] {
    height: 400px
}

.h-\[40px\] {
    height: 40px
}

.h-\[42px\] {
    height: 42px
}

.h-\[450px\] {
    height: 450px
}

.h-\[480px\] {
    height: 480px
}

.h-\[500px\] {
    height: 500px
}

.h-\[50px\] {
    height: 50px
}

.h-\[60px\] {
    height: 60px
}

.h-\[70px\] {
    height: 70px
}

.h-\[750px\] {
    height: 750px
}

.h-\[80px\] {
    height: 80px
}

.h-\[82px\] {
    height: 82px
}

.h-\[8px\] {
    height: 8px
}

.h-\[95px\] {
    height: 95px
}

.h-\[auto\],
.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.min-h-\[140px\] {
    min-height: 140px
}

.min-h-\[40px\] {
    min-height: 40px
}

.min-h-\[55px\] {
    min-height: 55px
}

.\!w-\[16px\] {
    width: 16px !important
}

.\!w-\[240px\] {
    width: 240px !important
}

.w-6 {
    width: 1.5rem
}

.w-\[100\%\] {
    width: 100%
}

.w-\[100px\] {
    width: 100px
}

.w-\[10px\] {
    width: 10px
}

.w-\[11px\] {
    width: 11px
}

.w-\[120px\] {
    width: 120px
}

.w-\[12px\] {
    width: 12px
}

.w-\[130px\] {
    width: 130px
}

.w-\[140px\] {
    width: 140px
}

.w-\[150px\] {
    width: 150px
}

.w-\[15px\] {
    width: 15px
}

.w-\[16px\] {
    width: 16px
}

.w-\[170px\] {
    width: 170px
}

.w-\[175px\] {
    width: 175px
}

.w-\[180px\] {
    width: 180px
}

.w-\[18px\] {
    width: 18px
}

.w-\[200px\] {
    width: 200px
}

.w-\[20px\] {
    width: 20px
}

.w-\[229px\] {
    width: 229px
}

.w-\[240px\] {
    width: 240px
}

.w-\[24px\] {
    width: 24px
}

.w-\[25\%\] {
    width: 25%
}

.w-\[250px\] {
    width: 250px
}

.w-\[25px\] {
    width: 25px
}

.w-\[26px\] {
    width: 26px
}

.w-\[275px\] {
    width: 275px
}

.w-\[289px\] {
    width: 289px
}

.w-\[290px\] {
    width: 290px
}

.w-\[30\%\] {
    width: 30%
}

.w-\[30px\] {
    width: 30px
}

.w-\[32px\] {
    width: 32px
}

.w-\[34px\] {
    width: 34px
}

.w-\[350px\] {
    width: 350px
}

.w-\[36px\] {
    width: 36px
}

.w-\[400px\] {
    width: 400px
}

.w-\[40px\] {
    width: 40px
}

.w-\[42\%\] {
    width: 42%
}

.w-\[47\%\] {
    width: 47%
}

.w-\[50\%\] {
    width: 50%
}

.w-\[50px\] {
    width: 50px
}

.w-\[60\%\] {
    width: 60%
}

.w-\[61\%\] {
    width: 61%
}

.w-\[6px\] {
    width: 6px
}

.w-\[70px\] {
    width: 70px
}

.w-\[75\%\] {
    width: 75%
}

.w-\[75px\] {
    width: 75px
}

.w-\[80\%\] {
    width: 80%
}

.w-\[80px\] {
    width: 80px
}

.w-\[85\%\] {
    width: 85%
}

.w-\[85px\] {
    width: 85px
}

.w-\[90\%\] {
    width: 90%
}

.w-\[90px\] {
    width: 90px
}

.w-\[9px\] {
    width: 9px
}

.w-auto {
    width: auto
}



.w-screen {
    width: 100vw
}

.min-w-full {
    min-width: 100%
}

.max-w-\[18rem\] {
    max-width: 18rem
}

.flex-initial {
    flex: 0 1 auto
}

.grow {
    flex-grow: 1
}

.basis-\[100\%\] {
    flex-basis: 100%
}

.\!translate-x-5 {
    --tw-translate-x: 1.25rem !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-translate-y-1\/2,
.translate-x-\[-50\%\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[-50\%\] {
    --tw-translate-x: -50%
}

.translate-y-\[-50\%\] {
    --tw-translate-y: -50%
}

.-rotate-90,
.translate-y-\[-50\%\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,
.rotate-90 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.animate-bounce {
    animation: bounce 3s infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

@keyframes wave {
    0% {
        transform: rotate(3deg) translateZ(-1px)
    }

    25% {
        transform: rotate(-4deg) translateZ(-1px)
    }

    50% {
        transform: rotate(2deg) translateZ(-1px)
    }

    75% {
        transform: rotate(-6deg) translateZ(-1px)
    }

    to {
        transform: rotate(3deg) translateZ(-1px)
    }
}

.animate-wavefast {
    animation: wave 3s ease-in-out -1.5s infinite
}

.cursor-pointer {
    cursor: pointer
}

.list-inside {
    list-style-position: inside
}

.list-disc {
    list-style-type: disc
}

.columns-1 {
    -moz-columns: 1;
    column-count: 1
}

.break-inside-avoid-column {
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.content-center {
    align-content: center
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-0 {
    gap: 0
}

.gap-10 {
    gap: 2.5rem
}

.gap-20 {
    gap: 5rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-\[0px\] {
    gap: 0
}

.gap-\[10px\] {
    gap: 10px
}

.gap-\[15px\] {
    gap: 15px
}

.gap-\[20px\] {
    gap: 20px
}

.gap-\[25px\] {
    gap: 25px
}

.gap-\[30px\] {
    gap: 30px
}

.gap-\[50px\] {
    gap: 50px
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-\[20px\] {
    -moz-column-gap: 20px;
    column-gap: 20px
}

.gap-y-\[50px\] {
    row-gap: 50px
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem * var(--tw-space-x-reverse));
    margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-10>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.space-y-5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-x-visible {
    overflow-x: visible
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-y-scroll {
    overflow-y: scroll
}

.break-all {
    word-break: break-all
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-\[20px\] {
    border-radius: 20px
}

.rounded-\[45px\] {
    border-radius: 45px
}

.rounded-\[50\%\] {
    border-radius: 50%
}

.rounded-\[50px\] {
    border-radius: 50px
}

.rounded-\[6px\] {
    border-radius: 6px
}

.rounded-\[70px\] {
    border-radius: 70px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-md {
    border-radius: .375rem
}

.rounded-br-\[20px\] {
    border-bottom-right-radius: 20px
}

.rounded-br-\[30px\] {
    border-bottom-right-radius: 30px
}

.rounded-br-\[45px\] {
    border-bottom-right-radius: 45px
}

.rounded-br-\[50px\] {
    border-bottom-right-radius: 50px
}

.rounded-tl-\[20px\] {
    border-top-left-radius: 20px
}

.rounded-tl-\[30px\] {
    border-top-left-radius: 30px
}

.rounded-tl-\[45px\] {
    border-top-left-radius: 45px
}

.rounded-tl-\[50px\] {
    border-top-left-radius: 50px
}

.rounded-tr-\[20px\] {
    border-top-right-radius: 20px
}

.rounded-tr-\[25px\] {
    border-top-right-radius: 25px
}

.rounded-tr-\[30px\] {
    border-top-right-radius: 30px
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border-\[1px\] {
    border-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-\[1px\] {
    border-bottom-width: 1px
}

.border-l-0 {
    border-left-width: 0
}

.border-l-2 {
    border-left-width: 2px
}

.border-l-4,
.border-l-\[4px\] {
    border-left-width: 4px
}

.border-r-0 {
    border-right-width: 0
}

.border-r-2 {
    border-right-width: 2px
}

.border-r-\[0\] {
    border-right-width: 0
}

.border-r-\[1px\] {
    border-right-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.border-\[\#67c08b\] {
    --tw-border-opacity: 1;
    border-color: rgb(103 192 139/var(--tw-border-opacity))
}

.border-\[\#6dcef5\] {
    --tw-border-opacity: 1;
    border-color: rgb(109 206 245/var(--tw-border-opacity))
}

.border-\[\#9a5493\] {
    --tw-border-opacity: 1;
    border-color: rgb(154 84 147/var(--tw-border-opacity))
}

.border-\[\#a054a0\] {
    --tw-border-opacity: 1;
    border-color: rgb(160 84 160/var(--tw-border-opacity))
}

.border-\[\#a136aa\] {
    --tw-border-opacity: 1;
    border-color: rgb(161 54 170/var(--tw-border-opacity))
}

.border-\[\#a1ccdd\] {
    --tw-border-opacity: 1;
    border-color: rgb(161 204 221/var(--tw-border-opacity))
}

.border-\[\#c2edff\] {
    --tw-border-opacity: 1;
    border-color: rgb(194 237 255/var(--tw-border-opacity))
}

.border-\[\#d9d9d9\] {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217/var(--tw-border-opacity))
}

.border-\[\#ddd\] {
    --tw-border-opacity: 1;
    border-color: rgb(221 221 221/var(--tw-border-opacity))
}

.border-\[\#ebdbeb\] {
    --tw-border-opacity: 1;
    border-color: rgb(235 219 235/var(--tw-border-opacity))
}

.border-\[\#f27060\] {
    --tw-border-opacity: 1;
    border-color: rgb(242 112 96/var(--tw-border-opacity))
}

.border-\[\#fcba63\] {
    --tw-border-opacity: 1;
    border-color: rgb(252 186 99/var(--tw-border-opacity))
}

.border-\[\#ffeffd\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 239 253/var(--tw-border-opacity))
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(160 84 160/var(--tw-border-opacity))
}

.border-b-\[\#b987b3\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(185 135 179/var(--tw-border-opacity))
}

.border-l-\[\#a136aa\] {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 54 170/var(--tw-border-opacity))
}

.border-r-primary {
    --tw-border-opacity: 1;
    border-right-color: rgb(160 84 160/var(--tw-border-opacity))
}

.bg-\[\#42b5e4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(66 181 228/var(--tw-bg-opacity))
}

.bg-\[\#584849\] {
    --tw-bg-opacity: 1;
    background-color: rgb(88 72 73/var(--tw-bg-opacity))
}

.bg-\[\#9a5493\] {
    --tw-bg-opacity: 1;
    background-color: rgb(154 84 147/var(--tw-bg-opacity))
}

.bg-\[\#F5EBFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 235 255/var(--tw-bg-opacity))
}

.bg-\[\#a136aa\] {
    --tw-bg-opacity: 1;
    background-color: rgb(161 54 170/var(--tw-bg-opacity))
}

.bg-\[\#a237a8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(162 55 168/var(--tw-bg-opacity))
}

.bg-\[\#a54d96\] {
    --tw-bg-opacity: 1;
    background-color: rgb(165 77 150/var(--tw-bg-opacity))
}

.bg-\[\#ceffe2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(206 255 226/var(--tw-bg-opacity))
}

.bg-\[\#d3effb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(211 239 251/var(--tw-bg-opacity))
}

.bg-\[\#ddd\] {
    --tw-bg-opacity: 1;
    background-color: rgb(221 221 221/var(--tw-bg-opacity))
}

.bg-\[\#def9e9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(222 249 233/var(--tw-bg-opacity))
}

.bg-\[\#e2e1ed\] {
    --tw-bg-opacity: 1;
    background-color: rgb(226 225 237/var(--tw-bg-opacity))
}

.bg-\[\#e2f5fe\] {
    --tw-bg-opacity: 1;
    background-color: rgb(226 245 254/var(--tw-bg-opacity))
}

.bg-\[\#e4edf6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(228 237 246/var(--tw-bg-opacity))
}

.bg-\[\#ebf8ff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(235 248 255/var(--tw-bg-opacity))
}

.bg-\[\#edf9ff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(237 249 255/var(--tw-bg-opacity))
}

.bg-\[\#effaff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 250 255/var(--tw-bg-opacity))
}

.bg-\[\#f3eeff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 238 255/var(--tw-bg-opacity))
}

.bg-\[\#f3f3f3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243/var(--tw-bg-opacity))
}

.bg-\[\#f4c038\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 192 56/var(--tw-bg-opacity))
}

.bg-\[\#f4f4f4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244/var(--tw-bg-opacity))
}

.bg-\[\#f7f7fb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 251/var(--tw-bg-opacity))
}

.bg-\[\#f8f3ff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(248 243 255/var(--tw-bg-opacity))
}

.bg-\[\#f9e8fb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 232 251/var(--tw-bg-opacity))
}

.bg-\[\#fbe8e7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 232 231/var(--tw-bg-opacity))
}

.bg-\[\#fce1ff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 225 255/var(--tw-bg-opacity))
}

.bg-\[\#fef1e1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 241 225/var(--tw-bg-opacity))
}

.bg-\[\#fff6eb\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 246 235/var(--tw-bg-opacity))
}

.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-\[\#fffff0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 240/var(--tw-bg-opacity))
}

.bg-\[\#ffffff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-\[url\(\'\.\.\/assets\/bg-menu\.webp\'\)\] {
    background-image: url(../images/bg-menu.be44adbf.webp)
}

.bg-\[url\(\'\.\.\/assets\/images\/leadership\/wave\.webp\'\)\] {
    background-image: url(../images/wave.0f750348.webp)
}

.bg-\[url\(\'\.\.\/assets\/images\/project\/bank-bg\.png\'\)\] {
    background-image: url(../images/bank-bg.5b1c8a96.png)
}

.bg-\[url\(\'\.\.\/assets\/images\/project\/project-filter\.webp\'\)\] {
    background-image: url(../images/project-filter.6ad0815c.webp)
}

.bg-\[url\(\.\.\/assets\/project-banner\.webp\)\] {
    background-image: url(../images/project-banner.b9490082.webp)
}

.bg-\[url\(\.\.\/assets\/tech-banner-new\.webp\)\] {
    background-image: url(../images/tech-banner-new.bc53e738.webp)
}

.bg-digigal-agency-banner {
    background-image: url(../images/sec-about.8aa65672.jpg)
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.from-\[\#000\] {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#a136aa\] {
    --tw-gradient-from: #a136aa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 54, 170, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#ebf8ff\] {
    --tw-gradient-from: #ebf8ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(235, 248, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#ffb24b\] {
    --tw-gradient-from: #ffb24b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 178, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-black {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-gray-100 {
    --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(243, 244, 246, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-\[\#d05849\] {
    --tw-gradient-to: rgba(208, 88, 73, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #d05849 var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-\[\#f3efff\] {
    --tw-gradient-to: rgba(243, 239, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f3efff var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-gray-300 {
    --tw-gradient-to: rgba(209, 213, 219, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-\[\#009dde\] {
    --tw-gradient-to: #009dde var(--tw-gradient-to-position)
}

.to-\[\#37ac76\] {
    --tw-gradient-to: #37ac76 var(--tw-gradient-to-position)
}

.to-\[\#ebf8ff\] {
    --tw-gradient-to: #ebf8ff var(--tw-gradient-to-position)
}

.to-gray-400 {
    --tw-gradient-to: #9ca3af var(--tw-gradient-to-position)
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.bg-\[length\:100\%_100\%\] {
    background-size: 100% 100%
}

.bg-cover {
    background-size: cover
}

.bg-bottom {
    background-position: bottom
}

.bg-center {
    background-position: 50%
}

.bg-top {
    background-position: top
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.fill-purple-600 {
    fill: #9333ea
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 2.5rem
}

.p-2 {
    padding: .5rem
}

.p-5 {
    padding: 1.25rem
}

.p-\[10px\] {
    padding: 10px
}

.p-\[20px\] {
    padding: 20px
}

.p-\[25px\] {
    padding: 25px
}

.p-\[30px\] {
    padding: 30px
}

.p-\[5px\] {
    padding: 5px
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-\[0\] {
    padding-left: 0;
    padding-right: 0
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px
}

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px
}

.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px
}

.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px
}

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px
}

.py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px
}

.py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px
}

.py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px
}

.\!pb-\[0\] {
    padding-bottom: 0 !important
}

.\!pb-\[15px\] {
    padding-bottom: 15px !important
}

.\!pr-\[5px\] {
    padding-right: 5px !important
}

.\!pt-0 {
    padding-top: 0 !important
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-\[0\] {
    padding-bottom: 0
}

.pb-\[10px\] {
    padding-bottom: 10px
}

.pb-\[20px\] {
    padding-bottom: 20px
}

.pb-\[25px\] {
    padding-bottom: 25px
}

.pb-\[30px\] {
    padding-bottom: 30px
}

.pb-\[40px\] {
    padding-bottom: 40px
}

.pb-\[50px\] {
    padding-bottom: 50px
}

.pb-\[60px\] {
    padding-bottom: 60px
}

.pb-\[6px\] {
    padding-bottom: 6px
}

.pb-\[95px\] {
    padding-bottom: 95px
}

.pl-5 {
    padding-left: 1.25rem
}

.pl-\[0\],
.pl-\[0px\] {
    padding-left: 0
}

.pl-\[10px\] {
    padding-left: 10px
}

.pl-\[13px\] {
    padding-left: 13px
}

.pl-\[15px\] {
    padding-left: 15px
}

.pl-\[20px\] {
    padding-left: 20px
}

.pl-\[25px\] {
    padding-left: 25px
}

.pl-\[5px\] {
    padding-left: 5px
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-\[0\],
.pr-\[0px\] {
    padding-right: 0
}

.pr-\[10px\] {
    padding-right: 10px
}

.pr-\[13px\] {
    padding-right: 13px
}

.pr-\[15px\] {
    padding-right: 15px
}

.pr-\[20px\] {
    padding-right: 20px
}

.pr-\[25px\] {
    padding-right: 25px
}

.pr-\[2px\] {
    padding-right: 2px
}

.pr-\[5px\] {
    padding-right: 5px
}

.pt-14 {
    padding-top: 3.5rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-\[0\] {
    padding-top: 0
}

.pt-\[100px\] {
    padding-top: 100px
}

.pt-\[10px\] {
    padding-top: 10px
}

.pt-\[20px\] {
    padding-top: 20px
}

.pt-\[30px\] {
    padding-top: 30px
}

.pt-\[34px\] {
    padding-top: 34px
}

.pt-\[40px\] {
    padding-top: 40px
}

.pt-\[50px\] {
    padding-top: 50px
}

.pt-\[60px\] {
    padding-top: 60px
}

.pt-\[70px\] {
    padding-top: 70px
}

.pt-\[7px\] {
    padding-top: 7px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-sub {
    vertical-align: sub
}

.font-bwgradualdemoBold {
    font-family: bw_gradual_demobold
}

.font-bwgradualdemoExtrabold {
    font-family: bw_gradual_demoextrabold
}

.font-bwgradualdemoLight {
    font-family: bw_gradual_demolight
}

.font-bwgradualdemoMedium {
    font-family: bw_gradual_demomedium
}

.font-bwgradualdemoRegular {
    font-family: bw_gradual_demoregular
}

.font-figtreeBold {
    font-family: figtreebold
}

.font-figtreeLight {
    font-family: figtreelight
}

.font-figtreeMedium {
    font-family: figtreemedium
}

.font-figtreeRegular {
    font-family: figtreeregular
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[120px\] {
    font-size: 120px
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[15px\] {
    font-size: 15px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[19px\] {
    font-size: 19px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[21px\] {
    font-size: 21px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[250px\] {
    font-size: 250px
}

.text-\[25px\] {
    font-size: 25px
}

.text-\[26px\] {
    font-size: 26px
}

.text-\[28px\] {
    font-size: 28px
}

.text-\[29px\] {
    font-size: 29px
}

.text-\[30px\] {
    font-size: 30px
}

.text-\[32px\] {
    font-size: 32px
}

.text-\[35px\] {
    font-size: 35px
}

.text-\[40px\] {
    font-size: 40px
}

.text-\[52px\] {
    font-size: 52px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.font-\[400\] {
    font-weight: 400
}

.font-\[500\] {
    font-weight: 500
}

.font-\[600\] {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-\[120px\] {
    line-height: 120px
}

.leading-\[163px\] {
    line-height: 163px
}

.leading-\[20px\] {
    line-height: 20px
}

.leading-\[22px\] {
    line-height: 22px
}

.leading-\[24px\] {
    line-height: 24px
}

.leading-\[26px\] {
    line-height: 26px
}

.leading-\[27px\] {
    line-height: 27px
}

.leading-\[28px\] {
    line-height: 28px
}

.leading-\[30px\] {
    line-height: 30px
}

.leading-\[32px\] {
    line-height: 32px
}

.leading-\[40px\] {
    line-height: 40px
}

.leading-\[42px\] {
    line-height: 42px
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.leading-tight {
    line-height: 1.25
}

.tracking-\[4px\] {
    letter-spacing: 4px
}

.\!text-\[\#fff\],
.\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.text-\[\#000000\],
.text-\[\#000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-\[\#0a66c2\] {
    --tw-text-opacity: 1;
    color: rgb(10 102 194/var(--tw-text-opacity))
}

.text-\[\#333333\],
.text-\[\#333\] {
    --tw-text-opacity: 1;
    color: rgb(51 51 51/var(--tw-text-opacity))
}

.text-\[\#363636\] {
    --tw-text-opacity: 1;
    color: rgb(54 54 54/var(--tw-text-opacity))
}

.text-\[\#525252\] {
    --tw-text-opacity: 1;
    color: rgb(82 82 82/var(--tw-text-opacity))
}

.text-\[\#5d5d5d\] {
    --tw-text-opacity: 1;
    color: rgb(93 93 93/var(--tw-text-opacity))
}

.text-\[\#6a6a6a\] {
    --tw-text-opacity: 1;
    color: rgb(106 106 106/var(--tw-text-opacity))
}

.text-\[\#9a5393\] {
    --tw-text-opacity: 1;
    color: rgb(154 83 147/var(--tw-text-opacity))
}

.text-\[\#9a5493\] {
    --tw-text-opacity: 1;
    color: rgb(154 84 147/var(--tw-text-opacity))
}

.text-\[\#A136AA\],
.text-\[\#a136aa\] {
    --tw-text-opacity: 1;
    color: rgb(161 54 170/var(--tw-text-opacity))
}

.text-\[\#acacac\] {
    --tw-text-opacity: 1;
    color: rgb(172 172 172/var(--tw-text-opacity))
}

.text-\[\#afc6df\] {
    --tw-text-opacity: 1;
    color: rgb(175 198 223/var(--tw-text-opacity))
}

.text-\[\#b3b1b2\] {
    --tw-text-opacity: 1;
    color: rgb(179 177 178/var(--tw-text-opacity))
}

.text-\[\#d9d9d9\] {
    --tw-text-opacity: 1;
    color: rgb(217 217 217/var(--tw-text-opacity))
}

.text-\[\#dd0000\] {
    --tw-text-opacity: 1;
    color: rgb(221 0 0/var(--tw-text-opacity))
}

.text-\[\#dedede\] {
    --tw-text-opacity: 1;
    color: rgb(222 222 222/var(--tw-text-opacity))
}

.text-\[\#f3f3f3\] {
    --tw-text-opacity: 1;
    color: rgb(243 243 243/var(--tw-text-opacity))
}

.text-\[\#f4c038\] {
    --tw-text-opacity: 1;
    color: rgb(244 192 56/var(--tw-text-opacity))
}

.text-\[\#f6eef5\] {
    --tw-text-opacity: 1;
    color: rgb(246 238 245/var(--tw-text-opacity))
}

.text-\[\#fff\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity))
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(160 84 160/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.opacity-0 {
    opacity: 0
}

.opacity-25 {
    opacity: .25
}

.opacity-30 {
    opacity: .3
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.grayscale {
    --tw-grayscale: grayscale(100%)
}

.filter,
.grayscale {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

@font-face {
    font-family: bw_gradual_demoblack;
    src: url(../fonts/bwgradualdemo-black-webfont.5985f6be.woff2) format("woff2"), url(../fonts/bwgradualdemo-black-webfont.44da4933.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bw_gradual_demoblack_italic;
    src: url(../fonts/bwgradualdemo-blackitalic-webfont.c90a3774.woff2) format("woff2"), url(../fonts/bwgradualdemo-blackitalic-webfont.7542162d.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bw_gradual_demobold;
    src: url(../fonts/bwgradualdemo-bold-webfont.07b8b87c.woff2) format("woff2"), url(../fonts/bwgradualdemo-bold-webfont.e61032f6.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bw_gradual_demobold_italic;
    src: url(../fonts/bwgradualdemo-bolditalic-webfont.767d8565.woff2) format("woff2"), url(../fonts/bwgradualdemo-bolditalic-webfont.e63c2d52.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bw_gradual_demoextrabold;
    src: url(../fonts/bwgradualdemo-extrabold-webfont.95643343.woff2) format("woff2"), url(../fonts/bwgradualdemo-extrabold-webfont.1f8abaca.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bw_gradual_demoXBdIt;
    src: url(../fonts/bwgradualdemo-extrabolditalic-webfont.2b6eaba2.woff2) format("woff2"), url(../fonts/bwgradualdemo-extrabolditalic-webfont.e8ae85e1.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bw_gradual_demolight;
    src: url(../fonts/bwgradualdemo-light-webfont.051ebf79.woff2) format("woff2"), url(../fonts/bwgradualdemo-light-webfont.ae2cc00e.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bw_gradual_demolight_italic;
    src: url(../fonts/bwgradualdemo-lightitalic-webfont.dd148664.woff2) format("woff2"), url(../fonts/bwgradualdemo-lightitalic-webfont.5a723757.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bw_gradual_demomedium;
    src: url(../fonts/bwgradualdemo-medium-webfont.bcd7a6ce.woff2) format("woff2"), url(../fonts/bwgradualdemo-medium-webfont.61d82011.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bw_gradual_demomedium_italic;
    src: url(../fonts/bwgradualdemo-mediumitalic-webfont.18038a53.woff2) format("woff2"), url(../fonts/bwgradualdemo-mediumitalic-webfont.ab5360aa.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bw_gradual_demoregular;
    src: url(../fonts/bwgradualdemo-regular-webfont.0af35aa3.woff2) format("woff2"), url(../fonts/bwgradualdemo-regular-webfont.f719d4ee.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bw_gradual_demoregular_italic;
    src: url(../fonts/bwgradualdemo-regularitalic-webfont.d3f094c5.woff2) format("woff2"), url(../fonts/bwgradualdemo-regularitalic-webfont.2aa640e1.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: figtreeblack;
    src: url(../fonts/figtree-black-webfont.df9f1b22.woff2) format("woff2"), url(../fonts/figtree-black-webfont.7795da39.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: figtreebold;
    src: url(../fonts/figtree-bold-webfont.5e3e3409.woff2) format("woff2"), url(../fonts/figtree-bold-webfont.777f3601.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: figtreeextra_bold;
    src: url(../fonts/figtree-extrabold-webfont.4b2bd03f.woff2) format("woff2"), url(../fonts/figtree-extrabold-webfont.a7e56f99.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: figtreelight;
    src: url(../fonts/figtree-light-webfont.8951d7aa.woff2) format("woff2"), url(../fonts/figtree-light-webfont.7f225546.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: figtreemedium;
    src: url(../fonts/figtree-medium-webfont.a4ef9ce9.woff2) format("woff2"), url(../fonts/figtree-medium-webfont.8c8b5c70.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: figtreeregular;
    src: url(../fonts/figtree-regular-webfont.33c835b9.woff2) format("woff2"), url(../fonts/figtree-regular-webfont.d4a60711.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    overflow-x: hidden;
    font-family: figtreeregular;
    position: relative
}

html {
    scroll-behavior: smooth
}

.card {
    cursor: pointer
}

.business-card-hover {
    transition: .5s ease
}

.card.group:hover .business-card-hover {
    height: 100%;
    transition: .5s ease
}

.card-content>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

@media (min-width:1024px) {
    .card-content {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width:1280px) {
    .card-content {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width:1536px) {
    .card-content {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

.card-background-image {
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 10;
    opacity: 1;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .7s
}

.group:hover .card-background-image {
    --tw-translate-x: 4rem;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: .5
}

@media (min-width:1280px) {
    .card-background-image {
        --tw-scale-x: .75;
        --tw-scale-y: .75
    }

    .card-background-image,
    .group:hover .card-background-image {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .group:hover .card-background-image {
        --tw-scale-x: 80%;
        --tw-scale-y: 80%
    }
}

.numbers-h1 {
    margin-top: 12px;
    font-size: 26px;
    line-height: 50px
}

@media (min-width:640px) {
    .numbers-h1 {
        font-size: 30px
    }
}

@media (min-width:768px) {
    .numbers-h1 {
        font-size: 30px
    }
}

@media (min-width:1024px) {
    .numbers-h1 {
        font-size: 30px
    }
}

@media (min-width:1280px) {
    .numbers-h1 {
        font-size: 32px
    }
}

@media (min-width:1536px) {
    .numbers-h1 {
        font-size: 50px
    }
}

.numbers-h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .numbers-h2 {
        font-size: 18px
    }
}

@media (min-width:768px) {
    .numbers-h2 {
        font-size: 20px
    }
}

@media (min-width:1024px) {
    .numbers-h2 {
        font-size: 20px
    }
}

@media (min-width:1280px) {
    .numbers-h2 {
        font-size: 22px
    }
}

@media (min-width:1536px) {
    .numbers-h2 {
        font-size: 26px
    }
}

.numbers-p {
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(143 143 143/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .numbers-p {
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width:768px) {
    .numbers-p {
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width:1280px) {
    .numbers-p {
        font-size: 15px;
        line-height: 22px
    }
}

@media (min-width:1536px) {
    .numbers-p {
        font-size: 18px;
        line-height: 28px
    }
}

.buisness-solutions-content-transition {
    display: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

.group:hover .buisness-solutions-content-transition {
    display: block
}

.buisness-solutions-content-hide {
    visibility: visible;
    display: block
}

.buisness-solutions-content-hide .reusable-btn {
    display: block
}

.group:hover .buisness-solutions-content-hide {
    visibility: hidden;
    display: none
}

.buisness-solutions-card-header {
    width: 100%;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    font-size: 22px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.group:hover .buisness-solutions-card-header {
   
}

@media (min-width:640px) {
    .buisness-solutions-card-header {
        padding-bottom: 10px;
        font-size: 20px
    }
}

@media (min-width:768px) {
    .buisness-solutions-card-header {
        padding-bottom: 10px;
        font-size: 22px
    }
}

@media (min-width:1024px) {
    .buisness-solutions-card-header {
        padding-bottom: 10px;
        font-size: 22px
    }
}

@media (min-width:1280px) {
    .buisness-solutions-card-header {
        padding-bottom: 10px;
        font-size: 25px
    }
}

@media (min-width:1536px) {
    .buisness-solutions-card-header {
        padding-bottom: 20px;
        font-size: 34px
    }
}

.buisness-solutions-card-content>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

@media (min-width:1024px) {
    .buisness-solutions-card-content {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width:1280px) {
    .buisness-solutions-card-content {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (min-width:1536px) {
    .buisness-solutions-card-content {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

body {
    line-height: normal;
    overflow-x: hidden !important
}

a:active {
    color: #a136aa
}

.download-brochure-btn {
    background-color: #f4c038;
    height: 52px;
    padding: 0 20px;
    font-size: 18px;
    color: #000
}

.custom-pad10 {
    padding-left: 10%
}

.ant-menu {
    font-family: figtreeregular !important
}

.download-brochure-btn:hover {
    background-color: #ffc42a
}

.grade-background {
    background: #3552c4;
    background: linear-gradient(281deg, #3552c4, #a136aa 79%);
    position: absolute;
    left: -135px;
    top: 50%;
    transform: translateY(-50%)
}

.embed-map {
    width: 100%;
    height: 640px
}

.ant-pagination .ant-pagination-disabled .ant-pagination-item-link {
    opacity: .5
}

.add-width {
    width: 190px !important
}

.menu-bar-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.custom-pagination .anticon svg {
    display: inline-block;
    color: #a136aa;
    font-size: 15px
}

.height-fifty {
    height: 50px;
    width: 0;
    line-height: 50px;
    padding: 3px 0
}

input:focus {
    box-shadow: none !important
}

.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
    border: 0;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important
}

.breadcrumb-wrapper li a {
    color: #555;
    font-size: 14px
}

.breadcrumb-wrapper li a:hover {
    color: #000
}

.breadcrumb-wrapper span {
    color: #555;
    margin: 0 10px
}

.breadcrumb-wrapper li:last-child a {
    color: #000;
    font-family: figtreemedium
}

.menuBar {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    overflow: auto
}

.multi-select-drop button {
    width: 100%;
    border: 0;
    box-shadow: none;
    font-size: 18px;
    padding: 4px 0
}

.down-select {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    font-size: 20px;
    color: #a136aa
}

.bg-sky-blue {
    background-color: #ebf7fc
}

.contact-drop-select {
    margin-top: 10px
}

.about-section-breadcrumb nav li:nth-child(2) {
    display: none
}

.contact-drop-select .ant-select-selector {
    border: 0 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #b5b5b5 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-family: figtreeregular !important;
    color: #282828 !important;
    font-size: 18px !important
}

.contact-drop-select .ant-select-arrow {
    color: #a136aa;
    font-size: 28px;
    right: 0
}

.collapse-div .ant-collapse-header .ant-collapse-arrow {
    font-size: 20px !important;
    font-weight: 900
}

.collapse-div .ant-collapse-item-active .ant-collapse-arrow svg {
    color: #a136aa !important
}

.contact-drop-select-new {
    margin-top: 0 !important
}

.preffered-job-location .ant-select-selector {
    height: 50px !important
}

.preffered-job-location .ant-select-selection-item {
    line-height: 50px !important
}

.ant-upload-select svg {
    color: #a136aa;
    font-size: 22px;
    position: relative;
    top: -2px
}

.download-file-btn {
    width: 180px !important
}

.multi-select-drop button svg {
    display: none
}

.submit-modal .reusable-btn span:after,
.submit-modal .reusable-btn span:before {
    top: 1px
}

.menuBarScrolled {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    transition: all .3s;
    overflow: auto;
    box-shadow: 0 -7px 14px 11px #b5b5b5;
    left: 0;
    right: 0
}

.ant-select-dropdown .ant-select-item {
    border-radius: 0 !important
}

.box-shadow-wrap {
    box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .16)
}

.filter-wrap-box .ant-select-selector {
    font-size: 18px;
    font-family: figtreeregular
}

.ourValue-slider .swiper-pagination {
    right: 10% !important
}

.ourValue-slider .swiper-pagination-bullet {
    cursor: pointer;
    margin: 20px auto 0 !important;
    background-color: #fff;
    opacity: .7
}

.ourValue-slider .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1
}

.down-up-arrow {
    position: absolute;
    height: 100%;
    width: 70%;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0
}

.down-slider-wrap {
    bottom: 45px
}

.down-slider-wrap,
.up-slider-wrap {
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 30px;
    left: 15px;
    cursor: pointer
}

.up-slider-wrap {
    top: 45px
}

.banner-top-text-wrap {
    position: absolute;
    top: 90px;
    left: 100px;
    width: 60%
}

.banner-bottom-text-wrap {
    position: absolute;
    bottom: 90px;
    left: 100px;
    width: 60%
}

.overlay-slider-wrap {
    position: relative
}

.overlay-slider-wrap:before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.small-slider-wrap {
    right: 17%;
    z-index: 9
}

.ourvision-dot-animation,
.small-slider-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.ourvision-dot-animation {
    left: -18%;
    width: 650px;
    opacity: .6
}

.vindico-wrap {
    top: 32px;
    left: 68px
}

.hsv-wrap,
.vindico-wrap {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2b1e6;
    padding: 20px;
    position: absolute;
    background-color: #fff
}

.hsv-wrap {
    bottom: 90px;
    left: 30px
}

.ant-select .ant-select-selector {
    padding-right: 25px
}

.uli-wrap {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2b1e6;
    padding: 20px;
    position: absolute;
    bottom: 55px;
    right: 73px;
    background-color: #fff
}

.binswanger-wrap {
    right: 28px;
    top: 95px
}

.binswanger-wrap,
.upflex-wrap {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2b1e6;
    padding: 20px;
    position: absolute;
    background-color: #fff
}

.upflex-wrap {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%)
}

.mace-wrap {
    width: 178px;
    height: 178px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2b1e6;
    padding: 10px;
    position: absolute;
    top: -30px;
    left: 0;
    right: -70px;
    margin: 0 auto;
    background-color: #fff
}

.common-border:hover {
    border: 5px solid #a136aa
}

.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
    width: 30px
}

.testimonial-slider .swiper-slide {
    opacity: .3
}

.testimonial-slider .swiper-slide-active {
    opacity: 1
}

.testi-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    background: #3552c4;
    background: linear-gradient(281deg, #3552c4 35%, #a136aa 62%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    cursor: pointer
}

.top-quote-testimonial {
    position: absolute;
    left: -60px;
    top: 5px
}

.bottom-quote-testimonial {
    position: absolute;
    bottom: 0;
    right: -60px
}

.swiper-carousel-about {
    overflow: visible;
    padding-bottom: 315px
}

.swiper-carousel-about .swiper-wrapper {
    align-items: end;
    padding-bottom: 200px
}

.swiper-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -65px;
    height: 1px;
    width: calc(100% + 163px);
    background: #adafc4
}

.swiper-item {
    padding: 36px 49px 40px;
    background: #fff;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative
}

.swiper-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 33px;
    height: 33px;
    bottom: -80px;
    background: url(../images/circle-grad.8ba5583e.svg) no-repeat 50%/100% 100%;
    background-color: #fff;
    border-radius: 50%
}

.swiper-carousel-about .swiper-button-next,
.swiper-carousel-about .swiper-button-prev {
    top: 85%;
    width: 80px;
    height: 80px;
    background: #fff;
    opacity: 1;
    z-index: 20;
    color: #a136aa;
    border-radius: 50px
}

.swiper-carousel-about .swiper-button-next:after,
.swiper-carousel-about .swiper-button-prev:after {
    font-size: 32px
}

.swiper-carousel-about .swiper-button-next {
    right: auto;
    left: var(--swiper-navigation-sides-offset, 145px)
}

.swiper-carousel-about .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 90px);
    text-align: end
}

.swiper-carousel-about .swiper-pagination-bullet {
    border-radius: 0;
    margin: 0 !important;
    width: 100%;
    background-color: #e8e8e8;
    opacity: 1
}

.swiper-carousel-about .swiper-pagination-bullet-active {
    background-image: linear-gradient(270deg, #009dde, #ffb24b)
}

.swiper-carousel-about .swiper-pagination {
    bottom: 47px !important;
    padding-left: 230px;
    display: flex
}

.swiper-carousel-about .swiper-button-prev {
    left: 0
}

.swiper-carousel-about .swiper-button-next {
    left: 100px
}

.world-map {
    background-image: url(../images/world-map.651216ba.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.banner-overlay {
    position: relative
}

.banner-overlay:before {
    content: "";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .27));
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1
}

.down-up-arrow .swiper-button-disabled {
    display: none
}

.testi-circle-grade {
    background-image: linear-gradient(270deg, #009dde, #ffb24b);
    overflow: hidden;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    padding: 10px
}

.testi-circle-grade:before {
    content: "";
    background-image: linear-gradient(270deg, #009dde, #ffb24b);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.testimonial-arrows {
    top: 250px;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 55%
}

.testimonial-arrows,
.testimonial-arrows .prev-button-video {
    position: absolute;
    left: 0
}

.sm-wave,
.testimonial-arrows .next-button-video {
    position: absolute;
    right: 0
}

.sm-wave {
    width: 600px;
    top: -125px;
    left: 0;
    margin: 0 auto
}

.what-blue {
    background-image: linear-gradient(90deg, #0069d2, #120071)
}

.bg-what-we-do {
    background: url(../images/bg-what-we-do.361e5085.png), linear-gradient(90deg, #0069d2, #120071) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-blend-mode: multiply
}

.vas-dot-wave {
    top: 0 !important;
    transform: translateY(0) !important
}

.vas-dot-wave-bottom {
    position: absolute;
    bottom: 0 !important;
    right: -600px !important;
    left: auto !important;
    transform: translateY(0) !important
}

.rightMenu .career-menu-item a {
    color: #000 !important
}

.career-menu-item {
    margin-left: 40px !important;
    padding: 0 !important
}

.career-menu-item:after {
    top: 36px;
    width: 100%;
    left: 0;
    border: 1px solid transparent !important;
    inset-inline: 0 !important
}

.career-menu-item:hover:after {
    top: 36px;
    width: 100%;
    left: 0;
    border: 1px solid #a136aa !important;
    inset-inline: 0 !important
}

.menuBar,
.menuBarScrolled .ant-menu-light .ant-menu-submenu-title:hover:not(.ant-menu-item-selected):not(.ant-menu-sub) {
    --tw-text-opacity: 1;
    color: #000
}

.menuBarWhite {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 30;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto
}

.logo {
    width: 200px
}

.item-list li::marker {
    color: #f4c038
}

.item-list-inner li::marker {
    color: #e5e5e5
}

.item-list a:hover {
    --tw-text-opacity: 1;
    color: rgb(160 84 160/var(--tw-text-opacity))
}

.menuCon {
    width: 100%;
    float: left
}

.menuCon .ant-menu-item {
    padding: 0 5px
}

.menuCon .ant-menu-submenu-title {
    padding: 10px 20px
}

.menuCon .ant-menu-item a,
.menuCon .ant-menu-submenu-title a {
    padding: 10px 15px
}

.menuBar .ant-menu-horizontal,
.menuCon .ant-menu-horizontal {
    border-bottom: none
}

.menuCon .rightMenu {
    width: 20%
}

.barsMenu {
    position: fixed;
    right: 5px;
    top: 5px;
    height: 32px;
    padding: 6px;
    margin-top: 8px;
    background: none;
    z-index: 999
}

.barsBtn {
    display: block;
    position: relative
}

.barsBtn,
.barsBtn:after,
.barsBtn:before {
    width: 20px;
    height: 2px;
    background: #1890ff
}

.barsBtn:after,
.barsBtn:before {
    content: attr(x);
    position: absolute;
    top: -6px;
    left: 0
}

.barsBtn:after {
    top: auto;
    bottom: -6px
}

.ant-drawer-body {
    padding: 0
}

.barsMenu>span {
    display: block
}

.ant-drawer-body .ant-menu-horizontal>.ant-menu-item,
.ant-drawer-body .ant-menu-horizontal>.ant-menu-submenu {
    display: inline-block;
    width: 100%
}

.ant-drawer-body .ant-menu-horizontal {
    border-bottom: none
}

.ant-drawer-body .ant-menu-horizontal>.ant-menu-item:hover {
    border-bottom-color: transparent
}

@media (max-width:767px) {
    .barsMenu {
        display: inline-block
    }

    .logo a {
        margin-left: -20px
    }

    .menuCon .ant-menu-item,
    .menuCon .ant-menu-submenu-title {
        padding: 1px 20px
    }

    .logo a {
        padding: 10px 20px
    }
}

.ant-menu-light.ant-menu-submenu>.ant-menu {
    height: 400px
}

.ant-menu:first-child {
    padding-left: 0
}

.ant-menu-light {
    background-color: transparent
}

@media (min-width:1024px) {
    .ant-menu-light .ant-menu-item a {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity))
    }
}

.menuCon .ant-menu-submenu-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.ant-menu-light.ant-menu-submenu>.ant-menu {
    position: relative;
    top: 30px;
    border-radius: 0;
    background-image: url(../images/bg-menu.be44adbf.webp);
    background-size: cover;
    background-position: bottom
}

@media (min-width:640px) {
    .ant-menu-light.ant-menu-submenu>.ant-menu {
        height: 82vh
    }
}

@media (min-width:768px) {
    .ant-menu-light.ant-menu-submenu>.ant-menu {
        height: 82vh
    }
}

@media (min-width:1024px) {
    .ant-menu-light.ant-menu-submenu>.ant-menu {
        height: 60vh
    }
}

@media (min-width:1280px) {
    .ant-menu-light.ant-menu-submenu>.ant-menu {
        height: 70vh
    }
}

@media (min-width:1536px) {
    .ant-menu-light.ant-menu-submenu>.ant-menu {
        height: 70vh
    }
}

.ant-menu-light .ant-menu-submenu-title:hover:not(.ant-menu-item-selected):not(.ant-menu-sub) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media (min-width:1024px) {

    .ant-menu-light .ant-menu-item a,
    .ant-menu-light .ant-menu-item a:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity))
    }
}

.ant-menu-submenu.ant-menu-submenu-popup.ant-menu.ant-menu-light.ant-menu-submenu-placement-bottomLeft {
    width: 100%
}

.leftMenu li {
    margin-right: 40px
}

.rightMenu li {
    margin-left: 40px
}

.leftMenu a,
.rightMenu a {
    display: inline-block;
    font-size: 20px;
    font-stretch: normal;
    text-align: left;
    color: #000;
    font-family: figtreemedium
}

.leftMenu a:hover,
.rightMenu a:hover {
    --tw-text-opacity: 1;
    color: rgb(160 84 160/var(--tw-text-opacity))
}

.ant-select-dropdown {
    z-index: 5 !important
}

.newBody .ant-select-dropdown {
    z-index: 1001 !important
}

.mobile-input-wrap .ant-input-group-addon {
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 0 !important
}

.mobile-input-wrap .ant-input-wrapper .ant-input {
    border-bottom: 0 !important;
    height: 48px;
    font-size: 15px;
    font-family: figtreelight
}

.mobile-input-wrap .ant-input-wrapper {
    height: 48px;
    font-family: figtreelight
}

.menuBarWhite .ant-menu-horizontal .ant-menu-submenu {
    color: #000
}

.menu-bar-container-transparent,
.menu-bar-container-white {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menu-bar-container-white .ant-menu-horizontal .ant-menu-submenu {
    color: #000;
    border-bottom: none
}

.menu-bar-container-transparent .ant-menu-horizontal .ant-menu-submenu {
    color: #fff;
    border-bottom: none
}

.menuBarScrolled .ant-menu-horizontal {
    border-bottom: none
}

.ant-input {
    color: #000;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid gray;
    background-color: transparent
}

.topbar-search .ant-input-search-button {
    display: none
}

.topbar-search .ant-menu-title-content a {
    color: "#a054a0"
}

.menuBar .placeholder-text ::-webkit-input-placeholder,
.menuBarScrolled .placeholder-text ::-webkit-input-placeholder {
    color: #000
}

.ant-btn {
    border-bottom: 1px solid #fff;
    border-radius: 0
}

.ant-input-affix-wrapper {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    background-color: transparent
}

.menuBar .ant-input-affix-wrapper,
.menuBarScrolled .ant-input-affix-wrapper {
    border: 0;
    border-radius: 0;
    background-color: transparent
}

.menuBarScrolled .ant-input-affix-wrapper {
    border-bottom: 1px solid #000
}

.ant-input-suffix {
    color: #fff
}

.closed-overlay-search {
    right: 10%
}

.ant-input-search :where(.css-dev-only-do-not-override-26rdvq).ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-end-start-radius: 0
}

.mega-menu-slave-box ul {
    display: flex;
    max-height: 430px;
    flex-direction: column;
    flex-wrap: wrap
}

.overlay-search-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, .9);
    top: 0;
    z-index: 99999
}

.overlay-search-wrap .wrap-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%
}

.overlay-search-wrap .wrap-inner input {
    width: 100%;
    height: 65px;
    background-color: transparent;
    border-bottom: 2px solid #a136aa;
    font-size: 40px;
    padding-right: 45px;
    color: #fff;
    padding-left: 0
}

.search-keyword {
    font-size: 20px;
    color: #9d9d9d;
    text-transform: uppercase
}

.overlay-search-wrap .wrap-inner input::-moz-placeholder {
    color: #fff
}

.overlay-search-wrap .wrap-inner input::placeholder {
    color: #fff
}

.overlay-search-wrap .wrap-inner button {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 30px;
    color: #a136aa;
    transform: translateY(-50%)
}

.close-search-wrap {
    top: 30px
}

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: var(--red);
    transform-origin: 0
}

.Mui-selected {
    font-size: 20px;
    font-weight: 700
}

.css-13xfq8m-MuiTabPanel-root {
    padding: 24px 0 0
}

.card .card-image {
    visibility: hidden;
    opacity: 0;
    transition: all .6s
}

.card:hover .card-image {
    visibility: visible;
    opacity: 1
}

.ant-menu-overflow {
    justify-content: flex-start
}

.footer-wrapper,
.reusable-btn {
    position: relative
}

.reusable-btn {
    border-radius: 4px;
    background: #f4c038;
    border: none;
    color: #000;
    text-align: center;
    font-size: 18px;
    padding: 12px 16px;
    width: 195px;
    transition: all .5s;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    transition: .5s
}

.reusable-btn span {
    transition: all .3s;
    position: relative;
    font-weight: 500;
    margin-left: -15px
}

.reusable-btn span:after {
    right: -20px
}

.reusable-btn span:after,
.reusable-btn span:before {
    content: url(../images/arrow-right.c6a2e121.svg);
    font-weight: 700;
    position: absolute;
    opacity: 1;
    top: 2px;
    transition: .5s
}

.reusable-btn span:before {
    left: -130%
}

.reusable-btn:hover span:after {
    transition: all .3s;
    right: -130%
}

.reusable-btn:hover span:before {
    transition: all .3s;
    left: 0
}

.reusable-btn:hover span {
    transition: all .3s;
    padding-left: 20px;
    margin-left: 0
}

.box-learn-more .reusable-btn {
    background-color: transparent;
    text-align: left;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.box-learn-more .reusable-btn span {
    margin-left: 0 !important
}

.btn-color-change .reusable-btn {
    color: #a054a0 !important;
    font-size: 18px
}

.btn-color-change-white .reusable-btn {
    color: #fff !important;
    font-size: 14px
}

.btn-color-change .reusable-btn span:after {
    content: url(../images/arrow-right-purple.0652ee4f.svg);
    font-weight: 700;
    position: absolute;
    opacity: 1;
    top: 0;
    right: -20px;
    transition: .5s
}

.btn-color-change-white .reusable-btn span:after {
    content: url(../images/arrow-right-white.f681f098.svg);
    font-weight: 700;
    position: absolute;
    opacity: 1;
    top: 0;
    right: -20px;
    transition: .5s
}

.btn-color-change .reusable-btn span:before {
    content: url(../images/arrow-right-purple.0652ee4f.svg);
    font-weight: 700;
    position: absolute;
    opacity: 1;
    top: 0;
    left: -130%;
    transition: .5s
}

.btn-color-change-white .reusable-btn span:before {
    content: url(../images/arrow-right-white.f681f098.svg);
    font-weight: 700;
    position: absolute;
    opacity: 1;
    top: 0;
    left: -130%;
    transition: .5s
}

.btn-color-change .reusable-btn:hover span:after,
.btn-color-change-white .reusable-btn:hover span:after {
    transition: all .3s;
    right: -130%
}

.btn-color-change .reusable-btn:hover span:before,
.btn-color-change-white .reusable-btn:hover span:before {
    transition: all .3s;
    left: 0
}

.btn-color-change .reusable-btn:hover span,
.btn-color-change-white .reusable-btn:hover span {
    transition: all .3s;
    padding-left: 20px
}

.swiper-horizontal>.swiper-pagination-bullets>:not([hidden])~:not([hidden]),
.swiper-pagination-bullets.swiper-pagination-horizontal>:not([hidden])~:not([hidden]),
.swiper-pagination-custom>:not([hidden])~:not([hidden]),
.swiper-pagination-fraction>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)))
}

.succeed-wrapper .swiper-button-next,
.succeed-wrapper .swiper-button-prev {
    color: #a136aa
}

.main-banner-wrapper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.main-banner-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 100px;
    width: 200px;
    border-radius: 0;
    height: 5px;
    margin-right: 15px !important
}

.main-banner-wrapper .swiper-pagination-bullet {
    position: relative;
    width: 156px;
    height: auto;
    text-align: left;
    border-radius: 0;
    opacity: 1;
    margin-right: 20px;
    background-color: transparent;
    margin: 0 !important
}

.main-banner-wrapper .swiper-pagination-bullet em {
    font-size: 17px;
    line-height: 28px;
    font-style: normal;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block
}

.main-banner-wrapper .swiper-pagination-bullet i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 5px;
    background-color: #fff
}

.main-banner-wrapper .swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0;
    height: 5px;
    background-color: #a136aa
}

.main-banner-wrapper .swiper-pagination {
    bottom: 30px !important
}

.main-banner-wrapper .swiper-pagination-bullet-active {
    background-color: transparent
}

.main-banner-wrapper .swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 3.3s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards
}

.main-banner-wrapper .swiper-pagination-bullet {
    opacity: .5 !important
}

.main-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important
}

.CookieConsent {
    background: #a136aa !important;
    padding: 0 25px;
    display: block !important;
    text-align: center !important;
    font-family: figtreeregular
}

.CookieConsent div {
    display: inline-block
}

#view-all-span {
    font-size: 12px
}

#rcc-confirm-button {
    margin: 15px 10px !important;
    background-color: #f4c038 !important
}

#rcc-decline-button {
    margin: 15px 0 !important;
    background-color: transparent !important;
    text-decoration: underline !important
}

.footer-li li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    --tw-text-opacity: 1;
    color: rgb(51 51 51/var(--tw-text-opacity))
}

.main-banner-wrapper .swiper-pagination {
    width: 15% !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center
}

.main-banner-wrapper .swiper-pagination-bullet {
    margin-left: 0 !important;
    width: 15% !important
}

.client-logo-slider .swiper-pagination-bullet {
    margin: 0 0 0 10px !important
}

.client-logo-slider .swiper-pagination-bullet-active {
    background-color: #a054a0
}

.main-service-box:hover .shape-three {
    transform: scale(1.2);
    transition: .5s ease
}

.main-service-box .shape-three {
    transition: .5s ease
}

.services-slider .swiper-button-next,
.services-slider .swiper-button-prev {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 40px 0 0
}

.services-slider .swiper-button-next {
    right: inherit
}

.services-slider .swiper-button-next,
.services-slider .swiper-button-prev {
    top: inherit;
    bottom: 0;
    position: relative;
    left: 0;
    border: 2px solid #f5f5f5;
    background-color: transparent;
    display: inline-block;
    opacity: 1 !important
}

.services-slider .swiper-button-prev {
    margin-right: 20px
}

.services-slider .swiper-button-next:after,
.services-slider .swiper-button-prev:after {
    color: #a136aa;
    font-size: 14px;
    font-weight: 900;
    display: block;
    text-align: center;
    line-height: 47px
}

.services-slider .swiper-button-next:hover {
    background-color: #a136aa
}

.services-slider .swiper-button-next:hover:after {
    color: #fff
}

.services-slider .swiper-button-prev:hover {
    background-color: #a136aa
}

.services-slider .swiper-button-prev:hover:after {
    color: #fff
}

.latest-tabs .ant-tabs .ant-tabs-tab-btn {
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(51 51 51/var(--tw-text-opacity))
}

@media (min-width:768px) {
    .latest-tabs .ant-tabs .ant-tabs-tab-btn {
        font-size: 16px
    }
}

@media (min-width:1024px) {
    .latest-tabs .ant-tabs .ant-tabs-tab-btn {
        font-size: 16px
    }
}

@media (min-width:1280px) {
    .latest-tabs .ant-tabs .ant-tabs-tab-btn {
        font-size: 18px
    }
}

@media (min-width:1536px) {
    .latest-tabs .ant-tabs .ant-tabs-tab-btn {
        font-size: 22px
    }
}

.latest-tabs .ant-tabs .ant-tabs-tab.ant-tabs-tabms-active .ant-tabs-tab-btn {
    color: #a136aa;
    font-weight: 600
}

.latest-tabs .ant-tabs-nav:before {
    border: 0 !important
}

.succeed-wrapper .swiper-wrapper {
    display: flex;
    align-items: center
}

.ant-drawer-content-wrapper {
    width: 450px
}

.ant-tabs .ant-tabs-ink-bar {
    background: #a136aa
}

.wrapper-tech-tabs .ant-tabs-nav:before {
    border: 0 !important
}

.wrapper-tech-tabs .ant-tabs-nav-list {
    border-bottom: 1px solid #cecece
}

.wrapper-tech-tabs .ant-tabs .ant-tabs-tab-btn {
    font-size: 20px;
    color: #000
}

.wrapper-tech-tabs .ant-tabs-nav-wrap {
    justify-content: center
}

.latest-tabs .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #a136aa;
    font-family: figtreemedium
}

.ant-menu-item:hover:after {
    border-width: 1px !important;
    border-color: #1677ff
}

.ant-collapse {
    font-family: figtreeregular
}

.career-mobile-view p {
    padding: 0;
    padding-left: 0 !important;
    height: auto !important;
    line-height: normal !important;
    font-weight: 500;
    border-radius: 0;
    font-size: 17px
}

.career-mobile-view {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 16px 0;
    font-family: figtreemedium;
    margin-inline: 4px
}

.mega-menu-slave-box {
    position: relative
}

.topbar-search .ant-menu-submenu-active {
    --tw-bg-opacity: 1;
    background-color: rgb(160 84 160/var(--tw-bg-opacity))
}

.ant-menu-submenu.ant-menu-submenu-popup.ant-menu.ant-menu-light {
    width: 100%
}

.trans-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s
}

@media (min-width:768px) {
    .trans-btn {
        font-size: 13px
    }
}

@media (min-width:1280px) {
    .trans-btn {
        font-size: 16px
    }
}

@media (min-width:1536px) {
    .trans-btn {
        font-size: 18px
    }
}

.trans-btn:hover {
    background-color: #a136aa
}

.trans-btn span {
    transition: all .3s;
    position: relative
}

.trans-btn:hover span {
    color: #fff
}

.toggle-btn {
    box-shadow: none !important;
    padding: 0
}

.toggle-btn,
.toggle-btn:active {
    background-color: transparent !important
}

.toggle-btn:focus-visible {
    outline: none !important
}

.toggle-btn:focus {
    outline: none !important
}

.ant-drawer-content-wrapper .ant-drawer-body {
    padding: 15px 10px
}

.ant-drawer-content-wrapper .ant-menu {
    border: 0 !important
}

.ant-drawer-content-wrapper .ant-drawer-header {
    padding: 10px 15px
}

.ant-drawer-content-wrapper .ant-menu .ant-menu-item-group .ant-menu-item-group-list .ant-menu-item {
    height: auto !important;
    line-height: normal !important;
    padding-left: 15px !important;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: figtreeregular
}

.ant-drawer-content-wrapper .ant-menu-submenu-title:active {
    background-color: transparent !important;
    color: #000 !important
}

.barsBtn,
.barsBtn:after,
.barsBtn:before {
    background: #a136aa
}

.ant-drawer .ant-drawer-close {
    color: #a136aa
}

.ant-btn-default {
    box-shadow: none !important
}

.ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline {
    background-color: transparent !important
}

.ant-drawer-content-wrapper .ant-menu-item-group-title {
    display: none
}

.ant-drawer-content-wrapper .ant-menu-submenu-title:hover {
    background-color: transparent !important;
    color: #000 !important
}

.ant-drawer-content-wrapper .ant-menu-submenu-title {
    padding: 0;
    padding-left: 0 !important;
    height: auto !important;
    line-height: normal !important;
    font-weight: 500;
    border-radius: 0;
    font-size: 17px
}

.ant-drawer-body {
    font-family: figtreeregular
}

.ant-drawer-content-wrapper .ant-btn {
    width: 100%;
    text-align: left;
    height: auto !important;
    font-family: figtreeregular
}

.ant-drawer-content-wrapper .ant-menu-inline .ant-menu-submenu {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 12px 0;
    font-family: figtreemedium
}

.ant-btn:focus-visible {
    outline: none !important
}

.ant-drawer-content-wrapper {
    width: 100% !important
}

.ant-btn:active,
.ant-btn:focus,
.ant-btn:hover {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important
}

.ant-menu-submenu-title:focus {
    background-color: transparent !important
}

.ant-menu-submenu-title:focus-visible {
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important
}

.ant-menu-submenu-title:active {
    background-color: transparent !important
}

.ant-drawer-content-wrapper .ant-menu .ant-menu-submenu-arrow {
    right: 0
}

.trans-btn span:before {
    content: url(../images/arrow_white.d8442d49.svg);
    font-weight: 700;
    position: absolute;
    top: 2px;
    left: 10%;
    transition: .3s;
    opacity: 0
}

.trans-btn:hover span:before {
    left: 4%;
    transition: .3s;
    opacity: 1
}

.trans-btn:hover span {
    transition: all .3s;
    padding-left: 20px
}

.transformative-wrapper .person-1:hover .person-img,
.transformative-wrapper .person-1:hover .person-img .reusable-btn {
    display: block
}

@keyframes countingBar {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

:focus {
    outline: none
}

:focus-visible {
    outline: none
}

:focus-within {
    outline: none
}

:where(.css-dev-only-do-not-override-mxhywb).ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
    border-color: transparent;
    border-inline-end-width: 0;
    z-index: 0
}

.ant-input-affix-wrapper:focus {
    outline: none !important;
    box-shadow: none !important
}

.view-all-btn .reusable-btn span:after,
.view-all-btn .reusable-btn span:before {
    content: url(../images/arrow-right.c6a2e121.svg);
    top: 0
}

.project-thumb-img:hover {
    box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .16)
}

.thumb-box-wrapper img {
    transition: all .5s
}

.project-thumb-img:hover .thumb-box-wrapper img {
    transform: scale(1.2);
    transition: all .5s
}

.box-wrap-cards img {
    transition: all .5s
}

.box-wrap-cards:hover.box-wrap-cards .main-img {
    transition: all .5s;
    transform: scale(1.2)
}

.whats-tab-arrow .swiper-button-next,
.whats-tab-arrow .swiper-button-prev {
    width: 50px;
    opacity: 1 !important
}

.whats-tab-arrow .swiper-button-next:after,
.whats-tab-arrow .swiper-button-prev:after {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #f5f5f5;
    color: #a136aa
}

.swiper-custom-button-next,
.swiper-custom-button-prev {
    width: 50px;
    opacity: 1 !important
}

.swiper-custom-button-next:after,
.swiper-custom-button-prev:after {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #f5f5f5;
    color: #a136aa
}

.whats-tab-arrow .swiper-button-next {
    right: 100px
}

.bg-span {
    background-image: linear-gradient(270deg, #009dde, #ffb24b);
    margin-bottom: 2px;
    display: inline-block;
    padding: 10px 25px
}

.vision-bg {
    background-image: linear-gradient(90deg, #0d3eac, #120071)
}

@media (min-width:1024px) {
    .pl-leftcontainer {
        padding-left: 4rem
    }
}

@media (min-width:1025px) {
    @media (max-width:1153px) {
        .pl-leftcontainer {
            padding-left: 7.5rem !important
        }
    }
}

@media (min-width:1280px) {
    .pl-leftcontainer {
        padding-left: 6rem
    }

    @media (max-width:1359px) {
        .pl-leftcontainer {
            padding-left: 4rem !important
        }
    }
}

@media (min-width:1400px) {
    @media (max-width:1439px) {
        .pl-leftcontainer {
            padding-left: 7rem !important
        }
    }
}

@media (min-width:1440px) {
    @media (max-width:1499px) {
        .pl-leftcontainer {
            padding-left: 8rem !important
        }
    }
}

@media (min-width:1500px) {
    @media (max-width:1679px) {
        .pl-leftcontainer {
            padding-left: 2rem !important
        }
    }
}

@media (min-width:1536px) {
    .pl-leftcontainer {
        padding-left: 12rem
    }
}

@media (min-width:1680px) {
    @media (max-width:1700px) {
        .pl-leftcontainer {
            padding-left: 5rem !important
        }
    }
}

.ant-menu-light.ant-menu-horizontal>.ant-menu-submenu-active:after {
    height: 1px;
    border: 1px solid transparent
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: transform 2s;
    transform: translateY(0)
}

.video-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a136aa;
    cursor: pointer;
    font-weight: 600;
    font-size: 30px
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.menuBar .ant-input:hover {
    border-color: #fff !important
}

.service-video-wrapper {
    background: #ebf8ff;
    background: linear-gradient(90deg, #ebf8ff, #f3e9ff 50%, #ebf8ff)
}

.query-form .form-control {
    height: 50px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 20px;
    color: #000
}

.query-form .form-control:focus {
    outline: none;
    box-shadow: none
}

.leaders-slider .swiper-button-next:after,
.leaders-slider .swiper-button-prev:after {
    color: #a136aa;
    font-size: 14px;
    font-weight: 900
}

.leaders-slider .swiper-button-next,
.leaders-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 50px
}

.leaders-slider .swiper-button-next {
    right: -7%
}

.leaders-slider .swiper-button-prev {
    left: -7%;
    right: auto
}

.technology-slider .swiper-button-next:after,
.technology-slider .swiper-button-prev:after {
    color: #a136aa;
    font-size: 14px;
    font-weight: 900
}

.technology-slider .swiper-button-next,
.technology-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 50px
}

.technology-slider .swiper-button-next {
    right: 10px
}

.card-ex {
    background: linear-gradient(281deg, #3552c4, #a136aa);
    padding: 40px;
    width: 550px
}

.transition-effect {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2)
}

.project-banner-content {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    padding: 0 115px 0 40px;
    transform: translateY(-50%)
}

.explore-all-btn span:after,
.explore-all-btn span:before {
    content: url(../images/arrow-right.c6a2e121.svg);
    top: 2px
}

.whatcanwedo .ant-tabs-tab.ant-tabs-tab-active {
    background-color: #f4c038
}

.whatcanwedo .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    padding: 10px 30px
}

.tab-what-do .ant-tabs-tab-btn {
    padding: 10px 30px;
    color: #f4c038
}

.whatcanwedo .ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar {
    background-color: #f4c038
}

.mobile-input-wrap .ant-select-selector:hover {
    border: 0 !important
}

.big-arrow {
    position: relative;
    top: 15px !important
}

.small-arrow {
    position: relative;
    top: 20px
}

.big-arrow-sm {
    position: relative;
    top: 7px !important
}

.small-arrow-sm {
    position: relative;
    top: 13px
}

.whatcanwedo .ant-tabs-top>.ant-tabs-nav:before {
    height: 2px;
    background-color: #f4c038
}

.whatcanwedo .bullet-supporter {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    font-family: bw_gradual_demomedium
}

@media (min-width:640px) {
    .whatcanwedo .bullet-supporter {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .whatcanwedo .bullet-supporter {
        margin-bottom: 20px
    }
}

@media (min-width:1024px) {
    .whatcanwedo .bullet-supporter {
        margin-bottom: 20px
    }
}

@media (min-width:1280px) {
    .whatcanwedo .bullet-supporter {
        margin-bottom: 20px
    }
}

@media (min-width:1536px) {
    .whatcanwedo .bullet-supporter {
        margin-bottom: 20px
    }
}

.whatcanwedo .ant-tabs-tab {
    padding: 0;
    margin: 0 !important;
    font-size: 20px
}

.hover-img-scale:hover .thumb-img {
    transform: scale(1.2);
    transition: all .5s
}

.thumb-img {
    transition: all .5s
}

.subscription-place {
    height: 54px;
    width: 100%;
    border-radius: 50px;
    padding: 0 160px 0 20px;
    color: #fff;
    background: #3552c4;
    background: linear-gradient(281deg, #3552c4, #a136aa 62%)
}

.subscription-place:focus {
    outline: none !important;
    box-shadow: none !important
}

.subscription-place::-moz-placeholder {
    color: #fff
}

.subscription-place::placeholder {
    color: #fff
}

.subscribe-btn {
    position: absolute;
    margin: 0;
    right: 15px;
    top: 0;
    height: 100%
}

.subscribe-btn .reusable-btn {
    background-color: transparent;
    padding: 0;
    top: 15px;
    color: #fff;
    height: auto !important;
    font-size: 18px
}

.transformative-wrapper {
    height: 410px;
    overflow: hidden
}

.transformative-wrapper.section-height-auto {
    height: auto;
    overflow: initial
}

.subscribe-btn .reusable-btn span:before {
    content: url(../images/subscribe-btn.b800a223.svg);
    top: 0
}

.subscribe-btn .reusable-btn span:after {
    content: url(../images/subscribe-btn.b800a223.svg);
    top: 1px
}

.blank-div {
    background: #009dde;
    background: linear-gradient(281deg, #009dde, #ffb24b 62%);
    height: 1px;
    width: 100%
}

.client-stories-slider .swiper-button-next {
    right: inherit
}

.client-stories-slider .swiper-button-next,
.client-stories-slider .swiper-button-prev {
    top: inherit;
    bottom: 0;
    position: relative;
    left: 0;
    border: 2px solid #f5f5f5;
    background-color: transparent;
    display: inline-block;
    opacity: 1 !important
}

.client-stories-slider .swiper-button-prev {
    margin-right: 20px
}

.client-stories-slider .swiper-wrapper {
    margin-bottom: 45px
}

.client-stories-slider .swiper-button-next:after,
.client-stories-slider .swiper-button-prev:after {
    display: block;
    text-align: center;
    line-height: 47px
}

.collapse-div .ant-collapse-content-box {
    padding: 16px 0 !important
}

.client-logo-slider ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.client-logo-slider ul li {
    width: 32.33%;
    display: inline-block;
    margin: 0 0 13px 1px;
    height: auto
}

.box-client-wrap {
    width: 120px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 auto
}

.transition-effect {
    transition: .5s ease
}

.onclick {
    cursor: pointer
}

.add-height {
    height: 245px
}

.inner-slider-box .swiper-button-prev {
    position: absolute;
    top: inherit;
    left: inherit;
    right: 30px;
    bottom: 0
}

.clipping-img {
    -webkit-clip-path: url(c424d47fc98cf272.css#mask);
    clip-path: url(c424d47fc98cf272.css#mask);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.inner-slider-box .swiper-button-next {
    position: absolute;
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 0
}

.vodcast-list-swiper .swiper-button-next,
.vodcast-list-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    border-radius: 50px;
    top: -70px
}

.vodcast-list-swiper .swiper-button-prev {
    right: 75px;
    left: auto
}

.vodcast-list-swiper .swiper-button-next {
    right: 0
}

.vodcast-list-swiper .swiper-button-next:after,
.vodcast-list-swiper .swiper-button-prev:after {
    color: #a136aa;
    font-size: 14px;
    font-weight: 900
}

.inner-slider-box .swiper-button-next:after,
.inner-slider-box .swiper-button-prev:after {
    font-size: 20px;
    color: #fff
}

.video-grade:before {
    content: "";
    background: linear-gradient(270deg, #009dde, #ffb24b);
    top: 5px;
    left: 5px;
    z-index: -1
}

.video-grade:before,
.youtube-click {
    position: absolute;
    width: 100%;
    height: 100%
}

.youtube-click {
    top: 0;
    color: red;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.person-img-overlay {
    position: relative
}

.before-shadow-bg:before {
    content: "";
    background: linear-gradient(270deg, #009dde, #ffb24b);
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0 25px 0 0
}

.cube-img {
    color: transparent;
    position: relative;
    width: 100%;
    right: 0;
    height: 100%
}

.cube-img:before {
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0, .5)
}

.cube-img:before,
.wrap-img-grade:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.wrap-img-grade:before {
    width: 100%;
    height: 100%;
    background: #868cd6;
    background: linear-gradient(281deg, #868cd6 35%, #ae81cc 62%);
    -webkit-clip-path: url(c424d47fc98cf272.css#mask);
    clip-path: url(c424d47fc98cf272.css#mask);
    z-index: 9;
    mix-blend-mode: screen
}

.whatcanwedo .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #000
}

.ant-input-search .ant-input-affix-wrapper {
    border-radius: 0 !important;
    border-bottom: 1px solid #a054a0 !important
}

.arrow-up-down.btn-color-change-white .reusable-btn span:after,
.arrow-up-down.btn-color-change-white .reusable-btn span:before {
    top: 5px
}

.arrow-up-down-new.btn-color-change-white .reusable-btn span:after,
.arrow-up-down-new.btn-color-change-white .reusable-btn span:before {
    top: 1px
}

.ant-menu-light.ant-menu-horizontal>.ant-menu-submenu:after {
    top: 36px;
    width: 100%;
    left: 0
}

.bg-wave {
    background-image: url(../images/bg-menu.be44adbf.webp);
    background-position: bottom;
    background-position-y: 295px;
    background-repeat: no-repeat
}

.box-shadow-effect {
    box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .16)
}

.filters-drop .ant-select-selector {
    border: 0 !important;
    padding: 0 !important
}

.filters-drop .ant-select-selection-item {
    font-weight: 600;
    font-size: 18px;
    padding: 0 !important
}

.filters-drop .anticon-down {
    color: #a136aa
}

.filters-drop .ant-select .ant-select-arrow {
    right: 0;
    font-size: 20px;
    color: #a136aa
}

.bg-insight {
    background-image: url(../images/insight-bg.0556a53a.webp);
    background-repeat: no-repeat
}

.grade-bg {
    background: #3552c4;
    background: linear-gradient(281deg, #3552c4, #a136aa 71%)
}

.before-border:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.before-border:before,
.grade-line {
    background: #009dde;
    background: linear-gradient(281deg, #009dde, #ffb24b 71%);
    height: 1px
}

.blue-line {
    background-color: #d3e8f0;
    height: 1px
}

.padright-0 {
    padding-right: 0 !important;
    padding-bottom: 0 !important
}

.filter-wrap-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.purple-btn .reusable-btn {
    color: #a136aa
}

.purple-btn .reusable-btn span {
    font-weight: 600
}

.purple-btn .reusable-btn span:after,
.purple-btn .reusable-btn span:before {
    content: url(../images/arrow-purple.ee5455e7.svg)
}

.residential-span {
    background-color: #2eb3e9;
    padding: 5px 10px
}

.commercial-span {
    background-color: #0c2f81;
    padding: 5px 10px
}

.transperent-bg {
    position: relative
}

.transperent-bg:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 248, 230, .8), rgba(243, 233, 255, .8))
}

.slider-visibality-wrap .swiper {
    overflow: visible
}

.latest-tabs .ant-tabs .ant-tabs-tab-btn {
    font-family: figtreeregular
}

.menuBar .ant-input-group-addon {
    background-color: transparent
}

.menuBar input::-moz-placeholder {
    color: #b2b2b2
}

.menuBar input::placeholder {
    color: #b2b2b2
}

.ant-menu-light.ant-menu-horizontal>.ant-menu-submenu:hover:after {
    border-bottom-color: #a136aa
}

.menuBar .ant-input-affix-wrapper {
    padding: 0 5px 5px 90px;
    font-size: 16px
}

.looking-for-text {
    position: absolute;
    top: 41%;
    left: 0;
    transform: translateY(-50%)
}

.menuBar .ant-input-affix-wrapper input::-moz-placeholder {
    color: #b2b2b2
}

.menuBar .ant-input-affix-wrapper input::placeholder {
    color: #b2b2b2
}

.white-box {
    background-color: transparent;
    top: 50%;
    width: 85%;
    height: 85%;
    transform: translateY(-50%);
    transition: all .5s
}

.white-box,
.white-box:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.white-box:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .7s ease;
    z-index: -1
}

.press-coverage-card {
    position: relative;
    overflow: hidden
}

.press-coverage-card:hover .white-box:before {
    background-color: hsla(0, 0%, 100%, .9);
    transition: all .7s ease;
    transform: scale(2)
}

.border-right-line:before {
    right: 0
}

.border-left-line:before,
.border-right-line:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 85%;
    background-color: #d9d9d9;
    transform: translateY(-50%)
}

.border-left-line:before {
    left: 0
}

.block .reusable-btn {
    display: block !important
}

.whats-tab-arrow .ant-tabs .ant-tabs-tab {
    padding: 0
}

.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item {
    height: auto;
    line-height: normal;
    padding-inline: 16px;
    overflow: inherit;
    text-overflow: ellipsis;
    margin-inline: 0;
    margin-block: 0;
    width: 100%
}

.ant-menu .ant-menu-item-group .ant-menu-item-group-list .ant-menu-item {
    padding-inline: 0
}

.bold-span span {
    font-weight: 600
}

.btn-font-big .reusable-btn {
    font-size: 18px
}

.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):hover {
    background-color: transparent !important
}

.mega-menu-slave-box .item-list a {
    padding: 4px 0;
    display: inline-block
}

.mega-menu-slave-box .item-list a:hover {
    color: #a054a0
}

.mega-menu-slave-box .item-list .item-list-inner a {
    padding: 0;
    display: inline-block
}

.bg-grade-box:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(270deg, #009dde, #ffb24b);
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1
}

.readmore-arrow-img {
    display: inline-block;
    margin-left: 8px
}

.img-grade-box:before {
    content: "";
    background-image: linear-gradient(180deg, #ffb24b, #009dde);
    width: 1px;
    height: 100%;
    position: absolute
}

.gradient-upper-border {
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(270deg, #009dde, #ffb24b);
    z-index: 1;
    margin: 10px 0 0
}

.whatcanwedo-residential {
    background-color: #071489
}

.ant-select-selector:focus {
    box-shadow: none !important;
    outline: none !important
}

.ant-modal-close .ant-modal-close-x {
    font-size: 30px
}

.ant-modal-close {
    top: 12px !important;
    right: 20px
}

.whatcanwedo-residential .ant-tabs-tab.ant-tabs-tab-active {
    background-color: #f4c038
}

.details-share a:active {
    color: #fff !important
}

.ant-modal-close:hover {
    background-color: transparent !important
}

.client-stories-slider .swiper-button-next:hover,
.client-stories-slider .swiper-button-prev:hover {
    background-color: #a136aa
}

.client-stories-slider .swiper-button-next:hover:after,
.client-stories-slider .swiper-button-prev:hover:after {
    color: #fff
}

.mobile-input-wrap .ant-select-selector {
    border: 0 !important;
    box-shadow: none !important
}

.whatcanwedo-residential .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    padding: 10px
}

.whatcanwedo-residential .ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar {
    background-color: #f4c038
}

.whatcanwedo-residential .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #000
}

.whatcanwedo-residential .ant-tabs-top>.ant-tabs-nav:before {
    height: 2px;
    background-color: #f4c038
}

.whatcanwedo-residential .bullet-supporter {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    font-family: bw_gradual_demomedium
}

@media (min-width:640px) {
    .whatcanwedo-residential .bullet-supporter {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .whatcanwedo-residential .bullet-supporter {
        margin-bottom: 20px
    }
}

@media (min-width:1024px) {
    .whatcanwedo-residential .bullet-supporter {
        margin-bottom: 20px
    }
}

@media (min-width:1280px) {
    .whatcanwedo-residential .bullet-supporter {
        margin-bottom: 20px
    }
}

@media (min-width:1536px) {
    .whatcanwedo-residential .bullet-supporter {
        margin-bottom: 20px
    }
}

.whatcanwedo-residential .what-we-can-do-right-box-tab .ant-tabs-tab-btn {
    padding: 10px 15px;
    color: #f4c038
}

.rera-table {
    border: 1px solid #d0ecf9;
    border-right: none;
    border-bottom: none;
    margin: 50px auto
}

.rera-table th {
    padding: 10px 0;
    background-color: #a054a0;
    color: #fff;
    text-align: center;
    font-family: bw_gradual_demoregular
}

.rera-table td {
    border-bottom: 1px solid #d0ecf9;
    border-right: 1px solid #d0ecf9;
    color: #000
}

.inner-rera-table td {
    border-top: 1px solid #d0ecf9;
    border-right: none
}

.ant-select-item-option-content {
    white-space: normal !important
}

.banner-video-logo:before {
    content: "";
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), hsla(0, 0%, 94%, .16) 40%, hsla(0, 0%, 100%, 0));
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.upload-resume button {
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    height: auto;
    padding: 6px 20px;
    font-family: bw_gradual_demobold;
    background-color: #a136aa;
    color: #fff
}

.upload-resume button:focus,
.upload-resume button:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #a136aa !important
}

.note-upload {
    color: red
}

.load-more-btn {
    font-size: 18px;
    color: #000;
    width: 180px;
    height: 52px;
    background-color: #f4c038
}

.leftMenu {
    width: 40%;
    margin-right: auto
}

.rightMenu {
    width: 42%;
    margin-left: auto
}

.logo {
    width: 16%;
    margin-left: auto;
    margin-right: auto
}

.leftMenu .ant-menu-light {
    justify-content: flex-start !important
}

.rightMenu .ant-menu-light {
    justify-content: flex-end !important
}

.ant-menu-submenu>.ant-menu .ant-menu-item {
    white-space: inherit
}

.ant-menu-horizontal .ant-menu-submenu {
    padding-inline: 0 !important
}

input:focus {
    outline: none !important
}

.person-profile-img {
    position: absolute;
    bottom: 0;
    right: 0
}

.ant-menu-horizontal {
    line-height: normal
}

.ant-modal {
    width: 700px !important
}

.modal-heading {
    font-size: 36px;
    text-align: center
}

.ant-modal-footer {
    display: none
}

.button-flex .reusable-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.collapse-div .ant-collapse {
    border: 0
}

.collapse-div .ant-collapse-content {
    border: 0 !important
}

.collapse-div .ant-collapse-expand-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.collapse-div .ant-collapse-item-active .ant-collapse-header-text {
    font-family: figtreebold;
    color: #a136aa
}

.collapse-div .ant-collapse-item-active .ant-collapse-header-text:before {
    content: "";
    height: 100%;
    background-color: #a136aa;
    width: 4px;
    position: absolute;
    left: 0
}

.search-banner {
    background: url(../images/global-search-bg.f0b3b6ed.webp);
    background-repeat: no-repeat;
    background-size: cover
}

.ant-collapse-header-text {
    position: relative;
    padding: 0 25px
}

.collapse-div .ant-collapse>.ant-collapse-item>.ant-collapse-header {
    padding: 12px 0
}

.collapse-div .ant-collapse-item {
    border-bottom: 1px solid #d3e8f0;
    background-color: #fff;
    font-family: figtreeregular;
    border-radius: 0 !important
}

.collapse-div .ant-collapse-header {
    border-radius: 0 !important;
    font-size: 28px;
    color: #000
}

.about-brand-scroll::-webkit-scrollbar {
    width: 4px
}

.about-brand-scroll::-webkit-scrollbar-track {
    background: #f5f5f5
}

.about-brand-scroll::-webkit-scrollbar-thumb,
.about-brand-scroll::-webkit-scrollbar-thumb:hover {
    background: #ddd
}

.ant-modal-close-x {
    color: #000;
    font-size: 22px
}

.common-contact-shadow {
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, .1)
}

.grade-span-contact {
    background-image: linear-gradient(282deg, #3552c4, #a136aa -2%)
}

.red-mark,
.text-danger {
    color: red
}

.active-globe {
    border: 5px solid #a136aa !important
}

.services-banner-full {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width:640px) {
    .services-banner-full {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:768px) {
    .services-banner-full {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1024px) {
    .services-banner-full {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1536px) {
    .services-banner-full {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.services-heading {
    margin-bottom: 12px;
    text-align: center;
    font-family: bw_gradual_demobold;
    font-size: 30px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .services-heading {
        font-size: 40px
    }
}

@media (min-width:768px) {
    .services-heading {
        font-size: 40px
    }
}

@media (min-width:1024px) {
    .services-heading {
        font-size: 40px
    }
}

@media (min-width:1280px) {
    .services-heading {
        font-size: 50px
    }
}

@media (min-width:1536px) {
    .services-heading {
        font-size: 64px
    }
}

.services-heading-content {
    margin-bottom: 30px;
    text-align: center;
    font-family: figtreemedium;
    font-size: 16px
}

@media (min-width:640px) {
    .services-heading-content {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .services-heading-content {
        font-size: 18px
    }
}

@media (min-width:1024px) {
    .services-heading-content {
        font-size: 20px
    }
}

@media (min-width:1536px) {
    .services-heading-content {
        font-size: 26px
    }
}

.banner-video {
    height: 450px;
    width: 100%
}

@media (min-width:640px) {
    .banner-video {
        height: 450px
    }
}

@media (min-width:768px) {
    .banner-video {
        height: 450px
    }
}

@media (min-width:1024px) {
    .banner-video {
        height: 500px
    }
}

@media (min-width:1280px) {
    .banner-video {
        height: 500px
    }
}

@media (min-width:1536px) {
    .banner-video {
        height: 550px
    }
}

.banner-video-cla {
    height: 230px;
    width: 100%
}

@media (min-width:640px) {
    .banner-video-cla {
        height: 450px
    }
}

@media (min-width:768px) {
    .banner-video-cla {
        height: 450px
    }
}

@media (min-width:1024px) {
    .banner-video-cla {
        height: 450px
    }
}

@media (min-width:1280px) {
    .banner-video-cla {
        height: 450px
    }
}

@media (min-width:1536px) {
    .banner-video-cla {
        height: 400px
    }
}

.banner-down-text-box {
    margin-top: 40px
}

.banner-down-text-box-p {
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .banner-down-text-box-p {
        width: 100%;
        font-size: 16px
    }
}

@media (min-width:768px) {
    .banner-down-text-box-p {
        width: 100%;
        font-size: 18px
    }
}

@media (min-width:1024px) {
    .banner-down-text-box-p {
        width: 90%;
        font-size: 18px
    }
}

@media (min-width:1280px) {
    .banner-down-text-box-p {
        width: 60%;
        font-size: 18px
    }
}

@media (min-width:1536px) {
    .banner-down-text-box-p {
        width: 60%;
        font-size: 18px
    }
}

.solution-for-business-p {
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .solution-for-business-p {
        width: 100%;
        font-size: 16px
    }
}

@media (min-width:768px) {
    .solution-for-business-p {
        width: 100%;
        font-size: 18px
    }
}

@media (min-width:1024px) {
    .solution-for-business-p {
        width: 90%;
        font-size: 18px
    }
}

@media (min-width:1280px) {
    .solution-for-business-p {
        width: 70%;
        font-size: 18px
    }
}

@media (min-width:1536px) {
    .solution-for-business-p {
        width: 70%;
        font-size: 18px
    }
}

.banner-btn {
    margin-top: 30px;
    text-align: center
}

.competitive-edge-full {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width:640px) {
    .competitive-edge-full {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:768px) {
    .competitive-edge-full {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1024px) {
    .competitive-edge-full {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1280px) {
    .competitive-edge-full {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1536px) {
    .competitive-edge-full {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.competitive-edge-box-section {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: .5rem
}

@media (min-width:1024px) {
    .competitive-edge-box-section {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media (min-width:1280px) {
    .competitive-edge-box-section {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

@media (min-width:1536px) {
    .competitive-edge-box-section {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

.competitive-edge-left-box {
    grid-column: span 12/span 12;
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(161 54 170/var(--tw-border-opacity));
    padding-left: 10px
}

@media (min-width:640px) {
    .competitive-edge-left-box {
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .competitive-edge-left-box {
        padding-left: 15px
    }
}

@media (min-width:1024px) {
    .competitive-edge-left-box {
        grid-column: span 2/span 2;
        padding-left: 20px
    }
}

@media (min-width:1280px) {
    .competitive-edge-left-box {
        grid-column: span 2/span 2;
        padding-left: 20px
    }
}

@media (min-width:1536px) {
    .competitive-edge-left-box {
        grid-column: span 2/span 2;
        padding-left: 30px
    }
}

.competitive-edge-left-inn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.competitive-edge-left-quote-img {
    margin-top: 10px;
    width: 25px
}

@media (min-width:640px) {
    .competitive-edge-left-quote-img {
        width: 30px
    }
}

@media (min-width:768px) {
    .competitive-edge-left-quote-img {
        width: 40px
    }
}

@media (min-width:1024px) {
    .competitive-edge-left-quote-img {
        width: 45px
    }
}

@media (min-width:1280px) {
    .competitive-edge-left-quote-img {
        width: 45px
    }
}

@media (min-width:1536px) {
    .competitive-edge-left-quote-img {
        width: 45px
    }
}

.competitive-edge-content-box {
    width: 87%
}

@media (min-width:640px) {
    .competitive-edge-content-box {
        width: 100%
    }
}

@media (min-width:768px) {
    .competitive-edge-content-box {
        width: 90%
    }
}

@media (min-width:1024px) {
    .competitive-edge-content-box {
        width: 90%
    }
}

@media (min-width:1536px) {
    .competitive-edge-content-box {
        width: 90%
    }
}

.competitive-edge-content {
    padding-left: 20px;
    font-family: bw_gradual_demoregular;
    font-size: 16px;
    line-height: 1.5
}

@media (min-width:640px) {
    .competitive-edge-content {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .competitive-edge-content {
        font-size: 20px
    }
}

@media (min-width:1024px) {
    .competitive-edge-content {
        font-size: 18px
    }
}

@media (min-width:1536px) {
    .competitive-edge-content {
        font-size: 24px
    }
}

.competitive-edge-profile-box {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 20px
}

@media (min-width:640px) {
    .competitive-edge-profile-box {
        flex-direction: row;
        align-items: center
    }
}

.competitive-edge-profile-box-2 {
    margin-top: 40px;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px
}

@media (min-width:640px) {
    .competitive-edge-profile-box-2 {
        width: 50%;
        align-items: center
    }
}

@media (min-width:768px) {
    .competitive-edge-profile-box-2 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .competitive-edge-profile-box-2 {
        width: 50%
    }
}

@media (min-width:1280px) {
    .competitive-edge-profile-box-2 {
        width: 50%
    }
}

@media (min-width:1536px) {
    .competitive-edge-profile-box-2 {
        width: 50%
    }
}

.competitive-edge-profile-img {
    margin-bottom: 10px;
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 50%
}

@media (min-width:640px) {
    .competitive-edge-profile-img {
        height: 100px;
        width: 100px
    }
}

@media (min-width:768px) {
    .competitive-edge-profile-img {
        height: 140px;
        width: 140px
    }
}

@media (min-width:1024px) {
    .competitive-edge-profile-img {
        height: 120px;
        width: 120px
    }
}

@media (min-width:1280px) {
    .competitive-edge-profile-img {
        height: 150px;
        width: 150px
    }
}

@media (min-width:1536px) {
    .competitive-edge-profile-img {
        height: 193px;
        width: 193px
    }
}

.competitive-edge-profile-img-2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50%
}

@media (min-width:640px) {
    .competitive-edge-profile-img-2 {
        height: 90px;
        width: 90px
    }
}

@media (min-width:768px) {
    .competitive-edge-profile-img-2 {
        height: 100px;
        width: 100px
    }
}

@media (min-width:1024px) {
    .competitive-edge-profile-img-2 {
        height: 100px;
        width: 100px
    }
}

@media (min-width:1280px) {
    .competitive-edge-profile-img-2 {
        height: 110px;
        width: 110px
    }
}

@media (min-width:1536px) {
    .competitive-edge-profile-img-2 {
        height: 130px;
        width: 130px
    }
}

.competitive-edge-profile-content-box {
    width: 100%;
    padding-left: 0
}

@media (min-width:640px) {
    .competitive-edge-profile-content-box {
        width: 60%;
        padding-left: 10px
    }
}

@media (min-width:768px) {
    .competitive-edge-profile-content-box {
        padding-left: 16px
    }
}

@media (min-width:1024px) {
    .competitive-edge-profile-content-box {
        width: 60%;
        padding-left: 18px
    }
}

@media (min-width:1280px) {
    .competitive-edge-profile-content-box {
        width: 60%;
        padding-left: 22px
    }
}

@media (min-width:1536px) {
    .competitive-edge-profile-content-box {
        width: 60%;
        padding-left: 26px
    }
}

.competitive-edge-profile-content-box-2 {
    width: 100%;
    padding-left: 0;
    text-align: center
}

.competitive-edge-profile-name {
    font-size: 16px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .competitive-edge-profile-name {
        font-size: 18px
    }
}

@media (min-width:1024px) {
    .competitive-edge-profile-name {
        font-size: 18px
    }
}

@media (min-width:1280px) {
    .competitive-edge-profile-name {
        font-size: 24px
    }
}

@media (min-width:1536px) {
    .competitive-edge-profile-name {
        font-size: 24px
    }
}

.competitive-edge-profile-name-2 {
    font-size: 16px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .competitive-edge-profile-name-2 {
        font-size: 18px
    }
}

@media (min-width:1024px) {
    .competitive-edge-profile-name-2 {
        font-size: 18px
    }
}

@media (min-width:1280px) {
    .competitive-edge-profile-name-2 {
        font-size: 18px
    }
}

@media (min-width:1536px) {
    .competitive-edge-profile-name-2 {
        font-size: 20px
    }
}

.competitive-edge-profile-designation {
    padding-top: 5px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:1536px) {
    .competitive-edge-profile-designation {
        font-size: 16px
    }
}

.competitive-edge-profile-designation-2 {
    padding-top: 5px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:1536px) {
    .competitive-edge-profile-designation-2 {
        font-size: 14px
    }
}

.competitive-edge-right-full {
    grid-column: span 12/span 12;
    margin-top: 40px;
    padding-left: 0
}

@media (min-width:640px) {
    .competitive-edge-right-full {
        margin-top: 40px
    }
}

@media (min-width:768px) {
    .competitive-edge-right-full {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .competitive-edge-right-full {
        grid-column: span 3/span 3;
        margin-top: 0;
        padding-left: 100px
    }
}

@media (min-width:1280px) {
    .competitive-edge-right-full {
        grid-column: span 3/span 3;
        padding-left: 130px
    }
}

@media (min-width:1536px) {
    .competitive-edge-right-full {
        grid-column: span 3/span 3;
        margin-top: 0;
        padding-left: 177px
    }
}

.competitive-edge-right-heading {
    margin-bottom: 25px;
    font-family: bw_gradual_demoextrabold;
    font-size: 30px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .competitive-edge-right-heading {
        margin-bottom: 25px;
        font-size: 40px
    }
}

@media (min-width:768px) {
    .competitive-edge-right-heading {
        margin-bottom: 25px;
        font-size: 40px
    }
}

@media (min-width:1024px) {
    .competitive-edge-right-heading {
        margin-bottom: 25px;
        font-size: 40px
    }
}

@media (min-width:1280px) {
    .competitive-edge-right-heading {
        margin-bottom: 25px;
        font-size: 48px
    }
}

@media (min-width:1536px) {
    .competitive-edge-right-heading {
        margin-bottom: 30px;
        font-size: 50px
    }
}

.competitive-edge-right-count-box {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(161 204 221/var(--tw-border-opacity));
    padding-bottom: 25px
}

@media (min-width:640px) {
    .competitive-edge-right-count-box {
        margin-bottom: 30px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1.25rem;
        padding-bottom: 25px
    }
}

@media (min-width:768px) {
    .competitive-edge-right-count-box {
        margin-bottom: 25px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1.25rem;
        padding-bottom: 25px
    }
}

@media (min-width:1024px) {
    .competitive-edge-right-count-box {
        margin-bottom: 30px;
        gap: 1.25rem;
        padding-bottom: 30px
    }
}

@media (min-width:1280px) {
    .competitive-edge-right-count-box {
        margin-bottom: 25px;
        gap: 1.25rem;
        padding-bottom: 25px
    }
}

@media (min-width:1536px) {
    .competitive-edge-right-count-box {
        margin-bottom: 30px;
        gap: 1.25rem;
        padding-bottom: 30px
    }
}

.competitive-edge-right-count-data {
    grid-column: span 12/span 12;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media (min-width:640px) {
    .competitive-edge-right-count-data {
        grid-column: span 12/span 12
    }
}

@media (min-width:768px) {
    .competitive-edge-right-count-data {
        grid-column: span 12/span 12
    }
}

.competitive-edge-right-count-text {
    margin-right: 20px;
    font-family: figtreebold;
    font-size: 40px;
    line-height: normal;
    --tw-text-opacity: 1;
    color: rgb(161 54 170/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .competitive-edge-right-count-text {
        font-size: 50px
    }
}

@media (min-width:768px) {
    .competitive-edge-right-count-text {
        font-size: 50px
    }
}

@media (min-width:1024px) {
    .competitive-edge-right-count-text {
        font-size: 40px
    }
}

@media (min-width:1280px) {
    .competitive-edge-right-count-text {
        font-size: 60px
    }
}

@media (min-width:1536px) {
    .competitive-edge-right-count-text {
        font-size: 60px
    }
}

.competitive-edge-right-content-box {
    grid-column: span 2/span 2
}

@media (min-width:640px) {
    .competitive-edge-right-content-box {
        grid-column: span 3/span 3
    }
}

@media (min-width:768px) {
    .competitive-edge-right-content-box {
        grid-column: span 3/span 3
    }
}

.competitive-edge-right-content {
    font-family: figtreemedium;
    font-size: 16px;
    line-height: normal;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .competitive-edge-right-content {
        font-size: 20px
    }
}

@media (min-width:768px) {
    .competitive-edge-right-content {
        font-size: 20px
    }
}

@media (min-width:1024px) {
    .competitive-edge-right-content {
        font-size: 20px
    }
}

@media (min-width:1280px) {
    .competitive-edge-right-content {
        font-size: 22px
    }
}

@media (min-width:1536px) {
    .competitive-edge-right-content {
        font-size: 24px
    }
}

.competitive-edge-like-box {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem
}

@media (min-width:640px) {
    .competitive-edge-like-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.5rem
    }
}

@media (min-width:768px) {
    .competitive-edge-like-box {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .competitive-edge-like-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem
    }
}

@media (min-width:1280px) {
    .competitive-edge-like-box {
        gap: 2.5rem
    }
}

@media (min-width:1536px) {
    .competitive-edge-like-box {
        gap: 5rem
    }
}

.competitive-edge-like-left {
    grid-column: span 1/span 1
}

.competitive-edge-like-left-img {
    width: 70px
}

.competitive-edge-like-left-content {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: figtreemedium;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .competitive-edge-like-left-content {
        font-size: 18px
    }
}

@media (min-width:768px) {
    .competitive-edge-like-left-content {
        font-size: 20px
    }
}

@media (min-width:1024px) {
    .competitive-edge-like-left-content {
        font-size: 18px
    }
}

@media (min-width:1280px) {
    .competitive-edge-like-left-content {
        font-size: 20px
    }
}

@media (min-width:1536px) {
    .competitive-edge-like-left-content {
        font-size: 24px
    }
}

.competitive-edge-like-right {
    grid-column: span 1/span 1
}

@media (min-width:1536px) {
    .competitive-edge-like-right {
        grid-column: span 1/span 1
    }
}

.competitive-edge-like-right-img {
    width: 70px
}

.competitive-edge-like-right-content {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: figtreemedium;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .competitive-edge-like-right-content {
        font-size: 18px
    }
}

@media (min-width:768px) {
    .competitive-edge-like-right-content {
        font-size: 20px
    }
}

@media (min-width:1024px) {
    .competitive-edge-like-right-content {
        font-size: 18px
    }
}

@media (min-width:1280px) {
    .competitive-edge-like-right-content {
        font-size: 20px
    }
}

@media (min-width:1536px) {
    .competitive-edge-like-right-content {
        font-size: 24px
    }
}

.other-services-full-section {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding-bottom: 50px
}

.other-services-full-section .swiper {
    overflow: visible
}

@media (min-width:640px) {
    .other-services-full-section {
        padding-bottom: 80px
    }
}

@media (min-width:768px) {
    .other-services-full-section {
        padding-bottom: 80px
    }
}

@media (min-width:1024px) {
    .other-services-full-section {
        padding-bottom: 80px
    }
}

@media (min-width:1280px) {
    .other-services-full-section {
        padding-bottom: 40px
    }
}

@media (min-width:1536px) {
    .other-services-full-section {
        padding-bottom: 80px
    }
}

.other-services-heading {
    margin-bottom: 50px;
    text-align: center;
    font-family: bw_gradual_demobold;
    font-size: 30px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .other-services-heading {
        font-size: 40px
    }
}

@media (min-width:768px) {
    .other-services-heading {
        font-size: 40px
    }
}

@media (min-width:1024px) {
    .other-services-heading {
        font-size: 40px
    }
}

@media (min-width:1280px) {
    .other-services-heading {
        font-size: 48px
    }
}

@media (min-width:1536px) {
    .other-services-heading {
        font-size: 50px
    }
}

.other-services-slider-img-one {
    position: absolute;
    top: -95px;
    left: -40px;
    opacity: .3;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transition-timing-function: linear
}

.group:hover .other-services-slider-img-one {
    display: none
}

.other-services-slider-img-two {
    position: absolute;
    top: -95px;
    left: -40px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transition-timing-function: linear
}

.group:hover .other-services-slider-img-two {
    opacity: .8
}

.other-services-slider-img-three {
    position: absolute;
    top: 66px;
    right: -40px;
    opacity: .3;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transition-timing-function: linear
}

.group:hover .other-services-slider-img-three {
    display: none
}

.other-services-slider-img-four {
    position: absolute;
    top: 66px;
    right: -40px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transition-timing-function: linear
}

.group:hover .other-services-slider-img-four {
    opacity: .2
}

.main-service-box {
    position: relative;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(233 245 252/var(--tw-bg-opacity));
    padding: 20px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .65s;
    transition-timing-function: linear
}

.main-service-box:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(161 54 170/var(--tw-bg-opacity))
}

@media (min-width:640px) {
    .main-service-box {
        padding: 20px
    }
}

@media (min-width:768px) {
    .main-service-box {
        padding: 20px
    }
}

@media (min-width:1024px) {
    .main-service-box {
        padding: 20px
    }
}

@media (min-width:1280px) {
    .main-service-box {
        padding: 25px
    }
}

@media (min-width:1536px) {
    .main-service-box {
        width: 100%;
        padding: 25px
    }
}

.serv-color-icons {
    display: flex;
    align-items: center
}

.other-services-icons-box {
    width: 44px
}

@media (min-width:640px) {
    .other-services-icons-box {
        width: 44px
    }
}

@media (min-width:768px) {
    .other-services-icons-box {
        width: 44px
    }
}

@media (min-width:1024px) {
    .other-services-icons-box {
        width: 44px
    }
}

@media (min-width:1280px) {
    .other-services-icons-box {
        width: 44px
    }
}

@media (min-width:1536px) {
    .other-services-icons-box {
        width: 44px
    }
}

.other-services-icons-one {
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transition-timing-function: linear
}

.group:hover .other-services-icons-one {
    display: none
}

.other-services-icons-two {
    display: none;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transition-timing-function: linear
}

.group:hover .other-services-icons-two {
    display: block
}

.other-services-box-data {
    width: 80%
}

@media (min-width:640px) {
    .other-services-box-data {
        width: 80%
    }
}

@media (min-width:768px) {
    .other-services-box-data {
        width: 80%
    }
}

@media (min-width:1024px) {
    .other-services-box-data {
        width: 80%
    }
}

@media (min-width:1280px) {
    .other-services-box-data {
        width: 80%
    }
}

@media (min-width:1536px) {
    .other-services-box-data {
        width: 80%
    }
}

.other-services-box-data-content {
    margin-left: 10px;
    text-align: left;
    font-family: bw_gradual_demoregular;
    font-weight: 400;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transition-timing-function: linear
}

.group:hover .other-services-box-data-content {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .other-services-box-data-content {
        font-size: 14px
    }
}

@media (min-width:768px) {
    .other-services-box-data-content {
        font-size: 14px
    }
}

@media (min-width:1024px) {
    .other-services-box-data-content {
        font-size: 16px
    }
}

@media (min-width:1280px) {
    .other-services-box-data-content {
        font-size: 16px
    }
}

@media (min-width:1536px) {
    .other-services-box-data-content {
        font-size: 18px
    }
}

.customer-experience-slider-bg {
    height: 500px
}

@media (min-width:640px) {
    .customer-experience-slider-bg {
        height: 500px
    }
}

@media (min-width:768px) {
    .customer-experience-slider-bg {
        height: 500px
    }
}

@media (min-width:1024px) {
    .customer-experience-slider-bg {
        height: 500px
    }
}

@media (min-width:1280px) {
    .customer-experience-slider-bg {
        height: auto
    }
}

@media (min-width:1536px) {
    .customer-experience-slider-bg {
        height: auto
    }
}

.customer-experience-slider-bg-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.customer-experience-slider-blue-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 99
}

@media (min-width:640px) {
    .customer-experience-slider-blue-box {
        bottom: 20px
    }
}

@media (min-width:768px) {
    .customer-experience-slider-blue-box {
        bottom: 20px
    }
}

@media (min-width:1024px) {
    .customer-experience-slider-blue-box {
        bottom: 20px
    }
}

@media (min-width:1280px) {
    .customer-experience-slider-blue-box {
        bottom: 40px
    }
}

@media (min-width:1536px) {
    .customer-experience-slider-blue-box {
        bottom: 50px
    }
}

.customer-experience-blue-box-heading {
    margin-bottom: 18px;
    font-family: bw_gradual_demobold;
    font-size: 22px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .customer-experience-blue-box-heading {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .customer-experience-blue-box-heading {
        font-size: 26px
    }
}

@media (min-width:1024px) {
    .customer-experience-blue-box-heading {
        font-size: 26px
    }
}

@media (min-width:1280px) {
    .customer-experience-blue-box-heading {
        font-size: 30px
    }
}

@media (min-width:1536px) {
    .customer-experience-blue-box-heading {
        font-size: 32px
    }
}

.customer-experience-blue-box-content {
    min-height: 140px;
    font-size: 16px;
    line-height: 22px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .customer-experience-blue-box-content {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width:768px) {
    .customer-experience-blue-box-content {
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width:1024px) {
    .customer-experience-blue-box-content {
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width:1280px) {
    .customer-experience-blue-box-content {
        font-size: 18px;
        line-height: 28px
    }
}

@media (min-width:1536px) {
    .customer-experience-blue-box-content {
        font-size: 18px;
        line-height: 28px
    }
}

.customer-experience-btn-img {
    margin-left: 12px;
    display: inline-block;
    width: 15px
}

.customer-experience-btn-share {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle
}

.customer-experience-btn {
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 9px 15px;
    font-family: bw_gradual_demomedium;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(161 54 170/var(--tw-text-opacity))
}

.customer-experience-social-icons-li {
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px
}

.customer-experience-social-icons-li-a {
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.customer-experience-social-icons-ul {
    margin-top: 15px
}

.customer-experience-social-icons-li-cross {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    cursor: pointer
}

.customer-experience-arrow {
    position: absolute;
    bottom: 45px;
    right: 40px;
    z-index: 99
}

.customer-experience-arrow-img {
    margin-right: 25px;
    display: inline-block;
    width: 11px;
    cursor: pointer
}

.success-stories {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width:640px) {
    .success-stories {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width:768px) {
    .success-stories {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width:1024px) {
    .success-stories {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width:1280px) {
    .success-stories {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width:1536px) {
    .success-stories {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.success-stories-heading {
    margin-bottom: 30px;
    text-align: center;
    font-family: bw_gradual_demobold;
    font-size: 30px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .success-stories-heading {
        margin-bottom: 40px;
        font-size: 40px
    }
}

@media (min-width:768px) {
    .success-stories-heading {
        margin-bottom: 40px;
        font-size: 40px
    }
}

@media (min-width:1024px) {
    .success-stories-heading {
        margin-bottom: 40px;
        font-size: 40px
    }
}

@media (min-width:1280px) {
    .success-stories-heading {
        margin-bottom: 50px;
        font-size: 48px
    }
}

@media (min-width:1536px) {
    .success-stories-heading {
        margin-bottom: 60px;
        font-size: 50px
    }
}

.success-stories-slider-full {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

@media (min-width:640px) {
    .success-stories-slider-full {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (min-width:768px) {
    .success-stories-slider-full {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .success-stories-slider-full {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (min-width:1280px) {
    .success-stories-slider-full {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media (min-width:1536px) {
    .success-stories-slider-full {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

.success-stories-slider-left-grid {
    grid-column: span 12/span 12;
    padding-right: 0
}

@media (min-width:640px) {
    .success-stories-slider-left-grid {
        grid-column: span 12/span 12;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .success-stories-slider-left-grid {
        grid-column: span 7/span 7;
        padding-right: 30px
    }
}

@media (min-width:1024px) {
    .success-stories-slider-left-grid {
        grid-column: span 7/span 7;
        padding-right: 30px
    }
}

@media (min-width:1280px) {
    .success-stories-slider-left-grid {
        grid-column: span 7/span 7;
        padding-right: 30px
    }
}

@media (min-width:1536px) {
    .success-stories-slider-left-grid {
        grid-column: span 7/span 7;
        padding-right: 30px
    }
}

.success-stories-slider-profile-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (min-width:640px) {
    .success-stories-slider-profile-box {
        flex-direction: row;
        align-items: center
    }
}

@media (min-width:768px) {
    .success-stories-slider-profile-box {
        flex-direction: row;
        align-items: center
    }
}

@media (min-width:1024px) {
    .success-stories-slider-profile-box {
        flex-direction: row;
        align-items: center
    }
}

@media (min-width:1280px) {
    .success-stories-slider-profile-box {
        flex-direction: row;
        align-items: center
    }
}

@media (min-width:1536px) {
    .success-stories-slider-profile-box {
        flex-direction: row;
        align-items: center
    }
}

.success-stories-slider-profile-quote {
    margin-right: 12px;
    width: 25px
}

@media (min-width:640px) {
    .success-stories-slider-profile-quote {
        margin-right: 20px;
        width: 30px
    }
}

@media (min-width:768px) {
    .success-stories-slider-profile-quote {
        margin-right: 24px;
        width: 40px
    }
}

@media (min-width:1024px) {
    .success-stories-slider-profile-quote {
        margin-right: 30px;
        width: 45px
    }
}

@media (min-width:1280px) {
    .success-stories-slider-profile-quote {
        margin-right: 36px;
        width: 45px
    }
}

@media (min-width:1536px) {
    .success-stories-slider-profile-quote {
        margin-right: 36px;
        width: 45px
    }
}

.success-stories-slider-profile {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 50%
}

@media (min-width:640px) {
    .success-stories-slider-profile {
        margin-top: 0;
        margin-bottom: 0;
        height: 120px;
        width: 120px
    }
}

@media (min-width:768px) {
    .success-stories-slider-profile {
        margin-top: 0;
        margin-bottom: 0;
        height: 120px;
        width: 120px
    }
}

@media (min-width:1024px) {
    .success-stories-slider-profile {
        margin-top: 0;
        margin-bottom: 0;
        height: 120px;
        width: 120px
    }
}

@media (min-width:1280px) {
    .success-stories-slider-profile {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width:1536px) {
    .success-stories-slider-profile {
        margin-top: 0;
        margin-bottom: 0;
        height: 120px;
        width: 120px
    }
}

.success-stories-slider-profile-details {
    width: 100%
}

@media (min-width:640px) {
    .success-stories-slider-profile-details {
        width: 73%
    }
}

@media (min-width:768px) {
    .success-stories-slider-profile-details {
        width: 73%
    }
}

@media (min-width:1024px) {
    .success-stories-slider-profile-details {
        width: 73%
    }
}

@media (min-width:1280px) {
    .success-stories-slider-profile-details {
        width: 73%
    }
}

@media (min-width:1536px) {
    .success-stories-slider-profile-details {
        width: 73%
    }
}

.success-stories-slider-profile-name {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.success-stories-slider-profile-designation {
    margin-top: 30px;
    font-family: bw_gradual_demoregular;
    font-size: 16px;
    line-height: 22px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .success-stories-slider-profile-designation {
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width:768px) {
    .success-stories-slider-profile-designation {
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width:1024px) {
    .success-stories-slider-profile-designation {
        font-size: 20px;
        line-height: 35px
    }
}

@media (min-width:1280px) {
    .success-stories-slider-profile-designation {
        line-height: 35px
    }
}

@media (min-width:1536px) {
    .success-stories-slider-profile-designation {
        font-size: 24px;
        line-height: 40px
    }
}

.success-stories-logo-box {
    grid-column: span 12/span 12
}

@media (min-width:640px) {
    .success-stories-logo-box {
        grid-column: span 12/span 12
    }
}

@media (min-width:768px) {
    .success-stories-logo-box {
        grid-column: span 5/span 5
    }
}

@media (min-width:1024px) {
    .success-stories-logo-box {
        grid-column: span 5/span 5
    }
}

@media (min-width:1280px) {
    .success-stories-logo-box {
        grid-column: span 5/span 5
    }
}

@media (min-width:1536px) {
    .success-stories-logo-box {
        grid-column: span 5/span 5
    }
}

.success-stories-logo-inn {
    margin-top: 40px;
    padding-left: 0
}

@media (min-width:640px) {
    .success-stories-logo-inn {
        margin-top: 40px;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .success-stories-logo-inn {
        padding-left: 10px
    }
}

@media (min-width:1024px) {
    .success-stories-logo-inn {
        padding-left: 10px
    }
}

@media (min-width:1280px) {
    .success-stories-logo-inn {
        padding-left: 40px
    }
}

@media (min-width:1536px) {
    .success-stories-logo-inn {
        padding-left: 50px
    }
}

.success-stories-logo-client {
    position: relative;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 241 243/var(--tw-border-opacity));
    width: 120px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 auto
}

.meet-the-leaders {
    margin-top: 50px
}

@media (min-width:640px) {
    .meet-the-leaders {
        margin-top: 60px
    }
}

@media (min-width:768px) {
    .meet-the-leaders {
        margin-top: 70px
    }
}

@media (min-width:1024px) {
    .meet-the-leaders {
        margin-top: 70px
    }
}

@media (min-width:1280px) {
    .meet-the-leaders {
        margin-top: 100px
    }
}

@media (min-width:1536px) {
    .meet-the-leaders {
        margin-top: 100px
    }
}

.meet-the-leaders-heading {
    margin-bottom: 30px;
    text-align: center;
    font-family: bw_gradual_demobold;
    font-size: 30px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .meet-the-leaders-heading {
        font-size: 40px
    }
}

@media (min-width:768px) {
    .meet-the-leaders-heading {
        font-size: 40px
    }
}

@media (min-width:1024px) {
    .meet-the-leaders-heading {
        font-size: 40px
    }
}

@media (min-width:1280px) {
    .meet-the-leaders-heading {
        font-size: 48px
    }
}

@media (min-width:1536px) {
    .meet-the-leaders-heading {
        font-size: 50px
    }
}

.meet-the-leaders-team-box {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.meet-the-leaders-team-box.group:hover .business-card-hover {
    height: 100%;
    transition: .5s ease
}

.meet-the-leaders-team-box .card-image {
    visibility: hidden;
    opacity: 0;
    transition: all .6s
}

.meet-the-leaders-team-box:hover .card-image {
    visibility: visible;
    opacity: 1
}

.meet-the-leaders-team-img-box {
    height: 200px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(226 225 237/var(--tw-bg-opacity))
}

.meet-the-leaders-team-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.meet-the-leaders-team-heading {
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: bw_gradual_demoregular;
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.meet-the-leaders-team-deatils {
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.what-we-can-do-for-you-section ::-webkit-scrollbar {
    display: none
}

.what-we-can-do-for-you-section {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #0069d2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 105, 210, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #120071 var(--tw-gradient-to-position);
    padding-top: 50px;
    padding-bottom: 50px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .what-we-can-do-for-you-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:768px) {
    .what-we-can-do-for-you-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1024px) {
    .what-we-can-do-for-you-section {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width:1280px) {
    .what-we-can-do-for-you-section {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width:1536px) {
    .what-we-can-do-for-you-section {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.what-we-can-do-bg {
    position: absolute;
    right: 0;
    top: 50%;
    left: -600px;
    width: 800px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: .5
}

@media (min-width:640px) {
    .what-we-can-do-bg {
        left: -600px;
        width: 800px
    }
}

@media (min-width:768px) {
    .what-we-can-do-bg {
        left: -600px;
        width: 800px
    }
}

@media (min-width:1024px) {
    .what-we-can-do-bg {
        left: -600px;
        width: 800px
    }
}

@media (min-width:1280px) {
    .what-we-can-do-bg {
        left: -600px;
        width: 800px
    }
}

@media (min-width:1536px) {
    .what-we-can-do-bg {
        left: -600px;
        width: 800px
    }
}

.what-we-can-do-right-box {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px
}

@media (min-width:640px) {
    .what-we-can-do-right-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px
    }
}

@media (min-width:768px) {
    .what-we-can-do-right-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px
    }
}

@media (min-width:1024px) {
    .what-we-can-do-right-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 80px
    }
}

@media (min-width:1280px) {
    .what-we-can-do-right-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 80px
    }
}

@media (min-width:1536px) {
    .what-we-can-do-right-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 80px
    }
}

.what-we-can-do-right-box-heading {
    font-family: bw_gradual_demobold;
    font-size: 30px;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .what-we-can-do-right-box-heading {
        font-size: 30px
    }
}

@media (min-width:768px) {
    .what-we-can-do-right-box-heading {
        font-size: 40px
    }
}

@media (min-width:1024px) {
    .what-we-can-do-right-box-heading {
        font-size: 50px
    }
}

@media (min-width:1280px) {
    .what-we-can-do-right-box-heading {
        font-size: 44px
    }
}

@media (min-width:1536px) {
    .what-we-can-do-right-box-heading {
        font-size: 50px
    }
}

.what-we-can-do-right-box-tab {
    padding-top: 40px;
    padding-bottom: 0;
    font-family: figtreeregular;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.what-we-can-do-right-box-tab .ant-tabs-tab-btn {
    padding: 10px 30px;
    color: #f4c038
}

@media (min-width:1536px) {
    .what-we-can-do-right-box-tab {
        padding-bottom: 70px
    }
}

.what-we-can-do-right-data-box {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .what-we-can-do-right-data-box {
        font-size: 12px
    }
}

@media (min-width:1280px) {
    .what-we-can-do-right-data-box {
        font-size: 14px
    }
}

@media (min-width:1536px) {
    .what-we-can-do-right-data-box {
        font-size: 16px
    }
}

.whatcanwedo-list {
    padding-top: 34px
}

@media (min-width:640px) {
    .whatcanwedo-list {
        padding-top: 34px
    }
}

@media (min-width:768px) {
    .whatcanwedo-list {
        padding-top: 34px
    }
}

@media (min-width:1024px) {
    .whatcanwedo-list {
        padding-top: 34px
    }
}

@media (min-width:1280px) {
    .whatcanwedo-list {
        padding-top: 34px
    }
}

@media (min-width:1536px) {
    .whatcanwedo-list {
        padding-top: 40px
    }
}

.whatcanwedo-list-group:hover {
    cursor: pointer
}

.privacy-section {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width:640px) {
    .privacy-section {
        padding-top: 50px
    }
}

@media (min-width:768px) {
    .privacy-section {
        padding-top: 50px
    }
}

@media (min-width:1024px) {
    .privacy-section {
        padding-top: 60px
    }
}

@media (min-width:1280px) {
    .privacy-section {
        padding-top: 60px
    }
}

@media (min-width:1536px) {
    .privacy-section {
        padding-top: 60px
    }
}

.privacy-content h2 {
    margin-bottom: 10px;
    font-family: bw_gradual_demomedium;
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .privacy-content h2 {
        font-size: 20px
    }
}

@media (min-width:768px) {
    .privacy-content h2 {
        font-size: 20px
    }
}

@media (min-width:1024px) {
    .privacy-content h2 {
        font-size: 20px
    }
}

@media (min-width:1280px) {
    .privacy-content h2 {
        font-size: 20px
    }
}

@media (min-width:1536px) {
    .privacy-content h2 {
        font-size: 20px
    }
}

.privacy-content p {
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: figtreeregular;
    font-size: 14px;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .privacy-content p {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .privacy-content p {
        font-size: 16px
    }
}

@media (min-width:1024px) {
    .privacy-content p {
        font-size: 16px
    }
}

@media (min-width:1280px) {
    .privacy-content p {
        font-size: 16px
    }
}

@media (min-width:1536px) {
    .privacy-content p {
        font-size: 16px
    }
}

.privacy-content h6 {
    padding-top: 20px;
    font-family: bw_gradual_demobold;
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(161 54 170/var(--tw-text-opacity))
}

@media (min-width:640px) {
    .privacy-content h6 {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .privacy-content h6 {
        font-size: 24px
    }
}

@media (min-width:1024px) {
    .privacy-content h6 {
        font-size: 24px
    }
}

@media (min-width:1280px) {
    .privacy-content h6 {
        font-size: 24px
    }
}

@media (min-width:1536px) {
    .privacy-content h6 {
        font-size: 24px
    }
}

.meet-leader-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width:640px) {
    .meet-leader-container {
        max-width: 640px;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (min-width:768px) {
    .meet-leader-container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .meet-leader-container {
        max-width: 1024px;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (min-width:1280px) {
    .meet-leader-container {
        max-width: 1280px;
        padding-right: 3rem;
        padding-left: 3rem
    }
}

@media (min-width:1536px) {
    .meet-leader-container {
        max-width: 1536px;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.meet-leader-container {
    overflow-x: visible
}

.meet-leader-container .swiper {
    overflow: visible
}

@media (min-width:640px) {
    .meet-leader-container {
        overflow-x: visible
    }
}

@media (min-width:768px) {
    .meet-leader-container {
        overflow-x: visible
    }
}

@media (min-width:1024px) {
    .meet-leader-container {
        overflow-x: visible
    }
}

@media (min-width:1280px) {
    .meet-leader-container {
        overflow-x: visible
    }
}

@media (min-width:1536px) {
    .meet-leader-container {
        overflow-x: visible
    }
}

.what-we-can-do-right-box-full {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media (min-width:640px) {
    .what-we-can-do-right-box-full {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media (min-width:768px) {
    .what-we-can-do-right-box-full {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media (min-width:1024px) {
    .what-we-can-do-right-box-full {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -moz-column-gap: 100px;
        column-gap: 100px
    }
}

@media (min-width:1280px) {
    .what-we-can-do-right-box-full {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -moz-column-gap: 100px;
        column-gap: 100px
    }
}

@media (min-width:1536px) {
    .what-we-can-do-right-box-full {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -moz-column-gap: 100px;
        column-gap: 100px
    }
}

.what-we-can-do-right-box-border {
    margin-top: 36px;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #ffb24b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 178, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #009dde var(--tw-gradient-to-position)
}

@media (min-width:640px) {
    .what-we-can-do-right-box-border {
        margin-top: 36px
    }
}

@media (min-width:768px) {
    .what-we-can-do-right-box-border {
        margin-top: 36px
    }
}

@media (min-width:1024px) {
    .what-we-can-do-right-box-border {
        margin-top: 36px
    }
}

@media (min-width:1280px) {
    .what-we-can-do-right-box-border {
        margin-top: 36px
    }
}

@media (min-width:1536px) {
    .what-we-can-do-right-box-border {
        margin-top: 40px
    }
}

.what-we-can-do-right-box-border-text {
    padding-top: 10px;
    font-size: 18px
}

@media (min-width:640px) {
    .what-we-can-do-right-box-border-text {
        font-size: 18px
    }
}

@media (min-width:768px) {
    .what-we-can-do-right-box-border-text {
        font-size: 18px
    }
}

@media (min-width:1024px) {
    .what-we-can-do-right-box-border-text {
        font-size: 18px
    }
}

@media (min-width:1280px) {
    .what-we-can-do-right-box-border-text {
        font-size: 18px
    }
}

@media (min-width:1536px) {
    .what-we-can-do-right-box-border-text {
        font-size: 18px
    }
}

.what-we-can-do-right-box-ul {
    list-style-position: inside;
    list-style-type: disc;
    padding-top: 10px
}

.what-we-can-do-right-box-ul-li ::marker {
    color: #a054a0
}

.what-we-can-do-right-box-ul-li::marker {
    color: #a054a0
}

.trespect-box .ant-menu .ant-menu-item-group .ant-menu-item-group-list .ant-menu-item {
    height: 100%
}

.banne-about-bg {
    background-image: linear-gradient(90deg, #d9f2ff, #f1ffe5, #deffec)
}

.menu-responsive-box-ul div:last-child {
    border-bottom: none !important
}

.ant-menu-light .ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
.ant-menu-light .ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible {
    outline: 0 solid transparent !important;
    outline-offset: 0 !important;
    transition: outline-offset 0s, outline 0s !important
}

.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:active {
    background-color: transparent !important
}

.glass {
    background: hsla(0, 0%, 100%, .2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-bottom: 50px
}

.full-box::-webkit-scrollbar {
    width: 0
}

.full-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 grey;
    border-radius: 0
}

.full-box::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0
}

.full-box::-webkit-scrollbar-thumb:hover {
    background: transparent
}

.menu-hide {
    display: none
}

.body-overlay-fixed {
    overflow-y: hidden !important
}

::-webkit-scrollbar {
    width: 2px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #a136aa
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):active,
.ant-menu-light>.ant-menu:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):active {
    background-color: transparent !important
}

.ant-menu-submenu-popup .ant-menu-vertical {
    box-shadow: 0 28px 31px -29px #000
}

.ant-menu-item:not(.ant-menu-item-selected):hover {
    background-color: transparent !important
}

.rotate-pin {
    -webkit-animation: slidein 20s linear infinite
}

@keyframes slidein {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

.rotate-pin-reverse {
    -webkit-animation: rotateIn 20s linear infinite
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-1turn)
    }
}

.text-bg-blue:before {
    background-image: url(../images/blue-patch.eb8cf2f8.svg);
    width: 265px
}

.text-bg-blue:before,
.text-bg-yellow:before {
    content: "";
    position: absolute;
    top: 0;
    height: 62px;
    left: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat
}

.text-bg-yellow:before {
    background-image: url(../images/yellow-patch.8b531c7d.svg);
    width: 215px
}

.text-bg-pink:before {
    content: "";
    background-image: url(../images/pink-patch.eb2b50fb.svg);
    position: absolute;
    top: 0;
    height: 62px;
    width: 265px;
    left: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat
}

.picture-wrapper:before {
    content: "";
    background-image: linear-gradient(90deg, #a136aa, #fcba63 52%, #0899d4);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 80%
}

.picture-anarock .box-picture:nth-child(2n) {
    margin-top: 20px;
    transition: all .5s
}

.picture-anarock .box-picture:hover:nth-child(2n),
.picture-anarock .box-picture:nth-child(odd) {
    margin-top: 0;
    transition: all .5s
}

.picture-anarock .box-picture:hover:nth-child(odd) {
    margin-top: 20px;
    transition: all .5s
}

.box-wrap-picture {
    position: relative;
    overflow: hidden
}

.box-wrap-picture img {
    transition: all .5s
}

.box-wrap-picture:hover img {
    transition: all .5s;
    transform: scale(1.2)
}

.emp-testimonial-wrapper:before {
    content: "";
    background-color: #67c08b;
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
    top: 0
}

.testi-slider-wrap .swiper-button-next,
.testi-slider-wrap .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    border-radius: 50px;
    top: -75px
}

.testi-slider-wrap .swiper-button-prev {
    right: 75px;
    left: auto
}

.testi-slider-wrap .swiper-button-next {
    right: 0
}

.testi-slider-wrap .swiper-button-next:after,
.testi-slider-wrap .swiper-button-prev:after {
    color: #a136aa;
    font-size: 14px;
    font-weight: 900
}

.value-over-star-top {
    top: 0;
    position: absolute;
    right: -25px;
    z-index: 9
}

.border-bottom-purple {
    border-bottom: 2px solid #ffcfff
}

.value-over-star-bottom {
    bottom: 0;
    position: absolute;
    left: -25px;
    z-index: 9
}

.diversity-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 25px;
    z-index: -9
}

.squigg-line {
    bottom: 0;
    left: -25px
}

.thunder-line {
    top: -55px;
    right: 18px
}

.squigg-line,
.thunder-line {
    position: absolute;
    z-index: 9
}

.squigg-line {
    bottom: -55px;
    left: 41px
}

.career-opportunity-bg {
    background-image: linear-gradient(279deg, #ebf8ff, #f3efff 73%, #f3e9ff 0, #ebf8ff)
}

.shadow-bg {
    box-shadow: 0 15px 22px 0 rgba(0, 0, 0, .16)
}

.diamond-ul:before {
    content: "";
    background-color: #a136aa;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 2px;
    top: 5px;
    transform: rotate(45deg)
}

.diamond-ul li {
    padding: 0 15px;
    border-right: 1px solid #d0d0d0;
    margin-bottom: 10px
}

.diamond-ul li:first-child {
    padding-left: 0
}

.diamond-ul li:last-child {
    border-right: 0
}

.apply-job-bg {
    background-image: url(../images/apply-job.2c35103b.jpg)
}

.apply-intern-bg,
.apply-job-bg {
    height: 500px;
    position: relative;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

.apply-intern-bg {
    background-image: url(../images/internship.e7ca0cf3.jpg)
}

.apply-intern-bg:before,
.apply-job-bg:before {
    content: "";
    background-image: linear-gradient(0deg, #000, rgba(7, 0, 7, .3) 51%);
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0
}

.bread-white .breadcrumb-wrapper div,
.bread-white .breadcrumb-wrapper li a,
.bread-white .breadcrumb-wrapper li:last-child a,
.bread-white .breadcrumb-wrapper span {
    color: #fff
}

.succeed-scroll ::-webkit-scrollbar-thumb {
    background: #ddd
}

.succeed-scroll ::-webkit-scrollbar-track {
    background: #f5f5f5
}

.aca-client-wrapper ul li {
    width: 12.5%;
    display: inline-block;
    margin: 0 0 13px;
    height: auto
}

.aca-client-div {
    position: relative;
    border-width: 1px;
    border-color: #ddd;
    width: 95%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
    background-color: #fff
}

.ul-list-words {
    padding-right: 150px;
    padding-top: 120px
}

.ul-list-words li {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 5px;
    color: #ddd;
    cursor: pointer;
    transform: scale(-1)
}

.aca-client-wrapper .swiper-button-next,
.aca-client-wrapper .swiper-button-prev {
    top: 50px;
    bottom: 0;
    position: relative;
    left: 48%;
    border: 2px solid #f5f5f5;
    background-color: transparent;
    display: inline-block;
    transform: translateX(-50%)
}

.aca-client-wrapper .swiper-button-next:hover,
.aca-client-wrapper .swiper-button-prev:hover {
    background-color: #a136aa
}

.aca-client-wrapper .swiper-button-next:hover:after,
.aca-client-wrapper .swiper-button-prev:hover:after {
    color: #fff
}

.aca-client-wrapper {
    padding-bottom: 50px !important
}

.aca-client-wrapper .swiper-button-prev {
    margin-right: 20px
}

.aca-client-wrapper .swiper-button-next:after,
.aca-client-wrapper .swiper-button-prev:after {
    color: #a136aa;
    font-size: 14px;
    font-weight: 900;
    display: block;
    text-align: center;
    line-height: 47px
}

.aca-client-wrapper .swiper-button-next,
.aca-client-wrapper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 50px;
    border: 2px solid #ebebeb
}

.ul-list-words li.active {
    color: #a136aa
}

.about-sudo-element {
    position: relative
}

.about-sudo-element:before {
    content: "";
    background-color: #9a5493;
    height: 100%;
    position: absolute;
    left: 0;
    width: 50%
}

.about-hr {
    margin-bottom: 50px
}

.line-clamp-box {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.read-btn-more {
    display: flex;
    align-items: center
}

.text-with-absolute {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 9
}

.ant-menu-submenu-popup {
    width: 100% !important;
    left: 0 !important
}

.last-child-no-border:last-child {
    border-bottom: 0 !important
}

.rera-qr-code {
    width: 150px
}

.flip-card {
    background-color: transparent;
    height: 650px;
    perspective: 1000px
}

.flip-card,
.flip-card-inner {
    width: 100%;
    border-radius: 35px;
    position: relative
}

.flip-card-inner {
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d
}

.graffity-wrap-mobile,
.mobile-word-text {
    display: none
}

.elephant-wrapper {
    height: 523px
}

.elephant-auto {
    margin-left: auto;
    position: relative;
    top: -100px
}

.wow-text-svg path {
    fill: none;
    stroke: #000;
    stroke-width: 20;
    stroke-dasharray: 150000;
    stroke-dashoffset: 150000;
    animation: dash 5s forwards
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }

    0% {
        fill: none
    }

    25% {
        fill: none
    }

    50% {
        fill: none
    }

    75% {
        fill: #000
    }

    80% {
        fill: #000
    }

    90% {
        fill: #000
    }

    95% {
        fill: #000
    }

    to {
        fill: #000
    }
}

.first-float-img {
    position: absolute;
    top: 0;
    left: 10%
}

.secound-float-img {
    position: absolute;
    top: 0;
    left: 35%
}

.four-main-wrap {
    width: 70%
}

.wordlist-wrap {
    padding: 25px
}

.aca-super {
    position: absolute;
    bottom: 12%;
    left: 13.4%;
    width: 200px
}

.wow-text-svg {
    width: 100%;
    height: auto
}

.brand-text-effect {
    margin: 0 auto;
    width: 78%;
    padding-top: 400px
}

.third-float-img {
    position: absolute;
    top: 0;
    left: 70%
}

.graffity-wrap {
    position: absolute;
    top: 100px;
    left: -90px
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(-180deg)
}

.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 15px
}

.flip-card-front {
    background-color: #fff;
    color: #000;
    border-radius: 35px
}

.inner-sm-border {
    border: 2px solid #9e5995;
    border-radius: 35px;
    height: 100%
}

.flip-card-back {
    background-color: #fff;
    transform: rotateY(180deg);
    border-radius: 35px
}

.flip-card-back ul.ul-bg {
    background: #9a5493;
    color: #fff;
    padding: 20px;
    margin-top: 64px;
    list-style: disc;
    list-style-position: inside
}

.flip-card-back ul.ul-bg,
.flip-card-back ul.ul-bg li {
    display: flex;
    align-items: center;
    justify-content: center
}

.flip-card-back ul.ul-bg li {
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 10px
}

.swiper-button-lock {
    display: none !important
}

.flip-card-back ul.ul-bg li:nth-child(2),
.flip-card-back ul.ul-bg li:nth-child(4) {
    padding: 0;
    margin-right: 5px
}

.flip-card-back ul.ul-bg li span {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%
}

.flip-card-back ul.ul-bg li:first-child {
    list-style: none
}

.flip-card-back ul.ul-bg li:last-child {
    margin-right: 0
}

.flip-card-back ul.ul-text li {
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase
}

.no-purple-path path {
    fill: #9c5495;
    stroke: #9c5495;
    stroke-width: 5;
    stroke-dasharray: 20000;
    stroke-dashoffset: 20000
}

.wow-text-svg-super path {
    fill: none;
    stroke: #9c5495;
    stroke-width: 10;
    stroke-dasharray: 20000;
    stroke-dashoffset: 20000;
    animation: dashsuper 3s infinite forwards
}

@keyframes dashsuper {
    to {
        stroke-dashoffset: 0
    }
}

.aca-text-words {
    position: absolute;
    bottom: 25%;
    left: 16%;
    width: 120px
}

.no-path-animation path {
    fill: #000 !important
}

.aca-text-words path {
    fill: none;
    stroke: #000;
    stroke-width: 10;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    animation: dashsuper1 3s infinite forwards
}

@keyframes dashsuper1 {
    to {
        stroke-dashoffset: 0
    }

    0% {
        fill: none
    }

    25% {
        fill: none
    }

    50% {
        fill: none
    }

    75% {
        fill: none
    }

    80% {
        fill: #000
    }

    90% {
        fill: #000
    }

    95% {
        fill: #000
    }

    to {
        fill: #000
    }
}

.border-animation {
    height: 5px;
    width: 389px;
    background: linear-gradient(90deg, #fff 50%, transparent 0), linear-gradient(90deg, #fff 50%, transparent 0), linear-gradient(0deg, #fff 50%, transparent 0), linear-gradient(0deg, #fff 50%, transparent 0);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0 0, 200px 100px, 0 100px, 200px 0;
    padding: 0;
    animation: border-dance 8s linear infinite;
    transform: rotate3d(1, 1, 1, 91deg);
    top: 210px;
    position: absolute;
    right: 28%
}

@keyframes border-dance {
    0% {
        background-position: 0 0, 300px 116px, 0 150px, 216px 0
    }

    to {
        background-position: 300px 0, 0 116px, 0 0, 216px 150px
    }
}

.color-animation-clip {
    color: rgba(255, 0, 0, .1);
    background-size: cover;
    background-image: url(../images/1_Jalb56N34pBIGCjQULtW3A.jpeg);
    -webkit-background-clip: text;
    animation: background-text-animation 30s linear infinite
}

@keyframes background-text-animation {
    0% {
        background-position: left 0 top 50%
    }

    50% {
        background-position: left 1500px top 50%
    }

    to {
        background-position: left 0 top 50%
    }
}

.team-circle-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center
}

.team-circle-wrapper ul li {
    width: 20%;
    margin-bottom: 40px
}

.team-circle-wrapper .team-image {
    width: 250px;
    height: 250px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden
}

.mailto-wrapper a:focus {
    color: #fff !important
}

.mailto-wrapper a:hover {
    text-decoration: underline
}

.team-image img {
    transition: all .5s ease
}

.team-circle-wrapper ul li:hover .team-image img {
    transform: scale(1.3)
}

.react-pdf__Page__canvas {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto
}

.react-pdf__Page__textContent.textLayer {
    height: auto !important;
    width: auto !important
}

.pdf-wrap {
    text-align: center
}

.btn-pdf {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid #f5f5f5;
    margin: 20px 5px 0;
    transition: all .5s
}

.btn-pdf svg {
    color: #a136aa
}

.btn-pdf:hover {
    background-color: #a136aa
}

.btn-pdf:hover svg {
    color: #fff
}

.pdf-wrap {
    min-height: 50vh
}

.aca-lead-form .blank-div {
    display: none
}

.aca-lead-form .top-pad-no {
    padding-top: 0
}

.new-creative-connect .reusable-btn {
    background-color: #9a5493 !important;
    color: #fff !important
}

.new-creative-connect .reusable-btn span:after,
.new-creative-connect .reusable-btn span:before {
    content: url(../images/arrow_white.d8442d49.svg)
}

.aca-modal-custom {
    width: 1000px !important
}

.aca-modal-custom .blank-div {
    display: none
}

.aca-modal-custom h2 {
    display: none !important
}

.aca-modal-custom .query-form {
    margin-top: 0 !important
}

.aca-modal-custom .query-form .form-control {
    font-size: 16px
}

.digital-agency-full-box .flip-card-front .inner-sm-border {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.digital-agency-full-box .flip-card-back ul.ul-bg {
    margin-bottom: 30px;
    padding: 14px
}

.digital-agency-full-box .ul-text {
    list-style: decimal;
    text-align: left;
    list-style-position: inside;
    margin-left: 30px
}

.swiper-slide.slider-box {
    height: auto
}

.digital-marketing-full .swiper-button-next:after,
.digital-marketing-full .swiper-button-prev:after {
    color: #a136aa;
    font-size: 14px;
    font-weight: 900;
    display: block;
    text-align: center;
    line-height: 47px
}

.digital-marketing-full .swiper-button-next,
.digital-marketing-full .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 50px;
    border: 2px solid #ebebeb
}

.digital-marketing-full .swiper-button-next:hover,
.digital-marketing-full .swiper-button-prev:hover {
    background-color: #a136aa
}

.digital-marketing-full .swiper-button-next:hover:after,
.digital-marketing-full .swiper-button-prev:hover:after {
    color: #fff
}

.digital-agency-full-box .swiper-button-prev {
    left: -73px;
    right: auto
}

.digital-agency-full-box .swiper-button-next {
    right: -73px;
    left: auto
}

.client-agency-full-box .swiper-button-prev {
    left: -73px;
    right: auto
}

.client-agency-full-box .swiper-button-next {
    right: -73px;
    left: auto
}

.digital-agency-full-box .flip-card {
    width: 100%;
    height: 530px
}

.digital-agency-full-box .flip-card-back ul.ul-text li {
    font-size: 16px
}

.digital-agency-full-box .flip-card-back ul.ul-bg li {
    font-size: 18px
}

.menu-left-align button span {
    width: 100%
}

.mega-menu-slave-box .item-list .ant-menu-item:hover {
    color: #a054a0 !important
}

.cla-points {
    list-style: none
}

.cla-points li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 24px
}

.cla-points li:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #f4c038;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50px
}

.latest-card:hover .new-height-wrap {
    max-height: 1000px;
    transition: max-height .5s ease
}

.latest-card:hover .opacity-wrap-hover {
    opacity: 1;
    transition: opacity .5s ease
}

.new-height-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease
}

.opacity-wrap-hover {
    opacity: 0;
    transition: opacity .5s ease
}

.modal-cla .ant-modal-content {
    padding: 0;
    border-radius: 0
}

.modal-cla {
    width: 1000px !important
}

.left-cla-wrap,
.right-cla-wrap {
    width: 50%
}

.modal-cla .ant-modal-close .ant-modal-close-x {
    font-size: 15px
}

.ul-cla-list li {
    margin-bottom: 14px;
    display: flex;
    gap: 15px;
    align-items: self-start
}

.ul-cla-list li img {
    position: relative;
    top: 3px
}

.ul-cla-list {
    margin-top: 14px;
    max-height: 350px;
    overflow-y: auto
}

.new-cla-button span:after,
.new-cla-button span:before {
    top: 0
}

.left-cla-wrap:before {
    content: "";
    position: absolute;
    background: linear-gradient(320deg, rgba(161, 54, 170, 0) 30.03%, rgba(161, 54, 170, .8) 109.03%);
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%
}

.solution-very-business .meet-the-leaders {
    margin-bottom: 100px
}

.success-wrap-div .success-stories {
    padding-top: 0
}

.video-before:before {
    content: "";
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.ant-modal-mask {
    background-color: rgba(0, 0, 0, .75) !important
}

.solution-for-business-swiper .swiper-button-next,
.solution-for-business-swiper .swiper-button-next:after,
.solution-for-business-swiper .swiper-button-prev,
.solution-for-business-swiper .swiper-button-prev:after {
    background-color: #a136aa;
    color: #fff
}

.solution-for-business-swiper .swiper-button-next.swiper-button-disabled,
.solution-for-business-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: .35 !important
}

.solution-business-padding {
    padding: 30px 50px 20px 40px
}

.solution-btn-wrap .reusable-btn {
    height: 35px !important
}

.para-list-wrap {
    padding-left: 20px
}

.para-list-wrap .para-list-p {
    padding-left: 15px;
    position: relative
}

.para-list-wrap .para-list-p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 7px;
    height: 7px;
    background-color: #a136aa
}

.para-list-wrap-two {
    padding-left: 15px;
    position: relative
}

@media (min-width:640px) {
    .sm\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width:640px) {
        .sm\:container {
            max-width: 640px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }

    @media (min-width:768px) {
        .sm\:container {
            max-width: 768px
        }
    }

    @media (min-width:1024px) {
        .sm\:container {
            max-width: 1024px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }

    @media (min-width:1280px) {
        .sm\:container {
            max-width: 1280px;
            padding-right: 3rem;
            padding-left: 3rem
        }
    }

    @media (min-width:1536px) {
        .sm\:container {
            max-width: 1536px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }
}

@media (min-width:768px) {
    .md\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width:640px) {
        .md\:container {
            max-width: 640px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }

    @media (min-width:768px) {
        .md\:container {
            max-width: 768px
        }
    }

    @media (min-width:1024px) {
        .md\:container {
            max-width: 1024px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }

    @media (min-width:1280px) {
        .md\:container {
            max-width: 1280px;
            padding-right: 3rem;
            padding-left: 3rem
        }
    }

    @media (min-width:1536px) {
        .md\:container {
            max-width: 1536px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }
}

@media (min-width:1024px) {
    .lg\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width:640px) {
        .lg\:container {
            max-width: 640px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }

    @media (min-width:768px) {
        .lg\:container {
            max-width: 768px
        }
    }

    @media (min-width:1024px) {
        .lg\:container {
            max-width: 1024px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }

    @media (min-width:1280px) {
        .lg\:container {
            max-width: 1280px;
            padding-right: 3rem;
            padding-left: 3rem
        }
    }

    @media (min-width:1536px) {
        .lg\:container {
            max-width: 1536px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }
}

@media (min-width:1280px) {
    .xl\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width:640px) {
        .xl\:container {
            max-width: 640px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }

    @media (min-width:768px) {
        .xl\:container {
            max-width: 768px
        }
    }

    @media (min-width:1024px) {
        .xl\:container {
            max-width: 1024px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }

    @media (min-width:1280px) {
        .xl\:container {
            max-width: 1280px;
            padding-right: 3rem;
            padding-left: 3rem
        }
    }

    @media (min-width:1536px) {
        .xl\:container {
            max-width: 1536px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }
}

@media (min-width:1536px) {
    .\32xl\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width:640px) {
        .\32xl\:container {
            max-width: 640px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }

    @media (min-width:768px) {
        .\32xl\:container {
            max-width: 768px
        }
    }

    @media (min-width:1024px) {
        .\32xl\:container {
            max-width: 1024px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }

    @media (min-width:1280px) {
        .\32xl\:container {
            max-width: 1280px;
            padding-right: 3rem;
            padding-left: 3rem
        }
    }

    @media (min-width:1536px) {
        .\32xl\:container {
            max-width: 1536px;
            padding-right: 1rem;
            padding-left: 1rem
        }
    }
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:left-\[10px\]:before {
    content: var(--tw-content);
    left: 10px
}

.before\:right-\[10px\]:before {
    content: var(--tw-content);
    right: 10px
}

.before\:top-\[10px\]:before {
    content: var(--tw-content);
    top: 10px
}

.before\:z-\[-1\]:before {
    content: var(--tw-content);
    z-index: -1
}

.before\:h-\[135px\]:before {
    content: var(--tw-content);
    height: 135px
}

.before\:w-\[240px\]:before {
    content: var(--tw-content);
    width: 240px
}

.before\:rounded-tl-\[30px\]:before {
    content: var(--tw-content);
    border-top-left-radius: 30px
}

.before\:bg-gradient-to-r:before {
    content: var(--tw-content);
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.before\:from-\[\#a136aa\]:before {
    content: var(--tw-content);
    --tw-gradient-from: #a136aa var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(161, 54, 170, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.before\:from-\[\#ffb24b\]:before {
    content: var(--tw-content);
    --tw-gradient-from: #ffb24b var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 178, 75, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.before\:to-\[\#0d3eac\]:before {
    content: var(--tw-content);
    --tw-gradient-to: #0d3eac var(--tw-gradient-to-position)
}

.before\:to-\[\#6dcef5\]:before {
    content: var(--tw-content);
    --tw-gradient-to: #6dcef5 var(--tw-gradient-to-position)
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute
}

.after\:left-\[20px\]:after {
    content: var(--tw-content);
    left: 20px
}

.after\:right-\[20px\]:after {
    content: var(--tw-content);
    right: 20px
}

.after\:top-\[20px\]:after {
    content: var(--tw-content);
    top: 20px
}

.after\:z-\[-2\]:after {
    content: var(--tw-content);
    z-index: -2
}

.after\:flex:after {
    content: var(--tw-content);
    display: flex
}

.after\:h-\[135px\]:after {
    content: var(--tw-content);
    height: 135px
}

.after\:w-\[240px\]:after {
    content: var(--tw-content);
    width: 240px
}

.after\:rounded-tl-\[30px\]:after {
    content: var(--tw-content);
    border-top-left-radius: 30px
}

.after\:bg-\[\#67c08b\]:after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(103 192 139/var(--tw-bg-opacity))
}

.after\:bg-\[\#f27060\]:after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(242 112 96/var(--tw-bg-opacity))
}

.hover\:cursor-pointer:hover {
    cursor: pointer
}

.hover\:bg-\[\#9a5493\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(154 84 147/var(--tw-bg-opacity))
}

.hover\:bg-\[\#f5bc29\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 188 41/var(--tw-bg-opacity))
}

.hover\:font-figtreeMedium:hover {
    font-family: figtreemedium
}

.hover\:font-bold:hover {
    font-weight: 700
}

.hover\:text-\[\#000\]:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.hover\:text-\[\#a136aa\]:hover {
    --tw-text-opacity: 1;
    color: rgb(161 54 170/var(--tw-text-opacity))
}

.hover\:text-\[\#fff\]:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(160 84 160/var(--tw-text-opacity))
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.hover\:opacity-10:hover {
    opacity: .1
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.group:hover .group-hover\:inline {
    display: inline
}

.group:hover .group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.group:hover .group-hover\:font-\[600\] {
    font-weight: 600
}

.group:hover .group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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 (prefers-reduced-motion:no-preference) {
    @keyframes wave {
        0% {
            transform: rotate(3deg) translateZ(-1px)
        }

        25% {
            transform: rotate(-4deg) translateZ(-1px)
        }

        50% {
            transform: rotate(2deg) translateZ(-1px)
        }

        75% {
            transform: rotate(-6deg) translateZ(-1px)
        }

        to {
            transform: rotate(3deg) translateZ(-1px)
        }
    }

    .motion-safe\:animate-wave {
        animation: wave 15s ease-in-out -1.5s infinite
    }
}

@media (prefers-color-scheme:dark) {
    .dark\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgb(75 85 99/var(--tw-text-opacity))
    }
}

@media (min-width:640px) {
    .sm\:-bottom-\[559px\] {
        bottom: -559px
    }

    .sm\:-left-\[0\] {
        left: 0
    }

    .sm\:-left-\[57px\] {
        left: -57px
    }

    .sm\:-top-\[76px\] {
        top: -76px
    }

    .sm\:bottom-\[20px\] {
        bottom: 20px
    }

    .sm\:left-\[40px\] {
        left: 40px
    }

    .sm\:right-\[40px\] {
        right: 40px
    }

    .sm\:top-\[3px\] {
        top: 3px
    }

    .sm\:top-\[45px\] {
        top: 45px
    }

    .sm\:order-1 {
        order: 1
    }

    .sm\:order-2 {
        order: 2
    }

    .sm\:col-span-1 {
        grid-column: span 1/span 1
    }

    .sm\:col-span-12 {
        grid-column: span 12/span 12
    }

    .sm\:col-span-2 {
        grid-column: span 2/span 2
    }

    .sm\:col-span-3 {
        grid-column: span 3/span 3
    }

    .sm\:col-span-4 {
        grid-column: span 4/span 4
    }

    .sm\:col-span-5 {
        grid-column: span 5/span 5
    }

    .sm\:col-span-6 {
        grid-column: span 6/span 6
    }

    .sm\:col-span-7 {
        grid-column: span 7/span 7
    }

    .sm\:col-span-8 {
        grid-column: span 8/span 8
    }

    .sm\:col-start-2 {
        grid-column-start: 2
    }

    .sm\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .sm\:mx-\[20px\] {
        margin-left: 20px;
        margin-right: 20px
    }

    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .sm\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .sm\:my-\[0\] {
        margin-top: 0;
        margin-bottom: 0
    }

    .sm\:my-\[20px\] {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .sm\:my-\[40px\] {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .sm\:my-\[50px\] {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .sm\:\!mt-\[10px\] {
        margin-top: 10px !important
    }

    .sm\:-mt-\[100px\] {
        margin-top: -100px
    }

    .sm\:mb-\[0\],
    .sm\:mb-\[0px\] {
        margin-bottom: 0
    }

    .sm\:mb-\[12px\] {
        margin-bottom: 12px
    }

    .sm\:mb-\[15px\] {
        margin-bottom: 15px
    }

    .sm\:mb-\[20px\] {
        margin-bottom: 20px
    }

    .sm\:mb-\[25px\] {
        margin-bottom: 25px
    }

    .sm\:mb-\[30px\] {
        margin-bottom: 30px
    }

    .sm\:mb-\[40px\] {
        margin-bottom: 40px
    }

    .sm\:mb-\[50px\] {
        margin-bottom: 50px
    }

    .sm\:mb-\[60px\] {
        margin-bottom: 60px
    }

    .sm\:mb-\[70px\] {
        margin-bottom: 70px
    }

    .sm\:ml-5 {
        margin-left: 1.25rem
    }

    .sm\:ml-\[0\] {
        margin-left: 0
    }

    .sm\:ml-\[15px\] {
        margin-left: 15px
    }

    .sm\:ml-\[18px\] {
        margin-left: 18px
    }

    .sm\:ml-\[20px\] {
        margin-left: 20px
    }

    .sm\:ml-\[25px\] {
        margin-left: 25px
    }

    .sm\:ml-\[30px\] {
        margin-left: 30px
    }

    .sm\:mr-\[15px\] {
        margin-right: 15px
    }

    .sm\:mr-\[20px\] {
        margin-right: 20px
    }

    .sm\:mr-\[25px\] {
        margin-right: 25px
    }

    .sm\:mr-\[30px\] {
        margin-right: 30px
    }

    .sm\:mr-\[40px\] {
        margin-right: 40px
    }

    .sm\:mt-\[-135px\] {
        margin-top: -135px
    }

    .sm\:mt-\[-7px\] {
        margin-top: -7px
    }

    .sm\:mt-\[0\],
    .sm\:mt-\[0px\] {
        margin-top: 0
    }

    .sm\:mt-\[10px\] {
        margin-top: 10px
    }

    .sm\:mt-\[15px\] {
        margin-top: 15px
    }

    .sm\:mt-\[20px\] {
        margin-top: 20px
    }

    .sm\:mt-\[25px\] {
        margin-top: 25px
    }

    .sm\:mt-\[26px\] {
        margin-top: 26px
    }

    .sm\:mt-\[30px\] {
        margin-top: 30px
    }

    .sm\:mt-\[34px\] {
        margin-top: 34px
    }

    .sm\:mt-\[35px\] {
        margin-top: 35px
    }

    .sm\:mt-\[40px\] {
        margin-top: 40px
    }

    .sm\:mt-\[48px\] {
        margin-top: 48px
    }

    .sm\:mt-\[50px\] {
        margin-top: 50px
    }

    .sm\:mt-\[54px\] {
        margin-top: 54px
    }

    .sm\:mt-\[5px\] {
        margin-top: 5px
    }

    .sm\:mt-\[60px\] {
        margin-top: 60px
    }

    .sm\:mt-\[70px\] {
        margin-top: 70px
    }

    .sm\:mt-\[80px\] {
        margin-top: 80px
    }

    .sm\:block {
        display: block
    }

    .sm\:inline-block {
        display: inline-block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:grid {
        display: grid
    }

    .sm\:hidden {
        display: none
    }

    .sm\:h-\[0px\] {
        height: 0
    }

    .sm\:h-\[100\%\] {
        height: 100%
    }

    .sm\:h-\[100px\] {
        height: 100px
    }

    .sm\:h-\[120px\] {
        height: 120px
    }

    .sm\:h-\[128px\] {
        height: 128px
    }

    .sm\:h-\[165px\] {
        height: 165px
    }

    .sm\:h-\[200px\] {
        height: 200px
    }

    .sm\:h-\[220px\] {
        height: 220px
    }

    .sm\:h-\[250px\] {
        height: 250px
    }

    .sm\:h-\[260px\] {
        height: 260px
    }

    .sm\:h-\[300px\] {
        height: 300px
    }

    .sm\:h-\[336px\] {
        height: 336px
    }

    .sm\:h-\[340px\] {
        height: 340px
    }

    .sm\:h-\[350px\] {
        height: 350px
    }

    .sm\:h-\[375px\] {
        height: 375px
    }

    .sm\:h-\[382px\] {
        height: 382px
    }

    .sm\:h-\[390px\] {
        height: 390px
    }

    .sm\:h-\[40\%\] {
        height: 40%
    }

    .sm\:h-\[400px\] {
        height: 400px
    }

    .sm\:h-\[420px\] {
        height: 420px
    }

    .sm\:h-\[450px\] {
        height: 450px
    }

    .sm\:h-\[500px\] {
        height: 500px
    }

    .sm\:h-\[60px\] {
        height: 60px
    }

    .sm\:h-\[70px\] {
        height: 70px
    }

    .sm\:h-\[720px\] {
        height: 720px
    }

    .sm\:h-\[80px\] {
        height: 80px
    }

    .sm\:h-\[auto\] {
        height: auto
    }

    .sm\:h-full {
        height: 100%
    }

    .sm\:min-h-\[45px\] {
        min-height: 45px
    }

    .sm\:min-h-\[55px\] {
        min-height: 55px
    }

    .sm\:w-\[100\%\] {
        width: 100%
    }

    .sm\:w-\[100px\] {
        width: 100px
    }

    .sm\:w-\[10px\] {
        width: 10px
    }

    .sm\:w-\[120px\] {
        width: 120px
    }

    .sm\:w-\[128px\] {
        width: 128px
    }

    .sm\:w-\[12px\] {
        width: 12px
    }

    .sm\:w-\[130px\] {
        width: 130px
    }

    .sm\:w-\[140px\] {
        width: 140px
    }

    .sm\:w-\[150px\] {
        width: 150px
    }

    .sm\:w-\[170px\] {
        width: 170px
    }

    .sm\:w-\[175px\] {
        width: 175px
    }

    .sm\:w-\[180px\] {
        width: 180px
    }

    .sm\:w-\[20\%\] {
        width: 20%
    }

    .sm\:w-\[200px\] {
        width: 200px
    }

    .sm\:w-\[228px\] {
        width: 228px
    }

    .sm\:w-\[23\%\] {
        width: 23%
    }

    .sm\:w-\[240px\] {
        width: 240px
    }

    .sm\:w-\[25\%\] {
        width: 25%
    }

    .sm\:w-\[250px\] {
        width: 250px
    }

    .sm\:w-\[260px\] {
        width: 260px
    }

    .sm\:w-\[30\%\] {
        width: 30%
    }

    .sm\:w-\[300px\] {
        width: 300px
    }

    .sm\:w-\[340px\] {
        width: 340px
    }

    .sm\:w-\[35\%\] {
        width: 35%
    }

    .sm\:w-\[350px\] {
        width: 350px
    }

    .sm\:w-\[398px\] {
        width: 398px
    }

    .sm\:w-\[40\%\] {
        width: 40%
    }

    .sm\:w-\[400px\] {
        width: 400px
    }

    .sm\:w-\[40px\] {
        width: 40px
    }

    .sm\:w-\[42\%\] {
        width: 42%
    }

    .sm\:w-\[50\%\] {
        width: 50%
    }

    .sm\:w-\[500px\] {
        width: 500px
    }

    .sm\:w-\[50px\] {
        width: 50px
    }

    .sm\:w-\[550px\] {
        width: 550px
    }

    .sm\:w-\[60\%\] {
        width: 60%
    }

    .sm\:w-\[604px\] {
        width: 604px
    }

    .sm\:w-\[70\%\] {
        width: 70%
    }

    .sm\:w-\[70px\] {
        width: 70px
    }

    .sm\:w-\[75\%\] {
        width: 75%
    }

    .sm\:w-\[80px\] {
        width: 80px
    }

    .sm\:w-\[84\%\] {
        width: 84%
    }

    .sm\:w-\[85px\] {
        width: 85px
    }

    .sm\:w-\[90\%\] {
        width: 90%
    }

    .sm\:w-\[90px\] {
        width: 90px
    }

    .sm\:w-\[auto\],
    .sm\:w-auto {
        width: auto
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:max-w-\[30\%\] {
        max-width: 30%
    }

    .sm\:basis-\[100\%\] {
        flex-basis: 100%
    }

    .sm\:columns-2 {
        -moz-columns: 2;
        column-count: 2
    }

    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .sm\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .sm\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-col {
        flex-direction: column
    }

    .sm\:flex-wrap {
        flex-wrap: wrap
    }

    .sm\:items-start {
        align-items: flex-start
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:justify-end {
        justify-content: flex-end
    }

    .sm\:gap-0 {
        gap: 0
    }

    .sm\:gap-10 {
        gap: 2.5rem
    }

    .sm\:gap-16 {
        gap: 4rem
    }

    .sm\:gap-20 {
        gap: 5rem
    }

    .sm\:gap-24 {
        gap: 6rem
    }

    .sm\:gap-5 {
        gap: 1.25rem
    }

    .sm\:gap-\[15px\] {
        gap: 15px
    }

    .sm\:gap-\[20px\] {
        gap: 20px
    }

    .sm\:gap-\[25px\] {
        gap: 25px
    }

    .sm\:gap-\[30px\] {
        gap: 30px
    }

    .sm\:gap-\[40px\] {
        gap: 40px
    }

    .sm\:gap-\[60px\] {
        gap: 60px
    }

    .sm\:gap-y-\[50px\] {
        row-gap: 50px
    }

    .sm\:space-x-10>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .sm\:overflow-x-hidden {
        overflow-x: hidden
    }

    .sm\:overflow-x-visible {
        overflow-x: visible
    }

    .sm\:rounded-br-\[30px\] {
        border-bottom-right-radius: 30px
    }

    .sm\:rounded-br-\[40px\] {
        border-bottom-right-radius: 40px
    }

    .sm\:rounded-br-\[60px\] {
        border-bottom-right-radius: 60px
    }

    .sm\:rounded-tl-\[30px\] {
        border-top-left-radius: 30px
    }

    .sm\:rounded-tl-\[40px\] {
        border-top-left-radius: 40px
    }

    .sm\:rounded-tl-\[60px\] {
        border-top-left-radius: 60px
    }

    .sm\:border-l-0 {
        border-left-width: 0
    }

    .sm\:border-l-2 {
        border-left-width: 2px
    }

    .sm\:border-r-0,
    .sm\:border-r-\[0\] {
        border-right-width: 0
    }

    .sm\:p-2 {
        padding: .5rem
    }

    .sm\:p-\[12px\] {
        padding: 12px
    }

    .sm\:p-\[20px\] {
        padding: 20px
    }

    .sm\:p-\[25px\] {
        padding: 25px
    }

    .sm\:p-\[30px\] {
        padding: 30px
    }

    .sm\:p-\[40px\] {
        padding: 40px
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:px-\[0\] {
        padding-left: 0;
        padding-right: 0
    }

    .sm\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px
    }

    .sm\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px
    }

    .sm\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px
    }

    .sm\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .sm\:px-\[50px\] {
        padding-left: 50px;
        padding-right: 50px
    }

    .sm\:px-\[5px\] {
        padding-left: 5px;
        padding-right: 5px
    }

    .sm\:py-\[100px\] {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .sm\:py-\[10px\] {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .sm\:py-\[15px\] {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .sm\:py-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .sm\:py-\[25px\] {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .sm\:py-\[30px\] {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sm\:py-\[40px\] {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .sm\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .sm\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .sm\:py-\[70px\] {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .sm\:py-\[80px\] {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .sm\:py-\[90px\] {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .sm\:pb-0,
    .sm\:pb-\[0\] {
        padding-bottom: 0
    }

    .sm\:pb-\[10px\] {
        padding-bottom: 10px
    }

    .sm\:pb-\[30px\] {
        padding-bottom: 30px
    }

    .sm\:pb-\[40px\] {
        padding-bottom: 40px
    }

    .sm\:pb-\[50px\] {
        padding-bottom: 50px
    }

    .sm\:pb-\[70px\] {
        padding-bottom: 70px
    }

    .sm\:pb-\[80px\] {
        padding-bottom: 80px
    }

    .sm\:pl-\[0px\] {
        padding-left: 0
    }

    .sm\:pl-\[10px\] {
        padding-left: 10px
    }

    .sm\:pl-\[20px\] {
        padding-left: 20px
    }

    .sm\:pr-\[0\],
    .sm\:pr-\[0px\] {
        padding-right: 0
    }

    .sm\:pr-\[20px\] {
        padding-right: 20px
    }

    .sm\:pt-\[0\],
    .sm\:pt-\[0px\] {
        padding-top: 0
    }

    .sm\:pt-\[10px\] {
        padding-top: 10px
    }

    .sm\:pt-\[34px\] {
        padding-top: 34px
    }

    .sm\:pt-\[40px\] {
        padding-top: 40px
    }

    .sm\:pt-\[50px\] {
        padding-top: 50px
    }

    .sm\:pt-\[60px\] {
        padding-top: 60px
    }

    .sm\:pt-\[70px\] {
        padding-top: 70px
    }

    .sm\:pt-\[80px\] {
        padding-top: 80px
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-\[10px\] {
        font-size: 10px
    }

    .sm\:text-\[12px\] {
        font-size: 12px
    }

    .sm\:text-\[130px\] {
        font-size: 130px
    }

    .sm\:text-\[13px\] {
        font-size: 13px
    }

    .sm\:text-\[14px\] {
        font-size: 14px
    }

    .sm\:text-\[15px\] {
        font-size: 15px
    }

    .sm\:text-\[16px\] {
        font-size: 16px
    }

    .sm\:text-\[18px\] {
        font-size: 18px
    }

    .sm\:text-\[19px\] {
        font-size: 19px
    }

    .sm\:text-\[200px\] {
        font-size: 200px
    }

    .sm\:text-\[20px\] {
        font-size: 20px
    }

    .sm\:text-\[22px\] {
        font-size: 22px
    }

    .sm\:text-\[24px\] {
        font-size: 24px
    }

    .sm\:text-\[25px\] {
        font-size: 25px
    }

    .sm\:text-\[260px\] {
        font-size: 260px
    }

    .sm\:text-\[26px\] {
        font-size: 26px
    }

    .sm\:text-\[30px\] {
        font-size: 30px
    }

    .sm\:text-\[32px\] {
        font-size: 32px
    }

    .sm\:text-\[34px\] {
        font-size: 34px
    }

    .sm\:text-\[35px\] {
        font-size: 35px
    }

    .sm\:text-\[36px\] {
        font-size: 36px
    }

    .sm\:text-\[3px\] {
        font-size: 3px
    }

    .sm\:text-\[40px\] {
        font-size: 40px
    }

    .sm\:text-\[50px\] {
        font-size: 50px
    }

    .sm\:text-\[60px\] {
        font-size: 60px
    }

    .sm\:text-\[70px\] {
        font-size: 70px
    }

    .sm\:leading-8 {
        line-height: 2rem
    }

    .sm\:leading-\[130px\] {
        line-height: 130px
    }

    .sm\:leading-\[22px\] {
        line-height: 22px
    }

    .sm\:leading-\[24px\] {
        line-height: 24px
    }

    .sm\:leading-\[26px\] {
        line-height: 26px
    }

    .sm\:leading-\[28px\] {
        line-height: 28px
    }

    .sm\:leading-\[30px\] {
        line-height: 30px
    }

    .sm\:leading-\[32px\] {
        line-height: 32px
    }

    .sm\:leading-\[36px\] {
        line-height: 36px
    }

    .sm\:leading-\[40px\] {
        line-height: 40px
    }

    .sm\:before\:left-\[30px\]:before {
        content: var(--tw-content);
        left: 30px
    }

    .sm\:before\:right-\[30px\]:before {
        content: var(--tw-content);
        right: 30px
    }

    .sm\:before\:top-\[30px\]:before {
        content: var(--tw-content);
        top: 30px
    }

    .sm\:before\:h-\[340px\]:before {
        content: var(--tw-content);
        height: 340px
    }

    .sm\:before\:w-\[604px\]:before {
        content: var(--tw-content);
        width: 604px
    }

    .sm\:after\:left-\[60px\]:after {
        content: var(--tw-content);
        left: 60px
    }

    .sm\:after\:right-\[60px\]:after {
        content: var(--tw-content);
        right: 60px
    }

    .sm\:after\:top-\[60px\]:after {
        content: var(--tw-content);
        top: 60px
    }

    .sm\:after\:h-\[340px\]:after {
        content: var(--tw-content);
        height: 340px
    }

    .sm\:after\:w-\[604px\]:after {
        content: var(--tw-content);
        width: 604px
    }
}

@media (min-width:768px) {
    .md\:-bottom-\[595px\] {
        bottom: -595px
    }

    .md\:-left-\[127px\] {
        left: -127px
    }

    .md\:-left-\[57px\] {
        left: -57px
    }

    .md\:-top-\[63px\] {
        top: -63px
    }

    .md\:bottom-\[20px\] {
        bottom: 20px
    }

    .md\:left-\[40px\] {
        left: 40px
    }

    .md\:right-\[40px\] {
        right: 40px
    }

    .md\:top-\[100px\] {
        top: 100px
    }

    .md\:top-\[3px\] {
        top: 3px
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:col-span-1 {
        grid-column: span 1/span 1
    }

    .md\:col-span-12 {
        grid-column: span 12/span 12
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:col-span-3 {
        grid-column: span 3/span 3
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4
    }

    .md\:col-span-5 {
        grid-column: span 5/span 5
    }

    .md\:col-span-6 {
        grid-column: span 6/span 6
    }

    .md\:col-span-7 {
        grid-column: span 7/span 7
    }

    .md\:col-span-8 {
        grid-column: span 8/span 8
    }

    .md\:mx-\[20px\] {
        margin-left: 20px;
        margin-right: 20px
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .md\:my-\[0\] {
        margin-top: 0;
        margin-bottom: 0
    }

    .md\:my-\[20px\] {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .md\:my-\[25px\] {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .md\:my-\[40px\] {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .md\:my-\[50px\] {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .md\:my-\[60px\] {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .md\:\!mt-\[10px\] {
        margin-top: 10px !important
    }

    .md\:-mt-\[100px\] {
        margin-top: -100px
    }

    .md\:mb-\[0\],
    .md\:mb-\[0px\] {
        margin-bottom: 0
    }

    .md\:mb-\[12px\] {
        margin-bottom: 12px
    }

    .md\:mb-\[15px\] {
        margin-bottom: 15px
    }

    .md\:mb-\[16px\] {
        margin-bottom: 16px
    }

    .md\:mb-\[20px\] {
        margin-bottom: 20px
    }

    .md\:mb-\[25px\] {
        margin-bottom: 25px
    }

    .md\:mb-\[28px\] {
        margin-bottom: 28px
    }

    .md\:mb-\[30px\] {
        margin-bottom: 30px
    }

    .md\:mb-\[34px\] {
        margin-bottom: 34px
    }

    .md\:mb-\[40px\] {
        margin-bottom: 40px
    }

    .md\:mb-\[60px\] {
        margin-bottom: 60px
    }

    .md\:mb-\[70px\] {
        margin-bottom: 70px
    }

    .md\:ml-0,
    .md\:ml-\[0\],
    .md\:ml-\[0px\] {
        margin-left: 0
    }

    .md\:ml-\[15px\] {
        margin-left: 15px
    }

    .md\:ml-\[18px\] {
        margin-left: 18px
    }

    .md\:ml-\[20px\] {
        margin-left: 20px
    }

    .md\:ml-\[25px\] {
        margin-left: 25px
    }

    .md\:ml-\[30px\] {
        margin-left: 30px
    }

    .md\:mr-\[10px\] {
        margin-right: 10px
    }

    .md\:mr-\[15px\] {
        margin-right: 15px
    }

    .md\:mr-\[20px\] {
        margin-right: 20px
    }

    .md\:mr-\[25px\] {
        margin-right: 25px
    }

    .md\:mr-\[30px\] {
        margin-right: 30px
    }

    .md\:mr-\[40px\] {
        margin-right: 40px
    }

    .md\:mt-10 {
        margin-top: 2.5rem
    }

    .md\:mt-\[-135px\] {
        margin-top: -135px
    }

    .md\:mt-\[-7px\] {
        margin-top: -7px
    }

    .md\:mt-\[0\],
    .md\:mt-\[0px\] {
        margin-top: 0
    }

    .md\:mt-\[10px\] {
        margin-top: 10px
    }

    .md\:mt-\[15px\] {
        margin-top: 15px
    }

    .md\:mt-\[20px\] {
        margin-top: 20px
    }

    .md\:mt-\[25px\] {
        margin-top: 25px
    }

    .md\:mt-\[26px\] {
        margin-top: 26px
    }

    .md\:mt-\[30px\] {
        margin-top: 30px
    }

    .md\:mt-\[34px\] {
        margin-top: 34px
    }

    .md\:mt-\[35px\] {
        margin-top: 35px
    }

    .md\:mt-\[40px\] {
        margin-top: 40px
    }

    .md\:mt-\[48px\] {
        margin-top: 48px
    }

    .md\:mt-\[50px\] {
        margin-top: 50px
    }

    .md\:mt-\[54px\] {
        margin-top: 54px
    }

    .md\:mt-\[5px\] {
        margin-top: 5px
    }

    .md\:mt-\[60px\] {
        margin-top: 60px
    }

    .md\:mt-\[70px\] {
        margin-top: 70px
    }

    .md\:mt-\[80px\] {
        margin-top: 80px
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:h-\[0px\] {
        height: 0
    }

    .md\:h-\[100\%\] {
        height: 100%
    }

    .md\:h-\[120px\] {
        height: 120px
    }

    .md\:h-\[128px\] {
        height: 128px
    }

    .md\:h-\[130px\] {
        height: 130px
    }

    .md\:h-\[165px\] {
        height: 165px
    }

    .md\:h-\[210px\] {
        height: 210px
    }

    .md\:h-\[220px\] {
        height: 220px
    }

    .md\:h-\[225px\] {
        height: 225px
    }

    .md\:h-\[250px\] {
        height: 250px
    }

    .md\:h-\[260px\] {
        height: 260px
    }

    .md\:h-\[314px\] {
        height: 314px
    }

    .md\:h-\[336px\] {
        height: 336px
    }

    .md\:h-\[340px\] {
        height: 340px
    }

    .md\:h-\[35\%\] {
        height: 35%
    }

    .md\:h-\[362px\] {
        height: 362px
    }

    .md\:h-\[370px\] {
        height: 370px
    }

    .md\:h-\[40\%\] {
        height: 40%
    }

    .md\:h-\[400px\] {
        height: 400px
    }

    .md\:h-\[450px\] {
        height: 450px
    }

    .md\:h-\[500px\] {
        height: 500px
    }

    .md\:h-\[60px\] {
        height: 60px
    }

    .md\:h-\[620px\] {
        height: 620px
    }

    .md\:h-\[70px\] {
        height: 70px
    }

    .md\:h-\[80px\] {
        height: 80px
    }

    .md\:h-\[90px\] {
        height: 90px
    }

    .md\:h-\[95px\] {
        height: 95px
    }

    .md\:h-\[auto\] {
        height: auto
    }

    .md\:h-full {
        height: 100%
    }

    .md\:min-h-\[45px\] {
        min-height: 45px
    }

    .md\:min-h-\[55px\] {
        min-height: 55px
    }

    .md\:w-\[100\%\] {
        width: 100%
    }

    .md\:w-\[100px\] {
        width: 100px
    }

    .md\:w-\[10px\] {
        width: 10px
    }

    .md\:w-\[120px\] {
        width: 120px
    }

    .md\:w-\[128px\] {
        width: 128px
    }

    .md\:w-\[12px\] {
        width: 12px
    }

    .md\:w-\[130px\] {
        width: 130px
    }

    .md\:w-\[14\%\] {
        width: 14%
    }

    .md\:w-\[140px\] {
        width: 140px
    }

    .md\:w-\[15\%\] {
        width: 15%
    }

    .md\:w-\[150px\] {
        width: 150px
    }

    .md\:w-\[170px\] {
        width: 170px
    }

    .md\:w-\[175px\] {
        width: 175px
    }

    .md\:w-\[180px\] {
        width: 180px
    }

    .md\:w-\[20\%\] {
        width: 20%
    }

    .md\:w-\[200px\] {
        width: 200px
    }

    .md\:w-\[220px\] {
        width: 220px
    }

    .md\:w-\[225px\] {
        width: 225px
    }

    .md\:w-\[228px\] {
        width: 228px
    }

    .md\:w-\[23\%\] {
        width: 23%
    }

    .md\:w-\[240px\] {
        width: 240px
    }

    .md\:w-\[25\%\] {
        width: 25%
    }

    .md\:w-\[250px\] {
        width: 250px
    }

    .md\:w-\[278px\] {
        width: 278px
    }

    .md\:w-\[30\%\] {
        width: 30%
    }

    .md\:w-\[300px\] {
        width: 300px
    }

    .md\:w-\[31\%\] {
        width: 31%
    }

    .md\:w-\[328px\] {
        width: 328px
    }

    .md\:w-\[340px\] {
        width: 340px
    }

    .md\:w-\[400px\] {
        width: 400px
    }

    .md\:w-\[50\%\] {
        width: 50%
    }

    .md\:w-\[500px\] {
        width: 500px
    }

    .md\:w-\[50px\] {
        width: 50px
    }

    .md\:w-\[55\%\] {
        width: 55%
    }

    .md\:w-\[550px\] {
        width: 550px
    }

    .md\:w-\[60\%\] {
        width: 60%
    }

    .md\:w-\[604px\] {
        width: 604px
    }

    .md\:w-\[60px\] {
        width: 60px
    }

    .md\:w-\[70\%\] {
        width: 70%
    }

    .md\:w-\[70px\] {
        width: 70px
    }

    .md\:w-\[75\%\] {
        width: 75%
    }

    .md\:w-\[80\%\] {
        width: 80%
    }

    .md\:w-\[80px\] {
        width: 80px
    }

    .md\:w-\[85\%\] {
        width: 85%
    }

    .md\:w-\[85px\] {
        width: 85px
    }

    .md\:w-\[90\%\] {
        width: 90%
    }

    .md\:w-\[auto\],
    .md\:w-auto {
        width: auto
    }

    .md\:w-full {
        width: 100%
    }

    .md\:max-w-\[13rem\] {
        max-width: 13rem
    }

    .md\:max-w-\[30\%\] {
        max-width: 30%
    }

    .md\:basis-\[90\%\] {
        flex-basis: 90%
    }

    .md\:columns-2 {
        -moz-columns: 2;
        column-count: 2
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:gap-10 {
        gap: 2.5rem
    }

    .md\:gap-20 {
        gap: 5rem
    }

    .md\:gap-24 {
        gap: 6rem
    }

    .md\:gap-5 {
        gap: 1.25rem
    }

    .md\:gap-\[10px\] {
        gap: 10px
    }

    .md\:gap-\[15px\] {
        gap: 15px
    }

    .md\:gap-\[20px\] {
        gap: 20px
    }

    .md\:gap-\[25px\] {
        gap: 25px
    }

    .md\:gap-\[30px\] {
        gap: 30px
    }

    .md\:gap-\[40px\] {
        gap: 40px
    }

    .md\:gap-\[50px\] {
        gap: 50px
    }

    .md\:gap-\[60px\] {
        gap: 60px
    }

    .md\:gap-y-\[50px\] {
        row-gap: 50px
    }

    .md\:space-x-10>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .md\:overflow-x-hidden {
        overflow-x: hidden
    }

    .md\:overflow-x-visible {
        overflow-x: visible
    }

    .md\:rounded-br-\[40px\] {
        border-bottom-right-radius: 40px
    }

    .md\:rounded-br-\[50px\] {
        border-bottom-right-radius: 50px
    }

    .md\:rounded-br-\[60px\] {
        border-bottom-right-radius: 60px
    }

    .md\:rounded-tl-\[40px\] {
        border-top-left-radius: 40px
    }

    .md\:rounded-tl-\[50px\] {
        border-top-left-radius: 50px
    }

    .md\:rounded-tl-\[60px\] {
        border-top-left-radius: 60px
    }

    .md\:border-l-2 {
        border-left-width: 2px
    }

    .md\:border-r-2 {
        border-right-width: 2px
    }

    .md\:p-3 {
        padding: .75rem
    }

    .md\:p-\[10px\] {
        padding: 10px
    }

    .md\:p-\[20px\] {
        padding: 20px
    }

    .md\:p-\[30px\] {
        padding: 30px
    }

    .md\:p-\[40px\] {
        padding: 40px
    }

    .md\:px-\[0\] {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px
    }

    .md\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px
    }

    .md\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px
    }

    .md\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .md\:px-\[60px\] {
        padding-left: 60px;
        padding-right: 60px
    }

    .md\:py-\[0\] {
        padding-top: 0;
        padding-bottom: 0
    }

    .md\:py-\[100px\] {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .md\:py-\[10px\] {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .md\:py-\[120px\] {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .md\:py-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .md\:py-\[25px\] {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .md\:py-\[30px\] {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .md\:py-\[40px\] {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .md\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .md\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .md\:py-\[70px\] {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .md\:py-\[80px\] {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .md\:pb-3 {
        padding-bottom: .75rem
    }

    .md\:pb-\[0\] {
        padding-bottom: 0
    }

    .md\:pb-\[10px\] {
        padding-bottom: 10px
    }

    .md\:pb-\[30px\] {
        padding-bottom: 30px
    }

    .md\:pb-\[50px\] {
        padding-bottom: 50px
    }

    .md\:pb-\[57px\] {
        padding-bottom: 57px
    }

    .md\:pb-\[60px\] {
        padding-bottom: 60px
    }

    .md\:pb-\[70px\] {
        padding-bottom: 70px
    }

    .md\:pb-\[80px\] {
        padding-bottom: 80px
    }

    .md\:pb-\[90px\] {
        padding-bottom: 90px
    }

    .md\:pl-\[0px\] {
        padding-left: 0
    }

    .md\:pl-\[10px\] {
        padding-left: 10px
    }

    .md\:pl-\[20px\] {
        padding-left: 20px
    }

    .md\:pr-\[0\],
    .md\:pr-\[0px\] {
        padding-right: 0
    }

    .md\:pr-\[10px\] {
        padding-right: 10px
    }

    .md\:pr-\[20px\] {
        padding-right: 20px
    }

    .md\:pt-\[0\],
    .md\:pt-\[0px\] {
        padding-top: 0
    }

    .md\:pt-\[100px\] {
        padding-top: 100px
    }

    .md\:pt-\[10px\] {
        padding-top: 10px
    }

    .md\:pt-\[34px\] {
        padding-top: 34px
    }

    .md\:pt-\[40px\] {
        padding-top: 40px
    }

    .md\:pt-\[50px\] {
        padding-top: 50px
    }

    .md\:pt-\[70px\] {
        padding-top: 70px
    }

    .md\:pt-\[80px\] {
        padding-top: 80px
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-\[10px\] {
        font-size: 10px
    }

    .md\:text-\[11px\] {
        font-size: 11px
    }

    .md\:text-\[12px\] {
        font-size: 12px
    }

    .md\:text-\[13px\] {
        font-size: 13px
    }

    .md\:text-\[14px\] {
        font-size: 14px
    }

    .md\:text-\[15px\] {
        font-size: 15px
    }

    .md\:text-\[160px\] {
        font-size: 160px
    }

    .md\:text-\[16px\] {
        font-size: 16px
    }

    .md\:text-\[18px\] {
        font-size: 18px
    }

    .md\:text-\[20px\] {
        font-size: 20px
    }

    .md\:text-\[21px\] {
        font-size: 21px
    }

    .md\:text-\[22px\] {
        font-size: 22px
    }

    .md\:text-\[24px\] {
        font-size: 24px
    }

    .md\:text-\[250px\] {
        font-size: 250px
    }

    .md\:text-\[25px\] {
        font-size: 25px
    }

    .md\:text-\[260px\] {
        font-size: 260px
    }

    .md\:text-\[26px\] {
        font-size: 26px
    }

    .md\:text-\[28px\] {
        font-size: 28px
    }

    .md\:text-\[30px\] {
        font-size: 30px
    }

    .md\:text-\[32px\] {
        font-size: 32px
    }

    .md\:text-\[34px\] {
        font-size: 34px
    }

    .md\:text-\[35px\] {
        font-size: 35px
    }

    .md\:text-\[36px\] {
        font-size: 36px
    }

    .md\:text-\[40px\] {
        font-size: 40px
    }

    .md\:text-\[45px\] {
        font-size: 45px
    }

    .md\:text-\[50px\] {
        font-size: 50px
    }

    .md\:text-\[60px\] {
        font-size: 60px
    }

    .md\:text-\[70px\] {
        font-size: 70px
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:leading-8 {
        line-height: 2rem
    }

    .md\:leading-\[163px\] {
        line-height: 163px
    }

    .md\:leading-\[22px\] {
        line-height: 22px
    }

    .md\:leading-\[24px\] {
        line-height: 24px
    }

    .md\:leading-\[26px\] {
        line-height: 26px
    }

    .md\:leading-\[28px\] {
        line-height: 28px
    }

    .md\:leading-\[30px\] {
        line-height: 30px
    }

    .md\:leading-\[36px\] {
        line-height: 36px
    }

    .md\:leading-\[40px\] {
        line-height: 40px
    }

    .md\:before\:left-\[30px\]:before {
        content: var(--tw-content);
        left: 30px
    }

    .md\:before\:right-\[30px\]:before {
        content: var(--tw-content);
        right: 30px
    }

    .md\:before\:top-\[30px\]:before {
        content: var(--tw-content);
        top: 30px
    }

    .md\:before\:h-\[340px\]:before {
        content: var(--tw-content);
        height: 340px
    }

    .md\:before\:w-\[604px\]:before {
        content: var(--tw-content);
        width: 604px
    }

    .md\:after\:left-\[60px\]:after {
        content: var(--tw-content);
        left: 60px
    }

    .md\:after\:right-\[60px\]:after {
        content: var(--tw-content);
        right: 60px
    }

    .md\:after\:top-\[60px\]:after {
        content: var(--tw-content);
        top: 60px
    }

    .md\:after\:h-\[340px\]:after {
        content: var(--tw-content);
        height: 340px
    }

    .md\:after\:w-\[604px\]:after {
        content: var(--tw-content);
        width: 604px
    }
}

@media (min-width:1024px) {
    .lg\:-bottom-\[80px\] {
        bottom: -80px
    }

    .lg\:-left-\[161px\] {
        left: -161px
    }

    .lg\:-left-\[62px\] {
        left: -62px
    }

    .lg\:-top-\[65px\] {
        top: -65px
    }

    .lg\:bottom-\[20px\] {
        bottom: 20px
    }

    .lg\:bottom-\[30px\] {
        bottom: 30px
    }

    .lg\:bottom-\[7px\] {
        bottom: 7px
    }

    .lg\:left-\[-10px\] {
        left: -10px
    }

    .lg\:left-\[80px\] {
        left: 80px
    }

    .lg\:right-\[80px\] {
        right: 80px
    }

    .lg\:top-\[100px\] {
        top: 100px
    }

    .lg\:top-\[3px\] {
        top: 3px
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }

    .lg\:col-span-12 {
        grid-column: span 12/span 12
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:col-span-3 {
        grid-column: span 3/span 3
    }

    .lg\:col-span-4 {
        grid-column: span 4/span 4
    }

    .lg\:col-span-5 {
        grid-column: span 5/span 5
    }

    .lg\:col-span-6 {
        grid-column: span 6/span 6
    }

    .lg\:col-span-7 {
        grid-column: span 7/span 7
    }

    .lg\:col-span-8 {
        grid-column: span 8/span 8
    }

    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mx-\[20px\] {
        margin-left: 20px;
        margin-right: 20px
    }

    .lg\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .lg\:my-\[0\] {
        margin-top: 0;
        margin-bottom: 0
    }

    .lg\:my-\[25px\] {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .lg\:my-\[30px\] {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .lg\:my-\[40px\] {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .lg\:my-\[50px\] {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .lg\:my-\[60px\] {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .lg\:my-\[70px\] {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .lg\:\!mt-\[10px\] {
        margin-top: 10px !important
    }

    .lg\:-mt-\[100px\] {
        margin-top: -100px
    }

    .lg\:mb-\[0\],
    .lg\:mb-\[0px\] {
        margin-bottom: 0
    }

    .lg\:mb-\[10px\] {
        margin-bottom: 10px
    }

    .lg\:mb-\[16px\] {
        margin-bottom: 16px
    }

    .lg\:mb-\[20px\] {
        margin-bottom: 20px
    }

    .lg\:mb-\[24px\] {
        margin-bottom: 24px
    }

    .lg\:mb-\[25px\] {
        margin-bottom: 25px
    }

    .lg\:mb-\[30px\] {
        margin-bottom: 30px
    }

    .lg\:mb-\[35px\] {
        margin-bottom: 35px
    }

    .lg\:mb-\[40px\] {
        margin-bottom: 40px
    }

    .lg\:mb-\[44px\] {
        margin-bottom: 44px
    }

    .lg\:mb-\[60px\] {
        margin-bottom: 60px
    }

    .lg\:mb-\[70px\] {
        margin-bottom: 70px
    }

    .lg\:mb-\[80px\] {
        margin-bottom: 80px
    }

    .lg\:ml-5 {
        margin-left: 1.25rem
    }

    .lg\:ml-\[0\],
    .lg\:ml-\[0px\] {
        margin-left: 0
    }

    .lg\:ml-\[10px\] {
        margin-left: 10px
    }

    .lg\:ml-\[15px\] {
        margin-left: 15px
    }

    .lg\:ml-\[20px\] {
        margin-left: 20px
    }

    .lg\:ml-\[25px\] {
        margin-left: 25px
    }

    .lg\:ml-\[30px\] {
        margin-left: 30px
    }

    .lg\:mr-\[10px\] {
        margin-right: 10px
    }

    .lg\:mr-\[15px\] {
        margin-right: 15px
    }

    .lg\:mr-\[20px\] {
        margin-right: 20px
    }

    .lg\:mr-\[25px\] {
        margin-right: 25px
    }

    .lg\:mr-\[30px\] {
        margin-right: 30px
    }

    .lg\:mr-\[50px\] {
        margin-right: 50px
    }

    .lg\:mt-10 {
        margin-top: 2.5rem
    }

    .lg\:mt-\[-135px\] {
        margin-top: -135px
    }

    .lg\:mt-\[-300px\] {
        margin-top: -300px
    }

    .lg\:mt-\[-7px\] {
        margin-top: -7px
    }

    .lg\:mt-\[0\],
    .lg\:mt-\[0px\] {
        margin-top: 0
    }

    .lg\:mt-\[10px\] {
        margin-top: 10px
    }

    .lg\:mt-\[15px\] {
        margin-top: 15px
    }

    .lg\:mt-\[20px\] {
        margin-top: 20px
    }

    .lg\:mt-\[25px\] {
        margin-top: 25px
    }

    .lg\:mt-\[26px\] {
        margin-top: 26px
    }

    .lg\:mt-\[30px\] {
        margin-top: 30px
    }

    .lg\:mt-\[35px\] {
        margin-top: 35px
    }

    .lg\:mt-\[40px\] {
        margin-top: 40px
    }

    .lg\:mt-\[44px\] {
        margin-top: 44px
    }

    .lg\:mt-\[45px\] {
        margin-top: 45px
    }

    .lg\:mt-\[48px\] {
        margin-top: 48px
    }

    .lg\:mt-\[50px\] {
        margin-top: 50px
    }

    .lg\:mt-\[54px\] {
        margin-top: 54px
    }

    .lg\:mt-\[5px\] {
        margin-top: 5px
    }

    .lg\:mt-\[60px\] {
        margin-top: 60px
    }

    .lg\:mt-\[70px\] {
        margin-top: 70px
    }

    .lg\:mt-\[80px\] {
        margin-top: 80px
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-\[100\%\] {
        height: 100%
    }

    .lg\:h-\[100px\] {
        height: 100px
    }

    .lg\:h-\[120px\] {
        height: 120px
    }

    .lg\:h-\[128px\] {
        height: 128px
    }

    .lg\:h-\[160px\] {
        height: 160px
    }

    .lg\:h-\[180px\] {
        height: 180px
    }

    .lg\:h-\[220px\] {
        height: 220px
    }

    .lg\:h-\[225px\] {
        height: 225px
    }

    .lg\:h-\[230px\] {
        height: 230px
    }

    .lg\:h-\[250px\] {
        height: 250px
    }

    .lg\:h-\[260px\] {
        height: 260px
    }

    .lg\:h-\[280px\] {
        height: 280px
    }

    .lg\:h-\[300px\] {
        height: 300px
    }

    .lg\:h-\[336px\] {
        height: 336px
    }

    .lg\:h-\[35\%\] {
        height: 35%
    }

    .lg\:h-\[385px\] {
        height: 385px
    }

    .lg\:h-\[40\%\] {
        height: 40%
    }

    .lg\:h-\[400px\] {
        height: 400px
    }

    .lg\:h-\[415px\] {
        height: 415px
    }

    .lg\:h-\[425px\] {
        height: 425px
    }

    .lg\:h-\[450px\] {
        height: 450px
    }

    .lg\:h-\[456px\] {
        height: 456px
    }

    .lg\:h-\[470px\] {
        height: 470px
    }

    .lg\:h-\[480px\] {
        height: 480px
    }

    .lg\:h-\[500px\] {
        height: 500px
    }

    .lg\:h-\[530px\] {
        height: 530px
    }

    .lg\:h-\[620px\] {
        height: 620px
    }

    .lg\:h-\[70px\] {
        height: 70px
    }

    .lg\:h-\[80px\] {
        height: 80px
    }

    .lg\:h-\[95px\] {
        height: 95px
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:min-h-\[400px\] {
        min-height: 400px
    }

    .lg\:min-h-\[44px\] {
        min-height: 44px
    }

    .lg\:min-h-\[55px\] {
        min-height: 55px
    }

    .lg\:\!w-full {
        width: 100% !important
    }

    .lg\:w-\[100\%\] {
        width: 100%
    }

    .lg\:w-\[120px\] {
        width: 120px
    }

    .lg\:w-\[128px\] {
        width: 128px
    }

    .lg\:w-\[12px\] {
        width: 12px
    }

    .lg\:w-\[130px\] {
        width: 130px
    }

    .lg\:w-\[14\%\] {
        width: 14%
    }

    .lg\:w-\[140px\] {
        width: 140px
    }

    .lg\:w-\[14px\] {
        width: 14px
    }

    .lg\:w-\[15\%\] {
        width: 15%
    }

    .lg\:w-\[150px\] {
        width: 150px
    }

    .lg\:w-\[160px\] {
        width: 160px
    }

    .lg\:w-\[170px\] {
        width: 170px
    }

    .lg\:w-\[175px\] {
        width: 175px
    }

    .lg\:w-\[20\%\] {
        width: 20%
    }

    .lg\:w-\[200px\] {
        width: 200px
    }

    .lg\:w-\[23\%\] {
        width: 23%
    }

    .lg\:w-\[240px\] {
        width: 240px
    }

    .lg\:w-\[25\%\] {
        width: 25%
    }

    .lg\:w-\[250px\] {
        width: 250px
    }

    .lg\:w-\[275px\] {
        width: 275px
    }

    .lg\:w-\[278px\] {
        width: 278px
    }

    .lg\:w-\[30\%\] {
        width: 30%
    }

    .lg\:w-\[340px\] {
        width: 340px
    }

    .lg\:w-\[350px\] {
        width: 350px
    }

    .lg\:w-\[400px\] {
        width: 400px
    }

    .lg\:w-\[410px\] {
        width: 410px
    }

    .lg\:w-\[42\%\] {
        width: 42%
    }

    .lg\:w-\[425px\] {
        width: 425px
    }

    .lg\:w-\[45\%\] {
        width: 45%
    }

    .lg\:w-\[450px\] {
        width: 450px
    }

    .lg\:w-\[453px\] {
        width: 453px
    }

    .lg\:w-\[50\%\] {
        width: 50%
    }

    .lg\:w-\[50px\] {
        width: 50px
    }

    .lg\:w-\[550px\] {
        width: 550px
    }

    .lg\:w-\[60\%\] {
        width: 60%
    }

    .lg\:w-\[70\%\] {
        width: 70%
    }

    .lg\:w-\[70px\] {
        width: 70px
    }

    .lg\:w-\[720px\] {
        width: 720px
    }

    .lg\:w-\[75\%\] {
        width: 75%
    }

    .lg\:w-\[80\%\] {
        width: 80%
    }

    .lg\:w-\[80px\] {
        width: 80px
    }

    .lg\:w-\[84\%\] {
        width: 84%
    }

    .lg\:w-\[85\%\] {
        width: 85%
    }

    .lg\:w-\[85px\] {
        width: 85px
    }

    .lg\:w-\[90\%\] {
        width: 90%
    }

    .lg\:w-\[auto\],
    .lg\:w-auto {
        width: auto
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:max-w-\[30\%\] {
        max-width: 30%
    }

    .lg\:basis-\[80\%\] {
        flex-basis: 80%
    }

    .lg\:columns-2 {
        -moz-columns: 2;
        column-count: 2
    }

    .lg\:columns-4 {
        -moz-columns: 4;
        column-count: 4
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .lg\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-end {
        justify-content: flex-end
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:gap-10 {
        gap: 2.5rem
    }

    .lg\:gap-12 {
        gap: 3rem
    }

    .lg\:gap-14 {
        gap: 3.5rem
    }

    .lg\:gap-16 {
        gap: 4rem
    }

    .lg\:gap-20 {
        gap: 5rem
    }

    .lg\:gap-5 {
        gap: 1.25rem
    }

    .lg\:gap-\[0px\] {
        gap: 0
    }

    .lg\:gap-\[10px\] {
        gap: 10px
    }

    .lg\:gap-\[15px\] {
        gap: 15px
    }

    .lg\:gap-\[20px\] {
        gap: 20px
    }

    .lg\:gap-\[40px\] {
        gap: 40px
    }

    .lg\:gap-\[50px\] {
        gap: 50px
    }

    .lg\:gap-\[60px\] {
        gap: 60px
    }

    .lg\:gap-y-\[0\] {
        row-gap: 0
    }

    .lg\:space-x-5>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .lg\:overflow-x-hidden {
        overflow-x: hidden
    }

    .lg\:overflow-x-visible {
        overflow-x: visible
    }

    .lg\:rounded-br-\[50px\] {
        border-bottom-right-radius: 50px
    }

    .lg\:rounded-br-\[60px\] {
        border-bottom-right-radius: 60px
    }

    .lg\:rounded-tl-\[50px\] {
        border-top-left-radius: 50px
    }

    .lg\:rounded-tl-\[60px\] {
        border-top-left-radius: 60px
    }

    .lg\:border-l-2 {
        border-left-width: 2px
    }

    .lg\:border-r-2 {
        border-right-width: 2px
    }

    .lg\:p-3 {
        padding: .75rem
    }

    .lg\:p-\[15px\] {
        padding: 15px
    }

    .lg\:p-\[20px\] {
        padding: 20px
    }

    .lg\:p-\[25px\] {
        padding: 25px
    }

    .lg\:p-\[30px\] {
        padding: 30px
    }

    .lg\:p-\[40px\] {
        padding: 40px
    }

    .lg\:p-\[50px\] {
        padding: 50px
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:px-\[0\] {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:px-\[100px\] {
        padding-left: 100px;
        padding-right: 100px
    }

    .lg\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px
    }

    .lg\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px
    }

    .lg\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .lg\:px-\[35px\] {
        padding-left: 35px;
        padding-right: 35px
    }

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .lg\:py-\[0\] {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:py-\[100px\] {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .lg\:py-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .lg\:py-\[25px\] {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .lg\:py-\[30px\] {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .lg\:py-\[40px\] {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .lg\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .lg\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .lg\:py-\[70px\] {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .lg\:py-\[80px\] {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .lg\:pb-3 {
        padding-bottom: .75rem
    }

    .lg\:pb-\[100px\] {
        padding-bottom: 100px
    }

    .lg\:pb-\[10px\] {
        padding-bottom: 10px
    }

    .lg\:pb-\[30px\] {
        padding-bottom: 30px
    }

    .lg\:pb-\[50px\] {
        padding-bottom: 50px
    }

    .lg\:pb-\[55px\] {
        padding-bottom: 55px
    }

    .lg\:pb-\[70px\] {
        padding-bottom: 70px
    }

    .lg\:pb-\[80px\] {
        padding-bottom: 80px
    }

    .lg\:pb-\[90px\] {
        padding-bottom: 90px
    }

    .lg\:pl-\[0px\] {
        padding-left: 0
    }

    .lg\:pl-\[10px\] {
        padding-left: 10px
    }

    .lg\:pl-\[15px\] {
        padding-left: 15px
    }

    .lg\:pl-\[20px\] {
        padding-left: 20px
    }

    .lg\:pl-\[50px\] {
        padding-left: 50px
    }

    .lg\:pr-\[0\] {
        padding-right: 0
    }

    .lg\:pr-\[15px\] {
        padding-right: 15px
    }

    .lg\:pr-\[20px\] {
        padding-right: 20px
    }

    .lg\:pr-\[30px\] {
        padding-right: 30px
    }

    .lg\:pr-\[60px\] {
        padding-right: 60px
    }

    .lg\:pt-5 {
        padding-top: 1.25rem
    }

    .lg\:pt-\[0\],
    .lg\:pt-\[0px\] {
        padding-top: 0
    }

    .lg\:pt-\[100px\] {
        padding-top: 100px
    }

    .lg\:pt-\[10px\] {
        padding-top: 10px
    }

    .lg\:pt-\[34px\] {
        padding-top: 34px
    }

    .lg\:pt-\[40px\] {
        padding-top: 40px
    }

    .lg\:pt-\[50px\] {
        padding-top: 50px
    }

    .lg\:pt-\[60px\] {
        padding-top: 60px
    }

    .lg\:pt-\[70px\] {
        padding-top: 70px
    }

    .lg\:pt-\[80px\] {
        padding-top: 80px
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-\[10px\] {
        font-size: 10px
    }

    .lg\:text-\[12px\] {
        font-size: 12px
    }

    .lg\:text-\[130px\] {
        font-size: 130px
    }

    .lg\:text-\[13px\] {
        font-size: 13px
    }

    .lg\:text-\[14px\] {
        font-size: 14px
    }

    .lg\:text-\[15px\] {
        font-size: 15px
    }

    .lg\:text-\[16px\] {
        font-size: 16px
    }

    .lg\:text-\[17px\] {
        font-size: 17px
    }

    .lg\:text-\[18px\] {
        font-size: 18px
    }

    .lg\:text-\[20px\] {
        font-size: 20px
    }

    .lg\:text-\[22px\] {
        font-size: 22px
    }

    .lg\:text-\[24px\] {
        font-size: 24px
    }

    .lg\:text-\[250px\] {
        font-size: 250px
    }

    .lg\:text-\[25px\] {
        font-size: 25px
    }

    .lg\:text-\[26px\] {
        font-size: 26px
    }

    .lg\:text-\[28px\] {
        font-size: 28px
    }

    .lg\:text-\[30px\] {
        font-size: 30px
    }

    .lg\:text-\[32px\] {
        font-size: 32px
    }

    .lg\:text-\[330px\] {
        font-size: 330px
    }

    .lg\:text-\[33px\] {
        font-size: 33px
    }

    .lg\:text-\[34px\] {
        font-size: 34px
    }

    .lg\:text-\[35px\] {
        font-size: 35px
    }

    .lg\:text-\[36px\] {
        font-size: 36px
    }

    .lg\:text-\[40px\] {
        font-size: 40px
    }

    .lg\:text-\[45px\] {
        font-size: 45px
    }

    .lg\:text-\[50px\] {
        font-size: 50px
    }

    .lg\:text-\[55px\] {
        font-size: 55px
    }

    .lg\:text-\[60px\] {
        font-size: 60px
    }

    .lg\:text-\[80px\] {
        font-size: 80px
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .lg\:text-xs {
        font-size: .75rem
    }

    .lg\:leading-4,
    .lg\:text-xs {
        line-height: 1rem
    }

    .lg\:leading-8 {
        line-height: 2rem
    }

    .lg\:leading-\[130px\] {
        line-height: 130px
    }

    .lg\:leading-\[140px\] {
        line-height: 140px
    }

    .lg\:leading-\[163px\] {
        line-height: 163px
    }

    .lg\:leading-\[22px\] {
        line-height: 22px
    }

    .lg\:leading-\[24px\] {
        line-height: 24px
    }

    .lg\:leading-\[26px\] {
        line-height: 26px
    }

    .lg\:leading-\[28px\] {
        line-height: 28px
    }

    .lg\:leading-\[30px\] {
        line-height: 30px
    }

    .lg\:leading-\[32px\] {
        line-height: 32px
    }

    .lg\:leading-\[36px\] {
        line-height: 36px
    }

    .lg\:leading-\[40px\] {
        line-height: 40px
    }

    .lg\:before\:left-\[15px\]:before {
        content: var(--tw-content);
        left: 15px
    }

    .lg\:before\:right-\[15px\]:before {
        content: var(--tw-content);
        right: 15px
    }

    .lg\:before\:top-\[15px\]:before {
        content: var(--tw-content);
        top: 15px
    }

    .lg\:before\:h-\[230px\]:before {
        content: var(--tw-content);
        height: 230px
    }

    .lg\:before\:w-\[410px\]:before {
        content: var(--tw-content);
        width: 410px
    }

    .lg\:after\:left-\[30px\]:after {
        content: var(--tw-content);
        left: 30px
    }

    .lg\:after\:right-\[30px\]:after {
        content: var(--tw-content);
        right: 30px
    }

    .lg\:after\:top-\[30px\]:after {
        content: var(--tw-content);
        top: 30px
    }

    .lg\:after\:h-\[230px\]:after {
        content: var(--tw-content);
        height: 230px
    }

    .lg\:after\:w-\[410px\]:after {
        content: var(--tw-content);
        width: 410px
    }
}

@media (min-width:1280px) {
    .xl\:-bottom-\[80px\] {
        bottom: -80px
    }

    .xl\:-left-\[100px\] {
        left: -100px
    }

    .xl\:-left-\[185px\] {
        left: -185px
    }

    .xl\:-top-\[78px\] {
        top: -78px
    }

    .xl\:bottom-\[10px\] {
        bottom: 10px
    }

    .xl\:bottom-\[30px\] {
        bottom: 30px
    }

    .xl\:bottom-\[40px\] {
        bottom: 40px
    }

    .xl\:left-\[100px\] {
        left: 100px
    }

    .xl\:right-\[80px\] {
        right: 80px
    }

    .xl\:top-\[100px\] {
        top: 100px
    }

    .xl\:top-\[3px\] {
        top: 3px
    }

    .xl\:order-1 {
        order: 1
    }

    .xl\:order-2 {
        order: 2
    }

    .xl\:col-span-1 {
        grid-column: span 1/span 1
    }

    .xl\:col-span-12 {
        grid-column: span 12/span 12
    }

    .xl\:col-span-2 {
        grid-column: span 2/span 2
    }

    .xl\:col-span-3 {
        grid-column: span 3/span 3
    }

    .xl\:col-span-4 {
        grid-column: span 4/span 4
    }

    .xl\:col-span-5 {
        grid-column: span 5/span 5
    }

    .xl\:col-span-6 {
        grid-column: span 6/span 6
    }

    .xl\:col-span-7 {
        grid-column: span 7/span 7
    }

    .xl\:col-span-8 {
        grid-column: span 8/span 8
    }

    .xl\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .xl\:mx-\[20px\] {
        margin-left: 20px;
        margin-right: 20px
    }

    .xl\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .xl\:my-\[0\] {
        margin-top: 0;
        margin-bottom: 0
    }

    .xl\:my-\[25px\] {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .xl\:my-\[30px\] {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .xl\:my-\[40px\] {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .xl\:my-\[50px\] {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .xl\:my-\[60px\] {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .xl\:my-\[80px\] {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .xl\:\!mt-\[4px\] {
        margin-top: 4px !important
    }

    .xl\:-mt-\[100px\] {
        margin-top: -100px
    }

    .xl\:mb-1 {
        margin-bottom: .25rem
    }

    .xl\:mb-\[0\],
    .xl\:mb-\[0px\] {
        margin-bottom: 0
    }

    .xl\:mb-\[100px\] {
        margin-bottom: 100px
    }

    .xl\:mb-\[18px\] {
        margin-bottom: 18px
    }

    .xl\:mb-\[20px\] {
        margin-bottom: 20px
    }

    .xl\:mb-\[24px\] {
        margin-bottom: 24px
    }

    .xl\:mb-\[25px\] {
        margin-bottom: 25px
    }

    .xl\:mb-\[30px\] {
        margin-bottom: 30px
    }

    .xl\:mb-\[32px\] {
        margin-bottom: 32px
    }

    .xl\:mb-\[35px\] {
        margin-bottom: 35px
    }

    .xl\:mb-\[3px\] {
        margin-bottom: 3px
    }

    .xl\:mb-\[44px\] {
        margin-bottom: 44px
    }

    .xl\:mb-\[50px\] {
        margin-bottom: 50px
    }

    .xl\:mb-\[5px\] {
        margin-bottom: 5px
    }

    .xl\:mb-\[70px\] {
        margin-bottom: 70px
    }

    .xl\:mb-\[80px\] {
        margin-bottom: 80px
    }

    .xl\:ml-10 {
        margin-left: 2.5rem
    }

    .xl\:ml-\[0\],
    .xl\:ml-\[0px\] {
        margin-left: 0
    }

    .xl\:ml-\[15px\] {
        margin-left: 15px
    }

    .xl\:ml-\[20px\] {
        margin-left: 20px
    }

    .xl\:ml-\[25px\] {
        margin-left: 25px
    }

    .xl\:ml-\[30px\] {
        margin-left: 30px
    }

    .xl\:mr-\[100px\] {
        margin-right: 100px
    }

    .xl\:mr-\[15px\] {
        margin-right: 15px
    }

    .xl\:mr-\[20px\] {
        margin-right: 20px
    }

    .xl\:mr-\[30px\] {
        margin-right: 30px
    }

    .xl\:mt-10 {
        margin-top: 2.5rem
    }

    .xl\:mt-\[-135px\] {
        margin-top: -135px
    }

    .xl\:mt-\[-400px\] {
        margin-top: -400px
    }

    .xl\:mt-\[-7px\] {
        margin-top: -7px
    }

    .xl\:mt-\[0\],
    .xl\:mt-\[0px\] {
        margin-top: 0
    }

    .xl\:mt-\[10px\] {
        margin-top: 10px
    }

    .xl\:mt-\[15px\] {
        margin-top: 15px
    }

    .xl\:mt-\[20px\] {
        margin-top: 20px
    }

    .xl\:mt-\[21px\] {
        margin-top: 21px
    }

    .xl\:mt-\[25px\] {
        margin-top: 25px
    }

    .xl\:mt-\[26px\] {
        margin-top: 26px
    }

    .xl\:mt-\[30px\] {
        margin-top: 30px
    }

    .xl\:mt-\[40px\] {
        margin-top: 40px
    }

    .xl\:mt-\[45px\] {
        margin-top: 45px
    }

    .xl\:mt-\[48px\] {
        margin-top: 48px
    }

    .xl\:mt-\[50px\] {
        margin-top: 50px
    }

    .xl\:mt-\[54px\] {
        margin-top: 54px
    }

    .xl\:mt-\[55px\] {
        margin-top: 55px
    }

    .xl\:mt-\[5px\] {
        margin-top: 5px
    }

    .xl\:mt-\[60px\] {
        margin-top: 60px
    }

    .xl\:mt-\[70px\] {
        margin-top: 70px
    }

    .xl\:mt-\[80px\] {
        margin-top: 80px
    }

    .xl\:block {
        display: block
    }

    .xl\:inline-block {
        display: inline-block
    }

    .xl\:flex {
        display: flex
    }

    .xl\:grid {
        display: grid
    }

    .xl\:hidden {
        display: none
    }

    .xl\:h-\[100\%\] {
        height: 100%
    }

    .xl\:h-\[120px\] {
        height: 120px
    }

    .xl\:h-\[128px\] {
        height: 128px
    }

    .xl\:h-\[180px\] {
        height: 180px
    }

    .xl\:h-\[200px\] {
        height: 200px
    }

    .xl\:h-\[225px\] {
        height: 225px
    }

    .xl\:h-\[250px\] {
        height: 250px
    }

    .xl\:h-\[260px\] {
        height: 260px
    }

    .xl\:h-\[265px\] {
        height: 265px
    }

    .xl\:h-\[270px\] {
        height: 270px
    }

    .xl\:h-\[280px\] {
        height: 280px
    }

    .xl\:h-\[307px\] {
        height: 307px
    }

    .xl\:h-\[330px\] {
        height: 330px
    }

    .xl\:h-\[336px\] {
        height: 336px
    }

    .xl\:h-\[35\%\] {
        height: 35%
    }

    .xl\:h-\[362px\] {
        height: 362px
    }

    .xl\:h-\[40\%\] {
        height: 40%
    }

    .xl\:h-\[400px\] {
        height: 400px
    }

    .xl\:h-\[450px\] {
        height: 450px
    }

    .xl\:h-\[480px\] {
        height: 480px
    }

    .xl\:h-\[500px\] {
        height: 500px
    }

    .xl\:h-\[520px\] {
        height: 520px
    }

    .xl\:h-\[530px\] {
        height: 530px
    }

    .xl\:h-\[570px\] {
        height: 570px
    }

    .xl\:h-\[70px\] {
        height: 70px
    }

    .xl\:h-\[80px\] {
        height: 80px
    }

    .xl\:h-\[920px\] {
        height: 920px
    }

    .xl\:h-\[95px\] {
        height: 95px
    }

    .xl\:h-\[auto\] {
        height: auto
    }

    .xl\:h-full {
        height: 100%
    }

    .xl\:min-h-\[460px\] {
        min-height: 460px
    }

    .xl\:min-h-\[50px\] {
        min-height: 50px
    }

    .xl\:min-h-\[51px\] {
        min-height: 51px
    }

    .xl\:min-h-\[61px\] {
        min-height: 61px
    }

    .xl\:min-h-\[70px\] {
        min-height: 70px
    }

    .xl\:min-h-\[75px\] {
        min-height: 75px
    }

    .xl\:\!w-full {
        width: 100% !important
    }

    .xl\:w-\[100\%\] {
        width: 100%
    }

    .xl\:w-\[1030px\] {
        width: 1030px
    }

    .xl\:w-\[105px\] {
        width: 105px
    }

    .xl\:w-\[120px\] {
        width: 120px
    }

    .xl\:w-\[128px\] {
        width: 128px
    }

    .xl\:w-\[12px\] {
        width: 12px
    }

    .xl\:w-\[130px\] {
        width: 130px
    }

    .xl\:w-\[14\%\] {
        width: 14%
    }

    .xl\:w-\[140px\] {
        width: 140px
    }

    .xl\:w-\[15\%\] {
        width: 15%
    }

    .xl\:w-\[16px\] {
        width: 16px
    }

    .xl\:w-\[180px\] {
        width: 180px
    }

    .xl\:w-\[20\%\] {
        width: 20%
    }

    .xl\:w-\[200px\] {
        width: 200px
    }

    .xl\:w-\[220px\] {
        width: 220px
    }

    .xl\:w-\[23\%\] {
        width: 23%
    }

    .xl\:w-\[240px\] {
        width: 240px
    }

    .xl\:w-\[25\%\] {
        width: 25%
    }

    .xl\:w-\[250px\] {
        width: 250px
    }

    .xl\:w-\[278px\] {
        width: 278px
    }

    .xl\:w-\[30\%\] {
        width: 30%
    }

    .xl\:w-\[300px\] {
        width: 300px
    }

    .xl\:w-\[340px\] {
        width: 340px
    }

    .xl\:w-\[40\%\] {
        width: 40%
    }

    .xl\:w-\[400px\] {
        width: 400px
    }

    .xl\:w-\[450px\] {
        width: 450px
    }

    .xl\:w-\[45px\] {
        width: 45px
    }

    .xl\:w-\[50\%\] {
        width: 50%
    }

    .xl\:w-\[500px\] {
        width: 500px
    }

    .xl\:w-\[520px\] {
        width: 520px
    }

    .xl\:w-\[540px\] {
        width: 540px
    }

    .xl\:w-\[550px\] {
        width: 550px
    }

    .xl\:w-\[60\%\] {
        width: 60%
    }

    .xl\:w-\[60px\] {
        width: 60px
    }

    .xl\:w-\[65\%\] {
        width: 65%
    }

    .xl\:w-\[70\%\] {
        width: 70%
    }

    .xl\:w-\[70px\] {
        width: 70px
    }

    .xl\:w-\[720px\] {
        width: 720px
    }

    .xl\:w-\[75\%\] {
        width: 75%
    }

    .xl\:w-\[80\%\] {
        width: 80%
    }

    .xl\:w-\[80px\] {
        width: 80px
    }

    .xl\:w-\[85\%\] {
        width: 85%
    }

    .xl\:w-\[90\%\] {
        width: 90%
    }

    .xl\:w-\[90px\] {
        width: 90px
    }

    .xl\:w-\[auto\] {
        width: auto
    }

    .xl\:w-full {
        width: 100%
    }

    .xl\:max-w-\[30\%\] {
        max-width: 30%
    }

    .xl\:max-w-lg {
        max-width: 32rem
    }

    .xl\:basis-\[65\%\] {
        flex-basis: 65%
    }

    .xl\:columns-2 {
        -moz-columns: 2;
        column-count: 2
    }

    .xl\:columns-4 {
        -moz-columns: 4;
        column-count: 4
    }

    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .xl\:flex-row {
        flex-direction: row
    }

    .xl\:flex-col {
        flex-direction: column
    }

    .xl\:items-center {
        align-items: center
    }

    .xl\:justify-start {
        justify-content: flex-start
    }

    .xl\:justify-end {
        justify-content: flex-end
    }

    .xl\:gap-10 {
        gap: 2.5rem
    }

    .xl\:gap-12 {
        gap: 3rem
    }

    .xl\:gap-20 {
        gap: 5rem
    }

    .xl\:gap-24 {
        gap: 6rem
    }

    .xl\:gap-\[100px\] {
        gap: 100px
    }

    .xl\:gap-\[10px\] {
        gap: 10px
    }

    .xl\:gap-\[20px\] {
        gap: 20px
    }

    .xl\:gap-\[30px\] {
        gap: 30px
    }

    .xl\:gap-\[40px\] {
        gap: 40px
    }

    .xl\:gap-\[50px\] {
        gap: 50px
    }

    .xl\:gap-\[60px\] {
        gap: 60px
    }

    .xl\:gap-\[80px\] {
        gap: 80px
    }

    .xl\:gap-y-\[0\] {
        row-gap: 0
    }

    .xl\:space-x-10>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .xl\:overflow-x-hidden {
        overflow-x: hidden
    }

    .xl\:overflow-x-visible {
        overflow-x: visible
    }

    .xl\:rounded-br-\[150px\] {
        border-bottom-right-radius: 150px
    }

    .xl\:rounded-br-\[50px\] {
        border-bottom-right-radius: 50px
    }

    .xl\:rounded-tl-\[150px\] {
        border-top-left-radius: 150px
    }

    .xl\:rounded-tl-\[50px\] {
        border-top-left-radius: 50px
    }

    .xl\:border-l-2 {
        border-left-width: 2px
    }

    .xl\:border-r-2 {
        border-right-width: 2px
    }

    .xl\:p-4 {
        padding: 1rem
    }

    .xl\:p-\[15px\] {
        padding: 15px
    }

    .xl\:p-\[20px\] {
        padding: 20px
    }

    .xl\:p-\[30px\] {
        padding: 30px
    }

    .xl\:p-\[40px\] {
        padding: 40px
    }

    .xl\:p-\[50px\] {
        padding: 50px
    }

    .xl\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem
    }

    .xl\:px-\[0\] {
        padding-left: 0;
        padding-right: 0
    }

    .xl\:px-\[140px\] {
        padding-left: 140px;
        padding-right: 140px
    }

    .xl\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px
    }

    .xl\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px
    }

    .xl\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .xl\:px-\[45px\] {
        padding-left: 45px;
        padding-right: 45px
    }

    .xl\:px-\[50px\] {
        padding-left: 50px;
        padding-right: 50px
    }

    .xl\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .xl\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    .xl\:py-\[0\] {
        padding-top: 0;
        padding-bottom: 0
    }

    .xl\:py-\[100px\] {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .xl\:py-\[13px\] {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .xl\:py-\[150px\] {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .xl\:py-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .xl\:py-\[25px\] {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .xl\:py-\[30px\] {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .xl\:py-\[40px\] {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .xl\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .xl\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .xl\:py-\[70px\] {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .xl\:py-\[80px\] {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .xl\:pb-2 {
        padding-bottom: .5rem
    }

    .xl\:pb-\[100px\] {
        padding-bottom: 100px
    }

    .xl\:pb-\[10px\] {
        padding-bottom: 10px
    }

    .xl\:pb-\[30px\] {
        padding-bottom: 30px
    }

    .xl\:pb-\[50px\] {
        padding-bottom: 50px
    }

    .xl\:pb-\[65px\] {
        padding-bottom: 65px
    }

    .xl\:pb-\[80px\] {
        padding-bottom: 80px
    }

    .xl\:pb-\[90px\] {
        padding-bottom: 90px
    }

    .xl\:pl-\[0px\] {
        padding-left: 0
    }

    .xl\:pl-\[10px\] {
        padding-left: 10px
    }

    .xl\:pl-\[20px\] {
        padding-left: 20px
    }

    .xl\:pl-\[30px\] {
        padding-left: 30px
    }

    .xl\:pl-\[60px\] {
        padding-left: 60px
    }

    .xl\:pl-\[70px\] {
        padding-left: 70px
    }

    .xl\:pr-\[0\] {
        padding-right: 0
    }

    .xl\:pr-\[100px\] {
        padding-right: 100px
    }

    .xl\:pr-\[20px\] {
        padding-right: 20px
    }

    .xl\:pr-\[30px\] {
        padding-right: 30px
    }

    .xl\:pt-10 {
        padding-top: 2.5rem
    }

    .xl\:pt-\[0\],
    .xl\:pt-\[0px\] {
        padding-top: 0
    }

    .xl\:pt-\[100px\] {
        padding-top: 100px
    }

    .xl\:pt-\[10px\] {
        padding-top: 10px
    }

    .xl\:pt-\[34px\] {
        padding-top: 34px
    }

    .xl\:pt-\[50px\] {
        padding-top: 50px
    }

    .xl\:pt-\[60px\] {
        padding-top: 60px
    }

    .xl\:pt-\[70px\] {
        padding-top: 70px
    }

    .xl\:pt-\[80px\] {
        padding-top: 80px
    }

    .xl\:text-left {
        text-align: left
    }

    .xl\:text-center {
        text-align: center
    }

    .xl\:text-right {
        text-align: right
    }

    .xl\:text-\[10px\] {
        font-size: 10px
    }

    .xl\:text-\[12px\] {
        font-size: 12px
    }

    .xl\:text-\[13px\] {
        font-size: 13px
    }

    .xl\:text-\[14px\] {
        font-size: 14px
    }

    .xl\:text-\[150px\] {
        font-size: 150px
    }

    .xl\:text-\[15px\] {
        font-size: 15px
    }

    .xl\:text-\[16px\] {
        font-size: 16px
    }

    .xl\:text-\[18px\] {
        font-size: 18px
    }

    .xl\:text-\[20px\] {
        font-size: 20px
    }

    .xl\:text-\[22px\] {
        font-size: 22px
    }

    .xl\:text-\[24px\] {
        font-size: 24px
    }

    .xl\:text-\[250px\] {
        font-size: 250px
    }

    .xl\:text-\[25px\] {
        font-size: 25px
    }

    .xl\:text-\[26px\] {
        font-size: 26px
    }

    .xl\:text-\[28px\] {
        font-size: 28px
    }

    .xl\:text-\[30px\] {
        font-size: 30px
    }

    .xl\:text-\[32px\] {
        font-size: 32px
    }

    .xl\:text-\[330px\] {
        font-size: 330px
    }

    .xl\:text-\[34px\] {
        font-size: 34px
    }

    .xl\:text-\[35px\] {
        font-size: 35px
    }

    .xl\:text-\[36px\] {
        font-size: 36px
    }

    .xl\:text-\[40px\] {
        font-size: 40px
    }

    .xl\:text-\[42px\] {
        font-size: 42px
    }

    .xl\:text-\[43px\] {
        font-size: 43px
    }

    .xl\:text-\[45px\] {
        font-size: 45px
    }

    .xl\:text-\[46px\] {
        font-size: 46px
    }

    .xl\:text-\[48px\] {
        font-size: 48px
    }

    .xl\:text-\[50px\] {
        font-size: 50px
    }

    .xl\:text-\[52px\] {
        font-size: 52px
    }

    .xl\:text-\[60px\] {
        font-size: 60px
    }

    .xl\:text-\[70px\] {
        font-size: 70px
    }

    .xl\:text-\[90px\] {
        font-size: 90px
    }

    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .xl\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .xl\:leading-5 {
        line-height: 1.25rem
    }

    .xl\:leading-8 {
        line-height: 2rem
    }

    .xl\:leading-\[163px\] {
        line-height: 163px
    }

    .xl\:leading-\[24px\] {
        line-height: 24px
    }

    .xl\:leading-\[26px\] {
        line-height: 26px
    }

    .xl\:leading-\[28px\] {
        line-height: 28px
    }

    .xl\:leading-\[30px\] {
        line-height: 30px
    }

    .xl\:leading-\[32px\] {
        line-height: 32px
    }

    .xl\:leading-\[34px\] {
        line-height: 34px
    }

    .xl\:leading-\[36px\] {
        line-height: 36px
    }

    .xl\:leading-\[50px\] {
        line-height: 50px
    }

    .xl\:text-\[22\] {
        color: 22
    }

    .xl\:before\:left-\[20px\]:before {
        content: var(--tw-content);
        left: 20px
    }

    .xl\:before\:right-\[20px\]:before {
        content: var(--tw-content);
        right: 20px
    }

    .xl\:before\:top-\[20px\]:before {
        content: var(--tw-content);
        top: 20px
    }

    .xl\:before\:h-\[307px\]:before {
        content: var(--tw-content);
        height: 307px
    }

    .xl\:before\:w-\[540px\]:before {
        content: var(--tw-content);
        width: 540px
    }

    .xl\:after\:left-\[40px\]:after {
        content: var(--tw-content);
        left: 40px
    }

    .xl\:after\:right-\[40px\]:after {
        content: var(--tw-content);
        right: 40px
    }

    .xl\:after\:top-\[40px\]:after {
        content: var(--tw-content);
        top: 40px
    }

    .xl\:after\:h-\[307px\]:after {
        content: var(--tw-content);
        height: 307px
    }

    .xl\:after\:w-\[540px\]:after {
        content: var(--tw-content);
        width: 540px
    }
}

@media (min-width:1536px) {
    .\32xl\:-bottom-\[80px\] {
        bottom: -80px
    }

    .\32xl\:-left-\[264px\] {
        left: -264px
    }

    .\32xl\:-left-\[88px\] {
        left: -88px
    }

    .\32xl\:-top-\[78px\] {
        top: -78px
    }

    .\32xl\:bottom-\[15px\] {
        bottom: 15px
    }

    .\32xl\:bottom-\[30px\] {
        bottom: 30px
    }

    .\32xl\:bottom-\[50px\] {
        bottom: 50px
    }

    .\32xl\:left-0 {
        left: 0
    }

    .\32xl\:left-\[100px\] {
        left: 100px
    }

    .\32xl\:right-\[80px\] {
        right: 80px
    }

    .\32xl\:top-\[100px\] {
        top: 100px
    }

    .\32xl\:top-\[3px\] {
        top: 3px
    }

    .\32xl\:order-1 {
        order: 1
    }

    .\32xl\:order-2 {
        order: 2
    }

    .\32xl\:col-span-1 {
        grid-column: span 1/span 1
    }

    .\32xl\:col-span-12 {
        grid-column: span 12/span 12
    }

    .\32xl\:col-span-2 {
        grid-column: span 2/span 2
    }

    .\32xl\:col-span-3 {
        grid-column: span 3/span 3
    }

    .\32xl\:col-span-4 {
        grid-column: span 4/span 4
    }

    .\32xl\:col-span-5 {
        grid-column: span 5/span 5
    }

    .\32xl\:col-span-6 {
        grid-column: span 6/span 6
    }

    .\32xl\:col-span-7 {
        grid-column: span 7/span 7
    }

    .\32xl\:col-span-8 {
        grid-column: span 8/span 8
    }

    .\32xl\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .\32xl\:mx-\[20px\] {
        margin-left: 20px;
        margin-right: 20px
    }

    .\32xl\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .\32xl\:my-\[25px\] {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .\32xl\:my-\[30px\] {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .\32xl\:my-\[40px\] {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .\32xl\:my-\[60px\] {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .\32xl\:my-\[94px\] {
        margin-top: 94px;
        margin-bottom: 94px
    }

    .\32xl\:\!mt-\[10px\] {
        margin-top: 10px !important
    }

    .\32xl\:-mt-\[120px\] {
        margin-top: -120px
    }

    .\32xl\:mb-2 {
        margin-bottom: .5rem
    }

    .\32xl\:mb-2\.5 {
        margin-bottom: .625rem
    }

    .\32xl\:mb-\[0\],
    .\32xl\:mb-\[0px\] {
        margin-bottom: 0
    }

    .\32xl\:mb-\[100px\] {
        margin-bottom: 100px
    }

    .\32xl\:mb-\[10px\] {
        margin-bottom: 10px
    }

    .\32xl\:mb-\[150px\] {
        margin-bottom: 150px
    }

    .\32xl\:mb-\[20px\] {
        margin-bottom: 20px
    }

    .\32xl\:mb-\[24px\] {
        margin-bottom: 24px
    }

    .\32xl\:mb-\[25px\] {
        margin-bottom: 25px
    }

    .\32xl\:mb-\[30px\] {
        margin-bottom: 30px
    }

    .\32xl\:mb-\[35px\] {
        margin-bottom: 35px
    }

    .\32xl\:mb-\[40px\] {
        margin-bottom: 40px
    }

    .\32xl\:mb-\[42px\] {
        margin-bottom: 42px
    }

    .\32xl\:mb-\[54px\] {
        margin-bottom: 54px
    }

    .\32xl\:mb-\[60px\] {
        margin-bottom: 60px
    }

    .\32xl\:mb-\[70px\] {
        margin-bottom: 70px
    }

    .\32xl\:mb-\[80px\] {
        margin-bottom: 80px
    }

    .\32xl\:mb-\[90px\] {
        margin-bottom: 90px
    }

    .\32xl\:ml-10 {
        margin-left: 2.5rem
    }

    .\32xl\:ml-\[0\] {
        margin-left: 0
    }

    .\32xl\:ml-\[10px\] {
        margin-left: 10px
    }

    .\32xl\:ml-\[15px\] {
        margin-left: 15px
    }

    .\32xl\:ml-\[20px\] {
        margin-left: 20px
    }

    .\32xl\:ml-\[25px\] {
        margin-left: 25px
    }

    .\32xl\:ml-\[30px\] {
        margin-left: 30px
    }

    .\32xl\:mr-\[100px\] {
        margin-right: 100px
    }

    .\32xl\:mr-\[15px\] {
        margin-right: 15px
    }

    .\32xl\:mr-\[30px\] {
        margin-right: 30px
    }

    .\32xl\:mr-\[40px\] {
        margin-right: 40px
    }

    .\32xl\:mt-10 {
        margin-top: 2.5rem
    }

    .\32xl\:mt-\[-135px\] {
        margin-top: -135px
    }

    .\32xl\:mt-\[-400px\] {
        margin-top: -400px
    }

    .\32xl\:mt-\[-7px\] {
        margin-top: -7px
    }

    .\32xl\:mt-\[0\],
    .\32xl\:mt-\[0px\] {
        margin-top: 0
    }

    .\32xl\:mt-\[100px\] {
        margin-top: 100px
    }

    .\32xl\:mt-\[10px\] {
        margin-top: 10px
    }

    .\32xl\:mt-\[15px\] {
        margin-top: 15px
    }

    .\32xl\:mt-\[20px\] {
        margin-top: 20px
    }

    .\32xl\:mt-\[21px\] {
        margin-top: 21px
    }

    .\32xl\:mt-\[26px\] {
        margin-top: 26px
    }

    .\32xl\:mt-\[29px\] {
        margin-top: 29px
    }

    .\32xl\:mt-\[30px\] {
        margin-top: 30px
    }

    .\32xl\:mt-\[40px\] {
        margin-top: 40px
    }

    .\32xl\:mt-\[48px\] {
        margin-top: 48px
    }

    .\32xl\:mt-\[50px\] {
        margin-top: 50px
    }

    .\32xl\:mt-\[52px\] {
        margin-top: 52px
    }

    .\32xl\:mt-\[5px\] {
        margin-top: 5px
    }

    .\32xl\:mt-\[60px\] {
        margin-top: 60px
    }

    .\32xl\:mt-\[64px\] {
        margin-top: 64px
    }

    .\32xl\:mt-\[65px\] {
        margin-top: 65px
    }

    .\32xl\:mt-\[70px\] {
        margin-top: 70px
    }

    .\32xl\:mt-\[72px\] {
        margin-top: 72px
    }

    .\32xl\:mt-\[80px\] {
        margin-top: 80px
    }

    .\32xl\:mt-\[90px\] {
        margin-top: 90px
    }

    .\32xl\:block {
        display: block
    }

    .\32xl\:inline-block {
        display: inline-block
    }

    .\32xl\:flex {
        display: flex
    }

    .\32xl\:grid {
        display: grid
    }

    .\32xl\:hidden {
        display: none
    }

    .\32xl\:h-\[100\%\] {
        height: 100%
    }

    .\32xl\:h-\[120px\] {
        height: 120px
    }

    .\32xl\:h-\[128px\] {
        height: 128px
    }

    .\32xl\:h-\[144px\] {
        height: 144px
    }

    .\32xl\:h-\[220px\] {
        height: 220px
    }

    .\32xl\:h-\[260px\] {
        height: 260px
    }

    .\32xl\:h-\[280px\] {
        height: 280px
    }

    .\32xl\:h-\[300px\] {
        height: 300px
    }

    .\32xl\:h-\[310px\] {
        height: 310px
    }

    .\32xl\:h-\[320px\] {
        height: 320px
    }

    .\32xl\:h-\[323px\] {
        height: 323px
    }

    .\32xl\:h-\[340px\] {
        height: 340px
    }

    .\32xl\:h-\[35\%\] {
        height: 35%
    }

    .\32xl\:h-\[370px\] {
        height: 370px
    }

    .\32xl\:h-\[375px\] {
        height: 375px
    }

    .\32xl\:h-\[40\%\] {
        height: 40%
    }

    .\32xl\:h-\[400px\] {
        height: 400px
    }

    .\32xl\:h-\[410px\] {
        height: 410px
    }

    .\32xl\:h-\[423px\] {
        height: 423px
    }

    .\32xl\:h-\[450px\] {
        height: 450px
    }

    .\32xl\:h-\[480px\] {
        height: 480px
    }

    .\32xl\:h-\[500px\] {
        height: 500px
    }

    .\32xl\:h-\[508px\] {
        height: 508px
    }

    .\32xl\:h-\[520px\] {
        height: 520px
    }

    .\32xl\:h-\[530px\] {
        height: 530px
    }

    .\32xl\:h-\[540px\] {
        height: 540px
    }

    .\32xl\:h-\[600px\] {
        height: 600px
    }

    .\32xl\:h-\[640px\] {
        height: 640px
    }

    .\32xl\:h-\[70px\] {
        height: 70px
    }

    .\32xl\:h-\[725px\] {
        height: 725px
    }

    .\32xl\:h-\[730px\] {
        height: 730px
    }

    .\32xl\:h-\[80px\] {
        height: 80px
    }

    .\32xl\:h-\[920px\] {
        height: 920px
    }

    .\32xl\:h-\[95px\] {
        height: 95px
    }

    .\32xl\:h-\[auto\] {
        height: auto
    }

    .\32xl\:h-full {
        height: 100%
    }

    .\32xl\:min-h-\[50px\] {
        min-height: 50px
    }

    .\32xl\:min-h-\[560px\] {
        min-height: 560px
    }

    .\32xl\:min-h-\[70px\] {
        min-height: 70px
    }

    .\32xl\:min-h-\[75px\] {
        min-height: 75px
    }

    .\32xl\:min-h-\[77px\] {
        min-height: 77px
    }

    .\32xl\:\!w-full {
        width: 100% !important
    }

    .\32xl\:w-\[100\%\] {
        width: 100%
    }

    .\32xl\:w-\[1030px\] {
        width: 1030px
    }

    .\32xl\:w-\[109px\] {
        width: 109px
    }

    .\32xl\:w-\[110px\] {
        width: 110px
    }

    .\32xl\:w-\[120px\] {
        width: 120px
    }

    .\32xl\:w-\[128px\] {
        width: 128px
    }

    .\32xl\:w-\[130px\] {
        width: 130px
    }

    .\32xl\:w-\[14\%\] {
        width: 14%
    }

    .\32xl\:w-\[140px\] {
        width: 140px
    }

    .\32xl\:w-\[144px\] {
        width: 144px
    }

    .\32xl\:w-\[14px\] {
        width: 14px
    }

    .\32xl\:w-\[15\%\] {
        width: 15%
    }

    .\32xl\:w-\[16px\] {
        width: 16px
    }

    .\32xl\:w-\[20\%\] {
        width: 20%
    }

    .\32xl\:w-\[200px\] {
        width: 200px
    }

    .\32xl\:w-\[220px\] {
        width: 220px
    }

    .\32xl\:w-\[228px\] {
        width: 228px
    }

    .\32xl\:w-\[23\%\] {
        width: 23%
    }

    .\32xl\:w-\[240px\] {
        width: 240px
    }

    .\32xl\:w-\[25\%\] {
        width: 25%
    }

    .\32xl\:w-\[250px\] {
        width: 250px
    }

    .\32xl\:w-\[278px\] {
        width: 278px
    }

    .\32xl\:w-\[290px\] {
        width: 290px
    }

    .\32xl\:w-\[30\%\] {
        width: 30%
    }

    .\32xl\:w-\[300px\] {
        width: 300px
    }

    .\32xl\:w-\[340px\] {
        width: 340px
    }

    .\32xl\:w-\[350px\] {
        width: 350px
    }

    .\32xl\:w-\[40\%\] {
        width: 40%
    }

    .\32xl\:w-\[400px\] {
        width: 400px
    }

    .\32xl\:w-\[450px\] {
        width: 450px
    }

    .\32xl\:w-\[50\%\] {
        width: 50%
    }

    .\32xl\:w-\[500px\] {
        width: 500px
    }

    .\32xl\:w-\[520px\] {
        width: 520px
    }

    .\32xl\:w-\[550px\] {
        width: 550px
    }

    .\32xl\:w-\[59px\] {
        width: 59px
    }

    .\32xl\:w-\[60\%\] {
        width: 60%
    }

    .\32xl\:w-\[600px\] {
        width: 600px
    }

    .\32xl\:w-\[604px\] {
        width: 604px
    }

    .\32xl\:w-\[65\%\] {
        width: 65%
    }

    .\32xl\:w-\[70\%\] {
        width: 70%
    }

    .\32xl\:w-\[70px\] {
        width: 70px
    }

    .\32xl\:w-\[720px\] {
        width: 720px
    }

    .\32xl\:w-\[75\%\] {
        width: 75%
    }

    .\32xl\:w-\[80\%\] {
        width: 80%
    }

    .\32xl\:w-\[80px\] {
        width: 80px
    }

    .\32xl\:w-\[84\%\] {
        width: 84%
    }

    .\32xl\:w-\[85\%\] {
        width: 85%
    }

    .\32xl\:w-\[90\%\] {
        width: 90%
    }

    .\32xl\:w-\[90px\] {
        width: 90px
    }

    .\32xl\:w-\[auto\],
    .\32xl\:w-auto {
        width: auto
    }

    .\32xl\:w-full {
        width: 100%
    }

    .\32xl\:max-w-\[30\%\] {
        max-width: 30%
    }

    .\32xl\:max-w-lg {
        max-width: 32rem
    }

    .\32xl\:basis-\[52\%\] {
        flex-basis: 52%
    }

    .\32xl\:columns-2 {
        -moz-columns: 2;
        column-count: 2
    }

    .\32xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .\32xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .\32xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .\32xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .\32xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .\32xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .\32xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .\32xl\:flex-row {
        flex-direction: row
    }

    .\32xl\:flex-col {
        flex-direction: column
    }

    .\32xl\:items-center {
        align-items: center
    }

    .\32xl\:justify-start {
        justify-content: flex-start
    }

    .\32xl\:justify-end {
        justify-content: flex-end
    }

    .\32xl\:gap-10 {
        gap: 2.5rem
    }

    .\32xl\:gap-20 {
        gap: 5rem
    }

    .\32xl\:gap-24 {
        gap: 6rem
    }

    .\32xl\:gap-32 {
        gap: 8rem
    }

    .\32xl\:gap-\[100px\] {
        gap: 100px
    }

    .\32xl\:gap-\[10px\] {
        gap: 10px
    }

    .\32xl\:gap-\[20px\] {
        gap: 20px
    }

    .\32xl\:gap-\[30px\] {
        gap: 30px
    }

    .\32xl\:gap-\[40px\] {
        gap: 40px
    }

    .\32xl\:gap-\[50px\] {
        gap: 50px
    }

    .\32xl\:gap-\[66px\] {
        gap: 66px
    }

    .\32xl\:gap-\[70px\] {
        gap: 70px
    }

    .\32xl\:gap-\[75px\] {
        gap: 75px
    }

    .\32xl\:gap-\[90px\] {
        gap: 90px
    }

    .\32xl\:gap-y-\[0\] {
        row-gap: 0
    }

    .\32xl\:space-x-10>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .\32xl\:overflow-x-hidden {
        overflow-x: hidden
    }

    .\32xl\:overflow-x-visible {
        overflow-x: visible
    }

    .\32xl\:rounded-br-\[150px\] {
        border-bottom-right-radius: 150px
    }

    .\32xl\:rounded-br-\[50px\] {
        border-bottom-right-radius: 50px
    }

    .\32xl\:rounded-tl-\[150px\] {
        border-top-left-radius: 150px
    }

    .\32xl\:rounded-tl-\[50px\] {
        border-top-left-radius: 50px
    }

    .\32xl\:border-l-2 {
        border-left-width: 2px
    }

    .\32xl\:border-r-2 {
        border-right-width: 2px
    }

    .\32xl\:p-5 {
        padding: 1.25rem
    }

    .\32xl\:p-\[15px\] {
        padding: 15px
    }

    .\32xl\:p-\[20px\] {
        padding: 20px
    }

    .\32xl\:p-\[30px\] {
        padding: 30px
    }

    .\32xl\:p-\[40px\] {
        padding: 40px
    }

    .\32xl\:p-\[60px\] {
        padding: 60px
    }

    .\32xl\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem
    }

    .\32xl\:px-\[0\] {
        padding-left: 0;
        padding-right: 0
    }

    .\32xl\:px-\[140px\] {
        padding-left: 140px;
        padding-right: 140px
    }

    .\32xl\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px
    }

    .\32xl\:px-\[17px\] {
        padding-left: 17px;
        padding-right: 17px
    }

    .\32xl\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px
    }

    .\32xl\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }

    .\32xl\:px-\[45px\] {
        padding-left: 45px;
        padding-right: 45px
    }

    .\32xl\:px-\[60px\] {
        padding-left: 60px;
        padding-right: 60px
    }

    .\32xl\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .\32xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .\32xl\:py-\[0\] {
        padding-top: 0;
        padding-bottom: 0
    }

    .\32xl\:py-\[100px\] {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .\32xl\:py-\[120px\] {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .\32xl\:py-\[13px\] {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .\32xl\:py-\[150px\] {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .\32xl\:py-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .\32xl\:py-\[25px\] {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .\32xl\:py-\[30px\] {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .\32xl\:py-\[40px\] {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .\32xl\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .\32xl\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .\32xl\:py-\[70px\] {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .\32xl\:py-\[78px\] {
        padding-top: 78px;
        padding-bottom: 78px
    }

    .\32xl\:py-\[79px\] {
        padding-top: 79px;
        padding-bottom: 79px
    }

    .\32xl\:py-\[80px\] {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .\32xl\:pb-3 {
        padding-bottom: .75rem
    }

    .\32xl\:pb-\[0\] {
        padding-bottom: 0
    }

    .\32xl\:pb-\[100px\] {
        padding-bottom: 100px
    }

    .\32xl\:pb-\[10px\] {
        padding-bottom: 10px
    }

    .\32xl\:pb-\[30px\] {
        padding-bottom: 30px
    }

    .\32xl\:pb-\[50px\] {
        padding-bottom: 50px
    }

    .\32xl\:pb-\[80px\] {
        padding-bottom: 80px
    }

    .\32xl\:pb-\[84px\] {
        padding-bottom: 84px
    }

    .\32xl\:pb-\[90px\] {
        padding-bottom: 90px
    }

    .\32xl\:pl-\[0px\] {
        padding-left: 0
    }

    .\32xl\:pl-\[20px\] {
        padding-left: 20px
    }

    .\32xl\:pl-\[30px\] {
        padding-left: 30px
    }

    .\32xl\:pl-\[40px\] {
        padding-left: 40px
    }

    .\32xl\:pl-\[80px\] {
        padding-left: 80px
    }

    .\32xl\:pr-\[0\] {
        padding-right: 0
    }

    .\32xl\:pr-\[130px\] {
        padding-right: 130px
    }

    .\32xl\:pr-\[20px\] {
        padding-right: 20px
    }

    .\32xl\:pr-\[30px\] {
        padding-right: 30px
    }

    .\32xl\:pt-16 {
        padding-top: 4rem
    }

    .\32xl\:pt-\[0\],
    .\32xl\:pt-\[0px\] {
        padding-top: 0
    }

    .\32xl\:pt-\[100px\] {
        padding-top: 100px
    }

    .\32xl\:pt-\[10px\] {
        padding-top: 10px
    }

    .\32xl\:pt-\[120px\] {
        padding-top: 120px
    }

    .\32xl\:pt-\[40px\] {
        padding-top: 40px
    }

    .\32xl\:pt-\[50px\] {
        padding-top: 50px
    }

    .\32xl\:pt-\[60px\] {
        padding-top: 60px
    }

    .\32xl\:pt-\[70px\] {
        padding-top: 70px
    }

    .\32xl\:pt-\[80px\] {
        padding-top: 80px
    }

    .\32xl\:text-left {
        text-align: left
    }

    .\32xl\:text-center {
        text-align: center
    }

    .\32xl\:text-right {
        text-align: right
    }

    .\32xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .\32xl\:text-\[100px\] {
        font-size: 100px
    }

    .\32xl\:text-\[12px\] {
        font-size: 12px
    }

    .\32xl\:text-\[13px\] {
        font-size: 13px
    }

    .\32xl\:text-\[14px\] {
        font-size: 14px
    }

    .\32xl\:text-\[160px\] {
        font-size: 160px
    }

    .\32xl\:text-\[16px\] {
        font-size: 16px
    }

    .\32xl\:text-\[18px\] {
        font-size: 18px
    }

    .\32xl\:text-\[20px\] {
        font-size: 20px
    }

    .\32xl\:text-\[22px\] {
        font-size: 22px
    }

    .\32xl\:text-\[24px\] {
        font-size: 24px
    }

    .\32xl\:text-\[25px\] {
        font-size: 25px
    }

    .\32xl\:text-\[26px\] {
        font-size: 26px
    }

    .\32xl\:text-\[28px\] {
        font-size: 28px
    }

    .\32xl\:text-\[300px\] {
        font-size: 300px
    }

    .\32xl\:text-\[30px\] {
        font-size: 30px
    }

    .\32xl\:text-\[32px\] {
        font-size: 32px
    }

    .\32xl\:text-\[34px\] {
        font-size: 34px
    }

    .\32xl\:text-\[360px\] {
        font-size: 360px
    }

    .\32xl\:text-\[36px\] {
        font-size: 36px
    }

    .\32xl\:text-\[40px\] {
        font-size: 40px
    }

    .\32xl\:text-\[44px\] {
        font-size: 44px
    }

    .\32xl\:text-\[50px\] {
        font-size: 50px
    }

    .\32xl\:text-\[56px\] {
        font-size: 56px
    }

    .\32xl\:text-\[64px\] {
        font-size: 64px
    }

    .\32xl\:text-\[66px\] {
        font-size: 66px
    }

    .\32xl\:text-\[76px\] {
        font-size: 76px
    }

    .\32xl\:text-\[80px\] {
        font-size: 80px
    }

    .\32xl\:text-\[90px\] {
        font-size: 90px
    }

    .\32xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .\32xl\:leading-7 {
        line-height: 1.75rem
    }

    .\32xl\:leading-8 {
        line-height: 2rem
    }

    .\32xl\:leading-\[163px\] {
        line-height: 163px
    }

    .\32xl\:leading-\[26px\] {
        line-height: 26px
    }

    .\32xl\:leading-\[28px\] {
        line-height: 28px
    }

    .\32xl\:leading-\[30px\] {
        line-height: 30px
    }

    .\32xl\:leading-\[32px\] {
        line-height: 32px
    }

    .\32xl\:leading-\[34px\] {
        line-height: 34px
    }

    .\32xl\:leading-\[36px\] {
        line-height: 36px
    }

    .\32xl\:leading-\[60px\] {
        line-height: 60px
    }

    .\32xl\:before\:left-\[30px\]:before {
        content: var(--tw-content);
        left: 30px
    }

    .\32xl\:before\:right-\[30px\]:before {
        content: var(--tw-content);
        right: 30px
    }

    .\32xl\:before\:top-\[30px\]:before {
        content: var(--tw-content);
        top: 30px
    }

    .\32xl\:before\:h-\[340px\]:before {
        content: var(--tw-content);
        height: 340px
    }

    .\32xl\:before\:w-\[604px\]:before {
        content: var(--tw-content);
        width: 604px
    }

    .\32xl\:after\:left-\[60px\]:after {
        content: var(--tw-content);
        left: 60px
    }

    .\32xl\:after\:right-\[60px\]:after {
        content: var(--tw-content);
        right: 60px
    }

    .\32xl\:after\:top-\[60px\]:after {
        content: var(--tw-content);
        top: 60px
    }

    .\32xl\:after\:h-\[340px\]:after {
        content: var(--tw-content);
        height: 340px
    }

    .\32xl\:after\:w-\[604px\]:after {
        content: var(--tw-content);
        width: 604px
    }
}

@media screen and (max-width:1860px) {

    .down-slider-wrap,
    .up-slider-wrap {
        left: 0
    }
}

@media screen and (max-width:1820px) {
    .down-up-arrow {
        width: 72%
    }
}

@media screen and (max-width:1800px) {
    .custom-pad10 {
        padding-left: 8%
    }
}

@media screen and (max-width:1750px) {
    .custom-pad10 {
        padding-left: 6%
    }

    .ourvision-dot-animation {
        left: -20%
    }

    .down-up-arrow {
        left: -39px
    }
}

@media screen and (max-width:1700px) {
    .down-up-arrow {
        left: -60px
    }

    .solution-card-max-height {
        height: 460px !important
    }
}

@media screen and (max-width:1680px) {
    .down-up-arrow {
        left: -88px
    }

    .third-float-img {
        left: 75%
    }

    .four-main-wrap {
        width: 75%
    }

    .words-image {
        width: 85% !important;
        margin-left: auto
    }
}

@media screen and (max-width:1650px) {
    .custom-pad10 {
        padding-left: 4%
    }

    .closed-overlay-search {
        right: 10%
    }

    .down-up-arrow {
        left: -110px
    }

    .meet-the-leaders-team-img-box {
        height: 220px
    }
}

@media screen and (max-width:1600px) {
    .down-up-arrow {
        left: -145px
    }

    .whatcanwedo .ant-tabs-tab {
        font-size: 16px
    }

    .what-we-can-do-right-box-tab .ant-tabs-tab-btn,
    .whatcanwedo .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
        padding: 10px 15px
    }
}

@media screen and (max-width:1550px) {
    .team-circle-wrapper .team-image {
        width: 210px;
        height: 210px
    }

    .down-up-arrow {
        left: -187px
    }

    .emp-testimonial-wrapper:before {
        height: 565px
    }

    .person-profile-img {
        width: 37%
    }
}

@media screen and (max-width:1535px) {
    .down-up-arrow {
        width: 56%
    }

    .border-animation {
        height: 5px;
        width: 310px;
        top: 171px;
        position: absolute;
        right: 27.5%
    }

    .aca-super {
        position: absolute;
        bottom: 12%;
        left: 17%
    }

    .aca-text-words {
        position: absolute;
        bottom: 25%;
        left: 20.2%;
        width: 120px
    }

    .vindico-wrap {
        width: 160px;
        height: 160px;
        top: 16px;
        left: 53px
    }

    .binswanger-wrap {
        width: 160px;
        height: 160px;
        right: 10px
    }

    .mace-wrap {
        width: 130px;
        height: 130px;
        top: -6px;
        right: -92px
    }

    .hsv-wrap,
    .upflex-wrap {
        width: 160px;
        height: 160px
    }

    .hsv-wrap {
        left: 13px
    }

    .uli-wrap {
        width: 145px;
        height: 145px;
        bottom: 35px;
        right: 58px
    }

    .graffity-wrap {
        top: 170px;
        left: -90px
    }

    .words-image {
        width: 100% !important;
        margin-left: auto
    }

    .aca-client-wrapper .swiper-button-next,
    .aca-client-wrapper .swiper-button-prev {
        left: 47%
    }
}

@media screen and (max-width:1500px) {
    .custom-pad10 {
        padding-left: 8%
    }

    .ourvision-dot-animation {
        left: -23%
    }

    .collapse-div .ant-collapse-header {
        font-size: 24px
    }

    .bottom-quote-testimonial,
    .top-quote-testimonial {
        width: 26px
    }

    .testi-btn {
        width: 40px;
        height: 40px
    }

    .testi-circle-grade {
        width: 165px;
        height: 165px
    }
}

@media screen and (max-width:1450px) {
    .custom-pad10 {
        padding-left: 6%
    }
}

@media screen and (max-width:1440px) {
    .download-brochure-btn {
        font-size: 16px;
        height: 45px !important
    }

    .filter-wrap-box .ant-select-selector,
    .multi-select-drop button,
    .reusable-btn {
        font-size: 16px
    }

    .reusable-btn {
        height: 45px !important;
        padding: 0 16px
    }

    .btn-color-change .reusable-btn {
        font-size: 16px
    }

    .load-more-btn {
        font-size: 16px;
        height: 45px !important
    }

    .person-profile-img {
        width: 180px
    }

    .query-form .form-control {
        font-size: 18px;
        height: 50px
    }

    .filters-drop .ant-select-selection-item,
    .wrapper-tech-tabs .ant-tabs .ant-tabs-tab-btn {
        font-size: 16px
    }

    .reusable-btn span:after,
    .reusable-btn span:before {
        transform: scale(.8)
    }

    .whats-tab-arrow .swiper-button-next:after,
    .whats-tab-arrow .swiper-button-prev:after {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .whats-tab-arrow .swiper-button-next,
    .whats-tab-arrow .swiper-button-prev {
        width: 40px;
        height: 40px
    }

    .modal-heading {
        font-size: 32px;
        text-align: center
    }

    .menuBar .ant-input-affix-wrapper {
        padding: 0 5px 5px 75px;
        font-size: 13px
    }

    .ourvision-dot-animation {
        left: -25%
    }

    .testi-slider-wrap .swiper-button-next,
    .testi-slider-wrap .swiper-button-prev {
        top: -66px
    }

    .first-float-img {
        left: 5%
    }

    .secound-float-img {
        left: 30%
    }

    .ul-list-words li {
        font-size: 18px
    }

    .ul-list-words {
        padding-top: 60px
    }

    .wordlist-wrap {
        padding: 25px 60px
    }
}

@media screen and (max-width:1366px) {
    .swiper-carousel-about .swiper-pagination {
        padding-left: 190px
    }

    .solution-card-max-height {
        height: 380px !important
    }

    .custom-solution-para {
        font-size: 24px !important;
        height: 65px !important
    }

    .solution-business-padding {
        padding: 20px 30px
    }

    .meet-the-leaders-team-img-box {
        height: 225px
    }

    .graffity-wrap {
        top: 168px;
        left: -90px
    }

    .four-main-wrap {
        width: 87%
    }

    .testimonial-arrows {
        top: 211px
    }

    .subscribe-btn .reusable-btn {
        font-size: 16px;
        width: 125px !important;
        top: 18px
    }

    .subscription-place {
        padding: 0 137px 0 20px
    }

    .custom-pad10 {
        padding-left: 4%
    }

    .swiper-carousel-about .swiper-button-next {
        left: 70px
    }

    .swiper-carousel-about .swiper-button-next,
    .swiper-carousel-about .swiper-button-prev {
        width: 50px;
        height: 50px;
        top: 88%
    }

    .swiper-carousel-about .swiper-button-next:after,
    .swiper-carousel-about .swiper-button-prev:after {
        font-size: 20px
    }

    .ourValue-slider .swiper-pagination-bullet-active {
        width: 10px !important;
        height: 10px !important
    }

    .ourValue-slider .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }

    .down-slider-wrap,
    .up-slider-wrap {
        font-size: 20px
    }

    .down-up-arrow {
        width: 59%
    }

    .vindico-wrap {
        width: 130px;
        height: 130px;
        top: 0;
        left: 112px
    }

    .binswanger-wrap {
        right: 50px;
        top: 92px
    }

    .binswanger-wrap,
    .hsv-wrap,
    .upflex-wrap {
        height: 130px;
        width: 130px
    }

    .hsv-wrap {
        left: 51px;
        bottom: 103px
    }

    .uli-wrap {
        width: 130px;
        height: 130px;
        bottom: 9px;
        right: 98px
    }

    .mace-wrap {
        width: 100px;
        height: 100px;
        top: 16px;
        right: -110px
    }

    .custom-min-height {
        min-height: 380px
    }
}

@media screen and (max-width:1280px) {
    .down-up-arrow {
        width: 62%
    }
}

@media screen and (max-width:1279px) {
    .team-circle-wrapper ul li {
        width: 33.33%
    }

    .team-circle-wrapper .team-image {
        width: 240px;
        height: 240px
    }

    .sour-text br {
        display: none
    }

    .rotate-pin-reverse {
        width: 60%
    }

    .ul-list-words {
        padding-top: 40px
    }

    .ul-list-words li {
        text-transform: uppercase;
        font-size: 18px
    }

    .border-animation {
        height: 5px;
        width: 257px;
        top: 139px;
        position: absolute;
        right: 28%
    }

    .aca-text-words {
        position: absolute;
        bottom: 26%;
        left: 24.4%;
        width: 108px
    }

    .rotate-pin {
        width: 85%
    }

    .aca-super {
        position: absolute;
        bottom: 13%;
        left: 20%
    }

    .graffity-wrap {
        top: 223px;
        left: -90px
    }
}

@media screen and (max-width:1250px) {
    .custom-pad10 {
        padding-left: 10%
    }

    .vindico-wrap {
        top: 0;
        left: 93px
    }

    .mace-wrap {
        top: 0
    }

    .binswanger-wrap {
        right: 34px;
        top: 89px
    }

    .hsv-wrap {
        left: 30px
    }

    .uli-wrap {
        bottom: 3px;
        right: 74px
    }
}

@media screen and (max-width:1200px) {
    .menuBar .ant-input-affix-wrapper {
        padding: 0 5px 5px 84px;
        font-size: 13px
    }

    .meet-the-leaders-team-img-box {
        height: 260px
    }

    .elephant-auto {
        width: 60%
    }

    .graffity-wrap {
        top: 223px;
        left: -82px
    }

    .elephant-wrapper {
        height: 373px
    }

    .first-float-img {
        left: 5%;
        width: 25%
    }

    .secound-float-img {
        left: 33%;
        width: 38%
    }

    .third-float-img {
        left: 71%;
        width: 27%
    }

    .four-main-wrap {
        width: 95%
    }

    .ul-list-words {
        padding-top: 40px;
        padding-right: 70px
    }

    .ul-list-words li {
        text-transform: uppercase;
        font-size: 18px
    }

    .sour-text br {
        display: none
    }

    .person-profile-img {
        width: 165px
    }

    .ourvision-dot-animation {
        left: -31%
    }

    .overlay-search-wrap .wrap-inner input {
        font-size: 28px
    }
}

@media screen and (max-width:1180px) {
    .banner-top-text-wrap {
        position: absolute;
        top: 60px;
        left: 50px;
        width: 60%
    }

    .banner-bottom-text-wrap {
        position: absolute;
        bottom: 60px;
        left: 50px;
        width: 60%
    }

    .up-slider-wrap {
        top: 25px
    }

    .down-slider-wrap {
        bottom: 25px
    }
}

@media screen and (max-width:1100px) {
    .custom-pad10 {
        padding-left: 5%
    }

    .closed-overlay-search {
        right: 5%
    }

    .whats-tab-arrow .swiper-button-next:after,
    .whats-tab-arrow .swiper-button-prev:after {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .modal-heading {
        font-size: 28px;
        text-align: center
    }

    .whats-tab-arrow .swiper-button-next,
    .whats-tab-arrow .swiper-button-prev {
        width: 35px
    }

    .sm-wave {
        width: 500px;
        position: absolute;
        top: -103px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media screen and (max-width:1024px) {
    .brand-text-effect {
        margin: 0 auto;
        width: 95%;
        padding-top: 296px
    }

    .custom-pad10 {
        padding-left: 2%
    }

    .closed-overlay-search {
        right: 5%
    }

    .swiper-carousel-about .swiper-pagination {
        padding-left: 165px
    }

    .down-up-arrow {
        width: 69%
    }

    .menuBar .ant-input-affix-wrapper {
        padding: 0 5px 5px 86px
    }

    .testimonial-arrows {
        width: 80%
    }
}

@media screen and (max-width:1023px) {
    .team-circle-wrapper .team-image {
        width: 210px;
        height: 210px
    }

    .tab-padding {
        width: 60%;
        margin: 0 auto
    }

    .graffity-wrap {
        top: 275px;
        left: -50px
    }

    .aca-super {
        position: absolute;
        bottom: 10%;
        left: 24%;
        width: 21%
    }

    .aca-text-words {
        position: absolute;
        bottom: 24%;
        left: 29%;
        width: 83px
    }

    .ul-list-words li {
        font-size: 18px
    }

    .border-animation {
        height: 5px;
        width: 188px;
        top: 105px;
        position: absolute;
        right: 28%
    }
}

@media screen and (max-width:1000px) {

    .testi-slider-wrap .swiper-button-next,
    .testi-slider-wrap .swiper-button-prev {
        top: -55px
    }

    .aca-text-words {
        position: absolute;
        bottom: 22%;
        left: 19.5%;
        width: 70px
    }

    .graffity-wrap {
        top: 379px;
        left: -56px
    }

    .aca-super {
        position: absolute;
        bottom: 2%;
        left: 16%;
        width: 16%
    }

    .aca-client-wrapper .swiper-button-next,
    .aca-client-wrapper .swiper-button-prev {
        left: 45%
    }

    .aca-client-wrapper ul li {
        margin: 0 0 5px
    }

    .consumer-face {
        width: 70%
    }

    .text-with-absolute {
        top: 150px
    }

    .aca-client-div {
        width: 95%;
        height: 59px;
        padding: 10px
    }

    .what-we-do-text br {
        display: none
    }

    .ul-list-words {
        padding-top: 0;
        padding-right: 70px
    }

    .ul-list-words li {
        text-transform: uppercase;
        font-size: 18px
    }

    .four-main-wrap {
        width: 55%;
        margin: 0 auto
    }

    .brand-text-effect {
        margin: 0 auto;
        width: 100%;
        padding-top: 220px
    }

    .elephant-auto {
        top: 0
    }

    .elephant-wrapper {
        height: auto
    }

    .apply-intern-bg,
    .apply-job-bg {
        height: 400px
    }

    .success-stories-logo-client {
        width: 100%
    }

    .big-arrow {
        top: 10px !important
    }

    .small-arrow {
        top: 13px
    }

    .client-logo-slider ul li {
        margin: 0 0 5px 1px
    }

    .ourvision-dot-animation {
        left: -34%
    }

    .custom-min-height {
        min-height: 370px;
        width: 68%;
        margin: 0 auto 30px
    }

    .down-up-arrow {
        width: 45%
    }

    .custom-pad10 {
        padding-left: 13%
    }

    .wrapper-tech-tabs .ant-tabs .ant-tabs-tab-btn {
        font-size: 16px
    }

    .wrapper-tech-tabs .ant-tabs-nav-wrap {
        justify-content: left
    }

    .person-profile-img {
        width: 182px
    }

    .query-form .form-control {
        font-size: 16px
    }

    .swiper-carousel-about .swiper-pagination {
        bottom: 37px !important
    }

    .swiper-carousel-about .swiper-wrapper {
        padding-bottom: 168px
    }

    .custom-pad10 {
        padding-left: 8%
    }

    .embed-map {
        height: 533px
    }

    .custom-pad10 {
        padding-left: 10%;
        padding-right: 10%
    }

    .search-keyword {
        font-size: 14px
    }

    .meet-the-leaders-team-img-box {
        height: 204px
    }

    .solution-very-business .meet-the-leaders {
        margin-bottom: 70px
    }
}

@media screen and (max-width:900px) {
    .ourvision-dot-animation {
        left: -40%
    }

    .third-float-img {
        left: 84%;
        width: 35%
    }

    .secound-float-img {
        left: 35%;
        width: 50%
    }

    .first-float-img {
        left: 5%;
        width: 33%
    }

    .down-up-arrow {
        width: 49%
    }

    .text-with-absolute {
        top: 60px
    }
}

@media screen and (max-width:850px) {
    .down-up-arrow {
        width: 53%
    }

    .modal-cla .anticon {
        color: #fff
    }

    .li-solution-list {
        width: 85%
    }

    .new-height-wrap {
        min-height: 40px
    }

    .left-cla-wrap,
    .right-cla-wrap {
        width: 100%
    }
}

@media screen and (max-width:800px) {
    .custom-pad10 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .down-up-arrow {
        width: 55%
    }

    .solution-card-max-height {
        height: 425px !important
    }
}

@media screen and (max-width:768px) {
    .project-banner-content {
        width: 70%
    }

    .down-up-arrow {
        width: 58%
    }

    .ourValue-slider .swiper-pagination {
        display: none
    }

    .small-slider-wrap {
        right: 6%
    }
}

@media screen and (max-width:767px) {
    .special-no-display {
        display: none !important
    }

    .team-circle-wrapper ul li {
        width: 50%
    }

    .team-circle-wrapper .team-image {
        width: 240px;
        height: 240px
    }

    .elephant-auto {
        width: 25%;
        margin-left: inherit
    }

    .aca-text-words {
        position: absolute;
        bottom: 21%;
        left: 19.5%;
        width: 56px
    }

    .aca-super {
        position: absolute;
        bottom: -2%;
        left: 16%;
        width: 16%
    }

    .border-animation {
        height: 5px;
        width: 154px;
        top: 87px;
        position: absolute;
        right: 28%
    }

    .about-sudo-element:before {
        width: 100%
    }

    .elephant-wrapper {
        height: auto;
        padding-top: 250px;
        position: relative
    }

    .graffity-wrap {
        display: none
    }

    .graffity-wrap-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 128px;
        width: 80%
    }

    .grade-background {
        position: relative;
        left: 0
    }

    .closed-overlay-search {
        right: 10%
    }

    .mobile-research-report .swiper-button-next,
    .mobile-research-report .swiper-button-prev {
        top: 40% !important
    }

    .group:hover .buisness-solutions-content-hide {
        visibility: visible;
        display: block;
        margin-top: 15px
    }

    .group .buisness-solutions-content-transition {
        display: block
    }

    .group .buisness-solutions-card-header {
        border-bottom-width: 2px;
        
    }

    .card .card-image {
        visibility: visible;
        opacity: 1
    }

    .card.group .business-card-hover {
        height: 100%
    }

    .four-main-wrap {
        width: 82%;
        margin: 0 auto
    }

    .ul-list-words {
        padding-top: 0;
        padding-right: 25px
    }

    .desktop-word-text {
        display: none
    }

    .mobile-word-text {
        display: block
    }

    .ul-list-words li {
        text-transform: uppercase;
        font-size: 16px;
        display: inline-block;
        width: 50%;
        padding-right: 10px;
        vertical-align: middle
    }
}

@media screen and (max-width:750px) {
    .custom-pad10 {
        padding-left: 10%;
        padding-right: 10%
    }

    .grade-background {
        left: 0
    }
}

@media screen and (max-width:700px) {
    .big-arrow {
        top: 5px !important
    }

    .meet-the-leaders-team-img-box {
        height: 280px
    }

    .small-arrow {
        top: 9px
    }

    .big-arrow-sm {
        position: relative;
        top: 5px !important
    }

    .small-arrow-sm {
        position: relative;
        top: 10px
    }

    .custom-pad10 {
        padding-left: 4%;
        padding-right: 4%
    }

    .ourvision-dot-animation {
        left: -52%
    }

    .small-slider-wrap {
        right: 2%
    }

    .down-up-arrow {
        width: 52%
    }

    .banner-bottom-text-wrap,
    .banner-top-text-wrap {
        left: 30px
    }

    .custom-min-height {
        width: 90%
    }

    .what-we-can-do-right-box {
        gap: 30px
    }
}

@media screen and (max-width:640px) {
    .person-profile-img {
        margin-left: auto
    }

    .search-keyword {
        font-size: 14px
    }

    .text-bg-blue:before,
    .text-bg-pink:before,
    .text-bg-yellow:before {
        width: 180px
    }

    .apply-intern-bg,
    .apply-job-bg {
        height: 450px
    }
}

@media screen and (max-width:639px) {
    .four-main-wrap {
        width: 90%;
        margin: 0 auto
    }

    .wrapper-banner-content {
        top: 5% !important;
        transform: translateY(0) !important;
        text-align: center
    }

    .main-banner-wrapper .swiper-pagination {
        width: 45% !important
    }

    .person-profile-img {
        position: relative
    }

    .overlay-search-wrap .wrap-inner input {
        font-size: 18px
    }

    .img-grade-box:before {
        content: "";
        background-image: none
    }

    .border-animation {
        height: 5px;
        width: 140px;
        top: 82px;
        position: absolute;
        right: 28.8%
    }

    .aca-text-words {
        position: absolute;
        bottom: 22%;
        left: 20%;
        width: 51px
    }
}

@media screen and (max-width:600px) {
    .solution-very-business .meet-the-leaders {
        margin-bottom: 60px
    }

    .meet-the-leaders-team-img-box {
        height: 255px
    }

    .modal-cla .anticon {
        color: #fff
    }

    .li-solution-list {
        width: 85%
    }

    .left-cla-wrap {
        height: 350px
    }

    .new-height-wrap {
        min-height: 40px
    }

    .left-cla-wrap,
    .right-cla-wrap {
        width: 100%
    }

    .testimonial-arrows {
        width: 20%;
        bottom: 30px;
        top: auto;
        text-align: center
    }

    .border-animation {
        height: 5px;
        width: 140px;
        top: 82px;
        position: absolute;
        right: 28.3%
    }

    .aca-super {
        position: absolute;
        bottom: 4%;
        left: 24%;
        width: 21%
    }

    .aca-text-words {
        position: absolute;
        bottom: 17%;
        left: 29%;
        width: 64px
    }

    .graffity-wrap-mobile {
        display: block;
        position: absolute;
        top: 20px;
        left: 119px;
        width: 80%
    }

    .consumer-face {
        width: 100%;
        padding-top: 160px
    }

    .success-slider .swiper-button-next:after,
    .success-slider .swiper-button-prev:after {
        font-size: 20px
    }

    .w-mobile {
        width: 350px !important
    }

    .success-slider .swiper-button-next {
        right: 0
    }

    .success-slider .swiper-button-prev {
        left: 0
    }

    .tab-padding {
        width: 80%
    }

    .top-quote-testimonial {
        width: 16px;
        left: -25px
    }

    .text-with-absolute {
        top: 60px;
        right: 44px
    }

    .bottom-quote-testimonial {
        width: 16px;
        right: -25px
    }

    .ant-collapse-header-text {
        padding: 0 15px
    }

    .ourvision-dot-animation {
        left: -62%
    }

    .swiper-carousel-about .swiper-item {
        padding: 40px 30px
    }

    .swiper-carousel-about .swiper-button-next {
        left: 55px
    }

    .swiper-carousel-about .swiper-button-next,
    .swiper-carousel-about .swiper-button-prev {
        width: 45px;
        height: 45px;
        top: 90%
    }

    .swiper-carousel-about .swiper-pagination {
        padding-left: 145px
    }

    .small-slider-wrap {
        display: none
    }

    .bg-span {
        padding: 10px
    }

    .get-direction .reusable-btn span:after,
    .get-direction .reusable-btn span:before {
        top: 1px
    }

    .collapse-div .ant-collapse-header .ant-collapse-arrow {
        font-size: 18px !important
    }

    .swiper-carousel-about .swiper-pagination {
        bottom: 32px !important
    }

    .solution-card-max-height {
        height: 450px !important
    }
}

@media screen and (max-width:575px) {
    .border-animation {
        height: 5px;
        width: 140px;
        top: 76px;
        right: 27.8%
    }

    .aca-text-words {
        position: absolute;
        bottom: 17.5%;
        left: 29%;
        width: 61px
    }
}

@media screen and (max-width:550px) {
    .team-circle-wrapper .team-image {
        width: 220px;
        height: 220px
    }

    .meet-the-leaders-team-img-box {
        height: 225px
    }

    .testi-slider-wrap .swiper-button-next,
    .testi-slider-wrap .swiper-button-prev {
        top: -52px
    }

    .border-animation {
        height: 5px;
        width: 126px;
        top: 76px;
        right: 28.5%
    }

    .testimonial-arrows {
        width: 22%
    }

    .our-vision-mobile-text {
        font-size: 18px
    }

    .custom-min-height {
        width: 100%
    }

    .down-up-arrow {
        width: 49%
    }

    .leader-mobile-height {
        height: 320px
    }

    .small-card-leader-mobile-height {
        height: 192px
    }

    .sm-wave {
        width: 75%;
        top: -44px
    }

    .graffity-wrap-mobile {
        display: block;
        position: absolute;
        top: 37px;
        left: 109px;
        width: 80%
    }
}

@media screen and (max-width:540px) {
    .border-animation {
        height: 5px;
        width: 126px;
        top: 70px;
        right: 28.2%
    }

    .aca-text-words {
        position: absolute;
        bottom: 16%;
        left: 29%;
        width: 56px
    }

    .aca-super {
        bottom: 2%
    }
}

@media screen and (max-width:520px) {
    .border-animation {
        height: 5px;
        width: 126px;
        top: 70px;
        right: 27.8%
    }
}

@media screen and (max-width:500px) {
    .banner-video {
        height: 230px;
        width: 100%
    }

    .border-animation {
        height: 5px;
        width: 112px;
        top: 65px;
        right: 29.1%
    }

    .aca-text-words {
        position: absolute;
        bottom: 17%;
        left: 28.5%;
        width: 56px
    }

    .graffity-wrap-mobile {
        top: 31px;
        left: 100px;
        width: 80%
    }

    .elephant-wrapper {
        padding-top: 225px
    }

    #rcc-decline-button {
        margin: 0 0 10px !important;
        font-size: 12px
    }

    #rcc-confirm-button {
        margin: 0 10px 10px 0 !important;
        font-size: 12px
    }

    .CookieConsent {
        padding: 0 6px;
        font-size: 12px
    }

    .technology-slider .swiper-button-next,
    .technology-slider .swiper-button-prev {
        background-color: #a136aa;
        width: 40px;
        height: 40px
    }

    .technology-slider .swiper-button-next:after,
    .technology-slider .swiper-button-prev:after {
        color: #fff
    }

    .spin-wrapper {
        width: 350px;
        height: 350px
    }

    .ourvision-dot-animation {
        left: -75%;
        opacity: .5
    }

    .testimonial-arrows {
        width: 25%
    }

    .down-up-arrow {
        width: 44%
    }

    .vindico-wrap {
        top: 0;
        left: 90px
    }

    .binswanger-wrap,
    .vindico-wrap {
        width: 120px;
        height: 120px;
        padding: 15px
    }

    .binswanger-wrap {
        right: 37px;
        top: 102px
    }

    .upflex-wrap {
        width: 100px;
        height: 100px;
        padding: 15px
    }

    .uli-wrap {
        width: 110px;
        height: 110px;
        bottom: 0;
        right: 112px;
        padding: 15px
    }

    .hsv-wrap {
        width: 115px;
        height: 115px;
        left: 44px;
        padding: 15px;
        bottom: 93px
    }

    .custom-min-height {
        min-height: 343px
    }

    .world-map {
        background-position: 50%
    }

    .leader-mobile-height {
        height: 283px
    }

    .small-card-leader-mobile-height {
        height: 174px
    }

    .collapse-div .ant-collapse-header {
        font-size: 20px
    }
}

@media screen and (max-width:480px) {
    .team-circle-wrapper .team-image {
        width: 195px;
        height: 195px
    }

    .meet-the-leaders-team-img-box {
        height: 200px
    }
}

@media screen and (max-width:470px) {
    .graffity-wrap-mobile {
        top: 44px;
        left: 94px;
        width: 80%
    }
}

@media screen and (max-width:450px) {
    .team-circle-wrapper .team-image {
        width: 185px;
        height: 185px
    }

    .down-up-arrow {
        width: 37%
    }

    .border-animation {
        height: 5px;
        width: 98px;
        top: 58px;
        right: 29.1%
    }

    .aca-super {
        bottom: -2%
    }

    .aca-text-words {
        position: absolute;
        bottom: 13.5%;
        left: 28.5%;
        width: 50px
    }

    .aca-client-wrapper ul {
        text-align: center
    }

    .aca-client-wrapper ul li {
        width: 20%
    }

    .aca-client-div {
        width: 95%;
        height: 45px;
        padding: 10px
    }

    .aca-client-wrapper .swiper-button-next,
    .aca-client-wrapper .swiper-button-prev {
        left: 40%
    }

    .about-hr {
        margin-bottom: 30px
    }

    .graffity-wrap-mobile {
        top: 50px;
        left: 90px;
        width: 80%
    }

    .brand-text-effect {
        padding-top: 185px
    }

    .vindico-wrap {
        top: 0;
        left: 52px
    }

    .hsv-wrap {
        left: 18px
    }

    .mace-wrap {
        top: 5px;
        right: -69px
    }

    .binswanger-wrap {
        right: 17px;
        top: 102px
    }

    .leader-mobile-height {
        height: 256px
    }

    .small-card-leader-mobile-height {
        height: 135px
    }

    .small-card-leader-mobile-height img {
        height: 100%
    }

    .swiper-carousel-about .swiper-pagination {
        bottom: 30px !important
    }

    .spin-wrapper {
        width: 350px;
        height: 350px
    }
}

@media screen and (max-width:432px) {
    .graffity-wrap-mobile {
        top: 60px;
        left: 84px;
        width: 80%
    }
}

@media screen and (max-width:420px) {
    .team-circle-wrapper .team-image {
        width: 160px;
        height: 160px
    }

    .text-with-absolute h3 br {
        display: none
    }

    .elephant-wrapper {
        padding-top: 190px
    }

    .wordlist-wrap {
        padding: 0
    }

    .border-animation {
        height: 5px;
        width: 95px;
        top: 53px;
        right: 28.7%
    }

    .aca-super {
        bottom: 12%;
        height: auto
    }

    .aca-text-words {
        position: absolute;
        bottom: 13%;
        left: 29%;
        width: 43px
    }

    .down-up-arrow {
        width: 33%
    }

    .spin-wrapper {
        width: 300px;
        height: 300px
    }

    .testimonial-arrows {
        width: 30%
    }

    .vindico-wrap {
        top: 0;
        left: 35px
    }

    .binswanger-wrap {
        right: 0;
        top: 102px
    }

    .hsv-wrap {
        left: 0
    }

    .mace-wrap {
        top: 5px;
        right: -85px
    }

    .leader-mobile-height img {
        height: 100%
    }

    .swiper-carousel-about .swiper-item:before {
        bottom: -50px
    }

    .swiper-carousel-about .swiper-item:after {
        bottom: -65px
    }

    .swiper-carousel-about .swiper-wrapper {
        align-items: end;
        padding-bottom: 140px
    }

    .world-map {
        background-size: 950px;
        background-position-y: 50px;
        background-position-x: -425px
    }

    .text-with-absolute {
        right: 0
    }

    .consumer-face {
        padding-top: 180px
    }
}

@media screen and (max-width:414px) {
    .graffity-wrap-mobile {
        top: 30px;
        left: 83px;
        width: 80%
    }

    .border-animation {
        height: 5px;
        width: 95px;
        top: 53px;
        right: 28.2%
    }

    .brand-text-effect {
        padding-top: 145px
    }

    .four-main-wrap {
        width: 100%;
        margin: 0 auto
    }

    .first-float-img {
        left: 3%;
        width: 44%
    }

    .third-float-img {
        left: 67%;
        width: 45%
    }

    .secound-float-img {
        left: 25%;
        width: 64%;
        top: -15px
    }
}

@media screen and (max-width:400px) {
    .our-vision-mobile-text {
        font-size: 16px
    }

    .border-animation {
        height: 5px;
        width: 85px;
        top: 53px;
        right: 28.8%
    }

    .sm-wave {
        width: 75%;
        top: -10px
    }

    .swiper-carousel-about .swiper-button-next,
    .swiper-carousel-about .swiper-button-prev {
        top: 92%
    }

    .down-up-arrow {
        width: 30%
    }

    .ourvision-dot-animation {
        left: -110%
    }

    .vindico-wrap {
        top: 0;
        left: 27px
    }

    .hsv-wrap {
        left: 0
    }

    .binswanger-wrap {
        right: 0;
        top: 102px
    }

    .leader-mobile-height {
        height: 225px
    }

    .banner-bottom-text-wrap,
    .banner-top-text-wrap {
        width: 80%
    }

    .consumer-face {
        width: 100%;
        padding-top: 200px
    }

    .text-with-absolute {
        top: 60px;
        right: 0
    }

    .brand-text-effect {
        padding-top: 150px
    }

    .four-main-wrap {
        width: 100%
    }

    .first-float-img {
        left: 2%;
        width: 46%
    }

    .third-float-img {
        left: 74%;
        width: 46%
    }

    .secound-float-img {
        left: 23%;
        width: 71%
    }

    .graffity-wrap-mobile {
        top: 40px;
        left: 79px;
        width: 80%
    }

    .ul-list-words {
        padding-right: 0
    }

    .w-mobile {
        width: 100% !important
    }

    .flip-card {
        height: 560px !important
    }

    .br-mobile br {
        display: none
    }

    .aca-super {
        bottom: 11%;
        height: auto
    }

    .aca-text-words {
        position: absolute;
        bottom: 16.5%;
        left: 29%;
        width: 43px;
        height: auto
    }
}

@media screen and (max-width:380px) {
    .down-up-arrow {
        width: 26%
    }

    .graffity-wrap-mobile {
        top: 40px;
        left: 73px;
        width: 80%
    }

    .vindico-wrap {
        width: 100px;
        height: 100px;
        left: 47px;
        top: 16px;
        padding: 15px
    }

    .mace-wrap {
        width: 80px;
        height: 80px;
        padding: 15px;
        top: 19px
    }

    .binswanger-wrap {
        width: 100px;
        height: 100px;
        padding: 15px;
        right: 8px
    }

    .hsv-wrap {
        left: 15px
    }

    .hsv-wrap,
    .uli-wrap {
        width: 90px;
        height: 90px;
        padding: 15px
    }

    .uli-wrap {
        right: 70px;
        bottom: 15px
    }

    .upflex-wrap {
        width: 90px;
        height: 90px;
        padding: 15px
    }

    .custom-min-height {
        min-height: 320px
    }

    .testimonial-arrows {
        width: 32%
    }

    .border-animation {
        height: 5px;
        width: 85px;
        top: 49px;
        right: 28.7%
    }

    .team-circle-wrapper .team-image {
        width: 150px;
        height: 150px
    }
}

@media screen and (max-width:360px) {
    .our-vision-mobile-text {
        font-size: 14px
    }

    .solution-business-padding {
        padding: 30px 25px 20px
    }

    .graffity-wrap-mobile {
        top: 40px
    }

    .elephant-wrapper {
        padding-top: 175px
    }

    .graffity-wrap-mobile {
        left: 69px
    }

    .aca-text-words {
        bottom: 16.5%;
        left: 29%;
        width: 34px
    }

    .border-animation {
        right: 29.8%
    }

    .down-up-arrow {
        width: 21%
    }

    .vindico-wrap {
        width: 100px;
        height: 100px;
        left: 47px;
        top: 16px;
        padding: 15px
    }

    .mace-wrap {
        width: 80px;
        height: 80px;
        padding: 15px;
        top: 19px
    }

    .binswanger-wrap {
        width: 100px;
        height: 100px;
        padding: 15px;
        right: 8px
    }

    .hsv-wrap {
        left: 15px
    }

    .hsv-wrap,
    .uli-wrap {
        width: 90px;
        height: 90px;
        padding: 15px
    }

    .uli-wrap {
        right: 70px;
        bottom: 15px
    }

    .upflex-wrap {
        width: 90px;
        height: 90px;
        padding: 15px
    }

    .leader-mobile-height {
        height: 200px
    }

    .border-animation {
        width: 80px;
        top: 49px;
        right: 28.4%
    }
}

@media screen and (max-width:350px) {
    .team-circle-wrapper .team-image {
        width: 140px;
        height: 140px
    }

    .graffity-wrap-mobile {
        top: 92px;
        left: 69px;
        width: 80%
    }

    .border-animation {
        right: 27.5%;
        top: 44px
    }
}

@media screen and (max-width:340px) {
    .spin-wrapper {
        width: 280px;
        height: 280px
    }

    .border-animation {
        right: 28.5%;
        top: 44px;
        width: 75px
    }

    .aca-super {
        bottom: 10%;
        height: auto
    }

    .aca-text-words {
        bottom: 15%;
        left: 29%;
        width: 34px
    }

    .elephant-wrapper {
        padding-top: 157px
    }

    .graffity-wrap-mobile {
        top: 32px;
        left: 65px;
        width: 80%
    }

    .team-circle-wrapper .team-image {
        width: 130px;
        height: 130px
    }
}

@media screen and (max-width:325px) {
    .graffity-wrap-mobile {
        top: 69px;
        left: 61px;
        width: 80%
    }

    .border-animation {
        right: 30.2%;
        top: 40px;
        width: 61px
    }
}

@media (min-width:320px) and (max-width:574.99px) {
    .footer-li li {
        margin-bottom: 15px
    }

    .modal-cla .anticon {
        color: #fff
    }

    .li-solution-list {
        width: 85%
    }

    .left-cla-wrap {
        height: 300px
    }

    .new-height-wrap {
        min-height: 40px
    }

    .left-cla-wrap,
    .right-cla-wrap {
        width: 100%
    }

    .search-keyword {
        font-size: 14px
    }

    .overlay-search-wrap .wrap-inner input {
        font-size: 18px
    }

    .closed-overlay-search {
        right: 2%
    }

    .testi-slider-wrap .swiper-button-prev {
        right: 56px;
        left: auto
    }

    .testi-slider-wrap .swiper-button-next,
    .testi-slider-wrap .swiper-button-prev {
        top: -35px;
        width: 40px;
        height: 40px
    }

    .vodcast-list-swiper .swiper-button-next,
    .vodcast-list-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        top: -58px
    }

    .vodcast-list-swiper .swiper-button-prev {
        right: 52px;
        left: auto
    }

    .social-icon {
        width: 80px
    }

    .leaders-slider .swiper-button-next {
        right: 10px
    }

    .query-form .form-control {
        font-size: 16px
    }

    .card-ex {
        width: 100%;
        padding: 25px 20px
    }

    .arrow-relative {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px;
        text-align: right
    }

    .leaders-slider .swiper-button-next,
    .leaders-slider .swiper-button-prev {
        width: 38px;
        height: 38px
    }

    .client-stories-slider .swiper-button-next:after,
    .client-stories-slider .swiper-button-prev:after {
        line-height: 37px
    }

    .pl-leftcontainer {
        padding-left: 15px
    }

    .whatcanwedo .bullet-supporter {
        margin-bottom: 14px
    }

    .whatcanwedo .ant-tabs-tab {
        margin: 0 !important
    }

    .footer-li li {
        font-size: 14px
    }

    .whats-tab-arrow .ant-tabs .ant-tabs-tab {
        padding: 12px 0;
        font-size: 16px
    }

    .leaders-slider .swiper-button-prev {
        left: 3%
    }

    .leaders-slider .swiper-button-next {
        right: 3%
    }

    .subscribe-btn .reusable-btn {
        font-size: 14px;
        top: 15px
    }

    .subscribe-btn {
        right: 10px;
        top: -3px
    }

    .subscription-place {
        height: 45px;
        padding: 0 124px 0 14px;
        font-size: 14px
    }

    .transformative-wrapper {
        height: auto
    }

    .project-banner-content {
        width: 100%;
        padding: 0 20px;
        bottom: 23px;
        top: auto;
        right: 0;
        transform: inherit
    }

    .buisness-solutions-card-header {
        padding-bottom: 10px
    }

    .whatcanwedo .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
        padding: 5px 16px;
        font-size: 16px
    }

    .card-background-image {
        top: 30px
    }

    .img-grade-box:before {
        content: "";
        background-image: none
    }

    .menuBarScrolled .scroll-no-top {
        display: none
    }

    .menuBarScrolled {
        z-index: 100
    }

    .menuBar.menuBarScrolled {
        height: 60px
    }

    .flip-card {
        height: 560px
    }

    .flip-card-back ul.ul-bg {
        padding: 10px;
        margin-top: 57px
    }

    .flip-card-back ul.ul-bg li {
        font-size: 13px
    }

    .flip-card-back ul.ul-text li {
        margin-bottom: 15px;
        font-size: 14px
    }

    .digital-agency-full-box .flip-card-back ul.ul-bg li {
        font-size: 14px
    }

    .digital-agency-full-box .flip-card-back ul.ul-bg {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .digital-agency-full-box .flip-card-back ul.ul-text li {
        font-size: 14px
    }

    .digital-agency-full-box .ul-text {
        margin-left: 10px
    }

    .digital-agency-full-box .flip-card {
        width: 100%;
        height: 460px !important
    }

    .digital-agency-full-box .swiper-button-next {
        right: -12px;
        left: auto
    }

    .digital-agency-full-box .swiper-button-prev {
        left: -12px;
        right: auto
    }
}

@media (min-width:575px) and (max-width:767.99px) {
    .card-ex {
        width: 100%
    }

    .leaders-slider .swiper-button-next {
        right: 10px
    }

    .whatcanwedo .bullet-supporter {
        margin-bottom: 10px
    }

    .whatcanwedo .ant-tabs-tab {
        margin: 0 !important
    }

    .box-client-wrap {
        height: 70px
    }

    .footer-li li {
        font-size: 14px;
        margin-bottom: 8px
    }

    .leaders-slider .swiper-button-prev {
        left: 3%
    }

    .leaders-slider .swiper-button-next {
        right: 3%
    }

    .whats-tab-arrow .swiper-button-next,
    .whats-tab-arrow .swiper-button-prev {
        width: 45px;
        height: 45px
    }

    .project-banner-content {
        padding: 0 20px
    }

    .explore-all-btn .reusable-btn {
        font-size: 14px
    }

    .transformative-wrapper {
        height: 280px
    }

    .card-background-image {
        top: 20px
    }

    .menuBarScrolled .scroll-no-top {
        display: none
    }

    .menuBarScrolled {
        z-index: 100
    }

    .menuBar {
        z-index: 3
    }

    .menuBar.menuBarScrolled {
        height: 60px
    }

    .flip-card {
        height: 560px
    }

    .flip-card-back ul.ul-bg {
        padding: 10px;
        margin-top: 57px
    }

    .flip-card-back ul.ul-bg li {
        font-size: 12px
    }

    .flip-card-back ul.ul-text li {
        margin-bottom: 15px;
        font-size: 14px
    }

    .digital-agency-full-box .flip-card-back ul.ul-bg li {
        font-size: 14px
    }

    .digital-agency-full-box .flip-card-back ul.ul-bg {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .digital-agency-full-box .flip-card-back ul.ul-text li {
        font-size: 14px
    }

    .digital-agency-full-box .ul-text {
        margin-left: 10px
    }

    .digital-agency-full-box .flip-card {
        width: 100%;
        height: 460px !important
    }

    .digital-agency-full-box .swiper-button-next {
        right: 0;
        left: auto
    }

    .digital-agency-full-box .swiper-button-prev {
        left: 0;
        right: auto
    }
}

@media (min-width:768px) and (max-width:1023.99px) {
    .box-client-wrap {
        height: 70px
    }

    .wordlist-wrap {
        padding: 25px
    }

    .leaders-slider .swiper-button-next {
        right: 10px
    }

    .footer-li li {
        font-size: 14px
    }

    .leaders-slider .swiper-button-prev {
        left: 3%
    }

    .leaders-slider .swiper-button-next {
        right: 3%
    }

    .whats-tab-arrow .swiper-button-next,
    .whats-tab-arrow .swiper-button-prev {
        width: 45px;
        height: 45px
    }

    .transformative-wrapper {
        height: 280px;
        overflow: hidden
    }

    .technology-slider .swiper-button-next,
    .technology-slider .swiper-button-prev {
        width: 40px;
        height: 40px
    }

    .menuBarScrolled .scroll-no-top {
        display: none
    }

    .menuBarScrolled {
        z-index: 100
    }

    .flip-card {
        height: 600px
    }

    .flip-card-back ul.ul-bg {
        padding: 10px;
        margin-top: 57px
    }

    .flip-card-back ul.ul-bg li {
        font-size: 16px
    }

    .flip-card-back ul.ul-text li {
        margin-bottom: 15px;
        font-size: 16px
    }

    .digital-agency-full-box .swiper-button-next {
        right: -20px;
        left: auto
    }

    .digital-agency-full-box .swiper-button-prev {
        left: -20px;
        right: auto
    }
}

@media (min-width:1024px) and (max-width:1279.99px) {
    .footer-li li {
        font-size: 14px
    }

    .project-banner-content {
        padding: 0 40px
    }

    .transformative-wrapper {
        height: 297px
    }

    .buisness-solutions-card-header {
        padding-bottom: 10px
    }

    .flip-card {
        height: 585px
    }

    .flip-card-back ul.ul-bg {
        padding: 10px;
        margin-top: 57px
    }

    .flip-card-back ul.ul-bg li {
        font-size: 14px
    }

    .flip-card-back ul.ul-text li {
        margin-bottom: 15px;
        font-size: 16px
    }

    .digital-agency-full-box .flip-card {
        height: 480px;
        width: 100%
    }

    .digital-agency-full-box .swiper-button-prev {
        left: -20px;
        right: auto
    }

    .digital-agency-full-box .swiper-button-next {
        right: -20px;
        left: auto
    }
}

@media (min-width:1280px) and (max-width:1499.99px) {
    .transformative-wrapper {
        height: 380px;
        overflow: hidden
    }

    .leaders-slider .swiper-button-prev {
        left: 0;
        right: auto
    }

    .whats-tab-arrow .swiper-button-next,
    .whats-tab-arrow .swiper-button-prev {
        width: 50px;
        height: 50px
    }

    .leaders-slider .swiper-button-next {
        right: 0
    }

    .logo {
        width: 13%
    }

    .leftMenu li {
        margin-right: 25px
    }

    .rightMenu li {
        margin-left: 25px
    }

    .leftMenu a,
    .rightMenu a {
        font-size: 16px
    }

    .footer-li li {
        font-size: 13px
    }

    .looking-for-text,
    .menuBar .ant-input-affix-wrapper {
        font-size: 14px
    }

    .ant-menu-light.ant-menu-submenu>.ant-menu {
        top: 23px;
        height: 75vh
    }

    .mega-menu-slave-box ul {
        max-height: 362px
    }

    .flip-card {
        height: 640px
    }

    .digital-agency-full-box .flip-card-back ul.ul-bg li {
        font-size: 16px
    }

    .digital-agency-full-box .ul-text {
        margin-left: 12px
    }

    .digital-agency-full-box .flip-card-back ul.ul-text li {
        font-size: 14px
    }

    .digital-agency-full-box .swiper-button-prev {
        left: -41px;
        right: auto
    }

    .digital-agency-full-box .swiper-button-next {
        right: -41px;
        left: auto
    }

    .digital-agency-full-box .flip-card {
        width: 100%
    }
}

@media screen and (max-width:330px) {
    .ourvision-dot-animation {
        left: -109%
    }

    .state-wrap-count {
        flex-direction: column;
        align-items: start;
        margin-top: 15px
    }

    .width-320-full {
        width: 100%
    }

    .down-up-arrow {
        width: 12%
    }

    .vindico-wrap {
        width: 100px;
        height: 100px;
        left: 25px;
        top: 16px;
        padding: 15px
    }

    .hsv-wrap {
        width: 90px;
        height: 90px;
        left: 0;
        padding: 15px
    }

    .binswanger-wrap {
        width: 85px;
        height: 85px;
        padding: 15px;
        right: 0
    }

    .uli-wrap {
        width: 90px;
        height: 90px;
        padding: 15px;
        right: 36px;
        bottom: 24px
    }
}

@media (min-width:1500px) and (max-width:1899.99px) {
    .digital-agency-full-box .swiper-button-prev {
        left: -11px;
        right: auto
    }

    .digital-agency-full-box .swiper-button-next {
        right: -11px;
        left: auto
    }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0, 0%, 100%, .7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
    z-index: var(--toastify-z-index);
    -webkit-transform: translateZ(var(--toastify-z-index));
    position: fixed;
    padding: 4px;
    width: var(--toastify-toast-width);
    box-sizing: border-box;
    color: #fff
}

.Toastify__toast-container--top-left {
    top: 1em;
    left: 1em
}

.Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    top: 1em;
    right: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width:480px) {
    .Toastify__toast-container {
        width: 100vw;
        padding: 0;
        left: 0;
        margin: 0
    }

    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        right: 0;
        left: auto
    }
}

.Toastify__toast {
    position: relative;
    min-height: var(--toastify-toast-min-height);
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
    display: flex;
    justify-content: space-between;
    max-height: var(--toastify-toast-max-height);
    overflow: hidden;
    font-family: var(--toastify-font-family);
    cursor: default;
    direction: ltr;
    z-index: 0
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-body {
    margin: auto 0;
    flex: 1 1 auto;
    padding: 6px;
    display: flex;
    align-items: center
}

.Toastify__toast-body>div:last-child {
    word-break: break-word;
    flex: 1
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    width: 20px;
    flex-shrink: 0;
    display: flex
}

.Toastify--animate {
    animation-fill-mode: both;
    animation-duration: .7s
}

.Toastify--animate-icon {
    animation-fill-mode: both;
    animation-duration: .3s
}

@media only screen and (max-width:480px) {
    .Toastify__toast {
        margin-bottom: 0;
        border-radius: 0
    }
}

.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    color: var(--toastify-text-color-info);
    background: var(--toastify-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    color: var(--toastify-text-color-success);
    background: var(--toastify-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    color: var(--toastify-text-color-warning);
    background: var(--toastify-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    color: var(--toastify-text-color-error);
    background: var(--toastify-color-error)
}

.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: .7;
    transition: .3s ease;
    align-self: flex-start
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: var(--toastify-z-index);
    opacity: .7;
    transform-origin: left
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    right: 0;
    left: auto;
    transform-origin: right
}

.Toastify__spinner {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid;
    border-right: 2px solid var(--toastify-spinner-color);
    animation: Toastify__spin .65s linear infinite
}

@keyframes Toastify__bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes Toastify__bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes Toastify__bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(110%, 0, 0)
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-110%, 0, 0)
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 500px, 0)
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -500px, 0)
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}