/* --------------------------------------------------------------
/* =SITE SPECIFIC STUFF
-------------------------------------------------------------- */
body::-webkit-scrollbar {
  display: none;
}
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.hero__box {
  padding: 64px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  padding-top: 640px;
}
.hero__box.training {
  background: #121212;
}
.hero__box.consulting {
  background: #f0f0f0;
}
.fade-in-up {
  opacity: 0;
  transition: all 1s ease;
}
.loading-done .fade-in-up {
  opacity: 1;
}
.hero-headline-arrow-icon  {
  transform: translateX(-10px) scale(.8);
  opacity: 0;
  transition: all .6s ease .6s;
} 
.loading-done .hero-headline-arrow-icon {
  transform: translateX(0px) scale(1);
  opacity: 1;
}
.homepage-headline-intro-icon {
  transform: rotate(45deg) scale(.8);
  opacity: 0;
  transition: all .6s ease .6s;
}
.loading-done .homepage-headline-intro-icon {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
.hero__box.consulting .hero__box__illustration {
  width: 74%;
  height: auto;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -37%;
}
.hero__box.training .hero__box__illustration {
  width: 90%;
  height: auto;
  position: absolute;
  top: 60px;
  right: -2px;
}
.large-box.dark {
  border-radius: 24px;
  background-color: #121212;
  padding: 96px;
}
.large-box.secondary-dark {
  border-radius: 24px;
  background-color: #232323;
  padding: 96px;
}
.large-box.light {
  border-radius: 24px;
  background-color: #f0f0f0;
  padding: 96px;
}
.large-box.dark.cycles-bg {
  background-image: url('../img/cycles-bg.svg');
  background-position: -95% center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.large-box.light {
  border-radius: 24px;
  background: #F0F0F0;
  padding: 96px;
}
.section-subdivider {
  border-top: #dedede 1px solid;
  padding-top: 16px;
  padding-bottom: 8vh;
  margin-top: 8vh;
}
.tools-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tools-logo img {
  height: 36px;
  width: auto;
  display: block;
  margin-right: 32px;
  margin-bottom: 32px;
}
.definition .pillar-left {
  max-width: 260px;
  width: 100%;
}
.footer-submenu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-legal-link {
  text-decoration: none;
  margin-left: 16px;
}
.homepage-headline-bits {
  margin: 0 12px -8px 18px;
}
.item-left-icon {
  display: flex;
  gap: 16px;
  align-content: flex-start;
  align-items: flex-start;
}
.tool-content-block {
  padding: 8vh 0;
  border-bottom: 1px solid #dedede;
}
.hanging-left-icon {
  margin-left: -40px;
}
.author-meta-area {
  display: flex;
  gap: 64px;
  align-items: center;
}
.accordeon-item {
  padding-left: 60px;
  border-top: 1px solid #dedede;
  margin-bottom: 4vh;
}
.accordeon-item__heading.active::before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  left: -60px;
  top: 4.25vh;
  display: block;
  background: url('./../img/minus.svg') no-repeat;
  background-size: 24px 24px;
}
.accordeon-item__heading::before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  left: -60px;
  top: 4.25vh;
  display: block;
  background: url('./../img/plus.svg') no-repeat;
  background-size: 24px 24px;
}
.accordeon-item__heading {
  padding: 4vh 0;
  position: relative;
  cursor: pointer;
}
.accordeon-item__heading:hover {
  opacity: .5;
}
.accordeon-item .item-left-icon {
  border-top: 1px solid #dedede;
  padding: 2vh 0;
}

/* --------------------------------------------------------------
/* =Filters
-------------------------------------------------------------- */
.filter-tabs {
  display: inline-block;
}
.filter-tabs_tab {
  margin-right: 16px;
  display: inline-flex;
  cursor: pointer;
  opacity: 0.4;
  justify-content: center;
  align-items: center;
}
.filter-tabs_tab_icon {
  height: 20px;
  width: auto;
}
.filter-tabs_tab_label {
  font-weight: 600;
  margin-left: 6px;
}
.filter-tabs_tab.active {
  opacity: 1;
}

