/* Meyer Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    background-image: radial-gradient(#cdcdcd54 2px, transparent 0);
    background-size: 40px 40px;
    background-position: -19px -19px;
}


@font-face {
    font-family: Helvetica;
    src: url(./assets/fonts/Helvetica.ttf), url(./assets//fonts/Helvetica-Bold.ttf);
}

@font-face {
    font-family: Clepto;
    src: url(/assets/fonts/clepto/Clepto-Regular.ttf);
}

.MaxContainer {
    width: calc(100% - 2 * 20px);
    margin: 15px 20px 0;
}

.Header {
    position: sticky;
    width: 100%;
    top: 0;
    padding-top: 0.5rem;
    background-color: #fff;
}

.Header-Nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 100px;
    border: 1px dashed #D9DADC;
    background: #F7F8FA;
}

.Header-NavLogo {
    height: 25px;
}

.Header-NavLink {
    display: flex;
    padding: 8px;
    align-items: center;
    align-self: stretch;
    color: #3A3C4B;
    text-align: center;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 16px;
}

.Header-NavMenu {
    display: none;
    align-items: center;
    margin-left: auto;
}

.Header-NavButton {
    display: none;
    padding: 8px 16px;
    align-items: center;
    align-self: stretch;
    background-color: #111928;
    color: #FFF;
    text-align: center;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 100px;
}

.Header-NavCloseButton {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 100px;
    background: #F3F4F6;
}

.Header-NavCloseButton svg {
    width: 20px;
    height: 20px;
}

.Header-NavCloseButton.Start {
    display: none;
}

.Footer {
    margin: 15px auto 0;
    display: flex;
    padding: 25px 25px 100px 25px;
    gap: 50px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.Footer-Binary {
    flex: 1 0 0;
    color: rgba(17, 17, 17, 0.40);
    text-align: center;
    font-family: Clepto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 10px;
    letter-spacing: 0.031rem;
}

.Footer-Container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.Footer-Contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.Footer-Logo {
    height: 20px;
}

.Footer-Divider {
    border-bottom: 1px dashed #D9DADC;
    align-self: stretch;
    margin: 24px 0;
}

.Footer-Link {
    display: flex;
    align-items: center;
    color: #111;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    padding: 15px 0;
}

.Footer-Link svg {
    margin-right: 5px;
}

.Footer-Link a {
    border-bottom: 1px dashed;
}

.Footer-Links {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Landing Page */
.MakeDifference {
    margin-top: 15px;
    display: flex;
    padding: 50px 25px;
    gap: 60px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 30px;
    border: 1px dashed #D9DADC;
    background: rgba(247, 248, 250, 0.32);
}

