body {
  background-color: #fff;
  color: #1d1d1f;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  margin-top: 116px;
}

/* Text */

a {
  color: inherit;
}

p, h1, h2, h3, ol, ul, li, img, form {
  margin-bottom: 16px;
}

h2 + h3,
p + h2,
p + h3,
ol + h2,
ol + h3,
ul + h2,
ul + h3,
form + h2,
form + h3 {
  margin-top: 24px;
}

p, li {
  line-height: 1.25;
}

:last-child {
  margin-bottom: 0;
}

h1, h2, h3, .title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

ul, ol {
  margin-left: 24px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.bold {
  font-weight: 600;
}

.small {
  font-size: 12px;
}

.break-all {
  word-break: break-all;
}

.error {
  color: #b71c1c;
}

.callout {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  color: #fff;
}

.callout--success {
  background-color: #1b5e20;
}

.callout--muted {
  background-color: #607d8b;
}

.hidden,
body:not(.is-mobile) .mobile-only,
body.is-mobile .desktop-only,
body.is-mobile.is-safari .not-mobile-safari-only,
body:not(.is-mobile) .mobile-safari-only,
body:not(.is-safari) .mobile-safari-only {
  display: none;
}

/* Forms */

input,
textarea,
select {
  display: block;
}

input[type=text],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  font-size: inherit;
  font-family: inherit;
  border: 1px solid #d2d2d7;
  border-radius: 4px;
}

select {
  width: auto;
  padding-right: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(12,0,0,12,-1.37793,9.04004)'%3E%3Cpath d='M0.531,-0.107C0.542,-0.107 0.551,-0.111 0.558,-0.119L0.928,-0.509C0.935,-0.515 0.938,-0.523 0.938,-0.533C0.938,-0.552 0.924,-0.566 0.905,-0.566C0.896,-0.566 0.887,-0.563 0.88,-0.557L0.532,-0.189L0.182,-0.557C0.176,-0.563 0.167,-0.566 0.158,-0.566C0.139,-0.566 0.125,-0.552 0.125,-0.533C0.125,-0.523 0.128,-0.515 0.135,-0.508L0.505,-0.119C0.513,-0.111 0.521,-0.107 0.531,-0.107Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 8px center;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  text-align: left;
}

.checkbox input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  margin: 0 8px 0 0;
  background-color: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 4px;
}

.checkbox input:checked {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='M55.788 143.17c2.277 0 3.985-.856 5.124-2.42l87.807-124.525c.711-.998 1.282-2.706 1.282-3.844 0-3.13-2.421-5.55-5.693-5.55-2.705 0-3.985 1.14-4.98 2.562L55.503 127.656 10.246 76.422c-.995-1.136-2.703-1.991-4.553-1.991C2.276 74.43 0 77.134 0 79.839c0 1.707.428 2.846 1.85 4.412l49.668 56.927c1.14 1.28 2.278 1.991 4.27 1.991z' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox input:focus {
  outline: none;
}

.keyboard-navigation .checkbox input:focus {
  box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
}

label {
  display: block;
  margin-bottom: 16px;
}

label input,
label textarea,
label select {
  margin-top: 8px;
}

/* Buttons */

.button {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 18px;
  border: none;
  font-size: inherit;
  text-decoration: none;
  color: #fff;
  background-color: #0071e3;
  cursor: pointer;
  -webkit-appearance: none;
}

.button:hover {
  background-color: #0077ED;
}

.button:focus {
  outline: none;
}

.keyboard-navigation .button:focus {
  box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
}

.button[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.button--light {
  color: #000;
  background-color: #fff;
}

.button--light:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.keyboard-navigation .button--light:focus {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6);
}

.button--large {
  font-size: 24px;
  border-radius: 23px;
}

.button--large .button__subtitle {
  display: block;
  font-size: 16px;
}

.button-link {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.underline-on-hover {
  display: block;
  position: relative;
  padding: 8px 0;
  text-decoration: none;
}

.underline-on-hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transition: transform 125ms ease-in-out;
}

.underline-on-hover:hover,
.underline-on-hover:focus {
  outline: none;
}

.underline-on-hover:hover:after,
.underline-on-hover:focus:after {
  transform: scaleX(1);
}

.muted-link {
  text-decoration: none;
}

.muted-link:hover,
.muted-link:focus {
  text-decoration: underline;
}

.banner {
  margin: 0 0 32px;
  padding: 16px;
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
}

.banner--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.banner--warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.banner--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Layout */

.three-columns__column {
  padding-bottom: 16px;
}

.three-columns__column:after {
  content: '';
  display: block;
  height: 1px;
  width: 50%;
  margin-top: 16px;
  margin-left: 50%;
  transform: translateX(-50%);
  background-color: #d2d2d7;
}

.three-columns__column:last-child {
  padding-bottom: 0;
}

.three-columns__column:last-child:after {
  display: none;
}

.centered-section {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.centered-text {
  text-align: center;
}

.text-with-image__image {
  display: block;
  margin: 0 auto 16px auto;
  max-height: 160px;
  max-width: 256px;
}

.text-with-image__button {
  text-align: center;
}

/* Header */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 1;
}

.header__center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 16px;
}