@media screen and (max-width: 821px) {
  .filter-tabs {
    display: flex;
    justify-content: space-between;
  }
  .filter-tabs_tab {
    margin-right: 0;
    display: inline-block;
    text-align: center;
  }
  .filter-tabs_tab_label {
    font-weight: 600;
    margin-left: 0;
    font-size: 14px;
  }
}

/* --------------------------------------------------------------
/* =Masonry Grid
-------------------------------------------------------------- */
/* ---- grid ---- */

.grid {
  max-width: 100%;
  width: 100%;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  width: 25%;
  height: auto;
  float: left;
  padding: 15px;
}

.grid-item-on-3-col {
  width: 33.33%;
  height: auto;
  float: left;
}

@media screen and (max-width: 821px) {
  .grid-item {
    width: 50%;
    padding: 5px;
  }
}


/* --------------------------------------------------------------
/* =Light box
-------------------------------------------------------------- */
.lightbox-container {
  background: rgba(0, 0, 0, .9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 4;
}
.lightbox-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  max-width: 620px;
  max-height: 70%;
  height: auto;
  width: auto;
  border-radius: 12px;
  overflow: hidden;
}
.close-lightbox {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  background-color: #ffffff;
  cursor: pointer;
  color: #121212;
  border-radius: 32px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  letter-spacing: -0.03em;
  padding: 0;
  font-weight: 600;
  width: 220px;
  text-align: center;
  margin-left: -110px;
}
.close-lightbox:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------------
/* =Type stuff
-------------------------------------------------------------- */
.text-blue {
  color: #076AFF;
}
h1 {
  font-size: 64px;
  max-width: 1000px;
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 600;
}
h2, h3, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: -0.01em;
}
.uppercase-eyebrow {
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 80%;
  letter-spacing: -0.03em;
}
.label {
  background: #F0F0F0;
  color: #121212;
  border-radius: 32px;
  font-size: 14px;
  letter-spacing: -0.03em;
  font-weight: 600;
  padding: 4px 16px;
  display: inline-block;
} 
.label.blue {
  background: #076AFF;
  color: #ffffff;
}

.sticky-h1-desktop-only {
  position: sticky;
  top: 0;
  padding-top: 20px;
}

/* --------------------------------------------------------------
/* =Video player
-------------------------------------------------------------- */
.iframe-vid-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 20px;
  overflow: hidden;
}
.iframe-vid-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.video-container video, .video-container img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}
.video-container video::-webkit-media-controls {
  display: none;
  pointer-events: none;
}
.video-container__button {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 16px;
  background: #ffffff;
  padding: 12px;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  box-shadow: 0 0 35px rgb(0, 0, 0, 0.4);
  z-index: 3;
}
.video-container__button svg {
  width: 16px;
  height: 16px;
  display: block;
}
.video-container__button.playing .video-container__button__play {
  display: none;
}
.video-container__button .video-container__button__pause {
  display: none;
} 
.video-container__button.playing .video-container__button__pause {
  display: block;
}

/* --------------------------------------------------------------
/* =Case study
-------------------------------------------------------------- */
.customer-meta {
  margin-bottom: 40px;
}
 .customer-meta .small-margin-top {
    margin-top: 8px;
  }
.case-study-logo-headline {
  max-width: 100%;
  max-height: 56px;
  height: auto;
}
.case-study-intro {
  padding: 8vh 0;
}

