@charset "UTF-8";
/*
Contrave Landing Page
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Material+Icons&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

dialog[role=dialog] {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  color: black;
  color: -internal-light-dark(black, white);
  margin: auto;
  border-width: initial;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  padding: 1em;
  background: white;
  background: -internal-light-dark(white, black);
}

dialog[role=dialog]:not([open]) {
  display: none;
}

dialog[role=dialog] + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

dialog[role=dialog].fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

:root {
  --bg-light: white;
  --bg-dark: #870064;
  --bg-light-alt: #EAF1F2;
  --bg-gradient: linear-gradient(89deg, #870064 42.49%, #541D5C 100%);
  --bg-gradient2: linear-gradient(6deg, #870064 29.02%, #541D5C 100%);
  --copy-light: white;
  --copy-dark: #1C2130;
  --copy-dark-alt: #870064;
  --copy-accent: #870064;
  --button-bg: #E87200;
  --button-text: white;
  --form-field: white;
  --form-border: #870064;
  --form-placeholder: #1C2130;
}

body, .bg-light {
  color: var(--copy-dark);
  background-color: var(--bg-light);
}

main {
  background-color: var(--bg-light-alt);
}

h2 {
  color: var(--copy-dark-alt);
}

.bg-dark {
  color: var(--copy-light);
  background-color: var(--bg-dark);
}
.bg-dark h2 {
  color: inherit;
}

.bg-light-alt {
  color: var(--copy-dark);
  background-color: var(--bg-light-alt);
}

body, .body {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (min-width: 767px) {
  dialog h2 {
    font-size: 30px;
  }
}

.h3 {
  font-size: 23px;
  line-height: 30px;
}

.copy-large {
  font-size: 33px;
  line-height: 1.2;
}

.copy-medium {
  font-size: 27px;
  line-height: 34px;
}

.copy-small {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.002em;
}

button, .button, input[type=submit] {
  font-size: 20px;
  font-weight: 700;
}

label,
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  font-size: 18px;
  line-height: 28px;
}

.mice {
  font-size: 10px;
  line-height: 14px;
}

header nav {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

footer nav {
  font-size: 18px;
  line-height: 24px;
}

.button, input[type=submit] {
  display: inline-grid;
  grid-auto-flow: column;
  place-items: center;
  min-height: 57px;
  padding: 0 33px;
  box-sizing: border-box;
  background-color: var(--button-bg);
  color: var(--button-text);
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
}
.button:focus, .button:hover, input[type=submit]:focus, input[type=submit]:hover {
  text-decoration: none;
  border-radius: 50px;
}

a:not(.button) {
  color: inherit;
}

header a:not(.button), footer a:not(.button) {
  text-decoration: none;
}

header a:not(.button) {
  color: var(--button-bg);
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

picture source {
  position: absolute;
}

form .field {
  margin: 20px 0;
}
form .field.select {
  display: grid;
}
form .field.select select, form .field.select::after {
  grid-area: 2/1;
}
form .field.select::after {
  content: "";
  display: block;
  justify-self: flex-end;
  align-self: center;
  width: 0.8em;
  height: 0.5em;
  margin-right: 1em;
  background-color: var(--form-border);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  pointer-events: none;
}
form .field.checkbox {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}
form .field.checkbox label {
  margin: 0;
}
@media only screen and (min-width: 767px) {
  form .row {
    display: grid;
    grid-gap: 25px;
    align-items: flex-end;
    margin: 20px 0;
  }
  form .row.col-1-1 {
    grid-template-columns: 1fr 1fr;
  }
  form .field {
    margin: 0;
  }
}
form label {
  display: block;
  margin-bottom: 5px;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form input[type=date],
form input[type=number],
form input[type=checkbox],
form textarea,
form select {
  width: 100%;
  box-sizing: border-box;
  background-color: var(--form-field);
  border: 1px solid var(--form-border);
  border-radius: 5px;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form input[type=password]::placeholder,
form input[type=date]::placeholder,
form input[type=number]::placeholder,
form input[type=checkbox]::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: var(--form-placeholder);
}
form input[type=text][readonly],
form input[type=email][readonly],
form input[type=tel][readonly],
form input[type=password][readonly],
form input[type=date][readonly],
form input[type=number][readonly],
form input[type=checkbox][readonly],
form textarea[readonly],
form select[readonly] {
  background-color: var(--bg-dark);
  color: var(--copy-light);
}
form input[type=text]:invalid,
form input[type=email]:invalid,
form input[type=tel]:invalid,
form input[type=password]:invalid,
form input[type=date]:invalid,
form input[type=number]:invalid,
form input[type=checkbox]:invalid,
form textarea:invalid,
form select:invalid {
  border-color: red;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form input[type=number],
form textarea {
  padding: 13px 25px;
}
form input[type=date] {
  height: 43px;
}
form select {
  padding: 10px 50px 10px 25px;
  appearance: none;
}
form input[type=checkbox] {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  order: -1;
  cursor: pointer;
  appearance: none;
}
form input[type=checkbox]:checked::before {
  content: "✓";
  font-size: 2em;
}
form input[type=file] {
  width: 100%;
  font-style: italic;
}
form ::file-selector-button,
form ::-webkit-file-upload-button {
  display: inline-block;
  padding: 9px 30px;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  color: var(--button-text);
  background-color: var(--button-bg);
  border: none;
  border-radius: 50px;
  transition: color 0.3s, background-color 0.3s;
  margin-right: 20px;
}
form :focus::file-selector-button,
form :focus::-webkit-file-upload-button,
form :hover::file-selector-button,
form :hover::-webkit-file-upload-button {
  color: var(--button-hover-text);
  background-color: var(--button-hover-bg);
}

nav a:focus, nav a:hover {
  text-decoration: none;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.screen-reader-text {
  position: absolute;
  height: 0;
  overflow: hidden;
}

.nav-shortcuts a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100000;
  padding: 10px 20px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate3d(-50%, -200%, 0);
}
.nav-shortcuts a:focus {
  transform: translate3d(-50%, 0, 0);
}

:root {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}
@media only screen and (min-width: 767px) {
  :root {
    scroll-padding-top: 110px;
  }
}

.wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 25px;
}
@media only screen and (min-width: 767px) {
  .wrap {
    padding: 0 40px;
  }
}

.content-wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

main {
  display: grid;
}

/* paddings */
section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
section.bg-light-alt, section.bg-light-alt2 {
  margin: 0;
  padding: 5rem 0;
}
@media only screen and (min-width: 767px) {
  section.bg-light-alt, section.bg-light-alt2 {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 766px) {
  section.bg-light-alt-mobile {
    margin: 0;
    padding: 5rem 0;
  }
}

/* heading margins */
@media only screen and (min-width: 767px) {
  h2:first-child, h3:first-child {
    margin-top: 0;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 10;
}

header {
  padding: 10px 0;
  background-color: var(--bg-light);
}
header .logo {
  display: inline-grid;
}
header nav span.before::after {
  content: " |";
}
header nav span.after::before {
  content: "| ";
}
@media only screen and (max-width: 766px) {
  header {
    position: relative;
  }
  header .wrap {
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  header .logo img {
    width: auto;
    max-height: 50px;
  }
  header .canada {
    max-width: 50px;
  }
  header #nav-open {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    min-height: 0;
    padding: 0;
    font-family: "Material Icons";
    font-size: 2.5em;
  }
  header #nav-open::before {
    content: "menu";
  }
  header.open .wrap {
    max-height: 100vh;
  }
  header.open #nav-open::before {
    content: "close";
  }
  header nav {
    text-align: center;
  }
  header nav > ul > li {
    margin: 15px 0;
  }
  header nav > ul ul li {
    margin: 5px 0;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 767px) {
  header .wrap {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-gap: 30px;
    align-items: center;
  }
  header .logo img {
    width: auto;
    max-height: 90px;
  }
  header .canada {
    max-width: 88px;
  }
  header #nav-open {
    display: none;
  }
  header nav {
    margin-left: auto;
  }
  header nav > ul {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    align-items: center;
  }
  header nav > ul > li {
    position: relative;
    padding: 10px 0;
  }
  header nav > ul > li:first-child a {
    display: inline-grid;
    grid-auto-flow: column;
    place-items: center;
    min-height: 57px;
    padding: 0 33px;
    box-sizing: border-box;
    background-color: var(--button-bg);
    color: var(--button-text);
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    transition: all 0.3s;
  }
  header nav > ul > li:first-child a:focus, header nav > ul > li:first-child a:hover {
    text-decoration: none;
    border-radius: 50px;
  }
  header nav span {
    display: inline-block;
  }
}

