body#home .heroCentered {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body#home .heroCentered .aside1 {
    flex: 0 1 100%;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body#home .heroCentered .aside1 h1,
body#home .heroCentered .aside1 p {
    text-align: center;
}

body#home .heroCentered .left {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    text-align: center;
}

/* CSS for home.html page */
/* Extracted from home_extracted.css - All styles used in home.html */

/* Base resets and defaults */
html {
    font-size: 1rem;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0rem;
    padding: 0rem;
    font-family: 'Nunito';
    font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    line-height: inherit;
}

a, a:active, a:hover {
    text-decoration: none;
    color: inherit;
    outline: none;
}

ul, ol, li {
    list-style-type: none;
    padding: 0rem;
}

.imgContainer {
    overflow: hidden;
}

.imgContainer > img,
.imgContainer > a > img  {
    width: 100%;
}

.contentViewport {
    width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
}

.contentViewport2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.col {
    overflow: hidden;
}

.stack {
    width: 100%;
    clear: both;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 90; /* not working */
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.noMargin {
    margin: 0rem !important;
}

.marginBottom-XS {
    margin-bottom: 1rem !important;
}

.marginTop-S {
    margin-top: 2rem;
}

.marginBottom-M {
    margin-bottom: 4rem !important; 
}

.marginBottom-L {
    margin-bottom: 6rem;
}

.paddingTop-S {
    padding-top: 2rem;
}

.paddingTop-M {
    padding-top: 4rem;
}

.paddingBottom-M {
    padding-bottom: 4rem;
}

.bgYellow {
    background-color: #F6B633;
}

.bgWhite {
    background-color: #FFF;
}

.bgGreen {
    background-color: #47A682;
}

.bgCyan {
    background-color: #7CBDE5;
}

.bgBordeaux {
    background-color: #AF3A61;
}

.bgStyle1 {
    background-color: #ededed;
}

.bgStyle2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#22552e+0,07abe4+100 */
background: linear-gradient(to right,  #22552e 0%,#07abe4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bgStyle4 {
    background-color: #45454C;
}

.bgStyle10 {
    background-color: #f0f0f0;
}

.col1 {
    text-align: left;
}

.col1 .icon {
    flex-basis: 18%;
}

.col2 {
    /* Column 2 base styles */
}

.col3 {
    /* Column 3 base styles */
}

.col4 {
    /* Column 4 base styles */
}

/* flexLayout1 : two columns left wider */
.flexLayout1 > .col1,
.innerFlexLayout1 .listing > * {
    flex-basis: 54%;
}

.flexLayout1 > .col2,
.innerFlexLayout1 .listing > * {
    flex-basis: 40%;
}

.flexLayout2 {
    justify-content: center;
}

.flexLayout2 > .col1 {
    flex-basis: 77.2%;
}

.subFlexLayout2a > .col {
    flex-basis: 33%;
}

.subFlexLayout2b > .col {
    flex-basis: 24%;
}

.subFlexLayout2c > .col {
    flex-basis: 48%;
}

.flexLayout3 > .col {
    flex-basis: 48.6%;

}

.flexLayout3 > .col1 {
    flex-basis: 60%;
}

.flexLayout3 > .col2 {
    flex-basis: 40%;
}

.flexLayout4 {
    justify-content: space-between;
}

.flexLayout4 > .col {
    flex-basis: 32%;
}

.flexLayout4 > .col1 {
    flex-basis: 30%;
}

.flexLayout4 > .col2 {
    flex-basis: 20%;
}

.flexLayout4 > .col3 {
    flex-basis: 20%;
}

.flexLayout4 > .col4 {
    flex-basis: 20%;
}

.left {
    justify-content: left;
}

.flexLayout5 > .col1 {
    flex-basis: 65.5%;
}

.flexLayout5 > .col2 {
    flex-basis: 32.5%;
}

.flexLayout5 > .col3 {
    flex-basis: auto;
}

.flexLayout5 .subFlexLayout5a > .col1 {
    flex-basis: 33%;
}

.flexLayout5 .subFlexLayout5a > .col2 {
    flex-basis: 64%;
}

.flexLayout6 > .col1 {
    flex-basis: 20%;
}

.flexLayout6 > .col2 {
    flex-basis: 74%;
}

.iconPillStandalone {
    margin-left: auto;
    margin-right: auto;
    display: block;
    justify-content: center;
    align-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    color: #FFF;
    text-align: center;
    font-variation-settings: 'wght' 40, 'opsz' 48;
}

.btnStyle1 {
    display: inline-block;
    padding: 0.2rem 1.3rem 0.2rem 1.3rem;
    background-color: #45454C;
    border: 1px solid #45454C;
    border-radius: 0.4rem;
    color: #FFF;
    font-style: italic;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
}

.btnStyle1:hover {
    background-color: #5a5a62;
}

.btnStyle1.inverted {
    border: 1px solid #FFF;
}

.btnStyle1 span {
    /* Text button with icon */
    vertical-align: middle;
    gap: 1rem;
    padding: 0.2rem 0rem 0.2rem 0rem;
}

.btnStyle2 {
    padding: 0.2rem 1.3rem 0.2rem 1.3rem;
    background-color: #FFF;
    border: 1px solid #45454C;
    border-radius: 0.4rem;
    color: #45454C;
    font-style: italic;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
}

.btnStyle2:hover {
    background-color: #f5f5f5;
}

.flexContainer .btnStyle4 {
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-start;
    color: #8e8e8e;
}

.flexContainer .btnStyle4:hover{
    color: #7a6bb3;
}

.flexContainer .btnStyle4  {
    color: #8e8e8e;
    text-decoration: none;
}

.flexContainer .btnStyle4 .material-symbols-outlined{
    font-size: 1.5rem;
}

.btnStyle5 {
    display: inline-block;
    padding: 0.2rem 1.3rem 0.2rem 1.3rem;
    background-color: #fff;
    border: 1px solid #45454C;
    border-radius: 0.4rem;
    color: #45454C;
    font-style: italic;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.btnStyle5:hover {
    background-color: #f5f5f5;
}

.btnStyle5.inverted {
    border: 1px solid #FFF;
    background-color: #45454C;
    color: #fff;
}

#wrapper > header {
    margin: 0rem auto 0rem auto;
}

#wrapper > header .logoContainer {
    padding: 1.5rem 0rem 1rem 0rem;
}

