/*****
What Matters Style
Version 0.1
****/
@import url("./wm-lib.css");
@import url("./wm-font.css");

/* hide the cookie bot icon in the landing page */
#CookiebotWidget {
  display: none !important;
}

/* reduce the cookie bot widget height to 70vh for device widths less than 1280px */
@media (width < 1280px) {
  #CybotCookiebotDialog{
    top: unset !important;
    bottom: 0 !important;
    transform: translate(-50%, 0%) !important;
  }
  
  #CybotCookiebotDialogBodyContent {
    padding: 0.825em .625em !important;
  }

  #CybotCookiebotDialogBody {
    max-height: 125px !important;
  }

  #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
    justify-content: flex-end;
  }
  
  #CybotCookiebotDialogTabContent {
    position: relative;
  }

  #CybotCookiebotDialogTabContent::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4em;
    pointer-events: none;
    z-index: 10;
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  }
}

/* Banner section css porperties */

.banner-y-space {
  margin: 200px 0px 175px;
}

.wm-banner-copy {
  width: 40.384%;
  flex: 0 0 40.384%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wm-banner-video {
  flex: 0 0 59.5%;
  width: 59.5%;
  padding-left: 18px;
}

.wm-banner-copy h1 {
  color: var(--primary-color);
  font-family: "Berthold Regular";
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 77px;
  margin-bottom: 25px;
  /* margin-top: 21px;   */
}

.wm-banner-copy h1 span {
  color: var(--primary-color);
  font-family: "PT serif Italic";
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 77px;
  display: inline-block;
}

.wm-banner-copy p {
  display: block;
  color: #635958;
  font-family: "Berthold Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-right: 73px;
  margin-bottom: 39px;
}

.wm-banner-copy i {
  color: #635958;
}

.wm-banner_arrow a {
  display: inline-block;
}

#wm-email-content-page {
  margin-top: 105px;
  margin-bottom: 145px;
}

.email-content-picture {
  width: 55.46%;
  flex: 0 0 55.46%;
}

.email-content-picture img {
  width: 100%;
  /* height: 439px; */
}

.email-text-content {
  width: 44.54%;
  flex: 0 0 44.54%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding-left: 65px;
}

.email-text {
  /* width: 80.73%; */
  width: 100%;
  color: #9e9494;
  font-family: "Berthold Regular";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 29px;
}

.email-submit {
  display: flex;
  align-items: center;
  height: 44px;
  column-gap: 9px;
  flex-shrink: 0;
  /* margin-left: 65px; */
}

.email-submit .emailInput {
  display: flex;
  align-items: center;
  padding-left: 13.45px;
  width: 71%;
  flex: 0 0 71%;
  height: 44px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #9e9494;
  color: #b7adac;
  font-family: "Berthold Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 275% */
}

.email-submit .emailInput::placeholder {
  width: 158.487px;
  height: 35px;
  flex-shrink: 0;
  /* padding: 2px 193px 7px 13.45px; */
  color: #b7adac;
  font-family: "Berthold Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 275% */
}

.email-submit .emailInput:focus-visible {
  outline: none;
}

.email-submit-button {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  background: #e23023;
  cursor: pointer;
  color: #fff;
  font-family: "Berthold Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}

.wm-slider-nav {
  display: flex;
  justify-content: flex-end;
  gap: 11px;
  margin-bottom: 40px;
}

.m-block {
  display: none;
}


.wm-video-section {
  display: flex;
  justify-content: space-between;
}

.video-section-heading {
  color: var(--secondary-color--);
  font-family: "Berthold Regular";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}



.wm-card-content {
  display: flex;
}

.wm-card-title {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}

.wm-video-durarion {
  padding-top: 89px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.video-check-mark {
  padding-top: 5px;
}

.wm-card-video {
  position: relative;
}

.wm-tabs-wrapper {
  margin-left: 11.8%;
  margin-right: 24.5%;
  margin-bottom: 100px;
  width: 63.7%;
}

.wm-tabs-nav {
  display: flex;
  align-items: center;
  padding: 0px;
}

.wm-tab-list {
  padding: 9px 23px 17.33px 23px;
  border-radius: 5px 5px 0px 0px;
  /* opacity: 0.5; */
  box-sizing: border-box;
  cursor: pointer;
}

.wm-tab-list a {
  color: var(--primary-color--);
  font-family: "PT serif Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.wm-tab-list.active {
  /* border-bottom: 1px solid var(--secondary-color--); */
  background: var(--background-grey-color--);
}

.wm-tab-list.active a {
  border-bottom: 1px solid var(--secondary-color--);
}

.wm-tab-1-content {
  display: block;
  width: 100%;
  border-radius: 0px 5px 5px 5px;
  /* opacity: 0.5; */
  background: var(--background-grey-color--);
  padding: 28px 31px 38px 22px;
}

.resources-container {
  width: 100%;
  display: flex;
  column-gap: 28px;
  align-items: flex-start;
  padding: 19px 0px;
  border-bottom: 1px solid #b7adac;
}

/* .wm-tab-1-content .resources-container:last-child, .last {
  border-bottom: 1px solid #b7adac;
} */

div#wmTab1:first-child .non-lesson-content-wrapper:first-child .resources-container {
  border-top: 1px solid #b7adac;
}

/* .wm-tab-icon {
  display: none;
} */

.wm-tab-number {
  color: var(--secondary-color--);
  font-size: 18px;
  font-family: "PT serif Regular";
  font-weight: 400;
  text-transform: uppercase;
  /* line-height: 20px; */
  letter-spacing: 0.9px;
  word-wrap: break-word;
}

.tab-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.wm-tab-content-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 80%;
}

.content-title-underline {
  color: #030000;
  font-size: 18px;
  font-family: "Berthold Regular";
  font-weight: 400;
  text-decoration: underline;
  line-height: 25px;
  word-wrap: break-word;
}

.content-title {
  color: #030000;
  font-size: 18px;
  font-family: "Berthold Regular";
  font-weight: 400;
  line-height: 25px;
  word-wrap: break-word;
  cursor: pointer;
}

.content-subtitle {
  color: #635958;
  font-size: 16px;
  font-family: "Berthold Regular";
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.wm-watch-button {
  padding: 5px 0px;
}

.wm-watch-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 31px;
  background: #e23023;
  border: 1px solid #e23023;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-family: "Berthold Regular";
  font-weight: 400;
  word-wrap: break-word;
  cursor: pointer;
  background: transparent;
}

.wm-new-watch-button {
  padding: 5px 0px;
  display: flex;
  align-items: center;
}

.wm-new-watch-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 31px;
  border-radius: 5px;
  border: 1px solid #e23023;
  color: var(--secondary-color--);
  font-family: "Berthold Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: 0.5s;
  background: transparent;
}

.wm-new-watch-button button:hover,
.non-lesson-content:hover .wm-new-watch-button button,
.lesson-content:hover .wm-new-watch-button button,
.article-content:hover .wm-new-watch-button button {
  background-color: var(--secondary-color--);
  color: white;
}

.wm-tab-2-content {
  display: none;
  width: 100%;
  height: 461px;
  border-radius: 5px;
  background: var(--background-grey-color--);
  padding: 20px 23px 29px 22px;
}

.transcript-container {
  width: 100%;
  height: 412px;
  overflow-y: scroll;
  padding-right: 19px;
}

.transcript-container::-webkit-scrollbar {
  width: 3px;
  height: 412px;
  flex-shrink: 0;
  background-color: #e9e0e0;
}

.transcript-container::-webkit-scrollbar-thumb {
  width: 3px;
  height: 138.69px;
  flex-shrink: 0;
  background-color: #635958;
}

.transcript-container p {
  color: #635958;
  font-family: "PT serif Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 26px;
}

