/* Pricing section shared responsive styles.
   @file        subscription pricing.css.de
   @author      marionm, yhechler, Tajudeen
   ========================================================================== */

/* ==========================================================================
   Page Styles
   ========================================================================== */

body {
	background: #fff;
}
main {
	color: #636363;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	scroll-behavior: smooth;
}
main a {
	color: #dd1100;
}
main a:hover {
	color: #f77700;
}
main hr {
	background: #d6d6d6;
	border: none;
	height: 1px;
	margin: 3rem 0;
}
.pricing-width {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 3.125rem;
	width: 100%;
}
.bar {
	border-right: 1px solid #fccfb8;
	margin-bottom: -0.125em;
	margin-left: 1px;
}
.inner {
	padding: 2rem 2rem 0;
	width: 10.3125rem;
}
.s-flexbox.width-full.inner.hide__900.show__600 {
	padding-top: 0;
}
.s-flexbox.width-full.inner.top {
	padding-top: 0;
}
.includes.inner.second.padding-t-1__600 {
	padding-top: 2rem;
}
.plan-flex.padding-t-0__600 {
	padding-top: 2rem;
}
.modeling-suite {
	border: 1px solid #ccc;
	padding: 1.5rem;
}
.modeling-suite h3 {
	color: #dd1100;
	font-weight: 600;
	font-size: 1.125rem;
	margin-bottom: 1.5rem;
}
.modeling-suite p {
	margin-bottom: 2rem;
}
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.flex-item {
	flex: 1 1 calc(49% - 1rem);
	margin-right: 15px;
	margin-bottom: 3rem;
}
.inner {
	padding: 0 2rem 0 4rem;
}
/* ==========================================================================
   Buttons
   ========================================================================== */

.button-red, .button-white {
	border-radius: 0.25rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.41rem 2rem 0.5rem;
	text-align: center;
}
.button-red {
	background: #dd1100;
	border: 1px solid #b00f00;
	color: #fff;
}
.button-red:hover {
	background: #fe0000;
	color: #fff;
}
.button-white {
	background: #fff;
	border: 1px solid #dd1100;
	color: #dd1100;
	white-space: nowrap;
}
.button-white:hover {
	background: #fe0000;
	color: #fff;
}
/* ==========================================================================
   Header
   ========================================================================== */

#pricing-header {
	margin-bottom: 0;
	margin-top: 3.125rem;
}
#pricing-header>div {
	width: 100%;
}
#pricing-header h1 {
	font-size: 1.1rem;
	font-weight: 400;
}
#pricing-header h1 a {
	color: #666;
}
#pricing-header h1 a:after, #pricing-header h1 a:hover {
	color: #f77700;
}
#pricing-header h2 {
	color: #dd1100;
	font-size: 2.8rem;
	font-weight: 400;
}
#pricing-header p {
	font-size: 1.5rem;
	font-weight: 300;
}
#pricing-header span.find-out {
	display: block;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2rem;
}
#pricing-header .annotation {
	margin-left: -0.25rem;
}
/* ==========================================================================
   Common Styles
   ========================================================================== */

