/* Pricing section shared responsive styles.
   @file        shared.es.css
   @author      marionm, yhechler
   ========================================================================== */
/* ==========================================================================
   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;
}
main a {
    color: #dd1100;
}
main a:hover {
    color: #f77700;
}
main hr {
    background: #d6d6d6;
    border: none;
    height: 1px;
    margin: 0.25rem 0;
}
.pricing-width {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 3.125rem;
    width: 100%;
}
.bar {
    border-right: 1px solid #b7b7b7;
    margin-bottom: -.125em;
    margin-left: 1px;
}
/* ==========================================================================
   buttons
   ========================================================================== */
.button-red,
.button-white,
.button-orange {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: .45rem 1.5rem .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;
}
.button-white:hover {
    background: #fe0000;
    border: 1px solid #b00f00;
    color: #fff;
}
.button-orange {
    background: #fff;
    border: 1px solid #f77700;
    color: #f77700;
}
.button-orange:hover {
    background: #f77700;
    border: 1px solid #f77700;
    color: #fff;
}
.button-red.small,
.button-white.small,
.button-orange.small {
    font-size: .75rem;
    padding: .35rem .5rem;
}
/* ==========================================================================
   shared headers
   ========================================================================== */
/* main
   ========================================================================== */
#pricing-header {
    margin-bottom: 2rem;
    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;
}
.bundle-pricing-option:not(.compact-prices .bundle-pricing-option) {
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #d6d6d6;
    border-top: none;
    color: #000;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 65.4%;
    margin-bottom: 3rem;
}
#students .bundle-pricing-option,
#personal .bundle-pricing-option {
    width: 80%;
}
.bundle-pricing-option .flex>div {
    flex: 1;
    padding: 10px 0;
}
.LLM-renewal-price-wrapper {
    color: #797979;
    display: block;
    font-size: 11px;
    margin-top: 0.5rem;
}
#students .compact-prices .bundle-pricing-option {
    width:100%;
    border:none;
}
.LLMKit-price-wrapper{
    color:#222;
	font-weight:600;
}
.bundle-with-llmkit {
    background: #f5f5f5;
    display: flex;
    gap: 12px;
    width: 100%;
    padding: 1.375rem 2rem 1rem;
}
.compact-prices .bundle-with-llmkit{
    text-align:left;
    padding: 1rem;
}
.bundle-with-llmkit>div {
    flex: 1;
    padding: 0;
}
.bundle-with-llmkit .button-red:not(.compact-prices .bundle-with-llmkit .button-red),
.bundle-with-llmkit .button-white:not(.compact-prices .bundle-with-llmkit .button-white) {
    font-size: 1rem;
    margin-left: 10px;
    padding: 8px 18px 8px 22px;
}
.bundle-with-llmkit .year {
    color: #636363;
}
.bundle-with-llmkit div>span:first-child {
    color: #222;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 34px;
}
.dollarsign {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
    margin-top: .5rem;
    vertical-align: top;
}
.compact-prices .dollarsign {
    font-size: .75rem;
    margin-top: .25rem;
}
.bundle-with-llmkit .dollarsign {
    color: #535353;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 0.5rem;
}
.bundle-pricing-option .LLMKit-price .price,
.bundle-pricing-option .LLMKit-price .dollarsign {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 0.5rem;
    margin-top: 0.3rem;
}
.bundle-with-llmkit p {
    color: #343434;
    font-size: .94rem;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: .6rem;
}
/* ==========================================================================
   frequency
   ========================================================================== */
#frequency {
    text-align: center;
}
#frequency button {
    background: #fff;
    border: 1px solid #dd1100;
    color: #dd1100;
    font-size: .9375rem;
    padding: .3rem 1rem;
    text-align: center;
    text-transform: uppercase;
}
#frequency button.active {
    background: #dd1100;
    color: #fff;
    position: relative;
}
#frequency button.active:after {
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #dd1100;
    bottom: -6px;
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}
#frequency button+button {
    border-left: 0;
}
#frequency small {
    font-size: .625rem;
}
/* ==========================================================================
   individual top
   ========================================================================== */
