/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrapper {
  overflow: hidden;
}

.alignfull.has-global-padding {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

a {
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}

.wp-block-button.fade-in,
.wp-block-heading.fade-in,
.wp-block-image.fade-in,
.wp-block-button.fade-in,
.wp-site-blocks p.fade-in,
.wp-site-blocks ul li.fade-in,
.widget-area p.fade-in,
.widget-area ul li.fade-in {
  will-change: opacity, transform;
  transform: translate(0, 20px);
  opacity: 0;
  transition: all 0.5s ease;
}
.wp-block-button.fade-in.in-view,
.wp-block-heading.fade-in.in-view,
.wp-block-image.fade-in.in-view,
.wp-block-button.fade-in.in-view,
.wp-site-blocks p.fade-in.in-view,
.wp-site-blocks ul li.fade-in.in-view,
.widget-area p.fade-in.in-view,
.widget-area ul li.fade-in.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

.wp-block-heading.fade-in.is-style-heading-underline-em-orange-light em:before,
.wp-block-heading.fade-in.is-style-heading-underline-em-purple em:before,
.wp-block-heading.fade-in.is-style-heading-underline-em-yellow em:before {
  width: 0px;
  will-change: width;
  transition: all 1s ease-out;
  transition-delay: 0.3s;
}
.wp-block-heading.fade-in.in-view.is-style-heading-underline-em-orange-light
  em:before,
.wp-block-heading.fade-in.in-view.is-style-heading-underline-em-purple
  em:before,
.wp-block-heading.fade-in.in-view.is-style-heading-underline-em-yellow
  em:before {
  width: 100%;
}

body {
  --blur-filter-default: blur(30px) sepia(0%) saturate(1.1) hue-rotate(0deg);
  --blur-filter: var(--blur-filter-default);
  --blur-filter-button: blur(24px) sepia(0%) saturate(1.2) hue-rotate(10deg)
    brightness(150%);
  --blur-filter-orange: blur(30px) sepia(200%) saturate(5) hue-rotate(-10deg);
  --blur-filter-orange-light: blur(30px) sepia(200%) saturate(7)
    hue-rotate(15deg);
  --blur-filter-green: blur(30px) sepia(200%) saturate(5) hue-rotate(45deg);
  --blur-filter-cyan: blur(30px) sepia(200%) saturate(5) hue-rotate(150deg);
  --blur-filter-red: blur(30px) sepia(200%) saturate(5) hue-rotate(-35deg);
  --blur-filter-purple: blur(30px) sepia(200%) saturate(5) hue-rotate(-150deg);
  --backdrop-opacity-default: 0.6;
  --backdrop-opacity-reduced: 0.4;
  --backdrop-opacity: var(--backdrop-opacity-default);
  overflow-x: hidden;
  font-family: var(--wp--preset--font-family--primary);
}

body.is-color-scheme-orange {
  --blur-filter-default: var(--blur-filter-orange);
}

body.is-color-scheme-orange-light {
  --blur-filter-default: var(--blur-filter-orange-light);
}

body.is-color-scheme-blue {
  --blur-filter-default: var(--blur-filter-blue);
}

body.is-color-scheme-blue-light {
  --blur-filter-default: var(--blur-filter-cyan);
}

body.is-color-scheme-green {
  --blur-filter-default: var(--blur-filter-green);
}

body.is-color-scheme-purple {
  --blur-filter-default: var(--blur-filter-purple);
}

body.is-color-scheme-red {
  --blur-filter-default: var(--blur-filter-red);
}

#root {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: -2;
  filter: var(--blur-filter);
  opacity: 0.6;
  transform: translate3d(0, 0, 0);
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
  transition-duration: 2s;
}
#root:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  z-index: 1;
  background: #0a0d23;
  height: 100vh;
  width: 100vw;
  margin: auto;
  filter: blur(220px);
  opacity: var(--backdrop-opacity);
  clip-path: ellipse(1100px 50% at 50% 50%);
  transform: translate3d(0, 0, 0);
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}

