/* normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

body {
  background-color: White;
  color: #5f6368;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  color: #3273dc;
  text-decoration: none;
}

/* Bootstrap Icons */
.bi {
  display: inline-block;
  vertical-align: -.125em;
  fill: currentcolor;
}
}

/* Cover/Application About Section */
.about {
  text-align: center;
  padding: 5rem 0;
}

.about__heading {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.about__tagline {
  color: LightSeaGreen;
  font-size: 4rem;
  font-weight: 400;
  margin: auto;
  max-width: 900px;
}

@media screen and (min-width: 600px) {
  .about__tagline {
    font-size: 5rem;
  }
}

/* Action Section - Cover Layout */
.action {
  background-color: MediumSeaGreen;
  text-align: center;
  padding: 3rem 0;
}

.action__heading {
  color: White;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.action__button {
  background-color: DarkSlateGray;
  color: White;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.6rem 1.2rem;
}

/* Content Section */
.content {
  line-height: 1.5;
  margin: auto;
  padding: 1rem;
  max-width: 760px;
}

.content h2 {
  font-size: 1.5rem;
  font-weight: 500;
}

.content hr {
  background-color: LightGray;
  border: none;
  height: 1px;
  margin: 1rem 0;
}

/* Navigation */
.navs {
  padding: 5rem 0;
}

.nav {
  background-color: White;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.nav:not(:last-child) {
  margin-bottom: 3rem;
}

.nav__heading {
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.nav__link {
  border-top: 1px solid WhiteSmoke;
  display: block;
  padding: 0.5rem 1rem;
}

/* Footer */
.footer {
  padding: 3rem 0;
  text-align: center;
}

.footer__link {
  color: Silver;
  font-size: 0.9rem;
}

/* Admin Table Styles */
body.admin-layout table {
  border-collapse: collapse;
  margin: 1rem;
}

body.admin-layout td {
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: left;
}

body.admin-layout tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Product Action Section */
.action {
  align-items: center;
  background-image: url("/assets/footer_lodyas-a1b37630.png");
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.action__button {
  background-color: #3273dc;
  border-radius: 1.5rem;
  color: White;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}

.action__heading {
  color: White;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 800px) {
  .action {
    padding: 3rem 1.5rem;
  }
}

@media screen and (max-width: 800px) {
  .action {
    padding: 3rem 1rem;
  }
}

/* Alert */
.alert {
  background-color: #fff3cd;
  padding: 1.5rem;
}

.alert a {
  text-decoration: underline;
}

.alert__text {
  color: #664d03;
}

/* Breadcrumbs */
.breadcrumbs {
  background-color: #383838;
  color: rgba(255, 255, 255, 0.9);
  padding: 1.5rem 1rem;
  text-align: center;
}

.breadcrumbs > a {
  color: Inherit;
  text-decoration: underline;
}

/* Changelog */
.changelog {
  margin: auto;
  max-width: 600px;
}

.changelog__heading {
  color: #202124;
  font-size: 1.5rem;
  font-weight: 600;
}

.changelog-entry {
  line-height: 1.3;
  padding: 1.5rem 0;
}

.changelog-entry:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.changelog-entry__header {
  display: flex;
  margin-bottom: 0.5rem;
}

.changelog-entry__heading {
  color: #202124;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 1rem;
}

.changelog-entry__changes {
  list-style-type: none;
}

.changelog-entry__change:not(:last-child) {
  margin-bottom: 0.5rem;
}

.changelog-entry__tag {
  border-radius: 3px;
  background-color: #e6e6e6;
  font-size: 0.9rem;
  padding: 3px 6px;
}

@media screen and (min-width: 800px) {
  .changelog {
    padding: 5rem 1.5rem;
  }
}

@media screen and (max-width: 800px) {
  .changelog {
    padding: 5rem 1rem;
  }
}

/* Checkout */
.activation-key-group {
  display: flex;
}

.checkout {
  background-color: #f6f2ef;
}

.checkout__card {
  background-color: White;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-sizing: border-box;
  max-width: 720px;
}

.checkout__copy {
  background: none;
  border: none;
  color: #3273dc;
  cursor: pointer;
  font-size: 1rem;
  margin: 0 0.5rem;
  padding: 0 0.5rem;
}

.checkout__card h2 {
  color: #202124;
  font-size: 2rem;
  font-weight: 600;
}

.checkout__card h3 {
  color: #202124;
  font-size: 1.5rem;
  font-weight: 600;
}

.checkout__card hr {
  background-color: Lightgray;
  border: none;
  height: 1px;
  margin: 1rem 0;
}

.checkout__card p {
  margin-bottom: 1rem;
}

.checkout__card p:last-child {
  margin-bottom: 0;
}

.checkout__error {
  background-color: #feecf0;
  color: #cc0f35;
  margin-bottom: 1rem;
  padding: 1rem;
}

.co-pending .co-pending__hidden {
  display: none;
}

.co-processing .co-processing__hidden {
  display: none;
}

.co-failed__visible {
  display: none;
}

.co-failed .co-failed__visible {
  display: block;
}

@keyframes flash {
  50% { opacity: 0; }
}

.flash {
  animation: flash 0.25s linear 2;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.icon {
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

.icon--spin {
  animation: spin 1s linear infinite;
}

@media screen and (min-width: 800px) {
  .checkout {
    padding: 4rem 1.5rem;
  }
  .checkout__card {
    padding: 2rem;
    margin: auto;
  }
}

@media screen and (max-width: 800px) {
  .checkout {
    padding: 0.5rem;
  }
  .checkout__card {
    margin: 0.5rem;
    padding: 1rem;
  }
}

.co-label {
  display: block;
  margin-bottom: .25rem;
}

.co-control {
  background-color: #fff;
  display: block;
  border: 1px solid Lightgray;
  box-sizing: border-box;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  margin-bottom: 1rem;
  outline: none;
  padding: .35rem .5rem;
}

.co-control:focus {
  border-color: #3273dc;
}

.co-email {
  width: 100%;
  max-width: 300px;
}

.co-button {
  align-items: center;
  background-color: #4379ff;
  color: White;
  cursor: pointer;
  display: block;
  border: none;
  justify-content: center;
  margin-bottom: 1rem;
  padding: .75rem;
  width: 250px;
}

.co-button__icon {
  vertical-align: middle;
}

.co-button__text {
  font-weight: 600;
}

.co-paypal {
  font-style: italic;
  margin-bottom: 1rem;
}

.co-success {
  font-size: 1.1rem;
}

/* Collapsible */
.collapsible {
  cursor: pointer;
  color: #202124;
  display: flex;
  line-height: 1;
  padding: 1rem 0;
}

.collapsible > i {
  color: #5f6368;
}

.collapsible > span {
  flex-grow: 1;
  line-height: 1.3;
}

.collapsible > .bi-chevron-down {
  display: inline-block;
}

.collapsible > .bi-chevron-up {
  display: none;
}

.collapsible--active > .bi-chevron-down {
  display: none;
}

.collapsible--active > .bi-chevron-up {
  display: inline-block;
}

.collapsible-content {
  border-bottom: 1px solid Lightgray;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.collapsible-content > * {
  line-height: 1.3;
}

.collapsible-content > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

.collapsible-content > *:last-child {
  padding-bottom: 1rem;
}

.collapsible-content > ul,
.collapsible-content > ol {
  list-style-position: inside;
}

.collapsible-content > ul > li:not(:last-child),
.collapsible-content > ol > li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.collapsible-content img {
  vertical-align: text-top;
}

.collapsible-content table {
  border-collapse: collapse;
}

.collapsible-content th,
.collapsible-content td {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

.collapsible-content td:not(:last-child) {
  padding-right: 1.5rem;
}

.collapsible-content th {
  font-weight: 600;
}

.collapsible-content tr {
  border-bottom: 1px dotted Lightgray;
}

/* FAQ */
.faq {
  margin: auto;
  max-width: 960px;
}

.faq__heading {
  color: #202124;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.faq__support {
  padding-top: 5rem;
}

@media screen and (min-width: 800px) {
  .faq {
    padding: 5rem 1.5rem;
  }
}

@media screen and (max-width: 800px) {
  .faq {
    padding: 5rem 1rem;
  }
}

/* Features */
.features-background {
  background-color: #f6f2ef;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feature {
  background-color: White;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 400px;
}

.feature__heading {
  color: #202124;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

.feature__text {
  margin-bottom: 2rem;
  line-height: 1.5rem;
}

.feature__link {
  font-weight: 600;
  text-transform: uppercase;
}

.feature__link:not(:last-child) {
  margin-right: 1rem;
}

@media screen and (min-width: 800px) {
  .features-background {
    padding: 1.5rem 0.75rem;
  }

  .features {
    margin: auto;
    max-width: calc(800px + 6rem);
  }

  .feature {
    margin: 1.5rem;
  }

  .feature__text {
    flex-grow: 1;
  }
}

@media screen and (max-width: 800px) {
  .features-background {
    padding: 1rem;
  }

  .feature {
    margin: 1rem;
  }
}

/* Feature Options */
.feature-options-background {
  background-color: #f6f2ef;
}

.feature-options {
  background-color: White;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 720px;
}

.feature-options__heading {
  color: #202124;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.feature-options__link {
  font-weight: 600;
  margin-top: 1rem;
  text-transform: uppercase;
}

.feature-option {
  margin-bottom: 1rem;
}

.feature-option__heading {
  color: #202124;
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (min-width: 800px) {
  .feature-options-background {
    padding: 4rem 1.5rem;
  }

  .feature-options {
    margin: auto;
    padding: 2rem;
  }
}

@media screen and (max-width: 800px) {
  .feature-options-background {
    padding: 2rem;
  }

  .feature-options {
    padding: 1rem;
  }
}

/* Header */
.header__links {
  display: flex;
}

.header__link {
  color: White;
  font-size: 1.25rem;
}

.header__link span {
  font-weight: 600;
}

.header {
  display: flex;
}

.header--sfb {
  background-color: #1185FE;
}

.header--sfi {
  background: rgb(225,48,108);
  background: linear-gradient(90deg, rgba(225,48,108,1) 0%, rgba(245,96,64,1) 100%);
}

.header--sfl {
  background: rgb(0,65,131);
  background: linear-gradient(90deg, rgba(0,65,131,1) 0%, rgba(10,102,194,1) 100%);
}

.header--sft {
  background-color: #1DA1F2;
}

.header__heading {
  font-size: 1.75rem;
  font-weight: 600;
}

.header__heading a {
  color: White;
}

.header__pro {
  background-color: #202124;
  border-radius: 4px;
  color: White;
  font-size: 1.25rem;
  font-weight: 600;
  padding: .25rem 0.5rem;
}

@media screen and (min-width: 800px) {
  .header {
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
  }

  .header__extension {
    margin-left: 0.5rem;
    margin-right: .5rem;
  }

  .header__links {
    align-items: center;
  }

  .header__link:not(:last-child) {
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 800px) {
  .header {
    flex-direction: column;
    padding: 2rem;
    text-align: center;
  }

  .header__heading {
    margin-bottom: 1rem;
  }

  .header__links {
    align-items: center;
    flex-direction: column;
  }

  .header__link:not(:last-child) {
    margin-bottom: 1rem;
  }
}

/* Preview */
.preview {
  align-items: center;
  background-color: White;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.preview__image {
  margin-bottom: 1.5rem;
}

.preview__text {
  line-height: 1.5;
}

@media screen and (min-width: 800px) {
  .preview {
    padding: 5rem 1.5rem;
  }
}

@media screen and (max-width: 800px) {
  .preview {
    padding: 3rem 1rem;
  }

  .preview__image {
    max-width: 100%;
  }
}

/* Related */
.related {
  text-align: center;
}

.related--sfi {
  background: rgb(225,48,108);
  background: linear-gradient(90deg, rgba(225,48,108,1) 0%, rgba(245,96,64,1) 100%);
}

.related--sfl {
  background: rgb(0,65,131);
  background: linear-gradient(90deg, rgba(0,65,131,1) 0%, rgba(10,102,194,1) 100%);
}

.related--sft {
  background-color: #1DA1F2;
}

.related--sfb {
  background-color: #1185FE;
}

.related__text {
  color: White;
  font-size: 1.5rem;
}

.related__link {
  color: White;
  text-decoration: underline;
}

@media screen and (min-width: 800px) {
  .related {
    padding: 5rem 1.5rem;
  }
}

@media screen and (max-width: 800px) {
  .related {
    padding: 5rem 1rem;
  }
}

strong {
  font-weight: 600;
}