#wrapper > header .logoContainer .col1 img {
    width: 13rem;
}

#wrapper > header .logoContainer .col2 {
    text-align: right;
}

#wrapper > header .menuContainer {
    /* main menu container */
    padding: 0rem 0rem 0.5rem 0rem;
}

#wrapper > header .menuContainerDashboard {
    /* main menu container */
    padding: 0rem 0rem 0rem 0rem;
}

#wrapper > header nav.main ul {
    display: flex;
    margin: 0rem;
    padding: 0rem;
    list-style: none;
}

#wrapper > header nav.main ul li {
    position: relative;
}

#wrapper > header nav.main > ul > li > a {
    padding: 0.4rem 0.6rem 0.4rem 0.6rem;
    font-family: 'Rajdhani';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #272728;
}

#wrapper > header nav.main > ul > li > a:first-child {
    padding-left: 0rem;
}

#wrapper > header nav.main ul li ul {
    display: none;
    position: absolute;
}

#wrapper > header nav.secondary {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

nav.userMenu > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.userMenu > ul > li {
    padding: 0rem 0rem 0rem 0rem;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

nav.userMenu > ul > li a {
    display: block;
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;
    text-decoration: none;
    color: #272728;
}

nav.userMenu > ul > li.active > a {
    font-family: 'Rajdhani';
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ffffff;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    
}

nav.userMenu .mnu{
    display: flex;
    justify-content: space-between;
    padding: 0rem;
    margin: 0rem;
}

nav.userMenu.bgStyle8{
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    
}

nav.userMenu.bgStyle10 {
    background-color: #272728;
    width: 100%;
    color: #fff;
}

nav.userMenu.bgStyle10 ul.mnu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0rem 0rem 0rem;
    gap: 3rem;
}

nav.userMenu.bgStyle10 ul.mnu li {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

nav.userMenu.bgStyle10 ul.mnu li a {
    color: #fff;
    text-decoration: none;
    padding: 0.4rem 0.8rem;
    display: block;
}

nav.userMenu.bgStyle10 ul.mnu li.active > a {
    color: #F6B633 !important;
    background-color: #fff;
}

.ulStyle2 {
    column-count: 3;
    padding: 0rem;

}

.ulStyle2 article {
    display: flex;
    flex-direction: row;
    margin: 0rem 0rem 0.5rem 0rem;
    padding: 0.8rem;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    border-radius: 0.8rem;
    transition: all 0.3s ease;
    break-inside: avoid;
}

.ulStyle2 article:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

.ulStyle2 article div.icon {
    width: 4rem;
    height: 4rem;
    margin: 0rem 1rem 0rem 0rem;
    text-align: center;
    color: #FFF;
    line-height: 6;
    border-radius: 0.8rem;
    flex-shrink: 0;
}

.ulStyle2 article span {
    font-size: 2.5rem;
}

.ulStyle2 article .txt {

}

.ulStyle2 article .txt h3 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.7rem;
    font-weight: 700;
}

.ulStyle2 article .txt h4 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.ulStyle2 article .txt p {
    font-size: 1.1rem;
    margin: 0.3rem 0rem 0rem 0rem;
    padding: 0rem;
    font-weight: 400;
}

.ulStyle3 li > .flexContainer {
    flex: 1;
}

.ulStyle3 li div.icon {
    width: 4rem;
    height: 4rem;
    margin: 0rem 1rem 0rem 0rem;
    text-align: center;
    color: #FFF;
    line-height: 6;
    border-radius: 0.8rem;
}

.ulStyle3 li .txt {

}

.ulStyle3 li .txt h3 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.7rem;
    font-weight: 700;
}

.ulStyle3 li .txt h4 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.ulStyle3 li .txt p {
    font-size: 1.1rem;
    margin: 0.3rem 0rem 0rem 0rem;
    padding: 0rem;
    font-weight: 400;
}

.ulStyle3 li .txtStyle1 {
    color: #9a9a9a;
    font-weight: 500;
}

.ulStyle4 li > .flexContainer {
    flex: 1;
}

.ulStyle4 li div.icon {
    width: 4rem;
    height: 4rem;
    margin: 0rem 1rem 0rem 0rem;
    text-align: center;
    color: #FFF;
    line-height: 6;
    border-radius: 0.8rem;
}

.ulStyle4 li .txt {

}

.ulStyle4 li .txt h3 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.7rem;
    font-weight: 700;
}

.ulStyle4 li .txt h4 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.ulStyle4 li .txt p {
    font-size: 1.1rem;
    margin: 0.3rem 0rem 0rem 0rem;
    padding: 0rem;
    font-weight: 400;
}

