.button2 a.sowb-button.ow-icon-placement-left.ow-button-hover {
    background: transparent;
    border: 1px solid #c61746 !important;
	text-transform: uppercase;
}
.button1 a.sowb-button.ow-icon-placement-right.ow-button-hover {
    border:1px solid #c61746 !important;
		text-transform: uppercase;

}
.hero_leftbg_sec {
    background: linear-gradient(133.66deg, #C61746 -290.55%, #F5F5F5 34.42%);
    border-radius: 15px;
    border: 0.5px solid #242424A1;
}
.perfect_right_wrapper .panel-grid-cell {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03),
    0 2px 10px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #00000014;
    background: #ffffff;
    padding: 28px;
    border-radius: 16px;
	
	
    transition: background-color 0.35s ease,
                border-top-color 0.35s ease,
                box-shadow 0.35s ease;
}
.perfect_right_wrapper .panel-grid-cell  p {
    text-align: left !important;
}
.perfect_right_wrapper .panel-grid-cell .widget_sow-image {
	margin-bottom: 20px !important; 
}
.perfect_right_wrapper .panel-grid-cell h4 {
	margin-bottom: 8px;
}
.perfect_right_wrapper .panel-grid-cell h4,
.perfect_right_wrapper .panel-grid-cell p {
    transition: color 0.35s ease;
}
.image_icon_perfect .so-widget-sow-image {
	width: 48px;
	height: 48px;
	background-color: #C617461F;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	transition: background-color 0.35s ease;

}
.image_icon_perfect .so-widget-sow-image img{
	width: 22px;
	height: 22px;
	object-fit: cover;
}
.perfect_right_wrapper .panel-grid-cell:hover {
    border-top: 1px solid #fff !important;
    background: #fff !important;
}
.perfect_right_wrapper .panel-grid-cell:hover .image_icon_perfect .so-widget-sow-image {
	background-color: #F8E3E9 !important;
}
.perfect_right_wrapper .panel-grid-cell:hover h4 , .perfect_right_wrapper .panel-grid-cell:hover p {
	color: #000 !important;
}

.perfect-for-section .perfect_right_wrapper .panel-grid-cell:hover h4, .perfect-for-section .perfect_right_wrapper .panel-grid-cell:hover p{
    color: #000 !important;
}

.perfect_rightImage img {
    height: 440px;
    overflow: hidden;
}

/* .perfect_rightImage img.so-widget-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */
.hero_leftbg {
	padding: 90px !important;
}
.width_766 {
    max-width: 870px;
    margin: 0 auto;
	box-shadow: 0px 1px 3px 0px #0000000F;
    border-top: 1px solid #F3F4F6;
    border-radius: 12px;
}
.width_766 h2 {
	text-align: left;
}
.icon_flex .so-widget-sow-image {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
	gap: 15px;
}
.icon_flex .so-widget-sow-image h3 {
	margin-bottom: 0;
	font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 14.4px;
line-height: 20.16px;
letter-spacing: -0.18px;

}
.text_black.icon_flex .so-widget-sow-image h3 {
	color: #0a0a0a;
	font-weight: 500;
}
.oddrow {
    
    background: #F9FAFB;
}
.width_766 h4 , .width_766 p , .width_766 h2 {
	padding: 14px 24px;
}
.width_766 .so-widget-sow-image {
	padding: 14px 24px;
}
.evencolumn {
    background: #ffffff;
}
#border_top {
	border-radius: 12px 12px 0 0;
}
#border_bottom {
	border-radius: 0 0 12px 12px;
}
.width_766 .panel-grid {
    margin-bottom: 0 !important;
/* 	padding: 14px 24px; */
}
.oddrow .so-widget-sow-headline {
	border-right: 1px solid #F3F4F6;
}
.evencolumn .so-widget-sow-headline {
	border-right: 1px solid #F3F4F6;
}
.evencolumn .panel-grid-cell:first-child {
    border-right:  1px solid #F3F4F6;
 
}
.evencolumn{
	align-items: stretch !important;
}
.oddcolumn .panel-grid-cell:first-child {
    border-right: 1px solid #F3F4F6;


}
@media (max-width: 1440px) {
    .perfect_rightImage img{
        height: 460px;
    }
}

