/* Feature Box */
.phModParticlesFeatureBox {
   /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 30px;
    max-width: 960px;
    margin: 0 auto 30px;*/

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: center; no equal height */
    align-content: center;
}


.phModParticlesFeatureBox .phModParticlesItem {
    position: relative;
    padding: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 17em;

}


.phModParticlesFeatureBox .phModParticlesIcon {
    font-size: 5em;
}
.phModParticlesFeatureBox .phModParticlesSvg svg {
    height: 5em;
}

.phModParticlesFeatureBox .phModParticlesTitle {
	font-size: 150%;
	/*flex-grow: 1;*/
    margin-top: 0em;
    font-weight: bold;
}

.phModParticlesFeatureBox .phModParticlesDesc {
	margin-top: 1em;
}


@media only screen and (max-width: 768px) {
    .phModParticlesFeatureBox .phModParticlesItem {
        width: 100%;
    }
}


/* Feature Row */
.phModParticlesFeatureRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: center; no equal height */
    align-content: center;
}

.phModParticlesFeatureRow .phModParticlesItem {
    position: relative;
    padding: 1em;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.phModParticlesFeatureRow .phModParticlesIcon {
    font-size: 2em;
    margin-right: 0.3em;
    font-weight: bold;
}

.phModParticlesFeatureRow .phModParticlesSvg {
    display: flex;
    align-items: center;
}

.phModParticlesFeatureRow .phModParticlesSvg svg {
    height: 2em;
}

.phModParticlesFeatureRow .phModParticlesSvg a {
    margin:0;
    padding:0;
    line-height: 1;
    display: inline-block;
}

.phModParticlesFeatureRow .phModParticlesTitle {
    font-weight: bold;
    line-height: 1;
}

.phModParticlesFeatureRow .phModParticlesDesc {
    margin-left: 1em;
    line-height: 1;
}



/* Image Row */
.phModParticlesImageRow {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     /*align-items: center; no equal height */
     align-content: center;
 }


.phModParticlesImageRow .phModParticlesItem {
    position: relative;
}
.phModParticlesImageRow .phModParticlesItem.pmpw25 {width: 25%;}
.phModParticlesImageRow .phModParticlesItem.pmpw33 {width: 33.33%; width: calc(100% / 3);}
.phModParticlesImageRow .phModParticlesItem.pmpw50 {width: 50%;}
.phModParticlesImageRow .phModParticlesItem.pmpw100 {width: 100%;}

.phModParticlesImageRow .phModParticlesItem .phModParticlesItemInnerBox {
    padding: 0;
    margin: 0;
}

.phModParticlesImageRow .phModParticlesImage {
    max-width: 100%;
    height: auto;
}

.phModParticlesImageRow .phModParticlesTitle {
    position: absolute;
    top: 68%;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    margin: 0.5rem;
    font-size: 1rem;
}

.phModParticlesImageRow .phModParticlesTitle a,
.phModParticlesImageRow .phModParticlesTitle a:hover {
    color: #fff;
}

.phModParticlesImageRow .phModParticlesDesc {
    position: absolute;
    top: 80%;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    margin: 0.5rem;
    font-size: 1rem;
}

@media only screen and (max-width: 768px) {
    .phModParticlesImageRow .phModParticlesDesc {
        display: none;
    }
}



/* Image Content */
.phModParticlesImageContent .phModParticlesItem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;

}
.phModParticlesImageContent .phModParticlesItem.pmpReverse {
    flex-direction: row-reverse;
}


.phModParticlesImageContent .phModParticlesItem .phModParticlesItemImage.pmpw40,
.phModParticlesImageContent .phModParticlesItem .phModParticlesItemContent.pmpw40 {
    width: 40%;
}
.phModParticlesImageContent .phModParticlesItem .phModParticlesItemImage.pmpw50,
.phModParticlesImageContent .phModParticlesItem .phModParticlesItemContent.pmpw50 {
    width: 50%;
}
.phModParticlesImageContent .phModParticlesItem .phModParticlesItemImage.pmpw60,
.phModParticlesImageContent .phModParticlesItem .phModParticlesItemContent.pmpw60 {
    width: 60%
}

