:root {
    --almost-black: #111;
    --white: #fff;
    --whitesmoke: #f5f5f5;
    --black: #000;
    --dark-grey: #5d5d5d;
    --light-grey: #d1d1d1;
    --grey: #9f9f9f;
    --red2: #e70f0f;
    --transparent: #3330;
    --block-image-radius: 0vw;
    --work-padding: 0vw;
    --work-padding-2: 0vw;
    --work-image-radius-2: 0vw;
    --work-padding-3: 0vw;
    --work-image-radius-3: 0vw;
    --single-slider-padding: 0vw;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-form-formradioinput--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 4px;
    border-color: #3898ec;
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 15vw;
    font-weight: 500;
    line-height: 18vw;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 8vw;
    font-weight: 500;
    line-height: 8vw;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 5.5vw;
    font-weight: 500;
    line-height: 6vw;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 4vw;
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 3vw;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter Tight, sans-serif;
    font-size: 1.7vw;
    font-weight: 500;
    line-height: 1.7vw;
}

p {
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 2vw;
}

a {
    color: var(--almost-black);
    text-decoration: none;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
    font-family: Inter Tight, sans-serif;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 2vw;
}

img {
    max-width: 100%;
    display: inline-block;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-family: Inter Tight, sans-serif;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 2vw;
}

figure {
    margin-bottom: 10px;
}

.main-container {
    width: 100%;
    max-width: none;
    padding-left: 3vw;
    padding-right: 3vw;
}

.main-container.full {
    padding-left: 0;
    padding-right: 0;
}

.main-section {
    background-color: var(--white);
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.main-section.footer {
    z-index: 2;
    background-color: var(--almost-black);
    padding-top: 5vw;
    padding-bottom: 0;
    position: relative;
}

.main-section.utilities-head {
    color: var(--almost-black);
    padding-top: 25vh;
    padding-bottom: 5vw;
}

.main-section.utility-content {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.main-section.hero {
    overflow: hidden;
}

.main-section.about {
    z-index: 7;
    background-color: var(--whitesmoke);
    position: relative;
    overflow: visible;
}

.main-section.initial-work {
    background-color: var(--black);
    margin-top: -100vh;
    position: sticky;
    top: 0;
}

.main-section.work {
    background-color: var(--black);
    padding-top: 18vw;
    padding-bottom: 10vw;
}

.main-section.why-us {
    background-color: var(--whitesmoke);
    padding-top: 10vw;
    padding-bottom: 0;
}

.main-section.testimonial {
    padding-bottom: 10vw;
}

.small-text {
    font-family: Inter Tight, sans-serif;
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.5vw;
}

.small-text.hero-sm-txt {
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 2vw;
}

.main-button {
    z-index: 2;
    background-color: var(--dark-grey);
    color: #fff;
    border: 0 #000;
    border-radius: 5px;
    margin-top: 0;
    padding: 1vw 2vw;
    font-family: Inter Tight, sans-serif;
    font-size: 1.3vw;
    line-height: 1.8vw;
    transition: color .2s, background-color .2s;
    position: relative;
}

.main-button:hover {
    background-color: var(--almost-black);
}

.navbar {
    z-index: 1;
    color: #d8d8d8;
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -5vw;
    padding-top: 2vw;
    font-weight: 500;
    display: block;
    position: sticky;
    top: 0;
}

.utility-title {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.guide-single-content-group {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
}

.guide-single-content-group.rich-text {
    margin-top: 100px;
}

.color-code {
    font-family: Inter Tight, sans-serif;
    font-weight: 400;
}

.guide-menu-list-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
}

.guide-menu-head {
    font-family: Inter Tight, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
}

.guide-item {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.guide-item.typo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 50px;
}

.guide-typo-description {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    display: flex;
}

.guide-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 30%;
    margin-top: 18px;
    display: flex;
    position: sticky;
    top: 10vw;
}

.guide-color {
    aspect-ratio: 1;
    background-color: #000;
    border-radius: 15px;
    width: 100%;
}

.guide-color.var-5 {
    background-color: var(--light-grey);
}

.guide-color.var-4 {
    background-color: var(--grey);
}

.guide-color.var-1 {
    background-color: var(--whitesmoke);
}

.guide-color.var-2 {
    background-color: var(--white);
    border: 1px solid #a8a8a8;
}

.guide-color.var-3 {
    background-color: var(--almost-black);
}

.guide-color.var-6 {
    background-color: var(--red2);
}

.guide-color.var-7 {
    background-color: var(--dark-grey);
}

.guide-color.var-8 {
    background-color: var(--black);
}

.guide-single-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
}

.guide-single-content.typo, .guide-single-content.button {
    padding-top: 200px;
}

.guide-content-list {
    flex-flow: column;
    flex: 1;
    display: flex;
}

.guide-item-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-top: 1px solid #a8a8a8;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    display: grid;
}

.guide-item-list.button {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
}

.guide-item-list.typo {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
}

