@charset "UTF-8";
/* Theme frontend styles */
:root {
  --color-brand-1: #008ece;
  --color-brand-2: #f1b300;
  --color-brand-3: #868685;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-text-secondary: #5B5B66;
  --color-brand-4: #EEEEEE;
  --color-brand-5: #aec90b;
}

/*------------------------------------*\
    #BREAKPOINTS
\*------------------------------------*/
/**
* Breakpoints used media queries (see mixins)
* These are not the only breakpoints used, but they provide a few defaults
*/
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
* Header
*/
/**
* Mobile navigation
*/
/**
* Transition Speed
*/
/* Theme frontend styles */
.section-padding-bottom {
  padding-bottom: 2.5rem !important;
}
@media (min-width: 576px) {
  .section-padding-bottom {
    padding-bottom: 3.125rem !important;
  }
}
@media (min-width: 768px) {
  .section-padding-bottom {
    padding-bottom: 5rem !important;
  }
}

/* Vars taken from variables page 
* $xxs: 320px; 
* $xs: 414px;
* $sm: 600px;
* $md: 768px;
* $lg: 1024px;
* $xl: 1440px;

* It's a mobile first approach, so we style first mobile and we see what needs to be done for desktop 

*/
/* Theme frontend styles */
@keyframes moveloader {
  0% {
    margin-left: -25px;
  }
  50% {
    margin-left: 25px;
  }
  100% {
    margin-left: -25px;
  }
}
@keyframes moveScrollToTop {
  0% {
    bottom: 16px;
  }
  0.5% {
    bottom: 32px;
  }
  0.8% {
    bottom: 16px;
  }
  20% {
    bottom: 16px;
  }
  20.5% {
    bottom: 32px;
  }
  20.8% {
    bottom: 16px;
  }
  40% {
    bottom: 16px;
  }
  40.5% {
    bottom: 32px;
  }
  40.8% {
    bottom: 16px;
  }
}
/* Theme frontend styles */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.is-hidden {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .hide-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hide-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .hide-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .hide-xs-down {
    display: none !important;
  }
}
/* Fonts
========================================================================== */
/* stylelint-disable */
@font-face {
  font-display: swap;
  font-family: "Univers";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/thenextdigitals/assets/fonts/UniversRegular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "UniversLight";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/thenextdigitals/assets/fonts/UniversLight.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "UniversBold";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/thenextdigitals/assets/fonts/UniversBold.woff2") format("woff2");
}
:root {
  --font-univers: "Univers", system-ui, -apple-system, sans-serif;
}

/* Theme frontend styles */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sl-share__link--page-footer {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 999em;
  background: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-white);
  transition: background 0.2s;
}

.sl-share__link:hover {
  background: var(--color-brand-2);
}

.sl-share__link svg {
  margin: -10px;
  transform: scale(0.6);
  align-self: stretch;
}

.sl-icon {
  display: inline-block;
  overflow: hidden;
  fill: var(--color-brand-3);
  flex-shrink: 0;
}

/* Modern CSS reset – light & safe */
*,
*::before,
*::after {
  box-sizing: border-box !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  all: unset;
  cursor: pointer;
}

/* Theme frontend styles */
h1, h2, h3, h4, h5, h6,
.frm_form_title {
  font-weight: 400;
  font-family: "Univers";
  margin: 0;
}

h1 {
  font-size: 2.1875rem;
  line-height: 1.142857143;
  padding-bottom: 1.875rem;
  color: var(--color-brand-1);
}
@media (min-width: 576px) {
  h1 {
    font-size: 3.125rem;
    line-height: 1.1;
  }
}

h2, h2.wp-block-heading {
  color: var(--color-brand-1);
  font-size: 1.75rem;
  line-height: 1.285714286;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 1023px) {
  h2, h2.wp-block-heading {
    font-size: 2.1875rem;
  }
}

h1:before, .h1.gw-heading, .h1.gw-heading::before, .gw-heading--h1, .gw-heading--h1::before, h2:before, .display-2.gw-heading::before, .gw-heading--display-2, .gw-heading--display-2::before,
h3.tnd-expertise-card__title:before,
.frm_form_title:before {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  h1.gw-heading, h1.gw-heading::before, .h1.gw-heading, .h1.gw-heading::before, .gw-heading--h1, .gw-heading--h1::before, .display-2.gw-heading, .display-2.gw-heading::before, .gw-heading--display-2, .gw-heading--display-2::before {
    margin-bottom: 1.875rem;
  }
}
h2.tnd-page-cta__heading,
.frm_form_title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.285714286;
  padding-bottom: 0.625rem;
  color: var(--color-brand-1);
}

.tnd-article__title {
  color: var(--color-white);
}

h2.tnd-page-cta__heading::before {
  background-color: #fff;
}

h1:before,
h1.wp-block-heading:before,
h2:before,
h3.tnd-expertise-card__title:before,
.frm_form_title:before {
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  max-width: 60px;
  background-color: #008ece;
}

.breadcrumbs {
  margin: 40px 0;
}
.breadcrumbs span span:not(.breadcrumb_last):after {
  display: inline-block;
  width: 6px;
  height: 9px;
  content: "";
  background: no-repeat right center;
  background-image: none;
  background-size: auto;
  background-size: 4321px 4321px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2882.4 2882.4' class='gw-icon' fill='none' stroke='%23868685'%3E%3Cpath fill='none' stroke='%23868685' stroke-miterlimit='10' d='M.676 1441.2L1441.18.696 2881.685 1441.2 1441.18 2881.704z' /%3E%3C/svg%3E");
  margin: 0 6px 0 10px;
}
.breadcrumbs a {
  transition: color 0.2s;
  color: #868685;
}
.breadcrumbs a:hover {
  color: var(--color-brand-1);
  border-bottom: 1px solid var(--color-brand-1);
}
.breadcrumbs a,
.breadcrumbs .breadcrumb_last {
  text-decoration: none;
  line-height: inherit;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 1px solid #868685;
  transition: border-color 0.2s, color 0.2s;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
}
.breadcrumbs .breadcrumb_last {
  color: #008ece !important;
  border: 0;
}

.tnd-btn.tnd-btn--primary,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button,
.tnd-btn.tnd-btn--ghost,
.wp-block-button__link.wp-element-button,
.tnd-btn.tnd-btn--primary,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button,
.tnd-btn.tnd-btn--ghost,
.frm_style_formidable-style.with_frm_style button.frm_button_submit.frm_final_submit,
#calculate {
  color: var(--color-white);
  border-color: var(--color-white);
  border-radius: 0;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
  z-index: 2;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  padding: 1rem 1.25rem 0.875rem;
  font-size: 1.125rem;
  line-height: 1.555555556;
  transition: transform 0.3s;
}
.tnd-btn.tnd-btn--primary:after,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button:after,
.tnd-btn.tnd-btn--ghost:after,
.wp-block-button__link.wp-element-button:after,
.tnd-btn.tnd-btn--primary:after,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button:after,
.tnd-btn.tnd-btn--ghost:after,
.frm_style_formidable-style.with_frm_style button.frm_button_submit.frm_final_submit:after,
#calculate:after {
  content: "";
  width: 50px;
  height: 13px;
  margin-left: 20px;
  vertical-align: middle;
  transform: translateY(-2px);
  color: var(--color-white);
  background: no-repeat right center;
  background-size: auto;
  background-size: 2881px 2881px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2882.4 2882.4' class='gw-icon' fill='none' stroke='%23FFF'%3E%3Cpath d='M1441.2 2881.7L.7 1441.2 1441.2.7l1440.5 1440.5-1440.5 1440.5zM.7 1441.2h2881M1441.2 2881.7V.7' fill='none' stroke='%23FFF' stroke-miterlimit='10' /%3E%3C/svg%3E");
  transition: opacity 0.2s;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tnd-btn.tnd-btn--primary:after,
  .tnd-btn.tnd-btn--ghost.tnd-page-cta__button:after,
  .tnd-btn.tnd-btn--ghost:after,
  .wp-block-button__link.wp-element-button:after,
  .tnd-btn.tnd-btn--primary:after,
  .tnd-btn.tnd-btn--ghost.tnd-page-cta__button:after,
  .tnd-btn.tnd-btn--ghost:after,
  .frm_style_formidable-style.with_frm_style button.frm_button_submit.frm_final_submit:after,
  #calculate:after {
    content: none;
  }
}
.tnd-btn.tnd-btn--primary:before,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button:before,
.tnd-btn.tnd-btn--ghost:before,
.wp-block-button__link.wp-element-button:before,
.tnd-btn.tnd-btn--primary:before,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button:before,
.tnd-btn.tnd-btn--ghost:before,
.frm_style_formidable-style.with_frm_style button.frm_button_submit.frm_final_submit:before,
#calculate:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s;
  pointer-events: none;
  background-color: var(--color-white);
}
.tnd-btn.tnd-btn--primary:hover,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button:hover,
.tnd-btn.tnd-btn--ghost:hover,
.wp-block-button__link.wp-element-button:hover,
.tnd-btn.tnd-btn--primary:hover,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button:hover,
.tnd-btn.tnd-btn--ghost:hover,
.frm_style_formidable-style.with_frm_style button.frm_button_submit.frm_final_submit:hover,
#calculate:hover {
  color: var(--color-brand-1);
  transition: transform 0.3s;
}
.tnd-btn.tnd-btn--primary:hover:before,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button:hover:before,
.tnd-btn.tnd-btn--ghost:hover:before,
.wp-block-button__link.wp-element-button:hover:before,
.tnd-btn.tnd-btn--primary:hover:before,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button:hover:before,
.tnd-btn.tnd-btn--ghost:hover:before,
.frm_style_formidable-style.with_frm_style button.frm_button_submit.frm_final_submit:hover:before,
#calculate:hover:before {
  transform: scaleX(1);
  transition: transform 0.3s;
}
.tnd-btn.tnd-btn--primary:hover::after,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button:hover::after,
.tnd-btn.tnd-btn--ghost:hover::after,
.wp-block-button__link.wp-element-button:hover::after,
.tnd-btn.tnd-btn--primary:hover::after,
.tnd-btn.tnd-btn--ghost.tnd-page-cta__button:hover::after,
.tnd-btn.tnd-btn--ghost:hover::after,
.frm_style_formidable-style.with_frm_style button.frm_button_submit.frm_final_submit:hover::after,
#calculate:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2882.4 2882.4' class='gw-icon' fill='none' stroke='%23008ECE'%3E%3Cpath d='M1441.2 2881.7L.7 1441.2 1441.2.7l1440.5 1440.5-1440.5 1440.5zM.7 1441.2h2881M1441.2 2881.7V.7' fill='none' stroke='%23008ECE' stroke-miterlimit='10' /%3E%3C/svg%3E");
  transition: background 0.3s;
}

