@charset "UTF-8";
/*
 * Box-sizing for all!!!
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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;
}

/* HTML5 display definitions
	========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
	========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Slate";
  font-weight: 300;
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/8770f5ba-b290-4c39-8053-fa62b4504af6.eot?#iefix");
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/8770f5ba-b290-4c39-8053-fa62b4504af6.eot?#iefix")
      format("eot"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/27bac2f4-abde-44e8-8ad8-1328f155ebc6.woff2")
      format("woff2"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/f0e21b22-be82-4646-8834-929f21697b8b.woff")
      format("woff"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/e34fcf36-14df-42f7-b779-2715c5e4cf48.ttf")
      format("truetype"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/cee327ea-b14e-45be-860f-f5d226b92bf3.svg#cee327ea-b14e-45be-860f-f5d226b92bf3")
      format("svg");
}

@font-face {
  font-family: "Slate";
  font-weight: 300;
  font-style: italic;
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/66595dce-119d-40ee-8845-c922b798f51c.eot?#iefix");
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/66595dce-119d-40ee-8845-c922b798f51c.eot?#iefix")
      format("eot"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/10f7936b-3da7-45fa-a247-49b976d77a5b.woff2")
      format("woff2"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/da19e923-e1a4-4125-b571-aaec1eaea1f1.woff")
      format("woff"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/c5b18de6-b98d-4176-95ec-280edc1ecbc9.ttf")
      format("truetype"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/5bd800fd-d759-4593-85b2-2ae5f3b34571.svg#5bd800fd-d759-4593-85b2-2ae5f3b34571")
      format("svg");
}

@font-face {
  font-family: "Slate";
  font-weight: 400;
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/0ccb23cc-e65f-4f1a-adee-23462447a4f9.eot?#iefix");
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/0ccb23cc-e65f-4f1a-adee-23462447a4f9.eot?#iefix")
      format("eot"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/77c289f3-3401-45a7-b754-9804fe541516.woff2")
      format("woff2"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/fc86544e-4e5f-4492-a80e-16b5745bb869.woff")
      format("woff"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/52e5df46-b718-4238-9f2e-c141505a48c3.ttf")
      format("truetype"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/f18b502a-d62a-4454-96ee-ab538e38e037.svg#f18b502a-d62a-4454-96ee-ab538e38e037")
      format("svg");
}

@font-face {
  font-family: "Slate";
  font-weight: 400;
  font-style: italic;
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/af814612-2c89-473a-891b-9d8683e56da0.eot?#iefix");
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/af814612-2c89-473a-891b-9d8683e56da0.eot?#iefix")
      format("eot"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/dc6eb005-728e-40b0-a439-d7991fc6e80f.woff2")
      format("woff2"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/5e69749b-81e9-423a-a310-cb7ecb810a8d.woff")
      format("woff"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/14049a11-98e1-4b34-8d1d-de82753a0619.ttf")
      format("truetype"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/d1528ae2-a27a-446d-ac6a-160a9ff9b677.svg#d1528ae2-a27a-446d-ac6a-160a9ff9b677")
      format("svg");
}

@font-face {
  font-family: "Slate";
  font-weight: 600;
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/6c114a84-aeac-4533-a8f3-798922cc0300.eot?#iefix");
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/6c114a84-aeac-4533-a8f3-798922cc0300.eot?#iefix")
      format("eot"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/8df29452-77ca-4e75-9e4b-d1783379751b.woff2")
      format("woff2"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/90807bcf-e7e3-43ac-9ebb-a96364087325.woff")
      format("woff"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/389822d1-6f97-438c-a4a1-5f97d1005a3f.ttf")
      format("truetype"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/e2bc308f-8bfe-48a1-89d7-a5a8ac370ff0.svg#e2bc308f-8bfe-48a1-89d7-a5a8ac370ff0")
      format("svg");
}

@font-face {
  font-family: "Slate";
  font-weight: 600;
  font-style: italic;
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/7ebd6be5-d902-4431-9798-f02eb003d771.eot?#iefix");
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/7ebd6be5-d902-4431-9798-f02eb003d771.eot?#iefix")
      format("eot"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/03034b79-99a1-4817-9fba-d50f4737fbf2.woff2")
      format("woff2"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/2be5690c-8be4-41d9-90f1-bda9a497f4a5.woff")
      format("woff"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/914a7465-15fb-4335-b053-d51347db7f70.ttf")
      format("truetype"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/a310d281-7e9b-4b19-a94a-6a109a390385.svg#a310d281-7e9b-4b19-a94a-6a109a390385")
      format("svg");
}

@font-face {
  font-family: "Slate";
  font-weight: 700;
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/fce4d9fd-68c9-4ad9-b540-f7f958aaa7c7.eot?#iefix");
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/fce4d9fd-68c9-4ad9-b540-f7f958aaa7c7.eot?#iefix")
      format("eot"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/297d76b2-c035-4282-9d9a-1a2b677efbeb.woff2")
      format("woff2"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/2ba90e1d-8ec8-4aa3-b82d-e77ab3f6fdda.woff")
      format("woff"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/56e9b083-e986-47d7-bfc8-da81847feb7a.ttf")
      format("truetype"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/db978b75-1d87-4a94-98f8-4f05471202da.svg#db978b75-1d87-4a94-98f8-4f05471202da")
      format("svg");
}

@font-face {
  font-family: "Slate";
  font-style: italic;
  font-weight: 700;
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/be249883-41a5-454f-8593-fce01bf1e9ef.eot?#iefix");
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/be249883-41a5-454f-8593-fce01bf1e9ef.eot?#iefix")
      format("eot"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/039f9566-b2c6-4b0f-893b-25cc317067aa.woff2")
      format("woff2"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/f5df482d-4cec-496d-b389-467bca12f319.woff")
      format("woff"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/37170a44-cf5f-438f-8847-85970dbbfe7d.ttf")
      format("truetype"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/5f106acc-9f2c-41cb-8023-add909e6b9d2.svg#5f106acc-9f2c-41cb-8023-add909e6b9d2")
      format("svg");
}

@font-face {
  font-family: "SlateCondensed";
  font-weight: 600;
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/2561543f-d4cd-4ca7-acb9-295882871a58.eot?#iefix");
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/2561543f-d4cd-4ca7-acb9-295882871a58.eot?#iefix")
      format("eot"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/14eb5847-5f2b-471a-8adf-229657f0ad13.woff2")
      format("woff2"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/4d8e4051-9cd9-48ea-9e94-7baa3ac518f6.woff")
      format("woff"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/4809487a-5ffd-4407-8ade-f722c586c024.ttf")
      format("truetype"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/e61a67d7-4c71-413a-bd2d-cd07360561ec.svg#e61a67d7-4c71-413a-bd2d-cd07360561ec")
      format("svg");
}

@font-face {
  font-family: "emyth_handregular";
  font-weight: 400;
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/emyth_hand_regular-webfont.eot?#iefix");
  src: url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/emyth_hand_regular-webfont.eot?#iefix")
      format("eot"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/emyth_hand_regular-webfont.woff2")
      format("woff2"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/emyth_hand_regular-webfont.woff")
      format("woff"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/emyth_hand_regular-webfont.ttf")
      format("truetype"),
    url("https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/fonts/emyth_hand_regular-webfont.svg")
      format("svg");
}

body,
input,
textarea,
button,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Slate", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h6 {
  font-family: "SlateCondensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h5 {
  font-weight: 700;
}

h1 {
  font-size: 2.75em;
  letter-spacing: -1.5px;
  line-height: 1.1em;
}

@media (min-width: 35em) {
  h1 {
    font-size: 3.5em;
  }
}

@media (min-width: 48.75em) {
  h1 {
    font-size: 5em;
  }
}

h2 {
  font-size: 2.5em;
  line-height: 1.066666667em;
  letter-spacing: -1.5px;
}

.story h2 {
  max-width: 280px;
}

@media (min-width: 35em) {
  h2 {
    font-size: 3em;
  }
}

@media (min-width: 48.75em) {
  h2 {
    font-size: 3.75em;
  }
  .story h2 {
    max-width: 450px;
  }
}

h3 {
  font-size: 1.5em;
  line-height: 1.333333333em;
  letter-spacing: -0.5px;
}

h4 {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.5em;
}

h5 {
  font-size: 1em;
  line-height: 1.5em;
}

h6 {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

p.body {
  font-size: 1.125em;
  font-weight: 400;
}

p.small {
  font-size: 0.75em;
  line-height: 1.333333333em;
}

p.caption {
  font-weight: bold;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

p.caption a {
  color: #0e0d0d;
  text-decoration: underline;
}

q,
blockquote {
  margin: 0 0 1em 0;
  font-style: normal;
}

q.quote,
blockquote.quote {
  position: relative;
}

q.quote::before,
blockquote.quote::before {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
  font-size: 0.5em;
  width: 4.25em;
  height: 3.75em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/quote.min.svg)
    no-repeat left center;
  background-size: contain;
  margin-bottom: 1.5em;
  opacity: 0.25;
}

q p,
blockquote p {
  font-family: "emyth_handregular", serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 20px;
}

q p.normal,
blockquote p.normal {
  font-family: "Slate", sans-serif;
  font-style: italic;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 1.5em;
}

q cite,
blockquote cite {
  font-style: normal;
}

@media (min-width: 45em) {
  q p,
  blockquote p {
    font-size: 2em;
  }
}

@media (min-width: 55em) {
  q p,
  blockquote p {
    font-size: 1.88em;
  }
}

@media (min-width: 65em) {
  q.quote::before,
  blockquote.quote::before {
    position: absolute;
    top: 3.75em;
    right: 110%;
    opacity: 1;
    font-size: 1em;
  }
}

p,
ul,
ol {
  margin-bottom: 2em;
}

q p,
blockquote p {
  quotes: "“" "”" "‘" "’";
}

q cite.avatar,
blockquote cite.avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

q cite.avatar img,
blockquote cite.avatar img {
  width: 2.5em;
  margin-right: 0.75em;
  border-radius: 50%;
  display: block;
}

q cite.avatar h6,
blockquote cite.avatar h6 {
  margin: 0.25em 0 0;
}

ul.check {
  list-style-type: none;
  margin: 0 0 2.5em;
  padding: 0;
}

ul.check li {
  position: relative;
  display: block;
  font-size: 1.125em;
  padding-left: 2rem;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

ul.check li::before {
  content: "";
  position: absolute;
  top: 0.125em;
  left: 0.125em;
  width: 20px;
  height: 24px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/ul_check.min.svg)
    no-repeat center;
  background-size: contain;
}

ul.check li:nth-child(2n)::before {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/ul_check_2.min.svg);
}

ul.check li:nth-child(3n)::before {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/ul_check_3.min.svg);
}

.btn {
  display: block;
  width: 100%;
  padding: 0.9em 1em;
  font-size: 1em;
  color: white;
  font-weight: 600;
  text-align: center;
  border: 1px solid #0e0d0d;
  background: #0e0d0d;
  transition: all 0.3s ease;
}

.btn.small {
  padding: 0.4em 1em;
}

.btn:active,
.btn.active {
  color: #b7b7b7;
  border-color: #0e0d0d;
  background-color: #0e0d0d;
}

.btn:disabled,
.btn.disabled {
  color: white;
  border-color: #b7b7b7;
  background-color: #b7b7b7;
  pointer-events: none;
}

.btn:hover,
.btn.hover {
  border-color: #0e0d0d;
  background-color: transparent;
  color: #0e0d0d;
}

.btn:hover:active,
.btn:hover.active,
.btn.hover:active,
.btn.hover.active {
  color: #b7b7b7;
  border-color: #0e0d0d;
  background-color: #0e0d0d;
}

.btn.secondary {
  background-color: white;
  color: #0e0d0d;
}

.btn.secondary:active,
.btn.secondary.active {
  color: #b7b7b7;
  border-color: #0e0d0d;
  background-color: #0e0d0d;
}

.btn.secondary:disabled,
.btn.secondary.disabled {
  color: #919191;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.btn.secondary:hover,
.btn.secondary.hover {
  color: white;
  border-color: #0e0d0d;
  background-color: #0e0d0d;
}

.btn.secondary:hover:active,
.btn.secondary:hover.active,
.btn.secondary.hover:active,
.btn.secondary.hover.active {
  color: #b7b7b7;
  border-color: #0e0d0d;
  background-color: #0e0d0d;
}

.btn.secondary.no_bg {
  background-color: transparent;
}

.btn.secondary.no_bg:active,
.btn.secondary.no_bg.active {
  background-color: #0e0d0d;
}

.btn.secondary.no_bg:disabled,
.btn.secondary.no_bg.disabled {
  background-color: #f2f2f2;
}

.btn.secondary.no_bg:hover,
.btn.secondary.no_bg.hover {
  background-color: #0e0d0d;
}

.btn.secondary.no_bg:hover:active,
.btn.secondary.no_bg:hover.active,
.btn.secondary.no_bg.hover:active,
.btn.secondary.no_bg.hover.active {
  background-color: #0e0d0d;
}

.btn.white:active,
.btn.white.active {
  color: rgba(14, 13, 13, 0.5);
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.btn.white:disabled,
.btn.white.disabled {
  color: #919191;
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}

.btn.white:hover,
.btn.white.hover {
  color: white;
  border-color: white;
  background-color: transparent;
}

.btn.white:hover:active,
.btn.white:hover.active,
.btn.white.hover:active,
.btn.white.hover.active {
  color: rgba(14, 13, 13, 0.5);
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.btn.white.secondary {
  background: none;
  color: white;
  border-color: white;
}

.btn.white.secondary:active,
.btn.white.secondary.active {
  color: rgba(14, 13, 13, 0.5);
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.btn.white.secondary:disabled,
.btn.white.secondary.disabled {
  color: #919191;
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}

.btn.white.secondary:hover,
.btn.white.secondary.hover {
  color: #0e0d0d;
  border-color: white;
  background-color: white;
}

.btn.white.secondary:hover:active,
.btn.white.secondary:hover.active,
.btn.white.secondary.hover:active,
.btn.white.secondary.hover.active {
  color: rgba(14, 13, 13, 0.5);
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

::-webkit-input-placeholder {
  color: #919191;
}

::-moz-placeholder {
  color: #919191;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #919191;
}

/* ie */
:-moz-placeholder {
  color: #919191;
}

.input_group {
  display: block;
  margin-bottom: 1.5em;
}

.input_group label {
  display: block;
  color: #0e0d0d;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.input_group input[type="text"],
.input_group input[type="password"],
.input_group input[type="email"],
.input_group input[type="tel"],
.input_group textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1.125em;
  padding: 0.78em;
  color: #0e0d0d;
  border: 1px solid #b7b7b7;
  outline: none;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.input_group input[type="text"]:hover,
.input_group input[type="text"].hover,
.input_group input[type="password"]:hover,
.input_group input[type="password"].hover,
.input_group input[type="email"]:hover,
.input_group input[type="email"].hover,
.input_group input[type="tel"]:hover,
.input_group input[type="tel"].hover,
.input_group textarea:hover,
.input_group textarea.hover {
  opacity: 1;
}

.input_group input[type="text"]:focus,
.input_group input[type="text"].focus,
.input_group input[type="password"]:focus,
.input_group input[type="password"].focus,
.input_group input[type="email"]:focus,
.input_group input[type="email"].focus,
.input_group input[type="tel"]:focus,
.input_group input[type="tel"].focus,
.input_group textarea:focus,
.input_group textarea.focus {
  border-color: #0e0d0d;
}

.input_group input[type="text"]:disabled,
.input_group input[type="text"].disabled,
.input_group input[type="password"]:disabled,
.input_group input[type="password"].disabled,
.input_group input[type="email"]:disabled,
.input_group input[type="email"].disabled,
.input_group input[type="tel"]:disabled,
.input_group input[type="tel"].disabled,
.input_group textarea:disabled,
.input_group textarea.disabled {
  pointer-events: none;
  background: #f2f2f2;
}

.input_group.success .success_contain {
  position: relative;
  display: block;
}

.input_group.success .success_contain::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1rem;
  height: 1rem;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/check.min.svg)
    no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input_group.success input[type="text"],
.input_group.success input[type="password"],
.input_group.success input[type="email"],
.input_group.success input[type="tel"],
.input_group.success textarea {
  padding-right: 2em;
}

.input_group.error .error_contain {
  position: relative;
  display: block;
}

.input_group.error .error_contain::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1rem;
  height: 1rem;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/error.min.svg)
    no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input_group.error input[type="text"],
.input_group.error input[type="password"],
.input_group.error input[type="email"],
.input_group.error input[type="tel"],
.input_group.error textarea {
  border-color: #ff6d6d;
  padding-right: 2em;
}

.input {
  display: block;
  width: 100%;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 2.25em;
  cursor: pointer;
  font-size: 1.125em;
  line-height: 1.5rem;
  font-weight: 400;
  color: #0e0d0d;
  margin-bottom: 1.5em !important;
  max-width: 100%;
  width: 100%;
}

.checkbox .checked_text {
  display: none;
}

.checkbox.checked .unchecked_text {
  display: none;
}

.checkbox.checked .checked_text {
  display: block;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox .checkbox_indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background: white;
  border: 1px solid #0e0d0d;
}

.checkbox .checkbox_indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 10px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/checkbox_check.min.svg)
    no-repeat center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.checkbox input:checked ~ .checkbox_indicator {
  background: #0e0d0d;
}

.checkbox input:checked ~ .checkbox_indicator::after {
  display: block;
}

.checkbox.disabled {
  pointer-events: none;
}

.checkbox.disabled .checkbox_indicator {
  border-color: #b7b7b7;
  background-color: #b7b7b7;
}

.checkbox.disabled input:checked ~ .checkbox_indicator {
  background: #b7b7b7;
}

.radio {
  display: block;
  position: relative;
  padding-left: 2.25em;
  cursor: pointer;
  font-size: 1.125em;
  line-height: 1.5rem;
  font-weight: 400;
  color: #0e0d0d;
  margin-bottom: 1.5em !important;
}

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio .radio_indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background: white;
  border-radius: 50%;
  border: 1px solid #0e0d0d;
}

.radio .radio_indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  width: 0.75em;
  height: 0.75em;
  background: white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.radio input:checked ~ .radio_indicator {
  background: #0e0d0d;
}

.radio input:checked ~ .radio_indicator::after {
  display: block;
}

.radio.disabled {
  pointer-events: none;
}

.radio.disabled .radio_indicator {
  border-color: #b7b7b7;
  background-color: #b7b7b7;
}

.radio.disabled input:checked ~ .radio_indicator {
  background: #b7b7b7;
}

/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  background: none;
  font-size: 1.125em;
  border: none;
  background: #f2f2f2;
  color: #0e0d0d;
  outline: none;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.custom-select:hover {
  opacity: 1;
}

.disabled .custom-select {
  color: #dcdcdc;
}

/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */
.custom-select select {
  width: 100%;
  margin: 0;
  padding: 0.7em 2em 0.7em 0.7em;
  outline: none;
  box-sizing: border-box;
  font-size: 1em;
  cursor: pointer;
}

/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
 * etc. or the arrow could just baked into the bg image on the select. */
.custom-select::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  pointer-events: none;
  width: 4px;
  height: 10px;
  pointer-events: none;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/drop_arrow.min.svg)
    no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@supports (
    (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)
  )
  or ((-moz-appearance: none) and (mask-type: alpha)) {
   {
    /* Show custom arrow */
    /* Remove select styling */
  }
  .custom-select::after {
    display: block;
  }
  .custom-select select {
    padding-right: 1.25em;
    /* Match-01 */
    /* inside @supports so that iOS <= 8 display the native arrow */
    background: none;
    /* Match-04 */
    /* inside @supports so that Android <= 4.3 display the native arrow */
    border: 1px solid transparent;
    /* Match-05 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

/* Adds Firefox < 35 support */
/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  /* Warning: this kills the focus outline style */
  /* Make the native select extra wide so the arrow is clipped. 1.5em seems to be enough to safely clip it */
  /* Firefox 35+ that supports hiding the native select can have a proper 100% width, no need for the overflow clip trick */
  .custom-select {
    overflow: hidden;
  }
  .custom-select::after {
    display: block;
  }
  .custom-select select {
    overflow: -moz-hidden-unscrollable;
    padding-right: 0.4em;
    background: none;
    /* Match-04 */
    border: 1px solid transparent;
    /* Match-05 */
    /* Firefox < 4 */
    min-width: 6em;
    width: 130%;
    /* Firefox 4-15 */
    min-width: -moz-calc(0em);
    width: -moz-calc(100% + 2.4em);
    /* Firefox 16+ */
    min-width: calc(0em);
    width: calc(100% + 2.4em);
  }
  @supports (mask-type: alpha) {
    .custom-select {
      overflow: visible;
    }
    .custom-select select {
      -moz-appearance: none;
      width: 100%;
      padding-right: 1.25em;
      /* Match-01 padding-right */
    }
  }
}

/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance. Targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222;
    /* Match-02*/
  }
  .custom-select select {
    padding-right: 1.25em;
    /* Match-01 */
    background: none;
    /* Match-04 */
    border: 1px solid transparent;
    /* Match-05 */
  }
  .custom-select::after {
    display: block;
  }
}

.contain_all {
  overflow: hidden;
}

