@import url(//fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&family=Roboto:wght@300;400;500;700;900&display=swap);
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
}

body {
  position: relative;
  font-size: 1.6rem;
  background-color: #ffffff;
  background-size: 90vw;
  background-position: center 60vh;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    background-position: center 40vh;
  }
}

.page-wrapper {
  position: relative;
  max-width: 90vw;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .page-wrapper {
    max-width: 1170px;
  }
}

.page-hero {
  padding: 6.5rem 0 17.5rem;
  overflow: hidden;
  background: linear-gradient(99.79deg, #6B209A 0%, #17B3F7 100%);
}
@media screen and (min-width: 768px) {
  .page-hero {
    padding: 6.5rem 0;
  }
}
.page-hero--podcast {
  background: linear-gradient(135deg, #7F48FA 15.94%, #31B5F1 48.23%, #06FF87 100%);
}
.page-hero .page-wrapper {
  position: relative;
}
.page-hero .page-wrapper::after {
  position: absolute;
  right: -13.5rem;
  bottom: -17.5rem;
  z-index: 0;
  display: block;
  content: "";
  width: 37.5rem;
  height: 22.3rem;
  background: url("../images/videos-hero-bg.png") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .page-hero .page-wrapper::after {
    bottom: -6.5rem;
    width: 58.5rem;
    height: 34.9rem;
  }
}
.page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 44.5rem;
  margin: 0 auto;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .page-hero__content {
    margin: 0;
  }
}
.page-hero__content h2 {
  margin-bottom: 2.2rem;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 5.6rem;
}
.page-hero__content p {
  margin-bottom: 2.2rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5em;
}
.page-hero__content h2, .page-hero__content p, .page-hero__content .yt-button {
  text-align: center;
}
.page-hero__content .yt-button {
  height: 24px;
}
@media screen and (min-width: 768px) {
  .page-hero__content h2, .page-hero__content p, .page-hero__content .yt-button {
    text-align: left;
  }
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {
  height: auto;
}

@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }

  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #1f1f1f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p, span {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.uppercase {
  text-transform: uppercase;
}

.button--menu, .button--close, .button--white, .button--purple {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 0;
  outline: none;
  transition: all ease 0.3s;
}

.button--menu, .button--close, .button--white, .button--purple {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.1rem;
  color: #1f1f1f;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  box-sizing: border-box;
  background-color: transparent;
}

.button--w100 {
  width: 100%;
}
.button--purple {
  color: #ffffff;
  border-color: #6b209a;
  background-color: #6b209a;
}
.button--purple:hover {
  color: #ffffff;
  border-color: #8829c4;
  background-color: #8829c4;
}
.button--purple:focus, .button--purple:active {
  border-width: 2px;
  outline: none;
}
.button--white {
  color: #6b209a;
  border-color: #ffffff;
  background-color: #ffffff;
}
.button--white:hover {
  color: #6b209a;
  border-color: #e6e6e6;
  background-color: #e6e6e6;
}
.button--white:focus, .button--white:active {
  border-width: 2px;
  outline: none;
}
.button--close {
  display: flex;
  width: 5rem;
  height: 5rem;
  padding: 0;
  line-height: 5rem;
  border: none;
  border-radius: 50%;
}
.button--close svg {
  fill: #ffffff;
}
.button--close:focus, .button--close:active {
  border: none;
  outline: none;
}
.button--menu {
  display: block;
  padding: 0;
  border: none;
}
.button--menu:focus, .button--menu:active {
  border: none;
  outline: none;
}
.button--menu span {
  display: block;
  width: 44px;
  height: 4px;
  margin-bottom: 6px;
  position: relative;
  background: #6b209a;
  z-index: 1;
  transform-origin: 3px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.button--menu span:first-child {
  transform-origin: 0% 0%;
}
.button--menu span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.button--menu.is-active span {
  opacity: 1;
  transform: rotate(45deg) translate(5px, -7px);
  background: #6b209a;
}
.button--menu.is-active span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.button--menu.is-active span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-3px, 7px);
}

.form-group {
  display: flex;
  align-items: center;
}

