@charset "UTF-8";
@font-face {
    font-family: 'Geist';
    src: url('/media/com_sppagebuilder/assets/custom-fonts/Geist/Geist-Black.woff2') format('woff2'),
         url('/media/com_sppagebuilder/assets/custom-fonts/Geist/Geist-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
    font-style: normal;
    color: #545555;
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Questrial', sans-serif;
}

/* Smooth transitions on interactive elements only */
a, .btn, button, input, select, textarea, .transition-3,
h1, h2, h3, h4, h5, h6 {
    transition: all 0.3s ease-out 0s;
}

/* Links */
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

/* Buttons */
button {
    cursor: pointer;
    outline: 0;
    border: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}
h1 { font-size: 55px; }
h2 { font-size: 38px; }
h3 { font-size: 32px; }
h4 { font-size: 28px; }
h5 { font-size: 25px; }
h6 { font-size: 18px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

.sppb-addon-content h1.extra-title {
    font-weight: 900 !important;
    font-size: 42px !important;
    line-height: 1.4;
    color: #545555;
    font-family: 'Geist', sans-serif !important;
}
/* Imagine */
.tee-ghost-home.sppb-addon-header .sppb-addon-title {
    font-family: 'Bayon', sans-serif !important;
    font-size: 340px !important;
    line-height: 340px !important;
    letter-spacing: -14px !important;
    font-weight: 400 !important;
}

@media (max-width: 1199px) {
    .tee-ghost-home.sppb-addon-header .sppb-addon-title {
        font-size: 280px !important;
        line-height: 310px !important;
        letter-spacing: -14px !important;
    }
}

@media (max-width: 991px) {
    .tee-ghost-home.sppb-addon-header .sppb-addon-title {
        font-size: 190px !important;
        line-height: 210px !important;
        letter-spacing: 1px !important;
    }
}

@media (max-width: 767px) {
    .tee-ghost-home.sppb-addon-header .sppb-addon-title {
        font-size: 160px !important;
        line-height: 200px !important;
        letter-spacing: 1px !important;
    }
}

@media (max-width: 575px) {
    .tee-ghost-home.sppb-addon-header .sppb-addon-title {
        font-size: 96px !important;
        line-height: 110px !important;
        letter-spacing: 1px !important;
    }
}

/* Lists */
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

/* Body text */
p, .sppb-addon-text-block .sppb-addon-content, .sppb-addon-text {
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #545555;
    line-height: 1.6;
    margin: 0;
}

/* Utility classes */
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.overflow-hidden { overflow: hidden; }
.z-index2 { z-index: 2 !important; }
.z-index0 { z-index: 0 !important; }

.sppb-addon-optin-forms,
.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty){
	padding: 0px;
}

#sp-footer {
	font-size: inherit;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}
.footer-contact svg.footer-contact-icon {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 6px;
  fill: none !important;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .25s ease;
}

.footer-contact a {
  color: #545555;
}

.footer-contact a:hover {
  color: #ffffff;
}

textarea.sppb-form-control {height: auto !important;}

.sp-scroll-up {
	background: #63caeb;
	-webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
	box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
	color: #ccc;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.scroll-arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: 4px;
}

.sppb-media-heading {
	margin: 0;
}

.sppb-optin-form .button-wrap i {display: none !important;}

#circle-big {
  display: block;
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
  transition: all .08s ease-out;
  width: 30px;
  height: 30px;
  z-index: 9999;
  text-align: center;
  border: 2px solid transparent;
  opacity: .5;
  border-radius: 50%;
  pointer-events: none;
}

#circle {
  display: block;
  position: absolute;
  margin: auto;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  margin-left: -10px;
  background-color: #ccc;
  border-radius: 50%;
  z-index: 9999;
  pointer-events: none;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  opacity: .8;
}

#cursor.on-link #circle {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  opacity: .6;
}

#cursor.on-link #circle-big {
	opacity: 0;
}

/* HEADER */ 

#sp-header {
	height: auto;
	box-shadow: none;
	transition: none;
	background: #63caeb;
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 50px 0px 50px;
}

#sp-header.header-sticky {
    background: #63caeb;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation: none;
    animation: none;
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header .logo {
	height: 95px;
    padding-bottom: 20px;
}

#sp-header .logo a .logo-image,
#sp-header .logo a .logo-image-phone {
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	height: 95px;
}

.logo-image {
	height: 95px !important;
}

.sp-megamenu-parent {
	float: none;
	text-align: center;
    margin: -10px 0px 0px 0px;
}

.sp-megamenu-parent > li {text-align: left;}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
   font-weight: 400;
   line-height: 1.5;
   color: #ffffff;
   font-size: 16px;
   text-decoration: none;
   padding: 25px 22px;
   display: inline-block;
} 
.sp-megamenu-parent>li .sp-menu-badge {
    display: none !important;
}
@media (max-width: 1200px) {
.sp-megamenu-parent > li > a {padding: 25px 14px;}
}
@media (min-width: 992px) {
  #sp-logo {
    flex: 0 0 auto;
    width: auto !important;
    max-width: none !important;
  }
  #sp-menu {
    flex: 1 1 auto;
    width: auto !important;
    max-width: none !important;
  }
}
.sp-megamenu-parent > li.active > a {
	font-weight: 400;
    color: #ffffff;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #ffffff;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}
.sp-megamenu-parent>li:hover>a {
    color: #f5e333;
    transform: translateY(-10px);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    box-shadow: 0px 30px 60px 0px rgba(17, 17, 20, .1215686275);
    background-color: rgba(255, 255, 255, 0.65);
	min-width: 200px;
	padding: 15px 17px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	display: block;
	margin: 0px;
	padding: 5px;
    border-radius:4px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
    background: #f9e818;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 16px;
	font-weight: 400;
	color: #545555;
	display: inline-block;
	padding: 0 0 5px;
	position: relative;
	z-index: 1;
	line-height: 1.5;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--maincolor);
    content: "";
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.sp-megamenu-parent > li:last-child > a::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  vertical-align: -1px;
  background-image: url('/images/hand-right-outline.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(15deg);
  transition: all 0.3s ease-out;
  /* Tint it white using a filter */
}

.sp-megamenu-parent > li:last-child:hover > a::after {
  background-image: url('/images/hand-right-yellow.svg');
  transform: rotate(35deg);
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	height: auto;
	line-height: 1;
	font-size: 20px;
}

.offcanvas-toggler-secondary {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}

.burger-icon > span {
	background-color: #fff;
}

#offcanvas-toggler:after {
	display: inline-block;
    font-size: 13px;
    font-weight: 500;
	content: "Menu";
	padding-left: 15px;
	color: #fff;
}

#offcanvas-toggler:hover:after {
	-webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(30ms * var(--char-index));
	animation-delay: calc(30ms * var(--char-index));
}

.offcanvas-menu {
	background-color: #252525;
	color: #fff;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 25px !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #fff;
}

@media (min-width: 992px) {
	body.ltr.offcanvs-position-right .offcanvas-menu {
	right: auto;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #0a0a0a;
    padding: 120px 30px 30px;
    overflow: hidden;
    z-index: 9999;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
	color: #ffffff;
}
.offcanvas-menu {
	width: 100%;
	height: 100%;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
	right: auto;
	top: 0;
	left: 0;
}

.offcanvas-menu .p-3 {padding: 0 !important;}

.offcanvas-menu .logo {
	position: absolute;
	top: 30px;
	left: 50px;
}

.offcanvas-menu .offcanvas-inner {
	padding: 0;
	display: flex;
	flex-direction: row;
}

.header-modules {
	display: none !important;
}

.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul,
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	flex: 9;
	margin-top: 30px;
}

.offcanvas-menu .mod-sppagebuilder,
.offcanvas-menu .offcanvas-inner .sp-module:last-of-type {
    flex: 3;
}

.offcanvas-menu .mod-sppagebuilder .sppb-section:after {
	content: '';
	width: 1px;
	height: 0;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: -40px;
	top: -170px;
	-webkit-transition: all .7s;
	transition: all .7s;
	height: 1000px;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.offcanvas-menu .offcanvas-inner ul.menu,
.offcanvas-menu .offcanvas-inner ul.menu > li ul {
  counter-reset: my-sec-counter;
}

.offcanvas-menu .offcanvas-inner ul.menu > li:before,
.offcanvas-menu .offcanvas-inner ul.menu > li ul li:before {
  /* Increment "my-sec-counter" by 1 */
  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter) ". ";
  opacity: .8;
	font-size: 11px;
	margin-right: 10px;
}
  .offcanvas-menu .sppb-addon-text-block .sppb-addon-content,
.offcanvas-menu .sppb-addon-text-block .sppb-addon-content p {
  color: #ffffff !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	display: inline-block;
	padding: 0;
	position: relative;
	opacity: 1;
	transition: all .7s;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 30px;
	font-weight: 600;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	display: inline-block;
	position: relative;
	top: 7px;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 15px;
	margin-left: 10px;
}
}

@media (min-width: 320px) {.offcanvas-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {.offcanvas-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.offcanvas-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.offcanvas-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

.testimonials:after {
	content: '';
	width: 58.333333%;
	position: absolute;
	top: -80px;
	bottom: 0;
	left: 0;
	background: #f5e333;
	z-index: -1;
}

.testimonials.dark:after {
	background: #0e0e0e;
}

.img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.no-padding {padding: 0 !important;}

.brands {
    padding: 70px 10px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.brands.dark {border-color: rgba(200, 200, 200, 0.08);}

@media screen and (max-width: 991px) {
	.brands {
    padding: 50px 10px;
  }
}

@media screen and (max-width: 768px) {
	.brands {
    border-right: 0px solid rgba(0, 0, 0, 0.08);
  }
}

.brands.no-border {
    border-right: 0;
}

.min-area::after {
	content: '';
	position: absolute;
	top: 0;
	right: 120px;
	bottom: 0;
	left: -300px;
	background: #f3f3f3;
	z-index: -1;
}

.min-area.dark::after {
	background: #101010;
}

.position-absolute {
	top: -120px;
	left: 0;
	width: 100%;
}
@media (max-width: 768px) {
  .brands.sppb-col-md-3 ,
  [class*="sppb-col-md-3"]:has(.brands) {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}
/* BRANDS GLOW */
.brands,
.brands.no-border {
  position: relative;
  overflow: visible !important;
  transition: box-shadow .2s ease;
}

.brands:hover,
.brands.no-border:hover {
  box-shadow:
    inset 0 1px 0 rgba(245,227,51,.95),
    inset -1px 0 0 rgba(245,227,51,.95),
    inset 0 -1px 0 rgba(245,227,51,.95),
    inset 1px 0 0 rgba(245,227,51,.95);
}

/* BRANDS CROPS */
.brands-row-top {
  position: relative;
}

.brands-row-top::before,
.brands-row-top::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  pointer-events: none;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: 100% 8px;
}

/* top of first row */
.brands-row-top::before {
  top: -4.25px;
    background-position: -0.5px 0;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 8' preserveAspectRatio='none'>\
<g stroke='%23000000' stroke-width='0.5' stroke-linecap='square' opacity='0.6' fill='none'>\
<path d='M100 1.5 V6.5 M98 4 H102'/>\
<path d='M200 1.5 V6.5 M198 4 H202'/>\
<path d='M300 1.5 V6.5 M298 4 H302'/>\
<path d='M400 1.5 V6.5 M398 4 H402'/>\
<path d='M500 1.5 V6.5 M498 4 H502'/>\
</g>\
</svg>");
}

/* between rows */
.brands-row-top::after {
  bottom: -4.5px;
  background-position: -0.5px 0;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 8' preserveAspectRatio='none'>\
<g stroke='%23000000' stroke-width='0.5' stroke-linecap='square' opacity='0.6' fill='none'>\
<path d='M100 1.5 V6.5 M98 4 H102'/>\
<path d='M200 1.5 V6.5 M198 4 H202'/>\
<path d='M300 1.5 V6.5 M298 4 H302'/>\
<path d='M400 1.5 V6.5 M398 4 H402'/>\
<path d='M500 1.5 V6.5 M498 4 H502'/>\
</g>\
</svg>");
}

@media (max-width: 768px) {
  .brands-row-top::before,
  .brands-row-top::after {
    display: none;
  }
}

/* PAGE TITLE */
.sp-page-title {
	padding: 220px 0 120px;
}

.sp-page-title .sp-page-title-heading {
	font-weight: 800;
	font-size: 38px;
	line-height: 1.4;
}

.sp-page-title .sp-page-title-sub-heading {
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #888;
	line-height: 2;
}

.creative-title .sp-page-title {
	padding: 0;
position: relative;
min-height: 70vh;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
	background-position: 50% 50%;
}

.creative-title .sp-page-title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	opacity: 0.3;
}

.creative-title .sp-page-title .container {
	position: relative;
	z-index: 2;
}

.creative-title .sp-page-title .sp-page-title-heading {
	position: absolute;
top: 0;
right: 0px;
width: 100%;
text-align: right;
-webkit-transform: translateY(-55%);
transform: translateY(-55%);
z-index: 3;
font-size: 100px;
font-weight: 900;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
	line-height: 1.2;
}

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body {
	padding: 120px 0;
}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}

.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 120px;
}