.transcript-container li {
  color: #635958;
  font-family: "PT serif Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.transcript-container ul,
.transcript-container ol {
  padding-left: 20px;
  padding-bottom: 25px;
}

.transcript-container ul li {
  list-style: disc;
}

.transcript-container ol li {
  list-style: decimal;
}

.transcript-container h2,
.transcript-container h3 {
  margin-bottom: 10px;
}

.transcript-container h3 {
  font-size: 24px;
  line-height: 32px;
}

.transcript-container p:has(+ ul) {
  padding-bottom: 10px;
}

.transcript-container p span {
  color: var(--secondary-color--);
  font-family: "PT serif Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.transcript-container p a {
  color: var(--secondary-color--);
  font-family: "PT serif Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
}

.wm-lesson-sm-container {
  display: none;
}

/* OKR LESSON PAGE STYLE START */
.page-wrapper {
  background-color: var(--background-color--);
}

.okr-text-wrapper p {
  color: var(--ptag-color--);
  font-size: var(--font-size-14--);
}

.wm-post-hero-video {
  flex: 0 0 76.15%;
  width: 76.15%;
}

.wm-post-lessons {
  width: 21.07%;
  flex: 0 0 21.07%;
  display: flex;
  justify-content: space-between;
  margin-left: 2.7%;
  flex-direction: column;
}

.page-wrapper {
  padding: 66px 0 72px;
  margin-top: 66px;
}

.wm-breadcrumb {
  color: var(--secondary-grey-color--);
  font-family: "Berthold Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 11px;
  /* margin-top: 86px; */
}

.wm-breadcrumb-item {
  color: var(--secondary-grey-color--);
}

nav.wm-breadcrumb i {
  font-size: 12px;
}

.wm-post-hero-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  border: none;
}