.listStyle1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.listStyle1 li {
    display: flex;
    margin: 0rem 1rem 0rem 0rem;
    line-height: 1.5;
    font-family: 'Rajdhani';
    font-size: 1.1rem;
}

.listStyle1 li a {
    text-decoration: none;
    color: #272728;
}

.listStyle1 li span {
    margin: 0rem 0.5rem 0rem 0rem;
}

.flexContainer.formStyle1.innerFormStyle1{
    margin: 0rem 1rem 0rem 0rem;
    align-items: center;
    gap: 0.4rem;
}

.flexContainer.formStyle1.innerFormStyle1 input[type="url"]{
    margin: 0rem;
}

.flexContainer.formStyle1.innerFormStyle1 button.btnStyle6{
    background-color: #c9c9c9;
    margin: 0rem;
    padding: 0.5rem;
}

.flexContainer.formStyle1.innerFormStyle1 button.btnStyle6:hover{
    background-color: #d1242b;
}

form.formStyle2 > .flexContainer {
    flex-direction: row;
}

form.formStyle2 > .flexContainer > div {
    flex-basis: 100%;
    padding: 0rem 0.4rem 0rem 0.4rem;
    display: flex;
    flex-direction: column;
}

form.formStyle2 > .flexContainer > div p {
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.2rem 0.4rem 0rem 0.4rem;
    font-size: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
}

form.formStyle2 > .flexContainer > div p strong {
    margin: 0rem 0.3rem 0rem 0rem;
    font-weight: 400;
}

form.formStyle2 > .flexContainer > div .tag {
    margin: 0rem 0.2rem 0.2rem 0rem;
    padding: 0.1rem 0.4rem 0rem 0.4rem;
    font-size: 0.8rem;
    color: #FFF;
    display: inline;
    background-color: #47A682;
    border-radius: 0.2rem;
}

form.formStyle2 > .flexContainer > div:first-child {
    padding-left: 0rem;
}

form.formStyle2 > .flexContainer > div:last-child {
    padding-right: 0rem;
}

.tableStyle1 tr td.left {
    text-align: left;
}

.headerStyle2 h1 {
    max-width: 40%;
    margin: 0rem auto 2rem auto;
    padding: 3rem 0rem 0rem 0rem;
    font-family: 'Rajdhani';
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 0.9;
}

.headerStyle2 h4 {
    display: inline;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.5rem 1.5rem 0.5rem 2rem;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 0.8rem;
    color: #FFF;
    background-color: #60CF43;
    border-radius: 1rem;
}

.headerStyle2 h4 em {
    margin: 0rem 0.5rem 0rem -2rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    font-size: 0.8rem;
    font-style: normal;
    background-color: #272728;
    border-radius: 1rem;
    display: inline-block;
}

.headerStyle2 p {
    margin: 1rem auto 0rem auto;
    max-width: 60%;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #45454C;
}

nav.main > ul {
    
}

nav.main > ul > li {
    
}

nav.main > ul > li > a {
    
}

nav.main > ul > li:hover > ul {
    
}

nav.main > ul > li > ul {
    
}

nav.main > ul > li > ul > li {
    
}

nav.main > ul > li > ul > li > a {
    
}

.boxStyle1 .upload-area .col1 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.boxStyle1 .upload-area .col2 {
    display: flex;
    align-items: center;
}

.articleStyle1 h1 {
    margin: 0rem 0rem 2rem 0rem;
    font-family: 'Rajdhani';
    font-size: 6rem;
    line-height: 0.8;
    color: #272728;
}

.articleStyle1 p {
    margin: 0rem 0rem 1rem 0rem;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #45454C;
}