.inner h4 span {
	display: block;
}
.inner h4 .annual {
	color: #000;
	font-size: 1.3rem;
}
.individuals {
	margin-bottom: 1rem;
}
.individuals h3 {
	color: #222;
	font-size: 1.125rem;
	font-weight: 300;
	margin: 1.5rem 0 0.5rem;
}
.included-list.last {
	border-top: 1px solid #e8e8e8;
	margin-top: 0;
}
.included-list ul li {
	font-size: 0.92rem;
}
.included-list span {
	color: #dd1100;
	font-weight: 600;
}
.included-list ul.no-bullet span {
	color: #333;
}
.included-list .includes {
	margin-top: 1rem;
}
.includes.support a {
	display: flex;
}
.includes.support a span:last-of-type {
	display: inline-block;
	max-width: 44rem;
}
span.asterix {
	cursor: pointer;
}
span.a-dot {
	display: inline-block;
	float: left;
	font-weight: 600;
	margin-left: 31px;
}
ul.no-bullet span.a-dot {
	margin-left: 25px;
}
ul.community li:before {
	background: url('') no-repeat center center;
	background-size: 23px 19px;
	content: "";
	height: 19px;
	top: 0.2rem;
	width: 27px;
}
.community span, .included-list ul.no-bullet span {
	color: #333;
	font-weight: 300;
}
.community span.a-dot, .included-list .no-bullet span.a-dot {
	font-weight: 600;
}
.community span:hover {
	color: #f77700;
}
.community span:after {
	color: #dd1100;
}
.includes.hide__600 {
	margin-top: 2rem;
}
.includes ul li {
	color: #222;
	font-size: 1.1rem;
	line-height: 1.3;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding-left: 2.5rem;
	position: relative;
}
.includes ul:not(.no-advanced, .no-bullet) li::before {
	background: url('/mathematica/pricing/img/checkmark.svg') no-repeat center center;
	background-size: 23px 19px;
	content: "";
	height: 19px;
	left: 0;
	position: absolute;
	top: 0;
	width: 27px;
}
.includes ul.community li:last-child::before {
	content: '';
	background: none;
}
.includes p {
	font-weight: 300;
	margin-top: 2rem;
}
.includes hr {
	margin: 0.25rem 0;
	max-width: 100%;
	width: 90%;
}
.includes ul:nth-of-type(2) {
	margin-top: 1rem;
}
.includes.plusplancol>p:last-of-type {
	color: #222;
}
.includes.plusplancol>ul:last-of-type li {
	font-weight: 600;
}
div[id*="-highlighter"][class*="faqicon"] {
	background-color: #ffffd1;
	transition: background-color 2s ease;
}
div[id*="-highlighter"][class*="faqicon fade"] {
	background-color: #fff;
	transition: background-color 2s ease;
}
/* ==========================================================================
   Pricing Section
   ========================================================================== */

.s-flexbox {
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}
#pricing-info {
	border-bottom: 1px solid #d6d6d6;
}
.annualPlan {
	display: flex;
	flex-direction: column;
}
.plan-wrapper {
	border-left: 1px solid #d6d6d6;
	padding-left: 2rem;
}
.plan-wrapper h4 {
	color: #000;
	font-size: 1.3rem;
}
.plan-wrapper hr {
	margin: 1rem 0;
}
.plan-wrapper>span:last-child {
	color: #636363;
	display: block;
	font-size: 0.8rem;
	margin-top: -33px;
	padding-top: 9px;
	text-align: left;
}
#annual_cols>div {
	display: inline-block;
	vertical-align: top;
}
#annual_cols .price-tag {
	display: block;
}
#annual_cols>div:first-child {
	padding-right: 3rem;
}
hr#more-option-hr {
	background: #d6d6d6;
	margin: 0 0 1rem;
	max-width: 100%;
	width: 90%;
}
._plans.open {
	display: inline-block;
}
._plans {
	display: none;
}
#_btn-option {
	cursor: pointer;
	display: block;
	font-size: 0.8rem;
	margin: 9px 0.2rem 20px;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	width: 118.73px;
}
#_btn-option:hover {
	color: #dd1100;
}
#_btn-option .chevron-after {
	color: #dd1100;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
}
.subscribe-btn {
	bottom: 0;
	height: 65px;
}
.subscribe-btn .link-only.billed.Y {
	margin-top: 9px;
}
.second {
	border-left: 1px solid #d6d6d6;
	margin-top: 0;
}
.vat-note {
	font-size: 0.8125rem;
	font-weight: 400;
	text-align: right;
	padding-right: 0.9rem;
}
#annotation span.white-space-nw {
	color: #222;
	font-weight: unset;
}
/* ==========================================================================
   Prices
   ========================================================================== */

.price-wrapper {
	color: #222;
	opacity: 0;
	transition: opacity 1s;
}
.price {
	font-size: 1rem;
	color: #636363;
}
.price-tag {
	font-size: 2.125rem;
	margin-top: 0;
	margin-bottom: 0.7rem;
}
.price-tag span.price span {
	font-size: 2.125rem;
	color: #000;
}
.price-tag span.price span.dollarsign {
	font-size: 1.25rem;
	margin-top: 0.5rem;
}
.dollarsign {
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1;
	margin-top: 0.8rem;
	vertical-align: top;
}
.slash {
	display: inline-block;
}
.vat {
	font-size: 0.625rem;
	margin-left: 2px;
}
._right .price .dollarsign, ._left .price .dollarsign {
	font-size: 1.2rem;
}
._left p {
	font-size: 0.8rem;
}
.M-YearlyPrice .price {
	font-size: 0.8rem;
}
.M-YearlyPrice .price .dollarsign {
	font-size: 0.6rem;
	margin-top: 0.21rem;
}
/* link-only version */