footer .wrap {
  display: grid;
  grid-row-gap: 25px;
  justify-items: center;
  padding: 25px 25px;
}
@media only screen and (min-width: 767px) {
  footer .wrap {
    grid-column-gap: 40px;
    align-items: center;
    padding: 25px 40px;
  }
}
@media only screen and (min-width: 767px) {
  footer .top .wrap {
    grid-template-columns: auto auto;
    justify-items: left;
  }
}
footer .logo {
  width: 105px;
}
@media only screen and (min-width: 767px) {
  footer .logo {
    grid-area: 1/2;
    justify-self: flex-end;
  }
}
footer ul {
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  footer ul {
    display: flex;
    gap: 0;
  }
  footer ul li {
    padding: 25px;
  }
  footer ul li:not(:last-child) {
    border-right: 1px solid var(--copy-dark);
  }
}
@media only screen and (min-width: 767px) {
  footer .bottom {
    grid-template-columns: 1fr auto;
    justify-items: flex-start;
  }
}
footer .organization-logos {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .organization-logos picture:first-child img {
  max-width: 100px;
}
footer .organization-logos picture:last-child img {
  max-width: 187px;
}
@media only screen and (min-width: 767px) {
  footer .organization-logos {
    grid-area: 1/2;
    justify-content: flex-end;
  }
}
footer .organization-logos picture {
  display: grid;
}

dialog,
dialog[role=dialog] {
  max-width: 900px;
  max-height: 100%;
  padding: 0;
  color: inherit;
  border: none;
}
@media only screen and (min-width: 767px) {
  dialog,
  dialog[role=dialog] {
    border-radius: 25px 0px 0px 0px;
  }
}
dialog form,
dialog[role=dialog] form {
  display: grid;
  grid-template-rows: auto 1fr;
  max-height: 100vh;
}
dialog .header,
dialog .body,
dialog[role=dialog] .header,
dialog[role=dialog] .body {
  padding: 30px 25px;
}
@media only screen and (min-width: 767px) {
  dialog .header,
  dialog .body,
  dialog[role=dialog] .header,
  dialog[role=dialog] .body {
    padding: 30px 40px;
  }
}
dialog .header,
dialog[role=dialog] .header {
  display: grid;
  position: relative;
  min-height: 40px;
  color: var(--copy-light);
  background-color: var(--bg-dark);
}
@media only screen and (min-width: 767px) {
  dialog .header,
  dialog[role=dialog] .header {
    text-align: center;
  }
}
dialog .header h2,
dialog[role=dialog] .header h2 {
  margin: auto;
}
dialog .close,
dialog[role=dialog] .close {
  display: grid;
  place-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 0;
  color: var(--button-text);
  background-color: var(--button-bg);
  border: none;
  border-radius: 50%;
}
dialog .close:focus, dialog .close:hover,
dialog[role=dialog] .close:focus,
dialog[role=dialog] .close:hover {
  outline: solid var(--button-text);
}
dialog .close::before,
dialog[role=dialog] .close::before {
  content: "close";
  font-family: "Material Icons";
  font-size: 26px;
}
dialog::backdrop, dialog + .backdrop,
dialog[role=dialog]::backdrop,
dialog[role=dialog] + .backdrop {
  background: rgba(0, 0, 0, 0.5);
}
dialog .body,
dialog[role=dialog] .body {
  overflow-y: scroll;
}
dialog.support .form,
dialog[role=dialog].support .form {
  display: grid;
  margin-bottom: 40px;
}
@media only screen and (min-width: 767px) {
  dialog.support .form,
  dialog[role=dialog].support .form {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 30px;
    max-width: 650px;
    margin: 0 auto 60px;
  }
}
dialog.support .form h3,
dialog[role=dialog].support .form h3 {
  text-align: center;
}
@media only screen and (min-width: 767px) {
  dialog.support .form h3,
  dialog[role=dialog].support .form h3 {
    grid-column: 1/span 2;
  }
}
dialog.support .form .field,
dialog[role=dialog].support .form .field {
  margin-top: 0;
}
dialog.support .form label,
dialog[role=dialog].support .form label {
  position: absolute;
  height: 0;
  overflow: hidden;
}
dialog.support .info,
dialog[role=dialog].support .info {
  display: grid;
}
@media only screen and (min-width: 767px) {
  dialog.support .info,
  dialog[role=dialog].support .info {
    grid-template-columns: auto 1fr;
    grid-gap: 30px;
  }
  dialog.support .info picture,
  dialog[role=dialog].support .info picture {
    grid-area: 1/1;
  }
}
dialog#experience,
dialog[role=dialog]#experience {
  padding: 50px;
}
dialog#experience h2,
dialog[role=dialog]#experience h2 {
  margin: 0;
  text-align: center;
}
dialog#experience .buttons,
dialog[role=dialog]#experience .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
dialog#experience .buttons button,
dialog[role=dialog]#experience .buttons button {
  background-color: rgb(156, 156, 156);
}