@media (max-width: 1024px) {
    .perfect_rightImage img{
        height: 400px;
    }
	.hero_leftbg {
		padding: 50px !important;
	}
}

@media (max-width: 767px) {
    .perfect_rightImage img{
        height: 320px;
    }
.hero_leftbg {
    padding: 19px 24 !important;
}
.hero_leftbg h2  , .hero_leftbg p {
    text-align: left;
}
	.hero_leftbg {
	padding: 20px !important;
}
}


/* custom css */


.top-announcement-bar {
    background: #C61746;
    padding: 13px 15px;
}

.top-announcement-bar p {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.top-announcement-bar p span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.top-announcement-bar p span:not(:last-child)::after {
    content: "|";
    margin-left: 16px;
    color: rgba(255,255,255,.8);
}
@media (max-width: 1199px) {
    .top-announcement-bar p {
        font-size: 17px;
        gap: 14px;
    }

    .top-announcement-bar p span:not(:last-child)::after {
        margin-left: 14px;
    }
}

@media (max-width: 991px) {
    .top-announcement-bar {
        padding: 10px 15px;
    }

    .top-announcement-bar p {
        font-size: 15px;
        gap: 12px;
        line-height: 1.5;
    }

    .top-announcement-bar p span:not(:last-child)::after {
        margin-left: 12px;
    }
}

@media (max-width: 767px) {
    .top-announcement-bar {
        padding: 10px;
        display: none !important;
    }

    .top-announcement-bar p {
        font-size: 13px;
        gap: 8px;
        justify-content: center;
    }

    .top-announcement-bar p span:not(:last-child)::after {
        margin-left: 8px;
    }
}

@media (max-width: 480px) {
    .top-announcement-bar p {
        flex-direction: column;
        gap: 4px;
        font-size: 12px;
    }

    .top-announcement-bar p span::after {
        display: none;
    }
}

header{
    margin: 0;
    position: relative !important;
    top: 0px !important;
}

header.stuck{
    position: fixed !important;
}

header .account-icon{
    margin-left: 25px;
    margin-bottom: -14px;
}

header .account-icon img{
    width: 20px;
    margin-bottom: -4px;
}

header .account-icon span{
    display: none;
}

header .shopping-cart{
    margin: 0 20px -10px 16px !important;
}

.masthead-sentinel{
    display: none !important;
}

.banner-container{
    max-width: 1388px;
    margin: 0px auto;
    padding: 16px 23px 34px 23px !important;
}

.banner-container .hero_leftbg_sec{
    padding: 118px 83px !important;
}

.banner-container .panel-grid-cell .button1 .sowb-button{
    padding: 19px 30px !important;
    width: 100%;
}

.banner-container .panel-grid-cell  .button2 .sowb-button{
    padding: 19px 25px !important;
    width: 100%;
}
.banner-container .widget_sow-video{
    height: 100%;
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid #242424A1;
}
.banner-container .widget_sow-video,
.banner-container .so-widget-sow-video,
.banner-container .sow-video-wrapper,
.banner-container .fluid-width-video-wrapper{
    height: 100% !important;
}

.banner-container .custom-html-widget{
    border-radius: 15px;
    overflow: hidden;
}

.perfect-for-section{
    padding: 80px 24px 80px 24px !important;
}

.perfect-for-section .widget_sow-headline{
    max-width: 626px;
    margin: 0px auto;
    margin-bottom: 40px !important;
}

.perfect-for-section .sow-headline{
    font-size: 32px;
    margin: 0;
    line-height: normal !important;
    margin-bottom: 24px;
}

.perfect-for-section .perfect_right_col{
    height: 100%;
    display: grid !important;
    grid-template-columns: 40% 60%;
}

.perfect-for-section .panel-grid-cell{
    width: 100% !important;
}

.perfect-for-section .perfect_rightImage{
    padding-right: 32px !important;
}

.perfect-for-section .so-panel,
.perfect-for-section .column_perfect{
    height: 100%;
}

.perfect_right_wrapper{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.perfect-for-section .perfect_right_wrapper .panel-grid-cell{
    height: 100%;
    width: 100%;
}

.perfect-for-section .perfect_right_wrapper .widget_sow-image, 
.perfect-for-section .perfect_right_wrapper .widget_sow-headline{
    height: auto !important;
}

.perfect-for-section .perfect_right_wrapper .sow-image-container img {
    height: 22px !important;
}
.so-widget-sow-image-default-8b5b6f678277 .sow-image-container{
    height: unset !important;
}

.perfect-for-section .perfect_right_wrapper .so-widget-sow-image{
    height: 48px !important;
}

.perfect-for-section .column_perfect .panel-layout{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    height: 100%;
    gap: 24px;
}

.perfect-for-section .column_perfect .panel-grid{
    margin-bottom: 0px !important;
}
.perfect-for-section #pgc-w6a71afaab0914-0-1{
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

.perfect-for-section .so-panel,
.perfect-for-section .perfect_rightImage,
.perfect-for-section .perfect_rightImage .so-widget-sow-image,
.perfect-for-section .perfect_rightImage .sow-image-container,
.perfect-for-section .perfect_rightImage .sow-image-container img{
    height: 100% !important;
}

.perfect_right_wrapper .panel-grid-cell:hover{
    box-shadow: unset;
}

.perfect-for-section .so-premium-image-overlay{
    display: none !important;
}

.perfect-for-section .panel-grid-cell{
    height: 100%;
    width: 100%;
}

.perfect-for-section .panel-grid-cell{
    max-width: 1310px;
    margin: 0px auto;
}
.perfect-for-section .hero_leftbg{
    padding: 0px !important;
}

.perfect-for-section #perfect-col-active .perfect_right_wrapper.upparlayer1 .panel-grid-cell:nth-child(2),
.perfect-for-section  #perfect-col-active-mobile .panel-grid-cell{
    border-top: 1px solid #C61746 !important;
    background: #C61746 !important;
    box-shadow: 0px 4px 37.3px 0px #C617466E !important;
    position: relative;
}

.perfect-for-section #perfect-col-active .perfect_right_wrapper.upparlayer1 .panel-grid-cell:nth-child(2) .widget_custom_html,
.perfect-for-section  #perfect-col-active-mobile .panel-grid-cell .widget_custom_html{
    height: auto !important;
    display: inline-block;
    background: #fff;
    padding: 4px 12px;
    border-radius: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.perfect-for-section #perfect-col-active .perfect_right_wrapper.upparlayer1 .panel-grid-cell:nth-child(2) .image_icon_perfect .so-widget-sow-image,
.perfect-for-section  #perfect-col-active-mobile .panel-grid-cell .image_icon_perfect .so-widget-sow-image{
    background-color: #F8E3E9 !important;
}
.perfect-for-section #perfect-col-active .perfect_right_wrapper.upparlayer1 .panel-grid-cell:nth-child(2) .sow-headline,
.perfect-for-section #perfect-col-active .perfect_right_wrapper.upparlayer1 .panel-grid-cell:nth-child(2) .sow-sub-headline,
.perfect-for-section  #perfect-col-active-mobile .panel-grid-cell .sow-headline,
.perfect-for-section  #perfect-col-active-mobile .panel-grid-cell .sow-sub-headline{
    color: #fff !important;
}
.perfect-for-section #perfect-col-active .perfect_right_wrapper.upparlayer1 .panel-grid-cell:nth-child(2) .widget_custom_html,
.perfect-for-section  #perfect-col-active-mobile .panel-grid-cell .widget_custom_html{
    font-size: 10px;
    color: #C61746;
    font-weight: 600;
}