.link-only {
	display: block;
	font-size: 0.8rem;
	margin-top: 0.3rem;
	white-space: nowrap;
	width: auto;
}
.link-only .dollarsign {
	font-size: 0.8em;
	margin-top: 0.22rem;
}
.link-only .price, .link-only .price-tag {
	color: #636363;
	font-size: 0.8rem;
	font-weight: 400;
}
/* ==========================================================================
   What's Included
   ========================================================================== */

.more, .cloud-icons, .more-options, .s-flexbox, .top-border, .included-list, .more-pricing-option {
	display: flex;
}
#more-pricing-option, .top-border {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	display: flex;
}
#more-pricing-option {
	align-items: center;
	background: #fafafa;
	border-bottom: 1px solid #d6d6d6;
	color: #000;
	font-size: 1rem;
	height: 3rem;
	justify-content: center;
}
.top-border {
	align-items: center;
	background: #f77700;
	border: 1px solid #f77700;
	color: #fff;
	font-size: 19px;
	font-weight: 300;
	height: 4.625rem;
	justify-content: space-between;
	padding: 0 1rem;
}
.top-border h3 {
	color: #fff;
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
}
.top-border span.bar-before {
	color: #fccfb8;
	font-size: 1.6rem;
	font-weight: 100;
	vertical-align: top;
}
.top-border span.bar-before:before {
	margin-right: 0;
}
.cloud-icons img:first-of-type {
	margin-right: 1rem;
}
.included-list div, .s-flexbox div {
	flex: 1 1 50%;
}
.plan-flex.padding-t-0.margin-t-1 {
	padding-right: 3rem;
}
.s-flexbox h3 span.bar {
	color: #fccfb8;
}
.whats-included {
	margin-top: 1.6875rem;
}
.more-options, .top-border {
	align-items: center;
	justify-content: space-between;
}
.more-options {
	align-items: flex-start;
	flex-wrap: unset;
}
.more {
	align-items: center;
}
.more svg {
	vertical-align: middle;
}
.more a span:first-of-type {
	margin-right: 0.1rem;
}
.more img {
	margin-top: 0.2rem;
	vertical-align: middle;
}
.more-pricing-option {
	justify-content: space-between;
	margin-top: 9px;
}
.more-description.find-out {
	color: #000;
	font-size: 1rem;
}
.more-description.find-out .more a {
	align-items: center;
	color: #000;
	display: flex;
}
.more-description.find-out .more a:hover span.chevron-after, .find-out .more span.chevron-after:hover {
	color: #ff7700;
}
.find-out .more span.chevron-after {
	color: #dd1100;
}
.topborder {
	border-top: 1px solid #d6d6d6;
}
.color-support {
	filter: invert(12%) sepia(90%) saturate(7022%) hue-rotate(12deg) brightness(93%) contrast(102%);
}
.load-wrapper {
	border-radius: 5px;
	float: none;
	margin: 0 10px 10px;
	padding: 20px;
	text-align: center;
}
/* ==========================================================================
   Bundle / AI Access Pricing
   ========================================================================== */

