@media (min-width: 1080px) {
  .desktop\:ext-absolute {
    position: absolute !important;
  }

  .desktop\:ext-relative {
    position: relative !important;
  }

  .desktop\:ext-top-base {
    top: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-top-lg {
    top: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext--top-base {
    top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .desktop\:ext--top-lg {
    top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .desktop\:ext-right-base {
    right: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-right-lg {
    right: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext--right-base {
    right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .desktop\:ext--right-lg {
    right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .desktop\:ext-bottom-base {
    bottom: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-bottom-lg {
    bottom: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext--bottom-base {
    bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .desktop\:ext--bottom-lg {
    bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .desktop\:ext-left-base {
    left: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-left-lg {
    left: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext--left-base {
    left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .desktop\:ext--left-lg {
    left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .desktop\:ext-order-1 {
    order: 1 !important;
  }

  .desktop\:ext-order-2 {
    order: 2 !important;
  }

  .desktop\:ext-m-0:not([style*='margin']) {
    margin: 0 !important;
  }

  .desktop\:ext-m-auto:not([style*='margin']) {
    margin: auto !important;
  }

  .desktop\:ext-m-base:not([style*='margin']) {
    margin: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-m-lg:not([style*='margin']) {
    margin: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext--m-base:not([style*='margin']) {
    margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .desktop\:ext--m-lg:not([style*='margin']) {
    margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .desktop\:ext-mx-0:not([style*='margin']) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .desktop\:ext-mx-auto:not([style*='margin']) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .desktop\:ext-mx-base:not([style*='margin']) {
    margin-left: var(--wp--style--block-gap, 1.75rem) !important;
    margin-right: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-mx-lg:not([style*='margin']) {
    margin-left: var(--extendify--spacing--large, 3rem) !important;
    margin-right: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext--mx-base:not([style*='margin']) {
    margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .desktop\:ext--mx-lg:not([style*='margin']) {
    margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .desktop\:ext-my-0:not([style*='margin']) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .desktop\:ext-my-auto:not([style*='margin']) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .desktop\:ext-my-base:not([style*='margin']) {
    margin-top: var(--wp--style--block-gap, 1.75rem) !important;
    margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-my-lg:not([style*='margin']) {
    margin-top: var(--extendify--spacing--large, 3rem) !important;
    margin-bottom: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext--my-base:not([style*='margin']) {
    margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .desktop\:ext--my-lg:not([style*='margin']) {
    margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .desktop\:ext-mt-0:not([style*='margin']) {
    margin-top: 0 !important;
  }

  .desktop\:ext-mt-auto:not([style*='margin']) {
    margin-top: auto !important;
  }

  .desktop\:ext-mt-base:not([style*='margin']) {
    margin-top: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-mt-lg:not([style*='margin']) {
    margin-top: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext--mt-base:not([style*='margin']) {
    margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .desktop\:ext--mt-lg:not([style*='margin']) {
    margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .desktop\:ext-mr-0:not([style*='margin']) {
    margin-right: 0 !important;
  }

  .desktop\:ext-mr-auto:not([style*='margin']) {
    margin-right: auto !important;
  }

  .desktop\:ext-mr-base:not([style*='margin']) {
    margin-right: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-mr-lg:not([style*='margin']) {
    margin-right: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext--mr-base:not([style*='margin']) {
    margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .desktop\:ext--mr-lg:not([style*='margin']) {
    margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .desktop\:ext-mb-0:not([style*='margin']) {
    margin-bottom: 0 !important;
  }

  .desktop\:ext-mb-auto:not([style*='margin']) {
    margin-bottom: auto !important;
  }

  .desktop\:ext-mb-base:not([style*='margin']) {
    margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-mb-lg:not([style*='margin']) {
    margin-bottom: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext--mb-base:not([style*='margin']) {
    margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .desktop\:ext--mb-lg:not([style*='margin']) {
    margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .desktop\:ext-ml-0:not([style*='margin']) {
    margin-left: 0 !important;
  }

  .desktop\:ext-ml-auto:not([style*='margin']) {
    margin-left: auto !important;
  }

  .desktop\:ext-ml-base:not([style*='margin']) {
    margin-left: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-ml-lg:not([style*='margin']) {
    margin-left: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext--ml-base:not([style*='margin']) {
    margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .desktop\:ext--ml-lg:not([style*='margin']) {
    margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .desktop\:ext-block {
    display: block !important;
  }

  .desktop\:ext-inline-block {
    display: inline-block !important;
  }

  .desktop\:ext-inline {
    display: inline !important;
  }

  .desktop\:ext-flex {
    display: flex !important;
  }

  .desktop\:ext-inline-flex {
    display: inline-flex !important;
  }

  .desktop\:ext-grid {
    display: grid !important;
  }

  .desktop\:ext-inline-grid {
    display: inline-grid !important;
  }

  .desktop\:ext-hidden {
    display: none !important;
  }

  .desktop\:ext-w-auto {
    width: auto !important;
  }

  .desktop\:ext-w-full {
    width: 100% !important;
  }

  .desktop\:ext-max-w-full {
    max-width: 100% !important;
  }

  .desktop\:ext-flex-1 {
    flex: 1 1 0% !important;
  }

  .desktop\:ext-flex-auto {
    flex: 1 1 auto !important;
  }

  .desktop\:ext-flex-initial {
    flex: 0 1 auto !important;
  }

  .desktop\:ext-flex-none {
    flex: none !important;
  }

  .desktop\:ext-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .desktop\:ext-flex-shrink {
    flex-shrink: 1 !important;
  }

  .desktop\:ext-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .desktop\:ext-flex-grow {
    flex-grow: 1 !important;
  }

  .desktop\:ext-list-none {
    list-style-type: none !important;
  }

  .desktop\:ext-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-none {
    grid-template-columns: none !important;
  }

  .desktop\:ext-flex-row {
    flex-direction: row !important;
  }

  .desktop\:ext-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .desktop\:ext-flex-col {
    flex-direction: column !important;
  }

  .desktop\:ext-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .desktop\:ext-flex-wrap {
    flex-wrap: wrap !important;
  }

  .desktop\:ext-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .desktop\:ext-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .desktop\:ext-items-start {
    align-items: flex-start !important;
  }

  .desktop\:ext-items-end {
    align-items: flex-end !important;
  }

  .desktop\:ext-items-center {
    align-items: center !important;
  }

  .desktop\:ext-items-baseline {
    align-items: baseline !important;
  }

  .desktop\:ext-items-stretch {
    align-items: stretch !important;
  }

  .desktop\:ext-justify-start {
    justify-content: flex-start !important;
  }

  .desktop\:ext-justify-end {
    justify-content: flex-end !important;
  }

  .desktop\:ext-justify-center {
    justify-content: center !important;
  }

  .desktop\:ext-justify-between {
    justify-content: space-between !important;
  }

  .desktop\:ext-justify-around {
    justify-content: space-around !important;
  }

  .desktop\:ext-justify-evenly {
    justify-content: space-evenly !important;
  }

  .desktop\:ext-justify-items-start {
    justify-items: start !important;
  }

  .desktop\:ext-justify-items-end {
    justify-items: end !important;
  }

  .desktop\:ext-justify-items-center {
    justify-items: center !important;
  }

  .desktop\:ext-justify-items-stretch {
    justify-items: stretch !important;
  }

  .desktop\:ext-justify-self-auto {
    justify-self: auto !important;
  }

  .desktop\:ext-justify-self-start {
    justify-self: start !important;
  }

  .desktop\:ext-justify-self-end {
    justify-self: end !important;
  }

  .desktop\:ext-justify-self-center {
    justify-self: center !important;
  }

  .desktop\:ext-justify-self-stretch {
    justify-self: stretch !important;
  }

  .desktop\:ext-p-0:not([style*='padding']) {
    padding: 0 !important;
  }

  .desktop\:ext-p-base:not([style*='padding']) {
    padding: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-p-lg:not([style*='padding']) {
    padding: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext-px-0:not([style*='padding']) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .desktop\:ext-px-base:not([style*='padding']) {
    padding-left: var(--wp--style--block-gap, 1.75rem) !important;
    padding-right: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-px-lg:not([style*='padding']) {
    padding-left: var(--extendify--spacing--large, 3rem) !important;
    padding-right: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext-py-0:not([style*='padding']) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .desktop\:ext-py-base:not([style*='padding']) {
    padding-top: var(--wp--style--block-gap, 1.75rem) !important;
    padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-py-lg:not([style*='padding']) {
    padding-top: var(--extendify--spacing--large, 3rem) !important;
    padding-bottom: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext-pt-0:not([style*='padding']) {
    padding-top: 0 !important;
  }

  .desktop\:ext-pt-base:not([style*='padding']) {
    padding-top: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-pt-lg:not([style*='padding']) {
    padding-top: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext-pr-0:not([style*='padding']) {
    padding-right: 0 !important;
  }

  .desktop\:ext-pr-base:not([style*='padding']) {
    padding-right: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-pr-lg:not([style*='padding']) {
    padding-right: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext-pb-0:not([style*='padding']) {
    padding-bottom: 0 !important;
  }

  .desktop\:ext-pb-base:not([style*='padding']) {
    padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-pb-lg:not([style*='padding']) {
    padding-bottom: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext-pl-0:not([style*='padding']) {
    padding-left: 0 !important;
  }

  .desktop\:ext-pl-base:not([style*='padding']) {
    padding-left: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .desktop\:ext-pl-lg:not([style*='padding']) {
    padding-left: var(--extendify--spacing--large, 3rem) !important;
  }

  .desktop\:ext-text-left {
    text-align: left !important;
  }

  .desktop\:ext-text-center {
    text-align: center !important;
  }

  .desktop\:ext-text-right {
    text-align: right !important;
  }
}

@media screen and(max-width:991px) {
  body #pagetitle.page-title {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}
#pagetitle .page-title-inner {
  text-align: left;
}




@media screen and (min-width: 992px) {
    #cms-space-64242575b7e3d .cms-space {
        height: 105px;
    }
    #cms-space-6423f0857163d .cms-space {
        height: 105px;
    }
    #cms-space-6424219213e46 .cms-space {
        height: 110px;
    }
    #cms-space-64242192131d3 .cms-space {
        height: 65px;
    }
    #cms-space-6423f5c66714c .cms-space {
        height: 45px;
    }
    #cms-space-6423f5c666bc4 .cms-space {
        height: 56px;
    }
    #cms-space-6423f5c666652 .cms-space {
        height: 110px;
    }
    #cms-space-6423f5c665d4c .cms-space {
        height: 65px;
    }
    #cms-space-64242008a8042 .cms-space {
        height: 80px;
    }
    #cms-space-64242008a5f26 .cms-space {
        height: 40px;
    }
    #cms-space-6423e3170a21d .cms-space {
        height: 95px;
    }
    #cms-space-6423e31708a0b .cms-space {
        height: 40px;
    }
    #cms-space-6424238e0a556 .cms-space {
        height: 90px;
    }
    #cms-space-6424238e07879 .cms-space {
        height: 12px;
    }
    #cms-space-6424238e0681c .cms-space {
        height: 70px;
    }
    #cms-space-6424238e01af4 .cms-space {
        height: 70px;
    }
    #cms-space-6424238e005c3 .cms-space {
        height: 66px;
    }
    #cms-space-6424238e00137 .cms-space {
        height: 110px;
    }
    #cms-space-6424238df3e86 .cms-space {
        height: 65px;
    }
    #cms-space-6424238df3819 .cms-space {
        height: 61px;
    }
    #cms-space-6424238df2e7d .cms-space {
        height: 75px;
    }
    #cms-space-6423ed2bbcb97 .cms-space {
        height: 90px;
    }
    #cms-space-6423ed2bb9d1e .cms-space {
        height: 12px;
    }
    #cms-space-6423ed2bb8f17 .cms-space {
        height: 70px;
    }
    #cms-space-6423ed2bb3615 .cms-space {
        height: 70px;
    }
    #cms-space-6423ed2bb2344 .cms-space {
        height: 66px;
    }
    #cms-space-6423ed2bb1c78 .cms-space {
        height: 110px;
    }
    #cms-space-6423ed2bb1685 .cms-space {
        height: 65px;
    }
    #cms-space-6423ed2bb1019 .cms-space {
        height: 61px;
    }
    #cms-space-6423ed2bb07f0 .cms-space {
        height: 75px;
    }
    #cms-space-642407a08b3ec .cms-space {
        height: 70px;
    }
    #cms-space-6422c0c860514 .cms-space {
        height: 40px;
    }
  #cms-space-6422c0c86475b .cms-space {
    height: 46px;
  }
  #cms-space-6422c0c864b19 .cms-space {
    height: 12px;
  }
  #cms-space-6422c0c86597a .cms-space {
    height: 70px;
  }
  #cms-space-6422c0c86729d .cms-space {
    height: 104px;
  }
  #cms-space-6422c0c867966 .cms-space {
    height: 65px;
  }
  #cms-space-6422c0c8677b4 .cms-space {
    height: 27px;
  }
  #cms-space-642407a08539b .cms-space {
    height: 40px;
  }
  #cms-space-642407a08746b .cms-space {
    height: 80px;
  }
  #cms-space-642407a088de8 .cms-space {
    height: 210px;
}
#cms-space-642407a08a1f9 .cms-space {
    height: 46px;
}
#cms-space-642407a08a64b .cms-space {
    height: 12px;
}
#cms-space-6422c0c863323 .cms-space {
    height: 210px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    #cms-space-64242575b7e3d .cms-space {
        height: 105px;
    }
    #cms-space-6423f0857163d .cms-space {
        height: 105px;
    }
    #cms-space-6424219213e46 .cms-space {
        height: 110px;
    }
    #cms-space-64242192131d3 .cms-space {
        height: 65px;
    }
    #cms-space-6423f5c66714c .cms-space {
        height: 45px;
    }
    #cms-space-6423f5c666bc4 .cms-space {
        height: 56px;
    }
    #cms-space-6423f5c666652 .cms-space {
        height: 110px;
    }
    #cms-space-6423f5c665d4c .cms-space {
        height: 65px;
    }
    #cms-space-64242008a8042 .cms-space {
        height: 80px;
    }
    #cms-space-64242008a5f26 .cms-space {
        height: 40px;
    }
    #cms-space-6423e3170a21d .cms-space {
        height: 95px;
    }
    #cms-space-6423e31708a0b .cms-space {
        height: 40px;
    }
    #cms-space-6424238e0a556 .cms-space {
        height: 90px;
    }
    #cms-space-6424238e07879 .cms-space {
        height: 12px;
    }
    #cms-space-6424238e0681c .cms-space {
        height: 90px;
    }
    #cms-space-6424238e01af4 .cms-space {
        height: 70px;
    }
    #cms-space-6424238e005c3 .cms-space {
        height: 66px;
    }
    #cms-space-6424238e00137 .cms-space {
        height: 110px;
    }
    #cms-space-6424238df3e86 .cms-space {
        height: 65px;
    }
    #cms-space-6424238df3819 .cms-space {
        height: 61px;
    }
    #cms-space-6424238df2e7d .cms-space {
        height: 75px;
    }
    #cms-space-6423ed2bbcb97 .cms-space {
        height: 90px;
    }
    #cms-space-6423ed2bb9d1e .cms-space {
        height: 12px;
    }
    #cms-space-6423ed2bb8f17 .cms-space {
        height: 90px;
    }
    #cms-space-6423ed2bb3615 .cms-space {
        height: 70px;
    }
    #cms-space-6423ed2bb2344 .cms-space {
        height: 66px;
    }
    #cms-space-6423ed2bb1c78 .cms-space {
        height: 110px;
    }
    #cms-space-6423ed2bb1685 .cms-space {
        height: 65px;
    }
    #cms-space-6423ed2bb1019 .cms-space {
        height: 61px;
    }
    #cms-space-6423ed2bb07f0 .cms-space {
        height: 75px;
    }
    #cms-space-642407a08b3ec .cms-space {
        height: 70px;
    }
    #cms-space-6422c0c860514 .cms-space {
        height: 40px;
    }
  #cms-space-6422c0c86475b .cms-space {
    height: 46px;
  }
  #cms-space-6422c0c864b19 .cms-space {
    height: 12px;
  }
  #cms-space-6422c0c86597a .cms-space {
    height: 70px;
  }
  #cms-space-6422c0c86729d .cms-space {
    height: 104px;
  }
  #cms-space-6422c0c8677b4 .cms-space {
    height: 27px;
  }
  #cms-space-6422c0c867966 .cms-space {
    height: 65px;
  }
  #cms-space-642407a08539b .cms-space {
    height: 40px;
  }
  #cms-space-642407a08746b .cms-space {
    height: 60px;
  }
  #cms-space-642407a088de8 .cms-space {
    height: 210px;
}
#cms-space-642407a08a1f9 .cms-space {
    height: 46px;
}
#cms-space-642407a08a64b .cms-space {
    height: 12px;
}
#cms-space-6422c0c863323 .cms-space {
    height: 210px;
}
}
@media (min-width: 782px) {
  .tablet\:ext-absolute {
    position: absolute !important;
  }

  .tablet\:ext-relative {
    position: relative !important;
  }

  .tablet\:ext-top-base {
    top: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-top-lg {
    top: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext--top-base {
    top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .tablet\:ext--top-lg {
    top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .tablet\:ext-right-base {
    right: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-right-lg {
    right: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext--right-base {
    right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .tablet\:ext--right-lg {
    right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .tablet\:ext-bottom-base {
    bottom: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-bottom-lg {
    bottom: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext--bottom-base {
    bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .tablet\:ext--bottom-lg {
    bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .tablet\:ext-left-base {
    left: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-left-lg {
    left: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext--left-base {
    left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .tablet\:ext--left-lg {
    left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .tablet\:ext-order-1 {
    order: 1 !important;
  }

  .tablet\:ext-order-2 {
    order: 2 !important;
  }

  .tablet\:ext-m-0:not([style*='margin']) {
    margin: 0 !important;
  }

  .tablet\:ext-m-auto:not([style*='margin']) {
    margin: auto !important;
  }

  .tablet\:ext-m-base:not([style*='margin']) {
    margin: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-m-lg:not([style*='margin']) {
    margin: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext--m-base:not([style*='margin']) {
    margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .tablet\:ext--m-lg:not([style*='margin']) {
    margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .tablet\:ext-mx-0:not([style*='margin']) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .tablet\:ext-mx-auto:not([style*='margin']) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tablet\:ext-mx-base:not([style*='margin']) {
    margin-left: var(--wp--style--block-gap, 1.75rem) !important;
    margin-right: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-mx-lg:not([style*='margin']) {
    margin-left: var(--extendify--spacing--large, 3rem) !important;
    margin-right: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext--mx-base:not([style*='margin']) {
    margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .tablet\:ext--mx-lg:not([style*='margin']) {
    margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .tablet\:ext-my-0:not([style*='margin']) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .tablet\:ext-my-auto:not([style*='margin']) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .tablet\:ext-my-base:not([style*='margin']) {
    margin-top: var(--wp--style--block-gap, 1.75rem) !important;
    margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-my-lg:not([style*='margin']) {
    margin-top: var(--extendify--spacing--large, 3rem) !important;
    margin-bottom: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext--my-base:not([style*='margin']) {
    margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .tablet\:ext--my-lg:not([style*='margin']) {
    margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .tablet\:ext-mt-0:not([style*='margin']) {
    margin-top: 0 !important;
  }

  .tablet\:ext-mt-auto:not([style*='margin']) {
    margin-top: auto !important;
  }

  .tablet\:ext-mt-base:not([style*='margin']) {
    margin-top: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-mt-lg:not([style*='margin']) {
    margin-top: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext--mt-base:not([style*='margin']) {
    margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .tablet\:ext--mt-lg:not([style*='margin']) {
    margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .tablet\:ext-mr-0:not([style*='margin']) {
    margin-right: 0 !important;
  }

  .tablet\:ext-mr-auto:not([style*='margin']) {
    margin-right: auto !important;
  }

  .tablet\:ext-mr-base:not([style*='margin']) {
    margin-right: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-mr-lg:not([style*='margin']) {
    margin-right: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext--mr-base:not([style*='margin']) {
    margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .tablet\:ext--mr-lg:not([style*='margin']) {
    margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .tablet\:ext-mb-0:not([style*='margin']) {
    margin-bottom: 0 !important;
  }

  .tablet\:ext-mb-auto:not([style*='margin']) {
    margin-bottom: auto !important;
  }

  .tablet\:ext-mb-base:not([style*='margin']) {
    margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-mb-lg:not([style*='margin']) {
    margin-bottom: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext--mb-base:not([style*='margin']) {
    margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .tablet\:ext--mb-lg:not([style*='margin']) {
    margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .tablet\:ext-ml-0:not([style*='margin']) {
    margin-left: 0 !important;
  }

  .tablet\:ext-ml-auto:not([style*='margin']) {
    margin-left: auto !important;
  }

  .tablet\:ext-ml-base:not([style*='margin']) {
    margin-left: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-ml-lg:not([style*='margin']) {
    margin-left: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext--ml-base:not([style*='margin']) {
    margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
  }

  .tablet\:ext--ml-lg:not([style*='margin']) {
    margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
  }

  .tablet\:ext-block {
    display: block !important;
  }

  .tablet\:ext-inline-block {
    display: inline-block !important;
  }

  .tablet\:ext-inline {
    display: inline !important;
  }

  .tablet\:ext-flex {
    display: flex !important;
  }

  .tablet\:ext-inline-flex {
    display: inline-flex !important;
  }

  .tablet\:ext-grid {
    display: grid !important;
  }

  .tablet\:ext-inline-grid {
    display: inline-grid !important;
  }

  .tablet\:ext-hidden {
    display: none !important;
  }

  .tablet\:ext-w-auto {
    width: auto !important;
  }

  .tablet\:ext-w-full {
    width: 100% !important;
  }

  .tablet\:ext-max-w-full {
    max-width: 100% !important;
  }

  .tablet\:ext-flex-1 {
    flex: 1 1 0% !important;
  }

  .tablet\:ext-flex-auto {
    flex: 1 1 auto !important;
  }

  .tablet\:ext-flex-initial {
    flex: 0 1 auto !important;
  }

  .tablet\:ext-flex-none {
    flex: none !important;
  }

  .tablet\:ext-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .tablet\:ext-flex-shrink {
    flex-shrink: 1 !important;
  }

  .tablet\:ext-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .tablet\:ext-flex-grow {
    flex-grow: 1 !important;
  }

  .tablet\:ext-list-none {
    list-style-type: none !important;
  }

  .tablet\:ext-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-none {
    grid-template-columns: none !important;
  }

  .tablet\:ext-flex-row {
    flex-direction: row !important;
  }

  .tablet\:ext-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .tablet\:ext-flex-col {
    flex-direction: column !important;
  }

  .tablet\:ext-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .tablet\:ext-flex-wrap {
    flex-wrap: wrap !important;
  }

  .tablet\:ext-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .tablet\:ext-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .tablet\:ext-items-start {
    align-items: flex-start !important;
  }

  .tablet\:ext-items-end {
    align-items: flex-end !important;
  }

  .tablet\:ext-items-center {
    align-items: center !important;
  }

  .tablet\:ext-items-baseline {
    align-items: baseline !important;
  }

  .tablet\:ext-items-stretch {
    align-items: stretch !important;
  }

  .tablet\:ext-justify-start {
    justify-content: flex-start !important;
  }

  .tablet\:ext-justify-end {
    justify-content: flex-end !important;
  }

  .tablet\:ext-justify-center {
    justify-content: center !important;
  }

  .tablet\:ext-justify-between {
    justify-content: space-between !important;
  }

  .tablet\:ext-justify-around {
    justify-content: space-around !important;
  }

  .tablet\:ext-justify-evenly {
    justify-content: space-evenly !important;
  }

  .tablet\:ext-justify-items-start {
    justify-items: start !important;
  }

  .tablet\:ext-justify-items-end {
    justify-items: end !important;
  }

  .tablet\:ext-justify-items-center {
    justify-items: center !important;
  }

  .tablet\:ext-justify-items-stretch {
    justify-items: stretch !important;
  }

  .tablet\:ext-justify-self-auto {
    justify-self: auto !important;
  }

  .tablet\:ext-justify-self-start {
    justify-self: start !important;
  }

  .tablet\:ext-justify-self-end {
    justify-self: end !important;
  }

  .tablet\:ext-justify-self-center {
    justify-self: center !important;
  }

  .tablet\:ext-justify-self-stretch {
    justify-self: stretch !important;
  }

  .tablet\:ext-p-0:not([style*='padding']) {
    padding: 0 !important;
  }

  .tablet\:ext-p-base:not([style*='padding']) {
    padding: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-p-lg:not([style*='padding']) {
    padding: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext-px-0:not([style*='padding']) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tablet\:ext-px-base:not([style*='padding']) {
    padding-left: var(--wp--style--block-gap, 1.75rem) !important;
    padding-right: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-px-lg:not([style*='padding']) {
    padding-left: var(--extendify--spacing--large, 3rem) !important;
    padding-right: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext-py-0:not([style*='padding']) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .tablet\:ext-py-base:not([style*='padding']) {
    padding-top: var(--wp--style--block-gap, 1.75rem) !important;
    padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-py-lg:not([style*='padding']) {
    padding-top: var(--extendify--spacing--large, 3rem) !important;
    padding-bottom: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext-pt-0:not([style*='padding']) {
    padding-top: 0 !important;
  }

  .tablet\:ext-pt-base:not([style*='padding']) {
    padding-top: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-pt-lg:not([style*='padding']) {
    padding-top: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext-pr-0:not([style*='padding']) {
    padding-right: 0 !important;
  }

  .tablet\:ext-pr-base:not([style*='padding']) {
    padding-right: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-pr-lg:not([style*='padding']) {
    padding-right: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext-pb-0:not([style*='padding']) {
    padding-bottom: 0 !important;
  }

  .tablet\:ext-pb-base:not([style*='padding']) {
    padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-pb-lg:not([style*='padding']) {
    padding-bottom: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext-pl-0:not([style*='padding']) {
    padding-left: 0 !important;
  }

  .tablet\:ext-pl-base:not([style*='padding']) {
    padding-left: var(--wp--style--block-gap, 1.75rem) !important;
  }

  .tablet\:ext-pl-lg:not([style*='padding']) {
    padding-left: var(--extendify--spacing--large, 3rem) !important;
  }

  .tablet\:ext-text-left {
    text-align: left !important;
  }

  .tablet\:ext-text-center {
    text-align: center !important;
  }

  .tablet\:ext-text-right {
    text-align: right !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
    #cms-space-64242575b7e3d .cms-space {
        height: 105px;
    }
    #cms-space-6423f0857163d .cms-space {
        height: 105px;
    }
    #cms-space-6424219213e46 .cms-space {
        height: 110px;
    }
    #cms-space-64242192131d3 .cms-space {
        height: 65px;
    }
    #cms-space-6423f5c66714c .cms-space {
        height: 45px;
    }
    #cms-space-6423f5c666bc4 .cms-space {
        height: 56px;
    }
    #cms-space-6423f5c666652 .cms-space {
        height: 110px;
    }
    #cms-space-6423f5c665d4c .cms-space {
        height: 65px;
    }
    #cms-space-6423e3170a21d .cms-space {
        height: 95px;
    }
    #cms-space-6424238e0a556 .cms-space {
        height: 90px;
    }
    #cms-space-6424238e07879 .cms-space {
        height: 12px;
    }
    #cms-space-6424238e0681c .cms-space {
        height: 90px;
    }
    #cms-space-6424238e01af4 .cms-space {
        height: 70px;
    }
    #cms-space-6424238e005c3 .cms-space {
        height: 66px;
    }
    #cms-space-6424238e00137 .cms-space {
        height: 110px;
    }
    #cms-space-6424238df3e86 .cms-space {
        height: 65px;
    }
    #cms-space-6424238df3819 .cms-space {
        height: 61px;
    }
    #cms-space-6424238df2e7d .cms-space {
        height: 75px;
    }
    #cms-space-6423ed2bbcb97 .cms-space {
        height: 90px;
    }
    #cms-space-6423ed2bb9d1e .cms-space {
        height: 12px;
    }
    #cms-space-6423ed2bb8f17 .cms-space {
        height: 90px;
    }
    #cms-space-6423ed2bb3615 .cms-space {
        height: 70px;
    }
    #cms-space-6423ed2bb2344 .cms-space {
        height: 66px;
    }
    #cms-space-6423ed2bb1c78 .cms-space {
        height: 110px;
    }
    #cms-space-6423ed2bb1685 .cms-space {
        height: 65px;
    }
    #cms-space-6423ed2bb1019 .cms-space {
        height: 61px;
    }
    #cms-space-6423ed2bb07f0 .cms-space {
        height: 75px;
    }
    #cms-space-642407a08b3ec .cms-space {
        height: 70px;
    }
  #cms-space-6422c0c86475b .cms-space {
    height: 46px;
  }
  #cms-space-6422c0c864b19 .cms-space {
    height: 12px;
  }
  #cms-space-6422c0c86597a .cms-space {
    height: 70px;
  }
  #cms-space-6422c0c86729d .cms-space {
    height: 104px;
  }
  #cms-space-6422c0c8677b4 .cms-space {
    height: 27px;
  }
  #cms-space-6422c0c867966 .cms-space {
    height: 65px;
  }
  #cms-space-642407a088de8 .cms-space {
    height: 210px;
}
#cms-space-642407a08a1f9 .cms-space {
    height: 46px;
}
#cms-space-642407a08a64b .cms-space {
    height: 12px;
}
#cms-space-6422c0c863323 .cms-space {
    height: 210px;
}
}
@media screen and (max-width: 575px) {
    #cms-space-64242575b7e3d .cms-space {
        height: 105px;
    }
    #cms-space-6423f0857163d .cms-space {
        height: 105px;
    }
    #cms-space-6424219213e46 .cms-space {
        height: 110px;
    }
    #cms-space-64242192131d3 .cms-space {
        height: 65px;
    }
    #cms-space-6423f5c66714c .cms-space {
        height: 45px;
    }
    #cms-space-6423f5c666bc4 .cms-space {
        height: 56px;
    }
    #cms-space-6423f5c666652 .cms-space {
        height: 110px;
    }
    #cms-space-6423f5c665d4c .cms-space {
        height: 65px;
    }
    #cms-space-6423e3170a21d .cms-space {
        height: 95px;
    }
    #cms-space-6424238e0a556 .cms-space {
        height: 90px;
    }
    #cms-space-6424238e07879 .cms-space {
        height: 12px;
    }
    #cms-space-6424238e0681c .cms-space {
        height: 90px;
    }
    #cms-space-6424238e01af4 .cms-space {
        height: 70px;
    }
    #cms-space-6424238e005c3 .cms-space {
        height: 66px;
    }
    #cms-space-6424238e00137 .cms-space {
        height: 110px;
    }
    #cms-space-6424238df3e86 .cms-space {
        height: 65px;
    }
    #cms-space-6424238df3819 .cms-space {
        height: 61px;
    }
    #cms-space-6424238df2e7d .cms-space {
        height: 75px;
    }
    #cms-space-6423ed2bbcb97 .cms-space {
        height: 90px;
    }
    #cms-space-6423ed2bb9d1e .cms-space {
        height: 12px;
    }
    #cms-space-6423ed2bb8f17 .cms-space {
        height: 90px;
    }
    #cms-space-6423ed2bb3615 .cms-space {
        height: 70px;
    }
    #cms-space-6423ed2bb2344 .cms-space {
        height: 66px;
    }
    #cms-space-6423ed2bb1c78 .cms-space {
        height: 110px;
    }
    #cms-space-6423ed2bb1685 .cms-space {
        height: 65px;
    }
    #cms-space-6423ed2bb1019 .cms-space {
        height: 61px;
    }
    #cms-space-6423ed2bb07f0 .cms-space {
        height: 75px;
    }
    #cms-space-642407a08b3ec .cms-space {
        height: 70px;
    }
  #cms-space-6422c0c86475b .cms-space {
    height: 46px;
  }
  #cms-space-6422c0c864b19 .cms-space {
    height: 12px;
  }
  #cms-space-6422c0c86597a .cms-space {
    height: 70px;
  }
  #cms-space-6422c0c86729d .cms-space {
    height: 104px;
  }
  #cms-space-6422c0c8677b4 .cms-space {
    height: 27px;
  }
  #cms-space-6422c0c867966 .cms-space {
    height: 65px;
  }
  #cms-space-642407a088de8 .cms-space {
    height: 210px;
}
#cms-space-642407a08a1f9 .cms-space {
    height: 46px;
}
#cms-space-642407a08a64b .cms-space {
    height: 12px;
}
#cms-space-6422c0c863323 .cms-space {
    height: 210px;
}
}