.com-spsimpleportfolio.view-item #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio.view-item #sp-main-body {
    padding-top: 0px;
}

.com-spsimpleportfolio.view-item #sp-main-body > .container {padding: 0; max-width: 100%;}

/* SIDEBAR */
.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

/* PORTFOLIO */
.featherlight {
  top: 10%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
	text-align: center;
	margin-bottom: 20px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 0 20px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	padding: 0;
	background: transparent;
	color: inherit;
	border-radius: 0;
	font-weight: 500;
	position: relative;
	font-size: 14px;
	font-family: 'Questrial', sans-serif;
	line-height: 1.3;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: '';
	width: 7px;
	height: 7px;
	background: #eee;
	border-radius: 50%;
	position: absolute;
	right: -24px;
	top: 40%;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:last-child > a:after {
	display: none;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: transparent;
	color: #63caeb;
}

.sp-simpleportfolio .sp-simpleportfolio-item img {
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38, 38, 40, 0.5);
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .item-img-overlay {
	opacity: 1;
	visibility: visible;
}

.full-width {
	width: 100% !important;
}

.overlay-info {
	opacity: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .overlay-info {
	opacity: 1;
}

.overlay-info h5 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-transform: lowercase;
}

/* BLOG */
.article-list .article {
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
	margin-bottom: 80px;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0px;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 0;
	width: 100%;
}

.article-body {
	border: 0px solid #dce1e4;
	padding-top: 25px;
	border-top: 0px;
	position: relative;
}

.article-info {
	margin-bottom: 10px;
}

.article-info > span {
	font-size: 12px;
	font-weight: 500;
	color: #888;
	padding-right: 20px;
	position: relative;
}
.article-info > span a {
	color: #888;
}

.article-info > span:after {
	content: '';
	width: 8px;
	height: 2px;
	background: #ccc;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-right: 2px;
}

.article-info > span:last-child::after {
	display: none;
}

.article-info > span + span::before {
	display: none;
}

.article-list .article .article-header h2 {
font-weight: 700;
line-height: 1.6;
margin-bottom: 5px;
font-size: 28px;
}

.article-list .article .article-header h2 a {
    color: inherit;
}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h2 a:active, .article-list .article .article-header h2 a:focus,
.article-list .article:hover .article-header h1 a, .article-list .article:hover .article-header h2 a,
.article-list .article:hover .blog_link a {
	color: inherit;
}

.article-introtext {
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #888;
	line-height: 2;
	margin: 0;
}

.article-list .article .readmore a {
	margin-top: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 60px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: inherit;
}

.article-list .article .readmore a:after {
	content: '';
	width: 50px;
	height: 1px;
	background: #090909;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.article-list .article .readmore a:hover {
	padding-left: 40px;
	color: inherit;
}

.article-list .article .readmore a:hover:after {
	width: 30px;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.page-link {
list-style: none;
display: inline-block;
height: 50px;
width: 50px;
background: #f8f8f8;
border-radius: 50%;
line-height: 37px;
color: #6a727f ;
margin-top: 40px;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
cursor: pointer;
border: none;
margin-right: 5px;
text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
	z-index: 1;
	color: #fff !important;
	background-color: #000;
	border-color: #000;
}

.pagination-counter {margin-top: 40px;}

/* SINGLE ARTICLE */
.article-details .sppb-row-container {padding: 0;}

.view-article .sp-page-title {
    padding: 220px 0;
	min-height: 540px;
}

.view-article .sp-page-title > .container {display: none;}

.article-details .article-header {
	position: relative;
	margin-top: -450px;
	text-align: center
}

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
line-height: 1.6;
margin-bottom: 10px;
font-weight: 600;
font-size: 38px;
color: #fff;
}

.article-details .article-info {
	margin-bottom: 0;
	display: block;
	text-align: center;
	padding-bottom: 115px;
}

.article-details .article-info > span {
font-weight: 400;
color: #888;
line-height: 2;
margin: 0 10px;
font-size: 13px;
font-family: 'Questrial', monospace;
color: #aaa;
}

.article-details .article-info > span:after {
	right: -4px;
	margin-right: 0;
}

.article-details .article-author-information {
	padding: 30px;
	margin-top: 40px;
	border-top: 0px solid #f5f5f5;
	padding: 30px;
	background: #fafafa;
}

.article-details .article-author-information h5 {
    margin-bottom: 10px;
    font-size: 15px;
}

.article-details .article-author-information .author-bio {
	font-weight: 400;
	color: #888;
	line-height: 2;
	color: #555;
	font-size: 16px;
	font-family: inherit;
	padding: 0;
	margin: 0;
}

.author-website {color: #000;}

#article-comments {
	padding-top: 0;
	margin-top: 50px;
	border-top: 0px solid #f5f5f5;
}

.article-social-share .social-share-icon ul li a {
	border: none;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f7f7f7;
	color: #9499ae;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.article-social-share .social-share-icon ul li a:hover {
	color: #ffffff;
	background: var(--maincolor);
}

/* */
@media (min-width: 320px) {#sp-bottom1  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-bottom1  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-bottom1  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-bottom1 .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-bottom1  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

.agency-hero-feature{width:100%;height:736px}.agency-hero-feature .sppb-img-container{position:relative;right:-20px;margin-bottom:25px}.agency-hero-feature .sppb-addon-content{margin-left:auto;height:100%;transform:translate(-290px, 292px);max-width:220px}.agency-hero-title{position:absolute;max-width:307px;bottom:141px;z-index:3}.agency-feature-item{z-index:1;position:relative}.agency-feature-item .sppb-addon-content{position:relative;padding:20px}.agency-feature-item .sppb-addon-content:before{content:"";position:absolute;width:100%;height:135px;background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.4901960784) 10%, transparent 90% 90%);backdrop-filter:blur(1px);left:0px;bottom:0px;border-radius:0px 0px 16px 16px;z-index:1}.agency-feature-item .sppb-media-content{position:relative;z-index:5}.agency-feature-item .sppb-img-container{width:max-content;position:absolute;right:10px;bottom:15px;visibility:hidden;opacity:0;transition:all .3s ease-in-out;z-index:5}.agency-feature-item .sppb-addon-text{margin-right:80px}.agency-feature-item:hover .sppb-img-container{visibility:visible;opacity:1}.spmenu-number{position:absolute;top:20px;font-size:10px;line-height:1;left:30px;color:var(--text-color)}.artolio-work-listing.layout-modern{transform:translateX(-100px)}.artolio-work-listing.layout-modern .sppb-dynamic-content-collection__item:nth-child(even){position:relative;left:190px}.artolio-work-listing .artolio-work-item-event{position:absolute;top:40px;left:40px;z-index:2}.artolio-work-listing .artolio-work-item-button{display:flex;align-items:center;position:absolute;right:0px;bottom:0px}.artolio-work-listing .work-item-description{position:absolute;left:40px;bottom:40px;width:calc(100% - 80px)}.work-item-image{position:relative}.work-item-image:after{position:absolute;content:"";left:0;right:0;bottom:0px;height:191px;background:linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);backdrop-filter:blur(1px)}.work-details-image{position:relative}.work-details-image:before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background:linear-gradient(1.23deg, rgba(0, 0, 0, 0.65) 1.2%, rgba(255, 255, 255, 0) 99.29%);border-radius:16px}.work-details-info{position:absolute;bottom:40px;left:40px;right:40px}.work-tags ul{list-style:none;margin:0px;padding:0px;display:flex;gap:10px}.work-tags ul li{font-size:12px;line-height:20px;color:#fff;border:1px solid #fff;border-radius:20px;padding:3px 10px;cursor:pointer;transition:all .3s ease-in-out}.work-tags ul li:hover{background-color:var(--sppb-text-primary);color:#fff;border-color:var(--sppb-text-primary)}
.artolio-work-listing.layout-modern .sppb-dynamic-content-collection__item:nth-child(even){position:relative;left:0px}.artolio-teams .sppb-dynamic-content-collection__item .artolio-team-popup{width:360px}.works-layout-stack .sppb-dynamic-content-collection__item{width:320px}.works-layout-stack .work-stack-title{bottom:20px;left:20px;font-size:24px;line-height:24px}

#btn-f66448d0-a34f-4eb6-870d-fdac35b4d98f {
  display: none !important;
}

.works-layout-stack .sppb-dynamic-content-collection__item{width:420px}.works-layout-stack .work-stack-title{bottom:20px;left:20px}

.artolio-work-listing .work-item-description{position:absolute;left:20px;bottom:20px}.artolio-work-listing .artolio-work-item-event{position:absolute;top:10px;left:20px}.works-layout-stack .sppb-dynamic-content-collection__item{width:620px}