.bundle-pricing-option {
	align-items: center;
	background: #f5f5f5;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	color: #444;
	display: flex;
	font-weight: 300;
	justify-content: center;
	padding: 0;
}
.bundle-pricing-option .price, .bundle-pricing-option .price .price {
	color: #222;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 22px;
}
.bundle-pricing-option .AIAccess-price .price, .bundle-pricing-option .AIAccess-price .dollarsign {
	font-size: 15px;
	font-weight: 600;
	line-height: 0.5;
}
.bundle-pricing-option .flex>div {
	flex: 1;
	padding: 10px 0;
}
.bundle-with-aiaccess {
	background: #f5f5f5;
	display: flex;
	gap: 12px;
	padding: 2rem 2rem 1rem;
	width: 100%;
}
.bundle-with-aiaccess>div {
	flex: 1;
	padding: 0;
}
.bundle-with-aiaccess div>span:first-child {
	color: #dd1100;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.3;
}
.bundle-with-aiaccess p {
	color: #343434;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.bundle-with-aiaccess .year {
	color: #636363;
}
.bundle-with-aiaccess .dollarsign {
    color: #444;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 3px;
    padding-right: .1rem;
}
.bundle-with-aiaccess .AIAccess-price .dollarsign:first-child {
	line-height: 0.5;
}
.bundle-with-aiaccess .button-red, 
.bundle-with-aiaccess .button-white, 
.annualPlan .bundle-with-aiaccess .button-red, 
.annualPlan .bundle-with-aiaccess .button-white {
	font-size: 15px;
	margin: 15px 10px 10px 10px;
	padding: 8px 18px;
}
.bundle-with-aiaccess .flex {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	margin-top: 1.0rem;
	padding-top: 1.0rem;
}
.bundle-pricing-option .flex>div
 {
    flex: 1;
    padding: 10px 0 10px 10%;
}
.bundle-with-aiaccess .flex>div:last-child {
	padding: 10px 0 10px 10%;
}

.bundle-with-aiaccess .flex>div a {
	display: inline-block;
}
.AIAccess-renewal-price-wrapper {
	color: #797979;
	display: block;
	font-size: 11px;
	font-weight: 400;
}
.AIAssistant-price-wrapper, .AIAccess-price-wrapper {
	display: inline-block;
	white-space: nowrap;
}
.AIAssistant-price-wrapper .dollarsign, .AIAccess-price-wrapper .dollarsign {
	display: inline-block;
	font-size: 0.8em;
	vertical-align: baseline;
}
.AIAssistant-price-wrapper .price, .AIAccess-price-wrapper .price {
	display: inline-block;
}
#mathematica-pricing .note {
	color: #666;
	display: block;
	font-size: 0.95rem;
	font-style: italic;
	height: 0.95rem;
	margin-bottom: 0.8rem;
	margin-top: 0.1rem;
}
/* ==========================================================================
   Annotations & Tooltips
   ========================================================================== */

.annotation {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	vertical-align: middle;
}
.annotation .icon {
	cursor: pointer;
	text-align: center;
}
.annotation .icon:before {
	border: 1px solid #9d9d9d;
	border-radius: 6px;
	color: #9d9d9d;
	content: '𝑖';
	display: inline-block;
	font-size: 11px;
	height: 13px;
	line-height: 11px;
	margin-left: 0.1rem;
	text-align: center;
	vertical-align: text-top;
	width: 13px;
}
.annotation .tooltip {
	background: #fff;
	border: 1px solid #d6d6d6;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	color: #535353;
	display: none;
	font-size: 10px;
	left: 0;
	line-height: 1.5;
	min-width: 100px;
	max-width: 294px;
	padding: 0.5rem 1rem;
	position: absolute;
	text-align: left;
	text-transform: none;
	top: 0;
	width: max-content;
	z-index: 2;
}
.annotation .tooltip .before, .annotation .tooltip .after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
	bottom: auto;
	content: '';
	display: inline-block;
	height: 8px;
	left: 137px;
	position: absolute;
	top: -10px;
	width: 8px;
}
.annotation .tooltip .before {
	border-bottom: 10px solid #d6d6d6;
}
.annotation .tooltip .after {
	border-bottom: 10px solid #fff;
	top: -9px;
}
.annotation .tooltip li {
	display: list-item;
	list-style: disc;
	margin-left: 1rem;
}
/* ==========================================================================
   FAQ / Plan Details
   ========================================================================== */