.wm-post-hero-video .video-overlay {
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.wm-button-container {
  display: flex;
}

.wm-btn-padding-prev {
  padding: 14px 24px;
  display: flex;
  /* column-gap: 20px; */
  column-gap: 12px;
  /* height: 54.2px; */
  align-items: center;
}

.wm-btn-padding-next {
  padding: 14px 27px;
  display: flex;
  /* column-gap: 20px; */
  column-gap: 12px;
  align-items: center;
}

.wm-button-wrapper-prev {
  width: 48.5%;
  border: 1px solid red;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: 0.3s all ease;
}

.wm-button-wrapper-prev:hover {
  background-color: var(--secondary-color--);
}

.wm-button-wrapper-prev:hover .wm-btn-prev {
  color: var(--white-color--);
}

.wm-button-wrapper-prev:hover path {
  fill: var(--white-color--);
}

.wm-share-article {
  cursor: pointer;
}

.wm-button-wrapper-next {
  width: 47.9%;
  background-color: var(--secondary-color--);
  color: var(--white-color--);
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.wm-button-wrapper-prev.disabled,
.wm-button-wrapper-next.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  /* Optional for visual effect */
  pointer-events: none;
  /* Prevent clicking */
}

.wm-btn-prev {
  font-family: "Berthold Regular";
  font-size: var(--font-size-14--);
  font-weight: 400;
  color: red;
}

.wm-btn-next {
  font-family: "Berthold Regular";
  font-size: var(--font-size-14--);
  font-weight: 400;
  color: white;
}

.okr-sidebar-wrapper h3 {
  font-family: "PT Serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.okrs-explained-page .wm-text-title {
  font-size: var(--body-text-size-18--);
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "PT serif Regular";
  font-style: var(--font-style--);
  line-height: var(--font-lh-24--);
}

.wm-button-container {
  display: flex;
  justify-content: flex-end;
}

/* OKR LESSON PAGE STYLE END */

/* OKR CONTENT PAGE STYLE START */
.wm-content-page {
  font-family: "PT serif Regular";
  background-color: var(--white-color--);
  padding: 50px 0px;
}

.wm-main-wrapper {
  column-gap: 5%;
  align-items: center;
  margin-bottom: 25px;
}

.wm-content-container {
  display: flex;
  align-items: center;
  column-gap: 71.55px;
}

.wm-share-links {
  width: 8%;
  height: 22.59px;
  display: flex;
  column-gap: var(--gap-14--);
}

.wm-share-links p {
  font-family: "Berthold Regular";
  font-size: var(--font-size-14--);
  color: var(--grey-color--);
  font-weight: 400;
  font-style: var(--font-style--);
  line-height: var(--font-lh-22--);
}



.wm-share-links .figure {
  /* width: 100%; */
  display: flex;
  column-gap: var(--gap-14--);
  height: 22.59px;
}

.share-icon {
  width: 16.64px;
  height: 20px;
}

.linked-icon {
  width: 18.48px;
  height: 19.37px;
}

.wm-share-title {
  width: 62%;
  display: flex;
  align-items: center;
}

.wm-share-title h1 {
  line-height: var(--font-lh-44--);
  font-size: var(--section-title-size-34--);
  color: var(--secondary-color--);
  /* margin-bottom: 25px; */
  font-style: var(--font-style--);
  font-weight: 400;
  font-family: "Berthold Regular";
}

.wm-content-wrapper {
  padding-left: 13.5%;
  width: 74.5%;
}

.wm-content-wrapper p {
  line-height: var(--font-lh-30--);
  font-size: var(--body-text-size-18--);
  margin-bottom: 42px;
  font-style: var(--font-style--);
  font-family: 'PT serif Regular';
  color: var(--grey-color--);
}

.wm-content-wrapper h3 {
  font-family: 'PT serif Bold';
  font-weight: bold;
  font-size: var(--body-text-size-18--);
  margin-bottom: 20px;
  line-height: var(--font-lh-22--);
  color: var(--primary-color--);
}

.wm-content-sublist {
  padding-left: 20px;
}

.wm-content-wrapper ul {
  padding-left: 20px;
}

.wm-list-block {
  width: 100%;
}

.wm-content-wrapper ul li {
  font-size: var(--body-text-size-18--);
  line-height: var(--font-lh-30--);
  list-style-type: disc;
  color: var(--grey-color--);
}

.wm-share-icon {
  background-color: var(--secondary-color--);
  width: 40px;
  height: 40px;
  padding: 5px 4px;
  border-radius: 8px 0px 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wm-sm-share-block {
  display: none;
}

.wm-sm-share-active {
  display: none;
}

.wm-sm-share-icon-links {
  display: flex;
  padding: 8px 16px;
  background: var(--white-color--);
  border: var(--border-2-bg-grey--);
  column-gap: var(--gap-16--);
  justify-content: center;
  align-items: center;
  border-radius: 8px 0px 0px 8px;
}

/* ACCORDION STYLE START */

.okrs-explained-page .wm-lesson-block-tab {
  display: none;
  border-top: none;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  font-size: 14px;
  padding: 0;
  max-height: 148px;
  overflow-y: auto;
  padding-right: 4px;
  margin-top: 12px;
}

.wm-lesson-block-tab li {
  margin-bottom: 10px;
}

.wm-lesson-block-tab li.wm-lesson:last-child {
  margin-bottom: 0;
}

.wm-lesson-block-tab::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
  background: var(--third-grey-color--);
}

.wm-lesson-block-tab::-webkit-scrollbar-thumb {
  background: var(--secondary-grey-color--);
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff00;
}

.wm-lesson-block-tab ul li {
  line-height: 22px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin: 6px 0;
}

.wm-chapter-tab {
  display: none;
  border-top: none;
}

.wm-chapter-title {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

span.wm-ch-item-title {
  width: 78%;
}

.wm-lesson-page {
  font-family: "Berthold Regular";
}

.wm-chapter-heading-block {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.wm-chapter-title:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  transition: all 0.3s ease;
  font-size: var(--font-size-24--);
  width: 10px;
  height: 10px;
  background-image: url("../img/Arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.wm-chapter.active .wm-chapter-title:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  transition: all 0.3s ease;
  font-size: var(--font-size-24--);
  width: 10px;
  height: 10px;
  background-image: url("../img/Arrow-up-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.wm-chapter-heading-block:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s ease;
  font-size: var(--font-size-24--);
  width: 10px;
  height: 10px;
  background-image: url("../img/Arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.wm-chapter-heading-block.active::after {
  content: "";
  background-image: url('../img/Arrow-up.svg')
}

.wm-chapter.active .wm-chapter-title p {
  color: var(--secondary-color--);
}

.wm-chapter-title p {
  color: var(--grey-color--);
  display: flex;
  font-size: var(--font-size-14--);
  column-gap: var(--gap-10--);
  font-family: "Berthold Regular";
  line-height: var(--font-lh-22--);
}

.wm-chapter-heading-block p {
  color: var(--secondary-grey-color--);
  font-size: var(--font-size-14--);
  font-weight: var(--font-weight-400--);
  font-style: normal;
  line-height: var(--font-lh-22--);
  margin-bottom: 6px;
}

.wm-chapter {
  margin-bottom: 11px;
}

.accordion-header {
  text-align: center;
  color: var(--white-color--);
}

.wm-lesson-wrapper {
  display: flex;
  justify-content: space-between;
}

.wm-lesson-wrapper p {
  font-size: var(--font-size-13--);
  font-family: "Berthold Regular";
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-lh-18--);
  color: var(--grey-color--);
  cursor: pointer;
  margin-left: 30px;
}

.wm-lesson-wrapper:hover p {
  color: var(--secondary-color--);
}

.wm-chapter .stroke {
  fill: transparent;
}

.wm-chapter.active .stroke {
  stroke: #e23023;
}

.wm-chapter.active .text {
  fill: var(--secondary-color--);
}

.wm-chapter-heading-block.active .text {
  fill: var(--secondary-color--);
}

.wm-lesson.active .wm-lesson-wrapper p {
  color: var(--secondary-color--) !important;
}

/* ACCORDION STYLE END */

/* TOOLTIP STYLE START */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext,
.wm-sm-share-active .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
}

.tooltip .tooltiptext::after,
.wm-sm-share-active .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext,
.wm-sm-share-active:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.wm-copy-link {
  display: none;
}

/* TOOLTIP STYLE END */

/* WM CONTENT PAGE STYLE END */

/* --------------------------------MODAL STYLE-------------------------------------------------- */
.wm-video-section {
  display: flex;
  gap: 11px;
  justify-content: flex-end;
}

.video-section-heading {
  color: var(--secondary-color--);
  font-family: "Berthold Regular";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wm-card {
  width: 100%;
  margin-bottom: 126px;
}

.wm-slider-flex {
  display: flex;
  margin-top: 40px;
}

.wm-card-body {
  padding: 23px 24px;
  background-color: var(--secondary-color--);
  color: var(--white-color--);
  font-family: "Berthold Regular";
  min-height: 244px;
  position: relative;
  padding-bottom: 45px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.wm-card-title {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  height: 111px;
  overflow: hidden;
}

.wm-video-durarion {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  position: absolute;
  bottom: 20px;
}

.video-check-mark img {
  margin-right: 0;
  margin-left: auto;
}

.wm-card-video iframe.popular-video {
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.wm-slide-prev.swiper-button-disabled {
  opacity: 0.2;
}

.wm-slide-next.swiper-button-disabled {
  opacity: 0.2;
}

.wm-col-25 {
  /* flex: 0 0 25%; */
  width: 26%;
}

.wm-col-75 {
  /* flex: 0 0 75%; */
  width: 74%;
}

.wm-video-slider-wrapper {
  width: 95.345%;
  margin-left: auto;
}


.wm-slide-next svg {
  display: block;
  margin-left: auto;
}

.wm-slide-prev svg {
  display: block;
  margin-right: auto;
}

/* ---------------------------------------------------------------------------------------- */

/* The Modal (background) */



.modal-sm {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wm-content-end {
  text-align: end;
}

.wm-modal-wrapper {
  width: 51.5%;
  margin: auto;
}

.wm-modal-wrapper-sm {
  width: 57%;
  margin: auto;
}

.wm-popup-video iframe {
  width: 100%;
  margin-top: 12px;
  border: none;
  height: 100%;
  aspect-ratio: 16 / 9;
}

/* .wm-popular-video-popup {
  height: 100%;
} */

.video-overlay button {
  cursor: pointer;
}

button.wm-youtube-watch-btn {
  background-color: #e23123;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 20"><path d="M17 10L0.500001 19.5263L0.500002 0.47372L17 10Z" fill="white" /></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: none;
  border-radius: 5px;
  color: var(--color-light);
  cursor: pointer;
  display: block;
  font-size: 28px;
  left: 50%;
  line-height: 36px;
  padding: 30px 36px;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: filter .1s cubic-bezier(0, 0, 0.2, 1), background-color .2s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
}

button.wm-youtube-search-result-btn {
  background-color: #e23123;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 20"><path d="M17 10L0.500001 19.5263L0.500002 0.47372L17 10Z" fill="white" /></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: none;
  border-radius: 5px;
  color: var(--color-light);
  cursor: pointer;
  padding: 20px 24px;
  text-decoration: none;
  z-index: 1;
}

.card-video-overlay:hover .wm-youtube-watch-btn,
.card-video-overlay .wm-youtube-watch-btn:focus,
.video-overlay:hover .wm-youtube-watch-btn,
.video-overlay .wm-youtube-watch-btn:focus {
  background-color: #b7adac;
  filter: none;
}

.wm-close-btn {
  background-color: transparent;
  border: var(--border-1-white--);
  color: var(--white-color--);
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: var(--body-text-size-16--);
  font-family: "Berthold Regular";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wm-close-btn-sm {
  background-color: transparent;
  border: var(--border-1-white--);
  color: var(--white-color--);
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: var(--body-text-size-16--);
  font-family: "Berthold Regular";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wm-popular-modal.showPopup {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.wm-popular-modal {
  display: none;
  position: fixed;
  z-index: 2;
  padding-top: 100px;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  /* transition: opacity 0.3s ease; */
}

.wm-popular-video-popup iframe {
  width: 100%;
  margin-top: 10px;
  border: none;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.wm-popular-modal-wrapper {
  width: 51.50%;
  margin: auto;
}

.videocard.wm-popular-modal-container {
  display: contents;
}


/* COURSE STRUCTURE STYLE START */
.wm-course-structure {
  background: var(--background-color--);
}

.wm-course-active-arrow {
  content: "";
  transition: all 0.3s ease;
  font-size: var(--font-size-24--);
  width: 10px;
  height: 10px;
  background-image: url('../img/Arrow-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wm-course-title-head.active .wm-course-active-arrow {
  content: "";
  transition: all 0.3s ease;
  font-size: var(--font-size-24--);
  width: 10px;
  height: 10px;
  background-image: url('../img/Arrow-up.svg');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wm-course-tab-list {
  display: none;
  border-top: none;
  margin-bottom: 20px;
}

.wm-course-tab-title {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.wm-course-shadow:first-child .wm-course-chapters-list:first-child .wm-course-tab-list {
  display: block;
}

.wm-course-main-title {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.wm-course-tab-title.active p {
  color: var(--secondary-color--);
}

.wm-course-tab-title p {
  color: var(--grey-color--);
  display: flex;
  align-items: center;
  font-size: var(--font-size-14--);
  column-gap: var(--gap-10--);
  font-family: "Berthold Regular";
}

.wm-course-main-title p {
  color: var(--grey-color--);
  font-size: var(--font-size-14--);
  font-weight: var(--font-weight-400--);
  font-style: normal;
  margin-bottom: 6px;
}


.wm-course-structure-block {
  margin-bottom: 0px;
}

.wm-course-info-para {
  font-size: var(--body-text-size-18--);
  font-style: var(--font-style--);
  font-family: "Berthold Regular";
  font-weight: 400;
  color: var(--grey-color--);
  cursor: pointer;
  transition: 0.5s;
  display: flex;
}

.wm-course-info-para .wm-chapter-number {
  padding-right: 3px;
}

.wm-course-tab-content a:hover .wm-course-info-para {
  text-decoration: underline;
  color: var(--primary-color--);
}

.wm-course-wrapper {
  justify-content: space-between;
  padding: 100px 0;
}

.wm-course-wrapper .course-title {
  width: 20.31%;
}

.wm-course-wrapper .course-title .wm-course-title {
  color: var(--secondary-color--);
  font-size: var(--section-title-size-34--);
  font-family: "Berthold Regular";
  margin-bottom: 23px;
}

.course-page {
  width: 72.8%;
  box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.20);
  /* border: 2px solid black; */
  border-radius: 10px;
  padding: 0 44px 0;
  background-color: var(--white-color--);
}

.course-page .wm-course-sub-title {
  color: var(--secondary-color--);
  font-size: var(--font-size-16--);
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Berthold Regular";
  font-style: var(--font-style--);
  line-height: var(--font-lh-normal--);
}

.course-page .wm-course-main-title {
  font-family: "Berthold Regular";
  color: var(--grey-color--);
  font-size: var(--section-title-size-34--);
  font-weight: var(--font-weight-400--);
  font-style: normal;
}

.course-page .wm-sm-shadow {
  margin-bottom: 65px;
}



.wm-course-box {
  display: flex;
  justify-content: space-between;
  /* column-gap: 55.4%; */
}

.wm-course-text-title {
  width: 66%;
}

.course-page .wm-course-title-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.wm-course-title-head-border-bottom {
  border-bottom: var(--background-color--) 1px solid;

}

.course-page .wm-course-title-head .wm-course-session {
  /* width: 26.48%; */
  width: 192px;
  display: flex;
  justify-content: space-between;
}

.course-page .wm-course-title-head .wm-course-session p {
  color: var(--grey-color--);
  font-family: "Berthold Regular";
  font-size: var(--body-text-size-18--);
  font-weight: 400;
  font-style: var(--font-style--);
  line-height: var(--font-lh-22--);
}

.wm-course-structure-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: var(--background-color--) 1px solid;
  padding: 12px 0;
  align-items: center;
}

.wm-course-tab-title span {
  font-size: var(--body-text-size-18--);
  font-style: var(--font-style--);
  font-family: "Berthold Regular";
  color: var(--secondary-grey-color--);
  font-weight: 400;
  line-height: var(--font-lh-37--);
}

.wm-course-time {
  color: var(--grey-color--);
  font-weight: 400;
  font-size: var(--font-size-16--);
  font-style: var(--font-style--);
  line-height: 24px;
  width: 131px;
}

.wm-course-time-sm {
  display: none;
}

.course-page .wm-course-btn {
  padding: 5px 5px;
  min-width: 90px;
  border-radius: 5px;
  border: var(--secondary-grey-color--) 1px solid;
  background: transparent;
  transition: 0.5s;
}

.wm-course-btn-watch {
  padding: 5px 5px;
  min-width: 90px;
  border-radius: 5px;
  border: var(--secondary-color--) 1px solid;
  background: transparent;
  cursor: pointer;
  transition: 0.5s;
}

.course-page .wm-course-btn a,
.course-page .wm-course-btn {
  font-family: "Berthold Regular";
  color: var(--grey-color--);
  font-size: 16px;
}

.course-page a .wm-course-btn-watch {
  font-family: "Berthold Regular";
  color: var(--secondary-color--);
  font-size: 16px;
}

.course-page .wm-course-btn:hover,
.wm-course-tab-content a:hover .wm-course-btn {
  background-color: var(--secondary-color--);
  border: var(--secondary-color--) 1px solid;
  color: var(--white-color--);
}

.course-page .wm-course-btn:hover a {
  color: var(--white-color--);
}

.course-page .wm-course-btn-watch:hover,
.wm-course-tab-content a:hover .wm-course-btn-watch {
  background-color: var(--secondary-color--);
  border: var(--secondary-color--) 1px solid;
  color: var(--white-color--);
}

.course-page .wm-course-btn-watch:hover a {
  color: var(--white-color--);
}


.wm-course-data {
  width: 80%;
  display: flex;
}

.wm-course-btn {
  cursor: pointer;
}

.wm-course-button-block {
  width: 20%;
  text-align: right;
}

.wm-course-info ul {
  margin: 0px;
  padding-left: 20px;
  display: inline-flex;
}

.wm-course-info ul li:first-child {
  padding-right: 20px;
}

.wm-button-container-lg-none {
  display: none;
}



.wm-course-chapters .wm-course-sm-details .wm-course-sm-para {
  font-size: 18px;
  color: var(--secondary-grey-color--);
  font-family: "Berthold Regular";
}

.wm-course-sm-details {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 15px;
}

.card-video-overlay {
  width: 100%;
  position: relative;
  top: 0;
  text-align: center;
  aspect-ratio: 16 / 9;
  z-index: 2;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.card-video-overlay img {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.wm-non-lesson-youtube-watch-btn {
  cursor: pointer;
}

.video-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  aspect-ratio: 16 / 9;
  z-index: 2;
}

.swiper-slide .video-overlay img {
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.swiper-slide .wm-card-video .video-overlay {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.wm-slide-next svg:focus-visible,
.wm-slide-prev svg:focus-visible {
  outline: none !important;
}

.wm-slide-next:focus-visible,
.wm-slide-prev:focus-visible {
  outline: none !important;
}

.wm-tick {
  display: none;
  margin-top: 5px;
}

.wm-lesson-wrapper {
  position: relative;
}

.wm-lesson-wrapper .lesson-tick {
  display: none;
  position: absolute;
  left: 7px;
  top: 5px;
}

.wm-lesson.active svg.lesson-tick line {
  stroke: var(--secondary-color--);
}

.wm-slide-prev,
.wm-slide-next {
  cursor: pointer;
  border: none;
}

.wm-slide-prev:focus,
.wm-slide-next:focus {
  outline: none;
}

.wm-post-hero-video {
  position: relative;
  cursor: pointer;
}

.wm-chapter-title svg.all-lessons-complete .stroke {
  fill: #e23023;
  stroke: #e23023;
}

.wm-chapter-title svg.all-lessons-complete .text {
  fill: var(--white-color--);
}

.wm-post-hero-video .video-overlay img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.coverImageText {
  position: absolute;
  top: 30%;
  width: 36%;
  color: #fff;
  left: 5%;
  font-family: 'Berthold Regular';
  font-size: var(--font-size-28--);
  ;
  font-weight: var(--font-weight-400--);
  text-align: left;
}

.coverImageText p {
  font-family: 'Berthold Regular';
  font-weight: var(--font-weight-400--);
  font-size: var(--font-size-28--);
  ;
}

.coverImageText p:not(:last-child) {
  margin-bottom: 20px;
}

.wm-mob-post-lessons,
.show-mobile {
  display: none;
}

.non-lesson-content:hover .content-title,
.lesson-content:hover .content-title,
.article-content:hover .content-title {
  text-decoration: underline;
}

.wm-lesson-border-top {
  border-top: var(--background-color--) 1px solid;
}

.wm-chapter-tab {
  display: block !important;
}

.wm-chapter-introduction .wm-chapter-heading-block p {
  margin-bottom: 10px;
}

.wm-chapter-introduction .wm-chapter,
.wm-chapter-conclusion .wm-chapter {
  margin-bottom: 0;
}

.wm-chapter-introduction .wm-lesson-block-tab,
.wm-chapter-conclusion .wm-lesson-block-tab {
  margin-bottom: 11px;
}

.loader {
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.md-effect-fade {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

.md-effect-fade.md-show {
  transform: scale(1);
  opacity: 1;
}

.md-modal {
  position: fixed;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(0%) translateY(-10%);
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.3s;
}

.md-show~.md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-show.md-effect-fade .md-modal-content {
  transform: scale(1);
  opacity: 1;
}

.wm-desktop-course {
  padding-right: 0;
}

.text-cards-wall.desktop.wm-course-wrapper {
  padding: 0;
  max-width: 1440px;
  margin: auto;
}

.text-cards-wall .wm-slider-nav {
  max-width: 1440px;
  margin: auto;
  margin-bottom: 40px;
  margin-right: 20px;
}

.wm-course-slider-wrapper {
  width: 67%;
  padding-left: 15px;
}

.wmCourseSlider .checkbox-item a {
  display: flex;
}

.wmCourseSlider .wm-course-card {
  height: 300px;
  overflow: auto;
}

.wm-course-card::-webkit-scrollbar {
  width: 3px;
  height: 412px;
  flex-shrink: 0;
  background-color: #f1eeee;
}

.wm-course-card::-webkit-scrollbar-thumb {
  width: 3px;
  height: 138.69px;
  flex-shrink: 0;
  background-color: #b7adac;
}

.next-up-banner__img img {
  object-position: top;
}

.resources-entry {
  padding: 23px 20px;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* COURSE STRUCTURE STYLE END */


/* HOME PAGE STYLE START  */

.text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin: 158px auto 105px;
}

.page-header {
  font-size: 68px !important;
  font-family: "Berthold Regular";
  color: #030000 !important;
  margin: 0 !important;
  line-height: 77px !important;
}

.text-wrapper .homepage-subtitle {
  font-size: 34px;
  line-height: 44px;
  color: #9E9494;
  margin-top: 6px;
  text-align: center;
}

.page-header span {
  font-family: "PT serif Italic";
  font-style: italic;
}

body.homepage .sitenav__brandlink {
  display: block !important;
}

body.homepage .sitenav__brand {
  opacity: initial;
  transition: opacity .4s;
}

.wm-homepage-banner h2 {
  font-size: 34px;
  line-height: 44px;
  color: var(--secondary-color--);
}

.okr-resources-heading {
  text-align: center;
  padding: 80px 20px 60px;
  margin: 0 auto;
  font-size: 34px;
  line-height: 44px;
  max-width: 688px;
}

.wm-homepage-banner .has-inline-btn a {
  background-color: #635958 !important;
  color: #e7dfe0 !important;
  margin-left: 10px;
}

.wm-homepage-banner .has-inline-btn a:hover {
  opacity: 0.5;
}

.wm-homepage-banner h3 {
  color: #9E9494;
  font-size: 34px;
  line-height: 44px;
  font-family: "Berthold Regular";
  margin: 0;
}

.tweets-wall-bg {
  padding: 50px 0 !important;
  background-color: var(--secondary-color--) !important;
}

.wm-margin-bottom {
  padding: 84px 0;
}

.dark-inline-btn {
  background-color: #635958;
  color: var(--white-color--);
  font-size: 16px;
  line-height: 22px;
  padding: 4px 8px 5px;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  box-shadow: none;
}

.quote-summary>p:first-of-type {
  margin: 0;
  color: #e23123;
}

.wm-grey-bg {
  background-color: #F1EEEE;
}

.home_page_video_section {
  background-color: #f1eeee;
  padding: 83px 0 0;
  margin-top: 100px;
}

/* .has-inline-btn a:hover {
  background-color: #635958;
  color: #e7dfe0;
} */

.homepage-text-alternate {
  width: 95.84%;
  max-width: 1440px;
  margin: auto;
  margin-top: 100px;
}

.text-alternate-sm-container {
  display: flex;
  width: 93.62%;
  column-gap: 1.81%;
}

.text-alternate-sm-container .wm-image-wrapper {
  width: 58.15%;
}

.text-alternate-sm-container .wm-text-wrapper {
  margin: auto;
  width: 49.7%;
}

.text-alternate-container {
  display: flex;
}

.okr-resource-wrapper {
  max-width: 1440px;
  margin: auto;
}

.homepage-text-alternate .text-first {
  column-gap: 3.33%;
}

.wm-text-wrapper {
  margin: auto;
  width: 59.62%;
}

.wm-text-wrapper h2 {
  color: #e23123;
  font-size: 34px;
  line-height: 44px;
  display: inline-block;
  margin: 0;
}

.wm-text-wrapper h3 {
  color: #b7adac;
  font-size: 34px;
  line-height: 44px;
  margin: 0;
}

.wm-image-wrapper {
  width: 62.66%;
}

.wm-image-wrapper picture img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.text-alternate-sm-container input {
  width: 62.45%;
  margin-right: 20px;
  padding: 10px 20px !important;
}

.wm-homepage-email button {
  width: auto;
  padding: 10.5px 43.25px;
}

.wm-homepage-email {
  padding-top: 20px;
}

.wm-text-caption {
  padding-top: 189px;
  padding-left: 20px;
  max-width: 1440px;
  margin: auto;
}

.wm-text-caption h2 {
  color: #e23123;
  font-size: 34px;
  line-height: 44px;
  display: inline-block;
  margin: 0;
}

.wm-text-caption h3 {
  color: #b7adac;
  font-size: 34px;
  line-height: 44px;
  margin: 0;
}

.tweet-card blockquote+p {
  color: #635958;
}

.wm-homepage-email form#mc-embedded-subscribe-form {
  display: flex;
}

.tweets-wall {
  margin: 41px auto 0;
  max-width: none !important;
}

.tweet-card p {
  color: #635958;
}

.textinput::placeholder {
  color: #B7ADAC;
}


.tweet-card {
  max-width: 332px;
  border-radius: 6px;
}

.flickity-slider:first-child {
  margin-left: 20px;
}

.tweets-wall.desktop .tweets-wall-container {
  max-width: 1440px;
  margin: auto;
}

#homepage .text-cards .text-align-center p {
  padding: 80px 20px 60px;
}

#homepage .has-inline-btn a:hover {
  background-color: #635958;
  color: #e7dfe0;
}

.col-2-margin {
  margin-left: 20px;
}

.postmain .grid3070:last-child {
  margin-bottom: 60px;
}

/** Cookiebot css**/
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #1032cf !important;
  color: white !important;
  padding: 10px !important;
  border-radius: 0.35em !important; 
}
 
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  padding: 8px !important;
  border-radius: 0.35em !important;
}
 
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
  background-color: #1032cf !important;
  color: white !important;
}
 
#CybotCookiebotDialogBodyButtonDecline {
  padding: 8px !important;
  border-radius: 0.35em !important;
  transition: 0.5s ease;
}
 
#CybotCookiebotDialogBodyButtonDecline:hover {
  background-color: #1032cf !important;
  color: white !important;
}
 
#CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
  max-height: unset !important;
  height: unset !important;
}

#get-inspired-page #filter-mob-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

#filter-menu.open {
  z-index: 10;
}

#filter-menu .header svg {
  height: 70px;
}


/* HOME PAGE STYLE END  */


/* RESPONSIVE STYLE START */

@media (min-width: 1500px) {
  .text-cards-wall .wm-slider-nav {
    margin-right: auto;
  }
}


@media (min-width: 1440.98px) {
  .wm-video-slider-wrapper {
    max-width: 1440px;
    margin: auto;
  }
}

@media screen and (min-width: 1440px) {
  .card-grid {
    margin-left: 20px;
    margin-right: 20px;
  }
}


/* Home page media style start */
@media screen and (max-width:1170px) {


  .text-alternate-sm-container .wm-image-wrapper {
    width: 100%;
  }

  .text-alternate-sm-container .wm-text-wrapper {
    margin: auto;
    width: 100%;
    margin-top: 26px;
  }

  .wm-text-wrapper h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .wm-text-wrapper h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .wm-homepage-email button {
    width: auto;
  }

  .text-alternate-sm-container input {
    width: 65.8%;
  }

  .wm-text-caption {
    padding-top: 100px;
  }

  .tweets-wall {
    margin: 0px auto;
  }

  body.homepage .tweets-wall.mobile {
    display: block;
    background: #e23123;
    margin-top: 40px;
  }

  .tweets-wall.desktop .tweets-wall-container .col-2 {
    flex: none;
  }

  .text-cards .text-align-center p {
    padding: 80px 20px 60px;
  }

  .wm-card {
    width: 100%;
    margin-bottom: 74px;
  }

  body.homepage #homepage h1+div {
    margin-top: 0px;
  }

  .wm-homepage-banner h3 {
    font-size: 28px;
  }
}



/* Home page media style end */

@media only screen and (max-width: 1170px) {
  .wm-desktop-course {
    display: none;
  }

  .wm-course-slider-wrapper {
    width: 100%;
    padding-left: 0px;
  }

  .text-cards-wall .wm-slider-nav {
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
  }

  .text-cards-wall.mobile .swiper-slide .progress-card {
    width: unset;
  }

  .wm-homepage-email {
    margin-bottom: 100px;
  }

  .okr-resources-heading {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 1100.98px) {
  .coverImageText {
    font-size: var(--font-size-24--);
    ;
  }

  .coverImageText p {
    font-size: var(--font-size-24--);
    ;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wm-container {
    width: 95.278%;
  }
}

@media (max-width: 992px) {
  .sitenav__navitem--search .autocompletesearch__input {
    width: 100%;
  }
  .text-wrapper {
    margin: 105px auto;
  }
}

@media (max-width: 991.98px) {

  .text-alternate-sm-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .text-alternate-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .text-alternate-container .wm-image-wrapper {
    width: 100%;
    order: 1;
  }

  .text-alternate-container .wm-text-wrapper {
    margin: auto;
    width: 100%;
    margin-top: 26px;
    order: 2;
  }

  .wm-container {
    width: 100%;
    padding: 0 20px;
    position: relative;
  }

  .wm-course-chapters .wm-course-sm-details .wm-course-sm-para {
    font-size: 16px;
    color: var(--secondary-grey-color--);
  }

  .wm-course-title {
    margin-bottom: 0px;
  }

  .wm-course-sm-details {
    display: initial;
    align-items: inherit;
    column-gap: 00px;
    margin-bottom: 0px;
  }

  .wm-button-container-lg-none {
    display: flex;
  }

  .wm-course-structure .wm-row {
    flex-direction: column;
  }

  .wm-course-wrapper {
    padding: 50px 0 100px;
  }

  .course-page .wm-course-title-head .wm-course-session p {
    font-size: var(--font-size-14--);
  }

  .wm-course-shadow {
    box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.20);

    border-radius: 10px;

  }

  .wm-course-main-title p {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .wm-button-container {
    display: none;
    justify-content: center;
  }

  .wm-button-container-lg {
    display: none;
  }



  .wm-course-wrapper .course-title {
    width: 100%;
    margin-bottom: 50px;
  }

  .course-page {
    width: 100%;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }

  .course-page .wm-course-main-title {
    font-size: var(--body-text-size-18--);

  }

  .wm-course-time-sm {
    display: block;
    font-size: var(--font-size-14--);
    font-weight: 400;
    font-family: "Berthold Regular";
    color: var(--secondary-grey-color--);
    font-style: var(--font-style--);

  }

  .wm-chapter {
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
  }

  .course-page .wm-sm-shadow {
    margin-bottom: 16px;
    padding: 12px 24px;
  }

  .wm-course-text-title {
    width: 67%;
  }


  .wm-course-title {
    margin-bottom: 22px;
  }

  .wm-course-wrapper .course-title .wm-course-title {
    font-size: 28px;
  }

  .wm-course-chapters {
    display: flex;
    column-gap: 30px;
  }

  .wm-course-chapters .wm-course-sm-details .wm-course-sm-para {
    font-size: 16px;
    color: var(--secondary-grey-color--);
  }

  .course-page .wm-course-title-head .wm-course-session {
    width: 70px;
    flex-direction: column;
    row-gap: 10px;
  }

  .wm-course-time {
    display: none;
  }

  .course-page .wm-course-title-head {
    align-items: center;
    border: none;
  }

  .wm-course-shadow {
    box-shadow: none;
  }

  .wm-course-chapters-list {
    box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    padding: 24px 12px;
    margin-bottom: 16px;
    background: var(--white-color--);
  }

  .course-page .wm-course-title-head {
    padding: 0;
  }

  .wm-course-structure-block {
    flex-direction: column;
    align-items: flex-start;
    border-top: var(--background-color--) 1px solid;
    padding: 16px 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .wm-course-tab-list {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .wm-course-tab-content a:last-child .wm-course-structure-block {
    padding-bottom: 0;
  }

  .wm-course-button-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: start;
    margin-top: 16px;
  }

  .wm-course-data {
    width: 100%;
    justify-content: space-between;
  }

  .wm-course-data svg {
    order: 2;
    width: 10%;
  }

  .wm-course-info ul .wm-course-info-para {
    order: 1;
  }

  .wm-course-info ul {
    padding-left: 0;
  }

  .wm-course-info ul li:first-child {
    padding-right: 0;
  }

  .wm-course-info-para {
    font-size: var(--font-size-16--);
  }

  .wm-course-info {
    width: 90%;
  }

  .get-started-page .video-section-heading {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .wm-card-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }

  .video-check-mark {
    padding-left: 0;
  }

  .wm-container {
    width: 100%;
    padding: 0 20px;
    position: relative;
  }

  .wm-content-wrapper {
    padding-left: 0px;
    width: 100%;
  }

  .wm-post-hero-video {
    flex: 0 0 100%;
    width: 100%;
  }

  .wm-post-lessons {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 0%;
  }

  .wm-post-hero-video {
    margin-bottom: 50px;
  }

  .wm-sm-shadow {
    box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.2);
    padding: 12px;
    border-radius: 10px;
    background-color: var(--white-color--);
  }

  .wm-mob-post-lessons {
    display: block;
    background: var(--background-color--);
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wm-lesson-block-tab {
    margin-left: 0;
    padding: 0 0px 0 0;
  }

  .wm-lesson-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 0px 0 0;
  }

  .wm-lesson-page {
    margin-bottom: 16px;
  }

  .wm-chapter-heading-block p {
    margin-bottom: 14px;
  }

  .wm-chapter-conclusion .wm-chapter-heading-block p {
    margin-bottom: 0;
  }

  .wm-button-container {
    display: none;
    justify-content: center;
  }

  .wm-main-wrapper {
    column-gap: 0px;
    align-items: inherit;
    margin-bottom: 25px;
  }

  .wm-share-links {
    display: none;
  }

  .wm-share-title h1 {
    font-size: var(--font-size-28--);
    font-family: "Berthold Regular";
    font-style: normal;
    line-height: var(--font-lh-36--);
  }

  .wm-share-title {
    width: 100%;
  }

  .wm-content-wrapper p {
    line-height: var(--font-lh-24--);
    font-size: var(--body-text-size-16--);
    margin-bottom: 24px;
    font-style: var(--font-style--);
  }

  .wm-content-wrapper h3 {
    font-weight: bold;
    font-size: var(--font-size-16--);
    margin-bottom: 16px;
    line-height: var(--font-lh-24--);
  }

  .wm-content-list li {
    font-size: var(--font-size-16--);
    line-height: var(--font-lh-24--);
    list-style-type: disc;
  }

  .wm-sm-share-block {
    display: block;
    position: fixed;
    right: 0;
    bottom: 25px;
    z-index: 2;
  }

  .wm-sm-share-active {
    display: none;
    position: fixed;
    right: 0;
    bottom: 25px;
  }

  .wm-vr-line {
    width: 2px;
    height: 20px;
    background: var(--third-grey-color--);
  }

  .wm-breadcrumb {
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 24px;
  }

  .wm-video-slider-wrapper {
    width: 100%;
    padding: 0 20px;
  }

  .wm-col-25 {
    width: 100%;
  }

  .wm-col-75 {
    width: 100%;
  }

  .wm-col-lg-10 {
    flex: 0 0 86%;
    width: 86%;
  }

  .wm-col-lg-2 {
    flex: 0 0 14%;
    width: 14%;
    text-align: end;
  }


  #wm-email-content-page {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .email-content-picture {
    width: 100%;
    margin-bottom: 50px;
  }

  .email-content-picture img {
    width: 100%;
    /* height: 439px; */
  }

  .email-text-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
  }

  .email-text {
    width: 100%;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 32px;
  }

  .email-submit {
    display: flex;
    align-items: center;
    height: 32px;
    column-gap: 10px;
    flex-shrink: 0;
    /* margin-left: 65px; */
  }

  .email-submit .emailInput {
    display: flex;
    padding: 3px 11px;
    align-items: center;
    width: 71%;
    flex: 0 0 71%;
    height: 44px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #9e9494;
  }

  .email-submit .emailInput::placeholder {
    width: 158.487px;
    height: 35px;
    flex-shrink: 0;
    /* padding: 2px 193px 7px 13.45px; */
    color: #b7adac;
    font-family: "Berthold Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 275% */
  }

  .email-submit-button {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    background: #e23023;
    color: #fff;
    font-family: "Berthold Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
  }

  .banner-y-space {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .wm-banner-video {
    width: 100%;
    padding-left: 0px;
    order: -1;
    margin-bottom: 26px;
  }

  .wm-banner-copy {
    width: 100%;
  }

  .wm-banner-copy h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 24px;
  }

  .wm-banner-copy h1 span {
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 52px;
  }

  .wm-banner-copy p {
    display: block;
    color: #635958;
    font-family: "Berthold Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-right: 0px;
    margin-bottom: 0px;
  }

  .wm-banner_arrow {
    display: none;
  }

  .wm-tabs-wrapper {
    display: none;
  }

  .wm-lesson-sm-container {
    width: 100%;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
  }

  .wm-lesson-sm-content-block {
    align-self: stretch;
    padding: 12px;
    background: #f1eeee;
    box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .page-wrapper {
    padding: 40px 0 50px;
    margin-top: 0;
  }



  .wm-lesson-sm-title {
    align-self: stretch;
    padding: 4px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wm-lesson-sm-title span {
    color: #030000;
    font-size: 16px;
    font-family: "PT serif Bold";
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
  }

  .wm-lesson-sm-content-block {
    display: block;
  }

  .wm-lesson-block-tab {
    display: none;
    border-top: none;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    font-size: 14px;
    padding: 0;
    padding: 0 5px 0 0;
    margin-top: 10px;
  }

  .wm-lesson-block-tab ul li {
    line-height: 22px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 6px 0;
  }

  .wm-lesson-sm-title:after {
    content: "";
    top: 50%;
    right: 0;
    transition: all 0.3s ease;
    font-size: var(--font-size-24--);
    width: 10px;
    height: 10px;
    background-image: url("../img/Arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .wm-lesson-sm-title.active:after {
    content: "";
    top: 50%;
    right: 0;
    transition: all 0.3s ease;
    transform: rotate(180);
    font-size: var(--font-size-24--);
    width: 10px;
    height: 10px;
    background-image: url("../img/Arrow-up.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .wm-lesson-sm-wrapper {
    display: block;
    width: 100%;
    border-radius: 0px 5px 5px 5px;
    background: var(--background-grey-color--);
    padding: 24px 0px 12px;
  }

  .wm-lesson-sm-wrapper hr {
    display: block;
    color: #b7adac;
    margin: 16px 0px;
    box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.2);
  }

  .wm-lesson-sm-item {
    width: 100%;
    height: 100%;
    display: flex;
    column-gap: 12px;
    align-items: flex-start;
    padding: 0px;
    border-top: none;
  }

  .wm-lesson-sm-item-number {
    color: var(--secondary-color--);
    font-size: 16px;
    font-family: "PT serif Regular";
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.8px;
    word-wrap: break-word;
  }

  .wm-lesson-sm-item-content {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }

  .wm-lesson-sm-item-title-underline {
    font-size: 16px;
    line-height: 25px;
    word-wrap: break-word;
    color: var(--primary-color);
    font-family: "Berthold Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
    text-decoration-line: underline;
  }

  .wm-lesson-sm-item-title {
    word-wrap: break-word;
    color: var(--primary-color);
    font-family: "Berthold Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
  }

  .wm-lesson-sm-item-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    color: #635958;
    font-family: "Berthold Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 171.429% */
  }

  .wm-lesson-sm-item-button {
    padding: 0px;
  }

  .wm-lesson-sm-item-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 31px;
    background: #e23023;
    border: 1px solid #e23023;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-family: "Berthold Regular";
    font-weight: 400;
    word-wrap: break-word;
    cursor: pointer;
    background: transparent;
  }

  .wm-lesson-sm-item-new-button {
    padding: 0px;
  }

  .wm-lesson-sm-item-new-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 31px;
    border-radius: 5px;
    border: 1px solid #e23023;
    color: var(--secondary-color--);
    font-family: "Berthold Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
  }

  .last {
    border: none;
  }

  .wm-tab-2-container {
    width: 100%;
    padding: 0px;
    height: 500px;
    box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }

  .transcript-container {
    width: 100%;
    min-height: 500px;
    margin: 24px 0px 12px;
    overflow-y: auto;
    padding-right: 12px;
  }

  .transcript-container::-webkit-scrollbar {
    width: 3px;
    height: 489px;
    flex-shrink: 0;
    background-color: #e9e0e0;
  }

  .transcript-container::-webkit-scrollbar-thumb {
    width: 3px;
    height: 120px;
    flex-shrink: 0;
    background-color: #635958;
  }

  .transcript-container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 25px;
  }

  .transcript-container p:last-child {
    padding-bottom: 0;
  }

  .transcript-container p span {
    color: var(--secondary-color--);
    font-family: "PT serif Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .transcript-container p a {
    color: var(--secondary-color--);
    font-family: "PT serif Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
  }

  .d-lg-none {
    display: none;
  }

  .m-block {
    display: flex;
    gap: 11px;
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .wm-popular-modal-wrapper {
    width: 70%;
    margin: auto;
  }

  .wm-modal-wrapper-sm,
  .wm-modal-wrapper {
    width: 90%;
    margin: auto;
  }

  .wm-popup-video-sm iframe {
    margin-top: 12px;
    border: none;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }

  .wm-content-page {
    padding: 25px 0;
  }

  .wm-sm-share-active .tooltiptext {
    left: 30%;
  }

  .wm-button-wrapper-prev,
  .wm-button-wrapper-next {
    width: 50%;
  }

  .wm-btn-padding-prev {
    padding: 17px 21px;
    column-gap: 12px;
  }

  .wm-btn-padding-next {
    padding: 17px 27px;
    column-gap: 12px;
  }

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .video_section {
    padding-top: 50px;
  }

  .wm-card-body {
    min-height: 146px;
  }

  .mob-non-lesson-content:hover .wm-lesson-sm-item-title,
  .mob-lesson-content:hover .wm-lesson-sm-item-title,
  .mob-article-content:hover .wm-lesson-sm-item-title {
    text-decoration: underline;
  }

  .mob-non-lesson-content:hover .wm-lesson-sm-item-new-button .wm-btn-sm-watch,
  .mob-lesson-content:hover .wm-lesson-sm-item-new-button button,
  .mob-article-content:hover .wm-lesson-sm-item-new-button button {
    background-color: var(--secondary-color--);
    color: white;
    cursor: pointer;
  }

  .wm-lesson-border-top {
    border-top: none;
  }

  body.homepage #homepage h1+div {
    margin-top: 0px;
  }

  .wm-text-caption h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .wm-text-caption h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .homepage-text-alternate {
    width: 100%;
    padding: 0 20px;
  }

  .wm-text-caption {
    padding-top: 0px;
  }
}

/* @media (max-width: 767.98px) and (max-width: 991.98px){
    .swiper-slide .video-overlay img{
        height: 210px;
        object-fit: cover;
        object-position: top;
      }
} */



@media (max-width: 767.98px) {
  .coverImageText {
    font-size: 18px;
    ;
  }

  .coverImageText p {
    font-size: 18px;
  }

  .wm-card-video iframe.popular-video,
  .wm-card-video .video-overlay {
    height: 210px;
  }

  .swiper-slide .video-overlay img {
    height: 210px;
    object-fit: cover;
    object-position: top;
  }

  body.homepage #homepage h1+div {
    margin-top: 15px;
  }

  .homepage-text-alternate {
    width: 100%;
    padding: 0 20px;
  }

  .text-wrapper {
    margin: 85px auto;
  }

  .page-header {
    font-size: 58px !important;
  }

  .text-wrapper .homepage-subtitle {
    font-size: 24px;
  }


}

@media (max-width: 600px) {

  #CybotCookiebotDialog {
    max-height: 388px !important;
  }
 
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    width: 100% !important;
    gap: 7px !important;
  }
 
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    flex: 1 0 100% !important;
  }
 
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    flex: 1 0 40% !important;
  }
 
  #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:last-of-type {
    flex: 1 0 40% !important;
  }
 
  #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    font-weight: 500 !important;
    cursor: pointer !important;
  }
  #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:first-of-type){
    margin-top: 0.3em !important;
  } 
  #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton{
    height: 54px;
  }
}