#individuals-wrapper {
    margin: 0 0 4.5rem 0;
}
/* top
   ========================================================================== */
#individuals-top .flexbox {
    align-items: stretch;
    display: flex;
}
#individuals-top .flexbox>* {
    border: 1px solid #d6d6d6;
    border-right: none;
    margin-top: 2rem;
    padding-bottom: 160px;
    position: relative;
    width: 33%;
    z-index: 0;
}
#personal #individuals-top .flexbox>*,
#students #individuals-top .flexbox>* {
    width: 40%;
}
#individuals-top .flexbox>*:last-child {
    border: 1px solid #d6d6d6;
}
#individuals-top .flexbox>*.sneauxphlayque {
    margin-top: .9rem;
}
#individuals-bottom {
    border: 1px solid #d6d6d6;
    margin-top: 4.5rem;
}
#individuals-top .enterprise {
    margin-left: 1.5rem;
    margin-top: 1.0rem;
}
#individuals-top .enterprise h3>span:first-child {
    color: #ff4233;
}
#individuals-top .flexbox .stand-out {
    border: 2px solid #dd1100 ;
    margin-top: 1.25rem;
    outline: 3px solid #dd1100;
    z-index: 1;
}
#individuals-top .flexbox .stand-out.sneauxphlayque {
    margin-top: 3px;
}
#individuals-top h3,
#individuals-bottom h3 {
    align-items: center;
    background: #f77700;
    border-bottom: 1px solid #d6d6d6;
    color: #fccfb8;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    height: 5.25rem;
    padding: 0 1rem;
}
#individuals-top .enterprise h3 {
    background: #424242;
}
#individuals-top h3>span.small-title {
    font-size: 1.125rem;
    display: block;
}
#individuals-top .stand-out h3 {
    background: #dd1100;
    color: #f6d2d2;
}
#individuals-top .stand-out h3:before {
    color: #ffcb80;
    display: block;
    font-size: .75rem;
    left: 1rem;
    line-height: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: .5rem;
}
#individuals-top h3 span span,
#individuals-bottom h3 span span {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
}
#individuals-top .top {
    padding: .625rem 1.5rem 0;
}
#individuals-bottom .top {
    padding: 2rem 1rem 0 0;
}
#individuals-top .top img,
#individuals-bottom .top img {
    display: block;
    margin: .625rem auto 1rem;
}
#individuals-top .top h4,
#individuals-bottom .top h4,
#individuals-top .top .large,
#individuals-bottom .top .large {
    color: #222;
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 .5rem 0;
}
#individuals-top .top .large,
#individuals-bottom .top .large {
    margin: 0;
}
#individuals-top .stand-out.margin-t-0 .top:after {
    color: #f77700;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 .625rem 0;
    text-transform: uppercase;
}
#individuals-top .list-gray,
#individuals-bottom .list-gray {
    margin: .5rem 0 0 0;
}
#individuals-top .list-gray>*,
#individuals-bottom .list-gray>* {
    font-size: .875rem;
    line-height: 1.3;
    margin: 0 0 .25rem .625rem;
    position: relative;
}
#individuals-top .list-gray>*:before,
#individuals-bottom .list-gray>*:before {
    background: #c0c0c0;
    content: '';
    display: inline-block;
    height: 5px;
    left: -.75em;
    position: absolute;
    top: .45em;
    width: 5px;
}
.enterprise p {
    font-size: 0.875rem;
}
/* middle
   ========================================================================== */