.wp-site-blocks:after {
  content: "";
  background: url(images/noise.f6510c00.gif);
  background-attachment: fixed;
  background-size: auto;
  background-size: 150px;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.wp-site-blocks {
  padding-top: 107px;
}
@media (min-width: 782px) {
  .wp-site-blocks {
    padding-top: 134px;
  }
}

.header {
  position: fixed;
  box-sizing: border-box;
  padding: 30px 30px 30px;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  transform: translate3d(0, 0%, 0);
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.header.scroll-down {
  transform: translate3d(0, -100%, 0);
}
.header.is-open,
.header.scroll-up {
  transform: translate3d(0, 0%, 0);
}
.header.scroll-up {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.header.is-open {
  padding: 40px 30px 30px;
  z-index: 99999999999;
}
.header__logo {
  width: auto;
}
.header__logo img {
  display: block;
  max-width: 200px;
}
@media (min-width: 782px) {
  .header__logo img {
    max-width: 260px;
  }
}
.header__center {
  width: 33.33%;
  display: none;
}
.header__right {
  width: max-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
}
.header a.btn--header {
  font-size: 16px;
  display: inline-block;
  background: var(--wp--preset--color--primary);
  padding: 7px 25px;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  pointer-events: none;
}
.header.is-transparent {
  background: transparent;
  box-shadow: none;
}

.header.is-open a.btn--header {
  pointer-events: all;
}

.logged-in .header {
  z-index: 99;
}

/**
*
* Responsive
*/
@media (min-width: 782px) {
  .header {
    padding: 60px 30px 30px;
  }
  .header__center {
    display: block;
  }
}
body.menu-is-active {
  overflow: hidden;
}

.header a.btn--header {
  border-radius: 10px !important;
  margin-right: 5px;
  padding: 10px 15px;
  position: relative;
  opacity: 0;
  display: none;
  background: linear-gradient(270deg, #568be5, #823df2);
  transform: scale(0.8) translateX(20px);
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
  /* custom */
  transition-timing-function: cubic-bezier(0.27, 0.595, 0.01, 1);
  /* custom */
}
.header a.btn--header.is-visible {
  opacity: 1;
  transform: scale(1) translateX(0px);
}
.header a.btn--header:hover {
  opacity: 0.8;
}
@media (min-width: 410px) {
  .header a.btn--header {
    display: inline-block;
  }
}
@media (min-width: 474px) {
  .header a.btn--header {
    margin-right: 40px;
    padding: 10px 25px;
  }
}

.burger-menu {
  right: 15px;
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 999;
  background: transparent;
  border: none;
  box-shadow: none;
}
.burger-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.burger-menu .burger-menu__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  transition: all 0.2s ease-out;
  left: 0px;
}
.burger-menu .burger-menu__line--top {
  top: 0;
}
.burger-menu .burger-menu__line--middle {
  top: 50%;
  transform: translateY(-50%);
}
.burger-menu .burger-menu__line--bottom {
  bottom: 0;
}
.burger-menu:hover:after {
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.burger-menu:hover .burger-menu__line {
  background: rgb(255, 255, 255);
}
.burger-menu:hover .burger-menu__line--top {
  width: 70%;
}
.burger-menu:hover .burger-menu__line--bottom {
  width: 70%;
}
.burger-menu.is-open:after {
  border: 1px solid #fff;
}
.burger-menu.is-open .burger-menu__line--top {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
}
.burger-menu.is-open .burger-menu__line--middle {
  opacity: 0;
  transform: translateX(-50%);
}
.burger-menu.is-open .burger-menu__line--bottom {
  bottom: 50%;
  width: 100%;
  transform: translateY(50%) rotate(-45deg);
}

.menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: 8;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-start;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(50px) saturate(250%) hue-rotate(30deg);
  backdrop-filter: blur(50px) saturate(250%) hue-rotate(30deg);
  transform: translate3d(0, 0, 0);
}
.menu-panel.is-open {
  z-index: 999999999;
  opacity: 1;
  pointer-events: unset;
}
.menu-panel.is-open ul.menu-container {
  transform: translate(0, 0);
}
.menu-panel__container {
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
  height: calc(100% - 120px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  align-items: space-between;
  position: relative;
  margin-top: 120px;
  box-sizing: border-box;
}
.menu-panel__container .menu-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-panel ul.menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 10px;
  transform: translate(0, 15px);
  width: 100%;
  max-width: 1140px;
  visibility: visible;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
  transition-delay: 0.1s;
}
.menu-panel ul.menu > li {
  position: relative;
  padding: 8px 0px 0px;
  min-width: 300px;
}
.menu-panel ul.menu > li a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  font-weight: bold;
  color: #cecece;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: 0%;
  -webkit-background-clip: text;
  background-clip: text;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
@media (min-width: 666px) {
  .menu-panel ul.menu > li a {
    font-size: 26px;
  }
}
.menu-panel ul.menu > li a.is-open,
.menu-panel ul.menu > li a:hover {
  color: transparent;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 200%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
}
.menu-panel ul.menu .current-menu-item a {
  color: #fff !important;
  position: relative;
}
.menu-panel ul.menu .current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--wp--preset--color--orange-light);
}
.menu-panel.is-open ul.menu {
  transform: translate(0, 0);
}

.menu-panel ul.menu .sub-menu {
  position: absolute;
  left: calc(-150% - 70px);
  top: 0px;
  list-style: none;
  padding: 0px;
  width: 400px;
  display: inline-block;
  transform: translateX(-100px);
  opacity: 0;
  pointer-events: none;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.menu-panel ul.menu .sub-menu li {
  width: 100%;
}
.menu-panel ul.menu .sub-menu li a {
  display: block;
  font-size: 36px;
  line-height: 1.5em;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  color: #bfbfff;
}
.menu-panel ul.menu .sub-menu li a:hover {
  color: var(--wp--preset--color--purple);
}
.menu-panel ul.menu .sub-menu.is-open {
  opacity: 1;
  pointer-events: unset;
  transform: translateX(0px);
}

.logged-in .menu-panel.is-open {
  z-index: 9;
}

/* menu left */
.menu-left {
  display: none;
  position: relative;
  left: -20px;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.menu-left .menu-left-title {
  line-height: 1.2em;
  margin-bottom: 30px !important;
}

.menu-panel.is-open .menu-left {
  left: 0px;
}

.menu-button a {
  padding: 14px 30px;
}

.menu-blob {
  position: absolute !important;
  top: calc(50% + 100px) !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1, 1) !important;
  width: min(100vw, 1000px);
  opacity: 1;
  pointer-events: none;
  z-index: -1;
  filter: blur(20px);
}
.menu-blob path {
  stroke-width: 2px;
  filter: blur(2px);
}

/* service menu */
.service-menu-container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0px;
  box-sizing: border-box;
  position: relative;
  align-self: end;
  max-width: 220px;
}
.service-menu-container:before {
  content: "Services";
  position: absolute;
  pointer-events: none;
  font-weight: bold;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0);
  font-size: 36px;
  transform: translate(-50%, -50%) rotate(-90deg);
  top: 50%;
  left: -30px;
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}

.menu-panel.is-open .service-menu-container:before {
  left: 0;
  opacity: 1;
}

/* menu bottom */
.menu-bottom-left {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0px;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}

.menu-panel.is-open .menu-bottom-left {
  bottom: 0px;
}

@media (min-width: 666px) {
  .menu-left {
    display: block;
  }
  .menu-panel__container {
    justify-content: space-between;
  }
  .service-menu-container {
    max-width: unset;
  }
}
@media screen and (min-width: 666px) and (min-height: 600px) {
  .menu-bottom-left {
    display: block;
  }
}
@media screen and (min-height: 600px) {
  .menu-panel ul.menu > li a {
    font-size: 20px;
  }
  .service-menu-container {
    padding: 20px 0px;
  }
  .service-menu-container:before {
    font-size: 40px;
  }
  
}
@media screen and (min-height: 700px) {
  :root :where(.is-layout-flex) {
    gap: var(--wp--preset--spacing--medium);
    }
    header .col-lg-3 {
      width: 80%;
  }
  :root :where(.is-layout-grid) {
    gap: var(--wp--preset--spacing--medium);
  }
  .col-lg-2 {
    width: 10%;
  }
  .Projects .wp-container-core-columns-is-layout-5016e1a0 {
      flex-wrap: wrap;
  }
  .menu-panel .menu-panel__container .menu-right {
    gap: 10px;
  }
  .service-menu-container {
    padding: 40px 0px;
  }
  .service-menu-container:before {
    font-size: 42px;
  }
}
@media screen and (min-width: 666px) and (min-height: 700px) {
  .service-menu-container:before {
    font-size: 50px;
  }
}
/* menu image */
/* menu social */
.contact-panels {
  position: relative;
}

.contact-panels:before {
  content: "Locations";
  position: absolute;
  top: 50%;
  left: -305px;
  transform: translate(0%, 50%) rotate(-90deg);
  font-size: 72px;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0);
}

.page-id-13 .footer-top {
  display: none;
}

.footer a {
  text-decoration: none;
}

.footer-links a {
  position: relative;
}
.footer-links a:where(:not(.wp-element-button)) {
  --wp--preset--color--white: rgba(255, 255, 255, 0.8);
}
.footer-links a:where(:not(.wp-element-button)):hover {
  --wp--preset--color--white: rgba(255, 255, 255, 1);
}
.footer-links a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background: var(--wp--preset--color--purple);
  position: absolute;
  margin-left: -20px;
  top: 8px;
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.footer-links a:hover:before {
  opacity: 1;
  margin-left: -15px;
}

.slider-left-content {
  position: relative;
  z-index: 2;
}

.bg-blur-blob {
  position: relative;
  z-index: 2;
}
@media (min-width: 782px) {
  .bg-blur-blob:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 700px;
    background: url(images/bg-blur-blob.cf2f7762.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 20%;
    pointer-events: none;
    filter: brightness(0.6);
  }
}