.input-group {
  position: relative;
  display: block;
  flex: 1 0 0;
}
.input-group .label {
  position: absolute;
  top: -1rem;
  left: 2.7rem;
  display: block;
  padding: 0 1rem;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2rem;
  background-color: #ffffff;
}
.input-group input,
.input-group textarea {
  width: 100%;
  padding: 1.4rem 1rem 1rem 3.7rem;
  color: #1f1f1f;
  font-size: 1.7rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 2rem;
  border: 1px solid #1f1f1f;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.input-group input:focus, .input-group input:active,
.input-group textarea:focus,
.input-group textarea:active {
  outline: none;
}
.input-group input::-moz-placeholder, .input-group textarea::-moz-placeholder {
  color: #c4c4c4;
}
.input-group input:-ms-input-placeholder, .input-group textarea:-ms-input-placeholder {
  color: #c4c4c4;
}
.input-group input::placeholder,
.input-group textarea::placeholder {
  color: #c4c4c4;
}
.input-group input:-webkit-autofill, .input-group input:-webkit-autofill:hover, .input-group input:-webkit-autofill:focus, .input-group input:-webkit-autofill:active, .input-group input:-internal-autofill-previewed, .input-group input:-internal-autofill-selected,
.input-group textarea:-webkit-autofill,
.input-group textarea:-webkit-autofill:hover,
.input-group textarea:-webkit-autofill:focus,
.input-group textarea:-webkit-autofill:active,
.input-group textarea:-internal-autofill-previewed,
.input-group textarea:-internal-autofill-selected {
  background-color: #ffffff;
}
.input-group textarea {
  display: block;
  height: 15rem;
  border: none;
  resize: none;
}

.checkbox-group {
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox-group .checkbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.4rem;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
}
.checkbox-group input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox-group input[type=checkbox]:checked ~ .checkbox::after {
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #1f1f1f url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy43OTAzIDEuNjEyOUw3LjcwNzExIDEuNzA3MTFMMy43MDcxMSA1LjcwNzExQzMuMzQ2NjIgNi4wNjc1OSAyLjc3OTM5IDYuMDk1MzIgMi4zODcxIDUuNzkwMjlMMi4yOTI4OSA1LjcwNzExTDAuMjkyODk0IDMuNzA3MTFDLTAuMDk3NjMwNiAzLjMxNjU4IC0wLjA5NzYzMDYgMi42ODM0MiAwLjI5Mjg5NCAyLjI5Mjg5QzAuNjUzMzc3IDEuOTMyNDEgMS4yMjA2MSAxLjkwNDY4IDEuNjEyOSAyLjIwOTdMMS43MDcxMSAyLjI5Mjg5TDMgMy41ODVMNi4yOTI4OSAwLjI5Mjg5M0M2LjY4MzQyIC0wLjA5NzYzMTEgNy4zMTY1OCAtMC4wOTc2MzExIDcuNzA3MTEgMC4yOTI4OTNDOC4wNjc1OSAwLjY1MzM3NyA4LjA5NTMyIDEuMjIwNjEgNy43OTAzIDEuNjEyOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat center center;
}
.checkbox-group span {
  display: inline-block;
  margin-left: 1rem;
  color: #1f1f1f;
  font-size: 1.7rem;
  line-height: 2rem;
}
.checkbox-group a {
  color: #6b209a;
  font-weight: 300;
  text-decoration: underline;
}
.checkbox-group a:hover {
  color: #1f1f1f;
}

.header .page-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.5rem;
}
.header__logo a {
  display: block;
  width: 20rem;
}
.header__logo img {
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}
.header__nav {
  position: absolute;
  top: 9.5rem;
  right: 0;
  z-index: -1;
  width: 100%;
  transform: translateX(calc(100% + 5vw));
  transition: transform 0.5s ease;
  background-color: #ffffff;
}
.header__nav ul {
  margin: 0;
  padding: 0;
}
.header__nav ul li {
  display: block;
  text-align: center;
}
.header__nav ul li a {
  display: block;
  margin: 1.5rem;
  color: #1f1f1f;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  line-height: 2.8rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.header__nav ul li a:hover {
  color: #007acb;
}
.header__nav ul li.social-mobile a {
  display: inline-flex;
  margin: 0 0 1.5rem;
}
.header__nav.is-active {
  transform: translateX(5vw);
}
@media screen and (min-width: 1025px) {
  .header__nav {
    position: relative;
    top: 0;
    z-index: 0;
    display: block;
    width: auto;
    transform: none;
    background-color: transparent;
  }
  .header__nav ul {
    display: flex;
  }
  .header__nav ul li {
    text-align: left;
  }
  .header__nav ul li.social-mobile {
    display: none;
  }
}
.header__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.header__social a img {
  display: block;
  width: 1.7rem;
  margin-right: 1rem;
}
.header__social a span {
  display: block;
  color: #6b209a;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}
.header__social--desktop {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header__social--desktop {
    display: block;
  }
}
.header__social--mobile a {
  display: inline-flex;
}
@media screen and (min-width: 1025px) {
  .header .button--menu {
    display: none;
  }
}

.hero {
  background: linear-gradient(99.79deg, #6B209A 0%, #17B3F7 100%);
}
.hero .page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .hero .page-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero__content {
  flex: 0 0 50%;
  padding: 3rem 0 2rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero__content {
    padding: 7.2rem 0 10rem;
    text-align: left;
  }
}
.hero__content p {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero__content p {
    text-align: left;
  }
}
.hero__content .button--white {
  margin: 1.5rem auto 2.2rem;
}
@media screen and (min-width: 768px) {
  .hero__content .button--white {
    display: none;
  }
}
.hero__title {
  margin-bottom: 2rem;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 4.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 4.8rem;
    line-height: 5.8rem;
    text-align: left;
  }
}
.hero__image {
  position: relative;
  display: flex;
  flex: 0 0 50%;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 3.2rem;
}
.hero__image .img-container {
  position: relative;
  z-index: 1;
  width: 53rem;
}
.hero__image .img-container img {
  display: block;
  width: 100%;
}
.hero__image::before {
  position: absolute;
  right: 0;
  bottom: 14rem;
  z-index: 0;
  display: block;
  width: 47rem;
  height: 10.9rem;
  content: "";
  background-image: url("../images/lines.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -3.2rem;
  padding: 3.2rem 6.2rem 2rem;
  background-color: #ffffff;
  box-shadow: 5px 5px 44px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
.newsletter__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .newsletter__title {
    text-align: left;
  }
}
.newsletter form {
  width: 95%;
}
@media screen and (min-width: 1025px) {
  .newsletter form {
    width: auto;
  }
}
.newsletter .form-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  margin: 2.3rem 0 2rem;
}
@media screen and (min-width: 1025px) {
  .newsletter .form-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2.3rem;
  }
}
.newsletter button {
  display: block;
  margin: 0 auto;
}

