:root {
    --body: #333;
    --title: black;
    --secondary: #ece6e1;
    --primary: #121c27;
    --desktop: 150px;
    --tablet: 100px;
    --landscape-mobile: 80px;
    --portrait-mobile: 60px;
    --bg: white;
}

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

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.w-pagination-previous,
.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block;
}

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

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

body {
    color: var(--body);
    background-color: #f5f5f5;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
}

h1 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 500;
    line-height: 130%;
}

h2 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 500;
    line-height: 150%;
}

h3 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
}

h4 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 150%;
}

h5 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

h6 {
    color: var(--title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

a {
    color: var(--body);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
}

li {
    margin-bottom: 15px;
}

blockquote {
    background-color: var(--secondary);
    text-align: center;
    border-left: 0 #e2e2e2;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px;
    font-size: 18px;
    line-height: 170%;
}

.navbar {
    background-color: #0000;
    border-bottom: 1px solid #0000001a;
    padding-top: 14px;
    padding-bottom: 14px;
}

.navbar.home {
    border-bottom-style: none;
    border-bottom-width: 0;
}

.nav-menu {
    display: flex;
}

.nav-link {
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-link:hover,
.nav-link.w--current {
    color: #666;
}

.bottom-line {
    background-color: #000;
    width: 24px;
    height: 1px;
}

.container {
    width: 100%;
    max-width: 1336px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.nav-button {
    grid-column-gap: 8px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
}

.nav-button:hover {
    color: #000;
    background-color: #0000;
}

.nav-button.mobile {
    display: none;
}

.top-line {
    background-color: #000;
    width: 24px;
    height: 1px;
}

.center-line {
    background-color: #000;
    width: 24px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.navbar-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.page-title {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-title {
    margin-bottom: 0;
}

.page-data {
    margin-bottom: var(--desktop);
}

.footer {
    background-color: var(--primary);
}

.footer-bottom {
    border-top: 1px solid #ffffff1a;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ft-bottom {
    color: #fff;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.ft-bottom-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.ft-bottom-link:hover {
    color: #8a8a8a;
}

.footer-top {
    grid-column-gap: 60px;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 112px;
    display: flex;
}

.ft-left {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 42%;
    display: flex;
}

.ft-text {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 170%;
}

.ft-data {
    grid-column-gap: 80px;
    display: flex;
}

.ft-heading {
    color: #fff;
}

.ft-contact {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.ft-info {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.ft-mail {
    color: #fff;
    font-size: 14px;
    line-height: 200%;
    text-decoration: none;
    transition: color 0.3s;
}

.ft-mail:hover {
    color: #8a8a8a;
}

.address {
    color: #fff;
    width: 100%;
    max-width: 280px;
    font-size: 14px;
    line-height: 200%;
}

.ft-address {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.address-icon {
    margin-top: 4px;
}

.ft-right {
    grid-column-gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 35%;
    display: flex;
}

.ft-menu {
    flex-flow: column;
    display: flex;
}

.ft-link {
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    transition: color 0.3s;
}

.ft-link:hover,
.ft-link.w--current {
    color: #8a8a8a;
}

.purchase-badge {
    z-index: 9999;
    grid-column-gap: 6px;
    color: #000;
    background-color: #fff;
    border-radius: 2px;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    display: flex;
    position: fixed;
    bottom: 24px;
    right: 24px;
    box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.sg-section {
    margin-bottom: var(--desktop);
}

.font-inner {
    grid-column-gap: 150px;
    display: flex;
}

.font-block {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    font-size: 18px;
}

.text-heading {
    margin-top: 0;
    font-size: 100px;
    font-weight: 500;
    line-height: 120%;
}

.body-font {
    margin-top: 0;
    font-size: 100px;
    font-weight: 300;
    line-height: 120%;
}

.table-left {
    flex-direction: column;
    display: flex;
}

.title-top {
    grid-column-gap: 180px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 100px 100px;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.body-small {
    font-size: 14px;
    line-height: 150%;
}

.font-info {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
}

.font-title {
    text-align: right;
    margin-bottom: 0;
}

.body-large {
    font-size: 18px;
}

.table-text {
    text-align: right;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.table-row {
    grid-column-gap: 180px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #0003;
    grid-template-rows: auto;
    grid-template-columns: 1fr 100px 100px;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    display: grid;
}

.color-wrap {
    grid-column-gap: 20px;
    margin-top: 30px;
    display: flex;
}

.color-box {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.color-main {
    background-color: var(--primary);
    border-radius: 10px;
    width: 120px;
    height: 120px;
}

.color-main.title-color {
    background-color: var(--title);
}

.color-main.body-color {
    background-color: var(--body);
}

.color-main.bg {
    background-color: var(--bg);
}

.color-main.secondary {
    background-color: var(--secondary);
}

.rich-text {
    width: 100%;
    max-width: 900px;
    margin-top: 30px;
}

.button-wrap {
    grid-column-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex;
}

.primary-button {
    grid-column-gap: 8px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
}

.primary-button:hover {
    color: #000;
    background-color: #0000;
}

.link-button {
    grid-column-gap: 8px;
    color: #000;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    text-decoration: none;
    display: flex;
}

.info-inner {
    padding-bottom: 30px;
}

.info-content {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.single-text {
    margin-bottom: 0;
}

.info-block {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
}

.licensing-title {
    margin-bottom: 0;
}

.disclaimer {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 60px;
}

.license-field {
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.license-wrap {
    grid-column-gap: 15px;
    align-items: center;
    display: flex;
}

.changelog-wrap {
    margin-bottom: 350px;
}

.version-info {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 90px 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.version-block {
    border: 1px solid #333;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    display: flex;
}

.version-name {
    margin-bottom: 0;
}

.heading-block {
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
}

.version-title,
.changelog-text {
    margin-bottom: 0;
}

.cs-wrap {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
}

.cs-inside {
    text-align: center;
    width: 100%;
    max-width: 480px;
}

.cs-title {
    margin-bottom: 15px;
    font-size: 64px;
    font-weight: 500;
    line-height: 120%;
}

.cs-text {
    margin-bottom: 50px;
}

.cs-text-title {
    margin-bottom: 4px;
}

.plain-link {
    text-decoration: none;
}

.plain-link:hover {
    text-decoration: underline;
}

.policy-block {
    padding-top: 50px;
}

.policy-block.first {
    padding-top: 0;
}

.checklist {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}

.checklist-item {
    background-image: url("../images/icon-check.svg");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 15px;
    padding-left: 30px;
}

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

.utility-page-content {
    background-color: var(--secondary);
    text-align: center;
    border-radius: 10px;
    flex-direction: column;
    width: 100%;
    max-width: 452px;
    margin-bottom: 0;
    padding: 60px 50px;
    display: flex;
}

.error-data {
    text-align: center;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    display: flex;
}

.error-info {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
    display: flex;
}

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

.pass-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
}

.field-label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
}

.pass-field {
    margin-top: 50px;
    margin-bottom: 20px;
}

.input {
    color: #000;
    background-color: #fff;
    border: 1px solid #0003;
    border-radius: 10px;
    height: auto;
    margin-bottom: 0;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 150%;
}

.input:focus {
    border-color: #00000080;
}

.sub-title {
    grid-column-gap: 8px;
    color: var(--title);
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 100%;
    display: flex;
}

.contact {
    margin-bottom: var(--desktop);
}

.contact-wrapper {
    grid-column-gap: 60px;
    display: flex;
}

.contact-left {
    grid-row-gap: 60px;
    background-color: #f0edeb;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    max-width: 38%;
    padding: 40px;
    display: flex;
}

.contact-left_request {
    padding: 0;
    overflow: hidden;
}
.contact-left_request img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contact-right {
    width: 100%;
    max-width: 62%;
}

.contact-title {
    margin-bottom: 40px;
}

.contact-info {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.contact-icon {
    background-color: var(--bg);
    border: 1px solid #0000001a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    max-width: 44px;
    min-height: 44px;
    max-height: 44px;
    display: flex;
}

.contact-block {
    grid-column-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.contact-heading {
    color: var(--title);
    font-size: 16px;
    line-height: 150%;
}

.contact-sub-title {
    margin-bottom: 12px;
}

.contact-social {
    grid-column-gap: 10px;
    display: flex;
}

.social-link {
    background-color: var(--bg);
    border: 1px solid #0000001a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
    transition: border-color 0.3s, background-color 0.3s;
    display: flex;
}

.social-link:hover {
    background-color: var(--secondary);
    border-color: #0003;
}

.success-message {
    background-color: var(--secondary);
    color: #000;
    text-align: center;
    border: 1px solid #0000001a;
    border-radius: 10px;
}

.error-message {
    color: #000;
    text-align: center;
    border-radius: 10px;
}

.contact-form {
    margin-bottom: 0;
}

.form-bottom {
    margin-top: 40px;
}

.form-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.textarea {
    color: #000;
    background-color: #fff;
    border: 1px solid #0003;
    border-radius: 10px;
    height: auto;
    min-height: 164px;
    margin-bottom: 0;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 150%;
}

.textarea:focus {
    border-color: #00000080;
}

.submit-button {
    grid-column-gap: 8px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
    background-image: url("../images/button-arrow.svg");
    background-position: 112px;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 44px 12px 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
}

.submit-button:hover {
    color: #000;
    background-color: #0000;
    background-image: url("../images/link-arrow.svg");
}

.faq {
    margin-bottom: var(--desktop);
}

.faq-wrap {
    grid-column-gap: 60px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.faq-img {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    max-width: 38%;
    position: relative;
    overflow: hidden;
}

.faq-right {
    width: 100%;
    max-width: 62%;
}

.section-image {
    width: 100%;
}

.ans {
    background-color: #0000;
    display: block;
    position: relative;
    overflow: hidden;
}

.faq-info {
    border-bottom: 1px solid #0000001a;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}

.faq-info.top {
    padding-top: 0;
}

.ans-box {
    padding-top: 10px;
}

.que-text {
    text-transform: none;
    white-space: normal;
    word-break: normal;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 170%;
}

.que {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
}

.horizontal-line {
    background-color: #000;
    width: 13px;
    height: 1px;
    position: absolute;
}

.que-icon {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
}

.ans-text {
    margin-bottom: 0;
}

.verticle-line {
    background-color: #000;
    width: 1px;
    height: 13px;
}

.section-title {
    margin-bottom: 20px;
}

.faq-heading {
    margin-bottom: 0;
}

.branches {
    margin-bottom: var(--desktop);
}

.section-heading {
    margin-bottom: 0;
}

.branch-tabs {
    justify-content: center;
    align-items: center;
    display: flex;
}

.tabs-content {
    width: 100%;
    max-width: 88%;
}

.tabs-menu {
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    max-width: 22%;
    margin-right: 40px;
    display: flex;
}

.tab-link {
    background-color: #0000;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 20px;
    font-size: 24px;
    line-height: 150%;
}

.tab-link.w--current {
    background-color: #0000;
    border-bottom-color: #000;
}

.branch-wrap {
    background-color: var(--bg);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.branch-img {
    background-color: var(--bg);
    width: 100%;
    max-width: 64%;
}

.branch-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.branch-right {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    max-width: 36%;
    padding: 30px;
    display: flex;
}

.branch-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}

.branch-info-wrap {
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
}

.branch-line {
    background-color: #d9d9d9;
    width: auto;
    height: 1px;
}

.branch-block {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.address-text {
    width: 100%;
    max-width: 225px;
}

.location-icon {
    margin-top: 5px;
}

.branch-info {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.cta {
    background-color: var(--secondary);
    padding-top: 60px;
    padding-bottom: 60px;
}

.cta-wrap {
    grid-column-gap: 60px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.cta-img {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    max-width: 32%;
    position: relative;
    overflow: hidden;
}

.cta-right {
    width: 100%;
    max-width: 70%;
}

.cta-title {
    margin-bottom: 0;
}

.cta-bottom {
    grid-column-gap: 96px;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.cta-block {
    margin-top: 40px;
    gap: 30px;
    background-color: var(--bg);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 25px;
    display: flex;
}

.cta-heading {
    margin-bottom: 8px;
}

.cta-form {
    width: 100%;
    max-width: 56%;
    margin-bottom: 0;
}

.team {
    margin-bottom: var(--desktop);
}

.team-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.team-block {
    grid-row-gap: 20px;
    background-color: var(--bg);
    border-radius: 10px;
    flex-flow: column;
    padding: 20px;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.team-img {
    background-color: #f5f5f5;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.team-image {
    object-fit: cover;
    width: 100%;
    min-height: 416px;
    max-height: 416px;
}

.team-name {
    color: #000;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 170%;
}

.cta-input {
    color: #000;
    background-color: #0000;
    border: 0 #000;
    border-bottom: 1px solid #0000001a;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 34px;
    font-size: 14px;
    line-height: 150%;
}

.cta-input:focus {
    border-bottom-color: #000;
}

.form {
    display: flex;
    position: relative;
}

.form-button {
    background-color: #0000;
    background-image: url("../images/form-arrow.svg");
    background-position: 100% 4px;
    background-repeat: no-repeat;
    background-size: auto;
    min-width: 30px;
    padding: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.blogs {
    margin-bottom: var(--desktop);
}

.empty-state {
    background-color: var(--bg);
    color: #000;
    text-align: center;
    border: 1px solid #0000001a;
    border-radius: 10px;
}

.post-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.post-item {
    display: flex;
}

.post-block {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}

.post-img {
    background-color: var(--bg);
    width: 100%;
    overflow: hidden;
}

.post-image {
    object-fit: cover;
    width: 100%;
    min-height: 375px;
    max-height: 375px;
}

.post-inner {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px;
    display: flex;
}

.post-title {
    margin-top: 8px;
    margin-bottom: 0;
}

.post-info {
    grid-column-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.post-dot {
    background-color: #d9d9d9;
    border-radius: 50%;
    min-width: 6px;
    max-width: 6px;
    min-height: 6px;
    max-height: 6px;
}

.pagination {
    grid-column-gap: 20px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 40px;
}

.post-wrapper {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.post-main {
    margin-bottom: var(--desktop);
}

.post-main-img {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
}

.post-main-image {
    object-fit: cover;
    width: 100%;
    min-height: 550px;
    max-height: 550px;
}

.post-top {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
}

.post-heading {
    width: 100%;
    max-width: 85%;
    margin-bottom: 20px;
}

.case-studies {
    margin-bottom: var(--desktop);
}

.cs-list {
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
}

.cs-item {
    display: flex;
}

.cs-block {
    grid-column-gap: 100px;
    border-bottom: 1px solid #d9d9d9;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
    text-decoration: none;
    transition: border-color 0.3s;
    display: flex;
}

.cs-block:hover {
    border-bottom-color: #00000080;
}

.cs-left {
    width: 100%;
    max-width: 66%;
}

.cs-img {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    max-width: 34%;
    overflow: hidden;
}

.cs-image {
    object-fit: cover;
    width: 100%;
    min-height: 230px;
    max-height: 230px;
}

.cs-info {
    grid-column-gap: 12px;
    margin-top: 35px;
    display: flex;
}

.cs-tag {
    border: 1px solid #0000001a;
    border-radius: 10px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 150%;
}

.cs-tag.bg {
    background-color: var(--bg);
    display: inline-block;
}

.case-studies-title {
    margin-bottom: 0;
}

.cs-main {
    margin-bottom: var(--desktop);
}

.cs-top {
    background-color: #f0edeb;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cs-wrapper {
    grid-column-gap: 60px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.cs-main-img {
    background-color: #f5f5f5;
    border-radius: 10px;
    width: 100%;
    max-width: 54%;
    overflow: hidden;
}

.cs-right {
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 46%;
    display: flex;
}

.cs-main-image {
    object-fit: cover;
    width: 100%;
    min-height: 420px;
    max-height: 420px;
}

.cs-main-title {
    margin-top: 15px;
    margin-bottom: 8px;
}

.cs-bottom {
    grid-column-gap: 40px;
    display: flex;
}

.cs-info-block {
    font-size: 14px;
    line-height: 150%;
}

.cs-sub-title {
    margin-bottom: 0;
}

.cs-details-wrap {
    grid-row-gap: 50px;
    flex-flow: column;
    width: 100%;
    max-width: 900px;
    display: flex;
}

.result-wrap {
    grid-column-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.result-block {
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.result-title {
    color: var(--title);
    border: 1px solid #0003;
    border-radius: 50px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 150%;
    display: inline-block;
}

.result-info {
    color: #000;
    border-bottom: 1px solid #0003;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 50px;
    line-height: 100%;
}

.revenue-info {
    grid-column-gap: 4px;
    color: #000;
    border-bottom: 1px solid #0003;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 50px;
    line-height: 100%;
    display: flex;
}

.result-heading {
    margin-bottom: 40px;
}

.services {
    margin-bottom: var(--desktop);
}

.service-list {
    grid-column-gap: 30px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.service-item {
    display: flex;
}

.service-block {
    width: 100%;
    text-decoration: none;
}

.service-img {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.service-image {
    object-fit: cover;
    width: 100%;
    min-height: 250px;
    max-height: 250px;
}

.service-box {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    max-width: 85%;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    transition: background-color 0.3s;
    position: relative;
}

.service-icon {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
}

.service-title {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
}

.service-main {
    margin-bottom: var(--desktop);
}

.service-main-img {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.service-main-image {
    object-fit: cover;
    width: 100%;
    min-height: 600px;
    max-height: 600px;
}

.service-details {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 900px;
    margin-top: 40px;
    display: flex;
}

.service-arrow {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    position: absolute;
    inset: 30px 30px auto auto;
}

.reviews {
    margin-bottom: var(--desktop);
    background-color: var(--primary);
    padding-top: 50px;
    padding-bottom: 50px;
}

.review-wrap {
    grid-column-gap: 60px;
    display: flex;
}

.review-img {
    border-radius: 10px;
    width: 100%;
    max-width: 65%;
    position: relative;
    overflow: hidden;
}

.review-image {
    object-fit: cover;
    width: 100%;
    min-height: 540px;
    max-height: 540px;
}

.review-bg {
    color: #fff;
    background-color: #0003;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    position: absolute;
    inset: 0%;
}

.review-name {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 170%;
}

.review-video {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffff14;
    border: 1px solid #fff3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    max-width: 55px;
    min-height: 55px;
    max-height: 55px;
    transition: background-color 0.3s, border-color 0.3s;
    display: flex;
    overflow: hidden;
}

.review-video:hover {
    background-color: #fff6;
    border-color: #ffffffb3;
}

.play-icon {
    margin-left: 6px;
}

.review-left {
    grid-row-gap: 60px;
    color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 35%;
    display: flex;
}

.review-title {
    color: #fff;
    margin-bottom: 20px;
}

.review-bottom {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.review-facts {
    margin-bottom: 2px;
    font-size: 42px;
    font-weight: 500;
    line-height: 120%;
}

.value {
    margin-bottom: var(--desktop);
}

.value-bottom {
    grid-column-gap: 60px;
    border-top: 1px solid #d9d9d9;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    padding-top: 60px;
    display: grid;
}

.value-block {
    grid-column-gap: 18px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.value-icon {
    min-width: 50px;
    max-width: 50%;
    min-height: 50px;
    max-height: 50px;
}

.value-heading {
    margin-bottom: 8px;
}

.value-wrap {
    grid-column-gap: 60px;
    display: flex;
}

.value-img {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    max-width: 48%;
    position: relative;
    overflow: hidden;
}

.value-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.value-right {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 52%;
    display: flex;
}

.value-title {
    margin-bottom: 15px;
}

.value-data {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.value-list {
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
}

.value-info {
    background-image: url("../images/icon-check_1.svg");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 0;
    padding-left: 25px;
}

.highlight {
    margin-bottom: var(--desktop);
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.highlight-title {
    grid-column-gap: 8px;
    color: var(--title);
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 100%;
    display: flex;
}

.highlight-wrapper {
    grid-column-gap: 20px;
    display: flex;
}

.highlight-left {
    grid-row-gap: 25px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 42%;
    padding: 40px;
    display: flex;
}

.highlight-right {
    grid-column-gap: 20px;
    width: 100%;
    max-width: 58%;
    display: flex;
}

.highlight-heading {
    color: #fff;
    margin-bottom: 20px;
}

.highlight-heading.black {
    color: var(--title);
}

.highlight-bottom {
    grid-column-gap: 35px;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.highlight-icon {
    min-width: 75px;
    max-width: 75px;
    min-height: 75px;
    max-height: 75px;
}

.highlight-facts {
    margin-bottom: 4px;
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
}

.highlight-facts.black {
    color: #000;
}

.highlight-block {
    grid-row-gap: 25px;
    background-color: #f0edeb;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 50%;
    padding: 40px;
    display: flex;
}

.highlight-data {
    margin-left: 5px;
    display: flex;
}

.highlight-img {
    background-color: var(--bg);
    border: 1px solid #0003;
    border-radius: 50%;
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    margin-left: -5px;
    overflow: hidden;
}

.highlight-img.last {
    background-color: var(--primary);
    justify-content: center;
    align-items: center;
    display: flex;
}

.highlight-image {
    object-fit: cover;
    width: 100%;
    min-height: 35px;
    max-height: 35px;
}

.about {
    margin-bottom: var(--desktop);
}

.about-wrapper {
    grid-column-gap: 60px;
    margin-bottom: 40px;
    display: flex;
}

.about-img {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    max-width: 40%;
    position: relative;
    overflow: hidden;
}

.about-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-left {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 60%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
}

.about-title {
    margin-bottom: 15px;
}

.about-top {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.about-data {
    width: 100%;
    max-width: 56%;
}

.about-tags {
    grid-column-gap: 10px;
    display: flex;
}

.about-tag {
    background-color: var(--bg);
    border: 1px solid #0000001a;
    border-radius: 40px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 150%;
}

.about-bottom {
    grid-column-gap: 60px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.about-heading {
    margin-bottom: 15px;
}

.about-left-data {
    grid-column-gap: 40px;
    width: 100%;
    max-width: 44%;
    display: flex;
}

.consulting-img {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    max-width: 50%;
    overflow: hidden;
}

.consulting-image {
    object-fit: cover;
    width: 100%;
    min-height: 258px;
    max-height: 258px;
}

.about-box {
    grid-row-gap: 15px;
    background-color: var(--secondary);
    text-align: center;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 50%;
    padding: 20px;
    display: flex;
}

.about-facts {
    color: #000;
    font-size: 38px;
    font-weight: 500;
    line-height: 100%;
}

.trusted-by {
    margin-bottom: var(--desktop);
    background-color: #f0edeb;
    padding-top: 50px;
    padding-bottom: 50px;
}

.trusted-title {
    color: var(--title);
    text-align: center;
    margin-bottom: 35px;
}

.trusted-data {
    grid-column-gap: 15px;
    filter: grayscale();
    display: flex;
}

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

.success {
    margin-bottom: var(--desktop);
}

.success-wrapper {
    grid-column-gap: 30px;
    display: flex;
}

.success-img {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
}

.success-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.success-right {
    grid-row-gap: 60px;
    background-color: var(--bg);
    border: 1px solid #0000001a;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    max-width: 50%;
    padding: 50px;
    display: flex;
}

.success-top {
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.success-title {
    margin-bottom: 15px;
}

.success-bottom {
    grid-column-gap: 25px;
    display: flex;
}

.success-block {
    grid-row-gap: 40px;
    border: 1px solid #0000001a;
    border-radius: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 50%;
    padding: 20px;
    font-size: 14px;
    line-height: 150%;
    display: flex;
}

.success-bg {
    background-color: #f0edeb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    display: flex;
    overflow: hidden;
}

.success-icon {
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
}

.statstical-highlight {
    margin-bottom: var(--desktop);
}

.hero {
    margin-bottom: var(--desktop);
    background-color: #eae7e4;
}

.hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero-wrap {
    grid-column-gap: 60px;
    display: flex;
}

.hero-img {
    background-color: var(--bg);
    border-radius: 10px;
    width: 100%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
}

.hero-image {
    object-fit: cover;
    width: 100%;
    min-height: 700px;
    max-height: 700px;
}

.hero-left {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 50%;
    padding-top: 40px;
    display: flex;
}

.hero-title {
    margin-bottom: 15px;
}

.hero-text {
    margin-bottom: 0;
}

.hero-top {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.hero-button {
    grid-column-gap: 8px;
    color: #000;
    background-color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s;
    display: flex;
}

.hero-button:hover {
    background-color: var(--primary);
    color: #fff;
}

.hero-bottom {
    grid-column-gap: 20px;
    width: 100%;
    max-width: 90%;
    display: flex;
}

.hero-box {
    grid-row-gap: 40px;
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 42%;
    padding: 30px;
    line-height: 150%;
    display: flex;
}

.hero-facts {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 500;
    line-height: 100%;
}

.hero-client {
    grid-column-gap: 2px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.profile-img {
    background-color: var(--bg);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.profile-img.middle {
    min-width: 62px;
    max-width: 62px;
    min-height: 62px;
    max-height: 62px;
}

.profile-image {
    object-fit: cover;
    width: 100%;
    min-height: 40px;
    max-height: 40px;
}

.profile-image.middle {
    min-height: 62px;
    max-height: 62px;
}

.hero-block {
    background-color: #f5f3f2;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    max-width: 58%;
    padding-top: 25px;
    display: flex;
    overflow: hidden;
}

.hero-sub-title {
    color: var(--title);
    padding-bottom: 26px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 150%;
}

.hero-tags {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    display: flex;
    position: relative;
}

.hero-tag {
    white-space: nowrap;
    background-color: #ebe8e5;
    border-radius: 40px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 150%;
}

.hero-tag._01 {
    position: absolute;
    bottom: 116px;
    left: 48px;
}

.hero-tag._02 {
    position: absolute;
    bottom: 94px;
    left: 116px;
}

.hero-tag._03 {
    position: absolute;
    bottom: 56px;
    left: 10px;
}

.hero-tag._04 {
    position: absolute;
    bottom: 50px;
    right: 60px;
}

.hero-tag._05 {
    position: absolute;
    bottom: 82px;
    right: 0;
}

.hero-tag._06 {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.hero-tag._07 {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.on-scroll {
    background-color: var(--bg);
    width: 102%;
    height: 102%;
    display: none;
    position: absolute;
    inset: 0%;
}

.on-scroll.bg {
    background-color: #f0edeb;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 26px;
    }

    blockquote {
        padding: 30px;
    }

    .nav-menu {
        background-color: #f5f5f5;
        border-bottom: 1px solid #0000001a;
        flex-flow: column;
        padding: 10px 20px 20px;
    }

    .nav-menu.home {
        background-color: #eae7e4;
    }

    .nav-link {
        justify-content: center;
        align-items: stretch;
        margin-left: 0;
        margin-right: 0;
        padding: 12px 0;
        display: flex;
    }

    .container {
        max-width: 100%;
    }

    .nav-button.desktop {
        display: none;
    }

    .nav-button.mobile {
        margin-top: 10px;
        display: flex;
    }

    .menu-button {
        padding: 0;
    }

    .menu-button.w--open {
        color: #fff;
        background-color: #0000;
    }

    .page-title {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .page-data {
        margin-bottom: var(--tablet);
    }

    .footer-top {
        grid-column-gap: 0px;
        grid-row-gap: 60px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ft-left {
        grid-row-gap: 40px;
        max-width: none;
    }

    .ft-right {
        max-width: 66%;
    }

    .sg-section {
        margin-bottom: var(--tablet);
    }

    .font-inner {
        grid-column-gap: 80px;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .title-top,
    .table-row {
        grid-column-gap: 20px;
    }

    .rich-text {
        max-width: 100%;
    }

    .info-inner {
        padding-bottom: 40px;
    }

    .info-block {
        flex-flow: column wrap;
    }

    .disclaimer {
        margin-bottom: 40px;
    }

    .contact {
        margin-bottom: var(--tablet);
    }

    .contact-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 60px;
        flex-flow: column-reverse;
    }

    .contact-left {
        grid-row-gap: 40px;
        max-width: 100%;
    }

    .contact-right {
        max-width: 100%;
    }

    .contact-title {
        margin-bottom: 20px;
    }

    .form-bottom {
        margin-top: 30px;
    }

    .form-wrap {
        grid-row-gap: 30px;
    }

    .faq {
        margin-bottom: var(--tablet);
    }

    .faq-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .faq-img,
    .faq-right {
        max-width: 100%;
    }

    .faq-info {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ans-box {
        padding-top: 8px;
    }

    .branches {
        margin-bottom: var(--tablet);
    }

    .branch-tabs {
        flex-flow: column;
    }

    .tabs-content {
        max-width: 100%;
    }

    .tabs-menu {
        grid-column-gap: 40px;
        grid-row-gap: 0px;
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
        max-width: none;
        margin-bottom: 25px;
        margin-right: auto;
    }

    .tab-link {
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 130%;
        display: flex;
    }

    .branch-img {
        max-width: 62%;
    }

    .branch-right {
        grid-row-gap: 20px;
        max-width: 38%;
        padding: 25px;
    }

    .branch-title {
        font-size: 18px;
    }

    .branch-info-wrap {
        grid-row-gap: 14px;
    }

    .branch-block {
        grid-column-gap: 8px;
    }

    .address-text {
        max-width: none;
        font-size: 14px;
        line-height: 150%;
    }

    .branch-info {
        grid-column-gap: 8px;
        font-size: 14px;
        line-height: 150%;
    }

    .cta {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cta-img {
        display: none;
    }

    .cta-right {
        max-width: none;
    }

    .cta-block {
        padding: 20px;
        font-size: 14px;
    }

    .team {
        margin-bottom: var(--tablet);
    }

    .team-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .team-block {
        grid-row-gap: 10px;
        padding: 16px;
    }

    .team-image {
        min-height: 220px;
        max-height: 220px;
    }

    .team-name {
        font-size: 16px;
    }

    .blogs {
        margin-bottom: var(--tablet);
    }

    .post-list {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }

    .post-image {
        min-height: 240px;
        max-height: 240px;
    }

    .post-inner {
        grid-row-gap: 20px;
        width: auto;
        max-width: none;
        padding: 20px;
        right: 20px;
    }

    .post-title {
        max-height: 3em;
        font-size: 16px;
        overflow: hidden;
    }

    .post-main {
        margin-bottom: var(--tablet);
    }

    .post-main-img {
        margin-bottom: 40px;
    }

    .post-main-image {
        min-height: 450px;
        max-height: 450px;
    }

    .post-top {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .post-heading {
        max-width: 100%;
        margin-bottom: 16px;
        font-size: 36px;
    }

    .case-studies {
        margin-bottom: var(--tablet);
    }

    .cs-block {
        grid-column-gap: 40px;
    }

    .cs-left {
        max-width: 62%;
        font-size: 14px;
        line-height: 150%;
    }

    .cs-img {
        max-width: 38%;
    }

    .cs-image {
        min-height: 180px;
        max-height: 180px;
    }

    .case-title {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .cs-info {
        margin-top: 20px;
    }

    .cs-main {
        margin-bottom: var(--tablet);
    }

    .cs-top {
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cs-wrapper {
        grid-column-gap: 40px;
    }

    .cs-right {
        grid-row-gap: 40px;
        font-size: 14px;
        line-height: 150%;
    }

    .cs-main-image {
        min-height: 360px;
        max-height: 360px;
    }

    .cs-main-title {
        font-size: 22px;
    }

    .cs-details-wrap {
        grid-row-gap: 40px;
    }

    .result-wrap {
        grid-column-gap: 30px;
    }

    .result-block {
        grid-row-gap: 60px;
    }

    .result-info,
    .revenue-info {
        margin-bottom: 16px;
        padding-bottom: 16px;
        font-size: 38px;
    }

    .result-heading {
        margin-bottom: 30px;
    }

    .services {
        margin-bottom: var(--tablet);
    }

    .service-list {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .service-image {
        min-height: 215px;
        max-height: 215px;
    }

    .service-box {
        max-width: 90%;
        margin-top: -60px;
        padding: 25px 20px;
        font-size: 14px;
        line-height: 150%;
    }

    .service-icon {
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
    }

    .service-title {
        margin-bottom: 10px;
    }

    .service-main {
        margin-bottom: var(--tablet);
    }

    .service-main-image {
        min-height: 450px;
        max-height: 450px;
    }

    .service-details {
        max-width: 100%;
    }

    .service-arrow {
        display: none;
    }

    .reviews {
        margin-bottom: var(--tablet);
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .review-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column-reverse;
    }

    .review-img {
        max-width: none;
    }

    .review-image {
        min-height: 500px;
        max-height: 500px;
    }

    .review-left {
        grid-row-gap: 40px;
        max-width: none;
    }

    .review-title {
        margin-bottom: 8px;
    }

    .review-bottom {
        grid-column-gap: 40px;
        grid-row-gap: 0px;
        flex-flow: row;
    }

    .review-facts {
        font-size: 36px;
    }

    .value {
        margin-bottom: var(--tablet);
    }

    .value-bottom {
        grid-column-gap: 40px;
        margin-top: 50px;
        padding-top: 30px;
    }

    .value-block {
        grid-column-gap: 0px;
        grid-row-gap: 18px;
        flex-flow: column;
        font-size: 14px;
        line-height: 150%;
    }

    .value-heading {
        margin-bottom: 6px;
        font-size: 16px;
    }

    .value-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column;
    }

    .value-img {
        max-width: none;
    }

    .value-right {
        grid-row-gap: 40px;
        max-width: none;
    }

    .value-title {
        margin-bottom: 8px;
        font-size: 22px;
    }

    .value-data {
        grid-row-gap: 30px;
    }

    .value-list {
        grid-row-gap: 8px;
    }

    .highlight {
        margin-bottom: var(--tablet);
    }

    .highlight-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 20px;
        flex-flow: column;
    }

    .highlight-left,
    .highlight-right {
        max-width: none;
    }

    .highlight-heading {
        margin-bottom: 10px;
    }

    .about {
        margin-bottom: var(--tablet);
    }

    .about-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column-reverse;
    }

    .about-img {
        max-width: 100%;
    }

    .about-left {
        grid-row-gap: 50px;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .about-title {
        margin-bottom: 8px;
        font-size: 22px;
    }

    .about-top {
        grid-row-gap: 30px;
    }

    .about-data {
        max-width: 100%;
    }

    .about-bottom {
        grid-column-gap: 0px;
        grid-row-gap: 25px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .about-heading {
        margin-bottom: 8px;
    }

    .about-left-data {
        grid-column-gap: 25px;
        max-width: 100%;
    }

    .consulting-image {
        min-height: 300px;
        max-height: 300px;
    }

    .trusted-by {
        margin-bottom: var(--tablet);
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .trusted-title {
        margin-bottom: 30px;
    }

    .trusted-data {
        grid-row-gap: 15px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }

    .success {
        margin-bottom: var(--tablet);
    }

    .success-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 25px;
        flex-flow: column;
    }

    .success-img {
        max-width: none;
    }

    .success-right {
        grid-row-gap: 40px;
        max-width: none;
        padding: 40px;
    }

    .success-top {
        grid-row-gap: 30px;
        font-size: 14px;
        line-height: 150%;
    }

    .success-title {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .statstical-highlight,
    .hero {
        margin-bottom: var(--tablet);
    }

    .hero-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 25px;
        flex-flow: column-reverse;
        justify-content: flex-end;
        align-items: stretch;
    }

    .hero-img {
        max-width: 100%;
    }

    .hero-left {
        grid-row-gap: 40px;
        max-width: 100%;
        padding-top: 0;
    }

    .hero-title {
        margin-bottom: 10px;
        font-size: 34px;
    }

    .hero-top {
        grid-row-gap: 30px;
    }

    .hero-bottom {
        max-width: none;
    }

    .hero-box {
        grid-row-gap: 30px;
        justify-content: space-between;
        align-items: center;
        max-width: 48%;
        padding: 20px;
    }

    .hero-block {
        grid-row-gap: 20px;
        max-width: 52%;
        padding: 20px;
    }

    .hero-sub-title {
        padding-bottom: 0;
    }

    .hero-tags,
    .hero-tag._01,
    .hero-tag._02,
    .hero-tag._03,
    .hero-tag._04,
    .hero-tag._05,
    .hero-tag._06,
    .hero-tag._07 {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    ul,
    ol {
        padding-left: 25px;
    }

    li {
        margin-bottom: 10px;
    }

    blockquote {
        padding: 25px;
        font-size: 16px;
    }

    .container {
        max-width: 100%;
    }

    .page-title {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-data {
        margin-bottom: var(--landscape-mobile);
    }

    .footer-bottom {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .ft-bottom {
        grid-row-gap: 8px;
        flex-flow: column;
    }

    .footer-top {
        grid-row-gap: 50px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ft-left {
        grid-row-gap: 30px;
    }

    .ft-text {
        font-size: 16px;
    }

    .ft-right {
        max-width: 100%;
    }

    .ft-link {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .sg-section {
        margin-bottom: var(--landscape-mobile);
    }

    .font-inner {
        flex-wrap: wrap;
    }

    .font-block {
        font-size: 16px;
    }

    .text-heading,
    .body-font {
        font-size: 60px;
    }

    .font-title {
        font-size: 16px;
    }

    .table-text {
        font-size: 14px;
    }

    .color-main {
        width: 80px;
        height: 80px;
    }

    .info-inner {
        padding-bottom: 40px;
    }

    .info-block {
        grid-row-gap: 50px;
    }

    .license-field {
        font-size: 16px;
    }

    .version-info {
        grid-column-gap: 15px;
        grid-template-columns: 60px 1fr;
    }

    .version-block {
        width: 60px;
        height: 60px;
    }

    .version-name {
        font-size: 18px;
    }

    .cs-title {
        font-size: 56px;
    }

    .policy-block {
        padding-top: 40px;
    }

    .utility-page-content {
        max-width: 90%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .error-data {
        max-width: 90%;
    }

    .error-info {
        margin-top: 40px;
    }

    .contact {
        margin-bottom: var(--landscape-mobile);
    }

    .contact-left {
        padding: 30px;
    }

    .faq {
        margin-bottom: var(--landscape-mobile);
    }

    .faq-wrap {
        grid-row-gap: 25px;
    }

    .faq-info {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .que-text {
        font-size: 16px;
        line-height: 170%;
    }

    .ans-text {
        font-size: 14px;
        line-height: 150%;
    }

    .branches {
        margin-bottom: var(--landscape-mobile);
    }

    .tabs-menu {
        grid-column-gap: 30px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex;
    }

    .tab-link {
        font-size: 18px;
    }

    .branch-wrap {
        flex-flow: column;
    }

    .branch-img,
    .branch-right {
        max-width: none;
    }

    .cta {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cta-right {
        flex-flow: column;
        display: flex;
    }

    .cta-bottom {
        grid-column-gap: 40px;
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .cta-block {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 12px;
    }

    .cta-heading {
        font-size: 14px;
    }

    .team {
        margin-bottom: var(--landscape-mobile);
    }

    .team-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .team-image {
        min-height: 248px;
        max-height: 248px;
    }

    .blogs {
        margin-bottom: var(--landscape-mobile);
    }

    .post-list {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
    }

    .post-block {
        border-radius: 10px;
        overflow: hidden;
    }

    .post-img {
        border-radius: 0;
    }

    .post-image {
        min-height: 162px;
        max-height: 162px;
    }

    .post-inner {
        border-radius: 0;
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
        position: static;
    }

    .post-title {
        margin-bottom: 10px;
    }

    .post-info {
        grid-column-gap: 6px;
        font-size: 12px;
    }

    .post-main {
        margin-bottom: var(--landscape-mobile);
    }

    .post-main-image {
        min-height: 350px;
        max-height: 350px;
    }

    .post-heading {
        font-size: 26px;
        line-height: 140%;
    }

    .case-studies {
        margin-bottom: var(--landscape-mobile);
    }

    .cs-block {
        grid-column-gap: 0px;
        grid-row-gap: 10px;
        flex-flow: column-reverse;
    }

    .cs-left {
        max-width: none;
    }

    .cs-img {
        max-width: 100%;
    }

    .cs-image {
        min-height: 260px;
        max-height: 260px;
    }

    .cs-main {
        margin-bottom: var(--landscape-mobile);
    }

    .cs-top {
        margin-bottom: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cs-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .cs-main-img {
        max-width: 100%;
    }

    .cs-right {
        grid-row-gap: 30px;
        max-width: 100%;
    }

    .cs-main-title {
        margin-top: 6px;
    }

    .cs-details-wrap {
        grid-row-gap: 30px;
    }

    .result-wrap {
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr;
    }

    .result-block {
        grid-row-gap: 40px;
    }

    .result-title {
        padding: 5px 12px;
        font-size: 12px;
    }

    .result-info,
    .revenue-info {
        font-size: 32px;
    }

    .services {
        margin-bottom: var(--landscape-mobile);
    }

    .service-list {
        grid-column-gap: 0px;
        grid-template-columns: 1fr;
    }

    .service-image {
        min-height: 300px;
        max-height: 300px;
    }

    .service-box {
        max-width: 80%;
        margin-top: -80px;
    }

    .service-main {
        margin-bottom: var(--landscape-mobile);
    }

    .service-main-image {
        min-height: 350px;
        max-height: 350px;
    }

    .service-details {
        grid-row-gap: 25px;
        margin-top: 30px;
    }

    .reviews {
        margin-bottom: var(--landscape-mobile);
    }

    .review-wrap {
        grid-row-gap: 25px;
    }

    .review-image {
        min-height: 360px;
        max-height: 360px;
    }

    .review-left {
        font-size: 14px;
        font-weight: 300;
        line-height: 150%;
    }

    .review-title {
        font-size: 22px;
    }

    .review-facts {
        margin-bottom: 4px;
        font-size: 30px;
    }

    .value {
        margin-bottom: var(--landscape-mobile);
    }

    .value-bottom {
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr;
        margin-top: 40px;
        padding-top: 25px;
    }

    .value-icon {
        min-width: 45px;
        max-width: 45%;
        min-height: 45px;
        max-height: 45px;
    }

    .value-wrap {
        grid-row-gap: 25px;
    }

    .value-right {
        font-size: 14px;
        line-height: 150%;
    }

    .value-info {
        padding-left: 22px;
    }

    .highlight {
        margin-bottom: var(--landscape-mobile);
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .highlight-left {
        padding: 30px;
    }

    .highlight-heading {
        margin-bottom: 6px;
        font-size: 18px;
    }

    .highlight-bottom {
        grid-column-gap: 25px;
    }

    .highlight-icon {
        min-width: 60px;
        max-width: 60px;
        min-height: 60px;
        max-height: 60px;
    }

    .highlight-facts {
        font-size: 24px;
    }

    .highlight-block {
        padding: 20px;
        font-size: 14px;
        line-height: 150%;
    }

    .about {
        margin-bottom: var(--landscape-mobile);
    }

    .about-wrapper {
        grid-row-gap: 25px;
    }

    .about-left {
        grid-row-gap: 30px;
        font-size: 14px;
        line-height: 150%;
    }

    .about-top {
        grid-row-gap: 25px;
    }

    .about-tags {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-flow: wrap;
    }

    .about-tag {
        padding: 5px 10px;
        font-size: 12px;
    }

    .about-bottom {
        grid-row-gap: 20px;
        font-size: 14px;
        line-height: 150%;
    }

    .about-left-data {
        grid-column-gap: 20px;
    }

    .consulting-image {
        min-height: 250px;
        max-height: 250px;
    }

    .about-box {
        grid-row-gap: 10px;
    }

    .about-facts {
        font-size: 30px;
    }

    .trusted-by {
        margin-bottom: var(--landscape-mobile);
    }

    .trusted-title {
        margin-bottom: 25px;
    }

    .trusted-data {
        grid-column-gap: 30px;
        grid-row-gap: 20px;
    }

    .trusted-logo {
        min-width: 154px;
        max-width: 154px;
        min-height: 40px;
        max-height: 40px;
    }

    .success {
        margin-bottom: var(--landscape-mobile);
    }

    .success-right {
        padding: 30px;
    }

    .success-top {
        grid-row-gap: 25px;
    }

    .success-bottom {
        grid-column-gap: 16px;
    }

    .success-block {
        grid-row-gap: 25px;
        padding: 16px;
    }

    .success-heading {
        margin-bottom: 6px;
        font-size: 16px;
    }

    .success-bg {
        min-width: 56px;
        max-width: 56px;
        min-height: 56px;
        max-height: 56px;
    }

    .success-icon {
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px;
    }

    .statstical-highlight,
    .hero {
        margin-bottom: var(--landscape-mobile);
    }

    .hero-wrap {
        grid-row-gap: 40px;
        flex-flow: column;
    }

    .hero-image {
        min-height: 500px;
        max-height: 500px;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-text {
        font-size: 14px;
        line-height: 150%;
    }

    .hero-bottom {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    blockquote {
        padding: 20px;
    }

    .nav-button {
        grid-column-gap: 8px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-data {
        margin-bottom: var(--portrait-mobile);
    }

    .footer-top {
        grid-row-gap: 40px;
        padding-bottom: 30px;
    }

    .ft-left {
        grid-row-gap: 25px;
    }

    .ft-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 150%;
    }

    .ft-data {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        flex-flow: column;
    }

    .ft-heading {
        font-size: 16px;
    }

    .ft-right {
        grid-column-gap: 40px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
    }

    .ft-link {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 150%;
    }

    .purchase-badge {
        bottom: 16px;
        right: 16px;
    }

    .sg-section {
        margin-bottom: var(--portrait-mobile);
    }

    .font-inner {
        grid-column-gap: 0px;
        grid-row-gap: 20px;
        flex-direction: column;
    }

    .font-block {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .text-heading,
    .body-font {
        font-size: 70px;
    }

    .title-top {
        display: none;
    }

    .table-row {
        grid-column-gap: 0px;
        grid-row-gap: 5px;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
    }

    .color-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 30px;
        flex-wrap: wrap;
    }

    .color-box {
        grid-row-gap: 5px;
    }

    .button-wrap {
        grid-row-gap: 20px;
        flex-flow: wrap;
    }

    .primary-button {
        grid-column-gap: 8px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-block {
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .disclaimer {
        font-size: 14px;
    }

    .license-field {
        margin-bottom: 0;
    }

    .version-info {
        align-items: start;
    }

    .version-name {
        font-size: 16px;
    }

    .changelog-text {
        font-size: 14px;
    }

    .cs-title {
        margin-bottom: 10px;
        font-size: 42px;
    }

    .cs-text {
        margin-bottom: 40px;
    }

    .utility-page-content {
        padding: 30px;
    }

    .error-info {
        grid-row-gap: 30px;
    }

    .input {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .sub-title {
        font-size: 12px;
    }

    .contact {
        margin-bottom: var(--portrait-mobile);
    }

    .contact-left {
        padding: 20px;
    }

    .contact-title {
        font-size: 18px;
    }

    .contact-icon {
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px;
    }

    .contact-block {
        grid-column-gap: 14px;
    }

    .contact-sub-title {
        margin-bottom: 10px;
    }

    .form-wrap {
        grid-column-gap: 0px;
        grid-row-gap: 25px;
        grid-template-columns: 1fr;
    }

    .submit-button {
        grid-column-gap: 8px;
    }

    .faq {
        margin-bottom: var(--portrait-mobile);
    }

    .que {
        grid-column-gap: 15px;
    }

    .faq-heading {
        font-size: 24px;
    }

    .branches {
        margin-bottom: var(--portrait-mobile);
    }

    .tabs-menu {
        grid-column-gap: 30px;
        grid-row-gap: 20px;
        flex-flow: wrap;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .branch-right {
        padding: 20px;
    }

    .cta-title {
        font-size: 20px;
    }

    .cta-bottom {
        grid-column-gap: 0px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .team {
        margin-bottom: var(--portrait-mobile);
    }

    .team-wrap {
        grid-column-gap: 0px;
        grid-template-columns: 1fr;
    }

    .team-image {
        min-height: 340px;
        max-height: 400px;
    }

    .blogs {
        margin-bottom: var(--portrait-mobile);
    }

    .post-list {
        grid-column-gap: 0px;
        grid-template-columns: 1fr;
    }

    .post-image {
        min-height: 210px;
        max-height: 240px;
    }

    .post-inner {
        padding-top: 12px;
    }

    .post-main {
        margin-bottom: var(--portrait-mobile);
    }

    .post-main-img {
        margin-bottom: 30px;
    }

    .post-main-image {
        min-height: 230px;
        max-height: 230px;
    }

    .post-top {
        padding-bottom: 25px;
    }

    .post-heading {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 150%;
    }

    .case-studies {
        margin-bottom: var(--portrait-mobile);
    }

    .cs-image {
        min-height: 170px;
        max-height: 200px;
    }

    .cs-info {
        grid-column-gap: 10px;
        margin-top: 16px;
    }

    .cs-tag {
        font-size: 12px;
    }

    .case-studies-title {
        font-size: 30px;
    }

    .cs-main {
        margin-bottom: var(--portrait-mobile);
    }

    .cs-top {
        padding-bottom: 30px;
    }

    .cs-right {
        grid-row-gap: 20px;
    }

    .cs-main-image {
        min-height: 250px;
        max-height: 250px;
    }

    .cs-main-title {
        font-size: 20px;
    }

    .cs-info-block {
        font-size: 12px;
    }

    .cs-sub-title {
        margin-bottom: 2px;
        font-size: 14px;
    }

    .result-wrap {
        grid-column-gap: 0px;
        grid-template-columns: 1fr;
    }

    .result-block {
        grid-row-gap: 20px;
    }

    .result-info,
    .revenue-info {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 26px;
    }

    .result-heading {
        margin-bottom: 25px;
    }

    .services {
        margin-bottom: var(--portrait-mobile);
    }

    .service-image {
        min-height: 220px;
        max-height: 220px;
    }

    .service-box {
        max-width: 92%;
        margin-top: -60px;
        padding: 20px 16px;
    }

    .service-icon {
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px;
    }

    .service-title {
        margin-bottom: 6px;
        font-size: 18px;
    }

    .service-main {
        margin-bottom: var(--portrait-mobile);
    }

    .service-main-image {
        min-height: 240px;
        max-height: 240px;
    }

    .reviews {
        margin-bottom: var(--portrait-mobile);
    }

    .review-wrap {
        grid-row-gap: 20px;
    }

    .review-image {
        min-height: 230px;
        max-height: 260px;
    }

    .review-bg {
        background-color: #00000040;
        padding: 16px;
        font-size: 12px;
        font-weight: 400;
    }

    .review-name {
        font-size: 16px;
        font-weight: 500;
    }

    .review-video {
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
    }

    .play-icon {
        max-width: 30%;
        margin-left: 5px;
    }

    .review-bottom {
        grid-column-gap: 0px;
        grid-row-gap: 25px;
        flex-flow: column;
    }

    .review-facts {
        font-size: 26px;
    }

    .value {
        margin-bottom: var(--portrait-mobile);
    }

    .value-bottom {
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
    }

    .value-block {
        grid-row-gap: 12px;
        text-align: center;
        justify-content: flex-start;
        align-items: center;
    }

    .value-heading {
        margin-bottom: 4px;
    }

    .value-wrap {
        grid-row-gap: 20px;
    }

    .value-right {
        grid-row-gap: 30px;
    }

    .value-title {
        font-size: 18px;
    }

    .highlight {
        margin-bottom: var(--portrait-mobile);
    }

    .highlight-wrapper {
        grid-row-gap: 15px;
    }

    .highlight-left {
        padding: 20px;
        font-size: 14px;
        font-weight: 300;
        line-height: 150%;
    }

    .highlight-right {
        grid-column-gap: 0px;
        grid-row-gap: 15px;
        flex-flow: column;
    }

    .highlight-bottom {
        grid-column-gap: 15px;
    }

    .highlight-icon {
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
    }

    .highlight-block {
        max-width: none;
    }

    .about {
        margin-bottom: var(--portrait-mobile);
    }

    .about-wrapper {
        grid-row-gap: 20px;
        margin-bottom: 30px;
    }

    .about-title {
        font-size: 18px;
    }

    .about-tags {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }

    .about-heading {
        font-size: 16px;
    }

    .consulting-img {
        display: none;
    }

    .about-box {
        max-width: none;
        padding: 40px 30px;
    }

    .trusted-by {
        margin-bottom: var(--portrait-mobile);
    }

    .trusted-title {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 150%;
    }

    .trusted-data {
        grid-column-gap: 20px;
    }

    .trusted-logo {
        min-width: 140px;
        max-width: 140px;
        min-height: 36px;
        max-height: 36px;
    }

    .success {
        margin-bottom: var(--portrait-mobile);
    }

    .success-wrapper {
        grid-row-gap: 20px;
    }

    .success-right {
        padding: 20px;
    }

    .success-title {
        font-size: 18px;
    }

    .success-bottom {
        grid-column-gap: 0px;
        grid-row-gap: 20px;
        flex-flow: column;
    }

    .success-block {
        grid-row-gap: 20px;
        max-width: none;
    }

    .statstical-highlight,
    .hero {
        margin-bottom: var(--portrait-mobile);
    }

    .hero-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hero-image {
        min-height: 380px;
        max-height: 420px;
    }

    .hero-title {
        font-size: 28px;
        line-height: 140%;
    }

    .hero-top {
        grid-row-gap: 25px;
        text-align: center;
        justify-content: flex-start;
        align-items: center;
    }

    .hero-button {
        grid-column-gap: 8px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#w-node-_4f8260ca-e6e4-0922-0efb-4dc80a475fba-a0ff0f4b,
#w-node-_4f8260ca-e6e4-0922-0efb-4dc80a475fbf-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4504-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4506-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4509-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c450e-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4513-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4516-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c451a-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c451f-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4522-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4526-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c452b-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c452e-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4532-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4537-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c453a-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c453e-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4543-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4546-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c454a-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c454f-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4552-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4556-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c455b-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c455e-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4562-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4567-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c456a-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c456e-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4573-a0ff0f4b,
#w-node-c6520bc1-2d19-28f2-f203-978c911c4576-a0ff0f4b,
#w-node-_34fc14ca-db88-25b6-a71d-188d22c16a8e-a0ff0f4d,
#w-node-_34fc14ca-db88-25b6-a71d-188d22c16a97-a0ff0f4d,
#w-node-a4f7770d-6265-a5f5-ef66-fa23ffa0fbcd-a0ff0f4e,
#w-node-a4f7770d-6265-a5f5-ef66-fa23ffa0fbd0-a0ff0f4e,
#w-node-a4f7770d-6265-a5f5-ef66-fa23ffa0fbd1-a0ff0f4e,
#w-node-a4f7770d-6265-a5f5-ef66-fa23ffa0fbd3-a0ff0f4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18746789-251e-2610-4ecc-5fb26e0081a8-a0ff0f54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
    #w-node-_18746789-251e-2610-4ecc-5fb26e0081a8-a0ff0f54 {
        grid-column: span 1 / span 1;
    }
}