/*== == == Fold1A == == ==*/

.fold1a {
    position: relative;
}

.fold1a-page {
    position: relative;
}

.fold1a-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fold1a :is(.content-fold-b-content-list ul li::before, ul.services-list li::before) {
    color: white;
}

.fold1a ul.services-list li::before {
    color: white;
    top: 17px;
}

.fold1a-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% 100%;
}

.fold1a-column::before {
    content: '';
    background: #2ab8eae6;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translatex(-100%);
    width: 100%;
    height: 100%;
}

.fold1a-page .splide__slide {
    overflow: hidden;
}

.fold1a-van {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    bottom: 0px;
    display: flex;
    align-items: center;
}

.fold1a-column {
    max-width: 640px;
    position: relative;
    color: white;
    background: #2ab8eae6;
}

.fold1a-column-wrapper {
    padding: 150px 60px 210px;
}

.fold1a-column-header {
    margin-bottom: 20px;
}

.fold1a-column-content {
    margin-bottom: 40px;
}

.fold1a-column-readmore {
    align-items: stretch;
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.fold1a-column-readmore .readmore {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fold1a-column-readmore .readmore {
    margin: 0px;
}

.fold1a-van img {
    width: 100%;
    height: 85%;
    object-fit: contain;
}

    /*== == == Fold1A END == == ==*/

  /** FOLD 5 START **/
  
  .fold5-content {
    max-width: 640px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

.fold5-slide-item-img-content-score {
    background: #DBFFE5;
    width: fit-content;
    margin: 0px auto;
    padding: 10px 10px;
}

.fold5-slide-item-img-content-score p {
    color: #128E5C;
    margin: 0px;
    line-height: 1;
    font-size: 24px;
}

.fold5-slide-item-content-bottom p:last-child {
    color: #9c9a9a;
    font-style:italic;
}

.fold5-slide-item-content-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
  
  .fold5-title {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .fold5-title > img {
    max-height: 70px;
    width: fit-content;
  }
  
  .fold5-title p {
    margin: 0px;
  }
  
  .fold5-title > .subtitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }
  
  .fold5-content .readmore {
    margin: 0px;
  }
  
  .fold5-slide-item-img {
  flex: 0 0 140px;
  }
  
  .fold5-slide-item-content {
    display: flex;
    flex-direction: column;
    flex: 100;
    gap: 10px;
  }
  
  .fold5 li.is-active .fold5-slide-item {
    background: white;
    border-color: var(--primary);
  }
  
  #fold5-splide-track {
    overflow: visible;
  }
  
  .fold5-slide-item-content p {
    margin: 0px;
    line-height: 24px;
  }

.fold5 {
  position: relative;
  overflow: hidden;
  background: whitesmoke;
}

.fold5-text p {
  margin: 0px;
}

.fold5-slide-item-content > .smalltitle {
  font-weight: 400;
  font-size: 21px;
}

.fold5-main {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 0px;
}

.fold5-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.fold5-slide, .fold5-main::before, .fold5-main::after {
  width: calc(50% - 50px);
}

.fold5-slide .splide__list .splide__slide {
    opacity: 0.4;
}

.fold5-slide .splide__list .splide__slide.is-visible {
    opacity: 1;
}

.fold5-slide .splide__list .splide__slide:nth-of-type(n) .fold5-slide-item {
    border-right: solid 5px var(--primary-color1);
}

.fold5-slide .splide__list .splide__slide:nth-of-type(2n) .fold5-slide-item {
    border-right: solid 5px var(--primary-color1);
    border-left:unset;
}

.fold5-main::before,
.fold5-main::after{
    content: '';
    background: rgb(165,61,34);
    background: linear-gradient(180deg, rgba(165,61,34,0) 1%, rgba(255,255,255,0.8169642857142857) 95%);
    right: 0px;
    position: absolute;
    pointer-events: none;
}

.fold5-main::before {
    background: linear-gradient(0deg, rgba(165,61,34,0) 1%, rgba(255,255,255,0.8169642857142857) 95%);
}

.fold5-slide-item {
  display: flex;
  gap: 40px;
  width: 100%;
  padding: 10px 40px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  background: white;
  border-right: 4px solid var(--secondary);
}

.fold5-slide-item-title {
  display: flex;
  gap: 20px;
}

.fold5-slide-item-title > img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100px;
}

.fold5-slide-item-title-namewrap {
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
}

.fold5 li {
  transition: all 0.5s ease;
  display: flex;
  align-items: stretch;
}

.fold5-slide-item-img-content p {
    margin: 0px;
    font-weight: 600;
    line-height: 1;
}

.fold5-slide-item-img-content {
    padding-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#fold5-splide {
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
}

.fold5-slide-item-img-inner {
    width: fit-content;
    margin: 0px auto;
}

.fold5-slide-item-img-inner img {
    object-position: 50% 50%;
    object-fit: cover;
    max-height: 80px;
    position: relative;
    margin: 0px auto;
}

.fold5-slide-item-img-content .subtext {
    color: var(--primary-color1);
}

  /** FOLD 5 END **/

/*== == == Content Fold C == == ==*/

.content-fold-c-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.content-fold-c-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 0% 0%;
    position: absolute;
}