.works-layout-stack .sppb-dynamic-content-collection__item:nth-child(2){top:180px;transform:scale(0.94)}.works-layout-stack .sppb-dynamic-content-collection__item:nth-child(3){top:220px;transform:scale(0.96)}.works-layout-stack .sppb-dynamic-content-collection__item:nth-child(4){top:260px;transform:scale(0.98)}.works-layout-stack .sppb-dynamic-content-collection__item:nth-child(5){top:300px;transform:scale(1)}.works-layout-stack .sppb-dynamic-content-collection__item::nth-child(5){top:600px}.works-layout-stack .work-stack-category{position:absolute;text-align:center;left:50%;transform:translateX(-50%);top:20px;font-size:12px;line-height:20px;color:#fff;font-weight:600}.works-layout-stack .work-stack-title{position:absolute;bottom:40px;left:40px;font-size:34px;line-height:44px;color:#fff;font-weight:600}

.artolio-works-filter.sppb-addon-dynamic-content-filter-wrapper .sppb-addon-dynamic-content-filter-list{width:max-content;margin:0 auto;border:1px solid #dbdbdb;padding:4px 4px;border-radius:100px}.artolio-works-filter.sppb-addon-dynamic-content-filter-wrapper .sppb-addon-dynamic-content-filter-item-content .dc-filter-btn{font-weight:500;background:rgba(0,0,0,0);font-weight:500;padding:7px 30px !important;color:var(--sppb-text-primary)}.artolio-works-filter.sppb-addon-dynamic-content-filter-wrapper .sppb-addon-dynamic-content-filter-item-content .dc-filter-btn.dc-filter-btn-selected{color:#111114;background:linear-gradient(98.34deg, #e0eae4 1.98%, #eeecdb 81.42%)}.artolio-work-listing.layout-modern{transform:translateX(-100px)}

.artolio-work-listing.layout-modern .sppb-dynamic-content-collection__item:nth-child(even){position:relative;left:190px}.artolio-work-listing .artolio-work-item-event{position:absolute;top:40px;left:40px;z-index:2}.artolio-work-listing .artolio-work-item-button{display:flex;align-items:center;position:absolute;right:0px;bottom:0px}.artolio-work-listing .work-item-description{position:absolute;left:40px;bottom:40px;width:calc(100% - 80px)}.work-item-image{position:relative}.work-item-image:after{position:absolute;content:"";left:0;right:0;bottom:0px;height:191px;background:linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);backdrop-filter:blur(1px)}.work-details-image{position:relative}.work-details-image:before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background:linear-gradient(1.23deg, rgba(0, 0, 0, 0.65) 1.2%, rgba(255, 255, 255, 0) 99.29%);border-radius:16px}.work-details-info{position:absolute;bottom:40px;left:40px;right:40px}.work-tags ul{list-style:none;margin:0px;padding:0px;display:flex;gap:10px}.work-tags ul li{font-size:12px;line-height:20px;color:#fff;border:1px solid #fff;border-radius:20px;padding:3px 10px;cursor:pointer;transition:all .3s ease-in-out}.work-tags ul li:hover{background-color:var(--sppb-text-primary);color:#fff;border-color:var(--sppb-text-primary)}

.works-layout-stack .sppb-dynamic-content-collection__item{position:sticky;top:100px;width:720px;margin:0 auto}.works-layout-stack .sppb-dynamic-content-collection__item:nth-child(1){top:140px;transform:scale(0.92)}.works-layout-stack .sppb-dynamic-content-collection__item:nth-child(2){top:180px;transform:scale(0.94)}.works-layout-stack .sppb-dynamic-content-collection__item:nth-child(3){top:220px;transform:scale(0.96)}.works-layout-stack .sppb-dynamic-content-collection__item:nth-child(4){top:260px;transform:scale(0.98)}.works-layout-stack .sppb-dynamic-content-collection__item:nth-child(5){top:300px;transform:scale(1)}.works-layout-stack .sppb-dynamic-content-collection__item::nth-child(5){top:600px}.works-layout-stack .work-stack-category{position:absolute;text-align:center;left:94%;transform:translateX(-50%);top:6px;font-size:12px;line-height:15px;color:#fff;font-weight:600}.works-layout-stack .work-stack-title{position:absolute;bottom:40px;left:40px;font-size:34px;line-height:44px;color:#fff;font-weight:600}

@media (max-width: 768px) {
  .work-stack-category {
    display: none;
  }
}

@media (max-width: 768px) {
  .works-layout-stack .sppb-dynamic-content-collection__item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #sppb-addon-964c799d-c63c-4423-9e06-f3a02d612907 {
    margin-top: -20px !important;
  }
}

.work-title .sppb-addon-title {
    display: flex;
    justify-content: space-between;
}
/* === Sliding layered boxes with staged text (Desktop only) === */
@media (min-width: 992px){

  .stack-stage{
    position: relative;
    margin-left: auto;
    margin-right: 30px;

    width: clamp(320px, 45vw, 560px);
    height: clamp(360px, 48vw, 620px);
  }

  .stack-stage > .sppb-column-addons{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;

    padding: 40px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
  }

  .stack-stage .yellow-layer,
  .stack-stage .gray-layer{
    position: absolute !important;
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
  }

  .stack-stage .yellow-layer{ z-index: 1; }
  .stack-stage .gray-layer{ z-index: 2; }

  .stack-stage .stack-box{
    width: 100%;
    height: 100%;
  }

  .stack-stage .yellow-box{
    background: #f5e333;
  }

  .stack-stage .gray-box{
    background: rgba(84, 85, 85, 0.75);
  }

  .stack-stage .text-item{
    position: relative;
    z-index: 5;
    width: 100%;
    color: #fff;
    text-align: left;

    column-count: 1 !important;
    float: none !important;
  }

  .stack-stage .text-item p{ margin: 0; }
  .stack-stage .text-title h3{ margin: 0; }
}

body.sticky-variant .body-innerwrapper{
 overflow-x: clip;
}
body.sticky-variant .body-innerwrapper .sppb-section:has(.works-layout-stack){
  overflow: hidden;
}
body.sticky-variant .body-innerwrapper .sppb-section{
  overflow: visible;
}
#puzzle-scene {
  position: relative;
  height: 500vh;
  width: 100%;
}

#puzzle-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

#puzzle-layer-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; 
  pointer-events: none;
}

#puzzle-base {
  opacity: 1;
  transform: translateY(80px);
  z-index: 1;
}

#puzzle-blue {
  opacity: 1;
  transform: translateY(-120px); 
  z-index: 2;
}

#puzzle-white-piece {
  opacity: 0;
  transform: translateY(0);
  z-index: 3;
}

#connecting-brands {
  opacity: 0;
  z-index: 5;
}

#human-connection {
  opacity: 1;
  z-index: 6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  clip-path: inset(50% 50% 50% 50%);
}
#connecting-brands-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 7;
  clip-path: inset(50% 50% 50% 50%);
}
#puzzle-layer-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  aspect-ratio: 2560 / 1024;
  transform-origin: center center;
  transition: none; 
}

#puzzle-dimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  z-index: 4; 
  pointer-events: none;
}
#human-connection.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  object-fit: cover;
  z-index: 100;
}
@media (max-width: 768px) {
  #puzzle-scene {
    height: auto;
    min-height: unset;
    padding-top: 0px;
  }

  #puzzle-sticky {
    position: relative;
    height: auto;
    align-items: flex-start;
    min-height: unset;
  }

#puzzle-layer-wrap {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2560 / 1024;
  transform: none !important;
}

  #puzzle-blue {
    opacity: 0 !important;
  }

  #puzzle-base {
    opacity: 1 !important;
    transform: none !important;
  }

  #puzzle-white-piece {
    opacity: 1 !important;
    transform: none !important;
  }

  #connecting-brands {
    opacity: 0 !important;
  }
    #connecting-brands-white {
    opacity: 1 !important;
    clip-path: none !important;
  }
  #human-connection {
    opacity: 1 !important;
    clip-path: none !important;
  }

  #puzzle-dimmer {
    opacity: 0.5 !important;
  }
}
/* WHY CHOOSE US SCROLL ANIMATION */
#why-scene {
  position: relative;
  height: 350vh;
  width: 100%;
}

#why-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  background-image: url('/images/agency-background.jpg');
  background-size: 1024px 653px;
  background-repeat: repeat;
}

#why-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  z-index: 1 !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#why-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: rgba(84, 85, 85, 0.97);
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 160px 50px 60px 50px;
  box-sizing: border-box;
  transform: translateX(100%);
  box-shadow: -6px 0 15px rgba(0, 0, 0, 0.3);
}

#why-header {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateX(40px);
}

.why-eyebrow {
  color: #63caeb;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 70px;
  position: relative;
  display: block;
}

.why-eyebrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background: #63caeb;
}

.why-heading {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-weight: 700;
}

.why-subheading {
  font-size: 1rem;
  color: #cccccc;
  margin: 20px 0px 0px 0px;
  font-weight: 400;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateX(40px);
}

.why-check {
  color: #63caeb;
  -webkit-text-fill-color: #63caeb;
  font-size: 2.8rem;
  margin-top: 0;
  flex-shrink: 0;
  line-height: 1;
}

/* iOS Safari fallback */
@supports (-webkit-touch-callout: none) {
  .why-check {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
  }

  .why-check::before {
    content: "✓";
  }

  .why-check {
    font-size: 0;
  }

  .why-check::before {
    color: #63caeb;
    -webkit-text-fill-color: #63caeb;
    font-size: 2.8rem;
    line-height: 1;
  }
}

.why-item-text strong {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 2px;
  font-weight: 700;
}

.why-item-text p {
  color: #bbbbbb;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #why-scene {
    height: auto;
    min-height: 100vh;
  }

  #why-sticky {
    position: relative;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    background-image: none !important;
  }

 #why-image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
    object-fit: unset;
  }
  #why-keyhole {
    display: none !important;
}
  #why-panel {
    position: relative;
    width: 100% !important;
    height: auto;
    top: auto;
    transform: translateX(0) !important;
    padding: 60px 30px 40px 30px !important;
    background: rgba(84, 85, 85, 0.97);
  }

  #why-header,
  .why-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (max-height: 800px) and (min-width: 769px) {
  #why-panel {
    padding: 80px 50px 40px 50px !important;
  }
}

#puzzle-layer-wrap,
#puzzle-blue,
#puzzle-base,
#puzzle-white-piece,
#connecting-brands,
#human-connection,
#puzzle-dimmer,
#why-header,
.why-item {
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 831px) and (max-width: 1400px) {
  .agency-hero-feature {
    position: relative;
    height: auto;
    aspect-ratio: 1200 / 736;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  .agency-hero-feature .sppb-addon-content {
    position: absolute;
    left: 57%;
    top: 42%;
    transform: scale(0.8);
    transform-origin: top right;
    margin: 0;
    height: auto;
  }
}

@media (min-width: 831px) and (max-width: 1200px) {
  .agency-hero-feature .sppb-addon-content {
    left: 53%;
    top: 42%;
    transform: scale(0.65);
    transform-origin: top right;
  }
}

@media (min-width: 831px) and (max-width: 992px) {
  .agency-hero-feature .sppb-addon-content {
    left: 45%;
    top: 42%;
    transform: scale(0.5);
    transform-origin: top right;
  }
}

@media (max-width: 830px) {
  .agency-hero-feature {
    height: auto;
    aspect-ratio: 1200 / 736;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  .agency-hero-feature .sppb-addon-content {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  #why-panel {
    width: 45% !important;
    padding: 180px 50px 60px 50px !important;
  }
    #why-image {
    left: -15% !important;
    width: 115% !important;
  }
    #why-keyhole {
    left: 22% !important;
  }
}

@media (max-width: 768px){
  .agency-hero-feature .sppb-img-container{
    right: 0 !important;
  }
}

/* SERVICES SECTION */

#services-scene {
  position: relative;
  background: #63caeb;
  padding: 120px 6vw 120px 6vw;
  overflow: visible;
}

#services-content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#services-text {
  font-family: 'Geist', sans-serif;
  font-size: clamp(40px, 5.5vw, 87px);
  font-weight: 800;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15em 0;
  letter-spacing: -0.02em;
}

.svc-word {
  display: inline;
}

.svc-word.white {
  color: #ffffff;
}

.svc-word.dark {
  color: #545555;
}

#svc-dots .svc-dot {
  opacity: 0;
  animation: dotAppear 2s forwards;
}

#svc-dots .svc-dot:nth-child(1) {
  animation-delay: 0.5s;
}

#svc-dots .svc-dot:nth-child(2) {
  animation-delay: 1s;
}

#svc-dots .svc-dot:nth-child(3) {
  animation-delay: 1.5s;
}

@keyframes dotAppear {
  0%   { opacity: 0; }
  99%  { opacity: 0; }
  100% { opacity: 1; }
}

/* PHOTO SLOT */
#svc-photo-slot {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  width: 18vw;
  height: 12vw;
  margin: 0 0.2em;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

#svc-photo-inner {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/images/advertising-agency-partner.jpg');
  background-repeat: no-repeat;
}

/* VIDEO SLOT */
#svc-video-slot {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  width: 18vw;
  height: 10vw;
  margin: 0 0;
  overflow: hidden;
  flex-shrink: 0;
  background: #63CAEB;
 -webkit-mask-image: linear-gradient(to right, transparent, black 45%),
                      linear-gradient(to top, transparent, black 40%);
  mask-image: linear-gradient(to right, transparent, black 45%),
              linear-gradient(to top, transparent, black 40%);
  -webkit-mask-composite: intersect;
  mask-composite: intersect;
}

#svc-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#svc-gap {
  display: inline-block;
  width: 0;
  transition: none;
}

/* MOBILE */
@media (max-width: 768px) {
  #services-scene {
    padding: 80px 5vw;
  }

  #services-text {
    font-size: 11vw;
    line-height: 1.2;
  }
  #svc-photo-slot,
  #svc-video-slot {
    display: none !important;
  }
}

@media (max-width: 480px) {
  #services-text {
    font-size: 13vw;
  }

  #svc-photo-slot {
    width: 36vw;
    height: 14vw;
  }

  #svc-video-slot {
    width: 28vw;
    height: 14vw;
  }
}
@media (max-width: 576px) {
  #sppb-addon-699d2ca9-1747-4c29-bf5f-d37d7104fce6 .sppb-addon-title {
    font-size: 120px !important;
    line-height: 120px !important;
    letter-spacing: -5px !important;
  }
}