.style-guide {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    color: var(--almost-black);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.guide-menu-list {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: #000;
    background-color: #f7f7f7;
    border-radius: 10px;
    flex-flow: column;
    padding: 20px;
    text-decoration: none;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    display: flex;
}

.guide-menu-list.w--current {
    color: #fff;
    background-color: #000;
}

.guide-description {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.1rem;
    display: flex;
}

.small-text-var2 {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.1rem;
}

.guide-color-name {
    font-family: Inter Tight, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

.guide-single-title {
    font-family: Inter Tight, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3rem;
}

.guide-typo-title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2rem;
}

.guide-menu-title {
    font-family: Inter Tight, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3rem;
}

.license-block-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.license-block {
    justify-content: space-between;
    width: 100%;
}

.license-type {
    width: 30%;
}

.license-detail {
    width: 70%;
}

.link-license {
    font-weight: 600;
}

.license-description {
    width: 60%;
}

.changelog-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px #b6b6b6;
    border-radius: 10px;
    flex-flow: column;
    padding: 60px;
    display: flex;
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 260px;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.wrap-404 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    color: var(--almost-black);
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.heading-404 {
    margin-bottom: 10px;
    font-size: 12vw;
    font-weight: 500;
    line-height: 9vw;
}

.text-404 {
    margin-bottom: 20px;
    font-family: Inter Tight, sans-serif;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 2vw;
}

.hero-wrap {
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    display: flex;
    position: relative;
}

.hero-moving-title {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: -.75vw;
    display: flex;
    position: relative;
    overflow: visible;
}

.hero-accent {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 7vw;
    height: 7vw;
    display: flex;
    position: relative;
    transform: none;
}

.accent-part {
    position: absolute;
}

.accent-part.var-1 {
    background-color: var(--almost-black);
    width: 100%;
    height: .75vw;
}

.accent-part.var-2 {
    background-color: var(--almost-black);
    width: 100%;
    height: .75vw;
    transform: rotate(90deg);
}

.accent-part.var-3 {
    background-color: var(--almost-black);
    width: 100%;
    height: .75vw;
    transform: rotate(45deg);
}

.accent-part.var-4 {
    background-color: var(--almost-black);
    width: 100%;
    height: .75vw;
    transform: rotate(-45deg);
}

.hero-accent-wrap {
    flex-flow: column;
    width: 28vw;
    height: 9vw;
    margin-top: 2.5vw;
    display: flex;
}

.hero-accent-wrap.shade {
    opacity: 0;
    width: 28vw;
}

.line-bottom {
    background-color: var(--almost-black);
    width: 17vw;
    height: .2vw;
    margin-left: 3.5vw;
    display: none;
}

.hero-accent-shape {
    background-color: var(--whitesmoke);
    border-radius: 10vw;
    justify-content: flex-end;
    align-items: center;
    padding: 1vw;
    display: flex;
}

.link-text {
    text-transform: uppercase;
    flex-flow: row;
    display: flex;
}

.header-section {
    background-color: #fff;
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.header-section.var-1 {
    z-index: 4;
    background-color: #3330;
    margin-bottom: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
}

.header-section.var-404 {
    z-index: 4;
    background-color: #3330;
    margin-bottom: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
    display: block;
    position: absolute;
    inset: auto;
}

.navbar-menu-button-wrap-dark {
    color: #000;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    display: flex;
}

.navbar-menu-button-wrap-dark:hover {
    color: #5d5d5d;
}

.navbar-menu-button-wrap-dark.w--open {
    background-color: #3898ec00;
}

.navbar-icon {
    filter: none;
    border-radius: 0;
}

.navbar-icon.white {
    filter: invert();
}

.navbar-menu {
    z-index: 9999;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #3330;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 0%;
}

.navbar-button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-bottom: 0;
    display: flex;
}

.navbar-button-wrap.visible {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-right: 0;
    display: none;
}

.navbar-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3vw;
    padding-right: 3vw;
    display: flex;
    position: relative;
}

.navbar-wrapper.close {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 4vw;
    display: flex;
}

.menu-flex {
    z-index: 99;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    -webkit-backdrop-filter: blur(2vw);
    backdrop-filter: blur(2vw);
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 30%;
    height: 100vh;
    margin-top: 0;
    padding-top: 2vw;
    display: flex;
    position: relative;
}

.menu-text {
    display: none;
}

.navbar-link-wrap {
    color: #000;
}

.navbar-logo-dark {
    padding-bottom: 0;
}

.menu-image {
    object-fit: cover;
    object-position: 50% 100%;
    width: 70%;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%;
}

.header-link-wrap {
    margin-top: 25px;
    display: inline-block;
    overflow: hidden;
}

.header-link-wrap.navbar {
    color: #d1d1d1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Inter Tight, sans-serif;
    font-weight: 500;
}

.header-link-wrap.navbar:hover {
    color: #fff;
}

.navbar-content {
    background-color: #3330;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 0;
}