.no_hide .contain_all {
  overflow: visible;
}

body {
  color: #0e0d0d;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

svg {
  max-height: 100%;
}

img,
svg {
  max-width: 100%;
}

a img {
  display: block;
  vertical-align: middle;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Slate", sans-serif;
}

.contain {
  max-width: 79em;
  margin: 0 auto;
  padding: 0 1em;
}

.contain.no_pad {
  padding: 0;
}

.contain.small {
  max-width: 58.125em;
}

.contain.mid {
  max-width: 68.375em;
}

.contain.large {
  max-width: 93em;
}

@media (min-width: 50em) {
  .contain {
    padding: 0 1.5em;
  }
}

table {
  width: 100%;
}

::-moz-selection {
  background: #ffe5b2;
}

::selection {
  background: #ffe5b2;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid .col.full {
  width: 100%;
}

.grid .col.half {
  width: 48.75%;
}

.grid .col.third {
  width: 100%;
}

.grid .col.two_third {
  width: 100%;
}

@media (min-width: 40em) {
  .grid .col.third {
    width: 31.75%;
  }
  .grid .col.two_third {
    width: 65.75%;
  }
}

form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

form .form_head {
  width: 100%;
}

form .form_head.divide {
  position: relative;
  margin-top: 2.5em;
  padding-top: 4em;
}

form .form_head.divide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/underline_alt.min.svg)
    no-repeat left center;
  background-size: contain;
}

form hr {
  width: 100%;
  display: block;
  background: none;
  margin: 3.125em 0 4.625em;
  padding: 0;
  border: none;
  border-top: 1px solid #f2f2f2;
}

form .input_group {
  width: 100%;
}

form .input_group.full {
  width: 100%;
}

form .input_group.radio_group {
  overflow: hidden;
}

form .input_group.radio_group .input {
  float: left;
  width: auto;
  margin-right: 3em;
}

form .input_group.radio_group .input .radio {
  margin-bottom: 0 !important;
}

form .input_group:last-child {
  margin-bottom: 0;
}

form .btn {
  width: 100% !important;
  margin: 0 !important;
}

@media (min-width: 30em) {
  form .input_group.half {
    width: 48.75%;
  }
}

@media (min-width: 40em) {
  form .input_group.third {
    width: 31.75%;
  }
  form .input_group.two_third {
    width: 65.75%;
  }
}

.slider_nav {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.slider_nav li {
  cursor: pointer;
  display: inline-block;
  width: 11px;
  height: 11px;
  text-indent: -999em;
  margin-right: 0.5em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot.min.svg)
    no-repeat center;
  background-size: contain;
}

.slider_nav li:nth-child(2n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_2.min.svg);
}

.slider_nav li:nth-child(3n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_3.min.svg);
}

.slider_nav li.flex-active {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_full.min.svg);
}

.slider_nav li.flex-active:nth-child(2n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_2_full.min.svg);
}

.slider_nav li.flex-active:nth-child(3n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_3_full.min.svg);
}

.slider_nav.dark li {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_dark.min.svg);
}

.slider_nav.dark li:nth-child(2n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_2_dark.min.svg);
}

.slider_nav.dark li:nth-child(3n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_3_dark.min.svg);
}

.slider_nav.dark li.flex-active {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_full_dark.min.svg);
}

.slider_nav.dark li.flex-active:nth-child(2n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_2_full_dark.min.svg);
}

.slider_nav.dark li.flex-active:nth-child(3n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_3_full_dark.min.svg);
}

@media (min-width: 30em) {
  .slider_nav {
    display: block;
  }
}

figure {
  margin: 0;
  padding: 0;
}

figure.video {
  margin: 10em 0 7.5em;
  position: relative;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

figure.video a {
  display: block;
  color: white;
}

figure.video a img {
  display: block;
}

figure.video p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

figure.video p::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.3rem;
  margin: 0 auto 0.5em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/play_white.min.svg)
    no-repeat center;
  background-size: contain;
}

@media (min-width: 35em) {
  figure.video p::before {
    width: 5rem;
    height: 4.6875rem;
  }
}

hr {
  margin-bottom: 10em;
  width: 100%;
  height: 8px;
  border: none;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/hr.min.svg)
    no-repeat center;
  background-size: contain;
}

hr.no_bottom {
  margin-bottom: 0;
}

.ui_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.5em 0 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui_heading h5 {
  text-align: right;
}

.ui_section {
  margin-top: 5em;
}

.ui_section:last-child {
  padding-bottom: 10em;
}

.ui_section .section_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3em;
}

.ui_section .section_head h3,
.ui_section .section_head h6 {
  margin: 0;
}

.ui_section .section_head h6 {
  margin-left: 1em;
  margin-top: 0.35em;
}

.ui_section .color_blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ui_section .color_blocks .color_block {
  width: 47.55%;
  margin-bottom: 2.5em;
}

.ui_section .color_blocks .color_block h5 {
  margin-bottom: 0.125em;
}

.ui_section .color_blocks .color_block p {
  color: #919191;
  margin: 0;
}

.ui_section .color {
  display: block;
  width: 100%;
  height: 5em;
  margin-bottom: 1em;
}

.ui_section .color.black {
  background-color: #0e0d0d;
}

.ui_section .color.light_black {
  background-color: #322f2f;
}

.ui_section .color.darkest_gray {
  background-color: #919191;
}

.ui_section .color.dark_gray {
  background-color: #b7b7b7;
}

.ui_section .color.gray {
  background-color: #dcdcdc;
}

.ui_section .color.light_gray {
  background-color: #f2f2f2;
}

.ui_section .color.link_blue {
  background-color: #0070e0;
}

.ui_section .color.blue {
  background-color: #30ceff;
}

.ui_section .color.light_blue {
  background-color: #99e8ff;
}

.ui_section .color.green {
  background-color: #70e0bf;
}

.ui_section .color.light_green {
  background-color: #c4efde;
}

.ui_section .color.yellow {
  background-color: #ffd24e;
}

.ui_section .color.light_yellow {
  background-color: #faf2b3;
}

.ui_section .color.orange {
  background-color: #ffa514;
}

.ui_section .color.light_orange {
  background-color: #ffd98c;
}

.ui_section .color.red {
  background-color: #ff6d6d;
}

.ui_section .color.light_red {
  background-color: #ffb8b7;
}

.ui_section .color.purple {
  background-color: #c37fe6;
}

.ui_section .color.light_purple {
  background-color: #debdff;
}

@media (min-width: 40em) {
  .ui_section .color_blocks .color_block {
    width: 46.5%;
  }
  .ui_section .color_blocks.large_contain .color_block {
    width: 22.125%;
  }
}

.grid_example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid_example .grid_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.grid_example .grid_col {
  width: 12.6%;
  display: block;
  height: 12em;
  background: #f2f2f2;
}

@media (min-width: 37.5em) {
  .grid_example .grid_cols {
    width: 48.75%;
    margin: 0;
  }
}

.typography_grid .typo_block {
  margin-bottom: 4em;
}

.typography_grid .typo_block h1,
.typography_grid .typo_block h2,
.typography_grid .typo_block h3,
.typography_grid .typo_block h4,
.typography_grid .typo_block h5,
.typography_grid .typo_block h6,
.typography_grid .typo_block p {
  margin-bottom: 0;
}

.typography_grid h6.type_details {
  margin-bottom: 2em;
  padding-top: 0.25em;
}

.typography_grid h6.type_details span {
  font-family: "Slate", sans-serif;
  font-weight: 400;
  display: block;
  text-transform: none;
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #919191;
}

@media (min-width: 40em) {
  .typography_grid .typo_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .typography_grid .typo_block h6.type_details {
    width: 31.75%;
    min-width: 31.75%;
    margin-right: 2.5%;
  }
}

@media (min-width: 56.25em) {
  .typography_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .typography_grid .full {
    width: 100%;
  }
  .typography_grid .full h6.type_details {
    width: 14.75%;
    min-width: 14.75%;
    margin-right: 1.9%;
  }
  .typography_grid .half {
    width: 48.75%;
  }
  .typography_grid .half.small {
    padding-left: 8.8%;
  }
  .typography_grid .half.small h6.type_details {
    width: 37.75%;
    min-width: 37.75%;
    margin-right: 4.5%;
  }
}

.input_section .input_blocks {
  margin-bottom: 1.5em;
}

.input_section .input_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input_section .input_cols .input_col {
  padding-top: 1.7em;
  width: 48.75%;
}

@media (min-width: 45em) {
  .input_section .input_blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .input_section .input_blocks .third {
    width: 31.666666667%;
  }
}

.button_groups .btn {
  margin-bottom: 1rem;
}

.button_groups .btn:last-child {
  margin-bottom: 0;
}

.button_groups .button_group {
  padding: 0.8125em 0;
  margin-bottom: 1.5em;
}

.button_groups .button_group.black {
  padding: 0.8125em;
  background: #0e0d0d;
}

.button_groups .button_group.black h6 {
  color: white;
}

@media (min-width: 30em) {
  .button_groups .button_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .button_groups .button_group .button_col {
    width: 48.75%;
  }
}

@media (min-width: 55em) {
  .button_groups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .button_groups .button_group {
    width: 48.25%;
  }
  .button_groups .button_group.black {
    width: 50.65%;
    padding: 0.8125em 1.25%;
  }
}

.filler {
  padding: 20em 0;
}

.client_stories .hero {
  padding: 6.875em 0 5.875em;
  text-align: center;
}

.client_stories .hero h6 {
  margin-bottom: 1em;
}

.client_stories .hero h2 {
  max-width: 53.25rem;
  margin: 0 auto 3.75rem;
}

.client_stories .hero p {
  max-width: 36.25rem;
  margin: 0 auto 6.5rem;
}

.client_stories .hero .client_logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.client_stories .hero .client_logos li {
  display: inline-block;
  margin: 0 1.75em 2em;
}

.client_stories .hero .client_logos li.mcdonalds {
  width: 38px;
}

.client_stories .hero .client_logos li.ace {
  width: 47px;
}

.client_stories .hero .client_logos li.amex {
  width: 61px;
}

.client_stories .hero .client_logos li.otterbox {
  width: 78px;
}

.client_stories .hero .client_logos li.allstate {
  width: 112px;
}

.client_stories .hero .client_logos li.statefarm {
  width: 140px;
}

.client_stories .hero .client_logos li.thrivent {
  width: 153px;
}

.stories_video_grid {
  position: relative;
  padding-bottom: 7.5em;
  margin-bottom: 7.5em;
}

.stories_video_grid::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.625em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/underline.min.svg)
    no-repeat center;
  background-size: contain;
}

.stories_video_grid .video_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: white;
  background: white;
  min-height: 27.5em;
  max-width: 37em;
  margin: 0 auto 1.5em;
  overflow: hidden;
}

.stories_video_grid .video_card .play_icon {
  opacity: 0;
  margin-bottom: 1.5em;
  transition: opacity 0.6s cubic-bezier(0, 0.75, 0.25, 1);
}

.stories_video_grid .video_card .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  transition: -webkit-transform 0.5s cubic-bezier(0, 0.75, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0, 0.75, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0, 0.75, 0.25, 1),
    -webkit-transform 0.5s cubic-bezier(0, 0.75, 0.25, 1);
}

.stories_video_grid .video_card .bg_img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    to bottom,
    rgba(14, 13, 13, 0) 0%,
    rgba(14, 13, 13, 0) 15%,
    rgba(14, 13, 13, 0.7) 100%
  );
  transition: opacity 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

.stories_video_grid .video_card .content_contain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
  width: 100%;
  padding: 12% 7% 7%;
  transition: background-color 0.4s cubic-bezier(0, 0.75, 0.25, 1);
}

.stories_video_grid .video_card .content_contain .content {
  margin-top: auto;
}

.stories_video_grid .video_card .content_contain h6 {
  margin-bottom: 0.25em;
}

.stories_video_grid .video_card .content_contain h3 {
  margin-bottom: 0.25em;
}

.stories_video_grid .video_card .content_contain .caption {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  transition: all 0.4s cubic-bezier(0, 0.75, 0.25, 1);
}

.stories_video_grid .video_card .content_contain p.body {
  opacity: 0;
  margin-bottom: 0;
  max-height: 0;
  max-width: 29.375rem;
  transition: max-height 0.6s cubic-bezier(0, 0.75, 0.25, 1), opacity 0.3s ease;
}

.stories_video_grid .video_card:hover {
  color: #0e0d0d;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.stories_video_grid .video_card:hover .play_icon {
  opacity: 1;
}

.stories_video_grid .video_card:hover .bg_img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.stories_video_grid .video_card:hover .bg_img::before {
  opacity: 0;
}

.stories_video_grid .video_card:hover .content_contain {
  background: rgba(255, 255, 255, 0.8);
}

.stories_video_grid .video_card:hover .content_contain .caption {
  color: #919191;
  margin-bottom: 1em;
}

.stories_video_grid .video_card:hover .content_contain p.body {
  opacity: 1;
  max-height: 8.75em;
  transition: max-height 0.7s cubic-bezier(0, 0.75, 0.25, 1);
}

.stories_video_grid.three_up {
  padding: 0;
  margin: 0;
}

.stories_video_grid.three_up::after {
  display: none;
}

.stories_video_grid.three_up .video_card:last-child {
  display: none;
}

@media (min-width: 50em) {
  .stories_video_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .stories_video_grid .video_card {
    width: 48.75%;
    margin: 0 0 2em;
  }
}

@media (min-width: 70em) {
  .stories_video_grid.three_up .video_card {
    width: 31.5%;
    margin: 0;
  }
  .stories_video_grid.three_up .video_card:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.stories_grid {
  padding-bottom: 7.5em;
}

.stories_grid .stories_head {
  width: 100%;
  margin-bottom: 4em;
}

.stories_grid .stories_head h3 {
  display: inline-block;
  margin: 0 1em 0 0;
}

.stories_grid .stories_head a {
  font-size: 1.125em;
  color: #0070e0;
  text-decoration: underline;
}

.stories_grid .story_block {
  max-width: 21.875em;
  margin: 0 auto 5em;
}

.stories_grid .story_block img {
  width: 4.5em;
  margin-bottom: 1em;
}

.stories_grid .story_block h3 {
  margin-bottom: 0.25em;
}

.stories_grid .story_block p.caption {
  color: #919191;
  margin-bottom: 1em;
}

.stories_grid .story_block p.body {
  margin-bottom: 1.25em;
}

.stories_grid .story_block .btn {
  display: inline-block;
  width: auto;
}

.stories_grid .story_block.testimonial {
  position: relative;
  background: #0e0d0d;
  color: white;
  padding: 2.5em 4.5%;
  max-width: 40em;
}

.stories_grid .story_block.testimonial .avatar {
  display: block;
  margin-bottom: 1.5em;
  width: 4.5em;
  border-radius: 50%;
}

.stories_grid .story_block.testimonial blockquote {
  margin: 0;
}

.stories_grid .story_block.testimonial p {
  margin-bottom: 0.75em;
}

.stories_grid .story_block.testimonial h6 {
  margin: 0;
}

@media (min-width: 35em) {
  .stories_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .stories_grid .story_block {
    max-width: none;
    width: 47.5%;
    margin: 0 0 5em;
  }
  .stories_grid .story_block.testimonial {
    max-width: none;
  }
}

@media (min-width: 45em) {
  .stories_grid .story_block {
    width: 30%;
  }
  .stories_grid .story_block.two_third {
    width: 65%;
  }
  .stories_grid .story_block.testimonial {
    padding: 6em 4.5% 4em;
  }
  .stories_grid .story_block.testimonial .avatar {
    position: absolute;
    top: 0;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.client_story .hero_contain {
  max-width: 120em;
  margin: 0 auto;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.client_story .hero {
  padding: 7.5em 0 11em;
  position: relative;
  background: no-repeat center;
  background-size: cover;
}

.client_story .hero::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(
    to bottom,
    #0e0d0d00 0%,
    #0e0d0d 100%
  );
}

.client_story .hero .play_contain {
  margin-bottom: 3.5em;
}

.client_story .hero .play_contain img {
  margin-right: 1.5em;
}

.client_story .hero .play_contain a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e0d0d;
}

.client_story .hero .play_contain a p {
  margin-bottom: 0;
}

.client_story .hero .content {
  max-width: 36.25em;
}

.client_story .hero .content h6 {
  margin-bottom: 1em;
}

.client_story .hero .content h1 {
  margin-bottom: 0.5em;
}

.client_story .hero .content h4 {
  margin-bottom: 0;
}

.client_story .hero .content h5 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}

.client_story .hero.dark .play_contain a {
  color: white;
}

.client_story .hero.dark .content {
  color: white;
  z-index: 9;
  position: relative;
}

.client_story .hero.dark .content .caption {
  color: #b7b7b7;
}

.client_story .story {
  background: #0e0d0d;
  padding: 5em 0 8em;
  color: white;
}

.client_story .story .content {
  max-width: 36.25em;
  margin-bottom: 3em;
}

.client_story .story .content p {
  max-width: 27.111111111em;
  color: #b7b7b7;
}

.client_story .story .content p:last-child {
  margin-bottom: 0;
}

.client_story .story blockquote {
  max-width: 24em;
  margin: 0;
  padding-top: 2%;
}

.client_story .story blockquote h6 {
  margin: 0;
}

.client_story .card_slider_contain {
  margin-top: -16.25em;
}

.client_story .main {
  padding: 6.5625em 0;
  max-width: 37.5em;
  margin: 0 auto;
}

.client_story .main .divider {
  display: block;
  margin: 5em 0 3em;
  width: 100%;
  height: 6px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/underline_alt_2.min.svg)
    no-repeat left center;
  background-size: contain;
}

.client_story .main .story_head .avatar {
  width: 7em;
  border-radius: 50%;
  display: block;
  margin-bottom: 1.5em;
}

.client_story .main .story_head h3 {
  margin-bottom: 0.25em;
}

.client_story .main .story_head p {
  margin-bottom: 0.5em;
}

.client_story .main .story_head p.caption {
  margin-bottom: 0;
  color: #919191;
}

.client_story .main .story_head .client_details {
  margin-bottom: 2.5em;
}

.client_story .main .story_head h6 {
  margin-bottom: 0.75em;
}

.client_story .main blockquote {
  padding: 4em 0;
}

.client_story .story_content.gradient_bg {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    #f2f2f2 100%
  );
}

.client_story .story_content .content_block {
  position: relative;
}

.client_story .story_content .content_block blockquote {
  max-width: 31.25em;
}

.client_story .story_content .content_block .bg_img {
  position: absolute;
  z-index: 0;
  opacity: 0.25;
  bottom: 0;
  right: 0;
  width: 33.75em;
}

.client_story .story_content .content_block .bg_img.wheel {
  width: auto;
  right: -9.375em;
}

.client_story .story_content .content {
  position: relative;
  padding: 8% 0 8% 8%;
}

.client_story .story_content .content.push_bottom {
  padding-bottom: 20em;
}

.client_story .story_content .content h2 {
  max-width: 13.833333333em;
}

.client_story .story_content .content p {
  max-width: 27.222222222em;
}

.client_story .story_content .content p:last-child {
  margin: 0;
}

.client_story .story_content .content .btn {
  display: inline-block;
  width: auto;
}

.client_story .story_content .content.black_img {
  padding-bottom: 0;
}

.client_story .story_content .content.black_img > img {
  position: relative;
  margin-left: -8%;
  margin-top: -20%;
}

.client_story .story_content .content .black_bg {
  background: #0e0d0d;
  padding: 8% 8% 28%;
  color: white;
  margin-top: -8%;
}

.client_story .story_content .content .black_bg .caption {
  color: #b7b7b7;
}

.client_story .story_content .content.stat_contain {
  text-align: center;
  padding: 20% 0;
}

.client_story .story_content .content.stat_contain .stat_content {
  max-width: 26.25em;
  margin: 0 auto;
}

.client_story .story_content .content.stat_contain h2,
.client_story .story_content .content.stat_contain p {
  margin-left: auto;
  margin-right: auto;
}

.client_story .story_content .content.stat_contain .statistics p {
  margin: 0;
}

.client_story .story_content .content .results div {
  margin-bottom: 3.5em;
}

.client_story .story_content .content .results div:last-child {
  margin-bottom: 0;
}

.client_story .story_content .content .results img {
  margin-bottom: 1.5em;
}

.client_story .story_content .content .results h3 {
  margin-bottom: 0.5em;
}

.client_story .story_content .image_quote {
  position: relative;
  padding-bottom: 10em;
}

.client_story .story_content .image_quote img {
  display: block;
  width: 56.25em;
  max-width: 80%;
}

.client_story .story_content .image_quote blockquote {
  position: absolute;
  width: 30.625em;
  max-width: 60%;
  bottom: 0;
  right: 0;
}

.client_story .story_foot_contain {
  max-width: 120em;
  margin: 0 auto;
}

.client_story .story_foot {
  padding: 7.5em 0 12em;
  position: relative;
  background: no-repeat center;
  background-size: cover;
}

.client_story .story_foot::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    to bottom,
    rgba(14, 13, 13, 0) 0%,
    rgba(14, 13, 13, 0) 15%,
    #0e0d0d 95%,
    #0e0d0d 100%
  );
  transition: opacity 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