.MakeDifference-TitleContainer {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.MakeDifference-Title {
    align-self: stretch;
    color: #111928;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    font-family: 'Lora', serif;
    font-size: 2.813rem;
    line-height: 3.438rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
}

.MakeDifference-Description {
    align-self: stretch;
    color: #111928;
    text-align: center;
    font-family: Helvetica;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-style: normal;
    font-weight: 400;
}

.MakeDifference-LetChat {
    display: flex;
    padding: 10px 25px;
    align-items: center;
    border-radius: 100px;
    border: 4px solid rgba(247, 248, 250, 0.08);
    background: #00F;
    box-shadow: 0px 1px 8px -4px rgba(0, 0, 255, 0.10), 0px 1px 4px -6px rgba(0, 0, 255, 0.05);
    color: #FFF;
    text-align: center;
    font-family: Helvetica;
    font-size: 1.563rem;
    line-height: 2.188rem;
    font-style: normal;
    font-weight: 700;
}

.MakeDifference-FooterContainer {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.MakeDifference-Companies {
    display: none;
}

.MakeDifference-Trusted {
    align-self: stretch;
    color: #111928;
    text-align: center;
    font-family: Helvetica;
    font-size: 0.938rem;
    line-height: 0.938rem;
    font-style: normal;
    font-weight: 400;
}


.MakeDifference-Companies-Button {
    display: inline-flex;
    align-items: center;
}

.MakeDifference-Companies-Image {
    height: 40px;
}

.MakeDifference-Countries {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.MakeDifference-Countries-Text {
    color: #111928;
    text-align: center;
    font-family: Helvetica;
    font-size: 0.938rem;
    line-height: 0.938rem;
    font-style: normal;
    font-weight: 400;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.MakeDifference-Countries-Container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.MakeDifference-Countries-Button {
    display: flex;
    justify-content: center;
    color: #111928;
    text-align: center;
    font-family: Helvetica;
    font-size: 0.938rem;
    line-height: 1.25rem;
    font-style: normal;
    font-weight: 300;
}

.MakeDifference-Countries-Button:not(:last-child) {
    margin-right: 9.44px;
}

.MakeDifference-Countries-Button svg {
    margin-right: 10px;
    width: 26.667px;
    height: 20px;
}

.Services {
    display: flex;
    padding: 50px 25px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 30px;
    border: 1px dashed #D9DADC;
    gap: 25px;
}

.Title-3 {
    align-self: stretch;
    color: #00F;
    font-family: Helvetica;
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 300;
    line-height: 0.938rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.Title-2 {
    align-self: stretch;
    color: #000;
    text-align: left;
    font-family: 'Lora', serif;
    font-size: 1.563rem;
    line-height: 2.188rem;
    font-style: normal;
    font-weight: 700;
}

.Services-Grid {
    align-self: stretch;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.Services-Card {
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 15px;
    border: 1px dashed #D9DADC;
    background: #F7F8FA;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
    gap: 8px;
}

.Services-Card.CardBG-1 {
    background-image: url('/assets/images/services/network-brand-identity-and-brand-design\ 1.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.Services-Card.CardBG-2 {
    background-image: url('/assets/images/services/network-geolocation-and-mapping-technology-on-phone.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.Services-Card.CardBG-3 {
    background-image: url('/assets/images/services/network-risk-management-and-controlling-threats\ 1.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.Services-Card.CardBG-4 {
    background-image: url('/assets/images/services/network-seo-statistics-for-search-engine-optimization.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.Services-Card.CardBG-5 {
    background-image: url('/assets/images/services/network-software-development-and-programming-script.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.Services-Card.CardBG-6 {
    background-image: url('/assets/images/services/network-user-interface-in-web-design\ 1.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.Services-Card-Title {
    align-self: stretch;
    color: #242424;
    font-family: Helvetica;
    font-size: 1.563rem;
    line-height: 2.188rem;
    font-style: normal;
    font-weight: 700;
}

.Services-Card-Description {
    align-self: stretch;
    color: #374151;
    font-family: Helvetica;
    font-size: 1.125rem;
    line-height: 2rem;
    font-style: normal;
    font-weight: 400;
}

.Portfolio {
    display: flex;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    gap: 25px;
    border-radius: 30px;
    border: 1px dashed #D9DADC;
    background: rgba(247, 248, 250, 0.32);
}

.Portfolio-HeadingContainer {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.ViewMore {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(222, 227, 231, 0.50);
    background: #FFF;
    box-shadow: 0px 1px 8px -4px rgba(24, 39, 75, 0.04), 0px 1px 4px -6px rgba(24, 39, 75, 0.04);
    color: #32353A;
    text-align: center;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.Grid {
    align-self: stretch;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.Portfolio-GridCard {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
}

.Portfolio-GridCard:nth-child(n + 3) {
    display: none;
}

.Portfolio-GridCard-Background {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 15px;
    border: 1px solid rgba(222, 227, 231, 0.50);
    box-shadow: 0px 1px 10px 0px rgba(252, 82, 31, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
    padding: 20px 0px 0px 20px;
    gap: 20px;
}

.Portfolio-GridCard-Background.Portfolio-GridCard-BG-1 {
    background-image: url('/assets/images/portfolio/bg\ 1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: unset;
}

.Portfolio-GridCard-Background.Portfolio-GridCard-BG-2 {
    background-image: url('/assets/images/portfolio/bg\ 2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: unset;
}

.Portfolio-GridCard-Background.Portfolio-GridCard-BG-3 {
    background-image: url('/assets/images/portfolio/bg\ 3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: unset;
}

.Portfolio-GridCard-Categories {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Portfolio-GridCard-Category {
    display: flex;
    background: #FFF;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: Helvetica;
    font-size: 0.938rem;
    line-height: 0.938rem;
    font-style: normal;
    font-weight: 700;
}

.Portfolio-GridCard-Image {
    width: 100%;
    height: 100%;
    object-fit: none;
    object-position: left top;
    border-radius: 15px 0;
}

.Portfolio-GridCard-Caption {
    display: flex;
    padding-left: 20px;
    align-self: stretch;
    color: #242424;
    font-family: Helvetica;
    font-size: 1.563rem;
    line-height: 2.188rem;
    font-style: normal;
    font-weight: 700;
    gap: 10px;
}

.Portfolio-GridCard-Caption svg {
    width: 25px;
    height: 25px;
}

.DistinctlyDifferent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 30px;
    border: 1px dashed #D9DADC;
    padding: 50px 25px;
    gap: 25px;
}

.Binary {
    color: #00F;
    font-family: Helvetica;
    font-size: 6px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    word-break: break-all;
    text-align: center;
    align-self: stretch;
}

.DistinctlyDifferent-Title {
    align-self: stretch;
    color: #000;
    font-family: 'Lora', serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.DistinctlyDifferent-Grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
}

.DistinctlyDifferent-GridCard {}

.DistinctlyDifferent-GridCard-Image {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.DistinctlyDifferent-GridCard-Title {
    align-self: stretch;
    color: #1F2A37;
    font-family: Helvetica;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
}

.DistinctlyDifferent-GridCard-Description {
    align-self: stretch;
    color: #374151;
    font-family: Helvetica;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-style: normal;
    font-weight: 400;
}

.LetChat {
    display: flex;
    padding: 10px 25px;
    align-items: center;
    border-radius: 100px;
    background: #00F;
    box-shadow: 0px 1px 8px -4px rgba(0, 0, 255, 0.10), 0px 1px 4px -6px rgba(0, 0, 255, 0.05);
    color: #FFF;
    text-align: center;
    font-family: Helvetica;
    font-size: 1.563rem;
    line-height: 2.188rem;
    font-style: normal;
    font-weight: 700;
}

.CaseStudies {
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 30px;
    border: 1px dashed #D9DADC;
    background: rgba(247, 248, 250, 0.32);
}

.CaseStudies-HeadingContainer {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
}

.CaseStudies-Caption {
    align-self: stretch;
    color: #00F;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.CaseStudies-Title {
    align-self: stretch;
    color: #000;
    text-align: left;
    font-family: 'Lora', serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 80px;
}

.Navigation {
    display: flex;
    align-items: center;
    gap: 8px;
}

.Prev,
.Next {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #F3F4F6;
    background: #FFF;
}

.CaseStudies-Grid {
    align-self: stretch;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.CaseStudies-GridCard:nth-child(n+2) {
    display: none;
}

.Stories .CaseStudies-GridCard:nth-child(n+2) {
    display: block;
}

.CaseStudies-GridCard-Image {
    margin-bottom: 30px;
}

.CaseStudies-GridCard-Category {
    color: #00F;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding-left: calc(20px + 35px);
    margin-bottom: 10px;
}

.CaseStudies-GridCard-Caption {
    display: flex;
    padding: 0px 20px;
    align-self: stretch;
    color: #242424;
    font-family: Helvetica;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.CaseStudies-GridCard-Caption svg {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.Testimonials {
    display: flex;
    padding: 40px 20px;
    gap: 25px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
    background: #111928;
}


.Testimonials-HeadingContainer {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
}

.Testimonials-Caption {
    align-self: stretch;
    color: #EBEBFF;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.Testimonials-Title {
    align-self: stretch;
    color: #F9FAFB;
    text-align: left;
    font-family: 'Lora', serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.Testimonials-Navigation {
    display: flex;
    align-items: center;
}

.Testimonials-Navigation-Prev,
.Testimonials-Navigation-Next {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(243, 244, 246, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.Testimonials-Navigation-Prev {
    margin-right: 8px;
}

.Testimonials-Icon {
    height: 60px;
    width: 60px;
    margin-bottom: 15px;
}

.Testimonials-Feedback {
    align-self: stretch;
    color: #F3F4F6;
    font-family: Helvetica;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 35px;
}

.Testimonials-FeedbackName {
    flex: 1 0 0;
    color: #DDD;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.Testimonials-FeedbackDesignation {
    color: rgba(221, 221, 221, 0.75);
}

.Blogs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 30px;
    border: 1px dashed #D9DADC;
    background: rgba(247, 248, 250, 0.32);
    padding: 25px;
    gap: 24px;
}

.Blogs-HeadingContainer {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
}

.Blog-GridCard-Background {
    align-self: stretch;
    display: flex;
    padding: 0px 15px 25px 15px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    border-radius: 25px;
    box-shadow: 0px 1px 10px 0px rgba(252, 82, 31, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.Blog-GridCard-Background.BG-1 {
    background-image: url('/assets/images/portfolio/bg\ 4.png');
}

.OurStory {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 25px;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
    gap: 50px;
}

.OurStory-Title {
    align-self: stretch;
    color: #1F2A37;
    font-family: 'Lora', serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 25px;
}

.OurStory-Description {
    align-self: stretch;
    color: #374151;
    font-family: Helvetica;
    font-size: 1.25rem;
    line-height: 2.188rem;
    font-style: normal;
    font-weight: 400;
}

.OurStory-Footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.OurStory-FooterNameContainer {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.OurStory-FooterName {
    color: #111928;
    font-family: 'Lora', serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-style: normal;
    font-weight: 700;
}

.OurStory-FooterDegination {
    color: #00F;
    font-family: Helvetica;
    font-size: 0.938rem;
    line-height: 1.563rem;
    font-style: normal;
    font-weight: 700;
}

.OurStory-FooterDegination sup {
    color: inherit;
}

.OurStory-FooterDegination sup {
    color: #1F2A37;
}

.OurStory-FooterImages {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.OurStory-FooterImage {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    background: #FFF;
}

/* FAQ */
.FAQ {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
    flex-direction: column;
    padding: 40px 20px;
    gap: 25px;
}



.FAQ-Title {
    align-self: stretch;
    color: #000;
    font-family: 'Lora', serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.FAQ-List {
    flex: 1 0 0;
    align-self: stretch;
}

.FAQ-ListCard {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.FAQ-ListCard:not(:last-child) {
    margin-bottom: 15px;
}

.FAQ-ListCard-Title {
    color: #484848;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-right: 55px;
}

.FAQ-ListCard-Button svg {
    width: 24px;
    height: 25px;
}


.FAQ-Help {
    margin-top: 55px;
}

.FAQ-HelpText {
    color: #4B5563;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

.FAQ-HelpText a {
    color: inherit;
    text-decoration-line: underline;
}


.AboutUs {
    width: min(1520px, 100%);
    margin: 15px auto 0;
    display: flex;
    padding: 70px 25px 70px 50px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
}

.AboutUs-Caption {
    align-self: stretch;
    color: #00F;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.AboutUs-Title {
    color: #000;
    font-family: 'Lora', serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
}

.AboutUs-Title i {
    font-style: italic;
}

.OurCommitment {
    width: min(1520px, 100%);
    margin: 15px auto 0;
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
}

.OurCommitment-Title {
    align-self: stretch;
    color: #1F2A37;
    font-family: 'Lora', serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 25px;
}

.OurCommitment-Description {
    align-self: stretch;
    color: #374151;
    font-family: Helvetica;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.OurJourney {
    width: min(1520px, 100%);
    margin: 15px auto 0;
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
}

.OurJourney-Title {
    align-self: stretch;
    color: #1F2A37;
    font-family: 'Lora', serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 25px;
}

.OurJourney-Description {
    align-self: stretch;
    color: #374151;
    font-family: Helvetica;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 50px;
}

.OurJourney-Trusted {
    align-items: stretch;
    display: none;
    flex-direction: column;
    gap: 25px;
}

.OurJourney-Trusted p {
    align-self: stretch;
    color: #111928;
    font-family: Helvetica;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-style: normal;
    font-weight: 400;
}

.OurJourney-Companies-Image {
    height: 40px;
}

.OurJourney-Countries-Text {
    align-self: stretch;
    color: #374151;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 25px;
}

.OurJourney-Countries-Container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 25px;
}



.OurJourney-Countries-Button {
    display: flex;
    align-items: center;
}

.OurJourney-Countries-Button svg {
    margin-right: 10px;
    width: 26.667px;
    height: 20px;
}

.OurPhilosophy {
    width: min(1520px, 100%);
    margin: 15px auto 0;
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
}

.OurPhilosophy-Title {
    align-self: stretch;
    color: #1F2A37;
    font-family: 'Lora', serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 25px;
}

.OurPhilosophy-Grid {
    align-self: stretch;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.OurPhilosophy-GridCard {
    display: flex;
    padding: 50px 25px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 25px;
    gap: 25px;
}

.OurPhilosophy-GridCard.BG-1 {
    background: linear-gradient(180deg, #111928 0%, #202F4B 100%);
}

.OurPhilosophy-GridCard.BG-2 {
    background: linear-gradient(180deg, #00F 0%, #7070FF 100%);
}

.OurPhilosophy-GridCard.BG-3 {
    background: #F34822;
}

.OurPhilosophy-GridCard-Image {
    width: 150px;
    height: 150px;
}

.OurPhilosophy-GridCard-Title {
    align-self: stretch;
    color: #F9FAFB;
    font-family: Helvetica;
    font-size: 2.188rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.813rem;
    margin-bottom: 15px;
}

.OurPhilosophy-GridCard-Description {
    align-self: stretch;
    color: rgba(255, 255, 255, 0.60);
    font-family: Helvetica;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
}

.MainBlogs {
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
    /* background-image: url('/assets/images/stories/4.png'), url('/assets/images/stories/5.png'); */
    /* background-repeat: no-repeat, no-repeat; */
    /* background-position: bottom right, center; */
    /* background-size: auto, cover; */
}

.MainBlogs-Caption {
    align-self: stretch;
    color: #00F;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.MainBlogs-Title {
    color: #000;
    font-family: 'Lora', serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

.MainBlogs-Title i {
    font-style: italic;
}

.Stories {
    display: flex;
    padding: 50px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
}

.Stories.BlogStories {
    padding: 20px;
    gap: 20px;
}

.Stories-TitleContainer {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Stories-Title {
    color: #000;
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.Stories-Title:last-child {
    color: #9CA3AF;
}

.Stories-Card {
    align-self: stretch;
    padding: 100px 15px 25px 15px;
    border-radius: 20px;
    box-shadow: 0px 1px 10px 0px rgba(252, 82, 31, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.04), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.Stories-Card.BG-1 {
    background-image: url('/assets/images/stories/1.png');
}

.Stories-Card.BG-2 {
    background-image: url('/assets/images/stories/2.png');
}

.Stories-Card.BG-3 {
    background-image: url('/assets/images/stories/3.png');
}

.Stories-CardContent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 20px 0 20px;
}

.Stories-CardName {
    color: #00F;
    font-family: Helvetica;
    font-size: 0.938rem;
    line-height: 0.938rem;
    font-style: normal;
    font-weight: 400;
    padding-left: 35px;
}

.Stories-CardTitle {
    align-self: stretch;
    display: flex;
    align-items: center;
    color: #111928;
    font-family: 'Lora', serif;
    font-size: 1.563rem;
    line-height: 2.188rem;
    font-style: normal;
    font-weight: 700;
    gap: 10px;
}

.Stories-CardTitle svg {
    width: 25px;
    height: 25px;
}

.Stories-CardTime {
    color: #1F2A37;
    font-family: Helvetica;
    font-size: 0.938rem;
    line-height: 0.938rem;
    font-style: normal;
    font-weight: 400;
    padding-left: 35px;
}

.CaseStudy {
    width: min(1520px, 100%);
    margin: 15px auto 0;
    display: flex;
    padding: 50px 50px 25px 50px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
    gap: 60px;
}

.CaseStudy-Caption {
    align-self: stretch;
    color: #00F;
    text-align: center;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 15px;
}

.CaseStudy-Title {
    align-self: stretch;
    color: #111928;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 25px;
}

.CaseStudy-Description {
    width: min(1280px, 100%);
    color: #374151;
    text-align: center;
    font-family: Helvetica;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

.CaseStudy-ProfileInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    align-self: stretch;
    border-top: 1px dashed #D9DADC;
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
}

.CaseStudy-ProfileInfo-Name {
    display: flex;
    align-items: center;
    color: #374151;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    gap: 25px;
}

.CaseStudy-ProfileInfo-Avatar {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.CaseStudy-ProfileInfo-Date {
    color: #374151;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.CaseStudy-Details {
    width: min(1520px, 100%);
    margin: 15px auto 0;
    display: flex;
    padding: 80px 100px 25px 100px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
}

.CaseStudy-Details-Wrap {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 50px;
}





.ContactUs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 25px;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
    background: rgba(247, 248, 250, 0.32);
    gap: 60px;
    margin-top: 15px;
}

.ContactUs-Background {
    background-image: url(/assets/images/haze-online-customer-service-on-mobile-phone\ 1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 150px 150px;
}

.ContactUs>div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.ContactUs-Title {
    align-self: stretch;
    color: #111928;
    font-family: 'Lora', serif;
    font-size: 2.188rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.813rem;
}

.ContactUs-Description {
    align-self: stretch;
    color: #1F2A37;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* margin-bottom: 15px; */
}

.ContactUs-Contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
}

.ContactUs-Contacts p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #374151;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.ContactUs-Contacts p svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.ContactUs-Contacts p a {
    color: inherit;
    border-bottom: 1px dashed #374151;
}

.ContactUs-Form {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
    background: linear-gradient(0deg, #00F 0%, #00F 100%), #FFF;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
}

.ContactUs-FormHeading {
    display: flex;
    padding: 25px 25px 15px 25px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px dashed rgba(217, 218, 220, 0.50);
}

.ContactUs-FormHeading-Text {
    color: #FFF;
    font-family: 'Lora', serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

.ContactUs-FormBody {
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-self: stretch;
}

.ContactUs-FormControl {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 15px;
}

.ContactUs-FormName {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ContactUs-FormControl label {
    color: #FFF;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
    align-self: stretch;
}

.ContactUs-FormControl input,
.ContactUs-FormControl select {
    padding: 10px 15px;
    color: #6B7280;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    border-radius: 10px;
    border: 1px dashed #D9DADC;
    background: #F9FAFB;
}

.ContactUs-FormControl input {
    flex: 1 0 0;
}

.ContactUs-FormControl textarea {
    margin-top: 4px;
    padding: 15px 20px;
    color: #6B7280;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    border-radius: 10px;
    border: 1px dashed #D9DADC;
    background: #F9FAFB;
    height: 95px;
}

.PhoneNumber {
    display: flex;
    gap: 8px;
}

.ContactUs-FormAction {
    display: flex;
    padding: 15px 25px 25px 25px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
}

.ContactUs-FormAction button {
    background-color: #fff;
    display: flex;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    color: #111928;
    text-align: center;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 100px;
    width: 1005;
}

.LandingBlogs {
    display: flex;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px dashed #D9DADC;
    background: rgba(247, 248, 250, 0.32);
}

.Vision {
    display: flex;
    padding: 50px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background: #00F;
    border-radius: 30px;
}

.Vision .Title {
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 2.188rem;
    line-height: 2.813rem;
    font-style: normal;
    font-weight: 700;
}

.Vision button {
    white-space: nowrap;
    color: #000;
    font-family: Clepto;
    font-size: 2.188rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.813rem;
    letter-spacing: -2.1px;
    display: flex;
    padding: 40px 50px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 1000px;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
}

.Vision button img {
    height: 40px;
}

.Social-Logo {
    padding: 8px;
}

.Chat-Logo {
    padding-right: 20px;

}

.BlogHeadingContainer {
    display: flex;
    padding-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
    margin-top: 15px;
}

.BlogHeadingContainer-HeaderContent {
    padding: 0 25px;
}

.BlogHeadingContainer-Header {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.BlogHeadingContainer-Image {
    width: 100%;
}

.BlogHeadingContainer-Caption {
    align-self: stretch;
    color: #00F;
    text-align: center;
    font-family: Helvetica;
    font-size: 0.938rem;
    line-height: 1.563rem;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 15px;
}

.BlogHeadingContainer-Title {
    align-self: stretch;
    color: #111928;
    text-align: center;
    font-family: Lora;
    font-size: 2.188rem;
    line-height: 2.813rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
}

.BlogHeadingContainer-Description {
    align-self: stretch;
    color: #374151;
    text-align: center;
    font-family: Helvetica;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-style: normal;
    font-weight: 300;
}

.BlogHeadingContainer-Footer {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 25px;
}

.Divider {
    border-bottom: 1px dashed #D9DADC;
}

.BlogHeadingContainer-Footer .BlogHeadingContainer-HeaderContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.BlogHeadingContainer-FooterName {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #374151;
    font-family: Helvetica;
    font-size: 0.938rem;
    line-height: 1.875rem;
    font-style: normal;
    font-weight: 400;
}

.BlogHeadingContainer-FooterName img {
    width: 30px;
    height: 30px;
}

.BlogDetailsContainer {
    display: flex;
    padding: 25px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 60px;
    align-self: stretch;
    border-radius: 25px;
    border: 1px dashed #D9DADC;
}

.BlogDetailsContainer.CaseStudyDetails {
    padding: 50px 0;
    gap: 25px;
}

.BlogDetailsContainer-Content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
    padding: 0 25px;
}

.BlogDetailsContainer-ContentWrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
}

.BlogDetailsContainer-Title {
    align-self: stretch;
    color: #1F2A37;
    font-family: 'Lora', serif;
    font-size: 1.563rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.188rem;
}

.BlogDetailsContainer-Title::first-letter {
    font-size: 2.5rem;
}

.BlogDetailsContainer-Description {
    align-self: stretch;
    color: #374151;
    font-family: Helvetica;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-style: normal;
    font-weight: 400;
}

.BlogDetailsContainer-Description b {
    font-weight: 700;
}

.OrderList {
    list-style: decimal;
    margin-left: 32px;
}

.UnorderList {
    list-style: disc;
    margin-left: 32px;
}

.ImpactCard {
    display: flex;
    padding: 40px 25px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 15px;
    background: #00F;
    gap: 34px;
}

.ImpactCard div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    align-self: stretch;
}

.ImpactCard h1 {
    color: #FFF;
    font-family: 'Lora';
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.75rem;
}

.ImpactCard span {
    color: #FFF;
    font-family: Helvetica;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.Impact-AfterBefore {
    flex: 1 0 0;
    color: #242424;
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 15px;
    padding-left: 10px;
}

.Container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
}

@media (min-width: 475px) {
    .Container {
        max-width: 475px;
    }

    .Header-Nav {
        padding: 15px;
    }

    .Header-NavCloseButton.Start {
        display: flex;
    }

    .Header-NavCloseButton.End {
        display: none;
    }

    .Header-NavButton {
        display: flex;
    }

    .Footer-Links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .Footer-Link {
        padding: 0;
    }

    .Footer-Contact {
        align-self: stretch;
        flex-direction: row;
        align-items: center;
    }

    .Footer-ContactLinks {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 25px;
        margin-left: auto;
    }

    .MainBlogs {
        padding: 50px;
    }

    .MainBlogs-Title {
        font-size: 45px;
        line-height: 60px;
    }

    .Stories {
        padding: 50px;
        gap: 55px;
    }

    .CaseStudies-GridCard-Category {
        font-size: 20px;
        line-height: 25px;
        padding-left: calc(20px + 40px);
    }

    .CaseStudies-GridCard-Caption {
        font-size: 35px;
        line-height: 45px;
    }

    .CaseStudies-GridCard-Caption svg {
        height: 40px;
        width: 40px;
    }

    .Testimonials {
        padding: 50px;
    }

    .Testimonials-Title {
        font-size: 35px;
        line-height: 45px;
    }

    .FAQ {
        padding: 50px;
    }

    .FAQ-Title {
        font-size: 35px;
        line-height: 45px;
    }

    .MakeDifference {
        padding: 50px 50px 100px 50px;
    }

    .MakeDifference-TitleContainer {
        gap: 30px;
    }

    .MakeDifference-Title {
        font-size: 3.75rem;
        line-height: 5rem;
    }

    .MakeDifference-Countries {
        gap: 25px;
    }

    .MakeDifference-Description {
        font-size: 1.563rem;
        line-height: 2.188rem;
    }

    .MakeDifference-Countries-Text,
    .MakeDifference-Countries-Button {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

    .MakeDifference-Countries-Button:not(:last-child) {
        margin-right: 30px;
    }

    .Services {
        gap: 60px;
    }

    .Title-3 {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

    .Title-2 {
        font-size: 2.188rem;
        line-height: 2.813rem;
    }

    .Services-Card {
        padding: 40px;
    }

    .Services-Card-Title {
        font-size: 2.5rem;
        line-height: 3.125rem;
    }

    .Portfolio {
        padding: 50px 25px;
        gap: 55px;
    }

    .DistinctlyDifferent {
        padding: 50px;
        gap: 60px;
    }

    .DistinctlyDifferent-GridCard-Title {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }

    .DistinctlyDifferent-GridCard-Description {
        font-size: 1.563rem;
        line-height: 2.5rem;
    }

    .Binary {
        font-size: 1.25rem;
        line-height: 1.25rem;
        letter-spacing: 2.5px;
    }

    .Blogs {
        padding: 50px;
        gap: 55px;
    }

    .ContactUs {
        padding: 50px 25px;
    }
}

@media (min-width: 640px) {
    .Container {
        max-width: 640px;
    }

    .BlogHeadingContainer-Title {
        font-size: 2.813rem;
        line-height: 3.75rem;
    }

    .BlogHeadingContainer-Description {
        font-size: 1.563rem;
        line-height: 2.188rem;
    }

    .BlogDetailsContainer {
        padding-top: 50px;
    }

    .ContactUs-Title {
        font-size: 2.813rem;
        line-height: 3.75rem;
    }
}

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

    .Header-NavCloseButton.Start {
        display: none;
    }

    .Header-NavMenu {
        display: flex;
    }

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

    .Footer {
        gap: 50px;
    }

    .Footer-Binary {
        font-size: 0.563rem;
        letter-spacing: 0.017rem;
    }

    .Footer-Container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .Footer-Divider {
        display: none;
    }

    .Footer-Contact {
        flex-direction: column;
        align-items: flex-start;
    }

    .Footer-ContactLinks {
        flex-direction: column;
        align-items: flex-start;
    }

    .FAQ-Title {
        font-size: 45px;
        line-height: 60px;
    }

    .ContactUs-FormName {
        flex-direction: row;
    }

    .ContactUs-FormAction button {
        max-width: 120px;
    }

    .MainBlogs-Caption {
        font-size: 20px;
        line-height: 20px;
    }

    .MainBlogs-Title {
        font-size: 60px;
        line-height: 80px;
    }


    .Stories-Title {
        font-size: 45px;
        line-height: 55px;
    }

    .Testimonials {
        gap: 50px;
    }

    .Testimonials-Caption {
        font-size: 20px;
        line-height: 20px;
    }

    .Testimonials-Title {
        font-size: 45px;
        line-height: 55px;
    }

    .Testimonials-Icon {
        height: 75px;
        width: 75px;
        margin-bottom: 15px;
    }

    .Testimonials-Feedback {
        font-size: 30px;
        line-height: 50px;
    }

    .MakeDifference {
        padding: 50px;
    }

    .MakeDifference-Title {
        font-size: 5.625rem;
        line-height: 7.5rem;
    }

    .MakeDifference-Countries {
        gap: 25px;
    }

    .MakeDifference-Countries-Text,
    .MakeDifference-Countries-Button {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

    .OurStory-FooterName {
        font-size: 1.5rem;
        line-height: 2.188rem;
    }

    .OurStory-FooterDegination {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    .OurStory-FooterImage {
        height: 70px;
        width: 70px;
    }

    .Portfolio {
        gap: 55px;
    }

    .Portfolio .Grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .Portfolio-GridCard {
        gap: 30px;
    }

    .Portfolio-GridCard-Caption {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .Portfolio-GridCard-Caption svg {
        height: 40px;
        width: 40px;
    }

    .LandingBlogs {
        padding: 50px;
        gap: 55px;
    }

    .CaseStudies-Grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px 30px;
    }

    .CaseStudies-GridCard:nth-child(n+2) {
        display: block;
    }

    .OurStory {
        padding: 50px;
    }

    .OurPhilosophy-GridCard {
        padding: 50px;
    }

    .BlogDetailsContainer {
        padding-top: 50px;
    }

    .BlogDetailsContainer-Title {
        font-size: 2.188rem;
    }

    .BlogDetailsContainer-Title::first-letter {
        font-size: 3.125rem;
    }

    .Stories.BlogStories {
        padding: 25px;
        gap: 25px;
    }

    .ContactUs {
        padding: 50px;
    }

    .ImpactCard {
        padding: 40px 100px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex: 1 0 0;
    }
}

@media (min-width: 1024px) {
    .Container {
        max-width: 1024px;
    }

    .FAQ {
        padding: 50px;
        gap: 60px;
        flex-direction: row;
    }

    .Footer-Binary {
        font-size: 0.625rem;
        letter-spacing: 0.181rem;
    }

    .FAQ-TitleContainer {
        width: min(292px, 100%);
        margin-right: 60px;
    }

    .FAQ-ListCard-Title {
        font-size: 25px;
        line-height: 50px;
    }

    .FAQ-Title {
        font-size: 45px;
        line-height: 55px;
    }

    .MakeDifference-TitleContainer {
        gap: 60px;
    }

    .Services {
        padding: 50px;
    }

    .Services-Grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .DistinctlyDifferent-Grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .DistinctlyDifferent-GridCard-Title {
        font-size: 2.188rem;
        line-height: 3.438rem;
    }

    .DistinctlyDifferent-GridCard-Description {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }

    .OurStory-Footer {
        flex-direction: row;
    }

    .Portfolio {
        padding: 50px;
    }

    .Stories-CardTitle {
        font-size: 2.813rem;
        line-height: 3.438rem;
    }

    .Stories-CardTitle svg {
        height: 55px;
        width: 55px;
    }

    .Stories-CardName,
    .Stories-CardTime {
        font-size: 1.25rem;
        line-height: 1.563rem;
    }

    .Stories-Card {
        padding: 400px 40px 80px 40px;
    }

    .BlogHeadingContainer-Header {
        gap: 50px;
    }

    .BlogHeadingContainer-HeaderContent {
        padding: 0 50px;
    }

    .BlogHeadingContainer-Caption {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

    .BlogHeadingContainer-Title {
        font-size: 3.75rem;
        line-height: 5rem;
    }

    .BlogHeadingContainer-FooterName {
        font-size: 1.25rem;
        line-height: 1.563rem;
    }

    .BlogHeadingContainer-FooterName img {
        width: 50px;
        height: 50px;
    }

    .BlogDetailsContainer {
        padding-top: 60px;
    }

    .BlogDetailsContainer-Content {
        padding-left: 60px;
        padding-right: 60px;
        gap: 60px;
    }

    .BlogDetailsContainer-ContentWrap {
        gap: 50px;
    }

    .BlogDetailsContainer-Title::first-letter {
        font-size: 4.375rem;
    }

    .BlogDetailsContainer-Description {
        font-size: 1.563rem;
        line-height: 2.5rem;
    }

    .Stories.BlogStories {
        padding: 50px;
        gap: 55px;
    }

    .Vision {
        padding: 80px 120px;
        gap: 45px;
    }

    .Vision .Title {
        font-size: 2.813rem;
        line-height: 3.438rem;
    }

    .Vision button {
        font-size: 2.813rem;
        line-height: 2.813rem;
    }

    .ContactUs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .ContactUs-Background {
        background-position: bottom left;
        background-size: 250px 250px;
    }

    .ContactUs-Title {
        font-size: 3.75rem;
        line-height: 5rem;
    }

    .ContactUs-Description,
    .ContactUs-Contacts {
        font-size: 1.563rem;
        line-height: 2.188rem;
    }
}

@media (min-width: 1280px) {
    .Container {
        max-width: 1280px;
    }

    .Portfolio .Grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .Portfolio-GridCard:nth-child(n + 3) {
        display: flex;
    }

    .OurPhilosophy-Grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }

    .OurPhilosophy-GridCard {
        padding: 25px;
    }

    .Vision .Title {
        font-size: 3.438rem;
        line-height: 3.438rem;
    }

    .Footer {
        padding: 40px 50px 80px 50px;
        gap: 80px;
    }
}

@media (min-width: 1536px) {
    .Container {
        max-width: 1536px;
    }

    .OurJourney-Trusted {
        display: flex;
    }

    .BlogHeadingContainer-Header {
        gap: 60px;
    }

    .BlogHeadingContainer-Title {
        font-size: 5rem;
        line-height: 6rem;
    }

    .BlogDetailsContainer-Content {
        padding-left: 120px;
        padding-right: 120px;
    }

    .ContactUs-Title {
        font-size: 5.625rem;
        line-height: 6.25rem;
    }

    .FAQ-Title {
        font-size: 55px;
        line-height: 75px;
    }

    .MainBlogs-Title {
        font-size: 90px;
        line-height: 100px;
    }

    .Stories-Title {
        font-size: 55px;
        line-height: 75px;
    }

    .Testimonials-Title {
        font-size: 55px;
        line-height: 75px;
    }

    .Testimonials-Feedback {
        font-size: 35px;
        line-height: 55px;
    }

    .FAQ-Title {
        font-size: 55px;
        line-height: 75px;
    }

    .MakeDifference {
        padding: 120px 50px;
        gap: 120px;
    }

    .MakeDifference-TitleContainer {
        gap: 120px;
    }

    .MakeDifference-Title {
        font-size: 6.875rem;
        line-height: 7.5rem;
    }

    .MakeDifference-Companies {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .MakeDifference-Trusted {
        color: #111928;
        text-align: center;
        font-family: Helvetica;
        font-size: 1.25rem;
        line-height: 1.25rem;
        font-style: normal;
        font-weight: 400;
    }

    .MakeDifference-Countries {
        flex-direction: row;
    }

    .Footer-Binary {
        letter-spacing: 0.45rem;
    }
}