#individuals-top .middle {
    bottom: 0;
    min-height: 120px;
    padding: 0 1.5rem;
    position: absolute;
    text-align: center;
    width: 100%;
}
#individuals-bottom .middle {
    padding: 1.5rem 0 0 1rem;
    text-align: center;
}
#individuals-top .price-link,
#individuals-top .price-link-monline {
    margin-top: .5rem;
}
#individuals-top .middle .price-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
#individuals-top .middle .price-link:not(#individuals-top .enterprise .middle .price-link) {
    position: absolute;
    bottom: 2.0rem;
}
#individuals-top .middle .price-tag {
    margin-bottom: 2rem;
}
/* what's included
   ========================================================================== */
#individuals-top .whats-included,
#individuals-bottom .whats-included {
    border-bottom: 1px solid #f77700;
    margin-top: 3rem;
}
#individuals-top .stand-out .whats-included,
#individuals-bottom .stand-out .whats-included {
    border-bottom: 1px solid #dd1100;
}
#individuals-bottom .whats-included {
    border-bottom: none;
}
#individuals-top .whats-included>p,
#individuals-bottom .whats-included>p {
    background: #f9f9f9;
    border-top: 1px solid #d6d6d6;
    color: #dd1100;
    cursor: pointer;
    display: block;
    font-size: 1.1rem;
    padding: .5rem 1rem .45rem;
    text-align: center;
}
#individuals-top .whats-included>p.active,
#individuals-bottom .whats-included>p.active {
    border-bottom: 1px solid #d6d6d6;
}
#individuals-top .whats-included>p:before,
#individuals-bottom .whats-included>p:before {
    content: '+';
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 0;
    margin: 0 .3rem 0 0;
    position: relative;
    top: 4px;
    width: 15px;
}
#individuals-top .whats-included>p.active:before,
#individuals-bottom .whats-included>p.active:before {
    content: '-';
    top: 2px;
}
#individuals-top .whats-included .compact-prices,
#individuals-bottom .whats-included .compact-prices {
    background: #f77700;
    border-bottom: 1px solid #f77700;
    border-top: 3px solid #f77700;
    margin-bottom: 0;
    max-width: 100%;
    padding: .5rem 0;
    width: 100%;
}
#individuals-top .stand-out .whats-included .compact-prices,
#individuals-bottom .stand-out .whats-included .compact-prices {
    background: #dd1100;
    border-bottom: 1px solid #dd1100;
    border-top: 3px solid #dd1100;
    margin-bottom: 0;
    max-width: 100%;
    padding: .5rem 0;
    width: 100%;
}
#individuals-bottom .whats-included .compact-prices {
    border-bottom: none;
}
#individuals-top .whats-included .compact-prices a,
#individuals-bottom .whats-included .compact-prices a {
    margin-top: 0.15rem;
    width: auto;
}
#individuals-top .whats-included .compact-prices div.tiny,
#individuals-bottom .whats-included .compact-prices div.tiny {
    margin-left: -2rem;
    margin-right: -2rem;
}
/* let it snow, let it snow, let it snow
   ========================================================================== */
.snowflake {
    background: #f77700;
    border-top: 1px solid #d6d6d6;
    height: 8px;
}
#individuals-bottom .snowflake {
    border-top: none;
}
#personal #_country-picker-wrapper,
#students #_country-picker-wrapper {
    max-width: 53.5rem;
}
/* prices
   ========================================================================== */
.price-wrapper {
    color: #dd1100;
}
.price-tag {
    font-size: 2.125rem;
}
.price-tag-monline {
    display: inline;
    font-size: 2.125rem;
}

.slash {
    display: inline-block;
    font-size: 1.25rem;
    margin: 0;
}
.compact-prices .slash {
    font-size: 0.875rem;
}
.vat {
    font-size: .625rem;
    margin-left: 2px;
}
.type,
.qual,
.plus,
.round,
.use,
.serv,
.addserv {
    display: none;
}
/* small version
   ================================== */
