section a {
    color: var(--brand-color-2);
}

p a {
    color: var(--brand-color-2);
    text-decoration: none;
}

.h2--aqua {
    color: var(--brand-color-2);
}

.wpe-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    position: relative;
}

.wpe-columns {
    width: 100%;
    display: flex;
    gap: 40px;
}

.wpe-column {
    display: flex;
    width: 50%;
    gap: var(--content-gap);
}

@media (max-width: 990px) {
    .wpe-columns {
        flex-direction: column;
        gap: 2%;
    }

    .wpe-column {
        width: 100%;
    }
}

.wpe-inner-content {
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
}

.wpe-section-h2-arrow-right .wpe-container {
    display: flex;
    flex-direction: column;
    padding-right: 50px;
}

@media (max-width: 766px) {
    .wpe-section-h2-arrow-right .wpe-container {
        padding-right: 0;
    }
}

.wpe-section-h2-arrow-left .wpe-container {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}

@media (max-width: 766px) {
    .wpe-section-h2-arrow-left .wpe-container {
        padding-left: 0;
    }
}

.show-modal {
    position: relative !important;
    display: flex !important;
}

.wpe-btn {
    background-color: var(--button-color);
    color: var(--white);
    padding: 20px 40px;
    border-radius: 80px;
    text-decoration: none;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
}

.wpe-btn--aqua {
    --button-color: var(--brand-color-2);
}

.wpe-btn:hover,
wpe-btn:active {
    background-color: var(--button-color);
    color: var(--white);
}

.two-btns-container {
    display: flex;
    gap: 20px;
}

@media (max-width: 479px) {
    .two-btns-container {
        flex-wrap: wrap;
    }
}

.two-btns-container .wpe-btn--orange {
    margin-right: 40px;
}

.wpe-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--button-color);
    border-radius: 50px;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wpe-btn:hover:after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid var(--button-color);
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wp-block-button {
    display: flex !important;
}

.feedback-section h2 {
    max-width: 320px;
}

.feedback-section .column-1 {
    width: 30%;
    flex-direction: column;
    position: relative;
}

.feedback-section .column-2 {
    width: 70%;
    padding-top: 150px;
    padding-right: 120px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.feedback-pre-h2 {
    margin-bottom: 40px;
    font-family: var(--font-family);
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.feedback-pre-h2:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: var(--brand-color-3);
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.feedback-line-button {
    position: absolute;
    top: 238px;
    left: 120px;
    flex-direction: row;
    display: flex;
    align-items: flex-end;
}

.feedback-line-button img {
    min-width: 470px;
}

.feedback-section .wpe-btn {
    min-width: fit-content;
}

.feedback-section .arrow-section-container {
    margin: 0;
    position: absolute;
    right: 0;
}

.feedback-section .arrow-section-text {
    min-width: 153px;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.splide__slide {
    opacity: 0.6;
}

.splide__slide.is-active {
    opacity: 1;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: none;
}

.splide__track {
    overflow: visible!important;
}

#thumbnail-carousel li {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#thumbnail-carousel li:last-child {
    margin-right: 0 !important;
}

#thumbnail-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 75px;
}

#thumbnail-carousel .splide__slide.is-active:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    bottom: -25px;
    background-image: url("/wp-content/uploads/Quotemarks.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main-carousel p {
    text-align: end;
    max-width: 900px;
    font-size: 2.4rem;
    line-height: 1.8;
    color: #4f4f4f;
    max-height: 302px;
    overflow-y: scroll;
    padding-right: 10px;
}

#main-carousel li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#main-carousel .client-feedback-name {
    color: #ff6600;
    font-weight: 600;
}

.splide__pagination__page.is-active {
    border: 1px solid #ff6600;
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
}

.splide__pagination__page {
    opacity: 1;
    background-color: #4f4f4f;
    margin: 8px;
    width: 12px;
    height: 12px;
}

.splide__pagination {
    bottom: -20px;
    left: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: flex-end!important;
    width: 100%;
}

.splide__pagination li:last-child .splide__pagination__page {
    margin-right: 0;
}

.feedback-section {
    padding-bottom: 200px;
    position: relative;
}

@media (max-width: 1259px) {
    .feedback-section .wpe-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: static;
    }

    .feedback-section .column-1 {
        width: 100%;
        position: static;
    }

    .feedback-line-button img {
        display: none;
    }

    .feedback-line-button {
        position: absolute;
        top: auto;
        bottom: var(--sec-pad-block);
        left: var(--sec-pad-inline);
    }

    .feedback-section .column-2 {
        padding-top: 0;
        width: 100%;
        padding-left: 60px;
    }
}

@media (max-width: 766px) {
    .feedback-section .column-2 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 478px) {
    #main-carousel p {
        font-size: 2rem;
    }
}

.feedback-section .arrow-left .column-2 {
    padding-right: 0;
}

.feedback-section .arrow-left .column-1 {
    padding-left: 60px;
}

.feedback-section .arrow-left .feedback-line-button {
    left: 150px !important;
}

@media (max-width: 1258px) {
    .feedback-section .column-1 .arrow-comp-wrapper {
        left: var(--sec-pad-inline);
    }
}

