.page-template-pilot .custom-container {
  max-width: 1290px;
  padding: 0 50px;
}

.pilot-banner {
  padding-top: 170px;
  padding-bottom: 118px;
  background-image: url(../img/pilot-banner-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.pilot-banner .line span {
  width: 20% !important;
  height: 1px !important;
}

.pilot-banner .line span:nth-child(1) {
  background: linear-gradient(
    270deg,
    rgba(38, 82, 153, 0) 0%,
    #3f89ff 53.37%,
    rgba(38, 82, 153, 0) 100%
  );
  top: 17%;
  left: 20%;
  right: unset !important;
  animation: animation1 3s linear infinite;
}

@keyframes animation1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(400%);
  }
}

.pilot-banner .line span:nth-child(2) {
  background: linear-gradient(
    270deg,
    rgba(237, 65, 211, 0) 0%,
    #ed41d3 53.37%,
    rgba(237, 65, 211, 0) 100%
  );
  top: 19%;
  right: 15%;
  animation: animation1 3s linear infinite;
  animation-delay: 2s;
}

.pilot-banner .line span:nth-child(3) {
  background: linear-gradient(
    270deg,
    rgba(38, 82, 153, 0) 0%,
    #3f89ff 53.37%,
    rgba(38, 82, 153, 0) 100%
  );
  top: 23%;
  right: unset;
  left: -5%;
  animation: animation2 3s linear infinite;
}

@keyframes animation2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-400%);
  }
}

.pilot-banner .line span:nth-child(4) {
  background: linear-gradient(
    270deg,
    rgba(255, 179, 39, 0) 0%,
    #ffb327 53.37%,
    rgba(255, 179, 39, 0) 100%
  );
  top: 22%;
  left: unset;
  right: 6%;
  animation: animation2 3s linear infinite;
  animation-delay: 2s;
}

section.pilot-banner h1.banner-title {
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(
    90deg,
    #48ddb5 -4.82%,
    #3f89ff 28.02%,
    #ed41d3 65.96%,
    #f7aa00 108.43%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
}
.banner-content {
  text-align: center;
}
.banner-content .subtitle {
  justify-content: center;
}
.banner-images {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
.sub-description {
  font-size: 30px;
  width: 100%;
  max-width: 634px;
  margin: auto;
  line-height: 1;
}

.banner-content .subtitle span {
  font-size: 20px;
  line-height: 1;
}
.pilot-banner-content {
  width: 100%;
  margin: auto;
  text-align: center;
  max-width: 990px;
  font-size: 26px;
  line-height: 1.25;
}

html[lang="de-DE"] .pilot-banner-content {
  max-width: 1106px;
}

.light-blue {
  color: #aabbd6;
}
.align-items-center {
  align-items: center;
}
.pilot-phase {
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 0px 0px;
  background: rgba(247, 248, 252, 1);

  padding: 140px 0;
}
.pilot-phase {
  position: relative;
  overflow: hidden;
}
.pilot-phase::before {
  content: "";
  backdrop-filter: blur(33.5px);
}
.pilot-phase:after {
  content: "";
  background: radial-gradient(
    136.36% 136.36% at 50% 50%,
    #3f89ff 0%,
    #ed41d3 100%
  );
  filter: blur(107.226px);
  transform: rotate(8.09deg);
  height: 200px;
  width: 200px;
  position: absolute;
  right: 0px;
  top: -50px;
}

.subtitle {
  font-size: 20px;
  line-height: 1;
}

.process-block h2.process-title {
  font-size: 30px;
  margin-top: 0;
  position: relative;
  font-weight: 700;
}

.process-block h2.process-title span {
  font-size: 40px;
  font-weight: 700;
}
.process-block .process-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border: 1px solid transparent;
  border-image-source: linear-gradient(
    90deg,
    rgba(237, 65, 211, 0) 0%,
    #ed41d3 47%,
    rgba(237, 65, 211, 0) 100%
  );
  border-image-slice: 1;
  animation: borderMove 2s linear infinite;
  margin: 22px 0;
}

.phase-content,
.need-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.phase-left {
  width: calc(52% - 10px);
}
.phase-right {
  width: calc(48% - 10px);
}

.title-block p {
  font-size: 16px;
  color: rgba(6, 7, 14, 1);
  line-height: 1.5;
  margin-bottom: 0;
}
.title-block p + p {
  margin-top: 24px;
}

.pilot-phase .title-description {
  max-width: 535px;
}

.need-block .need-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 10px 12px;
  backdrop-filter: blur(40px);
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: 10px;
  margin-top: 6px;
}

