:root {
  --color__purplemid: #8006A6;
  --color__purple: #D45BFA;
  --color__tealmid: #31F4C5;
  --color__teal: #0AF6BD;
  --color__black: #111112;
}

h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, p:empty, ul:empty, ol:empty {
  display: none;
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

.btn:focus {
  outline-offset: 4px;
}

.image-buttons .image-buttons__wrapper.has-columns--3 {
  --columns: 3;
}
.image-buttons .image-buttons__wrapper.has-columns--4 {
  --columns: 4;
}
.image-buttons .image-buttons__wrapper.has-columns--5 {
  --columns: 5;
}
.image-buttons .image-buttons__wrapper.has-columns--5 .image-button-item {
  flex: 0 1 100%;
}
@media (min-width: 1024px) {
  .image-buttons .image-buttons__wrapper.has-columns--5 .image-button-item {
    flex: 0 1 50%;
  }
}
@media (min-width: 1200px) {
  .image-buttons .image-buttons__wrapper.has-columns--5 .image-button-item {
    flex: 0 1 25%;
  }
}
@media (min-width: 1400px) {
  .image-buttons .image-buttons__wrapper.has-columns--5 .image-button-item {
    flex: 0 1 20%;
  }
}
.image-buttons .image-buttons__wrapper .image-button-item {
  flex: 0 1 calc(100% / var(--columns));
}
@media (max-width: 1024px) {
  .image-buttons .image-buttons__wrapper .image-button-item {
    flex: 0 1 50%;
  }
}
@media (max-width: 667px) {
  .image-buttons .image-buttons__wrapper .image-button-item {
    flex: 0 1 100%;
  }
}
.image-buttons .image-buttons__wrapper .image-button-item .image-button:focus-within .image-button__hover::before {
  height: 395px;
}
.image-buttons .image-buttons__wrapper .image-button-item:hover .image-button__cta .learn_more_text {
  opacity: 1;
}
.image-buttons .image-buttons__wrapper .image-button-item:focus-within .image-button__details {
  opacity: 1;
}
.image-buttons .image-buttons__wrapper .image-button-item:focus-within .image-button__hover::before {
  background: linear-gradient(to bottom, rgba(39, 39, 47, 0.8) 0%, rgba(39, 39, 47, 0.8) 100%);
}
@media (min-width: 1200px) {
  .image-buttons .image-buttons__wrapper .image-button-item:focus-within .image-button__hover h3 {
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
}
.image-buttons .image-buttons__wrapper .image-button-item:focus-within .image-button__cta {
  opacity: 1;
}
.image-buttons .image-buttons__wrapper .image-button-item .image-button__cta {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1em;
  opacity: 1;
  right: 12px;
  color: var(--color__tealmid);
}
.image-buttons .image-buttons__wrapper .image-button-item .image-button__cta .learn_more_text {
  color: currentColor;
  transition: opacity 0.25s linear, color 0.25s linear;
  opacity: 0;
}
@media (max-width: 1200px) {
  .image-buttons .image-buttons__wrapper .image-button-item .image-button__cta .learn_more_text {
    display: none;
  }
}
.image-buttons .image-buttons__wrapper .image-button-item .image-button__cta .learn_more_icon {
  color: currentColor;
}
.image-buttons .image-buttons__wrapper .image-button-item .image-button__cta .learn_more_icon::after {
  transition: color 0.25s linear;
  font-weight: normal;
  content: "\e90a";
  color: currentColor;
  display: flex;
  font-family: "icomoon";
  text-transform: none;
  font-style: normal;
}
.image-buttons .image-buttons__wrapper .image-button-item .image-button__cta:hover {
  text-decoration: none;
}
.image-buttons .image-buttons__wrapper .image-button-item .image-button__cta:hover .learn_more_text {
  text-decoration: underline;
}
.image-buttons .image-buttons__wrapper .image-button-item .image-button__cta:focus, .image-buttons .image-buttons__wrapper .image-button-item .image-button__cta:focus-visible {
  text-decoration: none;
}
.image-buttons .image-buttons__wrapper .image-button-item .image-button__cta:focus .learn_more_text, .image-buttons .image-buttons__wrapper .image-button-item .image-button__cta:focus-visible .learn_more_text {
  text-decoration: underline;
  opacity: 1;
}
.image-buttons .image-buttons__wrapper .image-button-item .image-button__hover::after {
  content: unset;
}

.process {
  position: relative;
  background: var(--background-image, #000);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .ubermenu-responsive.ubermenu-responsive-collapse {
    display: none;
  }
}
.js-testimonial .testimonial {
  background-color: #fff;
}

/* GLOBAL STYLE */
body .btn {
  padding: 20px 52px 17px 40px;
}
body .btn.btn-primary:hover {
  background: #8006A6;
  color: #FFF;
}
body .btn.btn-secondary {
  background: #8006A6;
}
body .btn.btn-secondary:hover {
  background: #440258;
}

.masthead__content .btn {
  height: auto;
}

/* CONTACT US PAGE */
body .bg-black:not(.services-block) p a:not(.btn), body .bg-black:not(.services-block) ul a:not(.btn), body .bg-black:not(.services-block) ol a:not(.btn),
body .process p a:not(.btn),
body .process ul a:not(.btn),
body .process ol a:not(.btn),
body .contact-form-flex p a:not(.btn),
body .contact-form-flex ul a:not(.btn),
body .contact-form-flex ol a:not(.btn),
body .contact-form-map p a:not(.btn),
body .contact-form-map ul a:not(.btn),
body .contact-form-map ol a:not(.btn) {
  color: #D45BFA;
}

/* MAIN NAV BAR */
header.page-header .header-wrap .logo a img {
  width: 100%;
}
header.page-header.js-scrolled .header-wrap .logo {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.header-main .header-btn .btn {
  margin-bottom: 0;
}

.ubermenu-main.ubermenu-mobile-view {
  padding: 10px;
}

/* UBERMENU DROPDOWNS */
.ubermenu-nav .ubermenu-submenu .ubermenu-submenu.ubermenu-submenu-type-flyout {
  padding-bottom: 20px !important;
}

.ubermenu-nav .submenu-cols > .ubermenu-submenu {
  column-count: 2;
  gap: 20px;
  max-width: 460px !important;
}
@media (max-width: 1199px) {
  .ubermenu-nav .submenu-cols > .ubermenu-submenu {
    column-count: 1;
    max-width: 100% !important;
  }
}
.ubermenu-nav .ubermenu-submenu {
  padding: 14px !important;
  padding-top: 20px !important;
}
@media (max-width: 1200px) {
  .ubermenu-nav .ubermenu-submenu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.ubermenu-nav .ubermenu-submenu li:has(.ubermenu-submenu) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100% !important;
}
.ubermenu-nav .ubermenu-submenu li:has(.ubermenu-submenu) a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100% !important;
}
.ubermenu-nav .ubermenu-submenu li:has(.ubermenu-submenu) a i.fas.ubermenu-sub-indicator {
  margin-top: 0 !important;
}
.ubermenu-nav .ubermenu-submenu > li:has(.ubermenu-submenu) {
  position: static;
}
.ubermenu-nav .ubermenu-submenu > li > a:before {
  display: none !important;
}
.ubermenu-nav .ubermenu-submenu > li > a:hover {
  background: #343434;
  border-radius: 15px;
}
@media (min-width: 1200px) {
  .ubermenu-nav .ubermenu-submenu > li > a {
    font-size: 16px;
    padding: 14px 15px !important;
  }
}
.ubermenu-nav .ubermenu-submenu > li > a .ubermenu-sub-indicator {
  position: relative !important;
  margin: 0 0 0 10px !important;
}
.ubermenu-nav .ubermenu-submenu > li > a .ubermenu-sub-indicator::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #0AF6BD;
  border-radius: 20px;
  display: block;
  position: relative;
}
.ubermenu-nav .ubermenu-submenu .ubermenu-submenu {
  background: #0AF6BD !important;
  width: 50%;
  right: 0;
  position: absolute;
  height: 100%;
  z-index: 999999;
  left: unset !important;
  max-width: 50% !important;
  top: 0;
  height: 100% !important;
  min-width: unset !important;
  padding: 0;
  width: 100%;
  border-bottom-left-radius: 0 !important;
  clip: unset;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
@media (max-width: 1200px) {
  .ubermenu-nav .ubermenu-submenu .ubermenu-submenu {
    max-width: 100% !important;
    position: relative !important;
  }
}
.ubermenu-nav .ubermenu-submenu .ubermenu-submenu:before {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  background: transparent;
  display: block !important;
}
.ubermenu-nav .ubermenu-submenu .ubermenu-submenu li a {
  color: #111112;
}
.ubermenu-nav .ubermenu-submenu .ubermenu-submenu li a:hover {
  background: #0CCC9D;
}
@media (min-width: 1200px) {
  .ubermenu-nav .ubermenu-submenu > li[data-drop-position=right] > .ubermenu-submenu {
    right: 0;
    left: unset;
  }
  .ubermenu-nav .ubermenu-submenu > li[data-drop-position=left] > .ubermenu-submenu {
    left: 0 !important;
    right: unset !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .ubermenu-nav .ubermenu-submenu > li[data-drop-position=left] > .ubermenu-submenu:before {
    width: 10%;
    left: unset;
    right: 0;
    transform: translateX(100%);
  }
}
@media (max-width: 1199px) {
  .ubermenu-mobile-view .ubermenu-nav .ubermenu-submenu .ubermenu-target .ubermenu-target-title {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0 > .ubermenu-target > span.ubermenu-target-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ubermenu-mobile-view .ubermenu-submenu .ubermenu-target {
    padding: 10px !important;
    font-size: 16px;
  }
  .ubermenu-mobile-view .ubermenu-submenu {
    border: solid 1px #0AF6BD;
    padding: 10px !important;
  }
  .ubermenu-mobile-view .ubermenu-submenu .ubermenu-submenu {
    border-radius: 20px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    display: none !important;
  }
  .ubermenu-mobile-view .ubermenu-submenu .ubermenu-item .ubermenu-sub-indicator {
    padding: 10px !important;
  }
  .ubermenu-mobile-view .ubermenu-submenu .ubermenu-item.ubermenu-active .ubermenu-submenu {
    display: block !important;
  }
  body .ubermenu-mobile-view.ubermenu-responsive.ubermenu {
    height: calc(100vh - 180px) !important;
    max-height: auto !important;
    overflow-y: auto !important;
  }
}
/* SEARCH BAR */
.desktop-menu__search {
  top: 280px !important;
  position: fixed !important;
  transition: unset !important;
}
@media (max-width: 1365px) {
  .desktop-menu__search {
    top: 310px !important;
  }
}
@media (max-width: 1200px) {
  .desktop-menu__search {
    top: 100px !important;
  }
}
@media (max-width: 768px) {
  .desktop-menu__search {
    top: 170px !important;
  }
}
.desktop-menu__search.js-search-active {
  width: 100% !important;
  overflow-x: clip;
}
.desktop-menu__search.js-search-active .container {
  display: flex;
  justify-content: flex-end;
  max-width: 1390px;
}
.desktop-menu__search.js-search-active .desktop-menu_wrap {
  position: relative;
  padding: 15px 0 15px 15px !important;
}
.desktop-menu__search.js-search-active .desktop-menu_wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  right: 100%;
  width: 9000px;
  background: rgb(17, 17, 18);
  top: 0;
  left: 0;
  display: block;
  box-shadow: 0 0 20px rgba(212, 91, 250, 0.35);
  border-radius: 50px 0 0 50px;
}

.js-scrolled .desktop-menu__search {
  top: 130px !important;
}
@media (max-width: 1200px) {
  .js-scrolled .desktop-menu__search {
    top: 100px !important;
  }
}
@media (max-width: 768px) {
  .js-scrolled .desktop-menu__search {
    top: 170px !important;
  }
}

/* HOMEPAGE */
@media (min-width: 1200px) {
  .image-buttons--homepage {
    margin: 80px 0 35px 0;
  }
}
@media (min-width: 768px) {
  .image-buttons--homepage {
    margin: 80px 0 50px 0;
  }
}
/* BLOCK ORDER COMBOS */
.contact-form-flex + .wysiwyg.bg-white {
  margin-top: 50px;
}

/* INNERPAGE ACCORDION */
.fx-accordion--inner.bg-black .fx-accordion__panel__toggle {
  color: #D45BFA;
}
.fx-accordion--inner.bg-black .fx-accordion__panel__toggle:hover {
  color: #8006A6;
}
.fx-accordion--inner.bg-black .fx-accordion__panel__content *:not(a) {
  color: #FFF;
}

/* ACCORDIONS COLUMNS */
.fx-accordion__panels {
  display: flex;
  gap: clamp(60px, 10vw, 180px);
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .fx-accordion__panels::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .fx-accordion__panels {
    flex-direction: column;
    gap: 0;
  }
}
.fx-accordion__panels > * {
  width: calc(100% - 20px);
}
.fx-accordion__panels .fx-accordion__panel::after, .fx-accordion__panels .fx-accordion__panel::before {
  display: none !important;
}
.fx-accordion__panels .fx-accordion__panel .btn {
  padding: 10px 54px 7px 30px;
  font-weight: 600 !important;
}
.fx-accordion__panels .fx-accordion__panel .btn:only-child {
  margin-top: 10px;
}
.fx-accordion__panels .service-icon {
  box-shadow: none !important;
}
.fx-accordion__panels .fx-accordion__panel__toggle {
  text-align: center;
  border-bottom: solid 1px #FFF !important;
  padding: 30px 60px 30px 90px;
  font-size: clamp(18px, 1.5vw, 22px);
}
@media (max-width: 1023px) {
  .fx-accordion__panels .fx-accordion__panel__toggle {
    text-align: left;
    padding: 20px 60px 20px 70px;
  }
}
.fx-accordion__panels .fx-accordion__panel__content {
  padding: 20px 0 20px 0;
}
.fx-accordion__panels .fx-accordion__panel__content .process__info {
  padding: 0;
  background: none;
}
.fx-accordion__panels .fx-accordion__panel__content .process__info .process__text {
  width: 100%;
  padding: 0;
}
.fx-accordion__panels .fx-accordion__panel__content .process__info .process__text * {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

.fx-accordion--inner .fx-accordion__panels .fx-accordion__panel {
  border-bottom: 0;
}
.fx-accordion--inner .fx-accordion__panels .fx-accordion__panel .fx-accordion__panel__toggle {
  border-color: rgba(17, 17, 18, 0.1) !important;
}
button.js-search-toggle {
  appearance: none;
  background: none;
  border: none;
}

#desktop-menu-search {
  transition: display 0.25s linear allow-discrete, overlay 0.25s linear allow-discrete, opacity 0.25s linear, translateX 0.25s linear;
  border: none;
  background: transparent;
  margin: 0;
  right: 0;
  width: auto;
}
@starting-style {
  #desktop-menu-search:popover-open {
    inset: unset;
    transform: translateX(-100%);
    opacity: 0;
  }
}
#desktop-menu-search::before {
  content: unset;
}
#desktop-menu-search:popover-open {
  opacity: 1;
  top: 260px;
  transform: translateX(0%);
  bottom: unset;
  left: unset;
}