.price-wrapper.small {
    font-size: .875rem;
    margin-top: .5rem;
    text-align: center;
}
.small .price-tag,
.small .price-tag-monline {
    font-size: 1.25rem;
}
.small .dollarsign {
    font-size: .875rem;
    margin-top: .3rem;
}
.small a {
    font-size: .625rem;
    margin-left: .5rem;
    margin-top: 0 ;
    width: auto ;
}
/* link-only version
   ================================== */
.link-only {
    color: #222 ;
    display: inline-block;
    font-size: .8rem;
    margin-top: .3rem ;
    width: auto ;
}
.link-only:hover {
    color: #dd1100 ;
}
.link-only .price,
.link-only .price-tag {
    font-size: 1rem;
}
.link-only .dollarsign {
    font-size: .6em ;
    margin-top: .3rem ;
}
/* compact version
   ================================== */
.compact-prices .price-wrapper {
    color: #fff;
}
.compact-prices .price-wrapper>* {
    display: inline-block;
}
.compact-prices .price-wrapper+.price-wrapper:not(.france-wrapper) {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    font-size: .75rem;
    margin-top: .5rem;
    padding-top: .5rem;
}
.compact-prices .price-tag {
    color: #fff;
    font-size: 1.0625rem;
}
.compact-prices .price-tag-monline {
    color: #fff;
    display: inline;
    font-size: 1.0625rem;
}

.compact-prices .button-white,
.compact-prices .button-red {
    background: #fff;
    margin: .5rem 0.25rem;
    padding: .5rem 1.5rem .6rem;
}
.compact-prices .button-white:not(.compact-prices .bundle-pricing-option .button-white) {
    border: 1px solid #f77700;
    color: #f77700;
}
.compact-prices .button-red {
    border: 1px solid #fff;
    background: #dd1100;
    color:#fff;
}
.compact-prices .bundle-pricing-option .button-red{
    border: #dd1100;
}
.compact-prices .button-white:not(.compact-prices .bundle-pricing-option .button-white):hover,
.compact-prices .bundle-pricing-option .button-white:hover{
    background: #fe0000;
    border: 1px solid #b00f00;
    color: #fff;
}

.compact-prices .button-red:hover {
    background: #fe0000;
    border: 1px solid #b00f00;
    color: #fff;
}
.compact-prices .bundle-pricing-option .button-red:hover{
    border: #dd1100;
}
.compact-prices .tiny .price-tag,
.compact-prices .tiny .price-tag-monline {
    font-size: .875rem;
}
.compact-prices .tiny .dollarsign,
.whats-included .compact-prices .dollarsign {
    font-size: .925rem;
    margin-top: 3px;
}
.compact-prices .tiny .button-white,
.compact-prices .tiny .button-red {
    border: 1px solid #fff;
    color: #fff;
    font-size: .75rem;
    margin-left: .5rem;
    padding: .35rem .5rem;
}
.compact-prices .tiny .button-white,
.compact-prices .tiny .bundle-with-llmkit .button-white {
    background: #f17600;
}
.compact-prices .tiny .button-white:hover,
.compact-prices .tiny .bundle-with-llmkit .button-white:hover {
    background: #fe0000;
}
.compact-prices .tiny .button-red,
.compact-prices .tiny .bundle-with-llmkit .button-red{
    background: #d51b02;
}
.compact-prices .tiny .button-red:hover,
.compact-prices .tiny .bundle-with-llmkit .button-red:hover {
    background: #fe0000;
}

.compact-prices .link-only {
    color: #fff ;
    font-size: .7rem;
    margin-top: 0 ;
}
.compact-prices .link-only:hover,
.compact-prices .link-only:hover * {
    color: #000 ;
}
.compact-prices .link-only .price,
.compact-prices .link-only .price-tag {
    font-size: .875rem;
}
.compact-prices .link-only .dollarsign {
    font-size: .625em ;
    margin-top: 4px ;
}
/* ==========================================================================
   chart
   ========================================================================== */