.pilot-phase .need-block .need-item {
  width: calc(50% - 4px);
  padding: 11px 16px 16px;
  background: linear-gradient(
    105.41deg,
    rgba(199, 220, 254, 0.15) 2.32%,
    rgba(255, 255, 255, 0.3) 40.7%,
    rgba(218, 251, 239, 0.15) 106.05%
  );
  border-width: 2px;
}

.need-block .need-item img {
  max-width: 18px;
  min-width: 18px;
  max-height: 17px;
}

.phase-content h6 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
  margin-top: 56px;
}

/* .pilot-phase .need-block .need-item:last-child p {
  max-width: 164px;
}

.pilot-phase .need-block .need-item p {
  max-width: 234px;
} */

.need-block {
  max-width: 636px;
}

.setup-phase {
  padding-top: 160px;
  padding-bottom: 190px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.setup-phase .title-block p,
.interview-section .title-block p {
  color: rgba(247, 248, 252, 1);
}

.need-item-border {
  position: relative;
  padding: 1px;
  margin-top: 6px;
  width: 100%;
}

.need-item-border .need-item {
  margin-top: 0 !important;
}
.setup-phase .need-block .need-item,
.interview-section .need-block .need-item {
  margin-top: 6px;
  border-color: transparent;
  background: linear-gradient(122.28deg, #0f1530 -77.59%, #000000 183.17%);
  border: 0;
  position: relative;
  z-index: 2;
}

.setup-phase .need-block .need-item-border::after,
.interview-section .need-block .need-item-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    132.4deg,
    #6081ba -178.15%,
    rgba(31, 96, 208, 0) 83.59%
  );
  border-radius: 10px;
}

html[lang="de-DE"] .process-block .setup-phase h2.process-title {
  max-width: 540px;
}