html.lenis,
html.lenis body {
  height: auto;
  overflow-x: hidden;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/*---------------------------------
    General Utliity Classes
---------------------------------*/
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-hidden {
  overflow-x: clip;
  overflow-y: visible;
}

.ease {
  transition: all 0.2s ease-out;
}

.ease-cubic {
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}

.w-100 {
  width: 100%;
}

.hide {
  display: none !important;
}

.grid {
  display: grid !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gap-10 {
  gap: 10px;
}

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

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

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

.text-decoration-none a {
  text-decoration: none;
}

.white-space-nowrap {
  white-space: nowrap;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.has-icon {
  position: relative;
  padding-left: 42px;
  display: inline-block;
}
.has-icon a {
  color: var(--white);
}
.has-icon:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 20px;
  height: 20px;
}

.has-icon-email:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS42MDUyIDMuMTk1NTZMMTEuMjU3MyA5LjYxNjkyQzEwLjUxNjUgMTAuMTg2NyA5LjQ4MzUyIDEwLjE4NjcgOC43NDI2NyA5LjYxNjkyTDAuMzk0NzY2IDMuMTk1NTZDMC4zODE4NzUgMy4zMDQ3IDAuMzc1IDMuNDE2NDIgMC4zNzUgMy41Mjg5OVYxMy4xNTRDMC4zNzUgMTQuNjcyNSAxLjYwNjQ5IDE1LjkwNCAzLjEyNSAxNS45MDRIMTYuODc1QzE4LjM5MzUgMTUuOTA0IDE5LjYyNSAxNC42NzI1IDE5LjYyNSAxMy4xNTRWMy41Mjg5OUMxOS42MjUgMy40MTY0MSAxOS42MTgxIDMuMzA0NyAxOS42MDUyIDMuMTk1NTZaTTAuOTMwMDI2IDEuODcyMTNMOS41ODA0MyA4LjUyNjI1QzkuODI3OTMgOC43MTcwMyAxMC4xNzE3IDguNzE3MDMgMTAuNDE5MiA4LjUyNjI1TDE5LjA2OTYgMS44NzIxM0MxOC41Njc3IDEuMjA3ODQgMTcuNzcxMSAwLjc3ODk5MiAxNi44NzQ3IDAuNzc4OTkySDMuMTI0NzJDMi4yMjg0IDAuNzc4OTkyIDEuNDMxOTEgMS4yMDc4MiAwLjkzMDAyNiAxLjg3MjEzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  top: 6px;
}

.has-icon-telephone:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4Ljc0MjggMTUuNDQ4NUwxNi40ODUzIDEzLjgwNzlDMTUuODAyOCAxMy4zMDkxIDE0Ljg2NDQgMTMuMzgxMyAxNC4yNjczIDEzLjk3ODVMMTMuMDU5OCAxNS4xODZDMTIuODYyOSAxNS4zODI5IDEyLjU4MDggMTUuNDU1MSAxMi4zMzE0IDE1LjM2OThDOS4xNTUxMyAxNC4yNjA3IDcuMDY4MzUgMTIuMTg3IDUuOTU5MTMgOS4wMTcyN0M1Ljg2NzI2IDguNzY3OSA1LjkzOTQ1IDguNDc5MTUgNi4xNDI4OCA4LjI4MjI3TDcuMzQzODMgNy4wODEzM0M3Ljk0MTAzIDYuNDc3NTggOC4wMTMyMSA1LjU0NTcgNy41MTQ0NiA0Ljg1NjU5TDUuODczODMgMi42MDU2QzUuNTc4NTMgMi4xOTg3MiA1LjExOTEzIDEuOTQ5MzUgNC42MjAzOCAxLjkwOTk3QzQuMTI4MTkgMS44NzA2IDMuNjM2MDEgMi4wNDc3OCAzLjI4MTYzIDIuNDAyMTdDMS43OTE5NCAzLjg5MTg3IDEuMjIxMDEgNi4wMzExOCAxLjc5MTk0IDcuOTgwMTlDMy41MjQ0NCAxMy45MTkyIDcuNDE1OTUgMTcuODEwNyAxMy4zNTUgMTkuNTQzMkMxMy44NTM3IDE5LjY5NDEgMTQuMzY1NiAxOS43NjYzIDE0Ljg3NzUgMTkuNzY2M0MxNi4zNjA2IDE5Ljc2NjMgMTcuODMwNSAxOS4xNjI2IDE4Ljk0NjIgMTguMDQ3QzE5LjMwMDYgMTcuNjkyNiAxOS40Nzc4IDE3LjIwMDQgMTkuNDM4NCAxNi43MDE3QzE5LjM5OTEgMTYuMjAyOSAxOS4xNDk3IDE1Ljc1MDEgMTguNzQyOCAxNS40NDgyTDE4Ljc0MjggMTUuNDQ4NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

/*---------------------------------
    Responsive Utliity Classes
---------------------------------*/
@media screen and (min-width: 540px) and (max-width: 1100px) {
  .tablet\:grid {
    display: grid !important;
  }
  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.md\:show {
  display: none;
}

@media (min-width: 782px) {
  .md\:grid {
    display: grid !important;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md\:gap-28 {
    gap: 28px;
  }
  .md\:text-align-right {
    text-align: right !important;
  }
  .md\:text-align-center {
    text-align: center !important;
  }
  .md\:text-align-left {
    text-align: left !important;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:justify-content-right {
    justify-content: flex-end;
  }
  .md\:align-content-start {
    align-content: flex-start;
  }
  .md\:hide {
    display: none !important;
  }
  .md\:show {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .lg\:grid {
    display: grid !important;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg\:gap-28 {
    gap: 28px;
  }
  .lg\:text-align-right {
    text-align: right !important;
  }
  .lg\:text-align-center {
    text-align: center !important;
  }
  .lg\:text-align-left {
    text-align: left !important;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:justify-content-right {
    justify-content: flex-end;
  }
  .lg\:align-content-start {
    align-content: flex-start;
  }
  .lg\:hide {
    display: none !important;
  }
  .lg\:show {
    display: block !important;
  }
}
.swiper {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 14px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  border: 1px solid #fff;
  width: 42px;
  height: 42px;
  border-radius: 12px;
}
@media (min-width: 782px) {
  .swiper {
    --swiper-navigation-size: 20px;
  }
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    border: 1px solid #fff;
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }
}

.swiper-arrows-container {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 20px;
  display: flex;
  gap: 0 16px;
}
.swiper-arrows-container .swiper-button-prev,
.swiper-arrows-container .swiper-button-next {
  position: relative;
  border: 1px solid #fff;
  cursor: pointer;
  top: 0px;
  transform: unset !important;
  border-radius: 12px;
  width: 42px;
  height: 42px;
}
.swiper-arrows-container .swiper-button-prev {
  left: 0px;
}
.swiper-arrows-container .swiper-button-next {
  left: -6px;
}
@media (min-width: 782px) {
  .swiper-arrows-container .swiper-button-prev,
  .swiper-arrows-container .swiper-button-next {
    border-radius: 15px;
    width: 56px;
    height: 56px;
  }
  .swiper-arrows-container .swiper-button-next {
    left: 0px;
  }
}

.home-post-slider .swiper-slide {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.home-post-slider .swiper-slide-prev {
  pointer-events: none;
  transform: scale(0.7) !important;
}
.home-post-slider .swiper-slide-active,
.home-post-slider .swiper-slide-next {
  opacity: 1;
}

.process-slider {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 15px;
}
.process-slider .swiper-button-prev,
.process-slider .swiper-button-next {
  border: 1px solid #fff;
  top: -58px;
}
.process-slider .swiper-button-prev {
  right: 52px !important;
  left: auto;
}
.process-slider .swiper-button-next {
  right: 0px !important;
  left: auto;
}
@media (min-width: 782px) {
  .process-slider .swiper-button-prev,
  .process-slider .swiper-button-next {
    border: 1px solid #fff;
    top: -80px;
  }
  .process-slider .swiper-button-prev {
    right: 76px !important;
    left: auto;
  }
  .process-slider .swiper-button-next {
    right: 0px !important;
    left: auto;
  }
}

.industries-slider {
  text-align: center;
}
.industries-slider .wp-block-cover img {
  opacity: 0.15;
  transform: scale(0.7);
  border-radius: 20px;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.industries-slider a {
  cursor: none;
}
.industries-slider .wp-block-heading {
  --title-size: var(--wp--preset--font-size--large-xxxl);
  display: inline-block;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 3em;
  position: relative;
  font-size: clamp(30px, 5vw, 40px) !important;
}
@media (min-width: 782px) {
  .industries-slider .wp-block-heading {
    font-size: var(--title-size) !important;
    line-height: 1.4em;
  }
}
.industries-slider .wp-block-heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 0px;
  height: 7px;
  background: #eea43c;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
  z-index: -1;
}
.industries-slider .swiper-slide-prev .wp-block-cover__background {
  opacity: 0 !important;
}
.industries-slider .swiper-slide-prev .wp-block-heading {
  display: inline-block;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    #9393b6
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.industries-slider .swiper-slide-active .wp-block-heading {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.industries-slider .swiper-slide-active .wp-block-heading:after {
  width: 100%;
}
.industries-slider .swiper-slide-active .wp-block-cover img {
  transform: scale(1);
  opacity: 1;
}
.industries-slider .swiper-slide-next .wp-block-cover__background {
  opacity: 0 !important;
}
.industries-slider .swiper-slide-next .wp-block-heading {
  display: inline-block;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    #9393b6
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.industries-slider.has-pagination {
  padding-bottom: 50px;
}
.industries-slider.has-pagination .swiper-pagination {
  display: block;
}
@media (min-width: 782px) {
  .industries-slider.has-pagination {
    padding-bottom: 0px;
  }
  .industries-slider.has-pagination .swiper-pagination {
    display: none;
  }
}

.logo-slider .wp-block-image {
  margin: 0 auto;
}

.service-slide-group .wp-block-image {
  overflow: hidden;
  border-radius: 20px;
}
.service-slide-group .wp-block-image img {
  transform: scale(1);
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.service-slide-group:hover .wp-block-image img {
  transform: scale(1.1);
}

.es-badge-container {
  margin: 0 auto !important;
}
@media (min-width: 782px) {
  .es-badge-container {
    margin-left: 0px !important;
  }
}

/* CURSOR STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (hover: hover) {
  .has-custom-cursor {
    cursor: none;
  }
  .cursor {
    cursor: none;
    position: fixed;
    left: var(--cursor-x);
    top: var(--cursor-y);
    width: 100px;
    height: 100px;
    color: white;
    background: rgba(12, 25, 54, 0.11);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition:
      opacity 0.2s,
      transform 0.2s;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
  }
  .cursor .cursor-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translateX(0%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cursor svg {
    opacity: 0.6;
    width: 28px;
  }
  .cursor svg.cursor-grab {
    opacity: 0;
    display: none;
  }
  body.show-custom-cursor .cursor {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 99;
  }
  body.show-custom-cursor .cursor svg.cursor-arrow {
    transform: rotate(0deg);
  }
  body.show-custom-cursor .cursor.is-left {
    transform: translate(-50%, -50%) scale(1);
  }
  body.show-custom-cursor .cursor.is-left svg.cursor-arrow {
    transform: rotate(-135deg);
  }
  body.show-custom-cursor .cursor.is-right {
    transform: translate(-50%, -50%) scale(1);
  }
  body.show-custom-cursor .cursor.is-right svg.cursor-arrow {
    transform: rotate(45deg);
  }
  body.show-custom-cursor .cursor.is-link {
    transform: translate(-50%, -50%) scale(1);
    border: 1px solid var(--wp--preset--color--orange-light);
  }
  body.show-custom-cursor .cursor.is-link .cursor-inner {
    transform: translateX(10px);
  }
  body.show-custom-cursor .cursor.is-link .cursor-inner svg {
    opacity: 1;
    transform: rotate(45deg);
  }
  body.show-custom-cursor .cursor.is-link .cursor-inner svg path {
    fill: var(--wp--preset--color--orange-light);
  }
}
.cursor.is-grabbing:not(.is-link) svg.cursor-arrow {
  opacity: 0;
  display: none;
}
.cursor.is-grabbing:not(.is-link) svg.cursor-grab {
  opacity: 0.6;
  display: block;
}
.cursor.is-grabbing:not(.is-link).is-left svg.cursor-grab {
  transform: scale(-1, 1);
}

#Botsonic-wrapper {
  z-index: 999 !important;
}

.yoast-breadcrumbs {
  font-weight: bold;
  font-size: var(--wp--preset--font-size--base-xl);
  line-height: var(--wp--custom--line-height--loose);
  color: rgba(255, 255, 255, 0.3);
}
.yoast-breadcrumbs a {
  text-decoration: none;
  position: relative;
  color: rgba(255, 255, 255, 0.3);
}
.yoast-breadcrumbs a:hover {
  color: rgb(255, 255, 255);
}
.yoast-breadcrumbs .breadcrumb_last {
  color: rgb(255, 255, 255);
}

.wp-block-button a {
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.wp-block-button a.has-blue-background-color:hover {
  --wp--preset--color--blue: #1646ff;
}
.wp-block-button a.has-blue-purple-gradient-background:hover {
  opacity: 0.8;
}

.wp-block-button.is-style-outline a:hover {
  background: var(--wp--preset--color--blue);
  border-color: var(--wp--preset--color--blue);
}

.slider-card {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1) inset;
}

.process-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1) inset;
}

.process-card-image {
  width: 80px;
  height: 80px;
  margin-left: 0px !important;
  border-radius: 500px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.05)
  ) !important;
  box-shadow: 0 -2px 2px -1px rgba(255, 255, 255, 0.1) inset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-card-image img {
  width: 65px;
  height: 65px;
}

.process-card .animated-blob {
  left: 0px !important;
  top: -50% !important;
}

.wp-block-post.type-page,
.wp-block-post.type-project {
  margin-bottom: 30px;
}
.wp-block-post.type-page .wp-block-post-featured-image,
.wp-block-post.type-project .wp-block-post-featured-image {
  border-radius: 20px;
  overflow: hidden;
}
.wp-block-post.type-page .wp-block-post-featured-image img,
.wp-block-post.type-project .wp-block-post-featured-image img {
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
  transform: scale(1);
}
.wp-block-post.type-page:hover .wp-block-post-featured-image img,
.wp-block-post.type-project:hover .wp-block-post-featured-image img {
  transform: scale(1.1);
}

.contact-details-item figure {
  flex-basis: 40px !important;
}
.contact-details-item figure img {
  width: 20px !important;
}
.contact-details-item p {
  width: calc(100% - 40px) !important;
}

.contact-details-item-address figure img {
  width: 24px !important;
}

.contact-details-item-wtw figure img {
  width: 22px !important;
  border-radius: 4px;
}

.contact-details-item-parking figure img {
  width: 22px !important;
}

.wp-block-post.project .wp-block-fs-featured-hover-image {
  position: absolute;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  border-radius: 20px;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.wp-block-post.project .wp-block-fs-featured-hover-image img {
  transform: scale(1.1);
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.wp-block-post.project:hover .wp-block-fs-featured-hover-image {
  opacity: 1;
}
.wp-block-post.project:hover .wp-block-fs-featured-hover-image img {
  transform: scale(1);
}

.refer-card {
  position: relative;
}

.refer-card-number {
  position: absolute;
  font-size: 102px;
  left: -25px;
  opacity: 0.3 !important;
  top: var(--wp--preset--spacing--medium);
}

.icon-eyes {
  margin: -10px 0px;
  display: inline-block;
}
.icon-eyes img {
  width: clamp(35px, 10vw, 55px);
  height: auto;
  position: relative;
  top: min(0px, 3.5vw);
}

.icon-fire {
  margin: -10px 0px -10px 10px;
  display: inline-block;
}
.icon-fire img {
  width: clamp(32px, 10vw, 42px);
  height: auto;
  position: relative;
  top: min(5px, 3.5vw);
}

.icon-leaf {
  margin: -10px 0px -10px 10px;
  display: inline-block;
}
.icon-leaf img {
  width: clamp(35px, 10vw, 45px);
  height: auto;
  position: relative;
  top: min(5px, 3.5vw);
}

.icon-campfire {
  position: relative;
  top: 10px;
  margin: -10px 0px -10px 5px;
  display: inline-block;
}
.icon-campfire img {
  width: clamp(35px, 10vw, 65px);
  height: auto;
  position: relative;
  top: 0px;
}

.picture-width-65 img {
  width: clamp(35px, 10vw, 65px);
  height: auto;
  position: relative;
  top: min(-5px, -0.7vw);
}

.heading-freestyle-logo {
  width: clamp(120px, 15vw, 164px);
}

.fs-review-widget {
  display: grid;
  gap: 20px 15px;
  grid-template-columns: repeat(20, 1fr);
  max-width: 450px;
  width: 100%;
  cursor: pointer;
}
.fs-review-widget p {
  margin: 0px;
}
.fs-review-widget .fs-review-widget__images {
  grid-column-start: 1;
  grid-column-end: 9;
  position: relative;
}
.fs-review-widget
  .fs-review-widget__images
  img.fs-review-widget__images__image {
  position: relative;
  width: 50px;
  border-radius: 500px;
  border: 2px solid #fff;
  box-sizing: border-box;
  margin: 0px -30px 0px 0px;
  box-shadow: -5px 0px 4.5px rgba(0, 0, 0, 0.25);
  transform: translateX(0px);
}
.fs-review-widget
  .fs-review-widget__images
  img.fs-review-widget__images__image:hover {
  transform: translateX(-10px);
}
.fs-review-widget .fs-review-widget__content {
  grid-column-start: 10;
  grid-column-end: 22;
  display: flex;
  flex-direction: column;
  gap: 5px 0px;
}
.fs-review-widget .fs-review-widget__content .fs-review-widget__content--top {
  display: flex;
  gap: 10px;
}

.fs-review-widget__content__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3em;
}

.fs-review-widget__content__text {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-review-widget__content__stars {
  display: flex;
  gap: 0px;
}

span.review-star {
  color: #eea43c;
  font-size: 30px;
}
span.review-star:hover {
  color: #ffc36f;
}

.icon-google-reviews {
  position: absolute;
  top: -5px;
  right: -20px;
  width: 20px;
  background: #fff;
  padding: 4px;
  box-shadow: -5px 0px 4.5px rgba(0, 0, 0, 0.25);
  border-radius: 500px;
}

.animated-chart-wrap {
  perspective: 1200px;
}
.animated-chart-wrap .animated-chart {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 16/9;
  gap: 20px 40px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  /*transform-origin: 100% 100%;*/
  transform: rotate3d(0, 1, 0, -55deg);
  -webkit-mask-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 100%
  );
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.animated-chart-wrap .animated-chart span {
  width: 100%;
  height: 0px;
  display: block;
  border-radius: 12px;
  position: relative;
}
.animated-chart-wrap .animated-chart span:before {
  content: "";
  border-radius: 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  background: inherit;
  z-index: -1;
  opacity: 0.5;
  transition: all 1000ms cubic-bezier(0.27, 0.595, 0.01, 1);
}
.animated-chart-wrap .animated-chart span:nth-child(1) {
  transition-delay: 0.5s;
}
.animated-chart-wrap .animated-chart span:nth-child(2) {
  transition-delay: 0.6s;
}
.animated-chart-wrap .animated-chart span:nth-child(3) {
  transition-delay: 0.7s;
}
.animated-chart-wrap .animated-chart span:nth-child(4) {
  transition-delay: 0.7s;
}

.animated-chart.in-view span:nth-child(1) {
  height: 25%;
}
.animated-chart.in-view span:nth-child(2) {
  height: 66.66%;
}
.animated-chart.in-view span:nth-child(3) {
  height: 100%;
}
.animated-chart.in-view span:nth-child(4) {
  height: 100%;
}

.seo-packs-graphic {
  position: relative;
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  transform: translateY(30px);
}
.seo-packs-graphic__card {
  background: linear-gradient(
    180deg,
    rgba(45, 45, 61, 0.7) 0%,
    rgba(39, 39, 54, 0.7) 100%
  );
  box-shadow: 0px 3.70073px 60.0443px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 23px;
  padding: 30px 25px;
  max-width: 410px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 782px) {
  .seo-packs-graphic__card {
    padding: 30px 60px;
  }
}
.seo-packs-graphic__card--back {
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  width: calc(100% - 40px);
  height: 100%;
  transform: translate(-50%, -50%) scale(0.8);
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: -1;
}
.seo-packs-graphic__card--front {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px 0px;
}

.seo-packs-graphic__card .item {
  display: flex;
  align-items: center;
  gap: 20px 20px;
  width: 100%;
}
@media (min-width: 782px) {
  .seo-packs-graphic__card .item {
    gap: 20px 40px;
  }
}
.seo-packs-graphic__card .item__icon {
  width: 60px;
  height: 60px;
  display: flex;
}
.seo-packs-graphic__card .item__icon img {
  width: 100%;
  height: auto;
}
.seo-packs-graphic__card .item__lines {
  width: 100%;
}
.seo-packs-graphic__card .item__lines .line {
  --line-bg: #454558;
  --line-bg-grey: #454558;
  --line-bg-color: #454558;
  display: block;
  border-radius: 15px;
  width: 100%;
  height: 9px;
  background: var(--line-bg-color);
  margin: 9px 0px;
  animation: animate_bg 3s infinite;
}
.seo-packs-graphic__card .item__lines .line--bg-blue {
  --line-bg-color: var(--wp--preset--color--blue);
  width: 80%;
}
.seo-packs-graphic__card .item__lines .line--bg-purple {
  --line-bg-color: var(--wp--preset--color--purple);
  width: 50%;
}
.seo-packs-graphic__card .item__lines .line--bg-yellow {
  --line-bg-color: var(--wp--preset--color--orange-light);
  width: 70%;
}

.circles {
  position: absolute;
  width: 100%;
  height: 100%;
}
.circles .circle {
  border-radius: 5000px;
  width: 300px;
  height: 300px;
  position: absolute;
}
.circles .circle--lg {
  width: 177px;
  height: 177px;
}
.circles .circle--md {
  width: 98px;
  height: 98px;
}
.circles .circle--sm {
  width: 75px;
  height: 75px;
}
.circles .circle--top-right {
  top: -80px;
  right: -50px;
}
.circles .circle--left {
  top: 30%;
  left: -30px;
  transform: translateY(-50%);
}
.circles .circle--bottom-right {
  bottom: -30px;
  right: 100px;
}
.circles .circle--yellow {
  background: linear-gradient(180deg, #eea43c 0%, rgba(238, 164, 60, 0.1) 100%);
}
.circles .circle--purple {
  background: linear-gradient(180deg, #823df2 0%, rgba(130, 61, 242, 0.1) 100%);
}
.circles .circle--blue {
  background: linear-gradient(180deg, #0477ff 0%, rgba(4, 119, 255, 0.1) 100%);
}

.animation--bobble {
  animation: bobble 3s infinite;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

@keyframes animate_bg {
  0% {
    --line-bg: var(--line-bg-color);
    background: var(--line-bg);
  }
  50% {
    --line-bg: var(--line-bg-grey);
    background: var(--line-bg);
  }
  0% {
    --line-bg: var(--line-bg-color);
    background: var(--line-bg);
  }
}
@keyframes bobble {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-4px, 12px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

/*# sourceMappingURL=style-index.css.map*/
.flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wp-block-fs-team-profile {
  background: #07071f;
  border-radius: clamp(12px, 2.5vw, 22px);
  overflow: hidden;
  position: relative;
}

.wp-block-fs-team-profile .wp-block-fs-animated-blob {
  z-index: 0 !important;
}

.wp-block-fs-team-profile .wp-block-fs-animated-blob svg {
  height: auto;
  left: 25% !important;
  min-width: 700px;
  opacity: 0.6 !important;
  top: -25% !important;
  transform: translate(-100%, -50%) !important;
}

.wp-block-fs-team-profile .team-profile__photo {
  aspect-ratio: 6/7;
  position: relative;
}

.wp-block-fs-team-profile .team-profile__photo:after {
  background: linear-gradient(transparent, transparent, #000);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  z-index: 1;
}

.wp-block-fs-team-profile .team-profile__photo img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(0) scale(1);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 100%;
}

.wp-block-fs-team-profile .team-profile__photo img:nth-child(2) {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(20px) scale(0.95);
  width: 100%;
}

.wp-block-fs-team-profile .team-profile__info {
  align-items: center;
  background: linear-gradient(transparent, transparent, #000);
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  justify-content: end;
  left: 0;
  opacity: 1;
  padding: 15px 15px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 100%;
  z-index: 1;
}

.wp-block-fs-team-profile .team-profile__info .team-profile__name {
  font-size: clamp(16px, 5vw, var(--wp--preset--font-size--large));
  margin-bottom: 0;
}

.wp-block-fs-team-profile .team-profile__info .team-profile__job-title {
  font-size: clamp(10px, 2.5vw, var(--wp--preset--font-size--base));
  margin-bottom: 5px;
  margin-top: 0;
}

.wp-block-fs-team-profile .team-profile__info .team-profile__linkedin svg {
  width: 14px;
}

.wp-block-fs-team-profile .team-profile__info .team-profile__x svg {
  width: 12px;
}

@media (min-width: 576px) {
  .wp-block-fs-team-profile .team-profile__info {
    padding: 30px;
  }
}

@media (min-width: 782px) {
  .wp-block-fs-team-profile .team-profile__info {
    background: transparent;
    opacity: 0;
    padding: 30px 30px 60px;
  }

  .wp-block-fs-team-profile .team-profile__info .team-profile__linkedin svg {
    width: 24px;
  }

  .wp-block-fs-team-profile .team-profile__info .team-profile__x svg {
    width: 20px;
  }
}

.wp-block-fs-team-profile:hover .team-profile__photo img:first-child {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}

.wp-block-fs-team-profile:hover .team-profile__photo img:nth-child(2) {
  opacity: 1;
  transform: translate(0) scale(1);
}

.wp-block-fs-team-profile:hover .team-profile__info,
.wp-block-fs-team-profile:hover .team-profile__photo:after {
  opacity: 1;
}

@media (max-width: 540px) {
  .team-profile__linkedin,
  .team-profile__x {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.wp-block-fs-logo-scroller .marquee {
  display: flex;
  gap: var(--gap);
  -webkit-mask-image: linear-gradient(
    var(--mask-direction, to right),
    transparent,
    #000 20%,
    #000 80%,
    transparent
  );
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    transparent,
    #000 20%,
    #000 80%,
    transparent
  );
  overflow: hidden;
  transform: rotate(-2.8deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.wp-block-fs-logo-scroller .marquee .marquee__group {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: var(--gap);
  justify-content: space-around;
  min-width: 100%;
}

.wp-block-fs-logo-scroller .marquee .marquee__group img {
  aspect-ratio: 16/9;
  background: linear-gradient(hsla(0, 0%, 43%, 0.12), hsla(0, 1%, 42%, 0.27));
  border: 1.89px solid hsla(0, 0%, 100%, 0.1);
  border-radius: clamp(10px, 5vw, 24px);
  box-sizing: border-box;
  display: grid;
  -o-object-fit: contain;
  object-fit: contain;
  padding: clamp(10px, 2.5vw, 45px) 20px;
  place-items: center;
  width: var(--size);
}

@media (min-width: 782px) {
  .wp-block-fs-logo-scroller .marquee .marquee__group img {
    padding: clamp(10px, 5vw, 45px) calc(var(--size) / 10);
  }
}

.wp-block-fs-layered-website-images {
  height: auto;
  position: relative;
  width: 100%;
}

.wp-block-fs-layered-website-images .layered-website-images {
  perspective: 70px;
  position: relative;
  transform: translateY(40px);
}

.wp-block-fs-layered-website-images .layered-website-image {
  aspect-ratio: 16/9;
  border-radius: 10px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 40px;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 100%;
}

.wp-block-fs-layered-website-images .layered-website-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
}

.wp-block-fs-layered-website-images .layered-website-image.in-view {
  top: 0;
}

.wp-block-fs-layered-website-images .layered-website-image:first-child {
  position: relative;
  z-index: 4;
}

.wp-block-fs-layered-website-images .layered-website-image:nth-child(2) {
  transform: translate3d(0, -90px, -10px);
  z-index: 3;
}

.wp-block-fs-layered-website-images .layered-website-image:nth-child(3) {
  transform: translate3d(0, -180px, -20px);
  z-index: 2;
}

.wp-block-fs-layered-website-images .layered-website-image:nth-child(4) {
  transform: translate3d(0, -270px, -30px);
  z-index: 1;
}

.wp-block-fs-layered-website-images .layered-website-image-mobile {
  border-radius: 10px;
  bottom: -160px;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  height: 226px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 120px;
}

.wp-block-fs-layered-website-images .layered-website-image-mobile img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
}

.wp-block-fs-layered-website-images .layered-website-image-mobile.in-view {
  bottom: -120px;
}

.layered-website-image:hover img {
  transform: translateY(10px);
}
.wp-block-fs-project-images {
  position: relative;
}

.project-images-container {
  margin-left: auto;
  position: relative;
  width: 90%;
}

.project-images-container .project-images-wrap {
  perspective: 1000px;
}

.project-images-container .project-images {
  aspect-ratio: 16/9;
  transform: rotateY(-25deg);
}

.project-images-container .project-images .swiper-slide {
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.project-images-container .project-images .swiper-slide img {
  border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.project-images-container .swiper-arrows-container {
  margin-top: var(--wp--preset--spacing--medium);
}

.project-images-container-2 {
  height: 100%;
  left: 50%;
  perspective: 900px;
  position: absolute;
  top: 50%;
  transform: translate(-10%, 40px) rotateX(65deg) rotateY(3deg) rotate(-55deg)
    scale(1);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 100%;
  z-index: 1;
}

.project-images-container-2.in-view {
  transform: translate(-25%, 40px) rotateX(65deg) rotateY(3deg) rotate(-45deg)
    scale(1);
}

.project-images-container-2 .project-images-item {
  aspect-ratio: 4/3;
  border-radius: 10px;
  box-shadow: -35px 40px 30px rgba(0, 0, 0, 0.2);
  height: auto;
  left: 50%;
  max-height: 270px;
  max-width: 400px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 35vw;
}

.project-images-container-2 .project-images-item img {
  aspect-ratio: 16/9;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  transition-delay: 0.4s;
  width: 100%;
}

.project-images-container-2 .project-images-item:hover {
  transform: translateZ(200px);
}

.project-images-container-2 .project-images-item:first-child {
  transform: translateX(-50%) translateY(-160%) translateZ(0);
}

.project-images-container-2 .project-images-item:first-child:hover {
  transform: translateX(-50%) translateY(-160%) translateZ(20px);
}

.project-images-container-2 .project-images-item:nth-child(2) {
  transform: translateX(4%) translateY(-50%) translateZ(0);
}

.project-images-container-2 .project-images-item:nth-child(2):hover {
  transform: translateX(4%) translateY(-50%) translateZ(20px);
}

.project-images-container-2 .project-images-item:nth-child(3) {
  transform: translateX(-50%) translateY(60%) translateZ(0);
}

.project-images-container-2 .project-images-item:nth-child(3):hover {
  transform: translateX(-50%) translateY(60%) translateZ(20px);
}

.project-images-container-2 .project-images-item:nth-child(4) {
  transform: translateX(-104%) translateY(-50%) translateZ(0);
}

.project-images-container-2 .project-images-item:nth-child(4):hover {
  transform: translateX(-104%) translateY(-50%) translateZ(20px);
}

.wp-block-fs-faqs {
  width: 100%;
}

@media (min-width: 782px) {
  .wp-block-fs-faqs.cols-2 {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}

details.faq-item {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(
    180deg,
    rgba(36, 36, 49, 0.49),
    rgba(28, 28, 38, 0.447)
  );
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 8px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.faq-title {
  cursor: pointer;
  padding: 20px 60px 20px 30px;
  position: relative;
}

.faq-title::marker {
  content: "";
}

.faq-title::-webkit-details-marker {
  display: none;
}

.faq-item .faq-title h3 {
  color: hsla(0, 0%, 100%, 0.6);
  margin-bottom: 0;
  margin-top: 0;
  transition: all 0.2s ease-out;
}

.faq-item .faq-title:hover h3,
.faq-item[open] .faq-title h3 {
  color: #fff;
}

.faq-answer {
  color: #a2a9b0;
  padding: 10px 30px;
}

.faq-answer p:first-child {
  margin-top: 0;
}

.faq-toggle-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 22px;
  justify-content: start;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  z-index: 999;
}

.faq-toggle-icon .faq-toggle-icon--bottom,
.faq-toggle-icon .faq-toggle-icon--top {
  background: hsla(0, 0%, 100%, 0.7);
  height: 2px;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.faq-toggle-icon .faq-toggle-icon--top {
  top: 50%;
  transform: translate(-50%) rotate(90deg);
  width: 70%;
}

.faq-toggle-icon .faq-toggle-icon--bottom {
  bottom: 0;
  top: 50%;
  transform: translate(-50%) rotate(0deg);
  width: 70%;
}

.faq-item:hover .faq-toggle-icon--bottom,
.faq-item:hover .faq-toggle-icon--top,
.faq-item[open] .faq-toggle-icon--bottom,
.faq-item[open] .faq-toggle-icon--top {
  background: #0477ff;
}

.faq-item[open] .faq-toggle-icon--top {
  transform: translate(-50%) rotate(45deg);
}

.faq-item[open] .faq-toggle-icon--bottom {
  transform: translate(-50%) rotate(-45deg);
}
.cust-gap {
  row-gap: 30px;
}
.search-panel-phone,
.search-results-panel {
  position: relative;
}

.search-panel-phone img {
  border-radius: 20px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  width: 275px;
}

.search-panel-results {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: linear-gradient(
    180deg,
    rgba(45, 45, 61, 0.8),
    rgba(39, 39, 54, 0.8)
  );
  background-size: 54px !important;
  border-radius: 14.4px;
  box-shadow: 0 10px 20px -2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  left: calc(50% - 10px);
  margin: 0 auto;
  max-width: 270px;
  overflow: hidden;
  padding: 22px 40px 0;
  position: absolute;
  top: 50%;
  transform: scale(0.8) translate(-50%, -50%);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  transition-timing-function: cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 100%;
  z-index: 3;
}

@media (min-width: 576px) {
  .search-panel-results {
    left: calc(50% + 20px);
  }
}

.search-panel-results:hover {
  left: 50%;
  top: 50%;
  transform: scale(0.82) translate(-50%, -50%);
}

@media (min-width: 576px) {
  .search-panel-results:hover {
    left: calc(50% + 30px);
    transform: scale(0.82) translate(-50%, -50%);
  }
}

.search-box {
  background: rgba(205, 205, 255, 0.1);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: -20px -40px 10px;
  padding: 20px 40px;
  position: relative;
}

.search-box strong {
  font-weight: 400;
}

.search-box__icon {
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.search-results {
  margin: 0 -40px;
  padding: 20px 40px;
}

.search-results span {
  color: #fff;
  display: block;
  margin-bottom: 5px !important;
}

.search-results p {
  margin-bottom: 30px !important;
  padding: 0 0 0 60px;
  position: relative;
}

.search-results p:last-of-type {
  margin-bottom: 20px !important;
}

.search-results p:before {
  animation: search 3s infinite;
  background: #353548;
  border-radius: 7.2px;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 40px;
}

.search-results p:after {
  --line-bg-grey: #454558;
  --line-bg-color: var(--wp--preset--color--blue);
  --line-bg: var(--line-bg-grey);
  background: var(--line-bg);
  border-radius: 2.7px;
  content: "";
  display: block;
  height: 6px;
  position: relative;
  top: 7px;
  width: 155.5px;
}

.search-results p.line--bg-blue:after {
  --line-bg-color: var(--wp--preset--color--blue);
  animation: animate_results_bg 3s infinite;
}

.search-results p.line--bg-yellow:after {
  --line-bg-color: var(--wp--preset--color--orange-light);
  animation: animate_results_bg 3s infinite;
  width: 115.5px;
}

.search-results p.line--bg-purple:after {
  --line-bg-color: var(--wp--preset--color--purple);
  animation: animate_results_bg 3s infinite;
  width: 135.5px;
}

.search-results a {
  color: #fff;
  text-decoration: none;
}

.typewrite > .wrap {
  border-right: 0.08em solid #fff;
}

@keyframes search {
  50% {
    background-color: #454558;
  }

  0% {
    background-color: #353548;
  }
}

@keyframes animate_results_bg {
  50% {
    --line-bg: var(--line-bg-color);
    background: var(--line-bg);
  }

  0% {
    --line-bg: var(--line-bg-grey);
    background: var(--line-bg);
  }
}

.wp-container-core-group-is-layout-e63f0ace
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1070px;
  margin-left: auto !important;
  margin-right: auto !important;
}
ul.is-style-ticks li em:before {
  content: "\2713";
  position: absolute;
  left: 0px;
  display: inline-block;
  font-weight: 300;
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
  border-radius: 500px;
  font-size: 10px;
  text-align: center;
  line-height: 1em;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 5px;
}
ul.is-style-ticks li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 30px;
}
.wp-container-core-group-is-layout-68903a8d
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
}
ul.is-style-ticks {
  list-style: none;
  padding-left: 0px;
}
:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {
  background: transparent none;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  border-style: solid;
  color: currentColor;
  padding-top: clamp(10px, 5vw, 14px);
  padding-right: clamp(20px, 5vw, 40px);
  padding-bottom: clamp(10px, 5vw, 14px);
  padding-left: clamp(20px, 5vw, 40px);
}

:root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link) {
  background: transparent none;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  border-style: solid;
  color: currentColor;
  padding-top: clamp(10px, 5vw, 14px);
  padding-right: clamp(20px, 5vw, 40px);
  padding-bottom: clamp(10px, 5vw, 14px);
  padding-left: clamp(20px, 5vw, 40px);
}

:root :where(.wp-block-button.is-style-outline--3 .wp-block-button__link) {
  background: transparent none;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  border-style: solid;
  color: currentColor;
  padding-top: clamp(10px, 5vw, 14px);
  padding-right: clamp(20px, 5vw, 40px);
  padding-bottom: clamp(10px, 5vw, 14px);
  padding-left: clamp(20px, 5vw, 40px);
}

:root :where(.wp-block-button.is-style-outline--4 .wp-block-button__link) {
  background: transparent none;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  border-style: solid;
  color: currentColor;
  padding-top: clamp(10px, 5vw, 14px);
  padding-right: clamp(20px, 5vw, 40px);
  padding-bottom: clamp(10px, 5vw, 14px);
  padding-left: clamp(20px, 5vw, 40px);
}

:root :where(.wp-block-button.is-style-fill--5 .wp-block-button__link) {
  background-color: var(--wp--preset--color--blue);
  border-radius: 16px;
  border-color: var(--wp--preset--color--blue);
  border-width: 1px;
  border-style: solid;
  color: var(--wp--preset--color--white);
}

:root :where(.wp-block-button.is-style-fill--6 .wp-block-button__link) {
  background-color: var(--wp--preset--color--blue);
  border-radius: 16px;
  border-color: var(--wp--preset--color--blue);
  border-width: 1px;
  border-style: solid;
  color: var(--wp--preset--color--white);
}
:root :where(.is-layout-flow) > * {
  margin-block-start: var(--wp--preset--spacing--medium);
  margin-block-end: 0;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}

.is-style-scroll-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  text-align: center;
  transition: transform 0.3s ease-out;
}

.is-style-scroll-text h2 {
  white-space: nowrap;
}

/* Only apply if scroll-timeline is supported */
@supports (animation-timeline: scroll()) {
  @scroll-timeline text-scroll {
    source: auto;
    orientation: block;
  }

  .is-style-scroll-text {
    animation: scroll-pan 1 linear both;
    animation-timeline: view();
  }

  @keyframes scroll-pan {
    from {
      transform: translateX(10%);
    }
    to {
      transform: translateX(-10%);
    }
  }
}

.is-style-testimonial-card {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1) inset;
  background: url(../images/industries/bg-testimonial.webp) no-repeat bottom
    left;
  background-size: 50%, cover;
  backdrop-filter: blur(10.9395px);
}

.is-style-border-card {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1) inset;
  background: linear-gradient(
    180deg,
    rgba(150, 150, 150, 0.2),
    rgba(20, 20, 20, 0.2)
  );
}

@media screen and (min-width: 767px) {
  .is-style-border-card {
    padding: 42px;
  }
}

.wp-container-core-group-is-layout-ae24f51d {
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.recent {}

.recent .wp-block-group {
    height: 100%;
}

.recent .wp-block-group figure.wp-block-image {
    height: 100%;
}

.recent .wp-block-group figure.wp-block-image a {
    height: 100%;
    display: block;
}

.recent .wp-block-group figure.wp-block-image a img {
    height: 100%;
    object-fit: cover;
}