@font-face {
  font-family: "Gilmer";
  src: url("/fonts/gilmer-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilmer";
  src: url("/fonts/gilmer-heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilmer Fallback";
  src: local("Arial");
  font-weight: 400;
  ascent-override: 77%;
  descent-override: 23%;
  line-gap-override: 20%;
  size-adjust: 106%;
}

@font-face {
  font-family: "Gilmer Fallback";
  src: local("Arial");
  font-weight: 900;
  ascent-override: 77%;
  descent-override: 23%;
  line-gap-override: 20%;
  size-adjust: 109%;
}

:root {
  --dark-slate-blue: #254e70;
  --medium-violet-red: #9e1f62;
  --purple: #6b1543;
  --steel-blue: #37718e;
  --light-slate-grey: #636878;
  --white-smoke: #eee;
  --white: white;
  --black: black;
}

img {
  height: auto;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  color: #333;
  background-color: #f5f3ee;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 2.1;
}

h1 {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 2;
}

a {
  color: var(--medium-violet-red);
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  transform: translate(0, -2px);
}

ul {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

strong {
  font-weight: 700;
}

blockquote {
  color: var(--medium-violet-red);
  border-top: 1px solid #9e1f621c;
  border-bottom: 1px solid #9e1f621c;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px 15px 0;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 11px;
}

._960 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

._960.hero {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 9999;
  background-color: #fff;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  box-shadow: 0 1px 5px #00000024;
}

.div-block-32 {
  color: #947171;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section960 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.section960.nav {
  display: block;
}

.brand {
  align-items: center;
  width: 200px;
  margin-top: 26px;
  margin-bottom: 14px;
  display: flex;
}

.nav-section {
  z-index: 11111;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: var(--purple);
  text-transform: uppercase;
  padding: 21px 20px;
  font-family: Gilmer;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--medium-violet-red);
}

.nav-link.w--current {
  color: #e0e0e0;
}

.nav-link.hide {
  display: none;
}

.nav-link.dropdown {
  color: var(--steel-blue);
  border-top: 1px solid #00000008;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-link.ddowncontainer {
  margin-right: 11px;
}

.nav-menu-2 {
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-34 {
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 3px;
  padding: 3px 10px;
}

.section.lp {
  padding-top: 0;
}

.overall-wrapper {
  overflow: clip;
}

.row {
  color: var(--light-slate-grey);
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  display: flex;
}

.div-block-35 {
  background-image: url('../images/portrait-adrial.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 9px;
}

.audio-video-row {
  color: var(--light-slate-grey);
  align-items: center;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.audio-video-row.sidebar-article {
  color: var(--light-slate-grey);
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 0;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.post-style-icon {
  height: 100%;
}

.audio-video-text {
  text-transform: uppercase;
}

.audio-video-text.divider {
  color: #dfdfdf;
  padding-left: 10px;
  padding-right: 10px;
}

.by-adrial-text {
  text-transform: uppercase;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
}

.by-adrial-text.guest {
  margin-right: 3px;
  text-decoration: none;
}

.by-adrial-text.guestbold {
  font-weight: 700;
  text-decoration: underline;
}

.columns-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  margin-top: 22px;
  display: flex;
  position: relative;
}

.col-left {
  max-width: 35rem;
  padding-right: 34px;
}

.col-left._100 {
  width: 100%;
  padding-right: 0;
}

.col-left.course {
  padding-right: 0;
}

.col-right {
  flex: 1;
  position: relative;
}

.col-right.post-sidebar {
  margin-top: 46px;
}

.col-right.course {
  padding-right: 30px;
}

.button {
  background-color: var(--medium-violet-red);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 3px 24px 5px;
  font-size: 19px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  filter: brightness(110%);
  transform: translate(0, -2px);
}

.button:active {
  transform: none;
}

.button.small {
  background-color: var(--dark-slate-blue);
  align-self: center;
  padding: 0 23px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.button.small.fade {
  opacity: .4;
}

.button.small.magenta {
  background-color: var(--medium-violet-red);
}

.button.blue {
  background-color: var(--dark-slate-blue);
}

.button.white-bg {
  color: #f25922;
  background-color: #fff;
  background-image: none;
}

.button.white-bg.blue-txt {
  color: #03104a;
}

.button.tag {
  background-color: var(--dark-slate-blue);
  align-self: flex-start;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 10px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}

.button.full-width {
  width: 100%;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 19px;
}

.button.white {
  color: var(--medium-violet-red);
  background-color: #fff;
  display: inline-block;
}

.button.dark {
  background-color: var(--dark-slate-blue);
}

._960-container {
  width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-50 {
  padding: 41px 157px;
}

.button-container {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.button-container.blue-bg {
  background-color: var(--steel-blue);
}

.button-container.purple {
  background-color: var(--medium-violet-red);
}

.body {
  font-family: Gilmer;
}

.heading-thin {
  color: var(--medium-violet-red);
  margin-top: 0;
  margin-bottom: -1px;
  font-size: 46px;
  font-weight: 300;
  line-height: 1;
}

.headline-wrapper {
  margin-top: 49px;
  margin-bottom: 27px;
}

.headline-wrapper.lp {
  position: relative;
}

.heading-thick {
  color: var(--medium-violet-red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
}

.footer-wrapper {
  background-color: var(--steel-blue);
  color: #fff;
  margin-top: 89px;
  padding-bottom: 100px;
  font-size: 16px;
}

.icon-holder {
  opacity: .31;
  height: 18px;
  margin-right: 5px;
  line-height: 1;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 21px;
}

.heading-2.purp {
  color: var(--purple);
}

.responsive-video-container {
  width: 100%;
  position: relative;
}

.responsive-video-container.is-post {
  padding-bottom: 56.25%;
}

.fluid-video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.collection-item {
  border-top: 1px solid #37718e33;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.collection-item.columns {
  border-top: 1px solid var(--white-smoke);
  width: 33%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 23px;
}

.linkblock {
  color: #fff;
  width: 100%;
  text-decoration: none;
  transition: all .2s;
}

.linkblock:hover {
  opacity: .74;
  transform: translate(0, -2px);
}

.linkblock.footer {
  border: 1px solid #ffffff21;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 20px 30px 20px 20px;
  position: relative;
}

.linkblock.footer:hover {
  opacity: .9;
  background-color: #ffffff12;
  border-color: #fff;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
}

.heading-6 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-footer {
  margin-bottom: 4px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.footer-linkblock-wrapper {
  width: calc(50% - 1rem);
  padding-bottom: 15px;
  padding-right: 15px;
}

.text-block-15 {
  color: #0d2941;
  font-size: 19px;
}

.tags-wrapper {
  color: var(--light-slate-grey);
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.byline-tags-wrapper {
  border-bottom: 1px solid var(--white-smoke);
  margin-bottom: 20px;
}

.audio-video-text-copy {
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.div-block-52 {
  margin-top: 5px;
}

.div-block-53 {
  margin-bottom: 3px;
}

.by-adrial {
  color: #000;
  align-items: center;
  margin-right: 22px;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  border-top: 1px solid var(--white-smoke);
  color: var(--light-slate-grey);
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
}

.txt-footer {
  margin-right: 6px;
  display: inline-block;
}

.txt-footer.thick {
  color: #0a122a;
  font-weight: 700;
  text-decoration: underline;
}

.txt-footer.thin {
  color: #000;
  text-decoration: none;
}

.link-block-3 {
  background-color: #ebebeb;
  padding: 17px;
}

.link-block-3:hover {
  opacity: .9;
}

.bold-text {
  text-decoration: underline;
}

.collection-item-2 {
  margin-top: -11px;
}

.text-block-16 {
  margin-right: 6px;
  text-decoration: underline;
  display: inline-block;
}

.paragraph-2 {
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 22px;
}

.paragraph-2.none {
  margin-top: 0;
}

.divider-line {
  background-color: #9297a53d;
  width: 100%;
  height: 1px;
}

.sidebar {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8;
  position: sticky;
  top: 20px;
  box-shadow: 0 1px 5px #00000024;
}

.feature-row {
  margin-top: 10px;
  display: flex;
}

.icon-div {
  width: 31px;
  padding-right: 10px;
}

.icon-div.bigger {
  padding-right: 7px;
}

.feature-text-div {
  flex: 1;
}

.icon {
  width: 100%;
  height: auto;
}

.icon.smaller {
  width: 80%;
}

.icon.inmodule {
  width: 13px;
  margin-right: 7px;
}

.text-block-17 {
  color: var(--light-slate-grey);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.rich-text-block {
  margin-top: 16px;
}

.text-block-18 {
  color: var(--light-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 12px;
  font-weight: 900;
}

.divider-line-holder {
  margin-bottom: 22px;
  padding-top: 22px;
  position: relative;
}

.divider-line-holder.faded {
  opacity: .96;
}

.div-block-54 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.logo-holder {
  opacity: .7;
  align-items: flex-end;
  height: 32px;
  margin-bottom: 19px;
  margin-left: 14px;
  margin-right: 14px;
  display: flex;
}

.logo {
  height: 100%;
}

.logo.nm {
  height: 70%;
}

.black {
  color: #000;
}

.black:hover {
  color: var(--medium-violet-red);
  text-decoration: none;
}

.all-guides-wrapper {
  padding-top: 50px;
}

.guide-wrapper {
  border-radius: 8px;
  margin-top: 27px;
  margin-bottom: 48px;
  box-shadow: 0 1px 5px #00000024;
}

.guide-module-top {
  background-color: var(--dark-slate-blue);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  padding: 33px;
  display: flex;
  position: relative;
}

.guide-module-bottom {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 11px 39px 30px;
}

.guide-top-box-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.guide-top-tag-box {
  color: #fff;
  background-color: #01b7ee;
  justify-content: center;
  align-items: center;
  margin-top: -17px;
  padding: 6px 14px;
  display: flex;
}

.guide-top-tag-box._2 {
  background-color: #f2602a;
}

.guide-top-tag-box._3 {
  background-color: #099b99;
}

.guide-top-tag-box._4 {
  background-color: #c02518;
}

.tab-text {
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

.tab-text.blue {
  color: var(--dark-slate-blue);
}

.bonus-box {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  display: flex;
}

.guide-module-top-copy {
  background-color: var(--dark-slate-blue);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 32px 32px;
  position: relative;
}

.white {
  color: #fff;
}

.bonus-box-wrapper {
  text-align: left;
  align-self: center;
  align-items: center;
  display: flex;
}

.bonus-box-wrapper.margin-top {
  margin-top: 23px;
}

.rich-text-block-3 {
  color: #fff;
}

.rich-text-block-3 h2 {
  color: #fff;
  margin-top: 0;
}

.rich-text-block-3 a {
  color: var(--white);
}

.heading-7 {
  margin-bottom: -39px;
}

.div-block-55 {
  margin-bottom: -24px;
}

.audiomack-embed {
  margin-top: 23px;
}

.audiomack-embed._0-margin-top {
  margin-top: 0;
}

.text-field {
  background-color: #f5f5f5;
  border: 1px #000;
  box-shadow: inset 0 0 3px #00000036;
}

.search {
  margin-top: 82px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  padding-left: 19px;
  padding-right: 19px;
  display: flex;
}

.div-block-56 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-wrapper {
  margin-bottom: 16px;
}

.div-block-57 {
  margin-top: -89px;
}

.text-block-19 {
  display: none;
}

.box {
  text-align: center;
  background-color: #fff;
  margin-top: 55px;
  padding: 46px;
  box-shadow: 0 0 3px 2px #00000008;
}

.div-block-58 {
  text-align: center;
  background-color: #fb595e;
  padding: 18px 32px;
}

.text-block-20 {
  color: #fff;
}

.text-block-21 {
  margin-bottom: 18px;
}

.hid {
  margin-top: 42px;
}

.paragraph-3 {
  margin-top: 22px;
}

.text-block-22 {
  opacity: .26;
}

.footer-legal-links {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}

.error-message {
  background-color: #d74d29;
}

.contact-field {
  opacity: 1;
  color: #000;
  background-color: #0000;
  border-style: none;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.contact-field::placeholder {
  color: #0000005e;
}

.contact-field.message {
  height: 158px;
}

.form-block {
  color: #fff;
}

.sidebar-styled {
  background-color: var(--medium-violet-red);
  padding: 40px;
}

.text-block-23 {
  text-align: center;
}

.text-block-24 {
  color: #fff;
  text-align: left;
  font-weight: 500;
}

.form-element-container {
  border: 1px solid var(--medium-violet-red);
  box-shadow: 0 0 3px 0 var(--white-smoke), inset 0 0 3px 0 #00000021;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 7px;
}

.featured-in-block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.question-container {
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #096ad033;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-container.transparent {
  background-color: #0000;
  border-style: none;
  margin-bottom: 16px;
  padding: 10px 0;
}

.question {
  align-items: flex-start;
  display: flex;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-left: 24px;
  margin-right: 8px;
}

.question-arrow-icon.left {
  opacity: .3;
  margin-top: 11px;
  margin-left: 0;
  margin-right: 16px;
}

.bold {
  font-weight: 500;
}

.answer {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
  overflow: hidden;
}

.answer._2 {
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-20 {
  text-align: center;
  width: 100%;
  margin-top: 14px;
}

.div-block-17 {
  background-color: var(--medium-violet-red);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  justify-content: center;
  margin-bottom: 49px;
  padding: 42px;
  display: flex;
  position: relative;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 67px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.price-table-container {
  background-color: #fff;
  border: 1px #096ad033;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 23px;
  display: flex;
  box-shadow: 0 1px 10px #0000001a;
}

.div-block-18 {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  margin-top: -39px;
  margin-bottom: 10px;
  padding: 10px 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.div-block-18.upright {
  width: auto;
  position: absolute;
  top: 23px;
}

.paragraph-small {
  color: var(--steel-blue);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.centre-align.margin-bottom {
  margin-bottom: 38px;
  font-size: 12px;
}

.section-header-2 {
  text-align: center;
  justify-content: center;
  margin: 0 auto 53px;
  display: block;
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.centre-align.no-bottom-margins {
  display: inline;
}

.heading-8 {
  opacity: .41;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-19 {
  margin-right: 33px;
}

.row-2 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.heading-6-copy {
  color: #fff;
  margin-top: 0;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.heading-9 {
  color: #fff;
}

.div-block-59 {
  margin-top: 23px;
}

.quotation-mark {
  opacity: .1;
  flex: 0 auto;
  width: 34px;
  margin-right: 19px;
}

.small-slide {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.slide-nav-2 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  box-shadow: 0 0 3px 1px #0000000f;
}

.testimonial-container.space-above {
  border-radius: 6px;
  margin-top: 2rem;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.hide {
  display: none;
}

.testimonial-block {
  flex: 1;
}

.icon-3 {
  margin-right: 2px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  box-shadow: 0 1px 5px #00000024;
}

.text-block-25 {
  color: var(--dark-slate-blue);
  font-weight: 700;
  line-height: 1;
}

.div-block-60 {
  background-color: #fff;
  border-radius: 2px;
  margin-top: -8px;
  margin-right: 17px;
  padding: 8px 11px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block-4 {
  color: #000;
  text-decoration: none;
}

.link-block-4:hover {
  opacity: .62;
}

.arrow {
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 100px;
  margin-right: -20px;
  display: flex;
}

.arrow.left {
  margin-left: -20px;
  margin-right: 0;
}

.headline-home-wrapper {
  margin-top: 35px;
}

.homepage-top-p {
  font-size: 16px;
  line-height: 1.8;
}

.div-block-61 {
  width: 50%;
  margin-top: 9px;
  font-size: 13px;
}

.btn-wrapper-home {
  margin-top: 11px;
  margin-bottom: -22px;
  display: flex;
}

.image {
  margin-left: 14px;
}

.homepage-section {
  align-self: flex-end;
}

.div-block-62 {
  padding-top: 66px;
}

.heading-10 {
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 43px;
  line-height: 1.1;
}

.tab {
  color: #000;
  text-transform: uppercase;
  background-color: #254e7024;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 0 17px;
  font-weight: 900;
}

.tab.w--current {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.tabs {
  margin-top: 56px;
}

.collection-list {
  flex-wrap: wrap;
  margin-right: -45px;
  display: flex;
}

.tab-pane {
  border: 6px solid var(--dark-slate-blue);
  background-color: #fff;
  border-radius: 11px;
  padding: 33px 47px 47px;
}

.div-block-63 {
  padding-right: 34px;
}

.div-block-64 {
  text-align: center;
  margin-bottom: 12px;
}

.btn-paginate {
  border-color: var(--white-smoke);
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-count {
  color: var(--light-slate-grey);
  margin-top: -11px;
  font-size: 12px;
  font-weight: 500;
}

.div-block-65 {
  display: flex;
}

.div-block-66 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-circle {
  z-index: 2;
  opacity: 1;
  background-color: #e7decd;
  border-radius: 50%;
  width: 184px;
  height: 184px;
  position: absolute;
}

.home-circle._2 {
  background-color: #c7ac92;
  width: 148px;
  height: 148px;
}

.home-circle._3 {
  z-index: 3;
  background-color: #d4e09b;
  width: 120px;
  height: 120px;
}

.home-circle._4 {
  z-index: 4;
  background-color: #94a89a;
  width: 96px;
  height: 96px;
}

.home-circle._5 {
  z-index: 5;
  background-color: #37718e;
  width: 76px;
  height: 76px;
}

.home-circle._6 {
  z-index: 6;
  background-color: #254e70;
  width: 60px;
  height: 60px;
}

.link-block-5 {
  text-align: right;
  border-style: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 33px 29px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.link-block-5:hover {
  opacity: .55;
}

.footer-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
}

.image-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.image-3 {
  width: 40px;
}

.div-block-67 {
  background-color: var(--light-slate-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-67.flipped {
  transform: rotate(180deg);
}

.div-block-68 {
  text-align: center;
  margin-top: 35px;
}

.nav-menu-3 {
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.top-nav-link {
  color: #6b1543;
  text-transform: uppercase;
  padding: 21px 16px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: all .2s;
}

.top-nav-link:hover {
  opacity: .52;
  color: #9e1f62;
}

.top-nav-link.w--current {
  color: #9e1f6233;
}

.top-nav-link.ddowncontainer {
  margin-right: 11px;
}

.top-nav-link.hide {
  display: none;
}

.top-nav-link.dropdown {
  color: #37718e;
  border-top: 1px solid #00000008;
  padding-top: 18px;
  padding-bottom: 18px;
}

.top-nav-link.btn {
  padding-left: 7px;
  padding-right: 7px;
}

.div-block-69 {
  color: #fff;
  background-color: #37718e;
  border-radius: 3px;
  padding: 3px 10px;
}

.div-block-69.magenta {
  background-color: var(--medium-violet-red);
}

.div-block-70 {
  color: #947171;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-71 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-27 {
  margin-bottom: 18px;
}

.div-block-72 {
  border: 4px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 21px;
  display: inline-block;
}

.div-block-73 {
  width: 50%;
}

.image-4 {
  width: 22px;
  margin-top: -4px;
}

.div-block-74 {
  margin-top: 49px;
}

.text-block-28 {
  display: none;
}

.div-block-76 {
  justify-content: center;
  display: flex;
  gap: 0.35em;
}

.text-block-29 {
  text-transform: uppercase;
  font-weight: 700;
}

.text-block-31 {
  margin-bottom: 20px;
}

.div-block-77 {
  padding-right: 18px;
}

.footer-section {
  padding-top: 54px;
  padding-bottom: 54px;
}

.footer-section.white {
  background-color: var(--white);
  box-shadow: 1px 1px 25px #0000001c;
}

._2-column-flex {
  display: flex;
}

.column-left {
  flex: 1;
  width: 50%;
  padding-right: 61px;
}

.column-right {
  width: 40%;
  flex-shrink: 0;
}

.paragraph-5 {
  color: var(--black);
}

.div-block-78 {
  padding-bottom: 10px;
  padding-right: 15px;
  display: inline-block;
}

.div-block-79 {
  text-align: center;
  margin-top: 43px;
}

.div-block-79.white {
  background-color: var(--white);
  padding: 33px;
}

.image-6 {
  margin-bottom: 33px;
}

.div-block-80 {
  text-align: center;
  margin-bottom: 39px;
}

.search-box-wrapper {
  background-color: var(--white);
  margin-top: 13px;
  margin-bottom: 20px;
  padding: 16px;
}

.search-input {
  border: 1px #0000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
}

.search-input::placeholder {
  color: #c7c7c7;
}

.div-block-81 {
  width: 77%;
}

.div-block-82 {
  padding-top: 43px;
}

.div-block-83 {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 223px;
  margin-top: 26px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 10px 1px #0000000d;
}

.text-block-33 {
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.text-block-34 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.div-block-84 {
  width: 60%;
}

.div-block-85 {
  flex: 1;
  justify-content: center;
  height: 100%;
  display: flex;
}

.image-7 {
  height: 100%;
}

.heading-thin-v2 {
  color: var(--medium-violet-red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}

.section-2 {
  background-color: #eceae6;
}

.div-block-65-copy {
  display: flex;
}

.div-block-61-copy {
  z-index: 55;
  margin-top: 13px;
  font-size: 13px;
  position: relative;
}

.div-block-87 {
  flex: 1;
  align-self: flex-end;
  position: relative;
}

.div-block-87 > picture > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

.btn-wrapper-home-copy {
  flex-direction: column;
  margin-top: 17px;
  display: flex;
}

.homepage-section-copy {
  align-self: flex-end;
  width: 54%;
}

.div-block-81-copy {
  margin-top: 33px;
  margin-bottom: 33px;
}

.div-block-88 {
  width: 19vw;
  margin-bottom: -62px;
  margin-left: 52px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-35 {
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.3;
}

.image-8 {
  border: 5px solid var(--white);
  box-shadow: 0 1px 17px #254e701c;
}

.heading-11 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  line-height: 1;
}

.heading-thick-copy {
  color: var(--medium-violet-red);
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-2-copy {
  margin-top: 9px;
  font-family: Gilmer;
  font-size: 18px;
  line-height: 1.5;
}

.heading-12 {
  margin-top: 0;
}

.text-block-17-copy {
  color: var(--light-slate-grey);
  text-align: left;
  margin-top: -12px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.sidebar-copy {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 11px;
  margin-left: 31px;
  padding: 19px 27px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8;
  box-shadow: 0 1px 5px #00000024;
}

.div-block-90 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.column {
  width: 65%;
}

.text-field-copy {
  background-color: #f5f5f5;
  border: 1px #000;
  box-shadow: inset 0 0 3px #00000036;
}

.heading-13 {
  margin-top: 0;
}

.heading-thick-v2 {
  color: var(--medium-violet-red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.heading-14 {
  line-height: 1.3;
}

.sidebar-container {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 43px;
  padding: 20px 30px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.image-9 {
  width: 100%;
  height: auto;
  margin-top: 9px;
  margin-bottom: 9px;
}

.inside-coaching-block {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.sidebar-new {
  z-index: 111;
  border: 3px solid var(--medium-violet-red);
  text-align: center;
  background-color: #fff;
  border-radius: 100vw;
  width: 100%;
  padding: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8;
  position: sticky;
  top: 10px;
  box-shadow: 0 1px 5px #00000024;
}

.audio-embed {
  width: 100%;
}

.div-block-91 {
  border: 1px solid var(--white);
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  margin-top: 45px;
  padding-top: 66%;
  overflow: hidden;
}

.html-embed-3 {
  height: 100%;
  margin-bottom: -11px;
}

.course-sidebar-container {
  margin-top: 45px;
}

.collection-list._2 {
  flex-direction: column;
}

.collection-item._2 {
  border-top-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-6 {
  padding: 3px 5px;
}

.link-block-6.w--current {
  color: var(--black);
  text-decoration: none;
}

.text-block-37 {
  margin-top: 15px;
}

.collection-item-course-sidebar {
  display: flex;
}

.collection-item-course-sidebar.faded {
  opacity: .5;
}

.text-block-38 {
  margin-top: 3px;
}

.text-block-39 {
  margin-top: 14px;
}

.text-block-40 {
  line-height: 1.5;
}

.text-block-41 {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 15px;
  display: inline-block;
}

.text-block-42 {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 11px;
  line-height: 1.8;
}

.link-block-7 {
  background-color: var(--white);
  color: var(--steel-blue);
  border-radius: 14px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-92 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 200px;
  margin-right: 36px;
  padding-top: 18%;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-93 {
  padding-top: 12px;
  padding-bottom: 44px;
}

.sticky {
  flex: 1;
  margin-top: 26px;
  position: sticky;
  top: 86px;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  text-decoration: none;
}

.lock-icon-holder {
  width: 40px;
}

.div-block-94 {
  width: 9px;
  margin-left: 10px;
}

.image-10 {
  height: 100%;
}

.div-block-95 {
  margin-top: 23px;
}

.anchor-text-holder {
  font-size: 12px;
  display: flex;
}

.div-block-96 {
  background-color: var(--white);
  margin-bottom: 19px;
  padding: 30px 30px 17px;
}

.ebook-test-orig {
  margin-top: 22px;
}

.ebook-test-new {
  display: block;
}

.top-link-banner {
  z-index: 111111;
  color: #03104a;
  cursor: pointer;
  background-color: #f9d01b;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 3px;
  font-family: Gilmer, "Gilmer Fallback", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.top-link-banner:hover {
  background-color: #ffde4c;
  transform: none;
}

.top-link-banner.from-forums {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  height: 190px;
  padding-bottom: 19px;
}

.div-block-97 {
  text-align: center;
  line-height: 1;
}

.text-block-45 {
  font-weight: 700;
  line-height: 1;
  display: inline;
}

.text-block-46 {
  margin-left: 5px;
  text-decoration: underline;
  display: inline;
}

.signup-form-page-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-98 {
  max-width: 600px;
  margin: 16vw auto 111px;
}

.rich-text-block-6 {
  margin-top: 16px;
  margin-bottom: 47px;
}

.image-11 {
  margin-bottom: 49px;
}

.div-block-99 {
  margin-top: 19px;
  margin-bottom: 17px;
}

.sidebar-headline {
  color: var(--dark-slate-blue);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.sidebar-headline-item {
  color: var(--dark-slate-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.sidebar-headline-item.no-bold {
  font-weight: 400;
}

.video-holder-coaching {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 11px;
  padding-top: 56%;
}

.image-12 {
  margin-bottom: 10px;
}

.img_video {
  margin-bottom: 12px;
}

.heading-17 {
  margin-top: 0;
}

.html-embed-4 {
  margin-bottom: 4px;
}

.html-embed-5 {
  height: 160px;
  margin: -35px -20px 5px;
  overflow: hidden;
}

.div-block-102 {
  margin-bottom: 10px;
}

.div-block-103 {
  z-index: 5;
  background-color: var(--black);
  background-image: url('../images/celebs1x-3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  position: relative;
  inset: 0%;
}

.image-13 {
  width: 100%;
  height: auto;
}

.form-ebook {
  max-width: 23rem;
}

.div-block-104 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 68px;
  padding-bottom: 68px;
}

.div-block-105 {
  background-color: #000;
  height: 2px;
  margin-top: 62px;
  margin-bottom: 62px;
}

.image-14 {
  width: 100%;
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-106 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.close-btn {
  font-size: 11px;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.from-forum-section {
  display: none;
}

.div-block-97-copy {
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  ._960 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  ._960.hero {
    text-align: left;
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-32 {
    background-color: var(--medium-violet-red);
    margin-top: 7px;
    margin-bottom: 7px;
  }

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

  .brand {
    width: 230px;
    margin-bottom: 10px;
    margin-left: 14px;
  }

  .icon-2 {
    display: none;
  }

  .menu-btn {
    width: 60px;
    height: 50px;
    padding: 17px 14px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .menu-btn.w--open {
    background-color: #eee;
  }

  .nav-link {
    color: var(--purple);
    text-align: right;
    justify-content: center;
    padding-top: 29px;
    padding-bottom: 29px;
    font-size: 15px;
    display: flex;
  }

  .nav-link.ddowncontainer {
    text-align: center;
    align-items: center;
  }

  .div-block-33 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .nav-menu-2 {
    background-color: #fffffffa;
    flex-flow: wrap;
    align-content: space-around;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    inset: 0%;
    box-shadow: 0 1px 3px #000000b0;
  }

  .div-block-34 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .columns-wrapper {
    flex-flow: column wrap-reverse;
  }

  .col-left {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .col-right {
    z-index: 50;
  }

  .col-right.sticky {
    margin-top: 0;
    position: static;
  }

  ._960-container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-thin, .heading-thick {
    font-size: 65px;
    line-height: 70px;
  }

  .footer-wrapper {
    padding-bottom: 150px;
  }

  .heading-2.purp {
    display: none;
  }

  .collection-item.columns {
    width: 50%;
  }

  .text-block-15 {
    color: #ffffffe6;
  }

  .audio-video-text-copy {
    margin-right: 4px;
    display: inline-block;
  }

  .sidebar {
    text-align: center;
    position: fixed;
    inset: auto 0% 0%;
  }

  .sidebar.ebook {
    position: static;
  }

  .features-wrapper {
    display: none;
  }

  .text-block-17 {
    text-align: left;
  }

  .logo-holder {
    height: 40px;
  }

  .text-field {
    text-align: center;
  }

  .box {
    margin-top: 19px;
    padding: 38px;
  }

  .sidebar-styled {
    text-align: center;
  }

  .form-element-container {
    margin-bottom: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .div-block-17 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .price-table-container {
    text-align: center;
    margin-bottom: 52px;
  }

  .paragraph-small.centre-align.margin-bottom {
    color: #096ad0;
  }

  .section-header-2 {
    margin-bottom: 40px;
  }

  .row-2 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.md-3 {
    width: 75%;
  }

  .col.lg-4.md-3.xs-2 {
    align-items: stretch;
    width: 100%;
  }

  .small-slide {
    width: 100%;
  }

  .icon-3 {
    margin-right: 32vw;
  }

  .rich-text-block-4, .headline-home-wrapper {
    text-align: center;
  }

  .homepage-top-p {
    text-align: left;
  }

  .div-block-61 {
    z-index: 2;
    text-align: center;
    width: 100%;
    position: relative;
  }

  .btn-wrapper-home {
    justify-content: flex-start;
    margin-bottom: -54px;
    display: flex;
  }

  .div-block-62 {
    z-index: 2;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .heading-10 {
    font-size: 6vw;
  }

  .tab {
    flex: none;
  }

  .tabs-menu {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-right: -16px;
    padding-top: 13px;
    padding-right: 18px;
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .tabs-menu::-webkit-scrollbar {
    display: none;
  }

  .collection-list {
    margin-right: 0;
  }

  .tab-pane {
    padding: 21px 26px;
  }

  .page-count {
    margin-top: -10px;
    font-size: 12px;
    font-weight: 500;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .div-block-66 {
    z-index: 0;
    opacity: .65;
    flex: none;
    height: 350px;
  }

  .home-circle {
    opacity: 1;
  }

  .link-block-5 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .nav-menu-3 {
    background-color: #fffffffa;
    flex-flow: wrap;
    align-content: space-around;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
    padding-bottom: 25px;
    overflow: auto;
    box-shadow: 0 1px 3px #000000b0;
  }

  .top-nav-link {
    color: #6b1543;
    text-align: right;
    justify-content: center;
    padding-top: 29px;
    padding-bottom: 29px;
    font-size: 15px;
    display: flex;
  }

  .top-nav-link.ddowncontainer {
    text-align: center;
    align-items: center;
  }

  .div-block-69 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .div-block-70 {
    background-color: #9e1f62;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .image-4 {
    width: 100%;
    margin-top: 0;
    margin-left: 7px;
    margin-right: 7px;
  }

  .text-block-28 {
    display: block;
  }

  .div-block-75 {
    width: 23px;
  }

  .div-block-77 {
    text-align: left;
  }

  ._2-column-flex {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .column-left {
    width: 100%;
    max-width: 500px;
    margin-bottom: 21px;
    padding-right: 0;
  }

  .column-right {
    width: 100%;
  }

  .div-block-81 {
    width: 100%;
  }

  .div-block-83 {
    width: 75%;
    height: 230px;
  }

  .div-block-84 {
    width: 68%;
  }

  .heading-thin-v2 {
    text-align: left;
    font-size: 5vw;
  }

  .heading-thick-copy {
    text-align: left;
  }

  .headline-home-wrapper-copy {
    text-align: center;
  }

  .section-2 {
    margin-bottom: 116px;
    padding-top: 26px;
  }

  .div-block-65-copy {
    flex-direction: column;
  }

  .div-block-61-copy {
    z-index: 2;
    text-align: center;
    width: 100%;
    position: relative;
  }

  .div-block-87 {
    align-self: flex-start;
    width: 51vw;
    margin-top: 10px;
  }

  .btn-wrapper-home-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .homepage-section-copy, .div-block-81-copy {
    width: 100%;
  }

  .div-block-88 {
    width: 25vw;
    margin-left: 0;
    inset: auto 0% 0% auto;
    transform: translate(-50%);
  }

  .text-block-35 {
    text-align: center;
  }

  .heading-11 {
    text-align: left;
    font-size: 2vw;
  }

  .sidebar-copy {
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column {
    width: 100%;
    padding-right: 0;
  }

  .heading-thick-v2 {
    text-align: left;
    font-size: 6vw;
  }

  .inside-coaching-block {
    margin-top: 8px;
  }

  .anchor-text-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .signup-form-page-wrapper {
    align-items: flex-start;
  }

  .div-block-98 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-17 {
    text-align: left;
  }

  .form-ebook {
    flex-direction: column;
    max-width: 23rem;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .icon-2 {
    display: none;
  }

  .col-left {
    width: 100%;
    padding-right: 0;
  }

  ._960-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-thin, .heading-thick {
    font-size: 60px;
    line-height: 65px;
  }

  .collection-item.columns {
    width: 100%;
  }

  .footer-linkblock-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .logo-holder {
    height: 30px;
  }

  .box {
    padding: 24px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .price-table-container {
    padding: 40px;
  }

  .row-2 {
    flex-wrap: wrap;
  }

  .small-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-3 {
    margin-right: 26vw;
  }

  .arrow {
    margin-right: -40px;
  }

  .arrow.left {
    margin-left: -40px;
  }

  .btn-wrapper-home {
    flex-direction: row;
    justify-content: flex-start;
  }

  .div-block-63 {
    padding-right: 0;
  }

  .div-block-73 {
    width: 90%;
  }

  .div-block-77 {
    text-align: left;
    margin-bottom: 21px;
  }

  .footer-section.white {
    padding-top: 32px;
  }

  .column-left {
    text-align: left;
  }

  .div-block-83 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .div-block-84 {
    width: 100%;
  }

  .div-block-85 {
    margin-top: 24px;
  }

  .image-7 {
    height: 210px;
  }

  .heading-thin-v2 {
    font-size: 6vw;
  }

  .div-block-87 {
    width: 61vw;
  }

  .btn-wrapper-home-copy {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-88 {
    width: 30vw;
  }

  .heading-11 {
    font-size: 3vw;
  }

  .heading-thick-copy {
    font-size: 40px;
    line-height: 1.2;
  }

  .div-block-90 {
    flex-direction: column;
    align-items: flex-start;
  }

  .column {
    width: 100%;
    padding-right: 0;
  }

  .heading-13 {
    margin-top: 0;
  }

  .heading-thick-v2 {
    font-size: 7vw;
  }

  .link-block-7 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 46px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .div-block-92 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 50%;
  }

  .div-block-100 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 200px;
    padding-left: 0;
  }

  .row {
    flex-direction: column;
    align-items: flex-start;
  }

  .audio-video-text {
    display: inline-block;
  }

  .button {
    width: 100%;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 19px;
    text-decoration: none;
  }

  .button.small, .button.tag {
    width: auto;
  }

  ._960-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-thin {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-thick {
    font-size: 33px;
    line-height: 45px;
  }

  .audio-video-text-copy {
    color: #c4c4c4;
    margin-left: 4px;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
  }

  .by-adrial {
    margin-bottom: 8px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .guide-module-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sidebar-styled {
    text-align: center;
    padding: 31px 20px;
  }

  .form-element-container {
    width: 100%;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0;
  }

  .div-block-17 {
    padding: 24px;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .price-table-container {
    padding: 23px;
  }

  .div-block-18.upright {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 23px;
    left: -25px;
    right: -25px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4, .col.lg-4.md-3.xs-2 {
    width: 100%;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
  }

  .small-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .icon-3 {
    margin-right: 13vw;
  }

  .arrow {
    margin-right: 0;
    inset: auto 0% 0% auto;
  }

  .arrow.left {
    margin-left: 0;
    inset: auto auto 0% 0%;
  }

  .homepage-top-p {
    margin-bottom: 11px;
  }

  .btn-wrapper-home {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-10 {
    font-size: 8vw;
  }

  .tab {
    text-align: center;
    display: inline-block;
  }

  .link-block-5 {
    text-align: center;
    display: block;
  }

  .footer-text {
    display: block;
  }

  .image-2 {
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .text-block-26 {
    text-align: left;
  }

  .image-5 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .div-block-76 {
    text-align: center;
    flex-direction: column;
    display: block;
  }

  .text-block-29 {
    display: inline-block;
  }

  .div-block-77 {
    margin-bottom: 12px;
    padding-right: 0;
  }

  .div-block-78 {
    padding-right: 0;
    display: block;
  }

  .text-block-32 {
    display: inline-block;
  }

  .div-block-83, .div-block-84 {
    width: 100%;
  }

  .div-block-85 {
    justify-content: flex-start;
    width: 100%;
  }

  .heading-thin-v2 {
    font-size: 8vw;
    line-height: 1.1;
  }

  .heading-thick-copy {
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-87 {
    width: 90vw;
    margin-top: 31px;
  }

  .div-block-88 {
    width: 50vw;
  }

  .heading-11 {
    font-size: 4vw;
  }

  .paragraph-2-copy {
    text-align: left;
  }

  .sidebar-copy {
    z-index: 55;
    margin-top: -88px;
    margin-left: 0;
    position: relative;
  }

  .div-block-90 {
    flex-direction: column;
  }

  .heading-thick-v2 {
    font-size: 10vw;
    line-height: 1.2;
  }

  .sidebar-new {
    text-align: center;
  }

  .text-block-41 {
    color: var(--white);
  }

  .link-block-7 {
    text-align: center;
    align-items: center;
    padding-bottom: 17px;
    padding-right: 0;
  }

  .div-block-92 {
    width: 100%;
    margin-bottom: 11px;
    padding-top: 50%;
  }

  .heading-16 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .top-link-banner {
    height: 70px;
  }

  .div-block-97, .div-block-97-copy {
    line-height: 1.3;
  }
}

/* Post search box */
.post-search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border: 2px solid var(--steel-blue);
  border-radius: 8px;
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.post-search-box:focus-within {
  border-color: var(--dark-slate-blue);
  box-shadow: 0 0 0 3px rgba(55, 113, 142, 0.15);
}

.post-search-icon {
  position: absolute;
  left: 14px;
  color: var(--light-slate-grey);
  pointer-events: none;
  flex-shrink: 0;
}

.post-search-input {
  width: 100%;
  padding: 12px 40px 12px 44px;
  border: none;
  background: transparent;
  font-size: 18px;
  font-family: inherit;
  color: var(--dark-slate-blue);
  outline: none;
}

.post-search-input::placeholder {
  color: #a0a4b0;
}

.post-search-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 22px;
  color: var(--light-slate-grey);
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}

.post-search-clear:hover {
  color: var(--dark-slate-blue);
}

.post-search-count {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: var(--light-slate-grey);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .post-search-box {
    margin-bottom: 18px;
  }
  .post-search-input {
    font-size: 16px;
    padding: 10px 36px 10px 38px;
  }
  .post-search-icon {
    left: 12px;
    width: 18px;
    height: 18px;
  }
  .post-search-clear {
    right: 8px;
    font-size: 20px;
  }
  .post-search-count {
    right: 32px;
    font-size: 12px;
  }
}