.desktop-menu_wrap button::before {
  transition: opacity 0.25s linear, left 0.25s linear;
  content: "Search";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: rgba(255, 255, 255, 0);
  padding: 5px;
  opacity: 0;
  pointer-events: none;
}
.desktop-menu_wrap button:focus {
  color: var(--color__purple);
  border-color: var(--color__purple);
  outline: none;
}
.desktop-menu_wrap button:focus::before {
  left: calc(-7ch - 5px);
  background: rgba(255, 255, 255, 0.9411764706);
  opacity: 1;
  color: var(--color__purple);
}

header.hideheader #desktop-menu-search {
  top: 140px;
}

.image-card-link {
  min-height: 450px;
}
.image-card-link:has(.is--expanded):before {
  opacity: 1;
  top: 0;
}
.image-card-link:has(.is--expanded) .card-image-titel {
  height: auto;
  padding: 40px 0 5px;
}
.image-card-link .card-image-content .accessibility-wrap {
  display: none;
  opacity: 0;
  transition-behavior: allow-discrete;
  transition: opacity 250ms linear;
  will-change: opacity, display;
}
@media (max-width: 1200px) {
  .image-card-link .card-image-content .icon-card-text li {
    aspect-ratio: 1/1;
  }
}
.image-card-link .card-image-content.is--expanded {
  top: 0;
}
.image-card-link .card-image-content.is--expanded .accessibility-wrap {
  opacity: 1;
  display: block;
}
.image-card-link .card-image-content.is--expanded .top-to-bottom-card-arrow:focus {
  transform: rotate(0deg);
  background-color: var(--color__tealmid);
  color: #111112;
  width: 60px;
  height: 60px;
  top: -18px;
  align-items: end;
  padding-bottom: 9px;
  z-index: 15;
}
.image-card-link .card-image-content:hover .accessibility-wrap {
  display: block;
  opacity: 1;
}
.image-card-link .top-to-bottom-card-arrow {
  transition: all 0.25s linear;
}
.image-card-link .top-to-bottom-card-arrow:focus {
  background-color: var(--color__tealmid);
  color: #000;
}