.faq-icon {
	cursor: pointer;
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin-left: -0.25rem;
	text-align: center;
	vertical-align: middle;
}
.faq-icon:before {
	border: 1.4px solid #999;
	border-radius: 6px;
	color: #999;
	content: '𝑖';
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	height: 13px;
	line-height: 11px;
	margin-left: 0.1rem;
	text-align: center;
	vertical-align: text-top;
	width: 13px;
}
.faq-icon.estimate::before {
	border: 1.4px solid #999;
	color: #999;
	cursor: pointer;
	height: 10px;
	line-height: 7px;
	vertical-align: text-top;
	width: 10px;
}
.faq-icon.estimate {
	margin-left: -0.1rem;
}
#faq {
	border-top: 1px solid #ccc;
	margin-bottom: 4.875rem;
	margin-top: 1.4rem;
	padding-top: 1.875rem;
}
#faq h3 {
	color: #dd1100;
	cursor: pointer;
	display: inline-block;
	font-size: 2rem;
	font-weight: 400;
}
#faq span.more img {
	margin-right: 0.5rem;
	position: relative;
	top: 0;
}
#faq .more {
	align-items: flex-start;
}
#faq .more a {
	color: #636363;
	display: flex;
}
#faq .more a:hover {
	color: #f77700;
}
#faq li {
	margin-bottom: 0.5rem;
	margin-left: 0.6rem;
	position: relative;
}
.faq-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}
.faq-wrapper li::before {
    color: rgb(47, 47, 47);
    content: "•";
    display: inline-block;
    font-size: 0.85rem;
    left: -8px;
    margin-right: 0.25rem;
    position: absolute;
}
.faq-wrapper.open {
	max-height: none;
}
.faq-wrapper h4 {
	color: #2d2d2d;
	font-weight: 600;
	margin: 1.75rem 0 0.5rem;
}
.faq-wrapper p {
	color: #303030;
	font-size: 0.85rem;
	margin-bottom: 0.75rem;
}
.faq-wrapper ul {
	color: #303030;
	font-size: 0.85rem;
	margin: 0 0 0.75rem;
}
.faq-wrapper li:before:not(.faq-wrapper .no-bullet li) {
	color: #2f2f2f;
	content: '•';
	display: inline-block;
	font-size: 0.85rem;
	left: -8px;
	margin-right: 0.25rem;
	position: absolute;
}
.common {
	padding-top: 1rem;
}
.common h3:after {
	display: none;
}
#plandetails.common .more-options h3, #faq.common .more-options h3 {
	font-size: 1.3rem;
	padding-left: 1.3rem;
	position: relative;
}
#plandetails {
	margin-bottom: 0.875rem;
	margin-top: 2.5rem;
}
#plandetails .more-options h3 {
	color: #dd1100;
	cursor: pointer;
	display: inline-block;
	font-size: 2rem;
	font-weight: 400;
}
#faq h3:before, #plandetails .more-options h3:before {
	background: url(/mathematica/pricing/img/more-icon-2x.png) no-repeat 0 0;
	background-size: 13px 13px;
	content: '';
	height: 13px;
	left: 0;
	position: absolute;
	top: 0.3rem;
	width: 13px;
}
#faq.open h3:before, #plandetails.open .more-options h3:before {
	background: url(/mathematica/pricing/img/less-icon-2x.png) no-repeat 0 0;
	content: '';
	top: 0;
}
/* ==========================================================================
   Loading Animation
   ========================================================================== */

.load .square {
	display: inline-block;
	animation-name: loading;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.square {
	color: #777;
	float: left;
	font-size: 8px;
}
.compact-prices .square {
	color: #fff;
}
.l-1 {
	animation-delay: 0.48s;
	margin-right: 4px;
}
.l-2 {
	animation-delay: 0.6s;
	margin-right: 4px;
}
.l-3 {
	animation-delay: 0.72s;
}
@keyframes loading {
	0% {
		opacity: 0;
		transform: scale(0.5, 0.5);
	}
	100% {
		opacity: 1;
		transform: scale(1.2, 1.2);
	}
}
/* ==========================================================================
   No-Advanced Features (other-options pages)
   ========================================================================== */

.includes ul.no-advanced li::before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 32 32%22%3E%3Cpath d%3D%22M10.15 24.56l5.59-5.58 5.59 5.58 3.23-3.23-5.59-5.58 5.59-5.59-3.23-3.23-5.59 5.59-5.59-5.59-3.23 3.23 5.59 5.59-5.59 5.58 3.23 3.23z%22 fill%3D%22%23bdbdbd%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 32px 32px;
	content: "";
	height: 19px;
	left: 0;
	position: absolute;
	top: 0;
	width: 27px;
}
.includes ul.no-advanced li {
	color: #bdbdbd;
}
/* ==========================================================================
   Footer
   ========================================================================== */