.articleStyle1 .left {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.innerArticleStyle1 .listing > * .txt {
    padding: 1rem 0% 2rem 0%;
    position: relative;
}

.articleStyle3 a.btnStyle1 {
    /* button override styles */
    width: 15rem;
    margin: 0rem auto 1rem auto;
    display: block;
}

.articleStyle4 h1 {
    margin: 0rem 0rem 1.5rem 0rem;
    font-family: 'Rajdhani';
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    color: #272728;
}

.articleStyle4 h2 {
    margin: 0rem 0rem 0.5rem 0rem;
    font-family: 'Rajdhani';
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #47A682;
}

.articleStyle4 h3 {
    margin: 0rem 0rem 0.5rem 0rem;
    font-family: 'Rajdhani';
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: #191717;
}

.articleStyle4 h4 {
    margin: 0rem 0rem 1rem 0rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.articleStyle4 h5 {
    margin: 0rem 0rem 1rem 0rem;
    font-family: 'Rajdhani';
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
}

.articleStyle4 p {
    margin: 0rem 0rem 1rem 0rem;
    padding: 0rem;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
    color: #000;
}

.articleStyle7.image .imgContainer img {
    width: 80%;
}

.articleStyle8 {
    /* pricing page articles for plans */
    margin: 0rem 0rem 2rem 0rem;
    padding: 2rem 2% 2rem 2%;
    border: 1px solid ;
    border-radius: 0.8rem;
    position: relative;
    overflow: visible;
}

.articleStyle8.inverted {
    margin-top: -2rem;
    margin-bottom: 0rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
    
}

.articleStyle8.inverted p {
    /* white color text (white) */
    color: #FFF;
    
}

.articleStyle8.inverted h2 {
    border-bottom-color: #FFF;
}

.articleStyle8.inverted h5 {
    border-color: #FFF;
}

.articleStyle8 p {
    margin: 0rem;
    font-size: 0.6rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    color: #edecec;
}

.articleStyle8 h2 {
    margin: 0rem 0rem 0rem 0rem;
    text-align: left;
    border-bottom: 1px solid #333;
    display: inline-block;
    font-family: 'Rajdhani';
    font-weight: 600;
    color: #272728;
}

.articleStyle8 span.bookmark {
    color: #FFF;
    font-size: 6rem;
    font-variation-settings:
      'FILL' 1,
      'wght' 200,
      'GRAD' 0,
      'opsz' 24;
    position: absolute;
    top: -1.7rem;
    right: 0rem;
    text-shadow: 0 0 3px #262626;
}

.articleStyle8 h3 {
    text-align: left;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 1.8rem;
    color: #272728;
    line-height: 0.9;
}

.articleStyle8 h3 strong {
    font-size: 2.8rem;
    font-weight: 600;
}

.articleStyle8 .btnStyle1 {
    /* overrides of global button style 1 */
    width: 100%;
    margin-bottom: 2rem;
    padding: 0.4rem 0rem 0.4rem 0rem;
    text-align: center;
}

.articleStyle8 .limits {
    width: 90%;
    margin: 0rem auto 0rem auto;
}

.articleStyle8 .limits div {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1;
    font-weight: 700;
}

.articleStyle8 .limits div strong {
    font-size: 2.3rem;
    font-weight: 800;
}

.articleStyle8 h5 {
    padding: 1rem 15% 1rem 15%;
    border: 1px solid #000;
    border-radius: 0.5rem;
    font-family: 'Armata';
    font-weight: 500;
    text-align: center;
}

.articleStyle8 ul {
    width: 90%;
    margin: 0rem auto 0rem auto;
    padding: 0rem 0rem 0rem 0rem;
    list-style: none;
}

.articleStyle8 ul li {
    margin-bottom: 0.5rem;
    font-family: 'Nunito';
    font-size: 0.9rem;
    list-style-position: outside;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.articleStyle8 ul li span {
    font-size: 1rem;
    vertical-align: middle;
}

.articleStyle10.bgCyan {
    color: white;
}

.articleStyle11 {
    column-count: 3;
    padding: 0rem;
}


.articleStyle11 article {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0rem 0rem 0.5rem 0rem;
    padding: 0.8rem;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    border-radius: 0.8rem;
    transition: all 0.3s ease;
}

.articleStyle11 article:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

.articleStyle11 article .icon {
    width: 4rem !important;
    height: 4rem !important;
    min-width: 4rem;
    min-height: 4rem;
    margin: 0rem 1rem 0rem 0rem;
    text-align: center;
    color: #FFF;
    line-height: 6;
    border-radius: 0.8rem;
}

.articleStyle11 article .icon .material-symbols-outlined{
    font-size: 2.5rem;
}

.articleStyle11 article .txt {

}

.articleStyle11 article .txt h3 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.7rem;
    font-weight: 700;
}

.articleStyle11 article .txt h4 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.articleStyle11 article .txt p {
    font-size: 1.1rem;
    margin: 0.3rem 0rem 0rem 0rem;
    padding: 0rem;
    font-weight: 400;
}

.articleStyle12 article > .flexContainer {
    flex: 1;
}

.articleStyle12 article div.icon {
    width: 4rem;
    height: 4rem;
    margin: 0rem 1rem 0rem 0rem;
    text-align: center;
    color: #FFF;
    line-height: 6;
    border-radius: 0.8rem;
}

.articleStyle12 article .txt {

}

.articleStyle12 article .txt h3 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.7rem;
    font-weight: 700;
}

.articleStyle12 article .txt h4 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.articleStyle12 article .txt p {
    font-size: 1.1rem;
    margin: 0.3rem 0rem 0rem 0rem;
    padding: 0rem;
    font-weight: 400;
}

.articleStyle12 article .txtStyle1 {
    color: #9a9a9a;
    font-weight: 500;
}

.articleStyle13 article > .flexContainer {
    flex: 1;
}

.articleStyle13 article div.icon {
    width: 4rem;
    height: 4rem;
    margin: 0rem 1rem 0rem 0rem;
    text-align: center;
    color: #FFF;
    line-height: 6;
    border-radius: 0.8rem;
}

.articleStyle13 article .txt h3 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.7rem;
    font-weight: 700;
}

