/*Inner Menu*/
.page-template-page-product section.inner-menu {
  opacity: 1;
  padding-top: 20px;
top: 80px;
  position: sticky;
  right: 0;
  left: 0;
  background: white;
  padding-bottom: 20px;
  z-index: 1;
}

.inner-menu-items-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-menu-item-single {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex: 1;
  max-width: 220px;
  position: relative;
}

.inner-menu-item-single::after {
  position: absolute;
  content: '';
  width:100%;
  height: 4px;
  background: transparent;
  bottom: -10px;
  transition: 0.6s;
}
.inner-menu-item-single.active::after {
  transition: 0.1s;
  background: #2d0891;

}

.inner-menu-item-single img {
  max-width: 43px;
  width: 100%;
  height: auto;
  transition: 0.6s;
}

.inner-menu-item__title {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #7579d4;
  transition: 0.6s;
}

.inner-menu-img-cont {
  width: 100%;
  max-width: 43px;
}
.inner-menu-item-single.active .inner-menu-item__title{
  font-weight: 700;
  color: #000348;
  transition: 0.6s;
}

/*END Inner menu*/

/*Content Header*/
.content-header-section {
  padding-bottom: 60px;
}
.title-group {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 15px;
}

.title-group h2 {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #000348;
}

.content-header-text {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #262626;
}

.title-group img {
  width: 100%;
  max-width: 75px;
  height: auto;
}

/*END Content Header*/

.page-template-page-product section.td-lp-hero {
  margin-top: 80px;
}

.page-template-page-product .hero-text-part {
  align-self: center;
}

.page-template-page-product .lp-hero-title {
  font-family: "ProximaNova-Bold", sans-serif;
  line-height: 54px;
  letter-spacing: -0.045em;
  color: #2e364a;
}

.page-template-page-product .lp-hero-text {
  line-height: 26px;
  color: #2e364a;
  margin-top: 10px;
}

.cta-group {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.cta-group.hero-cta-group {
  justify-content: start;
  margin-top: 30px;
}

.cta-group.hero-cta-group a.lp-cta-button span {
  font-size: 20px;
  line-height: 24px;
}

.cta-group.hero-cta-group a.lp-cta-button {
  color: #ffffff;
  background-color: #f53e72;
}

.cta-group.hero-cta-group a.lp-cta-button.cta-video-button {
  color: #2f2f34;
  background-color: transparent;
  border: 2px solid #f43e72;
}

.cta-group.hero-cta-group a.lp-cta-button.cta-video-button span::after {
  content: "";
  /* position: absolute; */
  background-image: url(../svg/video.svg);
  width: 20px;
  height: 20px;
  display: inline-flex;
  margin-left: 10px;
  vertical-align: text-bottom;
}

.page-template-page-product .lp-hero-main {
  margin-bottom: 60px;
}

p.text-image__intro {
  max-width: 582px;
  color: #2e364a;
  line-height: 26px;
  text-align: center;
  display: block;
  margin: 0 auto 70px;
}

.text-image {
  display: flex;
  gap: 70px;
  align-items: center;
  margin-bottom: 100px;
}

.reverse {
  flex-direction: row-reverse;
}

img.text-image__image {
  max-width: 555px;
}

h2.text-image__title {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2e364a;
}

p.text-image__text {
  line-height: 26px;
  color: #2e364a;
}

.page-template-page-product a.lp-cta-button span,
.page-template-page-product a.lp-cta-button-2 span {
  font-size: 20px;
  line-height: 24px;
}

.page-template-page-product a.lp-cta-button {
  padding: 13px 42px 17px;
}

.page-template-page-product a.lp-cta-button.cta-button-2 {
  padding: 13px 26px;
}
.td-explore-items h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #2e364a;
  font-family: ProximaNova-Bold, sans-serif;
  margin-bottom: 20px;
}
.td-explore-items .container {
  margin-bottom: 70px;
}
.explore-item-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.lp-single-exp-item {
  background: linear-gradient(315deg, #f3fafe 5.51%, #f9f1ff 100.88%);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
  width: -webkit-fill-available;
  width: -moz-available;

}
.lp-single-exp-item:hover {
  box-shadow: #d0e2fe 0 0px 14px;
  background-position: -350px;
}
.exp-item-content {
  padding: 10px 20px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}
.exp-item-content h3 {
  font-family: ProximaNova-Bold, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 10px;
}
section:not(.td-lp-hero){
  opacity:0;
  transition:opacity .6s ease-in;
}
.scrolled:not(.td-lp-hero){        
  opacity:1;
}
@media screen and (max-width: 1200px) {
  .cta-group.hero-cta-group {
    flex-direction: column;
    gap: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .text-image {
    flex-direction: column;
  }

  .page-template-page-product section.td-lp-hero {
    text-align: center;
  }

  .cta-group.hero-cta-group {
    justify-content: center;
  }
  .explore-item-container {
    flex-direction: column;
    max-width: 370px;
    margin: 0 auto;
  }

  .inner-menu-item-single {
    flex-direction: column;
    text-align: center;
    gap: 5px;
    align-items: center;
    
  }
  .inner-menu-item__title{
    text-align: center;
  }

  .page-template-page-product section.inner-menu .container {
    max-width: none;
  }

  .content-header-section {
    margin-bottom: 30px;
  }
  .inner-menu-items-group{
    align-items: start;
    align-items: stretch;
  }
  .inner-menu-img-cont{
    max-height: 43px;
    height: 43px;
  }
  .section-text-and-image .text-image.reverse{
    flex-direction: column;
  }
  .page-template-page-product section.inner-menu {
    margin-top: 90px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .page-template-page-product section.inner-menu{
    top: 30px;
  }
}


@media screen and (max-width: 680px) {
  .text-image {
    flex-direction: column;
  }

  img.text-image__image {
    max-width: 350px;
  }

  .cta-group {
    flex-direction: column;
    gap: 50px;
  }

  .cta-group.hero-cta-group {
    align-items: center;
  }

  .inner-menu-item__title {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
  }


  .inner-menu-item-single {
    max-width: 96px;
  }
}