.perfect-for-section .mobile-show{
    display: none;
}

.solution-wrapper .title_subheading .sow-headline{
    margin: 0px !important;
    line-height: normal !important;
}

.solution-wrapper .title_subheading  p.sow-sub-headline{
    font-weight: 400 !important;
}

.solution-wrapper .solution-recommended-table .panel-layout{
    box-shadow: 0px 4px 16px 0px #00000012;
    border-radius: 15px;
}

 .solution-wrapper .title_subheading  .sow-headline-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }


.main-navigation ul .menu-item-has-children>a:after, .main-navigation ul .page_item_has_children>a:after{
    top: 0px;
}
@media screen and (max-width: 1400px){
    .banner-container .hero_leftbg_sec {
        padding: 100px 63px !important;
    }
}

@media screen and (max-width: 1336px){
    .banner-container .hero_leftbg_sec {
        padding: 90px 53px !important;
    }
}

@media screen and (max-width: 1285px){
    .banner-container .panel-grid-cell .button1 .sowb-button,
    .banner-container .panel-grid-cell .button2 .sowb-button,
    .sowb-button{
        font-size: 15px !important;
        padding: 16px 15px !important;
    }

    .banner-container .panel-grid-cell h2.sow-headline{
        font-size: 36px !important;
    }
}