.articleStyle13 article .txt h4 {
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.articleStyle13 article .txt p {
    font-size: 1.1rem;
    margin: 0.3rem 0rem 0rem 0rem;
    padding: 0rem;
    font-weight: 400;
}

.articleStyle14 .material-symbols-outlined {
    color: rgb(71, 166, 130);
    font-size: 2.5rem;
}

.articleStyle15 .flexLayout3 > .col.col1 {
    display: flex;
    align-items: center;
    flex-basis: 80%;
}

.articleStyle15 .flexLayout3 > .col.col2 {
    display: flex;
    flex-basis: 20%;
    justify-content: flex-end;
}

.articleStyle15 .flexLayout3 > .col.col2 .btnStyle6 {
    margin: 0;
}

.articleStyle15 .flexLayout3 > .col.col1 input {
    width: 100%;
    margin: 0;
}

.articleStyle19 {
    margin: 0rem 0rem 2rem 0rem;
    padding: 3rem 2% 1.5rem 2%;
    border: 1px solid ;
    border-radius: 0.8rem;
    position: relative;
    overflow: visible;
}

.articleStyle19:nth-child(1):hover {
    background-color: #e6e4fa;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.articleStyle19:nth-child(2):hover {
    background-color: #e2e2e2;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.articleStyle19:nth-child(3):hover {
    background-color: #d9ebff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.articleStyle19:nth-child(4):hover {
    background-color: #d1ffee;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.articleStyle19:nth-child(1) .btnStyle1 {
    background-color: #897AC3;
    border: none !important;
}

.articleStyle19:nth-child(2) .btnStyle1 {
    background-color: #606060;
    border: none !important;
}

.articleStyle19:nth-child(3) .btnStyle1 {
    background-color: #41aace;
    border: none !important;
}

.articleStyle19:nth-child(4) .btnStyle1 {
    background-color: #00A87B;
    border: none !important;
}

.articleStyle19 .btnStyle1:hover {
    background-color: #000;
    color: #fff;
    border: none !important;
}

.articleStyle19 p {
    margin: 0rem;
    font-size: 0.6rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    color: #edecec;
}

.articleStyle19 h2 {
    margin: 0rem 0rem 0rem 0rem;
    text-align: left;
    display: inline-block;
    font-size: 1.2rem;
    font-family: 'Rajdhani';
    font-weight: 600;
    color: #272728;
}

.articleStyle19 span.bookmark {
    color: #FFF;
    font-size: 6rem;
    font-variation-settings:
      'FILL' 1,
      'wght' 200,
      'GRAD' 0,
      'opsz' 24;
    position: absolute;
    top: -2rem;
    left: 1rem;
    text-shadow: 0 0 3px #262626;
}

.articleStyle19 .logo {
    position: absolute;
    top: -2rem;
    left: 1rem;
    text-shadow: 0 0 3px #262626;
    width: 6rem;
    height: auto;
}

.articleStyle19 h3 {
    text-align: left;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 1.8rem;
    color: #272728;
    line-height: 0.9;
}

.articleStyle19 h3 strong {
    font-size: 2rem;
    font-weight: 700;
}

.articleStyle19 .btnStyle1 {
    width: 100%;
    margin-top: 2rem;
    padding: 0.4rem 0rem 0.4rem 0rem;
    text-align: center;
}

.articleStyle19 .limits {
    width: 90%;
    gap: 1rem;
    margin: 0rem auto 2rem auto;
}

.articleStyle19 .limits div {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    gap: 0.5rem;
}

.articleStyle19 .limits div strong {
    font-size: 1rem;
    font-weight: 800;
}

.articleStyle19 .limits div p {
    color: #646464;
    font-size: 0.6rem;
    font-weight: 400;
    line-height: 1.3;
}

.articleStyle19 h5 {
    font-family: 'Armata';
    font-weight: 500;
    height: 70px;
}

.articleStyle19 ul {
    margin: 0rem auto 0rem auto;
    padding: 0rem 0rem 0rem 0rem;
}

.articleStyle19 ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-family: 'Nunito';
    font-size: 0.9rem;
    list-style-position: outside;
}

.articleStyle19 ul li span.material-symbols-outlined {
    font-size: 1.2rem;
    font-weight: 600;
    color: #22552e;
}

.articleStyle19 ul li h2 {
    margin: 0rem 0rem 0.5rem 0rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #272728;
    font-family: 'Rajdhani';
}

.articleStyle19.txt {
    display: flex;
    flex-direction: column;
}

.articleStyle19.txt .imgContainer {
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.articleStyle19.txt .imgContainer img {
    width: 100%;
    height: auto;
    display: block;
}

.articleStyle19.txt .txtStyle1 {
    padding: 1.5rem 0;
}

.articleStyle19.txt .txtStyle1 > p:first-child {
    font-family: 'Rajdhani';
    font-size: 0.9rem;
    font-weight: 600;
    color: #47A682;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.articleStyle19.txt .txtStyle1 h3 {
    font-family: 'Rajdhani';
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #272728;
}

.articleStyle19.txt .txtStyle1 h5 {
    font-family: 'Nunito';
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 1.5rem 0;
    color: #6b7280;
    line-height: 1.5;
}

.stackFooter {
    margin: 2rem 0;
}

#home .stack1 .col2 img {
    width: 100%;
}

#home .stack2 > div p {
    display: flex;
    align-items: center;
}

#home .stack2 p {
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 10% 0rem 0rem;
    font-size: 1.2rem;
    color: #45454C;
    line-height: 1.3;
}

#home .stack4 .col2 {
    padding: 0rem 0rem 0rem 10%;
}

#home .stack5 {

}

#home .stack5 > div.col2 {
    padding: 0.4rem;
    text-align: center;
    border-radius: 1rem;
}

#home .stack5 .col1 {
    padding: 2rem;
}

#home .stack5 .col1 span {
    margin: 0rem 0.5rem 0rem -4rem;
    font-size: 2.4rem;
    
}

#home .stack5 .col1 h4 {
    display: flex;
    align-items: center;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 4rem;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
}

#home .stack5 .col1 p {
    margin: 0rem 0rem 2rem 0rem;
    padding: 0rem 0rem 0rem 3rem;
    font-size: 1rem;
}

#home .pill1 {
    width: 100%;
    top: 10rem;
    margin: 0rem auto 0rem auto;
    text-align: center;
    z-index: 100000;
}

#home .pill1 div.logo {
    width: 10rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    border-radius: 5rem;
    background-color: #F8FAFC;
    box-shadow: 0 0 4px #343434;
}

#home .pill1 div.logo img {
    width: 70%;
}

#home .pill1 div.dialogue {
    width: 90%;
    background-color: #F8FAFC;
    box-shadow: 0 0 4px #343434;
}

#home .stack8 > div {
    padding: 1rem;
}

#home .articleStyle5 {
    padding: 0rem 0rem 0rem 15%;
}