#pricing-footer {
	margin-bottom: 2.25rem;
	margin-top: 1.875rem;
}
#pricing-footer li {
	text-align: center;
}
#pricing-footer a {
	color: #535353;
	display: inline-block;
	line-height: 32px;
	margin-right: 3.75rem;
	padding-left: 3.75rem;
}
#pricing-footer a:hover {
	color: #f77700;
}
#pricing-footer li:nth-of-type(1) a {
	background: url('/mathematica/pricing/img/footer-trial.png') no-repeat;
	background-size: 50px 32px;
}
#pricing-footer li:nth-of-type(2) a {
	background: url('/mathematica/pricing/img/footer-questions.png') no-repeat;
	background-size: 50px 32px;
	margin-right: 5px;
}
.new {
    font-size: 0.8rem;
    color: #fff;
    background: orange;
    text-transform: uppercase;
    padding: 0.125rem 0.5rem;
    font-style: italic;
}
/* ==========================================================================
   Breakpoint: 1200px
   ========================================================================== */

@media all and (max-width: 1200px) {
	.pricing-width {
		padding: 0 1.5625rem;
	}
	span.a-dot {
		margin-left: 29px;
		margin-top: 1px;
	}
	#_btn-option {
		width: 106.73px;
	}
	.plan-wrapper>span:last-child {
		margin-top: -34px;
	}
}
/* ==========================================================================
   Breakpoint: 900px
   ========================================================================== */

@media all and (max-width: 900px) {
	.button-red, .button-white, .button-orange {
		padding: 0.7rem 4.5rem;
	}
	.price-tag, .price-tag-monline {
		font-size: 2.325rem;
	}
	.inner {
		padding: 2rem 0 0 0;
		width: 100%;
	}
/* 
	.includes p {
		margin-top: 0;
	}
 */
	#annual_cols {
		padding-left: 2rem;
	}
	.included-list, .s-flexbox {
		flex-direction: column;
	}
	.price-tag {
		margin-bottom: 0.325rem;
	}
	.price-tag-temp {
		margin-top: -5px;
	}
	.plan-wrapper {
		border-left: none;
		padding: 0;
	}
	.plan-wrapper .link-only {
		text-align: left;
	}
	.plan-wrapper>span:last-child {
		margin-top: 0;
	}
	.plan-wrapper .subscribe-btn {
		height: auto;
	}
	.plan-flex {
		display: flex;
		max-width: 670px;
	}
	.plan-flex div:nth-child(1) {
		flex-grow: 1;
		padding-left: 2rem;
	}
	#annual_cols {
		padding-left: 0;
	}
	.includes.hide__600 {
		margin-top: 0;
		margin-bottom: 2rem;
	}
	.includes ul:not(.no-advanced) li::before {
		background-size: 14px 11px;
	}
	.includes ul.no-advanced li::before {
		background-size: 22px 22px;
	}
	ul.community li:before {
		background-size: 14px 11px;
	}
	span.a-dot {
		margin-left: 24px;
		margin-top: 1px;
	}
	.includes ul li {
		font-size: 1rem;
		margin-bottom: 0.5rem;
		padding-left: 2.3rem;
	}
	.second {
		border-left: none;
		border-top: 2px solid #f77700;
	}
	.more-description.find-out img {
		height: auto;
		width: 16px;
	}
	.more-description.find-out-more {
		color: #636363;
		font-size: 0.8572rem;
		margin-top: 0.5rem;
	}
	.inner.left {
		flex-direction: column;
	}
	hr#more-option-hr {
		width: 94%;
	}
	.annualPlan {
		flex-direction: row;
	}
	#annual_cols>div:first-child {
		padding-right: 0;
	}
	.subscribe-btn {
		max-width: 185px;
	}
	#_btn-option {
		width: 100.73px;
	}
	#_btn-option .chevron-after::after {
		display: inline-block;
		font-size: large;
		margin-left: 5px;
		transform: rotate(90deg);
		vertical-align: middle;
	}
	._plans.open {
		height: auto;
	}
	#middle {
		margin-bottom: 0;
		padding-left: 3rem;
	}
	.s-flexbox div.bundle-with-aiaccess {
		border: none;
		display: unset;
		padding: 0;
	}
	.s-flexbox div.bundle-with-aiaccess>div>div {
		flex: none;
		margin: 0;
		padding: 0;
	}
	.s-flexbox div.bundle-with-aiaccess>div.flex>div {
		margin: 0;
		padding-left: 10px;
	}
	.bundle-pricing-option .flex>div {
		padding: 0;
	}
	.bundle-pricing-option {
		border: 1px solid #ddd;
		border-radius: 10px;
		margin: 0.5rem 2rem 3rem;
		padding: 1.375rem;
	}
	.bundle-with-aiaccess {
		border-radius: 10px;
		max-width: 100%;
	}
	.bundle-with-aiaccess .dollarsign {
		line-height: 1.5;
	}
	.bundle-with-aiaccess p {
	    font-size:1.1rem;
		margin-top:.4rem;
		max-width: 100%;
		
	}
	.bundle-with-aiaccess .flex>div:last-child {
    border-left: none;
    padding-left:40%;
}
	.dollarsign:not(.bundle-with-aiaccess .dollarsign, #renewal-price .dollarsign) {
		margin-top: 0.7rem;
	}
	#pricing-footer a {
		padding-left: 4rem;
	}
	#pricing-footer li:nth-of-type(1) a {
		margin-right: 1.25rem;
	}
}
/* ==========================================================================
   Breakpoint: 600px
   ========================================================================== */