.tnd-btn.tnd-btn--ghost,
.frm_style_formidable-style.with_frm_style button.frm_button_submit.frm_final_submit,
#calculate {
  color: var(--color-brand-1);
  border-color: var(--color-brand-1);
  padding: 0.4375rem 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1.733333333;
}
.tnd-btn.tnd-btn--ghost:after,
.frm_style_formidable-style.with_frm_style button.frm_button_submit.frm_final_submit:after,
#calculate:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2882.4 2882.4' class='gw-icon' fill='none' stroke='%23008ECE'%3E%3Cpath d='M1441.2 2881.7L.7 1441.2 1441.2.7l1440.5 1440.5-1440.5 1440.5zM.7 1441.2h2881M1441.2 2881.7V.7' fill='none' stroke='%23008ECE' stroke-miterlimit='10' /%3E%3C/svg%3E");
}

.tnd-expertise-card .tnd-btn.tnd-btn--ghost:hover {
  color: var(--color-white);
  border-color: var(--color-brand-1);
  transition: all 0.2s ease;
}
.tnd-expertise-card .tnd-btn.tnd-btn--ghost:hover:before {
  background-color: var(--color-brand-1);
  transition: all 0.2s ease;
}
.tnd-expertise-card .tnd-btn.tnd-btn--ghost:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2882.4 2882.4' class='gw-icon' fill='none' stroke='%23008ECE'%3E%3Cpath d='M1441.2 2881.7L.7 1441.2 1441.2.7l1440.5 1440.5-1440.5 1440.5zM.7 1441.2h2881M1441.2 2881.7V.7' fill='none' stroke='%23ffffff' stroke-miterlimit='10' /%3E%3C/svg%3E");
  transition: background 0.3s;
}

.frm_style_formidable-style.with_frm_style button.frm_button_submit.frm_final_submit {
  font-family: "Univers";
}

.wp-block-button__link.wp-element-button {
  background-color: var(--color-white);
  border: 1px solid var(--color-brand-1);
  color: var(--color-brand-1);
}
.wp-block-button__link.wp-element-button:before {
  background-color: var(--color-brand-1);
}
.wp-block-button__link.wp-element-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2882.4 2882.4' class='gw-icon' fill='none' stroke='%23008ECE'%3E%3Cpath d='M1441.2 2881.7L.7 1441.2 1441.2.7l1440.5 1440.5-1440.5 1440.5zM.7 1441.2h2881M1441.2 2881.7V.7' fill='none' stroke='%23008ECE' stroke-miterlimit='10' /%3E%3C/svg%3E");
}
.wp-block-button__link.wp-element-button:hover {
  color: var(--color-white);
  transition: all 0.3s;
}
.wp-block-button__link.wp-element-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2882.4 2882.4' class='gw-icon' fill='none' stroke='%23008ECE'%3E%3Cpath d='M1441.2 2881.7L.7 1441.2 1441.2.7l1440.5 1440.5-1440.5 1440.5zM.7 1441.2h2881M1441.2 2881.7V.7' fill='none' stroke='%23fff' stroke-miterlimit='10' /%3E%3C/svg%3E");
  transition: background 0.3s;
}

.wp-block-button.is-style-outline--2 .wp-block-button__link.wp-element-button {
  color: var(--color-white);
  transition: all 0.3s;
}
.wp-block-button.is-style-outline--2 .wp-block-button__link.wp-element-button:hover {
  color: var(--color-brand-1);
  border: 1px solid var(--color-brand-1);
}
.wp-block-button.is-style-outline--2 .wp-block-button__link.wp-element-button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2882.4 2882.4' class='gw-icon' fill='none' stroke='%23008ECE'%3E%3Cpath d='M1441.2 2881.7L.7 1441.2 1441.2.7l1440.5 1440.5-1440.5 1440.5zM.7 1441.2h2881M1441.2 2881.7V.7' fill='none' stroke='%23008ECE' stroke-miterlimit='10' /%3E%3C/svg%3E");
  transition: background 0.3s;
}

button#calculate {
  margin-top: 16px;
}