dialog[role=dialog] {
  overflow: hidden;
}

.landing-leader {
  margin: 25px 25px 0;
  padding: 25px;
  color: var(--copy-light);
  background: var(--bg-gradient2);
  border-radius: 20px 0 0 0;
}
@media only screen and (min-width: 767px) {
  .landing-leader {
    margin: 40px 40px 0;
    padding: 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .landing-leader {
    margin: 0;
    padding: 0;
    background: none;
  }
}
@media only screen and (min-width: 1199px) {
  .landing-leader .desktop-wrap {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
.landing-leader .head {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1199px) {
  .landing-leader .head {
    margin-top: 5rem;
    margin-bottom: 5rem;
    background: var(--bg-gradient);
  }
}
.landing-leader .head > div {
  display: grid;
  justify-items: center;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  .landing-leader .head > div {
    grid-template-columns: 4fr 5fr;
    grid-gap: 2rem;
    justify-items: left;
  }
}
@media only screen and (min-width: 1199px) {
  .landing-leader .head > div {
    grid-template-columns: auto 1fr;
    grid-gap: 3rem;
    margin-top: 7rem;
    margin-bottom: 7rem;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .landing-leader .head picture {
    display: grid;
    margin: -90px 0;
  }
  .landing-leader .head picture::before {
    grid-area: 1/1;
    content: "";
    display: block;
    margin: 40px;
    background-color: var(--bg-dark);
    border-radius: 100%;
  }
  .landing-leader .head picture img {
    grid-area: 1/1;
  }
}
.landing-leader .head h1 {
  font-size: 0;
  position: absolute;
}
.landing-leader .logins {
  font-size: 18x;
  color: inherit;
}
@media only screen and (min-width: 767px) {
  .landing-leader .logins {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .landing-leader .logins {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 7rem;
    padding: 2rem 4rem;
    background: var(--bg-gradient);
    border-radius: 20px;
  }
}
.landing-leader .logins h2 {
  margin: 1rem 0 0;
  font-size: 26px;
  line-height: 1.2;
  color: inherit;
}
@media only screen and (min-width: 767px) {
  .landing-leader .logins h2 {
    font-size: 32px;
  }
}
.landing-leader .logins ul {
  margin: 0 0 1.5rem;
}
.landing-leader .logins p {
  margin: 1.5rem 0;
}
.landing-leader .logins .small {
  font-size: 15px;
}
.landing-leader .logins .mice {
  font-size: 15px;
  line-height: inherit;
}
@media only screen and (min-width: 767px) {
  .landing-leader .logins .mice {
    font-size: 12px;
  }
}
.landing-leader .logins picture:first-child {
  display: none;
}
@media only screen and (min-width: 1199px) {
  .landing-leader .logins picture:first-child {
    display: block;
    float: right;
    margin: 1rem 0 1em 1em;
  }
}
.landing-leader .logins picture:nth-of-type(2) {
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 1199px) {
  .landing-leader .logins picture:nth-of-type(2) {
    display: none;
  }
}
.landing-leader .logins picture img {
  width: 233px;
}
.landing-leader .logins .button {
  display: grid;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 1199px) {
  .landing-leader .logins .button {
    margin: 0;
  }
}

.landing-merged-cta .wrap {
  display: grid;
  gap: 2rem;
  max-width: 1100px;
}
.landing-merged-cta .copy-large {
  text-align: center;
  color: var(--copy-accent);
}
.landing-merged-cta .copy-large p {
  margin-top: 1rem;
}
.landing-merged-cta .downloads {
  display: grid;
  justify-items: center;
  color: var(--copy-accent);
}
@media only screen and (min-width: 1023px) {
  .landing-merged-cta .downloads {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
  }
}
.landing-merged-cta .virtual, .landing-merged-cta .guide {
  max-width: 500px;
  text-align: center;
}
@media only screen and (min-width: 1440px) {
  .landing-merged-cta .guide {
    justify-self: flex-start;
    max-width: 430px;
  }
}
@media only screen and (min-width: 1440px) {
  .landing-merged-cta .virtual {
    justify-self: flex-end;
    max-width: 430px;
  }
}
.landing-merged-cta .button {
  width: 100%;
}

.banner {
  padding: 1px 25px;
  font-size: 20px;
  text-align: center;
  color: var(--bg-light);
  background-color: var(--bg-dark);
}
@media only screen and (min-width: 767px) {
  .banner {
    padding: 1px 40px;
    font-size: 38px;
  }
}

/*# sourceMappingURL=style.css.map */