.timeline {
  margin: 6rem 0 0;
}
@media screen and (min-width: 768px) {
  .timeline {
    margin: 8rem 0 0;
  }
}
.timeline .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline .img-container img.timeline__desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .timeline .img-container img.timeline__desktop {
    display: block;
    width: 100%;
  }
}
.timeline .img-container img.timeline__mobile {
  display: block;
  width: 25rem;
}
@media screen and (min-width: 768px) {
  .timeline .img-container img.timeline__mobile {
    display: none;
  }
}

.featured-grid {
  padding: 8rem 0;
}
.featured-grid__header {
  margin-bottom: 3.4rem;
}
.featured-grid__header--standalone {
  margin-bottom: 6rem;
}
.featured-grid__header h4 {
  margin-bottom: 2.5rem;
  font-size: 3.6rem;
  line-height: 1em;
  text-align: center;
}
.featured-grid__header p {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .featured-grid__header p {
    max-width: 78%;
  }
}
.featured-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 6rem;
}
@media screen and (min-width: 768px) {
  .featured-grid__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 6rem;
  }
}
.featured-grid__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.featured-article__img-container {
  display: block;
  margin-bottom: 2rem;
  border-radius: 1rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.featured-article__img-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.featured-article__img-container:hover img {
  transform: scale(1.05);
}
.featured-article__title {
  margin-bottom: 1.4rem;
}
.featured-article__title > div {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2em;
}
.featured-article__title h5 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2em;
  cursor: pointer;
}
.featured-article__title a {
  color: #1f1f1f;
  text-decoration: none;
}
.featured-article__title a:hover {
  text-decoration: underline;
}