.image-card-link {
  height: 468px;
}

.card-image {
  height: 350px;
}

.card-image-content {
  top: 348px;
  transition: all 0.5s ease-in-out;
}
.card-image-content .btn {
  padding: 0 18px 0 0;
}

.card-image-titel {
  padding-top: 12px;
  transition: all 0.8s ease-in-out;
}

.card-image-titel h3 {
  font-size: 22px;
}

.card-image-icon {
  transition: all 0.3s ease-in-out;
}

.image-card-link::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #31F4C5;
  transition: all 0.5s ease-in-out;
  z-index: 11;
  opacity: 0;
}

.image-card-link:hover::before {
  opacity: 1;
  top: 0;
}

.top-to-bottom-card-arrow {
  border: none;
  outline: none;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111112;
  color: #31F4C5;
  position: absolute;
  width: 58px;
  height: 58px;
  top: -33px;
  left: 30px;
  transform: rotate(180deg);
  border-radius: 50%;
  z-index: 10;
}

.image-card-link:hover .top-to-bottom-card-arrow {
  transform: rotate(0deg);
  background-color: #31F4C5;
  color: #111112;
  width: 60px;
  height: 60px;
  top: -18px;
  align-items: end;
  padding-bottom: 9px;
  z-index: 15;
}

.image-card-link:hover .card-image-content {
  background: rgb(17, 17, 18);
  background: linear-gradient(0deg, rgb(17, 17, 18) 0%, rgb(17, 17, 18) 23%, rgba(17, 17, 18, 0.5998600124) 100%);
}

