@keyframes anim_bg_color_variation {
  0% {
    background: #333333;
  }
  50% {
    background: #018ca7;
  }
  100% {
    background: #333333;
  }
}
.card.card-target {
  border: 0;
  border-radius: 0;
  background: none;
  overflow: hidden;
  position: relative;
}
.card.card-target .card-header,
.card.card-target .card-body,
.card.card-target .card-footer {
  border: 0;
  border-radius: 0;
  background: none;
}
.card.card-target .thumb {
  overflow: hidden;
}
.card.card-target .thumb .hexagone-item.hexagone-item-a {
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  animation-name: anim_bg_color_variation;
  animation-iteration-count: infinite;
  transition: all ease 0.6s;
  mask: url("/themes/custom/startengo_multisite_front/images/mask/hexagone.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/mask/hexagone.svg") no-repeat center / contain;
  top: 0;
  left: 0;
  animation-duration: 2s;
}
.card.card-target .thumb .hexagone-item.hexagone-item-b {
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  animation-name: anim_bg_color_variation;
  animation-iteration-count: infinite;
  transition: all ease 0.6s;
  mask: url("/themes/custom/startengo_multisite_front/images/mask/hexagone.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/custom/startengo_multisite_front/images/mask/hexagone.svg") no-repeat center / contain;
  right: 0;
  top: 25%;
  transform: scale(2);
  animation-duration: 1.8s;
}
.card.card-target .thumb .card-img-top {
  transition: all ease 0.6s;
  transform: scale(0.85);
}
.card.card-target .card-body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("/themes/custom/startengo_multisite_front/images/target_thumb-after.png") no-repeat center 100% / contain;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  padding: 32px 32px 16px 150px;
}
.card.card-target .card-body .card-title {
  font-size: 1.25em;
  line-height: 1;
  text-align: right;
  position: relative;
  margin-bottom: 16px;
}
.card.card-target .card-body .card-title:after {
  position: absolute;
  right: 0;
  bottom: -16px;
  display: block;
  content: "";
  height: 6px;
  border-radius: 6px;
  background: #018ca7;
  width: 6%;
  transition: all ease 0.6s;
}
.card.card-target:hover .thumb .hexagone-item.hexagone-item-a {
  transition: all ease 0.6s;
  transform: scale(1.5);
  transform-origin: top left;
}
.card.card-target:hover .thumb .hexagone-item.hexagone-item-b {
  transition: all ease 0.6s;
  transform: scale(2.5);
  transform-origin: top right;
}
.card.card-target:hover .thumb .card-img-top {
  transition: all ease 0.6s;
  transform: scale(1);
}
.card.card-target:hover .card-body .card-title:after {
  width: 100%;
  transition: all ease 0.6s;
}
.page-node-type-target #main-wrapper,
.page-node-type-service #main-wrapper {
  background: url("/themes/custom/startengo_multisite_front/images/desk/d-main-top_bg.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 128px;
}
.page-node-type-target .node-page-title-wrap,
.page-node-type-service .node-page-title-wrap {
  margin-bottom: 32px;
}
.page-node-type-target .node-page-title-wrap .page-title,
.page-node-type-service .node-page-title-wrap .page-title {
  font-weight: bold;
}
.page-node-type-target .node-page-title-wrap .page-subtitle,
.page-node-type-service .node-page-title-wrap .page-subtitle {
  font-weight: 300;
}
.page-node-type-target section.services-wrapper,
.page-node-type-service section.services-wrapper,
.page-node-type-target section.target-wrapper,
.page-node-type-service section.target-wrapper {
  padding-top: 64px;
  padding-bottom: 128px;
  background: #fff;
}
.page-node-type-target .node-top-wrapper > .container > .row,
.page-node-type-service .node-top-wrapper > .container > .row {
  align-items: center;
}
.page-node-type-target .node-top-wrapper .intro,
.page-node-type-service .node-top-wrapper .intro {
  font-size: 1.2em;
}
.page-node-type-target .node-top-wrapper .btn-demo-wrap,
.page-node-type-service .node-top-wrapper .btn-demo-wrap {
  text-align: left;
}
.page-node-type-target .node-top-wrapper .btn-demo-wrap .btn,
.page-node-type-service .node-top-wrapper .btn-demo-wrap .btn {
  margin: 0;
}
.page-node-type-target .node-top-wrapper .paragraph,
.page-node-type-service .node-top-wrapper .paragraph {
  margin-bottom: 1rem;
}
.page-node-type-target .node-top-wrapper .paragraph:last-child,
.page-node-type-service .node-top-wrapper .paragraph:last-child {
  margin-bottom: 0;
}
.page-node-type-target .steps-wrapper .container .aos-animate .content-wrap,
.page-node-type-service .steps-wrapper .container .aos-animate .content-wrap {
  padding: 64px;
}
.page-node-type-target .steps-wrapper .container .aos-animate .content-wrap .paragraph-title,
.page-node-type-service .steps-wrapper .container .aos-animate .content-wrap .paragraph-title {
  text-align: left;
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(odd) .paragraph--type--step,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(odd) .paragraph--type--step {
  background: #F3F3F4;
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(odd) .paragraph--type--step .thumb .step-wrap,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(odd) .paragraph--type--step .thumb .step-wrap {
  left: 64px;
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step {
  background: #242424;
  color: #fff;
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step > div > .row,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step > div > .row {
  flex-direction: row-reverse;
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step .thumb .step-wrap,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step .thumb .step-wrap {
  right: 64px;
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step .content-wrap:after,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step .content-wrap:after {
  background: #242424;
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step .content-wrap .paragraph-title,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step .content-wrap .paragraph-title {
  color: #fff;
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step .btn.btn-primary:hover,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step .btn.btn-primary:hover {
  color: #000;
  background: #fff;
}
.page-node-type-target .steps-wrapper .container .aos-animate:last-child .content-wrap:after,
.page-node-type-service .steps-wrapper .container .aos-animate:last-child .content-wrap:after {
  display: none;
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(2) .step::before,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(2) .step::before {
  content: "1";
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(3) .step::before,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(3) .step::before {
  content: "2";
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(4) .step::before,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(4) .step::before {
  content: "3";
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(5) .step::before,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(5) .step::before {
  content: "4";
}
.page-node-type-target .steps-wrapper .container .aos-animate:nth-child(6) .step::before,
.page-node-type-service .steps-wrapper .container .aos-animate:nth-child(6) .step::before {
  content: "5";
}
section.services-wrapper .section-title,
.target-wrapper .section-title {
  font-weight: bold;
  text-align: center;
  font-size: 2em;
}
section.services-wrapper > .row,
.target-wrapper > .row {
  justify-content: center;
}
section.services-wrapper > .row > .col-12:nth-child(1) .card.card-target .thumb .hexagone-item.hexagone-item-a,
.target-wrapper > .row > .col-12:nth-child(1) .card.card-target .thumb .hexagone-item.hexagone-item-a {
  top: 50%;
  left: 15%;
  width: 160px;
  height: 160px;
}
section.services-wrapper > .row > .col-12:nth-child(1) .card.card-target .thumb .hexagone-item.hexagone-item-b,
.target-wrapper > .row > .col-12:nth-child(1) .card.card-target .thumb .hexagone-item.hexagone-item-b {
  top: 25%;
  right: 25%;
  transform: scale(2.3);
}
section.services-wrapper > .row > .col-12:nth-child(even) .card.card-target .thumb .hexagone-item.hexagone-item-a,
.target-wrapper > .row > .col-12:nth-child(even) .card.card-target .thumb .hexagone-item.hexagone-item-a {
  top: 10%;
  left: 15%;
  transform: scale(1.75);
}
section.services-wrapper > .row > .col-12:nth-child(even) .card.card-target .thumb .hexagone-item.hexagone-item-b,
.target-wrapper > .row > .col-12:nth-child(even) .card.card-target .thumb .hexagone-item.hexagone-item-b {
  top: 40%;
  right: 20%;
}
section.services-wrapper > .row > .col-12:nth-child(even) .card.card-target:hover .thumb .hexagone-item.hexagone-item-a,
.target-wrapper > .row > .col-12:nth-child(even) .card.card-target:hover .thumb .hexagone-item.hexagone-item-a {
  top: 20%;
  right: 10%;
}
@media all and (max-width: 767px) {
  .card.card-target {
    max-width: 300px;
    margin: auto;
  }
  .card.card-target .card-body {
    padding-left: 160px;
    padding-right: 0;
  }
  .page-node-type-target #main-wrapper,
  .page-node-type-service #main-wrapper {
    padding-top: 64px;
  }
  .page-node-type-target .node-top-wrapper,
  .page-node-type-service .node-top-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-node-type-target .node-top-wrapper .intro,
  .page-node-type-service .node-top-wrapper .intro {
    font-size: 1em;
  }
  .page-node-type-target .node-top-wrapper .btn-demo-wrap,
  .page-node-type-service .node-top-wrapper .btn-demo-wrap {
    text-align: center;
  }
  .page-node-type-target .node-top-wrapper .btn-demo-wrap .btn.btn-primary,
  .page-node-type-service .node-top-wrapper .btn-demo-wrap .btn.btn-primary {
    margin: auto;
  }
  .page-node-type-target section.target-wrapper,
  .page-node-type-service section.target-wrapper,
  .page-node-type-target section.services-wrapper,
  .page-node-type-service section.services-wrapper {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .page-node-type-target section.target-wrapper .section-title,
  .page-node-type-service section.target-wrapper .section-title,
  .page-node-type-target section.services-wrapper .section-title,
  .page-node-type-service section.services-wrapper .section-title {
    font-size: 1.5em;
  }
  .page-node-type-target .steps-wrapper .container .paragraph--type--step .content-wrap,
  .page-node-type-service .steps-wrapper .container .paragraph--type--step .content-wrap {
    padding: 64px 32px;
  }
  .page-node-type-target .steps-wrapper .container .paragraph--type--step .content-wrap .btn.btn-primary,
  .page-node-type-service .steps-wrapper .container .paragraph--type--step .content-wrap .btn.btn-primary {
    margin-left: auto;
    margin-right: auto;
  }
  .page-node-type-target .steps-wrapper .container .paragraph--type--step .content-wrap .thumb .step-wrap,
  .page-node-type-service .steps-wrapper .container .paragraph--type--step .content-wrap .thumb .step-wrap {
    width: 60px;
    height: 75px;
  }
  .page-node-type-target .steps-wrapper .container .aos-animate .content-wrap,
  .page-node-type-service .steps-wrapper .container .aos-animate .content-wrap {
    padding: 32px;
  }
  .page-node-type-target .steps-wrapper .container .aos-animate:nth-child(odd) .paragraph--type--step .thumb .step-wrap,
  .page-node-type-service .steps-wrapper .container .aos-animate:nth-child(odd) .paragraph--type--step .thumb .step-wrap {
    left: 16px;
  }
  .page-node-type-target .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step .thumb .step-wrap,
  .page-node-type-service .steps-wrapper .container .aos-animate:nth-child(even) .paragraph--type--step .thumb .step-wrap {
    left: 16px;
    right: inherit;
  }
}