.featured-podcast {
  padding: 0 0 4rem;
  background: linear-gradient(135deg, #7F48FA 15.94%, #31B5F1 48.23%, #06FF87 100%);
}
@media screen and (min-width: 768px) {
  .featured-podcast {
    padding: 8.2rem 0 7.2rem;
  }
}
.featured-podcast__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .featured-podcast__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.featured-podcast__content-container {
  flex: 0 0 calc(36% - 10rem);
  padding: 8.2rem 5.2rem;
  color: #ffffff;
  text-align: center;
  background: url("../images/podcast.svg") no-repeat center center;
  background-size: 40%;
}
.featured-podcast__content-container h5 {
  margin-bottom: 0.8rem;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1em;
}
.featured-podcast__content-container h4 {
  margin-bottom: 3.7rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1em;
}
.featured-podcast__content-container p {
  margin-bottom: 1.5em;
}
.featured-podcast__content-container h4, .featured-podcast__content-container h5, .featured-podcast__content-container p {
  text-align: center;
}
.featured-podcast__content-container .button--white {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .featured-podcast__content-container {
    margin-right: 8rem;
    padding: 8.5rem 0 9.6rem 10rem;
    text-align: left;
    background: url("../images/podcast.svg") no-repeat center left;
    background-size: contain;
  }
  .featured-podcast__content-container h4, .featured-podcast__content-container h5, .featured-podcast__content-container p {
    text-align: left;
  }
  .featured-podcast__content-container .button--white {
    margin: 0;
  }
}
.featured-podcast__podcasts {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .featured-podcast__podcasts {
    flex: 1 0 0;
    padding-right: 10rem;
    background: url("../images/dotted-pattern.png") no-repeat center right;
    background-size: 50%;
  }
}

.featured-podcast-item {
  margin-bottom: 3.6rem;
}
.featured-podcast-item:last-child {
  margin-bottom: 0;
}
.downloadable-items {
  position: relative;
  padding: 7.5rem 0 8.5rem;
  background: linear-gradient(99.79deg, #6B209A 0%, #17B3F7 100%);
}
.downloadable-items::after {
  position: absolute;
  bottom: -10rem;
  left: -20rem;
  z-index: 0;
  display: block;
  content: "";
  width: 42.5rem;
  height: 42.5rem;
  background: url("../images/dotted-pattern.png") no-repeat center center;
  background-size: contain;
}
.downloadable-items__title {
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
}
.downloadable-items__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .downloadable-items__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2%;
  }
}
.downloadable-items__item .img-container {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 3.2rem;
}
.downloadable-items__item .img-container img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.downloadable-items__button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 35rem;
  margin: 0 auto;
  padding: 2rem 3rem;
  color: #1f1f1f;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 1rem;
  transition: background-color 0.3s ease;
  box-shadow: 5px 5px 44px rgba(0, 0, 0, 0.1);
}
.downloadable-items__button:hover {
  background-color: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .downloadable-items__button {
    max-width: none;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .downloadable-items__button {
    flex-direction: row;
    justify-content: space-between;
    padding: 3rem 4rem;
  }
}
.downloadable-items__button span {
  margin-right: 1em;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1em;
}
@media screen and (min-width: 1280px) {
  .downloadable-items__button span {
    font-size: 2.4rem;
  }
}
.downloadable-items__button em {
  display: flex;
  align-items: center;
  color: #6b209a;
  font-size: 1.5rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.8rem;
}
.downloadable-items__button em img {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.7rem;
}

.services {
  padding: 5.4rem 0 5.4rem;
  background: linear-gradient(98.58deg, #7F48FA 4.5%, #31B5F1 57.01%, #06FF87 100.74%);
}
.services__title {
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  max-width: 35rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .services__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2%;
    max-width: none;
    margin: 0 0 4.4rem;
  }
}
.services__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .services__controls {
    margin-top: 0;
  }
}

.service-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem 2.4rem;
  color: #1f1f1f;
  text-decoration: none;
  border-radius: 1rem;
  background-color: #ffffff;
  transition: background-color 0.2s ease;
  box-shadow: 13px 12px 55px rgba(0, 0, 0, 0.25);
}
.service-item:hover {
  background-color: #e6e6e6;
}
.service-item__tag {
  padding: 0.8rem 2rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.4rem;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  background-color: #007acb;
}
.service-item__title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.2rem;
  text-align: center;
}
.service-item__img-container {
  max-width: 50%;
  height: 10rem;
  padding: 1rem 0;
}
.service-item__img-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.instructors {
  padding: 8rem 0 0;
}
.instructors__title {
  margin-bottom: 4.5rem;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
}
.instructors__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
}
@media screen and (min-width: 575px) {
  .instructors__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .instructors__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 5%;
  }
}

.instructor__img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.instructor__img-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease, filter 0.2s ease;
}
.instructor__img-container:hover img {
  transform: scale(1.05);
}
.instructor__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.instructor__content h5 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
}
.instructor__content em {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  text-align: center;
}
.instructor__content span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: center;
}