.chart,
.mobile-chart {
    border-collapse: collapse;
    table-layout: fixed;
    width: 66%;
}
#personal .chart,
#personal .mobile-chart,
#students .chart,
#students .mobile-chart {
    border-collapse: collapse;
    table-layout: fixed;
    width: 80%;
}
.chart th,
.chart td {
    text-align: center;
    vertical-align: middle;
}
.chart th {
    border: 1px solid #fff;
    color: #fff;
    font-size: .8125rem;
    font-weight: 400;
    padding: .2rem 1rem;
}
.chart thead th:nth-of-type(1) {
    background: #f77700;
}
.chart thead th:nth-of-type(2) {
    background: #dd1100;
}
.chart td {
    color: #616161;
    font-size: .875rem;
    padding: .75rem;
}
.chart tr td:first-of-type {
    color: #222;
    font-size: .9rem;
}
.chart tbody tr:nth-child(even) td {
    border: 1px solid #e8e8e8;
    border-top: none;
}
.chart tbody tr:nth-child(even) td:nth-child(odd) {
    border-right: 1px solid #e8e8e8;
}
.chart tbody tr:nth-child(even) td:nth-child(even) {
    border-left: none;
}
.chart tbody tr:nth-child(odd) td {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.chart tbody tr:nth-child(3n+1),
.chart tbody tr:nth-child(3n+2) {
    background: #fff;
}
.chart tbody tr:nth-child(4n),
.chart tbody tr:nth-child(4n-1) {
    background: #f8f8f8;
}
.chart .compact-prices tr td:first-of-type {
    border: none;
}
.chart .compact-prices td {
    color: #fff;
    padding: .5rem .75rem;
    background: #dd1100;
}
.chart .compact-prices td:nth-of-type(1):not(tr:nth-child(2n) td:nth-of-type(1) ) {
    background: #f77700;
    #f5f5f5;
}
.chart .compact-prices td:nth-of-type(2)::not(tr:nth-child(2n) td:nth-of-type(2)) {
    background: #dd1100;
}
.chart .compact-prices tr:nth-child(2n) td:nth-of-type(1),
.chart .compact-prices tr:nth-child(2n) td:nth-of-type(2)  {
    background: #f5f5f5;
}
.chart .c:before,
.mobile-chart .c:before {
    content: '';
    display: block;
    margin: 0 auto;
}
.mobile-chart .c:before {
    margin-bottom: .5rem;
}
.chart .c:before,
.mobile-chart .c:before {
    background: url('/wolfram-one/pricing/img/check.png') no-repeat 50% 50%;
    background-size: 19px 15px;
    height: 15px;
    width: 19px;
}
.chart .small {
    color: #7f7f7f;
    display: block;
    font-size: .625rem;
}
.chart .medium {
    font-size: 1.0625rem;
    font-weight: 400;
}
.chart .large {
    font-size: 1.0625rem;
    font-weight: 600;
}
.chart .larger {
    font-size: 1.3125rem;
    font-weight: 600;
}
.chart .margin {
    margin-top: .5rem;
}
.mobile-chart {
    margin: 1rem 0;
}
.mobile-chart th,
.mobile-chart td {
    padding: .75rem;
    text-align: center;
    vertical-align: middle;
}
.mobile-chart h4 {
    color: #222;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 300;
}
.mobile-chart h4>* {
    display: inline;
}
.mobile-chart hr {
    margin: .5rem 2rem;
}
.mobile-chart .small {
    color: #7f7f7f;
    display: block;
    font-size: .625rem;
}
.mobile-chart .medium {
    font-size: 1.0625rem;
    font-weight: 300;
}
.mobile-chart .large {
    font-size: 1.0625rem;
    font-weight: 600;
}
.chart.footer {
    margin-top: 4rem;
}
.chart.footer th {
    border: none;
    font-size: 1rem;
    font-weight: 400;
    padding: .75rem;
}
.chart.footer th span {
    font-weight: 600;
}
.chart.footer thead td {
    height: 5px;
    padding: 0;
}
.chart.footer thead td:nth-of-type(1) {
    background: #f77700;
}
.chart.footer thead td:nth-of-type(2) {
    background: #dd1100;
}
/* ==========================================================================
   annotations
   ========================================================================== */
.annotation {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    vertical-align: middle;
}
#pricing-header .annotation {
    margin-left: -.25rem;
}
.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: .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, .25);
    color: #535353;
    display: none;
    font-size: 10px;
    left: 0;
    line-height: 1.5;
    min-width: 294px;
    padding: .5rem 1rem;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: 0;
    width: 294px;
    z-index: 2;
}
.annotation .tooltip .before {
    border-bottom: 10px solid #d6d6d6;
    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 .after {
    border-bottom: 10px solid #fff;
    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: -9px;
    width: 8px;
}
.annotation .tooltip li {
    display: list-item;
    list-style: disc;
    margin-left: 1rem;
}
/* ==========================================================================
   middle
   ========================================================================== */
#individuals-middle h3 {
    color: #222;
    font-size: 1.125rem;
    font-weight: 300;
    margin: 1.5rem 0 .5rem;
}
/* ==========================================================================
   shared 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: 2.75rem;
}
#pricing-footer a:hover {
    color: #f77700;
}
#pricing-footer li:nth-of-type(1) a {
    background: url('/wolfram-one/pricing/img/footer-1.png') no-repeat;
    background-size: 31px 32px;
}
#pricing-footer li:nth-of-type(2) a {
    background: url('/wolfram-one/pricing/img/footer-2.png') no-repeat;
    background-size: 25px 32px;
    margin-right: 0;
}
#pricing-footer ._page-width {
    padding: 0;
}
.load-wrapper {
    float: left;
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
}
.load .square {
    display: inline;
    animation-name: loading;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
}
.square {
    float: left;
    color: #777;
    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);
    }
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */
/* styles for large screens (1200px)
   ========================================================================== */