.image-card-link:hover .card-image-titel {
  height: auto;
  padding: 40px 0 5px;
}

.image-card-link:hover .card-image-content {
  top: 0;
}

.image-card-link:hover .card-image-icon {
  opacity: 0;
  visibility: hidden;
}

.bkg-video-control {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  z-index: 100;
  aspect-ratio: 1;
  font-size: 32px;
  padding: 0;
  line-height: 1;
  background: none;
  border: none;
  color: #fff;
  opacity: 0.25;
  transition: opacity 0.25s ease-in-out;
}
.bkg-video-control:hover {
  opacity: 1;
}
.bkg-video-control:focus, .bkg-video-control:focus-visible {
  opacity: 1;
  outline: 2px dotted #fff;
  outline-offset: 2px;
}
.bkg-video-control[aria-pressed=true] .fa-pause-circle {
  display: none;
}
.bkg-video-control[aria-pressed=false] .fa-play-circle {
  display: none;
}

.slick-arrow:focus {
  color: var(--color__tealmid);
  outline: auto !important;
}
.slick-arrow:focus::before {
  background: transparent;
  box-shadow: 0 0 35px currentColor !important;
  border-radius: 50px;
  color: currentColor !important;
}
.slick-arrow:hover {
  color: var(--color__tealmid);
}
.slick-arrow:hover::before {
  background: transparent;
  box-shadow: 0 0 35px currentColor !important;
  border-radius: 50px;
  color: currentColor !important;
}