@media (min-width: 577px) and (max-width: 830px) {
  #sppb-addon-699d2ca9-1747-4c29-bf5f-d37d7104fce6 .sppb-addon-title {
    font-size: 200px !important;
    line-height: 200px !important;
    letter-spacing: -8px !important;
  }
}

@media (max-width: 767px) {
  #sppb-addon-699d2ca9-1747-4c29-bf5f-d37d7104fce6 {
    transform: translate3d(0px, 60px, 0px) !important;
  }
}
#why-keyhole {
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 110px;
}

#why-keyhole img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.85) contrast(1.1);
}

/* SERVICE ROWS */

#service-row-1,
#service-row-2,
#service-row-3,
#service-row-4,
#service-row-5,
#service-row-6,
#about-row-1 {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  overflow-x: hidden !important;
  position: relative !important;
  min-height: 280px !important;
}

#service-row-1 .sppb-container-inner,
#service-row-2 .sppb-container-inner,
#service-row-3 .sppb-container-inner,
#service-row-4 .sppb-container-inner,
#service-row-5 .sppb-container-inner,
#service-row-6 .sppb-container-inner,
#about-row-1 .sppb-container-inner {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

#service-row-1 .sppb-row,
#service-row-2 .sppb-row,
#service-row-3 .sppb-row,
#service-row-4 .sppb-row,
#service-row-5 .sppb-row,
#service-row-6 .sppb-row,
#about-row-1 .sppb-row {
  margin: 0 !important;
  min-height: 280px !important;
  display: flex !important;
  align-items: stretch !important;
  position: relative !important;
}

.service-col-yellow {
  background: #f5e333 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  padding: 30px 80px 30px 60px !important;
  position: relative !important;
  overflow: visible !important;
}

.service-col-blue {
  background: #63caeb !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 30px 60px 30px 80px !important;
  position: relative !important;
  overflow: visible !important;
}

.service-col-white {
  background: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  padding: 30px 60px !important;
  position: relative !important;
}

#service-row-1 .service-col-white {
  align-items: flex-start !important;
  padding-top: 10px !important;
}

#service-row-2 .service-col-white {
  padding-left: 90px !important;
}

#service-row-6 .service-col-white {
  background: #fdfdfd !important;
  padding-left: 30px !important;
  padding-right: 180px !important;
}

#service-row-6 {
  background: #fdfdfd !important;
}

.service-overlay-title {
  position: absolute;
  top: 50%;
  right: auto;
  left: 20px;
  transform: translateY(-50%);
  font-family: 'Bayon', sans-serif;
  font-size: clamp(60px, 8vw, 120px);
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -2px;
  pointer-events: none;
  white-space: nowrap;
}

.service-overlay-blue .service-overlay-title {
  left: auto;
  right: 20px;
}

#service-row-1 .sppb-media-body,
#service-row-2 .sppb-media-body,
#service-row-3 .sppb-media-body,
#service-row-4 .sppb-media-body,
#service-row-5 .sppb-media-body,
#service-row-6 .sppb-media-body {
  width: 85%;
  padding-right: 30px;
}

/* Feature addon text styling */
#service-row-1 .sppb-feature-box-title,
#service-row-2 .sppb-feature-box-title,
#service-row-3 .sppb-feature-box-title,
#service-row-4 .sppb-feature-box-title,
#service-row-5 .sppb-feature-box-title,
#service-row-6 .sppb-feature-box-title {
  color: #63caeb !important;
  font-size: 13px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-family: 'Questrial', sans-serif !important;
}

#service-row-1 .extra-title,
#service-row-2 .extra-title,
#service-row-3 .extra-title,
#service-row-4 .extra-title,
#service-row-5 .extra-title,
#service-row-6 .extra-title {
  font-size: 2rem !important;
  color: #545555 !important;
  margin-bottom: 10px !important;
}

@media (min-width: 769px) {
  #about-row-1 .service-col-yellow {
    display: none !important;
}
}

#about-row-1 .service-row-title .sppb-addon-title {
  visibility: hidden;
}

/* Person images */
#service-row-1 .service-person {
  position: absolute;
  bottom: 0;
  left: -134px;
  height: 100px !important;
  width: auto !important;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;
}

#service-row-2 .service-person {
  position: absolute;
  bottom: 0;
  right: -114px;
  height: 170px !important;
  width: auto !important;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;
}

#service-row-3 .service-person {
  position: absolute;
  bottom: 0;
  left: -120px;
  height: 120px !important;
  width: auto !important;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;
}

#service-row-4 .service-person {
  position: absolute;
  bottom: 0;
  right: -69px;
  height: 130px !important;
  width: auto !important;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;
}

#service-row-5 .service-person {
  position: absolute;
  bottom: 0;
  left: -48px;
  height: 120px !important;
  width: auto !important;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;
}

#service-row-6 .service-person {
  position: absolute;
  bottom: 0;
  right: -161px;
  height: 120px;
  width: auto;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;
}
#about-row-1 .service-overlay .service-person {
  position: absolute;
  bottom: 0;
  right: -80px;
  height: 130px !important;
  width: auto !important;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;
}
#about-row-1 .sppb-addon-text img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Video for row 6 */
.service-video {
  position: absolute;
  top: -24px;
  right: 45px;
  width: 220px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
}

.service-video video {
  width: 110%;
  height: 110%;
  display: block;
  margin-left: -5%;
  margin-right: -5%;
  margin-top: -5%;
  object-fit: cover;
}
.service-video-line {
  display: none;
}

/* Overlay */
.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.service-overlay-yellow {
  background: #f5e333;
}

.service-overlay-blue {
  background: #63caeb;
}

/* Mobile */
@media (max-width: 768px) {
  #service-row-1,
  #service-row-2,
  #service-row-3,
  #service-row-4,
  #service-row-5,
  #service-row-6 {
    min-height: auto !important;
  }

  #service-row-1 .sppb-row,
  #service-row-2 .sppb-row,
  #service-row-3 .sppb-row,
  #service-row-4 .sppb-row,
  #service-row-5 .sppb-row,
  #service-row-6 .sppb-row {
    flex-direction: column !important;
    min-height: auto !important;
  }

  .service-col-yellow,
  .service-col-blue {
    padding: 40px 30px !important;
    justify-content: center !important;
    display: none !important;
  }

  .service-col-white {
    padding: 40px 30px !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .service-person {
    display: none !important;
  }

  .service-overlay {
    display: none !important;
  }

  #service-row-1 .service-col-white,
  #service-row-3 .service-col-white,
  #service-row-5 .service-col-white {
    border-left: 6px solid #f5e333 !important;
  }

  #service-row-2 .service-col-white,
  #service-row-4 .service-col-white,
  #service-row-6 .service-col-white {
    border-left: 6px solid #63caeb !important;
  }

  .service-video {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 40% !important;
    margin: 0 auto !important;
    display: block !important;
    padding-top: 0px !important;
  }

  .service-video-line {
    display: block;
    border: none;
    border-top: 2px solid #545555;
    margin: 20px 0 0 0;
    width: 100%;
  }

  #service-row-2 .service-col-white {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #service-row-6 .service-col-white {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

#about-row-1 {
  background: #f5e333 !important;
}

#about-row-1 .service-col-yellow {
  display: none !important;
}

#about-row-1 .service-col-white {
  border-left: none !important;
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
}
}

@media (min-width: 1201px) and (max-width: 1300px) {
  .service-video {
    width: 120px;
    right: -10px;
  }
  #service-row-6 .service-col-white {
    padding-right: 100px !important;
  }
}

@media (min-width: 1101px) and (max-width: 1200px) {
  .service-video {
    width: 100px;
    right: -10px;
  }
  #service-row-6 .service-col-white {
    padding-right: 80px !important;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .service-col-white {
    padding: 30px 30px !important;
  }
  #service-row-2 .service-col-white {
    padding-left: 40px !important;
  }
  #service-row-6 .service-col-white {
    padding-left: 20px !important;
    padding-right: 60px !important;
  }
  .service-col-yellow {
    padding: 30px 40px 30px 30px !important;
  }
  .service-col-blue {
    padding: 30px 30px 30px 40px !important;
  }
  .service-video {
    width: 80px;
    right: -10px;
  }
}

@media (min-width: 769px) {
  #about-row-1 .service-col-yellow {
    display: none !important;
  }
  #about-row-1 .service-overlay {
    z-index: 1 !important;
  }
  #about-row-1 .service-col-white {
    position: relative !important;
    z-index: 2 !important;
    background: transparent !important;
  }
}
  /*top 3 boxes title section on home page*/
#section-id-fae7cd14-57bb-4625-86a9-cb4963af80d4 .sppb-feature-box-title {
  margin-top: -68px;
  margin-left: -45px;
}
  
@media (max-width: 768px) {
  #section-id-fae7cd14-57bb-4625-86a9-cb4963af80d4 .sppb-img-container {
    position: static !important;
    display: block !important;
    width: auto !important;
    overflow: visible !important;
    float: right !important;
  }

  #section-id-fae7cd14-57bb-4625-86a9-cb4963af80d4 .sppb-img-container img {
    max-width: 100px !important;
    height: auto !important;
  }

  #section-id-fae7cd14-57bb-4625-86a9-cb4963af80d4 .sppb-feature-box-title {
    margin-top: 0px !important;
    margin-left: 0px !important;
    font-size: 13vw !important;
  }
  #section-id-fae7cd14-57bb-4625-86a9-cb4963af80d4 .sppb-col-md-4:last-child .sppb-img-container img {
  max-width: 80px !important;
  margin-top: 60px !important;
}
}
@media (max-width: 768px) {
  #sp-footer1 .sp-module-content,
  #sp-footer .sp-module-content,
  #sp-footer1 .mod-sppagebuilder,
  #sp-footer .mod-sppagebuilder {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}
/* HERO SECTION */
.sppb-section.tee-hero {
  position: relative;
  height: 520px !important;
  overflow: hidden;
  padding: clamp(24px, 4vw, 64px);
  padding-right: 0;
  margin-top: 95px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center 30% !important;
}

@media (max-width: 768px) {
  .sppb-section.tee-hero {
    background-position: 28% 30% !important;
  }
}

/* iPad/tablet fix: keep desktop parallax, stop iPad Safari from breaking the hero image */
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sppb-section.tee-hero {
    background-attachment: scroll !important;
  }
}

.sppb-section.tee-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0) 60%);
  pointer-events: none;
  z-index: 0;
}

.sppb-section.tee-hero .sppb-column-addons,
.sppb-section.tee-hero .sppb-column,
.sppb-section.tee-hero .sppb-row-column,
.sppb-section.tee-hero .sppb-container-inner {
  position: static !important;
}

.sppb-section.tee-hero .tee-hero__title {
  position: absolute !important;
  inset: auto 0 clamp(24px, 4vw, 54px) auto;
  z-index: 9999;
  padding-right: clamp(18px, 4vw, 64px);
  overflow: visible;
  text-align: right !important;
}

.sppb-section.tee-hero .tee-hero__title::before {
  content: "";
  position: absolute;
  top: -0.10em;
  bottom: -0.10em;
  left: -80px;
  right: 0;
  background: #FFD400;
  z-index: 2;
  transform: translateX(101%);
  transform-origin: right center;
  will-change: transform;
  pointer-events: none;
}

.sppb-section.tee-hero .tee-hero__title::after {
  content: "";
  position: absolute;
  top: -0.10em;
  bottom: -0.10em;
  right: 0;
  width: clamp(30px, 3.57vw, 55px);
  background: #ffd400;
  z-index: 1;
  pointer-events: none;
}

.sppb-section.tee-hero .tee-hero__title .sppb-addon-title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-family: "Bayon", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 0.9;
  letter-spacing: 0;
  font-size: clamp(54px, 7vw, 120px);
  text-transform: uppercase;
  z-index: 3;
  clip-path: inset(0 100% 0 0);
}

.sppb-section.tee-hero.is-visible .tee-hero__title::before {
  animation:
    teeBarIn  500ms ease-in-out forwards,
    teeBarOut 900ms ease-in-out forwards;
  animation-delay: 0ms, 550ms;
}

