.swal2-popup.swal2-toast {
    box-sizing: border-box;
    grid-column: 1/4 !important;
    grid-row: 1/4 !important;
    grid-template-columns: min-content auto min-content;
    padding: 1em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
    pointer-events: all
}

.swal2-popup.swal2-toast>* {
    grid-column: 2
}

.swal2-popup.swal2-toast .swal2-title {
    margin: .5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial
}

.swal2-popup.swal2-toast .swal2-loading {
    justify-content: center
}

.swal2-popup.swal2-toast .swal2-input {
    height: 2em;
    margin: .5em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-validation-message {
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
    grid-column: 3/3;
    grid-row: 1/99;
    align-self: center;
    width: .8em;
    height: .8em;
    margin: 0;
    font-size: 2em
}

.swal2-popup.swal2-toast .swal2-html-container {
    margin: .5em 1em;
    padding: 0;
    overflow: initial;
    font-size: 1em;
    text-align: initial
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
    padding: 0
}

.swal2-popup.swal2-toast .swal2-loader {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    height: 2em;
    margin: .25em
}

.swal2-popup.swal2-toast .swal2-icon {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0 .5em 0 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    justify-content: flex-start;
    height: auto;
    margin: 0;
    margin-top: .5em;
    padding: 0 .5em
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: .25em .5em;
    padding: .4em .6em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.8em;
    left: -0.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.25em;
    left: .9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide .1s forwards
}

div:where(.swal2-container) {
    display: grid;
    position: fixed;
    z-index: 1060;
    inset: 0;
    box-sizing: border-box;
    grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
    grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
    height: 100%;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch
}

div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
    background: rgba(0, 0, 0, .4)
}

div:where(.swal2-container).swal2-backdrop-hide {
    background: rgba(0, 0, 0, 0) !important
}

div:where(.swal2-container).swal2-top-start,
div:where(.swal2-container).swal2-center-start,
div:where(.swal2-container).swal2-bottom-start {
    grid-template-columns: minmax(0, 1fr) auto auto
}

div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
    grid-template-columns: auto minmax(0, 1fr) auto
}

div:where(.swal2-container).swal2-top-end,
div:where(.swal2-container).swal2-center-end,
div:where(.swal2-container).swal2-bottom-end {
    grid-template-columns: auto auto minmax(0, 1fr)
}

div:where(.swal2-container).swal2-top-start>.swal2-popup {
    align-self: start
}

div:where(.swal2-container).swal2-top>.swal2-popup {
    grid-column: 2;
    place-self: start center
}

div:where(.swal2-container).swal2-top-end>.swal2-popup,
div:where(.swal2-container).swal2-top-right>.swal2-popup {
    grid-column: 3;
    place-self: start end
}

div:where(.swal2-container).swal2-center-start>.swal2-popup,
div:where(.swal2-container).swal2-center-left>.swal2-popup {
    grid-row: 2;
    align-self: center
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    place-self: center center
}

div:where(.swal2-container).swal2-center-end>.swal2-popup,
div:where(.swal2-container).swal2-center-right>.swal2-popup {
    grid-column: 3;
    grid-row: 2;
    place-self: center end
}

div:where(.swal2-container).swal2-bottom-start>.swal2-popup,
div:where(.swal2-container).swal2-bottom-left>.swal2-popup {
    grid-column: 1;
    grid-row: 3;
    align-self: end
}

div:where(.swal2-container).swal2-bottom>.swal2-popup {
    grid-column: 2;
    grid-row: 3;
    place-self: end center
}

div:where(.swal2-container).swal2-bottom-end>.swal2-popup,
div:where(.swal2-container).swal2-bottom-right>.swal2-popup {
    grid-column: 3;
    grid-row: 3;
    place-self: end end
}

div:where(.swal2-container).swal2-grow-row>.swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
    grid-column: 1/4;
    width: 100%
}

div:where(.swal2-container).swal2-grow-column>.swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
    grid-row: 1/4;
    align-self: stretch
}

div:where(.swal2-container).swal2-no-transition {
    transition: none !important
}

div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: hsl(0, 0%, 33%);
    font-family: inherit;
    font-size: 1rem
}

div:where(.swal2-container) div:where(.swal2-popup):focus {
    outline: none
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
    overflow-y: hidden
}

div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: .8em 1em 0;
    color: inherit;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

div:where(.swal2-container) div:where(.swal2-actions) {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
}

div:where(.swal2-container) div:where(.swal2-loader) {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: .25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0)
}

div:where(.swal2-container) button:where(.swal2-styled) {
    margin: .3125em;
    padding: .625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
    font-weight: 500
}

div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
    cursor: pointer
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
    box-shadow: 0 0 0 3px rgba(112, 102, 224, .5)
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #dc3741;
    color: #fff;
    font-size: 1em
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible {
    box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 1em
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
    box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
    box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
}

div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
    outline: none
}

div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
    border: 0
}

div:where(.swal2-container) div:where(.swal2-footer) {
    margin: 1em 0 0;
    padding: 1em 1em 0;
    border-top: 1px solid #eee;
    color: inherit;
    font-size: 1em;
    text-align: center
}

div:where(.swal2-container) .swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto !important;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
    width: 100%;
    height: .25em;
    background: rgba(0, 0, 0, .2)
}

div:where(.swal2-container) img:where(.swal2-image) {
    max-width: 100%;
    margin: 2em auto 1em
}

div:where(.swal2-container) button:where(.swal2-close) {
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s, box-shadow .1s;
    border: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0);
    color: #ccc;
    font-family: monospace;
    font-size: 2.5em;
    cursor: pointer;
    justify-self: end
}

div:where(.swal2-container) button:where(.swal2-close):hover {
    transform: none;
    background: rgba(0, 0, 0, 0);
    color: #f27474
}

div:where(.swal2-container) button:where(.swal2-close):focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
}

div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
    border: 0
}

div:where(.swal2-container) .swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 1em 1.6em .3em;
    overflow: auto;
    color: inherit;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word
}

div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
    margin: 1em 2em 3px
}

div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
    box-sizing: border-box;
    width: auto;
    transition: border-color .1s, box-shadow .1s;
    border: 1px solid hsl(0, 0%, 85%);
    border-radius: .1875em;
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, 0);
    color: inherit;
    font-size: 1.125em
}

div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important
}

div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5)
}

div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
    color: #ccc
}

div:where(.swal2-container) .swal2-range {
    margin: 1em 2em 3px;
    background: #fff
}

div:where(.swal2-container) .swal2-range input {
    width: 80%
}

div:where(.swal2-container) .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center
}

div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

div:where(.swal2-container) .swal2-input {
    height: 2.625em;
    padding: 0 .75em
}

div:where(.swal2-container) .swal2-file {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    background: rgba(0, 0, 0, 0);
    font-size: 1.125em
}

div:where(.swal2-container) .swal2-textarea {
    height: 6.75em;
    padding: .75em
}

div:where(.swal2-container) .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: rgba(0, 0, 0, 0);
    color: inherit;
    font-size: 1.125em
}

div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit
}

div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em
}

div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
    flex-shrink: 0;
    margin: 0 .4em
}

div:where(.swal2-container) label:where(.swal2-input-label) {
    display: flex;
    justify-content: center;
    margin: 1em auto 0
}

div:where(.swal2-container) div:where(.swal2-validation-message) {
    align-items: center;
    justify-content: center;
    margin: 1em 0 0;
    padding: .625em;
    overflow: hidden;
    background: hsl(0, 0%, 94%);
    color: #666;
    font-size: 1em;
    font-weight: 300
}

div:where(.swal2-container) div:where(.swal2-validation-message)::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center
}

div:where(.swal2-container) .swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 1.25em auto;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    font-weight: 600
}

div:where(.swal2-container) .swal2-progress-steps li {
    display: inline-block;
    position: relative
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #add8e6;
    color: #fff
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #add8e6
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    flex-shrink: 0;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #2778c4
}

div:where(.swal2-icon) {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto .6em;
    border: 0.25em solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none
}

div:where(.swal2-icon) .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em
}

div:where(.swal2-icon).swal2-error {
    border-color: #f27474;
    color: #f27474
}

div:where(.swal2-icon).swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg)
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg)
}

div:where(.swal2-icon).swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark .5s
}

div:where(.swal2-icon).swal2-warning {
    border-color: rgb(249.95234375, 205.965625, 167.74765625);
    color: #f8bb86
}

div:where(.swal2-icon).swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .5s
}

div:where(.swal2-icon).swal2-info {
    border-color: rgb(156.7033492823, 224.2822966507, 246.2966507177);
    color: #3fc3ee
}

div:where(.swal2-icon).swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark .8s
}

div:where(.swal2-icon).swal2-question {
    border-color: rgb(200.8064516129, 217.9677419355, 225.1935483871);
    color: #87adbd
}

div:where(.swal2-icon).swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark .8s
}

div:where(.swal2-icon).swal2-success {
    border-color: #a5dc86;
    color: #a5dc86
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    border-radius: 50%
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165, 220, 134, .3);
    border-radius: 50%
}

div:where(.swal2-icon).swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    transform: rotate(-45deg)
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .8125em;
    width: 1.5625em;
    transform: rotate(45deg)
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg)
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip .75s
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long .75s
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

[class^=swal2] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.swal2-show {
    animation: swal2-show .3s
}

.swal2-hide {
    animation: swal2-hide .15s forwards
}

.swal2-noanimation {
    transition: none
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.swal2-rtl .swal2-close {
    margin-right: initial;
    margin-left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg)
    }
    33% {
        transform: translateY(0) rotateZ(-2deg)
    }
    66% {
        transform: translateY(0.3125em) rotateZ(2deg)
    }
    100% {
        transform: translateY(0) rotateZ(0deg)
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }
    54% {
        top: .125em;
        left: .125em;
        width: 0
    }
    70% {
        top: .625em;
        left: -0.25em;
        width: 1.625em
    }
    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }
    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }
    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }
    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }
    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(0.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(0.95)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(0.5);
        opacity: 0
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }
    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }
    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }
    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0
    }
    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0
    }
    80% {
        margin-top: -0.375em;
        transform: scale(1.15)
    }
    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swal2-animate-question-mark {
    0% {
        transform: rotateY(-360deg)
    }
    100% {
        transform: rotateY(0)
    }
}

@keyframes swal2-animate-i-mark {
    0% {
        transform: rotateZ(45deg);
        opacity: 0
    }
    25% {
        transform: rotateZ(-25deg);
        opacity: .4
    }
    50% {
        transform: rotateZ(15deg);
        opacity: .8
    }
    75% {
        transform: rotateZ(-5deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-container {
    background-color: rgba(0, 0, 0, 0) !important;
    pointer-events: none
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
    pointer-events: all
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
        overflow-y: scroll !important
    }
    body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown)>[aria-hidden=true] {
        display: none
    }
    body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
        position: static !important
    }
}

body.swal2-toast-shown .swal2-container {
    box-sizing: border-box;
    width: 360px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none
}

body.swal2-toast-shown .swal2-container.swal2-top {
    inset: 0 auto auto 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
    inset: 0 0 auto auto
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
    inset: 0 auto auto 0
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
    inset: 50% auto auto 0;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
    inset: 50% 0 auto auto;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    inset: auto auto 0 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    inset: auto auto 0 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    inset: auto 0 0 auto
}

.banner-section[_ngcontent-anp-c46] {
    background: #fff;
    position: relative;
    padding-top: 50px;
    overflow: hidden
}