@media (max-width: 766px) {
    .feedback-section .arrow-left .column-1 {
        padding-left: 0;
    }
}

@media (max-width: 1258px) {
    .feedback-section .arrow-left .feedback-line-button {
        left: var(--sec-pad-inline) !important;
    }
}

.check-points-text-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    gap: 20px;
}

.check-points-text-container .column {
    width: 50%;
}

.check-text-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.check-text-item img {
    margin-right: 14px;
    margin-top: 6px;
    max-width: 2.1rem;
}

@media (max-width: 478px) {
    .check-points-text-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .check-points-text-container .column {
        width: 100%;
    }
}

.latest-post-section {
    position: relative;
}

.latest-post-section .wpe-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.latest-post-section .column-2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 120px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.latest-post-section .column-2 h2 {
    max-width: 258px;
    text-align: right;
    margin-bottom: 0;
}

.latest-post-section .arrow-section-container {
    margin: 0;
    position: absolute;
    right: 0;
}

.latest-post-section .arrow-section-text {
    min-width: 122px;
}

.latest-post-section .column-1 {
    padding-top: 100px;
}

.latest-posts-line-button {
    position: relative;
    height: 590px;
    width: 480px;
}

.latest-posts-line-button .wpe-btn {
    position: absolute;
    bottom: 0;
    right: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 228px;
}

.latest-post-section #post-icon-carousel .splide__slide {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.latest-post-section #post-icon-carousel-track .splide__slide.is-active {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#post-icon-carousel {
    margin-bottom: 75px;
}

#latest-posts-carousel .latest-posts-title {
    display: block;
    color: var(--brand-color-1);
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-decoration: none;
}

#latest-posts-carousel p {
    font-size: 2.4rem;
    line-height: 1.8;
    color: #4f4f4f;
    max-height: 170px;
    overflow-y: scroll;
    padding-right: 5px;
}

#latest-posts-carousel {
    position: relative;
    width: 100%;
}

.latest-posts-tags span {
    margin-right: 5px;
    font-weight: 700;
}

.latest-posts-tags a {
    color: var(--brand-color-1);
    font-weight: 700;
    text-decoration: none;
}

.latest-posts-tags {
    position: absolute;
    bottom: -100px;
}

.latest-posts-line-button img {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1258px) {
    .latest-post-section .wpe-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: static;
    }

    .latest-posts-line-button img {
        display: none;
    }

    .latest-posts-line-button {
        height: auto;
        width: auto;
        position: absolute;
        top: auto;
        bottom: var(--sec-pad-block);
        left: var(--sec-pad-inline);
    }

    .latest-posts-line-button .wpe-btn {
        position: static;
    }

    .latest-post-section .wpe-column {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: static;
        padding-right: 120px;
    }

    .latest-post-section {
        padding-bottom: 300px;
    }

    .latest-post-section .column-2 h2 {
        text-align: left;
    }

    .latest-post-section .arrow-section-container {
        top: 50%;
        right: var(--sec-pad-inline);
    }
}

@media (max-width: 766px) {
    .latest-post-section .wpe-column {
        padding-right: 0;
    }
}

.arrow-comp-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 20px;
    min-width: 20px;
    height: 100%;
    max-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow-comp-wrapper span {
    position: absolute;
    left: 50%;
    bottom: auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    background: #fff;
    padding: 0 20px;
    font-size: 1.8rem;
}

.arrow-comp-wrapper img {
    margin-top: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.arrow-comp-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: calc(100% - 20px);
    background: var(--brand-color-5);
}

@media (max-width: 766px) {
    .arrow-comp-wrapper {
        display: none;
    }
}

.arrow-comp-wrapper-right {
    left: auto;
    right: 0;
}

.section-block-inner {
    width: 100%;
}