#home .pillStyle2 {
    
}

#home .stack9 .imgContainer img {
    width: 82.5%;
    margin: auto;
}

#home .stack11 {
    border-radius: 0.5rem;
    overflow: auto;
    height: fit-content;
    margin-bottom: 1rem;
    max-height: calc(100vh - 320px);
    white-space: nowrap;
    scrollbar-color: #62458b;
    scrollbar-width: thin;
}

#home .stack11 .headerStyle1.stickyHeader h1,
#home .stack11 .headerStyle1.stickyHeader p {
    margin-left: 1rem;
}

.stickyHeader {
    padding: 1rem 0rem 1rem 0rem;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #f3f1ff;
    border-bottom: 1px solid #e0e0e0;
}

.stack11 .flexLayout3 > .col.col1 {
    display: flex;
    align-items: left;
    flex-direction: column;
}

.stack11 .flexLayout3 > .col.col1 > h4 {
    padding: 0.5rem 0rem 0rem 0rem !important;
    margin: 0rem 0rem 0rem 1rem !important;
}

.stack11 .marginBottom-S > .flexLayout3 > .col.col2 {
    display: flex;
    flex-basis: 20%;
    justify-content: flex-end;
    margin-right: 1rem;
}

.stack11 .marginBottom-S > .flexLayout3 > .col.col2 >.btnStyle3{
    margin: 0rem 0rem 0.5rem 0rem
}

.stickyHeader {
    padding: 1rem 0rem 1rem 0rem;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #f3f1ff;
    border-bottom: 1px solid #e0e0e0;
}

.stack13 .articleStyle18 {
    padding: 2rem;
}

.stack13 .articleStyle18 .center > h2 {
    margin: 0rem 0rem 1rem 0rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #272728;
}

.stack13 .articleStyle18 .center > p {
    margin: 0rem 0rem 1rem 0rem;
    font-size: 1rem;
    line-height: 0.8;
}

.stack13 .articleStyle18 .center > img {
    width: 100%;
    object-fit: contain;
    align-self: center;
}

.flexdirection{
    flex-direction: column;
}

.flexContainer,
.innerFlexContainer > * {
    display: flex;
    justify-content: space-between;
}

.flexContainer.flexLayout1 {
    justify-content: start;
    align-items: center;
}

.title {
    margin-left: 1rem;
}

.center {
    align-items: center;
}

/* Base styles */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    color: #272728;
    line-height: 1.6;
}

#wrapper {
    width: 100%;
    min-height: 100vh;
}

#mainContentArea {
    width: 100%;
}

/* Footer styles */
footer {
    background-color: #ededed;
}

footer .stackFooter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .col1 .icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .col1 .icon .iconPillStandalone {
    margin: 0;
}

footer .col1 .title h3 {
    margin: 0;
    font-size: 1.5rem;
}

footer .col1 .title p {
    margin: 0.5rem 0 0 0;
    font-size: 0.9rem;
}

footer .col2 h4,
footer .col3 h4,
footer .col4 h4 {
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
    font-weight: 600;
}

footer .col2 ul,
footer .col3 ul,
footer .col4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .col2 ul li,
footer .col3 ul li,
footer .col4 ul li {
    margin-bottom: 0.5rem;
}

footer .col2 ul li a,
footer .col3 ul li a,
footer .col4 ul li a {
    text-decoration: none;
    color: #272728;
    font-size: 0.95rem;
}

footer .col2 ul li a:hover,
footer .col3 ul li a:hover,
footer .col4 ul li a:hover {
    color: #47A682;
}

footer .right {
    text-align: right;
}

footer .right p {
    margin: 0;
    font-size: 0.9rem;
    color: #6b7280;
}