.instructor-details {
  position: fixed;
  top: 10vh;
  left: 10vw;
  z-index: 2;
  max-width: 80vw;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 5px 5px 44px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .instructor-details {
    position: absolute;
    top: calc(100% + 4rem);
    left: 0;
    max-width: none;
    box-shadow: 5px 5px 44px rgba(0, 0, 0, 0.1);
  }
}
.instructor-details__header {
  display: flex;
  justify-content: space-between;
  padding: 1.8rem 2.5rem;
  color: #ffffff;
  background: linear-gradient(90.65deg, #6B209A 0%, #17B3F7 99.18%);
}
.instructor-details__header h5 {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2em;
}
.instructor-details__header em {
  display: block;
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
}
.instructor-details__header span {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1em;
}
.instructor-details__header .button--close {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .instructor-details__header h5, .instructor-details__header em {
    display: inline-block;
  }
  .instructor-details__header em {
    margin-left: 1em;
  }
  .instructor-details__header .button--close {
    position: relative;
  }
}
.instructor-details__content {
  padding: 2rem 2.5rem;
}
.instructor-details__content p {
  font-size: 1.4rem;
  line-height: 2rem;
}

.founders {
  padding: 8rem 0 0;
  margin-bottom: 4rem;
}
.founders__title {
  margin-bottom: 4.5rem;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
}
.founders__grid {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .founders__grid {
    flex-direction: row;
  }
}
.founders__item {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .founders__item {
    margin: 0 2.8rem;
  }
}
.founders__item img {
  display: block;
  max-width: 27rem;
  max-height: 7rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
}
.pagination .pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 0.35rem;
  color: #1f1f1f;
  text-decoration: none;
  border-radius: 50%;
  background-color: #e7e7e7;
  transition: background-color 0.2s ease;
}
.pagination .pagination__item:hover {
  background-color: #c4c4c4;
}
.pagination .pagination__item span {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.pagination__item.is-active {
  color: #ffffff;
  background-color: #1f1f1f;
  cursor: default;
}
.pagination__item.is-active:hover {
  background-color: #1f1f1f;
}
.pagination__item.is-edge {
  margin: 0 1rem;
  color: white;
  background-color: #007acb;
}
.pagination__item.is-edge:hover {
  background-color: #007acb;
}
.pagination__item.is-edge span {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .pagination {
    margin-bottom: 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .modal {
    align-items: center;
  }
}

.modal-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-container {
  position: relative;
  z-index: 900;
  width: 80vw;
  margin-top: 12rem;
  background-color: #ffffff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .modal-container {
    max-width: 90rem;
    margin-top: 0;
  }
}
.modal-container .button--close {
  position: absolute;
  z-index: 1000;
  top: -3.5rem;
  right: -3.5rem;
}

.modal-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modal-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  overflow: hidden;
}
.footer .page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 7rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .footer .page-wrapper {
    flex-direction: row;
    padding: 10rem 0 8rem;
  }
  .footer .page-wrapper::after {
    position: absolute;
    top: 0;
    right: -20rem;
    display: block;
    content: "";
    width: 45rem;
    height: 45rem;
    background: url("../images/dotted-pattern.png") no-repeat center center;
    background-size: contain;
  }
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17rem;
  margin: 0 auto;
  cursor: pointer;
}
.footer__logo img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin: 0 0 0 10rem;
  }
}
.footer__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .footer__block {
    margin: 0 0 0 14rem;
    align-items: flex-start;
  }
}
.footer__block h5 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.8rem;
}
.footer__block a {
  display: block;
  margin: 0.5rem 0;
  color: #1f1f1f;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
}
.footer__block a:hover {
  text-decoration: underline;
}

.videos-layout .featured-grid {
  padding: 13rem 0 0;
}

.podcast-layout .podcast-grid {
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .podcast-layout .podcast-grid {
    padding: 7rem 5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .podcast-layout .podcast-grid {
    padding: 11.5rem 10rem 0;
  }
}
.podcast-layout .podcast-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 3rem;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .podcast-layout .podcast-item {
    grid-template-columns: 38% 1fr;
    grid-column-gap: 3.2rem;
  }
}
.podcast-layout .podcast-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.podcast-layout .podcast-item__content h3 {
  margin-bottom: 1.4rem;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.25em;
}
.podcast-layout .podcast-item__content p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5em;
}
.podcast-layout .podcast-item__content h3, .podcast-layout .podcast-item__content p {
  text-align: left;
}