.footer-bottom {
    display: flex;
    padding: 25px var(--sec-pad-inline);
    background: var(--brand-color-1);
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.footer-copyright {
    color: var(--white);
}

.footer-top img {
    max-width: 330px;
    margin-bottom: 60px;
}

.footer-top {
    padding: var(--sec-pad-block) 0;
    position: relative;
    width: 100%;
    max-width: var(--container-width);
    margin-inline: auto;
}

.footer-bottom .text-links-wrapper {
    display: flex;
    gap: 20px;
}

.footer-bottom .text-links-wrapper a {
    color: var(--white);
}

.footer-top .wpe-column {
    flex-direction: column;
    width: 25%;
}

.footer-top h2 {
    font-weight: 700;
    margin-bottom: 38px;
    font-size: clamp(2.8rem, 2.8rem + (1vw - 0.32rem) * 0.4464, 3.3rem);
}

.footer-top a {
    display: flex;
    text-decoration: none;
    color: var(--brand-color-4);
    align-items: flex-start;
    margin-bottom: 8px;
}

.footer-top ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

.footer-top .wpe-column img {
    margin: 5px 5px 0 0;
    min-width: 21.33px;
}

.footer-top .wpe-column .phone-icon {
    padding-right: 6.06px;
    margin-top: 0px;
}

.footer-top .social-media-icons-wrap {
    display: flex;
    gap: 20px;
    margin-top: auto;
}

.footer-top .wp-expert-text {
    margin-bottom: 8px;
}

@media (max-width: 990px) {
    .footer-top .wpe-column {
        width: 48%;
        margin-bottom: 20px;
    }

    .footer-top .wpe-columns {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 766px) {
    .footer-top .wpe-columns {
        flex-direction: column;
    }

    .footer-top .wpe-column {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-top .social-media-icons-wrap {
        position: absolute;
        bottom: 50px;
    }

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

    .footer-top h2 {
        margin-bottom: 22px;
    }
}

.post-password-form {
    padding: var(--sec-pad-block) var(--sec-pad-inline);
}

body#tinymce {
    padding-top: 10px;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--brand-color-1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--brand-color-1);
}

.fluentform .ff-el-form-control {
    border: none;
    border-radius: 35px;
    color: var(--brand-color-5);
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0;
    max-width: 100%;
    padding: 24px 38px;
    background-color: #ffe7d2;
}

select.ff-el-form-control:not([size]):not([multiple]) {
    height: auto;
}

.fluentform .ff-el-form-control:focus {
    background-color: #ffe7d2;
    border-color: transparent;
    color: var(--brand-color-5);
    outline: none;
}

.fluentform .ff-el-form-control::-webkit-input-placeholder {
    color: var(--brand-color-5);
}

.fluentform .ff-el-form-control::-moz-placeholder {
    color: var(--brand-color-5);
}

.fluentform .ff-el-form-control:-ms-input-placeholder {
    color: var(--brand-color-5);
}

.fluentform .ff-el-form-control::-ms-input-placeholder {
    color: var(--brand-color-5);
}

.fluentform .ff-el-form-control::placeholder {
    color: var(--brand-color-5);
}

.fluentform .ff-btn-submit {
    border: none;
    font-size: 1.8rem;
    margin-top: 20px;
    cursor: pointer;
}

.arrow-section-text {
    color: #4f4f4f;
    min-width: 108px;
    font-size: 1.8rem;
}

.arrow-section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 20px;
    overflow: visible;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: clamp(20px, 20px + (1vw - 7.67px) * 13.0095, 170px);
}

@media (max-width: 767px) {
    .arrow-section-container {
        display: none;
    }
}

.arrow-section-top-image {
    min-width: 174px;
    height: 1px;
    margin-right: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.arrow-section-bottom-image {
    min-width: 172px;
    height: 1px;
    margin-left: 20px;
}

.hero-section-home .column-1 h1 {
    line-height: 1.1;
    max-width: 556px;
}

.hero-section-home .column-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-left: 50px;
}

.hero-section-home .column-1 p {
    max-width: 400px;
}

two-btns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    max-width: 1100px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-section-home .arrow-section-container {
    margin: 0;
    position: absolute;
    right: -30px;
}

.video-section-content-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--mar-btm-l);
    padding-left: 50px;
    padding-right: 50px;
}

.hero-section-home .column-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-section-home {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-section-home h2 {
    margin-bottom: var(--mar-btm-l);
}

.video-section-bullet-points {
    width: 100%;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bullet-point-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 16px;
    font-size: 2rem;
    font-weight: 900;
}

.bullet-point-text:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: var(--brand-color-1);
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.your-experts-section-home .column-2 p {
    max-width: 671px;
}

.your-experts-section-home .column-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.your-experts-section-home .arrow-section-text {
    min-width: 164px;
}

.column-graphic {
    width: 660px;
    margin: 0 auto;
}

.hero-section-home .wpe-btn {
    min-width: 192px;
}

.no-frustrations-section-home .arrow-section-text {
    min-width: 144px;
}

.join-us-section-home .arrow-section-text {
    min-width: 162px;
}

@media (max-width: 766px) {
    .hero-section-home .column-1 {
        padding-left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 1258px) {
    .video-section-content-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 766px) {
    .video-section-content-wrapper {
        padding-right: 0;
    }
}

.your-experts-section-home .column-1 {
    position: relative;
    padding-left: 50px;
}

@media (max-width: 766px) {
    .your-experts-section-home .column-1 {
        padding-left: 0;
    }
}

.no-frustrations-section-home .column-1 {
    position: relative;
    padding-left: 50px;
}

@media (max-width: 766px) {
    .no-frustrations-section-home .column-1 {
        padding-left: 0;
    }
}

@media (max-width: 990px) {
    .hero-section-home .column-1 {
        margin-bottom: 50px;
    }

    .your-experts-section-home .column-2 {
        margin-bottom: 50px;
    }

    .no-frustrations-section-home .column-2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 1258px) {
    .latest-post-section .arrow-comp-wrapper {
        top: 50%;
        right: var(--sec-pad-inline);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: 80%;
    }
}

.join-us-section-home .column-1 {
    position: relative;
    padding-left: 50px;
}

@media (max-width: 990px) {
    .join-us-section-home .column-2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 766px) {
    .join-us-section-home .column-1 {
        padding-left: 0;
    }
}

.hero-section-about-us .arrow-section-text {
    min-width: 98px;
}

.hero-section-about-us h1 {
    max-width: 554px;
}

.hero-section-about-us .column-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our-story-section-about-us .column-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.our-story-section-about-us .arrow-section-container {
    position: absolute;
    right: 0;
    margin: 0;
}

.our-story-section-about-us .arrow-section-text {
    min-width: 154px;
}

.our-story-section-about-us .column-graphic {
    width: 268px;
}

.our-story-section-about-us .column-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our-story-section-about-us {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our-story-content p {
    text-align: center;
    margin-bottom: clamp(40px, 2.5rem + (1vw - 3.2px) * 10.7143, 160px);
    max-width: 1360px;
}

.our-story-content .wpe-column p {
    text-align: left;
    margin-bottom: 40px;
}

.our-story-section-about-us .arrow-section-top-image {
    min-width: 558px;
    -o-object-fit: cover;
    object-fit: cover;
}

.our-story-content .wpe-column p:first-of-type {
    margin-bottom: 50px;
}

.our-story-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
}

.our-story-section-about-us .wpe-columns {
    max-width: 1360px;
}

@media (max-width: 766px) {
    .our-story-content {
        padding: 0;
    }
}

.our-story-content p a {
    color: var(--brand-color-1);
}

.our-mission-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
}

.our-mission-content .wpe-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-mission-content .wpe-column h3 {
    font-size: 2.5rem;
    color: var(--brand-color-5);
    max-width: 292px;
    font-weight: 700;
}

.our-mission-content h2 {
    font-size: var(--h2);
    color: var(--brand-color-5);
}

.our-mission-content p {
    max-width: 1100px;
    text-align: center;
    margin-bottom: clamp(50px, 50px + (1vw - 3.2px) * 5.3571, 110px);
}

.our-mission-content h3 {
    color: var(--brand-color-1);
    font-size: clamp(2.5rem, 2.5rem + (1vw - 0.32rem) * 1.7857, 4.5rem);
    text-align: center;
    max-width: 750px;
    margin-top: 0;
}

.our-mission-content .wpe-column img {
    width: 177px;
    margin-bottom: 20px;
}

.our-mission-content .wpe-column p {
    margin-top: auto;
    max-width: 260px;
    margin-bottom: 0;
}

.our-mission-content h2:last-of-type {
    margin-bottom: clamp(50px, 50px + (1vw - 3.2px) * 5.3571, 110px);
}

.our-mission-content .arrow-section-text {
    min-width: 88px;
}

.our-mission-content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1364px;
    margin-left: auto;
    margin-right: auto;
}