blockquote {
  position: relative;
  margin: 48px 0;
  padding: 44px 32px 24px 36px;
  border-left: 4px solid var(--color-primary, #1a73e8);
  background: rgba(0, 0, 0, 0.02);
  font-size: 1.15em;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 40px !important;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 64px;
  line-height: 1;
  opacity: 0.15;
  font-family: Georgia, serif;
}

/* Theme frontend styles */
.header {
  background-color: var(--color-brand-1);
  width: 100%;
  height: 120px;
  transition: 0.2s all ease;
  position: fixed;
  margin: 0 auto;
  max-width: 100vw;
  z-index: 101;
  padding-left: 30px;
  padding-right: 30px;
}
.header__inner, .header__inner .ui-grid {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .header {
    height: 80px;
  }
}
.header .logo-container {
  position: relative;
  max-width: 201px;
  transition: 0.3s all ease;
}
.header .nav-container {
  z-index: 101;
  text-align: right;
  margin-left: auto;
}
.header .nav-container.nav-active {
  z-index: 103;
}
.header .nav-container nav.nav-primary {
  display: flex;
  align-items: center;
}
.header .nav-container .ui-container {
  height: 100%;
}
.header .logo-container,
.header .search-bar-container,
.header .icon-container,
.header .nav-container {
  display: inline-flex;
  align-items: center;
}
.header .nav-container {
  height: 100%;
  align-items: baseline;
}
.header .nav-container nav.site-navigation {
  padding: 24px 0 24px 24px;
}
.header .nav-container li a {
  color: var(--color-white);
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  font-size: 16px;
}
.header .nav-container li a:before {
  display: inline-block;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 100%;
  position: absolute;
  right: 0;
  transition-duration: 0.3s;
  transition-property: left;
  transition-timing-function: ease-out;
  z-index: -1;
}
.header .nav-container li a:hover:before {
  left: 0;
}
.header .nav-container li.current_page_item a:before {
  left: 0;
}
.header .icon-img-container {
  width: 21px;
  height: 32px;
  display: flex;
}
.header .icon-img-container:not(:last-child) {
  padding-right: 4px;
}
.header .icon-search {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  transition-duration: 0.5s;
  left: -10px;
}
.header .icon-heart-container {
  display: none;
}
.header .icon-container svg {
  width: 21px;
}
.header svg.logo-primary.brand-mark {
  width: 65px;
  transition: width 0.5s;
}
.header svg.logo-primary.brand-text {
  transition: width 0.5s;
}
.header svg path {
  fill: var(--color-white);
}

.header[data-header-state=default] .logo-container svg.white {
  opacity: 1;
  visibility: visible;
  max-height: 9999px;
  position: relative;
  width: 259px;
  transition: 0.3 all ease;
}
@media screen and (max-width: 767px) {
  .header[data-header-state=default] .logo-container svg.white {
    width: 120px;
  }
}
.header[data-header-state=default] .logo-container svg.color {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  position: absolute;
}
.header[data-header-state=default] .logo-container,
.header[data-header-state=default] .search-bar-container,
.header[data-header-state=default] .icon-container {
  transition: 0.3s all ease;
  transition-property: height;
}
.header[data-header-state=default] .header-inner-container {
  background-color: var(--color-brand-1);
}

.header[data-header-state=scroll] {
  height: 90px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .header[data-header-state=scroll] {
    height: 80px;
  }
}
.header[data-header-state=scroll] .logo-container {
  max-width: 180px;
}
.header[data-header-state=scroll] .logo-container .logo-brand-mark {
  height: 26px;
  padding-right: 0;
}
.header[data-header-state=scroll] .logo-container svg.color {
  opacity: 1;
  visibility: visible;
  max-height: 9999px;
  position: relative;
  transition: all 0.3s ease;
}
.header[data-header-state=scroll] .logo-container svg.white {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  position: absolute;
  width: 0;
}
.header[data-header-state=scroll] .menu-icon-container svg path {
  fill: var(--color-white);
}
.header[data-header-state=scroll] .menu-icon-container span {
  color: var(--color-white);
}
@media screen and (max-width: 1023px) {
  .header[data-header-state=scroll] .search-bar-container[data-searchbar-state=hidden] {
    height: 0;
    max-height: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    transition-property: height;
  }
}
.header[data-header-state=scroll] .icon-search {
  position: relative;
  top: 0px;
  right: 0px;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .header[data-header-state=scroll] .icon-search {
    display: none;
  }
}
.header[data-header-state=scroll] svg.logo-primary.brand-mark {
  width: 21px;
}
.header[data-header-state=scroll] svg.logo-primary.brand-text {
  transform: scale(1);
}
.header[data-header-state=scroll] li.menu-item-has-children > .nav-item:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.29286019 9.04092618c.36447234-.36450634.94032754-.38883249 1.33301388-.07296005l.08119968.07289409 14.29292615 14.29167318 14.2929263-14.29167318c.3645064-.36447234.9403639-.38874477 1.3330207-.0728357l.0811929.07290166c.3644724.36450634.3887448.94036381.0728357 1.33302072l-.0729017.0811928-14.2920927 14.2907573c-.7456269.7481805-1.9376604.7814661-2.7229391.099913l-.1057825-.0986702-14.29333335-14.2920001c-.39054251-.390506-.39057204-1.02367101-.00006596-1.41421352z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

.header[data-header-state=scroll]:not(.has-bg) .header-inner-container {
  background-color: var(--color-brand-1);
}

.header.has-bg {
  background-color: transparent;
}
.header.has-bg[data-header-state=default] {
  background-color: transparent;
  transition: 0.3s;
}
.header.has-bg[data-header-state=default] .search-container {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .header.has-bg[data-header-state=default] .search-container {
    top: 12px;
  }
}
.header.has-bg[data-header-state=scroll] {
  background-color: var(--color-brand-1);
  transition: 0.3s;
}
.header.has-bg .heading-container {
  height: 100%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header.has-bg .heading-container {
    height: 426px;
  }
}
.header.has-bg .heading-container .ui-grid {
  position: relative;
  height: 100%;
}
.header.has-bg .heading-container .heading-content-container .page-title:after {
  border-bottom: none;
}

.header[data-searchbar-state=searchbar-visible] .icon-search {
  display: none;
}

.gw-page-language-switch__list {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  padding-right: 24px;
  padding-top: 3px;
}
.gw-page-language-switch__item {
  position: relative;
}
.gw-page-language-switch__item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  opacity: 0.7;
  color: rgba(255, 255, 255, 0.7);
}
.gw-page-language-switch__language {
  display: inline-block;
  padding: 6px 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.02em;
}
.gw-page-language-switch__language:hover {
  color: #fff;
}

footer {
  margin-top: 0;
}

