:root {
	--upsellActive: #8250fa;
	--upsellActiveHover: #c382fa;
	--upsellActiveBg: #e8cdff;
}
#new_content_desc .desc_section.upsell_section {
	margin-bottom: 45px;
	font-family: 'Instrument Sans', Arial, sans-serif;
}
#new_content_desc .desc_section.upsell_section .mobile {
	display: none;
	flex-direction: column;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper.hidden_wrapper {
	display: none;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_accordions_item {
    font-weight: 600;
    font-size: 13px;
	font-family: 'Instrument Sans', Arial, sans-serif;
    background-color: var(--lightgrayKP);
    color: var(--blackKP);
    cursor: pointer;
    padding: 12px 24px;
    width: 100%;
    text-align: left;
    border: 2px solid var(--lightgrayKP);
    border-radius: 100px;
    outline: none;
    margin: 0 auto;
	margin-bottom: 15px;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_accordions_item:after {
	content: "\002B";
    font-size: 13px;
    font-weight: 600;
    color: #000;
    float: right;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_accordions_item.open:after {
	content: "\2212";
    font-size: 13px;
    font-weight: 600;
    color: #000;
    float: right;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_show_more {
    display: flex;
    justify-content: center;
    align-items: flex-end;
	position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, var(--blackSM) 18%, rgb(0 0 0 / 0%) 70%);
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_show_more button {
	background: var(--upsellActive);
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    padding: 12px 38px;
    cursor: pointer;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_inner_wrapper {
	margin-bottom: 15px;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_inner_wrapper.close {
	display: none;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_item_content {
	display: flex;
	flex-direction: row;
	align-items: center;
	    justify-content: space-between;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_item_content.active .mobile_accordions_item-tag {
	color: var(--upsellActive);
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_item_content img {
	flex: 0 1 60px;
	max-width: 60px;
	margin-right: 15px;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_item_content .item_title, #new_content_desc .desc_section.upsell_section .mobile .mobile_links {
	flex: 1 0 auto;
	text-align: left;
	padding: 0;
	margin: 0;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_item_content .item_title, #new_content_desc .desc_section.upsell_section .mobile .mobile_links .mobile_links_text {
	font-size: 14px !important;
	margin-bottom: 0;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_links .mobile_links_text span {
	font-size: 16px !important;
    font-weight: 600;
	color: var(--blackKP);
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_links .mobile_links_text {
	font-size: 14px !important;
    font-weight: 400;
	color: var(--blackKP);
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_item_content .item_title {
	font-size: 16px !important;
    font-weight: 600;
	color: var(--whiteKP);
	width: min-content;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_item_content .item_title span {
	font-size: 14px !important;
    font-weight: 400;
	color: white;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_item_wrapper .mobile_item_content .mobile_accordions_item-tag {
	font-size: 12px;
    color: var(--whiteKP);
    padding-left: 10px;
    text-align: end;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_links {
	display: flex;
	flex-direction: column;
	background-color: var(--lightgrayKP);
	border-radius: 15px;
	padding: 30px;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_links .mobile_links_item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_links .mobile_links_item:nth-of-type(1) {
	margin-bottom: 15px;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_links .mobile_links_item:nth-of-type(2) {
	margin: 15px 0 0 0;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_links .mobile_links_item:nth-of-type(3) {
	margin-top: 15px;
}
#new_content_desc .desc_section.upsell_section .mobile .mobile_links .mobile_links_item_button a svg {
	fill: white;
}
@media (max-width: 900px) {
	#new_content_desc .desc_section.upsell_section .col-md-12.mobile {
		display: flex;
		margin: 0 auto;
		width: 70%;
		margin-bottom: 30px;
		position: relative;
	}
	#new_content_desc .desc_section.upsell_section .col-md-12.desktop {
		display: none;
	}
}
@media (max-width: 703px) {
	#new_content_desc .desc_section.upsell_section .col-md-12.mobile {
		width: 100%;
	}

}
.col-md-12.desktop {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: .5%;
	padding: 0;
	text-align: left;
}
.col-md-12.desktop .upsell_col {
	border: 2px solid var(--darkgrayKP);
	border-radius: 15px;
	flex: 1;
	padding: 30px 30px 0 30px;
	position: relative;
}
.col-md-12.desktop .upsell_col.col_active {
	border: 2px solid var(--upsellActive);
	padding-top: 65px;
}
.col-md-12.desktop .upsell_col img.item_img {
	max-height: 120px;
    width: auto;
    position: absolute;
    top: -60px;
    right: 10px;
}
.col-md-12.desktop .upsell_col .desktop_item_tag {
	font-size: 12px;
    color: #646464;
    margin-bottom: 5px;
}
.col-md-12.desktop .upsell_col .desktop_item_copy p:first-of-type {
	font-size: 16px;
	padding: 0;
}
.col-md-12.desktop .upsell_col .desktop_item_copy p:last-of-type {
	font-weight: 600;
    font-size: 18px;
    color: #170a07;
	padding: 0 0 15px 0;
}
.col-md-12.desktop .upsell_col.col_active .desktop_item_tag {
	color: var(--upsellActive);
}
.col-md-12.desktop .upsell_col .desktop_item_feature {
	position: relative;
}
.col-md-12.desktop .upsell_col .desktop_item_feature p {
	padding: 0 40px 0 0;
	font-size: 13px;
	margin: 0;
}
.col-md-12.desktop .upsell_col .desktop_item_feature p:last-of-type {
	font-weight: 600;
    color: #170a07;
    margin-top: 2px;
}
.col-md-12.desktop .upsell_col .desktop_item_features_wrapper hr.divider, .col-md-12.mobile .divider {
	margin: 15px 0;
	border: 1px solid var(--darkgrayKP);
}
.col-md-12.desktop .upsell_col .desktop_item_link {
	margin-top: 15px;
	border-top: 2px solid var(--darkgrayKP);
	padding: 30px 0;
	border-radius: 0 0 15px 15px;
    text-align: center;
    width: calc(100% + 60px);
    position: relative;
    right: 30px;
}
.col-md-12.desktop .upsell_col .desktop_item_link button {
	border: 1px solid var(--darkgrayKP);
    border-radius: 100px;
    background: none;
    padding: 12px 34px;
    font-size: 12px;
    color: var(--whiteKP);
    cursor: pointer;
}
.col-md-12.desktop .upsell_col .desktop_item_link button:hover {
	background-color: var(--lightgrayKP);
	color: var(--blackKP);
}
.col-md-12.desktop .upsell_col.col_active .desktop_item_link {
	border-color: var(--upsellActiveBg);
	background-color: var(--upsellActiveBg);
}
.col-md-12.desktop .upsell_col.col_active .desktop_item_link button {
	background-color: var(--upsellActive);
	color: var(--whiteKP);
	border: none;
}
.col-md-12.desktop .upsell_col.col_active .desktop_item_link button:hover {
	background-color: var(--upsellActiveHover);
	color: var(--blackKP);
}
</style>