@media all and (max-width: 1200px) {
    .pricing-width {
        padding: 0 1.5625rem;
    }
	#personal #_country-picker-wrapper,
	#students #_country-picker-wrapper {
		max-width: unset;
	}    
    #select-header .flexbox a:last-child {
        display: flex;
    }
    #individuals-top .flexbox>* {
        margin-top: .9rem;
    }
    #individuals-top .flexbox .stand-out {
        margin-top: 3px;
    }
	#individuals-bottom .text-align-c{
		max-width:550px;
		font-size: 1.3rem;
		font-weight:300;
		line-height:1.3;
	}
	#individuals-bottom .padding-bt-3{
		padding-top:1.6rem!important;
	} 
	#individuals-bottom .top {
		padding: 1rem 1rem 0 0;
	}  
	.bundle-with-llmkit p {
		max-width:550px;
	} 
    .chart,
    #personal .chart,
    #personal .mobile-chart,
    #students .chart,
    #students .mobile-chart {
        width: 100%;
    }
   .bundle-pricing-option:not(.compact-prices .bundle-pricing-option),
    #personal .bundle-pricing-option:not(.compact-prices .bundle-pricing-option),
    #students .bundle-pricing-option:not(.compact-prices .bundle-pricing-option){
        width: 100%;
    }
}
/* styles for medium screens (900px)
   ========================================================================== */