.client_story .story_foot .content {
  padding: 0 8%;
  text-align: center;
}

.client_story .story_foot .content blockquote {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
}

.client_story .story_foot .content p {
  max-width: 21.666666667em;
  margin: 0 auto;
}

.client_story .story_foot .content .share_block {
  max-width: 37.5em;
  padding: 5%;
  margin-top: 5em;
}

.client_story .story_foot.dark .content {
  color: white;
}

.client_story .story_foot.dark .content p.body {
  color: #b7b7b7;
}

.client_story .more_videos {
  background: #0e0d0d;
  padding: 5em 0 8em;
}

.client_story .more_videos .heading {
  color: white;
}

.client_story .more_videos .heading h3 {
  margin-bottom: 1.5rem;
}

.client_story .more_videos .heading h3 a {
  color: #919191;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 0.75rem;
}

@media (min-width: 37.5em) {
  .client_story .story_foot .content {
    text-align: left;
  }
  .client_story .story_foot .content blockquote {
    max-width: 30em;
    margin-left: 0;
    margin-right: 0;
  }
  .client_story .story_foot .content p {
    max-width: 21.666666667em;
    margin: 0;
  }
}

@media (min-width: 40em) {
  .client_story .story .contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .client_story .story .contain .content {
    margin-right: 3em;
    margin-bottom: 0;
  }
}

@media (min-width: 50em) {
  .client_story .hero .contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4em 0 8em;
  }
  .client_story .hero .contain .play_contain {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-top: 12em;
    margin-bottom: 4em;
  }
  .client_story .hero .contain .play_contain img {
    display: block;
    margin: 0 auto 0;
  }
  .client_story .hero .contain .play_contain a {
    display: inline-block;
    margin: 0 auto 0;
  }
  .client_story .story .contain {
    padding: 0 4em 0 8em;
  }
}

@media (min-width: 55em) {
  .client_story .story_content .image_quote {
    padding-bottom: 4em;
  }
  .client_story .story_content .image_quote blockquote {
    bottom: auto;
    top: 20%;
  }
  .client_story .story_content .content .results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .client_story .story_content .content .results div {
    width: 30%;
    margin-bottom: 0;
  }
}

@media (min-width: 60em) {
  .client_story .story_content .content_block .bg_img {
    opacity: 1;
  }
}

@media (min-width: 65em) {
  .client_story .main .story_head {
    position: relative;
  }
  .client_story .main .story_head .client_details {
    position: absolute;
    top: -1em;
    right: 110%;
    text-align: right;
    width: 10em;
  }
  .client_story .main .story_head .client_details img {
    margin-left: auto;
  }
  .client_story .main blockquote {
    width: 115%;
  }
}

@media (min-width: 68.75em) {
  .client_story .story_content .content.stat_contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    padding: 8% 0 8% 8%;
  }
  .client_story .story_content .content.stat_contain h2,
  .client_story .story_content .content.stat_contain p {
    margin-left: 0;
    margin-right: 0;
  }
  .client_story .story_content .content.stat_contain .statistics {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 45%;
    margin: 0 0 0 8em;
  }
}

.roi_block .stat_contain {
  text-align: center;
  padding: 20% 0;
}

.roi_block .stat_contain .stat_content {
  max-width: 26.25em;
  margin: 0 auto;
}

.roi_block .stat_contain h2,
.roi_block .stat_contain p {
  margin-left: auto;
  margin-right: auto;
}

.roi_block .stat_contain .btn {
  display: inline-block;
  width: auto;
}

.roi_block .stat_contain .statistics p {
  margin: 0;
}

@media (min-width: 68.75em) {
  .roi_block .stat_contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    padding: 8% 0 8% 8%;
  }
  .roi_block .stat_contain h2,
  .roi_block .stat_contain p {
    margin-left: 0;
    margin-right: 0;
  }
  .roi_block .stat_contain .statistics {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 45%;
    margin: 0 0 0 8em;
  }
}

.statistics {
  max-width: 45em;
  text-align: left;
  margin: 4em auto 0;
  background: white;
  padding: 8%;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.statistics div {
  position: relative;
  padding-left: 6.5em;
  margin-bottom: 3em;
}

.statistics div:last-child {
  margin-bottom: 0;
}

.statistics div h3 {
  position: absolute;
  top: -0.35em;
  left: 0;
  text-align: right;
  width: 5rem;
  font-size: 2.5em;
}

.statistics div h3 span {
  position: relative;
}

.statistics div h3 span::before {
  content: "";
  position: absolute;
  top: 110%;
  left: -0.35em;
  right: 0;
  height: 5px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/stat_underline.min.svg)
    no-repeat center;
  background-size: contain;
}

.statistics div h3 span.underline_2::before {
  height: 6px;
  left: -0.125em;
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/stat_underline_2.min.svg);
}

.statistics div h3 span.underline_3::before {
  height: 7px;
  left: 0;
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/stat_underline_3.min.svg);
}

.statistics div h6 {
  margin-bottom: 0.75rem;
}

.statistics div p.caption {
  color: #919191;
  margin: 0;
}

.your_story {
  position: relative;
  padding: 0;
}

.your_story .schedule_content {
  text-align: center;
  position: relative;
  margin: 0 0 2.5em;
}

.your_story .schedule_content h2 {
  max-width: 8.666666667em;
  margin: 0 auto 0.5em;
}

.your_story .schedule_content h4 {
  margin-bottom: 0.5em;
}

.your_story .schedule_content p {
  color: #919191;
  max-width: 21.333333333em;
  margin: 0 auto 2em;
}

.your_story .schedule_content .btn {
  display: inline-block;
  width: auto;
}

.your_story .people_float {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 9em;
}

.your_story .people_float img {
  position: absolute;
  display: block;
  width: 4.5em;
  border-radius: 50%;
  top: -32%;
  left: 2%;
}

.your_story .people_float img:nth-child(2) {
  /*   top: -10%;
  left: 80%; */
}

.your_story .people_float img:nth-child(3) {
  top: 7%;
  left: 40%;
}

.your_story .people_float img:nth-child(4) {
  /*   top: 55%;
  left: -2%; */
}

.your_story .people_float img:nth-child(5) {
  display: none;
  top: -3em;
  left: 0;
}

.your_story .people_float img:nth-child(6) {
  display: none;
  top: 17em;
  left: 5%;
}

.your_story .people_float img:nth-child(7) {
  display: none;
  top: 30em;
  left: 10%;
}

.your_story .people_float img:nth-child(8) {
  display: none;
  top: 30em;
  left: 10%;
}

.your_story .coach_card {
  margin-bottom: 0;
}

@media (min-width: 41.25em) {
  .your_story {
    padding: 0;
  }
  .your_story .people_float {
    height: 31.25em;
  }
  .your_story .people_float img {
    top: -10%;
    left: 2%;
  }
  .your_story .people_float img:nth-child(2) {
    top: -5%;
    left: 80%;
  }
  .your_story .people_float img:nth-child(3) {
    top: 3%;
    left: 27%;
  }
  .your_story .people_float img:nth-child(4) {
    top: 13%;
    left: 60%;
  }
  .your_story .people_float img:nth-child(5) {
    display: block;
    top: 26%;
    left: 8%;
  }
  .your_story .people_float img:nth-child(6) {
    display: block;
    top: 48%;
    left: -5%;
  }
  .your_story .people_float img:nth-child(7) {
    display: block;
    top: 75%;
    left: 10%;
  }
  .your_story .people_float img:nth-child(8) {
    display: block;
    top: 105%;
    left: 1%;
  }
  .your_story .schedule_content {
    text-align: left;
    padding-top: 6em;
    padding-left: 35%;
    margin: 0 0 4.5em;
  }
  .your_story .schedule_content h2 {
    margin: 0 0 0.5em;
  }
  .your_story .schedule_content p {
    margin: 0 0 2em;
  }
}

@media (min-width: 60em) {
  .your_story {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*     padding-left: 8%; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .your_story .schedule_content {
    padding-top: 0;
    padding-left: 0;
  }
  .your_story .schedule_content h2 {
    margin: 0 0 0.5em;
    max-width: 56rem;
    margin: 0 auto 3.75rem;
  }
  .your_story > .schedule_content p {
    max-width: 36.25rem;
    margin: 0 auto 1rem;
    color: #0e0d0d;
  }
  .your_story .people_float {
    width: 65%;
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  .your_story .coach_card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto;
    max-width: 41em;
    -webkit-transform: translateY(33%);
    -ms-transform: translateY(33%);
    transform: translateY(33%);
  }
  .system .proprietary_program {
    margin-bottom: 16.5%;
  }
}

.coach_card {
  position: relative;
  background: white;
  margin: 0 0 3.5em;
  /*   padding-top: 2em; */
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
  z-index: 2;
  -webkit-transform: translateY(13%);
  -ms-transform: translateY(13%);
  transform: translateY(13%);
}

.coach_card .profile_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  opacity: 0.15;
  padding-top: 40px;
  overflow: hidden;
}

.coach_card .profile_img img {
  float: right;
  min-height: 100%;
  height: 100%;
  margin-right: -1em;
}

.coach_card .content {
  position: relative;
  z-index: 2;
  padding: 10%;
  padding-bottom: 12%;
}

.coach_card .content h6 {
  margin-bottom: 0.25em;
}

.coach_card .content h3 {
  margin-bottom: 1em;
}

.coach_card .content p {
  color: #555;
  max-width: 15em;
}

.coach_card .content .btn {
  display: inline-block;
/*   width: auto; */
}

@media (min-width: 35em) {
  .coach_card .profile_img {
    opacity: 1;
  }
  .coach_card .content p {
    color: #919191;
  }
}

.share_block {
  background: #0e0d0d;
  padding: 8% 5%;
  text-align: center;
}

.share_block h5 {
  color: white;
}

.share_block h5 span {
  white-space: nowrap;
  margin-right: 1em;
}

.share_block h5 span.small {
  margin: 0;
  color: #919191;
  font-weight: 400;
  font-size: 0.875rem;
}

.share_block .social_links {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.share_block .social_links li {
  display: inline-block;
  margin: 0 0.5em;
}

@media (min-width: 37.5em) {
  .share_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .share_block h5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1em 0 0;
  }
  .share_block h5 span.small {
    margin-top: 0;
  }
  .share_block .social_links {
    margin: 0;
    text-align: left;
  }
  .share_block .social_links li {
    margin: 0 0 0 1em;
  }
}

.schedule_call {
  position: relative;
  padding-bottom: 7.5em;
}

.schedule_call .content {
  background: #0e0d0d;
  color: white;
  padding: 8em 9.65% 10em;
}

.schedule_call .content h2 {
  position: relative;
  display: inline-block;
  max-width: 5.833333333em;
  margin-bottom: 0.65em;
}

.schedule_call .content h2::after {
  content: "";
  position: absolute;
  top: -5rem;
  right: -5%;
  width: 70%;
  max-width: 15.75rem;
  height: 10.0625rem;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/story_doodle.min.svg)
    no-repeat center;
  background-size: contain;
}

.schedule_call .content h4 {
  margin-bottom: 1.25em;
}

.schedule_call .content p.body {
  max-width: 27.111111111em;
}

.schedule_call .content .btn {
  display: inline-block;
  width: auto;
}

.schedule_call .quote_img {
  width: 100%;
  position: relative;
  padding-top: 80%;
  background: no-repeat center;
  background-size: cover;
  margin-top: -4em;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.schedule_call .quote_img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(
    to bottom,
    rgba(14, 13, 13, 0) 0%,
    rgba(14, 13, 13, 0) 15%,
    rgba(14, 13, 13, 0.65) 100%
  );
  transition: opacity 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

.schedule_call .quote_img blockquote {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 7%;
}

.schedule_call .quote_img blockquote p {
  color: white;
  margin: 0 0 0.5em;
  max-width: 13em;
}

.schedule_call .quote_img blockquote cite h6 {
  color: white;
  margin: 0;
}

@media (min-width: 56.25em) {
  .schedule_call {
    padding-left: 12%;
    padding-top: 4em;
    margin-top: 3.5em;
  }
  .schedule_call .content {
    width: 100%;
    max-width: 100%;
    padding-top: 16%;
    padding-left: 40%;
    padding-bottom: 9.65%;
  }
  .schedule_call .quote_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 41.15%;
    height: 44.25em;
    padding: 0;
  }
}

.support_block {
  text-align: center;
  margin-top: 5.625em;
  background: linear-gradient(
    to bottom,
    rgba(242, 242, 242, 0) 0%,
    rgba(242, 242, 242, 0) 45%,
    #f2f2f2 100%
  );
}

.support_block .heading {
  margin-bottom: 4.5em;
}

.support_block .heading h6 {
  margin-bottom: 0.5em;
}

.support_block .heading h2 {
  max-width: 15em;
  margin: 0 auto;
}

.support_block .columns {
  max-width: 50em;
  margin: 0 auto 1.5em;
}

.support_block .columns .col {
  margin-bottom: 3em;
}

.support_block .columns h3 {
  margin-bottom: 0.5em;
}

.support_block .columns p {
  margin: 0;
}

.support_block img {
  display: block;
}

@media (min-width: 45em) {
  .support_block .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .support_block .columns .col {
    width: 45%;
  }
}

@media (min-width: 62.5em) {
  .support_block .heading h2 {
    position: relative;
  }
  .support_block .heading h2::before {
    content: "";
    position: absolute;
    top: 80%;
    right: 100%;
    width: 3.25rem;
    height: 15.8125rem;
    background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/arrow_down_doodle_alt_2.min.svg)
      no-repeat center;
    background-size: contain;
  }
}

.proprietary_program {
  margin-bottom: 35%;
}

.proprietary_program .content {
  max-width: 68.75em;
  padding: 8%;
  background: #0e0d0d;
}

.proprietary_program .content h2 {
  max-width: 13.333333333em;
}

.proprietary_program .content h2,
.proprietary_program .content h3 {
  color: white;
}

.proprietary_program .content h3 {
  margin-bottom: 0.5em;
}

.proprietary_program .content p {
  color: #b7b7b7;
  margin: 0;
  max-width: 100%;
}

.proprietary_program .content .features {
  margin-bottom: 5em;
}

.proprietary_program .content .feature {
  margin-bottom: 3.5em;
  max-width: 100%;
}

.proprietary_program .content .feature:last-child {
  margin-bottom: 0;
}

.proprietary_program .content .img {
  width: 135%;
  margin-right: -35%;
  margin-bottom: -40%;
}

@media (min-width: 48em) {
  .proprietary_program .content {
    position: relative;
  }
  .proprietary_program .content .img {
    pointer-events: none;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 32%;
    left: 40%;
    width: 115%;
  }
  .proprietary_program .content h2 {
    position: relative;
  }
  .proprietary_program .content h2::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 90%;
    right: 10%;
    width: 12.5rem;
    height: 10.3125rem;
    background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/arrow_down__white_doodle.min.svg)
      no-repeat center;
    background-size: contain;
  }
}

@media (min-width: 55em) {
  .proprietary_program {
    margin-bottom: 15%;
  }

}

@media (min-width: 880px) {
  .proprietary_program .content .img {
    width: 135%;
    top: 32%;
    left: 30%;
  }
}

.newsletter_cta {
  position: relative;
  padding-bottom: 7.5em;
}

.newsletter_cta .content {
  position: relative;
  width: 100%;
  background: #0e0d0d;
  color: white;
  padding: 4em 9.65% 8em;
}

.newsletter_cta .content h6 {
  margin-bottom: 1em;
}

.newsletter_cta .content h2 {
  position: relative;
  display: inline-block;
  max-width: 6.666666667em;
  margin-bottom: 0.65em;
}

.newsletter_cta .content p.body {
  max-width: 27.111111111em;
}

.newsletter_cta .content form.newsletter label {
  color: white;
}

.newsletter_cta .content form.newsletter input[type="text"],
.newsletter_cta .content form.newsletter input[type="email"] {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  color: white;
  transition: all 0.3s ease;
}

.newsletter_cta .content form.newsletter input[type="text"]:hover,
.newsletter_cta .content form.newsletter input[type="email"]:hover {
  background: #322f2f;
}

.newsletter_cta .content form.newsletter input[type="text"]:focus,
.newsletter_cta .content form.newsletter input[type="email"]:focus {
  background: #0e0d0d;
}

.newsletter_cta .newsletter_img {
  width: 100%;
  position: relative;
  padding-top: 80%;
  background: no-repeat center;
  background-size: cover;
  margin-top: -4em;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.newsletter_cta .newsletter_img .doodle {
  display: none;
  position: absolute;
  top: 2em;
  right: 85%;
}

@media (min-width: 56.25em) {
  .newsletter_cta {
    padding-right: 12%;
    margin-bottom: 8em;
    margin-top: 3.5em;
    padding-bottom: 8.5em;
  }
  .newsletter_cta .content {
    width: 100%;
    max-width: 100%;
    padding-right: 40%;
    padding-top: 9.65%;
    padding-bottom: 9.65%;
  }
  .newsletter_cta .newsletter_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 41.15%;
    height: 44.25em;
    padding: 0;
  }
}

@media (min-width: 61.25em) {
  .newsletter_cta .newsletter_img .doodle {
    display: block;
  }
}

.about_program {
  padding: 0 0 3em;
}

.about_program .graphic {
  margin-bottom: 3.5em;
}

.about_program .graphic img {
  display: block;
  margin: 0 auto;
}

.about_program .content {
  max-width: 37.5em;
  margin: 0 auto;
  text-align: center;
}

.about_program .content h2 {
  max-width: 9.75em;
  margin: 0 auto 0.5em;
}

.about_program .content p {
  max-width: 24.166666667em;
  margin: 0 auto 2em;
}

.about_program .content .actions .btn {
  margin-bottom: 1.5em;
}

.about_program .content .actions .btn:last-child {
  margin: 0;
}

@media (min-width: 37em) {
  .about_program .content .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about_program .content .actions .btn {
    margin: 0 1em 0 0;
  }
}

@media (min-width: 62.5em) {
  .about_program {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2em 0 6em;
  }
  .about_program .graphic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
  .about_program .graphic img {
    margin: 0;
    margin-right: 30px;
  }
  .about_program .content {
    text-align: left;
    margin: 60px 20px 60px 0;
  }
  .about_program .content h2 {
    margin: 0 0 0.5em;
  }
  .about_program .content p {
    max-width: 24.166666667em;
    margin: 0 0 2em;
  }
  .about_program .content .actions .btn {
    width: auto;
  }
}

.investment .hero_contain .content {
  position: relative;
  padding: 5.5em 0 3.75em;
  margin-bottom: 4.625em;
}

.investment .hero_contain .content h6 {
  margin-bottom: 1.5em;
}

.investment .hero_contain .content h1 {
  margin-bottom: 0.5em;
  max-width: 12.0625em;
}

.investment .hero_contain .content h4 {
  max-width: 26em;
}

.investment .hero_contain .content .btn {
  display: inline-block;
  width: auto;
  margin-top: 2em;
}

.investment .program_details {
  position: relative;
  padding-top: 6em;
}

.investment .program_details .benefits {
  position: relative;
  max-width: 24.0625em;
  margin-bottom: 4.5em;
}

.investment .program_details .benefits .benefit {
  margin-bottom: 3em;
}

.investment .program_details .benefits .benefit::last-child {
  margin-bottom: 0;
}

.investment .program_details .benefits .benefit h3 {
  margin-bottom: 0.5em;
}

.investment .program_details .benefits .benefit p {
  margin-bottom: 0;
}

.investment .program_details .benefits::after {
  display: none;
  content: "";
  position: absolute;
  top: 87%;
  left: 95%;
  width: 12.625em;
  height: 6.75em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/pricing_doodle.min.svg)
    no-repeat center;
  background-size: contain;
}

.investment .program_details .pricing_block {
  position: relative;
  max-width: 30.5em;
  text-align: left;
  margin: 4em auto 0;
  background: white;
  padding: 8%;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.investment .program_details .pricing_block::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 20%;
  width: 42.1875em;
  height: 42.1875em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/wheel_bg.min.svg)
    no-repeat center;
  background-size: contain;
}

.investment .program_details .pricing_block h2 {
  margin-bottom: 0;
}

.investment .program_details .pricing_block h2 .small {
  position: relative;
  top: -0.9em;
  font-size: 0.4em;
  margin-right: 0.15em;
}

.investment .program_details .pricing_block h2 .desc {
  font-size: 0.4em;
  font-weight: 400;
  margin-left: 0.35em;
}

.investment .program_details .pricing_block h5 {
  margin-bottom: 0.5em;
}

.investment .program_details .pricing_block p {
  margin-bottom: 0;
}

.investment .program_details .pricing_block .divider {
  width: 104%;
  height: 8px;
  margin: 2em 0 2em -2%;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/divider.min.svg)
    no-repeat center left;
  background-size: contain;
}

@media (min-width: 40em) {
  .investment .hero_contain {
    padding-top: 4em;
  }
}

@media (min-width: 43.75em) {
  .investment .program_details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .investment .program_details .benefits {
    width: 45%;
    margin-bottom: 8em;
  }
  .investment .program_details .benefits::after {
    display: block;
  }
  .investment .program_details .pricing_block {
    width: 50%;
    margin: -7.5em 0 0;
  }
}

