/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/server-side-blocks/mega-menu/_scss/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.tmco-header .b2b-mega-menu .b2b-mega-menu__list {
  gap: 32px;
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
}
@media (min-width: 1024px) {
  .tmco-header .b2b-mega-menu .b2b-mega-menu__list {
    display: flex;
  }
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .b2b-mega-menu__item {
  list-style: none;
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .b2b-mega-menu__item:hover:not(.has-mega-menu) .b2b-mega-menu__dropdown {
  opacity: 1;
  visibility: visible;
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .b2b-mega-menu__item:hover:not(.has-mega-menu) > a {
  color: #051121;
}
@media (min-width: 1024px) {
  .tmco-header .b2b-mega-menu .b2b-mega-menu__list .b2b-mega-menu__item .b2b-mega-menu__dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 80px;
    background: var(--wp--preset--color--white);
    box-shadow: 1px 4px 8px -2px rgba(5, 17, 33, 0.06), 1px 4px 16px -3px rgba(5, 17, 33, 0.06);
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    width: 325px;
    padding: 5px;
    background: var(--wp--preset--color--white);
  }
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .b2b-mega-menu__item > a {
  font-weight: 400;
  color: #535f72;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  transition: all 0.25s ease-out;
}
@media (min-width: 1024px) {
  .tmco-header .b2b-mega-menu .b2b-mega-menu__list .b2b-mega-menu__item > a:hover {
    color: #051121;
    transition: all 0.25s ease-in;
  }
}
@media (min-width: 1024px) {
  .tmco-header .b2b-mega-menu .b2b-mega-menu__list .b2b-mega-menu__item > a {
    padding: 28px 0;
  }
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .b2b-mega-menu__item.has-dropdown > a:after {
  content: "";
  display: inline-block;
  background: url("https://tmco.io/wp-content/uploads/2025/08/drop-down.svg");
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  left: 4px;
  transition: all 0.25s ease-out;
}
@media (min-width: 1024px) {
  .tmco-header .b2b-mega-menu .b2b-mega-menu__list .b2b-mega-menu__item.has-dropdown > a:hover::after {
    rotate: 180deg !important;
  }
}
.tmco-header .b2b-mega-menu.is-open .b2b-mega-menu__list {
  position: absolute;
  top: 88px;
  left: 0;
  width: 100%;
  padding: 0 20px 20px;
  display: block;
}
.tmco-header .b2b-mega-menu.is-open .menu-toggle .toggle-line-1 {
  transform: rotate(-45deg);
}
.tmco-header .b2b-mega-menu.is-open .menu-toggle .toggle-line-2 {
  transform: rotate(-135deg);
  margin-top: -7px;
}
.tmco-header .menu-toggle {
  margin: 5px 0 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .tmco-header .menu-toggle {
    display: none;
  }
}
.tmco-header .menu-toggle .toggle-line {
  display: block;
  height: 2px;
  background: var(--wp--preset--color--tertiary);
  margin: 0 0 5px;
  transition: all 0.33s cubic-bezier(0.475, 0.425, 0, 0.995);
  width: 30px;
  transform: none;
}
@media (min-width: 1024px) {
  .tmco-header .menu-toggle .toggle-line {
    display: none;
  }
}

body.admin-bar header {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar header {
    top: 32px;
  }
}
body.admin-bar header .tmco-header .b2b-mega-menu.is-open .b2b-mega-menu__list {
  padding: 0 20px 60px;
}

/* Animation Code */
/* base hidden state */
@media (min-width: 1024px) {
  .tmco-header .b2b-mega-menu__list .b2b-mega-menu__item .b2b-mega-menu__dropdown {
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: translateY(-6px) scale(0.95);
    transition: opacity 0.2s ease, transform 0.4s cubic-bezier(0.2, 0.9, 0.2, 1), visibility 0s linear 0.2s;
    will-change: transform, opacity;
    pointer-events: none;
  }
  /* show dropdown when hovering link OR dropdown itself */
  .tmco-header .b2b-mega-menu__list .b2b-mega-menu__item:hover > .b2b-mega-menu__dropdown {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.2s ease, transform 0.4s cubic-bezier(0.2, 0.9, 0.2, 1), visibility 0s linear 0s;
  }
}
.tmco-header .has-mega-menu .has-mega-menu-blog-section ul {
  margin-left: -11px;
}
.tmco-header .has-mega-menu .has-mega-menu-blog-section ul li {
  margin: 0;
}
.tmco-header .has-mega-menu .has-mega-menu-blog-section ul li > .wp-block-columns {
  padding: 8px 11px;
  margin: 0;
  border-radius: 6px;
  transition: all 0.25s ease-out;
  flex-wrap: nowrap !important;
  align-items: center !important;
}
.tmco-header .has-mega-menu .has-mega-menu-blog-section ul li > .wp-block-columns:hover {
  background: #e5f0fb;
  transition: all 0.25s ease-in;
}
.tmco-header .has-mega-menu .has-mega-menu-blog-section ul li > .wp-block-columns:hover h2 a {
  color: #051121;
}
.tmco-header .has-mega-menu .has-mega-menu-blog-section ul li > .wp-block-columns .img-content {
  flex-basis: 40px !important;
}
.tmco-header .has-mega-menu .has-mega-menu-blog-section ul li h2 a {
  font-weight: 400;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease-out;
}
.tmco-header .has-mega-menu .has-mega-menu-blog-section ul li h2 a:hover {
  transition: all 0.25s ease-in;
}
.tmco-header .has-mega-menu .has-mega-menu-blog-section .mmib-wrap .mmib-wrap-tag > div {
  display: flex;
  align-items: center;
}
.tmco-header .has-mega-menu .has-mega-menu-blog-section .mmib-wrap .mmib-wrap-tag > div span {
  background: var(--wp--preset--color--white);
  border: 1px solid #dadee4;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 48px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
  margin-left: 5px;
}
.tmco-header .has-mega-menu .has-mega-menu-blog-section .mmib-wrap .mmib-wrap-tag > div span::before {
  content: "";
  background: url("https://tmco.io/wp-content/uploads/2025/08/animated-indicator-icon.svg") no-repeat;
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  min-width: 10px;
  height: 10px;
}

.tmco-header > .stk-row {
  position: static !important;
}
.tmco-header > .stk-row .tmco-header-navigation {
  position: static !important;
}
.tmco-header > .stk-row .tmco-header-navigation .stk-block-content {
  position: static !important;
}

@media (min-width: 1024px) {
  .tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu:hover > .b2b-mega-menu__dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu:hover > a {
    color: #051121;
  }
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown {
  padding: 20px;
  background-color: #f5faff;
  border-top: 1px solid #e4e7ec;
  border-bottom: 1px solid #e4e7ec;
  display: none;
  width: 100vw;
  left: 0;
  transform: unset;
}
@media (min-width: 1024px) {
  .tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown {
    padding: 30px;
  }
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown > .wp-block-stackable-columns {
  margin: 0;
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown .has-mega-menu-content-navigation {
  width: 100%;
  margin-bottom: 15px !important;
}
@media (min-width: 1024px) {
  .tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown .has-mega-menu-content-navigation {
    margin-bottom: 28px !important;
  }
  .tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown .has-mega-menu-content-navigation:last-child {
    margin-bottom: 0 !important;
  }
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown nav {
  width: 100%;
  margin-left: -12px;
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown nav ul {
  gap: 0;
  flex-direction: column;
  align-items: flex-start;
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown nav ul li {
  width: 100%;
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown nav ul li a {
  font-size: var(--wp--preset--font-size--label-sm);
  font-weight: 400;
  line-height: 1;
  color: #374354;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 8px 11px 9px;
  width: 100%;
  transition: all 0.25s ease-out;
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown nav ul li a:hover {
  color: #0e1a2a;
  background: #e5f0fb;
  transition: all 0.25s ease-in;
}

header.servicesActive .b2b-mega-menu .b2b-mega-menu__list .has-mega-menu .b2b-mega-menu__dropdown {
  display: block;
  margin-left: -20px;
  padding-left: 35px;
}
header.servicesActive .b2b-mega-menu .b2b-mega-menu__list .b2b-mega-menu__item.services.has-dropdown > a::after {
  transform: rotate(180deg);
}

.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .b2b-mega-menu__dropdown {
  z-index: 1;
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .b2b-mega-menu__dropdown ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .b2b-mega-menu__dropdown ul li {
  width: 100%;
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .b2b-mega-menu__dropdown ul li a {
  width: 100%;
  font-weight: 400;
  padding: 5px 11px 6px;
  border-radius: 6px;
  transition: all 0.25s ease-out;
  color: #535f72 !important;
}
.tmco-header .b2b-mega-menu .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .b2b-mega-menu__dropdown ul li a:hover {
  background: #f9fafb;
  color: #051121 !important;
  transition: all 0.25s ease-in;
}

.tmco-header nav .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .b2b-mega-menu__dropdown a {
  display: flex;
  align-items: center;
}
.tmco-header nav .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .b2b-mega-menu__dropdown a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
}
.tmco-header nav .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .blog a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/blog-icon.svg");
}
.tmco-header nav .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .tools a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/tools-icon.svg");
}
.tmco-header nav .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .techtonic a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/techtonic-icon.svg");
}
.tmco-header nav .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .about-us a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/about-us-icon.svg");
}
.tmco-header nav .b2b-mega-menu__list .has-dropdown:not(.has-mega-menu) .careers a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/careers-icon.svg");
}
.tmco-header .has-mega-menu nav ul li a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
}
.tmco-header .has-mega-menu nav ul li.social-media a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/social-media-management-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.core-content a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/core-content-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.copywriting a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/copywriting-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.organic a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/organic-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.audits a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/seo-audits-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.consulting a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/seo-consulting-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.authority a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/authority-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.paid-ads a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/paid-ads-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.cro-aligned a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/cro-aligned-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.Branding a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/branding-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.ad-creatives a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/creatives-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.ui-ux-design a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/ui-ux-design-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.ai-marketing a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/ai-marketing-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.funnel a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/funnel-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.multivariate a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/multivariate-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.engaged a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/engaged-icon.svg");
}
.tmco-header .has-mega-menu nav ul li.advisor a:before {
  background: url("https://tmco.io/wp-content/uploads/2025/08/advisor-icon.svg");
}

/*# sourceMappingURL=style-index.css.map*/