.mb-12[_ngcontent-anp-c46] {
    margin-bottom: 12px
}

.banner-section[_ngcontent-anp-c46]:before {
    content: "";
    background: #ffffff;
    border-radius: 0 0 72px 72px;
    height: 70%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.banner-section[_ngcontent-anp-c46]:after {
    content: "";
    width: 1440px;
    height: 148px;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%);
    background: url(/assets/images/dots-bg.svg) no-repeat;
    background-size: 148px;
    background-position: calc(100% - 48px);
    padding-right: 24px
}

.about-hero-wrap[_ngcontent-anp-c46] {
    max-width: 670px;
    margin: auto;
    display: grid;
    gap: 36px
}

.about-hero-text[_ngcontent-anp-c46] {
    display: grid;
    gap: 24px
}

.banner-section[_ngcontent-anp-c46] .about-hero-text[_ngcontent-anp-c46] .dark-blue-text[_ngcontent-anp-c46] {
    position: relative
}

.banner-section[_ngcontent-anp-c46] .about-hero-text[_ngcontent-anp-c46] .dark-blue-text[_ngcontent-anp-c46]:after {
    content: "";
    height: 15px;
    width: 120%;
    background-image: url(/assets/images/sem-border-bg.svg);
    position: absolute;
    bottom: -8px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0
}

.banner-video-wrap[_ngcontent-anp-c46] {
    position: relative
}

.banner-video-wrap[_ngcontent-anp-c46]:before {
    position: absolute;
    content: url(/assets/images/ellipse-icon.svg);
    left: -40px;
    top: -40px;
    z-index: 1
}

.banner-video-wrap[_ngcontent-anp-c46]:after {
    position: absolute;
    content: url(/assets/images/about-line-wave.svg);
    right: 40px;
    top: -40px;
    z-index: 1
}

.banner-video[_ngcontent-anp-c46] {
    margin-top: 90px;
    border-radius: 24px;
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    z-index: 2
}

.clientele-section[_ngcontent-anp-c46] {
    padding: 100px 0 40px
}

.clientele-slider[_ngcontent-anp-c46] .section-heading[_ngcontent-anp-c46] {
    margin-bottom: 32px;
    padding-bottom: 0
}

.stat-inner-wrap[_ngcontent-anp-c46] {
    display: grid;
    gap: 38px
}

.stat-wrapper[_ngcontent-anp-c46] {
    background: #eaf1ff;
    border-radius: 24px;
    padding: 56px 16px;
    position: relative
}

.stat-wrapper[_ngcontent-anp-c46]:before {
    content: "";
    background: url(/assets/images/asterisk-lp.svg) no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    position: absolute;
    left: -32px;
    top: -32px;
    animation: _ngcontent-anp-c46_spin 10s linear infinite
}

.stat-list[_ngcontent-anp-c46] {
    width: 100%;
    max-width: 954px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px
}

.stat-item[_ngcontent-anp-c46]:nth-child(2),
.stat-item[_ngcontent-anp-c46]:nth-child(5) {
    margin: auto;
    width: 100%;
    max-width: 184px
}

.stat-item[_ngcontent-anp-c46]:nth-child(3),
.stat-item[_ngcontent-anp-c46]:nth-child(6) {
    margin-left: auto;
    width: 100%;
    max-width: 184px
}

@keyframes _ngcontent-anp-c46_spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.business-section[_ngcontent-anp-c46] {
    padding: 60px 0 90px
}

.business-section-inner[_ngcontent-anp-c46] {
    display: flex;
    gap: 32px;
    align-items: center
}

.business-content[_ngcontent-anp-c46] {
    display: grid;
    gap: 12px;
    max-width: 340px
}

.business-checklist-wrapper[_ngcontent-anp-c46] {
    display: grid;
    gap: 32px;
    align-items: center;
    grid-template-columns: 1.2fr 1fr
}

.business-checklist-wrapper[_ngcontent-anp-c46] .business-checklist[_ngcontent-anp-c46] {
    max-width: 352px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    min-width: 300px;
    align-items: flex-start
}

.business-checklist-wrapper[_ngcontent-anp-c46] .business-checklist-item[_ngcontent-anp-c46] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid #8d8a8a;
    border-radius: 48px
}

.combined-section.light-bg[_ngcontent-anp-c46] {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%)
}

.outcome-content[_ngcontent-anp-c46] {
    display: grid;
    gap: 16px;
    max-width: 563px;
    margin: auto
}

.outcome-slider-wrap[_ngcontent-anp-c46] {
    margin-top: 42px
}

.outcome-slider[_ngcontent-anp-c46] .outcome-item[_ngcontent-anp-c46] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .1019607843);
    align-items: stretch;
    min-height: 490px;
}

.outcome-slider[_ngcontent-anp-c46] .outcome-item[_ngcontent-anp-c46] .outcome-img[_ngcontent-anp-c46] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 20px 20px 0
}

.outcome-slider[_ngcontent-anp-c46] .outcome-item[_ngcontent-anp-c46] .outcome-item-content[_ngcontent-anp-c46] {
    color: #fff;
    padding: 24px;
    display: grid;
    background: #8d8a8a;
    border-radius: 20px 0 0 20px
}

.outcome-slider[_ngcontent-anp-c46] .outcome-item[_ngcontent-anp-c46] .outcome-stat-wrap[_ngcontent-anp-c46] {
    display: grid;
    gap: 16px
}

.service-section-inner[_ngcontent-anp-c46] {
    display: grid;
    gap: 78px
}

.service-section-inner[_ngcontent-anp-c46] .service-section-content[_ngcontent-anp-c46] {
    max-width: 648px;
    margin: auto;
    display: grid;
    gap: 20px
}

.service-section-inner[_ngcontent-anp-c46] .services-wrap[_ngcontent-anp-c46] {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: center
}

.service-section-inner[_ngcontent-anp-c46] .service-list[_ngcontent-anp-c46] {
    width: 460px
}

.service-section-inner[_ngcontent-anp-c46] .p-accordion p-accordiontab .p-accordion-tab {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .0784313725)
}

.service-section-inner[_ngcontent-anp-c46] .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 0;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    background: transparent;
    border: 0;
    justify-content: space-between;
    flex-direction: row-reverse
}

.service-section-inner[_ngcontent-anp-c46] .p-accordion p-accordiontab:last-child .p-accordion-tab {
    border-bottom: 0
}

.service-section-inner[_ngcontent-anp-c46] .p-accordion-tab-active .p-accordion-header-link {
    color: #8d8a8a!important
}

.service-section-inner[_ngcontent-anp-c46] .p-accordion-header:hover .p-accordion-header-link {
    color: #8d8a8a!important
}

.service-section-inner[_ngcontent-anp-c46] .p-accordion .p-accordion-content {
    padding: 16px 0 0;
    color: #000;
    background: transparent;
    border: 0;
    font-size: 14px
}

.service-section-inner[_ngcontent-anp-c46] .service-image[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
    display: block;
    width: 100%;
    max-width: 562px
}

.our-process-inner[_ngcontent-anp-c46] {
    display: flex;
    align-items: flex-start;
    gap: 36px;
}

.our-process-inner[_ngcontent-anp-c46] .our-process-content[_ngcontent-anp-c46] {
    display: grid;
    gap: 60px
}

.our-process-inner[_ngcontent-anp-c46] .our-process-tab-wrap[_ngcontent-anp-c46] {
    display: grid;
    gap: 18px;
    max-width: 296px
}

.our-process-inner[_ngcontent-anp-c46] .our-process-tab[_ngcontent-anp-c46] {
    background: #e1f1ea;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    padding: 16px;
    flex-direction: column;
    cursor: pointer
}

.our-process-inner[_ngcontent-anp-c46] .our-process-tab-desc[_ngcontent-anp-c46] {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    color: #000
}

.our-process-inner[_ngcontent-anp-c46] .our-process-tab-heading[_ngcontent-anp-c46] {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.32px;
    color: #000
}

.our-process-inner[_ngcontent-anp-c46] .our-process-tab.active[_ngcontent-anp-c46] {
    background: #8d8a8a;
    box-shadow: 0 4px 8px #204cc714
}

.our-process-inner[_ngcontent-anp-c46] .our-process-tab.active[_ngcontent-anp-c46] .our-process-tab-desc[_ngcontent-anp-c46],
.our-process-inner[_ngcontent-anp-c46] .our-process-tab.active[_ngcontent-anp-c46] .our-process-tab-heading[_ngcontent-anp-c46] {
    color: #fff
}

.our-process-inner[_ngcontent-anp-c46] .our-process-stages[_ngcontent-anp-c46] {
    width: 100%;
    max-width: 586px;
    display: grid;
    gap: 58px
}

.our-process-inner[_ngcontent-anp-c46] .our-process-desc[_ngcontent-anp-c46] {
    max-width: 506px;
    margin-left: auto;
    color: #0c0e2c
}

.our-process-inner[_ngcontent-anp-c46] .our-process-steps-wrap[_ngcontent-anp-c46] {
    display: grid;
    gap: 42px;
    position: relative
}

.our-process-inner[_ngcontent-anp-c46] .our-process-number[_ngcontent-anp-c46] {
    font-size: 20px;
    font-weight: 600;
    line-height: 27.32px;
    background: #eaf1ff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    flex: 1 0 auto;
    max-width: 56px
}

.our-process-inner[_ngcontent-anp-c46] .our-process-step-content[_ngcontent-anp-c46] {
    display: grid;
    gap: 4px
}

.our-process-inner[_ngcontent-anp-c46] .our-process-step[_ngcontent-anp-c46] {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    z-index: 1
}

.our-process-inner[_ngcontent-anp-c46] .our-process-steps-wrap[_ngcontent-anp-c46]:before {
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    left: 28px;
    position: absolute;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 50%, transparent 0%);
    background-size: 2px 10px;
    background-repeat: repeat-y
}

.checklist-slider[_ngcontent-anp-c46] .owl-carousel .owl-stage {
    display: flex
}