.setup-phase .need-block .need-item p {
  max-width: 100% !important;
}
.process-block .care-section h2.process-title {
  max-width: 438px;
}
.care-section {
  padding: 170px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.care-section .phase-left {
  width: calc(55% - 10px);
}
.title-description {
  max-width: 544px;
}

.care-section .need-block .need-item {
  width: 100%;
  background: linear-gradient(
    105.41deg,
    rgba(199, 220, 254, 0.15) 2.32%,
    rgba(255, 255, 255, 0.3) 40.7%,
    rgba(218, 251, 239, 0.15) 106.05%
  );
  border-width: 1px;
}

.interview-section {
  padding: 160px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.interview-section .title-description {
  max-width: 510px;
}

.care-section .title-description {
  max-width: 555px;
}

.interview-section .phase-image {
  margin-right: -70px;
  text-align: right;
}

.setup-phase .phase-image img {
  max-height: 431px;
  max-width: 531px;
  width: 100%;
}
.banner-content .subtitle img {
  max-height: 17px;
}

.timeline {
  position: relative;
}
.draw-line,
.default-line {
  position: absolute;
  top: 0 !important;
  left: -1px;
  max-height: 75%;
}

.default-line {
  background: rgba(170, 187, 214, 1);
  width: 1px;
  height: 100%;
  display: block;
}

.draw-line {
  background: linear-gradient(
    180deg,
    #48ddb5 -4.82%,
    #3f89ff 28.02%,
    #ed41d3 65.96%,
    #f7aa00 108.43%
  );
  width: 2px;
  height: 100%;
  display: block;
}

.phase-content {
  position: relative;
  z-index: 2;
}
html[lang="de-DE"] .process-block .pilot-phase h2.process-title span {
  margin-right: -20px;
  display: inline-block;
}
.phase-content::before {
  content: "";
  background: rgba(63, 137, 255, 1);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  left: -60px;
  top: 0;
  z-index: 2;
}
.interview-section .phase-content::before {
  background: rgba(247, 170, 0, 1);
}
.care-section .phase-content::before {
  background: rgba(237, 65, 211, 1);
}
.time-line {
  width: 100%;
  max-width: 1290px;
  padding: 0 50px;
  margin: auto;
  position: absolute;
  height: 100%;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
}

.page-template-pilot section.teams {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.process-block .interview-section h2.process-title {
  max-width: 496px;
}
@media only screen and (max-width: 1280px) {
  .interview-section .phase-image {
    margin-right: 0;
    text-align: center;
  }
  .phase-image img {
    width: auto;
    max-width: 100%;
  }
  .phase-content::before {
    left: -40px;
  }
  .draw-line,
  .default-line {
    left: 19px;
  }
}

@media only screen and (max-width: 1024px) {
  html[lang="de-DE"] .process-block .pilot-phase h2.process-title span {
    margin-right: 0;
  }
  .interview-section {
    background: url(../img/interview-mob-bg.webp) no-repeat right center !important;
    background-size: cover !important;
  }

  .setup-phase {
    background: url(../img/setup-mob-bg.webp) no-repeat right center !important;
    background-size: cover !important;
  }
  .care-section {
    background: url(../img/care-mob-bg.webp) no-repeat right center !important;
    background-size: cover !important;
  }
  .page-template-pilot
    .header-part-sub
    .e-n-menu
    .e-n-menu-toggle
    .e-n-menu-toggle-icon.e-open
    .eicon-menu-bar:before,
  .page-template-transform
    .header-part-sub
    .e-n-menu
    .e-n-menu-toggle
    .e-n-menu-toggle-icon.e-open
    .eicon-menu-bar:before,
  .page-template-module
    .header-part-sub
    .e-n-menu
    .e-n-menu-toggle
    .e-n-menu-toggle-icon.e-open
    .eicon-menu-bar:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%)
      hue-rotate(268deg) brightness(103%) contrast(101%);
  }
  .page-template-pilot .custom-container {
    padding: 0 30px;
  }
  .pilot-phase .need-block .need-item {
    width: 100%;
    padding: 10px 12px;
    border-width: 1px;
  }
  .process-block h2.process-title {
    font-size: 24px;
  }
  .process-block h2.process-title span {
    font-size: 30px;
  }
  .time-line {
    padding: 0 30px;
  }
  .phase-content::before {
    left: -26px;
  }
  .draw-line,
  .default-line {
    left: 13px;
  }
  .pilot-phase,
  .setup-phase,
  .care-section,
  .interview-section {
    padding: 50px 0;
  }
  .time-line {
    top: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-pilot .custom-container {
    padding: 0 20px;
  }
  .banner-content .subtitle span {
    font-size: 16px;
    line-height: 1;
  }
  section.pilot-banner h1.banner-title {
    font-size: 36px;
  }
  .sub-description {
    font-size: 20px;
  }
  .pilot-banner-content {
    font-size: 18px;
  }
  .pilot-banner {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .phase-content {
    flex-direction: column-reverse;
    gap: 36px;
  }
  .phase-left,
  .phase-right,
  .care-section .phase-left {
    width: 100%;
  }
  .pilot-phase,
  .setup-phase,
  .care-section,
  .interview-section {
    padding: 50px 0;
  }
  .process-block .process-title::after {
    margin: 10px 0;
  }

  .phase-content::before {
    width: 14px;
    height: 14px;
    left: -16px;
  }
  .draw-line,
  .default-line {
    left: 10px;
    max-height: 74%;
  }
  .subtitle {
    font-size: 16px;
  }
  .banner-images {
    padding: 40px 0;
  }
  .pilot-phase:after {
    height: 100px;
    width: 100px;
  }
  .title-block p {
    font-size: 14px;
  }
}

/* Module Page */
.page-template-module .custom-container {
  max-width: 1290px;
  padding: 0 50px;
}
.module-banner {
  padding-top: 130px;
  padding-bottom: 72px;
}

.module-banner .main-title {
  margin-bottom: 74px;
}
.module-banner h1 {
  /* background: linear-gradient(
    90deg,
    #48ddb5 -4.82%,
    #3f89ff 28.02%,
    #ed41d3 65.96%,
    #f7aa00 108.43%
  ); */
  background: linear-gradient(
    90deg,
    #48ddb5 -4.82%,
    #3f89ff 28.02%,
    #ed41d3 65.96%,
    #f7aa00 162.43%
  );
  -webkit-background-clip: text;
  display: inline-block;
  color: transparent !important;
  margin-bottom: 20px;
}

.module-banner h1 span {
  color: #fff !important;
}

.page-template-module .banner::after {
  background: url(../img/module-banner.svg) no-repeat center center;
  width: 100%;
  height: 100%;
}

.page-template-module .banner .custom-container {
  position: relative;
  z-index: 1;
}

.page-template-module .banner .custom-container::after,
.page-template-module .banner .custom-container::before {
  display: none;
}

.module-banner .main-title .banner-description p:first-child {
  color: #fff !important;
}

.module-banner .banner-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  /* z-index: 2; */
}

.module-banner .banner-img > .module-banner-img {
  opacity: 1 !important;
}

.user-image {
  position: absolute;
  left: calc(50% + 5px);
  top: calc(50% - 16px);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.accordion-content {
  display: none;
  position: absolute;
  padding: 0 1px 1px 1px;
  top: calc(100% - 1px);
  left: 0;
  background: linear-gradient(
    90deg,
    #48ddb5 -4.82%,
    #3f89ff 28.02%,
    #ed41d3 65.96%,
    #f7aa00 108.43%
  );
  width: 100%;
  z-index: 2;
  border-radius: 0 0 18px 18px;
}

.accordion-content .module-bg {
  padding: 0 25px 25px 25px;
}
.module-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.module-question-item {
  position: relative;
  margin-bottom: 15px;
  box-shadow: 0px 6.69px 63.32px 0px #00000040;
  padding: 1px;
  border-radius: 18px;
  background: linear-gradient(
    162.61deg,
    rgba(213, 225, 247, 0.4) -64.42%,
    rgba(31, 96, 208, 0) 89.67%
  );
  transition: transform 0.3s ease;
  max-width: 79%;
  min-width: 210px;
  display: inline-block;
}

.module-question-item.active {
  background: linear-gradient(
    90deg,
    #48ddb5 -4.82%,
    #3f89ff 28.02%,
    #ed41d3 65.96%,
    #f7aa00 108.43%
  );
  z-index: 1;
  border-radius: 18px 18px 0 0;
}
.module-question-item .module-bg {
  background: linear-gradient(134.33deg, #0f1530 -101.35%, #000000 193.18%);
  border-radius: 0 0 18px 18px;
}
.module-question-item.module-question-item:not(.active) .module-bg {
  border-radius: 18px;
}
.module-question-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  margin: 0;
  gap: 16px;
  line-height: 1.0625;
}

.accordion-icon {
  transition: transform 0.3s ease;
  transform: translateY(-16px);
}
.module-question-item.active .accordion-content {
  display: block;
}

.module-question-item:not(.active) .accordion-icon {
  opacity: 0;
}

.answer-item {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: start;
}

.answer-item > div:not(.answer-icon) {
  width: calc(100% - 58px);
}

.answer-item span {
  color: #dfe4ed;
  font-weight: 600;
  line-height: 1.81;
  margin-bottom: 3px;
  display: inline-block;
}

.answer-icon img {
}
.answer-item + .answer-item {
  margin-top: 10px;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.answer-item p {
  line-height: 1;
}

.module-question-item.active > .module-bg {
  border-radius: 18px 18px 0 0;
}

.module-block .cell-6 {
  width: 50%;
}

.module-block .cell-6:nth-child(2n) {
  display: flex;
  justify-content: end;
}

.module-block .cell-6:nth-child(3) .module-question-item {
  max-width: 66%;
}

.module-block .cell-6:nth-child(4) .module-question-item {
  max-width: 66%;
}

.module-block .cell-6:nth-child(6) .module-question-item {
  max-width: 63%;
}

.module-block .cell-6:nth-child(10) .module-question-item {
  max-width: 74%;
}

.module-block .cell-6:nth-child(12) .module-question-item {
  max-width: 84%;
}

.module-block .cell-6:last-child .module-question-item {
  max-width: 39%;
  margin-bottom: 0;
}
.module-block .cell-6:last-child {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Teams Section */

.page-template-module .teams-content .button {
  max-width: 310px;
}

.page-template-module .teams-content .teams-description {
  max-width: 1280px;
}

/* Toolbox Section */

.toolbox-section {
  padding-top: 64px;
  padding-bottom: 90px;
  background: url(../img/toolbox-bg.svg) no-repeat center;
  background-size: cover;
  position: relative;
}

.toolbox-section::after {
  content: "";
  background: url(../img/toolbox-line-bg.svg) no-repeat;
  background-size: cover;
  height: 74%;
  width: 100%;
  position: absolute;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.6;
  transform: rotate(180deg);
}
.toolbox-section .custom-container {
  position: relative;
  z-index: 1;
}
.tab-toolbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.toolbox-icon {
  background: url(../img/toolbox-icon-bg.svg) no-repeat center;
  background-size: contain;
  min-height: 152px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.toolbox-icon span {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  max-width: 110px;
}

.toolbox-tab-item {
  cursor: pointer;
}

.toolbox-tab-content {
  display: none;
}

.toolbox-tab-content.active {
  display: block;
}

.toolbox-tab-item {
  width: 29%;
  margin: 0 -2.5%;
}

.tab-toolbox-tabs {
  display: flex;
  flex-wrap: wrap;
  width: calc(54% - 30px);
  row-gap: 14px;
  justify-content: start;
  padding: 0 16px;
}

.tab-toolbox-contents {
  width: calc(46% - 30px);
}
.tab-toolbox-contents h3 {
  color: #ed41d3;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.035;
  margin-top: 0;
  margin-bottom: 12px;
}

.toolbox-tab-item.hide-tab {
  pointer-events: none;
  opacity: 0;
}

.tab-toolbox-contents .content-description {
  font-size: 20px;
  line-height: 1.5;
  color: #06070e;
}

.toolbox-tab-item:nth-child(2),
.toolbox-tab-item:nth-child(2n) {
  transform: translate(0, 50%);
}

.page-template-module section.teams {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tab-toolbox-contents .content-description p:last-child {
  margin-bottom: 0;
}
.module-question-item.active .module-question-title {
  color: #f7f8fc !important;
}

.toolbox-section h2 {
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 60px;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  .toolbox-icon span {
    font-size: 10px;
    max-width: 86px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-module .custom-container {
    padding: 0 30px;
  }
  .module-question-title {
    font-size: 14px;
    padding: 20px 12px;
  }
  .accordion-content .module-bg {
    padding: 0 12px 20px 12px;
  }
  .answer-item {
    gap: 14px;
  }
  .user-image {
    left: calc(50% + 3px);
    top: calc(50% - 12px);
    width: 36%;
  }
  .answer-item span {
    margin-bottom: 0;
  }
  .tab-toolbox-tabs {
    width: 100%;
  }

  .toolbox-tab-item {
    width: 28.9%;
    margin: 0 -2%;
  }
  .toolbox-icon {
    min-height: 190px;
    /* transform: unset !important;
    opacity: 1 !important;
    visibility: visible !important; */
  }
  .tab-toolbox-contents {
    width: 100%;
    border: 2px solid #ffffff;
    box-shadow: 0px 2.8px 56.21px 0px #0000001a;
    padding: 35px;
    border-radius: 17px;
    margin-top: 0;
    background: url(../img/tab-toolbox-contents-bg.jpg) no-repeat center;
    background-size: cover;
  }
  .tab-toolbox-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .toolbox-section h2 {
    margin-bottom: 28px;
  }
  .page-template-module .custom-container {
    padding: 0 20px;
  }
  .module-banner .banner-img {
    position: relative;
    left: unset;
    transform: unset !important;
    margin: -80px 0;
  }
  .module-question-item {
    max-width: 100% !important;
    width: unset !important;
    display: block;
  }
  .module-block .cell-6 {
    width: unset !important;
  }
  .module-block .cell-6 {
    display: block !important;
  }
  .module-question-title {
    padding: 17px 20px;
  }
  .accordion-content .module-bg {
    padding: 0 14px 20px 14px;
  }
  .module-banner .main-title {
    margin-bottom: 0;
  }
  .module-banner {
    padding-top: 106px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .module-banner h1 {
    margin-bottom: 10px;
  }
  .module-banner .main-title .banner-description p:first-child {
    margin-bottom: 5px;
  }
  .page-template-module
    .transform-page
    .banner
    .main-title
    .banner-description {
    max-width: 345px;
  }
  .module-block {
    display: block;
    z-index: 2;
  }
  .module-block .slick-dots {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    gap: 8px;
  }

  .module-block .slick-dots button {
    padding: 0;
    width: 6px;
    height: 6px;
    font-size: 0;
    background: #aabbd6;
    border-color: #aabbd6;
  }

  .module-block .slick-dots .slick-active button {
    background: #ed41d3;
    border-color: #ed41d3;
  }

  .module-group {
    margin-bottom: 24px;
  }

  .module-block .cell-6 .accordion-content {
    position: unset;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }

  .module-question-item.active > .module-bg,
  .module-question-item.active {
    border-radius: 18px;
  }
  .module-question-title {
    align-items: self-start;
  }
  .accordion-icon {
    transform: translateY(0);
  }
  .answer-item span,
  .answer-item p {
    font-size: 16px;
  }

  .toolbox-section {
    padding-top: 50px;
    padding-bottom: 60px;
    background: url(../img/tab-toolbox-contents-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
  }
  .toolbox-tab-item .toolbox-icon img {
    max-width: 24px;
    max-height: 24px;
  }
  .toolbox-icon {
    min-height: 94px;
    gap: 10px;
  }
  .tab-toolbox-tabs {
    padding: 0;
  }
  .toolbox-icon span {
    font-size: 8px;
    max-width: 68px;
  }
  .tab-toolbox-contents {
    padding: 35px 16px;
    /* margin-top: 40px; */
  }
  .tab-toolbox-contents h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .tab-toolbox-contents .content-description {
    font-size: 12px;
    text-align: center;
  }
  .page-template-transform
    .elementor-widget-n-menu
    .e-n-menu-title:not(.e-current):not(:hover)
    .e-n-menu-title-container
    .e-n-menu-title-text,
  .page-template-pilot
    .elementor-widget-n-menu
    .e-n-menu-title:not(.e-current):not(:hover)
    .e-n-menu-title-container
    .e-n-menu-title-text,
  .page-template-module
    .elementor-widget-n-menu
    .e-n-menu-title:not(.e-current):not(:hover)
    .e-n-menu-title-container
    .e-n-menu-title-text {
    color: #000 !important;
  }
  .module-question-title {
    font-size: 16px;
    line-height: 1.2;
  }
  /* .toolbox-tab-item.hide-tab {
    display: none;
  }
  .tab-toolbox-tabs {
    row-gap: 52px;
    margin-bottom: -40%;
  }

  .toolbox-tab-item:nth-child(2),
  .toolbox-tab-item:nth-child(2n) {
    transform: unset;
  }
  .toolbox-tab-item:nth-child(1),
  .toolbox-tab-item:nth-child(3) {
    transform: translateY(50%);
  }
  .toolbox-tab-item:nth-child(7),
  .toolbox-tab-item:nth-child(9),
  .toolbox-tab-item:nth-child(10),
  .toolbox-tab-item:nth-child(12) {
    transform: translateY(-50%);
  }
  .toolbox-tab-item:nth-child(11),
  .toolbox-tab-item:nth-child(13),
  .toolbox-tab-item:nth-child(14),
  .toolbox-tab-item:nth-child(16) {
    transform: translateY(-100%);
  }
  .toolbox-tab-item:nth-child(15),
  .toolbox-tab-item:nth-child(17),
  .toolbox-tab-item:nth-child(18),
  .toolbox-tab-item:nth-child(20),
  .toolbox-tab-item:nth-child(21) {
    transform: translateY(-150%);
  }
  .toolbox-tab-item:nth-child(19),
  .toolbox-tab-item:nth-child(23) {
    transform: translateY(-200%);
  } */
}