/* Responsive */
@media (max-width: 1200px) {
    .contentViewport {
        width: 100%;
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .ulStyle2,
    .articleStyle11 {
        column-count: 1;
    }
    
    .flexContainer {
        flex-direction: column;
    }
    
    .flexLayout3 > .col1,
    .flexLayout3 > .col2 {
        flex-basis: 100%;
    }
    
    .productEcosystem > article {
        min-width: 100%;
    }
}

/* Additional missing classes */

/* Navigation styles */
nav.secondary {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

nav.primary {
    /* Primary navigation styles */
}

nav.primary .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.primary .subMenu {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 0.5rem;
}

nav.primary .menu li:hover .subMenu {
    display: block;
}

/* Article Style 1 additional styles */
/* Base class definitions */
.logoContainer {
    /* Logo container styles */
}

.menuContainer {
    /* Menu container styles */
}

.stack1 {
    /* Stack 1 styles */
}

.aside1 {
    /* Aside 1 styles */
}

.aside2 {
    /* Aside 2 styles */
}

.rightImage {
    width: 100%;
    height: auto;
}

.chatContainer {
    /* Chat container styles */
}

.userMsg {
    /* User message styles */
}

.botMsg {
    /* Bot message styles */
}

.logo {
    /* Logo styles */
}

.icon {
    /* Icon styles */
}

.txt {
    /* Text container styles */
}

.txtStyle1 {
    /* Text style 1 */
}

.limits {
    /* Limits container */
}

.bookmark {
    /* Bookmark icon */
}

.inverted {
    /* Inverted styles */
}

.active {
    /* Active state */
}

.col2 {
    /* Column 2 */
}

.col3 {
    /* Column 3 */
}

.col4 {
    /* Column 4 */
}

.menu {
    /* Menu list */
}

.subMenu {
    /* Sub menu */
}

.mnu {
    /* Menu navigation */
}

.main {
    /* Main navigation */
}

.primary {
    /* Primary navigation */
}

.secondary {
    /* Secondary navigation */
}

.userMenu {
    /* User menu */
}

.articleStyle1 .aside1 {
    /* Left column styles */
}

.articleStyle1 .aside2 {
    /* Right column styles */
}

.articleStyle1 .rightImage {
    width: 100%;
    height: auto;
}

.articleStyle1 .left {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

/* Stack specific styles */
.stack12 {
    /* Stack 12 specific styles */
}

.stackFooter {
    margin: 2rem 0;
}

/* Additional articleStyle19 styles */
.articleStyle19 .logo {
    width: 6rem;
    height: auto;
    margin-bottom: 1rem;
}

/* Additional stack10 styles */
.stack10 .articleStyle18 {
    position: relative;
    width: 100%;
    padding: 3rem;
}

.stack10 .articleStyle18 .imgContainer{
    position: absolute;
    width: 100%;
    height: 550px;
    object-fit: fill;
    top: 0;
    left: 0;
    z-index: -1;
}

.stack10 .articleStyle18 > .chatContainer {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.stack10 .articleStyle18 .chatContainer > article {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    opacity: 0;
    animation: fadeIn 9s ease-in-out infinite;
}

.stack10 .articleStyle18 .chatContainer > article:nth-child(1) {
    animation-delay: 1.5s;
}

.stack10 .articleStyle18 .chatContainer > article:nth-child(2) {
    animation-delay: 3.5s;
}

.stack10 .articleStyle18 .chatContainer > article:nth-child(3) {
    animation-delay: 4.5s;
}

.stack10 .articleStyle18 .chatContainer > article.botMsg {
    flex-direction: row;
    justify-content: flex-start;
}

.stack10 .articleStyle18 .chatContainer > article.userMsg {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.stack10 .articleStyle18 .chatContainer > article > .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.stack10 .articleStyle18 .chatContainer > article > .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.stack10 .articleStyle18 .chatContainer > article.botMsg > .icon {
    background-color: #F6B633;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stack10 .articleStyle18 .chatContainer > article.botMsg > .icon > .material-symbols-outlined {
    color: #fff;
    font-size: 28px;
}

.stack10 .articleStyle18 .chatContainer > article > .txt {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 60%;
}

.stack10 .articleStyle18 .chatContainer > article.userMsg > .txt > h4 {
    text-align: right;
    font-size: 0.9rem;
    font-weight: 600;
    color: #272728;
    margin: 0;
}

.stack10 .articleStyle18 .chatContainer > article.botMsg > .txt > h4 {
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
    color: #272728;
    margin: 0;
}

.stack10 .articleStyle18 .chatContainer > article > .txt > p {
    padding: 1rem 1.25rem;
    border-radius: 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    width: fit-content;
}

.stack10 .articleStyle18 .chatContainer > article.botMsg > .txt > p {
    background-color: #F6B633;
    color: #fff;
    border-top-left-radius: 0.25rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.stack10 .articleStyle18 .chatContainer > article.userMsg > .txt > p {
    background-color: #fff;
    color: #272728;
    border-top-right-radius: 0.25rem;
    align-self: flex-end;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* Additional stack14 styles */
.stack14 .articleStyle18 {
    padding: 0rem 4rem 2rem 4rem;
    align-items: center;
}

.stack14 .articleStyle18.flexLayout3 {
    align-items: stretch;
}

.stack14 .articleStyle18 .center img {
    overflow: hidden;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 1rem;
    align-self: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.stack14 .articleStyle18 .col1.bgStyle1 .btnStyle1 {
    margin: 0rem 2rem 0rem 0rem;
    align-self: flex-end;
    width: auto;
}

.stack14 .articleStyle18 .col2.bgStyle1 .btnStyle1 {
    margin: 0rem 0rem 0rem 2rem;
    align-self: flex-start;
    width: auto;
}

.stack14 .articleStyle18 .col1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    flex-basis: 47%;
    overflow: visible;
    border-radius: 1rem;
}

.stack14 .articleStyle18 .col2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    flex-basis: 47%;
    overflow: visible;
    border-radius: 1rem;
}

.stack14 .articleStyle18 .col1 .material-symbols-outlined {
    font-size: 2rem;
    margin: 0rem 2rem 1rem 0rem;
    color: #efd9e0;
    padding: 1rem;
    background-color: #AF3A61;
    width: fit-content;
    align-self: flex-end;
    border-radius: 1rem;
}

.stack14 .articleStyle18 .col2 .material-symbols-outlined {
    font-size: 2rem;
    margin: 0rem 2rem 1rem 2rem;
    color: #efd9e0;
    padding: 1rem;
    background-color: #AF3A61;
    width: fit-content;
    align-self: flex-start;
    border-radius: 1rem;
}

.stack14 .articleStyle18 .col1 h2 {
    margin: 0rem 2rem 1rem 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #272728;
    line-height: 1.3;
}

.stack14 .articleStyle18 .col1 p {
    margin: 0rem 2rem 1rem 4rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
}

.stack14 .articleStyle18 .col1 img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 1rem;
    border: 1px solid #e8e8e8;
}

.stack14 .articleStyle18 .col2 h2 {
    margin: 0rem 0rem 1rem 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #272728;
    line-height: 1.3;
}

.stack14 .articleStyle18 .col2 p {
    margin: 0rem 4rem 1rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
}

.stack14 .articleStyle18 .col2 img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 1rem;
    border: 1px solid #e8e8e8;
}

/* Additional stack15 styles */
.stack15 .btnStyle1 {
    display: inline-flex;
    align-items: center;
    margin: 0rem auto 0rem auto;
    padding: 0.5rem 2rem 0.5rem 2rem;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    background-color: #272728;
    color: #fff;
}

.stack15 .btnStyle1:hover {
    background-color: #3a8d6e;
    cursor: pointer !important;
}

.stack15 .btnStyle2 {
    display: inline-flex;
    align-items: center;
    border: 1px solid #bebebe !important;
}

.stack15 .headerStyle2 {
    font-family: 'Rajdhani';
}

.stack15 .headerStyle2 h1 {
    width: 80% !important;
    max-width: none !important;
    font-family: 'Rajdhani';
    font-size: 3rem;
}

.stack15 .headerStyle2 p {
    max-width: 40%;
    margin: 0rem auto 2rem auto;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    color: #666;
    padding: 0rem 0rem 0rem 0rem;
}

.stack15 .imgContainer {
    margin: 0rem auto 0rem auto;
    max-width: 1200px;
    display: flex;
    justify-content: center;
}

.stack15 .flexContainer.limits {
    font-family: 'Rajdhani';
    justify-content: center;
    gap: 5rem;
}

.stack15 .flexContainer.limits div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stack15 .flexContainer.limits div .material-symbols-outlined {
    font-size: 3rem;
    margin: 0rem 0rem 0.5rem 0rem;
}

.flexContainer.limits div:nth-child(1) .material-symbols-outlined {
    color: #5FB894;
}

.flexContainer.limits div:nth-child(2) .material-symbols-outlined {
    color: #D4749A;
}

.flexContainer.limits div:nth-child(3) .material-symbols-outlined {
    color: #4A90E2;
}

.flexContainer.limits div:nth-child(4) .material-symbols-outlined {
    color: #3a8d6e;
}

.stack15 .flexContainer.limits div strong {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #272728;
}

.stack15 .flexContainer.limits div p {
    margin: 0rem 0rem 0.5rem 0rem;
    font-size: 1rem;
    font-weight: 300;
    color: #666;
}

/* Main content area product ecosystem */

/* Additional #mainContentArea rules */
#mainContentArea .stack1 .headerStyle2 {
    font-family: 'Rajdhani';
}

#mainContentArea .stack1 .headerStyle2 .btnStyle2 {
    display: inline-flex;
    align-items: center;
    border: 1px solid #bebebe !important;
}

#mainContentArea .stack1 .headerStyle2 h1 {
    font-size: 3rem;
}

#mainContentArea .stack1 .headerStyle2 p {
    max-width: 40%;
    margin: 0rem auto 2rem auto;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    color: #666;
    padding: 0rem 0rem 0rem 0rem;
}