@media all and (max-width: 600px) {
	.includes p {
		margin-top: 2.5rem;
	}
	.pricing-width {
		padding: 0 1rem;
	}
	.inner {
		padding: 0;
	}
	.inner h4 .annual {
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.inner h4 {
		margin-top: 2rem;
	}
	#pricing-header {
		margin-bottom: 1.5rem;
		margin-top: 1.5rem;
	}
	#pricing-header h2 {
		font-size: 2.2rem;
	}
	#pricing-info {
		border-bottom: 5px solid #f77000;
	}
	.price-wrapper.small {
		margin-top: 1.5rem;
	}
	.price-tag {
		font-size: 2.525rem;
	}
	.price-tag span.price span.dollarsign {
		margin-top: 0.9rem;
	}
	.button-red, .button-white {
		font-size: 15px;
	}
	.button-red, .annualPlan .button-white {
		max-width: 15rem;
		padding: 0.7rem 1rem;
		width: 100%;
	}
	.plan-flex {
		flex-direction: column;
	}
	.plan-flex div:nth-child(1) {
		display: block;
		flex-basis: 100%;
		flex-grow: 0;
		width: 100%;
	}
	.plan-flex div:nth-child(1) {
		padding-left: 0;
	}
	.plan-wrapper>span:last-child {
		margin-top: -6px;
	}
	.individuals h3 {
		font-size: 1.2rem;
	}
	.includes ul:not(.no-advanced) li::before {
		top: -3px;
	}
	.includes hr {
		width: 100%;
	}
	.includes ul li {
		font-weight: 400;
		line-height: 1.15;
		margin-bottom: 0.8rem;
	}
	.includes.hide__600 {
		margin-top: 2rem;
	}
	.s-flexbox {
		border-bottom: none;
		border-left: 5px solid #f77000;
		border-right: 5px solid #f77000;
	}
	.second:not(.s-flexbox.width-full.hide__900.show__600 .second) {
		border-left: none;
		border-top: 2px solid #f77700;
	}
	.s-flexbox.width-full.hide__900.show__600 .second {
		border-top: none;
		padding: 0 1rem;
	}
	.top-border {
		border-bottom: none;
		border-top: none;
		height: unset;
		justify-content: center;
		min-height: 4.625rem;
		padding: 7px 0.5rem;
		text-align: center;
	}
	.top-border h3 {
		text-align: center;
	}
	.more-pricing-option {
		flex-direction: column;
		justify-content: center;
		margin-top: 9px;
		max-width: 100%;
		padding-top: 0;
	}
	.more-pricing-option div:last-of-type {
		margin-top: 0.4rem;
		text-align: left;
	}
	.more-pricing-option .button-white {
		font-size: 0.95rem;
		width: 127.73px;
	}
	.more-description.find-out {
		font-size: 1rem;
		text-align: center;
	}
	.more {
		margin-right: 0;
	}
	.description {
		align-items: center;
		border-top: 1px solid #e8e8e8;
		display: flex;
		height: 100%;
		justify-content: center;
		width: 100%;
	}
	.M-YearlyPrice .price, .price .price, .plan-wrapper>span:last-child, .link-only, #_btn-option {
		font-size: 0.95rem;
	}
	.link-only span.price span.price {
		font-size: 1rem;
	}
	#_btn-option {
		display: inline-block;
		margin-bottom: 0;
		max-width: 189.73px;
		width: 100%;
	}
	.subscribe-btn {
		height: auto;
		margin: 0.5rem auto;
	}
	.subscribe-btn .more-pricing-option {
		margin: 9px auto;
		max-width: 194px;
		text-align: left;
	}
	.annualPlan {
		flex-direction: column;
		margin-bottom: 2rem;
	}
	#annual_cols>div:first-child {
		padding-right: 0;
	}
	hr#more-option-hr {
		width: 100%;
	}
	.annotation .tooltip {
		width: 80%;
	}
	.annotation .icon:before {
		font-size: 12px;
		height: 14px;
		line-height: 12px;
		width: 14px;
	}
	#mathematica-pricing .note {
		margin-bottom: 1rem;
	}
	#more-pricing-option {
		border-bottom: 5px solid #f77000;
		border-left: 5px solid #f77000;
		border-right: 5px solid #f77000;
		justify-content: center;
	}
	#more-pricing-option .button-white {
		font-size: 12px;
		margin: 0.3rem 0;
	}
	#plandetails {
		margin-top: 4rem;
	}
	#middle {
		padding-left: 0;
		text-align: center;
	}
	#middle.open {
		margin-bottom: 1rem;
		margin-top: 0;
	}
	.dollarsign:not(.bundle-with-aiaccess .dollarsign, #renewal-price .dollarsign) {
		margin-top: 1rem;
	}
	.load-wrapper {
		float: none;
		margin: 0 auto;
		max-width: 80px;
	}
	.load {
		align-items: center;
		display: flex;
	}
	.bundle-pricing-option {
	    margin: 3.5rem 1rem 1.5rem;
		max-width: 100%;
	}
	#bundle-pricing-option-600-serviceplus-desktop {
		margin: 0 1rem 2rem;
	}	
	.bundle-pricing-option .AIAccess-price .dollarsign {
		line-height: 0.6;
	}
	.bundle-pricing-option .flex .price, .bundle-pricing-option .flex .price .price {
		font-size: 22px;
	}
	.bundle-with-aiaccess p {
		font-size: 12px;
		line-height: 1.4;
	}
	.bundle-with-aiaccess .button-white, .annualPlan .bundle-with-aiaccess .button-white {
		display: block;
		margin: 0.5rem auto 0;
		max-width: 10rem;
		padding: 0.5rem 0.1rem;
	}
	.bundle-with-aiaccess .button-red {
		margin: 0.5rem auto 0;
		max-width: 10rem;
	}
	.bundle-with-aiaccess>div>span:first-child, .bundle-with-aiaccess p {
		font-size:15px;
		display: block;
		line-height: 1.4;
		text-align: left;
	}
	.bundle-with-aiaccess .dollarsign {
		font-size: 16px;
		line-height: 0.5;
	}
	.bundle-with-aiaccess .flex>div {
		margin-top: 1rem;
	}
	.bundle-with-aiaccess .flex>div a {
		display: block;
	}
	.bundle-with-aiaccess .flex>div:last-child{

    	padding: unset;
 }
	.AIAccess-renewal-price-wrapper
 {
	margin-top:0.5rem;
 }
	#faq span.more span:last-of-type, .more-description.find-out-more {
		font-size: 12px;
	}
	span.a-dot {
		margin-left: 23px;
		margin-top: 4px;
	}
}
/* ==========================================================================
   Breakpoint: 320px
   ========================================================================== */

@media all and (max-width: 320px) {
	.annotation .tooltip {
		min-width: 255px;
		width: 255px;
	}
}