.site-footer {
  padding: 2.5rem 0 !important;
}
@media (min-width: 576px) {
  .site-footer {
    padding: 3.125rem 0 !important;
  }
}
@media (min-width: 768px) {
  .site-footer {
    padding: 5rem 0 !important;
  }
}
.site-footer {
  background-color: var(--color-brand-3);
}
.site-footer h2:before {
  content: none;
}
.site-footer__grid {
  display: flex;
  gap: 6rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .site-footer__grid {
    flex-direction: column;
    gap: 2rem;
  }
}
.site-footer__col {
  flex: 1 1 180px;
  min-width: 180px;
}
.site-footer__col--brand {
  flex: 1.5 1 280px;
  min-width: 260px;
}
@media screen and (max-width: 767px) {
  .site-footer__col--brand {
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__col {
    flex: none;
  }
}
.site-footer__title {
  margin: 0 0 0.75rem;
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.666666667;
}
.site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__menu li + li {
  margin-top: 0.15rem;
}
.site-footer__desc {
  margin: 2rem 0 0;
}
.site-footer__address {
  padding-bottom: 32px;
}
.site-footer__desc, .site-footer__address p,
.site-footer p {
  color: var(--color-white);
}
.site-footer .tnd-share__link {
  width: 30px;
  height: 30px;
  border-radius: 999em;
  background: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-white);
  transition: background 0.2s;
}
.site-footer .tnd-share__link:hover {
  background: var(--color-brand-2);
}
.site-footer .tnd-share__link svg {
  margin: -10px;
  align-self: stretch;
}
.site-footer .tnd-share__link path {
  fill: var(--color-brand-3);
}
.site-footer .site-footer__menu {
  padding-bottom: 32px;
}
.site-footer .site-footer__menu a {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer .site-footer__menu a:hover {
  color: var(--color-brand-2);
}
.site-footer__copyright {
  padding-top: 48px;
}

/* Theme frontend styles */
@media screen and (max-width: 1023px) {
  .nav-mobile {
    position: fixed;
    top: 0;
    left: -80vw;
    width: 80vw;
    background-color: var(--color-brand-3);
    min-height: 100vh;
    max-height: 100vh;
    transition: 0.5s all 0s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-property: left;
    z-index: 500;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .nav-mobile ul.nav-list {
    z-index: 101;
  }
  .nav-mobile .nav-heading {
    background-color: var(--color-brand-1);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-mobile .logo-container {
    flex: 0 1 auto;
    padding-left: 24px;
    max-width: 160px;
  }
  .nav-mobile .logo-container a {
    display: flex;
  }
  .nav-mobile .logo-container svg {
    width: auto;
  }
  .nav-mobile .close-icon-container {
    margin-right: 8px;
    cursor: pointer;
    flex: 0 1 auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    height: 44px;
    width: 44px;
  }
  .nav-mobile .close-icon-container svg {
    width: 20px;
    height: 23px;
  }
  .nav-mobile path {
    fill: var(--color-white);
  }
  .nav-mobile .sub-menu {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s;
  }
  .nav-mobile .child-list-open + .sub-menu {
    visibility: visible;
    max-height: 4000px;
    opacity: 1;
    padding-left: 16px;
    transition-duration: 1.2s;
    transition-property: max-height, opacity;
  }
  .nav-mobile ul.nav-primary {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0px;
    padding-top: 24px;
  }
  .nav-mobile ul.nav-primary li {
    border-bottom: 1px solid var(--color-white);
    display: block;
    width: 100%;
  }
  .nav-mobile ul.nav-primary li:last-child {
    border: none;
  }
  .nav-mobile ul.nav-primary a {
    color: var(--color-white);
    display: block;
    width: 100%;
    height: 57px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
  }
  .nav-mobile li.current-menu-item {
    background-color: var(--color-white);
  }
  .nav-mobile li.current-menu-item a {
    color: var(--color-brand-1);
  }
  .nav-mobile li.menu-item-has-children a {
    position: relative;
  }
  .nav-mobile li.menu-item-has-children .sub-menu li {
    width: 90%;
  }
  .nav-mobile li.menu-item-has-children .sub-menu a:after {
    background: none;
    content: none;
  }
  .nav-mobile ul.nav-primary li.menu-item-has-children {
    position: relative;
  }
  .nav-mobile ul.nav-primary li.menu-item-has-children > a {
    padding-right: 72px;
  }
  .nav-mobile ul.nav-primary li.menu-item-has-children > button.submenu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 57px;
    min-width: 57px;
    min-height: 57px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }
  .nav-mobile ul.nav-primary li.menu-item-has-children > button.submenu-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.626.293A1 1 0 017.96.22l.081.073 14.293 14.292a2 2 0 01.1 2.723l-.098.104L8.04 31.707a1 1 0 01-1.487-1.333l.073-.081L20.92 15.999 6.626 1.707A1 1 0 016.553.374z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 16px;
    background-repeat: no-repeat;
    transition: transform 0.3s;
  }
  .nav-mobile ul.nav-primary li.menu-item-has-children > a.child-list-open + button.submenu-toggle::before {
    transform: translateY(-50%) rotate(90deg);
  }
  .nav-mobile .sub-menu {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.5s ease;
  }
  .nav-mobile a.child-list-open ~ .sub-menu {
    visibility: visible;
    max-height: 4000px;
    opacity: 1;
    padding-left: 16px;
  }
  .mobile-nav-active .nav-mobile {
    left: 0;
  }
  .mobile-nav-active main,
  .mobile-nav-active header,
  .mobile-nav-active footer {
    left: 80vw;
  }
  .mobile-nav-active header {
    z-index: 90;
  }
  .mobile-nav-active span.menu-icon-container {
    right: 84vw;
    transition-property: left;
    transition: 0.5s all 0s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  main,
  header,
  footer {
    position: relative;
    left: 0;
  }
  .nav-mobile,
  main,
  header,
  footer,
  span.menu-icon-container {
    transition-property: left;
    transition: 0.5s all 0s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  span.menu-icon-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 41;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  span.menu-icon-container svg {
    width: 24px;
  }
  span.menu-icon-container span {
    color: var(--color-white);
    font-weight: 700;
    padding-left: 8px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 413px) {
  span.menu-icon-container span {
    display: none;
  }
}
.nav-mobile__extras {
  padding: 16px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1023px) {
  .nav-mobile__extras .nav-mobile path {
    fill: var(--color-brand-1);
  }
}
.nav-mobile__extras .nav-mobile__search-input {
  width: calc(100% + 44px);
}

.nav-mobile__language-list {
  display: flex;
  gap: 10px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.nav-mobile__language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 44px;
  padding: 0 12px;
  text-decoration: none;
  color: var(--color-white);
}

.nav-mobile__language-item:not(:last-child)::after {
  content: "/";
  color: var(--color-white);
}

.nav-mobile__language-item.is-active .nav-mobile__language-link {
  border-color: rgba(0, 0, 0, 0.6);
}

.nav-mobile__search-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav-mobile__search-input {
  flex: 1 1 auto;
  height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.nav-mobile__search-submit {
  height: 44px;
  width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  left: -48px;
}

@media screen and (max-width: 1023px) {
  .nav-mobile path {
    fill: var(--color-brand-3);
  }
}
/* Theme frontend styles */
.nav-link {
  text-decoration: none;
}

.header__inner .ui-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner .nav-primary {
  height: 100%;
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .header__inner .nav-primary:hover > li > a {
    opacity: 0.55;
  }
  .header__inner .nav-primary > li:hover > a {
    opacity: 1;
  }
  .header__inner .nav-primary > li > a {
    color: var(--color-white);
    position: relative;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.2s ease;
    font-size: 16px;
  }
  .header__inner .nav-primary > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 24px;
    bottom: -3px;
    height: 2px;
    display: block;
    background-color: var(--color-white);
    width: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
  }
  .header__inner .nav-primary > li.current-menu-item > a::before {
    transform: scaleX(1);
  }
  .header__inner .nav-primary > li:hover > a::before {
    transform: scaleX(1);
  }
  .header__inner .nav-primary > li.menu-item {
    padding: 0.625rem 1rem;
    position: relative;
    display: inline-block;
  }
  .header__inner .nav-primary > li.menu-item-has-children {
    cursor: pointer;
  }
  .header__inner .nav-primary > li.menu-item-has-children > a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  .header__inner .nav-primary > li.menu-item-has-children > a::after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.293 9.04a1 1 0 011.333-.072l.081.073L16 23.333 30.293 9.04a1 1 0 011.333-.073l.081.073a1 1 0 01.073 1.333l-.073.081-14.292 14.29a1.999 1.999 0 01-2.723.1l-.106-.098L.293 10.455a1 1 0 010-1.414z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 14px;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 0;
    top: 7px;
    transition: 0.3s all ease;
    transition-property: transform;
  }
  .header__inner .nav-primary ul {
    display: none;
    position: absolute;
    list-style: none;
  }
  .header__inner .nav-primary .sub-menu {
    background-color: var(--color-white);
    z-index: 100;
    text-align: left;
    padding-left: 0;
    border: 1px solid var(--color-brand-1);
  }
  .header__inner .nav-primary .sub-menu a {
    color: var(--color-brand-1);
    display: block;
    text-decoration: none;
    padding: 16px 24px;
  }
  .header__inner .nav-primary .sub-menu a:hover {
    transition: color 0.3s ease-in-out;
    color: var(--color-white);
  }
  .header__inner .nav-primary .sub-menu li:hover {
    transition: background 0.3s ease-in-out;
    background-color: var(--color-brand-1);
  }
  .header__inner .nav-primary .sub-menu ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 0;
  }
  .header__inner .nav-primary .sub-menu li:hover > ul {
    display: block;
  }
  .header__inner .nav-primary > li > ul.sub-menu > li {
    min-width: 100%;
  }
  .header__inner .nav-primary a.child-list-open::after {
    transform: rotate(180deg);
  }
  .header__inner .nav-primary a.child-list-open + ul, .header__inner .nav-primary a.child-list-open + ul ul {
    display: block;
    min-width: 140px;
  }
  .header__inner .nav-primary a.child-list-open + ul {
    margin-top: 12px;
  }
  .header__inner .nav-primary a.child-list-open + ul::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 60px;
    background-color: transparent;
    top: -60px;
    left: -30px;
  }
  .header__inner .nav-primary a.child-list-open + ul ul {
    border-left: 1px solid var(--color-white);
  }
}

a.child-list-open + ul::before {
  pointer-events: none;
}

.tnd-search-overlay {
  position: relative;
  display: flex;
  align-items: center;
}
.tnd-search-overlay__toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tnd-search-overlay__toggle p {
  display: flex;
  align-items: flex-end;
  line-height: 2;
}
.tnd-search-overlay__icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--color-white);
  position: relative;
  top: 6px;
  left: 3px;
}
.tnd-search-overlay__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 1.5rem 2rem;
  background: rgba(0, 0, 0, 0.75);
}
.tnd-search-overlay__dialog {
  position: relative;
  width: 100%;
  padding: 2rem 1.75rem 1.75rem;
}
.tnd-search-overlay__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: none;
  background: none;
  font-size: 2.5rem;
  cursor: pointer;
  line-height: 1;
  color: var(--color-white);
}
.tnd-search-overlay__title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}
.tnd-search-overlay__form {
  display: flex;
  align-items: center;
  min-height: 66px;
  top: 60px;
  position: relative;
}
.tnd-search-overlay__label {
  flex: 1;
}
.tnd-search-overlay__input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  min-height: 66px;
}
.tnd-search-overlay__input:focus-visible {
  outline: none;
  box-shadow: none;
}
.tnd-search-overlay__submit {
  border: none;
  padding: 0.7rem 1.1rem;
  font-size: 0.95rem;
  cursor: pointer;
}
.tnd-search-overlay__trigger {
  min-height: 66px;
  background-color: var(--color-brand-1);
  border: none;
  align-items: center;
  width: 60px;
  display: flex;
  justify-content: center;
}
.tnd-search-overlay p {
  padding: 0;
  margin: 0;
}
.tnd-search-overlay.tnd-search-overlay--open .tnd-search-overlay__backdrop {
  display: flex;
}
@media all and (max-width: 599px) {
  .tnd-search-overlay {
    display: none;
  }
}

.overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.frm_style_formidable-style.with_frm_style {
  background-color: #eee;
  padding: 48px 0;
}

.with_frm_style legend + h3, .with_frm_style h3.frm_form_title {
  margin-bottom: 32px;
}

.frm_form_title {
  color: var(--color-brand-1) !important;
}

