.-YC-WidgetType-features_icon6 {
  --section-before-title:var(--secondarytext-bold);
  --section-title:var(--primary-text);    
  --section-content:var(--secondarytext);
  --bgcolor:#fff;
  --first-button-color:var(--primary-text);
  --first-button-text: #ffffff;
  --first-button-border: 2px solid var(--primary-text);
  --first-button-hovercolor: #041c3600;
  --first-button-hovertext:var(--primary-text);
  --first-button-hoverborder: 2px solid var(--primary-text);
  --second-button-color: #1269eb00;
  --second-button-text:var(--uicolor2);
  --second-button-border: 2px solid var(--uicolor2);
  --second-button-hovercolor:var(--uicolor2);
  --second-button-hovertext: white;
  --second-button-hoverborder: 2px solid var(--uicolor2);
  --box-box-shadow: 0 3px 1px #0200ff05, 0 10px 22px #4888dd0a;
  --box-box-shadowhover: 0 3px 1px #0200ff03, -5px 25px 36px #5785c10f;--box-border: 1px solid #fafbff;
  --box-content-color:var(--secondarytext);
  --top-separator-color: var(--bgcolor);
  --bottom-separator-color: white; 
}
.-YC-featuresicon6-content-s1 {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.-YC-single-featuresicon6-item-s1 {flex-wrap: wrap;position: relative;max-width: 450px;min-width: 340px;transition: 180ms all ease;overflow: hidden;flex-direction: column;display: flex;box-shadow: var(--box-box-shadow);border-radius: var(--largeradius);border: 1px solid var(--diver);padding: 30px;justify-content: space-between;flex: 1;background: white;}

.-YC-single-featuresicon6-item-s1:hover .features-icon-6::before {
    transform: translate(-50%, -50%) scale(2);
    background: var(--features-icon-bghover);
    opacity: 0;
}
.features-BTN{font-size: 14px;color:var(--uicolor2);cursor:pointer;display: flex;align-items: center;justify-content: end;gap: 5px;margin-inline-start: auto;position: relative;padding-bottom: 7px;background-image: linear-gradient(0deg, rgb(123 104 238) 2px, transparent 0);background-size: 0 100%;transition: background-size .4s ease-in-out, opacity .4s ease-in-out;/* background-position: 100%; */background-size: 100% 100%;}

.features-BTN:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding-bottom: .125rem;
    background-image: linear-gradient(0deg, currentColor 1px, transparent 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease-in-out, opacity .4s ease-in-out;
}.features-BTN i {font-size: 13px;font-weight: 700;}
.features-icon-6 {
    font-size: 32px;
    font-weight: 300;
    position: relative;
    z-index: 9;
    width: 65px;
    height: 65px;
    display: flex;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    align-items: center;
    justify-content: center;
}

.features-icon-6::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--uicolor2);
    border-radius: 50%;
    /* box-shadow: 8px 8px 30px 0px rgb(35 13 99 / 31%); */
    transition: 180ms all ease;
    z-index: -1;
}

.-YC-single-featuresicon6-item-s1:hover {
    box-shadow: 0 2px 3px #1f1e8705, 0 35px 75px 25px #16057e0d;
    border-color: var(--uicolor2);
    transform: translate(0px, -6px);
}

.-YC-single-featuresicon6-item-s1 > .features-icon-6 i {
    color: white;
    font-weight: 200;
    position: relative;
    transition: 180ms all ease;
}

.-YC-single-featuresicon6-item-s1:hover .features-icon-6 i {
    color: var(--uicolor2);
    transform: scale(2);
}

.-YC-single-featuresicon6-item-s1 > a {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 3;
}

.-boxes-featuresicon6-Info-s1 h3 {display: block;/* margin: 0 auto; */font-weight: 600;line-height: 1.6;color: var(--header-primary-text);position: relative;z-index: 1;margin-bottom: 15px;max-height: 60px;overflow: hidden;font-size: 19px;text-align: right;}

.-YC-single-featuresicon6-item-s1:hover .-boxes-featuresicon6-Info-s1 h3 {
    color: var(--uicolor2);
}

.-boxes-featuresicon6-Info-s1 .-P-content {color: var(--box-content-color);font-weight: 300;line-height: 1.5;transition: 180ms all ease;font-size: 15px;}
.-YC-Top-featuresicon6-title h4 {
    font-weight: 300;
    font-size: 24px;
    color: var(--section-before-title);
    margin-bottom: 15px;
}

.-YC-Top-featuresicon6-title {
    display: flex;
    max-width: 800px;
    margin: 0 auto 50px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.-YC-Top-featuresicon6-title h1 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.-YC-Top-featuresicon6-title h1 c--color {
  font-weight: 600;
}
.-YC-Top-featuresicon6-title .-P-content{
  color: var(--section-content);
  max-width: 550px;
  line-height: 1.5;
  text-align: center;
  font-weight: 300;
  font-size: 17px;
}
.-boxes-featuresicon6-Info-s1 {
  position: relative;
  z-index: 1;
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 11px;
}

.-YC-single-featuresicon6-item-s1:after {
    content: '';
    position: absolute;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    right: 110px;
    z-index: 0;
    top: 60px;
    transform: scale(2.5);
    transition: 0.3s;
    background: var(--features-bg);
    opacity: 0;
    visibility: hidden;
}
.-YC-single-featuresicon6-item-s1:hover:after {
    opacity: 0.05;
    background: var(--features-bg);
    transform: scale(10) translate(-7px, 5px);
}

.-YC-featuresicon6-SectionURL {
    display: flex;
    margin-top: 40px;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.-YC-featuresicon6-SectionURL > a {
    display: flex;
    padding: 13px 23px;
    border-radius: var(--largeradius);
    font-size: 16px;
    font-weight: 400;
    align-content: center;
    align-items: center;
    margin-left: 10px;
    background: var(--first-button-color);
    color: var(--first-button-text);
    border: var(--first-button-border);
}

.-YC-featuresicon6-SectionURL > a:hover {background: var(--first-button-hovercolor);color: var(--first-button-hovertext);border: var(--first-button-hoverborder);}

.-YC-featuresicon6-SectionURL > a > i {margin-right: 10px;font-weight: 400;}

.-YC-featuresicon6-SectionURL > a.button_url_2 {
    background: var(--second-button-color);
    color: var(--second-button-text);
    border: var(--second-button-border);
}

.-YC-featuresicon6-SectionURL > a.button_url_2:hover {
    background: var(--second-button-hovercolor);
    color: var(--second-button-hovertext);
    border: var(--second-button-hoverborder);
}