/* --------------------------------------------------------------
/* =Resources / blog
-------------------------------------------------------------- */
.one-article {
  width: 50%;
  padding: 0 15px;
  max-width: 50%;
}
.one-article__text {
  padding-right: 60px;
}
.read-next-article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.the-content {
  max-width: 708px;
}
.the-content img {
  width: 100%;
  height: auto;
  display: block;
}
.the-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.the-content iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  margin: 40px 0;
}
.the-content figure {
  padding: 0;
  margin: 0;
}
.the-content p {
  margin: 4vh 0;
}
.get-the-link {
  cursor: pointer;
}
.tiny-toast {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #076AFF;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  z-index: 99;
}
.get-the-link-mobile {
  border-radius: 20px;
  padding: 4px 16px;
  border: 1px solid #121212;
  display: inline-block;
}
.summary-box {
  background: #f0f0f0;
  padding: 30px;
  margin-bottom: 8vh;
  border-radius: 20px;
}
.summary-box p {
  margin-bottom: 0;
  line-height: 200%;
}
.summary-box p strong {
  opacity: 0.5;
}
.the-content ul li {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.the-content hr {
  border-top: 1px dotted rgba(0, 0, 0, 0.08);
  background: transparent;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: 8vh 0;
}
.the-content ul li::before {
  content: "\2192";
  color: #828282;
  margin-left: -24px;
  position: absolute;
}
.the-content ul {
  margin: 0;
  padding: 0 0 0 24px;
}
.the-content code {
  margin: 40px 0;
  color: #121212;
  font-size: 24px;
  line-height: 140%;
  border-left: 1px solid #121212;
  display: block;
  padding: 0 0 0 24px;
  font-family: "Public Sans",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 821px) {
  .one-article {
    width: 100%;
    max-width: 100%;
  }
  .one-article__text {
    padding-right: 0;
  }
}

/* --------------------------------------------------------------
/* =Form stuff
-------------------------------------------------------------- */
input[type=text], input[type=email] {
  display: inline-block;
  width: 100%;
  border: 1px solid #dedede;
  color: #121212;
  font-size: 18px;
  letter-spacing: -0.01em;
  padding: 12px;
  border-radius: 8px;
}
input[type=submit] {
  background: #121212;
  color: #ffffff;
  border-radius: 16px;
  font-size: 14px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 8px 24px;
  font-weight: 600;
  border: 0;
} 
select {
  display: inline-block;
  width: 100%;
  border: 1px solid #dedede;
  color: #121212;
  font-size: 18px;
  letter-spacing: -0.01em;
  padding: 12px;
  border-radius: 8px;
}
textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #dedede;
  color: #121212;
  font-size: 18px;
  letter-spacing: -0.01em;
  padding: 12px;
  border-radius: 8px;
}
.form__imput-container {
  padding-bottom: 2vh;
}
.formkit-form {
  padding: 0 !important;
  max-width: 100% !important;
}
.formkit-powered-by-convertkit-container {
  display: none !important;
}
/* --------------------------------------------------------------
/* =Header
-------------------------------------------------------------- */
.site-header, .menu-panel-header {
  padding: 30px 0;
  position: relative;
}
.site-header .row, .menu-panel-header .row {
  padding: 0 15px;
  justify-content: space-between;
}
.site-header__branding {
  display: flex;
}
.site-header__branding__logo {
  height: 40px;
  display: block;
  cursor: pointer;
}
.logo-svg-container a:hover {
  opacity: 0.85;
}
.site-header__branding__description {
  width: 200px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 126%;
  opacity: 0;
  transition: all ease 0.6s;
}
.loading-done .site-header__branding__description {
  opacity: 1;
}
.loading-done .site-header__navigation__menu-button {
  visibility: visible;
  opacity: 1;
  transition: all ease 0.6s;
}
.site-header__navigation__menu-button {
  background-color: transparent;
  border: 1px solid #dedede;
  cursor: pointer;
  color: #121212;
  border-radius: 32px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  letter-spacing: -0.03em;
  padding: 0 38px 0 16px;
  font-weight: 600;
  background-image: url('../img/menu.svg');
  background-repeat: no-repeat;
  background-position: 82% center;
  background-size: 18px 18px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.site-header__navigation__menu-button:hover {
  border: 1px solid #121212;
}



/* --------------------------------------------------------------
/* =Menu
-------------------------------------------------------------- */
.menu-panel {
  background: rgba(12, 12, 12, .95);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  padding: 0;
}
.menu-panel__close-menu:hover {
  opacity: 0.6;
}
.menu-panel .site-header__branding__description {
  color: #ffffff;
  opacity: 1;
}
.loading-done .site-header__navigation__menu-button.menu-panel__close-menu {
  color: #ffffff;
  border: 0;
  background-color: #232323;
  background-image: url('./../img/close-white.svg');
  opacity: 1;
}
.loading-done .site-header__navigation__menu-button.menu-panel__close-menu:hover {
  background-color: #323232;
}



/* --------------------------------------------------------------
/* =Profile
-------------------------------------------------------------- */
.profile {
  display: flex;
  align-items: center;
  max-width: 430px;
}
.profile.video {
  cursor: pointer;
}
.profile.video:hover .profile__info {
  opacity: 0.8;
}
.profile.video:hover .profile__photo::before {
  opacity: 0.5;
  transform: scale(1.1);
}
.profile.video .profile__photo::before {
  content: "";
  border: 2px solid #076AFF;
  width: 72px;
  height: 72px;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 36px;
  transition: transform ease 0.2s;
}
.profile__photo {
  position: relative;
  height: 64px;
  width: 64px;
  min-width: 64px;
}
.profile.large-photo .profile__photo {
  position: relative;
  height: 96px;
  width: 96px;
  min-width: 96px;
}
.profile.large-photo.video .profile__photo::before {
  content: "";
  border: 2px solid #076AFF;
  width: 106px;
  height: 106px;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 56px;
  transition: transform ease 0.2s;
}
.profile__photo img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 99px;
  overflow: hidden;
}
.profile__info {
  margin-left: 16px;
}
.profile__info__meta {
  line-height: 120%;
}