.checklist-slider[_ngcontent-anp-c46] {
    margin-top: 50px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-content[_ngcontent-anp-c46] {
    padding: 36px;
    background: linear-gradient(180deg, #eff3ff 0%, rgba(239, 243, 255, 0) 100%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
    border: 2px solid #0f5aed;
    height: 100%;
    position: relative
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-content[_ngcontent-anp-c46] .slider-hover[_ngcontent-anp-c46] {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(239, 243, 255, .15) 0%, rgba(239, 243, 255, .05) 100%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: all .3s ease-in-out
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-content[_ngcontent-anp-c46] .slider-hover[_ngcontent-anp-c46]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(/assets/images/who-we-background.png) #ecf2ff;
    height: 100%;
    display: block;
    opacity: .15;
    border-radius: 24px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-content[_ngcontent-anp-c46]:hover .slider-hover[_ngcontent-anp-c46] {
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.checklist-slider[_ngcontent-anp-c46] .heading-with-icon[_ngcontent-anp-c46] {
    display: flex;
    align-items: center;
    gap: 8px
}

.checklist-slider[_ngcontent-anp-c46] .heading-with-icon[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
    display: block;
    width: 36px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-content[_ngcontent-anp-c46]>.heading-with-icon[_ngcontent-anp-c46] {
    border: 2px solid transparent;
    border-image-source: linear-gradient(90deg, rgba(0, 62, 183, 0) 0%, #0f5aed 47.96%, rgba(0, 62, 183, 0) 95.93%);
    border-image-slice: 0 0 1 0;
    justify-content: center;
    padding-bottom: 28px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.h-100[_ngcontent-anp-c46] .grid-content[_ngcontent-anp-c46] {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    max-width: 295px;
    margin: auto
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.h-100[_ngcontent-anp-c46] .grid-content[_ngcontent-anp-c46] .checklist-wrap[_ngcontent-anp-c46] {
    gap: 24px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row[_ngcontent-anp-c46] .checklist-wrap[_ngcontent-anp-c46] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row[_ngcontent-anp-c46] .checklist-item[_ngcontent-anp-c46] {
    display: flex;
    gap: 6px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row[_ngcontent-anp-c46] .checklist-item[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 2px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-2[_ngcontent-anp-c46] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 854px;
    margin: auto
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-2[_ngcontent-anp-c46] .grid-content[_ngcontent-anp-c46] {
    padding: 0 40px;
    border: 2px solid transparent;
    border-image-source: linear-gradient(0deg, rgba(0, 62, 183, 0) 0%, #0f5aed 47.96%, rgba(0, 62, 183, 0) 95.93%);
    border-image-slice: 0 0 0 1
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-2[_ngcontent-anp-c46] .grid-content[_ngcontent-anp-c46]:first-child {
    border-image-slice: 0
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-2[_ngcontent-anp-c46] .checklist-wrap[_ngcontent-anp-c46] {
    margin-top: 32px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-2.border[_ngcontent-anp-c46] {
    padding: 20px 0;
    border: 1px solid #dbdbdb!important;
    border-radius: 12px;
    max-width: 100%;
    margin: 0;
    justify-content: center
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-2.border[_ngcontent-anp-c46] .grid-content[_ngcontent-anp-c46] {
    border-image-slice: 0;
    max-width: 338px;
    margin-left: auto
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-3.border[_ngcontent-anp-c46] {
    display: flex;
    justify-content: center;
    padding: 32px 0;
    border-radius: 12px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-3.border[_ngcontent-anp-c46] .grid-content[_ngcontent-anp-c46] {
    max-width: 250px;
    padding: 0 16px;
    border: 2px solid transparent;
    border-image-source: linear-gradient(0deg, rgba(175, 175, 175, 0) 0%, #afafaf 47.96%, rgba(175, 175, 175, 0) 95.93%);
    border-image-slice: 0 0 0 1
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-3.border[_ngcontent-anp-c46] .grid-content[_ngcontent-anp-c46]:first-child {
    border-image-slice: 0
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-3.border[_ngcontent-anp-c46] .heading-with-icon[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
    width: 18px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-3.border[_ngcontent-anp-c46] .checklist-wrap[_ngcontent-anp-c46] {
    margin-top: 16px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-4[_ngcontent-anp-c46] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border: 1px solid #dbdbdb;
    padding: 18px 0;
    border-radius: 12px
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-4[_ngcontent-anp-c46] .grid-content[_ngcontent-anp-c46] {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 0 18px;
    border: 2px solid transparent;
    border-image-source: linear-gradient(0deg, rgba(175, 175, 175, 0) 0%, #afafaf 47.96%, rgba(175, 175, 175, 0) 95.93%);
    border-image-slice: 0 0 0 1
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-4[_ngcontent-anp-c46] .grid-content[_ngcontent-anp-c46]:first-child {
    border-image-slice: 0
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-4[_ngcontent-anp-c46] .grid-content.columns-2[_ngcontent-anp-c46] {
    grid-column: 2/span 2;
    padding: 0
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-4[_ngcontent-anp-c46] .grid-2[_ngcontent-anp-c46] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 18px 0
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-4[_ngcontent-anp-c46] .grid-2[_ngcontent-anp-c46] .checklist-wrap[_ngcontent-anp-c46] {
    padding: 0 18px;
    border: 2px solid transparent;
    border-image-source: linear-gradient(0deg, rgba(175, 175, 175, 0) 0%, #afafaf 47.96%, rgba(175, 175, 175, 0) 95.93%);
    border-image-slice: 0 0 0 1
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-4[_ngcontent-anp-c46] .grid-2[_ngcontent-anp-c46] .checklist-wrap[_ngcontent-anp-c46]:first-child {
    border-image-slice: 0 0
}

.checklist-slider[_ngcontent-anp-c46] .checklist-slider-row.grid-4[_ngcontent-anp-c46] .grid-2[_ngcontent-anp-c46] .checklist-wrap[_ngcontent-anp-c46] ul[_ngcontent-anp-c46] {
    list-style-type: disc;
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.team-success-section[_ngcontent-anp-c46] {
    background: url(/assets/images/logo-bg.svg) no-repeat;
    background-position: 45% bottom
}

.team-success-inner[_ngcontent-anp-c46] {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    align-items: flex-start
}

.team-success-content[_ngcontent-anp-c46] {
    display: grid;
    gap: 32px;
    max-width: 505px
}

.team-success-content-inner[_ngcontent-anp-c46] {
    display: grid;
    gap: 24px
}

.team-success-image-wrap[_ngcontent-anp-c46] {
    max-width: 648px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 16px
}

.team-success-image-wrap[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
    display: block;
    width: 100%
}

.team-success-image-wrap[_ngcontent-anp-c46] img[_ngcontent-anp-c46]:first-child {
    grid-column-start: 1;
    grid-column-end: 4
}

.team-success-image-wrap[_ngcontent-anp-c46] img[_ngcontent-anp-c46]:nth-child(2) {
    grid-column-start: 4;
    grid-column-end: 6
}

.team-success-image-wrap[_ngcontent-anp-c46] img[_ngcontent-anp-c46]:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3
}

.team-success-image-wrap[_ngcontent-anp-c46] img[_ngcontent-anp-c46]:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 6
}

.platform-section-inner[_ngcontent-anp-c46] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.combined-section[_ngcontent-anp-c46] {
    background: linear-gradient(180deg, #f4f8ff 0%, #fff8f3 100%)
}

.section-content[_ngcontent-anp-c46] {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.section-content-inner[_ngcontent-anp-c46] {
    display: grid;
    gap: 24px
}

.gradient-border[_ngcontent-anp-c46] {
    position: relative;
    padding: 2px
}

.gradient-border[_ngcontent-anp-c46]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(119.36deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0
}

.platform-item[_ngcontent-anp-c46] {
    box-shadow: 0 8px 16px #204cc70a;
    background: #3365d4;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 282px;
    position: relative;
    z-index: 1
}

.platform-item[_ngcontent-anp-c46] .platform-content[_ngcontent-anp-c46] {
    display: grid;
    gap: 12px
}

.platform-item[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.outcome-slider[_ngcontent-anp-c46] .owl-theme .owl-nav [class*=owl-] {
    margin: 5px;
    padding: 20px;
    cursor: pointer;
    background: rgba(234, 241, 255, .72);
    box-shadow: 0 12px 24px #eaf1ff1f;
    border-radius: 50%
}

.outcome-slider[_ngcontent-anp-c46] .owl-next {
    right: -24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.outcome-slider[_ngcontent-anp-c46] .owl-prev {
    left: -24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.checklist-slider[_ngcontent-anp-c46] .owl-theme .owl-nav [class*=owl-] {
    margin: 5px;
    padding: 20px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 12px 24px #eaf1ff1f;
    border-radius: 50%
}

.checklist-slider[_ngcontent-anp-c46] .owl-next {
    right: -24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.checklist-slider[_ngcontent-anp-c46] .owl-prev {
    left: -24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.progress-bar[_ngcontent-anp-c46] {
    margin-top: 48px;
    width: 100%;
    height: 8px;
    background-color: #d9d9d9;
    border-radius: 8px
}

.progress[_ngcontent-anp-c46] {
    height: 100%;
    background-color: #353333;
    transition: width .3s ease-in-out
}

.faq-section[_ngcontent-anp-c46] .section-heading[_ngcontent-anp-c46] {
    margin-bottom: 32px
}

@media screen and (min-width: 1024px) {
    .checklist-sidebar.p-sidebar {
        display: none
    }
}

@media screen and (max-width: 1025px) {
    .business-section-inner[_ngcontent-anp-c46] {
        flex-direction: column;
        gap: 64px
    }
    .checklist-mobile-wrap[_ngcontent-anp-c46] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-top: 42px
    }
    .checklist-mobile-wrap[_ngcontent-anp-c46] .checklist-item[_ngcontent-anp-c46] {
        padding: 20px;
        position: relative;
        border: 2px solid #0F5AED;
        border-radius: 16px;
        background: #EFF3FF;
        gap: 16px;
        display: grid
    }
    .checklist-mobile-wrap[_ngcontent-anp-c46] .checklist-item[_ngcontent-anp-c46]:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: url(/assets/images/who-we-background.png) #ecf2ff;
        height: 100%;
        display: block;
        opacity: .15;
        border-radius: 24px;
        z-index: 0
    }
    .checklist-mobile-wrap[_ngcontent-anp-c46] .checklist-item-desc[_ngcontent-anp-c46] {
        display: flex;
        align-items: center;
        gap: 16px
    }
    .checklist-mobile-wrap[_ngcontent-anp-c46] .checklist-item-desc[_ngcontent-anp-c46] p[_ngcontent-anp-c46] {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        color: #8d8a8a
    }
    .checklist-mobile-wrap[_ngcontent-anp-c46] .checklist-item-desc[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
        display: block;
        width: 32px;
        height: 32px;
        background: #8d8a8a;
        border-radius: 6px;
        cursor: pointer
    }
    .checklist-sidebar.p-sidebar {
        width: 90%!important
    }
    .checklist-sidebar.p-sidebar .p-sidebar-content {
        padding: 20px 20px 40px!important
    }
    .checklist-sidebar.p-sidebar .checklist-sidebar-header {
        display: flex;
        justify-content: space-between
    }
    .checklist-sidebar.p-sidebar .checklist-sidebar-content {
        display: flex;
        flex-direction: column;
        gap: 16px
    }
    .checklist-sidebar.p-sidebar .checklist-sidebar-content-heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        color: #8d8a8a;
        margin-bottom: 0
    }
    .checklist-sidebar.p-sidebar .checklist-wrap {
        list-style: none;
        border: 2px solid transparent;
        border-image-source: linear-gradient(90deg, rgba(0, 62, 183, 0) 0%, #0F5AED 47.96%, rgba(0, 62, 183, 0) 95.93%);
        border-image-slice: 1 0 0 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px 0 0;
        margin-bottom: 0
    }
    .checklist-sidebar.p-sidebar .checklist-wrap .checklist-sidebar-content-heading {
        color: #8d8a8a
    }
    .checklist-sidebar.p-sidebar .checklist-wrap .checklist-item {
        display: flex;
        gap: 8px;
        align-items: flex-start
    }
    .checklist-sidebar.p-sidebar .checklist-wrap .checklist-item img {
        width: 20px
    }
    .checklist-sidebar.p-sidebar .checklist-wrap .checklist-item ul {
        list-style-type: disc;
        margin-top: 8px
    }
    .checklist-sidebar.p-sidebar .close-icon {
        width: 32px;
        height: 32px;
        display: block;
        padding: 4px;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, .2);
        cursor: pointer
    }
}

@media screen and (max-width: 992px) {
    .service-section-inner[_ngcontent-anp-c46] .services-wrap[_ngcontent-anp-c46] {
        flex-direction: column-reverse
    }
    .service-section-inner[_ngcontent-anp-c46] .service-list[_ngcontent-anp-c46] {
        width: 100%
    }
    .service-section-inner[_ngcontent-anp-c46] .service-image[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
        max-width: 100%
    }
    .platform-section-inner[_ngcontent-anp-c46] {
        grid-template-columns: 1fr 1fr
    }
    .business-checklist-wrapper[_ngcontent-anp-c46] {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 64px
    }
    .business-img[_ngcontent-anp-c46] {
        width: 100%;
        max-width: 500px;
        margin: auto
    }
    .business-checklist-wrapper[_ngcontent-anp-c46] .business-checklist[_ngcontent-anp-c46] {
        margin: auto
    }
    .business-content[_ngcontent-anp-c46] {
        justify-items: center
    }
    .business-content[_ngcontent-anp-c46] p[_ngcontent-anp-c46] {
        text-align: center
    }
    .team-success-inner[_ngcontent-anp-c46] {
        flex-direction: column
    }
    .team-success-content[_ngcontent-anp-c46] {
        max-width: 100%;
        justify-items: center
    }
    .team-success-content[_ngcontent-anp-c46] .section-heading[_ngcontent-anp-c46] {
        text-align: center
    }
    .team-success-image-wrap[_ngcontent-anp-c46] {
        max-width: 100%;
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    .banner-section[_ngcontent-anp-c46] {
        padding-top: 124px
    }
    .about-hero-text[_ngcontent-anp-c46] {
        max-width: 340px
    }
    .about-hero-text[_ngcontent-anp-c46] .f-18[_ngcontent-anp-c46] {
        font-size: 12px
    }
    h1[_ngcontent-anp-c46] {
        font-size: 22px;
        line-height: 30px
    }
    .banner-section[_ngcontent-anp-c46] .about-hero-text[_ngcontent-anp-c46] .dark-blue-text[_ngcontent-anp-c46]:after {
        bottom: -12px
    }
    .banner-video[_ngcontent-anp-c46] {
        border-radius: 0;
        width: calc(100% + 48px);
        margin-left: -24px
    }
    .banner-video-wrap[_ngcontent-anp-c46]:before {
        display: none
    }
    .banner-video-wrap[_ngcontent-anp-c46]:after {
        left: 40px;
        right: 0
    }
    .clientele-slider[_ngcontent-anp-c46] .section-heading[_ngcontent-anp-c46] {
        max-width: 342px;
        margin: auto auto 32px
    }
    .outcome-slider[_ngcontent-anp-c46] .outcome-item[_ngcontent-anp-c46] {
        min-width: auto;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        background: transparent
    }
    .outcome-img[_ngcontent-anp-c46] {
        aspect-ratio: 3.2/2.1;
        border-radius: 20px 20px 0 0!important
    }
    .stat-wrapper[_ngcontent-anp-c46]:before {
        width: 36px;
        height: 36px;
        display: block;
        transform: scale(.1);
        content: "";
        background: url(/assets/images/asterisk-lp.svg);
        background-size: contain;
        left: -12px;
        top: -12px
    }
    .outcome-slider[_ngcontent-anp-c46] .outcome-item[_ngcontent-anp-c46] .outcome-item-content[_ngcontent-anp-c46] {
        background: #8d8a8a;
        border-radius: 0 0 20px 20px;
        gap: 38px;
        padding: 20px 16px
    }
    .outcome-slider[_ngcontent-anp-c46] .outcome-item[_ngcontent-anp-c46] .outcome-stat-wrap[_ngcontent-anp-c46] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 16px
    }
    .outcome-stat-item[_ngcontent-anp-c46] {
        display: grid;
        gap: 8px
    }
    .outcome-stat-number[_ngcontent-anp-c46] {
        line-height: 1.3
    }
    .outcome-slider[_ngcontent-anp-c46] .owl-nav {
        display: none
    }
    .platform-section-inner[_ngcontent-anp-c46] {
        grid-template-columns: 1fr
    }
    .platform-section-inner[_ngcontent-anp-c46] .section-heading[_ngcontent-anp-c46] {
        text-align: center
    }
    .platform-section-inner[_ngcontent-anp-c46] .section-content[_ngcontent-anp-c46] {
        align-items: center;
        text-align: center;
        margin-bottom: 20px
    }
    .platform-item[_ngcontent-anp-c46] {
        padding: 16px 16px 64px;
        min-height: auto
    }
    .our-process-inner[_ngcontent-anp-c46] {
        flex-direction: column
    }
    .our-process-inner[_ngcontent-anp-c46] .our-process-content[_ngcontent-anp-c46] {
        gap: 24px;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column
    }
    .our-process-inner[_ngcontent-anp-c46] .our-process-tab-wrap[_ngcontent-anp-c46] {
        max-width: 100%
    }
    .our-process-inner[_ngcontent-anp-c46] .our-process-tab[_ngcontent-anp-c46] {
        align-items: center
    }
    .our-process-inner[_ngcontent-anp-c46] .our-process-steps-wrap[_ngcontent-anp-c46] {
        gap: 24px
    }
    .checklist-mobile-wrap[_ngcontent-anp-c46] {
        grid-template-columns: 1fr
    }
    .team-success-content-inner[_ngcontent-anp-c46] {
        text-align: center
    }
    .our-process-inner[_ngcontent-anp-c46] .our-process-steps-wrap[_ngcontent-anp-c46]:before {
        height: calc(100% - 31px);
        left: 21px
    }
    .our-process-inner[_ngcontent-anp-c46] .our-process-step[_ngcontent-anp-c46] {
        align-items: flex-start
    }
    .our-process-inner[_ngcontent-anp-c46] .our-process-step[_ngcontent-anp-c46] .our-process-number[_ngcontent-anp-c46] {
        width: 42px;
        height: 42px;
        max-width: 42px
    }
    .our-process-inner[_ngcontent-anp-c46] .our-process-step[_ngcontent-anp-c46] .f-20[_ngcontent-anp-c46] {
        font-size: 14px
    }
    .stat-list[_ngcontent-anp-c46] {
        grid-template-columns: 1fr 1fr
    }
}

.our-work-inner[_ngcontent-anp-c46] {
    display: flex;
    flex-direction: column;
    gap: 80px
}

.our-work-tab-wrap[_ngcontent-anp-c46] .tab-wrap[_ngcontent-anp-c46] {
    display: flex;
    gap: 8px;
    justify-content: center
}

.our-work-tab-wrap[_ngcontent-anp-c46] .tab-item[_ngcontent-anp-c46] {
    background: transparent;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #46515c;
    cursor: pointer
}

.our-work-tab-wrap[_ngcontent-anp-c46] .tab-item.active[_ngcontent-anp-c46],
.our-work-tab-wrap[_ngcontent-anp-c46] .tab-item[_ngcontent-anp-c46]:hover {
    background: #8d8a8a;
    border-radius: 10px;
    color: #fff;
    font-weight: 700
}

.our-work-tab-wrap[_ngcontent-anp-c46] .p-tabview[_ngcontent-anp-c46] .p-tabview-nav[_ngcontent-anp-c46] {
    background: transparent;
    justify-content: center;
    border: 0;
    gap: 8px
}

.our-work-tab-wrap[_ngcontent-anp-c46] .tab-content-wrap[_ngcontent-anp-c46] {
    padding: 80px 0
}

.our-work-tab-wrap[_ngcontent-anp-c46] .p-tabview[_ngcontent-anp-c46] .p-tabview-nav[_ngcontent-anp-c46] li[_ngcontent-anp-c46]:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link[_ngcontent-anp-c46] {
    background: #8d8a8a;
    border-radius: 10px;
    color: #fff;
    font-weight: 700
}

.our-work-tab-wrap[_ngcontent-anp-c46] .carousel-container[_ngcontent-anp-c46]:before {
    display: none
}

.our-work-tab-wrap[_ngcontent-anp-c46] .carousel-container[_ngcontent-anp-c46]:after {
    display: none
}

.carousel-container[_ngcontent-anp-c46] {
    display: grid;
    gap: 24px;
    position: relative
}

@keyframes _ngcontent-anp-c46_slide {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(-100%)
    }
}

@keyframes _ngcontent-anp-c46_slide-reverse {
    0% {
        transform: translate(-100%)
    }
    to {
        transform: translate(0)
    }
}

.logos[_ngcontent-anp-c46] {
    overflow: visible;
    white-space: nowrap;
    position: relative
}

.logos[_ngcontent-anp-c46]:hover .logos-slide[_ngcontent-anp-c46],
.logos.reverse[_ngcontent-anp-c46]:hover .logos-slide[_ngcontent-anp-c46] {
    animation-play-state: paused
}

.logos-slide[_ngcontent-anp-c46] {
    display: inline-block;
    animation: 100s _ngcontent-anp-c46_slide infinite linear
}

.logos-slide[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
    width: auto;
    height: 100%;
    max-height: 231px;
    aspect-ratio: 1/1;
    margin: 0 12px;
    border-radius: 16px
}

.logos.reverse[_ngcontent-anp-c46] .logos-slide[_ngcontent-anp-c46] {
    animation: 100s _ngcontent-anp-c46_slide-reverse infinite linear
}

.tab-content.filtered[_ngcontent-anp-c46] .logos[_ngcontent-anp-c46] .logos-slide[_ngcontent-anp-c46] {
    animation: 70s _ngcontent-anp-c46_slide infinite linear
}

.tab-content.filtered[_ngcontent-anp-c46] .logos.reverse[_ngcontent-anp-c46] .logos-slide[_ngcontent-anp-c46] {
    animation: 70s _ngcontent-anp-c46_slide-reverse infinite linear
}

.image-popup .p-dialog-content {
    padding: 4px!important;
    background: #fff;
    border-radius: 8px!important
}

.image-popup .p-dialog-content img {
    width: 100%;
    display: block;
    max-width: 600px;
    border-radius: 8px
}

@media screen and (max-width: 640px) {
    .logos-slide[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
        width: 82px;
        height: 72px;
        margin: 0 12px
    }
    .tab-content[_ngcontent-anp-c46] .logos-slide[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
        width: 178px;
        height: 150px;
        margin: 0 12px
    }
    .business-section[_ngcontent-anp-c46] {
        padding: 60px 0 30px
    }
    .relatable-content-title[_ngcontent-anp-c46] h3[_ngcontent-anp-c46] {
        font-size: 18px
    }
    .f-14[_ngcontent-anp-c46] {
        font-size: 12px;
        line-height: 20px
    }
    .services-section[_ngcontent-anp-c46] {
        padding: 32px 0
    }
    .service-section-inner[_ngcontent-anp-c46] {
        gap: 32px
    }
    .service-section-inner[_ngcontent-anp-c46] .p-accordion .p-accordion-header .p-accordion-header-link {
        font-size: 14px;
        line-height: 20px
    }
    .service-section-inner[_ngcontent-anp-c46] .p-accordion .p-accordion-content {
        font-size: 12px;
        line-height: 20px
    }
    .platform-item[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
        max-width: 48px
    }
    .platform-item[_ngcontent-anp-c46] {
        gap: 18px
    }
    .platform-content[_ngcontent-anp-c46] h3[_ngcontent-anp-c46] {
        font-size: 18px
    }
    .platform-content[_ngcontent-anp-c46] p[_ngcontent-anp-c46] {
        font-size: 12px;
        line-height: 20px
    }
    .our-process-content[_ngcontent-anp-c46] .section-heading[_ngcontent-anp-c46] {
        text-align: center
    }
    .our-process-inner[_ngcontent-anp-c46] .our-process-tab-desc[_ngcontent-anp-c46] {
        font-size: 12px
    }
    .our-process-inner[_ngcontent-anp-c46] .our-process-tab-heading[_ngcontent-anp-c46] {
        font-size: 14px
    }
    .our-process-inner[_ngcontent-anp-c46] .our-process-desc[_ngcontent-anp-c46] {
        text-align: center
    }
    .outcome-item-content[_ngcontent-anp-c46] h5[_ngcontent-anp-c46],
    .outcome-item-content[_ngcontent-anp-c46] .outcome-stat-number[_ngcontent-anp-c46] {
        font-size: 18px
    }
    .our-work-tab-wrap[_ngcontent-anp-c46] .tab-wrap[_ngcontent-anp-c46] {
        display: flex;
        overflow: auto;
        padding-bottom: 10px;
        justify-content: flex-start;
        gap: 12px
    }
    .our-work-tab-wrap[_ngcontent-anp-c46] .tab-content-wrap[_ngcontent-anp-c46] {
        padding: 32px 0
    }
    .our-work-tab-wrap[_ngcontent-anp-c46] .tab-item[_ngcontent-anp-c46] {
        display: inline-block;
        white-space: nowrap;
        cursor: pointer
    }
    .our-work-inner[_ngcontent-anp-c46] {
        gap: 24px
    }
    .our-work-section[_ngcontent-anp-c46] {
        padding: 24px 0
    }
}

.f-32[_ngcontent-anp-c46] {
    font-size: 32px
}

.mb-15[_ngcontent-anp-c46] {
    margin-bottom: 15px
}

.example-content-wrap[_ngcontent-anp-c46] p[_ngcontent-anp-c46] {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1
}

.example-content-wrap[_ngcontent-anp-c46] {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 45px;
    padding: 10px;
    font-weight: 500
}

.relatable-example-heading[_ngcontent-anp-c46] h6[_ngcontent-anp-c46] {
    font-size: 16px;
    font-weight: 600
}

.relatable-content-wrap[_ngcontent-anp-c46] {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.relatable-content-title[_ngcontent-anp-c46] p[_ngcontent-anp-c46] {
    line-height: 1.5;
    letter-spacing: .1px;
    font-weight: 500
}

.relatable-content-title[_ngcontent-anp-c46] h3[_ngcontent-anp-c46] {
    font-weight: 700
}

.relatable-example-content[_ngcontent-anp-c46] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px
}

.relatable-content-img[_ngcontent-anp-c46] img[_ngcontent-anp-c46] {
    width: 100%;
    border-radius: 16px
}

.relatable-content-wrapper2[_ngcontent-anp-c46] {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 20px;
    overflow: hidden
}

.relatable-content-wrapper1[_ngcontent-anp-c46] {
    margin-right: 20px;
    overflow: hidden
}

.relatable-content-wrapper3[_ngcontent-anp-c46] {
    margin-left: 20px;
    overflow: hidden
}

.relatable-content-wrapper2[_ngcontent-anp-c46] .relatable-content-img[_ngcontent-anp-c46] {
    margin-bottom: 20px;
    overflow: hidden
}

.relatable-content-wrapper2[_ngcontent-anp-c46] .relatable-example-content[_ngcontent-anp-c46] {
    margin-bottom: 0
}

.relatable-content-heading[_ngcontent-anp-c46] {
    margin-bottom: 60px
}

.relatable-example-wrap[_ngcontent-anp-c46] {
    margin-top: 24px
}

@media screen and (max-width: 980px) {
    .relatable-content-wrap[_ngcontent-anp-c46] {
        grid-template-columns: repeat(1, 1fr)
    }
    .relatable-content-wrapper[_ngcontent-anp-c46] {
        display: flex;
        flex-direction: column
    }
    .relatable-content-img[_ngcontent-anp-c46] {
        order: 1
    }
    .relatable-content-title[_ngcontent-anp-c46] {
        order: 2
    }
    .relatable-example-wrap[_ngcontent-anp-c46] {
        order: 3
    }
    .relatable-content-wrapper2[_ngcontent-anp-c46] {
        border: 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding: 30px 0;
        margin: 30px 0
    }
    .relatable-example-content[_ngcontent-anp-c46] {
        margin-bottom: 0
    }
    .relatable-content-wrapper1[_ngcontent-anp-c46],
    .relatable-content-wrapper3[_ngcontent-anp-c46] {
        padding: 0
    }
    .relatable-content-wrapper[_ngcontent-anp-c46] .relatable-content-img[_ngcontent-anp-c46] {
        margin-bottom: 20px;
        overflow: hidden
    }
    .relatable-content-heading[_ngcontent-anp-c46] {
        text-align: center;
        margin-bottom: 40px
    }
    .f-32[_ngcontent-anp-c46] {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .f-32[_ngcontent-anp-c46] {
        font-size: 25px
    }
    .relatable-content-wrapper2[_ngcontent-anp-c46] {
        padding: 25px 0;
        margin: 25px 0
    }
    .relatable-content-heading[_ngcontent-anp-c46] {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 600px) {
    .relatable-content-title[_ngcontent-anp-c46] p[_ngcontent-anp-c46] {
        font-size: 12px
    }
    .relatable-example-heading[_ngcontent-anp-c46] h6[_ngcontent-anp-c46] {
        font-size: 14px
    }
    .example-content-wrap[_ngcontent-anp-c46] p[_ngcontent-anp-c46] {
        font-size: 10px
    }
    .f-32[_ngcontent-anp-c46] {
        font-size: 22px;
        line-height: 1.4
    }
}

.relatable-content-img[_ngcontent-anp-c46] .owl-theme .owl-dots .owl-dot {
    width: 100%
}

.relatable-content-img[_ngcontent-anp-c46] .owl-theme .owl-dots .owl-dot span {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #828282;
    opacity: 80%;
    margin: 0
}

.relatable-content-img[_ngcontent-anp-c46] .owl-theme .owl-dots .owl-dot.active span,
.relatable-content-img[_ngcontent-anp-c46] .owl-theme .owl-dots .owl-dot.active span {
    background: #fff
}

.relatable-content-img[_ngcontent-anp-c46] .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    margin-top: 0!important;
    width: 90%;
    display: flex;
    gap: 10px
}

header[_ngcontent-anp-c45] {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9
}

header.scrolled[_ngcontent-anp-c45] {
    background-color: #fff;
    position: sticky;
    width: 100%;
    box-shadow: 0 8px 16px #00000014;
    transition: all .3s ease;
    z-index: 999
}

header.white-bg[_ngcontent-anp-c45] {
    background-color: #fff;
    position: sticky;
    width: 100%;
    transition: all .3s ease;
    z-index: 999
}

header.scrolled[_ngcontent-anp-c45] .nav-link[_ngcontent-anp-c45],
header.white-bg[_ngcontent-anp-c45] .nav-link[_ngcontent-anp-c45] {
    color: #000
}

.header-inner[_ngcontent-anp-c45] {
    display: flex;
    padding: 22px 0;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.header-btn-wrap[_ngcontent-anp-c45] {
    display: flex;
    width: 257px;
    justify-content: flex-end
}

.logo[_ngcontent-anp-c45],
.logo-img[_ngcontent-anp-c45] {
    display: block
}

.header-btn-wrap[_ngcontent-anp-c45] .primary-btn[_ngcontent-anp-c45] {
    width: 170px;
    height: 52px;
    font-weight: 600
}

.header-btn-wrap[_ngcontent-anp-c45] .primary-btn.transparent-btn[_ngcontent-anp-c45]:hover {
    background: transparent;
    color: #ffffffad;
    border: 0;
    font-size: 14px
}

.scrolled[_ngcontent-anp-c45] .header-btn-wrap[_ngcontent-anp-c45] .primary-btn.transparent-btn[_ngcontent-anp-c45]:hover,
.white-bg[_ngcontent-anp-c45] .header-btn-wrap[_ngcontent-anp-c45] .primary-btn.transparent-btn[_ngcontent-anp-c45]:hover {
    color: #8d8a8a;
    font-weight: 800
}

.header-navigation[_ngcontent-anp-c45] {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    gap: 25px
}

.nav-link[_ngcontent-anp-c45] {
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    cursor: pointer
}

.dropdown-nav[_ngcontent-anp-c45] {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.nav-item-wrapper[_ngcontent-anp-c45] {
    position: relative;
    cursor: pointer
}

.nav-dropdown-list[_ngcontent-anp-c45] {
    position: absolute;
    background: linear-gradient(116.19deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .85) 100%);
    border-radius: 24px;
    border: 1px solid;
    padding: 32px;
    border-image-source: linear-gradient(90deg, rgba(0, 62, 183, 0) 0%, #0F5AED 47.96%, rgba(0, 62, 183, 0) 95.93%);
    top: 50px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 16px #0000001f;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all .6s ease-in-out
}

.nav-dropdown-list[_ngcontent-anp-c45] a[_ngcontent-anp-c45] {
    text-decoration: none;
    color: #000;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px
}

.nav-dropdown-list[_ngcontent-anp-c45] a[_ngcontent-anp-c45]:hover {
    color: #8d8a8a
}

.nav-dropdown-list.mega-menu[_ngcontent-anp-c45] {
    width: 560px;
    padding: 24px 40px
}

.nav-dropdown-list.mega-menu[_ngcontent-anp-c45] .dropdown-main-wrapper[_ngcontent-anp-c45] {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.nav-dropdown-list.mega-menu[_ngcontent-anp-c45] .dropdown-col[_ngcontent-anp-c45] {
    display: flex;
    gap: 28px;
    align-items: start;
    flex-direction: column
}

.nav-dropdown-list.mega-menu[_ngcontent-anp-c45] .dropdown-col[_ngcontent-anp-c45]:nth-child(2) {
    padding-left: 40px;
    position: relative
}

.nav-dropdown-list.mega-menu[_ngcontent-anp-c45] .dropdown-col[_ngcontent-anp-c45]:nth-child(2):before {
    position: absolute;
    background: linear-gradient(0deg, #D8E5FF 0%, #8d8a8a 44.5%, #D8E5FF 100%);
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    top: 0
}

.nav-dropdown-list.mega-menu[_ngcontent-anp-c45] .dropdown-nav-title[_ngcontent-anp-c45] {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #6f6f6f
}

.dropdown-nav-item[_ngcontent-anp-c45] {
    white-space: nowrap
}

.nav-item-wrapper[_ngcontent-anp-c45]:hover .nav-dropdown-list[_ngcontent-anp-c45] {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.nav-item-wrapper[_ngcontent-anp-c45] .menu-arrow[_ngcontent-anp-c45] {
    transition: rotate .6s ease-in-out;
    transform: rotate(0)
}

.nav-item-wrapper[_ngcontent-anp-c45]:hover .menu-arrow[_ngcontent-anp-c45] {
    animation: _ngcontent-anp-c45_rotate .6s ease-in-out forwards
}

.nav-dropdown-list[_ngcontent-anp-c45]:hover {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

@keyframes _ngcontent-anp-c45_rotate {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(-180deg)
    }
}

.hamburger-menu[_ngcontent-anp-c45] {
    display: none
}

.user-menu-wrap[_ngcontent-anp-c45] {
    opacity: 0;
    z-index: -1;
    transition: all .6s ease-in-out;
    position: absolute;
    left: -160px;
    top: 52px;
    background: #FFFFFF;
    border-bottom: 1px solid #F2F2F2;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 8px 16px #63636314;
    display: block;
    visibility: hidden
}

.user-profile[_ngcontent-anp-c45] {
    position: relative
}

.user-profile[_ngcontent-anp-c45]>img[_ngcontent-anp-c45] {
    width: 42px;
    cursor: pointer
}

.user-profile[_ngcontent-anp-c45]:hover .user-menu-wrap[_ngcontent-anp-c45] {
    opacity: 1;
    z-index: 1;
    transition: all .6s ease-in-out;
    visibility: visible
}

.user-card-header[_ngcontent-anp-c45] {
    display: flex;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F2F2F2
}

.user-name[_ngcontent-anp-c45] {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #000
}

.user-email[_ngcontent-anp-c45] {
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    color: #505050
}

.user-menu[_ngcontent-anp-c45] {
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.user-menu-item[_ngcontent-anp-c45] {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #000;
    cursor: pointer;
    text-decoration: none
}

.user-menu-item[_ngcontent-anp-c45]:hover {
    color: #8d8a8a
}

@media screen and (min-width: 1025px) {
    .p-sidebar-right {
        display: none!important
    }
    .p-component-overlay {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    header.scrolled[_ngcontent-anp-c45],
    header.white-bg[_ngcontent-anp-c45] {
        background-color: #fff
    }
    .main-nav[_ngcontent-anp-c45],
    .header-btn-wrap[_ngcontent-anp-c45] {
        display: none
    }
    .hamburger-menu[_ngcontent-anp-c45] {
        display: block;
        cursor: pointer
    }
    .p-sidebar {
        width: 100%!important
    }
    .p-sidebar .p-sidebar-header {
        padding: 24px;
        justify-content: space-between
    }
    .p-sidebar .p-sidebar-header+.p-sidebar-content {
        padding: 24px;
        border-radius: 0;
        display: grid;
        gap: 32px
    }
    .gap-18[_ngcontent-anp-c45] {
        gap: 18px
    }
    .mobile-menu-wrap[_ngcontent-anp-c45] {
        list-style: none;
        padding-left: 0;
        display: grid;
        gap: 32px
    }
    .mobile-menu-item[_ngcontent-anp-c45] {
        display: grid;
        gap: 32px
    }
    .mobile-menu[_ngcontent-anp-c45] .nav-link[_ngcontent-anp-c45] {
        color: #8d8a8a;
        justify-content: space-between;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px
    }
    .mobile-dropdown[_ngcontent-anp-c45] {
        display: grid;
        gap: 24px
    }
    .dropdown-nav-link[_ngcontent-anp-c45] {
        text-decoration: none;
        color: #8d8a8a;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px
    }
    .p-sidebar-footer {
        background: #8d8a8a;
        padding: 0!important
    }
    .mobile-menu-btn-wrap[_ngcontent-anp-c45] {
        max-width: 225px;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        padding: 20px 0;
        gap: 8px
    }
    .mobile-menu-btn-wrap[_ngcontent-anp-c45] .primary-btn[_ngcontent-anp-c45] {
        width: 104px;
        font-weight: 700
    }
    .mobile-menu[_ngcontent-anp-c45] p-accordion {
        width: 100%
    }
    .mobile-menu[_ngcontent-anp-c45] .p-icon-wrapper {
        display: none
    }
    .mobile-menu[_ngcontent-anp-c45] .p-accordion .p-accordion-header .p-accordion-header-link {
        background: transparent;
        border: 0;
        display: block;
        width: 100%;
        padding: 0
    }
    .footer-menu-heading[_ngcontent-anp-c45] {
        display: flex;
        justify-content: space-between;
        padding: 16px 0
    }
    .mobile-menu[_ngcontent-anp-c45] .p-accordion p-accordiontab .p-accordion-tab {
        border-bottom: 0
    }
    .mobile-menu[_ngcontent-anp-c45] .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
        background: transparent;
        border-color: transparent;
        color: #0d1e30
    }
    .mobile-menu[_ngcontent-anp-c45] .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
        background: transparent;
        border-color: transparent;
        color: #0d1e30
    }
    .mobile-menu[_ngcontent-anp-c45] .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
        box-shadow: none
    }
    .mobile-menu[_ngcontent-anp-c45] .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
        background: transparent;
        border-color: transparent;
        color: #0d1e30
    }
    .mobile-menu[_ngcontent-anp-c45] .p-accordion .p-accordion-content {
        padding: 0;
        border: 0;
        background: transparent;
        color: #38383899;
        display: grid;
        gap: 32px;
        margin-top: 32px
    }
    .mobile-menu[_ngcontent-anp-c45] .p-accordion {
        display: grid;
        gap: 32px
    }
    .p-accordion .p-toggleable-content[aria-hidden=true] {
        height: 0
    }
    .dropdown-nav-title[_ngcontent-anp-c45] {
        font-size: 14px
    }
}

.carousel-container[_ngcontent-anp-c34]:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
    width: 150px;
    height: 100%;
    box-shadow: 74px 0 94px #fff;
    z-index: 99;
    background: #fff
}

.carousel-container[_ngcontent-anp-c34]:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    width: 150px;
    height: 100%;
    box-shadow: -74px 0 94px #fff;
    z-index: 99;
    background: #fff
}

.carousel-container[_ngcontent-anp-c34] {
    display: grid;
    gap: 20px;
    position: relative
}

@keyframes _ngcontent-anp-c34_slide {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(-100%)
    }
}

@keyframes _ngcontent-anp-c34_slide-reverse {
    0% {
        transform: translate(-100%)
    }
    to {
        transform: translate(0)
    }
}

.logos[_ngcontent-anp-c34] {
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.logos[_ngcontent-anp-c34]:hover .logos-slide[_ngcontent-anp-c34],
.logos.reverse[_ngcontent-anp-c34]:hover .logos-slide[_ngcontent-anp-c34] {
    animation-play-state: paused
}

.logos-slide[_ngcontent-anp-c34] {
    display: inline-block;
    animation: 35s _ngcontent-anp-c34_slide infinite linear
}

.logos-slide[_ngcontent-anp-c34] img[_ngcontent-anp-c34] {
    width: auto;
    height: 150px
}

.logos.reverse[_ngcontent-anp-c34] .logos-slide[_ngcontent-anp-c34] {
    animation: 35s _ngcontent-anp-c34_slide-reverse infinite linear
}

@media screen and (max-width: 640px) {
    .logos-slide[_ngcontent-anp-c34] img[_ngcontent-anp-c34] {
        width: 82px;
        height: 72px;
        margin: 0 12px
    }
    .carousel-container[_ngcontent-anp-c34]:before {
        left: -24px;
        width: 36px;
        box-shadow: 20px 0 20px #fff
    }
    .carousel-container[_ngcontent-anp-c34]:after {
        right: -24px;
        width: 36px;
        box-shadow: -20px 0 20px #fff
    }
}

.owl-theme[_ngcontent-anp-c30] {
    display: block
}

.case-study-slider[_ngcontent-anp-c32] {
    position: relative
}

.owl-carousel .owl-stage-outer {
    overflow: visible!important
}

.case-study-slider[_ngcontent-anp-c32] .owl-theme .owl-nav {
    position: absolute;
    top: -112px;
    right: 0;
    display: flex;
    gap: 20px;
    margin-top: 0
}

.case-study-slider[_ngcontent-anp-c32] .owl-theme .owl-nav [class*=owl-] {
    padding: 16px;
    margin: 0;
    background: #ECF2FF;
    border-radius: 8px
}

.case-study-slider[_ngcontent-anp-c32] .section-heading[_ngcontent-anp-c32] {
    margin-bottom: 48px;
    padding-bottom: 0
}

.case-study-slider[_ngcontent-anp-c32] .owl-theme .owl-nav .disabled img {
    opacity: .5
}

.case-study-slider[_ngcontent-anp-c32] .owl-carousel .owl-item {
    height: auto
}

.testimony-item[_ngcontent-anp-c32] {
    padding: 42px 12px 42px 42px;
    border: 1px solid #EFF0F6;
    box-shadow: 0 8px 16px #a5a5a514;
    border-radius: 20px;
    display: grid;
    gap: 32px;
    height: 100%
}

.testimony-item[_ngcontent-anp-c32] .testimony-content[_ngcontent-anp-c32] {
    max-height: 175px;
    overflow-y: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #0c0e2c;
    padding-right: 26px
}

.testimony-item[_ngcontent-anp-c32] .testimony-user-img[_ngcontent-anp-c32] {
    display: block;
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50px
}

.testimony-item[_ngcontent-anp-c32] .testimony-user-wrap[_ngcontent-anp-c32] {
    display: flex;
    gap: 18px;
    align-items: center;
    padding-right: 26px
}

.testimony-item[_ngcontent-anp-c32] .testimony-user-wrap[_ngcontent-anp-c32] .user-details[_ngcontent-anp-c32] {
    display: grid;
    gap: 8px
}

.testimony-item[_ngcontent-anp-c32] .testimony-user-wrap[_ngcontent-anp-c32] .user-name[_ngcontent-anp-c32] {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #170f49
}

.testimony-item[_ngcontent-anp-c32] .testimony-user-wrap[_ngcontent-anp-c32] .user-designation[_ngcontent-anp-c32] {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #6f6c90
}

.testimony-content[_ngcontent-anp-c32]::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #e7e7e7
}

.testimony-content[_ngcontent-anp-c32]::-webkit-scrollbar {
    width: 4px;
    background-color: #e7e7e7
}

.testimony-content[_ngcontent-anp-c32]::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #595959
}

.progress-bar[_ngcontent-anp-c32] {
    margin-top: 48px;
    width: 100%;
    height: 8px;
    background-color: #d9d9d9;
    border-radius: 8px
}

.progress[_ngcontent-anp-c32] {
    height: 100%;
    background-color: #353333;
    transition: width .3s ease-in-out
}

@media screen and (max-width: 768px) {
    .case-study-slider[_ngcontent-anp-c32] .owl-theme .owl-nav {
        display: none
    }
    .case-study-slider[_ngcontent-anp-c32] .section-heading[_ngcontent-anp-c32] {
        text-align: center!important
    }
    .testimony-item[_ngcontent-anp-c32] .testimony-content[_ngcontent-anp-c32] {
        font-size: 12px;
        line-height: 21px
    }
    .testimony-item[_ngcontent-anp-c32] .testimony-user-wrap[_ngcontent-anp-c32] {
        gap: 12px
    }
    .testimony-item[_ngcontent-anp-c32] .testimony-user-wrap[_ngcontent-anp-c32] .user-details[_ngcontent-anp-c32] {
        gap: 4px
    }
    .testimony-item[_ngcontent-anp-c32] .testimony-user-img[_ngcontent-anp-c32] {
        width: 52px
    }
    .testimony-item[_ngcontent-anp-c32] .testimony-user-wrap[_ngcontent-anp-c32] .user-name[_ngcontent-anp-c32] {
        font-size: 12px;
        line-height: 18px
    }
    .testimony-item[_ngcontent-anp-c32] .testimony-user-wrap[_ngcontent-anp-c32] .user-designation[_ngcontent-anp-c32] {
        font-size: 10px;
        line-height: 14px
    }
    .progress-bar[_ngcontent-anp-c32] {
        height: 2px
    }
    .case-study-slider[_ngcontent-anp-c32] .owl-carousel .owl-item {
        height: auto
    }
    .owl-stage {
        display: flex
    }
    .case-study-slider[_ngcontent-anp-c32] .testimony-item[_ngcontent-anp-c32] {
        padding: 16px 8px 16px 16px
    }
    .testimony-item[_ngcontent-anp-c32] .testimony-content[_ngcontent-anp-c32] {
        max-height: 120px
    }
}

.slider-container[_ngcontent-anp-c32] {
    margin-bottom: 1rem
}

.scroller-container[_ngcontent-anp-c32] {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px;
    border-top: 1px solid #ddd
}

.scroller-item[_ngcontent-anp-c32] {
    flex: 0 0 auto;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .3s, transform .2s
}

.scroller-item.active[_ngcontent-anp-c32] {
    background-color: #007bff;
    color: #fff;
    transform: scale(1.1)
}

.case-study-section.white-bg[_ngcontent-anp-c32] .testimony-item[_ngcontent-anp-c32] {
    background: #fff
}

.case-study-section.white-bg[_ngcontent-anp-c32] .case-study-slider[_ngcontent-anp-c32] .owl-theme .owl-nav [class*=owl-] {
    background: transparent
}

.section-divide[_ngcontent-anp-c42] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start
}

.faq-container-one[_ngcontent-anp-c42],
.faq-container-two[_ngcontent-anp-c42] {
    gap: 0px;
    border-radius: 24px;
    border: 2px solid #dfede7;
    padding: 0 24px 32px;
    box-shadow: 0 12px 24px #00000005;
    background: ghostwhite
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-header-text {
    line-height: 25px;
    max-width: 400px
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-header .p-accordion-header-link {
    border: 1px solid #dee2e6;
    color: #000;
    background: #f8f9fa;
    font-weight: 600;
    border-radius: 3px;
    gap: 8px
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-header-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #ddd
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-header-icon {
    margin-left: auto;
    font-size: 18px;
    color: #000
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-header-link:not(.p-disabled):hover .p-accordion-header-icon {
    background-color: none;
    border: none;
    background: none
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-header-link:not(.p-disabled).p-accordion-header-active .p-accordion-header-icon {
    transform: rotate(45deg)
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-content {
    padding: 16px 0 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    border: none
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-tab:last-child .p-accordion-content {
    border-bottom: none;
    background: transparent
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-content::-webkit-scrollbar {
    width: 6px
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-content::-webkit-scrollbar-track {
    background-color: transparent
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
    background: none;
    border: none;
    padding: 0
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-accordion-tab {
    border-bottom: 1px solid #ddd;
    padding: 20px 20px 16px
}

.section-faq[_ngcontent-anp-c42] .p-accordion .p-element:last-child .p-accordion-tab {
    border-bottom: 0
}

.section-faq [_nghost-anp-c42] .p-accordion-header-text {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.59px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000
}

.faq-answer[_ngcontent-anp-c42] {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000
}

.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    color: #8d8a8a;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0
}

.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none
}

.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    color: #000;
    background: none
}

.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: none;
    border-color: #dee2e6;
    color: #495057
}

@media (max-width: 768px) {
    .faq-container-one[_ngcontent-anp-c42] {
        padding: 0
    }
    .faq-container-one[_ngcontent-anp-c42] .p-accordion-header-text {
        font-size: 14px
    }
    .section-divide[_ngcontent-anp-c42] {
        display: flex;
        flex-wrap: wrap
    }
    .faq-container-one[_ngcontent-anp-c42] .p-accordion .p-accordion-header .p-accordion-header-link {
        padding: 1rem
    }
    .faq-container-one[_ngcontent-anp-c42] .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
        width: 12px;
        height: 12px;
        font-size: 12px
    }
    .section-divide[_ngcontent-anp-c42] {
        margin: 0
    }
}

.footer-section[_ngcontent-anp-c33] {
    background: #8d8a8a;
    border-radius: 0 0 56px 56px;
    position: relative;
    padding: 72px 0
}

.head-section[_ngcontent-anp-c33] {
    background: url(Webite-Banner.png);
    border-radius: 0 0 56px 56px;
    position: relative;
    padding: 72px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.fields-row[_ngcontent-anp-c33] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    padding: 3rem 3rem 1.5rem
}

.ofc-detail[_ngcontent-anp-c33] {
    color: #fff
}

.header[_ngcontent-anp-c33] {
    font-family: Manrope;
    font-size: 60px;
    font-weight: 800;
    line-height: 68px;
    text-transform: capitalize;
    margin-bottom: 52px
}

.head-banner[_ngcontent-anp-c33] {
    font-family: Manrope;
    font-size: 38px;
    font-weight: 800;
    line-height: 50px;
    text-transform: capitalize;
}

.p-head-banner[_ngcontent-anp-c33] {
    font-family: Manrope;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.label-field[_ngcontent-anp-c33] {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    text-align: left;
    color: #000
}

.email-detail[_ngcontent-anp-c33],
.phone-detail[_ngcontent-anp-c33] {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-decoration: none;
    color: #fff
}

.email-detail[_ngcontent-anp-c33]:hover,
.phone-detail[_ngcontent-anp-c33]:hover {
    font-weight: 600
}

.address-detail[_ngcontent-anp-c33] {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-decoration: none;
    color: #fff
}

.detail-form[_ngcontent-anp-c33] {
    background: #ffffff;
    border-radius: 20px
}

.main-form[_ngcontent-anp-c33] {
    display: flex
}

.form-group[_ngcontent-anp-c33] {
    display: grid;
    gap: 18px;
    align-items: stretch
}

.form-group[_ngcontent-anp-c33] label[_ngcontent-anp-c33] {
    display: block
}

.form-group[_ngcontent-anp-c33] .fields-input[_ngcontent-anp-c33] {
    width: 100%;
    border: none;
    background: none;
    color: #626262;
    padding-bottom: 12px;
    appearance: none;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #d8d8d8
}

.form-group[_ngcontent-anp-c33] .fields-input[_ngcontent-anp-c33]:focus-visible {
    outline: 0
}

.help-you[_ngcontent-anp-c33] {
    outline: 0
}

.checkbox-field[_ngcontent-anp-c33] {
    display: flex;
    margin: 0px 3rem;
    gap: 1rem
}

.checked[_ngcontent-anp-c33] {
    height: 21px;
    width: 21px;
    margin-top: 5px;
    background: #8d8a8a
}

.checkbox[_ngcontent-anp-c33] label[_ngcontent-anp-c33] {
    margin-left: 5px
}

.submit-btn[_ngcontent-anp-c33] {
    padding: 10px 20px;
    background: #8d8a8a;
    color: #fff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 12px
}

.button-header[_ngcontent-anp-c33] {
    display: grid;
    padding: 46px 32px 49px
}

.submit-btn[_ngcontent-anp-c33]:hover {
    background: #000000
}

.footer-mail[_ngcontent-anp-c33],
.footer-phone[_ngcontent-anp-c33] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 2rem
}

.footer-location[_ngcontent-anp-c33] {
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.label-checkbox[_ngcontent-anp-c33] {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #222
}

.custom-checkbox[_ngcontent-anp-c33] {
    display: flex;
    align-items: center;
    cursor: pointer
}

.custom-checkbox[_ngcontent-anp-c33] input[type=checkbox][_ngcontent-anp-c33] {
    display: none
}

.custom-checkbox[_ngcontent-anp-c33] label[_ngcontent-anp-c33] {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer
}

.custom-checkbox[_ngcontent-anp-c33] label[_ngcontent-anp-c33]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #8d8a8a;
    border-radius: 4px;
    background-color: #fff;
    transition: background-color .2s, border-color .2s;
    margin-top: 2px
}

.custom-checkbox[_ngcontent-anp-c33] label[_ngcontent-anp-c33]:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .2s, transform .2s;
    margin-top: 2px
}

.custom-checkbox[_ngcontent-anp-c33] input[type=checkbox][_ngcontent-anp-c33]:checked+label[_ngcontent-anp-c33]:before {
    background: #8d8a8a;
    border-color: #8d8a8a
}

.custom-checkbox[_ngcontent-anp-c33] input[type=checkbox][_ngcontent-anp-c33]:checked+label[_ngcontent-anp-c33]:after {
    opacity: 1;
    transform: rotate(45deg)
}

.input-checked[_ngcontent-anp-c33] {
    padding-top: 1rem
}

.dropdown-wrapper[_ngcontent-anp-c33] {
    position: relative;
    display: inline-block;
    width: 100%
}

.p-dropdown {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px solid #d8d8d8
}

.p-dropdown:not(.p-disabled).p-focus {
    box-shadow: none;
    border-color: #d8d8d8
}

.help-you[_ngcontent-anp-c33] {
    width: 95%;
    border: none;
    background: none;
    color: #626262;
    appearance: none
}

form[_ngcontent-anp-c33] .p-dropdown .p-dropdown-trigger {
    color: #1a1a1a!important
}

@media (max-width: 768px) {
    .header[_ngcontent-anp-c33] {
        font-size: 22px;
        margin-bottom: 10px!important
    }
    .section-divide[_ngcontent-anp-c33] {
        flex-direction: column;
        gap: 36px
    }
    .ofc-detail[_ngcontent-anp-c33] {
        margin: 0;
        width: 100%
    }
    .detail-form[_ngcontent-anp-c33] {
        margin: 0;
        border-radius: 20px
    }
    .fields-row[_ngcontent-anp-c33] {
        grid-template-columns: auto;
        padding: 24px 16px
    }
    .label-field[_ngcontent-anp-c33],
    .fields-input[_ngcontent-anp-c33] {
        font-size: 14px
    }
    .form-group[_ngcontent-anp-c33] .fields-input[_ngcontent-anp-c33],
    .help-you[_ngcontent-anp-c33] {
        margin-top: 12px
    }
    .checkbox-field[_ngcontent-anp-c33] {
        padding: 16px;
        margin: 0
    }
    .label-checkbox[_ngcontent-anp-c33] {
        font-size: 14px
    }
    .main-form[_ngcontent-anp-c33] {
        width: 100%
    }
    .button-header[_ngcontent-anp-c33] {
        padding: 24px 16px
    }
    .footer-section[_ngcontent-anp-c33] {
        border-radius: 0 0 32px 32px;
        padding: 32px 0 24px
    }
    .head-section[_ngcontent-anp-c33] {
        border-radius: 0 0 32px 32px;
        padding: 32px 0 24px
    }
    .address-detail[_ngcontent-anp-c33] {
        padding-bottom: 16px
    }
}

footer[_ngcontent-anp-c44] {
    padding: 120px 0 40px;
    background: #000;
    margin-top: -80px
}

.footer-logo[_ngcontent-anp-c44] {
    display: block;
    max-width: 240px
}

.footer-credit-bar[_ngcontent-anp-c44] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center
}

.footer-social[_ngcontent-anp-c44],
.footer-credit[_ngcontent-anp-c44] {
    display: flex;
    align-items: center;
    gap: 12px
}

.footer-social[_ngcontent-anp-c44] {
    gap: 24px
}

.border-left[_ngcontent-anp-c44] {
    border-left: 1px solid #fff;
    align-self: stretch
}

.footer-row[_ngcontent-anp-c44] {
    display: flex;
    gap: 20px;
    justify-content: space-between
}

.footer-row[_ngcontent-anp-c44] .footer-column[_ngcontent-anp-c44] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 856px;
    flex: 1 0 auto;
    justify-content: space-between
}

.footer-row[_ngcontent-anp-c44] .footer-menu-wrap[_ngcontent-anp-c44] {
    width: 100%;
    max-width: 248px;
    display: flex;
    gap: 24px;
    align-items: start;
    flex-direction: column
}

.footer-row[_ngcontent-anp-c44]>.footer-menu-wrap[_ngcontent-anp-c44] {
    max-width: 294px
}

.footer-menu[_ngcontent-anp-c44] {
    display: grid;
    gap: 16px
}

.footer-menu-heading[_ngcontent-anp-c44] {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.footer-menu-link[_ngcontent-anp-c44] {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    text-decoration: none;
    color: #46515c80
}

.footer-menu-link[_ngcontent-anp-c44]:hover {
    color: #8d8a8a
}

.footer-menu-wrapper[_ngcontent-anp-c44],
.footer-inner[_ngcontent-anp-c44] {
    display: grid;
    gap: 48px
}

.horizontal-divider[_ngcontent-anp-c44] {
    border: 1px solid rgba(56, 56, 56, .1490196078)
}

.subscribe-text[_ngcontent-anp-c44] {
    color: #000000b3;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.send-field[_ngcontent-anp-c44] {
    padding: 12px 22px;
    border-radius: 12px 0 0 12px;
    border-style: solid;
    border-color: #0003;
    border-right: 0px;
    background: transparent;
    display: block;
    width: 100%;
    border-width: 1px
}

.send-button[_ngcontent-anp-c44] {
    padding: 12px 22px;
    border-radius: 0 12px 12px 0;
    background: #8d8a8a;
    border: none
}

.footer-credit[_ngcontent-anp-c44] a[_ngcontent-anp-c44] {
    color: #fff;
    text-decoration: none
}

.footer-credit[_ngcontent-anp-c44] a[_ngcontent-anp-c44]:hover {
    color: #8d8a8a;
    text-decoration: none
}

@media screen and (max-width: 1025px) {
    .footer-row[_ngcontent-anp-c44] {
        gap: 48px;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 640px) {
    footer[_ngcontent-anp-c44] {
        padding: 120px 0 40px;
        margin-top: -60px
    }
    .footer-row[_ngcontent-anp-c44] {
        flex-direction: column;
        gap: 24px
    }
    .footer-row[_ngcontent-anp-c44] .footer-menu-wrap[_ngcontent-anp-c44] {
        max-width: 100%
    }
    .search-field[_ngcontent-anp-c44] {
        width: 100%;
        max-width: 450px
    }
    .footer-menu-heading[_ngcontent-anp-c44] {
        display: flex;
        justify-content: space-between;
        padding: 16px 0
    }
    .footer-menu-wrap[_ngcontent-anp-c44] .p-accordion p-accordiontab .p-accordion-tab {
        border-bottom: 1px solid #ECECEC
    }
    .footer-menu-wrap[_ngcontent-anp-c44] .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
        background: transparent;
        border-color: transparent;
        color: #0d1e30
    }
    .footer-menu-wrap[_ngcontent-anp-c44] .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
        background: transparent;
        border-color: transparent;
        color: #0d1e30
    }
    .footer-menu-wrap[_ngcontent-anp-c44] .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
        box-shadow: none
    }
    .footer-menu-wrap[_ngcontent-anp-c44] .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
        background: transparent;
        border-color: transparent;
        color: #0d1e30
    }
    .footer-menu-wrap[_ngcontent-anp-c44] .p-accordion .p-accordion-content {
        padding: 0;
        border: 0;
        background: transparent;
        color: #38383899
    }
    .footer-menu-wrap[_ngcontent-anp-c44] p-accordion {
        width: 100%
    }
    .footer-menu-wrap[_ngcontent-anp-c44] .p-icon-wrapper {
        display: none
    }
    .footer-menu-wrap[_ngcontent-anp-c44] .p-accordion .p-accordion-header .p-accordion-header-link {
        background: transparent;
        border: 0;
        display: block;
        width: 100%;
        padding: 0
    }
    .footer-menu[_ngcontent-anp-c44] {
        padding-bottom: 24px
    }
    .footer-credit-bar[_ngcontent-anp-c44] {
        flex-direction: column;
        gap: 32px
    }
    .footer-credit[_ngcontent-anp-c44] {
        width: 100%;
        justify-content: space-between
    }
    .footer-social[_ngcontent-anp-c44] {
        gap: 24px
    }
}

.designed-by[_ngcontent-anp-c44] p[_ngcontent-anp-c44] {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 4px
}

.designed-by[_ngcontent-anp-c44] a[_ngcontent-anp-c44] {
    color: #135b9e;
    font-weight: 500
}

.weq-logo-cont[_ngcontent-anp-c44] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 27px;
    padding: 4px 10px;
    gap: 4px;
    position: relative;
    max-width: 140px
}

.weq-logo-cont[_ngcontent-anp-c44] img[_ngcontent-anp-c44] {
    max-width: 40px
}

.designed-by[_ngcontent-anp-c44] p[_ngcontent-anp-c44] {
    margin-bottom: 0;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.designed-by[_ngcontent-anp-c44] a[_ngcontent-anp-c44] {
    z-index: 9
}

.weq-logo-cont[_ngcontent-anp-c44]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: .8px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .35) 0%, rgba(242, 146, 56, .6) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude
}

.weq-logo-cont[_ngcontent-anp-c44] p[_ngcontent-anp-c44] {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff
}

@media (max-width: 600px) {
    .weq-logo-cont[_ngcontent-anp-c44] {
        padding: 2px 5px
    }
}

.p-sidebar {
    position: fixed;
    transition: transform .3s;
    display: flex;
    flex-direction: column
}

.p-sidebar-content {
    position: relative;
    overflow-y: auto;
    flex-grow: 1
}

.p-sidebar-header {
    display: flex;
    align-items: center
}

.p-sidebar-footer {
    margin-top: auto
}

.p-sidebar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto
}

.p-sidebar-left {
    top: 0;
    left: 0;
    width: 20rem;
    height: 100%
}

.p-sidebar-right {
    top: 0;
    right: 0;
    width: 20rem;
    height: 100%
}

.p-sidebar-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem
}

.p-sidebar-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10rem
}

.p-sidebar-full {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: none
}

.p-sidebar-left.p-sidebar-sm,
.p-sidebar-right.p-sidebar-sm {
    width: 20rem
}

.p-sidebar-left.p-sidebar-md,
.p-sidebar-right.p-sidebar-md {
    width: 40rem
}

.p-sidebar-left.p-sidebar-lg,
.p-sidebar-right.p-sidebar-lg {
    width: 60rem
}

.p-sidebar-top.p-sidebar-sm,
.p-sidebar-bottom.p-sidebar-sm {
    height: 10rem
}

.p-sidebar-top.p-sidebar-md,
.p-sidebar-bottom.p-sidebar-md {
    height: 20rem
}

.p-sidebar-top.p-sidebar-lg,
.p-sidebar-bottom.p-sidebar-lg {
    height: 30rem
}

@media screen and (max-width: 64em) {
    .p-sidebar-left.p-sidebar-lg,
    .p-sidebar-left.p-sidebar-md,
    .p-sidebar-right.p-sidebar-lg,
    .p-sidebar-right.p-sidebar-md {
        width: 20rem
    }
}

.p-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

.p-dialog-mask.p-component-overlay {
    pointer-events: auto
}

.p-dialog {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    max-height: 90%;
    transform: scale(1);
    position: relative
}

.p-dialog-content {
    overflow-y: auto;
    flex-grow: 1
}

.p-dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0
}

.p-dialog-draggable .p-dialog-header {
    cursor: move
}

.p-dialog-footer {
    flex-shrink: 0
}

.p-dialog .p-dialog-header-icons {
    display: flex;
    align-items: center
}

.p-dialog .p-dialog-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.p-fluid .p-dialog-footer .p-button {
    width: auto
}

.p-dialog-top .p-dialog,
.p-dialog-bottom .p-dialog,
.p-dialog-left .p-dialog,
.p-dialog-right .p-dialog,
.p-dialog-top-left .p-dialog,
.p-dialog-top-right .p-dialog,
.p-dialog-bottom-left .p-dialog,
.p-dialog-bottom-right .p-dialog {
    margin: .75rem;
    transform: translateZ(0)
}

.p-dialog-maximized {
    transition: none;
    transform: none;
    width: 100vw!important;
    height: 100vh!important;
    top: 0!important;
    left: 0!important;
    max-height: 100%;
    height: 100%
}

.p-dialog-maximized .p-dialog-content {
    flex-grow: 1
}

.p-dialog-left {
    justify-content: flex-start
}

.p-dialog-right {
    justify-content: flex-end
}

.p-dialog-top {
    align-items: flex-start
}

.p-dialog-top-left {
    justify-content: flex-start;
    align-items: flex-start
}

.p-dialog-top-right {
    justify-content: flex-end;
    align-items: flex-start
}

.p-dialog-bottom {
    align-items: flex-end
}

.p-dialog-bottom-left {
    justify-content: flex-start;
    align-items: flex-end
}

.p-dialog-bottom-right {
    justify-content: flex-end;
    align-items: flex-end
}

.p-dialog .p-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.p-confirm-dialog .p-dialog-content {
    display: flex;
    align-items: center
}

.error-class[_ngcontent-anp-c19] {
    color: red;
    padding-top: 4px
}

.p-accordion-header-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    text-decoration: none
}

.p-accordion-header-link:focus {
    z-index: 1
}

.p-accordion-header-text {
    line-height: 1
}

.p-accordion .p-toggleable-content {
    overflow: hidden
}

.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.p-accordion .p-accordion-tab-active>.p-toggleable-content:not(.ng-animating) {
    overflow: inherit
}

.p-accordion-toggle-icon-end {
    order: 1;
    margin-left: auto
}

.p-accordion-toggle-icon {
    order: 0
}

.p-dropdown {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.p-dropdown-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -.5rem
}

.p-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.p-dropdown-label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    flex: 1 1 auto;
    width: 1%;
    text-overflow: ellipsis;
    cursor: pointer
}

.p-dropdown-label-empty {
    overflow: hidden;
    visibility: hidden
}

input.p-dropdown-label {
    cursor: default
}

.p-dropdown-items-wrapper {
    overflow: auto
}

.p-dropdown-item {
    cursor: pointer;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
    overflow: hidden
}

.p-dropdown-items {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.p-dropdown-filter {
    width: 100%
}

.p-dropdown-filter-container {
    position: relative
}

.p-dropdown-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -.5rem
}

.p-fluid .p-dropdown {
    display: flex
}

.p-fluid .p-dropdown .p-dropdown-label {
    width: 1%
}

.p-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.p-overlay-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-overlay-content {
    transform-origin: inherit
}

.p-overlay-modal>.p-overlay-content {
    z-index: 1;
    width: 90%
}

.p-overlay-top {
    align-items: flex-start
}

.p-overlay-top-start {
    align-items: flex-start;
    justify-content: flex-start
}

.p-overlay-top-end {
    align-items: flex-start;
    justify-content: flex-end
}

.p-overlay-bottom {
    align-items: flex-end
}

.p-overlay-bottom-start {
    align-items: flex-end;
    justify-content: flex-start
}

.p-overlay-bottom-end {
    align-items: flex-end;
    justify-content: flex-end
}

.p-overlay-left {
    justify-content: flex-start
}

.p-overlay-left-start {
    justify-content: flex-start;
    align-items: flex-start
}

.p-overlay-left-end {
    justify-content: flex-start;
    align-items: flex-end
}

.p-overlay-right {
    justify-content: flex-end
}

.p-overlay-right-start {
    justify-content: flex-end;
    align-items: flex-start
}

.p-overlay-right-end {
    justify-content: flex-end;
    align-items: flex-end
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    background: ghostwhite;
}

.fade:not(.show) {
    opacity: 0;
    display: none;
}

.our-process-inner[_ngcontent-anp-c46] .our-process-desc[_ngcontent-anp-c46] {
    max-width: 506px;
    margin-left: 0px;
    color: #0c0e2c;
    margin-bottom: 20px;
}