.services-nav-item.fx-slide {
  appearance: none;
  background: none;
  border: none;
}

.btn-search.js-project-gallery-search-btn:focus {
  color: var(--color__purple);
  border-color: var(--color__purple);
}
.btn-search.js-project-gallery-search-btn:focus::before {
  opacity: 1;
  left: -7ex;
}
.btn-search.js-project-gallery-search-btn::before {
  pointer-events: none;
  transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
  content: "Submit";
  position: relative;
  left: 0;
  opacity: 0;
  top: 0;
  color: var(--color__purple);
}

.wpcf7-acceptance {
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 10px;
}
.wpcf7-acceptance:has(input:checked) label::before {
  background: var(--color__tealmid);
}
.wpcf7-acceptance:has(input:checked) label::after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  width: 8px;
  height: 14px;
  border: solid #000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 7px;
}
.wpcf7-acceptance:has(input[type=checkbox]:focus) {
  outline: auto !important;
}
.wpcf7-acceptance input[type=checkbox] {
  display: inline-block;
  width: 0;
  height: 0;
  opacity: 0;
}

.wpcf7 .screen-reader-response ul:empty {
  display: none;
}
.wpcf7 .wpcf7-checkbox label:has(input[type=checkbox]:focus) {
  outline: auto !important;
}
.wpcf7 .wpcf7-checkbox input[type=checkbox] {
  display: inline-block;
  width: 0;
  height: 0;
  opacity: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item:has(label) {
  padding-left: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item:has(label) label::before {
  content: unset;
}
.wpcf7 .wpcf7-checkbox .first.last {
  width: 100%;
}

table.support-matrix-tier {
  caption-side: top;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
table.support-matrix-tier caption {
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 30px 0;
  text-align: center;
  border-top: 2px solid #D45BFA;
  border-left: 2px solid #D45BFA;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-right: 2px solid #d45bfa;
}
table.support-matrix-tier thead tr {
  background: var(--color__black);
}
table.support-matrix-tier tbody {
  background: #fff;
}
table.support-matrix-tier tbody th {
  font-weight: 400;
}
table.support-matrix-tier tbody td, table.support-matrix-tier tbody th {
  color: #19191C;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #D45BFA;
  padding: 20px 0;
}
table.support-matrix-tier tbody tr:last-child td, table.support-matrix-tier tbody tr:last-child th {
  border: none;
}

/* SERVICES MASONRY GRID */
.image-buttons .image-button {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

@media (min-width: 1100px) {
  .image-buttons .image-buttons__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 32px;
  }
  .image-buttons .image-buttons__wrapper > * {
    padding: 0;
    margin-top: 0;
  }
  .image-buttons .image-buttons__wrapper > * .image-button {
    max-height: 299px;
  }
  .image-buttons .image-buttons__wrapper > *:nth-child(9n+2), .image-buttons .image-buttons__wrapper > *:nth-child(9n+6), .image-buttons .image-buttons__wrapper > *:nth-child(9n+7) {
    grid-column: span 2;
  }
  .image-buttons:has(.image-buttons__wrapper > *:last-child:nth-child(10)) .image-buttons__wrapper > *:nth-last-child(-n+4) {
    grid-column: unset;
  }
  .image-buttons:has(.image-buttons__wrapper > :nth-child(5):last-child) .image-buttons__wrapper > *:nth-last-child(-n+2) {
    grid-column: span 2;
  }
  .image-buttons:has(.image-buttons__wrapper > :nth-child(4):last-child) .image-buttons__wrapper > * {
    grid-column: unset;
  }
  .image-buttons:has(.image-buttons__wrapper > :nth-child(2):last-child) .image-buttons__wrapper > * {
    grid-column: span 2;
  }
  .image-buttons:has(.image-buttons__wrapper > :nth-child(1):last-child) .image-buttons__wrapper > * {
    grid-column: 2/span 2;
  }
}
@media (max-width: 1199px) {
  .image-buttons .image-buttons__wrapper > * h3 {
    font-size: 16px;
  }
}

.two-column-list {
  column-count: 2;
  gap: 40px;
}
@media (max-width: 767px) {
  .two-column-list {
    column-count: 1;
  }
}

.gallery--homepage .container {
  display: flex;
}
@media (max-width: 1200px) {
  .gallery--homepage .container {
    flex-direction: column;
  }
}
.gallery--homepage .gallery__image .gallery__item {
  padding: 20px 25px;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery--homepage .gallery__image .gallery__item::before {
  border-radius: 10px;
}
.gallery--homepage .gallery__image .gallery__item {
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.gallery--homepage .gallery__image .gallery__item img {
  border-radius: 10px;
}
.gallery--homepage .gallery__image .gallery__item h3 {
  font-size: 16px;
  max-width: calc(100% - 20px);
  position: relative;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .gallery--homepage .gallery__image .gallery__item h3 {
    padding-right: 45px;
  }
}
.gallery--homepage .gallery__image .gallery__item h3::after {
  right: 0;
  margin-top: 0 !important;
}
.gallery--homepage .gallery__image .gallery__item .gallery__tag {
  position: relative;
  top: unset;
  padding: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .gallery--homepage .gallery__image .gallery__item .gallery__tag ul {
    flex-wrap: wrap;
  }
}
.gallery--homepage .gallery__image .gallery__item .gallery__tag ul li {
  border-radius: 200px;
  height: auto;
  padding: 7px 10px 4px 10px;
  min-width: 80px;
  background-color: #0AF6BD;
}
@media (max-width: 768px) {
  .gallery--homepage .gallery__image .gallery__item .gallery__tag ul li {
    min-width: unset;
    width: auto;
    flex-shrink: 0;
  }
}
.gallery--homepage .gallery__image .gallery__item .gallery__tag ul li img {
  display: none !important;
}
.gallery--homepage .gallery__image .gallery__item .gallery__tag ul li .hidden-md-down {
  color: #111112;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  display: block !important;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .gallery--homepage .gallery__image .gallery__item .gallery__tag ul li .hidden-md-down {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .gallery--homepage .gallery__image .gallery__item .gallery__tag ul li .hidden-md-down {
    font-size: 10px;
  }
}

section.contact-section h4, section.contact-section .as-h4 {
  color: #72F4C1;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
section.contact-section .contact-form-locations .location h2 {
  color: #72F4C1;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 15px;
}
section.contact-section .contact-form-locations .location i[class^=icon-] {
  color: #72F4C1;
  font-size: 32px;
}
section.contact-section .contact-form-locations .location .location__info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 29px;
}
section.contact-section .contact-form-locations .location .location__info li {
  padding: 14px;
  border-radius: 10px;
  border: 2px solid #7518A0;
  flex: 1;
  align-content: center;
  display: flex;
  gap: 14px;
  justify-content: stretch;
  align-items: center;
  font-size: 18px;
  line-height: normal;
}
section.contact-section .contact-form-locations .location .location__info li:only-child {
  flex: 0 1 calc(50% - 14px);
}
@media (max-width: 1024px) {
  section.contact-section .contact-form-locations .location .location__info li {
    flex-basis: calc(50% - 14px);
  }
}
@media (max-width: 640px) {
  section.contact-section .contact-form-locations .location .location__info li {
    flex-basis: 100%;
  }
}
section.contact-section .contact-form-locations .location .location__info li a {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  word-wrap: anywhere;
  font-family: "Brandon Grotesque", sans-serif;
}
section.contact-section .contact-form-flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  padding: 54px;
  border-radius: 20px;
  border-color: #8006A6;
}
section.contact-section .contact-form-flex:has(.contact-form-info) {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  section.contact-section .contact-form-flex:has(.contact-form-info) {
    grid-template-columns: 1fr;
  }
}
section.contact-section .contact-form-flex .contact-form-info {
  padding: 0;
  width: unset;
}
section.contact-section .contact-form-flex .contact-form-info h2 {
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
section.contact-section .contact-form-flex .contact-form-info h4 {
  color: #72F4C1;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
section.contact-section .contact-form-flex .contact-form-info p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-family: "Brandon Grotesque", sans-serif;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-radio input[type=radio] {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-radio label {
  padding-left: 0;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-radio label::before {
  content: unset;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-radio label:focus-within {
  outline: auto !important;
  outline-offset: 2px;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-checkbox {
  margin: 0;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-checkbox.first.last {
  padding-left: 30px;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-checkbox input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-checkbox label {
  padding-left: 0;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-checkbox label::before {
  content: unset;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-checkbox label:focus-within {
  outline: auto !important;
  outline-offset: 2px;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
section.contact-section .contact-form-form .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: " ";
}
section.contact-section .contact-form-form .wpcf7 input,
section.contact-section .contact-form-form .wpcf7 textarea,
section.contact-section .contact-form-form .wpcf7 .form-col {
  border-radius: 10px;
}
section.contact-section .contact-form-form .wpcf7 input,
section.contact-section .contact-form-form .wpcf7 textarea {
  border-color: #8006A6;
  color: #3A3A3A;
}
section.contact-section .contact-form-form .wpcf7 input::placeholder,
section.contact-section .contact-form-form .wpcf7 textarea::placeholder {
  color: #3A3A3A;
}
section.contact-section .contact-form-form .wpcf7 .form-col {
  background: #D9D9D9;
}
section.contact-section .contact-form-form .wpcf7 .form-col label {
  color: #3A3A3A;
}

.has-checkbox .wpcf7-list-item-label:before {
  background-color: #D9D9D9 !important;
}

.has-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background-color: #0AF6BD !important;
}

.has-color-white {
  color: #FFF !important;
}

@media (min-width: 1024px) {
  .two-column-divider {
    display: flex;
    gap: 80px;
    align-items: stretch;
  }
  .two-column-divider:after {
    content: "";
    height: auto;
    width: 1px;
    background-color: #FFF;
    order: 2;
  }
  .two-column-divider > *:last-child {
    order: 3;
  }
  .two-column-divider > * {
    max-width: calc(100% - 80px);
  }
  .two-column-divider > *:has(h4 + ul) h4 {
    margin-bottom: 10px;
  }
}

body ul {
  margin-left: 0;
}

.title-block:has(.title-block-sub > h3) .title-block-sub.extra-padding {
  padding-bottom: 90px;
}

.wysiwyg + .mission-text-img:last-child {
  padding-top: 0;
  padding-bottom: 150px;
}

.bg-black h4,
.bg-black a:not(.btn),
.bg-dark-gray h4,
.bg-dark-gray a:not(.btn) {
  color: #D45BFA !important;
}

.news-cards:hover .btn-news-cards {
  color: #FFF !important;
}

.process .fx-accordion__panels::before {
  display: none;
}

.accordion-no-icons .fx-accordion__panels .fx-accordion__panel .service-icon {
  display: none;
}

.news-cards-slider .slick-slide.slick-current .news-cards {
  opacity: 1;
}

.news-section .custome-slick-arrow .btn-arrow:focus-within {
  opacity: 1;
  outline: solid 1px #FFF;
  outline-offset: 3px;
}

/*# sourceMappingURL=remediation.css.map */