@media all and (max-width: 900px) {
    #personal .chart,
    #personal .mobile-chart,
    #students .chart,
    #students .mobile-chart {
        width: 100%;
    }
    .button-red,
    .button-white,
    .button-orange {
        padding: .7rem 1rem;
    }
    #select-header {
        margin-top: .5rem;
    }
    #individuals-top .flexbox>* {
        padding-bottom: 130px;
    }
    #individuals-top .flexbox>*:last-child {
        border: 2px solid #f77700;
    }
    #individuals-top .top {
        padding: .625rem 1rem 0;
    }
    #individuals-top h3 {
        font-size: 1rem;
    }
    #individuals-top .enterprise h3 {
        border: none;
    }
    #individuals-top .top h4,
    #individuals-bottom .top h4,
    #individuals-top .top .large,
    #individuals-bottom .top .large {
        font-size: 1rem;
    }
    #individuals-top .middle {
        padding: 0 1rem;
    }
    .compact-prices .price-wrapper>div,
    .compact-prices .price-wrapper>span {
        display: block;
        margin: .25rem 0 0 0;
    }
    .compact-prices .price-wrapper+.price-wrapper {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .compact-prices .price-wrapper+.price-wrapper span {
        margin-left: 0;
        margin-right: 0;
        order: 2;
    }
    .compact-prices .price-wrapper a,
    .compact-prices .price-wrapper+.price-wrapper a {
        margin-left: 0;
        margin-right: 0;
        order: 1;
    }
    .price-tag,
    .price-tag-monline {
        font-size: 2.325rem;
    }
    .dollarsign {
        font-size: 1.4rem;
        margin-top: .6rem;
    }
    .bundle-with-llmkit{
    	padding:1.375rem 1rem 1rem;
    }   
    .bundle-pricing-option .dollarsign {
        line-height: 1.3;
    }
    .chart {
        width: 100%;
    }
    .chart .small,
    .mobile-chart .small {
        font-size: .725rem;
    }
    #pricing-footer li:nth-of-type(1) a {
        margin-right: 1.25rem;
    }
}
/* styles for small screens (600px)
   ========================================================================== */