.content-fold-c .content-fold-b-content {
    flex: 0 0 calc(50% - 80px);
    padding: 100px 0px;
}

    /*== == == Content Fold C END == == ==*/

/*== == == Label Icons == == ==*/

.content-fold-b.alt {
	background:whitesmoke;
}

.content-fold-b-content-header-subtext {
    display: flex;
    align-items: center;
    gap: 10px;
}

.module-foldf-header-title-subtext {
    display: flex;
    gap: 10px;
    align-items: center;
}

.module-foldf-block-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.module-foldf-block-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-foldf-block-background::before {
    content: '';
    background: rgb(115,115,115);
    background: linear-gradient(0deg, rgb(0 0 0) -50%, rgba(255, 255, 255, 0) 80%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.content-fold-b-content-header-subtext-icon lord-icon {
    width: 60px !important;
    height: 60px !important;
}

.content-fold-b-content {
	padding:140px 0px 100px;
}

.content-fold-b-content-inner p:last-child {
    margin: 0px;
}

    /*== == == Label Icons END == == ==*/

/*== == == Step FoldA == == ==*/

@media (min-width:1024px) {

div#steps-folda-splide {
    visibility: visible !important;
}

.steps-folda-container ul.splide__list {
    gap: 30px;
}

.steps-folda-container ul.splide__list li.splide__slide {
    flex: 0 0 calc(100% / 4 - 23px);
}

.fold1-slider .splide__track {
    overflow: visible;
}

}

.steps-folda {
    position: relative;
}

.steps-folda-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.steps-folda-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps-folda-wrapper {
    position: relative;
    display: flex;
    gap: 30px;
    padding: 0px 0px;
}

.steps-folda-item-content p:not(.subtext) {
}

.steps-folda-item {
    text-align: center;
    background: whitesmoke;
    padding: 50px 30px;
    position: relative;
}

.steps-folda-item-number-container {
    position: relative;
    z-index: 2;
}

.steps-folda-item-content-subtext .subtext {
    margin-bottom: 5px;
}

.steps-folda-header .title {
    color: var(--primary-color1);
}

.steps-folda-item-content-subtext .subtext {
    font-size: 18px;
    line-height: 26px;
}

.steps-folda-item-content p {
}

.steps-folda-item-content-subtext p {
    color: var(--primary-color1);
}

.fold1-slider.splide {
    position: relative;
}

.steps-first-border {
    position: relative;
}

.steps-first-border::before,
.steps-second-border::before,
.steps-third-border::before{
    content: '';
    position: absolute;
    bottom: 0px;
    width: calc(100% + 0px);
    height: 100%;
    border: dashed 4px var(--primary-color1);
    left: 50%;
    transform: translatey(25%);
    border-radius: 50%;
    border-top: none;
    border-left: none;
    border-right: none;
}

.steps-second-border::before {
	border-bottom:none;
	border-top:dashed 4px var(--primary-color1);
	transform:translatey(-25%)
}

.steps-folda-item p:not(.subtext) {
    margin: 0px;
}

.steps-folda-container {
    padding: 170px 0px;
}

.steps-folda-header {
    text-align: center;
    position: relative;
    padding-bottom: 140px;
}

.steps-folda li.splide__slide {
    display: flex;
}

.steps-folda-item-number i {
    font-size: 36px;
    color: var(--primary-color1);
    line-height: 1;
}

    /*=== == == Step FoldA END == == ==*/

/*== == ACCORDION PAGE == ==*/

.accordion-fold {
    padding: 100px 0px;
    position: relative;
    padding-top: 50px;
    background: #333;
}
.accordion-fold.padding {
    padding: 50px 0px;
}
.accordion-content p a {
    color: white;
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 5px;
    line-height: 1;
    font-style: italic;
    transition: all 500ms ease;
}

.accordion-content p a i {
    color: var(--secondary-color1);
}

.accordion-content p a i {
    display: flex;
    align-items: center;
}

.accordion-content p a:hover {
    opacity: .6;
}


.accordion-fold .title {
    text-align: center;
    margin-bottom: 50px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 20px 20px;
    cursor: pointer;
}

.accordion-wrapper {
    color: #333;
}

.faq-container .content-header {
    padding-bottom: 50px;
}

.faq-container .content-header .title {
    margin: 0px;
}

.accordion-content ul {
    list-style: none;
    text-align: left;
}

.accordion-content ul li {
    margin-bottom: 20px;
}

.accordion-subtitle span {
    display: block;
    font-weight: 400;
    margin-top: 10px;
    font-size: 18px;
}

.accordion-btn p {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    margin: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.accordion-btn.opened p.close-btn {
    opacity: 1;
}

.accordion-btn.closed p.open-btn {
    opacity: 1;
}

.accordion-item {
    position: relative;
}

.extended .accordion-fold-wrapper{
    max-height: 1000px;
}

.accordion-fold-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.accordion-content {
	padding-top: 20px;
	border-radius: var(--curve);
	padding: 0px 40px 0px 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	position: relative;
}

.accordion-content ul {
    padding-left: 20px;
}

.accordion-content ul li {
    font-size: 16px;
    color: white;
}

.accordion-btn i {
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
    color: #333;
    transition: all 500ms ease;
}

.accordion-header {
    font-size: 24px;
    padding-right: 60px;
    line-height: 32px;
    margin-bottom: 0px;
    transition: all 500ms ease;
    font-weight: 400;
}
.accordion-subtitle {
    font-size: 26px;
}

.header-wrapper {
}
.header-wrapper:hover {
    opacity: 0.7;
}

.active .accordion-btn i {
}

.header-wrapper.active {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.accordion-content p {
    transition: all 500ms ease;
    font-size: 16px;
    line-height: 24px;
}

.faq-container .content-header p {
    margin-top: 20px;
}

.extended .accordion-content p {
    margin: 0px;
}

.active .accordion-header {
}

.content-fold-fold-d-accordion-column-padding {
    padding: 120px 80px;
}

.content-fold-d-accordion-column-header .title span {
    color: var(--secondary-color1);
}

.content-fold-d-accordion-column-header .title {
}

.accordion-item-row {
    display: flex;
}

.content-fold-d-accordion-readmore .readmore {
    margin: 0px;
}

.content-fold-d-accordion-readmore {
    padding-top: 40px;
}

.accordion-ittem-number p {
    font-size: 22px;
    line-height: 1;
    background: var(--primary-color1);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px;
    padding-top: 2px;
    font-weight: 600;
}

.accordion-ittem-number {
    transform: translatey(16px);
}


.content-fold-d-accordion-column-header {
    padding-bottom: 30px;
}

.content-fold-d-accordion-column-content {
    padding-bottom: 30px;
}

	/*=== == ACCORDION END === ==*/

/*== == == Content Fold D == == ==*/

.content-fold-d {
    position: relative;
    overflow: hidden;
}

.content-fold-d-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.content-fold-d-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 1050px;
    position: relative;
    top: -150px;
}

.content-fold-d-accordion-column {
    position: relative;
    max-width: 767px;
    background: #ffffffe6;
    overflow: hidden;
    max-height: 900px;
}

	/*=== == == Content Fold D END == == ==*/

.accordion-content ul.services-list li::before {
    color: white;
}

.content-fold-b-wrapper {
    padding: 0px;
}

.content-fold-b-img img {
    height: calc(100% - 120px);
    object-fit: cover;
}

.alt .content-fold-b-img {
    align-items: flex-end;
}

.alt .content-fold-b-img img {
    object-fit: cover;
}