.sppb-section.tee-hero.is-visible .tee-hero__title .sppb-addon-title {
  animation: teeTextReveal 900ms ease-in-out forwards;
  animation-delay: 550ms;
}

@keyframes teeBarIn {
  from { transform: translateX(101%); }
  to   { transform: translateX(0%); }
}

@keyframes teeBarOut {
  from { transform: translateX(0%); }
  to   { transform: translateX(101%); }
}

@keyframes teeTextReveal {
  from { clip-path: inset(0 100% 0 0); }
  to   { clip-path: inset(0 0% 0 0); }
}

@media (max-width: 768px) {
  .sppb-section.tee-hero {
    padding: 22px;
    padding-right: 0;
    min-height: clamp(420px, 70vh, 720px);
  }

  .sppb-section.tee-hero .tee-hero__title {
    inset: auto 0 18px auto;
    padding-right: 18px;
  }

  .sppb-section.tee-hero .tee-hero__title .sppb-addon-title {
    font-size: clamp(42px, 10vw, 72px);
  }

  .sppb-section.tee-hero .tee-hero__title::after {
    width: clamp(30px, 8vw, 60px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sppb-section.tee-hero .tee-hero__title .sppb-addon-title {
    clip-path: inset(0 0 0 0);
    animation: none !important;
  }

  .sppb-section.tee-hero .tee-hero__title::before {
    transform: translateX(101%);
    animation: none !important;
  }
}
/* Ribbon Bounce*/
.tee-ribbon-center{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 16px 0; 
}

.tee-ribbon{
  width: clamp(68px, 6vw, 98px);
  transform-origin: 50% 65%;
  will-change: transform;
  animation: teeRibbonFloat 2.2s linear infinite;
}

.tee-ribbon__img{
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

@keyframes teeRibbonFloat{
  0%   { transform: translateY(-5px) scale(0.995, 1.02); }
  50%  { transform: translateY(5px)  scale(1.005, 0.98); }
  100% { transform: translateY(-5px) scale(0.995, 1.02); }
}

@media (prefers-reduced-motion: reduce){
  .tee-ribbon{ animation: none !important; transform: none !important; }
}

/* Contact Page Hero */
#section-id-c53f02c1-166b-4f6d-bcca-5ecb0b96d765 {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

#section-id-c53f02c1-166b-4f6d-bcca-5ecb0b96d765 .sppb-addon-content,
#section-id-c53f02c1-166b-4f6d-bcca-5ecb0b96d765 .sppb-column,
#section-id-c53f02c1-166b-4f6d-bcca-5ecb0b96d765 .sppb-container-inner {
  padding: 0 !important;
  margin: 0 !important;
}

.tee-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #F5E333;
  box-sizing: border-box;
}

.tee-hero * {
  box-sizing: border-box;
}

.tee-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 80px 40px 140px 6vw;
  z-index: 10;
}

.tee-headline {
  font-family: 'Bayon', sans-serif;
  font-size: clamp(3.5rem, 5.2vw, 7rem);
  line-height: 1.2;
  color: #545555;
  letter-spacing: 0.01em;
  margin: 0 0 3rem 0;
  padding: 0;
  white-space: nowrap;
}

.tee-headline span {
  display: block;
}

.tee-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.tee-contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.tee-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  background: #545555;
  border-radius: 50%;
  padding: 10px;
  margin-top: -28px;
}

.tee-contact-text {
  font-family: 'Questrial', sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  color: #545555;
  line-height: 1.4;
  margin-bottom: 30px;
}

.tee-contact-text a {
  color: inherit;
  text-decoration: none;
}

.tee-subtext {
  font-family: 'Questrial', sans-serif;
  font-size: 1rem;
  color: #545555;
  margin-top: 1rem;
  line-height: 1.6;
  max-width: 340px;
}

.tee-contact-text a:hover {
  text-decoration: underline;
}

.tee-contact-label {
  display: block;
  font-size: 0.68em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  opacity: 0.55;
  margin-bottom: 0.15em;
}

.tee-figure-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 92vh;
  width: calc(92vh * 0.818);
  z-index: 5;
}

.tee-figure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  z-index: 2;
}

.tee-video {
  position: absolute;
  left:   18%;
  top:     6.91%;
  width:  72.22%;
  height: 32.27%;
  object-fit: cover;
  display: block;
  filter: brightness(0.92) saturate(1.15) contrast(1.05);
  z-index: 1;
  transform: rotate(3deg);
  transform-origin: center center;
  animation: teeStaticFlicker 0.6s ease-in forwards;
}

@keyframes teeStaticFlicker {
  0%   { opacity: 1; filter: brightness(0.9) saturate(0) contrast(3); }
  60%  { opacity: 1; filter: brightness(0.8) saturate(0) contrast(3); }
  65%  { opacity: 0.4; filter: brightness(0.5) saturate(0) contrast(2); }
  70%  { opacity: 0.8; filter: brightness(0) saturate(0) contrast(3); }
  75%  { opacity: 0.7; filter: brightness(0.7) saturate(0.5) contrast(1.5); }
  80%  { opacity: 0.9; filter: brightness(0.2) saturate(0) contrast(2); }
  85%  { opacity: 1; filter: brightness(0.92) saturate(1.15) contrast(1.05); }
  100% { opacity: 1; filter: brightness(0.92) saturate(1.15) contrast(1.05); }
}

@keyframes teeSlideUp {
  from { transform: translateY(24px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

.tee-headline {
  animation: teeSlideUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.1s both;
}

.tee-contact-item:nth-child(1) { animation: teeSlideUp 0.6s cubic-bezier(0.22,1,0.36,1) 0.25s both; }
.tee-contact-item:nth-child(2) { animation: teeSlideUp 0.6s cubic-bezier(0.22,1,0.36,1) 0.40s both; }
.tee-contact-item:nth-child(3) { animation: teeSlideUp 0.6s cubic-bezier(0.22,1,0.36,1) 0.55s both; }

@media (min-width: 769px) and (max-width: 1100px) {
  .tee-hero {
    height: auto;
    min-height: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    max-width: 100%;
  }
  .tee-content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 48px 40px 32px 6vw;
    order: 1;
  }
  .tee-headline {
    white-space: normal !important;
    font-size: clamp(3.5rem, 7vw, 6rem);
  }
  .tee-figure-wrap {
    position: relative;
    bottom: auto;
    right: auto;
    width: 75%;
    height: auto;
    margin: -90px auto 0;
    order: 2;
    overflow: hidden;
  }
  .tee-video {
    display: none;
  }
  .tee-figure {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    content: url('/images/contact/triple-e-digital-tv.jpg');
  }
}

@media (max-width: 769px) {
  .tee-hero {
    height: auto;
    min-height: unset;
    display: flex;
    flex-direction: column;
  }

  .tee-content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 48px 24px 32px;
    order: 1;
  }

  .tee-headline {
    font-size: clamp(2.6rem, 10vw, 4rem);
    margin-bottom: 1.8rem;
    white-space: normal;
  }
    .tee-subtext {
    max-width: 100%;
    margin-top: 1.5rem;
  }

  .tee-figure-wrap {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    height: auto;
    order: 2;
    line-height: 0;
    overflow: visible;
  }

  .tee-figure {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom center;
    content: url('/images/contact/triple-e-digital-tv.jpg');
  }

  .tee-video {
    display: none;
  }
}

@media (max-width: 480px) {
  .tee-hero {
    height: auto !important;
    min-height: unset !important;
  }
  
  .tee-content {
    padding: 36px 20px 24px;
  }

  .tee-headline {
    font-size: clamp(2.4rem, 13vw, 3.5rem);
  }

  .tee-icon {
    width: 40px;
    height: 40px;
  }

  .tee-figure-wrap {
    height: auto;
  }
}
@media (max-width: 1300px) {
  #services-hero {
    background-position: 35% center !important;
  }
}
@media (max-width: 1024px) {
  #services-hero {
    background-position: 28% center !important;
    height: 460px !important;
  }
}
@media (max-width: 768px) {
  #services-hero {
    background-attachment: scroll !important;
    background-size: auto 100% !important;
    background-position: 32% center !important;
    height: 420px !important;
  }
}
@media (max-width: 1200px) {
  #services-hero {
    height: 420px !important;
  }
}
@media (min-width: 2027px) {
  #services-hero {
    height: 720px !important;
  }
}

@media (max-height: 650px) and (min-width: 769px) {
  .tee-content {
    padding: 40px 30px 40px 4vw;
  }
  .tee-headline {
    margin: 0 0 1rem 0;
    font-size: clamp(2.5rem, 3.8vw, 5rem);
  }
  .tee-contact-list {
    gap: 0.6rem;
  }
  .tee-subtext {
    margin-top: 0.8rem;
    font-size: 0.85rem;
  }
}

/* Founder Section */
:root {
  --founder-yellow:    #ffe745;
  --founder-blue:      #63caeb;
  --founder-gray:      #545555;
  --founder-mid:       #888888;
  --founder-font-size: clamp(42px, 5.8vw, 100px);
}

.founder-eyebrow {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--founder-mid);
  font-weight: 600;
  margin-bottom: 48px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.founder-eyebrow.visible { opacity: 1; transform: translateY(0); }

.founder-left-col {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.founder-left-col.visible { opacity: 1; transform: translateX(0); }

.founder-text-wrap { text-align: left; line-height: 0.88; }
.founder-word-clip { overflow: hidden; display: inline-flex; }
.founder-wrd {
  font-family: 'Bayon', sans-serif;
  font-size: var(--founder-font-size);
  color: var(--founder-gray);
  display: inline-block;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.55s cubic-bezier(0.22,1,0.36,1),
              transform 0.55s cubic-bezier(0.22,1,0.36,1),
              color 0.2s ease;
  cursor: default;
}
.founder-wrd.visible      { opacity: 1; transform: translateY(0); }
.founder-wrd.yellow       { color: var(--founder-yellow); }
.founder-wrd.blue         { color: var(--founder-blue); }
.founder-wrd.gray         { color: var(--founder-gray); }
.founder-wrd:hover        { color: var(--founder-yellow); }
.founder-wrd.yellow:hover { color: var(--founder-blue); }
.founder-wrd.blue:hover   { color: var(--founder-yellow); }

.founder-line-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.16em;
  position: relative;
  z-index: 1;
}
.founder-line-row.right { justify-content: flex-end; }

.founder-middle-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: stretch;
  gap: 0.06em;
  margin-top:    calc(var(--founder-font-size) * -0.20);
  margin-bottom: calc(var(--founder-font-size) * -0.20);
}

.founder-mid-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.founder-mid-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.founder-boxes-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top:    clamp(14px, 2vw, 28px);
  padding-bottom: clamp(14px, 2vw, 28px);
  overflow: visible;
}

.founder-box-left {
  width:  clamp(60px, 6.5vw, 100px);
  height: clamp(60px, 6.5vw, 100px);
  flex-shrink: 0;
  position: relative;
}
.founder-box-center {
  width:  clamp(100px, 12vw, 170px);
  height: clamp(132px, 16vw, 224px);
  flex-shrink: 0;
  position: relative;
}
.founder-box-right {
  width:  clamp(60px, 6.5vw, 100px);
  height: clamp(60px, 6.5vw, 100px);
  flex-shrink: 0;
  position: relative;
}

.founder-box-left   { opacity: 0; transform: translateX(-120px) rotate(-85deg); }
.founder-box-center { opacity: 0; transform: translateY(-150px) rotate(40deg);  }
.founder-box-right  { opacity: 0; transform: translateX(120px)  rotate(85deg);  }

.founder-box-left.rolled {
  opacity: 1; transform: translateX(0) rotate(0deg);
  transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1),
              transform 0.65s cubic-bezier(0.22,1,0.36,1);
}
.founder-box-center.rolled {
  opacity: 1; transform: translateY(0) rotate(0deg);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1),
              transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.founder-box-right.rolled {
  opacity: 1; transform: translateX(0) rotate(0deg);
  transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1),
              transform 0.65s cubic-bezier(0.22,1,0.36,1);
}