@media only screen and (max-width: 768px) {
    .phModParticlesImageContent .phModParticlesItem .phModParticlesItemImage.pmpw40,
    .phModParticlesImageContent .phModParticlesItem .phModParticlesItemContent.pmpw40 {
        width: 100%;
    }
    .phModParticlesImageContent .phModParticlesItem .phModParticlesItemImage.pmpw50,
    .phModParticlesImageContent .phModParticlesItem .phModParticlesItemContent.pmpw50 {
        width: 100%;
    }
    .phModParticlesImageContent .phModParticlesItem .phModParticlesItemImage.pmpw60,
    .phModParticlesImageContent .phModParticlesItem .phModParticlesItemContent.pmpw60 {
        width: 100%
    }
}

.phModParticlesImageContent .phModParticlesItem.pmpReverse .phModParticlesItemImage,
.phModParticlesImageContent .phModParticlesItem .phModParticlesItemContent {
    padding-left: 1%;
    padding-right: 5%;
}

.phModParticlesImageContent .phModParticlesItem .phModParticlesItemImage,
.phModParticlesImageContent .phModParticlesItem.pmpReverse .phModParticlesItemContent {
    padding-left: 5%;
    padding-right: 1%;
}

@media only screen and (max-width: 768px) {
    .phModParticlesImageContent .phModParticlesItem.pmpReverse .phModParticlesItemImage,
    .phModParticlesImageContent .phModParticlesItem .phModParticlesItemContent,
    .phModParticlesImageContent .phModParticlesItem .phModParticlesItemImage,
    .phModParticlesImageContent .phModParticlesItem.pmpReverse .phModParticlesItemContent {
        padding: 5% 3%;
    }
}

.phModParticlesItemImage.pmpw40,
.phModParticlesItemImage.pmpw40,
.phModParticlesItemImage.pmpw40 {
    display: flex;
    align-items: center;
}

.phModParticlesImageContent .phModParticlesItem .phModParticlesContent {
    padding: 0;
    padding-left: 3em;
}
.phModParticlesImageContent .phModParticlesItem.pmpReverse .phModParticlesContent {
    padding: 0;
    padding-right: 2em;
}


.phModParticlesImageContent .phModParticlesItemImage .phModParticlesSvg {
    margin: 3em;
}


/* Image FeatureBox */
.phModParticlesImageFeatureBox .phModParticlesItem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;

}
.phModParticlesImageFeatureBox .phModParticlesItem.pmpReverse {
    flex-direction: row-reverse;
}

.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw25,
.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw25 {
    width: 25%;
}

.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw30,
.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw30 {
    width: 30%;
}

.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw35,
.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw35 {
    width: 35%;
}

.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw40,
.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw40 {
    width: 40%;
}
.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw50,
.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw50 {
    width: 50%;
}
.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw60,
.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw60 {
    width: 60%
}

@media only screen and (max-width: 768px) {

    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw25,
    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw25 {
        width: 100%;
    }

    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw30,
    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw30 {
        width: 100%;
    }

    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw35,
    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw35 {
        width: 100%;
    }

    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw40,
    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw40 {
        width: 100%;
    }
    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw50,
    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw50 {
        width: 100%;
    }
    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemImage.pmpw60,
    .phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw60 {
        width: 100%
    }
}

.phModParticlesItemImage.pmpw40,
.phModParticlesItemImage.pmpw40,
.phModParticlesItemImage.pmpw40 {
    display: flex;
    align-items: center;
}

.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox {
    padding: 0;
    padding-left: 3em;
}
.phModParticlesImageFeatureBox .phModParticlesItem.pmpReverse .phModParticlesItemFeatureBox {
    padding: 0;
    padding-right: 2em;
}

.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox {
    position: relative;
    padding: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox .phModParticlesIconBox {
    width: 25%;
    text-align: right;
}

.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox .phModParticlesDescBox {
   width: 75%;
   text-align: left;
   padding: 0 0 0 1em;
}


.phModParticlesImageFeatureBox .phModParticlesItemFeatureBox .phModParticlesIcon {
    font-size: 5em;
}
.phModParticlesImageFeatureBox .phModParticlesItemFeatureBox .phModParticlesSvg svg {
    height: 5em;
}
.phModParticlesImageFeatureBox .phModParticlesItemFeatureBox .phModParticlesImage img {
    height: 5em;
    width: auto;
}

.phModParticlesImageFeatureBox .phModParticlesItemFeatureBox .phModParticlesTitle {
	font-size: 150%;
	/*flex-grow: 1;*/
    margin-top: 0em;
    font-weight: bold;
}

.phModParticlesImageFeatureBox .phModParticlesItemFeatureBox .phModParticlesDesc {
	margin-top: 0;
    margin-bottom: 1em;
}

/* Content Feature Box */
.phModParticlesContentFeatureBox .phModParticlesItem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;

}
.phModParticlesContentFeatureBox .phModParticlesItem.pmpReverse {
    flex-direction: row-reverse;
}