#mainContentArea .stack1 .productEcosystem {
    padding: 2rem 0rem 0rem 0rem;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem:hover {
    background-color: #ffe9be !important;
    transition: all 0.3s ease-in-out;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 {
    flex-basis: 63% !important; 
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > h5 {
    width: 70% !important;
    margin: 0rem 0rem 2rem 0rem !important;
    height: 100% !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > h3,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > h5,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > div.limits strong,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > div.limits p,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col2 ul li,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col2 ul li h2,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col2 ul li span.material-symbols-outlined {
    color: #000 !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col3 .btnStyle1 {
    background-color: #CFA247 !important;
    color: #fff !important;
    border: none !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > div.limits {
    width: 30% !important;
    margin: 0rem 0rem 1rem 0rem !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt {
    padding: 0rem;
    overflow: hidden;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .imgContainer {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .imgContainer img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt:hover {
    background-color: #f5f5f5 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 p{
    margin: 0rem 0rem 1rem 0rem !important;
    font-size: 0.8rem !important;
    font-weight: 300 !important;
    color: #666 !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 h3{
    margin: 0rem 0rem 1rem 0rem !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 h5{
    margin: 1rem 0rem 1rem 0rem !important;
    height: 100% !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .limits{
    align-self: center;
    margin: 1rem 0rem 1rem 0rem !important;
}
#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .limits strong{
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    color: #272728 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .limits p{
    font-size: 0.6rem !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .btnStyle5{
    align-self: center;
    margin: 0rem 0.5rem 0.5rem 0rem !important;
    background-color: #e0e0e0 !important;
    border: none !important;
    padding: 0.2rem 0.5rem !important;
}

#mainContentArea .stack1 .productEcosystem .col {
    flex-basis: 100%;
}


#mainContentArea .stack1 .productEcosystem .col.col1{
    flex-basis: 23%;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 {
    align-items: center;
    gap: 2rem;
    color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col.articleStyle19.bgWhite h3{
    color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 {
    flex-basis: 63% !important; 
}
#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > h5 {
    width: 70% !important;
    margin: 0rem 0rem 2rem 0rem !important;
    height: 100% !important;
}
#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > h5, #mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > h3 {
    color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > div.limits {
    width: 30% !important;
    margin: 0rem 0rem 1rem 0rem !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > div.limits p{
    color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col2 {
    flex-basis: 33% !important;
    border-left: 1px solid #fff;
    padding-left: 2rem;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col2 ul li h2{
    color: #fff !important;
}
#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col2 ul li span.material-symbols-outlined {
    color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col3 {
    flex-basis: 23% !important;
    height: 100px;
}
#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col3 .btnStyle1 {
    background-color: #fff !important;
    color: #272728 !important;
    border: none !important;
}
#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col3 .btnStyle1:hover {
    background-color: #272728 !important;
    color: #fff !important;
    border: none !important;
}


