2021-04-01 00:24:42 +00:00
|
|
|
#pricing {
|
2023-05-30 23:43:53 +00:00
|
|
|
|
2021-04-06 15:23:13 +00:00
|
|
|
h1, p {
|
|
|
|
color: #192147;
|
|
|
|
}
|
2023-02-06 16:41:36 +00:00
|
|
|
h2 {
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 38px;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
color: #515774;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
p {
|
2023-05-25 03:40:19 +00:00
|
|
|
color: #515774;
|
2023-02-06 16:41:36 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
2022-09-03 00:26:15 +00:00
|
|
|
a {
|
|
|
|
color: @core-vibrant-blue;
|
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
[purpose='page-content'] {
|
|
|
|
padding-left: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
color: #192147;
|
|
|
|
max-width: 1120px;
|
|
|
|
}
|
2023-02-06 16:41:36 +00:00
|
|
|
[purpose='pricing-switch'] {
|
|
|
|
width: 280px;
|
|
|
|
cursor: pointer;
|
|
|
|
border: 1px solid #E2E4EA;
|
|
|
|
border-radius: 28px;
|
2023-05-25 03:40:19 +00:00
|
|
|
background: #EBF2F5;
|
2023-02-06 16:41:36 +00:00
|
|
|
position: relative;
|
2023-05-25 03:40:19 +00:00
|
|
|
box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
|
2023-02-06 16:41:36 +00:00
|
|
|
[purpose='pricing-tier-switch'] {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: -1px;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #E2E4EA;
|
|
|
|
border-radius: 28px;
|
|
|
|
height: 100%;
|
|
|
|
min-width: 140px;
|
|
|
|
z-index: 1;
|
|
|
|
transition: 0.25s all;
|
|
|
|
}
|
|
|
|
[purpose='pricing-switch-option'] {
|
|
|
|
padding: 16px;
|
|
|
|
width: 140px;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
z-index: 3;
|
|
|
|
user-select: none;
|
|
|
|
}
|
2023-04-21 17:47:12 +00:00
|
|
|
.security-selected {
|
2023-02-06 16:41:36 +00:00
|
|
|
transform: translateX(140px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-05-25 03:40:19 +00:00
|
|
|
[purpose='free-tier-card'] {
|
|
|
|
padding: 40px;
|
|
|
|
border-radius: 15px;
|
|
|
|
margin-right: 6px;
|
|
|
|
width: 380px;
|
|
|
|
strong {
|
|
|
|
color: #192147;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2023-02-06 16:41:36 +00:00
|
|
|
}
|
|
|
|
|
2023-05-26 23:49:38 +00:00
|
|
|
[purpose='premium-card'] {
|
2023-05-25 03:40:19 +00:00
|
|
|
width: 66%;
|
|
|
|
}
|
|
|
|
[purpose='premium-tier-card'] {
|
2023-02-06 16:41:36 +00:00
|
|
|
padding: 40px;
|
|
|
|
border-radius: 15px;
|
2023-05-25 03:40:19 +00:00
|
|
|
// margin-right: 12px;
|
|
|
|
margin-left: 6px;
|
|
|
|
strong {
|
|
|
|
color: #192147;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
[purpose='premium-cloud-text'] {
|
|
|
|
padding: 40px;
|
|
|
|
border-left: 1px solid #E2E4EA;
|
|
|
|
h3 {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 28px;
|
|
|
|
margin-bottom: 14px;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin-bottom: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
[purpose='animated-arrow-button-red'] {
|
|
|
|
display: inline;
|
|
|
|
line-height: 24px;
|
|
|
|
padding-right: 40px;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
width: fit-content;
|
|
|
|
min-width: 125px;
|
|
|
|
font-weight: bold;
|
|
|
|
user-select: none;
|
|
|
|
transition: 0.2s ease-in-out;
|
|
|
|
-o-transition: 0.2s ease-in-out;
|
|
|
|
-ms-transition: 0.2s ease-in-out;
|
|
|
|
-moz-transition: 0.2s ease-in-out;
|
|
|
|
-webkit-transition: 0.2s ease-in-out;
|
|
|
|
color: @core-fleet-black;
|
|
|
|
text-decoration: none;
|
|
|
|
&:after {
|
|
|
|
content: url('/images/arrow-right-red-16x16@2x.png');
|
|
|
|
transform: scale(0.5);
|
|
|
|
position: absolute;
|
|
|
|
top: -6px;
|
|
|
|
left: 75%; // <--- here
|
|
|
|
transition: 0.2s ease-in-out;
|
|
|
|
-o-transition: 0.2s ease-in-out;
|
|
|
|
-ms-transition: 0.2s ease-in-out;
|
|
|
|
-moz-transition: 0.2s ease-in-out;
|
|
|
|
-webkit-transition: 0.2s ease-in-out;
|
|
|
|
/* opacity: 0; */
|
2023-02-07 23:30:16 +00:00
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
&:hover:after {
|
|
|
|
left: 82%; // <--- here
|
|
|
|
transition: 0.2s ease-in-out;
|
|
|
|
-o-transition: 0.2s ease-in-out;
|
|
|
|
-ms-transition: 0.2s ease-in-out;
|
|
|
|
-moz-transition: 0.2s ease-in-out;
|
|
|
|
-webkit-transition: 0.2s ease-in-out;
|
|
|
|
/* opacity:1; */
|
2023-02-06 17:59:39 +00:00
|
|
|
}
|
2023-02-06 16:41:36 +00:00
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
}
|
|
|
|
[purpose='pricing-tier-title'] {
|
|
|
|
text-align: left;
|
|
|
|
h1 {// Price e.g., $0
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 45px;
|
2023-02-06 16:41:36 +00:00
|
|
|
color: #192147;
|
2023-05-25 03:40:19 +00:00
|
|
|
}
|
|
|
|
h2 {// Tier name
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 28px;
|
|
|
|
color: #192147;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
h3 {// for "Unlimited hosts"
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #515774;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
h4 { // "Starting at"
|
|
|
|
font-weight: 400;
|
2023-02-06 16:41:36 +00:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 20px;
|
2023-05-25 03:40:19 +00:00
|
|
|
color: #192147;
|
|
|
|
vertical-align: baseline;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
strong { // "/host/month"
|
|
|
|
padding-left: 4px;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #192147;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
color: #ff5c83;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
[purpose='contact-sales-link'] {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 32px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
a {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #ff5c83;
|
|
|
|
cursor: pointer;
|
2023-02-06 16:41:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
[purpose='features-list'] {
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 14px;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
text-indent: -24px;
|
|
|
|
padding-left: 24px;
|
|
|
|
color: #515774;
|
|
|
|
}
|
|
|
|
p::before {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
background: url('/images/icon-checkmark-green-16x16@2x.png');
|
|
|
|
background-size: cover;
|
|
|
|
margin-right: 8px;
|
|
|
|
height: 14px;
|
|
|
|
width: 14px;
|
|
|
|
}
|
2023-02-06 16:41:36 +00:00
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-02-06 16:41:36 +00:00
|
|
|
[purpose='card-button'] {
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 15px;
|
|
|
|
margin-top: 8px;
|
2023-05-25 03:40:19 +00:00
|
|
|
margin-bottom: 32px;
|
|
|
|
color: #FFF;
|
2023-02-06 16:41:36 +00:00
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
[purpose='chat-button'], [purpose='card-button'] {
|
2023-02-06 16:41:36 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
[purpose='card-button']::before, [purpose='chat-button']::before {
|
2023-02-06 16:41:36 +00:00
|
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
|
|
|
|
opacity: 1;
|
|
|
|
content: ' ';
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: -5px;
|
|
|
|
width: 50%;
|
|
|
|
height: 100%;
|
|
|
|
transform: skew(-10deg);
|
|
|
|
transition: left 0.5s ease-in, opacity 0.50s ease-in, width 0.5s ease-in;
|
|
|
|
}
|
|
|
|
[purpose='card-button']:hover:before, [purpose='chat-button']:hover:before, [purpose='table-button']:hover:before {
|
|
|
|
opacity: 0;
|
|
|
|
left: 160px;
|
|
|
|
width: 110%;
|
|
|
|
}
|
|
|
|
|
2023-05-25 03:40:19 +00:00
|
|
|
[purpose='features-table'] {
|
|
|
|
padding-top: 80px;
|
2023-02-06 16:41:36 +00:00
|
|
|
}
|
|
|
|
[purpose='mobile-feature-table-section'] {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
h4 {
|
|
|
|
font-weight: 700;
|
2023-05-25 03:40:19 +00:00
|
|
|
font-size: 20px;
|
|
|
|
line-height: 28px;
|
2023-02-06 16:41:36 +00:00
|
|
|
color: #192147;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
[purpose='mobile-features-table'] {
|
|
|
|
border-radius: 8px;
|
|
|
|
border: 1px solid #E2E4EA;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
img {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
div {
|
|
|
|
padding: 8px 16px;
|
|
|
|
}
|
|
|
|
div:first-of-type {
|
|
|
|
border-top-left-radius: 8px;
|
|
|
|
border-top-right-radius: 8px;
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
div {
|
|
|
|
border-top: 1px solid #E2E4EA;
|
|
|
|
}
|
|
|
|
[purpose='striped-row'] {
|
|
|
|
background-color: #F9FAFC;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
[purpose='premium-price-linebreak'] {
|
|
|
|
display: none;
|
2023-02-06 16:41:36 +00:00
|
|
|
}
|
|
|
|
[purpose='checkmark'] {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
[purpose='pricing-categories-table'] {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
thead {
|
|
|
|
td {
|
|
|
|
vertical-align: bottom;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
color: #192147;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tbody {
|
|
|
|
color: #515774;
|
|
|
|
border-radius: 8px;
|
|
|
|
box-shadow: 0 0 0 1px #E2E4EA;
|
|
|
|
td {
|
|
|
|
padding: 12px 24px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
tr:first-child {
|
|
|
|
td {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tr:last-child {
|
|
|
|
td:first-child {
|
|
|
|
border-bottom-left-radius: 8px;
|
|
|
|
}
|
|
|
|
td:last-child {
|
|
|
|
border-bottom-right-radius: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tr:nth-of-type(even) {
|
|
|
|
background-color: #F9FAFC;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
[purpose='bottom-cta'] {
|
|
|
|
padding-top: 80px;
|
|
|
|
padding-bottom: 120px;
|
|
|
|
h2 {
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 32px;
|
|
|
|
color: #192147;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-12-05 20:11:46 +00:00
|
|
|
[purpose='faq-list'] {
|
2021-07-05 23:45:08 +00:00
|
|
|
padding-left: 20px;
|
|
|
|
li {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
padding-left: 8px;
|
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
}
|
2021-07-05 23:45:08 +00:00
|
|
|
|
2023-05-25 03:40:19 +00:00
|
|
|
[purpose='cta-button'] {
|
|
|
|
color: #192147;
|
|
|
|
.btn-animated-arrow-red();
|
|
|
|
&::before {
|
|
|
|
left: 84%;
|
|
|
|
}
|
|
|
|
&:hover::before {
|
|
|
|
left: 87%;
|
|
|
|
}
|
2021-07-05 23:45:08 +00:00
|
|
|
}
|
2022-12-05 20:11:46 +00:00
|
|
|
[purpose='pricing-table-category']:not(:first-of-type) {
|
|
|
|
margin-top: 48px;
|
|
|
|
}
|
2021-04-06 15:23:13 +00:00
|
|
|
|
2023-05-25 03:40:19 +00:00
|
|
|
|
|
|
|
@media (min-width: 1400px) {
|
|
|
|
// > 1400px width: the page has no left or right padding
|
2023-02-06 16:41:36 +00:00
|
|
|
[purpose='page-content'] {
|
2023-05-25 03:40:19 +00:00
|
|
|
max-width: 1160px;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
2023-02-06 16:41:36 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
2023-05-25 03:40:19 +00:00
|
|
|
// >992 width:
|
|
|
|
// - The pages padding is reduced to 24px
|
|
|
|
// - Tier cards shift to a column view and have 100% width;
|
|
|
|
[purpose='page-content'] {
|
|
|
|
padding-left: 24px;
|
|
|
|
padding-right: 24px;
|
2023-02-06 16:41:36 +00:00
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
[purpose='free-tier-card'] {
|
|
|
|
width: 100%;
|
|
|
|
margin-right: 0px;
|
|
|
|
margin-bottom: 12px;
|
2023-02-06 16:41:36 +00:00
|
|
|
}
|
2023-05-26 23:49:38 +00:00
|
|
|
[purpose='premium-card'] {
|
2023-05-25 03:40:19 +00:00
|
|
|
width: 100%;
|
2022-09-03 00:26:15 +00:00
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
}
|
|
|
|
@media (max-width: 575px) {
|
|
|
|
// >575px:
|
|
|
|
// - The Premium Cloud card switches to a column layout
|
|
|
|
// - The picing tier cards have their padding reduced to 24px
|
2023-02-06 16:41:36 +00:00
|
|
|
[purpose='hero-text'] {
|
|
|
|
padding-right: -5px;
|
|
|
|
padding-left: -5px;
|
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
[purpose='page-content'] {
|
|
|
|
padding-left: 24px;
|
|
|
|
padding-right: 24px;
|
|
|
|
}
|
|
|
|
[purpose='free-tier-card'] {
|
|
|
|
padding: 24px;
|
2023-02-06 16:41:36 +00:00
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
[purpose='premium-tier-card'] {
|
|
|
|
padding: 24px;
|
|
|
|
}
|
2023-02-06 16:41:36 +00:00
|
|
|
[purpose='pricing-categories-table'] {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
thead {
|
|
|
|
h4 {
|
|
|
|
color: #192147;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 14px;
|
2023-05-25 03:40:19 +00:00
|
|
|
line-height: 21px;
|
2023-02-06 16:41:36 +00:00
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
tr {
|
|
|
|
td {
|
|
|
|
padding: 4px 4px;
|
|
|
|
vertical-align: middle;
|
|
|
|
strong {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tbody {
|
|
|
|
td {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 8px 8px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-09-03 00:26:15 +00:00
|
|
|
}
|
2023-05-25 03:40:19 +00:00
|
|
|
@media (max-width: 355px) {
|
|
|
|
// At < 355 px width we add a linebreak to the Premium price per host.
|
|
|
|
[purpose='premium-price-linebreak'] {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-03 00:26:15 +00:00
|
|
|
|
2021-04-01 00:24:42 +00:00
|
|
|
}
|