@media (min-width: 62.5em) {
  .investment .hero_contain .content {
    padding: 5.5em 0 0 8%;
  }
}

@media (min-width: 75em) {
  .investment .hero_contain .content {
    padding-right: 8%;
  }
}

.quote_stats {
  margin-top: 5em;
}

.quote_stats .quote_block {
  position: relative;
}

.quote_stats .quote_block img {
  display: none;
  width: 56.25em;
}

.quote_stats .quote_block blockquote {
  width: 30.5em;
  max-width: 100%;
  margin: 0 auto 5em;
}

.quote_stats .quote_block blockquote h6 {
  margin: 1em 0 0;
}

.quote_stats .stat_block .statistics {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 37.5em;
  margin: 0;
}

.quote_stats .stat_block img {
  width: 98%;
  max-width: 43.75em;
  float: right;
  margin: -1em -2em 0 0;
}

@media (min-width: 55em) {
  .quote_stats .quote_block img {
    display: block;
  }
  .quote_stats .quote_block blockquote {
    position: absolute;
    top: 10%;
    right: 0;
    max-width: 80%;
    margin: 0;
  }
  .quote_stats .stat_block {
    padding-left: 8%;
    margin-top: -28%;
  }
  .quote_stats .stat_block .statistics {
    width: 80%;
    margin: 0;
  }
  .quote_stats .stat_block img {
    width: 60%;
    margin: -30% -2em 0 0;
  }
}

@media (min-width: 65em) {
  .quote_stats .stat_block {
    margin-top: -20%;
  }
  .quote_stats .stat_block img {
    margin-right: 0;
  }
}

.faqs {
  margin-top: 5.25em;
  padding-bottom: 8em;
}

.faqs .heading {
  margin-bottom: 3.5em;
}

.faqs .heading h2 {
  margin: 0;
}

.faqs .content h3 {
  margin-bottom: 0.5em;
}

.faqs .content p {
  margin: 0;
}

.faqs .content .faq_col {
  margin-bottom: 3em;
}

.faqs .content .faq_col:last-child {
  margin-bottom: 0;
}

.faqs .content .faq {
  margin-bottom: 3em;
}

.faqs .content .faq:last-child {
  margin-bottom: 0;
}

@media (min-width: 45em) {
  .faqs .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .faqs .content .faq_col {
    width: 45%;
    margin: 0;
  }
}

@media (min-width: 62.5em) {
  .faqs {
    padding: 0 8% 8em;
  }
}

.program .hero_contain .content {
  position: relative;
  max-width: 41em;
  padding: 7.5em 0 3.75em;
  margin-bottom: 2.625em;
}

.program .hero_contain .content h6 {
  margin-bottom: 1em;
}

.program .hero_contain .content h1 {
  margin-bottom: 0.5em;
  max-width: 12.0625em;
}

.program .hero_contain .content h4 {
  max-width: 16em;
}

.program .hero_contain .content .underline {
  position: relative;
  display: inline-block;
}

.program .hero_contain .content .underline::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 97%;
  left: 0;
  right: 0;
  height: 13px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/underline_control.min.svg)
    no-repeat center;
  background-size: contain;
}

.program .hero_contain .content .btn {
  display: inline-block;
  width: auto;
  margin-top: 2em;
}

.program .hero_contain .graphic {
  position: relative;
  max-width: 31.8125em;
  margin-left: auto;
  padding-left: 2em;
}

.program .hero_contain .graphic img {
  position: relative;
  z-index: 2;
  min-width: 29.8125em;
  max-width: 29.8125em;
}

.program .hero_contain .graphic .marketing {
  float: left;
  position: absolute;
  z-index: 1;
  min-width: 13.9375em;
  max-width: 13.9375em;
  top: 0;
  left: -2.5em;
}

.program .intro_content {
  position: relative;
}

.program .intro_content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 11.875em;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(
    to bottom,
    rgba(242, 242, 242, 0) 0%,
    rgba(242, 242, 242, 0) 45%,
    #f2f2f2 100%
  );
}

.program .intro_block {
  position: relative;
  margin-top: -3em;
}

.program .intro_block img {
  display: none;
}

.program .intro_block .content {
  background: #0e0d0d;
  padding: 6.25em 10% 4.25em;
}

.program .intro_block .content h6,
.program .intro_block .content h2 {
  color: white;
}

.program .intro_block .content h6 {
  margin-bottom: 0.5em;
}

.program .intro_block .content p {
  color: #b7b7b7;
}

.program .intro_block .content p:last-child {
  margin-bottom: 0;
}

.program .three_stages_contain {
  margin-top: 8.75em;
}

.program .three_stages_contain .heading {
  text-align: center;
  margin-bottom: 6em;
}

.program .three_stages_contain .heading h2 {
  max-width: 12.45em;
  margin: 0 auto;
}

.program .three_stages_contain .columns .column {
  max-width: 25em;
  margin: 0 auto 2.5em;
  padding: 3.5em;
  background: white;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.program .three_stages_contain .columns .column:last-child {
  margin-bottom: 0;
}

.program .three_stages_contain .columns .column img {
  margin-bottom: 1.25em;
}

.program .three_stages_contain .columns .column h6 {
  margin-bottom: 0.5em;
}

.program .three_stages_contain .columns .column ul {
  font-size: 1.125em;
  line-height: 1.5em;
  margin: 0;
  padding-left: 1em;
}

.program .three_stages_contain .columns .column ul li {
  margin-bottom: 1em;
}

.program .three_stages_contain .columns .column ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 40em) {
  .program .hero_contain {
    padding-top: 4em;
  }
  .program .hero_contain .graphic {
    margin-top: -6.5em;
  }
}

@media (min-width: 58.4375em) {
  .program .hero_contain .graphic {
    margin-top: -12em;
  }
  .program .three_stages_contain .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .program .three_stages_contain .columns .column {
    width: 30%;
    margin: 0;
  }
}

@media (min-width: 62.5em) {
  .program .hero_contain .content {
    padding: 5.5em 0 0 8%;
  }
  .program .intro_block {
    padding-left: 8%;
  }
  .program .intro_block img {
    display: block;
    position: absolute;
    top: -14%;
    left: 0;
    width: 40%;
    box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
  }
  .program .intro_block .content {
    padding: 6.25em 8% 6.25em 47%;
  }
  .program .intro_block .content h2 {
    position: relative;
  }
  .program .intro_block .content h2::before {
    content: "";
    position: absolute;
    top: 0.4em;
    right: 115%;
    width: 7.625rem;
    height: 4.625rem;
    background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/arrows_doodle.min.svg)
      no-repeat center;
    background-size: contain;
  }
}

@media (min-width: 75em) {
  .program .hero_contain .graphic {
    margin-top: -18em;
  }
}

.home .hero_contain .content {
  position: relative;
  padding: 3.75em 0 0;
}

.home .hero_contain .content h1 {
  margin-bottom: 0.5em;
  max-width: 12.1625em;
}

.home .hero_contain .content h4 {
  max-width: 18.166666667em;
}

.home .hero_contain .content .btn {
  display: inline-block;
  width: auto;
}

.home .hero_contain .content .underline {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.home .hero_contain .content .underline::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 97%;
  left: 0;
  right: 0;
  height: 18px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/underline_just_work.min.svg)
    no-repeat center;
  background-size: contain;
}

.home .hero_contain .video_graphic a {
  margin-top: -4em;
  position: relative;
  z-index: 1;
  display: block;
  max-width: 45.5em;
}

.home .hero_contain .video_graphic a img {
  display: block;
}

.home .hero_contain .video_graphic a .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home .hero_contain .video_graphic a .play_icon img {
  display: block;
  margin: 0 auto 1em;
}

.home .hero_contain .video_graphic a .play_icon span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
}

.home .hero_contain .video_graphic a:hover .play_icon span {
  color: rgba(255, 255, 255, 0.8);
}

.home .hero_contain .video_graphic .graphic {
  margin-top: -2.5em;
  position: relative;
  z-index: 2;
  max-width: 38.375em;
  width: 50%;
  margin-left: auto;
  padding-left: 2em;
}

.home .hero_contain .video_graphic .graphic img {
  position: relative;
  display: block;
  z-index: 2;
  min-width: 15.4375em;
  width: 100%;
  max-width: 36.375em;
}

.home .hero_contain .assessment_cta {
  max-width: 54em;
  margin: 8.5em auto 5.5em;
  text-align: center;
}

.home .hero_contain .assessment_cta .content {
  padding: 0;
}

.home .hero_contain .assessment_cta .content h3,
.home .hero_contain .assessment_cta .content p {
  margin-bottom: 0;
}

.home .hero_contain .assessment_cta .content p {
  color: #919191;
}

.home .hero_contain .assessment_cta .btn {
  display: inline-block;
  width: auto;
  margin: 2.5em auto 0;
}

@media (min-width: 50em) {
  .home .hero_contain .assessment_cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home .hero_contain .assessment_cta .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .home .hero_contain .assessment_cta .btn {
    margin: 0 0 0 1em;
  }
}

@media (min-width: 62.5em) {
  .home .hero_contain .content {
    padding-left: 8%;
  }
}

@media (min-width: 67.5em) {
  .home .hero_contain .video_graphic a {
    margin-top: -25em;
  }
  .home .hero_contain .video_graphic .graphic {
    margin-top: -4em;
  }
}

.about_cta {
  margin-top: 7.0625em;
}

.about_cta .left_content .book {
  display: block;
  width: 25.6875em;
  margin: 0 auto 1.5em;
}

.about_cta .left_content .quote_slider {
  text-align: center;
  position: relative;
  max-width: 24em;
  margin: 3em auto;
}

.about_cta .left_content .quote_slider blockquote p {
  font-size: 1.5em;
}

.about_cta .left_content .quote_slider .slides {
  overflow: hidden;
  padding: 0;
}

.about_cta .left_content .quote_slider .avatar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about_cta .content {
  text-align: center;
}

.about_cta .content h2 {
  max-width: 9.866666667em;
  margin: 0 auto 0.6em;
}

.about_cta .content h2 .underline {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.about_cta .content h2 .underline::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 97%;
  left: 0;
  right: 0;
  height: 7px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/underline_pioneered.min.svg)
    no-repeat center;
  background-size: contain;
}

.about_cta .content p {
  max-width: 28.222222222em;
  margin: 0 auto 1.5em;
}

.about_cta .content ul {
  text-align: left;
  max-width: 24em;
  margin: 0 auto 1.5em;
}

.about_cta .content .btn {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

@media (min-width: 62.5em) {
  .about_cta {
    padding-left: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about_cta .content {
    text-align: left;
    margin-left: 10%;
  }
  .about_cta .content h2 {
    margin: 0 0 0.6em;
  }
  .about_cta .content p,
  .about_cta .content ul {
    margin: 0 0 1.5em;
  }
  .about_cta .content .btn {
    margin: 0;
  }
  .about_cta .left_content .quote_slider {
    text-align: left;
    max-width: 24em;
    margin: 3em 0 0;
  }
  .about_cta .left_content .quote_slider .avatar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.home_approach_cta {
  margin-top: 8.25em;
}

.home_approach_cta .content {
  background: #0e0d0d;
  padding: 9.65% 9.65% 10em;
}

.home_approach_cta .content h2,
.home_approach_cta .content h6 {
  color: white;
}

.home_approach_cta .content h6 {
  margin-bottom: 1em;
}

.home_approach_cta .content .body {
  color: #b7b7b7;
}

.home_approach_cta .content .btn {
  display: inline-block;
  width: auto;
}

.home_approach_cta .content blockquote {
  position: relative;
  z-index: 2;
  max-width: 37em;
  margin-top: 15%;
}

.home_approach_cta .content blockquote p {
  color: white;
}

.home_approach_cta .content blockquote h6 {
  color: white;
  margin: 0;
}

.home_approach_cta img {
  display: block;
  margin-top: -4em;
}

@media (min-width: 62.5em) {
  .home_approach_cta {
    padding-left: 9.65%;
    padding-bottom: 5%;
    position: relative;
  }
  .home_approach_cta img {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 58%;
    box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
  }
  .home_approach_cta blockquote {
    margin-left: 20%;
  }
}

@media (min-width: 75em) {
  .home_approach_cta blockquote {
    margin-left: 32%;
  }
}

.system_slider_block {
  margin-top: 8.5em;
}

.system_slider_block .heading {
  margin-bottom: 3.5em;
}

.system_slider_block .heading h2 {
  max-width: 13.683333333em;
  margin: 0;
}

.system_slider_block .system_slider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.system_slider_block .system_slider .system_slider_nav {
  display: block;
  list-style-type: none;
  margin: 0 0 4.5em;
  padding: 0;
  text-align: center;
}

.system_slider_block .system_slider .system_slider_nav li {
  display: inline-block;
  width: 11px;
  height: 11px;
  text-indent: -999em;
  margin-right: 0.5em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_dark.min.svg)
    no-repeat center;
  background-size: contain;
}

.system_slider_block .system_slider .system_slider_nav li:nth-child(2n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_2_dark.min.svg);
}

.system_slider_block .system_slider .system_slider_nav li:nth-child(3n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_3_dark.min.svg);
}

.system_slider_block .system_slider .system_slider_nav li.flex-active {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_full_dark.min.svg);
}

.system_slider_block
  .system_slider
  .system_slider_nav
  li.flex-active:nth-child(2n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_2_full_dark.min.svg);
}

.system_slider_block
  .system_slider
  .system_slider_nav
  li.flex-active:nth-child(3n) {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/nav_dot_3_full_dark.min.svg);
}

.system_slider_block .system_slider .slides li {
  position: relative;
}

.system_slider_block .system_slider .slides li .content {
  padding-top: 2.95em;
  max-width: 25em;
  margin-bottom: 3.5em;
}

.system_slider_block .system_slider .slides li .content h6 {
  margin-bottom: 0.5em;
}

.system_slider_block .system_slider .slides li .content h3 {
  margin-bottom: 0.5em;
}

.system_slider_block .system_slider .slides li .content .btn {
  display: inline-block;
  width: auto;
  margin-bottom: 3.5em;
}

.system_slider_block .system_slider .slides li .content blockquote p {
  font-size: 1.5em;
}

.system_slider_block .system_slider .slides li .content blockquote cite h6 {
  margin: 0;
  color: #0e0d0d !important;
}

.system_slider_block .system_slider .slides li .content.marketing h6 {
  color: #30ceff;
}

.system_slider_block .system_slider .slides li .content.finance h6 {
  color: #70e0bf;
}

.system_slider_block .system_slider .slides li .content.management h6 {
  color: #ffd24e;
}

.system_slider_block
  .system_slider
  .slides
  li
  .content.customer_fulfillment
  h6 {
  color: #ffa514;
}

.system_slider_block .system_slider .slides li .content.lead_conversion h6 {
  color: #ff6d6d;
}

.system_slider_block .system_slider .slides li .content.lead_generation h6 {
  color: #c37fe6;
}

.system_slider_block .system_slider .slides li .graphic_small {
  display: block;
  text-align: right;
  max-width: 33.125em;
}

.system_slider_block .system_slider .slides li .graphic_small img {
  display: block;
  margin-left: auto;
  width: 35%;
  margin-bottom: -4.5em;
}

.system_slider_block .system_slider .slides li .graphic {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  overflow: hidden;
  max-width: 32.375em;
  width: 70%;
  margin-left: auto;
  padding-left: 2em;
  opacity: 0.25;
}

.system_slider_block .system_slider .slides li .graphic img {
  display: block;
  float: right;
  width: 28.5em;
  border-radius: 50%;
}

@media (min-width: 35em) {
  .system_slider_block .system_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .system_slider_block .system_slider .slides {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10%;
  }
  .system_slider_block .system_slider .system_slider_nav {
    min-width: 9em;
    padding-top: 2.25em;
    margin-bottom: 2.5em;
    text-align: left;
    overflow: visible;
  }
  .system_slider_block .system_slider .system_slider_nav li {
    position: relative;
    display: block;
    font-size: 0.875em;
    margin: 0 1em 0 0;
    width: auto;
    height: auto;
    text-indent: 0;
    background: none !important;
  }
  .system_slider_block .system_slider .system_slider_nav li:last-child {
    margin-bottom: 0;
  }
  .system_slider_block .system_slider .system_slider_nav li a {
    display: block;
    padding: 0.75em 0;
    text-decoration: none;
    color: #0e0d0d;
  }
  .system_slider_block .system_slider .system_slider_nav li.flex-active a {
    font-weight: 700;
  }
  .system_slider_block
    .system_slider
    .system_slider_nav
    li.flex-active::before {
    content: "";
    position: absolute;
    left: -1em;
    top: 0;
    bottom: 0;
    width: 4px;
    background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/slider_doodle.min.svg)
      no-repeat center;
    background-size: contain;
  }
}

@media (min-width: 45em) {
  .system_slider_block .system_slider .slides li .graphic {
    opacity: 0.5;
  }
}

@media (min-width: 60em) {
  .system_slider_block .system_slider .slides {
    margin-left: 10%;
  }
  .system_slider_block .system_slider .slides li .graphic_small {
    display: none;
  }
  .system_slider_block .system_slider .slides li .graphic {
    display: block;
    opacity: 1;
    width: 50%;
  }
}

.roadmap_cta {
  clear: both;
  position: relative;
}

.roadmap_cta .card_float {
  position: relative;
  z-index: -1;
  opacity: 0.25;
  margin-top: -4em;
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 50% 0 0 0;
  width: 100%;
}

.roadmap_cta .card_float li {
  position: absolute;
  width: 17.5em;
  top: -26%;
  left: -33%;
}

.roadmap_cta .card_float li:nth-child(2) {
  top: -6%;
  left: 60%;
}

.roadmap_cta .card_float li:nth-child(3) {
  top: 22%;
  left: 25%;
  z-index: 1;
}

.roadmap_cta .card_float li:nth-child(4) {
  top: 53%;
  left: -22%;
  display: none;
}

.roadmap_cta .card_float li:nth-child(5) {
  top: 70%;
  left: 55%;
  display: none;
}

.roadmap_cta .content {
  max-width: 31.5em;
  margin: 0 auto;
  text-align: center;
}

.roadmap_cta .content .btn {
  display: inline-block;
  width: auto;
}

@media (min-width: 50em) {
  .roadmap_cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8em;
  }
  .roadmap_cta .card_float {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20%;
    opacity: 0.5;
  }
  .roadmap_cta .content {
    text-align: left;
  }
}

@media (min-width: 62.5em) {
  .roadmap_cta {
    padding-right: 8%;
  }
}

@media (min-width: 75em) {
  .roadmap_cta .card_float {
    opacity: 1;
  }
  .roadmap_cta .card_float li:nth-child(4) {
    display: block;
  }
  .roadmap_cta .card_float li:nth-child(5) {
    display: block;
  }
}

.image_block {
  margin-top: 8em;
}

.image_block img {
  display: block;
}

@media (min-width: 50em) {
  .image_block {
    margin-top: 4em;
  }
}

@media (min-width: 75em) {
  .image_block {
    margin-top: 0;
    position: relative;
    z-index: -2;
  }
}

header.global {
  position: relative;
  z-index: 1000;
  padding: 1.0625em 0;
  background: white;
}

header.global .contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header.global .logo {
  height: 2.375em;
}

header.global .logo img {
  width: 5.75em;
}

header.global nav.mobile {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0e0d0d;
  -webkit-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  transform: translateY(-2em);
  transition: opacity 0.2s cubic-bezier(0, 0.75, 0.25, 1),
    -webkit-transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0, 0.75, 0.25, 1),
    transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0, 0.75, 0.25, 1),
    transform 0.4s cubic-bezier(0, 0.75, 0.25, 1),
    -webkit-transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
}

header.global nav.mobile .nav_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.125em 1em 0.6875em;
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
  transition: -webkit-transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0, 0.75, 0.25, 1),
    -webkit-transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
}

header.global nav.mobile .nav_head .nav_trigger {
  display: block;
  width: 1.5em;
  min-width: 1.5em;
}

header.global nav.mobile .mobile_nav {
  list-style-type: none;
  margin: 0;
  padding: 3em 1.5em;
}

header.global nav.mobile .mobile_nav li {
  text-align: center;
  display: block;
}

header.global nav.mobile .mobile_nav li:not(:last-child) a {
  display: block;
  font-size: 1.25em;
  padding: 0.75em;
  color: white;
  text-decoration: none;
}

header.global nav.mobile .mobile_nav li:not(:last-child) a:hover {
  color: #919191;
}

header.global nav.mobile .mobile_nav li .btn {
  margin: 1.75em auto 0;
  max-width: 10em;
}

header.global .main_nav {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 7.8125em;
}

header.global .main_nav li {
  position: relative;
  display: inline-block;
  margin: 0;
  transition: margin 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

header.global .main_nav li a {
  color: #0e0d0d;
  text-decoration: none;
}

header.global .main_nav li a:hover {
  color: #322f2f;
}

header.global .main_nav li::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  bottom: 1.75em;
  left: 15%;
  height: 5px;
  width: 70%;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/nav_underline.min.svg)
    no-repeat left center;
  background-size: 100% 100%;
  transition: opacity 0.15s ease;
}

header.global .main_nav li:nth-child(2n)::before {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/nav_underline_alt.min.svg);
}