.our-mission-content .arrow-section-top-image {
    min-width: 800px;
}

@media (max-width: 1258px) {
    .our-mission-content-text .wpe-column {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media (max-width: 990px) {
    .our-mission-content-text .wpe-column {
        width: 100%;
    }
}

@media (max-width: 1258px) {
    .our-mission-content-text .wpe-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2%;
    }
}

.meet-team-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
}

.meet-team-content .arrow-section-container {
    position: absolute;
    right: 0;
    margin: 0;
}

.meet-team-content .wpe-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.meet-team-content .arrow-section-text {
    min-width: 164px;
}

.meet-team-content .column-1 {
    width: 25%;
}

.meet-team-content .column-2 {
    width: 75%;
    gap: var(--content-gap);
}

.meet-team-content .column-graphic {
    margin: 0;
    width: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.meet-team-content h2 {
    color: var(--brand-color-5);
}

.meet-team-title {
    color: var(--brand-color-1);
}

.meet-team-social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.meet-team-social-icons {
    margin-right: 30px;
}

.meet-team-content a {
    color: var(--brand-color-1);
}

.meet-team-content .wpe-column h2 {
    margin-bottom: 0;
    color: var(--brand-color-1);
}

.meet-team-content .wpe-columns {
    padding: clamp(40px, 2.5rem + (1vw - 3.2px) * 4.4643, 90px) 0;
    max-width: 1320px;
}

.meet-team-content .wpe-columns:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 990px) {
    .meet-team-content .wpe-columns:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.meet-team-content .wpe-columns:nth-child(odd) .column-1 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 990px) {
    .meet-team-content .wpe-columns:nth-child(odd) .column-1 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.meet-team-content .wpe-columns:nth-last-of-type(2) {
    padding-bottom: 0;
}

.meet-team-social-wrapper p {
    margin-bottom: 0;
}

@media (max-width: 990px) {
    .meet-team-content .column-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .meet-team-content .column-2 {
        width: 100%;
    }
}

@media (max-width: 766px) {
    .meet-team-social-wrapper p {
        width: 100%;
        margin-top: 20px;
    }

    .meet-team-content {
        padding-right: 0;
    }
}

.hero-section-about-us .column-1 {
    position: relative;
    padding-left: 50px;
}

@media (max-width: 990px) {
    .hero-section-about-us .column-2 {
        margin-bottom: 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 766px) {
    .hero-section-about-us .column-1 {
        padding-left: 0;
    }

    .our-mission-section-about-us .our-mission-content {
        padding-left: 0;
    }
}

.web-portfolio-items-content h2 {
    font-size: var(--h2);
    color: var(--brand-color-5);
    max-width: 1088px;
    text-align: center;
    margin-bottom: 50px;
}

.web-portfolio-items-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
}

.web-portfolio-items-content p {
    max-width: 1360px;
    text-align: center;
    margin-bottom: var(--mar-xl);
}

.web-portfolio-items-content .portfolio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("https://wpexpert.ca/wp-content/uploads/maytree.com_-scaled.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 224px;
    -webkit-transition: background-position 3s;
    -o-transition: background-position 3s;
    transition: background-position 3s;
    text-decoration: none;
}

.web-portfolio-items-content .portfolio-item:hover {
    background-position: center bottom;
    -webkit-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
}

.portfolio-item-content h2 {
    font-size: 2.8rem;
    margin-bottom: 5px;
    max-width: 300px;
}

.portfolio-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.portfolio-item-content span {
    background-color: var(--brand-color-1);
    color: var(--white);
    padding: 5px 15px 5px 15px;
    font-size: 1.6rem;
    border-radius: 50px;
    margin-bottom: 10px;
}

.portfolio-item-content p {
    max-width: 300px;
    margin-bottom: 0;
    font-size: 1.8rem;
}

.portfolio-item-content:hover {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.web-portfolio-items-content .grid-container {
    max-width: 1360px;
}

@media (max-width: 766px) {
    .web-portfolio-items-content {
        padding-right: 0;
    }
}

.hero-single-portfolio .column-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-left: 50px;
}

.hero-single-portfolio h1 {
    max-width: 650px;
}

.created-section-single-portfolio .column-graphic {
    max-height: 540px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    margin: 0;
}

.created-section-single-portfolio .column-2 p {
    max-width: 674px;
}

.created-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
}