.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw25,
.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw25 {
    width: 25%;
}

.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw30,
.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw30 {
    width: 30%;
}

.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw35,
.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw35 {
    width: 35%;
}

.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw40,
.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw40 {
    width: 40%;
}
.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw50,
.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw50 {
    width: 50%;
}
.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw60,
.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw60 {
    width: 60%
}

@media only screen and (max-width: 768px) {

    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw25,
    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw25 {
        width: 100%;
    }

    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw30,
    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw30 {
        width: 100%;
    }

    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw35,
    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw35 {
        width: 100%;
    }

    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw40,
    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw40 {
        width: 100%;
    }
    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw50,
    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw50 {
        width: 100%;
    }
    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemContent.pmpw60,
    .phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox.pmpw60 {
        width: 100%
    }
}

.phModParticlesItemContent.pmpw40,
.phModParticlesItemContent.pmpw40,
.phModParticlesItemContent.pmpw40 {
    display: flex;
    align-items: center;
}

.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox {
    padding: 0;
    padding-left: 3em;
}
.phModParticlesContentFeatureBox .phModParticlesItem.pmpReverse .phModParticlesItemFeatureBox {
    padding: 0;
    padding-right: 2em;
}

.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox {
    position: relative;
    padding: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox .phModParticlesIconBox {
    width: 25%;
    text-align: right;
}

.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesItemFeatureBox .phModParticlesDescBox {
   width: 75%;
   text-align: left;
   padding: 0 0 0 1em;
}


.phModParticlesContentFeatureBox .phModParticlesItemFeatureBox .phModParticlesIcon {
    font-size: 5em;
}
.phModParticlesContentFeatureBox .phModParticlesItemFeatureBox .phModParticlesSvg svg {
    height: 5em;
}
.phModParticlesContentFeatureBox .phModParticlesItemFeatureBox .phModParticlesImage img {
    height: 5em;
    width: auto;
}

.phModParticlesContentFeatureBox .phModParticlesItemFeatureBox .phModParticlesTitle {
	font-size: 150%;
	/*flex-grow: 1;*/
    margin-top: 0em;
    font-weight: bold;
}

.phModParticlesContentFeatureBox .phModParticlesItemFeatureBox .phModParticlesDesc {
	margin-top: 0;
    margin-bottom: 1em;
}



/* Content Feature Accordion, Image Feature Accordion */
.phModParticlesAccordion {
    width: 100%;
    padding: 1em;
}

.phModParticlesAccordionItem {
    border-bottom: 1px solid #ddd;
}

.phModParticlesAccordionHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.2rem;
    user-select: none;
    transition: color 0.3s ease;
}

.phModParticlesAccordionHeaderIcon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    fill: none;
    stroke: #777;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.phModParticlesAccordionContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    font-size: 1rem;
    line-height: 1.6;
}

.phModParticlesAccordionContent > :last-child {
    padding-bottom: 1em;
}

.phModParticlesAccordionItem.active .phModParticlesAccordionHeaderIcon {
    transform: rotate(180deg);
    stroke: #000;
}

.phModParticlesAccordionItem.active .phModParticlesAccordionHeader {
    color: #000;
}

.phModParticlesAccordionContent,
.phModParticlesAccordionImage {
  overflow: hidden;
  max-height: 0;
  transition: max-height 300ms ease;
}


.phModParticlesImageFeatureAccordion .phModParticlesItem,
.phModParticlesContentFeatureAccordion .phModParticlesItem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;

}

.phModParticlesImageFeatureAccordion .phModParticlesItem.pmpReverse,
.phModParticlesContentFeatureAccordion .phModParticlesItem.pmpReverse {
    flex-direction: row-reverse;
}
/*
.phModParticlesItemContent,
.phModParticlesItemFeatureAccordion {
    flex-grow: 1;
}*/

.phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemImage.pmpw40,
.phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw40,
.phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemContent.pmpw40,
.phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw40 {
    width: 40%;

}

.phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemImage.pmpw50,
.phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw50,
.phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemContent.pmpw50,
.phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw50 {
    width: 50%;

}

.phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemImage.pmpw60,
.phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw60,
.phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemContent.pmpw60,
.phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw60 {
    width: 60%

}

@media only screen and (max-width: 768px) {

    .phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemImage.pmpw40,
    .phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw40,
    .phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemContent.pmpw40,
    .phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw40 {
        width: 100%;
    }

    .phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemImage.pmpw50,
    .phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw50,
    .phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemContent.pmpw50,
    .phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw50 {
        width: 100%;
    }

    .phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemImage.pmpw60,
    .phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw60,
    .phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemContent.pmpw60,
    .phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion.pmpw60 {
        width: 100%
    }
}



.phModParticlesItemFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion,
.phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion {
    padding: 0 2em;
}

.phModParticlesItemFeatureAccordion .phModParticlesItem.pmpReverse .phModParticlesItemFeatureAccordion
.phModParticlesContentFeatureAccordion .phModParticlesItem.pmpReverse .phModParticlesItemFeatureAccordion {
    padding: 0 2em;
}

.phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion
.phModParticlesContentFeatureAccordion .phModParticlesItem .phModParticlesItemFeatureAccordion {
    position: relative;
    padding: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.phModParticlesImageFeatureAccordion .phModParticlesItem .phModParticlesItemImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}

/* Image Background */
.phModParticlesImageBackground {}

.phModParticlesImageBackground .phModParticlesItem {
    padding: 1em;
}
.phModParticlesImageBackground .phModParticlesItem .phModParticlesTitle,
.phModParticlesImageBackground .phModParticlesItem .phModParticlesDesc,
.phModParticlesImageBackground .phModParticlesItem .phModParticlesContent,
.phModParticlesImageBackground .phModParticlesItem .phModParticlesButtonBox {
    line-height: 1;
}


.phModParticlesImageBackground .phModParticlesItem .phModParticlesTitle {
    margin: auto;
    margin-top: 10vw;
    font-size: 6vw;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}

.phModParticlesImageBackground .phModParticlesItem .phModParticlesImage {
    margin: auto;
    margin-top: 5%;
    text-align: center;
}
.phModParticlesImageBackground .phModParticlesItem .phModParticlesContent {
    margin-top: 5%;
}

.phModParticlesImageBackground .phModParticlesItem .phModParticlesDesc {
    margin: auto;
    margin-top: 5%;
    font-size: 4vw;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}

.phModParticlesImageBackground .phModParticlesItem .phModParticlesButtonBox {
    text-align: center;
    margin-top: 5%;
    padding: 1%;
}
.phModParticlesImageBackground .phModParticlesItem .phModParticlesButtonBox a.phModParticlesButton,
.phModParticlesImageBackground .phModParticlesItem .phModParticlesButtonBox a.phModParticlesButton:hover {
    font-size: 2vw;
   /* color: #000;
    background: #fff;*/
    border-radius: 3px;
    padding: 1.5vw;
    margin: 0 auto;
    text-transform: uppercase;
}

:root {
    --ibheight: 100vh;
    /* minus e.g. menu */
    /*--ibheight: calc(100vh - 200px);*/
}
@media (max-width: 576px) {
    .phModParticlesImageBackground {
        min-height: calc(var(--ibheight) / 3);
    }
}
@media (min-width: 576px) {
    .phModParticlesImageBackground {
        min-height: calc(var(--ibheight) / 2);
    }
}
@media (min-width: 768px) {
    .phModParticlesImageBackground {
        min-height: calc(var(--ibheight) / 1.5);
    }
}
@media (min-width: 972px) {
    .phModParticlesImageBackground {
        min-height: var(--ibheight);
    }
}
@media (min-width: 1200px) {
    .phModParticlesImageBackground {
        min-height: var(--ibheight);
    }
}


/* SimpleContent */
.phModParticlesSimpleContent {
}