/* header.global .main_nav li:nth-child(3n)::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

header.global .main_nav li:hover::before {
  opacity: 1;
}

header.global .main_nav li.active::before {
  opacity: 1;
}

header.global.nav--on nav.mobile {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
} */

header.global.nav--on nav.mobile .nav_head {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

header.global .header_actions {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header.global .header_actions .btn {
  width: auto;
  padding: 0.5em 1em;
}

header.global .header_actions .sm_hide {
  display: none;
}

header.global .header_actions .nav_trigger {
  display: block;
  margin-left: 1em;
  width: 1.5em;
  min-width: 1.5em;
}

@media (max-height: 33em) {
  header.global nav.mobile .mobile_nav {
    padding: 1.5em;
  }
  header.global nav.mobile .mobile_nav li:not(:last-child) a {
    padding: 0.5em;
  }
  header.global nav.mobile .mobile_nav li .btn {
    margin-top: 1.25em;
  }
}

@media (min-width: 50em) {
  header.global nav.mobile .nav_head {
    padding: 1.125em 1.5em 0.6875em;
  }
  header.global .header_actions .nav_trigger {
    margin-left: 1.5em;
  }
}

@media (min-width: 68em) {
  header.global {
    padding: 0;
  }
  header.global nav.mobile {
    display: none;
  }
  header.global .logo {
    height: 3em;
  }
  header.global .logo img {
    width: 7.75em;
  }
  header.global .main_nav {
    display: block;
  }
  header.global .main_nav li {
    margin: 0;
  }
  header.global .main_nav li a {
    display: block;
    padding: 2.5em 1em;
  }
  header.global .header_actions .btn {
    white-space: nowrap;
  }
  header.global .header_actions .sm_hide {
    display: block;
    margin-right: 1rem;
  }
  header.global .header_actions .nav_trigger {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header.global nav.mobile {
    z-index: -1;
    display: none;
  }
  header.global.nav--on nav.mobile {
    display: block;
    z-index: 1000;
  }
}

.sub_nav {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 72px;
  background: white;
  padding: 0;
  max-height: 4.125em;
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0 -1px 24px 0 rgba(14, 13, 13, 0.05);
  transition: max-height 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0, 0.75, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0, 0.75, 0.25, 1),
    max-height 0.3s ease;
  transition: transform 0.3s cubic-bezier(0, 0.75, 0.25, 1),
    max-height 0.3s ease, -webkit-transform 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

.sub--fixed .sub_nav {
  position: fixed;
  top: -100px;
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
}

.sub--fixed .sub_nav.show--sub {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.sub_nav .contain {
  position: relative;
}

.sub_nav .contain .parent,
.sub_nav .contain .cta,
.sub_nav .contain .sub_trigger {
  display: none;
  position: absolute;
  top: 2em;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub_nav .contain .parent {
  display: block;
  left: 1.5em;
  top: 2.25em;
}

.sub_nav .contain .sub_trigger {
  display: block;
  right: 1.5em;
  width: auto;
}

.sub_nav .contain .sub_trigger img {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.75, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0, 0.75, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0, 0.75, 0.25, 1),
    -webkit-transform 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

.sub_nav .contain .cta {
  right: 1.5em;
  padding: 0.5em 1em;
  width: auto;
}

.sub_nav.sub--on {
  max-height: 18em;
}

.sub_nav.sub--on .contain .sub_trigger img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sub_nav ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 4.5625em 0 1.5em;
}

.sub_nav ul li {
  display: block;
}

.sub_nav ul li a {
  display: block;
  padding: 0.8125em 1.5em;
  font-size: 1.125em;
  color: #919191;
  text-decoration: none;
}

.sub_nav ul li a:hover {
  color: #322f2f;
}

.sub_nav ul li.active a {
  color: #0e0d0d;
}

@media (min-width: 55em) {
  .sub_nav {
    display: block;
  }
  .sub_nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.55em 0;
  }
  .sub_nav ul li {
    margin: 0 1em;
  }
  .sub_nav ul li a {
    font-size: 1em;
    padding: 0;
  }
  .sub_nav .contain .parent,
  .sub_nav .contain .cta,
  .sub_nav .contain .sub_trigger {
    display: none;
  }
  .sub--fixed .sub_nav .contain .parent,
  .sub--fixed .sub_nav .contain .cta {
    display: block;
  }
}

@media (min-width: 68.125em) {
  .sub_nav {
    top: 96px;
  }
}

footer {
  padding-bottom: 0;
}

footer .footer_contact {
  text-align: center;
}

footer .footer_contact .logo {
  display: block;
  margin-bottom: 3em;
}

footer .footer_contact .logo img {
  display: block;
  margin: 0 auto;
}

footer .footer_contact ul {
  list-style-type: none;
  margin: 0 0 3em;
  padding: 0;
}

footer .footer_contact ul li {
  display: block;
  font-size: 1.125em;
  margin-bottom: 1rem;
}

footer .footer_contact ul li strong {
  font-weight: 700;
}

footer .footer_contact ul li a {
  text-decoration: none;
  color: #FFF;
}

footer .footer_contact ul li a:hover {
  color: #322f2f;
}

footer .footer_contact ul li:last-child {
  margin: 0;
}

footer .footer_contact ul.footer_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 3em;
}

footer .footer_contact ul.footer_social li {
  margin: 0 1em 0 0;
}

footer .footer_contact ul.footer_social li:last-child {
  margin: 0;
}

footer .link_col {
  list-style-type: none;
  margin: 0 0 2.5em;
  padding: 0;
  text-align: center;
}

footer .link_col li {
  margin-bottom: 1em;
}

footer .link_col li a {
  color: #919191;
  text-decoration: none;
}

footer .link_col li a:hover {
  color: #322f2f;
}

footer .link_col li h5 {
  margin-bottom: 1.5em;
}

footer .link_col li h5 a {
  color: #0e0d0d;
}

footer .link_col li h5 a:hover {
  color: #322f2f;
}

footer .newsletter_block {
  background: #0e0d0d;
  padding: 5%;
  text-align: center;
}

footer .newsletter_block h5 {
  color: white;
}

footer .newsletter_block h5 span {
  white-space: nowrap;
  margin-right: 1em;
}

footer .newsletter_block h5 span.small {
  margin: 0;
  color: #919191;
  font-weight: 400;
  font-size: 0.875rem;
}

footer .newsletter_block form {
  position: relative;
  max-width: 19.375em;
  width: 100%;
  margin: 0 auto;
}

footer .newsletter_block form input[type="email"] {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 1.125em;
  padding: 0.825em 3em 0.825em 0.7em;
  outline: none;
  width: 100%;
  transition: all 0.3s ease;
}

footer .newsletter_block form input[type="email"]:hover {
  background: #322f2f;
}

footer .newsletter_block form input[type="email"]:focus {
  background: #0e0d0d;
}

footer .newsletter_block form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5em;
  border: none;
  border-radius: none;
  background: none;
  color: white;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 1px;
}

footer .copyright {
  font-size: 0.625em;
  text-transform: uppercase;
  margin: 3.5rem 0 0;
  text-align: center;
}

footer .copyright img {
  position: relative;
  top: 0.2em;
  display: inline-block;
  margin: 0 0.15em 0 0.1em;
}

@media (min-width: 30em) {
  footer .footer_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .footer_links .link_col {
    width: 48.75%;
  }
}

@media (min-width: 37.5em) {
  footer .newsletter_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .newsletter_block h5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1em 0 0;
  }
  footer .newsletter_block h5 span.small {
    margin-top: 0;
  }
  footer .footer_links .link_col {
    width: 23.5%;
    text-align: left;
  }
}

@media (min-width: 55em) {
  footer .contain {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .contain .footer_contact {
    width: 31.75%;
    text-align: left;
  }
  footer .contain .footer_contact .logo {
    margin: 0 0 3em;
  }
  footer .contain .footer_contact .logo img {
    margin: 0;
  }
  footer .contain .footer_contact ul.footer_social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .contain .footer_main {
    width: 65.75%;
  }
  footer .contain .footer_main .link_col {
    text-align: left;
  }
  footer .contain .copyright {
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 1.5em;
    width: 31.75%;
    margin: 0;
  }
}

.free_session .main {
  position: relative;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  max-width: 37.5em;
}

.free_session .main .people_float {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.free_session .main .people_float img {
  position: absolute;
  display: block;
  width: 4.5em;
  border-radius: 50%;
  top: -1em;
  left: 50%;
}

.free_session .main .people_float img:nth-child(2) {
  top: 0;
  left: 90%;
}

.free_session .main .people_float img:nth-child(3) {
  top: 5em;
  left: 65%;
}

.free_session .main .people_float img:nth-child(4) {
  display: none;
  top: 17.6875em;
  left: 6%;
}

.free_session .main .people_float img:nth-child(5) {
  display: none;
  top: 28.75em;
  left: -5%;
}

.free_session .main .heading .logo {
  display: block;
  margin-bottom: 1.5em;
}

.free_session .main .heading .phone {
  position: relative;
  display: inline-block;
  margin-bottom: 2.5em;
}

.free_session .main .heading .phone::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 8px;
  bottom: -0.75em;
  left: -5%;
  right: -5%;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/underline_number.min.svg)
    no-repeat center;
  background-size: contain;
}

.free_session .main h1 {
  max-width: 6.875em;
  margin-bottom: 0.5em;
}

.free_session .main p.body,
.free_session .main ul.check {
  max-width: 28.75rem;
}

.free_session .main .btn {
  display: inline-block;
  width: auto;
  margin-bottom: 5em;
}

.free_session form {
  padding-top: 3.5em;
}

.free_session .copyright {
  font-size: 0.625em;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}

.free_session .copyright img {
  position: relative;
  top: 0.35em;
  display: inline-block;
  margin: 0 0.75em;
}

.free_session .side_slider {
  display: none;
  position: relative;
}

.free_session .side_slider ul.slides {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.free_session .side_slider ul.slides li {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.free_session .side_slider ul.slides li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20em;
  background: linear-gradient(
    to bottom,
    rgba(14, 13, 13, 0) 0%,
    rgba(14, 13, 13, 0) 15%,
    #0e0d0d 100%
  );
  transition: opacity 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

.free_session .side_slider ul.slides li blockquote {
  position: absolute;
  bottom: 4em;
  left: 0;
  right: 0;
  padding: 7% 7% 0;
}

.free_session .side_slider ul.slides li blockquote p {
  color: white;
  margin: 0;
  max-width: 13em;
}

.free_session .side_slider .slider_nav {
  position: absolute;
  z-index: 3;
  bottom: 2.25em;
  left: 0;
  right: 0;
  padding: 0 7%;
}

@media (min-width: 30em) {
  .free_session .main {
    padding-top: 8em;
  }
  .free_session .main .people_float img {
    top: -1.5em;
    left: 0;
  }
  .free_session .main .people_float img:nth-child(2) {
    top: -0.75em;
    left: 90%;
  }
  .free_session .main .people_float img:nth-child(3) {
    top: 0;
    left: 22%;
  }
  .free_session .main .people_float img:nth-child(4) {
    display: block;
    top: 5em;
    left: 45%;
  }
  .free_session .main .people_float img:nth-child(5) {
    display: block;
    top: 8em;
    left: -15%;
  }
  .free_session .main .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5em;
  }
  .free_session .main .heading .logo {
    margin-bottom: 0;
  }
  .free_session .main .heading .phone {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 50em) {
  .free_session .main .people_float img {
    top: -2em;
    left: 0;
  }
  .free_session .main .people_float img:nth-child(2) {
    top: -1em;
    left: 80%;
  }
  .free_session .main .people_float img:nth-child(3) {
    top: 3em;
    left: 22%;
  }
  .free_session .main .people_float img:nth-child(4) {
    top: 17.6875em;
    left: -12%;
  }
  .free_session .main .people_float img:nth-child(5) {
    top: 28.75em;
    left: -25%;
  }
  .free_session .page_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40%;
  }
  .free_session .page_content .main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .free_session .page_content .side_slider {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 40%;
  }
}

@media (min-width: 83em) {
  .free_session .main .people_float {
    -webkit-transform: translateX(-32%);
    -ms-transform: translateX(-32%);
    transform: translateX(-32%);
  }
  .free_session .main .people_float img {
    top: -2em;
    left: 0;
  }
  .free_session .main .people_float img:nth-child(2) {
    top: 0;
    left: 80%;
  }
  .free_session .main .people_float img:nth-child(3) {
    top: 6.5625em;
    left: 18%;
  }
  .free_session .main .people_float img:nth-child(4) {
    top: 17.6875em;
    left: 6%;
  }
  .free_session .main .people_float img:nth-child(5) {
    top: 28.75em;
    left: -5%;
  }
}

.resource .hero {
  position: relative;
  padding-top: 3.8125em;
  padding-bottom: 4.125em;
  margin-bottom: 4.125em;
}

.resource .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1em;
  right: 0;
  height: 8px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/underline.min.svg)
    no-repeat left center;
  background-size: contain;
}

.resource .hero .content {
  position: relative;
  z-index: 2;
}

.resource .hero .graphic {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.25;
  width: 60%;
  transition: all 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

.resource .hero .logo {
  display: block;
  margin-bottom: 2.5em;
}

.resource .hero h6 {
  margin-bottom: 0.75em;
}

.resource .hero h2 {
  max-width: 9.85em;
}

.resource .hero .btn {
  display: inline-block;
  width: auto;
  margin-bottom: 5em;
}

.resource .page_content {
  padding-bottom: 5.0625em;
}

.resource .page_content .main,
.resource .page_content aside {
  max-width: 35em;
  margin: 0 auto;
}

.resource .page_content aside {
  margin-bottom: 3.5em;
}

@media (min-width: 40em) {
  .resource .page_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .resource .page_content .main,
  .resource .page_content aside {
    margin: 0;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .resource .page_content aside {
    max-width: 17.5em;
    margin: 0 0 0 2em;
  }
}

@media (min-width: 50em) {
  .resource .hero::after {
    left: 1.5em;
  }
  .resource .page_content aside {
    margin-right: 3em;
  }
}

@media (min-width: 56.25em) {
  .resource .hero .graphic {
    width: 40%;
    opacity: 1;
  }
}

.resources .hero {
  padding-top: 10.6875em;
  padding-bottom: 10em;
}

.resources .hero h1 {
  text-align: center;
  margin-bottom: 0.25em;
}

.resources .hero h4 {
  max-width: 41.875rem;
  margin: 0 auto 1.75em;
  text-align: center;
}

.resources .hero h4 .underline {
  position: relative;
}

.resources .hero h4 .underline::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  height: 6px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/underline_alt_2.min.svg)
    no-repeat center;
  background-size: contain;
}

.resources .hero form {
  max-width: 41.875em;
  margin: 0 auto;
}

@media (min-width: 35em) {
  .resources .hero form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .resources .hero form .input_group {
    margin: 0 0.5em 0 0;
    width: 38%;
  }
  .resources .hero form .input_group:last-child {
    margin-right: 0;
    width: 18%;
  }
  .resources .hero form .input_group .btn {
    white-space: nowrap;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media (min-width: 58.75em) {
  .resources .hero h4 {
    position: relative;
  }
  .resources .hero h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.75em;
    left: -4.5rem;
    width: 3.5625rem;
    height: 6.5625rem;
    background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/arrow_down_doodle.min.svg)
      no-repeat center;
    background-size: contain;
  }
}

.featured_resource {
  position: relative;
  background: white;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.featured_resource .bg_img {
  position: relative;
  z-index: 1;
  background: no-repeat top right;
  background-size: cover;
  padding: 10em 1.5em 2.5em;
  overflow: hidden;
}

.featured_resource .bg_img .burst {
  position: relative;
  text-align: right;
  color: white;
}

.featured_resource .bg_img .burst h6 {
  margin-bottom: 0.125em;
}

.featured_resource .bg_img .burst h3 {
  margin-bottom: 0.125em;
}

.featured_resource .bg_img .burst .caption {
  margin-bottom: 0;
}

.featured_resource .bg_img .burst::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.8125em;
  height: 11.5em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/burst_doodle.min.svg)
    no-repeat center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured_resource .content {
  position: relative;
  z-index: 2;
  padding: 6% 8% 8%;
}

.featured_resource .content h2 {
  max-width: 8.5em;
  margin-bottom: 0.5em;
}

.featured_resource .content p {
  max-width: 28.333333333em;
}

.featured_resource .content p.caption {
  margin: 3em 0 0.5em;
}

.featured_resource .content .btn {
  display: inline-block;
  width: auto;
}

.featured_resource .content ul {
  margin: 0;
  padding: 0.8125em;
}

.featured_resource .content ul li {
  padding-bottom: 1em;
}

.featured_resource .content ul li:last-child {
  padding-bottom: 0;
}

@media (min-width: 41.25em) {
  .featured_resource .bg_img {
    padding: 55% 0 0;
  }
  .featured_resource .bg_img .burst {
    position: absolute;
    text-align: center;
    bottom: 20%;
    right: 8%;
  }
  .featured_resource .bg_img .burst::before {
    display: block;
  }
}

@media (min-width: 60em) {
  .featured_resource .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
  }
  .featured_resource .content {
    position: relative;
    z-index: 2;
    padding: 6% 4% 4%;
  }
  .featured_resource .content h2,
  .featured_resource .content ul li .white {
    color: white;
  }
}

@media (min-width: 75em) {
  .featured_resource .bg_img .burst {
    top: 25%;
    bottom: auto;
    right: 10%;
  }
}

.coaching_session {
  padding: 0 0 8.25em;
}

.coaching_session .session_content {
  text-align: center;
  position: relative;
  max-width: 32.5em;
  padding-top: 12em;
  margin: 0 auto 4.5em;
}

.coaching_session .session_content h2 {
  max-width: 8.666666667em;
  margin: 0 auto 0.75em;
}

.coaching_session .session_content .btn {
  display: inline-block;
  width: auto;
}

.coaching_session .people_float {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 47.5em;
}

.coaching_session .people_float img {
  position: absolute;
  display: block;
  width: 4.5em;
  border-radius: 50%;
  top: 2%;
  left: 84%;
}

.coaching_session .people_float img:nth-child(2) {
  top: 8%;
  left: 52%;
}

.coaching_session .people_float img:nth-child(3) {
  top: -5%;
  left: 36%;
}

.coaching_session .people_float img:nth-child(4) {
  top: 10%;
  left: 2%;
}

.coaching_session .people_float img:nth-child(5) {
  display: none;
  top: -3em;
  left: 0;
}

.coaching_session .people_float img:nth-child(6) {
  display: none;
  top: 17em;
  left: 5%;
}

.coaching_session .people_float img:nth-child(7) {
  display: none;
  top: 30em;
  left: 10%;
}