.created-section-content .wpe-columns {
    margin-bottom: clamp(50px, 3.125rem + (1vw - 3.2px) * 4.4643, 100px);
}

.technology-container {
    width: 100%;
}

.technology-container p {
    max-width: 1500px;
    margin: 0;
}

@media (max-width: 990px) {
    .created-section-content .column-2 {
        margin-bottom: 50px;
    }

    .created-section-single-portfolio .column-graphic {
        margin: 0 auto;
    }

    .hero-single-portfolio .column-1 {
        margin-bottom: 50px;
    }
}

@media (max-width: 766px) {
    .created-section-content {
        padding: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hero-single-portfolio .column-1 {
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 766px) {
    .design-process-p {
        text-align: left;
    }
}

.testimonial-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px;
}

.client-image-wrapper-single-portfolio:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    bottom: -25px;
    background-image: url("/img/1.0_Homepage/02_Icons/Quotemarks.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.client-image-wrapper-single-portfolio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.testimonial-section-content h2 {
    font-weight: 700;
    margin-bottom: 5px;
}

.client-title-single-portfolio {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 35px;
}

.testimonial-section-content p {
    max-width: 1088px;
    text-align: center;
    font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.3571, 2.6rem);
}

@media (max-width: 766px) {
    .testimonial-section-content {
        padding: 0;
    }
}

.client-image-wrapper-single-portfolio img {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 50%;
}

.design-process-p {
    max-width: 1088px;
    text-align: center;
    margin-bottom: clamp(50px, 50px + (1vw - 3.2px) * 8.0357, 140px);
}

.hero-section-web-design-service .column-graphic {
    width: 417px;
}

.hero-section-web-design-service .column-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-left: 50px;
    width: 60%;
}

.hero-section-web-design-service h1 {
    max-width: 736px;
}

.hero-section-web-design-service .column-2 {
    width: 40%;
}

.h1-pre-text {
    font-size: 3rem;
    font-weight: 900;
    color: var(--brand-color-1);
    margin-bottom: 20px;
}

@media (max-width: 990px) {
    .hero-section-web-design-service .column-1 {
        width: 100%;
        margin-bottom: 50px;
    }

    .hero-section-web-design-service .column-2 {
        width: 100%;
    }
}

@media (max-width: 766px) {
    .hero-section-web-design-service .column-1 {
        padding: 0;
    }
}

.intro-section-web-design-services .intro-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
    gap: var(--content-gap);
}

.intro-section-web-design-services p {
    max-width: 1360px;
    text-align: center;
    margin-bottom: 0;
}

.intro-section-web-design-services p:first-of-type {
    margin-bottom: clamp(50px, 50px + (1vw - 3.2px) * 5.3571, 110px);
}

.intro-section-web-design-services h2:first-of-type {
    font-size: var(--h1-m);
    color: var(--brand-color-5);
    max-width: 1174px;
}

@media (max-width: 766px) {
    .intro-section-web-design-services .intro-section-content {
        padding: 0;
    }
}

.intro-section-web-design-services h2 {
    text-align: center;
}

.content-is-king-section .content-is-king-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 60px;
}

.content-is-king-section-content p {
    max-width: 674px;
}

.content-is-king-section-content .column-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-is-king-section-content .wpe-columns {
    margin-bottom: clamp(50px, 50px + (1vw - 3.2px) * 11.6071, 180px);
}

.content-is-king-section-content .column-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-is-king-columns .column-graphic {
    width: 580px;
}

.expanding-your-kingdom-columns .column-graphic {
    width: 380px;
}

.what-is-web-design-columns .column-graphic {
    width: 380px;
}

.protect-my-kingdom-columns .column-graphic {
    width: 700px;
}