.phModParticlesSimpleContent .phModParticlesItem {
    padding: 1em;
    padding-bottom: 2em;
}
.phModParticlesSimpleContent .phModParticlesItem .phModParticlesTitle,
.phModParticlesSimpleContent .phModParticlesItem .phModParticlesDesc,
.phModParticlesSimpleContent .phModParticlesItem .phModParticlesContent,
.phModParticlesSimpleContent .phModParticlesItem .phModParticlesButtonBox {
    line-height: 1;
}


.phModParticlesSimpleContent .phModParticlesItem .phModParticlesTitle {
    margin: auto;
    margin-top: 4vw;
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
}

.phModParticlesSimpleContent .phModParticlesItem .phModParticlesImage {
    margin: auto;
    margin-top: 3vw;
    text-align: center;
}
.phModParticlesSimpleContent .phModParticlesItem .phModParticlesContent {

}

.phModParticlesSimpleContent .phModParticlesItem .phModParticlesDesc {
    margin: auto;
    margin-top: 1vw;
    font-size: 1.6vw;
    font-size: clamp(1rem, 1.6vw, 2rem);
    text-align: center;
    font-weight: normal;

}

.phModParticlesSimpleContent .phModParticlesItem .phModParticlesButtonBox {
    margin-top: 3vw;
    text-align: center;
    padding: 1%;
}
.phModParticlesSimpleContent .phModParticlesItem .phModParticlesButtonBox a.phModParticlesButton,
.phModParticlesSimpleContent .phModParticlesItem .phModParticlesButtonBox a.phModParticlesButton:hover {
    font-size: 2vw;
    font-size: clamp(1.2rem, 2vw, 3rem);
    /*color: #fff;
    background: #000;
    border-radius: 3px;*/
    padding: 1vw 3vw;
    margin: 0 auto;
    text-decoration: none;
}

[data-bs-theme="dark"]{
    .phModParticlesSimpleContent .phModParticlesItem .phModParticlesButtonBox a.phModParticlesButton,
    .phModParticlesSimpleContent .phModParticlesItem .phModParticlesButtonBox a.phModParticlesButton:hover {
       /* color: #000;
        background: #fff;*/
    }
}

/* Comparison Table */
.phModParticlesComparisonTable {
   /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 30px;
    max-width: 960px;
    margin: 0 auto 30px;*/

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: center; no equal height */
    align-content: center;
    width: 100%;
    padding: 1em 5em;
}


.phModParticlesComparisonTable .phModParticlesItem {
    position: relative;
    padding: 1em;
    padding-bottom: 1em;
    margin: 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    box-sizing: border-box;
    align-items: stretch;
}

.phModParticlesComparisonTable .phModParticlesItem .phModParticlesContent {
    text-align: justify;
}

.phModParticlesComparisonTable .phModParticlesItem .phModParticlesButtonBox {
    margin-top: 2em;
    margin-bottom: 1em;
}


.phModParticlesComparisonTable .phModParticlesIcon {
    font-size: 5em;
}
.phModParticlesComparisonTable .phModParticlesSvg svg {
    height: 5em;
}

.phModParticlesComparisonTable .phModParticlesTitle {
	font-size: 150%;
	/*flex-grow: 1;*/
    margin-top: 0em;
    font-weight: bold;
}

.phModParticlesComparisonTable .phModParticlesDesc {
	margin-top: 1em;
}

.phModParticlesComparisonTable .phModParticlesContent {
    margin: 1em;
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    flex: 1;
}


/* General */
.phModParticles {
    width: 100%;
}
.phModParticlesIcon a,
.phModParticlesIcon a:hover,
.phModParticlesTitle,
.phModParticlesTitle a:hover,
.phModParticlesSvg,
.phModParticlesSvg a:hover {
    text-decoration: none;
    margin: 0;
    padding: 0;
}


/* Shared classes */
.phModParticlesImageFeatureBox .phModParticlesItemImage,
.phModParticlesImageContent .phModParticlesItemImage {
    position: relative;
}
.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemLabel,
.phModParticlesImageContent .phModParticlesItem .phModParticlesItemLabel {
    position: absolute;
    top: 1em;
    left: 1em;
    padding: 0.25em 1em;
    background: #9e0f0f;
    color: #fff;
    border-radius: 5px;
    font-weight: 900;
    font-size: 120%;
}