.with_frm_style .frm-show-form div.frm_description p {
  font-size: 18px;
  color: var(--color-text-secondary);
}

.with_frm_style .frm_checkbox input[type=checkbox] {
  appearance: auto;
}

#custom-calculator input {
  color: inherit;
  background-color: var(--color-white);
  border: 1px solid #eee;
  max-width: 100%;
  outline: none;
  padding: 8px 12px;
}

#custom-calculator label {
  font-size: 16px;
  font-weight: bold;
}
#custom-calculator .input-group {
  padding-bottom: 12px;
}

input {
  font-family: "Univers";
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement,
input {
  min-height: 44px;
}

input, .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main {
  border-radius: 0px;
}

.tnd-share__buttons {
  display: flex;
  gap: 12px;
}
.tnd-share__btn {
  color: var(--color-white);
}
.tnd-share svg {
  margin: -10px;
  transform: scale(0.6);
  align-self: stretch;
}
.tnd-share a {
  background: var(--color-brand-2);
  color: var(--color-white);
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 999em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.2s;
}
.tnd-share a:hover, .tnd-share a:active {
  opacity: 0.9;
}
.tnd-share path {
  display: inline-block;
  overflow: hidden;
  fill: currentColor;
  flex-shrink: 0;
}

.wp-block-categories-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 48px;
}
.wp-block-categories-list .cat-item {
  display: block;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  line-height: 1.25;
  transition: background-color 0.3s;
  position: relative;
  background-color: var(--color-brand-2);
  max-width: 220px;
  transition: all 0.3s;
}
.wp-block-categories-list .cat-item:hover, .wp-block-categories-list .cat-item:active {
  opacity: 0.9;
}
.wp-block-categories-list .cat-item a {
  color: var(--color-white);
  display: block;
  text-decoration: none;
}

.single-sidebar-heading {
  color: var(--color-brand-3);
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.666666667;
  padding-bottom: 1rem;
}

.tnd-hero-heading {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .tnd-hero-heading {
    padding: 6rem 0 5rem;
  }
}
.tnd-hero-heading__title {
  color: var(--color-brand-1);
  display: flex;
  flex-direction: column;
}
.tnd-hero-heading__title::before {
  content: "";
  display: block;
  height: 3px;
  width: 90px;
  background: currentColor;
  margin-bottom: 2.5rem;
  transform: scaleX(0);
  transform-origin: center;
  animation: tndLineDraw 0.6s ease-out 0.1s forwards;
}
.tnd-hero-heading__title span {
  display: block;
  opacity: 0;
  transform: translateY(28px);
  will-change: transform, opacity;
}
.tnd-hero-heading__title span:nth-child(1) {
  font-weight: 800;
  animation: tndBounceIn 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s forwards;
}
.tnd-hero-heading__title span:nth-child(2) {
  animation: tndBounceIn 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.32s forwards;
}
.tnd-hero-heading__title span:nth-child(1),
.tnd-hero-heading__title span:nth-child(2) {
  font-size: 50px;
  line-height: 1.133333333;
}
@media (min-width: 768px) {
  .tnd-hero-heading__title span:nth-child(1),
  .tnd-hero-heading__title span:nth-child(2) {
    font-size: 4.6875rem;
  }
}

/* KEYFRAMES */
@keyframes tndLineDraw {
  to {
    transform: scaleX(1);
  }
}
@keyframes tndBounceIn {
  0% {
    opacity: 0;
    transform: translateY(28px);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px);
  }
  80% {
    transform: translateY(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tnd-hero-overlay {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .tnd-hero-overlay {
    padding-bottom: 32px;
  }
}
.tnd-hero-overlay__image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: -5rem;
  z-index: 0;
  max-height: 585px;
}
.tnd-hero-overlay__card-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tnd-hero-overlay__card-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .tnd-hero-overlay__card {
    box-shadow: -3.75rem 0 0 0 #f1b300, 3.75rem 0 0 0 #f1b300;
  }
}
@media (min-width: 992px) {
  .tnd-hero-overlay__card {
    box-shadow: -1.875rem 0 0 0 #f1b300, 1.875rem 0 0 0 #f1b300;
  }
}
.tnd-hero-overlay__card {
  padding: 60px 50px;
}
.tnd-hero-overlay__card h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--color-white);
}
.tnd-hero-overlay__card p {
  color: var(--color-white);
  font-size: 18px;
}
.tnd-hero-overlay__card a {
  color: var(--color-white);
}
.tnd-hero-overlay__text {
  max-width: 700px;
  padding-top: 32px;
}
.tnd-hero-overlay__image {
  width: 100%;
  height: auto;
}
.tnd-hero-overlay__title:before {
  content: none;
}