.founder-box-left.can-slide,
.founder-box-right.can-slide {
  transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}

.founder-box-left.slide-active {
  transform: translateY(calc(-100% - clamp(14px, 2vw, 28px)));
}
.founder-box-right.slide-active {
  transform: translateY(calc(100% + clamp(14px, 2vw, 28px)));
}

.founder-box-solid { width: 100%; height: 100%; border-radius: 6px; }
.founder-box-solid.yellow { background: var(--founder-yellow); box-shadow: 4px 4px 0 rgba(0,0,0,0.08); }
.founder-box-solid.gray   { background: var(--founder-gray);   box-shadow: 4px 4px 0 rgba(0,0,0,0.12); }

.founder-box-outer {
  width: 100%; height: 100%;
  perspective: 900px;
  cursor: pointer;
}
.founder-box-inner {
  width: 100%; height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
  border-radius: 6px;
}
.founder-box-outer:hover .founder-box-inner { transform: rotateY(180deg); }

.founder-box-front,
.founder-box-back {
  position: absolute; inset: 0;
  border-radius: 6px; overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.founder-box-front {
  transform: rotateY(0deg);
  background: var(--founder-blue);
  box-shadow: 0 0 0 5px #ffffff, 6px 8px 16px rgba(0,0,0,0.18);
}
.founder-box-back {
  transform: rotateY(180deg);
  background: var(--founder-gray);
  box-shadow: 0 0 0 5px #ffffff, 6px 8px 16px rgba(0,0,0,0.18);
}
.founder-box-front img,
.founder-box-back  img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block; transition: transform 0.4s ease;
}
.founder-box-outer:hover .founder-box-front img { transform: scale(1.03); }
.founder-box-outer:hover .founder-box-front {
  box-shadow: 0 0 0 5px #ffffff, 8px 12px 24px rgba(0,0,0,0.22);
}

.founder-deco-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.founder-dieline {
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translateY(-40%);
  width: 95%;
  max-width: 800px;
  height: auto;
  opacity: 0.07;
}
.founder-dieline path,
.founder-dieline rect,
.founder-dieline line {
  fill: none;
  stroke: #545555;
  stroke-width: 1.5;
}
.founder-dieline .fold {
  stroke-dasharray: 6 3;
}

@media (max-width: 960px) {
  :root { --founder-font-size: clamp(38px, 6.5vw, 80px); }
}
@media (max-width: 720px) {
  :root { --founder-font-size: clamp(36px, 10vw, 70px); }
}