.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemPriceOriginal,
.phModParticlesImageContent .phModParticlesItem .phModParticlesItemPriceOriginal {
    position: absolute;
    bottom: 4.5em;
    right: 4.5em;
    padding: 0.3vw 1.5vw;
    border: 4px solid #000;
    background: #fff;
    color: #000;
    border-radius: 5px;
    text-decoration: line-through;
    transform: rotate(-4deg);
    font-weight: 900;
    font-size: 130%;
}

.phModParticlesImageFeatureBox .phModParticlesItem .phModParticlesItemPrice,
.phModParticlesImageContent .phModParticlesItem .phModParticlesItemPrice {
    position: absolute;
    bottom: 1em;
    right: 3em;
    padding: 0.8vw 2.5vw;
    background: #f8e914;
    color: #000;
    border-radius: 5px;
    transform: rotate(-4deg);
    font-weight: 900;
    font-size: 160%;
}


.phModParticlesItemFeatureBox .phModParticlesDescBox .phModParticlesButtonBox,
.phModParticlesImageContent .phModParticlesItemContent .phModParticlesButtonBox {
    text-align: center;
    margin: 0 auto;
}

.phModParticlesComparisonTable .phModParticlesItem .phModParticlesButtonBox .phModParticlesButton,
.phModParticlesItemFeatureBox .phModParticlesButtonBox .phModParticlesButton,
.phModParticlesImageContent .phModParticlesItemContent .phModParticlesButtonBox .phModParticlesButton {
    font-size: 2vw;
    /*color: #fff;
    background: #000;
    border-radius: 3px;*/
    padding: 0.8vw 1.2vw;
    margin: 0 auto;
    text-decoration: none;
}

.phModParticlesImageFeatureBox .phModParticlesItemTitle,
.phModParticlesImageContent .phModParticlesItemContent .phModParticlesItemTitle {
    font-weight: 900;
    font-size: 240%;
}

.phModParticlesDescTop,
.phModParticlesDescBottom {
    padding: 1em;
}



.phModParticlesVideoBox iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}


/* Theme phParticlesImageRowThemeProducts */
.phParticlesImageRowThemeProducts .phModParticlesItem .phModParticlesItemInnerBox {
    margin: 1em;
    box-shadow: 0 0 14px rgba(0,0,0,.1);
}

.phParticlesImageRowThemeProducts .phModParticlesItem .phModParticlesTitle {
    position: absolute;
    text-shadow: none;
    font-size: clamp(1vw, 2vw, 3vw);
    margin-left: 2.5vw;
    line-height: 1.2;
    top: 25%;
}

.phParticlesImageRowThemeProducts .phModParticlesItem .phModParticlesDesc {
    position: absolute;
    text-shadow: none;
    font-size: clamp(0.8vw, 1.2vw, 1.6vw);
    margin-left: 2.5vw;
    top: 55%;
}

.phParticlesImageRowThemeProducts .phModParticlesItem.beige .phModParticlesItemInnerBox {
    background: rgb(184,170,168);
    background: radial-gradient(circle, rgba(184,170,168,1) 0%, rgba(126,116,116,1) 100%);
}

.phParticlesImageRowThemeProducts .phModParticlesItem.grey .phModParticlesItemInnerBox {
    background: rgb(232,232,232);
    background: radial-gradient(circle, rgba(232,232,232,1) 0%, rgba(169,169,171,1) 100%);
}

.phParticlesImageRowThemeProducts .phModParticlesItem.brown .phModParticlesItemInnerBox {
    background: rgb(235,179,166);
    background: radial-gradient(circle, rgba(235,179,166,1) 0%, rgba(137,78,64,1) 100%);
}

.phParticlesImageRowThemeProducts .phModParticlesItem.gold .phModParticlesItemInnerBox {
    background: rgb(252,217,128);
    background: radial-gradient(circle, rgba(252,217,128,1) 0%, rgba(218,165,32,1) 100%);
}

.phParticlesImageRowThemeProducts .phModParticlesItem.pink .phModParticlesItemInnerBox {
    background: rgb(252,182,195);
    background: radial-gradient(circle, rgba(252,182,195,1) 0%, rgba(242,53,87,1) 100%);
}

.phParticlesImageRowThemeProducts .phModParticlesItem.orange .phModParticlesItemInnerBox {
    background: rgb(247,175,147);
    background: radial-gradient(circle, rgba(247,175,147,1) 0%, rgba(240,93,35,1) 100%);
}