.tnd-page-cta {
  background-color: var(--color-brand-2);
}
.tnd-page-cta__inner {
  display: flex;
  align-items: center;
  padding: 2.5rem 0 !important;
}
@media (min-width: 576px) {
  .tnd-page-cta__inner {
    padding: 3.125rem 0 !important;
  }
}
@media (min-width: 768px) {
  .tnd-page-cta__inner {
    padding: 5rem 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .tnd-page-cta__inner {
    flex-direction: column;
    align-items: baseline;
  }
}
.tnd-page-cta__image-wrap, .tnd-page-cta__content {
  flex: 1;
}
.tnd-page-cta__image-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.tnd-page-cta__image-circle, .tnd-page-cta__image-circle img {
  border-radius: 50%;
}
.tnd-page-cta__image-circle img {
  max-width: 260px;
  max-height: 260px;
}
@media screen and (max-width: 767px) {
  .tnd-page-cta__image-circle img {
    max-width: 200px;
    max-height: 200px;
  }
}
.tnd-page-cta__heading {
  color: var(--color-white);
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .tnd-page-cta__heading:before {
    content: none;
  }
}
.tnd-page-cta__actions {
  color: var(--color-white);
  padding-top: 1.875rem;
}
.tnd-page-cta__intro, .tnd-page-cta__intro a,
.tnd-page-cta p {
  color: var(--color-white);
}
.tnd-page-cta__intro a {
  transition: all 0.3s ease;
}
.tnd-page-cta__intro a:hover, .tnd-page-cta__intro a:focus {
  text-decoration: none;
  transition: all 0.3s ease;
}

.tnd-map-block {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .tnd-map-block {
    padding-top: 3.125rem;
  }
}
@media (min-width: 992px) {
  .tnd-map-block {
    padding-top: 5rem;
  }
}

.tnd-highlight-cards__grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 2.5rem 0 !important;
}
@media (min-width: 576px) {
  .tnd-highlight-cards__grid {
    padding: 3.125rem 0 !important;
  }
}
@media (min-width: 768px) {
  .tnd-highlight-cards__grid {
    padding: 5rem 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .tnd-highlight-cards__grid {
    flex-direction: column;
  }
}

.tnd-highlight-card {
  flex: 1 0 276px;
}
@media screen and (max-width: 1023px) {
  .tnd-highlight-card {
    flex: none;
  }
}
.tnd-highlight-card {
  background-color: var(--color-brand-2);
  padding: 40px;
  position: relative;
  transition: background-color 0.3s;
}
.tnd-highlight-card:hover {
  background-color: #d9a100;
}
.tnd-highlight-card:hover .tnd-btn:after {
  margin-left: 40px;
  transition: margin 0.3s;
}
.tnd-highlight-card__title, .tnd-highlight-card__text p, .tnd-highlight-card__actions p {
  color: var(--color-white);
}
.tnd-highlight-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tnd-highlight-card__title {
  font-size: 1.75rem;
  line-height: 1.285714286;
}
.tnd-highlight-card__text {
  min-height: 100px;
  font-size: 16px;
}
.tnd-highlight-card__actions {
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  .tnd-highlight-card__actions {
    margin-top: 24px;
  }
}
.tnd-highlight-card:hover .tnd-highlight-card__button:after {
  margin-left: 40px;
}
.tnd-highlight-card .tnd-highlight-card__button {
  font-size: 0.9375rem;
  line-height: 1.866666667;
  color: var(--color-white);
  padding: 0;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.tnd-highlight-card .tnd-highlight-card__button:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 13px;
  margin-left: 20px;
  background: no-repeat right center;
  background-size: auto;
  background-size: 2881px 2881px;
  vertical-align: middle;
  transform: translateY(-2px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2882.4 2882.4' class='gw-icon' fill='none' stroke='%23FFF'%3E%3Cpath d='M1441.2 2881.7L.7 1441.2 1441.2.7l1440.5 1440.5-1440.5 1440.5zM.7 1441.2h2881M1441.2 2881.7V.7' fill='none' stroke='%23FFF' stroke-miterlimit='10' /%3E%3C/svg%3E");
  transition: margin 0.3s;
}

.tnd-split-content {
  background-color: #f8f6f6;
}
.tnd-split-content__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 767px) {
  .tnd-split-content__inner {
    flex-direction: column-reverse;
  }
}
.tnd-split-content__content, .tnd-split-content__image {
  width: 100%;
}
.tnd-split-content__intro-heading {
  color: var(--color-white);
  padding-bottom: 24px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .tnd-split-content__intro-heading {
    font-size: 1.75rem;
  }
}
.tnd-split-content__intro-heading:before {
  content: none;
}
.tnd-split-content__content {
  padding: 2.5rem;
  background-color: var(--color-brand-2);
}
@media (min-width: 768px) {
  .tnd-split-content__content {
    padding: 3.125rem;
  }
}
@media (min-width: 992px) {
  .tnd-split-content__content {
    padding: 3.75rem;
  }
}
.tnd-split-content__text {
  padding-bottom: 32px;
}
.tnd-split-content__text p {
  color: var(--color-white);
}
.tnd-split-content__image {
  position: relative;
  overflow: hidden;
  min-height: 350px;
}
@media (min-width: 768px) {
  .tnd-split-content__image {
    min-height: 500px;
  }
}
.tnd-split-content__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (min-width: 768px) {
  .tnd-split-content__inner {
    flex-direction: row;
    align-items: stretch;
  }
  .tnd-split-content__content, .tnd-split-content__image {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 500px;
  }
  .tnd-split-content--text-left .tnd-split-content__content {
    order: 1;
  }
  .tnd-split-content--text-left .tnd-split-content__image {
    order: 2;
  }
  .tnd-split-content--text-right .tnd-split-content__content {
    order: 2;
  }
  .tnd-split-content--text-right .tnd-split-content__image {
    order: 1;
  }
}

.tnd-media-highlight {
  padding: 2.5rem 0 !important;
}
@media (min-width: 576px) {
  .tnd-media-highlight {
    padding: 3.125rem 0 !important;
  }
}
@media (min-width: 768px) {
  .tnd-media-highlight {
    padding: 5rem 0 !important;
  }
}
.tnd-media-highlight img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .tnd-media-highlight__media {
    padding-top: 40.625%;
    position: relative;
    overflow: hidden;
  }
  .tnd-media-highlight img {
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.tnd-client-logos__inner {
  padding: 2.5rem 0 !important;
}
@media (min-width: 576px) {
  .tnd-client-logos__inner {
    padding: 3.125rem 0 !important;
  }
}
@media (min-width: 768px) {
  .tnd-client-logos__inner {
    padding: 5rem 0 !important;
  }
}
.tnd-client-logos__heading {
  font-size: 3.125rem;
  line-height: 1.1;
}
@media screen and (max-width: 1023px) {
  .tnd-client-logos__heading {
    font-size: 2.1875rem;
  }
}
.tnd-client-logos__list {
  list-style-type: none;
  display: flex;
  gap: 48px;
  padding-left: 0;
}
.tnd-client-logos__item {
  max-width: 200px;
}
.tnd-client-logos__item img {
  width: 100%;
  height: auto;
}

.tnd-expertise-grid {
  padding-bottom: 2.5rem !important;
}
@media (min-width: 576px) {
  .tnd-expertise-grid {
    padding-bottom: 3.125rem !important;
  }
}
@media (min-width: 768px) {
  .tnd-expertise-grid {
    padding-bottom: 5rem !important;
  }
}
.tnd-expertise-grid__heading {
  font-size: 3.125rem;
  line-height: 1.1;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .tnd-expertise-grid__heading {
    font-size: 2.1875rem;
  }
}
.tnd-expertise-grid__intro {
  max-width: 675px;
}
.tnd-expertise-grid__intro p {
  font-size: 18px;
}
.tnd-expertise-grid__items {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .tnd-expertise-grid__items {
    flex-direction: column;
    padding-top: 32px;
  }
}
.tnd-expertise-grid .tnd-expertise-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tnd-expertise-grid .tnd-expertise-card img {
  width: 100%;
  height: auto;
  transition: all 0.2s;
  will-change: transform;
}
.tnd-expertise-grid .tnd-expertise-card__body {
  padding-top: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .tnd-expertise-grid .tnd-expertise-card__body {
    padding-top: 0;
  }
}
.tnd-expertise-grid .tnd-expertise-card__excerpt {
  padding-bottom: 18px;
}
.tnd-expertise-grid .tnd-expertise-card__actions {
  margin-top: auto;
}
.tnd-expertise-grid .tnd-expertise-card:hover img {
  transform: scale(1.05);
}
.tnd-expertise-grid .tnd-expertise-card__image-link {
  overflow: hidden;
  min-height: 300px;
}
.tnd-expertise-grid .tnd-expertise-card__title {
  color: var(--color-brand-1);
}

.tnd-intro__content {
  max-width: 675px;
}
.tnd-intro__heading {
  margin-bottom: 1rem;
}
.tnd-intro__text {
  margin-bottom: 1.5rem;
}
.tnd-intro p {
  font-size: 18px;
}
.tnd-intro p:last-child {
  margin-bottom: 0;
}

.tnd-articles-grid__filter {
  position: relative;
  margin-left: auto;
}

.gw-taxonomy-dropdown {
  position: relative;
  display: inline-block;
  min-width: 230px;
  font-size: 16px;
  line-height: 1.4;
}
.gw-taxonomy-dropdown__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 1.5625rem;
  border: none;
  cursor: pointer;
  background-color: var(--color-brand-3);
  color: var(--color-white);
  font-size: 18px;
  text-align: left;
  max-width: 230px;
}
.gw-taxonomy-dropdown__trigger::after {
  display: block;
  width: 12px;
  height: 6px;
  content: "";
  background: no-repeat center bottom;
  background-image: none;
  background-size: auto;
  background-size: 4321px 4321px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2882.4 2882.4' class='gw-icon' fill='none' stroke='%23FFF'%3E%3Cpath fill='none' stroke='%23FFF' stroke-miterlimit='10' d='M.676 1441.2L1441.18.696 2881.685 1441.2 1441.18 2881.704z' /%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%);
}
.gw-taxonomy-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #777777;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}
.gw-taxonomy-dropdown__item {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.gw-taxonomy-dropdown__item:first-child {
  border-top: none;
}
.gw-taxonomy-dropdown__link {
  display: block;
  padding: 10px 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}
.gw-taxonomy-dropdown__link:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.gw-taxonomy-dropdown__link.is-active {
  font-family: "UniversBold";
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.2);
}
.gw-taxonomy-dropdown.is-open .gw-taxonomy-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.gw-taxonomy-dropdown.is-open .gw-taxonomy-dropdown__trigger::after {
  transform: rotate(180deg);
}

/* Grid wrapper */
.tnd-articles-grid__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 900px) {
  .tnd-articles-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .tnd-articles-grid__items .tnd-article--featured {
    grid-column: 1/-1;
  }
}