@media screen and (max-width: 1024px){
    .banner-container .hero_leftbg_sec {
        padding: 70px 43px !important;
    }
    .banner-container .banner-btn .panel-grid{
        margin-bottom: 0px !important;
        flex-direction: column;
        gap: 24px;
    }
    .banner-container .banner-btn .panel-grid-cell{
        width: 100% !important;
    }
    .perfect-for-section .desktop-show{
        display: none;
    }
    .perfect-for-section .mobile-show{
        display: block;
    }
    .perfect-for-section .perfect_right_col{
        display: flex !important;
    }
    .perfect_right_wrapper{
        display: flex !important;
    }
    .perfect-for-section .column_perfect .panel-layout{
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .perfect-for-section .column_perfect .panel-grid{
        flex: 0 0 375px;
        max-width: 100%;
        width: 375px;
    }
    .perfect_right_wrapper{
        height: 100%;
    }
    .perfect-for-section .perfect_right_wrapper .panel-grid-cell{
        padding: 28px !important;
    }
    .perfect-for-section .perfect_right_wrapper .panel-grid-cell .sow-headline{
        text-align: left !important;
    }
    .mobile-show .column_perfect{
        margin-right: -24px !important;
    }
    .perfect-for-section .perfect_rightImage{
        padding-right: 0px !important;
    }
    #pg-w6a71c5171beda-0,
    #pg-w6a71c5171beda-1{
        margin-bottom: 10px !important;
    }
    .perfect-for-section  #perfect-col-active .panel-grid-cell{
        box-shadow: 0px 4px 14px 0px #C617466E;
    }
}
#pg-42602-0{
    margin-bottom: 0px !important;
}
.solution-mobile{
        display: none !important;
}

.two-columns-width {
    max-width: 870px;
    margin: 0px auto;
}

.two-columns-width .panel-grid-cell{
    width: auto !important;
    margin: 0px !important;
}

.two-columns-width .panel-grid-cell .widget_sow-image{
    margin: 0px !important;
}

.two-columns-width .panel-grid-cell .icon_flex .so-widget-sow-image{
    gap: 8px !important;
}

.two-columns-width .panel-grid{
    margin-bottom: 30px;
    justify-content: flex-start;
    gap: 30px;
}