/* Services Section Styles */
/* noscript fallback */
.ted-noscript{font-family:'Questrial',sans-serif;padding:40px 24px;max-width:900px;margin:0 auto}
.ted-noscript h2{font-family:'Geist',sans-serif;font-size:36px;font-weight:800;color:#545555;margin-bottom:8px}
.ted-noscript .ted-ns-intro{font-size:16px;color:#545555;line-height:1.6;margin-bottom:40px}
.ted-ns-cat{margin-bottom:32px;border-left:3px solid #63caeb;padding-left:20px}
.ted-ns-cat h3{font-family:'Geist',sans-serif;font-size:22px;font-weight:800;color:#545555;margin-bottom:6px}
.ted-ns-cat .ted-ns-tag{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#63caeb;margin-bottom:8px;display:block}
.ted-ns-cat p{font-size:15px;color:#545555;line-height:1.6;margin-bottom:10px}
.ted-ns-chips{display:flex;flex-wrap:wrap;gap:6px}
.ted-ns-chip{font-size:12px;padding:4px 10px;border-radius:5px;background:rgba(99,202,235,.12);color:#63caeb}
.ted-ns-cta{display:inline-block;margin-top:32px;font-size:13px;letter-spacing:3px;text-transform:uppercase;color:#545555;border-bottom:2px solid #545555;text-decoration:none;padding-bottom:3px}

.ted-shell{display:none}
.ted-shell.ted-ready{display:block}

.ted-stage{width:100%;height:680px;background:#000000;position:relative;overflow:hidden;transition:background 1.2s;font-family:'Questrial',sans-serif}
.ted-stage.lit{background:#ffffff}

.ted-beam{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:0;transition:opacity 1.4s}
.ted-stage.lit .ted-beam{opacity:1}

.ted-sw-wrap{position:absolute;top:14px;left:50%;transform:translateX(-50%);z-index:80;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;user-select:none}
.ted-sw-wrap:focus-visible{outline:3px solid #63caeb;outline-offset:4px;border-radius:4px}
.ted-sw-lbl{font-size:12px;letter-spacing:.12em;margin-top:6px;text-transform:uppercase;color:#63CAEB;transition:color .7s;font-family:'Questrial',sans-serif}
.ted-stage.lit .ted-sw-lbl{color:rgba(0,0,0,.32)}

.ted-sw-lbl::after {
  content: '';
  display: block;
  margin: 4px auto 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #63caeb;
}
.ted-stage.lit .ted-sw-lbl::after {
  border-top-color: rgba(0, 0, 0, .32);
}

.ted-plate{width:88px;height:104px;border-radius:12px;background:#f5e333;border:3px solid #3d2a05;position:relative;box-shadow:4px 5px 0 #7a5c10,inset 0 2px 0 rgba(255,255,255,.35),inset 0 -2px 0 rgba(0,0,0,.12);filter:drop-shadow(2px 3px 5px rgba(0,0,0,.55))}
.ted-screw{position:absolute;width:11px;height:11px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#e0b820,#a07810);border:1.5px solid #3d2a05}
.ted-screw::before{content:'';position:absolute;top:50%;left:50%;width:68%;height:1.8px;background:#3d2a05;transform:translate(-50%,-50%)}
.ted-screw::after{content:'';position:absolute;top:50%;left:50%;width:1.8px;height:68%;background:#3d2a05;transform:translate(-50%,-50%)}
.ted-s1{top:6px;left:6px}.ted-s2{top:6px;right:6px}.ted-s3{bottom:6px;left:6px}.ted-s4{bottom:6px;right:6px}
.ted-badge{position:absolute;left:50%;transform:translateX(-50%);width:38px;height:13px;background:#f5f0c0;border:1.5px solid #3d2a05;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:400;color:#000000;letter-spacing:1px;font-family:'Questrial',sans-serif}
.ted-bon{top:8px}.ted-boff{bottom:8px}
.ted-slot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38px;height:58px;background:#8a6800;border-radius:8px;border:2px solid #3d2a05;box-shadow:inset 0 3px 6px rgba(0,0,0,.5)}
.ted-pivot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:34px;height:2px;background:rgba(0,0,0,.3);z-index:5}
.ted-cshadow{position:absolute;left:50%;transform:translateX(-50%);width:32px;height:9px;background:rgba(0,0,0,.18);border-radius:50%;filter:blur(3px);z-index:3;transition:top .22s,bottom .22s}
.ted-stop{top:calc(50% - 34px)}.ted-sbot{bottom:calc(50% - 34px);top:auto}

.ted-paddle-wrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) perspective(280px) rotateX(28deg);transform-origin:50% 50%;transform-style:preserve-3d;transition:transform .22s cubic-bezier(.23,1.3,.32,1);z-index:10;width:32px;height:52px}
.ted-paddle-wrap.on{transform:translate(-50%,-50%) perspective(280px) rotateX(-28deg)}
.ted-paddle{width:100%;height:100%;border-radius:5px;position:relative;border:1.8px solid #555;overflow:hidden}
.ted-pt{position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,#d8d8d8,#aaa);border-radius:5px 5px 0 0}
.ted-pb{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(180deg,#808080,#505050);border-radius:0 0 5px 5px}
.ted-ps{position:absolute;top:2px;left:3px;right:3px;height:11px;background:rgba(255,255,255,.5);border-radius:4px}
.ted-psh{position:absolute;bottom:2px;left:3px;right:3px;height:7px;background:rgba(0,0,0,.25);border-radius:3px}
.ted-paddle-wrap.on .ted-pt{background:linear-gradient(180deg,#606060,#888)}
.ted-paddle-wrap.on .ted-pb{background:linear-gradient(180deg,#aaa,#d8d8d8)}
.ted-paddle-wrap.on .ted-ps{top:auto;bottom:2px}
.ted-paddle-wrap.on .ted-psh{bottom:auto;top:2px}

.ted-ring{position:absolute;inset:0;z-index:10}

.ted-card{position:absolute;border-radius:10px;overflow:hidden;cursor:pointer;opacity:0;transition:opacity .45s,box-shadow .3s,left .52s cubic-bezier(.23,1.02,.32,1),top .52s cubic-bezier(.23,1.02,.32,1),width .45s cubic-bezier(.23,1.02,.32,1),height .45s cubic-bezier(.23,1.02,.32,1),transform .46s cubic-bezier(.23,1.02,.32,1)}
.ted-stage{height:820px}
.ted-card:focus-visible{outline:3px solid #63caeb;outline-offset:3px}
.ted-card .ted-photo{position:absolute;inset:0;background-size:cover;background-position:center}
.ted-card .ted-overlay{position:absolute;inset:0;transition:opacity .4s;opacity:0.78}
.ted-card.sel .ted-overlay{opacity:0}
.ted-card .ted-clabel{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:8px;transition:opacity .4s}
.ted-card.sel .ted-clabel{opacity:0}
.ted-card .ted-clabel span{font-family:'Bayon',sans-serif;font-size:24px;font-weight:400;color: #ffffff;line-height:1.0;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.4);letter-spacing:1px}
.ted-card.sel{z-index:40!important;box-shadow:0 12px 40px rgba(0,0,0,.25)}
.ted-card.dim{opacity:.5!important}

.ted-info{display:none;position:absolute;top:50%;transform:translateY(-50%);width:320px;z-index:50;pointer-events:none;left:12px}
@media(min-width:576px){.ted-info{left:calc((100% - 540px)/2 + 12px)}}
@media(min-width:768px){.ted-info{left:calc((100% - 720px)/2 + 12px)}}
@media(min-width:992px){.ted-info{left:calc((100% - 960px)/2 + 12px)}}
@media(min-width:1200px){.ted-info{left:calc((100% - 1140px)/2 + 12px)}}
@media(min-width:1400px){.ted-info{left:calc((100% - 1320px)/2 + 12px)}}
.ted-info.show{display:block}

.ted-eyebrow{font-family:'Questrial',sans-serif;font-size:13px;font-weight:400;letter-spacing:3px;text-transform:uppercase;color:#63caeb;margin-bottom:12px;position:relative;padding-left:70px}
.ted-eyebrow::before{content:'';width:60px;height:1px;background:#63caeb;position:absolute;left:0;top:50%;transform:translateY(-50%)}

.ted-title{font-family:'Geist',sans-serif;font-weight:800;font-size:30px;line-height:1.2;color:#fff;margin-bottom:10px}
.ted-stage.lit .ted-title{color:#545555}
.ted-tagline{font-family:'Questrial',sans-serif;font-size:14px;color:rgba(255,255,255,.65);line-height:1.6;margin-bottom:8px;font-style:italic}
.ted-stage.lit .ted-tagline{color:rgba(84,85,85,.7)}
.ted-desc{font-family:'Questrial',sans-serif;font-size:13px;color:rgba(255,255,255,.55);line-height:1.6;margin-bottom:14px}
.ted-stage.lit .ted-desc{color:rgb(84,85,85)}
.ted-chips{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:14px}
.ted-chip{font-family:'Questrial',sans-serif;font-size:11px;padding:5px 11px;border-radius:6px;font-weight:400}
.ted-divider{height:1px;background:rgba(255,255,255,.12);margin-bottom:14px}
.ted-stage.lit .ted-divider{background:rgba(0,0,0,.1)}

.ted-nav{display:flex;align-items:center;gap:10px;pointer-events:all;margin-bottom:14px}
.ted-arr{width:32px;height:32px;border-radius:50%;border:1.5px solid rgba(255,255,255,.3);background:rgba(255,255,255,.07);color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}
.ted-arr:hover,.ted-arr:focus-visible{background:rgba(255,255,255,.2);outline:none}
.ted-stage.lit .ted-arr{border-color:rgba(0,0,0,.22);color:#545555;background:rgba(0,0,0,.05)}
.ted-stage.lit .ted-arr:hover,.ted-stage.lit .ted-arr:focus-visible{background:rgba(0,0,0,.12)}
.ted-cnt{font-family:'Questrial',sans-serif;font-size:11px;color:rgba(255,255,255,.3);min-width:30px}
.ted-stage.lit .ted-cnt{color:rgba(84,85,85,.5)}

/* CTA */
.ted-cta{display:inline-flex;align-items:center;gap:8px;font-family:'Questrial',sans-serif;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#fff;text-decoration:none;pointer-events:all;border-bottom:1.5px solid rgba(255,255,255,.3);padding-bottom:3px;transition:border-color .2s,color .2s}
.ted-cta:hover,.ted-cta:focus-visible{border-bottom-color:#fff;outline:none}
.ted-stage.lit .ted-cta{color:#545555;border-bottom-color:rgba(84,85,85,.3)}
.ted-stage.lit .ted-cta:hover,.ted-stage.lit .ted-cta:focus-visible{border-bottom-color:#545555}
.ted-cta-arr{font-size:14px;transition:transform .2s;display:inline-block}
.ted-cta:hover .ted-cta-arr{transform:translateX(3px)}

.ted-drawer{display:none;position:absolute;bottom:0;left:0;right:0;z-index:60;background:#ffffff;border-top:1px solid rgba(0,0,0,.1);padding:16px 20px 20px;transition:background .5s}
.ted-drawer.show{display:block}
.ted-drawer .ted-eyebrow{font-size:10px;margin-bottom:8px}
.ted-drawer .ted-title{font-size:20px;margin-bottom:5px;color:#545555}
.ted-drawer .ted-tagline{font-size:12px;margin-bottom:6px;color:rgba(84,85,85,.7)}
.ted-drawer .ted-desc{font-size:11px;margin-bottom:10px;color:rgb(84,85,85)}
.ted-drawer .ted-chips{margin-bottom:10px;gap:4px}
.ted-drawer .ted-chip{font-size:10px;padding:4px 9px}
.ted-drawer .ted-divider{margin-bottom:10px}
.ted-drawer .ted-nav{margin-bottom:10px}
.ted-drawer .ted-cnt{color:rgba(84,85,85,.5)}
.ted-drawer .ted-arr{border-color:rgba(0,0,0,.22);color:#545555;background:rgba(0,0,0,.05)}
.ted-drawer .ted-arr:hover{background:rgba(0,0,0,.12)}
.ted-drawer .ted-cta{color:#545555;border-bottom-color:rgba(84,85,85,.3)}
.ted-drawer .ted-cta:hover{border-bottom-color:#545555}
.ted-drawer .ted-eyebrow::before{background:#63caeb}
.ted-drawer-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}

@media(max-width:620px){
  .ted-stage{height:620px}
  .ted-info{display:none!important}
}
@media(min-width:621px){
  .ted-drawer{display:none!important}
}
.ted-card:hover{transform:scale(1.06)!important;box-shadow:0 8px 24px rgba(0,0,0,.3);z-index:35!important}
.ted-card.sel:hover{transform:scale(1.05)!important}
.ted-card.dim:hover{transform:scale(1.02)!important;opacity:.6!important}

.ted-hint{
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  font-family:'Questrial',sans-serif;
  font-size:12px;letter-spacing:3px;
  text-transform:uppercase;
  color:rgba(255,255,255,.35);
  text-align:center;
  pointer-events:none;
  z-index:5;
  opacity:0;
  transition:opacity .6s;
  white-space:nowrap
}
.ted-stage.lit .ted-hint{color:rgba(0,0,0,.45)}
.ted-hint.show{opacity:1}
.ted-hint.hide{opacity:0}

.letstalk-transition{
  position:relative;
  width:100%;
  height:300px;
  overflow:hidden;
  pointer-events:none;
  background:#000000;
}
body.ted-lights-on .letstalk-transition{
  background:transparent;
}
.video-container{
  position:absolute;
  inset:0;
  z-index:1;
}
.video-container video{
  display:block;
  width:58%;
  height:100%;
  object-fit:cover;
  object-position:left center;
}
.letstalk-transition::after{
  content:"";
  position:absolute;
  right:0;
  bottom:-1px;
  width:58%;
  height:40%;
  background:#545555;
  z-index:2;
}
#section-id-dadfa83a-5094-42ec-9630-339d0b185490{
  position:relative
}
#section-id-dadfa83a-5094-42ec-9630-339d0b185490::before{
  content:'';
  position:absolute;
  inset:0;
  background:#000000;
  z-index:9999;
  opacity:1;
  transition:opacity 0.15s;
  pointer-events:none
}
body.ted-lights-on #section-id-dadfa83a-5094-42ec-9630-339d0b185490::before{
  opacity:0;
  transition:opacity 0.6s 0.25s;
}

@media (min-width: 2000px) {
  .letstalk-transition::after {
    width: 68%;
    height: 40%;
  }
}

@media (min-width: 1600px) and (max-width: 1999px) {
  .letstalk-transition::after {
    width: 64%;
    height: 40%;
  }
}

@media (min-width: 1212px) and (max-width: 1599px) {
  .letstalk-transition::after {
    width: 58%;
    height: 40%;
  }
}

@media (min-width: 992px) and (max-width: 1211px) {
  .letstalk-transition {
    height: 260px;
  }

  .video-container video {
    width: 66%;
  }

  .letstalk-transition::after {
    width: 60%;
    height: 34%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .letstalk-transition {
    height: 220px;
  }

  .video-container video {
    width: 78%;
  }

  .letstalk-transition::after {
    width: 46%;
    height: 30%;
  }
}
@media (min-width: 584px) and (max-width: 767px) {
  .letstalk-transition {
    height: 200px;
  }

  .video-container video {
    width: 88%;
  }

  .letstalk-transition::after {
    width: 54%;
    height: 34%;
  }
}

@media (max-width: 583px) {
  .letstalk-transition {
    height: 180px;
  }

  .video-container video {
    width: 100%;
  }

  .letstalk-transition::after {
    display: none;
  }
}
@media(max-width:620px){
  .ted-stage{
    height:auto!important;
    min-height:unset!important;
    overflow:visible!important;
    display:block!important;
    padding-bottom:40px
  }
  .ted-stage.lit{background:#ffffff}
 
  #tedMobOverlay{opacity:0!important}

  .ted-beam{display:none!important}
  .ted-info{display:none!important}
  .ted-hint{display:none!important}
  .ted-drawer{display:none!important}

  .ted-sw-wrap{
    position:relative!important;
    top:unset!important;
    left:unset!important;
    transform:none!important;
    display:flex!important;
    margin:0 auto!important;
    padding:16px 0 20px!important;
    justify-content:center
  }

  .ted-ring{display:none!important}

  .ted-mob-carousel{
    display:none;
    width:100%;
    padding:0 0 24px
  }
  .ted-mob-carousel.show{display:block}

  .ted-mob-card-row{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 16px;
    margin-bottom:20px
  }

  .ted-mob-arr{
    width:34px;height:34px;
    border-radius:50%;
    border:1.5px solid rgba(0,0,0,.2);
    background:rgba(0,0,0,.04);
    color:#333;
    font-size:16px;
    cursor:pointer;
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;
    transition:background .2s
  }
  .ted-mob-arr:hover{background:rgba(0,0,0,.1)}

  .ted-mob-card{
    width:40vw;
    height:60vw;
    border-radius:12px;
    overflow:hidden;
    position:relative;
    flex-shrink:0;
    box-shadow:0 8px 32px rgba(0,0,0,.18);
    transition:opacity .35s
  }
  .ted-mob-card .ted-photo{
    position:absolute;inset:0;
    background-size:cover;
    background-position:center
  }
  .ted-mob-card .ted-overlay{
    position:absolute;inset:0;
    transition:opacity .4s;
    opacity:0.72
  }
  .ted-mob-card .ted-clabel{
    position:absolute;inset:0;
    display:flex;align-items:center;justify-content:center;
    padding:12px
  }
  .ted-mob-card .ted-clabel span{
   display: none;
  }

  .ted-mob-counter{
    text-align:center;
    font-family:'Questrial',sans-serif;
    font-size:11px;
    color:rgba(0,0,0,.35);
    margin-bottom:20px;
    letter-spacing:.08em
  }

  .ted-mob-content{
    padding:0 20px
  }
  .ted-mob-content .ted-eyebrow{
    font-size:10px;
    margin-bottom:8px
  }
  .ted-mob-content .ted-title{
    font-size:22px;
    color:#545555;
    margin-bottom:6px
  }
  .ted-mob-content .ted-tagline{
    font-size:13px;
    color:rgba(84,85,85,.7);
    margin-bottom:8px
  }
  .ted-mob-content .ted-desc{
    font-size:12px;
    color:rgb(84,85,85);
    line-height:1.65;
    margin-bottom:12px
  }
  .ted-mob-content .ted-chips{
    display:flex;flex-wrap:wrap;gap:5px;
    margin-bottom:16px
  }
  .ted-mob-content .ted-chip{
    font-size:11px;padding:5px 11px;border-radius:6px
  }
  .ted-mob-content .ted-divider{
    height:1px;background:rgba(0,0,0,.1);
    margin-bottom:14px
  }
  .ted-mob-cta-row{
    display:flex;align-items:center;justify-content:space-between
  }
  .ted-mob-cnt{
    font-family:'Questrial',sans-serif;
    font-size:11px;color:rgba(84,85,85,.5)
  }
  .ted-mob-content .ted-eyebrow{color:#63caeb!important}
  .ted-mob-content .ted-eyebrow::before{background:#63caeb!important}
}

@media(min-width:621px){
  .ted-mob-carousel{display:none!important}
  .ted-drawer{display:none!important}
}
.contact-speech-section {
  position: relative;
  overflow: hidden;
  background-color: #f5e333;   
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 400px;
  padding-bottom: 40px !important;
}

.contact-speech-section::before,
.contact-speech-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: max(0px, calc(50% - 522.5px));
  height: 92px;
  background: #fff;
  z-index: 0;
  pointer-events: none;
}

.contact-speech-section::before {
  left: 0;
}

.contact-speech-section::after {
  right: 0;
}

.contact-speech-section .sppb-row-container,
.contact-speech-section .sppb-row,
.contact-speech-section .sppb-column,
.contact-speech-section .sppb-addon {
  position: relative;
  z-index: 2;
}

.contact-speech-section .sppb-row {
  min-height: 0px;
}
.contact-speech-section .sppb-column {
  align-self: flex-start;
}
.contact-left-text {
  padding-top: 250px;
  text-align: left;
}
.contact-bubble-text {
  padding-top: 120px;
  text-align: center;
}
.contact-right-text {
  padding-top: 250px;
  text-align: right;
}

@media (max-width: 767px) and (min-width: 697px) {
  .contact-speech-section {
    background-size: 90vw auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .contact-speech-section::before,
  .contact-speech-section::after {
    width: max(0px, calc(50% - 45vw));
    height: 56px;
  }

  .contact-speech-section .sppb-row {
    min-height: auto;
  }

  .contact-left-text,
  .contact-bubble-text,
  .contact-right-text {
    padding-top: 0;
    text-align: center;
    margin-bottom: 18px;
  }
}

@media (max-width: 696px) and (min-width: 596px) {
  .contact-speech-section {
    background-size: 90vw auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .contact-speech-section::before,
  .contact-speech-section::after {
    width: max(0px, calc(50% - 45vw));
    height: 48px;
  }

  .contact-speech-section .sppb-row {
    min-height: auto;
  }

  .contact-left-text,
  .contact-bubble-text,
  .contact-right-text {
    padding-top: 0;
    text-align: center;
    margin-bottom: 18px;
  }
}

@media (max-width: 595px) and (min-width: 501px) {
  .contact-speech-section {
    background-size: 90vw auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .contact-speech-section::before,
  .contact-speech-section::after {
    width: max(0px, calc(50% - 45vw));
    height: 42px;
  }

  .contact-speech-section .sppb-row {
    min-height: auto;
  }

  .contact-left-text,
  .contact-bubble-text,
  .contact-right-text {
    padding-top: 0;
    text-align: center;
    margin-bottom: 18px;
  }
}

@media (max-width: 500px) {
  .contact-speech-section {
    background-size: 90vw auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .contact-speech-section::before,
  .contact-speech-section::after {
    width: max(0px, calc(50% - 45vw));
    height: 39px;
  }

  .contact-speech-section .sppb-row {
    min-height: auto;
  }

  .contact-left-text,
  .contact-bubble-text,
  .contact-right-text {
    padding-top: 0;
    text-align: center;
    margin-bottom: 18px;
  }
}
/* gallery */
.sp-simpleportfolio-items {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sp-simpleportfolio-filter {
  max-width: 1140px; 
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.sp-simpleportfolio .portfolio-image {
  width: 100%;
  display: block;
}
.com-spsimpleportfolio #sp-main-body {
  padding: 0 !important;
}  

#section-id-1629654682194 .sppb-container-inner {
    max-width: 1320px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
@media (max-width: 1399px) {
    #section-id-1629654682194 .sppb-container-inner {
        max-width: 1140px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 15px !important;
    }
}
@media (max-width: 1199px) {
    #section-id-1629654682194 .sppb-container-inner {
        max-width: 960px !important;
    }
}

@media (max-width: 991px) {
    #section-id-1629654682194 .sppb-container-inner {
        max-width: 720px !important;
    }
}

@media (max-width: 767px) {
    #section-id-1629654682194 .sppb-container-inner {
        max-width: 540px !important;
    }
}
@media (max-width: 1270px) {
    .sp-page-builder .page-content #section-id-1629654682194 {
        background-position: -650px center !important;
    }
}
@media (min-width: 1853px) {
    #sppb-addon-wrapper-063488c8-d270-4e88-8681-1daf160bf68e {
        padding-top: 75px !important;
    }
}
@media (max-width: 991px) {
    #sppb-addon-063488c8-d270-4e88-8681-1daf160bf68e .sppb-addon-content h2 {
        font-size: 5vw !important;
    }
}

@media (max-width: 767px) {
    #sppb-addon-063488c8-d270-4e88-8681-1daf160bf68e .sppb-addon-content h2 {
        font-size: 7vw !important;
    }
}

@media (max-width: 575px) {
    #sppb-addon-063488c8-d270-4e88-8681-1daf160bf68e .sppb-addon-content h2 {
        font-size: 10vw !important;
    }
}
@media (max-width: 767px) {
    #sppb-addon-wrapper-1629654682199 {
        text-align: right;
        margin-top: 150px !important;
        padding-right: 30px;
    }
}
@media (max-width: 991px) {
    #sppb-addon-wrapper-1629654682199 {
        text-align: right;
        margin-top: -280px !important;
        padding-right: 40px;
    }
}
/* BLOG HERO */
#blog-hero.sppb-section.tee-hero {
  background-position: left bottom !important;
  background-size: cover !important;
  background-attachment: scroll !important;
  background-color: transparent !important;
  height: 450px !important;
  margin-top: 70px !important;
}

@media (max-width: 1199px) {
  #blog-hero.sppb-section.tee-hero {
    background-size: 150% auto !important;
    background-position: left bottom !important;
    height: auto !important;
    min-height: 450px !important;
    margin-top: 85px !important;
  }
}

@media (max-width: 991px) {
  #blog-hero.sppb-section.tee-hero {
    background-size: 160% auto !important;
    background-position: left bottom !important;
    min-height: 400px !important;
    margin-top: 62px !important;
  }
}

@media (max-width: 768px) {
  #blog-hero.sppb-section.tee-hero {
    background-size: 170% auto !important;
    background-position: left bottom !important;
    min-height: 360px !important;
    margin-top: 70px !important;
  }
}
@media (max-width: 661px) {
  #blog-hero.sppb-section.tee-hero {
    background-size: 170% auto !important;
    background-position: left bottom !important;
    min-height: 360px !important;
    margin-top: -10px !important;
  }
}

@media (max-width: 480px) {
  #blog-hero.sppb-section.tee-hero {
    background-size: 180% auto !important;
    background-position: left bottom !important;
    min-height: 280px !important;
    margin-top: 0px !important;
  }
}

.sp-simpleportfolio .item-img-overlay {
	pointer-events: none;
}

.sp-simpleportfolio .item-img-overlay a {
	pointer-events: auto;
}

.octo-easter-egg {
  position: relative;
}

.octo-easter-egg::before {
  content: '';
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 27px;
  left: calc(30% - 8px);
  border: 8px solid transparent;
  border-bottom-color: #F5E333;
  transition: opacity 0.2s ease;
  z-index: 99;
}

.octo-easter-egg::after {
  content: 'No elbows. Questionable design skills.';
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #F5E333;
  color: #545555;
  font-family: 'Questrial', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 14px;
  white-space: nowrap;
  text-align: center;
  transition: opacity 0.2s ease;
  z-index: 99;
}

.octo-easter-egg:hover::after,
.octo-easter-egg:hover::before {
  visibility: visible;
  opacity: 1;
}
.tee-tooltip-wrap {
  position: relative;
  display: inline;
}

.tee-tooltip-trigger {
  border-bottom: 1px dashed #63CAEB;
  cursor: help;
}

.tee-tooltip-box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #545555;
  color: #fff;
  font-family: 'Questrial', sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  padding: 8px 12px;
  width: 200px;
  text-align: center;
  transition: opacity 0.2s ease;
  z-index: 100;
}

.tee-tooltip-box::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #545555;
}

.tee-tooltip-wrap:hover .tee-tooltip-box {
  visibility: visible;
  opacity: 1;
}

.tee-video-panel {
  position: relative;
  min-height: 100px;
  overflow: visible;
  isolation: isolate;
  margin-bottom: 10px;
  z-index: 1;
}

.tee-video-bg {
  position: absolute;
  top: -320px;
  left: 50%;
  width: 100vw;
  height: 100px;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  overflow: visible;
}

.tee-video-bg video {
  width: 100vw;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center center;
  display: block;
  position: relative;
  z-index: -1;
}

.tee-video-content {
  position: relative;
  z-index: 2;
}

.tee-video-panel + * {
  position: relative;
  z-index: 3;
}

.tee-video-neighbor {
  position: relative;
  z-index: 10;
}

.tee-video-neighbor-row {
  position: relative;
  z-index: 20;
}

@media (max-width: 767px), (prefers-reduced-motion: reduce) {
  .tee-video-bg {
    display: none !important;
  }

  .tee-video-panel {
    min-height: auto;
    margin-bottom: 0;
    background: none !important;
  }
}

.show-mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .show-mobile-only {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
}

/* 404 */

.section-404-switch {
    background: linear-gradient(to bottom, #F5E333 62%, #63CAEB 62%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.col-404-text {
    position: relative;
    overflow: hidden;
}

.section-404-switch::before {
    content: "404";
    font-family: 'Bayon', sans-serif;
    font-size: 320px;
    color: #ffffff;
    opacity: 0.20;
    position: absolute;
    top: -40px;
    right: -30px;
    line-height: 1;
    pointer-events: none;
    z-index: 0;
}

.col-404-text::before {
    display: none;
}

.content-wrap {
    position: relative;
    z-index: 1;
}

.error-eyebrow {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.6;
}

.error-headline {
    font-family: 'Bayon', sans-serif;
    font-size: 64px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.itemid-249 #sp-header{
    display: none !important;
}
.itemid-249 #sp-main-body {
    padding-top: 0 !important;
}

@media (max-width: 767px) {
    #column-wrap-id-f47f654e-ab21-47a3-a4b4-990b86fddd10 {
        min-height: 400px !important;
    }
    
    #column-id-f47f654e-ab21-47a3-a4b4-990b86fddd10 {
        min-height: 400px !important;
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}
.ba-gallery .category-filter {
    text-align: center !important;
}

/* Broad Balbooa caption/background override */
body .ba-gallery-grid .ba-image .ba-caption,
body .ba-gallery-grid .ba-caption,
body .ba-album .ba-caption {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.01) 0%,
        rgba(0, 0, 0, 0.50) 50%,
        rgba(0, 0, 0, 0.98) 100%
    ) !important;
}

.ba-gallery .category-filter a.ba-filter,
.ba-gallery .category-filter a.ba-filter-active {
  border: none !important;
  margin: 0.3125rem 0 0.3125rem 0 !important;
  padding: 0.5rem 0 0.5rem 0.75rem !important;
}

.ba-gallery .category-filter a.ba-filter::after,
.ba-gallery .category-filter a.ba-filter-active::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #545555;
  vertical-align: middle;
  margin-left: 0.75rem;
}

.ba-gallery .category-filter a.ba-filter:last-of-type::after,
.ba-gallery .category-filter a.ba-filter-active:last-of-type::after {
  display: none;
}

.portfolio-gap-row {
    padding: 0 !important;
    background: transparent !important;
}

.portfolio-gap-row .sppb-container,
.portfolio-gap-row .sppb-container-inner,
.portfolio-gap-row .sppb-row,
.portfolio-gap-row .sppb-column,
.portfolio-gap-row .sppb-column-addons,
.portfolio-gap-row .sppb-addon-wrapper,
.portfolio-gap-row .sppb-addon,
.portfolio-gap-row .sppb-addon-content {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.portfolio-gap-easteregg {
    display: block;
    width: 100%;
    line-height: 0;
    background: transparent;
}

.portfolio-gap-easteregg img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

@media (min-width: 577px) and (max-width: 1199px) {
  .ba-gallery .category-filter select {
    width: auto !important;
    min-width: 250px !important;
    max-width: 350px !important;
    display: block !important;
    margin: 0 auto !important;
  }
}

/*  OFF-CANVAS MENU */
.offcanvas-menu .mod-menu li::before {
  display: none !important;
}

.offcanvas-menu .mod-menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.offcanvas-menu .mod-menu li {
  border-left: 4px solid #F5E333 !important;
  margin-bottom: 4px;
  transition: border-left-width 0.2s ease;
}

.offcanvas-menu .mod-menu li:hover {
  border-left-width: 10px !important;
}

.offcanvas-menu .mod-menu li a {
  font-family: 'Bayon', sans-serif !important;
  font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  display: block !important;
  padding: 6px 0 6px 24px !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.offcanvas-menu .mod-menu li a:hover,
.offcanvas-menu .mod-menu li.current a,
.offcanvas-menu .mod-menu li.active a {
  color: #F5E333 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu:hover > li > a,
.offcanvas-menu .offcanvas-inner ul.menu:hover > li > span {
  opacity: 1 !important;
}

@media (max-height: 800px) {
  .offcanvas-menu .mod-menu li a {
    font-size: clamp(1.8rem, 4vw, 3rem) !important;
  }
  .offcanvas-menu .offcanvas-inner ul.menu {
    margin-top: 0 !important;
  }
  .offcanvas-menu {
    padding-top: 60px !important;
  }
}
@media (max-height: 650px) {
  .offcanvas-menu .mod-menu li a {
    font-size: clamp(1.4rem, 3vw, 2.2rem) !important;
  }
  .offcanvas-menu .mod-menu li {
    margin-bottom: 0 !important;
  }
  .offcanvas-menu {
    padding-top: 40px !important;
  }
  .offcanvas-active .offcanvas-menu::after {
    display: none;
  }
}

.offcanvas-menu .mod-sppagebuilder .sppb-addon-title {
  font-family: 'Bayon', sans-serif !important;
  font-size: clamp(1.2rem, 2vw, 1.8rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #F5E333 !important;
  margin-bottom: 6px !important;
}

.offcanvas-menu .mod-sppagebuilder .sppb-section {
  padding-bottom: 160px !important;
}

.offcanvas-active .offcanvas-menu::after {
  content: 'HELLO';
  font-family: 'Bayon', sans-serif;
  font-size: clamp(140px, 16vw, 220px);
  color: #ffffff;
  opacity: 0.12;
  position: fixed;
  bottom: -40px;
  right: 0;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}