/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.root--download {
  background: #1c2b37;
  color: #fff;
}
.root--download a {
  color: #afd8f4;
}
.root--download .mdc-button {
  letter-spacing: unset;
}
.root--download .width-wrapper {
  max-width: 1000px;
}
.root--download h1, .root--download h2 {
  font-family: "PT Serif", serif;
}
.root--download .hero-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 0;
}
.root--download .hero-preface-container {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  border-radius: 8px;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}
.root--download .hero-preface-container .hero-preface-label {
  align-items: center;
  display: flex;
}
.root--download .hero-preface-container .hero-preface-label .main-label {
  background: linear-gradient(91deg, #0BBF7D 1.44%, #9AD62A 91.27%);
  background-clip: text;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
}
.root--download .hero-preface-container .hero-preface-label .beta-label {
  color: #44d1e0;
  margin-left: 10px;
  text-transform: uppercase;
}
.root--download h1.hero-title {
  font-size: 40px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .root--download h1.hero-title {
    font-size: 50px;
  }
}
.root--download .hero-image {
  max-width: 100%;
}
.root--download .upper-blue-section-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 125px 0 0;
  position: relative;
  width: 100%;
}
.root--download .upper-blue-section-wrapper::after {
  border-bottom: 300px solid #16232E;
  border-right: 1200px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .root--download .upper-blue-section-wrapper::after {
    border-bottom: 400px solid #16232E;
    border-right: 2400px solid transparent;
  }
}
.root--download .radial-gradient {
  border-radius: 5px;
  height: 1000px;
  max-width: 100%;
  padding: 10px 20px;
  position: absolute;
  top: 100px;
  width: 1000px;
  z-index: 1;
}
.root--download .lower-blue-section-wrapper {
  align-items: center;
  background-color: #16232E;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
  position: relative;
  width: 100%;
  z-index: 3;
}
.root--download .above-gradient-container {
  position: relative;
  z-index: 4;
}
.root--download .content-pitch {
  font-size: 24px;
  margin: 20px auto;
  max-width: 100%;
  width: 900px;
}
.root--download .subscription-description-container {
  font-size: 20px;
}
.root--download .downloads-container {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  .root--download .downloads-container {
    flex-direction: column;
  }
}
.root--download .downloads-container svg.material-icons.mdc-button__icon {
  height: 24px;
  width: 24px;
}
.root--download .downloads-container .download-button {
  background: #335164;
  border-radius: 4px;
  color: #fff;
  display: block;
  height: unset;
  font-size: 18px;
  line-height: 24px;
  margin: 10px;
  padding: 12px 20px;
  text-transform: none;
}
.root--download .downloads-container .download-button.mdc-button__icon-trailing {
  padding-right: 70px;
}
.root--download .downloads-container .material-icons.mdc-button__icon.right-icon {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #8593a3;
  font-size: 24px;
  height: 100%;
  padding: 12px 30px 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.root--download .downloads-container .macos-container {
  position: relative;
}
.root--download .downloads-container #dropdown-checkbox {
  display: none;
}
.root--download .downloads-container .macos-container:hover .download-button.faux-button, .root--download .downloads-container #dropdown-checkbox:checked ~ .download-button.faux-button {
  background: linear-gradient(93deg, #287EBA -0.7%, #236CA0 76.2%);
}
.root--download .downloads-container .macos-container:hover .dropdown-menu, .root--download .downloads-container #dropdown-checkbox:checked ~ .dropdown-menu {
  display: block;
}
.root--download .downloads-container .dropdown-menu {
  background-color: #192025;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 58px;
  width: calc(100% - 20px);
  z-index: 1;
}
.root--download .downloads-container .dropdown-menu .download-button {
  font-size: 16px;
  margin: 0;
  text-align: left;
}
.root--download .downloads-container .dropdown-menu .download-button.boxy {
  border-radius: 0;
}
.root--download .downloads-container .dropdown-menu .download-button.bottom-of-list {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.root--download .downloads-container .dropdown-menu .download-button .first-line {
  align-items: center;
  display: flex;
}
.root--download .downloads-container .dropdown-menu .download-button .first-line .material-icons {
  color: #afd8f4;
  margin-right: 12px;
}
.root--download .downloads-container .dropdown-menu .download-button .secondary-label {
  color: #b4bfcc;
  padding-left: 36px;
}
.root--download .bottom-section {
  background-image: linear-gradient(180deg, #16232E 0%, #1C2B37 100%);
}
.root--download .reserved-explanation-container,
.root--download .cant-afford-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 100%;
  padding: 20px 40px;
  width: 1000px;
}
.root--download .reserved-explanation-container {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 12px 12px 0 0;
  font-size: 18px;
  margin: 80px auto 0;
  padding-bottom: 60px;
  position: relative;
}
.root--download .reserved-explanation-container .logo-locked {
  margin-top: -60px;
}
.root--download .reserved-heading {
  font-size: 36px;
  font-weight: normal;
  line-height: 58px;
}
.root--download .cant-afford-container {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 0 0 12px 12px;
  font-size: 18px;
  padding: 40px;
}
.root--download .cant-afford-container h3 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
.root--download .cant-afford-container .cant-afford-body-text {
  margin: 30px auto 40px;
}
.root--download .cant-afford-container a.free-options-button {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #afd8f4;
  font-size: 18px;
  height: unset;
  padding: 12px 20px;
  text-transform: none;
}
.root--download .view-plans-button {
  font-size: 18px;
  height: unset;
  margin-top: 30px;
  padding: 12px 20px;
  text-transform: none;
}
.root--download .desktop-benefits-container {
  margin: 120px 0;
}
.root--download .desktop-benefits-container h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 58px;
  margin-top: 0;
}
.root--download .best-stuff-container {
  display: flex;
  font-size: 18px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .root--download .best-stuff-container {
    flex-direction: column;
  }
}
.root--download .best-stuff-container h3 {
  font-weight: bold;
  white-space: nowrap;
}
.root--download .best-stuff-container .benefit-container {
  flex: 1;
  margin: 20px;
}
.root--download .best-stuff-container .benefit-container.de-emphasized {
  color: var(--color-text-medium-contrast);
}
.root--download .best-stuff-container .benefit-container:first-child {
  margin-left: 0;
}
.root--download .best-stuff-container .benefit-container:last-child {
  margin-right: 0;
}
.root--download .mobile-apps-container {
  background-color: rgba(62, 146, 204, 0.16);
  border-radius: 12px;
  display: flex;
  font-size: 18px;
  padding: 36px 40px;
  margin-bottom: 80px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .root--download .mobile-apps-container {
    flex-direction: column;
  }
  .root--download .mobile-apps-container .right-mobile {
    display: none;
  }
}
.root--download .mobile-apps-container .image {
  flex: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}
.root--download .mobile-apps-container .mid-message {
  flex: 2;
}
.root--download .mobile-apps-container .mid-message h3 {
  text-transform: uppercase;
}
.root--download .mobile-apps-container .app-store-buttons > a {
  margin: 12px;
}
.root--download footer.site-footer {
  background-color: #192025;
  border: none;
  color: #fff;
}
.root--download footer.site-footer a {
  color: #b4bfcc;
}
.root--download footer.site-footer a:hover {
  color: #e1e6eb;
}
.root--download footer.site-footer a:hover .link-icon {
  fill: #e1e6eb;
}
.root--download footer.site-footer .link-icon {
  fill: #b4bfcc;
}
.root--download footer.site-footer .bottom-background {
  background-color: #21282e;
  color: #b4bfcc;
}
.root--download footer.site-footer .bottom-background .date-rights-container {
  color: #e1e6eb;
}