/* --------------------------------------------------------------
/* =Buttons
-------------------------------------------------------------- */
.button-primary-light-mode {
  background: #121212;
  color: #ffffff;
  border-radius: 16px;
  font-size: 14px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 4px 16px;
  font-weight: 600;
  display: inline-block;
} 
.button-secondary-light-mode {
  background: transparent;
  border: 1px solid #121212;
  color: #121212;
  border-radius: 16px;
  font-size: 14px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 4px 16px;
  font-weight: 600;
  display: inline-block;
} 
.button-primary-dark-mode {
  background: #ffffff;
  color: #121212;
  border-radius: 16px;
  font-size: 14px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 4px 16px;
  font-weight: 600;
  display: inline-block;
} 
.button-secondary-dark-mode {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 16px;
  font-size: 14px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 4px 16px;
  font-weight: 600;
  display: inline-block;
} 

/* --------------------------------------------------------------
/* =In between
-------------------------------------------------------------- */
@media screen and (max-width: 1400px) {
  .hero__box {
    padding-top: 44vw;
  }
}
/* --------------------------------------------------------------
/* =Mobile
-------------------------------------------------------------- */
@media screen and (max-width: 821px) {
  .hanging-left-icon {
    margin-left: 0;
  }
  .large-box.dark, .large-box.light, .large-box.secondary-dark  {
    padding: 8vh 16px;
  }
  .menu-panel .large-box.secondary-dark {
    overflow-y: scroll;
    height: calc(100% - 150px);
  }
  .site-header__branding__description {
    max-width: 200px;
    padding-left: 0;
    border-left: 0;
    margin: 0;
    font-size: 16px;
    line-height: 120%;
    height: auto;
  }
   .loading-done .site-header__branding__description {
    opacity: 1;
  }
  .site-header__navigation__menu-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .site-header__branding__logo {
    height: auto;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .site-header, .menu-panel-header {
    padding: 20px 0;
  }
  .site-header__branding {
    display: block;
  }
  h1 {
    font-size: 36px;
  }
  .homepage-headline-bits {
    margin: 0 10px -4px 14px;
    height: 28px;
  }
  .homepage-headline-intro-icon, .hero-headline-arrow-icon {
    margin-bottom: -3px;
    height: 32px;
  }
  .hero-headline-industry-icon {
    height: 26px;
  }
  .hero__box {
    padding: 92vw 24px 32px 24px;
  }
  .definition .pillar-left {
    max-width: 100%;
    padding-bottom: 8vh;
  }
  .profile__info__meta {
    font-size: 14px;
  }
  .profile__info__name {
    font-size: 14px;
  }
  .author-meta-area {
    flex-wrap: wrap;
  }
  .page-tools h1 {
    font-size: 24px;
    line-height: 140%;
  }
  .customer-metas {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8vh;
  }
  .customer-meta {
    margin-bottom: 20px;
    width: 50%;
  }
  .customer-meta .small-margin-top {
    margin-top:0px;
  }
  .case-study-intro {
    padding: 2vh 0 4vh 0;
  }


}
