@charset "UTF-8";
/**
 * Components - blocks
 */
/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.w-expandable-item {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.expandable-item {
  color: #1d1d1b;
  border: 2px solid #69141e;
  padding: 0;
}

.expandable-item__handle {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  padding: 16px 40px 16px 16px;
  cursor: pointer;
}
.expandable-item__handle::after {
  content: "add";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  speak: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  color: #1d1d1b;
}
.expandable-item[open] .expandable-item__handle::after {
  content: "remove";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.expandable-item--alternate .expandable-item__handle {
  background-color: #cdcdcd;
}

.expandable-item__drawer {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px 16px;
}
.js-details-not-supported .expandable-item__drawer {
  display: none;
}
.js-details-not-supported[open] .expandable-item__drawer {
  display: block;
}

.expandable-item--large .expandable-item__handle {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .expandable-item--large .expandable-item__handle {
    font-size: 28px;
    line-height: 36px;
  }
}
.expandable-item--large .expandable-item__handle::after {
  font-size: 26px;
}
@media (min-width: 768px) {
  .expandable-item--large .expandable-item__handle::after {
    font-size: 28px;
  }
}
.expandable-item[open] .expandable-item--large .expandable-item__handle::after {
  font-size: 26px;
}
@media (min-width: 768px) {
  .expandable-item[open] .expandable-item--large .expandable-item__handle::after {
    font-size: 28px;
  }
}

.expandable-item--standalone {
  margin-bottom: 24px;
}

.feature-content {
  background-color: #ffffff;
  color: #1d1d1b;
}

.feature-content__heading-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-content__heading-content {
  padding: 16px 0;
}

.feature-content__subheading {
  padding-top: 32px;
}

.feature-content__subheading-title {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.feature-content__subheading-title .o-icon--36 {
  max-width: 36px;
}

.feature-content__subheading-content {
  padding-top: 8px;
}

.filter-drawer {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  background-color: #1d1d1b;
  color: #ffffff;
}

.filter-drawer__drawer {
  align-items: center;
}
.filter-drawer__drawer[open] .filter-drawer__handle::after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27><path fill=%27%23ffffff%27 d=%27M8.12 14.71L12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 8.71c-.39-.39-1.02-.39-1.41 0L6.7 13.3c-.39.39-.39 1.02 0 1.41.39.38 1.03.39 1.42 0z%27/></svg>");
}

.filter-drawer__handle {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 24px 16px;
  position: relative;
}
.filter-drawer__handle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 24px;
  min-width: 24px;
  min-height: 24px;
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27><path fill=%27%23ffffff%27 d=%27M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z%27/></svg>");
  background-repeat: no-repeat;
  background-position: right;
}
.filter-drawer__handle::before {
  content: "filter_list";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.filter-drawer__tray {
  background-color: #edeff1;
  color: #1d1d1b;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #1d1d1b;
  padding: 16px;
}

@media (min-width: 768px) {
  .filter-drawer--feed {
    display: none;
  }
}

.filter-drawer__checkboxes {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-drawer__checkboxes {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .filter-drawer__checkboxes .o-checkbox {
    flex: 0 0 calc(50% - 8px);
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .forum_highlights {
    display: flex;
  }
}

@media (min-width: 992px) {
  .forum_highlights__forum {
    margin-right: 24px;
  }
  .forum_highlights__forum .d-card-deck:last-child {
    margin-bottom: 0;
  }
}

.forum_highlights__body {
  border: 1px solid rgba(29, 29, 27, 0.17);
  padding: 24px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .forum_highlights__body {
    padding: 24px;
    flex: 1 0 404px;
  }
}

.forum_highlights__description {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.forum_highlights__title {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

.forum-listing-item {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  border: 1px solid rgba(29, 29, 27, 0.17);
  transition: 0.2s;
}
.forum-listing-item:hover {
  transform: scale(1.02);
}

.forum-listing-item__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
  padding: 24px;
}
@media (min-width: 768px) {
  .forum-listing-item__link {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.forum-listing-item__metadata {
  font-family: var(--header-font);
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .forum-listing-item__metadata {
    margin-left: auto;
  }
}

.forum-listing-item__metadata-set {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .forum-listing-item__metadata-set {
    justify-content: flex-start;
  }
}

.forum-listing-item__metadata-set--highlighted {
  color: #d9121f;
}

.forum-listing-item__metadata-label {
  margin-left: 8px;
}

.forum-listing-item__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .forum-listing-item__body {
    flex-basis: 70%;
  }
}

.forum-listing-item__body-title {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1d1d1b;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .forum-listing-item__body-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.forum-listing-item__body-subtext {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .forum-listing-item__body-subtext {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
  }
}

.forum-listing-item__icon {
  display: none;
}
@media (min-width: 768px) {
  .forum-listing-item__icon {
    margin-right: 16px;
    display: flex;
    width: 86px;
    height: 86px;
    background: #ebebeb;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .forum-listing-item__icon::before {
    content: "forum";
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    color: #d9121f;
  }
}

.forum-listing-item__recent {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  padding: 24px 24px;
}

.forum-listing-item__recent-subtext {
  font-weight: bold;
}

.forum-listing-item__recent-post {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .get-involved {
    display: flex;
  }
}

.get-involved__title {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .get-involved__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.get-involved__body {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .get-involved__body {
    flex: 1 0 50%;
    padding: 24px 24px 24px 0;
  }
}

.get-involved__content {
  padding: 24px 0;
}

@media (min-width: 992px) {
  .get-involved__steps {
    flex: 1 0 50%;
  }
}

.get-involved__step {
  margin-bottom: 24px;
}

.get-involved__step-content {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  border: 1px solid rgba(29, 29, 27, 0.17);
  transition: 0.2s;
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 24px 64px 24px 24px;
}
.get-involved__step-content:hover {
  transform: scale(1.02);
}
.get-involved__step-content::after {
  content: "chevron_right";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -20px;
  font-size: 40px;
  speak: none;
  color: #00bf9f;
}

.get-involved__subtitle {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.influencer {
  text-align: center;
  padding: 0 24px;
}

.influencer__image {
  height: 240px;
  width: 240px;
  border-radius: 50%;
  margin-bottom: 40px;
}

.influencer__description {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.influencer__author {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #3244ff;
  text-align: center;
  margin-bottom: 16px;
}
.influencer__author a:hover {
  color: #d9121f;
}

.influencer__link {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #3244ff;
  display: block;
  padding: 16px;
}
.influencer__link:hover {
  color: #d9121f;
}

.join-our-community {
  border: 1px solid rgba(29, 29, 27, 0.17);
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .join-our-community {
    display: flex;
  }
}

@media (min-width: 992px) {
  .join-our-community__image {
    width: 66%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.join-our-community__body {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  padding: 24px;
  color: #4a4e57;
}
@media (min-width: 992px) {
  .join-our-community__body {
    padding: 24px;
    flex: 1 0 34%;
  }
}

.join-our-community__title {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .join-our-community__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.join-our-community__content {
  margin-bottom: 24px;
}

.software-requirements {
  padding: 24px;
  color: #4a4e57;
}

.software-requirements__heading {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .software-requirements__heading {
    font-size: 28px;
    line-height: 36px;
  }
}

.software-requirements__list {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.software-requirements__list:last-child {
  margin-bottom: 0;
}

.software-requirements__icon {
  margin-right: 24px;
}
@media (min-width: 768px) {
  .software-requirements__icon svg {
    width: 56px;
    height: 56px;
  }
}
.software-requirements__icon svg {
  width: 45px;
  height: 45px;
}

.software-requirements__body {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
}

/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.software-install .software-install-step:first-child {
  padding-top: 0;
}
.software-install .software-install-step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.software-install-step {
  padding-top: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4a4e57;
}

.software-install-step__title {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #4a4e57;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .software-install-step__title {
    font-size: 28px;
    line-height: 36px;
  }
}

.software-install-step__text {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
}

/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.software-download {
  display: flex;
  flex-direction: column;
}

.software-download__button {
  display: none;
  align-self: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .software-download__button {
    width: auto;
  }
}
.software-download__button.is-active {
  display: block;
}

.software-comparison-card {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(29, 29, 27, 0.17);
}

.software-comparison-card__header {
  margin-bottom: 24px;
}

.software-comparison-card__title {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .software-comparison-card__title {
    font-size: 28px;
    line-height: 36px;
  }
}

.software-comparison-card__description {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.software-comparison-card__price {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ebebeb;
  margin-bottom: 24px;
}

.software-comparison-card__features {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 40px;
  margin-bottom: 24px;
  text-align: left;
}

.software-comparison-card__feature {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  display: flex;
  margin-top: 8px;
}
.software-comparison-card__feature::before {
  content: "check";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  color: #d9121f;
  margin-right: 8px;
}

.software-comparison-card__footer {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  border-top: 1px solid rgba(188, 188, 188, 0.25);
  padding: 24px 40px;
  text-align: left;
  justify-content: space-between;
}
.software-comparison-card__footer::after {
  content: "keyboard_arrow_right";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  speak: none;
}

.software-comparison-table__table {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
.software-comparison-table__table th {
  border-left: 1px solid rgba(188, 188, 188, 0.25);
  border-right: 1px solid rgba(188, 188, 188, 0.25);
}
.software-comparison-table__table th p {
  margin-bottom: 8px;
}
.software-comparison-table__table th strong {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
}
.software-comparison-table__table td,
.software-comparison-table__table th {
  text-align: center;
  padding: 24px 40px;
}
.software-comparison-table__table tfoot td {
  border-left: 1px solid rgba(188, 188, 188, 0.25);
  border-right: 1px solid rgba(188, 188, 188, 0.25);
}

.software-comparison-table__row {
  border-bottom: 1px solid rgba(188, 188, 188, 0.25);
}
.software-comparison-table__row td {
  border-left: 1px solid rgba(188, 188, 188, 0.25);
  border-right: 1px solid rgba(188, 188, 188, 0.25);
}
.software-comparison-table__row td:first-child {
  text-align: left;
}

.software-comparison-table__row--highlighted {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  background-color: #ebebeb;
}

.software-comparison-table__row--emphasis {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.is-retracted .software-comparison-table__row--transient {
  display: none;
}

.software-comparison-table__check::before {
  content: "check";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  speak: none;
  color: #d9121f;
  vertical-align: middle;
}

.software-comparison-table__controls {
  background-color: #ebebeb;
  padding: 24px;
}

.software-comparison-table__button {
  position: relative;
  padding-right: 64px;
  padding-left: 64px;
}

.software-comparison-table__button--expand {
  display: none;
}
.is-retracted .software-comparison-table__button--expand {
  display: inline-block;
}

.is-retracted .software-comparison-table__button--collapse {
  display: none;
}

/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.billing-choices {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}

@media (min-width: 992px) {
  .billing-choices--inline {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .billing-choices--inline > .billing-choices__link {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .billing-choices--inline > .billing-choices__radio-group {
    flex-direction: row;
    gap: 32px;
  }
}

.billing-choices__radio-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.billing-choices__radio-group .billing-choices__form-element {
  width: auto;
  margin-bottom: auto;
}

.billing-choices__form-element > input[type=radio]:checked + label {
  font-weight: bold;
}

/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
/*
* === HEADING TABLE ===
*/
.subscription-comparison-table {
  border: 0;
  border-collapse: separate; /* Don't collapse because of bug with sticky position on a table border*/
  border-spacing: 0;
  width: 100%;
  color: #1d1d1b;
}
.subscription-comparison-table [data-package]:not(.is-chosen),
.subscription-comparison-table [data-billing-frequency]:not(.is-chosen) {
  display: none;
}

/*
* - Table rows -
*/
/*
* - Table columns -
*/
.subscription-comparison-table__col {
  text-align: left;
  width: 25%;
  padding: 16px;
}
.subscription-comparison-table__col.subscription-comparison-table__col--explorer {
  background: #00cdbe;
}
.subscription-comparison-table__col.subscription-comparison-table__col--creator {
  background: #c8a0ff;
}
.subscription-comparison-table__col.subscription-comparison-table__col--engineer {
  background: #ffcd00;
}
.subscription-comparison-table__col.subscription-comparison-table__col--border {
  border-left: 2px solid #cdcdcd;
}
.subscription-comparison-table__col.subscription-comparison-table__col--left-and-right-border {
  border-left: 2px solid #cdcdcd;
  border-right: 2px solid #cdcdcd;
}

/*
* — Packages —
*/
.subscription-comparison-table__row--packages {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 3;
}

.subscription-comparison-table__package-name {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .subscription-comparison-table__package-name {
    font-size: 40px;
    line-height: 48px;
  }
}

/*
* — Trials —
*/
.subscription-comparison-table__col--trial {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #ef0000;
  color: #ffffff;
  padding: 8px 16px;
}

/*
* — Billing —
*/
.subscription-comparison-table__row--billing .subscription-comparison-table__col {
  padding-bottom: 0;
}

.subscription-comparison-table-billing__price {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .subscription-comparison-table-billing__price {
    font-size: 40px;
    line-height: 48px;
  }
}

.subscription-comparison-table-billing__frequency {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

/*
* — Buttons —
*/
.subscription-comparison-table__row--buttons {
  background-color: #ffffff;
  position: sticky;
  top: 80px;
  z-index: 3;
}

.subscription-comparison-table__button {
  height: 48px;
  text-align: center;
  width: 100%;
}

/*
* — feature group toggles —
*/
.subscription-comparison-table__feature-group::after {
  content: "keyboard_arrow_down";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 34px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
.subscription-comparison-table__toggle[open] .subscription-comparison-table__feature-group::after {
  content: "keyboard_arrow_up";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 34px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.subscription-comparison-table__feature-group {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  align-items: center;
  background-color: #cdcdcd;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-top: 1px;
  padding: 16px 8px;
  position: sticky;
  top: 160px;
  z-index: 2;
}
@media (min-width: 768px) {
  .subscription-comparison-table__feature-group {
    font-size: 28px;
    line-height: 36px;
  }
}

/*
* === FEATURES TABLE ===
* This is a nested table inside each of the details elements.
*/
.subscription-comparison-features-table {
  border: 0;
  border-collapse: separate; /* Don't collapse because of bug with sticky position on a table border*/
  border-spacing: 0;
  width: 100%;
}
.subscription-comparison-features-table tr:nth-child(even) > td {
  background: #edeff1;
}

.subscription-comparison-features-table__col {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
.subscription-comparison-features-table__col.subscription-comparison-features-table__col--border {
  border-left: 2px solid #cdcdcd;
}
.subscription-comparison-features-table__col.subscription-comparison-features-table__col--feature {
  text-align: left;
}

.subscription-comparison-features-table__col--feature-name {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.subscription-comparison-features-table__col--feature-tag {
  align-self: center;
}

.subscription-comparison-features-table__icon {
  color: var(--theme-primary-colour);
  position: relative;
  z-index: 1;
}
.subscription-comparison-features-table__icon::before {
  background-color: #1d1d1b;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 24px;
  z-index: -1;
}

/*
* === MOBILE TABLE ===
*/
.subscription-comparison-table--mobile .subscription-comparison-table__row--buttons {
  top: 0;
}
.subscription-comparison-table--mobile .subscription-comparison-table__feature-group {
  top: 80px;
}

.subscription-comparison-features-table__col--mobile-tick {
  width: 32px;
}

.subscription-comparison-features-table__col--mobile-text {
  text-align: left;
  width: unset;
}

.subscription-comparison-features-table__col--mobile-feature-name {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.subscription-comparison-features-table__col--mobile-feature-tag {
  align-self: center;
}

/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.subscription-package-selector {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  padding: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .subscription-package-selector {
    font-size: 40px;
    line-height: 48px;
  }
}
.subscription-package-selector[data-toggle-choice-selected-value=explorer] {
  border-color: #00cdbe;
}
.subscription-package-selector[data-toggle-choice-selected-value=creator] {
  border-color: #c8a0ff;
}
.subscription-package-selector[data-toggle-choice-selected-value=engineer] {
  border-color: #ffcd00;
}
.subscription-package-selector:focus {
  padding: 14px;
}

/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.subscription-box {
  --subscription-primary-colour: #a8a8a8;
  display: flex;
  flex-direction: column;
  color: #1d1d1b;
}
.subscription-box.t-explorer > .subscription-box__header {
  --subscription-primary-colour: #00cdbe;
}
.subscription-box.t-creator > .subscription-box__header {
  --subscription-primary-colour: #c8a0ff;
}
.subscription-box.t-engineer > .subscription-box__header {
  --subscription-primary-colour: #ffcd00;
}

.subscription-box__body {
  border: 1px solid #a8a8a8;
  border-top-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 16px;
  padding: 24px 16px 32px;
}
@media (min-width: 768px) {
  .subscription-box__body {
    padding: 32px;
    padding-bottom: 48px;
  }
}

.subscription-box__header {
  background: var(--subscription-primary-colour);
  text-transform: uppercase;
  padding: 16px;
}
@media (min-width: 768px) {
  .subscription-box__header {
    padding: 16px 32px;
  }
}

.subscription-box__subscription_info {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.subscription-order-purchase {
  --subscription-primary-colour: #cdcdcd;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--subscription-primary-colour);
}
.subscription-order-purchase.t-explorer {
  --subscription-primary-colour: #00cdbe;
}
.subscription-order-purchase.t-creator {
  --subscription-primary-colour: #c8a0ff;
}
.subscription-order-purchase.t-engineer {
  --subscription-primary-colour: #ffcd00;
}
.f-free-trial-messaging .subscription-order-purchase {
  border: 3px solid var(--subscription-primary-colour);
  display: block;
  padding: 0;
}
.subscription-order-purchase [data-billing-frequency]:not(.is-chosen) {
  display: none;
}

.subscription-order-purchase__header,
.subscription-order-purchase__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}

.subscription-order-purchase__header {
  background: var(--subscription-primary-colour);
  text-transform: uppercase;
}

.subscription-order-purchase__summary {
  display: flex;
  gap: 24px;
  flex-direction: column;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  padding: 24px 0;
}

.subscription-order-purchase__subtotal,
.subscription-order-purchase__total {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 480px) {
  .subscription-order-purchase__subtotal,
  .subscription-order-purchase__total {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 480px) {
  .subscription-order-purchase__subtotal-definition,
  .subscription-order-purchase__total-definition {
    flex: 0 0 auto;
    text-align: right;
  }
}

.subscription-order-purchase__subtotal-term {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.subscription-order-purchase__subtotal-price {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: block;
}

.subscription-order-purchase__subtotal-price--original {
  text-decoration: line-through;
}

.subscription-order-purchase__total-term {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}

.subscription-order-purchase__total-price {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}

.subscription-order-purchase__total-tax-status {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
}

.subscription-order-purchase__payment-info {
  padding: 24px;
  background: #ebebeb;
}

.subscription-order-info {
  --subscription-primary-colour: #cdcdcd;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.subscription-order-info.t-explorer {
  --subscription-primary-colour: #00cdbe;
}
.subscription-order-info.t-creator {
  --subscription-primary-colour: #c8a0ff;
}
.subscription-order-info.t-engineer {
  --subscription-primary-colour: #ffcd00;
}

.subscription-order-info__features {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 480px) {
  .subscription-order-info__features {
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 480px) {
  .subscription-order-info__feature {
    flex: 0 0 calc(50% - 12px);
  }
}

.subscription-order-info__upsell {
  display: flex;
  gap: 24px;
  flex-direction: column;
  padding-top: 24px;
  border-top: 2px solid var(--subscription-primary-colour);
}
@media (min-width: 480px) {
  .subscription-order-info__upsell {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 480px) {
  .subscription-order-info__upsell-button {
    flex: 0 0 auto;
  }
}

.technology-feed {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .technology-feed__title {
    margin-bottom: 16px;
  }
}

.technology-feed__follow {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .technology-feed__follow {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .technology-feed__sort-by {
    display: none;
  }
}
@media (min-width: 768px) {
  .technology-feed__sort-by {
    width: auto;
    color: #1d1d1b;
    margin-bottom: 0;
  }
  .technology-feed__sort-by .select-field__label {
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .technology-feed__sort-by .select-field__label {
    flex-grow: 1;
  }
  .technology-feed__sort-by .select-field__input {
    flex-grow: 5;
  }
}
@media (min-width: 992px) {
  .technology-feed__sort-by {
    margin-left: auto;
  }
}

.technology-feed__contribute-link {
  color: #3244ff;
  font-weight: 700;
}
.technology-feed__contribute-link:hover {
  color: #d9121f;
}

.technology-feed__no-content-message--transient {
  display: none;
}

.w-testimonials {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .w-testimonials {
    flex-direction: row;
  }
}

.testimonials {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto max-content;
  gap: 16px;
}
@media (min-width: 768px) {
  .testimonials {
    flex: 0 0 calc(33.3333333333% - 21.3333333333px);
  }
}

.testimonials__quote {
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: #ffffff;
  color: #1f1f1f;
}

.testimonials__caption {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonials__image {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ffffff;
}
.testimonials__image > svg {
  width: 68px;
  height: 68px;
  fill: #4a4e57;
}

@keyframes dropDown {
  from {
    opacity: 0;
    margin-top: calc(var(--dropdown-top-margin) - 10px);
  }
  to {
    opacity: 1;
    margin-top: var(--dropdown-top-margin);
  }
}

.wysiwyg h1 {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .wysiwyg h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.wysiwyg h2 {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .wysiwyg h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.wysiwyg h3 {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .wysiwyg h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.wysiwyg h4 {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .wysiwyg h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg table {
  margin-bottom: 24px;
}
.wysiwyg b,
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg a:not(.o-button) {
  font-weight: 700;
  color: #3244ff;
}
.wysiwyg a:not(.o-button):hover {
  color: #d9121f;
}
.wysiwyg button a {
  color: #ffffff;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg li {
  margin-left: 40px;
  margin-bottom: 8px;
}
.wysiwyg li:last-child {
  margin-bottom: 0;
}
.wysiwyg sup,
.wysiwyg sub {
  font-size: 75%;
  position: relative;
}
.wysiwyg sup {
  top: -0.5em;
}
.wysiwyg sub {
  bottom: -0.25em;
}
.wysiwyg table[border="1"] th,
.wysiwyg table[border="1"] td {
  border: 1px solid #1d1d1b;
}
.wysiwyg blockquote {
  padding: 8px 0 8px 24px;
  background-color: #ebebeb;
  border-left: 3px solid rgba(74, 78, 87, 0.2);
}
.wysiwyg blockquote p {
  margin-bottom: 0;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.your-subscription-info {
  display: flex;
  gap: 24px;
  flex-direction: column;
  background-color: #ffffff;
}

.your-subscription-info__features-list {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.your-subscription-info__features {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.your-subscription-info__feature {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.your-subscription-manage {
  --subscription-primary-colour: #cdcdcd;
  display: flex;
  gap: 24px;
  flex-direction: column;
  padding: 24px;
  border: 2px solid var(--subscription-primary-colour);
}
.your-subscription-manage.t-explorer {
  --subscription-primary-colour: #00cdbe;
}
.your-subscription-manage.t-creator {
  --subscription-primary-colour: #c8a0ff;
}
.your-subscription-manage.t-engineer {
  --subscription-primary-colour: #ffcd00;
}

.your-subscription-manage__summary {
  display: flex;
  gap: 24px;
  flex-direction: column;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  padding: 24px 0;
}

.your-subscription-manage__total {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 480px) {
  .your-subscription-manage__total {
    flex-direction: row;
    justify-content: space-between;
  }
}

.your-subscription-manage__total-price {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 480px) {
  .your-subscription-manage__total-price {
    flex: 0 0 auto;
    text-align: left;
  }
}

.your-subscription-manage__total-term {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.your-subscription-manage__total-price-frequency {
  font-weight: normal;
}

.your-subscription-manage__upsell {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-top: 24px;
  border-top: 1px solid #bcbcbc;
}

.your-subscription-manage__upsell-button {
  align-self: flex-end;
}

.banner-offer {
  border: 2px solid #69141e;
  padding: 16px;
}

.banner-offer__title {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  color: #69141e;
}
@media (min-width: 768px) {
  .banner-offer__title {
    font-size: 28px;
    line-height: 36px;
  }
}

.highlight-features {
  color: #ffffff;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .highlight-features {
    gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.highlight-features__header,
.highlight-features__content,
.highlight-features__cta {
  display: flex;
}

.highlight-features__content {
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .highlight-features__content {
    flex-direction: row;
  }
}

.highlight-features__image img {
  width: 100%;
}

.highlight-features__feature {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}
.highlight-features__feature .highlight-features__feature-icon {
  flex-grow: 0;
  flex-shrink: 0;
  height: 60px;
  width: 100px;
}

.blockquote {
  display: flex;
  padding: 24px 0 48px;
}
@media (min-width: 768px) {
  .blockquote {
    padding: 24px 0 32px;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .blockquote {
    padding: 40px 0 64px;
    gap: 60px;
  }
}

.blockquote__body {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .blockquote__body {
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .blockquote__body {
    gap: 40px;
  }
}
.blockquote__body::before {
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  margin-bottom: -16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTAgMzJWMjAuMjFjMC01LjguNzAyLTEwLjMzOSAyLjEwNS0xMy42MTRDMy42MDIgMy4yMjggNi4zMTUgMS4wMyAxMC4yNDUgMGwyLjM4NyAzLjUwOUMxMC4wMTIgNC42MzIgOC4yOCA2LjMxNiA3LjQzOSA4LjU2Yy0uODQzIDIuMTUyLTEuMjY0IDUuMzM0LTEuMjY0IDkuNTQ0aDUuNzU1VjMySDBabTE4Ljk0NyAwVjIwLjIxYzAtNS44LjcwMi0xMC4zMzkgMi4xMDYtMTMuNjE0QzIyLjU1IDMuMjI4IDI1LjI2MyAxLjAzIDI5LjE5MyAwbDIuMzg2IDMuNTA5Yy0yLjYyIDEuMTIzLTQuMzUgMi44MDctNS4xOTMgNS4wNTItLjg0MiAyLjE1Mi0xLjI2MyA1LjMzNC0xLjI2MyA5LjU0NGg1Ljc1NFYzMmgtMTEuOTNaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
}
@media (min-width: 768px) {
  .blockquote__body::before {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .blockquote__body::before {
    margin-bottom: -16px;
  }
}

.blockquote__copy {
  font-family: var(--header-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .blockquote__copy {
    font-size: 40px;
    line-height: 52px;
  }
}

.blockquote__image {
  display: none;
}
@media (min-width: 768px) {
  .blockquote__image {
    display: block;
    width: 208px;
    height: 212px;
  }
}
@media (min-width: 992px) {
  .blockquote__image {
    width: 256px;
    height: 300px;
  }
}

.blockquote__footer {
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.blockquote__footer--link:hover, .blockquote__footer--link:active, .blockquote__footer--link:focus {
  color: #ffffff;
}

.newsletter-signup {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .newsletter-signup {
    flex-direction: row;
  }
}

.newsletter-signup__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 24px;
  color: #1f1f1f;
}
@media (min-width: 992px) {
  .newsletter-signup__contents {
    align-items: flex-start;
    text-align: start;
    justify-content: center;
  }
}

.newsletter-signup__title {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
@media (min-width: 768px) {
  .newsletter-signup__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .newsletter-signup__title {
    font-family: var(--header-font);
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .newsletter-signup__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.newsletter-signup__title > .o-icon {
  font-size: 48px;
}
@media (max-width: 479px) {
  .newsletter-signup__title > .o-icon {
    display: none;
  }
}

.newsletter-signup--variant-dark {
  background-color: #454545;
  color: #ffffff;
}
.newsletter-signup--variant-dark .newsletter-signup__contents {
  color: #ffffff;
}

.newsletter-signup__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 24px;
}
@media (min-width: 992px) {
  .newsletter-signup__form {
    align-items: flex-end;
    max-width: 35%;
  }
}
.newsletter-signup__form .form__field {
  margin-bottom: 0;
  width: auto;
  text-align: center;
}
.newsletter-signup__form .o-checkbox {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .newsletter-signup__form .o-checkbox__label {
    padding-left: 24px;
  }
}
.newsletter-signup__form .o-button {
  width: 100%;
}

.nav-list {
  border-top: 1px solid #edeff1;
  list-style: none;
  padding: 0;
}

.nav-list__item {
  border-bottom: 1px solid #edeff1;
  border-left: 4px solid transparent;
  color: #1d1d1b;
  display: block;
  font-weight: bold;
  padding: 8px 24px;
  padding-left: 20px;
}
.nav-list__item:hover, .nav-list__item:focus {
  border-left-color: #4a4e57;
  color: inherit;
}
.nav-list__item--active:not(:hover), .nav-list__item--active:not(:focus) {
  border-left-color: #d9121f;
}

.nav-list__item--button {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  width: 100%;
  text-align: justify;
}

[data-toggle-choice-target]:not(.is-chosen) {
  display: none;
}

/**
 * Components - structures
 */
.s-software-comparison {
  width: 100%;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .s-software-comparison {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.s-software-comparison > .d-software-comparison {
  width: 100%;
  max-width: 1244px;
  margin-right: auto;
  margin-left: auto;
}

.d-software-comparison--title {
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .d-software-comparison--title {
    padding: 0;
  }
}

.d-software-comparison--card {
  max-width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .d-software-comparison--card {
    display: none;
  }
}

.d-software-comparison--table {
  display: none;
}
@media (min-width: 992px) {
  .d-software-comparison--table {
    display: block;
  }
}

.s-two-column-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .s-two-column-content {
    flex-direction: row;
  }
}

.s-two-column-content--reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .s-two-column-content--reverse {
    flex-direction: row;
  }
}

.d-two-column-content {
  padding: 32px 0;
}

.d-two-column-content--25 {
  flex: 1 1 calc(25% - 8px);
}

.d-two-column-content--50 {
  flex: 1 1 calc(50% - 8px);
}

.d-two-column-content--75 {
  flex: 1 1 calc(75% - 8px);
}