.header__title {
  margin-bottom: 8px;
}

.menu {
  width: 100%;
  font-size: 16px;
}

.menu__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 0;
  list-style: none;
}

.menu__list-item {
  margin: 0;
}

/* Main */

.main-section {
  position: relative;
  padding: 24px 16px 0 16px;
  box-sizing: border-box;
}

.main-section:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 16px;
  background-color: #d2d2d7;
}

.main-section--splash {
  margin-top: -116px;
  padding: 164px 16px 48px 16px;
  color: #fff;
  background: linear-gradient(135deg, #53A0E8, #9A57E8);
  text-align: center;
}

.main-section--splash.main-section--appdb {
  background: radial-gradient(circle farthest-side at center bottom, #1030fd, #05113f 125%);
}

.main-section--splash:after {
  display: none;
}

.main-section--splash .main-section__title {
  font-size: 24px;
}

.main-section--splash .main-section__subtitle {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.paypal-checkout-form__submit {
  display: none;
}

.package-options {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0;
}

.package-options__option {
  -webkit-flex: 1;
  flex: 1;
  border: 1px solid #d2d2d7;
  margin-bottom: 16px;
  list-style: none;
}

.package-options__option:first-child {
  margin-bottom: 0;
}

.package-options__name {
  padding: 16px;
  border-bottom: 1px solid #d2d2d7;
  font-size: 150%;
  color: #fff;
}

.package-options__name--bronze {
  background-color: #795548;
  color: #efebe9;
}

.package-options__name--silver {
  background-color: #9e9e9e;
  color: #fafafa;
}

.package-options__name--gold {
  background-color: #fbc02d;
  color: #fffff7;
}

.package-options__name--platinum {
  background-color: #546e7a;
}

.package-options__cost {
  margin: 32px 0;
}

.package-options__currency {
  vertical-align: super;
}

.package-options__price {
  font-size: 150%;
}

.package-options__features {
  padding: 0 8px;
  margin: 0;
}

.package-options__feature {
  margin-bottom: 16px;
  list-style: none;
}

.package-options__feature--excluded {
  color: #ddd;
  text-decoration: line-through;
}

.package-options__buy {
  margin: 32px 0;
}

.mobileconfig-details {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 1;
}

.mobileconfig-details__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form__order-details {
  margin-bottom: 16px;
}

.contact-form__order-details:disabled {
  display: none;
}

.expander {
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  margin-bottom: 16px;
}

.expander__toggle {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 16px 48px 16px 16px;
  border: none;
  border-radius: 8px;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.expander__toggle::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 16px;
  top: 0;
  right: 16px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(12,0,0,12,-1.37793,9.04004)'%3E%3Cpath d='M0.531,-0.107C0.542,-0.107 0.551,-0.111 0.558,-0.119L0.928,-0.509C0.935,-0.515 0.938,-0.523 0.938,-0.533C0.938,-0.552 0.924,-0.566 0.905,-0.566C0.896,-0.566 0.887,-0.563 0.88,-0.557L0.532,-0.189L0.182,-0.557C0.176,-0.563 0.167,-0.566 0.158,-0.566C0.139,-0.566 0.125,-0.552 0.125,-0.533C0.125,-0.523 0.128,-0.515 0.135,-0.508L0.505,-0.119C0.513,-0.111 0.521,-0.107 0.531,-0.107Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.expander__toggle:focus {
  outline: none;
}

.keyboard-navigation .expander__toggle:focus {
  box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
}

.expander__toggle:disabled {
  cursor: default;
}

.expander__toggle:disabled::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid transparent;
  background: none;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.expander--expanded .expander__toggle::after {
  display: none;
}

.expander__content {
  display: none;
  padding: 0 16px 16px 16px;
}

.expander--expanded .expander__content {
  display: block;
}

/* Footer */

.footer {
  padding: 16px;
  color: #86868b;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}

.footer__text {
  margin: 0;
}

@media screen and (min-width: 600px) {

  body {
    margin-top: 72px;
  }

  .body {
    margin-top: 72px;
  }

  .three-columns {
    display: flex;
  }

  .three-columns__column {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    padding: 0 8px;
    margin: 0;
  }

  .three-columns__column:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 1px;
    margin-top: 0;
    margin-left: 32px;
    transform: translateY(50%);
  }

  .text-with-image {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    align-items: center;
  }

  .text-with-image--left {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .text-with-image__image {
    margin: 0 0 0 16px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }

  .text-with-image--left .text-with-image__image {
    margin: 0 16px 0 0;
  }

  .text-with-image__button {
    text-align: left;
  }

  .header__center {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .header__title {
    margin: 0;
  }

  .menu {
    width: auto;
  }

  .menu__list-item {
    margin-left: 32px;
  }

  .main-section {
    padding: 32px 16px 0 16px;
  }

  .main-section:after {
    margin-top: 32px;
  }

  .main-section--splash {
    margin-top: -72px;
    padding: 120px 16px 48px 16px;
  }

  .main-section--splash .main-section__title {
    font-size: 32px;
  }

  .main-section--splash .main-section__subtitle {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {

  body {
    margin-top: 84px;
  }

  h1 {
    font-size: 36px;
  }

  .text-with-image__image {
    margin: 0 0 0 32px;
  }

  .text-with-image--left .text-with-image__image {
    margin: 0 32px 0 0;
  }

  .header__center {
    padding: 16px 32px;
  }

  .main-section {
    padding: 48px 32px 0 32px;
  }

  .main-section:after {
    margin-top: 48px;
  }

  .main-section--splash {
    margin-top: -84px;
    padding: 180px 96px 96px 96px;
  }

  .main-section--splash .main-section__title {
    font-size: 48px;
  }

  .main-section--splash .main-section__subtitle {
    font-size: 24px;
  }

  .package-options {
    -webkit-flex-direction: row;
    flex-direction: row;
    border-left: 1px solid #d2d2d7;
  }

  .package-options__option {
    margin: 0;
    border-left: none;
  }
}

/* Fonts */

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: normal;
  src: local('SF Pro Display Regular'), url('../fonts/sf-pro-display_regular.woff');
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 600;
  src: local('SF Pro Display Semibold'), url('../fonts/sf-pro-display_semibold.woff');
}

@font-face {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: normal;
  src: local('SF Pro Text Regular'), url('../fonts/sf-pro-text_regular.woff');
}

@font-face {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 600;
  src: local('SF Pro Text Semibold'), url('../fonts/sf-pro-text_semibold.woff');
}