/*
Theme Name: Module
Theme URI: https://api.modulestudio.co.uk
Details URI: https://api.modulepreview.co.uk/?action=get_metadata&slug=module
Author: Module Studio
Author URI: https://modulestudio.co.uk
Description: Module FSI Theme
Requires at least: 6.1
Tested up to: 6.22
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: Module
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*:not(#wpadminbar):not(#wpadminbar *) {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
body, header {
  background-color: #EFEEEC !important;
}
.hideThis {
  display: none !important;
}
h1, h2, h3, h4, h5 {
  color: #262626;
}
em {
  font-family: "latienne-pro", sans-serif !important;
  font-weight: 400;
}
:root :where(.is-layout-constrained) > *, main {
  margin-top: 0px !important;
}
.wp-site-blocks > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.is-layout-constrained > [class^="lazyblock-"] {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}
ul li {
  text-align: left;
}
.classButton, .wp-block-button__link, .wp-element-button, button[type="submit"], input[type="submit"], .btn, .button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 15px 30px;
  background: #262626;
  color: #EFEEEC !important;
  text-decoration: none !important;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  border: 2px solid #262626 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: visible;
  box-sizing: border-box;
}
@media only screen and (max-width: 850px) {
  .classButton, .wp-block-button__link, .wp-element-button, button[type="submit"], input[type="submit"], .btn, .button {
    padding: 12px 24px;
    font-size: 0.95rem;
    gap: 6px;
  }
}
.classButton::after, .wp-block-button__link::after, .wp-element-button::after, button[type="submit"]::after, input[type="submit"]::after, .btn::after, .button::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("https://stephenbrowning.modulepreview.co.uk/wp-content/uploads/2025/09/Group-24-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 850px) {
  .classButton::after, .wp-block-button__link::after, .wp-element-button::after, button[type="submit"]::after, input[type="submit"]::after, .btn::after, .button::after {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
}
.classButton:hover, .wp-block-button__link:hover, .wp-element-button:hover, button[type="submit"]:hover, input[type="submit"]:hover, .btn:hover, .button:hover {
  background: transparent !important;
  border: 2px solid #262626 !important;
  color: #262626 !important;
  transform: translateY(-2px);
}
.classButton:hover::after, .wp-block-button__link:hover::after, .wp-element-button:hover::after, button[type="submit"]:hover::after, input[type="submit"]:hover::after, .btn:hover::after, .button:hover::after {
  filter: invert(1);
  transform: translateX(4px);
}
.classButton:active, .wp-block-button__link:active, .wp-element-button:active, button[type="submit"]:active, input[type="submit"]:active, .btn:active, .button:active {
  transform: translateY(-1px);
}
.classButton.greyBG, .wp-block-button__link.greyBG, .wp-element-button.greyBG, button[type="submit"].greyBG, input[type="submit"].greyBG, .btn.greyBG, .button.greyBG {
  background: rgba(167, 178, 168, 0.48) !important;
  color: #262626 !important;
  border: none !important;
}
.classButton.greyBG::after, .wp-block-button__link.greyBG::after, .wp-element-button.greyBG::after, button[type="submit"].greyBG::after, input[type="submit"].greyBG::after, .btn.greyBG::after, .button.greyBG::after {
  filter: invert(1);
}
.classButton.greyBG:hover, .wp-block-button__link.greyBG:hover, .wp-element-button.greyBG:hover, button[type="submit"].greyBG:hover, input[type="submit"].greyBG:hover, .btn.greyBG:hover, .button.greyBG:hover {
  background: #262626 !important;
  border: none !important;
  color: #EFEEEC !important;
}
.classButton.greyBG:hover::after, .wp-block-button__link.greyBG:hover::after, .wp-element-button.greyBG:hover::after, button[type="submit"].greyBG:hover::after, input[type="submit"].greyBG:hover::after, .btn.greyBG:hover::after, .button.greyBG:hover::after {
  filter: invert(0);
}
.accordionTooltipButton {
  background: #F3BF82 !important;
  border-color: #F3BF82 !important;
  color: #262626 !important;
}
.accordionTooltipButton:hover {
  background: transparent !important;
  border-color: #F3BF82 !important;
  color: #F3BF82 !important;
}
.wp-block-button {
  margin: 0;
}
.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem;
  padding: 15px 30px !important;
  background: #262626 !important;
  color: #EFEEEC !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  font-family: "Inter", sans-serif !important;
  border: 2px solid #262626 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: visible !important;
  box-sizing: border-box !important;
}
@media only screen and (max-width: 850px) {
  .wp-block-button .wp-block-button__link {
    padding: 12px 24px !important;
    font-size: 0.95rem !important;
    gap: 6px;
  }
}
.wp-block-button .wp-block-button__link::after {
  content: "" !important;
  display: block !important;
  width: 16px;
  height: 16px;
  background-image: url("https://stephenbrowning.modulepreview.co.uk/wp-content/uploads/2025/09/Group-24-1.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-left: 0.5rem !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transform-origin: center;
  flex-shrink: 0 !important;
}
@media only screen and (max-width: 850px) {
  .wp-block-button .wp-block-button__link::after {
    width: 14px;
    height: 14px;
    margin-left: 4px !important;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background: transparent !important;
  border: 2px solid #262626 !important;
  color: #262626 !important;
  transform: translateY(-2px) !important;
}
.wp-block-button .wp-block-button__link:hover::after {
  filter: invert(1) !important;
  transform: translateX(4px) !important;
}
.wp-block-button .wp-block-button__link:active {
  transform: translateY(-1px) !important;
}
.wp-block-button .wp-block-button__link.has-background {
  background: #262626 !important;
  border: 2px solid #262626 !important;
}
.wp-block-button .wp-block-button__link.has-background:hover {
  background: transparent !important;
  border: 2px solid #262626 !important;
  color: #262626 !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  border: 2px solid #262626 !important;
  color: #262626 !important;
}
.wp-block-button.is-style-outline .wp-block-button__link::after {
  filter: invert(1) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #262626 !important;
  border-color: #262626 !important;
  color: #EFEEEC !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover::after {
  filter: invert(0) !important;
}
.wp-block-buttons .wp-block-button {
  margin: 0;
}
.wp-block-buttons .wp-block-button * {
  box-sizing: border-box;
}
@keyframes spiralVortex {
  0% {
    transform: rotate(0deg) scale(1);
  }
  20% {
    transform: rotate(72deg) scale(1.3);
  }
  40% {
    transform: rotate(144deg) scale(0.7);
  }
  60% {
    transform: rotate(216deg) scale(1.2);
  }
  80% {
    transform: rotate(288deg) scale(0.9);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.wp-block-lazyblock-main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000000 !important;
  background: #EFEEEC;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0px 0px 14px 0px #0000003d;
}
.wp-block-lazyblock-main-navigation.navigation-hidden {
  transform: translateY(-100%);
}
body.admin-bar .wp-block-lazyblock-main-navigation {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .wp-block-lazyblock-main-navigation {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .wp-block-lazyblock-main-navigation {
    top: 0;
  }
}
.hideDesk {
  display: none;
}
@media (max-width: 1024px) {
  .hideDesk {
    display: block;
  }
}
.mainNavigation {
  z-index: 1000;
}
.mainNavigation .navContainer {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.mainNavigation .navContainer .logoContainer {
  flex-shrink: 0;
}
.mainNavigation .navContainer .logoContainer .logoLink {
  display: block;
}
.mainNavigation .navContainer .logoContainer .logoLink img {
  height: 50px;
  width: auto;
}
.mainNavigation .navContainer .logoContainer .logoLink .logoPlaceholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  background: #e0e0e0;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
.mainNavigation .navContainer .logoContainer .logoLink .logoPlaceholder:hover {
  background: #c7c7c7;
}
.mainNavigation .navContainer .mobile-menu-trigger {
  display: none;
  background: none;
  border: none;
  padding: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 1156px) {
  .mainNavigation .navContainer .mobile-menu-trigger {
    display: block;
  }
}
.mainNavigation .navContainer .mobile-menu-trigger .hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background: #262626;
  position: relative;
  transition: background 0.3s ease;
}
.mainNavigation .navContainer .mobile-menu-trigger .hamburger::before, .mainNavigation .navContainer .mobile-menu-trigger .hamburger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #262626;
  left: 0;
  transition: transform 0.3s ease;
}
.mainNavigation .navContainer .mobile-menu-trigger .hamburger::before {
  top: -6px;
}
.mainNavigation .navContainer .mobile-menu-trigger .hamburger::after {
  bottom: -6px;
}
.mainNavigation .navContainer .mobile-menu-trigger.is-active .hamburger {
  background: transparent;
}
.mainNavigation .navContainer .mobile-menu-trigger.is-active .hamburger::before {
  transform: translateY(6px) rotate(45deg);
}
.mainNavigation .navContainer .mobile-menu-trigger.is-active .hamburger::after {
  transform: translateY(-6px) rotate(-45deg);
}
.mainNavigation .navContainer .desktopMenu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin: 0 40px;
}
.mainNavigation .navContainer .desktopMenu .greyBG {
  display: none;
}
@media (max-width: 1156px) {
  .mainNavigation .navContainer .desktopMenu {
    display: none;
  }
}
.mainNavigation .navContainer .desktopMenu .classButton {
  justify-content: flex-end;
}
.mainNavigation .navContainer .desktopMenu .menuItems {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.mainNavigation .navContainer .desktopMenu .menuItems li {
  position: relative;
}
.mainNavigation .navContainer .desktopMenu .menuItems li.active a {
  position: relative;
}
.mainNavigation .navContainer .desktopMenu .menuItems li.active a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background: url("/wp-content/uploads/2025/09/Group-27-3.svg") no-repeat center;
  background-size: contain;
}
.mainNavigation .navContainer .desktopMenu .menuItems li a.menuLink {
  text-decoration: none;
  color: #777675;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  position: relative;
}
.mainNavigation .navContainer .desktopMenu .menuItems li a.menuLink:hover {
  color: #E88006;
  border-bottom-color: #E88006;
}
.mainNavigation .navContainer .desktopMenu .menuItems li a.menuLink[aria-current="page"] {
  color: #262626 !important;
  border-bottom-color: #E88006 !important;
}
.mainNavigation .navContainer .desktopMenu .menuItems li.hasDropdown > a.menuLink {
  padding-right: 20px;
}
.mainNavigation .navContainer .desktopMenu .menuItems li.hasDropdown > a.menuLink::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transition: transform 0.3s ease;
  transform: translateY(-2px) rotate(45deg);
  right: 0;
}
.mainNavigation .navContainer .desktopMenu .menuItems li.hasDropdown > a.menuLink:hover::after {
  transform: translateY(1px) rotate(-135deg);
}
.mainNavigation .navContainer .desktopMenu .menuItems li.hasDropdown:hover > .subMenuItems {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.mainNavigation .navContainer .desktopMenu .menuItems li.hasSubDropdown > a.menuLink {
  padding-right: 20px;
}
.mainNavigation .navContainer .desktopMenu .menuItems li.hasSubDropdown > a.menuLink::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transition: transform 0.3s ease;
  transform: translateY(-2px) rotate(-45deg);
  right: 30px;
}
.mainNavigation .navContainer .desktopMenu .menuItems li.hasSubDropdown > a.menuLink:hover::after, .mainNavigation .navContainer .desktopMenu .menuItems li.hasSubDropdown > a.menuLink:focus::after {
  transform: translateY(0px) rotate(135deg);
}
.mainNavigation .navContainer .desktopMenu .menuItems li.hasSubDropdown:hover > a.menuLink::after, .mainNavigation .navContainer .desktopMenu .menuItems li.hasSubDropdown:focus-within > a.menuLink::after {
  transform: translateY(0px) rotate(135deg);
}
.mainNavigation .navContainer .desktopMenu .subMenuItems {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 220px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.5rem 0;
  margin-top: 0;
  z-index: 100;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.mainNavigation .navContainer .desktopMenu .subMenuItems li {
  position: relative;
}
.mainNavigation .navContainer .desktopMenu .subMenuItems li a.menuLink {
  background: transparent;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  border-bottom: none;
  font-weight: 400;
}
.mainNavigation .navContainer .desktopMenu .subMenuItems li a.menuLink:hover {
  background: #f7f7f7;
  color: #E88006;
}
.mainNavigation .navContainer .desktopMenu .subMenuItems li a.menuLink[aria-current="page"] {
  color: #E88006;
  font-weight: 500;
}
.mainNavigation .navContainer .desktopMenu .subSubMenuItems {
  position: absolute;
  top: 0;
  left: 100%;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}
.mainNavigation .navContainer .desktopMenu .subSubMenuItems li a.menuLink {
  padding: 0.75rem 1.5rem;
  font-family: "Inter", sans-serif;
  border-bottom: none;
}
.mainNavigation .navContainer .desktopMenu .subSubMenuItems li a.menuLink:hover {
  background: #f7f7f7;
  color: #E88006;
}
.mainNavigation .navContainer .navActions {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1156px) {
  .mainNavigation .navContainer .navActions {
    gap: 10px;
  }
}
.mainNavigation .navContainer .navActions .searchIconWrapper {
  display: flex;
  align-items: center;
  display: none;
}
@media (max-width: 1156px) {
  .mainNavigation .navContainer .navActions .searchIconWrapper {
    display: none;
  }
}
.mainNavigation .navContainer .navActions .searchIconWrapper .searchToggle {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #262626;
  transition: color 0.3s ease;
}
.mainNavigation .navContainer .navActions .searchIconWrapper .searchToggle:hover {
  color: #E88006;
}
.mainNavigation .navContainer .navActions .searchIconWrapper .searchToggle svg {
  display: block;
}
@media (max-width: 1156px) {
  .mainNavigation .navContainer .navActions .classButton {
    display: none;
  }
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.mobile-nav, .mobile-menu-items {
  height: 100%;
}
.mobile-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  max-width: 400px;
  height: 100%;
  background: #EFEEEC;
  overflow-x: hidden;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1001;
}
.is-open .mobile-menu-container {
  transform: translateX(0);
}
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.mobile-menu-header .logoContainer img {
  height: 40px;
  width: auto;
}
.mobile-menu-header .mobile-menu-close {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #262626;
  padding: 5px;
}
.mobile-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  font-family: "Inter", sans-serif;
  height: calc(100% - 120px);
}
.mobile-menu-items > li {
  border-bottom: 1px solid #eee;
}
.mobile-menu-items > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  padding-right: 0px;
  text-decoration: none;
  color: #262626;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}
.mobile-menu-items > li > a:hover {
  color: #E88006;
  background: rgba(232, 128, 6, 0.05);
}
.mobile-menu-items > li > a[aria-current="page"] {
  color: #E88006;
  background: rgba(232, 128, 6, 0.05);
}
.mobile-menu-items > li .submenu-toggle {
  height: 100%;
  width: 60px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}
.mobile-menu-items > li .submenu-toggle::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transition: transform 0.3s ease;
  transform: translateY(0) rotate(-45deg);
}
.mobile-menu-items > li .submenu-toggle:hover {
  background: rgba(232, 128, 6, 0.1);
  color: #E88006;
}
.mobile-menu-items > li .submenu-toggle:hover::after {
  transform: translateX(2px) rotate(-45deg);
}
.mobile-menu-items .submenu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EFEEEC;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-menu-items .submenu-container.active {
  transform: translateX(0);
}
.mobile-menu-items .submenu-container.exit {
  transform: translateX(-100%);
}
.mobile-menu-items .submenu-container.prev-exit {
  transform: translateX(100%);
}
.mobile-menu-items > li {
  transition: opacity 0.3s ease;
}
.mobile-menu-items.has-active-submenu > li:not(.has-active-submenu) {
  opacity: 0;
}
.mobile-menu-items .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-items .sub-menu > li {
  border-bottom: 1px solid #eee;
}
.mobile-menu-items .sub-menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  padding-right: 0px;
  text-decoration: none;
  color: #262626;
  font-weight: 400;
  font-size: 15px;
  transition: all 0.3s ease;
}
.mobile-menu-items .sub-menu > li > a:hover {
  color: #E88006;
  background: rgba(232, 128, 6, 0.05);
}
.mobile-menu-items .sub-menu > li > a[aria-current="page"] {
  color: #E88006;
  background: rgba(232, 128, 6, 0.05);
}
.mobile-menu-items .sub-menu > li .submenu-toggle {
  height: 100%;
  width: 60px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #262626;
  transition: all 0.3s ease;
  position: relative;
}
.mobile-menu-items .sub-menu > li .submenu-toggle::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transition: transform 0.3s ease;
  transform: translateY(0) rotate(-45deg);
}
.mobile-menu-items .sub-menu > li .submenu-toggle:hover {
  color: #E88006;
  background: rgba(232, 128, 6, 0.1);
}
.mobile-menu-items .sub-menu > li .submenu-toggle:hover::after {
  transform: translateX(2px) rotate(-45deg);
}
.mobile-menu-items .submenu-back {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  background: #f8f9fa;
  border: none;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  width: 100%;
  margin: 0;
  font-size: 16px;
  color: #262626;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 36px;
}
.mobile-menu-items .submenu-back::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transition: transform 0.3s ease;
  transform: translateY(0) rotate(135deg);
  left: 20px;
}
.mobile-menu-items .submenu-back:hover {
  background: rgba(232, 128, 6, 0.1);
  color: #E88006;
}
.mobile-menu-items .submenu-back:hover::before {
  transform: translateX(-2px) rotate(135deg);
}
.mobile-donate-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  background: #E88006;
  color: #EFEEEC;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
  position: relative;
}
.mobile-donate-button::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transition: transform 0.3s ease;
  transform: translateY(0) rotate(-45deg);
  position: relative;
  margin-left: 4px;
}
.mobile-donate-button:hover {
  background: #b66505;
  transform: translateY(-2px);
}
.mobile-donate-button:hover::after {
  transform: translateX(2px) rotate(-45deg);
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}
.search-overlay .search-overlay-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 2rem;
}
.search-overlay .search-overlay-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.search-overlay .search-overlay-header .search-overlay-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
}
.search-overlay .search-overlay-header .search-overlay-close:hover {
  color: #cccccc;
}
.search-overlay .search-overlay-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.search-overlay .search-overlay-content h2 {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-family: "Inter", sans-serif;
}
@media (max-width: 850px) {
  .search-overlay .search-overlay-content h2 {
    font-size: 2rem;
  }
}
.search-overlay .search-overlay-content .search-form {
  width: 100%;
  max-width: 600px;
  margin-bottom: 2rem;
}
.search-overlay .search-overlay-content .search-form .search-input-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 50px;
  padding: 4px;
}
.search-overlay .search-overlay-content .search-form .search-input-wrapper .search-field {
  flex: 1;
  border: none;
  padding: 15px 20px;
  font-size: 1.2rem;
  background: transparent;
  outline: none;
  font-family: "Inter", sans-serif;
}
.search-overlay .search-overlay-content .search-form .search-input-wrapper .search-field::placeholder {
  color: #999999;
}
.search-overlay .search-overlay-content .search-form .search-input-wrapper .search-submit {
  display: flex;
  align-items: center;
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 15px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.search-overlay .search-overlay-content .search-form .search-input-wrapper .search-submit:after {
  display: none;
}
.search-overlay .search-overlay-content .search-form .search-input-wrapper .search-submit:hover {
  background: #333333;
  transform: translateY(0px) !important;
}
body.admin-bar .mobile-menu-container {
  top: 32px;
  height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .mobile-menu-container {
    top: 46px;
    height: calc(100% - 46px);
  }
}
body.no-scroll {
  overflow: hidden;
}
body.search-open {
  overflow: hidden;
}
.wrapper {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 0px;
}
@media only screen and (max-width: 1490px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  .wrapper {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .wrapper {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.wrapper .strategicSlider {
  position: relative;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #EFEEEC;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.wrapper .strategicSlider .psuedoElem {
  position: absolute;
  z-index: 5;
  top: 140px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 945px) {
  .wrapper .strategicSlider .psuedoElem {
    top: 70px;
  }
}
@media only screen and (max-width: 850px) {
  .wrapper .strategicSlider .psuedoElem {
    display: none;
  }
}
.wrapper .strategicSlider .psuedoElem.drawLines {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.wrapper .strategicSlider .psuedoElem svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(232, 128, 6, 0.15));
}
.wrapper .strategicSlider .psuedoElem svg path {
  stroke: #E88006;
  stroke-width: 1.5;
  fill: none;
  opacity: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.wrapper .strategicSlider .psuedoElem svg path:nth-child(1) {
  transition-delay: 0.2s;
}
.wrapper .strategicSlider .psuedoElem svg path:nth-child(2) {
  transition-delay: 0.4s;
}
.wrapper .strategicSlider .psuedoElem svg path:nth-child(3) {
  transition-delay: 0.6s;
}
.wrapper .strategicSlider .psuedoElem svg path:nth-child(4) {
  transition-delay: 0.8s;
}
.wrapper .strategicSlider .psuedoElem svg.paths-visible path {
  opacity: 0.85;
}
.wrapper .strategicSlider .psuedoElem svg.breathing {
  animation: svgBreathe 4s ease-in-out infinite;
}
.wrapper .strategicSlider .psuedoElem svg.active-glow {
  filter: drop-shadow(0 0 12px rgba(232, 128, 6, 0.3));
}
.wrapper .strategicSlider .psuedoElem svg.active-glow path {
  opacity: 1;
  stroke-width: 2;
}
.wrapper .strategicSlider .psuedoElem svg.transitioning path {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
@media (max-width: 850px) {
  .wrapper .strategicSlider .psuedoElem {
    bottom: 30px;
    transform: translateY(30px) scale(1);
  }
  .wrapper .strategicSlider .psuedoElem.drawLines {
    transform: translateY(0) scale(1);
  }
}
.wrapper .strategicSlider .strategicSliderTabs {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 60px;
  padding-top: 30px;
  justify-content: space-between;
}
@media (max-width: 1150px) {
  .wrapper .strategicSlider .strategicSliderTabs {
    padding: 0 40px;
    padding-top: 20px;
  }
}
@media (max-width: 945px) {
  .wrapper .strategicSlider .strategicSliderTabs {
    display: none;
  }
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  padding: 8px 0 12px 0;
  margin-right: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
@media (max-width: 850px) {
  .wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab {
    color: #262626;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 850px) {
  .wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab::before {
    background: rgba(0, 0, 0, 0.1);
  }
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #E88006;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab.active {
  color: #EFEEEC;
}
@media (max-width: 850px) {
  .wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab.active {
    color: #E88006;
  }
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab.active::after {
  transform: translateX(0);
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab.active .strategicSliderTabIcon {
  transform: rotate(45deg);
  opacity: 1;
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab:focus, .wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab:active {
  outline: none;
  background: transparent;
  box-shadow: none;
  border: none;
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab:hover:not(.active) {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 850px) {
  .wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab:hover:not(.active) {
    color: #E88006;
  }
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab:hover:not(.active)::after {
  transform: translateX(-50%);
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab:hover:not(.active) .strategicSliderTabIcon {
  transform: rotate(15deg);
  opacity: 0.8;
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab .strategicSliderTabText {
  display: block;
  line-height: 1.4;
}
.wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab .strategicSliderTabIcon {
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  opacity: 0.5;
}
.strategicSliderTab.active .wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab .strategicSliderTabIcon, .strategicSliderTab:hover .wrapper .strategicSlider .strategicSliderTabs .strategicSliderTab .strategicSliderTabIcon {
  opacity: 1;
}
.wrapper .strategicSlider .strategicSliderContainer {
  position: relative;
  height: 700px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .wrapper .strategicSlider .strategicSliderContainer {
    height: 600px;
  }
}
@media (max-width: 850px) {
  .wrapper .strategicSlider .strategicSliderContainer {
    height: 400px;
  }
}
.wrapper .strategicSlider .strategicSliderTrack {
  position: relative;
  width: 100%;
  height: 100%;
}
.wrapper .strategicSlider .strategicSliderSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.wrapper .strategicSlider .strategicSliderSlide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.wrapper .strategicSlider .strategicSliderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.wrapper .strategicSlider .strategicSliderContent {
  position: relative;
  z-index: 999999 !important;
  color: #EFEEEC;
  padding: 0 60px 60px 60px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 1150px) {
  .wrapper .strategicSlider .strategicSliderContent {
    padding: 0 40px 40px 40px;
    max-width: 500px;
  }
}
@media (max-width: 850px) {
  .wrapper .strategicSlider .strategicSliderContent {
    padding: 0 24px 40px 24px;
    max-width: 100%;
  }
}
.wrapper .strategicSlider .strategicSliderContent::before {
  content: "";
  position: absolute;
  bottom: 180px;
  left: 60px;
  width: 80px;
  height: 2px;
  background: #E88006;
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease 0.3s;
}
@media (max-width: 1150px) {
  .wrapper .strategicSlider .strategicSliderContent::before {
    left: 40px;
    bottom: 150px;
    width: 60px;
  }
}
@media (max-width: 850px) {
  .wrapper .strategicSlider .strategicSliderContent::before {
    left: 24px;
    bottom: 130px;
    width: 50px;
  }
}
.strategicSliderSlide.active .wrapper .strategicSlider .strategicSliderContent::before {
  transform: scaleX(1);
}
.strategicSliderSlide:first-child.active .wrapper .strategicSlider .strategicSliderContent::before {
  transform: scaleX(1);
  transition-delay: 0s;
}
.wrapper .strategicSlider .strategicSliderTitle {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
  color: #EFEEEC;
}
@media (max-width: 1150px) {
  .wrapper .strategicSlider .strategicSliderTitle {
    font-size: 2.5rem;
  }
}
@media (max-width: 850px) {
  .wrapper .strategicSlider .strategicSliderTitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.strategicSliderSlide.active .wrapper .strategicSlider .strategicSliderTitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.strategicSliderSlide:first-child .wrapper .strategicSlider .strategicSliderTitle {
  opacity: 1;
  transform: translateY(0);
}
.wrapper .strategicSlider .strategicSliderTitle span {
  font-style: italic;
  font-weight: 300;
}
.wrapper .strategicSlider .strategicSliderText {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 0 2rem 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
  font-weight: 400;
}
@media (max-width: 850px) {
  .wrapper .strategicSlider .strategicSliderText {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.strategicSliderSlide.active .wrapper .strategicSlider .strategicSliderText {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.strategicSliderSlide:first-child .wrapper .strategicSlider .strategicSliderText {
  opacity: 1;
  transform: translateY(0);
}
.wrapper .strategicSlider .classButton {
  width: fit-content;
  background: transparent;
  color: #EFEEEC;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
}
.wrapper .strategicSlider .classButton::after {
  filter: none;
}
.wrapper .strategicSlider .classButton:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  color: #EFEEEC !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.wrapper .strategicSlider .classButton:hover::after {
  filter: none;
}
@keyframes svgBreathe {
  0%, 100% {
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 2px 8px rgba(232, 128, 6, 0.15));
  }
  50% {
    transform: scale(1.02) translateY(-2px);
    filter: drop-shadow(0 4px 12px rgba(232, 128, 6, 0.25));
  }
}
@keyframes svgFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes subtleGlow {
  0%, 100% {
    filter: drop-shadow(0 2px 8px rgba(232, 128, 6, 0.15));
  }
  50% {
    filter: drop-shadow(0 0 15px rgba(232, 128, 6, 0.3));
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.footerMain {
  background-color: #262626;
}
.footerMain h2 {
  color: #EFEEEC;
}
.footerMain * {
  margin: 0 !important;
}
.footerMain .footerWrap {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 0px;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1490px) {
  .footerMain .footerWrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  .footerMain .footerWrap {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .footerMain .footerWrap {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.footerMain h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  max-width: 750px;
}
@media only screen and (max-width: 1250px) {
  .footerMain h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .footerMain h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .footerMain h2 {
    font-size: 1.5rem;
  }
}
.footerMain .footerInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4rem;
  margin-top: 2rem !important;
  border-bottom: 1px solid #efeeec17;
  padding-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  .footerMain .footerInner {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
}
.footerMain .footerInner .wp-block-image {
  flex-shrink: 0;
  margin: 0;
}
.footerMain .footerInner .footerLinks {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 850px) {
  .footerMain .footerInner .footerLinks {
    flex-direction: column;
    gap: 2rem;
  }
}
.footerMain .footerInner .footerLinks .wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footerMain .footerInner .footerLinks .wp-block-group p {
  color: #A8A8A8;
}
.footerMain .footerInner .footerLinks .wp-block-group p a {
  color: #A8A8A8;
  text-decoration: none;
  transition: ease all 0.2s;
}
.footerMain .footerInner .footerLinks .wp-block-group p a:hover {
  text-decoration: underline;
  color: #E88006;
  transition: ease all 0.2s;
}
.footerMain .footerInner .footerLinks .wp-block-group p:first-child {
  font-weight: 600;
  margin-bottom: 1rem !important;
  color: #EFEEEC;
}
.footerMain .footerInner .footerLinks .wp-block-group p:not(:first-child) {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.footerMain .footerInner .footerLinks .wp-block-group.restrict {
  max-width: 200px;
}
.footerMain .footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  flex-wrap: wrap;
  gap: 30px;
}
.footerMain .footerBottom p {
  color: #EFEEEC;
  opacity: 0.9;
  font-size: 0.8em;
}
.heroSection .heroContainer {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  padding-top: 30px !important;
  margin: 0 auto;
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 1150px) {
  .heroSection .heroContainer {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .heroSection .heroContainer {
    padding: 3rem 1rem 3rem 1rem;
  }
}
@media only screen and (max-width: 1150px) {
  .heroSection .heroContainer {
    padding-top: 2rem !important;
  }
}
@media only screen and (max-width: 850px) {
  .heroSection .heroContainer {
    padding-top: 2rem !important;
  }
}
.heroSection .heroContainer .heroContent {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 1100px) {
  .heroSection .heroContainer .heroContent {
    gap: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .heroSection .heroContainer .heroContent {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.heroSection .heroContainer .heroContent .heroLeft {
  flex: 2;
  padding-right: 100px;
}
@media only screen and (max-width: 1430px) {
  .heroSection .heroContainer .heroContent .heroLeft {
    padding-right: 0px;
  }
}
.heroSection .heroContainer .heroContent .heroLeft .heroTitle h1 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 1250px) {
  .heroSection .heroContainer .heroContent .heroLeft .heroTitle h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .heroSection .heroContainer .heroContent .heroLeft .heroTitle h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .heroSection .heroContainer .heroContent .heroLeft .heroTitle h1 {
    font-size: 2rem;
  }
}
.heroSection .heroContainer .heroContent .heroLeft .heroText {
  margin-bottom: 2rem;
}
.heroSection .heroContainer .heroContent .heroLeft .heroText p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
}
.heroSection .heroContainer .heroContent .heroRight {
  flex: 1;
  overflow: visible;
}
.heroSection .heroContainer .heroContent .heroRight .heroImageWrapper .heroImage {
  width: auto;
  height: 500px;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .heroSection .heroContainer .heroContent .heroRight .heroImageWrapper .heroImage {
    height: 450px;
  }
}
@media only screen and (max-width: 850px) {
  .heroSection .heroContainer .heroContent .heroRight .heroImageWrapper .heroImage {
    width: 100%;
    height: auto;
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .contentBlock {
    padding-bottom: 0 !important;
  }
}
.contentBlock {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 900px;
}
@media only screen and (max-width: 1150px) {
  .contentBlock {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .contentBlock {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.contentBlock h1, .contentBlock p, .contentBlock h4, .contentBlock h2, .contentBlock h5 {
  margin: 0 !important;
}
.contentBlock h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
@media only screen and (max-width: 1250px) {
  .contentBlock h5 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1100px) {
  .contentBlock h5 {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .contentBlock h5 {
    font-size: 1.2rem;
  }
}
.contentBlock .contentBlockMainTitle, .contentBlock .contentBlockParagraph, .contentBlock .contentBlockMiniTitle {
  text-align: center;
}
.contentBlock .contentBlockParagraph p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
}
.contentBlock .classButton {
  margin-top: 24px;
}
.contentBlock .contentBlockMiniTitle {
  display: flex;
  gap: 8px;
  align-items: center;
}
.contentBlock .contentBlockMiniTitle img {
  height: 16px;
  width: auto;
}
.contentBlock .contentBlockMainTitle h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .contentBlock .contentBlockMainTitle h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .contentBlock .contentBlockMainTitle h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .contentBlock .contentBlockMainTitle h2 {
    font-size: 1.5rem;
  }
}
.contentBlock .classButton {
  margin-top: 0;
}
.ctaWithImage {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .ctaWithImage {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .ctaWithImage {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.ctaWithImage .ctaWithImageContainer {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  position: relative;
}
@media (max-width: 850px) {
  .ctaWithImage .ctaWithImageContainer {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    align-items: center;
  }
}
.ctaWithImage .ctaWithImageLeft {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ctaWithImage .ctaWithImageLeft .ctaWithImageTitle {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 30px 0;
  color: #262626;
  width: 75%;
}
@media only screen and (max-width: 1250px) {
  .ctaWithImage .ctaWithImageLeft .ctaWithImageTitle {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .ctaWithImage .ctaWithImageLeft .ctaWithImageTitle {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .ctaWithImage .ctaWithImageLeft .ctaWithImageTitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 850px) {
  .ctaWithImage .ctaWithImageLeft .ctaWithImageTitle {
    margin: 0 0 1rem 0;
    width: 100%;
  }
}
.ctaWithImage .ctaWithImageLeft .ctaWithImageText p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0;
  width: 90%;
}
.ctaWithImage .ctaWithImageLeft .ctaWithImageText p:first-of-type {
  margin-top: 25px;
}
@media (max-width: 850px) {
  .ctaWithImage .ctaWithImageLeft .ctaWithImageText p:first-of-type {
    margin-top: 0px;
  }
}
.ctaWithImage .ctaWithImageLeft .ctaWithImageText p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 850px) {
  .ctaWithImage .ctaWithImageLeft .ctaWithImageText p:last-of-type {
    margin-bottom: 1rem;
  }
}
@media (max-width: 850px) {
  .ctaWithImage .ctaWithImageLeft .ctaWithImageText p {
    width: 100%;
  }
}
.ctaWithImage .ctaWithImageRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ctaWithImage .ctaWithImageRight .ctaWithImageButton {
  margin-top: 90px;
  align-self: flex-end;
  margin-bottom: 58px;
  position: relative;
}
@media (max-width: 850px) {
  .ctaWithImage .ctaWithImageRight .ctaWithImageButton {
    align-self: center;
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.ctaWithImage .ctaWithImageRight .ctaWithImageWrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.ctaWithImage .ctaWithImageRight .ctaWithImageWrapper .ctaWithImageImg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  position: relative;
}
.ctaWithImage .ctaAnimatedSvg {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.ctaWithImage .ctaAnimatedSvg.drawLines {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ctaWithImage .ctaAnimatedSvg svg {
  width: 100%;
  filter: drop-shadow(0 2px 8px rgba(232, 128, 6, 0.15));
}
.ctaWithImage .ctaAnimatedSvg svg path {
  stroke: #E88006;
  stroke-width: 1.5;
  fill: none;
  opacity: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.ctaWithImage .ctaAnimatedSvg svg path:nth-child(1) {
  transition-delay: 0.2s;
}
.ctaWithImage .ctaAnimatedSvg svg.paths-visible path {
  opacity: 0.85;
  stroke-dashoffset: 0;
}
.ctaWithImage .ctaAnimatedSvg svg.breathing {
  animation: svgBreathe 4s ease-in-out infinite;
}
@media (max-width: 850px) {
  .ctaWithImage .ctaAnimatedSvg {
    display: none;
  }
}
@media (max-width: 850px) {
  .singleTabBlock {
    padding-top: 0px !important;
  }
}
.singleTabBlock {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  padding-top: 0px !important;
}
@media only screen and (max-width: 1150px) {
  .singleTabBlock {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .singleTabBlock {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.singleTabBlock .singleTabContainer {
  display: flex;
  min-height: 400px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .singleTabBlock .singleTabContainer {
    flex-direction: column;
    min-height: auto;
  }
}
.singleTabBlock .singleTabLeft {
  flex: 1;
  background-color: #262626;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media (max-width: 850px) {
  .singleTabBlock .singleTabLeft {
    min-height: 200px;
    padding: 30px;
  }
}
.singleTabBlock .singleTabLeft .singleTabPencilText {
  position: relative;
  z-index: 2;
}
.singleTabBlock .singleTabLeft .singleTabPencilText .singleTabPencilImg {
  max-width: 200px;
  height: auto;
}
@media (max-width: 850px) {
  .singleTabBlock .singleTabLeft .singleTabPencilText .singleTabPencilImg {
    max-width: 150px;
  }
}
.singleTabBlock .singleTabLeft .singleTabSlantedImage {
  position: absolute;
  right: -54px;
  top: -10px;
  bottom: -10px;
  width: 140px;
  z-index: 3;
}
@media (max-width: 850px) {
  .singleTabBlock .singleTabLeft .singleTabSlantedImage {
    width: 120px;
    right: -15px;
    top: -5px;
    bottom: -5px;
  }
}
.singleTabBlock .singleTabLeft .singleTabSlantedImage .singleTabSlantedImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.singleTabBlock .singleTabRight {
  flex: 1;
  background: #CCD1CB;
  padding: 60px;
  padding-left: 120px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1150px) {
  .singleTabBlock .singleTabRight {
    padding: 40px;
    padding-left: 100px !important;
  }
}
@media (max-width: 850px) {
  .singleTabBlock .singleTabRight {
    padding: 30px !important;
    gap: 1.5rem;
  }
}
.singleTabBlock .singleTabRight .singleTabHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 24px;
}
@media (max-width: 850px) {
  .singleTabBlock .singleTabRight .singleTabHeader {
    gap: 1rem;
    margin-bottom: 16px;
  }
}
.singleTabBlock .singleTabRight .singleTabHeader .singleTabTitle {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  color: #262626;
}
@media only screen and (max-width: 1250px) {
  .singleTabBlock .singleTabRight .singleTabHeader .singleTabTitle {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .singleTabBlock .singleTabRight .singleTabHeader .singleTabTitle {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .singleTabBlock .singleTabRight .singleTabHeader .singleTabTitle {
    font-size: 1.5rem;
  }
}
.singleTabBlock .singleTabRight .singleTabHeader .singleTabButton {
  flex-shrink: 0;
}
.singleTabBlock .singleTabRight .singleTabHeader .singleTabButton .singleTabArrowOnly {
  min-width: 48px;
  width: 48px;
  height: 48px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: relative;
  background: transparent !important;
  color: #262626 !important;
  border: 2px solid #262626 !important;
  transition: all 0.3s ease;
}
@media (max-width: 850px) {
  .singleTabBlock .singleTabRight .singleTabHeader .singleTabButton .singleTabArrowOnly {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
}
.singleTabBlock .singleTabRight .singleTabHeader .singleTabButton .singleTabArrowOnly::after {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  filter: invert(1);
  transition: filter 0.3s ease, transform 0.3s ease;
}
@media (max-width: 850px) {
  .singleTabBlock .singleTabRight .singleTabHeader .singleTabButton .singleTabArrowOnly::after {
    width: 14px;
    height: 14px;
  }
}
.singleTabBlock .singleTabRight .singleTabHeader .singleTabButton .singleTabArrowOnly:hover::after {
  transform: translate(-50%, -50%) translateX(4px) !important;
}
.singleTabBlock .singleTabRight .singleTabText p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.quoteBlock {
  background-color: #E2E0D6;
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1450px;
}
@media only screen and (max-width: 1150px) {
  .quoteBlock {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .quoteBlock {
    padding: 3rem 1rem 3rem 1rem;
  }
}
@media only screen and (max-width: 1490px) {
  .quoteBlock {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .quoteBlock {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
.quoteBlock .quoteBlockContainer {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
@media (max-width: 1150px) {
  .quoteBlock .quoteBlockContainer {
    gap: 60px;
  }
}
@media (max-width: 850px) {
  .quoteBlock .quoteBlockContainer {
    flex-direction: column;
    gap: 0px;
  }
}
.quoteBlock .quoteBlockLeft {
  flex: 0 0 auto;
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1150px) {
  .quoteBlock .quoteBlockLeft {
    width: 300px;
  }
}
@media (max-width: 850px) {
  .quoteBlock .quoteBlockLeft {
    width: 100%;
    gap: 1.5rem;
  }
}
.quoteBlock .quoteBlockLeft .quoteBlockMiniTitle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.quoteBlock .quoteBlockLeft .quoteBlockMiniTitle .quoteBlockMiniTitleIcon {
  height: 16px;
}
.quoteBlock .quoteBlockLeft .quoteBlockMiniTitle h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  .quoteBlock .quoteBlockLeft .quoteBlockMiniTitle h5 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1100px) {
  .quoteBlock .quoteBlockLeft .quoteBlockMiniTitle h5 {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .quoteBlock .quoteBlockLeft .quoteBlockMiniTitle h5 {
    font-size: 1.2rem;
  }
}
.quoteBlock .quoteBlockLeft .quoteBlockSupportingText p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.quoteBlock .quoteBlockLeft .quoteBlockNavigation {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
@media (max-width: 850px) {
  .quoteBlock .quoteBlockLeft .quoteBlockNavigation {
    margin-top: 0;
  }
}
.quoteBlock .quoteBlockLeft .quoteBlockNavigation .quoteBlockNav {
  min-width: 50px;
  padding: 15px;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.quoteBlock .quoteBlockLeft .quoteBlockNavigation .quoteBlockNav.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.quoteBlock .quoteBlockLeft .quoteBlockNavigation .quoteBlockNav.disabled:hover {
  background: #262626 !important;
  border-color: #262626 !important;
  color: #EFEEEC !important;
  transform: none !important;
}
.quoteBlock .quoteBlockLeft .quoteBlockNavigation .quoteBlockNav.quoteBlockNavPrev::after {
  transform: rotate(180deg) !important;
  margin-left: 0;
}
.quoteBlock .quoteBlockLeft .quoteBlockNavigation .quoteBlockNav.quoteBlockNavPrev:hover:not(.disabled)::after {
  transform: rotate(180deg) translateX(-2px) !important;
}
.quoteBlock .quoteBlockLeft .quoteBlockNavigation .quoteBlockNav.quoteBlockNavNext::after {
  margin-left: 0;
}
.quoteBlock .quoteBlockLeft .quoteBlockNavigation .quoteBlockNav.quoteBlockNavNext:hover:not(.disabled)::after {
  transform: translateX(2px);
}
.quoteBlock .quoteBlockRight {
  flex: 1;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 850px) {
  .quoteBlock .quoteBlockRight {
    min-height: 300px;
  }
}
.quoteBlock .quoteBlockRight .quoteBlockSlider {
  width: 100%;
  position: relative;
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockSlide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockSlide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockSlide.fade-out {
  opacity: 0;
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockSlide.fade-in {
  opacity: 1;
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuoteWrapper {
  width: 100%;
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote {
  margin: 0 0 3rem 0;
  position: relative;
}
@media (max-width: 850px) {
  .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote {
    margin-bottom: 2rem;
  }
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  padding: 20px 40px 40px 40px;
  margin: 0;
  color: #262626;
  text-indent: 2.5em;
}
@media only screen and (max-width: 1250px) {
  .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1150px) {
  .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p {
    padding: 20px 30px 35px 30px;
    text-indent: 2em;
  }
}
@media (max-width: 850px) {
  .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p {
    padding: 0;
    text-indent: 1.5em;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media only screen and (max-width: 850px) and (max-width: 1250px) {
  .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) and (max-width: 1100px) {
  .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 850px) and (max-width: 850px) {
  .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p {
    font-size: 1.5rem;
  }
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p em, .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p i {
  font-style: italic;
  font-weight: 300;
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p strong, .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockQuote .quoteBlockQuoteText p b {
  font-weight: 600;
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockCitation {
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 850px) {
  .quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockCitation {
    text-align: left;
    padding-right: 0;
    padding-left: 0px;
  }
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockCitation .quoteBlockCitationName {
  font-size: 1.2rem;
  font-weight: 600;
  color: #262626;
  margin-bottom: 4px;
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockCitation .quoteBlockCitationPosition {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  margin-bottom: 2px;
}
.quoteBlock .quoteBlockRight .quoteBlockSlider .quoteBlockCitation .quoteBlockCitationLocation {
  font-size: 0.95rem;
  font-weight: 400;
  color: #E88006;
  margin: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 850px) {
  .ctaWithBGImage {
    padding-top: 20px;
  }
}
.ctaWithBGImage {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 0px;
}
@media only screen and (max-width: 1490px) {
  .ctaWithBGImage {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  .ctaWithBGImage {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .ctaWithBGImage {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.ctaWithBGImage .ctaWithBGImageContainer {
  position: relative;
  min-height: 500px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .ctaWithBGImage .ctaWithBGImageContainer {
    min-height: 400px;
  }
}
.ctaWithBGImage .ctaWithBGImageContainer:hover .ctaWithBGImageBackground {
  transform: scale(1.05);
}
.ctaWithBGImage .ctaWithBGImageContainer:hover .ctaWithBGImageOverlay {
  background: rgba(0, 0, 0, 0.2);
}
.ctaWithBGImage .ctaWithBGImageBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ctaWithBGImage .ctaWithBGImageOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: background 0.6s ease;
}
.ctaWithBGImage .ctaWithBGImageContent {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  min-height: 500px;
  gap: 80px;
  padding: 60px;
  background: #E2E0D6;
  border-radius: 12px;
  margin: 80px;
}
@media (max-width: 1150px) {
  .ctaWithBGImage .ctaWithBGImageContent {
    gap: 60px;
    padding: 40px;
    margin: 60px;
  }
}
@media (max-width: 850px) {
  .ctaWithBGImage .ctaWithBGImageContent {
    flex-direction: column;
    gap: 40px;
    padding: 40px 30px;
    min-height: 400px;
    text-align: center;
    margin: 20px;
  }
}
.ctaWithBGImage .ctaWithBGImageLeft {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctaWithBGImage .ctaWithBGImageLeft .ctaWithBGImageContentImageWrapper {
  max-width: 400px;
}
@media (max-width: 850px) {
  .ctaWithBGImage .ctaWithBGImageLeft .ctaWithBGImageContentImageWrapper {
    max-width: 250px;
  }
}
.ctaWithBGImage .ctaWithBGImageLeft .ctaWithBGImageContentImageWrapper .ctaWithBGImageContentImage {
  width: 100%;
  height: auto;
  display: block;
}
.ctaWithBGImage .ctaWithBGImageRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 850px) {
  .ctaWithBGImage .ctaWithBGImageRight {
    gap: 1rem;
  }
}
.ctaWithBGImage .ctaWithBGImageRight .ctaWithBGImageTitle {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  color: #262626;
}
@media only screen and (max-width: 1250px) {
  .ctaWithBGImage .ctaWithBGImageRight .ctaWithBGImageTitle {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .ctaWithBGImage .ctaWithBGImageRight .ctaWithBGImageTitle {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .ctaWithBGImage .ctaWithBGImageRight .ctaWithBGImageTitle {
    font-size: 1.5rem;
  }
}
.ctaWithBGImage .ctaWithBGImageRight .ctaWithBGImageText p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  color: #262626 !important;
}
.ctaWithBGImage .ctaWithBGImageRight .ctaWithBGImageButton {
  align-self: flex-start;
}
@media (max-width: 850px) {
  .ctaWithBGImage .ctaWithBGImageRight .ctaWithBGImageButton {
    align-self: center;
  }
}
.ctaWithBGImage .ctaWithBGImageRight .ctaWithBGImageButton .classButton {
  width: fit-content;
  background: #262626;
  color: #EFEEEC !important;
  border: 2px solid #262626 !important;
}
.ctaWithBGImage .ctaWithBGImageRight .ctaWithBGImageButton .classButton::after {
  filter: none;
}
.ctaWithBGImage .ctaWithBGImageRight .ctaWithBGImageButton .classButton:hover {
  background: transparent !important;
  border-color: #262626 !important;
  color: #262626 !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.ctaWithBGImage .ctaWithBGImageRight .ctaWithBGImageButton .classButton:hover::after {
  filter: invert(1);
}
.animate-on-scroll, .animate-fade-in, .animate-slide-up, .animate-slide-left, .animate-slide-right, .animate-scale-in {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-in {
  opacity: 1 !important;
  transform: none !important;
}
.animate-slide-up {
  transform: translateY(30px);
}
.animate-slide-left {
  transform: translateX(30px);
}
.animate-slide-right {
  transform: translateX(-30px);
}
.animate-scale-in {
  transform: scale(0.9);
}
.animate-stagger-container .animate-stagger-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.animate-stagger-container .animate-stagger-child.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.verticalBookSlider {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  position: relative;
  padding-top: 0;
}
@media only screen and (max-width: 1150px) {
  .verticalBookSlider {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .verticalBookSlider {
    padding: 3rem 1rem 3rem 1rem;
  }
}
@media (max-width: 850px) {
  .verticalBookSlider {
    padding: 2rem 1.5rem;
  }
}
.verticalBookSlider .verticalBookSliderContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 850px) {
  .verticalBookSlider .verticalBookSliderContainer {
    display: block;
    padding: 0;
  }
}
.verticalBookSlider .verticalBookSliderTrack {
  position: relative;
  width: 100%;
  max-width: 1450px;
  height: 600px;
}
@media (max-width: 1150px) {
  .verticalBookSlider .verticalBookSliderTrack {
    height: 500px;
  }
}
@media (max-width: 850px) {
  .verticalBookSlider .verticalBookSliderTrack {
    height: auto;
    display: block;
    max-width: none;
  }
}
.verticalBookSlider .verticalBookSliderItem {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1250px;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #EFEEEC;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 850px) {
  .verticalBookSlider .verticalBookSliderItem {
    position: static;
    top: auto;
    left: auto;
    transform: none !important;
    width: 100%;
    max-width: none;
    opacity: 1 !important;
    z-index: auto !important;
    pointer-events: auto;
    margin-bottom: 2rem;
    cursor: default;
  }
  .verticalBookSlider .verticalBookSliderItem:last-child {
    margin-bottom: 0;
  }
}
.verticalBookSlider .verticalBookSliderItem:nth-child(1) {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 4;
}
.verticalBookSlider .verticalBookSliderItem:nth-child(2) {
  transform: translate(-42%, -35%) scale(0.95);
  opacity: 1;
  z-index: 3;
}
.verticalBookSlider .verticalBookSliderItem:nth-child(3) {
  transform: translate(-34%, -20%) scale(0.9);
  opacity: 1;
  z-index: 2;
}
.verticalBookSlider .verticalBookSliderItem:nth-child(4) {
  transform: translate(-26%, -5%) scale(0.85);
  opacity: 1;
  z-index: 1;
}
.verticalBookSlider .verticalBookSliderItem:nth-child(n+5) {
  transform: translate(-18%, 10%) scale(0.8);
  opacity: 1;
  z-index: 0;
}
.verticalBookSlider .verticalBookSliderItem:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.verticalBookSlider .verticalBookSliderItem.focused .verticalBookSliderSubTitle {
  font-weight: 600;
}
.verticalBookSlider .verticalBookSliderCard {
  display: flex;
  min-height: 400px;
}
@media (max-width: 1150px) {
  .verticalBookSlider .verticalBookSliderCard {
    min-height: 350px;
  }
}
@media (max-width: 850px) {
  .verticalBookSlider .verticalBookSliderCard {
    flex-direction: column;
    min-height: auto;
  }
}
.verticalBookSlider .verticalBookSliderImageSide {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .verticalBookSlider .verticalBookSliderImageSide {
    flex: none;
    height: 250px;
  }
}
.verticalBookSlider .verticalBookSliderImageSide .verticalBookSliderImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
@media (max-width: 850px) {
  .verticalBookSlider .verticalBookSliderImageSide .verticalBookSliderImage {
    position: relative;
  }
}
.verticalBookSlider .verticalBookSliderContentSide {
  flex: 1;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #EFEEEC;
}
@media (max-width: 1150px) {
  .verticalBookSlider .verticalBookSliderContentSide {
    padding: 2rem;
  }
}
@media (max-width: 850px) {
  .verticalBookSlider .verticalBookSliderContentSide {
    padding: 2rem 1.5rem;
  }
}
.verticalBookSlider .verticalBookSliderTitle {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #262626;
}
@media (max-width: 1150px) {
  .verticalBookSlider .verticalBookSliderTitle {
    font-size: 2rem;
  }
}
@media (max-width: 850px) {
  .verticalBookSlider .verticalBookSliderTitle {
    font-size: 1.75rem;
  }
}
.verticalBookSlider .verticalBookSliderTitle p {
  margin: 0;
}
.verticalBookSlider .verticalBookSliderSubTitle {
  font-size: 1.2rem;
  color: #E88006;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: font-weight 0.3s ease;
}
@media (max-width: 850px) {
  .verticalBookSlider .verticalBookSliderSubTitle {
    font-size: 1rem;
  }
}
.verticalBookSlider .verticalBookSliderSupportingText {
  font-size: 1rem;
  line-height: 1.6;
  color: #262626;
  margin: 0 0 2rem 0;
  opacity: 0.8;
}
@media (max-width: 850px) {
  .verticalBookSlider .verticalBookSliderSupportingText {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
}
.verticalBookSlider .verticalBookSliderButton {
  align-self: flex-start;
  z-index: 999999 !important;
}
.verticalBookSlider .verticalBookSliderProgress {
  display: none;
}
.infiniteSliderContainer {
  width: 100%;
  overflow: hidden;
  background: #262626;
  padding: 40px 0;
  padding-top: 0px;
  cursor: pointer;
}
.infiniteSliderContainer .infiniteSliderTrack {
  display: flex;
  align-items: center;
  animation: infiniteScrollSimple 40s linear infinite;
  gap: 40px;
}
.infiniteSliderContainer .infiniteSliderTrack .sliderItem {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  white-space: nowrap;
}
.infiniteSliderContainer .infiniteSliderTrack .sliderItem .sliderText {
  color: #EFEEEC;
  font-size: 10rem;
  font-weight: 400;
}
.infiniteSliderContainer .infiniteSliderTrack .sliderItem .sliderText em {
  text-decoration: underline;
}
@media only screen and (max-width: 850px) {
  .infiniteSliderContainer .infiniteSliderTrack .sliderItem .sliderText {
    font-size: 4rem;
  }
}
.infiniteSliderContainer .infiniteSliderTrack .sliderItem .sliderImage {
  height: 250px;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 850px) {
  .infiniteSliderContainer .infiniteSliderTrack .sliderItem .sliderImage {
    height: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@keyframes infiniteScrollSimple {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.sliderTooltip {
  position: fixed !important;
  z-index: 10000001 !important;
  pointer-events: none !important;
}
.sliderTooltip .classButton {
  background: #F3BF82 !important;
  color: #262626 !important;
  border: 2px solid #F3BF82 !important;
}
.sliderTooltip .classButton:hover {
  background: transparent !important;
  color: #F3BF82 !important;
  border: 2px solid #F3BF82 !important;
}
.sliderTooltip .classButton:hover::after {
  filter: brightness(0) saturate(100%) invert(85%) sepia(56%) saturate(1178%) hue-rotate(338deg) brightness(98%) contrast(92%);
}
.sliderTooltip .classButton::after {
  filter: brightness(0) saturate(100%) invert(13%) sepia(9%) saturate(610%) hue-rotate(314deg) brightness(97%) contrast(90%);
}
.heroSimpleText {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1150px) {
  .heroSimpleText {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .heroSimpleText {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.heroSimpleText .heroContainer {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.heroSimpleText .heroContainer .heroBreadcrumb {
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 1.5rem;
}
.heroSimpleText .heroContainer .heroBreadcrumb .breadcrumb-link {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.heroSimpleText .heroContainer .heroBreadcrumb .breadcrumb-link:hover {
  color: #E88006;
}
.heroSimpleText .heroContainer .heroBreadcrumb .breadcrumb-current {
  color: #E88006;
  font-weight: 500;
}
.heroSimpleText .heroContainer .heroBreadcrumb .breadcrumb-separator {
  margin: 0 0.5rem;
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.4);
}
.heroSimpleText .heroContainer .heroContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.heroSimpleText .heroContainer .heroContent .heroTitle h1 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  margin: 0 !important;
}
@media only screen and (max-width: 1250px) {
  .heroSimpleText .heroContainer .heroContent .heroTitle h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .heroSimpleText .heroContainer .heroContent .heroTitle h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .heroSimpleText .heroContainer .heroContent .heroTitle h1 {
    font-size: 2rem;
  }
}
.heroSimpleText .heroContainer .heroContent .heroTitle h1 p {
  margin: 0 !important;
}
.heroSimpleText .heroContainer .heroContent .heroText p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 !important;
}
.wp-block-lazyblock-logoslider {
  overflow: visible;
  max-width: 100%;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logoSlider {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1150px) {
  .logoSlider {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .logoSlider {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.logoSlider .logoSliderContainer {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.logoSlider .logoSliderContainer .logoSliderTitle {
  text-align: center;
}
.logoSlider .logoSliderContainer .logoSliderTitle h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 !important;
}
@media only screen and (max-width: 1250px) {
  .logoSlider .logoSliderContainer .logoSliderTitle h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .logoSlider .logoSliderContainer .logoSliderTitle h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .logoSlider .logoSliderContainer .logoSliderTitle h2 {
    font-size: 1.5rem;
  }
}
.logoSlider .logoSliderContainer .logoSliderLine {
  width: 1px;
  height: 80px;
  background-color: #E88006;
  border-radius: 2px;
}
.logos {
  overflow: hidden;
  padding: 40px 0;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-top: 0px;
}
.logos:before, .logos:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(239, 238, 236, 0), #efeeec);
}
.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(239, 238, 236, 0), #efeeec);
}
.logos .logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}
.logos .logos-slide img {
  height: 60px;
  width: auto;
  margin: 0 40px;
}
@media only screen and (max-width: 850px) {
  .logos .logos-slide img {
    height: 40px;
    margin: 0 30px;
  }
}
.serviceOfferings {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1150px) {
  .serviceOfferings {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .serviceOfferings {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.serviceOfferings .serviceOfferingsContainer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  overflow: visible;
}
@media only screen and (max-width: 850px) {
  .serviceOfferings .serviceOfferingsContainer {
    flex-direction: column;
    gap: 30px;
  }
}
.serviceOfferings .serviceOfferingsContainer .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.serviceOfferings .serviceOfferingsContainer .column:nth-child(1) {
  padding-top: 60px;
}
@media only screen and (max-width: 850px) {
  .serviceOfferings .serviceOfferingsContainer .column:nth-child(1) {
    padding-top: 0px;
  }
}
.serviceOfferings .serviceOfferingsContainer .column:nth-child(2) {
  padding-top: 0px;
}
@media only screen and (max-width: 850px) {
  .serviceOfferings .serviceOfferingsContainer .column:nth-child(2) {
    padding-top: 0px;
  }
}
.serviceOfferings .serviceOfferingsContainer .column:nth-child(3) {
  padding-top: 40px;
}
@media only screen and (max-width: 850px) {
  .serviceOfferings .serviceOfferingsContainer .column:nth-child(3) {
    padding-top: 0px;
  }
}
.serviceOfferings .serviceOfferingsContainer .serviceCard {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 12px;
  overflow: visible;
  transition: all 0.3s ease;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardBg {
  position: absolute;
  top: 10%;
  right: -30px;
  bottom: 0;
  width: 100px;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardBg {
    right: -10px;
  }
}
.serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent {
  position: relative;
  z-index: 2;
  background: #E2E0D6;
  padding: 0;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent .serviceCardImage {
  width: 100%;
  height: 200px;
  margin-bottom: 0;
}
@media only screen and (max-width: 850px) {
  .serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent .serviceCardImage {
    height: 250px;
  }
}
.serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent .serviceCardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent .serviceCardText {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 45px;
}
@media only screen and (max-width: 1105px) {
  .serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent .serviceCardText {
    padding: 30px;
  }
}
.serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent .serviceCardText h4 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 !important;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent .serviceCardText h4 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent .serviceCardText h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 850px) {
  .serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent .serviceCardText h4 {
    font-size: 1.2rem;
  }
}
.serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent .serviceCardText p {
  margin: 0 !important;
  flex: 1;
  color: #454545;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard .serviceCardContent .serviceCardText .serviceCardLink {
  font-weight: 500;
  color: #E88006;
  margin-top: auto;
  padding-top: 10px;
  transition: color 0.3s ease;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard:hover:not(.getInTouchCard) {
  transform: translateY(-5px);
}
.serviceOfferings .serviceOfferingsContainer .serviceCard:hover:not(.getInTouchCard) .serviceCardContent {
  background: #262626;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard:hover:not(.getInTouchCard) .serviceCardContent .serviceCardText h4 {
  color: #EFEEEC;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard:hover:not(.getInTouchCard) .serviceCardContent .serviceCardText p {
  color: rgba(255, 255, 255, 0.8);
}
.serviceOfferings .serviceOfferingsContainer .serviceCard:hover:not(.getInTouchCard) .serviceCardContent .serviceCardText .serviceCardLink {
  color: #E88006;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard.getInTouchCard .serviceCardContent {
  background: #DCD0DA;
  justify-content: center;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard.getInTouchCard .serviceCardContent .serviceCardText {
  flex: none;
  justify-content: center;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard.getInTouchCard .serviceCardContent .serviceCardText .classButton {
  width: fit-content;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard.getInTouchCard:hover {
  transform: translateY(-5px);
}
.serviceOfferings .serviceOfferingsContainer .serviceCard.getInTouchCard:hover .serviceCardContent {
  background: #DCD0DA;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard.getInTouchCard:hover .serviceCardContent .serviceCardText h4 {
  color: #262626;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard.getInTouchCard:hover .serviceCardContent .serviceCardText p {
  color: #262626;
}
.serviceOfferings .serviceOfferingsContainer .serviceCard.getInTouchCard:hover .serviceCardContent .serviceCardText .classButton {
  background: transparent !important;
  border: 2px solid #262626 !important;
  color: #262626 !important;
  transform: translateY(-2px);
}
.serviceOfferings .serviceOfferingsContainer .serviceCard.getInTouchCard:hover .serviceCardContent .serviceCardText .classButton::after {
  filter: invert(1);
  transform: translateX(4px);
}
.heroGeneral {
  background-color: #262626;
  color: #EFEEEC;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin: 60px 0px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1450px;
}
@media only screen and (max-width: 1150px) {
  .heroGeneral {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  .heroGeneral {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1490px) {
  .heroGeneral {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .heroGeneral {
    margin-left: 1rem;
    margin-right: 1rem;
    min-height: 300px;
    border-radius: 8px;
  }
}
.heroGeneral .heroContainer {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 1150px) {
  .heroGeneral .heroContainer {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .heroGeneral .heroContainer {
    padding: 3rem 1rem 3rem 1rem;
  }
}
@media only screen and (max-width: 850px) {
  .heroGeneral .heroContainer {
    padding: 2rem;
  }
}
.heroGeneral .heroContainer .heroBreadcrumb {
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
@media only screen and (max-width: 850px) {
  .heroGeneral .heroContainer .heroBreadcrumb {
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }
}
.heroGeneral .heroContainer .heroBreadcrumb .breadcrumb-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
.heroGeneral .heroContainer .heroBreadcrumb .breadcrumb-link:hover {
  color: #E88006;
}
.heroGeneral .heroContainer .heroBreadcrumb .breadcrumb-current {
  color: #E88006;
  font-weight: 500;
}
.heroGeneral .heroContainer .heroBreadcrumb .breadcrumb-separator {
  margin: 0 0.5rem;
  opacity: 0.5;
  color: rgba(255, 255, 255, 0.5);
}
.heroGeneral .heroContainer .heroContent {
  max-width: 600px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 850px) {
  .heroGeneral .heroContainer .heroContent {
    max-width: 100%;
  }
}
.heroGeneral .heroContainer .heroContent .heroTitle {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 850px) {
  .heroGeneral .heroContainer .heroContent .heroTitle {
    margin-bottom: 1.5rem;
  }
}
.heroGeneral .heroContainer .heroContent .heroTitle h1 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  color: #EFEEEC;
}
@media only screen and (max-width: 1250px) {
  .heroGeneral .heroContainer .heroContent .heroTitle h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .heroGeneral .heroContainer .heroContent .heroTitle h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .heroGeneral .heroContainer .heroContent .heroTitle h1 {
    font-size: 2rem;
  }
}
.heroGeneral .heroContainer .heroContent .heroTitle h1 p {
  margin: 0 !important;
}
.heroGeneral .heroContainer .heroContent .heroText {
  margin-bottom: 2rem;
  width: 80%;
}
@media only screen and (max-width: 850px) {
  .heroGeneral .heroContainer .heroContent .heroText {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.heroGeneral .heroContainer .heroContent .heroText p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
@media only screen and (max-width: 850px) {
  .heroGeneral .heroContainer .heroContent .heroText p {
    font-size: 1rem;
  }
}
.heroGeneral .heroContainer .heroContent .heroButton .classButton {
  background: transparent;
  color: #EFEEEC;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
}
.heroGeneral .heroContainer .heroContent .heroButton .classButton::after {
  filter: none;
}
.heroGeneral .heroContainer .heroContent .heroButton .classButton:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  color: #EFEEEC !important;
}
.heroGeneral .heroContainer .heroContent .heroButton .classButton:hover::after {
  filter: none;
}
.heroGeneral .heroContainer .heroImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0 12px 12px 0;
}
@media only screen and (max-width: 850px) {
  .heroGeneral .heroContainer .heroImage {
    display: none;
  }
}
.heroGeneral .heroContainer .heroAnimatedSvg {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.heroGeneral .heroContainer .heroAnimatedSvg.drawLines {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.heroGeneral .heroContainer .heroAnimatedSvg svg {
  width: 100%;
  filter: drop-shadow(0 2px 8px rgba(232, 128, 6, 0.15));
}
.heroGeneral .heroContainer .heroAnimatedSvg svg path {
  stroke: #E88006;
  stroke-width: 1.5;
  fill: none;
  opacity: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}
.heroGeneral .heroContainer .heroAnimatedSvg svg.paths-visible path {
  opacity: 0.85;
  stroke-dashoffset: 0;
}
.heroGeneral .heroContainer .heroAnimatedSvg svg.breathing {
  animation: svgBreathe 4s ease-in-out infinite;
}
@media only screen and (max-width: 850px) {
  .heroGeneral .heroContainer .heroAnimatedSvg {
    display: none;
  }
}
.heroGeneral.black .heroBreadcrumb {
  color: rgba(0, 0, 0, 0.7);
}
.heroGeneral.black .heroBreadcrumb .breadcrumb-link {
  color: rgba(0, 0, 0, 0.7);
}
.heroGeneral.black .heroBreadcrumb .breadcrumb-link:hover {
  color: #E88006;
}
.heroGeneral.black .heroBreadcrumb .breadcrumb-current {
  color: #262626;
}
.heroGeneral.black .heroBreadcrumb .breadcrumb-separator {
  color: rgba(0, 0, 0, 0.5);
}
.heroGeneral.black .heroContent .heroTitle h1 {
  color: #262626;
}
.heroGeneral.black .heroContent .heroText p {
  color: #262626;
}
.heroGeneral.black .heroContent .heroButton .classButton {
  color: #262626 !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.heroGeneral.black .heroContent .heroButton .classButton::after {
  filter: brightness(0);
}
.heroGeneral.black .heroContent .heroButton .classButton:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(0, 0, 0, 0.6) !important;
  color: #262626 !important;
}
.heroGeneral.black .heroContent .heroButton .classButton:hover::after {
  filter: brightness(0);
}
.simpleTwoColWithImage {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .simpleTwoColWithImage {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .simpleTwoColWithImage {
    padding: 3rem 1rem 3rem 1rem;
  }
}
@media (max-width: 850px) {
  .simpleTwoColWithImage {
    padding-bottom: 20px !important;
  }
}
.simpleTwoColWithImage .simpleTwoColContainer {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}
@media (max-width: 850px) {
  .simpleTwoColWithImage .simpleTwoColContainer {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
  }
}
.simpleTwoColWithImage .simpleTwoColLeft {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 850px) {
  .simpleTwoColWithImage .simpleTwoColLeft {
    gap: 0.5rem;
  }
}
.simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMiniTitle {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 850px) {
  .simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMiniTitle {
    justify-content: center;
  }
}
.simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMiniTitle .simpleTwoColMiniTitleIcon {
  height: 16px;
  width: auto;
}
.simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMiniTitle h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  .simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMiniTitle h5 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1100px) {
  .simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMiniTitle h5 {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMiniTitle h5 {
    font-size: 1.2rem;
  }
}
.simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMainTitle h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  .simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMainTitle h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMainTitle h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMainTitle h2 {
    font-size: 1.5rem;
  }
}
.simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColMainTitle h2 p {
  margin: 0 !important;
}
.simpleTwoColWithImage .simpleTwoColLeft .simpleTwoColSupportingText p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0;
}
.simpleTwoColWithImage .simpleTwoColRight {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.simpleTwoColWithImage .simpleTwoColRight .simpleTwoColImageWrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.simpleTwoColWithImage .simpleTwoColRight .simpleTwoColImageWrapper .simpleTwoColImage {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.simpleTwoColWithImage .simpleTwoColAnimatedSvg {
  margin: 8px 0 5px 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 850px) {
  .simpleTwoColWithImage .simpleTwoColAnimatedSvg {
    margin: 5px 0 3px 0;
    text-align: center;
  }
}
.simpleTwoColWithImage .simpleTwoColAnimatedSvg.drawLines {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.simpleTwoColWithImage .simpleTwoColAnimatedSvg svg {
  width: 100%;
  filter: drop-shadow(0 2px 8px rgba(232, 128, 6, 0.15));
  margin-left: 0;
  display: block;
}
@media (max-width: 850px) {
  .simpleTwoColWithImage .simpleTwoColAnimatedSvg svg {
    max-width: 350px;
  }
}
.simpleTwoColWithImage .simpleTwoColAnimatedSvg svg path {
  stroke: #E88006;
  stroke-width: 1.5;
  fill: none;
  opacity: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.simpleTwoColWithImage .simpleTwoColAnimatedSvg svg path:nth-child(1) {
  transition-delay: 0.2s;
}
.simpleTwoColWithImage .simpleTwoColAnimatedSvg svg path:nth-child(2) {
  transition-delay: 0.4s;
}
.simpleTwoColWithImage .simpleTwoColAnimatedSvg svg path:nth-child(3) {
  transition-delay: 0.6s;
}
.simpleTwoColWithImage .simpleTwoColAnimatedSvg svg path:nth-child(4) {
  transition-delay: 0.8s;
}
.simpleTwoColWithImage .simpleTwoColAnimatedSvg svg.paths-visible path {
  opacity: 0.85;
  stroke-dashoffset: 0;
}
.simpleTwoColWithImage .simpleTwoColAnimatedSvg svg.breathing {
  animation: svgBreathe 4s ease-in-out infinite;
}
.simpleTwoColWithImage.flipped .simpleTwoColContainer {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .simpleTwoColWithImage.flipped .simpleTwoColContainer {
    flex-direction: column;
  }
}
@keyframes infiniteScrollSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.generalTextSlider {
  width: 100%;
  overflow: hidden;
  background: #EFEEEC;
  padding: 20px 0;
  margin: 0 auto;
  margin: 60px 0px;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 1150px) {
  .generalTextSlider {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  .generalTextSlider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .generalTextSlider {
    margin-top: 0px !important;
  }
}
.generalTextSlider .generalTextSliderTrack {
  display: flex;
  align-items: center;
  animation: infiniteScrollSlider 60s linear infinite;
  gap: 40px;
}
@media only screen and (max-width: 850px) {
  .generalTextSlider .generalTextSliderTrack {
    animation: infiniteScrollSlider 20s linear infinite;
  }
}
.generalTextSlider .generalTextSliderTrack .sliderItem {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  white-space: nowrap;
}
.generalTextSlider .generalTextSliderTrack .sliderItem .sliderText {
  color: #262626;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}
.generalTextSlider .generalTextSliderTrack .sliderItem .sliderText em, .generalTextSlider .generalTextSliderTrack .sliderItem .sliderText i {
  font-style: italic;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .generalTextSlider .generalTextSliderTrack .sliderItem .sliderText {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 850px) {
  .generalTextSlider .generalTextSliderTrack .sliderItem .sliderText {
    font-size: 4rem;
  }
}
.generalTextSlider .generalTextSliderTrack .sliderItem .sliderImage {
  height: 200px;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 850px) {
  .generalTextSlider .generalTextSliderTrack .sliderItem .sliderImage {
    height: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.accordionClients {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
}
@media only screen and (max-width: 1150px) {
  .accordionClients {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .accordionClients {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.accordionClients .accordionClientsContainer {
  margin: 0 auto;
}
.accordionClients .accordionItem {
  position: relative;
}
.accordionClients .accordionItem .accordionHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accordionClients .accordionItem .accordionHeader h3 {
  margin: 0;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .accordionClients .accordionItem .accordionHeader h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  .accordionClients .accordionItem .accordionHeader h3 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1250px) {
  .accordionClients .accordionItem .accordionHeader h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1100px) {
  .accordionClients .accordionItem .accordionHeader h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 850px) {
  .accordionClients .accordionItem .accordionHeader h3 {
    font-size: 1.5rem;
  }
}
.accordionClients .accordionItem .accordionHeader .accordionToggle {
  position: relative;
  width: 26px;
  height: 25px;
  margin-bottom: -170px;
}
@media only screen and (max-width: 1040px) {
  .accordionClients .accordionItem .accordionHeader .accordionToggle {
    margin-bottom: 0;
  }
}
.accordionClients .accordionItem .accordionHeader .accordionToggle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accordionClients .accordionItem .accordionHeader .accordionToggle svg path {
  stroke: #E88006;
  stroke-width: 2;
  fill: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}
.accordionClients .accordionItem .accordionHeader .accordionToggle svg .vertical-path {
  opacity: 1;
  transform: scaleY(1);
}
.accordionClients .accordionItem .accordionHeader .accordionToggle svg .horizontal-left {
  transform: translateX(0);
  opacity: 1;
}
.accordionClients .accordionItem .accordionHeader .accordionToggle svg .horizontal-right {
  transform: translateX(0);
  opacity: 1;
}
.accordionClients .accordionItem .accordionContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  width: 70%;
}
@media only screen and (max-width: 950px) {
  .accordionClients .accordionItem .accordionContent {
    width: 100%;
  }
}
.accordionClients .accordionItem .accordionContent .accordionClients {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectHeaders {
  display: flex;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectHeaders .clientHeader, .accordionClients .accordionItem .accordionContent .accordionClients .clientProjectHeaders .projectHeader {
  font-weight: 600;
  color: #E88006;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectHeaders .clientHeader {
  flex: 1;
  padding-right: 1.5rem;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectHeaders .projectHeader {
  flex: 1;
  padding-left: 1.5rem;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow {
  padding: 1rem 0;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow[data-case-study-url] {
  cursor: pointer;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectLink {
  display: flex;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectLink.hasHover:hover {
  opacity: 0.7;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectLink.hasHover .clientName, .accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectLink.hasHover .projectTitle {
  text-decoration: underline;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectLink .clientName, .accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectLink .projectTitle {
  flex: 1;
  line-height: 1.5;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectLink .clientName {
  padding-right: 1.5rem;
  font-weight: 500;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectLink .projectTitle {
  padding-left: 1.5rem;
  color: #262626;
  opacity: 0.8;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectContent {
  display: flex;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectContent .clientName, .accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectContent .projectTitle {
  flex: 1;
  line-height: 1.5;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectContent .clientName {
  padding-right: 1.5rem;
  font-weight: 500;
}
.accordionClients .accordionItem .accordionContent .accordionClients .clientProjectRow .clientProjectContent .projectTitle {
  padding-left: 1.5rem;
  color: #262626;
  opacity: 0.8;
}
.accordionClients .accordionItem .accordionSeparator {
  width: 100%;
  transition: transform 0.4s ease-out;
}
.accordionClients .accordionItem .accordionSeparator img {
  width: 100%;
  height: auto;
  display: block;
}
.accordionClients .accordionItem.active .accordionHeader .accordionToggle svg .vertical-path {
  opacity: 0;
  transform: scaleY(0);
}
.accordionClients .accordionItem.active .accordionHeader .accordionToggle svg .horizontal-left {
  transform: translateX(3.8px);
}
.accordionClients .accordionItem.active .accordionHeader .accordionToggle svg .horizontal-right {
  transform: translateX(-3.8px);
}
.accordionClients .accordionItem.active .accordionContent {
  max-height: 500px;
}
.accordionClients .accordionItem:last-child .accordionSeparator {
  display: none;
}
.caseStudyHeroImage {
  width: 100%;
}
.caseStudyHeroImage .caseStudyHeroImg {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  display: block;
}
@media (max-width: 850px) {
  .caseStudyHeroImage .caseStudyHeroImg {
    height: 40vh;
  }
}
.caseStudyTitleSection {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 1150px) {
  .caseStudyTitleSection {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyTitleSection {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.caseStudyTitleSection .caseStudyTitleContainer {
  max-width: 800px;
}
.caseStudyTitleSection .caseStudyTitle {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  .caseStudyTitleSection .caseStudyTitle {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .caseStudyTitleSection .caseStudyTitle {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyTitleSection .caseStudyTitle {
    font-size: 2rem;
  }
}
.caseStudyTags + .caseStudyTitleSection .caseStudyTitle {
  margin-top: 0;
}
.caseStudyTags {
  display: flex;
  gap: 12px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.caseStudyTags .caseStudyTag {
  padding: 8px 16px !important;
  border-radius: 4px;
  font-weight: 300 !important;
}
.caseStudyTags .caseStudyTag:first-child {
  background: #D3D8D3;
}
.caseStudyTags .caseStudyTag:nth-child(2) {
  background: #DCD0DA;
}
@media (max-width: 850px) {
  .caseStudyTags .caseStudyTag {
    padding: 5px 12px;
  }
}
.caseStudyExcerpt {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 2rem 0;
  max-width: 700px;
}
@media (max-width: 850px) {
  .caseStudyExcerpt {
    margin: 1.5rem 0;
  }
}
.caseStudyFieldsRow {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .caseStudyFieldsRow {
    gap: 2rem;
  }
}
@media (max-width: 850px) {
  .caseStudyFieldsRow {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.caseStudyFieldsRow .caseStudyField {
  flex: 1;
}
.caseStudyFieldsRow .caseStudyField .caseStudyFieldLabel {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.caseStudyFieldsRow .caseStudyField .caseStudyFieldValue {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.caseStudyTags {
  display: flex;
  gap: 12px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.caseStudyTags .caseStudyTag {
  padding: 6px 16px;
  border-radius: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.caseStudyTags .caseStudyTag:first-child {
  background: #D3D8D3;
}
.caseStudyTags .caseStudyTag:nth-child(2) {
  background: #DCD0DA;
}
@media (max-width: 850px) {
  .caseStudyTags .caseStudyTag {
    padding: 5px 12px;
  }
}
.caseStudyExcerpt {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 2rem 0;
  max-width: 700px;
}
@media (max-width: 850px) {
  .caseStudyExcerpt {
    margin: 1.5rem 0;
  }
}
.caseStudyFieldsRow {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .caseStudyFieldsRow {
    gap: 2rem;
  }
}
@media (max-width: 850px) {
  .caseStudyFieldsRow {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.caseStudyFieldsRow .caseStudyField {
  flex: 1;
}
.caseStudyFieldsRow .caseStudyField .caseStudyFieldLabel {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.caseStudyFieldsRow .caseStudyField .caseStudyFieldValue {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.caseStudyTitleSection {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
}
@media only screen and (max-width: 1150px) {
  .caseStudyTitleSection {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyTitleSection {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.caseStudyTitleSection .caseStudyTitleContainer {
  max-width: 800px;
}
.caseStudyTitleSection .caseStudyTitle {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  .caseStudyTitleSection .caseStudyTitle {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .caseStudyTitleSection .caseStudyTitle {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyTitleSection .caseStudyTitle {
    font-size: 2rem;
  }
}
.caseStudyTags + .caseStudyTitleSection .caseStudyTitle {
  margin-top: 0;
}
.caseStudyShare {
  margin-bottom: 3rem;
}
.caseStudyShare h3 {
  margin-bottom: 1.5rem;
}
.caseStudyShare .shareLinks {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.caseStudyShare .shareLinks .shareLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.caseStudyShare .shareLinks .shareLink:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.caseStudyShare .shareLinks .shareLink svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.caseStudyShare .shareLinks .shareLink.linkedin:hover {
  background: #0077b5;
  color: white;
}
.caseStudyShare .shareLinks .shareLink.twitter:hover {
  background: #000;
  color: white;
}
.caseStudyShare .shareLinks .shareLink.facebook:hover {
  background: #1877f2;
  color: white;
}
.caseStudyShare .shareLinks .shareLink.email:hover {
  background: #34495e;
  color: white;
}
.caseStudyContentContainer {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
}
@media only screen and (max-width: 1150px) {
  .caseStudyContentContainer {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyContentContainer {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.caseStudyContentContainer .caseStudyContentInner {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media (max-width: 850px) {
  .caseStudyContentContainer .caseStudyContentInner {
    flex-direction: column;
    gap: 2rem;
  }
}
.caseStudySidebar {
  flex: 0 0 30%;
}
@media (max-width: 850px) {
  .caseStudySidebar {
    flex: none;
    width: 100%;
  }
}
.caseStudySidebar .caseStudySidebarContent h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
}
@media only screen and (max-width: 1250px) {
  .caseStudySidebar .caseStudySidebarContent h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .caseStudySidebar .caseStudySidebarContent h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudySidebar .caseStudySidebarContent h3 {
    font-size: 1.2rem;
  }
}
.caseStudySidebar .caseStudySidebarContent p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.caseStudyContentMain {
  flex: 1;
}
.caseStudyContentMain h1, .caseStudyContentMain h2, .caseStudyContentMain h3, .caseStudyContentMain h4, .caseStudyContentMain h5, .caseStudyContentMain h6 {
  margin: 2rem 0 1.5rem 0;
}
.caseStudyContentMain h1:first-child, .caseStudyContentMain h2:first-child, .caseStudyContentMain h3:first-child, .caseStudyContentMain h4:first-child, .caseStudyContentMain h5:first-child, .caseStudyContentMain h6:first-child {
  margin-top: 0;
}
.caseStudyContentMain h1 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .caseStudyContentMain h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .caseStudyContentMain h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyContentMain h1 {
    font-size: 2rem;
  }
}
.caseStudyContentMain h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .caseStudyContentMain h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .caseStudyContentMain h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyContentMain h2 {
    font-size: 1.5rem;
  }
}
.caseStudyContentMain h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .caseStudyContentMain h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1100px) {
  .caseStudyContentMain h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyContentMain h3 {
    font-size: 1.5rem;
  }
}
.caseStudyContentMain h4 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .caseStudyContentMain h4 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .caseStudyContentMain h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyContentMain h4 {
    font-size: 1.2rem;
  }
}
.caseStudyContentMain p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
}
.caseStudyContentMain p:last-child {
  margin-bottom: 0;
}
.caseStudyContentMain img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}
.caseStudyContentMain ul, .caseStudyContentMain ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.caseStudyContentMain ul li, .caseStudyContentMain ol li {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.caseStudyContentMain blockquote {
  border-left: 4px solid #E88006;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
}
.caseStudyContentMain blockquote p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 2rem 0 !important;
  font-style: normal !important;
  line-height: 1.1 !important;
  opacity: 1;
}
@media only screen and (max-width: 1250px) {
  .caseStudyContentMain blockquote p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1100px) {
  .caseStudyContentMain blockquote p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyContentMain blockquote p {
    font-size: 1.5rem;
  }
}
.twoCardsAnimatedImages {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  text-align: center;
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 1150px) {
  .twoCardsAnimatedImages {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .twoCardsAnimatedImages {
    padding: 3rem 1rem 3rem 1rem;
  }
}
@media (max-width: 850px) {
  .twoCardsAnimatedImages {
    padding-bottom: 30px !important;
  }
}
.twoCardsAnimatedImages .twoCardsMiniTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1.5rem;
}
.twoCardsAnimatedImages .twoCardsMiniTitle .twoCardsMiniIcon {
  height: 16px;
  width: auto;
}
.twoCardsAnimatedImages .twoCardsMiniTitle h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  .twoCardsAnimatedImages .twoCardsMiniTitle h5 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1100px) {
  .twoCardsAnimatedImages .twoCardsMiniTitle h5 {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .twoCardsAnimatedImages .twoCardsMiniTitle h5 {
    font-size: 1.2rem;
  }
}
.twoCardsAnimatedImages .twoCardsMainTitle {
  margin-bottom: 3rem;
}
.twoCardsAnimatedImages .twoCardsMainTitle h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  .twoCardsAnimatedImages .twoCardsMainTitle h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .twoCardsAnimatedImages .twoCardsMainTitle h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .twoCardsAnimatedImages .twoCardsMainTitle h2 {
    font-size: 1.5rem;
  }
}
.twoCardsAnimatedImages .twoCardsContainer {
  display: flex;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .twoCardsAnimatedImages .twoCardsContainer {
    flex-direction: column;
    gap: 2rem;
  }
}
.twoCardsAnimatedImages .twoCard {
  position: relative;
  flex: 1;
  min-height: 500px;
  border-radius: 12px;
  overflow: visible;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.twoCardsAnimatedImages .twoCard:hover {
  transform: translateY(-8px);
  z-index: 20;
}
.twoCardsAnimatedImages .twoCard:hover .classButton {
  background: transparent !important;
  border: 2px solid #262626 !important;
  color: #262626 !important;
}
.twoCardsAnimatedImages .twoCard:hover .classButton::after {
  filter: invert(1);
}
.twoCardsAnimatedImages .twoCard:hover .twoCardBgImage1 {
  transform: translateY(20px);
  height: 80%;
}
.twoCardsAnimatedImages .twoCard:hover .twoCardBgImage2 {
  transform: translate(-60px, -30px) scale(1.2);
  opacity: 1;
  z-index: 25;
}
.twoCardsAnimatedImages .twoCard:hover .twoCardBgImage3 {
  transform: translate(60px, 30px) scale(1.2);
  opacity: 1;
  z-index: 25;
}
.twoCardsAnimatedImages .twoCardBgImage {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.twoCardsAnimatedImages .twoCardBgImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twoCardsAnimatedImages .twoCardBgImage.twoCardBgImage1 {
  top: 10%;
  right: -30px;
  bottom: 0;
  width: 100px;
  z-index: 1;
}
@media (max-width: 850px) {
  .twoCardsAnimatedImages .twoCardBgImage.twoCardBgImage1 {
    right: -10px;
  }
}
.twoCardsAnimatedImages .twoCardBgImage.twoCardBgImage2 {
  top: -20px;
  left: -80px;
  width: 140px;
  height: 180px;
  opacity: 0;
  transform: translate(30px, 20px) scale(0.8);
  z-index: 0;
}
.twoCardsAnimatedImages .twoCardBgImage.twoCardBgImage3 {
  bottom: -20px;
  right: -80px;
  width: 140px;
  height: 180px;
  opacity: 0;
  transform: translate(-30px, -20px) scale(0.8);
  z-index: 0;
}
.twoCardsAnimatedImages .twoCardContent {
  position: relative;
  z-index: 3;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.twoCardsAnimatedImages .twoCardContent .twoCardText {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3rem;
  text-align: left;
}
@media (max-width: 850px) {
  .twoCardsAnimatedImages .twoCardContent .twoCardText {
    padding: 2rem;
  }
}
.twoCardsAnimatedImages .twoCardContent .twoCardText h4 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  .twoCardsAnimatedImages .twoCardContent .twoCardText h4 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .twoCardsAnimatedImages .twoCardContent .twoCardText h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 850px) {
  .twoCardsAnimatedImages .twoCardContent .twoCardText h4 {
    font-size: 1.2rem;
  }
}
.twoCardsAnimatedImages .twoCardContent .twoCardText p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.twoCardsAnimatedImages .twoCardContent .twoCardText .twoCardLink {
  margin-top: auto;
}
.twoCardsAnimatedImages .twoCardOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  text-decoration: none;
}
.contactFormSection {
  width: 100%;
  background: #262626;
}
.contactFormSection .contactFormContainer {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media only screen and (max-width: 1150px) {
  .contactFormSection .contactFormContainer {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .contactFormSection .contactFormContainer {
    padding: 3rem 1rem 3rem 1rem;
  }
}
@media (max-width: 1000px) {
  .contactFormSection .contactFormContainer {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.contactFormSection .contactFormLeft {
  flex: 0 0 300px;
}
@media (max-width: 850px) {
  .contactFormSection .contactFormLeft {
    flex: none;
    width: 100%;
  }
}
.contactFormSection .contactFormLeft .contactInfo {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contactFormSection .contactFormLeft .contactInfo .contactInfoItem h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 1rem 0;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .contactFormSection .contactFormLeft .contactInfo .contactInfoItem h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .contactFormSection .contactFormLeft .contactInfo .contactInfoItem h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 850px) {
  .contactFormSection .contactFormLeft .contactInfo .contactInfoItem h3 {
    font-size: 1rem;
  }
}
.contactFormSection .contactFormLeft .contactInfo .contactInfoItem p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8) !important;
  margin: 0;
  line-height: 1.6;
}
.contactFormSection .contactFormLeft .contactInfo .contactInfoItem p a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contactFormSection .contactFormLeft .contactInfo .contactInfoItem p a:hover {
  color: #E88006 !important;
}
.contactFormSection .contactFormDivider {
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  align-self: stretch;
}
@media (max-width: 850px) {
  .contactFormSection .contactFormDivider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }
}
.contactFormSection .contactFormRight {
  flex: 1;
  padding-left: 3rem;
}
@media only screen and (max-width: 1300px) {
  .contactFormSection .contactFormRight {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .contactFormSection .contactFormRight {
    width: 100%;
  }
}
.contactFormSection .contactFormRight .gform_validation_errors {
  display: none;
}
.contactFormSection .contactFormRight .validation_message {
  background: transparent;
  border: none;
  color: #E88006 !important;
  padding: 0px;
  font-size: 0.95rem !important;
  margin-top: 8px !important;
  font-weight: 400 !important;
}
.contactFormSection .contactFormRight .gform_wrapper {
  color: #EFEEEC;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield_required {
  color: #E88006 !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield_label {
  margin-bottom: 12px !important;
  font-size: 1rem !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield_label .gfield_required {
  color: #E88006 !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gform_title {
  display: none;
}
.contactFormSection .contactFormRight .gform_wrapper .gform_description {
  display: none;
}
.contactFormSection .contactFormRight .gform_wrapper .gform_required_legend {
  display: none;
}
.contactFormSection .contactFormRight .gform_wrapper .gform_fields {
  grid-column-gap: 30px !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield {
  margin-bottom: 24px !important;
  position: relative;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .gfield_label {
  color: #EFEEEC !important;
  font-weight: 500 !important;
  margin-bottom: 12px !important;
  display: block !important;
  font-size: 1rem !important;
  font-family: "Inter", sans-serif !important;
  letter-spacing: 0.02em;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container {
  position: relative;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="text"], .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="email"], .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="tel"], .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="url"], .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
  color: #EFEEEC !important;
  padding: 16px 0 !important;
  font-size: 1rem !important;
  font-family: "Inter", sans-serif !important;
  border-radius: 0 !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  position: relative !important;
  z-index: 2 !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="text"]::placeholder, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="email"]::placeholder, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="tel"]::placeholder, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="url"]::placeholder, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="text"]:focus, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="email"]:focus, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="tel"]:focus, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="url"]:focus, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea:focus {
  border-bottom-color: transparent !important;
  outline: none !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="text"]:hover, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="email"]:hover, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="tel"]:hover, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="url"]:hover, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea:hover {
  border-bottom-color: rgba(255, 255, 255, 0.4) !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="text"]:active, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="email"]:active, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="tel"]:active, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="url"]:active, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea:active {
  background: transparent !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="text"].gfield_error, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="email"].gfield_error, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="tel"].gfield_error, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="url"].gfield_error, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea.gfield_error {
  border-bottom-color: #ff4444 !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="text"]:-webkit-autofill, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="text"]:-webkit-autofill:hover, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="text"]:-webkit-autofill:focus, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="text"]:-webkit-autofill:active, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="email"]:-webkit-autofill, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="email"]:-webkit-autofill:hover, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="email"]:-webkit-autofill:focus, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="email"]:-webkit-autofill:active, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="tel"]:-webkit-autofill, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="tel"]:-webkit-autofill:hover, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="tel"]:-webkit-autofill:focus, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="tel"]:-webkit-autofill:active, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="url"]:-webkit-autofill, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="url"]:-webkit-autofill:hover, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="url"]:-webkit-autofill:focus, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container input[type="url"]:-webkit-autofill:active, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea:-webkit-autofill, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea:-webkit-autofill:hover, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea:-webkit-autofill:focus, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #262626 inset !important;
  -webkit-text-fill-color: #EFEEEC !important;
  background: transparent !important;
  font-size: 1rem !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container:not(.gfield:has(textarea))::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #E88006 0%, #f99928 100%);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 3;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container:not(.gfield:has(textarea)):has(input:focus)::after, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container:not(.gfield:has(textarea)):has(select:focus)::after {
  width: 100%;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea {
  resize: vertical !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  padding: 16px !important;
  border-radius: 8px !important;
  height: 160px !important;
  background: rgba(255, 255, 255, 0.02) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea:focus, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea:focus-within, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea:active {
  border: 2px solid #E88006 !important;
  background: rgba(255, 255, 255, 0.04) !important;
  outline: none !important;
  box-shadow: none !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea:hover:not(:focus) {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container textarea.gfield_error {
  border-color: #ff6b6b !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container select {
  width: 100% !important;
  background: #262626 !important;
  border: none !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
  color: #EFEEEC !important;
  padding: 16px 0 !important;
  padding-left: 0 !important;
  padding-right: 25px !important;
  font-size: 1rem !important;
  font-family: "Inter", sans-serif !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23E88006' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
  background-position: right 0px center !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  position: relative !important;
  z-index: 2 !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container select:focus {
  border-bottom-color: transparent !important;
  outline: none !important;
  background: #262626 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23E88006' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
  background-position: right 0px center !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container select:hover {
  border-bottom-color: rgba(255, 255, 255, 0.4) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23E88006' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container select.gfield_error {
  border-bottom-color: #ff4444 !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container select option {
  background: #262626 !important;
  color: #EFEEEC !important;
  padding: 12px !important;
  font-size: 1rem !important;
  font-family: "Inter", sans-serif !important;
  border: none !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container select option:hover, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container select option:focus, .contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container select option:checked {
  background: rgba(232, 128, 6, 0.1) !important;
  color: #EFEEEC !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container .gf_placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-style: italic !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container:has(select)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #E88006 0%, #f99928 100%);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 3;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield .ginput_container:has(select:focus)::after {
  width: 100%;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield.gfield_error .validation_message {
  color: #ff6b6b !important;
  font-size: 0.95rem !important;
  margin-top: 8px !important;
  font-weight: 400 !important;
  animation: shake 0.5s ease-in-out;
}
.contactFormSection .contactFormRight .gform_wrapper .gfield.gfield_error .ginput_container input, .contactFormSection .contactFormRight .gform_wrapper .gfield.gfield_error .ginput_container textarea, .contactFormSection .contactFormRight .gform_wrapper .gfield.gfield_error .ginput_container select {
  border-bottom-color: #ff6b6b !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer {
  position: relative;
  padding-top: 0px !important;
  margin-top: 20px !important;
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer input[type="submit"] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 20px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button:hover {
  transform: translateX(10px);
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button:hover .send-text {
  color: #E88006;
  margin-left: 140px;
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button:hover .arrow-graphic {
  transform: scale(1.1);
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button:hover .send-sliding-image {
  left: 0px;
  opacity: 1;
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button .send-sliding-image {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: auto;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}
@media (max-width: 850px) {
  .contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button .send-sliding-image {
    width: 80px;
    left: -100px;
  }
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button .send-sliding-image img {
  width: 100%;
  height: auto;
  display: block;
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button .send-text {
  font-size: 9rem;
  font-weight: 400;
  color: #EFEEEC;
  font-family: "Inter", sans-serif;
  transition: margin-left 0.5s ease, color 0.3s ease;
  position: relative;
  z-index: 2;
  margin-left: 0;
}
@media (max-width: 850px) {
  .contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button .send-text {
    font-size: 3rem;
  }
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button .arrow-graphic {
  width: 120px;
  height: auto;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button .arrow-graphic {
    width: 80px;
  }
}
.contactFormSection .contactFormRight .gform_wrapper .gform_footer .custom-send-button .arrow-graphic img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(2px);
  }
}
.sectorSlider {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .sectorSlider {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .sectorSlider {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.sectorSlider .sectorSliderContainer {
  display: flex;
  height: 500px;
  gap: 24px;
  position: relative;
}
@media (max-width: 850px) {
  .sectorSlider .sectorSliderContainer {
    height: auto;
    flex-direction: column;
    gap: 12px;
  }
}
.sectorSlider .sectorSliderItem {
  position: relative;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  width: 80px;
  min-width: 80px;
}
@media (min-width: 851px) {
  .sectorSlider .sectorSliderItem:not(.active) .sectorSliderText {
    opacity: 0 !important;
    transition: opacity 0s !important;
  }
}
.sectorSlider .sectorSliderItem.active {
  width: calc(100% - 240px - 24px);
  min-width: 400px;
}
.sectorSlider .sectorSliderItem.active .sectorSliderOverlay {
  background: rgba(0, 0, 0, 0.3);
}
.sectorSlider .sectorSliderItem.active .sectorSliderText {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sectorSlider .sectorSliderItem.active .sectorSliderVerticalText {
  opacity: 0;
}
@media (max-width: 850px) {
  .sectorSlider .sectorSliderItem {
    width: 100% !important;
    min-width: auto !important;
    height: 250px;
  }
  .sectorSlider .sectorSliderItem .sectorSliderOverlay {
    background: rgba(0, 0, 0, 0.6) !important;
  }
  .sectorSlider .sectorSliderItem .sectorSliderText {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    transition: none !important;
  }
  .sectorSlider .sectorSliderItem .sectorSliderVerticalText {
    opacity: 0 !important;
  }
}
.sectorSlider .sectorSliderContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
}
.sectorSlider .sectorSliderImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sectorSlider .sectorSliderImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sectorSlider .sectorSliderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.8s ease;
  z-index: 2;
}
.sectorSlider .sectorSliderText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem;
  color: #EFEEEC;
  z-index: 5;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
  pointer-events: none;
}
@media (max-width: 850px) {
  .sectorSlider .sectorSliderText {
    padding: 2rem;
  }
}
.sectorSliderItem.active .sectorSlider .sectorSliderText {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sectorSlider .sectorSliderText .sectorSliderTitle {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
  color: #EFEEEC;
}
@media only screen and (max-width: 1250px) {
  .sectorSlider .sectorSliderText .sectorSliderTitle {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1100px) {
  .sectorSlider .sectorSliderText .sectorSliderTitle {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .sectorSlider .sectorSliderText .sectorSliderTitle {
    font-size: 1.5rem;
  }
}
.sectorSlider .sectorSliderText .sectorSliderDescription {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0;
  line-height: 1.6;
  max-width: 300px;
}
.sectorSlider .sectorSliderVerticalText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  color: #EFEEEC;
  font-weight: 500;
  font-size: 1.2rem;
  z-index: 5;
  opacity: 1;
  transition: none;
  white-space: nowrap;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.sectorSliderItem.active .sectorSlider .sectorSliderVerticalText {
  opacity: 0;
}
@media (max-width: 850px) {
  .sectorSlider .sectorSliderVerticalText {
    transform: translate(-50%, -50%) rotate(0deg);
    font-size: 1.5rem;
  }
}
.caseStudyShowcase {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  background: #E2E0D6;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1150px) {
  .caseStudyShowcase {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyShowcase {
    padding: 3rem 1rem 3rem 1rem;
  }
}
@media only screen and (max-width: 1150px) {
  .caseStudyShowcase {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyShowcase {
    padding-right: 1rem !important;
  }
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding-right: 80px;
}
@media only screen and (max-width: 1150px) {
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader {
    padding-right: 2rem;
  }
}
@media (max-width: 850px) {
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    padding-right: 0;
  }
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseTitle h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseTitle h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseTitle h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseTitle h2 {
    font-size: 1.5rem;
  }
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseTitle h2 em {
  font-style: italic;
  font-weight: 300;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseNavigation {
  display: flex;
  gap: 12px;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseNavigation .classButton {
  min-width: 50px;
  padding: 15px;
  font-size: 0;
}
@media only screen and (max-width: 850px) {
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseNavigation .classButton {
    padding: 12px;
    min-width: 45px;
  }
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseNavigation .classButton::after {
  margin-left: 0;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseNavigation .classButton.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseNavigation .classButton.disabled:hover {
  background: #262626 !important;
  border-color: #262626 !important;
  color: #EFEEEC !important;
  transform: none !important;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseNavigation .classButton.disabled:hover::after {
  filter: none;
  transform: none;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseNavigation .classButton.caseStudyNavPrev::after {
  transform: rotate(180deg);
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseNavigation .classButton.caseStudyNavPrev:hover:not(.disabled)::after {
  transform: rotate(180deg) translateX(-2px);
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseHeader .caseStudyShowcaseNavigation .classButton.caseStudyNavNext:hover:not(.disabled)::after {
  transform: translateX(2px);
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseSlider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseSlider .caseStudyShowcaseTrack {
  display: flex;
  gap: 0;
  transition: transform 0.5s ease;
  padding-left: 0;
}
@media (max-width: 850px) {
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseSlider .caseStudyShowcaseTrack {
    gap: 0;
  }
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard {
  flex: 0 0 calc((100vw - 160px) / 3.2);
  max-width: 420px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 2rem;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1150px) {
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard {
    flex: 0 0 calc((100vw - 80px) / 3.2);
    max-width: 420px;
    padding: 0 1.5rem;
  }
}
@media (max-width: 850px) {
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard {
    flex: 0 0 calc(100vw / 1.2);
    max-width: none;
    padding: 0 1rem;
  }
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard:hover .caseStudyCardImage img {
  transform: scale(1.1);
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard:hover .caseStudyReadMore {
  opacity: 1;
  transform: translateX(0);
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard:hover .caseStudyCardActions .caseStudyCardButton.classButton {
  background: #262626 !important;
  color: #EFEEEC !important;
  border: 2px solid #262626 !important;
  transform: translateY(-2px) !important;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard:hover .caseStudyCardActions .caseStudyCardButton.classButton::after {
  filter: none !important;
  transform: translateX(4px) !important;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard .caseStudyCardLink {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard .caseStudyCardImage {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media (max-width: 850px) {
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard .caseStudyCardImage {
    height: 250px;
  }
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard .caseStudyCardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media (min-width: 851px) {
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard:nth-child(6n+1) .caseStudyCardImage {
    height: 320px;
  }
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard:nth-child(6n+2) .caseStudyCardImage {
    height: 200px;
  }
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard:nth-child(6n+3) .caseStudyCardImage {
    height: 380px;
  }
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard:nth-child(6n+4) .caseStudyCardImage {
    height: 240px;
  }
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard:nth-child(6n+5) .caseStudyCardImage {
    height: 300px;
  }
  .caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard:nth-child(6n+6) .caseStudyCardImage {
    height: 220px;
  }
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard .caseStudyCardContent .caseStudyCardTitle {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 1rem 0;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard .caseStudyCardContent .caseStudyCardExcerpt {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard .caseStudyCardContent .caseStudyCardActions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard .caseStudyCardContent .caseStudyCardActions .caseStudyCardButton {
  min-width: auto;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #262626 !important;
  border: 2px solid #262626 !important;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard .caseStudyCardContent .caseStudyCardActions .caseStudyCardButton::after {
  margin: 0;
  filter: invert(1);
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard .caseStudyCardContent .caseStudyCardActions .caseStudyCardButton .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.caseStudyShowcase .caseStudyShowcaseContainer .caseStudyShowcaseCard .caseStudyCardContent .caseStudyCardActions .caseStudyReadMore {
  font-weight: 500;
  color: #E88006;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.serviceContentContainer {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
}
@media only screen and (max-width: 1150px) {
  .serviceContentContainer {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .serviceContentContainer {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.serviceContentContainer .serviceContentSingle {
  max-width: 900px;
  margin: 0 auto;
}
.serviceContentContainer .serviceContentSingle .serviceTitle {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 1250px) {
  .serviceContentContainer .serviceContentSingle .serviceTitle {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .serviceContentContainer .serviceContentSingle .serviceTitle {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .serviceContentContainer .serviceContentSingle .serviceTitle {
    font-size: 2rem;
  }
}
.serviceContentContainer .serviceContentSingle h1, .serviceContentContainer .serviceContentSingle h2, .serviceContentContainer .serviceContentSingle h3, .serviceContentContainer .serviceContentSingle h4, .serviceContentContainer .serviceContentSingle h5, .serviceContentContainer .serviceContentSingle h6 {
  margin: 2rem 0 1.5rem 0;
}
.serviceContentContainer .serviceContentSingle h1:first-child, .serviceContentContainer .serviceContentSingle h2:first-child, .serviceContentContainer .serviceContentSingle h3:first-child, .serviceContentContainer .serviceContentSingle h4:first-child, .serviceContentContainer .serviceContentSingle h5:first-child, .serviceContentContainer .serviceContentSingle h6:first-child {
  margin-top: 0;
}
.serviceContentContainer .serviceContentSingle h1 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .serviceContentContainer .serviceContentSingle h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .serviceContentContainer .serviceContentSingle h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .serviceContentContainer .serviceContentSingle h1 {
    font-size: 2rem;
  }
}
.serviceContentContainer .serviceContentSingle h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .serviceContentContainer .serviceContentSingle h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .serviceContentContainer .serviceContentSingle h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .serviceContentContainer .serviceContentSingle h2 {
    font-size: 1.5rem;
  }
}
.serviceContentContainer .serviceContentSingle h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .serviceContentContainer .serviceContentSingle h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1100px) {
  .serviceContentContainer .serviceContentSingle h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .serviceContentContainer .serviceContentSingle h3 {
    font-size: 1.5rem;
  }
}
.serviceContentContainer .serviceContentSingle h4 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .serviceContentContainer .serviceContentSingle h4 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .serviceContentContainer .serviceContentSingle h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 850px) {
  .serviceContentContainer .serviceContentSingle h4 {
    font-size: 1.2rem;
  }
}
.serviceContentContainer .serviceContentSingle p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
}
.serviceContentContainer .serviceContentSingle p:last-child {
  margin-bottom: 0;
}
.serviceContentContainer .serviceContentSingle img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}
.serviceContentContainer .serviceContentSingle ul, .serviceContentContainer .serviceContentSingle ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.serviceContentContainer .serviceContentSingle ul li, .serviceContentContainer .serviceContentSingle ol li {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.serviceContentContainer .serviceContentSingle blockquote {
  border-left: 4px solid #E88006;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
}
.serviceContentContainer .serviceContentSingle blockquote p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 2rem 0 !important;
  font-style: normal !important;
  line-height: 1.1 !important;
  opacity: 1;
}
@media only screen and (max-width: 1250px) {
  .serviceContentContainer .serviceContentSingle blockquote p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1100px) {
  .serviceContentContainer .serviceContentSingle blockquote p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .serviceContentContainer .serviceContentSingle blockquote p {
    font-size: 1.5rem;
  }
}
.serviceShare {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.serviceShare h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
}
@media only screen and (max-width: 1250px) {
  .serviceShare h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .serviceShare h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 850px) {
  .serviceShare h3 {
    font-size: 1.2rem;
  }
}
.serviceShare .shareLinks {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.serviceShare .shareLinks .shareLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.serviceShare .shareLinks .shareLink:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.serviceShare .shareLinks .shareLink svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.serviceShare .shareLinks .shareLink.linkedin:hover {
  background: #0077b5;
  color: white;
}
.serviceShare .shareLinks .shareLink.twitter:hover {
  background: #000;
  color: white;
}
.serviceShare .shareLinks .shareLink.facebook:hover {
  background: #1877f2;
  color: white;
}
.serviceShare .shareLinks .shareLink.email:hover {
  background: #34495e;
  color: white;
}
.error404Container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1150px) {
  .error404Container {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .error404Container {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.error404Container .error404Inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .error404Container .error404Inner {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}
.error404Container .error404SVG {
  flex: 0 0 400px;
}
@media (max-width: 850px) {
  .error404Container .error404SVG {
    flex: none;
    width: 300px;
  }
}
.error404Container .error404SVG svg {
  width: 100%;
  height: auto;
}
.error404Container .error404SVG svg .compass-circle {
  animation: compassPulse 3s ease-in-out infinite;
}
.error404Container .error404SVG svg .compass-needle {
  transform-origin: 200px 150px;
  animation: compassSpin 4s ease-in-out infinite;
}
.error404Container .error404SVG svg .compass-mark {
  opacity: 0;
  animation: fadeInSequence 0.5s ease-out forwards;
}
.error404Container .error404SVG svg .compass-mark.north {
  animation-delay: 0.5s;
}
.error404Container .error404SVG svg .compass-mark.east {
  animation-delay: 0.7s;
}
.error404Container .error404SVG svg .compass-mark.south {
  animation-delay: 0.9s;
}
.error404Container .error404SVG svg .compass-mark.west {
  animation-delay: 1.1s;
}
.error404Container .error404SVG svg .question-mark {
  animation: floatQuestion 3s ease-in-out infinite;
}
.error404Container .error404SVG svg .question-mark.q1 {
  animation-delay: 0s;
}
.error404Container .error404SVG svg .question-mark.q2 {
  animation-delay: 0.8s;
}
.error404Container .error404SVG svg .question-mark.q3 {
  animation-delay: 1.6s;
}
.error404Container .error404SVG svg .question-mark.q4 {
  animation-delay: 2.4s;
}
.error404Container .error404SVG svg .path-line {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: drawPath 3s ease-out forwards;
}
.error404Container .error404SVG svg .path-line.path1 {
  animation-delay: 1.5s;
}
.error404Container .error404SVG svg .path-line.path2 {
  animation-delay: 2s;
}
.error404Container .error404SVG svg .paper-plane {
  animation: flyPlane 6s ease-in-out infinite;
}
.error404Container .error404Content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 850px) {
  .error404Container .error404Content {
    align-items: center;
  }
}
.error404Container .error404Title {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  color: #262626;
  animation: slideInUp 0.8s ease-out;
}
@media only screen and (max-width: 1250px) {
  .error404Container .error404Title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .error404Container .error404Title {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .error404Container .error404Title {
    font-size: 2rem;
  }
}
.error404Container .error404Text {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  font-size: 1.2rem;
  margin: 0;
  animation: slideInUp 0.8s ease-out 0.2s both;
}
@media (max-width: 850px) {
  .error404Container .error404Text {
    text-align: center;
  }
}
.error404Container .error404Actions {
  display: flex;
  gap: 1.5rem;
  margin: 2rem 0;
  animation: slideInUp 0.8s ease-out 0.4s both;
}
@media (max-width: 850px) {
  .error404Container .error404Actions {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.error404Container .error404Actions .error404Button {
  flex-shrink: 0;
}
.error404Container .error404Links {
  animation: slideInUp 0.8s ease-out 0.6s both;
}
.error404Container .error404Links p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1rem 0;
  font-weight: 500;
}
.error404Container .error404Links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
}
@media (max-width: 850px) {
  .error404Container .error404Links ul {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
.error404Container .error404Links ul li a {
  color: #E88006;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.error404Container .error404Links ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #E88006;
  transition: width 0.3s ease;
}
.error404Container .error404Links ul li a:hover {
  color: #9d5704;
}
.error404Container .error404Links ul li a:hover::after {
  width: 100%;
}
@keyframes compassPulse {
  0%, 100% {
    stroke-width: 2;
    opacity: 1;
  }
  50% {
    stroke-width: 3;
    opacity: 0.7;
  }
}
@keyframes compassSpin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInSequence {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatQuestion {
  0%, 100% {
    transform: translateY(0px);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
}
@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes flyPlane {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -10px) rotate(5deg);
  }
  50% {
    transform: translate(40px, 0px) rotate(0deg);
  }
  75% {
    transform: translate(20px, 10px) rotate(-5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.titleIntro {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 1150px) {
  .titleIntro {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .titleIntro {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.titleIntro h1 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  margin: 2rem 0 !important;
}
@media only screen and (max-width: 1250px) {
  .titleIntro h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .titleIntro h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .titleIntro h1 {
    font-size: 2rem;
  }
}
.titleIntro p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 700px;
}
@media (max-width: 850px) {
  .titleIntro p {
    margin: 1.5rem 0 !important;
  }
}
.contentWrapper {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
}
@media only screen and (max-width: 1150px) {
  .contentWrapper {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .contentWrapper {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.contentWrapper .contentWrapperInner {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media (max-width: 850px) {
  .contentWrapper .contentWrapperInner {
    flex-direction: column;
    gap: 2rem;
  }
}
.contentWrapper .wp-block-column:first-child {
  flex: 0 0 30%;
}
@media (max-width: 850px) {
  .contentWrapper .wp-block-column:first-child {
    flex: none;
    width: 100%;
  }
}
.contentWrapper .wp-block-column:first-child .serviceShare {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}
.contentWrapper .wp-block-column:last-child {
  flex: 1;
}
.contentWrapper .wp-block-column:last-child h1, .contentWrapper .wp-block-column:last-child h2, .contentWrapper .wp-block-column:last-child h3, .contentWrapper .wp-block-column:last-child h4, .contentWrapper .wp-block-column:last-child h5, .contentWrapper .wp-block-column:last-child h6 {
  margin: 2rem 0 1.5rem 0 !important;
}
.contentWrapper .wp-block-column:last-child h1:first-child, .contentWrapper .wp-block-column:last-child h2:first-child, .contentWrapper .wp-block-column:last-child h3:first-child, .contentWrapper .wp-block-column:last-child h4:first-child, .contentWrapper .wp-block-column:last-child h5:first-child, .contentWrapper .wp-block-column:last-child h6:first-child {
  margin-top: 0 !important;
}
.contentWrapper .wp-block-column:last-child h1 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .contentWrapper .wp-block-column:last-child h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .contentWrapper .wp-block-column:last-child h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .contentWrapper .wp-block-column:last-child h1 {
    font-size: 2rem;
  }
}
.contentWrapper .wp-block-column:last-child h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .contentWrapper .wp-block-column:last-child h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .contentWrapper .wp-block-column:last-child h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .contentWrapper .wp-block-column:last-child h2 {
    font-size: 1.5rem;
  }
}
.contentWrapper .wp-block-column:last-child h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .contentWrapper .wp-block-column:last-child h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1100px) {
  .contentWrapper .wp-block-column:last-child h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .contentWrapper .wp-block-column:last-child h3 {
    font-size: 1.5rem;
  }
}
.contentWrapper .wp-block-column:last-child h4 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  .contentWrapper .wp-block-column:last-child h4 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .contentWrapper .wp-block-column:last-child h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 850px) {
  .contentWrapper .wp-block-column:last-child h4 {
    font-size: 1.2rem;
  }
}
.contentWrapper .wp-block-column:last-child p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1.5rem 0 !important;
}
.contentWrapper .wp-block-column:last-child p:last-child {
  margin-bottom: 0 !important;
}
.contentWrapper .wp-block-column:last-child .wp-block-heading {
  margin: 2rem 0 1.5rem 0 !important;
}
.contentWrapper .wp-block-column:last-child .wp-block-heading:first-child {
  margin-top: 0 !important;
}
.contentWrapper .wp-block-column:last-child ul, .contentWrapper .wp-block-column:last-child ol {
  margin: 1.5rem 0 !important;
  padding-left: 2rem;
}
.contentWrapper .wp-block-column:last-child ul li, .contentWrapper .wp-block-column:last-child ol li {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem !important;
}
.contentWrapper .wp-block-column:last-child blockquote {
  border-left: 4px solid #E88006;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
}
.contentWrapper .wp-block-column:last-child blockquote p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 2rem 0 !important;
  font-style: normal !important;
  line-height: 1.1 !important;
  opacity: 1;
}
@media only screen and (max-width: 1250px) {
  .contentWrapper .wp-block-column:last-child blockquote p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1100px) {
  .contentWrapper .wp-block-column:last-child blockquote p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 850px) {
  .contentWrapper .wp-block-column:last-child blockquote p {
    font-size: 1.5rem;
  }
}
.contentWrapper .wp-block-column:last-child img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0 !important;
}
.contentWrapper .wp-block-column:last-child .wp-block-image {
  margin: 1.5rem 0 !important;
}
.contentWrapper .wp-block-column:last-child .wp-block-image img {
  border-radius: 8px;
}
.contentWrapper .wp-block-column:last-child .wp-block-button {
  margin: 1.5rem 0 !important;
}
.contentWrapper .wp-block-column:last-child .wp-block-separator {
  margin: 2rem 0 !important;
  border-color: rgba(0, 0, 0, 0.1);
}
.contentWrapper .wp-block-column:last-child table {
  margin: 2rem 0 !important;
  border-collapse: collapse;
  width: 100%;
}
.contentWrapper .wp-block-column:last-child table th, .contentWrapper .wp-block-column:last-child table td {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
.contentWrapper .wp-block-column:last-child table th {
  background: #f7f7f7;
  font-weight: 600;
}
@media (max-width: 850px) {
  .contentWrapper {
    flex-direction: column-reverse;
  }
  .contentWrapper .wp-block-column:first-child {
    margin-top: 3rem !important;
  }
}
.contactFormSuccess {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}
@media (max-width: 850px) {
  .contactFormSuccess {
    min-height: 400px;
    padding: 2rem 0;
  }
}
.contactSuccessContent {
  text-align: center;
  max-width: 600px;
}
.contactSuccessContent .contactSuccessIcon {
  margin-bottom: 3rem;
  animation: slideDown 0.8s ease-out;
}
.contactSuccessContent .contactSuccessIcon .success-checkmark {
  animation: checkmarkAnimation 1.5s ease-in-out;
}
.contactSuccessContent .contactSuccessIcon .checkmark-circle {
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  animation: drawCircle 1s ease-in-out 0.3s forwards;
}
.contactSuccessContent .contactSuccessIcon .checkmark-path {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: drawCheck 0.8s ease-in-out 1s forwards;
}
@media (max-width: 850px) {
  .contactSuccessContent .contactSuccessIcon svg {
    width: 80px;
    height: 80px;
  }
}
.contactSuccessContent .contactSuccessText {
  margin-bottom: 3rem;
  animation: fadeInUp 0.8s ease-out 0.5s both;
}
.contactSuccessContent .contactSuccessText h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #EFEEEC;
  margin: 0 0 1.5rem 0;
}
@media only screen and (max-width: 1250px) {
  .contactSuccessContent .contactSuccessText h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .contactSuccessContent .contactSuccessText h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .contactSuccessContent .contactSuccessText h2 {
    font-size: 1.5rem;
  }
}
.contactSuccessContent .contactSuccessText p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8) !important;
  margin: 0;
  font-size: 1.2rem;
}
.contactSuccessContent .contactSuccessArrow {
  margin-bottom: 3rem;
  animation: fadeInUp 0.8s ease-out 0.8s both;
}
@media (max-width: 850px) {
  .contactSuccessContent .contactSuccessArrow {
    display: none;
  }
}
.contactSuccessContent .contactSuccessArrow .animated-success-arrow {
  width: 100%;
  max-width: 400px;
  height: auto;
  animation: svgBreathe 4s ease-in-out 3s infinite;
}
.contactSuccessContent .contactSuccessArrow .animated-success-arrow path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawSuccessArrow 2s ease-in-out 1.2s forwards;
}
.contactSuccessContent .contactSuccessArrow .animated-success-arrow path:nth-child(1) {
  animation-delay: 1.2s;
}
.contactSuccessContent .contactSuccessArrow .animated-success-arrow path:nth-child(2) {
  animation-delay: 1.4s;
}
.contactSuccessContent .contactSuccessArrow .animated-success-arrow path:nth-child(3) {
  animation-delay: 1.6s;
}
.contactSuccessContent .contactSuccessArrow .animated-success-arrow path:nth-child(4) {
  animation-delay: 1.8s;
}
.contactSuccessContent .contactSuccessActions {
  display: flex;
  justify-content: center;
  animation: fadeInUp 0.8s ease-out 1.2s both;
}
.contactSuccessContent .contactSuccessActions .backToHome {
  background: #E88006 !important;
  color: #262626 !important;
  border: 2px solid #E88006 !important;
}
.contactSuccessContent .contactSuccessActions .backToHome::after {
  filter: brightness(0);
}
.contactSuccessContent .contactSuccessActions .backToHome:hover {
  background: transparent !important;
  border: 2px solid #E88006 !important;
  color: #EFEEEC !important;
}
.contactSuccessContent .contactSuccessActions .backToHome:hover::after {
  filter: none;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawSuccessArrow {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmarkAnimation {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes svgBreathe {
  0%, 100% {
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 2px 8px rgba(232, 128, 6, 0.15));
  }
  50% {
    transform: scale(1.02) translateY(-2px);
    filter: drop-shadow(0 4px 12px rgba(232, 128, 6, 0.25));
  }
}
.stackedCardsBlock {
  padding-bottom: 0;
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 0px;
  padding-top: 60px !important;
  padding-bottom: 160px !important;
  position: relative;
}
@media only screen and (max-width: 1490px) {
  .stackedCardsBlock {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  .stackedCardsBlock {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .stackedCardsBlock {
    padding: 3rem 1rem 3rem 1rem;
  }
}
@media (max-width: 1150px) {
  .stackedCardsBlock {
    padding-top: 150px !important;
  }
}
@media (max-width: 850px) {
  .stackedCardsBlock {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.stackedCardsBlock .stackedCard {
  position: sticky;
  top: 7em;
  height: 0;
  padding-bottom: 35%;
  transform-origin: center top;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: 2rem;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
}
@media (max-width: 1150px) {
  .stackedCardsBlock .stackedCard {
    padding-bottom: 45%;
  }
}
@media (max-width: 850px) {
  .stackedCardsBlock .stackedCard {
    padding-bottom: 0;
    height: auto;
    margin-bottom: 1rem;
  }
}
.stackedCardsBlock .stackedCard:last-child {
  margin-bottom: 0;
}
.stackedCardsBlock .stackedCard:hover .stackedCardRight {
  background-color: #262626;
}
.stackedCardsBlock .stackedCard:hover .stackedCardRight .stackedCardTitle, .stackedCardsBlock .stackedCard:hover .stackedCardRight .stackedCardSubtitle {
  color: #EFEEEC;
}
.stackedCardsBlock .stackedCard:hover .stackedCardRight .stackedCardSubtitle h4 {
  color: #EFEEEC;
}
.stackedCardsBlock .stackedCard:hover .stackedCardRight .stackedCardText p {
  color: #EFEEEC !important;
}
.stackedCardsBlock .stackedCard:hover .stackedCardRight .stackedCardButton .classButton {
  background-color: #E88006 !important;
  border-color: #E88006 !important;
}
.stackedCardsBlock .stackedCard:hover .stackedCardRight .stackedCardButton .classButton:hover {
  background-color: transparent !important;
  border-color: #E88006 !important;
  color: #E88006 !important;
  transform: none !important;
}
.stackedCardsBlock .stackedCard:hover .stackedCardRight .stackedCardButton .classButton:hover::after {
  filter: none !important;
}
.stackedCardsBlock .stackedCardContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  background-color: #A7B2A8;
}
@media (max-width: 850px) {
  .stackedCardsBlock .stackedCardContent {
    position: static;
    flex-direction: column;
    border-radius: 12px;
    height: auto;
  }
}
.stackedCardsBlock .stackedCardLeft {
  flex: 1;
  background-color: #262626;
  position: relative;
}
@media (max-width: 850px) {
  .stackedCardsBlock .stackedCardLeft {
    flex: none;
    height: 300px;
  }
}
.stackedCardsBlock .stackedCardLeft .stackedCardIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: transform 0.6s ease;
}
.stackedCardsBlock .stackedCardLeft .stackedCardSlantedImage {
  position: absolute;
  right: -54px;
  top: -10px;
  bottom: -10px;
  width: 140px;
  z-index: 4;
  overflow: visible !important;
}
@media (max-width: 850px) {
  .stackedCardsBlock .stackedCardLeft .stackedCardSlantedImage {
    display: none;
  }
}
.stackedCardsBlock .stackedCardLeft .stackedCardSlantedImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: visible !important;
}
.stackedCardsBlock .stackedCardRight {
  flex: 1;
  background-color: #A7B2A8;
  padding: 60px;
  padding-left: 120px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  transition: background-color 0.3s ease;
}
@media (max-width: 1150px) {
  .stackedCardsBlock .stackedCardRight {
    padding: 40px;
    padding-left: 100px !important;
  }
}
@media (max-width: 850px) {
  .stackedCardsBlock .stackedCardRight {
    padding: 30px !important;
    gap: 1.5rem;
  }
}
.stackedCardsBlock .stackedCardRight.purple {
  background-color: #977390;
}
.stackedCardsBlock .stackedCardRight.cream {
  background-color: #E2E0D6;
}
.stackedCardsBlock .stackedCardRight.offWhite {
  background-color: #EFEEEC;
}
.stackedCardsBlock .stackedCardRight .stackedCardHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 24px;
}
@media (max-width: 850px) {
  .stackedCardsBlock .stackedCardRight .stackedCardHeader {
    gap: 1rem;
    margin-bottom: 16px;
  }
}
.stackedCardsBlock .stackedCardRight .stackedCardHeader .stackedCardTitle {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  color: #262626;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  .stackedCardsBlock .stackedCardRight .stackedCardHeader .stackedCardTitle {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .stackedCardsBlock .stackedCardRight .stackedCardHeader .stackedCardTitle {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .stackedCardsBlock .stackedCardRight .stackedCardHeader .stackedCardTitle {
    font-size: 1.5rem;
  }
}
.stackedCardsBlock .stackedCardRight .stackedCardHeader .stackedCardTitle em {
  font-style: italic;
}
.stackedCardsBlock .stackedCardRight .stackedCardHeader .stackedCardTitle p {
  margin: 0 !important;
}
.stackedCardsBlock .stackedCardRight .stackedCardHeader .stackedCardButton {
  flex-shrink: 0;
}
.stackedCardsBlock .stackedCardRight .stackedCardHeader .stackedCardButton .classButton {
  min-width: 48px;
  width: 48px;
  height: 48px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: relative;
  background: transparent !important;
  color: #262626 !important;
  border: 2px solid #262626 !important;
  transition: all 0.3s ease;
}
@media (max-width: 850px) {
  .stackedCardsBlock .stackedCardRight .stackedCardHeader .stackedCardButton .classButton {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
}
.stackedCardsBlock .stackedCardRight .stackedCardHeader .stackedCardButton .classButton::after {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  filter: invert(1);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.stackedCardsBlock .stackedCardRight .stackedCardHeader .stackedCardButton .classButton:hover::after {
  transform: translate(-50%, -50%) translateX(4px) !important;
}
.stackedCardsBlock .stackedCardRight .stackedCardSubtitle {
  margin: 0;
}
@media (max-width: 850px) {
  .stackedCardsBlock .stackedCardRight .stackedCardSubtitle {
    display: none;
  }
}
.stackedCardsBlock .stackedCardRight .stackedCardSubtitle h4 {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600 !important;
  color: #262626;
  transition: color 0.3s ease;
}
.stackedCardsBlock .stackedCardRight .stackedCardText p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}
.clientColumns {
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 60px;
  gap: 120px !important;
}
@media only screen and (max-width: 1150px) {
  .clientColumns {
    padding: 3rem 2rem 3rem 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .clientColumns {
    padding: 3rem 1rem 3rem 1rem;
  }
}
@media (max-width: 850px) {
  .clientColumns {
    gap: 2rem !important;
    flex-direction: column !important;
  }
}
@media (max-width: 850px) {
  .clientColumns .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}
.clientColumns .wp-block-column:first-child {
  position: sticky;
  top: 150px;
  align-self: flex-start;
}
@media (max-width: 850px) {
  .clientColumns .wp-block-column:first-child {
    position: static;
    margin-bottom: 2rem;
  }
}
.clientColumns .wp-block-column:first-child .lazyblock-anchorsclients-2lC0vL {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.clientColumns .wp-block-column:first-child .lazyblock-anchorsclients-2lC0vL p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #262626;
  margin: 0 0 1.5rem 0;
  padding-bottom: 12px;
  position: relative;
  width: fit-content;
}
.clientColumns .wp-block-column:first-child .lazyblock-anchorsclients-2lC0vL p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #E88006;
  border-radius: 1px;
}
.clientColumns .wp-block-column:first-child .lazyblock-anchorsclients-2lC0vL .classButton {
  width: fit-content;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .clientColumns .wp-block-column:first-child .lazyblock-anchorsclients-2lC0vL .classButton {
    width: 100%;
  }
}
.clientColumns .wp-block-column:last-child .wp-block-group {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.clientColumns .wp-block-column:last-child .wp-block-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.clientColumns .wp-block-column:last-child .wp-block-group h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
  color: #262626;
}
@media only screen and (max-width: 1250px) {
  .clientColumns .wp-block-column:last-child .wp-block-group h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .clientColumns .wp-block-column:last-child .wp-block-group h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .clientColumns .wp-block-column:last-child .wp-block-group h2 {
    font-size: 1.5rem;
  }
}
.clientColumns .wp-block-column:last-child .wp-block-group > p:first-of-type {
  font-size: 1.2rem;
  font-weight: 500;
  color: #262626;
  margin: 0 0 1.5rem 0;
  padding-bottom: 12px;
  position: relative;
  display: inline-block;
}
.clientColumns .wp-block-column:last-child .wp-block-group > p:first-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #E88006;
  border-radius: 1px;
}
.clientColumns .wp-block-column:last-child .wp-block-group > .wp-block-columns {
  gap: 3rem !important;
}
@media (max-width: 850px) {
  .clientColumns .wp-block-column:last-child .wp-block-group > .wp-block-columns {
    gap: 0 !important;
    flex-direction: column !important;
  }
}
@media (max-width: 850px) {
  .clientColumns .wp-block-column:last-child .wp-block-group > .wp-block-columns .wp-block-column {
    margin: 0 !important;
  }
  .clientColumns .wp-block-column:last-child .wp-block-group > .wp-block-columns .wp-block-column:last-child {
    margin: 0 0 0 0 !important;
  }
}
.clientColumns .wp-block-column:last-child .wp-block-group > .wp-block-columns .wp-block-column p {
  color: #262626 !important;
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 0.5rem 0;
}
.page-id-509 .serviceContentContainer .serviceContentSingle {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-id-509 .serviceContentContainer .serviceContentSingle:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-id-509 .serviceContentContainer .serviceContentSingle h2 {
  margin: 0 0 2rem 0;
  padding-bottom: 12px;
  position: relative;
  display: inline-block;
}
.page-id-509 .serviceContentContainer .serviceContentSingle h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #E88006;
  border-radius: 1px;
}