@media screen and (max-width: 945px){
    header .account-icon{
        margin-left: 0px;
        margin-bottom: 10px;
    }
    header .account-icon span{
        display: inline-block;
    }
    header .account-icon img {
        width: 18px;
        margin-bottom: -4px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 780px){
    .banner-container .hero_leftbg_sec {
        padding: 26px 26px 16px 26px !important;
    }
    #pg-42602-3{
        display: block !important;
    }
    .two-columns-width .panel-grid{
        gap: 0px !important;
    }
    .banner-container .banner-btn .panel-grid{
        gap: 0px !important;
    }
    .banner-container .banner-btn .ow-button-base{
        text-align: left !important;
    }
    .banner-container .panel-grid-cell .button1 .sowb-button, .banner-container .panel-grid-cell .button2 .sowb-button{
        width: auto;
    }
    .banner-btn #pl-w6a71a73085dcc #panel-w6a71a73085dcc-0-1-0 ,
    .banner-btn #pl-w6a71a73085dcc #pgc-w6a71a73085dcc-0-0{
        margin: 0 0 0px !important;
    }
    #pl-42602 #pg-42602-0 #panel-42602-0-0-1{
        margin-bottom: 0px !important;
    }
    #pgc-w6a71d93dc680b-0-0 {
        margin-bottom: 0px !important;
    }
    .banner-container .panel-grid-cell h2.sow-headline {
        font-size: 28px !important;
        text-align: left !important;
        margin-bottom: 14px !important;
    }
    .banner-container .sow-sub-headline{
        text-align: left !important;
    }
    .perfect-for-section .widget_sow-headline {
        max-width: 100%;
    }
    .perfect-for-section{
        padding: 40px 24px !important;
    }
    .perfect-for-section .sow-headline{
        margin-bottom: 12px !important;
    }
    #pg-42602-2{
        display: block !important;
    }
    #panel-42602-2-0-3 #pl-w6a71d69314d63 #panel-w6a71d69314d63-0-0-0, #panel-42602-2-0-3 #pl-w6a71d69314d63 #panel-w6a71d69314d63-0-1-0{
        margin-bottom: 0px !important;
    }
    .solution-recommended-table {
        display: none;
    }
    .solution-mobile{
        display: block !important;
    }
    .solution-wrapper .solution-recommended-table .panel-layout{
        box-shadow: unset;
        border-radius: unset;
    }
    .solution-wrapper .solution-recommended-table .panel-layout{
        box-shadow: unset;
        border-radius: unset;
    }
    .solution-wrapper .solution-recommended-table .panel-grid{
        margin-bottom: 30px;
        padding: 20px 20px 0px 20px;
        border: 1px solid #fff;
        border-radius: 12px;
        box-shadow: 0px 2px 12px 0px #0000000D;
        border-top: 4px solid #C61746;
    }
    .solution-wrapper .solution-recommended-table .panel-grid .panel-row-style{
        background: #fff;
    }
    .solution-wrapper .solution-recommended-table .panel-grid .so-widget-sow-headline .sow-headline{
        text-align: left;
        color: #9CA3AF;
        text-transform: uppercase;
        font-weight: 600;
    }
    .solution-wrapper .solution-recommended-table .panel-grid .text-bold .sow-headline{
        color: #000;
        text-transform: none;
        border-bottom: 1px solid #9ca3af33;
        padding-bottom: 18px;
    }
    .solution-wrapper .solution-recommended-table .panel-grid .widget_sow-image {
        margin-bottom: 0px !important;
        display: inline-flex;
        align-items: center;
        background: #C617460D;
        padding: 5px 12px;
        border-radius: 50px;
        border: 1px solid #C617464D !important;
    }
    .solution-wrapper .solution-recommended-table .panel-grid .widget_sow-image .so-widget-sow-image{
        gap: 6px !important;
    }
    .solution-wrapper .title_subheading .sow-headline {
        font-size: 24px !important;
        text-align: center !important;
    }
    .solution-wrapper .title_subheading  p.sow-sub-headline{
        text-align: center !important;
    }
     .solution-wrapper .title_subheading  .sow-headline-container {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
	.oddrow .widget_sow-image{
		    display: block !important;
    		width: max-content;
	}
    #pl-42602 #panel-42602-1-0-{
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 575px){
    .perfect-for-section .column_perfect .panel-grid {
        flex: 0 0 300px;
        max-width: 100%;
        width: 300px;
    }
}