/* MOBILE SCREEN - 576PX */

@media (max-width: 575.99px) {
  .wm-container {
    width: 100%;
    padding: 0 20px;
    position: relative;
  }

  .wm-content-wrapper {
    padding-left: 0px;
  }

  .wm-post-hero-video {
    flex: 0 0 100%;
    width: 100%;
  }

  .wm-post-lessons {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 0%;
  }

  .wm-post-hero-video {
    margin-bottom: 50px;
  }

  .wm-post-hero-video.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    padding: 0 20px;
    animation: 1s fadeInNav ease;
  }

  @keyframes fadeInNav {
    0% {
      opacity: 1;
      top: -25px;
    }

    100% {
      opacity: 1;
      top: 0;
    }
  }

  .wm-post-hero-video.is-sticky .video-overlay {
    background-clip: content-box;
    padding: 0 20px;
    left: 0;
    background-size: contain;
  }

  .wm-post-hero-video.is-sticky .coverImageText {
    left: 8%;
  }

  .wm-sm-shadow {
    box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.2);
    padding: 12px;
    border-radius: 10px;
  }

  .wm-lesson-block-tab {
    margin-left: 0;
    padding: 0 0px 0 0;
  }

  .wm-lesson-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 0px 0 0;
  }

  .wm-lesson-page {
    margin-bottom: 16px;
  }

  .wm-chapter-heading-block p {
    margin-bottom: 14px;
  }

  /* .wm-button-container {
    display: flex;
    justify-content: center;
  } */

  .wm-main-wrapper {
    column-gap: 0px;
    align-items: inherit;
    margin-bottom: 25px;
  }

  .wm-share-links {
    display: none;
  }

  .wm-share-title h1 {
    font-size: var(--font-size-28--);
    font-family: "Berthold Regular";
    font-style: normal;
    line-height: var(--font-lh-36--);
  }

  .wm-share-title {
    width: 100%;
  }

  .wm-content-wrapper p {
    line-height: var(--font-lh-24--);
    font-size: var(--body-text-size-16--);
    margin-bottom: 24px;
    font-style: var(--font-style--);
  }

  .wm-content-wrapper h3 {
    font-weight: bold;
    font-size: var(--font-size-16--);
    margin-bottom: 16px;
    line-height: var(--font-lh-24--);
  }

  .wm-content-wrapper ul li {
    font-size: var(--font-size-16--);
    line-height: var(--font-lh-24--);
    list-style-type: disc;
  }

  .wm-vr-line {
    width: 2px;
    height: 20px;
    background: var(--third-grey-color--);
  }

  .wm-breadcrumb {
    margin-bottom: 10px;
  }

  .wm-video-slider-wrapper {
    width: 100%;
    padding: 0 20px;
  }

  .wm-col-25 {
    width: 100%;
  }

  .wm-col-75 {
    width: 100%;
  }

  .wm-card-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
  }

  .wm-col-lg-10 {
    flex: 0 0 86%;
    width: 86%;
  }

  .wm-col-lg-2 {
    flex: 0 0 14%;
    width: 14%;
    text-align: end;
  }

  .get-started-page .video-section-heading {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .wm-slide-next {
    margin-left: 11px;
  }

  .banner-y-space {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .wm-row {
    flex-direction: column;
  }

  .wm-banner-video {
    width: 100%;
    padding-left: 0px;
    order: -1;
    margin-bottom: 26px;
  }

  .wm-banner-copy {
    width: 100%;
  }

  .wm-banner-copy h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 24px;
  }

  .wm-banner-copy h1 span {
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 52px;
  }

  .wm-banner-copy p {
    width: 100%;
    color: #635958;
    font-family: "Berthold Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-right: 0px;
  }

  .wm-banner_arrow {
    display: none;
  }

  #wm-email-content-page {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .email-content-picture {
    width: 100%;
    margin-bottom: 50px;
  }

  .email-content-picture img {
    width: 100%;
    /* height: 228.33px; */
  }

  .email-text-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
  }

  .email-text {
    width: 100%;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 32px;
  }

  .email-submit {
    display: flex;
    align-items: center;
    height: 32px;
    column-gap: 10px;
    flex-shrink: 0;
    /* margin-left: 65px; */
  }

  .email-submit .emailInput {
    display: flex;
    padding: 3px 11px;
    align-items: center;
    width: 71%;
    flex: 0 0 71%;
    height: 32px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #9e9494;
  }

  .email-submit .emailInput::placeholder {
    width: 158.487px;
    height: 35px;
    flex-shrink: 0;
    /* padding: 2px 193px 7px 13.45px; */
    color: #b7adac;
    font-family: "Berthold Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 275% */
  }

  .email-submit-button {
    width: 100%;
    height: 32px;
    border-radius: 5px;
    background: #e23023;
    color: #fff;
    font-family: "Berthold Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
  }

  .d-lg-none {
    display: none;
  }

  .m-block {
    display: flex;
    gap: 0;
    justify-content: flex-start;
  }

  button.wm-youtube-watch-btn {
    background-size: 17px 17px;
    padding: 17px;
  }

  .wm-popular-modal-wrapper {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }

  .coverImageText {
    top: 20%;
    width: 42%;
    left: 3%;
    font-size: var(--font-size-14--);
  }

  .coverImageText p {
    font-size: var(--font-size-14--);
  }

  .coverImageText p:not(:last-child) {
    margin-bottom: 10px;
  }

  .wm-course-chapters {
    justify-content: space-between;
  }

  .text-wrapper .homepage-subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-top: 34px;
  }

  .page-header {
    font-size: 50px !important;
    line-height: 68px !important;
  }

  body.homepage #homepage h1+div {
    margin-top: 0px;
  }

  .wm-homepage-email button {
    width: auto;
  }

  .text-alternate-sm-container input {
    width: 62.54%;
  }

  .homepage-text-alternate {
    width: 100%;
    padding: 0 20px;
  }

  .wm-text-caption {
    padding-top: 0px;
  }

  .quote-content {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .text-wrapper {
    margin: 48px 0;
  }

  #homepage .video-section-heading {
    margin-bottom: 32px;
    font-size: 28px;
  }

}



/* RESPONSIVE STYLE END */
/*# sourceMappingURL=wm-style.css.map */