/* Basis kaart */
.tnd-article {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
  position: relative;
}
.tnd-article:hover .tnd-article__image {
  transform: scale(1.05);
}
.tnd-article.is-knowledge .tnd-article__content {
  background-color: #aec90b;
}
.tnd-article.is-knowledge:hover .tnd-article__content {
  background-color: #9db50a;
}
.tnd-article.is-case:hover .tnd-article__content {
  background-color: #0080b9;
}
.tnd-article__content {
  background-color: var(--color-brand-1);
  transition: background 0.3s;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .tnd-article--featured .tnd-article__content {
    position: absolute;
    bottom: 0;
    width: 40%;
  }
}
.tnd-article__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.tnd-article__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
.tnd-article__content {
  color: var(--color-white);
  padding: 2.5rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tnd-article {
  /* Badges boven de titel */
}
.tnd-article__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.tnd-article__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.625rem 0.3125rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.tnd-article {
  /* Titel */
}
.tnd-article__title {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
}
.tnd-article__title a {
  color: inherit;
  text-decoration: none;
}
.tnd-article__title a:hover, .tnd-article__title a:focus {
  text-decoration: underline;
}
.tnd-article {
  /* Tekst */
}
.tnd-article__excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.tnd-article__excerpt p {
  margin: 0 0 0.75rem;
  color: var(--color-white);
}
.tnd-article__excerpt p:last-child {
  margin-bottom: 0;
}
.tnd-article {
  /* “Lees meer” onderaan uitlijnen */
}
.tnd-article__actions {
  margin-top: auto;
}
.tnd-article__actions .tnd-btn.tnd-btn--ghost {
  color: var(--color-white);
}

.single .tnd-related-cases {
  background-color: var(--color-brand-4);
}

.tnd-related-cases__title {
  padding-bottom: 24px;
}

.tnd-article__button {
  font-size: 0.9375rem;
  line-height: 1.866666667;
  color: var(--color-white);
  padding: 0;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.tnd-article__button:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 13px;
  margin-left: 20px;
  background: no-repeat right center;
  background-size: auto;
  background-size: 2881px 2881px;
  vertical-align: middle;
  transform: translateY(-2px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2882.4 2882.4' class='gw-icon' fill='none' stroke='%23FFF'%3E%3Cpath d='M1441.2 2881.7L.7 1441.2 1441.2.7l1440.5 1440.5-1440.5 1440.5zM.7 1441.2h2881M1441.2 2881.7V.7' fill='none' stroke='%23FFF' stroke-miterlimit='10' /%3E%3C/svg%3E");
  transition: margin 0.3s;
}
.tnd-article:hover .tnd-article__button:after {
  margin-left: 40px;
}
.tnd-article__excerpt a {
  color: var(--color-white);
}

.tnd-slider__inner {
  display: block;
}
.tnd-slider__media {
  position: relative;
  overflow: hidden;
}
.tnd-slider h1, .tnd-slider h2, .tnd-slider h3, .tnd-slider h4, .tnd-slider h5, .tnd-slider h6 {
  color: var(--color-white);
}
.tnd-slider h1:before, .tnd-slider h2:before, .tnd-slider h3:before, .tnd-slider h4:before, .tnd-slider h5:before, .tnd-slider h6:before {
  content: none;
}
.tnd-slider h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .tnd-slider h2 {
    font-size: 1.75rem;
  }
}
.tnd-slider__swiper {
  width: 100%;
}
.tnd-slider .swiper-wrapper,
.tnd-slider .swiper-slide {
  height: 100%;
}
.tnd-slider__slide-inner {
  width: 100%;
  height: 100%;
}
.tnd-slider__slide-inner--full {
  min-height: 520px;
  max-height: 520px;
}
@media (max-width: 767px) {
  .tnd-slider__slide-inner--full {
    min-height: 320px;
  }
}
.tnd-slider__slide-inner--split {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  max-height: 520px;
}
@media (max-width: 767px) {
  .tnd-slider__slide-inner--split {
    min-height: 320px;
  }
}
@media (min-width: 768px) {
  .tnd-slider__slide-inner--split {
    flex-direction: row;
    align-items: stretch;
  }
}
.tnd-slider__content {
  background: var(--tnd-slider-bg, #f1b300);
  padding: 3rem 5rem;
}
@media (min-width: 768px) {
  .tnd-slider__content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.tnd-slider__image-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .tnd-slider__image-wrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.tnd-slider__slide--image-left .tnd-slider__image-wrap {
  order: 1;
}
.tnd-slider__slide--image-left .tnd-slider__content {
  order: 2;
}
.tnd-slider__slide--image-right .tnd-slider__image-wrap {
  order: 2;
}
.tnd-slider__slide--image-right .tnd-slider__content {
  order: 1;
}
.tnd-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tnd-slider__heading, .tnd-slider__text p {
  color: var(--color-white);
}
.tnd-slider__heading:before {
  background-color: var(--color-white);
}
.tnd-slider__text {
  padding-bottom: 32px;
}
.tnd-slider .swiper-button-next,
.tnd-slider .swiper-button-prev {
  color: var(--color-white);
}

.tnd-benefit-grid__inner {
  padding: 4rem 0;
}
.tnd-benefit-grid__grid {
  display: grid;
  gap: 3.5rem 5rem;
}
.tnd-benefit-grid__item {
  position: relative;
}
.tnd-benefit-grid__line {
  display: inline-block;
  width: 64px;
  height: 3px;
  background-color: var(--color-brand-1);
  margin-bottom: 14px;
}
.tnd-benefit-grid__title {
  margin: 0 0 10px;
  font-size: 1.6rem;
  color: var(--color-brand-1);
}
.tnd-benefit-grid__text {
  line-height: 1.6;
}
.tnd-benefit-grid__text.has-link {
  min-height: 150px;
}
.tnd-benefit-grid__link {
  color: var(--color-brand-1);
  text-decoration: underline;
  transition: color 0.2s;
}
.tnd-benefit-grid__link:hover, .tnd-benefit-grid__link:focus {
  color: var(--color-brand-2);
}
.tnd-benefit-grid {
  /* 2 kolommen (default) */
}
@media (min-width: 768px) {
  .tnd-benefit-grid--cols-2 .tnd-benefit-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.tnd-benefit-grid {
  /* 3 kolommen */
}
@media (min-width: 992px) {
  .tnd-benefit-grid--cols-3 .tnd-benefit-grid__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tnd-vacancy-cards__grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  flex-direction: column;
}
.tnd-vacancy-cards__heading {
  font-size: 2.5rem;
  padding-bottom: 24px;
}
.tnd-vacancy-cards .tnd-highlight-card {
  background-color: var(--color-brand-5);
  max-width: 675px;
}
.tnd-vacancy-cards .tnd-highlight-card:hover, .tnd-vacancy-cards .tnd-highlight-card:focus {
  background-color: #9db50a;
}

.home .yoast-breadcrumbs {
  display: none;
}
.home .entry-content {
  margin-top: 0;
}

.tnd-single-hero {
  margin-bottom: 4rem;
}
.tnd-single-hero__img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.page-404 {
  padding: 180px 0 72px;
}

.tnd-single-layout__columns {
  gap: 3rem;
}
.tnd-single-layout__title {
  margin-top: 0;
}

.tnd-share-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-brand-2);
  color: var(--color-white);
  text-decoration: none;
}

.tnd-single-hero {
  margin-bottom: 4rem;
}
.tnd-single-hero__img {
  width: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .tnd-single-hero__img {
    max-height: max-content;
  }
}

.tnd-single-layout {
  padding-bottom: 3rem;
}
.tnd-single-layout__grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 4rem;
}
@media (max-width: 991px) {
  .tnd-single-layout__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.tnd-single-layout__line {
  width: 64px;
  height: 3px;
  background: var(--color-brand-1);
  margin-bottom: 1rem;
}
.tnd-single-layout__title {
  margin: 0 0 1.25rem;
}
.tnd-single-layout__excerpt {
  opacity: 0.75;
  margin-bottom: 2rem;
}
.tnd-single-layout__tags {
  margin-top: 2rem;
}
.tnd-single-layout__tags a {
  text-decoration: underline;
}

.tnd-single-sidebar__section {
  padding-bottom: 42px;
}
.tnd-single-sidebar__label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.6;
  margin: 0 0 1rem;
  font-weight: bold;
}
.tnd-single-sidebar__cats {
  display: grid;
  gap: 14px;
}
.tnd-single-sidebar__cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-brand-2);
  color: var(--color-white);
  padding: 14px 16px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.tnd-single-sidebar__cat:hover, .tnd-single-sidebar__cat:focus {
  background: #d9a100;
}
.tnd-single-sidebar__share {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.tnd-single-sidebar .tnd-single-contact {
  display: grid;
  gap: 18px;
  font-size: 16px;
}
.tnd-single-sidebar .tnd-single-contact__avatar-wrap {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  overflow: hidden;
  background: #f2f2f2;
}
.tnd-single-sidebar .tnd-single-contact__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tnd-single-sidebar .tnd-single-contact__links {
  display: grid;
  gap: 10px;
}
.tnd-single-sidebar .tnd-single-contact__link {
  color: var(--color-brand-1);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tnd-share-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-brand-2);
  color: var(--color-white);
  text-decoration: none;
  transition: background 0.2s ease;
}
.tnd-share-btn:hover, .tnd-share-btn:focus {
  background: #d9a100;
}

.tnd-single-extra {
  padding: 2rem 0 5rem;
}

.tnd-search {
  padding: 120px 0 70px;
}
.tnd-search a:visited {
  color: var(--color-brand-1);
}

.tnd-search__title {
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.05;
  margin: 0 0 22px;
}

.tnd-search__form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 16px 18px 16px 54px;
  max-width: 720px;
}

.tnd-search__icon {
  position: absolute;
  left: 18px;
  display: inline-flex;
  opacity: 0.8;
}

.tnd-search__input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 20px;
  background: transparent;
}