.phParticlesImageRowThemeProducts .phModParticlesItem.turquoise .phModParticlesItemInnerBox {
    background: rgb(166,236,255);
    background: radial-gradient(circle, rgba(166,236,255,1) 0%, rgba(34,178,218,1) 100%);
}

.phParticlesImageRowThemeProducts .phModParticlesItem.dark .phModParticlesItemInnerBox {
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(25,25,25,1) 100%);
}


/* Grid */


.phModParticlesGridBoxBox {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 1em;
}

.phModParticlesGridBoxBox.pmpReverse {
    flex-direction: row-reverse;
}

.phModParticlesGridBoxBox .phModParticlesItem {
    flex-basis: calc(50% - 0.5em);
    flex-grow: 0;
    flex-shrink: 0;
        column-gap: 1em;
    row-gap: 1em;
}

.phModParticlesGridBoxBox .phModParticlesItem.pmpw50 {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.phModParticlesGridBoxBox .phModParticlesItemBox.pmpw50 {
    width: 50%;
}

.phModParticlesGridBoxBox .phModParticlesItemBox.pmpw100 {
    width: 100%;
}


.phModParticlesGridBoxBox .phModParticlesItemBox {
    padding: 1.5em;
    box-sizing: border-box;
    background-clip: padding-box;
}

.phModParticlesGridBoxBox .phModParticlesItem .phModParticlesItemRow {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    column-gap: 1em;
    row-gap: 1em;
}

.phModParticlesGridBoxBox .phModParticlesItemBox.pmpw50 {
    flex-basis: calc(50% - 0.5em);
    flex-grow: 0;
    flex-shrink: 0;
}

.phModParticlesGridBoxBox .phModParticlesItemBox.pmpw100 {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
    .phModParticlesGridBoxBox .phModParticlesItem.pmpw50,
    .phModParticlesGridBoxBox .phModParticlesItemBox.pmpw50 {
        width: 100%;
    }

    .phModParticlesGridBoxBox .phModParticlesItemBox.pmpw50,
    .phModParticlesGridBoxBox .phModParticlesItem {
        flex-basis: 100%;
    }
}

.phModParticlesGridBoxBox .phModParticlesIcon {
    font-size: 5em;
}
.phModParticlesGridBoxBox .phModParticlesSvg svg {
    height: 5em;
}

.phModParticlesGridBoxBox .phModParticlesTitle {
	font-size: 150%;
    margin-top: 0;
    font-weight: bold;
}

.phModParticlesGridBoxBox .phModParticlesDesc {
	margin-top: 1em;
}

.phModParticlesGridBoxBox .phModParticlesBackgroundImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.phModParticlesGridBoxBox .phModParticlesItemBox .phModParticlesButtonBox {
    text-align: center;
    margin: 0 auto;
    margin-top: 3em;
}

.phModParticlesGridBoxBox .phModParticlesItemBox .phModParticlesButtonBox .phModParticlesButton {
    font-size: 2vw;
    border-radius: 3px;
    padding: 0.8vw 1.2vw;
    margin: 0 auto;
    text-decoration: none;
}

.phModParticlesGridBoxBox .phModParticlesItem .phModParticlesItemRow .phModParticlesItemBox {
    border-radius: 10px;
    padding: 1.5em;
}

.phModParticlesGridBoxBox .phModParticlesItem .phModParticlesItemRow .phModParticlesItemBox {
    background-color: #f0f0f0;
}

/* Grid - Subtype: Column*/

.phModParticlesGridBoxBox.phGridBoxColumn {
    column-gap: 1em;
    row-gap: 1em;
}

.phModParticlesGridBoxBox.phGridBoxColumn .phModParticlesItem:nth-child(2) {
    flex-direction: row;
    column-gap: 1em;
    row-gap: 1em;
}

.phModParticlesGridBoxBox.phGridBoxColumn .phModParticlesItem .phModParticlesItemRow {
    column-gap: 1em;
    row-gap: 1em;
}

@media only screen and (max-width: 768px) {

    .phModParticlesGridBoxBox.phGridBoxColumn {
        flex-direction: column;
    }

    .phModParticlesGridBoxBox.phGridBoxColumn .phModParticlesItem:nth-child(2) {
        flex-direction: column;
    }
}

.phModParticlesGridBoxBox.phGridBoxColumn .phModParticlesItem:nth-child(2) .phModParticlesItemRow {
    flex: 1;
}

.phModParticlesGridBoxBox.phGridBoxColumn .phModParticlesItem:nth-child(2) .phModParticlesItemRow .phModParticlesItemBox.pmpw50 {
    width: 100%;
    flex-basis: auto;
}


/* Specific classes */
.phFontColorDark,
.phFontColorDark a:not(.btn):not(.dropdown-item) {
    color: #000;
}


.phFontColorLight,
.phFontColorLight a:not(.btn):not(.dropdown-item) {
    color: #fff;
}

.phModParticlesTitlePrefix,
.phModParticlesTitleSuffix {
    display: inline;
}

.phModParticlesItemRow {
    position: relative;
}

/* Overlay */
.phOverlayLighten,
.phOverlayDarken {
    overflow: hidden;
    position: relative;
}
.phOverlayDarken::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.phOverlayLighten::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.phOverlayLighten > *,
.phOverlayDarken > * {
  position: relative; 
  z-index: 2; 
}


.phModParticlesContentFeatureAccordionContainer .phModParticlesItemTitle,
.phModParticlesContentFeatureBoxContainer .phModParticlesItemTitle,
.phModParticlesFeatureBoxContainer .phModParticlesItemTitle {
    font-weight: 900;
    font-size: 240%;
    text-align: center;
}

.phModParticlesContentFeatureAccordionContainer .phModParticlesItemDesc,
.phModParticlesContentFeatureBoxContainer .phModParticlesItemDesc,
.phModParticlesFeatureBoxContainer .phModParticlesItemDesc {
    text-align: center;
}

/* Because of possible map */
.phModParticlesItemContentIn {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
}


/* Image Rotate */
.phModParticlesImageRotate {
    position: relative;
    height: 300vh;
    width: 100%;
}
/*
@media only screen and (max-width: 768px) {
    .phModParticlesImageRotate {
        height: 300vh;
    }
}
*/
.phModParticlesImageRotateStage {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 5;
}

.phModParticlesImageRotateTextOverlay {
    text-align: center;
    padding: 1em;
    max-width: 90%;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 35;
    position:absolute;
    top: 6em;
}

.phModParticlesImageRotateTextOverlayTitle {
    font-size: 2rem;
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    font-weight: 900;
    margin-bottom: 0.25em;
    transition: opacity 0.3s, transform 0.3s;
}
.phModParticlesImageRotateTextOverlayDesc {
    font-size: 1rem;
    font-size: clamp(0.8rem, 1.6vw, 1.6rem);
}

.phModParticlesImageRotateTextOverlaySuffix {
    text-align: center;
    max-width: 90%;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 35;
    position:absolute;
    bottom: 11em;
    right: 7em;
}

.phModParticlesImageRotateTextOverlayTitleSuffix {
    font-size: 2rem;
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    font-weight: 900;
    margin-bottom: 0.25em;
    transition: opacity 0.3s, transform 0.3s;
}

/*
.phModParticlesImageRotateTextOverlayTitleSuffix > div {
    padding: 0.25em 1em;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    background: #cbccbc;
}
.phModParticlesImageRotateTextOverlayTitleSuffix .item-1 { background: #946ba5;}
.phModParticlesImageRotateTextOverlayTitleSuffix .item-2 { background: #a5935c;}
.phModParticlesImageRotateTextOverlayTitleSuffix .item-3 { background: #97a59d;}
.phModParticlesImageRotateTextOverlayTitleSuffix .item-4 { background: #a5797a;}
.phModParticlesImageRotateTextOverlayTitleSuffix .item-5 { background: #a5a376;}
.phModParticlesImageRotateTextOverlayTitleSuffix .item-6 { background: #B22222;}
.phModParticlesImageRotateTextOverlayTitleSuffix .item-7 { background: #445680;}
.phModParticlesImageRotateTextOverlayTitleSuffix .item-8 { background: #af41ad;}
*/

.phModParticlesImageRotateStack {
    display: grid;
    position: relative;
    width: 70vw;
    max-width: 70vw;
    /*width: 100%;*/
}

.phModParticlesImageRotateFrame{
    grid-area: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.1s linear;
}

.phModParticlesImageRotateFrame.active {
    opacity: 1;
}