@media (min-width: 41.25em) {
  .coaching_session .people_float {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .coaching_session .people_float img {
    top: 2%;
    left: 84%;
  }
  .coaching_session .people_float img:nth-child(2) {
    top: 8%;
    left: 52%;
  }
  .coaching_session .people_float img:nth-child(3) {
    top: -5%;
    left: 36%;
  }
  .coaching_session .people_float img:nth-child(4) {
    top: 10%;
    left: 9%;
  }
  .coaching_session .people_float img:nth-child(5) {
    display: block;
    top: 23%;
    left: 0;
  }
  .coaching_session .people_float img:nth-child(6) {
    display: none;
    top: 17em;
    left: 5%;
  }
  .coaching_session .people_float img:nth-child(7) {
    display: none;
    top: 30em;
    left: 10%;
  }
}

@media (min-width: 60em) {
  .coaching_session {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 8%;
    margin-top: 6.5em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .coaching_session .session_content {
    text-align: left;
    padding-top: 12.5em;
    margin: 0;
  }
  .coaching_session .session_content h2 {
    margin: 0 0 0.75em;
  }
  .coaching_session .people_float {
    width: 120%;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .coaching_session .people_float img {
    top: 2%;
    left: 64%;
  }
  .coaching_session .people_float img:nth-child(2) {
    top: 8%;
    left: 42%;
  }
  .coaching_session .people_float img:nth-child(3) {
    top: -8%;
    left: 26%;
  }
  .coaching_session .people_float img:nth-child(4) {
    top: 10%;
    left: 2%;
  }
  .coaching_session .people_float img:nth-child(5) {
    display: block;
    top: 43%;
    left: -10%;
  }
  .coaching_session .people_float img:nth-child(6) {
    display: block;
    top: -10%;
    left: -20%;
  }
  .coaching_session .people_float img:nth-child(7) {
    display: block;
    top: 65%;
    left: -3%;
  }
}

.blog_teaser {
  max-width: 32.5em;
  margin: 8em auto 0;
}

.blog_teaser .text_link {
  display: block;
  text-align: center;
  color: #0070e0;
  text-decoration: underline;
  font-size: 1.125em;
}

.blog_teaser h5 {
  text-align: center;
  margin-bottom: 2em;
}

.blog_teaser h5 span {
  white-space: nowrap;
  margin-right: 1em;
}

.blog_teaser h5 span.small {
  display: block;
  margin: 0;
  color: #919191;
  font-weight: 400;
  font-size: 0.875rem;
}

.blog_teaser .blog_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog_teaser .blog_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3.5em;
}

.blog_teaser .blog_list li .img {
  display: block;
  width: 35%;
  max-width: 11.25em;
  margin-right: 1.5em;
}

.blog_teaser .blog_list li .img img {
  display: block;
}

.blog_teaser .blog_list li .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog_teaser .blog_list li .content h3 {
  margin-bottom: 0.25em;
}

.blog_teaser .blog_list li .content .caption {
  margin-bottom: 2em;
}

.blog_teaser .blog_list li .content .caption .date {
  color: #919191;
}

.blog_teaser .blog_list li .content .btn {
  display: inline-block;
  width: auto;
}

@media (min-width: 33.75em) {
  .blog_teaser .blog_list li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog_teaser .blog_list li h3 {
    margin-top: -0.5em;
  }
}

@media (min-width: 60em) {
  .blog_teaser {
    width: 43%;
    margin: 0 0 0 2em;
  }
  .blog_teaser .text_link,
  .blog_teaser h5 {
    text-align: left;
  }
  .blog_teaser .text_link span.small,
  .blog_teaser h5 span.small {
    display: inline;
  }
  .blog_teaser .blog_list li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 68em) {
  .blog_teaser .blog_list li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog_teaser .blog_list li h3 {
    margin-top: -0.5em;
  }
}

.resource_grid .card {
  background: white;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
  margin-bottom: 2.5em;
  transition: box-shadow 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

.resource_grid .card .content .btn {
  margin-top: auto;
}

.resource_grid .card img {
  display: block;
}

.resource_grid .card .content {
  padding: 6% 10% 10%;
}

.resource_grid .card:hover {
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.resource_grid .card.two_third {
  position: relative;
  padding: 3.5em 10% 3em;
}

.resource_grid .card.two_third .bg_img {
  position: absolute;
  opacity: 0.35;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center right;
  background-size: cover;
  transition: opacity 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

.resource_grid .card.two_third .content {
  position: relative;
  z-index: 2;
  max-width: 19.5em;
  padding: 0;
}

.resource_grid .card.two_third .content .heading {
  margin-bottom: 2.5em;
}

.resource_grid .card.two_third .content .heading h2 {
  margin-bottom: 0.125em;
}

.resource_grid .card.two_third .content .heading h6 {
  margin-bottom: 0;
}

.resource_grid .card.two_third .content p {
  color: #0e0d0d;
}

.resource_grid .card.two_third .content .play {
  position: relative;
  padding-left: 5.375em;
}

.resource_grid .card.two_third .content .play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.6875em;
  height: 8.1875em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/podcast_black.min.svg)
    no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 35em) {
  .resource_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .resource_grid .card {
    width: 47.5%;
  }
  .resource_grid .card.two_third {
    width: 100%;
    padding: 5em 4.75% 3.5em;
  }
}

@media (min-width: 40em) {
  .resource_grid .card.two_third .bg_img {
    opacity: 1;
  }
}

@media (min-width: 60em) {
  .resource_grid .card.third {
    width: 31%;
  }
  .resource_grid .card.third .content {
    padding: 50px 56px 45px;
  }
  .resource_grid .card.two_third {
    width: 65.5%;
    padding: 6em 5.5% 5em;
  }
}

.books {
  position: relative;
  margin-top: 4.5em;
  padding: 0 0 6.3125em;
}

.books .content {
  position: relative;
  padding-top: 4.375em;
  max-width: 31.25em;
}

.books .content::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 8px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/underline.min.svg)
    no-repeat left center;
  background-size: contain;
}

.books .content .publications {
  padding-top: 1em;
}

.books .content .publications h6 {
  margin-bottom: 0.75em;
}

.books .content .publications ul {
  list-style-type: none;
  margin: 0 0 2.5em;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.books .content .publications ul li {
  margin-right: 1em;
}

.books .content .publications ul li img {
  width: 4.1875em;
}

.books .content .publications ul li:last-child {
  margin-right: 0;
}

.books .content .btn {
  display: inline-block;
  width: auto;
}

.books .graphic {
  position: absolute;
  z-index: -1;
  top: 2em;
  right: 0;
  opacity: 0.2;
  min-width: 16em;
  width: 33.8125em;
  max-width: 50%;
  transition: all 0.3s cubic-bezier(0, 0.75, 0.25, 1);
}

@media (min-width: 35em) {
  .books .content .publications {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5em;
  }
  .books .content .publications h6 {
    margin: 0.25em 2em 0 0;
  }
  .books .content .publications ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 65em) {
  .books {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 2em 0 6.3125em 8%;
  }
  .books .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 2em;
  }
  .books .graphic {
    position: static;
    top: auto;
    right: auto;
    width: 47.5%;
    min-width: 47.5%;
    opacity: 1;
  }
}

#buy_form {
  padding-top: 2.5em;
}

.about .hero_contain {
  max-width: 120em;
  margin: 4.0625em auto 9.5em;
  text-align: center;
}

.about .hero_contain .bg_img {
  position: relative;
  padding-top: 65%;
  background: no-repeat center top;
  background-size: cover;
}

.about .hero_contain .bg_img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 15%,
    white 100%
  );
}

.about .hero_contain .content {
  position: relative;
  z-index: 1;
}

.about .hero_contain h1 {
  margin-bottom: 0.5em;
}

.about .hero_contain h4 {
  max-width: 24.25em;
  margin: 0 auto;
}

.about .why_content .content_block {
  position: relative;
}

.about .why_content .content_block .bg_img {
  position: absolute;
  z-index: 0;
  opacity: 0.5;
  bottom: 0;
  left: 0;
  width: 33.75em;
}

.about .why_content .content_block .bg_img.wheel {
  width: auto;
  right: -9.375em;
}

.about .why_content .content {
  float: right;
  position: relative;
  max-width: 37.5em;
  padding: 8% 0 15em 0;
}

.about .why_content .content h2 {
  max-width: 9.5em;
}

.about .why_content .content p {
  max-width: 27.222222222em;
}

.about .why_content .content p:last-child {
  margin: 0;
}

@media (min-width: 40em) {
  .about .hero_contain .bg_img {
    padding-top: 36%;
  }
}

@media (min-width: 60em) {
  .about .why_content .content_block .bg_img {
    opacity: 1;
  }
}

@media (min-width: 68.75em) {
  .about .why_content .content.stat_contain {
    text-align: left;
    padding: 8% 0 8% 8%;
  }
  .about .why_content .content.stat_contain h2,
  .about .why_content .content.stat_contain p {
    margin-left: 0;
    margin-right: 0;
  }
  .about .why_content .content.stat_contain .statistics {
    position: absolute;
    top: 7em;
    right: 0;
    margin: 0;
  }
}

.approach_cta {
  position: relative;
  padding-bottom: 7.5em;
}

.approach_cta .content {
  position: relative;
  max-width: 90%;
  width: auto;
  float: left;
  background: #0e0d0d;
  color: white;
  padding: 6.25em 7% 9em;
}

.approach_cta .content h6 {
  margin-bottom: 1em;
}

.approach_cta .content h2 {
  position: relative;
  display: inline-block;
  max-width: 6.666666667em;
  margin-bottom: 0.65em;
}

.approach_cta .content p.body {
  max-width: 31.25rem;
}

.approach_cta .content .btn {
  display: inline-block;
  width: auto;
  margin: 0;
}

.approach_cta .approach_img {
  width: 90%;
  max-width: 31.9375em;
  float: right;
  position: relative;
  height: 53.125em;
  background: no-repeat center;
  background-size: cover;
  margin-top: -5em;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.approach_cta .approach_img .doodle {
  display: none;
  position: absolute;
  top: 2.5em;
  right: 68%;
}

@media (min-width: 56.25em) {
  .approach_cta {
    padding-right: 17.5%;
    padding-bottom: 15.5em;
  }
  .approach_cta .content {
    width: 100%;
    max-width: 100%;
    padding-right: 40%;
    padding-bottom: 6em;
  }
  .approach_cta .approach_img {
    position: absolute;
    top: 12em;
    right: 0;
    width: 42%;
  }
}

@media (min-width: 61.25em) {
  .approach_cta .approach_img .doodle {
    display: block;
  }
}

.work_with_block .client_logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.work_with_block .client_logos li {
  display: inline-block;
  margin: 0 1.75em 2em;
}

.work_with_block .client_logos li.mcdonalds {
  width: 38px;
}

.work_with_block .client_logos li.ace {
  width: 47px;
}

.work_with_block .client_logos li.amex {
  width: 61px;
}

.work_with_block .client_logos li.otterbox {
  width: 78px;
}

.work_with_block .client_logos li.allstate {
  width: 112px;
}

.work_with_block .client_logos li.statefarm {
  width: 140px;
}

.work_with_block .client_logos li.thrivent {
  width: 153px;
}

.work_with_block > .content {
  padding: 0;
  text-align: center;
}

.work_with_block > .content h6 {
  margin-bottom: 1em;
}

.work_with_block > .content h2 {
  max-width: 56rem;
  margin: 0 auto 3.75rem;
}

.work_with_block > .content p {
  max-width: 36.25rem;
  margin: 0 auto 1rem;
}

.work_with_block.no_top > .content {
  padding-top: 0;
}

.work_with_block .btn {
  display: inline-block;
  width: auto;
}

.work_with_block .testimonial_slider {
  position: relative;
  padding-bottom: 6.25em;
}

.work_with_block .testimonial_slider .slides li {
  position: static !important;
}

.work_with_block .testimonial_slider .slider_contain {
  background: #0e0d0d;
}

.work_with_block .testimonial_slider .slider_contain .slide_content {
  padding: 8%;
}

.work_with_block .testimonial_slider .slider_contain .slide_content .content {
  position: relative;
  z-index: 1;
  pointer-events: none;
  text-align: left;
}

.work_with_block
  .testimonial_slider
  .slider_contain
  .slide_content
  blockquote
  p {
  color: white;
  max-width: 14em;
}

.work_with_block .testimonial_slider .slider_contain .slide_content p {
  color: #b7b7b7;
  max-width: 31.111111111em;
}

.work_with_block .testimonial_slider .slider_contain .slide_content h6 {
  color: white;
  margin: 0;
}

.work_with_block .testimonial_slider .slider_contain .slide_content cite {
  margin-bottom: 3em;
}

.work_with_block
  .testimonial_slider
  .slider_contain
  .slide_content
  .actions
  .btn {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.work_with_block
  .testimonial_slider
  .slider_contain
  .slide_content
  .actions
  .btn:last-child {
  margin: 0;
}

.work_with_block .testimonial_slider .slider_contain .slide_img {
  display: none;
  opacity: 0;
  position: relative;
  height: 95%;
  background: no-repeat center;
  background-size: cover;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.work_with_block
  .testimonial_slider
  .slider_contain
  .slides
  li.flex-active-slide
  .slide_content
  .content {
  z-index: 2;
  pointer-events: inherit;
}

.work_with_block .testimonial_slider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.work_with_block .testimonial_slider .testimonial_slider_nav {
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.work_with_block .testimonial_slider .flex-direction-nav li {
  position: absolute;
  bottom: 1em;
}

.work_with_block .testimonial_slider .flex-direction-nav li a {
  display: block;
  text-indent: -999em;
  width: 5em;
  height: 1.875em;
  background: no-repeat center;
  background-size: contain;
}

.work_with_block .testimonial_slider .flex-direction-nav li a.flex-disabled {
  display: none;
}

.work_with_block .testimonial_slider .flex-direction-nav .flex-nav-prev {
  left: 1em;
}

.work_with_block .testimonial_slider .flex-direction-nav .flex-nav-prev a {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/arrow_prev.min.svg);
}

.work_with_block .testimonial_slider .flex-direction-nav .flex-nav-next {
  right: 1em;
}

.work_with_block .testimonial_slider .flex-direction-nav .flex-nav-next a {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/arrow_next.min.svg);
}

@media (min-width: 35em) {
  .work_with_block .testimonial_slider .slider_contain .slide_content .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .work_with_block
    .testimonial_slider
    .slider_contain
    .slide_content
    .actions
    .btn {
    width: auto;
    margin: 0;
    margin-right: 1em;
  }
}

@media (min-width: 52.5em) {
  .work_with_block .testimonial_slider {
    padding-right: 8%;
  }
  .work_with_block .testimonial_slider .slider_contain .slide_content {
    padding-right: 35%;
  }
  .work_with_block
    .testimonial_slider
    .slider_contain
    .slide_content
    cite.avatar
    img {
    display: none;
  }
  .work_with_block .testimonial_slider .slider_contain .slide_img {
    position: absolute;
    z-index: 2;
    top: 7%;
    right: 0;
    display: block;
    width: 34%;
    opacity: 1;
  }
  .work_with_block .testimonial_slider .slides li.flex-active-slide .slide_img {
    z-index: 3;
  }
  .work_with_block .testimonial_slider .testimonial_slider_nav {
    position: absolute;
    bottom: 1em;
    left: 31%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .work_with_block .testimonial_slider .flex-direction-nav li.flex-nav-next {
    right: 38%;
  }
}

@media (min-width: 68.75em) {
  .work_with_block .testimonial_slider_contain {
    padding-left: 8%;
  }
}

.our_team_block .content {
  padding-top: 10.75em;
}

.our_team_block .content h6 {
  margin-bottom: 1em;
}

.our_team_block .content h2 {
  max-width: 53.25rem;
  margin: 0 0 3.75rem;
}

.our_team_block .content p {
  max-width: 36.25rem;
  margin: 0 0 6.5rem;
}

.our_team_block .team_grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.our_team_block .team_grid li {
  max-width: 24em;
  margin: 0 auto 1.5em;
}

.our_team_block .team_grid li.blank {
  display: none;
  position: relative;
}

.our_team_block .team_grid li.blank .team_doodle {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(1.5em, -1.5em);
  -ms-transform: translate(1.5em, -1.5em);
  transform: translate(1.5em, -1.5em);
}

.our_team_block .team_grid li.blank .bg {
  top: 1%;
  min-width: 100%;
  height: 98%;
}

.our_team_block .team_grid li a {
  display: block;
  position: relative;
  padding: 8% 8% 6%;
  background: #f2f2f2;
  overflow: hidden;
  transition: background-color 0.4s cubic-bezier(0, 0.75, 0.25, 1);
}

.our_team_block .team_grid li a .team_member_content {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.our_team_block .team_grid li a .team_member_content h3 {
  color: white;
  margin: 0;
}

.our_team_block .team_grid li a .team_member_content p {
  color: #b7b7b7;
  margin-bottom: 5rem;
}

.our_team_block .team_grid li a .team_member_content .sig {
  color: white;
  font-family: "emyth_handregular", serif;
  font-size: 2.5em;
}

.our_team_block .team_grid li a .team_member_img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 1em;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.75, 0.25, 1);
  transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1);
  transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1),
    -webkit-transform 0.6s cubic-bezier(0, 0.75, 0.25, 1);
}

.our_team_block .team_grid li a .team_member_img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.our_team_block .team_grid li a:hover {
  background-color: #0e0d0d;
}

.our_team_block .team_grid li a:hover .team_member_content {
  opacity: 1;
}

.our_team_block .team_grid li a:hover .team_member_img {
  -webkit-transform: translateX(28%);
  -ms-transform: translateX(28%);
  transform: translateX(28%);
}