.tnd-search__submit {
  border: 0;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  opacity: 0.75;
}

.tnd-search__meta {
  margin: 14px 0 0;
  opacity: 0.75;
}

.tnd-search__result {
  padding-bottom: 32px;
}

.tnd-search__results {
  margin-top: 34px;
  display: grid;
  gap: 34px;
  max-width: 820px;
}

.tnd-search__result-title {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.2;
}

.tnd-search__result-title a {
  text-decoration: none;
  color: var(--color-brand-1);
}

.tnd-search__result-url {
  margin: 0 0 8px;
  opacity: 0.7;
  font-size: 16px;
}

.tnd-search__result-excerpt {
  opacity: 0.85;
  line-height: 1.7;
  font-size: 18px;
}

.tnd-search__pagination {
  margin-top: 38px;
  max-width: 820px;
}

.tnd-search__pagination .page-numbers {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.tnd-search__pagination a.page-numbers,
.tnd-search__pagination span.page-numbers {
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  text-decoration: none;
  color: var(--color-brand-1);
}

span.page-numbers.current {
  font-weight: bold;
  font-family: "UniversBold";
}

.wp-block-heading,
p,
.yoast-breadcrumbs,
.wp-block-list,
.wp-block-table,
.frm_style_formidable-style.with_frm_style form,
.wp-block-table {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-table {
  margin: 0 auto !important;
}

.wp-block-list,
.wp-block-table {
  padding-bottom: 2.5rem;
}

:where(.wp-block-group.is-layout-constrained) {
  overflow: visible;
}

body {
  font-family: "Univers", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.666666667;
  color: var(--color-text-secondary);
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

strong {
  font-family: "UniversBold";
}

p {
  margin-top: 0;
  padding-bottom: 2.5rem;
  color: var(--color-text-secondary);
  line-height: 1.666666667;
}

p:last-child {
  padding-bottom: 0;
}

.tnd-single-layout p a:not(.tnd-single-sidebar__cat):not(.tnd-share-btn) {
  color: var(--color-brand-1);
  transition: 0.2s ease color;
}
.tnd-single-layout p a:not(.tnd-single-sidebar__cat):not(.tnd-share-btn):hover {
  color: var(--color-brand-2);
}

.wp-block-group p a {
  color: var(--color-brand-1);
  transition: 0.2s ease color;
}
.wp-block-group p a:hover {
  color: var(--color-brand-2);
}

.tnd-content ol,
.tnd-content ul,
.entry-content ol,
.entry-content ul,
.tnd-single-layout__body ol,
.tnd-single-layout__body ul {
  margin: 1.5rem 0 2rem;
  padding-left: 0;
  list-style: none;
}
.tnd-content li:before,
.entry-content li:before,
.tnd-single-layout__body li:before {
  padding-right: 12px;
}
.tnd-content li,
.entry-content li,
.tnd-single-layout__body li {
  margin-bottom: 0.05rem;
  line-height: 1.6;
  font-size: 1.125rem;
}
.tnd-content ul ul,
.entry-content ul ul,
.tnd-single-layout__body ul ul {
  padding-left: 20px;
  margin-top: 6px;
}
.tnd-content,
.entry-content,
.tnd-single-layout__body {
  /* ---------- ORDERED LIST ---------- */
}
.tnd-content ol,
.entry-content ol,
.tnd-single-layout__body ol {
  counter-reset: tnd-counter;
}
.tnd-content ol li,
.entry-content ol li,
.tnd-single-layout__body ol li {
  counter-increment: tnd-counter;
}
.tnd-content ol li::before,
.entry-content ol li::before,
.tnd-single-layout__body ol li::before {
  content: counter(tnd-counter) ".";
  min-width: 1.75rem;
  color: var(--color-brand-1);
  flex-shrink: 0;
}
.tnd-content,
.entry-content,
.tnd-single-layout__body {
  /* ---------- UNORDERED LIST ---------- */
}
.tnd-content ul li::before,
.entry-content ul li::before,
.tnd-single-layout__body ul li::before {
  content: "•";
  min-width: 1.75rem;
  color: var(--color-brand-1);
  font-size: 1.25rem;
  line-height: 1;
  flex-shrink: 0;
}
.tnd-content,
.entry-content,
.tnd-single-layout__body {
  /* ---------- TEXT STYLES ---------- */
}
.tnd-content li strong,
.entry-content li strong,
.tnd-single-layout__body li strong {
  font-weight: 600;
  color: var(--color-grey-900);
}
.tnd-content li a,
.entry-content li a,
.tnd-single-layout__body li a {
  color: var(--color-brand-1);
  text-decoration: underline;
}
.tnd-content li a:hover,
.entry-content li a:hover,
.tnd-single-layout__body li a:hover {
  text-decoration: none;
}

::marker {
  color: var(--color-brand-1);
}

:root :where(p) {
  color: var(--color-text-secondary);
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

:root :where(.wp-block-group) {
  padding: 0;
}

img,
iframe {
  display: block;
}

main {
  padding-top: 120px;
}
@media all and (max-width: 1023px) {
  main {
    padding-top: 80px;
  }
}

/* general stuff */
/* Achtergronden */
.tnd-bg--ffffff {
  background-color: var(--color-white);
}

.tnd-bg--F0F0F4 {
  background-color: #F0F0F4;
}

.tnd-bg--f1b300 {
  background-color: var(--color-brand-2);
}

.tnd-bg--008ece {
  background-color: var(--color-brand-1);
}

/* Tekstkleuren */
.tnd-text--white {
  color: #ffffff;
}

.tnd-text--black {
  color: #000000;
}

.tnd-text--grey {
  color: #5B5B66;
}

/* Zorg dat alle content meeverft */
.tnd-hero-heading.tnd-text--white * {
  color: var(--color-white);
}

.tnd-hero-heading.tnd-text--black * {
  color: var(--color-black);
}

.tnd-hero-heading.tnd-text--grey * {
  color: var(--color-text-secondary);
}

@media (min-width: 576px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 991px;
  }
  .narrow {
    max-width: 670px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.wp-block-group:has(.narrow) {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container.container-wide {
  max-width: 1440px;
}

:root :where(.is-layout-flex) {
  gap: 0px;
}

.anchor-full-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mb-sm {
  margin-bottom: 32px !important;
}

.mb-xl {
  margin-bottom: 72px !important;
}

.mt-sm {
  margin-top: 32px !important;
}

.mt-xl {
  margin-top: 72px !important;
}

.pb-sm {
  padding-bottom: 32px !important;
}

.pb-md {
  padding-bottom: 48px !important;
}

.pb-lg {
  padding-bottom: 56px !important;
}

.pb-xl {
  padding-bottom: 72px !important;
}

.pt-sm {
  padding-top: 32px !important;
}

.pt-xl {
  padding-top: 72px !important;
}

/* remove admin bar on mobile */
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
  html {
    margin-top: 0 !important;
  }
}
/* padding for mobile and such */
@media (max-width: 767px) {
  .tnd-hero-heading__content,
  .tnd-client-logos,
  .tnd-expertise-grid,
  .tnd-page-cta,
  .breadcrumbs,
  .wp-block-group.narrow,
  .tnd-highlight-cards,
  .site-footer__inner,
  .tnd-article,
  .tnd-articles-grid__filter,
  .tnd-benefit-grid,
  .tnd-vacancy-cards,
  .tnd-related-cases__title,
  .tnd-single-layout__content,
  .tnd-single-layout__sidebar {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* editor stuff */
h1.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text,
.editor-post-card-panel__title,
.edit-post-meta-boxes-area #poststuff .stuffbox > h3, .edit-post-meta-boxes-area #poststuff h2.hndle, .edit-post-meta-boxes-area #poststuff h3.hndle,
#editor .postbox > .postbox-header .hndle {
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-weight: bold;
  color: var(--color-black);
}
h1.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text:before,
.editor-post-card-panel__title:before,
.edit-post-meta-boxes-area #poststuff .stuffbox > h3:before, .edit-post-meta-boxes-area #poststuff h2.hndle:before, .edit-post-meta-boxes-area #poststuff h3.hndle:before,
#editor .postbox > .postbox-header .hndle:before {
  content: none !important;
}

h1.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text {
  font-size: 28px;
}

body#tinymce {
  padding: 20px;
}

.editor-styles-wrapper.block-editor-writing-flow {
  padding: 0 48px;
}

:where(.editor-styles-wrapper) .wp-block-group:has(.narrow) {
  padding: 0 24px;
}

/* end editor stuff */
.otgs-development-site-front-end {
  display: none !important;
}

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