@media (max-width: 990px) {
    .content-is-king-columns .column-1 {
        margin-bottom: 50px;
    }

    .what-is-web-design-columns .column-2 {
        margin-bottom: 50px;
    }

    .expanding-your-kingdom-columns .column-1 {
        margin-bottom: 50px;
    }

    .protect-my-kingdom-columns .column-2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 766px) {
    .content-is-king-section .content-is-king-section-content {
        padding: 0;
    }
}

.content-is-king-section-content h2 {
    max-width: 674px;
}

.design-dev-section .wpe-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
}

.design-dev-section .wpe-btn--aqua {
    margin-bottom: clamp(50px, 3.125rem + (1vw - 3.2px) * 22.3214, 300px);
}

.three-text-columns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    gap: 20px;
}

.three-text-columns .column {
    width: 33.3%;
}

.design-dev-section .column-1 .column-graphic {
    width: 376px;
}

.design-dev-section .wpe-column p {
    max-width: 674px;
}

.content-is-king-section .wpe-columns:nth-child(3) {
    margin-bottom: 0;
}

.design-portfolio-web-design-services .intro-section-design-portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
}

.design-portfolio-web-design-services p {
    text-align: center;
    max-width: 1300px;
    margin-bottom: 60px;
}

.design-portfolio-web-design-services .portfolio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("../../img/Web%20Portfolio/canada.coop.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 224px;
    -webkit-transition: background-position 3s;
    -o-transition: background-position 3s;
    transition: background-position 3s;
    text-decoration: none;
}

.design-portfolio-web-design-services .grid-container {
    max-width: 1360px;
    margin-bottom: 130px;
}

.design-portfolio-web-design-services .portfolio-item-content h2 {
    font-size: 2.8rem;
    margin-bottom: 5px;
    max-width: 300px;
}

.design-portfolio-web-design-services .portfolio-item-content p {
    max-width: 300px;
    margin-bottom: 0;
    font-size: 1.8rem;
}

.pricing-packages-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 60px;
}

.pricing-package__price {
    font-size: 3.5rem;
    color: var(--brand-color-1);
    font-weight: 700;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 0;
}

.pricing-package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pricing-package__list {
    padding-left: 20px;
    margin-bottom: 50px;
}

.pricing-package__icon {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-package__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-package__title {
    color: var(--brand-color-5);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.pricing-package__bullet-title {
    margin-bottom: 25px;
    font-weight: 900;
}

.pricing-package__price-title {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 1.8rem;
}

.pricing-package__inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 70px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1019607843);
    font-size: 1.6rem;
    width: 100%;
}

.pricing-package__currency {
    margin-bottom: 0;
}

.pricing-package__list-item--orange {
    color: var(--brand-color-1);
}

.pricing-packages-wrapper {
    max-width: 1380px;
    margin-bottom: 100px;
}

.pricing-packages-p {
    max-width: 1088px;
    text-align: center;
    margin-bottom: clamp(50px, 3.125rem + (1vw - 3.2px) * 13.3929, 200px);
}

.pricing-packages-p:first-of-type {
    margin-bottom: 100px;
}

.pricing-package__monthly {
    font-size: 2.5rem;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

@media (max-width: 766px) {
    .pricing-packages-content {
        padding-left: 0;
    }
}

@media (max-width: 478px) {
    .pricing-package__inner-wrapper {
        padding: 50px 30px;
    }
}

.faq-section-arrow-right .faq-intro-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
}

.faq-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1364px;
    margin-bottom: 30px;
    overflow: hidden;
}

.faq-item-wrapper__title-wrapper {
    background-color: rgba(255, 134, 32, 0.1019607843);
    padding: 44px;
}

.faq-item-wrapper__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.5rem;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
    position: relative;
}

.faq-item-wrapper__title:before {
    content: "+";
    font-size: 3rem;
    color: var(--brand-color-1);
    display: block;
    position: absolute;
    left: 0;
}

.faq-item-wrapper__content-wrapper {
    display: none;
    padding: 44px;
}

.faq-item-wrapper__content {
    margin: 0;
}

.faq-item-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 766px) {
    .design-dev-section .wpe-container {
        padding-right: 0px;
    }
}

@media (max-width: 478px) {
    .three-text-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 766px) {
    .design-portfolio-web-design-services .intro-section-design-portfolio {
        padding-right: 0;
    }

    .faq-section-arrow-right .faq-intro-section {
        padding-right: 0;
    }
}

@media (max-width: 478px) {
    .faq-item-wrapper__title {
        padding-left: 30px;
    }
}

.faq-items-inner {
    width: 100%;
    max-width: 1364px;
}

.pricing-package__btn {
    margin-top: 75px;
}

.faq-title-active:before {
    content: "-";
}

.contact-us-section .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.contact-us-section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: var(--brand-color-4);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8px;
}

.contact-us-section .column-2 img {
    margin: 5px 5px 0 0;
    min-width: 21.33px;
}

.contact-us-section .arrow-comp-wrapper img {
    margin: auto;
    margin-bottom: 0;
    min-width: none;
}

.contact-us-section .column-2 .phone-icon {
    padding-right: 6.06px;
    margin-top: 0px;
}

.contact-us-section h2 {
    text-align: left;
}

.contact-us-section .fluentform {
    width: 100%;
}

.contact-us-section .wpe-columns {
    gap: 100px;
}

.blog-posts-section .wpe-container {
    padding-right: 60px;
}