@media all and (max-width: 600px) {
	.annotation {
		position:relative;
	}
    .mobile-chart {
        width: 100%;
        position:relative;
    }
    .pricing-width {
        padding: 0 1rem;
    }
    #pricing-header {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }
    #pricing-header h2 {
        font-size: 2.2rem;
    }
    #select-header a.active:after {
        display: none;
    }
    .bundle-pricing-option .dollarsign {
        line-height: 1.2rem;
    }
    .bundle-with-llmkit {
        display: block;
        padding: 1rem;
        margin: 0;
    }

    #personal .bundle-pricing-option:not(.compact-prices .bundle-pricing-option),
    #students .bundle-pricing-option:not(.compact-prices .bundle-pricing-option),
    .bundle-pricing-option:not(.compact-prices .bundle-pricing-option) {
        margin: 1rem 2rem 2rem 2rem;
        width: auto;
        border-radius: 6px;
        border-top: 1px solid #d6d6d6;
    }
    .bundle-pricing-option .price,
    .bundle-pricing-option .price .price:not(.bundle-pricing-option span.LLMKit-price .price) {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.5;
        margin-top: 0.5rem;
    }
    .bundle-with-llmkit div.flex>div {
        flex: 1;
        padding-top: 5px;
    }
    .bundle-with-llmkit img {
        display: block;
        margin: 0 auto 0.5rem auto;
    }
    .bundle-with-llmkit div>span:first-child {
    	font-size:1.3rem;
        line-height: unset;
    }
    .bundle-with-llmkit p {
        margin: 10px auto 0 auto;
        text-align: left;
        line-height: 1.3;
        max-width: unset;
    }
    .LLMKit-price-wrapper {
        line-height: 0;
    }
    .bundle-pricing-option .LLMKit-price-wrapper .dollarsign {margin-top: .4rem;}
    .bundle-with-llmkit .button-red:not(.compact-prices .bundle-with-llmkit .button-red),
    .bundle-with-llmkit .button-white:not(.compact-prices .bundle-with-llmkit .button-white){
        display: block;
        max-width: 100px;
        margin: 10px auto 0 auto;
        margin-top: 10px;
        text-align: center;
    }
    #individuals-top .whats-included,
    #individuals-bottom .whats-included {
        border-bottom: none;
        margin-top: 0;
    }
    #individuals-wrapper {
        margin: 0 0 2rem 0
    }
    #individuals-top .flexbox {
        border-right: none;
    }
    #individuals-top .flexbox .stand-out {
        margin-top: 3px ;
        position: relative;
    }
    #individuals-top .flexbox>*,
    #individuals-top .flexbox>*.sneauxphlayque {
        margin-top: 2rem;
    }
    #individuals-top .flexbox>*,
    #individuals-bottom {
        border: 2px solid #f77700;
        outline: 3px solid #f77700;
        z-index: 1;
    }
    #individuals-top table.chart td {
        border: none;
        margin-bottom: 0;
        outline: none;
        padding: .5rem 1rem;
    }
    #individuals-top h3,
    #individuals-bottom h3 {
        border: none;
    }
    #individuals-top h3,
    #individuals-top h3>span {
        text-align: left;
        font-size: 1.2rem;
    }
    #individuals-top .stand-out h3:before {
        display: none;
    }
    #individuals-top h3 span span,
    #individuals-bottom h3 span span {
        color: #fff;
        font-size: 2.1rem;
        font-weight: 600;
        text-align: left;
        vertical-align: top;
    }
    #individuals-bottom h3 span span {
        font-size: 1.95rem;
    }
    #individuals-top .top h4,
    #individuals-bottom .top h4,
    #individuals-top .top .large,
    #individuals-bottom .top .large {
        font-size: 1.5rem;
    }
    #individuals-top .top,
    #individuals-top .middle,
    #individuals-bottom .top {
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
        position: static;
        text-align: left;
    }
    #individuals-top .stand-out.td-only .top:after {
        display: none;
    }
    #individuals-top .list-gray>*,
    #individuals-bottom .list-gray>* {
        font-size: 1.1rem;
    }
    #individuals-top .top ul,
    #individuals-bottom .top ul {
        padding-bottom: .5rem;
    }
    #individuals-bottom .whats-included {
        border-bottom: 1px solid #f77700;
    }
    #individuals-top .middle .price-link:not(#individuals-top .enterprise .middle .price-link) {
        bottom: unset;
    }
    #individuals-top .middle .price-tag {
        margin-bottom: 80px;
    }
    #individuals-top .enterprise {
        border: none;
    }
    .price-wrapper.small {
        margin-top: 1.5rem;
    }
    .price-tag,
    .price-tag-monline {
        font-size: 2.525rem;
    }
    .small .price-tag,
    .small .price-tag-monline {
        font-size: 1.75rem;
    }
    .small .dollarsign {
        font-size: 1rem;
        margin-top: 5px;
    }
    .whats-included .compact-prices .tiny .dollarsign {
        font-size: .625rem;
        margin-top: 2px ;
    }
    .button-red,
    .button-white,
    .button-orange {
        font-size: 1.3rem;
    }
    .button-red.small,
    .button-white.small,
    .button-orange.small {
        font-size: .95rem;
        padding: .38rem .5rem;
    }
    .compact-prices .button-red {
        border: 1px solid #fff;
        background:#fff;
        color: #dd1100; 
    }
    #pricing-footer li:nth-of-type(1) a,
    #pricing-footer li:nth-of-type(2) a {
        background-position: top center;
        margin: 0;
        padding-left: 0;
        padding-top: 2.5rem;
    }
}
/* styles for minimum supported screen width (320px)
   ========================================================================== */
@media all and (max-width: 320px) {
    .annotation .tooltip {
        min-width: 255px;
        width: 255px;
    }
    #individuals-top h3,
    #individuals-bottom h3 {
        font-size: 1.3rem;
    }
    #individuals-top h3 span span,
    #individuals-bottom h3 span span {
        display: block;
    }
}
/* printer styles
   ========================================================================== */
@media print {}
