/* Responsive — original Webflow breakpoints */

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

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
  .slider-section {
      background-color: var(--primary-deep);
      position: relative;
      min-height: auto;
  }
  .slider-content {
      position: relative;
      z-index: 2;
      width: 100%;
  }
  /* Keep content in flow on tablet so the section gets height
     (desktop overlays content absolutely over the slider) */
  body .slide-content-wrap,
  .slide-content-wrap {
      position: relative !important;
      inset: auto !important;
      height: auto !important;
      width: 100%;
      padding-top: 48px !important;
      padding-bottom: 48px !important;
  }
  .slider-wrapper {
      position: absolute;
      inset: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
  }
  .slider-2 {
      height: 100% !important;
      min-height: 100% !important;
  }
  .slider-section .slide-content-wrap > .container {
      height: auto;
      align-items: flex-start;
  }
  .hero-content-wrapper-copy {
      grid-row-gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
  /* Background fills the content-sized section (do not force a short fixed height) */
  .slider-section .slider-2,
  .slider-2 {
      height: 100% !important;
      min-height: 100% !important;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .home-component {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-container {
    max-width: 1440px;
  }

  .services-grid {
    height: 381px;
  }
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .content-chatbot {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-manu {
    z-index: 999;
    color: #fff;
    order: 1;
    padding: 0;
    font-size: 40px;
  }

  .nav-manu.w--open {
    background-color: #0000;
  }

  .button-main {
    padding-left: 50px;
  }

  .button-main.main.top {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .nav-link-items.w--open {
    top: 24.5px;
    left: 0;
  }

  .nav-link-icon {
    color: var(--white);
  }

  .toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .toggle:hover {
    background-color: #0000;
  }

  .link-dropdown {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link {
    color: var(--white);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

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

  .nav-link.mobo {
    color: var(--white);
  }

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

  .nav-link.mobo-copy {
    color: var(--white);
  }

  .nav-link.mobo-copy:hover {
    color: var(--black);
  }

  .link-button-wrapper {
    background-color: var(--logo);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 20px;
  }

  .brand {
    z-index: 999;
    width: 180px;
  }

  .nav-content-wrapper {
    z-index: 9999;
    position: relative;
  }

  .nav-container {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
  }

  .nav-component {
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-component-copy {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

  .nav-link-copy {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-link-copy:hover {
    background-color: #0000;
  }

  .hero-section {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    position: static;
  }

  .hero-content-abs {
    padding-top: 70px;
    padding-bottom: 70px;
    position: static;
  }

  .content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .hero-left-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .hero-right-content {
    width: 100%;
  }

  .top-text {
    font-size: 18px;
  }

  .hero-heading-and-paragraph {
    width: 76%;
  }

  .paragraph, .paragraph._2nd {
    text-align: center;
  }

  .heading-h1 {
    text-align: center;
    font-size: 40px;
  }

  .hero-image {
    width: 100%;
  }

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

  .practices-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pa {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .heading-h2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .heading-h2.c {
    font-size: 3rem;
  }

  .areas-card-wrapper {
    height: 315.219px;
  }

  .heading-h4.cs-h {
    font-size: 30px;
  }

  .line-wrapper.small {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .line {
    width: 150px;
  }

  .colsulting-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .colsulting-content-wrapper {
    flex-flow: column;
    margin-top: 60px;
  }

  .consulting-content-wrapper, .consulting-form-wrapper {
    width: 100%;
  }

  .why-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .why-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: grid;
  }

  .why-card-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
  }

  .why-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .team-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .team-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: block;
  }

  .team-card-wrapper {
    flex-flow: row;
    margin-top: 180px;
  }

  .person {
    height: 321px;
  }

  .person._2 {
    width: 100%;
    height: auto;
  }

  .person.top {
    height: auto;
  }

  .team-person-name {
    font-size: 25px;
  }

  .team-details-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .testmonials-slider {
    height: auto;
    margin-top: 40px;
  }

  .client-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .card-review-text {
    grid-row-gap: 10px;
  }

  .card-gap {
    grid-row-gap: 30px;
  }

  .test-card {
    padding: 20px;
  }

  .client-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    bottom: -12%;
  }

  .icon {
    font-size: 25px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    bottom: -12%;
    left: 8%;
  }

  .icon-2 {
    font-size: 25px;
  }

  .case-content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .successful-case-content-wrapper {
    margin-top: 60px;
  }

  .tab.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-title {
    text-align: center;
    font-size: 16px;
  }

  .card-card {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }

  .case-card-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    padding: 10px;
  }

  .heading-h3 {
    font-size: 20px;
    line-height: 120%;
  }

  .faq-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .faq-wrapper {
    margin-top: 60px;
  }

  .faq {
    padding: 15px;
  }

  .footer-section {
    padding-top: 70px;
  }

  .walsh-footer-wrapper {
    grid-row-gap: 2em;
    width: auto;
  }

  .walsh-main-grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .icon-3 {
    color: var(--logo);
    font-size: 45px;
  }

  .walsh-footer-wrapper-copy {
    grid-row-gap: 1em;
  }

  .right-arrow-copy {
    width: 40px;
    height: 40px;
    bottom: -8%;
    left: 8%;
  }

  .left-arrow-copy {
    width: 40px;
    height: 40px;
    bottom: -8%;
  }

  .cta-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home6-cta_button-row {
    flex: none;
  }

  .home6-feature_text-wrapper {
    text-align: center;
  }

  .home-component {
    padding: 20px;
  }

  .featured-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home6-cta_content {
    margin-right: 3rem;
  }

  .home6-header_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .home6-feature_content {
    flex-flow: column;
  }

  .cta-wrappers {
    grid-column-gap: 3rem;
  }

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

  .home6-feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    min-height: auto;
  }

  .home6-header_content-right {
    justify-content: flex-start;
    align-items: center;
  }

  .home6-feature_item-list {
    width: 100%;
  }

  .home6-feature_component-copy {
    grid-column-gap: 3rem;
    grid-column-gap: 3rem;
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .describetion-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .heading-h2-copy {
    text-align: center;
    font-size: 2rem;
  }

  .about-hero-section {
    height: 35vh;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-us-hero-content {
    width: 100%;
  }

  .mission-and-vission-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .mv-card-wrapper {
    margin-top: 40px;
  }

  .address-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .map-wrapper {
    grid-column-gap: 30px;
  }

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

  .c--top-heading-wrapper {
    width: 70%;
  }

  .contact-form-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-form-wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .name-field-wrapper {
    margin-bottom: 20px;
  }

  .title-wrapper.middle {
    margin-top: 0;
  }

  .who-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .who-content-wrapper {
    flex-flow: column;
  }

  .services-section {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .sevices-card-wrapper {
    margin-top: 60px;
  }

  .top-content-wrapper.cms {
    width: 100%;
  }

  .sp-hero-section {
    padding-top: 70px;
  }

  .sp-content-wrapper {
    margin-top: 60px;
  }

  .max-width {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 80%;
  }

  .rich-text {
    padding-top: 70px;
  }

  .case-study-hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .case-study-content-wrapper {
    width: 90%;
  }

  .cs-wrapper {
    height: 93.5948%;
  }

  .cs {
    height: 315.219px;
  }

  .button-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .sucess-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cs-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-content-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---product-card-image {
    width: 100%;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-h1-wraoer {
    text-align: center;
    font-size: 40px;
  }

  .case-studies-details-section {
    padding-top: 50px;
  }

  .title-wrapper-cs {
    margin-bottom: 40px;
  }

  .details-title.black {
    font-size: 30px;
  }

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .hero-content-wrapper {
    width: 80%;
  }

  .hero-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .step-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .step-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    position: static;
    top: 150px;
  }

  .step-left {
    width: 100%;
  }

  .images-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .step-icon {
    height: auto;
  }

  .client-review-card._1 {
    padding: 20px;
  }

  .review-wrapper {
    column-count: 2;
  }

  .dot-abs {
    right: 25%;
  }

  .dot-abs._2 {
    left: 25%;
  }

  .rich-text-copy {
    padding-top: 70px;
  }

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

  .blog-hero-content {
    width: 100%;
  }

  .blog-content-wrapper-copy {
    margin-top: 60px;
  }

  .chatbot-wrapper {
    bottom: 20px;
    right: 20px;
  }

  .about-details {
    margin-top: 60px;
  }

  .about-details-wrapper {
    width: 100%;
  }

  .about-details-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .nav-button-wrapper-copy {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .heading-h2-2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .about-hero-section-copy, .services-hero-sections {
    height: 35vh;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bloghero-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .case-study-hero-sections {
    height: 40vh;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-content-wrapper-templat {
    margin-top: 40px;
  }

  .case-details-section {
    padding-bottom: 70px;
  }

  .rich-text-block-5 h3 {
    font-size: 1.5rem;
  }

  .blog-title-wrapper {
    margin-bottom: 40px;
  }

  .nav-component-copy {
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-icon-copy {
    color: var(--white);
  }

  .about-hero-section-copy-copy {
    height: 35vh;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-4 {
    width: 100%;
  }

  .h5-copy {
    font-size: 22px;
  }

  /* Height comes from content on tablet; background fills via absolute wrapper */
  .slider-2 {
    height: 100%;
    min-height: 100%;
  }

  .display-heading.hero {
    width: 100%;
    font-size: clamp(36px, 5.5vw, 52px);
  }

  .hero-block {
    bottom: auto;
  }

  .slide-content-wrap {
    padding-top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-main {
    padding: 20px;
  }

  .button-main.form {
    margin-top: 40px;
    font-size: 13px;
    line-height: 100%;
  }

  .nav-link-items.w--open {
    flex-flow: column;
  }

  .brand {
    padding-left: 0;
  }

  .nav-component {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .hero-left-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .hero-heading-and-paragraph {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
  }

  .button-hero {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .paragraph.fooger.left {
    text-align: left;
    padding: 0;
  }

  .heading-h1 {
    text-align: center;
    font-size: 35px;
  }

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

  .pa {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .top-title-wrapper.max-width {
    width: 100%;
  }

  .heading-h2, .heading-h2.centered {
    font-size: 2rem;
  }

  .areas-card-wrapper {
    height: 271px;
  }

  .heading-h4.cs-h {
    font-size: 25px;
  }

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

  .colsulting-content-wrapper {
    margin-top: 40px;
  }

  .consulting-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .field-wrapper, .field-wrapper.flex-copy, .field-wrapper.flex-copy-copy {
    margin-bottom: 15px;
  }

  .field {
    height: 40px;
  }

  .field.big {
    height: 100px;
  }

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

  .why-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .testmonials-slider {
    display: none;
  }

  .card-gap {
    width: 100%;
  }

  .test-card {
    grid-row-gap: 1.5em;
  }

  .client-card-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .icon {
    background-color: var(--logo);
  }

  .case-content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .successful-case-content-wrapper {
    margin-top: 40px;
  }

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

  .tab, .tab.w--current {
    width: auto;
  }

  .card-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

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

  .faq-wrapper {
    margin-top: 40px;
  }

  .bottom-spach {
    min-height: 1.5rem;
    display: none;
  }

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

  .walsh-text-field-single-grey {
    text-align: left;
  }

  .walsh-form-single {
    flex-direction: row;
  }

  .walsh-footer-legal-text {
    line-height: 121%;
  }

  .walsh-main-grid {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .mobo-slide-content {
    margin-top: 60px;
    display: none;
  }

  .right-arrow-copy {
    background-color: var(--logo);
    bottom: 9%;
    left: 12%;
  }

  .left-arrow-copy {
    background-color: var(--logo);
    bottom: 9%;
  }

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

  .button-asle {
    padding: 18px 30px;
  }

  .home6-cta_button-row {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home6-feature_text-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .home-component {
    margin-top: 10px;
  }

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

  .home6-cta_content {
    margin-right: 0;
  }

  .home6-header_content-wrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .cta-button-wrapper {
    margin-left: 0;
    margin-right: 1rem;
  }

  .cta-wrappers {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
  }

  .button-group {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home6-feature_component, .home6-feature_component-copy, .home6-feature_component-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .describetion-wrapper {
    width: 84%;
  }

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

  .page-title {
    font-size: 50px;
  }

  .mission-and-vission-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mv-card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .map-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .cta-map {
    height: 20rem;
  }

  .left {
    padding: 2rem 2rem 2rem 1rem;
  }

  .tc-legal {
    font-size: 30px;
  }

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

  .c--top-heading-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .contact-form-wrapper {
    margin-top: 40px;
  }

  .title-wrapper.middle {
    margin-top: 0;
  }

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

  .services-section {
    padding-top: 50px;
  }

  .sevices-card-wrapper {
    margin-top: 40px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

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

  .sp-content-wrapper {
    border-radius: 10px;
    margin-top: 40px;
  }

  .max-width {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rich-text {
    padding-top: 50px;
  }

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

  .case-study-content-wrapper {
    width: 100%;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .cs {
    height: 271px;
  }

  .button-icon-wrapper {
    width: 40px;
    height: 40px;
  }

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

  .cs-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .content-wrapper-cs {
    justify-content: flex-start;
    align-items: center;
  }

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

  .image-wrapper {
    border-radius: 10px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---product-card-wrapper-v1 {
    width: 100%;
  }

  .brix---badge-secondary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h1-wraoer {
    text-align: center;
    margin-bottom: 40px;
    font-size: 35px;
  }

  .case-studies-details-section {
    padding-top: 50px;
  }

  .title-wrapper-cs {
    margin-bottom: 30px;
  }

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .hero-content-wrapper {
    width: 100%;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-margin-top {
    margin-top: 20px;
  }

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

  .step-card-wrapper {
    padding: 20px 10px 40px;
  }

  .images-wrapper {
    width: 100%;
  }

  .step-icon {
    height: auto;
  }

  .client-review-card {
    width: 100%;
  }

  .client-review-card._1 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review-wrapper {
    column-count: 1;
  }

  .dot-abs {
    right: 20%;
  }

  .dot-abs._2 {
    left: 20%;
  }

  .rich-text-copy {
    padding-top: 50px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

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

  .blog-content-wrapper-copy {
    margin-top: 40px;
  }

  .chatbot-wrapper {
    bottom: 15px;
    right: 15px;
  }

  .about-details {
    margin-top: 40px;
  }

  .about-details-section, .contact-hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-h2-2 {
    font-size: 2rem;
  }

  .about-hero-section-copy, .services-hero-sections, .bloghero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .case-study-hero-sections {
    height: 30vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-content-wrapper-templat {
    margin-top: 30px;
  }

  .case-details-section {
    padding-bottom: 50px;
  }

  .rich-text-block-5 h3 {
    font-size: 1.3rem;
  }

  .nav-component-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .div-block-6, .div-block-7 {
    flex-flow: column;
  }

  .slider-2 {
    height: 100%;
    min-height: 100%;
  }

  .display-heading {
    font-size: 62px;
  }

  .display-heading.hero {
    font-size: 42px;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: 125px;
    position: relative !important;
    inset: auto !important;
    height: auto !important;
  }

  .hero-content-wrapper-copy {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-main {
    align-self: center;
    width: 100%;
    padding: 18px 25px;
    font-size: 16px;
  }

  .button-main._2nd-copy {
    width: 100%;
    padding: 20px 15px;
    font-size: 18px;
  }

  .nav-button-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-link-items.w--open {
    margin-top: 31px;
  }

  .toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link-button-wrapper {
    padding-top: 91px;
    padding-bottom: 119px;
  }

  .brand {
    width: 200px;
  }

  .nav-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-copy {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-section {
    padding-top: 70px;
  }

  .hero-right-content {
    height: 340px;
  }

  .hero-heading-and-paragraph {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-hero {
    flex-flow: wrap;
  }

  .paragraph {
    font-size: 16px;
    line-height: 120%;
  }

  .heading-h1, .heading-h1.heading {
    font-size: 30px;
  }

  .heading-h2 {
    font-size: 32px;
  }

  .heading-h2.centered {
    font-size: 1.5rem;
  }

  .heading-h2.white {
    font-size: 28px;
  }

  .heading-h2.white.centered {
    font-size: 24px;
  }

  .heading-h2.c {
    font-size: 32px;
  }

  .areas-card-wrapper {
    height: auto;
  }

  .heading-h4 {
    font-size: 22px;
  }

  .heading-h4.white {
    font-size: 20px;
  }

  .field-wrapper {
    flex-flow: column;
  }

  .why-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 100px;
    padding: 10px;
  }

  .why-icon-wrapper {
    width: 40px;
    height: 40px;
  }

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

  .team-content-wrapper {
    width: 100%;
  }

  .team-card-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .person {
    width: 100%;
    height: 321px;
  }

  .person.top {
    margin-top: 0;
  }

  .team-person-name {
    font-size: 20px;
  }

  .team-details-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .client-logo {
    max-width: none;
    max-height: 20px;
  }

  .client-profession {
    font-size: 13px;
  }

  .client-name {
    font-size: 1em;
  }

  .client-details {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
  }

  .card-review {
    font-size: 1em;
  }

  .card-gap {
    grid-row-gap: 1.2em;
  }

  .test-card {
    padding: 10px;
  }

  .left-arrow {
    bottom: -4%;
  }

  .right-arrow {
    bottom: -4%;
    left: 17%;
  }

  .faq {
    padding: 10px;
  }

  .walsh-text-field-single-grey {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .walsh-form-single {
    align-items: center;
  }

  .walsh-full-form {
    width: 100%;
  }

  .walsh-form-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-footer-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-footer-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .mobo-slide-content {
    height: 734px;
  }

  .right-arrow-copy {
    bottom: -9%;
    left: 17%;
  }

  .left-arrow-copy {
    bottom: -9%;
  }

  .button-asle {
    text-align: center;
    width: 100%;
    padding: 20px 30px;
  }

  .home-component {
    padding: 0;
  }

  .home6-header_content-wrapper {
    grid-template-columns: 1fr;
  }

  .home6-header_image-wrapper {
    border-radius: 10px;
  }

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

  .cta-wrappers {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    padding: 20px;
  }

  .home6-feature_component, .home6-feature_item-list, .home6-feature_component-copy, .home6-feature_component-copy {
    grid-template-columns: 1fr;
  }

  .heading-h2-copy {
    font-size: 1.6rem;
  }

  .about-hero-section {
    height: 20vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .mission-and-vission-section {
    padding-top: 40px;
  }

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

  .left {
    padding: 1rem;
  }

  .tc-legal {
    font-size: 28px;
  }

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

  .c--top-heading-wrapper {
    width: 100%;
  }

  .sure-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .contact-form-section {
    padding-top: 40px;
  }

  .text-field-area-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .name-field-wrapper {
    margin-bottom: 0;
  }

  .f-sub-heading {
    text-align: center;
  }

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

  .who-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .who-left-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-section {
    padding-top: 40px;
  }

  .sevices-card-wrapper {
    margin-top: 0;
  }

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

  .max-width {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rich-text {
    padding-top: 40px;
  }

  .rich-text-block-2, .rich-text-block-3 {
    font-size: 16px;
  }

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

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .cs {
    height: auto;
  }

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

  .cs-content-wrapper {
    grid-template-columns: 1fr;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---product-card-content {
    padding: 21px 22px 32px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---badge-secondary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h1-wraoer {
    font-size: 33px;
  }

  .heading-h1-wraoer.heading {
    font-size: 30px;
  }

  .case-studies-details-section {
    padding-top: 40px;
  }

  .details-title.black {
    font-size: 25px;
  }

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .hero-component {
    grid-template-columns: 1fr;
  }

  .button-border {
    width: 100%;
  }

  .button-margin-top {
    width: 100%;
  }

  .step-section {
    padding-top: 40px;
  }

  .step-card-wrapper {
    top: 112px;
  }

  .images-wrapper {
    padding: 0;
  }

  .client-review-card {
    padding: 10px;
  }

  .cta-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .h2 {
    font-size: 30px;
  }

  .review-wrapper {
    column-count: 1;
  }

  .dot-abs {
    width: 40px;
    height: 40px;
    right: 10%;
  }

  .dot-abs._2 {
    left: 10%;
  }

  .contact-button-wrapper {
    width: 100%;
  }

  .rich-text-copy {
    padding-top: 40px;
  }

  .collection-list-3 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .chatbot-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-wrapper {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .content-chatbot {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .nav-button-wrapper-copy {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 118px;
  }

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

  .c-button-wrapper {
    width: 100%;
  }

  .heading-h2-2 {
    font-size: 32px;
  }

  .about-hero-section-copy, .services-hero-sections {
    height: 20vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bloghero-section, .case-study-hero-sections {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .case-details-section {
    padding-bottom: 40px;
  }

  .rich-text-block-5 h3 {
    font-size: 1.2rem;
  }

  .nav-component-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-hero-section-copy-copy {
    height: 20vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-2 {
    height: 100%;
    min-height: 100%;
  }

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

  .display-heading.hero {
    margin-bottom: 0;
    font-size: 27px;
  }

  .slide-content-wrap {
    padding: 42px 0% 60px;
    position: relative !important;
    inset: auto !important;
    height: auto !important;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab13-931cab0f, #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab1a-931cab0f, #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab2a-931cab0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab3a-931cab0f {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab4b-931cab0f, #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab4c-931cab0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a2abfdd-bdd5-e97c-4aaa-958eed82d65c-83f57afb, #w-node-_3a2abfdd-bdd5-e97c-4aaa-958eed82d676-83f57afb, #w-node-_3a2abfdd-bdd5-e97c-4aaa-958eed82d68e-83f57afb, #w-node-_3a2abfdd-bdd5-e97c-4aaa-958eed82d6a6-83f57afb, #w-node-_3a2abfdd-bdd5-e97c-4aaa-958eed82d6c0-83f57afb, #w-node-_3a2abfdd-bdd5-e97c-4aaa-958eed82d6d8-83f57afb, #w-node-_3a2abfdd-bdd5-e97c-4aaa-958eed82d6f0-83f57afb {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab13-931cab0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab4b-931cab0f, #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab4c-931cab0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .slide-content-wrap {
      position: relative !important;
      inset: auto !important;
      height: auto !important;
  }

}

@media screen and (max-width: 479px) {
  #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab13-931cab0f, #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab1a-931cab0f, #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab2a-931cab0f, #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab3a-931cab0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab4b-931cab0f, #w-node-bdad37d9-5f02-a4f1-0cd6-aff3931cab4c-931cab0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}