@media (max-width: 766px) {
    .blog-posts-section .wpe-container {
        padding-right: 0px;
    }
}

.posts-wrapper__content-wrapper {
    display: flex;
    padding-top: 30px;
    flex-direction: column;
    flex-grow: 1;
    gap: var(--content-gap);
}

.posts-wrapper {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--body-text);
}

.posts-wrapper__heading {
    color: var(--brand-color-5);
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.posts-wrapper___author-name {
    color: var(--brand-color-1);
}

.posts-wrapper___button {
    max-width: 270px;
    margin-bottom: 0px;
    margin-top: auto;
}

.posts-wrapper___author-by {
    font-size: 1.8rem;
}

.blog-posts-section .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.posts-wrapper__image {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-posts-section {
    padding-top: 0;
}

.blog-posts-section .wpgb-facet button.wpgb-button {
    height: auto;
    max-height: unset;
    margin: 0;
    padding: 20px 40px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    font-style: unset;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    text-decoration: unset;
    text-transform: none;
    -webkit-appearance: none;
    -webkit-transition: background-color ease 0.25s;
    -o-transition: background-color ease 0.25s;
    transition: background-color ease 0.25s;
    background-color: var(--aqua);
}

.blog-posts-section .wpgb-facet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 766px) {
    .blog-posts-section .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

.number-box {
    max-width: 674px;
    margin-bottom: 90px;
}

.number-box__number-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}

.number-box__number {
    margin-right: 20px;
}

.number-box__heading {
    margin-bottom: 0;
    color: var(--black);
}

.number-box:nth-child(odd) {
    margin-left: auto;
}

.logo-design-process-section .wpe-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-left: 60px;
}

@media (max-width: 766px) {
    .logo-design-process-section .wpe-container {
        padding-left: 0;
    }
}

.pricing-packages-section .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.check-comp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.check-comp__check-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.check-comp__heading {
    margin-bottom: 0;
    color: var(--brand-color-5);
}

.check-comp__check {
    margin-right: 10px;
}

.check-comp__text {
    max-width: 600px;
    font-size: 2rem;
}

.maintenance-check-columns .column-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 990px) {
    .maintenance-check-columns .column-1 {
        padding-top: 50px;
    }
}

.guarantee-heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.guarantee-heading-wrapper h2 {
    font-size: var(--h2);
    max-width: 600px;
}

.icon-text-comp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.3%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-text-comp__text {
    margin: 0;
    font-size: 2.4rem;
}

.icon-text-comp__icon {
    margin-right: 40px;
    width: 40px;
}

.guarantee-icons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.guarantee-heading-text-wrapper {
    width: 64%;
}

@media (max-width: 990px) {
    .guarantee-heading-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .guarantee-heading-text-wrapper {
        padding-top: 50px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .icon-text-comp {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 80px;
    }

    .guarantee-icons-wrapper {
        max-width: 420px;
        margin-inline: auto;
    }

    .guarantee-heading-wrapper h2 {
        text-align: center;
    }
}

.free-tools-wrapper__logo {
    max-width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    max-height: 100px;
}

.free-tools-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.free-tools-wrapper__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: rgba(255, 134, 32, 0.2);
    overflow: hidden;
    margin-bottom: 40px;
}

.free-tools-wrapper__heading {
    color: var(--brand-color-5);
    text-align: center;
}

.free-tools-wrapper__text {
    text-align: center;
}

.free-tools-wrapper__btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

.free-tools-wrapper__content-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: var(--content-gap);
}

.free-tools-wrapper__a-h2 {
    text-decoration: none;
    color: var(--brand-color-5);
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
    border-color: var(--brand-color-1) !important;
    background-color: var(--brand-color-1) !important;
}

.free-tools-single .column-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-left: 50px;
}

@media (max-width: 766px) {
    .free-tools-single .column-1 {
        padding-left: 0;
        padding-top: 50px;
    }
}

.free-tools-single .wpe-btn {
    margin-bottom: 40px;
}

.free-tools-single h2 {
    color: #3b3b3b;
}

.free-tools-single p a {
    color: var(--brand-color-1);
}

.free-tools-single .column-2 img {
    max-width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    max-height: 200px;
}

.single-free-tools-column-2-sphere {
    background-color: rgba(255, 134, 32, 0.2);
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    margin-inline: auto;
}

.free-tools-single .column-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 990px) {
    .free-tools-single .column-2 {
        margin-bottom: 50px;
    }
}

.stop-wor-section-otf .column-1 {
    position: relative;
    padding-left: 100px;
}

.stop-wor-section-otf .column-graphic {
    max-width: 450px;
}

.otf-icon-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
}

.otf-icon-box__icon {
    margin-left: auto;
    margin-right: auto;
}

.otf-icon-box__heading {
    font-size: 2rem;
}

.otf-icon-box__text {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.otf-why-grid {
    align-items: start !important;
    max-width: 1600px;
    margin-inline: auto;
}

@media (max-width: 766px) {
    .stop-wor-section-otf .column-1 {
        padding-left: 0;
    }
}

.otf-why-heading {
    color: var(--brand-color-4);
}

.otf-cta-section .column-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.otf-cta-section .wpe-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
}

.otf-price {
    font-size: var(--h2);
    margin: 0 10px 0 0;
}