.our_team_block .join_team {
  max-width: 50em;
  text-align: center;
  margin: 3.5em auto 0;
  background: white;
  padding: 8%;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.our_team_block .join_team p {
  max-width: 27.777777778em;
  margin: 0 auto 3rem;
}

.our_team_block .join_team .btn {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

@media (min-width: 45em) {
  .our_team_block .team_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .our_team_block .team_grid li {
    max-width: none;
    margin: 0 0 1.5em;
    width: 48.5%;
  }
  .our_team_block .team_grid li.blank {
    display: block;
  }
  .our_team_block .team_grid li.blank .team_doodle {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(6.5em, -1.5em) scaleX(-1);
    -ms-transform: translate(6.5em, -1.5em) scaleX(-1);
    transform: translate(6.5em, -1.5em) scaleX(-1);
  }
  .our_team_block .team_grid li:nth-child(2n).blank .team_doodle {
    -webkit-transform: translate(1.5em, -1.5em);
    -ms-transform: translate(1.5em, -1.5em);
    transform: translate(1.5em, -1.5em);
  }
}

@media (min-width: 70em) {
  .our_team_block .team_grid li {
    width: 32%;
  }
  .our_team_block .team_grid li.blank {
    display: block;
  }
  .our_team_block .team_grid li:nth-child(3n).blank .team_doodle {
    -webkit-transform: translate(1.5em, -1.5em);
    -ms-transform: translate(1.5em, -1.5em);
    transform: translate(1.5em, -1.5em);
  }
  .our_team_block .team_grid li:nth-child(3n + 1).blank .team_doodle {
    -webkit-transform: translate(6.5em, -1.5em) scaleX(-1);
    -ms-transform: translate(6.5em, -1.5em) scaleX(-1);
    transform: translate(6.5em, -1.5em) scaleX(-1);
  }
  .our_team_block .team_grid li:nth-child(3n + 2).blank .team_doodle {
    -webkit-transform: translate(3em, -1.5em) rotate(30deg) scaleX(-1);
    -ms-transform: translate(3em, -1.5em) rotate(30deg) scaleX(-1);
    transform: translate(3em, -1.5em) rotate(30deg) scaleX(-1);
  }
}

@media (min-width: 68.75em) {
  .our_team_block .content {
    padding: 12.75em 0 0 8%;
  }
}

.coach_network_block {
  padding: 8.75em 0 5em;
}

.coach_network_block .content {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.coach_network_block .content h6 {
  margin-bottom: 1em;
}

.coach_network_block .content h2 {
  max-width: 53.25rem;
  margin: 0 0 2.3125rem;
}

.coach_network_block .content p {
  max-width: 36.25rem;
  margin: 0 0 2.5rem;
}

.coach_network_block .content .actions .btn {
  margin-bottom: 1.5em;
}

.coach_network_block .content .blocks .block {
  margin-bottom: 3.5em;
}

.coach_network_block .content .blocks .block h3 {
  margin-bottom: 0.5em;
}

.coach_network_block .content .blocks .block p {
  margin: 0;
}

.coach_network_block .content .blocks .block:last-child {
  margin-bottom: 0;
}

.coach_network_block .content .blocks .block blockquote p {
  margin-bottom: 0.25em;
}

.coach_network_block .content .blocks .block blockquote h6 {
  margin: 0;
}

.coach_network_block.flip .btn {
  display: inline-block;
  width: auto;
}

.coach_network_block .coaches_float {
  position: relative;
  width: 130%;
  margin-left: -15%;
  height: 20em;
}

.coach_network_block .coaches_float img {
  position: absolute;
  width: 7.75em;
  display: block;
  border-radius: 50%;
  top: -10%;
  left: 26%;
}

.coach_network_block .coaches_float img:nth-child(2) {
  top: 10%;
  left: 65%;
}

.coach_network_block .coaches_float img:nth-child(3) {
  top: 30%;
  left: 3%;
}

.coach_network_block .coaches_float img:nth-child(4) {
  top: 45%;
  left: 45%;
}

.coach_network_block .coaches_float img:nth-child(5) {
  display: none;
  top: 45%;
  left: 75%;
}

.coach_network_block .coaches_float img:nth-child(6) {
  display: none;
  top: 55%;
  left: 45%;
}

.coach_network_block .coaches_float img:nth-child(7) {
  display: none;
  top: 53%;
  left: 0;
}

.coach_network_block .coaches_float img:nth-child(8) {
  display: none;
  top: 75%;
  left: 20%;
}

.coach_network_block .coaches_float img:nth-child(9) {
  display: none;
  top: 90%;
  left: 60%;
}

.program .coach_network_block .content h2 {
  max-width: 11.666666667em;
}

.program .coach_network_block .coaches_float img:nth-child(7) {
  top: 75%;
  left: 20%;
}

@media (min-width: 35em) and (max-width: 41.1875em) {
  .coach_network_block .content .blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .coach_network_block .content .blocks .block {
    width: 45%;
  }
}

@media (min-width: 41.25em) {
  .coach_network_block {
    padding-top: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .coach_network_block .content {
    width: 60%;
    padding-top: 6em;
    padding-bottom: 4em;
  }
  .coach_network_block .coaches_contain {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .coach_network_block .coaches_contain .coaches_float {
    height: auto;
    min-width: 150%;
    margin: 0 0 0 5%;
    padding: 0;
  }
  .coach_network_block .coaches_contain .coaches_float img {
    position: absolute;
    width: 7.75em;
    display: block;
    border-radius: 50%;
    top: -2%;
    left: 26%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(2) {
    top: 5%;
    left: 55%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(3) {
    top: 16%;
    left: 3%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(4) {
    top: 32%;
    left: 45%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(5) {
    display: none;
    top: 45%;
    left: 75%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(6) {
    display: block;
    top: 65%;
    left: 45%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(7) {
    display: block;
    top: 53%;
    left: 6%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(8) {
    display: block;
    top: 85%;
    left: 20%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(9) {
    display: none;
    top: 90%;
    left: 60%;
  }
  .coach_network_block.flip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .coach_network_block.flip .coaches_float {
    margin-left: -50%;
  }
  .coach_network_block.flip .content {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  .program .coach_network_block .content {
    width: 70%;
  }
}

@media (min-width: 55em) {
  .coach_network_block .content .blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .coach_network_block .content .blocks .block {
    width: 45%;
  }
  .coach_network_block .content .blocks .block blockquote {
    width: 150%;
  }
}

@media (min-width: 68.75em) {
  .coach_network_block .content {
    padding: 8em 0 6em 8%;
  }
  .coach_network_block .content .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .coach_network_block .content .actions .btn {
    margin: 0 1em 0 0;
    width: auto;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(2) {
    top: 8%;
    left: 60%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(4) {
    top: 26%;
    left: 40%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(5) {
    display: block;
    top: 45%;
    left: 65%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(6) {
    top: 50%;
    left: 38%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(7) {
    top: 54%;
    left: 6%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(8) {
    top: 75%;
    left: 20%;
  }
  .coach_network_block .coaches_contain .coaches_float img:nth-child(9) {
    display: block;
    top: 84%;
    left: 60%;
  }
  .coach_network_block.flip .content {
    padding: 10em 8% 8em 0;
  }
  .coach_network_block.flip .coaches_float {
    margin-left: -50%;
  }
}

.system .hero_contain .hero_heading {
  padding: 3.75em 0 2.5em;
}

.system .hero_contain .hero_heading h6 {
  margin-bottom: 0.85em;
}

.system .hero_contain .hero_heading h6.marketing {
  color: #30ceff;
}

.system .hero_contain .hero_heading h1 {
  margin-bottom: 0.4em;
  line-height: 1em;
}

.system .hero_contain .hero_heading h4 {
  max-width: 20.333333333em;
  margin-bottom: 1em;
}

.system .hero_contain .contain {
  position: relative;
}

.system .hero_contain .graphic {
  position: absolute;
  z-index: -1;
  width: 65%;
  top: 4%;
  right: -12%;
  opacity: 0.5;
}

.system .hero_contain .graphic img {
  float: right;
  width: 100%;
}

.system .hero_contain .hero_body blockquote {
  margin-bottom: 4em;
  max-width: 26.5em;
}

.system .hero_contain .hero_body blockquote p {
  font-size: 1.5em;
}

.system .hero_contain .hero_body .content {
  max-width: 25em;
}

.system .hero_contain .hero_body .content .btn {
  display: inline-block;
  width: auto;
}

@media (min-width: 50em) {
  .system .hero_contain .graphic {
    opacity: 1;
  }
  .system .hero_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .system .hero_body blockquote {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 3em auto 0 12%;
  }
}

@media (min-width: 62.5em) {
  .system .hero_contain .hero_heading {
    padding-left: 8%;
  }
  .system .hero_contain .hero_body {
    padding-left: 8%;
  }
}

.card_tease {
  position: relative;
  overflow: hidden;
  margin-top: 4.25em;
  padding-top: 2em;
}

.card_tease::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  top: 45%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 15%,
    #f2f2f2 100%
  );
}

.card_tease .tease_grid {
  position: relative;
  z-index: 1;
  list-style-type: none;
  margin: 0 0 -7em;
  padding: 0;
}

.card_tease .tease_grid li {
  display: none;
  margin-bottom: 1.5em;
}

.card_tease .tease_grid li:nth-child(1),
.card_tease .tease_grid li:nth-child(2) {
  display: block;
}

@media (min-width: 35em) {
  .card_tease .tease_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .card_tease .tease_grid li {
    width: 48.5%;
  }
  .card_tease .tease_grid li:nth-child(3),
  .card_tease .tease_grid li:nth-child(4) {
    display: block;
  }
}

@media (min-width: 50em) {
  .card_tease .tease_grid li {
    width: 31%;
  }
  .card_tease .tease_grid li:nth-child(5),
  .card_tease .tease_grid li:nth-child(6) {
    display: block;
  }
}

@media (min-width: 65em) {
  .card_tease .tease_grid li {
    width: 23.5%;
  }
  .card_tease .tease_grid li:nth-child(7),
  .card_tease .tease_grid li:nth-child(8) {
    display: block;
  }
}

.want_more_block {
  position: relative;
  z-index: 2;
  background: white;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
  padding: 4.5%;
  text-align: center;
  max-width: 50em;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.want_more_block h3 {
  color: #0e0d0d;
}

.want_more_block h3 span {
  display: block;
}

.want_more_block h3 span.small {
  margin: 0;
  color: #919191;
  font-weight: 400;
  font-size: 1.125rem;
}

.want_more_block .btn {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

@media (min-width: 32.5em) {
  .want_more_block h3 {
    color: #0e0d0d;
  }
  .want_more_block h3 span {
    display: inline-block;
    white-space: nowrap;
    margin-right: 1em;
  }
  .want_more_block h3 span.small {
    margin: 0;
    color: #919191;
    font-weight: 400;
    font-size: 1.125rem;
  }
}

@media (min-width: 37.5em) {
  .want_more_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .want_more_block h3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1em 0 0;
  }
  .want_more_block h3 span.small {
    margin-top: 0;
  }
}

.roadmap .hero_contain {
  padding-top: 4em;
  padding-bottom: 3em;
  overflow: hidden;
}

.roadmap .hero_contain .content {
  position: relative;
  padding: 5.5em 0 3.75em;
  margin-bottom: 4.625em;
}

.roadmap .hero_contain .content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/underline_heading.min.svg)
    no-repeat left center;
  background-size: contain;
}

.roadmap .hero_contain .content h6 {
  margin-bottom: 1em;
}

.roadmap .hero_contain .content h1 {
  margin-bottom: 0.5em;
  max-width: 7.25em;
}

.roadmap .hero_contain .content h3 {
  max-width: 20.333333333em;
}

.roadmap .hero_contain .content p {
  color: #919191;
  margin: 0;
  max-width: 32.222222222em;
}

@media (min-width: 62.5em) {
  .roadmap .hero_contain .content {
    padding-left: 8%;
  }
  .roadmap .hero_contain .content::after {
    left: 8%;
  }
}

.floating_cards {
  position: absolute;
  opacity: 0.4;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.floating_cards li.sm_card {
  position: absolute;
  display: block;
  background: white;
  box-shadow: 0 5px 14px 0 rgba(14, 13, 13, 0.1);
  width: 3.375em;
  height: 4.9375em;
  border-bottom: 0.5em solid gray;
}

.floating_cards li.sm_card.black {
  border-color: #0e0d0d;
}

.floating_cards li.sm_card.blue {
  border-color: #30ceff;
}

.floating_cards li.sm_card.green {
  border-color: #70e0bf;
}

.floating_cards li.sm_card.yellow {
  border-color: #ffd24e;
}

.floating_cards li.sm_card.orange {
  border-color: #ffa514;
}

.floating_cards li.sm_card.red {
  border-color: #ff6d6d;
}

.floating_cards li.sm_card.purple {
  border-color: #c37fe6;
}

.floating_cards li.sm_card:nth-child(1) {
  top: -2%;
  left: 55%;
}

.floating_cards li.sm_card:nth-child(2) {
  top: 4%;
  left: 75%;
}

.floating_cards li.sm_card:nth-child(3) {
  top: 7%;
  left: -3%;
}

.floating_cards li.sm_card:nth-child(4) {
  top: 13%;
  left: 110%;
}

.floating_cards li.sm_card:nth-child(5) {
  top: 21%;
  left: 68%;
}

.floating_cards li.sm_card:nth-child(6) {
  top: 25%;
  left: -10%;
}

.floating_cards li.sm_card:nth-child(7) {
  top: 48%;
  left: 97%;
}

.floating_cards li.sm_card:nth-child(8) {
  top: 54%;
  left: 79%;
}

.floating_cards li.sm_card:nth-child(9) {
  top: 64%;
  left: -1%;
}

.floating_cards li.sm_card:nth-child(10) {
  top: 71%;
  left: 60%;
}

.floating_cards li.sm_card:nth-child(11) {
  top: 75%;
  left: 73%;
}

.floating_cards li.sm_card:nth-child(12) {
  top: 95%;
  left: -7%;
}

.floating_cards li.sm_card:nth-child(13) {
  top: 93%;
  left: 94%;
}

.floating_cards li.sm_card:nth-child(14) {
  top: 100%;
  left: 67%;
}

.floating_cards li.sm_card:nth-child(15) {
  top: 102%;
  left: 44%;
}

@media (min-width: 50em) {
  .floating_cards {
    opacity: 1;
  }
}

.stages_contain {
  position: relative;
}

.stages_contain .slider {
  display: none;
  position: absolute;
  z-index: -1;
  border-left: 2px solid #dcdcdc;
  top: 5.75em;
  bottom: 10em;
  left: 1.75em;
}

.stages_contain .slider .slider_img {
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.stages_contain .slider h3 {
  display: none;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 1.95em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section_1--on .stages_contain .slider h3.section_1_text {
  display: block;
}

.section_2--on .stages_contain .slider h3.section_1_text {
  display: none;
}

.section_2--on .stages_contain .slider h3.section_2_text {
  display: block;
}

.section_3--on .stages_contain .slider h3.section_1_text,
.section_3--on .stages_contain .slider h3.section_2_text {
  display: none;
}

.section_3--on .stages_contain .slider h3.section_3_text {
  display: block;
}

@media (min-width: 30em) {
  .stages_contain .slider {
    display: block;
  }
}

@media (min-width: 45.625em) {
  .stages_contain .slider {
    left: 8.75em;
  }
}

.stage {
  padding: 7.5em 0;
}

.stage .stage_content {
  padding-left: 0;
}

.stage .stage_content blockquote {
  margin-bottom: 4em;
  max-width: 26.5em;
}

.stage .stage_content blockquote p {
  font-size: 1.5em;
}

.stage .stage_content .content {
  max-width: 25em;
  margin-bottom: 4em;
}

.stage .stage_content .content .btn {
  display: inline-block;
  width: auto;
}

.stage .card_grid {
  display: block;
  padding-top: 25%;
  margin-bottom: 2em;
  background: #f2f2f2;
}

@media (min-width: 30em) {
  .stage .stage_content {
    padding-left: 6.5em;
  }
}

@media (min-width: 45.625em) {
  .stage .stage_content {
    padding-left: 14.5em;
  }
}

@media (min-width: 62.5em) {
  .stage .stage_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .stage .stage_content blockquote {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 7.35em 0 0 5%;
  }
}

.stacked_card_grid {
  margin-top: 3em;
}

.stacked_card_grid a.stack_contain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  width: 100%;
}

.stacked_card_grid a.stack_contain .card {
  width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
  transition: -webkit-transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0, 0.75, 0.25, 1),
    -webkit-transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
}

.stacked_card_grid a.stack_contain .stack_under {
  position: absolute;
  z-index: 1;
  top: 2em;
  left: 7%;
  right: 7.5%;
  bottom: -0.5em;
  background: white;
  border-bottom: 8px solid;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
  transition: all 0.4s cubic-bezier(0, 0.75, 0.25, 1);
}

.stacked_card_grid a.stack_contain .stack_under:nth-child(4) {
  left: 4%;
  right: 3.5%;
}

.stacked_card_grid a.stack_contain .stack_under:nth-child(3) {
  left: 5.5%;
  right: 5%;
}

.stacked_card_grid a.stack_contain .stack_under:nth-child(3),
.stacked_card_grid a.stack_contain .stack_under:nth-child(4) {
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0);
}

.stacked_card_grid a.stack_contain .stack_under.leadership {
  border-bottom-color: #0e0d0d;
}

.stacked_card_grid a.stack_contain .stack_under.marketing {
  border-bottom-color: #30ceff;
}

.stacked_card_grid a.stack_contain .stack_under.lead_conversion {
  border-bottom-color: #ff6d6d;
}

.stacked_card_grid a.stack_contain .stack_under.lead_generation {
  border-bottom-color: #c37fe6;
}

.stacked_card_grid a.stack_contain .stack_under.finance {
  border-bottom-color: #70e0bf;
}

.stacked_card_grid a.stack_contain .stack_under.management {
  border-bottom-color: #ffd24e;
}

.stacked_card_grid a.stack_contain .stack_under.customer_fulfillment {
  border-bottom-color: #ffa514;
}

.stacked_card_grid .download_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stacked_card_grid .download_cta .content {
  max-width: 17.6875em;
  padding: 1.875em;
  text-align: center;
}

.stacked_card_grid .download_cta img {
  margin-bottom: 1em;
}

@media (min-width: 62.5em) {
  .stacked_card_grid a.stack_contain:hover .card {
    -webkit-transform: translateY(-1.9375em);
    -ms-transform: translateY(-1.9375em);
    transform: translateY(-1.9375em);
  }
  .stacked_card_grid a.stack_contain:hover .stack_under {
    left: 7%;
    right: 7.5%;
    -webkit-transform: rotate(0.5deg);
    -ms-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
  .stacked_card_grid a.stack_contain:hover .stack_under:nth-child(3),
  .stacked_card_grid a.stack_contain:hover .stack_under:nth-child(4) {
    box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
  }
  .stacked_card_grid a.stack_contain:hover .stack_under:nth-child(4) {
    left: 4%;
    right: 3.5%;
    -webkit-transform: translateY(-1.5625em) rotate(0.25deg);
    -ms-transform: translateY(-1.5625em) rotate(0.25deg);
    transform: translateY(-1.5625em) rotate(0.25deg);
  }
  .stacked_card_grid a.stack_contain:hover .stack_under:nth-child(3) {
    left: 5.5%;
    right: 5%;
    -webkit-transform: translateY(-0.75em) rotate(-0.125deg);
    -ms-transform: translateY(-0.75em) rotate(-0.125deg);
    transform: translateY(-0.75em) rotate(-0.125deg);
  }
}

@media (min-width: 37.5em) {
  .stacked_card_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .stacked_card_grid a.stack_contain,
  .stacked_card_grid .download_cta {
    width: 48.5%;
  }
}

@media (min-width: 68.75em) {
  .stacked_card_grid a.stack_contain,
  .stacked_card_grid .download_cta {
    width: 23.5%;
  }
}

.coach_overview .hero_contain {
  padding-top: 3.25em;
  text-align: center;
}

.coach_overview .hero_heading h1 {
  max-width: 7.25em;
  margin: 0 auto 0.5em;
}

.coach_overview .hero_body .content {
  max-width: 32.8125em;
  margin: 0 auto;
  margin-bottom: 2.5em;
}

.coach_overview .hero_body .content p {
  color: #919191;
  margin: 0;
}

.coach_overview .hero_body .hero_img {
  display: none;
  float: right;
  position: relative;
  max-width: 23.75em;
  margin: 3.5em 0 0 3em;
}

.coach_overview .hero_body .hero_img::before {
  content: "";
  position: absolute;
  top: -3em;
  right: -6em;
  width: 11.5625em;
  height: 8.1875em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/quote_doodle.min.svg)
    no-repeat center;
  background-size: contain;
}

.coach_overview .image_grid {
  position: relative;
  overflow: hidden;
}

.coach_overview .image_grid .images {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.coach_overview .image_grid .images .image {
  display: block;
}

.coach_overview .image_grid .images .image:first-child {
  width: 55%;
}

.coach_overview .image_grid .images .image:nth-child(2) {
  display: none;
}

.coach_overview .image_grid .images .image:last-child {
  width: 40.5%;
}

.coach_overview .image_grid .content {
  float: right;
  max-width: 30.5em;
  padding-top: 3.5em;
}

.coach_overview .image_grid .content::before {
  content: "";
  position: absolute;
  bottom: 20em;
  right: 30%;
  width: 7.875em;
  height: 7.875em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/globe_doodle.min.svg)
    no-repeat center;
  background-size: contain;
}

.coach_overview .image_grid .content h3 {
  max-width: 16em;
}

.coach_overview .image_grid .content p {
  color: #919191;
}

@media (min-width: 50em) {
  .coach_overview .image_grid .images .image:first-child {
    width: 32%;
  }
  .coach_overview .image_grid .images .image:nth-child(2) {
    display: block;
    width: 40%;
  }
  .coach_overview .image_grid .images .image:last-child {
    width: 23%;
  }
  .coach_overview .image_grid .content {
    position: relative;
    margin-left: 34.5%;
    float: none;
    max-width: 30.5em;
    width: 40%;
    padding-top: 0;
    margin-top: -12%;
    -webkit-transform: translateX(6.375em);
    -ms-transform: translateX(6.375em);
    transform: translateX(6.375em);
  }
  .coach_overview .image_grid .content::before {
    bottom: auto;
    top: 0;
    right: 115%;
  }
}

@media (min-width: 62.5em) {
  .coach_overview .hero_contain {
    text-align: left;
  }
  .coach_overview .hero_heading {
    padding-left: 8%;
  }
  .coach_overview .hero_heading h1 {
    margin: 0 0 0.5em;
  }
  .coach_overview .hero_body {
    padding: 0 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .coach_overview .hero_body .content {
    margin: 0;
  }
  .coach_overview .hero_body .hero_img {
    display: block;
  }
  .coach_overview .image_grid {
    margin-top: 1.5em;
  }
}

.meet_coaches {
  padding: 5.25em 0 7.5em;
}

.meet_coaches .content {
  margin-bottom: 4.5em;
}

.meet_coaches .content h2 {
  margin-bottom: 0.5em;
}

.meet_coaches .content h4 {
  max-width: 31.416666667em;
  margin: 0;
}

.meet_coaches .coach_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.meet_coaches .coach_list li {
  width: 48.5%;
  position: relative;
  display: block;
  margin-bottom: 5.25em;
}

.meet_coaches .coach_list li a {
  display: block;
  width: 7.75em;
  margin: 0 auto;
}

.meet_coaches .coach_list li img {
  display: block;
  margin: 0 auto;
  width: 7.75em;
  height: 7.75em;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
}

.meet_coaches .coach_list li.filler {
  padding: 0;
}

.meet_coaches .coach_list li.become_coach img {
  position: absolute;
  top: 1.5em;
  left: 50%;
  width: auto;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  -webkit-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  transform: translateX(-45%);
}

.meet_coaches .coach_list li .coach_details {
  pointer-events: none;
  position: absolute;
  top: 107%;
  left: 1em;
  width: 13.75em;
  -webkit-transform: translate(0, -0.5em);
  -ms-transform: translate(0, -0.5em);
  transform: translate(0, -0.5em);
  opacity: 0;
  transition: all 0.3s ease;
}

.meet_coaches .coach_list li .coach_details h5 {
  margin: 0;
  color: #0e0d0d;
}

.meet_coaches .coach_list li .coach_details .caption {
  color: #919191;
}

.meet_coaches .coach_list li a:hover img {
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.meet_coaches .coach_list li a:hover .coach_details {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.meet_coaches .coach_list li:nth-child(2n) .coach_details {
  left: auto;
  right: 1em;
  -webkit-transform: translate(0, -0.5em);
  -ms-transform: translate(0, -0.5em);
  transform: translate(0, -0.5em);
  text-align: right;
}

.meet_coaches .become_coach_content {
  text-align: center;
  margin-top: -2.5em;
}

.meet_coaches .become_coach_content h3 {
  margin-bottom: 0.75em;
}

.meet_coaches .become_coach_content .btn {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

@media (min-width: 30em) {
  .meet_coaches .coach_list li {
    width: 30%;
  }
  .meet_coaches .coach_list li .coach_details,
  .meet_coaches .coach_list li:nth-child(2n) .coach_details {
    top: 107%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -0.5em);
    -ms-transform: translate(-50%, -0.5em);
    transform: translate(-50%, -0.5em);
  }
  .meet_coaches .coach_list li a:hover .coach_details,
  .meet_coaches .coach_list li a:hover:nth-child(2n) .coach_details {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .meet_coaches .coach_list li:nth-child(3n + 1) .coach_details {
    left: 1em;
    -webkit-transform: translate(0, -0.5em);
    -ms-transform: translate(0, -0.5em);
    transform: translate(0, -0.5em);
    text-align: left;
  }
  .meet_coaches .coach_list li:nth-child(3n + 1) a:hover .coach_details {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .meet_coaches .coach_list li:nth-child(3n) .coach_details {
    left: auto;
    right: 1em;
    -webkit-transform: translate(0, -0.5em);
    -ms-transform: translate(0, -0.5em);
    transform: translate(0, -0.5em);
    text-align: right;
  }
  .meet_coaches .coach_list li:nth-child(3n) a:hover .coach_details {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 40em) {
  .meet_coaches .coach_list li {
    width: 24%;
  }
  .meet_coaches .coach_list li .coach_details,
  .meet_coaches .coach_list li:nth-child(3n) .coach_details,
  .meet_coaches .coach_list li:nth-child(3n + 1) .coach_details {
    top: 107%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -0.5em);
    -ms-transform: translate(-50%, -0.5em);
    transform: translate(-50%, -0.5em);
  }
  .meet_coaches .coach_list li a:hover .coach_details,
  .meet_coaches .coach_list li a:hover:nth-child(3n) .coach_details,
  .meet_coaches .coach_list li a:hover:nth-child(3n + 1) .coach_details {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .meet_coaches .coach_list li:nth-child(4n + 1) .coach_details {
    left: 1em;
    -webkit-transform: translate(0, -0.5em);
    -ms-transform: translate(0, -0.5em);
    transform: translate(0, -0.5em);
    text-align: left;
  }
  .meet_coaches .coach_list li:nth-child(4n + 1) a:hover .coach_details {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .meet_coaches .coach_list li:nth-child(4n) .coach_details {
    left: auto;
    right: 1em;
    -webkit-transform: translate(0, -0.5em);
    -ms-transform: translate(0, -0.5em);
    transform: translate(0, -0.5em);
    text-align: right;
  }
  .meet_coaches .coach_list li:nth-child(4n) a:hover .coach_details {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 45em) {
  .meet_coaches .coach_list li {
    width: 19%;
  }
  .meet_coaches .coach_list li .coach_details,
  .meet_coaches .coach_list li:nth-child(4n) .coach_details,
  .meet_coaches .coach_list li:nth-child(4n + 1) .coach_details {
    top: 107%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -0.5em);
    -ms-transform: translate(-50%, -0.5em);
    transform: translate(-50%, -0.5em);
  }
  .meet_coaches .coach_list li a:hover .coach_details,
  .meet_coaches .coach_list li a:hover:nth-child(4n) .coach_details,
  .meet_coaches .coach_list li a:hover:nth-child(4n + 1) .coach_details {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .meet_coaches .coach_list li:nth-child(5n + 1) .coach_details {
    left: 1em;
    -webkit-transform: translate(0, -0.5em);
    -ms-transform: translate(0, -0.5em);
    transform: translate(0, -0.5em);
    text-align: left;
  }
  .meet_coaches .coach_list li:nth-child(5n + 1) a:hover .coach_details {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .meet_coaches .coach_list li:nth-child(5n) .coach_details {
    left: auto;
    right: 1em;
    -webkit-transform: translate(0, -0.5em);
    -ms-transform: translate(0, -0.5em);
    transform: translate(0, -0.5em);
    text-align: right;
  }
  .meet_coaches .coach_list li:nth-child(5n) a:hover .coach_details {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 53em) {
  .meet_coaches .coach_list li {
    width: 16%;
  }
  .meet_coaches .coach_list li .coach_details,
  .meet_coaches .coach_list li:nth-child(5n) .coach_details,
  .meet_coaches .coach_list li:nth-child(5n + 1) .coach_details {
    top: 107%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -0.5em);
    -ms-transform: translate(-50%, -0.5em);
    transform: translate(-50%, -0.5em);
  }
  .meet_coaches .coach_list li a:hover .coach_details,
  .meet_coaches .coach_list li a:hover:nth-child(5n) .coach_details,
  .meet_coaches .coach_list li a:hover:nth-child(5n + 1) .coach_details {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .meet_coaches .coach_list li:nth-child(6n + 1) .coach_details {
    left: 1em;
    -webkit-transform: translate(0, -0.5em);
    -ms-transform: translate(0, -0.5em);
    transform: translate(0, -0.5em);
    text-align: left;
  }
  .meet_coaches .coach_list li:nth-child(6n + 1) a:hover .coach_details {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .meet_coaches .coach_list li:nth-child(6n) .coach_details {
    left: auto;
    right: 1em;
    -webkit-transform: translate(0, -0.5em);
    -ms-transform: translate(0, -0.5em);
    transform: translate(0, -0.5em);
    text-align: right;
  }
  .meet_coaches .coach_list li:nth-child(6n) a:hover .coach_details {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 62.5em) {
  .meet_coaches .content {
    padding-left: 8%;
  }
  .meet_coaches .coach_list {
    width: 106%;
    margin-left: -3%;
  }
}

@media (min-width: 80em) {
  .meet_coaches .coach_list li .coach_details,
  .meet_coaches .coach_list li:nth-child(6n) .coach_details,
  .meet_coaches .coach_list li:nth-child(6n + 1) .coach_details {
    top: 107%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -0.5em);
    -ms-transform: translate(-50%, -0.5em);
    transform: translate(-50%, -0.5em);
  }
  .meet_coaches .coach_list li a:hover .coach_details,
  .meet_coaches .coach_list li a:hover:nth-child(6n) .coach_details,
  .meet_coaches .coach_list li a:hover:nth-child(6n + 1) .coach_details {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.coach_profile .hero_contain {
  overflow: hidden;
  background: #f2f2f2;
}

.coach_profile .hero_contain .hero_content {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 36.25em;
  margin: 0 auto;
  padding: 3em 0;
}

.coach_profile .hero_contain .hero_content .coach_avatar {
  display: block;
  width: 10em;
  margin: 0 auto 2em;
  background: white;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.coach_profile .hero_contain .hero_content .coach_avatar img {
  display: block;
}

.coach_profile .hero_contain .hero_content h6 {
  margin-bottom: 0.25em;
}

.coach_profile .hero_contain .hero_content h1 {
  margin: 0;
}

.coach_profile .hero_contain .hero_content .caption {
  margin-bottom: 3.5em;
  color: #919191;
}

.coach_profile .hero_contain .hero_content h4 {
  margin-bottom: 0.125em;
}

.coach_profile .hero_contain .hero_content p.body {
  margin-bottom: 2em;
}

.coach_profile .hero_contain .hero_content p.body a {
  color: #0070e0;
}

.coach_profile .hero_contain .hero_content .hero_actions .btn {
  margin-bottom: 1.5em;
}

.coach_profile .hero_contain .hero_content .hero_actions .btn:last-child {
  margin: 0;
}

.coach_profile .hero_contain .coach_img {
  display: none;
  position: relative;
  z-index: 0;
  min-width: 25em;
  width: 100%;
  max-width: 44em;
}

.coach_profile .hero_contain .coach_img img {
  display: block;
}

.coach_profile .work_with_block .content {
  overflow: hidden;
  padding: 3.25em 0 0;
  text-align: left;
}

.coach_profile .work_with_block .content h2 {
  position: relative;
  max-width: 15.066666667em;
  margin: 0 0 2.25rem;
}

.coach_profile .work_with_block .content h2::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 95%;
  width: 7.5rem;
  height: 9.0625rem;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/arrow_up_doodle.min.svg)
    no-repeat center;
  background-size: contain;
}

.coach_profile .work_with_block .content p {
  max-width: 27.111111111em;
  margin: 0;
}

.coach_profile .work_with_block .content .btn {
  display: inline-block;
  width: auto;
  margin: 2.5em 0 0;
}

.coach_profile .work_with_block .content blockquote {
  float: right;
  max-width: 29.1875rem;
  margin: 3rem 0 0 3rem;
  padding-bottom: 5rem;
}

.coach_profile .work_with_block .content blockquote p {
  margin-bottom: 0.25em;
}

.coach_profile .work_with_block .content blockquote h6 {
  margin: 0;
}

@media (min-width: 28em) {
  .coach_profile .hero_contain .hero_content .hero_actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .coach_profile .hero_contain .hero_content .hero_actions .btn {
    width: auto;
    margin: 0 1em 0 0;
  }
}

@media (min-width: 45.625em) {
  .coach_profile .hero_contain .contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .coach_profile .hero_contain .contain .hero_content {
    text-align: left;
    margin: 0;
    padding: 7.9375em 0 0;
  }
  .coach_profile .hero_contain .contain .hero_content .coach_avatar {
    display: none;
  }
  .coach_profile .hero_contain .contain .coach_img {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: -12em;
    padding-top: 2em;
    -webkit-transform: translateX(6em);
    -ms-transform: translateX(6em);
    transform: translateX(6em);
  }
}

@media (min-width: 58.75em) {
  .coach_profile .hero_contain .contain .coach_img {
    margin-left: -4em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 62.5em) {
  .coach_profile .hero_contain .contain .hero_content {
    padding-left: 8%;
  }
  .coach_profile .work_with_block .content {
    padding-left: 8%;
  }
}

@media (min-width: 68.75em) {
  .coach_profile .work_with_block .content h2::after {
    display: block;
  }
  .coach_profile .work_with_block .content blockquote {
    margin-top: -4rem;
  }
}

.about_coach {
  padding: 5em 0 0;
}

.about_coach .content {
  max-width: 33em;
}

.about_coach .content p {
  color: #919191;
}

.about_coach .connect h6 {
  margin-bottom: 1em;
}

.about_coach .connect .social_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.about_coach .connect .social_links li {
  width: 47.5%;
  display: block;
  font-size: 1.125em;
  margin: 0 0 1.5em;
}

.about_coach .connect .social_links li:last-child {
  margin: 0;
}

.about_coach .connect .social_links li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e0d0d;
}

.about_coach .connect .social_links li a:hover {
  color: #0070e0;
}

.about_coach .connect .social_links li .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.3125rem;
  margin-right: 0.75em;
}

@media (min-width: 45.625em) {
  .about_coach .about_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about_coach .about_content .connect {
    width: 30%;
    margin-left: 2em;
  }
  .about_coach .about_content .connect .social_links {
    display: block;
  }
  .about_coach .about_content .connect .social_links li {
    width: 100%;
  }
}

@media (min-width: 62.5em) {
  .about_coach {
    padding-left: 8%;
  }
}

.cta_blocks {
  position: relative;
  margin-top: 5.625em;
}

.cta_blocks::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 90%;
  right: 15%;
  width: 6.6875em;
  height: 14.375em;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/arrow_down_doodle_alt.min.svg)
    no-repeat center;
  background-size: contain;
}

.cta_blocks .cta_card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: white;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
  max-width: 37em;
  margin: 0 auto 2em;
}

.cta_blocks .cta_card .corner_img {
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  width: 13.125em;
}

.cta_blocks .cta_card .floating_cards {
  z-index: 0;
  opacity: 0.4;
}

.cta_blocks .cta_card .floating_cards li.sm_card:nth-child(1) {
  top: -4%;
  left: 93%;
}

.cta_blocks .cta_card .floating_cards li.sm_card:nth-child(2) {
  top: -2%;
  left: 75%;
}

.cta_blocks .cta_card .floating_cards li.sm_card:nth-child(3) {
  top: 15%;
  left: 85%;
}

.cta_blocks .cta_card .floating_cards li.sm_card:nth-child(4) {
  top: 25%;
  left: 70%;
}

.cta_blocks .cta_card .floating_cards li.sm_card:nth-child(5) {
  top: 41%;
  left: 95%;
}

.cta_blocks .cta_card .floating_cards li.sm_card:nth-child(6) {
  top: 55%;
  left: 78%;
}

.cta_blocks .cta_card .floating_cards li.sm_card:nth-child(7) {
  top: 70%;
  left: 95%;
}

.cta_blocks .cta_card .content {
  position: relative;
  width: 100%;
  padding: 13% 17%;
}

.cta_blocks .cta_card .content h6 {
  margin-bottom: 0.75em;
}

.cta_blocks .cta_card .content h3 {
  max-width: 11.541666667em;
}

.cta_blocks .cta_card .content h4 {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.cta_blocks .cta_card .content h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/seperator_doodle.min.svg)
    no-repeat left center;
  background-size: contain;
}

.cta_blocks .cta_card .content p {
  color: #919191;
}

.cta_blocks .cta_card .content p.width_sm {
  max-width: 11em;
}

@media (min-width: 37.5em) and (max-width: 54.9375em) {
  .cta_blocks .cta_card .corner_img,
  .cta_blocks .cta_card .floating_cards {
    opacity: 1;
  }
}

@media (min-width: 55em) {
  .cta_blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cta_blocks .cta_card {
    width: 48.5%;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta_blocks .cta_card .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta_blocks .cta_card .content .btn {
    margin-top: auto;
  }
}

@media (min-width: 72em) {
  .cta_blocks .cta_card .corner_img,
  .cta_blocks .cta_card .floating_cards {
    opacity: 1;
  }
}

.what_content {
  margin-top: 7.5em;
}

.what_content .content_block {
  position: relative;
}

.what_content .content_block .bg_img {
  position: absolute;
  z-index: 0;
  opacity: 0.25;
  top: 0;
  right: 0;
  width: 44.6875em;
}

.what_content .content_block .bg_img.wheel {
  -webkit-transform: translateX(9.375em);
  -ms-transform: translateX(9.375em);
  transform: translateX(9.375em);
}

.what_content .content {
  position: relative;
  padding: 8% 0 5em 8%;
}

.what_content .content h2 {
  max-width: 13.833333333em;
}

.what_content .content p {
  max-width: 27.222222222em;
}

.what_content .content p:last-child {
  margin: 0;
}

.what_content .content .btn {
  display: inline-block;
  width: auto;
}

.home .what_content .content_block .bg_img {
  top: 7.5em;
}

.home .what_content .content h6 {
  margin-bottom: 0.5em;
}

.home .what_content .content h2 {
  max-width: 10.6em;
}

.what_content .card_grid {
  position: relative;
  z-index: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.what_content .card_grid li {
  display: block;
  margin-bottom: 1.5em;
}

.what_content .card_grid li .card {
  display: block;
  width: 100%;
}

@media (min-width: 35em) {
  .what_content .card_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .what_content .card_grid li {
    width: 48.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 50em) {
  .what_content .card_grid li {
    width: 31%;
  }
}

@media (min-width: 60em) {
  .what_content .content_block .bg_img {
    opacity: 1;
  }
}

@media (min-width: 65em) {
  .what_content .card_grid li {
    width: 23.5%;
  }
}

@media (min-width: 75em) {
  .home .what_content .content {
    position: relative;
  }
  .home .what_content .content::before {
    content: "";
    position: absolute;
    top: 18%;
    right: 23%;
    width: 11.625em;
    height: 5.75em;
    background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/arrow_doodle.min.svg)
      no-repeat center;
    background-size: contain;
  }
}

.approach .hero_contain {
  max-width: 120em;
  margin: 0 auto;
}

.approach .hero {
  padding: 7.5em 0 12em;
  background: no-repeat center;
  background-size: cover;
}

.approach .hero .content {
  width: 55em;
  max-width: 80%;
}

.approach .hero .content h6,
.approach .hero .content h1,
.approach .hero .content h3 {
  color: white;
}

.approach .hero .content h6 {
  margin-bottom: 0.5em;
}

.approach .hero .content h3 {
  max-width: 20em;
}

.approach .hero .content p {
  color: #b7b7b7;
  margin: 0;
  max-width: 29.777777778em;
}

@media (min-width: 62.5em) {
  .approach .hero .content {
    padding-left: 8%;
  }
}

.what_is {
  position: relative;
  z-index: 1;
  margin: -2.75em 0 5em;
  text-align: center;
}

.what_is .img img {
  display: block;
  width: 21.5em;
  margin: 0 auto;
}

.what_is .content {
  max-width: 30.5em;
  margin: 3.5em auto 0;
}

.what_is .content h6 {
  margin-bottom: 0.5em;
}

.what_is .content h2 {
  margin-bottom: 0.5em;
}

.what_is .content h4 {
  margin: 0;
}

@media (min-width: 45em) {
  .what_is {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .what_is .img {
    margin-right: 2em;
  }
  .what_is .content {
    margin: 0;
    padding: 8.125em 0 0;
  }
}

@media (min-width: 62.5em) {
  .what_is {
    padding: 0 8%;
  }
  .what_is .img {
    margin-left: -2em;
  }
}

@media (min-width: 70em) {
  .what_is .content {
    position: relative;
  }
  .what_is .content::before {
    content: "";
    position: absolute;
    top: 43%;
    right: 104%;
    width: 12.125em;
    height: 5.625em;
    background: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/what_is_arrow.min.svg)
      no-repeat center;
    background-size: contain;
  }
}

.seven_steps {
  margin: 8.9375em 0 8em;
  text-align: center;
}

.seven_steps .heading {
  max-width: 35.9375em;
  margin: 0 auto 6em;
}

.seven_steps .heading h6 {
  margin-bottom: 0.5em;
}

.seven_steps .heading h2 {
  margin-bottom: 0.5em;
}

.seven_steps .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.seven_steps .content .step {
  margin-bottom: 5.5em;
  width: 100%;
}

.seven_steps .content .step img {
  display: block;
  margin: 0 auto 2.5em;
}

.seven_steps .content .step h3 {
  max-width: 12.5em;
  margin: 0 auto 0.5em;
}

.seven_steps .content .step p {
  max-width: 23.333333333em;
  margin: 0 auto;
}

.seven_steps .content .step:first-child {
  width: 100%;
}

@media (min-width: 35em) {
  .seven_steps .content .step {
    width: 47.5%;
  }
}

@media (min-width: 50em) {
  .seven_steps .content .step {
    width: 28%;
  }
}

.our_program .heading {
  margin-bottom: 3.5em;
}

.our_program .heading h6 {
  margin-bottom: 0.5em;
}

.our_program .heading h2 {
  margin-bottom: 0;
}

.our_program .program_content {
  margin-bottom: 5.5em;
}

.our_program .program_content .btn {
  display: inline-block;
  width: auto;
}

.our_program .program_content .content {
  margin-bottom: 4.5em;
}

.our_program .program_content .img {
  display: block;
}

.our_program .program_content .img img {
  float: right;
  display: block;
  width: 30.5em;
}

@media (min-width: 50em) {
  .our_program .program_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .our_program .program_content .content {
    width: 41%;
    margin-right: 5%;
  }
}

@media (min-width: 62.5em) {
  .our_program {
    padding: 0 8%;
  }
}

.card_slider_contain {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 1em;
}

.card_slider_contain.white_bar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10em;
  background: white;
}

.card_slider_contain.neg_top {
  top: -10em;
}

.card_slider_contain .contain {
  position: relative;
  padding-bottom: 6.25em;
}

.card_slider_contain .flex-viewport {
  overflow: visible !important;
}

.card_slider_contain .card_slider {
  min-width: 13.75em;
  width: 55%;
  max-width: 31.25em;
}

.card_slider_contain .card_slider.small {
  min-width: 17.5em;
  width: 75%;
  max-width: 19em;
}

.card_slider_contain .card_slider.timeline {
  min-width: 17em;
  width: 65%;
  max-width: 26em;
}

.card_slider_contain .card_slider .slider_nav {
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.card_slider_contain .card_slider .flex-direction-nav li {
  position: absolute;
  bottom: 1em;
}

.card_slider_contain .card_slider .flex-direction-nav li a {
  display: block;
  text-indent: -999em;
  width: 5em;
  height: 1.875em;
  background: no-repeat center;
  background-size: contain;
}

.card_slider_contain .card_slider .flex-direction-nav li a.flex-disabled {
  display: none;
}

.card_slider_contain .card_slider .flex-direction-nav .flex-nav-prev {
  left: 1em;
}

.card_slider_contain .card_slider .flex-direction-nav .flex-nav-prev a {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/arrow_prev.min.svg);
}

.card_slider_contain .card_slider .flex-direction-nav .flex-nav-next {
  right: 1em;
}

.card_slider_contain .card_slider .flex-direction-nav .flex-nav-next a {
  background-image: url(https://cdn.emyth.com/hubfs/EMyth%202019%20Resources/img/icons/arrow_next.min.svg);
}

.card_slider_contain ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.card_slider_contain ul.slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card_slider_contain ul.slides li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.card_slider_contain ul.slides li .slide_content {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.card_slider_contain ul.slides li .slide_content .card {
  width: 100%;
}

.card_slider_contain ul .slide_content {
  padding-right: 6.1538462%;
}

.card_slider_contain ul.img_slider {
  display: block;
}

.card_slider_contain ul.img_slider li {
  display: block;
}

.card_slider_contain ul.img_slider li .slide_content {
  display: block;
}

@media (min-width: 50em) {
  .card_slider_contain .card_slider .flex-direction-nav .flex-nav-prev {
    left: 1.5em;
  }
  .card_slider_contain .card_slider .flex-direction-nav .flex-nav-next {
    right: 1.5em;
  }
}

.card {
  position: relative;
  display: block;
  background: white;
  box-shadow: 0 8px 24px 0 rgba(14, 13, 13, 0.1);
}

.card.pad {
  padding: 2em 1.5em;
}

.card .content {
  padding: 2em 1.5em;
}

.card .content h6 {
  margin: 0;
}

.card .content h3 {
  margin-bottom: 1rem;
}

.card .heading {
  position: relative;
  margin-bottom: 1em;
}

.card .heading .counter {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 3.5rem;
}

.card .heading img {
  display: block;
  margin-bottom: 0.5em;
}

.card .heading h6 {
  padding-top: 0.25em;
  margin-bottom: 0;
}

.card .heading h3 {
  margin-bottom: 0;
  color: #0e0d0d;
}

.card p {
  font-size: 1.125em;
  color: #0e0d0d;
}

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

.timeline .card p {
  font-size: 1.125em;
}

.card.leadership {
  border-bottom: 8px solid #0e0d0d;
}

.card.leadership h6 {
  color: #0e0d0d;
}

.card.marketing {
  border-bottom: 8px solid #30ceff;
}

.card.marketing h6 {
  color: #30ceff;
}

.card.lead_conversion {
  border-bottom: 8px solid #ff6d6d;
}

.card.lead_conversion h6 {
  color: #ff6d6d;
}

.card.lead_generation {
  border-bottom: 8px solid #c37fe6;
}

.card.lead_generation h6 {
  color: #c37fe6;
}

.card.finance {
  border-bottom: 8px solid #70e0bf;
}

.card.finance h6 {
  color: #70e0bf;
}

.card.management {
  border-bottom: 8px solid #ffd24e;
}

.card.management h6 {
  color: #ffd24e;
}

.card.customer_fulfillment {
  border-bottom: 8px solid #ffa514;
}

.card.customer_fulfillment h6 {
  color: #ffa514;
}

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