.menu-wrap {
    z-index: 11;
    -webkit-backdrop-filter: blur(.35vw);
    backdrop-filter: blur(.35vw);
    background-color: #3330;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}

.navbar-link {
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    line-height: 5vw;
}

.navbar-menu-wrapper {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
}

.logo-normal {
    filter: none;
    border-radius: 0;
}

.nav-link:hover {
    color: var(--grey);
}

.sticky-wrap {
    height: 400vh;
}

.sticky-hero {
    position: sticky;
    top: 0;
}

.hero-title-wrap {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    color: var(--light-grey);
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.hero-title-shade {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    color: var(--almost-black);
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    overflow: hidden;
}

.about-wrap {
    perspective: 100vw;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
}

.line-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #000;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    text-decoration: none;
    display: none;
    position: relative;
    overflow: hidden;
}

.line-link-text {
    font-family: Inter Tight, sans-serif;
    font-size: 2vw;
    font-weight: 500;
    line-height: 2vw;
}

.line-link-text.small {
    font-size: 1.5vw;
}

.about-inner-wrap {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: -3vw;
    display: flex;
}

.about-line {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    display: flex;
    overflow: visible;
}

.link-line {
    background-color: #111;
    width: 100%;
    height: .2vw;
    position: absolute;
    inset: auto auto 0% 0%;
}

.about-content {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    color: var(--black);
    flex-flow: column;
    margin-top: 2vw;
    margin-bottom: 2vw;
    display: flex;
}

.big-text {
    letter-spacing: -.2vw;
    font-family: Inter Tight, sans-serif;
    font-size: 7vw;
    font-weight: 600;
    line-height: 7vw;
}

.big-text.about {
    font-size: 7.5vw;
    line-height: 6.5vw;
}

.big-text.cta {
    letter-spacing: -.1vw;
    font-size: 6vw;
    line-height: 6vw;
}

.about-image {
    border: .25vw solid var(--whitesmoke);
    object-fit: cover;
    border-radius: 1vw;
    width: 6vw;
    height: 6vw;
}

.about-image.var-1 {
    border-radius: 1vw;
    flex: none;
    margin-right: -1vw;
    transform: scale(3)translate(-6vw, -17vh);
}

.about-image.var-2 {
    flex: none;
    margin-right: -1vw;
    transform: translate(17vw, -68vh)scale(2);
}

.about-image.var-3 {
    flex: none;
    transform: translate(47vw, -41vh)scale(3);
}

.line-link-wrap {
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.about-image-wrap {
    flex: none;
    display: flex;
    position: absolute;
}

.lottie-arrow {
    filter: brightness(86%);
    flex: none;
    width: 18vw;
    transform: rotate(-90deg);
}

.lottie-wrap {
    justify-content: center;
    align-items: center;
    width: 10vw;
    height: 6vw;
    margin-top: .75vw;
    margin-right: -1vw;
    display: flex;
    overflow: hidden;
}

.button-slide {
    background-color: var(--red2);
    color: var(--white);
    border: 1px #000;
    border-radius: 99vw;
    justify-content: center;
    align-items: center;
    font-family: Inter Tight, sans-serif;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.5vw;
    text-decoration: none;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    display: block;
    position: relative;
    overflow: hidden;
}

.button-slide:hover {
    color: #fff;
    border-color: #fff;
}

.button-slide-in-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5vw 2vw;
    display: flex;
    position: relative;
}

.button-bg-wrap {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
}

.button-bg {
    background-image: linear-gradient(90deg, #0000, #000 32% 67%, #0000);
    width: 300%;
    height: 100%;
}

.button-slide-text {
    font-size: 1.2vw;
    font-weight: 700;
    position: relative;
}

.hero-button-wrap {
    flex: none;
    max-width: 13vw;
    max-height: 6.3vw;
    padding-top: 1.5vw;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.default-title {
    color: var(--almost-black);
}

.about-inner-sticky {
    grid-column-gap: 25vw;
    grid-row-gap: 25vw;
    flex-flow: column;
    height: 600vh;
    display: flex;
}

.about-second-bg {
    background-color: var(--red2);
    -webkit-backdrop-filter: invert();
    backdrop-filter: invert();
    mix-blend-mode: screen;
    flex: none;
    height: 100vh;
    position: sticky;
    top: 0;
}

.hero-desc-wrap {
    width: 22%;
    position: absolute;
    inset: auto 0 3vw auto;
}

.initial-work-wrap {
    color: var(--white);
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    display: flex;
    position: relative;
}

.project-card-block {
    background-color: var(--transparent);
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.about-scroll-trigger {
    width: 100%;
    height: 1vw;
    position: absolute;
    inset: auto 0% 0%;
}

.big-text-wrap {
    padding-left: .25vw;
    padding-right: .25vw;
    line-height: 18px;
    overflow: hidden;
}

.project-card-image {
    object-fit: cover;
    border-radius: .5vw;
}

.project-card-wrapper {
    background-color: var(--transparent);
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.project-card {
    background-color: var(--whitesmoke);
    border-radius: 1vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 30vw;
    min-width: 30vw;
    height: 30vw;
    min-height: 30vw;
    padding: .75vw 1vw 1vw;
    display: flex;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 -2vw 5vw .5vw #0000000d;
}

.project-card.var-4 {
    height: 30vw;
}

.project-card-inner {
    justify-content: center;
    align-items: center;
    width: 40vw;
    height: 40vw;
    padding-top: 10vw;
    display: flex;
    position: absolute;
    inset: auto 5vw 4vw auto;
}

.medium-text {
    letter-spacing: .02rem;
    text-indent: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 3vw;
}

.project-card-title {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    color: var(--almost-black);
    flex-flow: column;
    display: flex;
}

.project-desc-wrap {
    color: var(--white);
    flex-flow: column;
    justify-content: space-between;
    width: 50%;
    height: 82vh;
    display: flex;
    position: absolute;
    inset: 5vw auto auto 3vw;
}

.medium-big-text {
    letter-spacing: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 4vw;
    font-weight: 700;
    line-height: 4vw;
}

.about-image-resize {
    width: 18vw;
    height: 6vw;
    position: relative;
}

.project-window {
    height: 100vh;
}

.section-spacer {
    pointer-events: none;
    justify-content: space-between;
    align-items: flex-start;
    height: 200vh;
    display: flex;
}

.initial-work-image {
    border-radius: var(--block-image-radius);
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.initial-work-image-wrap {
    padding-right: var(--work-padding);
    padding-left: var(--work-padding);
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

.block-trigger {
    background-color: var(--transparent);
    width: 100%;
    height: 100%;
    margin-top: 33%;
    position: relative;
}

.initial-work-title-wrap {
    z-index: 0;
    justify-content: space-between;
    align-items: flex-end;
    width: auto;
    display: flex;
    position: absolute;
    inset: 3vw 3vw auto;
}

.initial-work-text {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    flex-flow: column;
    width: 100%;
    margin-top: 1.5vw;
    margin-bottom: -7vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.extra-small-text {
    letter-spacing: -.01rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1.15vw;
    font-weight: 500;
    line-height: 1.5vw;
}

.project-work-wrap {
    color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    display: flex;
    position: sticky;
    top: 5vw;
    overflow: hidden;
}

.project-work-image-wrap {
    padding-right: var(--work-padding-2);
    padding-left: var(--work-padding-2);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
}

.project-work-image {
    border-radius: var(--work-image-radius-2);
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.project-work-text {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    flex-flow: column;
    width: 100%;
    margin-top: 1.5vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.project-sticky {
    height: 250vh;
    margin-bottom: 10vh;
    display: block;
    position: relative;
}

.project-sticky.project-3 {
    display: none;
}

.project-work-image-wrap-2 {
    padding-right: var(--work-padding-3);
    padding-left: var(--work-padding-3);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
}

.project-work-image-2 {
    border-radius: var(--work-image-radius-3);
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.why-us-sticky {
    display: flex;
}

.why-us-title {
    width: 50%;
    padding-bottom: 10vw;
}

.why-us-content {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    width: 50%;
    padding-top: 50vw;
    padding-bottom: 10vw;
    display: flex;
}

.why-title {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    color: var(--almost-black);
    flex-flow: column;
    width: 75%;
    display: flex;
    position: sticky;
    top: 25vh;
}

.why-us-card {
    background-color: var(--white);
    border-radius: 1vw;
    padding: 2.5vw;
}

.why-us-card.first, .why-us-card.second, .why-us-card.third {
    color: var(--almost-black);
}

.why-us-card.fourth {
    background-color: var(--black);
    color: var(--white);
}

.progress-bar-static {
    background-color: #fff;
    border-radius: 99px;
    width: 150px;
    height: 5px;
    margin-top: -5px;
}

.percentage-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: flex;
    position: absolute;
    inset: 10% 5% auto auto;
}

.counter-text {
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
}

.counter-digit-third {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.progress-wrap {
    background-color: #f5f5f5;
    border-radius: 999px;
    padding: 10px;
    position: relative;
    box-shadow: 0 6px 12px -6px #00000030;
}

.progress-bar-dynamic {
    z-index: 1;
    background-color: var(--red2);
    border-radius: 99px;
    width: 150px;
    height: 5px;
    position: relative;
}

.counter-digit-second {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.achievement-card {
    z-index: 3;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    display: flex;
    position: relative;
}

.counter {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.counter-number {
    flex: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 700;
    display: flex;
}

.counter-digit-wrap {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    height: 1rem;
    display: flex;
    overflow: hidden;
}

.counter-digit-first {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.user-image-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    border-radius: 0;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 12vw;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    display: flex;
    position: absolute;
    top: 10%;
    right: 5%;
}

.user-image-wrap.item-2 {
    top: 55%;
}

.user-image-wrap.item-1 {
    top: 10%;
}

.user-image {
    border-radius: 999px;
    box-shadow: 0 2px 5px #0003;
}

.user-image.over {
    vertical-align: baseline;
    margin-left: -12px;
    font-size: 14px;
    box-shadow: 0 2px 5px #0003;
}

.card-tag-wrap {
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 8vw;
    padding: 0;
    display: flex;
    position: absolute;
    inset: -10% 5% auto auto;
    overflow: hidden;
}

.card-lottie {
    width: 10vw;
    height: 10vw;
    position: absolute;
}

.counter-value {
    margin-left: -.5vw;
    padding-bottom: 1vw;
}

.counter-big-text {
    letter-spacing: -.1vw;
    font-family: Inter Tight, sans-serif;
    font-size: 10vw;
    font-weight: 500;
    line-height: 10vw;
}

.counter-big-text.var-2 {
    font-size: 6vw;
    line-height: 6vw;
}

.medium-small-text {
    font-family: Inter Tight, sans-serif;
    font-size: 1.75vw;
    font-weight: 500;
    line-height: 2.25vw;
}

.testimonial-photo {
    border-radius: 99vw;
    width: 5.5vw;
    height: 5.5vw;
    overflow: hidden;
}

.testimonial-photo.var-big-1, .testimonial-photo.var-big-3 {
    z-index: 2;
    border: .35vw solid var(--white);
    transform-style: preserve-3d;
    width: 10vw;
    height: 10vw;
    padding: 0;
    position: absolute;
    transform: scale(.85)translate3d(0, 0, 6vw);
}

.testimonial-photo.var-big-2, .testimonial-photo.var-big-4 {
    z-index: 2;
    border: .35vw solid var(--white);
    transform-style: preserve-3d;
    width: 10vw;
    height: 10vw;
    padding: 0;
    position: absolute;
    transform: translate3d(0, 0, 6vw);
}

.tiny-text {
    font-family: Inter Tight, sans-serif;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 2vw;
}

.testimonial-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
    position: relative;
}

.testimonial-title-wrap {
    color: var(--almost-black);
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
}

.testimonial-rotate {
    perspective: 100vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 99vw;
    min-height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
    transform: rotate(0);
}

.review-emphasis {
    z-index: 1;
    background-color: var(--white);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 1vw;
    margin-left: 5vw;
    margin-right: -32vw;
    padding: 1vw 2vw;
    position: absolute;
    right: auto;
    transform: translate3d(0, 0, 4vw);
    box-shadow: 1vw .75vw 2vw #00000017;
}

.review-emphasis.front, .review-emphasis.front-3 {
    transform-style: preserve-3d;
    margin-right: -28vw;
    transform: scale(.9)translate3d(0, 0, 4vw);
}

.review-emphasis.back-2, .review-emphasis.back-4 {
    transform-style: preserve-3d;
}

.name-designation {
    z-index: 1;
    background-color: var(--white);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 1vw;
    margin-bottom: 15vw;
    margin-left: -28.6vw;
    padding: 1vw 2vw;
    position: absolute;
    transform: translate3d(0, 0, 4vw);
    box-shadow: 1vw .75vw 2vw #00000017;
}

.name-designation.front, .name-designation.front-3 {
    transform-style: preserve-3d;
    margin-left: -25vw;
    transform: scale(.9)translate3d(0, 0, 4vw);
}

.name-designation.back-2, .name-designation.back-4 {
    transform-style: preserve-3d;
}

.testiminoal-content {
    z-index: 1;
    background-color: var(--white);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 1vw;
    margin: 7vw 50vw -20.5vw 25vw;
    padding: 2vw;
    position: absolute;
    transform: translate3d(0, 0, 4vw);
    box-shadow: 1vw .75vw 2vw #00000017;
}

.testiminoal-content.front, .testiminoal-content.front-3 {
    transform-style: preserve-3d;
    margin-top: 4vw;
    margin-left: 28vw;
    margin-right: 47vw;
    transform: scale(.9)translate3d(0, 0, 4vw);
}

.testiminoal-content.back-2, .testiminoal-content.back-4 {
    transform-style: preserve-3d;
}

.single-big-testimonial {
    perspective: 100vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    position: absolute;
    transform: rotate(0);
}

.single-big-testimonial.t-1 {
    z-index: 2;
    transform: scale3d(1none, 1none, 1none) rotate(0deg);
    transform-style: preserve-3d;
    display: flex;
}

.single-big-testimonial.t-2 {
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0)rotateX(0)rotateY(-180deg)rotateZ(0);
}

.single-big-testimonial.t-3 {
    z-index: 2;
    transform: scale3d(1none, 1none, 1none) rotate(0deg);
    transform-style: preserve-3d;
    display: flex;
}

.single-big-testimonial.t-4 {
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0)rotateX(0)rotateY(-180deg)rotateZ(0);
}

.testimonial-camera {
    perspective: 100vw;
    max-width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.testimonial-shape-global {
    z-index: 1;
    background-color: var(--whitesmoke);
    border-radius: 1vw;
    justify-content: center;
    align-items: center;
    width: 25vw;
    height: 35vw;
    padding: 0;
    display: flex;
    position: absolute;
}

.testimonial-sticky-wrap {
    color: var(--almost-black);
    max-width: 100vw;
    height: 500vh;
    margin-top: 25vw;
    padding-top: 0;
}

.rating-wrap {
    grid-column-gap: .4vw;
    grid-row-gap: .4vw;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.star-image {
    width: 1.25vw;
}

.radio-button-field {
    flex-flow: row;
    flex: 1;
    padding: 0;
    display: flex;
}

.contact-pop-up-wrap {
    z-index: 999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0003;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 20px;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
}

.mid-form-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
}

.contact-pop-up-in {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #f5f5f5;
    border-radius: 0;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    max-width: 60vw;
    height: 90vh;
    padding: 4vw 2vw;
    display: flex;
    position: relative;
    overflow: hidden;
}

.success-text {
    color: #000;
    font-size: 2vw;
    line-height: 2vw;
}

.cta-heading-wrap {
    color: var(--almost-black);
    text-align: center;
    width: 100%;
}

.cta-bg-separator {
    background-color: var(--white);
    margin-top: -2vw;
    padding-top: 0;
    padding-bottom: 10vw;
}

.pop-up-return-wrap {
    margin-top: 60px;
    display: flex;
    position: absolute;
    inset: auto auto 2vw 2vw;
}

.pop-up-radio-button {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
}

.contact-close-icon {
    cursor: pointer;
    font-family: Material Icons, sans-serif;
    font-size: 32px;
    line-height: 100%;
}

.contact-pop-up-close {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 2vw 2vw auto auto;
}

.cta-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.first-form-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
}

.pop-up-question {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2vw;
    display: flex;
}

.pop-up-question.center {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.radio-button {
    display: none;
}

.error-message {
    border-radius: 1.1vw;
    margin-top: 2vw;
    margin-left: 4vw;
    margin-right: 4vw;
    padding: 1vw;
    font-size: 1.2vw;
    line-height: 1.5vw;
}

.cta-button-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5vw;
    display: flex;
}

.radio-button-label {
    color: #fff;
    background-color: #000;
    border-radius: 999px;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 1vw;
    display: flex;
}

.radio-button-label.q2 {
    font-family: Inter Tight, sans-serif;
    font-size: 1.3vw;
    line-height: 2.5vw;
}

.radio-button-label.q1 {
    font-size: 1.3vw;
    line-height: 2.5vw;
}

.last-form-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
}

.success-message {
    background-color: #0000;
}

.contact-text-field {
    color: #252323;
    -webkit-text-stroke-color: #262424;
    background-color: #fff;
    border: 1px solid #a8a8a8;
    border-radius: .75vw;
    margin-bottom: 1vw;
    padding: 1.5vw 1vw;
    font-family: Inter Tight, sans-serif;
    font-size: 1.2vw;
    line-height: 1.2vw;
}

.contact-text-field::placeholder {
    color: #adadad;
    -webkit-text-stroke-color: white;
}

.contact-text-field.area {
    border-color: #a8a8a8;
    padding-top: 15px;
    padding-bottom: 100px;
}

.pop-up-return-icon {
    cursor: pointer;
    font-family: Material Icons, sans-serif;
    font-size: 32px;
    line-height: 100%;
}

.form-button {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 90vw;
    padding: 1vw 2vw;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 2vw;
    transition: all .2s;
}

.form-button:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #a8a8a8;
}

.copyright-text {
    margin-bottom: 0;
    font-size: 1.5vw;
    line-height: 2vw;
}

.misc-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 20px;
    display: flex;
}

.foter-inner-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 35vh;
    padding-top: 5vw;
    padding-bottom: 2vw;
    display: flex;
    position: relative;
}

.footer-logo-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    border-right: 1px #2c2c2c;
    flex-flow: column;
    display: flex;
}

.footer-logo-wrap.logo {
    justify-content: space-between;
    padding-bottom: 0;
}

.footer-menu-wrap-2 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    border-bottom: 1px #2c2c2c;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 7vw;
    display: grid;
}

.copyright-wrapper {
    color: #fff;
    text-align: left;
    padding-top: 20px;
}

.footer-powered {
    color: #adadad;
    transition: color .2s;
}

.footer-layout-grid {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
}

.footer-page {
    color: #dfdfdf;
    transition: color .1s;
}

.footer-page:hover {
    color: #fff;
}

.footer-page.no-hover:hover {
    color: #dfdfdf;
}

.footer-logo-link {
    position: absolute;
    bottom: 0;
}

.footer-menu-pages {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    color: #fff;
    border-right: 1px #2c2c2c;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    display: flex;
}

.footer-menu-pages.vat-1 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    border-right-style: none;
    padding: 0;
}

.footer-menu-pages.edge-border {
    border-right-style: none;
}

.footer-menu-pages.mobile-nav {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    border-right-style: none;
    padding: 0;
    display: none;
}

.footer-misc-text {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.footer-misc-text.footer {
    color: #fff;
    font-family: Inter Tight, sans-serif;
    font-size: 1.5vw;
    line-height: 2vw;
}

.footer-bottom-block {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
}

.footer-logo {
    filter: invert();
    width: 30vw;
}

.footer-link {
    color: #8d8d8d;
    text-decoration: none;
    transition: color .2s;
}

.footer-link:hover {
    color: #fff;
}

.footer-text {
    font-family: Inter Tight, sans-serif;
    font-size: 1.5vw;
    line-height: 2vw;
}

.why-us-desc {
    width: 75%;
}

.instruction-wrap {
    color: #111;
}

.gsap-title {
    padding-bottom: 2rem;
}

.gsap-desc {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    display: flex;
}

.single-instruction {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-bottom: 1px solid #d1d1d1;
    flex-flow: column;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    display: flex;
}

.question-title {
    font-family: Inter Tight, sans-serif;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 4vw;
}

.heading-405 {
    letter-spacing: normal;
    word-break: normal;
    position: static;
}

.div-block {
    width: 436px;
}

.heading-406 {
    color: var(--almost-black);
    -webkit-text-stroke-color: var(--red2);
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 15vw;
        line-height: 15vw;
    }

    h2 {
        font-size: 8vw;
        line-height: 8.5vw;
    }

    h3 {
        margin-bottom: 0;
    }

    h4 {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    h5 {
        font-size: 2.5vw;
        line-height: 3vw;
    }

    p, ul, ol, blockquote {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .main-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .main-section.footer {
        padding-top: 10vw;
        padding-bottom: 5vw;
    }

    .small-text {
        font-size: 2vw;
        line-height: 2.75vw;
    }

    .small-text.hero-sm-txt {
        font-size: 2.5vw;
        line-height: 3vw;
    }

    .main-button {
        padding: 2vw 4vw;
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .navbar {
        margin-bottom: -8.25vw;
        padding-top: 4vw;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .guide-typo-description {
        flex-flow: wrap;
    }

    .guide-menu {
        display: none;
    }

    .guide-single-content.typo, .guide-single-content.button {
        padding-top: 160px;
    }

    .license-block {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        flex-flow: column;
    }

    .license-type, .license-detail {
        width: 100%;
    }

    .changelog-wrap {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column;
        display: flex;
    }

    .wrap-404 {
        grid-column-gap: 1vw;
        grid-row-gap: 1vw;
    }

    .heading-404 {
        margin-bottom: 0;
        font-size: 16vw;
        line-height: 13vw;
    }

    .text-404 {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .navbar-menu {
        justify-content: space-between;
        align-items: flex-start;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-wrapper {
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        align-items: center;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .navbar-wrapper.close {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-flex {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        width: 38%;
        margin-top: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .navbar-content {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-link {
        font-size: 2.8rem;
    }

    .navbar-menu-wrapper {
        grid-column-gap: 1.2rem;
        grid-row-gap: 1.2rem;
    }

    .line-link-text.small {
        font-size: 2.3vw;
        line-height: 2.5vw;
    }

    .about-inner-wrap {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw;
        margin-top: 0;
    }

    .big-text.about {
        font-size: 10vw;
        line-height: 8.5vw;
    }

    .about-image.var-1, .about-image.var-2, .about-image.var-3 {
        width: 7vw;
        height: 7vw;
    }

    .button-slide-in-wrap {
        padding: 2vw 3vw;
    }

    .button-bg-wrap {
        justify-content: center;
        align-items: center;
    }

    .button-slide-text {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .hero-button-wrap {
        max-width: 22vw;
        max-height: none;
    }

    .hero-desc-wrap {
        width: 30%;
    }

    .project-card-inner {
        bottom: 7vw;
        right: 10vw;
    }

    .medium-text {
        font-size: 3.5vw;
        line-height: 4.5vw;
    }

    .project-card-title {
        grid-column-gap: 3.5vw;
        grid-row-gap: 3.5vw;
        padding-bottom: 0;
    }

    .project-desc-wrap {
        width: 63%;
    }

    .medium-big-text {
        font-size: 5vw;
        line-height: 5.5vw;
    }

    .initial-work-title-wrap {
        top: 5vw;
    }

    .extra-small-text {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .percentage-bar {
        margin-bottom: 20px;
        position: static;
    }

    .counter-number {
        font-size: 9rem;
    }

    .counter-digit-wrap {
        height: 1rem;
    }

    .user-image-wrap {
        max-width: 24vw;
        position: static;
    }

    .card-tag-wrap {
        background-color: var(--whitesmoke);
        width: 10vw;
        height: 10vw;
        margin-bottom: 10px;
        position: static;
    }

    .card-lottie {
        width: 14vw;
        height: 14vw;
    }

    .counter-big-text.var-2 {
        font-size: 7vw;
        line-height: 7.5vw;
    }

    .medium-small-text {
        font-size: 2.5vw;
        line-height: 3.2vw;
    }

    .testimonial-photo.var-big-1, .testimonial-photo.var-big-3, .testimonial-photo.var-big-2, .testimonial-photo.var-big-4 {
        width: 12vw;
        height: 12vw;
    }

    .tiny-text {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .testimonial-rotate {
        width: 98vw;
    }

    .review-emphasis.front {
        margin-right: -38vw;
    }

    .review-emphasis.front-3 {
        margin-right: -35vw;
    }

    .review-emphasis.back-2, .review-emphasis.back-4 {
        margin-right: -42vw;
    }

    .name-designation.front, .name-designation.front-3 {
        margin-left: -35vw;
    }

    .name-designation.back-2, .name-designation.back-4 {
        margin-left: -38vw;
    }

    .testiminoal-content.front, .testiminoal-content.front-3, .testiminoal-content.back-2, .testiminoal-content.back-4 {
        margin-bottom: -31vw;
    }

    .testimonial-shape-global {
        width: 35vw;
        height: 45vw;
    }

    .contact-pop-up-wrap {
        display: none;
    }

    .cta-bg-separator {
        margin-top: -3vw;
        padding-bottom: 15vw;
    }

    .pop-up-question {
        width: 100%;
    }

    .radio-button-label.q2 {
        font-family: Inter Tight, sans-serif;
    }

    .contact-text-field {
        font-size: 1.4vw;
        line-height: 1.4vw;
    }

    .copyright-text {
        text-align: left;
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .foter-inner-wrap {
        justify-content: flex-start;
        align-items: center;
    }

    .footer-menu-wrap-2 {
        grid-column-gap: 16vw;
        grid-row-gap: 16vw;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        padding-right: 0;
        display: flex;
    }

    .copyright-wrapper {
        text-align: center;
        padding-top: 20px;
    }

    .footer-layout-grid {
        grid-template-columns: 1fr;
    }

    .footer-menu-pages {
        padding-left: 0;
    }

    .footer-menu-pages.vat-1 {
        border-right-style: none;
        padding-left: 60px;
    }

    .footer-menu-pages.edge-border {
        border-right-style: none;
        padding-left: 0;
    }

    .footer-menu-pages.mobile-nav {
        border-right-style: none;
        padding-left: 60px;
    }

    .footer-misc-text.footer {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .footer-bottom-block {
        border-top: 1px #2c2c2c;
        margin-top: 0;
        position: absolute;
        inset: auto 0% 3vw;
    }

    .footer-text {
        font-size: 2vw;
        line-height: 3vw;
    }

    .why-us-desc {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 5.2rem;
        line-height: 5.5rem;
    }

    h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    h3 {
        font-size: 2rem;
        line-height: 2rem;
    }

    h4 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    h5 {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

    h6 {
        font-size: .9rem;
        line-height: 1.3rem;
    }

    p {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    ul {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .main-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .main-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .main-section.hero {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-section.about {
        padding-top: 6rem;
        padding-bottom: 0;
    }

    .main-section.why-us {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .small-text {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .main-button {
        text-align: center;
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .navbar {
        z-index: 2;
        margin-bottom: -8.5vw;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .utility-title {
        text-align: left;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }

    .guide-single-title {
        font-size: 2rem;
        line-height: 2rem;
    }

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

    .heading-404 {
        font-size: 7.5rem;
        line-height: 7rem;
    }

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

    .header-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .header-section.var-1, .header-section.var-404 {
        margin-bottom: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .navbar-button-wrap.visible {
        display: flex;
    }

    .navbar-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }

    .navbar-wrapper.close {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-flex {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        width: 42%;
        padding-top: 1rem;
    }

    .navbar-link-wrap {
        justify-content: center;
        align-items: center;
        display: none;
    }

    .navbar-logo-dark {
        width: 15%;
        padding-left: 0;
    }

    .navbar-content {
        background-color: #3898ec00;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-link {
        font-size: 2rem;
        line-height: 3rem;
    }

    .navbar-menu-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: center;
        place-items: flex-start start;
        display: flex;
    }

    .nav-link {
        display: none;
    }

    .about-wrap {
        min-height: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: static;
    }

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

    .line-link-text.small {
        font-size: 1.2rem;
        line-height: 1.1rem;
    }

    .about-inner-wrap {
        padding-bottom: 6rem;
    }

    .about-line {
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .big-text {
        font-size: 3rem;
        line-height: 3.2rem;
    }

    .big-text.about {
        font-size: 4rem;
        line-height: 4rem;
    }

    .about-image {
        height: 3rem;
    }

    .about-image.var-1, .about-image.var-2, .about-image.var-3 {
        border-width: .5vw;
        width: 15vw;
        height: 15vw;
        transform: none;
    }

    .lottie-arrow {
        width: 8rem;
    }

    .button-slide {
        margin-top: .5rem;
    }

    .button-slide-in-wrap {
        padding: 1.2rem 2rem;
    }

    .button-slide-text {
        font-size: 1rem;
        line-height: 1rem;
    }

    .hero-button-wrap {
        order: 1;
        max-width: none;
        padding-top: 3vw;
    }

    .about-inner-sticky {
        grid-column-gap: 0vw;
        grid-row-gap: 0vw;
        height: auto;
    }

    .about-second-bg {
        display: none;
        position: static;
    }

    .hero-desc-wrap {
        width: 50%;
        bottom: 6rem;
    }

    .project-card-block {
        grid-column-gap: 9vw;
        grid-row-gap: 9vw;
        background-color: var(--red2);
        flex-flow: column-reverse;
        height: auto;
        padding: 6rem 1.5rem;
        position: relative;
    }

    .about-scroll-trigger {
        inset: 0% 0% auto;
    }

    .big-text-wrap {
        display: flex;
    }

    .project-card-wrapper {
        justify-content: center;
        align-items: flex-end;
        height: auto;
        padding-top: 8rem;
        position: relative;
        top: auto;
    }

    .project-card {
        width: 50vw;
        height: 50vw;
        padding: 1.5vw;
    }

    .project-card-inner {
        justify-content: center;
        align-items: center;
        width: 50vw;
        height: 70vw;
        padding-left: 0;
        padding-right: 10rem;
        position: relative;
        bottom: auto;
        left: -6vw;
        right: auto;
    }

    .medium-text {
        font-size: 1.7rem;
        line-height: 2rem;
    }

    .project-desc-wrap {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        width: 100%;
        height: auto;
        position: static;
    }

    .medium-big-text {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }

    .about-image-resize {
        order: -1;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 15vw;
        margin-bottom: 5vw;
        display: flex;
    }

    .project-window {
        display: none;
    }

    .initial-work-text {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        margin-top: 1.5rem;
    }

    .extra-small-text {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .project-work-text {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        margin-top: 1.5rem;
    }

    .why-us-sticky {
        flex-flow: column;
    }

    .why-us-title {
        width: 100%;
    }

    .why-us-content {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        width: 100%;
        padding-top: 0;
    }

    .why-title {
        justify-content: center;
        align-items: center;
        width: auto;
    }

    .why-us-card {
        padding: 1.5rem;
    }

    .counter-number {
        font-size: 6rem;
    }

    .user-image-wrap {
        max-width: 36vw;
    }

    .card-lottie {
        width: 7rem;
        height: 7rem;
    }

    .counter-big-text {
        font-size: 4.5rem;
        line-height: 4.5rem;
    }

    .counter-big-text.var-2 {
        font-size: 3rem;
        line-height: 4.5rem;
    }

    .medium-small-text {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .testimonial-photo.var-big-1, .testimonial-photo.var-big-3 {
        width: 17vw;
        height: 17vw;
        margin-bottom: 52vw;
    }

    .testimonial-photo.var-big-2, .testimonial-photo.var-big-4 {
        width: 17vw;
        height: 17vw;
        margin-bottom: 58vw;
    }

    .tiny-text {
        font-size: .9rem;
        line-height: 1.5rem;
    }

    .testimonial-title-wrap {
        text-align: center;
        width: 60%;
    }

    .review-emphasis.front-3 {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-flow: column;
        display: flex;
    }

    .name-designation.front {
        margin-bottom: 25vw;
    }

    .name-designation.front-3, .name-designation.back-2, .name-designation.back-4 {
        margin-bottom: 25vw;
        margin-left: -35vw;
    }

    .testiminoal-content.front, .testiminoal-content.front-3, .testiminoal-content.back-2, .testiminoal-content.back-4 {
        margin-top: 15vw;
        margin-left: 15vw;
        margin-right: 35vw;
    }

    .testimonial-shape-global {
        width: 50vw;
        height: 60vw;
    }

    .star-image {
        width: 1.25rem;
    }

    .contact-pop-up-wrap {
        justify-content: center;
        align-items: center;
        display: none;
    }

    .contact-pop-up-in {
        max-width: 60rem;
        height: auto;
        padding: 4rem .5rem;
        display: flex;
    }

    .cta-bg-separator {
        margin-top: -1.5rem;
    }

    .pop-up-question {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        margin-bottom: 2rem;
    }

    .cta-button-wrap {
        padding-top: 5rem;
    }

    .radio-button-label.q2, .radio-button-label.q1 {
        font-size: 1rem;
        line-height: 2rem;
    }

    .contact-text-field {
        padding: 1rem;
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .form-button {
        margin-top: 1rem;
        padding: 1rem 2rem;
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

    .copyright-text {
        font-size: 1.2rem;
        line-height: 1.3rem;
    }

    .misc-wrap {
        padding-top: 10px;
    }

    .foter-inner-wrap {
        height: auto;
        padding-top: 6rem;
        padding-bottom: 0;
    }

    .footer-menu-wrap-2 {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .copyright-wrapper {
        text-align: left;
        padding-top: 10px;
    }

    .footer-layout-grid {
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .footer-logo-link {
        position: static;
    }

    .footer-menu-pages {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        justify-content: center;
        align-items: center;
    }

    .footer-menu-pages.vat-1 {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        display: none;
    }

    .footer-menu-pages.mobile-nav {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        display: flex;
    }

    .footer-misc-text.footer {
        font-size: 1.2rem;
        line-height: 1.3rem;
    }

    .footer-bottom-block {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 3rem;
        position: static;
    }

    .footer-logo {
        width: 10rem;
    }

    .footer-text {
        font-size: 1.2rem;
        line-height: 1.3rem;
    }

    .question-title {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 4.6rem;
        line-height: 5.3rem;
    }

    h4 {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }

    .main-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .main-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .main-section.testimonial {
        padding-top: 0;
        padding-bottom: 0;
    }

    .small-text.hero-sm-txt {
        text-align: center;
        font-size: 4vw;
        line-height: 5vw;
    }

    .main-button {
        padding: 1rem 2rem;
    }

    .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .guide-item-list {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-flow: column;
        grid-template-columns: 1fr 1fr;
        display: flex;
    }

    .style-guide {
        justify-content: center;
        align-items: center;
    }

    .license-description {
        width: 100%;
    }

    .changelog-wrap {
        text-align: center;
        padding: 30px;
    }

    .utility-page-wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        overflow: hidden;
    }

    .wrap-404 {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw;
    }

    .heading-404 {
        font-size: 6.5rem;
        line-height: 5rem;
    }

    .hero-accent {
        width: 9vw;
        height: 9vw;
    }

    .accent-part.var-1, .accent-part.var-2, .accent-part.var-3, .accent-part.var-4 {
        height: 1vw;
    }

    .header-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .header-section.var-1, .header-section.var-404 {
        top: auto;
        left: auto;
    }

    .navbar-menu-button-wrap-dark {
        width: 1rem;
        margin-left: 0;
    }

    .navbar-menu-button-wrap-dark.w--open {
        justify-content: center;
        align-items: center;
    }

    .navbar-menu {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        justify-content: center;
        align-items: flex-start;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-button-wrap {
        justify-content: flex-end;
        align-items: center;
    }

    .navbar-wrapper {
        justify-content: space-between;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .navbar-wrapper.close {
        justify-content: flex-end;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

    .menu-flex {
        grid-column-gap: 49px;
        grid-row-gap: 49px;
        background-color: #00000069;
        flex-flow: column;
        justify-content: center;
        align-items: stretch;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 1rem;
        position: relative;
    }

    .navbar-logo-dark {
        width: 67%;
    }

    .header-link-wrap {
        display: inline-block;
    }

    .header-link-wrap.navbar {
        max-width: none;
    }

    .menu-wrap {
        background-color: #111;
    }

    .navbar-menu-wrapper {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .logo-normal {
        width: 35%;
    }

    .about-wrap {
        text-align: left;
        flex-flow: column;
        justify-content: space-between;
        align-items: stretch;
        padding-left: 1rem;
        padding-right: 1rem;
        display: flex;
    }

    .about-inner-wrap {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        align-items: stretch;
    }

    .about-line {
        grid-column-gap: .6rem;
        grid-row-gap: .6rem;
        justify-content: center;
        align-items: flex-start;
    }

    .link-line {
        height: 1px;
    }

    .about-content {
        grid-column-gap: .6rem;
        grid-row-gap: .6rem;
    }

    .big-text {
        line-height: 3rem;
    }

    .big-text.about {
        font-size: 2.18rem;
        line-height: 2.3rem;
    }

    .about-image {
        width: 5rem;
        height: 5rem;
    }

    .about-image.var-1, .about-image.var-2 {
        border-width: .25rem;
        border-radius: .5rem;
        width: 5rem;
        height: 5rem;
        margin-right: -1rem;
    }

    .about-image.var-3 {
        border-width: .25rem;
        border-radius: .5rem;
        width: 5rem;
        height: 5rem;
    }

    .lottie-arrow {
        width: 4rem;
    }

    .lottie-wrap {
        margin-top: .5rem;
    }

    .hero-desc-wrap {
        width: 100%;
    }

    .project-card-block {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .big-text-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .project-card-wrapper {
        justify-content: center;
        align-items: center;
        height: 75vh;
        left: 0;
    }

    .project-card {
        border-radius: .5rem;
        width: 90vw;
        height: 90vw;
        padding: .5rem;
    }

    .project-card.var-4, .project-card.var-3, .project-card.var-2 {
        height: 90vw;
    }

    .project-card-inner {
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-right: 0;
        left: auto;
    }

    .medium-text {
        text-align: center;
        font-size: .9rem;
        line-height: 1.2rem;
    }

    .project-card-title {
        grid-column-gap: 3.2rem;
        grid-row-gap: 3.2rem;
    }

    .medium-big-text {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .about-image-resize {
        justify-content: center;
        align-items: center;
        height: 5rem;
        margin-bottom: 3vw;
    }

    .initial-work-title-wrap {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .why-us-card {
        border-radius: .5rem;
    }

    .percentage-bar {
        position: static;
    }

    .counter-number {
        font-size: 5rem;
    }

    .counter-digit-wrap {
        height: 1rem;
    }

    .user-image-wrap {
        max-width: 68vw;
    }

    .card-tag-wrap {
        background-color: var(--whitesmoke);
        justify-content: center;
        align-items: center;
        width: 20vw;
        height: 20vw;
        margin-left: 0;
        padding: 1rem;
        overflow: hidden;
    }

    .card-lottie {
        width: 8rem;
        height: 8rem;
        left: auto;
    }

    .testimonial-photo.var-big-1, .testimonial-photo.var-big-3 {
        width: 30vw;
        height: 30vw;
        margin-bottom: 105vw;
    }

    .testimonial-photo.var-big-2, .testimonial-photo.var-big-4 {
        width: 30vw;
        height: 30vw;
        margin-bottom: 117vw;
    }

    .review-emphasis.front, .review-emphasis.front-3 {
        margin-left: 0;
        margin-right: 0;
        padding: 3vw;
        transform: scale(.9)translate3d(0, 0, 8vw);
    }

    .review-emphasis.back-2, .review-emphasis.back-4 {
        margin-left: 0;
        margin-right: 0;
        padding: 3vw;
        transform: translate3d(0, 0, 8vw);
    }

    .name-designation.front, .name-designation.front-3 {
        margin-bottom: 53vw;
        margin-left: 0;
        padding: 3vw;
        transform: scale(.9)translate3d(0, 0, 8vw);
    }

    .name-designation.back-2, .name-designation.back-4 {
        margin-bottom: 53vw;
        margin-left: 0;
        padding: 3vw;
        transform: translate3d(0, 0, 8vw);
    }

    .testiminoal-content.front {
        margin: 80vw 10vw 0;
        padding: 3vw;
        transform: scale(.9)translate3d(0, 0, 8vw);
    }

    .testiminoal-content.front-3 {
        margin: 80vw 12vw 0;
        padding: 3vw;
        transform: scale(.9)translate3d(0, 0, 8vw);
    }

    .testiminoal-content.back-2, .testiminoal-content.back-4 {
        margin: 80vw 12vw 0;
        padding: 3vw;
        transform: translate3d(0, 0, 8vw);
    }

    .testimonial-camera {
        perspective: 200vw;
        perspective-origin: 50%;
    }

    .testimonial-shape-global {
        width: 90vw;
        height: 120vw;
    }

    .contact-pop-up-wrap {
        display: none;
    }

    .cta-heading-wrap {
        width: 100%;
    }

    .pop-up-radio-button {
        grid-template-columns: 1fr;
    }

    .pop-up-question, .pop-up-question.center {
        text-align: center;
    }

    .contact-text-field {
        margin-bottom: .75rem;
    }

    .misc-wrap {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        flex-flow: column;
        justify-content: flex-start;
        padding-top: 0;
    }

    .foter-inner-wrap {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .footer-logo-wrap {
        border-bottom: 1px solid #2c2c2c;
        border-right-style: none;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .footer-logo-wrap.logo {
        margin-bottom: 0;
    }

    .footer-menu-wrap-2 {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
    }

    .copyright-wrapper {
        padding-top: 0;
    }

    .footer-layout-grid {
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
        padding-top: 0;
        display: flex;
    }

    .footer-logo-link.w--current {
        bottom: 0;
    }

    .footer-menu-pages {
        border-right-style: none;
    }

    .footer-menu-pages.vat-1, .footer-menu-pages.edge-border, .footer-menu-pages.mobile-nav {
        padding-left: 0;
    }

    .footer-bottom-block {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-flow: column;
        margin-top: 3rem;
        padding-top: 0;
    }

    .question-title {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
}

#w-node-_46886c73-715f-60b5-8817-d67c53d4e84f-53d4e84c {
    justify-self: center;
}

#w-node-_46886c73-715f-60b5-8817-d67c53d4e861-53d4e84c {
    justify-self: end;
}

#w-node-b43b3b5b-b4c5-546a-4173-868b7116386d-68f31a60 {
    justify-self: center;
}

#w-node-b43b3b5b-b4c5-546a-4173-868b7116387f-68f31a60 {
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-_46886c73-715f-60b5-8817-d67c53d4e84f-53d4e84c, #w-node-b43b3b5b-b4c5-546a-4173-868b7116386d-68f31a60 {
        justify-self: start;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_46886c73-715f-60b5-8817-d67c53d4e851-53d4e84c, #w-node-b43b3b5b-b4c5-546a-4173-868b7116386f-68f31a60 {
        order: 9999;
        grid-area: span 1 / span 3 / span 1 / span 3;
    }
}