.otf-price-wapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.otf-price-wapper p {
    font-size: 4rem;
    text-decoration: line-through;
    position: relative;
    top: 30px;
}

@media (max-width: 766px) {
    .otf-cta-section .wpe-container {
        padding-right: 0;
    }
}

.otf-modal .column-1 {
    width: 32%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.otf-modal .column-2 {
    width: 68%;
    align-items: center;
}

.otf-modal {
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 231, 210, 0.9607843137);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    overflow: auto;
}

.otf-modal-icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #9b9b9d;
}

.otf-modal-icon-text___icon {
    font-size: 3rem;
    margin-right: 10px;
}

.otf-modal-icon-text___text b {
    font-size: 1.6rem;
}

.otf-modal-icon-text___text {
    font-size: 1.4rem;
}

.otf-modal-icon-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.otf-modal .flex-col-start {
    width: 100%;
    align-items: stretch;
}

.otf-modal-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1000px;
    padding: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.otf-modal .column-graphic {
    margin-bottom: 30px;
}

.otf-modal-star-rating {
    max-width: 150px;
}

.otf-close-modal {
    position: absolute;
    color: red;
    right: 0;
    top: 0;
    cursor: pointer;
}

.otf-cta-btn {
    cursor: pointer;
}

.otf-testimonial-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.otf-testimonial-p {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.otf-testimonial-wrapper__img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.otf-testimonial-wrapper p {
    margin-bottom: 0;
    font-size: 1.6rem;
}

.otf-testimonial-wrapper p b {
    font-size: 1.8rem;
}

.end-goal-seo .column-1 {
    position: relative;
    padding-left: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 766px) {
    .end-goal-seo .column-1 {
        padding-left: 0;
        padding-top: 50px;
    }
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.text-center {
    text-align: center;
}

.p-link-main a {
    color: var(--brand-color-1);
}

.p-link-secondary a {
    color: var(--brand-color-2);
}

.grid-container {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gtc-40 {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

@media (max-width: 990px) {
    .flex-tab-col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .gtc-40 {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

.h2-l-grey {
    font-size: var(--h2);
    color: var(--brand-color-5);
    text-align: center;
}

.mic {
    margin-inline: auto;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mbf-16 {
    margin-bottom: clamp(50px, 50px + (1vw - 3.2px) * 9.8214, 160px);
}

.mbf-18 {
    margin-bottom: clamp(50px, 50px + (1vw - 3.2px) * 11.6071, 180px);
}

.mw-10 {
    max-width: 100px;
}

.mw-20 {
    max-width: 200px;
}

.mw-30 {
    max-width: 300px;
}

.mw-40 {
    max-width: 400px;
}

.mw-50 {
    max-width: 500px;
}

.mw-60 {
    max-width: 600px;
}

.mw-70 {
    max-width: 700px;
}

.mw-80 {
    max-width: 800px;
}

.mw-90 {
    max-width: 900px;
}

.mw-100 {
    max-width: 1000px;
}

.mw-110 {
    max-width: 1100px;
}

.mw-120 {
    max-width: 1200px;
}

.mw-130 {
    max-width: 1300px;
}

.mw-140 {
    max-width: 1400px;
}

.mw-fc {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.gap-10 {
    gap: 100px;
}

@media (max-width: 990px) {
    .pt-5-vw-l {
        padding-top: 50px;
    }
}

.hero-single-post h1 {
    font-size: var(--h1-m);
}

.hero-single-post .column-2 {
    align-items: flex-start;
}

.single-post-content .wpe-container {
    max-width: 100rem;
    display: flex;
    flex-direction: column;
    padding-right: 50px;
    gap: var(--content-gap);
}

.single-post-content p {
    max-width: 100%;
}

.hero-single-post {
    padding-bottom: 0;
}

.main-nav ul .cta-text a {
    color: var(--brand-color-1);
}

.logo-back-graphic {
    transform: rotate(-25deg) translate(60px, -118px);
    transition: 0.8s;
    background-color: #ffe6d1;
    position: absolute;
    z-index: -1;
    width: 800px;
    left: -60px;
    border-bottom-left-radius: 40px;
    height: 250px;
}

header.sticky .logo-back-graphic {
    transform: rotate(0deg) translate(-25px, 0px);
    width: 200px;
    height: 65px;
    min-height: 0;
    left: 0;
    border-radius: 40px;
}

@media (max-width: 767px) {
    .logo-back-graphic {
        transform: rotate(-25deg) translate(60px, -190px);
    }
}

@media (max-width: 478px) {
    .logo-back-graphic {
        display: none;
    }
}

.wpe-column .flex-col-start {
    gap: var(--content-gap);
}

footer .container {
    padding: 0 var(--sec-pad-inline);
    max-width: 100%;
}

.star-rating {
    width: 3rem;
}

.posts-wrapper:hover {
    color: var(--body-text);
}

.privacy-policy article,
.terms-of-service article {
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
}

.single-post-content .arrow-comp-wrapper.arrow-comp-wrapper-right {
    min-height: 210px;
}

body.page-id-651 {
    background-color: white;
}

@media (max-width:479px) {
    .back-to-top {
        bottom: 7rem;
    }
}