/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
@font-face {
  font-family: Beatrice-ExtraBold;
  src: url(../fonts/Beatrice-ExtraBold.woff2);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Maison-Neue-Book;
  src: url(../fonts/MaisonNeue-Book.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Maison-Neue-Medium;
  src: url(../fonts/MaisonNeue-Medium.woff2);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Maison-Neue-Demi;
  src: url(../fonts/MaisonNeue-Demi.woff2);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Maison-Neue-Bold;
  src: url(../fonts/MaisonNeue-Bold.woff2);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: MaisonNeue-ExtraBold;
  src: url(../fonts/MaisonNeue-ExtraBold.woff2);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: MaisonNeue-Black;
  src: url(../fonts/MaisonNeue-Black.woff2);
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-moz-selection {
  /* Code for Firefox */
  background: #F1B442;
}

::selection {
  background: #F1B442;
}

html {
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Maison-Neue-Book", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  overflow-x: hidden;
  background-color: #FEF7EE;
  position: relative;
  color: #1B2226;
}

.clear-all {
  all: unset !important;
  position: relative;
}
.clear-all::before {
  all: unset !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Beatrice-ExtraBold", sans-serif;
  font-weight: 800;
  line-height: 1.25;
}

h1 {
  font-size: 5.2rem;
  line-height: 1.25;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 3.6rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2.4rem;
}

h6 {
  font-size: 1.8rem;
}

p,
em,
strong,
a {
  font-family: "Maison-Neue-Book", sans-serif;
  font-size: 1.8rem;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

b,
strong {
  font-weight: bolder !important;
  font-family: "Maison-Neue-Bold", sans-serif;
}

ul,
ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  display: block;
}

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

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

.black_text {
  color: #000000;
}

.white_text {
  color: #ffffff;
}

.container {
  max-width: 1310px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.site_desc p {
  font-size: 1.8rem;
  color: #1B2226;
  font-weight: 400;
}
.site_desc p * {
  font-size: inherit;
  line-height: inherit;
}

.site_title {
  font-size: 5.2rem;
  color: #1B2226;
  line-height: 1.25;
  font-family: "Beatrice-ExtraBold", sans-serif;
  letter-spacing: -0.3px;
}
.site_title h1 {
  font-size: 5.2rem;
  color: #1B2226;
  line-height: 1.25;
  font-family: "Beatrice-ExtraBold", sans-serif;
  letter-spacing: -0.3px;
}
.site_title span {
  position: relative;
  font-size: inherit;
  color: #1B2226;
  line-height: inherit;
  font-family: "Beatrice-ExtraBold", sans-serif;
  letter-spacing: -0.3px;
  padding: 0 3px;
  z-index: 1;
  background: linear-gradient(to right, #f1b442, #f1b442 50%, #f1b442 50%) no-repeat;
  background-position: 100% 60%;
  background-size: 100% 40%;
  border-radius: 4px;
  background-image: url(../images/title_bg.svg);
  background-size: 100%;
}

.site_sub_title {
  font-size: 4.2rem;
  color: #1B2226;
  line-height: 1.25;
  font-family: "Beatrice-ExtraBold", sans-serif;
  letter-spacing: -0.3px;
}
.site_sub_title h2 {
  font-size: 4.2rem;
  color: #1B2226;
  line-height: 1.25;
  font-family: "Beatrice-ExtraBold", sans-serif;
  letter-spacing: -0.3px;
}
.site_sub_title span {
  position: relative;
  font-size: 4.2rem;
  color: #1B2226;
  line-height: 1.25;
  font-family: "Beatrice-ExtraBold", sans-serif;
  letter-spacing: -0.3px;
  padding: 0 3px;
  z-index: 1;
  background: linear-gradient(to right, #f1b442, #f1b442 50%, #f1b442 50%) no-repeat;
  background-position: 100% 55%;
  background-size: 100% 50%;
  border-radius: 4px;
  background-image: url(../images/title_bg.svg);
  background-size: 100%;
}

.memberful_button_wrap a {
  font-size: 1.6rem;
  color: #1B2226;
  background-color: #F1B442;
  border-radius: 12px;
  font-family: "Maison-Neue-Bold", sans-serif;
  line-height: 1;
  display: inline-block;
  padding: 18px 30px 16px;
  transition: all 0.3s;
}
.memberful_button_wrap a img {
  max-width: 12px;
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 1px;
  vertical-align: middle;
}
.memberful_button_wrap a:hover {
  background-color: #E3A022;
  color: #06070B;
}

.common_btn {
  font-size: 1.6rem;
  color: #1B2226;
  background-color: #F1B442;
  border-radius: 12px;
  font-family: "Maison-Neue-Bold", sans-serif;
  line-height: 1;
  display: inline-block;
  padding: 18px 30px 16px;
  transition: all 0.3s;
}
.common_btn img {
  max-width: 12px;
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 1px;
  vertical-align: middle;
}
.common_btn:hover {
  background-color: #E3A022;
  color: #06070B;
}
.common_btn.black_btn {
  background-color: #1B2226;
  color: #ffffff;
}
.common_btn.black_btn:hover {
  background-color: #000000;
}
.common_btn.gray_btn {
  background-color: #FEF7EE;
  color: #1B2226;
}
.common_btn.gray_btn:hover {
  opacity: 0.8;
}

.cm_info_label {
  font-size: 16px;
  color: rgba(27, 34, 38, 0.5);
  font-family: "MaisonNeue-Black", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.error_content {
  text-align: center;
  padding: 100px 0px;
}

.page_404 {
  margin-bottom: 10px;
}

.blog_small_label {
  font-size: 12px;
  color: rgba(27, 34, 38, 0.5);
  font-weight: 900;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}

.highland_inline_form_wrapper.stay_touch__modal .success {
  color: #fff;
}
.highland_inline_form_wrapper .success {
  color: #1B2226;
  font-weight: 500;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  font-size: 14px;
}
.highland_inline_form_wrapper .form_error {
  color: rgb(170, 100, 99);
  font-size: 16px;
  font-family: "Maison-Neue-Demi", sans-serif;
  line-height: 1;
  margin-bottom: 12px !important;
}

.loader_active {
  position: relative;
  color: transparent;
}
.loader_active span {
  color: transparent;
}
.loader_active img {
  opacity: 0;
}
.loader_active::before, .loader_active::after {
  content: "";
  position: absolute;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  border-color: #1B2226;
  width: 26px;
  height: 26px;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -13px;
  opacity: 0;
  animation: scale 1.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.8s cubic-bezier(0.3, 0.61, 0.355, 1);
  animation-iteration-count: 1, 1;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.loader_active::after {
  animation-delay: 0.9s;
}

@keyframes scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .site_title {
    font-size: 4rem;
  }
  .site_title span,
  .site_title h1 {
    font-size: 4rem;
  }
  .site_sub_title {
    font-size: 3.5rem;
  }
  .site_sub_title span,
  .site_sub_title h2 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  .site_desc p {
    font-size: 16px;
  }
  .site_title {
    font-size: 3.5rem;
  }
  .site_title span,
  .site_title h1 {
    font-size: inherit;
  }
  .site_sub_title {
    font-size: 3rem;
  }
  .site_sub_title span,
  .site_sub_title h2 {
    font-size: 3rem;
  }
  body {
    line-height: 1.5;
  }
  .common_btn {
    padding: 15px 30px;
  }
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
  .site_sub_title br,
  .site_title br {
    display: none;
  }
  .site_desc p br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .container {
    max-width: 100%;
    padding: 0 60px;
  }
}
/* Header
-------------------------------------------- */
header {
  padding: 30px 0;
}
header .header_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_menu ul {
  display: flex;
  gap: 24px;
}
header .header_menu ul li.account-nav {
  display: none;
}
header .header_menu ul li a {
  font-size: 14px;
  color: #1B2226;
  line-height: 1.2;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
}
header .header_menu ul li a:hover {
  color: #F1B442;
}
header .header_right_wrraper {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .header_right_wrraper .account_link_wrraper {
  line-height: 0;
}
header .header_right_wrraper .account_link_wrraper a {
  font-size: 14px;
  color: #1B2226;
  line-height: 1.2;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
}
header .header_right_wrraper .account_link_wrraper a:hover {
  color: #F1B442;
}
header .header_btn {
  text-align: right;
}
header .header_btn a {
  font-size: 1.4rem;
  color: #1B2226;
  background-color: #F1B442;
  border-radius: 12px;
  font-family: "Maison-Neue-Bold", sans-serif;
  line-height: 1;
  display: inline-block;
  padding: 15px 30px 14px;
  transition: all 0.3s ease 0s;
}
header .header_btn a:hover {
  background-color: #E3A022;
  color: #1B2226;
}
header .menu_toggle_trigger {
  display: none;
}
header .menu_toggle_trigger span {
  width: 100%;
  height: 2px;
  background-color: #1B2226;
  transition: all 0.25s ease 0s;
}

@media (max-width: 991px) {
  header {
    padding: 20px 0;
  }
  header .menu_toggle_trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    width: 20px;
    height: 16px;
    position: relative;
    z-index: 111;
  }
  header .header_logo {
    position: relative;
    z-index: 111;
  }
  header .header_logo img {
    max-width: 120px;
  }
  header .header_menu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fef7ee;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition: all 0.1s ease;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    z-index: 110;
    padding: 110px 15px 25px;
    overflow-y: auto;
    pointer-events: none;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  header .header_menu ul {
    flex-direction: column;
    text-align: center;
  }
  header .header_menu ul li.account-nav {
    display: block;
  }
  header .header_menu ul li a {
    font-size: 20px;
  }
  header .header_right_wrraper {
    min-width: auto;
    margin-left: auto;
    margin-right: 15px;
    position: relative;
    z-index: 120;
  }
  header .header_right_wrraper .account_link_wrraper {
    display: none;
  }
  header .header_btn {
    min-width: auto;
    margin-left: auto;
    margin-right: 15px;
    position: relative;
    z-index: 120;
  }
  .open_menu {
    overflow: hidden;
    touch-action: none;
  }
  .open_menu header .menu_toggle_trigger span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .open_menu header .menu_toggle_trigger span:nth-child(2) {
    opacity: 0;
  }
  .open_menu header .menu_toggle_trigger span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
  .open_menu header .header_menu {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
/* Home
--------------------------------------------- */
.highland_hero_section {
  padding: 45px 0 0;
}
.highland_hero_section__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
.highland_hero_section__row .highland_hero__content .five_star_label {
  display: flex;
  background-color: #EFE8E0;
  border-radius: 10px;
  padding: 9px 15px 6px;
  font-size: 14px;
  font-family: "MaisonNeue-Black", sans-serif;
  line-height: 1;
  color: #1B2226;
  margin-bottom: 10px;
  width: -moz-max-content;
  width: max-content;
  gap: 5px;
  text-transform: uppercase;

}
.highland_hero_section__row .highland_hero__content .five_star_label img {
  max-width: 72px;
  margin-top: -2px;
}
.highland_hero_section__row .highland_hero__content .site_desc {
  margin: 15px 0;
  max-width: 500px;
}
.highland_hero_section__row .highland_hero__content .site_desc p {
  font-size: 18px;
}
.highland_hero_section__row .highland_hero__content .site_desc_bold_line {
  font-size: 18px;
  font-family: "Maison-Neue-Bold", sans-serif;
  margin: 10px 0 20px;
  line-height: 1.2;
}

.trusted_top_founders_section {
  padding: 75px 0;
  overflow: hidden;
}
.trusted_top_founders_section p {
  text-align: center;
  font-size: 12px;
  font-family: "MaisonNeue-Black", sans-serif;
  color: #1B2226;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.trusted_top_founders_section .trusted_logo_slider {
  position: relative;
}
.trusted_top_founders_section .trusted_logo_slider::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #FFF7ED 0%, rgba(255, 247, 237, 0.1) 100%);
  z-index: 3;
  pointer-events: none;
}
.trusted_top_founders_section .trusted_logo_slider::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10%;
  right: 0;
  top: 0;
  background: linear-gradient(-90deg, #FFF7ED 0%, rgba(255, 247, 237, 0.1) 100%);
  z-index: 3;
  pointer-events: none;
}
.trusted_top_founders_section .trusted_logo_slider__row .swiper-container {
  visibility: hidden;
}
.trusted_top_founders_section .trusted_logo_slider__row .swiper-container.swiper-initialized, .trusted_top_founders_section .trusted_logo_slider__row .swiper-container.swiper-container-initialized {
  visibility: visible;
}
.trusted_top_founders_section .trusted_logo_slider__row .swiper-wrapper {
  position: relative;
  transition-timing-function: linear !important;
}
.trusted_top_founders_section .trusted_logo_slider__row .swiper-wrapper .swiper-slide {
  width: 200px;
  height: 80px;
  position: static;
}
.trusted_top_founders_section .trusted_logo_slider__row .swiper-wrapper .swiper-slide:not(:last-child) .trusted__logo {
  border-right: 0;
}
.trusted_top_founders_section .trusted_logo_slider__row .trusted__logo {
  width: 200px;
  height: 80px;
  border: 1px solid #DDDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trusted_top_founders_section .trusted_logo_slider__row .trusted__logo img {
  max-width: 135px;
  max-height: 80px;
}
.trusted_top_founders_section .trusted_logo_slider__row.second_row .trusted__logo {
  border-top: 0;
  border-bottom: 0;
}

.members_see_section {
  padding: 20px 0 75px;
  background-color: #EFE8E0;
  position: relative;
  margin-top: 80px;
}
.members_see_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: -79px;
  background-image: url(../images/bg_shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.members_see_section .testimonials_script_wrraper {
  padding: 30px 0 0;
}
.members_see_section__row {
  position: relative;
  overflow: hidden;
}
.members_see_section__row .members_see_more {
  text-align: center;
  z-index: 2;
  position: relative;
}
.members_see_section__row::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 425px;
  bottom: 0;
  background: linear-gradient(360deg, #EFE8E0 10%, rgba(239, 232, 224, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.members_see_section__row.full_review_active::before {
  display: none;
}
.members_see_section__row.full_review_active .members__grid {
  margin-bottom: 0;
}
.members_see_section .members__grid {
  position: relative;
  margin-top: 40px;
  margin-bottom: -300px;
}
.members_see_section .members__grid--item {
  width: calc(33.333% - 20px);
  margin: 10px;
  float: left;
  display: none;
  transition: unset !important;
}
.members_see_section .members__grid--item:nth-child(1), .members_see_section .members__grid--item:nth-child(2), .members_see_section .members__grid--item:nth-child(3), .members_see_section .members__grid--item:nth-child(4) {
  display: block;
}
.members_see_section .members__grid--item .members__box {
  background-color: #ffffff;
  border: 1px solid #DDDEDE;
  border-radius: 16px;
  padding: 35px;
}
.members_see_section .members__grid--item .members__box .star_img img {
  max-width: 102px;
  -o-object-fit: cover;
     object-fit: cover;
}
.members_see_section .members__grid--item .members__box .site_desc {
  margin: 15px 0;
}
.members_see_section .members__grid--item .members__box .site_desc p {
  font-size: 16px;
  font-family: "Maison-Neue-Medium", sans-serif;
  font-weight: 500;
  color: #1B2226;
}
.members_see_section .members__grid--item .members__box .site_desc p + p {
  margin-top: 20px;
}
.members_see_section .members__grid--item .members__box .members__user {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
}
.members_see_section .members__grid--item .members__box .members__user img {
  border-radius: 50%;
  max-width: 38px;
  -o-object-fit: cover;
     object-fit: cover;
}
.members_see_section .members__grid--item .members__box .members__user .members__user_info {
  margin-top: 6px;
}
.members_see_section .members__grid--item .members__box .members__user .members__user_info h4 {
  font-size: 12px;
  line-height: 1.4;
  font-family: "MaisonNeue-Black", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.members_see_section .members__grid--item .members__box .members__user .members__user_info p {
  font-size: 12px;
  line-height: 1.4;
  font-family: "MaisonNeue-Black", sans-serif;
  font-weight: 900;
  color: rgba(27, 34, 38, 0.4);
  text-transform: uppercase;
}

.operators_section {
  padding: 75px 0px;
  overflow: hidden;
}
.operators_section__row {
  padding: 60px 0 0;
}
.operators_section__row .operators_wrap {
  overflow: hidden;
}
.operators_section__row .operators__slider {
  padding: 0 40px;
  overflow: visible;
}
.operators_section__row .operators__slider .swiper-button-next,
.operators_section__row .operators__slider .swiper-button-prev {
  width: 30px;
  height: 30px;
}
.operators_section__row .operators__slider .swiper-button-next.swiper-button-disabled,
.operators_section__row .operators__slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.operators_section__row .operators__slider .swiper-button-prev {
  background-image: url(../images/slider_left_ic.svg);
  left: 0;
  top: 40%;
}
.operators_section__row .operators__slider .swiper-button-next {
  background-image: url(../images/slider_right_ic.svg);
  right: 0;
  top: 40%;
}
.operators_section__row .operators__box .operators_image img {
  border-radius: 12px;
  min-height: 288px;
  max-height: 288px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.operators_section__row .operators__box .operators__info {
  padding: 15px 0 0;
}
.operators_section__row .operators__box .operators__info h3 {
  font-size: 2.4rem;
  color: #1B2226;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.operators_section__row .operators__box .operators__info p {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(27, 34, 38, 0.5);
  line-height: 1.3;
  margin-top: 8px;
  font-family: "MaisonNeue-Black", sans-serif;
}

.builder_section {
  padding: 75px 0 50px;
}
.builder_section .builder__title .site_desc {
  margin: 15px auto 0;
}
.builder_section .builder__image_row {
  padding: 50px 0 25px;
  display: grid;
  grid-template-columns: 1fr 39%;
  gap: 20px;
}
.builder_section .builder__image_row .builder__image {
  height: 100%;
}
.builder_section .builder__image_row .builder__image img {
  border-radius: 16px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 476px;
}
.builder_section .builder__box_row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.builder_section .builder__box_row .builder__box {
  background-color: #1B2226;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  gap: 10px;
}
.builder_section .builder__box_row .builder__box img {
  max-width: 30px;
}
.builder_section .builder__box_row .builder__box h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  font-family: "MaisonNeue-Black", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.our_priority_section {
  padding: 75px 0 0;
}
.our_priority_section .our_priority__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.our_priority_section .our_priority__title .our_priority__btn {
  display: flex;
  gap: 15px;
}
.our_priority_section .our_priority__title .site_desc {
  max-width: 650px;
  margin-top: 10px;
}
.our_priority_section__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding: 40px 0 0;
}
.our_priority_section__row .our_priority__box {
  padding: 30px;
  background-color: #EFE8E0;
  border-radius: 16px;
  height: 100%;
}
.our_priority_section__row .our_priority__box .our_priority__image img {
  max-height: 251px;
  min-height: 251px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  width: 100%;
}
.our_priority_section__row .our_priority__box .our_priority__info {
  padding: 20px 0 0;
}
.our_priority_section__row .our_priority__box .our_priority__info h3 {
  font-size: 5.2rem;
  color: #F1B442;
}
.our_priority_section__row .our_priority__box .our_priority__info h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #1B2226;
  font-family: "MaisonNeue-Black", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 10px 0;
}
.our_priority_section__row .our_priority__box .our_priority__info .site_desc p {
  font-family: "Maison-Neue-Demi", sans-serif;
  font-size: 16px;
}
.our_priority_section .our_priority__btn_wrraper_mobile {
  display: none;
}

.meet_founder_section {
  padding: 200px 0 110px;
}
.meet_founder_section_wrapper {
  background-color: #ffffff;
  border: 1px solid #DDDEDE;
  border-radius: 16px;
  padding: 60px 80px;
}
.meet_founder_section__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.meet_founder_section__row .meet_founder__image {
  transform: rotate(-2.95deg);
  margin-top: -120px;
  margin-left: -96px;
}
.meet_founder_section__row .meet_founder__image img {
  border-radius: 12px;
  width: 100%;
  max-width: 90%;
}
.meet_founder_section__row .meet_founder__content {
  position: relative;
}
.meet_founder_section__row .meet_founder__content .small_founder_label {
  position: absolute;
  right: -55px;
  top: -35px;
  font-size: 12px;
  border-radius: 10px;
  background-color: #EFE8E0;
  font-weight: 900;
  font-family: "MaisonNeue-Black", sans-serif;
  color: #1B2226;
  line-height: 1;
  padding: 9px 15px 7px;
  display: inline-block;
  text-transform: uppercase;
}
.meet_founder_section__row .meet_founder__content .cm_ul_listing {
  margin-top: 35px;
}
.meet_founder_section__row .meet_founder__content .cm_ul_listing ul li:not(:last-child) {
  border-bottom: 1px solid #DDDEDE;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.meet_founder_section .meet_founder__logo {
  padding: 60px 0 0;
}
.meet_founder_section .meet_founder__logo ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px 75px;
}

.cm_ul_listing ul li {
  font-size: 1.8rem;
  color: #1B2226;
  font-family: "Maison-Neue-Demi", sans-serif;
  position: relative;
  padding-left: 25px;
}
.cm_ul_listing ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 8px;
  height: 15px;
  border: solid #F1B442;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cm_ul_listing ul li span,
.cm_ul_listing ul li strong,
.cm_ul_listing ul li b {
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  font-weight: 800 !important;
}
.cm_ul_listing ul li p {
  font-size: 1.8rem;
  color: #1B2226;
  font-family: "Maison-Neue-Demi", sans-serif;
}
.cm_ul_listing ul li p span,
.cm_ul_listing ul li p strong,
.cm_ul_listing ul li p b {
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  font-weight: 800 !important;
}

.all_substance_section {
  margin-bottom: -240px;
  position: relative;
  z-index: 1;
}
.all_substance_section__row {
  background-color: #1B2226;
  padding: 40px 0px 0 60px;
  border-radius: 16px;
  display: grid;
  align-items: center;
  gap: 30px;
  grid-template-columns: 44% 1fr;
  overflow: hidden;
}
.all_substance_section__row--col:last-child {
  margin-right: -16px;
}
.all_substance_section__row .all_substance__content {
  padding-bottom: 40px;
}
.all_substance_section__row .all_substance__content .site_sub_title {
  color: #EFE8E0;
  max-width: 450px;
}
.all_substance_section__row .all_substance__content .cm_ul_listing {
  margin: 25px 0;
  max-width: 495px;
}
.all_substance_section__row .all_substance__content .cm_ul_listing ul li {
  color: #EFE8E0;
}
.all_substance_section__row .all_substance__content .cm_ul_listing ul li p {
  color: #EFE8E0;
}
.all_substance_section__row .all_substance__content .cm_ul_listing ul li + li {
  margin-top: 15px;
}
.all_substance_section__row .all_substance__content .all_substance__btn {
  margin: 25px 0 0;
  display: flex;
  gap: 15px;
}
.all_substance_section__row .all_substance__content .additonal__link p {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(239, 232, 224, 0.5);
  font-family: "MaisonNeue-Black", sans-serif;
}
.all_substance_section__row .all_substance__content .additonal__link .additonal__link_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 15px 0 0;
}
.all_substance_section__row .all_substance__content .additonal__link .additonal__link_info a {
  font-size: 14px;
  color: #EFE8E0;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  font-weight: 800;
  display: flex;
  gap: 5px;
  align-items: center;
  transition: all 0.5s ease;
}
.all_substance_section__row .all_substance__content .additonal__link .additonal__link_info a:hover {
  opacity: 0.8;
}
.all_substance_section__row .all_substance__image__row {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 16px;
}
.all_substance_section__row .all_substance__image__row img {
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.all_substance_section__row .all_substance__dashborad {
  margin-top: 20px;
}
.all_substance_section__row .all_substance__dashborad img {
  width: 100%;
}

.page-template-template-home footer {
  padding-top: 250px;
}

/*----------- Modal CSS Start----------*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: all 0.15s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal .modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  display: flex;
  align-items: center;
  max-width: 895px;
  margin: 1.75rem auto;
  min-height: calc(100% - 3.5rem);
}
.modal .modal-dialog .modal-content {
  position: relative;
  width: 100%;
  pointer-events: auto;
  background-color: #FEF7EE;
  background-clip: padding-box;
  border-radius: 16px;
  padding: 75px 20px;
}
.modal .modal-dialog .modal-content .close-button {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  z-index: 2;
}

.curriculum__content {
  text-align: center;
}
.curriculum__content .curriculum__title h2 {
  font-size: 4.2rem;
  color: #1B2226;
  line-height: 1.25;
  font-family: "Beatrice-ExtraBold", sans-serif;
  letter-spacing: -0.3px;
}
.curriculum__content .curriculum__title p {
  font-size: 16px;
  color: #1B2226;
  margin-top: 10px;
  font-family: "Maison-Neue-Medium", sans-serif;
  font-weight: 500;
}
.curriculum__content .curriculum__form {
  max-width: 504px;
  margin: 25px auto 0;
}
.curriculum__content .curriculum__form .input_form {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 10px;
}
.curriculum__content .curriculum__form .input_form input {
  width: 100%;
  padding: 15px;
  border: 1px solid #DDDEDE;
  background-color: #ffffff;
  color: #FEF7EE;
  font-family: "Maison-Neue-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #1B2226;
  border-radius: 12px;
}
.curriculum__content .curriculum__form .input_form input::-webkit-input-placeholder {
  color: rgba(27, 34, 38, 0.4);
}
.curriculum__content .curriculum__form .input_form input::-moz-placeholder {
  color: rgba(27, 34, 38, 0.4);
  opacity: 1;
}
.curriculum__content .curriculum__form .input_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
.curriculum__content .curriculum__form .input_form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
.curriculum__content .curriculum__form .input_form button {
  border: 0;
}
.curriculum__content .curriculum__form .input_form button:focus {
  outline: 0;
  box-shadow: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 190;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.15s linear;
  opacity: 0;
  visibility: hidden;
}

.show-modal {
  overflow: hidden;
  touch-action: none;
}
.show-modal .modal {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.show-modal .modal-backdrop {
  opacity: 1;
  visibility: visible;
}

.northstar_section {
  padding: 75px 0;
  position: relative;
}
.northstar_section::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  left: 0;
  background-color: #EFE8E0;
}
.northstar_section__row {
  background-color: #1B2226;
  padding: 50px 65px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 30px 70px;
  position: relative;
}
.northstar_section__row .northstar_left__content .northstar__title {
  margin: 25px 0 45px;
  max-width: 450px;
}
.northstar_section__row .northstar_left__content .northstar__title .site_sub_title {
  color: #EFE8E0;
}
.northstar_section__row .northstar_right__content {
  padding: 15px 0 0;
}
.northstar_section__row .northstar_right__content .site_desc p {
  color: #FEF7EE;
}
.northstar_section__row .northstar_right__content .site_desc p + p {
  margin-top: 30px;
}
.northstar_section__row .northstar_right__content .site_desc p b {
  font-family: "Maison-Neue-Bold", sans-serif;
}
.northstar_section__row .northstar_right__content .cm_ul_listing {
  margin: 30px 0;
}
.northstar_section__row .northstar_right__content .cm_ul_listing ul li p {
  color: #FEF7EE;
}
.northstar_section__row .northstar_right__content .cm_ul_listing ul li + li {
  margin-top: 15px;
}
.northstar_section__row .northstar_right__content .note_box {
  margin: 40px 0 0;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px 35px;
}
.northstar_section__row .northstar_right__content .note_box .author_quote_row {
  display: grid;
  grid-template-columns: 39px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.northstar_section__row .northstar_right__content .note_box .author_quote_row img {
  border-radius: 50%;
}
.northstar_section__row .northstar_right__content .note_box p {
  font-size: 14px;
  font-style: italic;
  color: #FEF7EE;
  font-family: "Maison-Neue-Medium", sans-serif;
  font-weight: 500;
  text-indent: -7px;
}
.northstar_section__row .northstar_right__content .note_box p span {
  font-weight: 700;
  color: #F1B442;
  font-family: "Maison-Neue-Bold", sans-serif;
}
.northstar_section__row .northstar_right__content .note_box label {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  display: block;
}
.northstar_section__row .northstar_right__content .note_box label span {
  color: rgba(255, 255, 255, 0.5);
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  display: block;
  margin-top: 8px;
}

.stay_touch__modal {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.25s;
  z-index: 99;
  left: auto;
  max-width: 560px;
  width: 100%;
  background-color: #1B2226;
  padding: 30px;
  border-radius: 16px;
  transform: translateY(100%);
  opacity: 0;
}
.stay_touch__modal .st_close_ic {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 20px;
  opacity: 0.6;
  cursor: pointer;
}
.stay_touch__modal .st_close_ic img {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.stay_touch__modal .stay_touch__body h3 {
  font-size: 2rem;
  color: #FEF7EE;
  line-height: 1.5;
  font-family: "Beatrice-ExtraBold", sans-serif;
  letter-spacing: -0.3px;
  max-width: 360px;
}
.stay_touch__modal .stay_touch__body p {
  font-size: 16px;
  opacity: 0.75;
  font-family: "Maison-Neue-Demi", sans-serif;
  line-height: 1;
  color: #ffffff;
  margin: 10px 0 15px;
}
.stay_touch__modal .stay_touch__body .st_modal__filed {
  display: grid;
  grid-template-columns: 1fr 136px;
  gap: 10px;
}
.stay_touch__modal .stay_touch__body .st_modal__filed input {
  width: 100%;
  min-height: 50px;
  background-color: #ffffff;
  border: 1px solid #DDDEDE;
  border-radius: 12px;
  padding: 16px 15px 13px 16px;
  color: #1B2226;
  font-size: 16px;
  line-height: 1.12;
  font-family: "Maison-Neue-Bold", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 700;
}
.stay_touch__modal .stay_touch__body .st_modal__filed input::-webkit-input-placeholder {
  color: rgba(27, 34, 38, 0.4);
}
.stay_touch__modal .stay_touch__body .st_modal__filed input::-moz-placeholder {
  color: rgba(27, 34, 38, 0.4);
  opacity: 1;
}
.stay_touch__modal .stay_touch__body .st_modal__filed input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
.stay_touch__modal .stay_touch__body .st_modal__filed input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
.stay_touch__modal .stay_touch__body .st_modal__filed input:focus {
  outline: none;
}
.stay_touch__modal .stay_touch__body .st_modal__filed .common_btn,
.stay_touch__modal .stay_touch__body .st_modal__filed button {
  width: 100%;
  padding: 16px;
  border: 0;
  cursor: pointer;
}
.stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}
.stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row :is(select, input) {
  width: 100%;
  min-height: 50px;
  background-color: #ffffff;
  border: 1px solid #DDDEDE;
  border-radius: 12px;
  padding: 16px 15px 13px 16px;
  color: #1B2226;
  font-size: 16px;
  line-height: 1.12;
  font-family: "Maison-Neue-Bold", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
}
.stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row select {
  background-position: right 16px center;
  background-image: url("../images/chevron-down-select.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  cursor: pointer;
  color: rgba(27, 34, 38, 0.4);
}
.stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row select.select_active {
  color: #1B2226;
}
.stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row select option {
  color: #1B2226;
}
.stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row select option[default] {
  display: none;
}
.stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row input::-webkit-input-placeholder {
  color: rgba(27, 34, 38, 0.4);
}
.stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row input::-moz-placeholder {
  color: rgba(27, 34, 38, 0.4);
  opacity: 1;
}
.stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
.stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
.stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row input:focus {
  outline: none;
}

.email_popup_open .stay_touch__modal {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .members_see_section .members__grid--item:nth-child(1), .members_see_section .members__grid--item:nth-child(2), .members_see_section .members__grid--item:nth-child(3), .members_see_section .members__grid--item:nth-child(4), .members_see_section .members__grid--item:nth-child(5) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .operators_section__row .container {
    max-width: 1410px;
  }
}
@media (max-width: 1600px) {
  .meet_founder_section .meet_founder__logo ul {
    gap: 40px 60px;
  }
}
@media (max-width: 1199px) {
  .operators_section__row .operators__slider {
    padding: 0 30px;
  }
  .our_priority_section__row {
    gap: 20px;
  }
  .meet_founder_section_wrapper {
    padding: 50px;
  }
  .meet_founder_section__row .meet_founder__content .small_founder_label {
    right: -30px;
    top: -25px;
  }
  .meet_founder_section__row .meet_founder__image {
    margin-top: -100px;
    margin-left: -65px;
  }
  .meet_founder_section .meet_founder__logo ul {
    flex-wrap: wrap;
  }
  .all_substance_section__row {
    padding: 40px 0 0 40px;
  }
  .members_see_section .members__grid--item {
    width: calc(50% - 20px);
  }
  .northstar_section__row {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .trusted_top_founders_section {
    padding: 60px 0;
  }
  .operators_section {
    padding: 60px 0 0;
  }
  .operators_section__row {
    padding: 40px 0 0;
  }
  .operators_section__row .operators__slider {
    padding: 0 0px;
  }
  .operators_section__row .operators__slider .swiper-button-next {
    right: -20px;
  }
  .operators_section__row .operators__slider .swiper-button-prev {
    left: -20px;
  }
  .operators_section__row .operators_wrap {
    padding: 0 20px;
  }
  .members_see_section {
    padding: 0 0 0px;
  }
  .members_see_section .testimonials_script_wrraper {
    padding: 0px;
  }
  .builder_section {
    padding: 60px 0 0;
  }
  .builder_section .builder__image_row {
    padding: 40px 0 20px;
  }
  .builder_section .builder__box_row {
    grid-template-columns: repeat(3, 1fr);
  }
  .our_priority_section {
    padding: 60px 0 0;
  }
  .our_priority_section .our_priority__title {
    flex-direction: column;
    align-items: flex-start;
  }
  .our_priority_section__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .our_priority_section__row .our_priority__box {
    padding: 20px;
  }
  .meet_founder_section {
    padding: 120px 0 60px;
  }
  .meet_founder_section__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 70px;
  }
  .meet_founder_section__row .meet_founder__image {
    margin-top: -100px;
    margin-left: -65px;
  }
  .meet_founder_section .meet_founder__logo ul {
    gap: 40px;
  }
  .all_substance_section__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .all_substance_section__row .all_substance__content {
    padding: 0 30px 0 0;
  }
  .all_substance_section__row .all_substance__content .cm_ul_listing {
    max-width: 100%;
  }
  .northstar_section {
    padding: 60px 0 0;
  }
  .northstar_section__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .modal .modal-dialog {
    max-width: 100%;
    margin: 1.75rem;
  }
  .modal .modal-dialog .modal-content {
    padding: 50px 20px;
  }
  .curriculum__content .curriculum__title h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .highland_hero_section {
    padding: 30px 0 0;
  }
  .highland_hero_section__row {
    grid-template-columns: repeat(1, 1fr);
  }
  .highland_hero_section__row--col:nth-child(2) {
    order: -1;
  }
  .highland_hero_section__row .highland_hero__content .site_desc p {
    font-size: 16px;
  }
  .highland_hero_section__row .highland_hero__content .site_desc_bold_line {
    font-size: 16px;
  }
  .operators_section__row .operators__slider .swiper-button-next {
    right: -15px;
  }
  .operators_section__row .operators__slider .swiper-button-prev {
    left: -15px;
  }
  .operators_section__row .operators_wrap {
    padding: 0 15px;
  }
  .operators_section__row .operators__box .operators__info h3 {
    font-size: 2rem;
  }
  .members_see_section::before {
    height: 60px;
    top: -59px;
  }
  .members_see_section .members__grid--item {
    width: 100%;
    margin: 0 0 20px;
  }
  .members_see_section .members__grid--item .members__box {
    padding: 30px;
  }
  .builder_section .builder__image_row {
    grid-template-columns: 1fr;
  }
  .builder_section .builder__box_row {
    grid-template-columns: repeat(2, 1fr);
  }
  .builder_section .builder__box_row .builder__box {
    padding: 20px;
    min-height: 150px;
  }
  .our_priority_section .our_priority__title {
    align-items: center;
    text-align: center;
  }
  .our_priority_section .our_priority__title .our_priority__btn {
    flex-wrap: wrap;
  }
  .our_priority_section__row {
    grid-template-columns: repeat(1, 1fr);
  }
  .our_priority_section__row .our_priority__box .our_priority__image img {
    width: 100%;
  }
  .our_priority_section__row .our_priority__box .our_priority__info h3 {
    font-size: 4rem;
  }
  .our_priority_section .our_priority__btn_wrraper_mobile {
    display: block;
    margin: 30px 0 0;
  }
  .our_priority_section .our_priority__btn_wrraper_mobile .our_priority__btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .our_priority_section .our_priority__btn_wrraper_desktop {
    display: none;
  }
  .meet_founder_section_wrapper {
    padding: 30px;
  }
  .meet_founder_section__row .meet_founder__content {
    margin-top: 50px;
  }
  .meet_founder_section__row .meet_founder__content .cm_ul_listing ul li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .meet_founder_section__row .meet_founder__content .small_founder_label {
    right: unset;
    left: 0;
    top: -60px;
  }
  .meet_founder_section__row .meet_founder__image {
    margin-top: -80px;
    margin-left: -15px;
  }
  .meet_founder_section__row .meet_founder__image img {
    max-width: 100%;
    margin: 0 auto;
  }
  .meet_founder_section .meet_founder__logo {
    padding: 40px 0 0;
  }
  .meet_founder_section .meet_founder__logo ul {
    gap: 25px;
  }
  .all_substance_section__row {
    padding: 30px 0 0 30px;
  }
  .all_substance_section__row .all_substance__image__row {
    grid-template-columns: 30% 1fr 1fr;
  }
  .all_substance_section__row .all_substance__content .all_substance__btn {
    flex-wrap: wrap;
  }
  .all_substance_section__row .all_substance__content .additonal__link .additonal__link_info {
    gap: 15px;
  }
  .northstar_section__row {
    padding: 30px;
  }
  .northstar_section__row .northstar_right__content {
    padding: 0;
  }
  .northstar_section__row .northstar_right__content .note_box {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .members_see__title br {
    display: block;
  }
  .curriculum__content .curriculum__form .input_form {
    grid-template-columns: 1fr;
  }
  .curriculum__content .curriculum__form .input_form .common_btn {
    min-height: 50px;
  }
  .stay_touch__modal {
    max-width: 100%;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    padding: 20px;
  }
  .stay_touch__modal .stay_touch__body h3 {
    max-width: 92%;
  }
  .stay_touch__modal .stay_touch__body h3 br {
    display: none;
  }
  .stay_touch__modal .stay_touch__body .scott_custom_form_inner_first_row {
    grid-template-columns: 1fr;
  }
  .stay_touch__modal .stay_touch__body .st_modal__filed {
    grid-template-columns: 1fr;
  }
  .stay_touch__modal .st_close_ic {
    right: 16px;
    top: 18px;
  }
}
@media (max-width: 480px) {
  .operators_section__row {
    margin: 0 -15px;
  }
  .operators_section__row .operators__slider {
    overflow: hidden;
  }
  .operators_section__row .operators__slider .swiper-slide {
    width: 220px;
  }
  .operators_section__row .operators__slider .operators_image {
    max-width: 280px;
  }
  .operators_section__row .operators__slider .swiper-button-next {
    right: 15px;
  }
  .operators_section__row .operators__slider .swiper-button-prev {
    left: 0px;
  }
  .operators_section__row .operators_wrap {
    padding: 0 0px 0 15px;
  }
  .builder_section .builder__box_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .builder_section .builder__box_row .builder__box {
    min-height: 120px;
    align-items: center;
    text-align: center;
  }
}
/* Highland-form
--------------------------------------------- */
.page-template-highland-form footer {
  padding-top: 0px;
  margin-top: 0;
}
.page-template-highland-form footer:before {
  display: none;
}

.inquire_heading-section {
  padding: 45px 0 40px;
}
.inquire_heading-section .form_founder__title {
  text-align: center;
}
.inquire_heading-section .form_founder__title .site_desc {
  margin: 15px 0 0;
}

.highland_form_founder_section {
  padding: 20px 0 120px;
  position: relative;
  z-index: 1;
}
.highland_form_founder_section .form_founder__row {
  display: grid;
  grid-template-columns: 1fr 43%;
  grid-gap: 50px;
}
.highland_form_founder_section .form_founder__row--col {
  height: 100%;
}
.highland_form_founder_section .form_founder__row .form_founder__content {
  padding: 50px;
  background-color: #1B2226;
  border-radius: 16px;
  height: 100%;
}
.highland_form_founder_section .form_founder__row .form_founder__content .fellow_fouder_box {
  padding: 50px;
  background-color: #EFE8E0;
  border-radius: 16px;
}
.highland_form_founder_section .form_founder__row .form_founder__content .membership_block .membership_block_inner_video_wrraper {
  position: relative;
  padding-bottom: 59%;
  margin: 28px 0px 36px 0px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}
.highland_form_founder_section .form_founder__row .form_founder__content .membership_block .membership_block_inner_video_wrraper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  border-radius: 12px;
}
.highland_form_founder_section .form_founder__row .form_founder__content .membership_block .membership_block_inner_video_wrraper .player_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 12px;
  cursor: pointer;
}
.highland_form_founder_section .form_founder__row .form_founder__content .membership_block .membership_block_inner_video_wrraper .player_icon img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px;
  height: 56px;
}
.highland_form_founder_section .form_founder__row .form_founder__content .membership_block .membership_block_inner_video_wrraper.video-playing .player_icon {
  display: none;
}
.highland_form_founder_section .form_founder__row .form_founder__content .membership_block .membership_block_title h4 {
  font-family: "MaisonNeue-Black", sans-serif;
  font-size: 1.6rem;
  color: #FEF7EE;
  text-transform: uppercase;
}
.highland_form_founder_section .form_founder__row .form_founder__content .membership_block .cm_ul_listing {
  margin: 20px 0 0px;
}
.highland_form_founder_section .form_founder__row .form_founder__content .membership_block .cm_ul_listing ul li {
  font-family: "Maison-Neue-Demi", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FEF7EE;
  line-height: 1.3;
}
.highland_form_founder_section .form_founder__row .form_founder__content .membership_block .cm_ul_listing ul li::before {
  top: 0;
}
.highland_form_founder_section .form_founder__row .form_founder__content .membership_block .cm_ul_listing ul li p {
  font-family: "Maison-Neue-Demi", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FEF7EE;
}
.highland_form_founder_section .form_founder__row .form_founder__content .membership_block .cm_ul_listing ul li + li {
  margin-top: 15px;
}
.highland_form_founder_section .form_founder__row .form_founder__content .fellow_fouder__faq {
  margin-top: 35px;
}
.highland_form_founder_section .form_founder__row .form_founder__content .fellow_fouder__faq .fellow_fouder__faq_title {
  margin: 0 0 20px;
}
.highland_form_founder_section .form_founder__row .form_founder__content .fellow_fouder__faq .fellow_fouder__faq_title h4 {
  font-family: "MaisonNeue-Black", sans-serif;
  font-size: 1.6rem;
  color: #FEF7EE;
  text-transform: uppercase;
}
.highland_form_founder_section .form_founder__row .form__founder {
  border: 1px solid #DDDEDE;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 16px;
  height: 100%;
}
.highland_form_founder_section .form_founder__row .form__founder .applyform_heading {
  margin-bottom: 50px;
  max-width: 420px;
}
.highland_form_founder_section .form_founder__row .form__founder .applyform_heading h2 {
  font-size: 2.4rem;
  line-height: 141.667%;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed {
  margin: 0 0 40px;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed p {
  font-size: 12px;
  color: #1B2226;
  font-family: "MaisonNeue-Black", sans-serif;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed > input,
.highland_form_founder_section .form_founder__row .form__founder .input_filed select {
  width: 100%;
  padding: 16px 15px 13px 16px;
  border: 1px solid #A9A9A9;
  background-color: transparent;
  font-family: "Maison-Neue-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #1B2226;
  border-radius: 12px;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed > input::-webkit-input-placeholder,
.highland_form_founder_section .form_founder__row .form__founder .input_filed select::-webkit-input-placeholder {
  color: rgba(27, 34, 38, 0.4);
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed > input::-moz-placeholder,
.highland_form_founder_section .form_founder__row .form__founder .input_filed select::-moz-placeholder {
  color: rgba(27, 34, 38, 0.4);
  opacity: 1;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed > input:-webkit-autofill,
.highland_form_founder_section .form_founder__row .form__founder .input_filed select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed > input:-webkit-autofill:focus,
.highland_form_founder_section .form_founder__row .form__founder .input_filed select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed select {
  background-position: right 16px center;
  background-image: url("../images/chevron-down-select.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  cursor: pointer;
  color: rgba(27, 34, 38, 0.4);
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed select.select_active {
  color: #1B2226;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed select option {
  color: #1B2226;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed select option[default] {
  display: none;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed .cm_radio_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 10px;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed .cm_radio_btn.social_platform {
  max-width: 480px;
}
.highland_form_founder_section .form_founder__row .form__founder .input_filed.referral__input, .highland_form_founder_section .form_founder__row .form__founder .input_filed.other_role__input {
  margin: 0;
  border: 0;
  padding: 20px 0 0;
  display: none;
}
.highland_form_founder_section .form_founder__row .form__founder .form_submit button {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.highland_form_founder_section .form_founder__row .form__founder .success {
  color: #1B2226;
  font-weight: 500;
  text-align: center;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
}
.highland_form_founder_section .form_founder__row .form__founder .form_error {
  padding: 0 0 15px;
  margin-top: -15px;
}
.highland_form_founder_section .form_founder__row .form__founder .form_error .email_field_error {
  font-family: "Maison-Neue-Book", sans-serif;
  font-size: 14px;
  color: rgb(170, 100, 99);
  margin: 0;
  text-align: left;
  line-height: 20px;
  background: rgb(255, 239, 239);
  padding: 6px 15px;
  font-weight: 600;
  border-radius: 12px;
  border: 2px solid rgb(255, 153, 153);
  display: block;
  width: 100%;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  font-style: normal;
  opacity: 1;
}
.highland_form_founder_section .mobile__faq {
  display: none;
}

.artical_editor p {
  font-size: 1.8rem;
  color: #FEF7EE;
  margin-bottom: 25px;
  font-weight: normal;
  font-family: "Maison-Neue-Book", sans-serif;
}

.scot_sign__thougt {
  display: grid;
  grid-template-columns: 115px 1fr;
  grid-gap: 10px;
  align-items: center;
}
.scot_sign__thougt .scot_taught_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-height: 47px;
}

.scot_signature__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
}
.scot_signature__block p {
  font-size: 12px;
  color: #1B2226;
  text-transform: uppercase;
  font-family: "MaisonNeue-Black", sans-serif;
  white-space: nowrap;
  font-weight: 900;
}
.scot_signature__block p span {
  opacity: 0.5;
  font-family: "MaisonNeue-Black", sans-serif;
  font-weight: 900;
}

.radio__btn {
  position: relative;
}
.radio__btn input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.radio__btn label {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 16px 30px;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  cursor: pointer;
}
.radio__btn input[type=checkbox]:checked + label,
.radio__btn input[type=radio]:checked + label {
  background-color: #FEF7EE;
  border-color: #FEF7EE;
  color: #1B2226;
}

.faq_wrap .faq_header {
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
.faq_wrap .faq_header h4 {
  font-size: 1.6rem;
  font-family: "Maison-Neue-Demi", sans-serif;
  color: #FEF7EE;
  font-weight: 600;
}
.faq_wrap .faq_header::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 20px;
  height: 12px;
  background-image: url(../images/yellow_chevron-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s ease 0s;
}
.faq_wrap .faq_info_block {
  display: none;
}
.faq_wrap .faq_info_block .site_desc {
  padding-top: 15px;
}
.faq_wrap .faq_info_block .site_desc p {
  font-size: 1.6rem;
  color: #FEF7EE;
  font-weight: 400;
}
.faq_wrap + .faq_wrap {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(254, 247, 238, 0.2);
}
.faq_wrap.active .faq_header::after {
  transform: scale(-1, -1);
}

.founder_gallery_section__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.founder_gallery_section__row .founder_gallery__image img {
  max-height: 305px;
  min-height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.members_see_section.application_page_reviews_section {
  padding: 20px 0 96px;
}
.members_see_section.application_page_reviews_section .reviews_slider_section {
  position: relative;
}
.members_see_section.application_page_reviews_section .members_see_section__row {
  overflow: visible;
  position: unset;
}
.members_see_section.application_page_reviews_section .members_see_section__row:before {
  display: none;
}
.members_see_section.application_page_reviews_section .members_see_section__row .members_see_more {
  display: none;
}
.members_see_section.application_page_reviews_section .members__grid {
  margin-bottom: 0px;
  position: unset;
}
.members_see_section.application_page_reviews_section .members__grid .members__grid--item {
  display: block;
  float: unset;
  width: 100%;
  margin: unset;
  height: 550px !important;
}
.members_see_section.application_page_reviews_section .members__grid .members__grid--item.review_expanded {
  height: auto !important;
}
.members_see_section.application_page_reviews_section .members__grid .members__grid--item.review_expanded .members__box .site_desc_wrapper .site_desc {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}
.members_see_section.application_page_reviews_section .members__grid .members__grid--item.review_expanded .members__box .site_desc_wrapper .readmore-toggle {
  position: unset;
  margin: -10px 0px 15px 0px;
  display: block;
}
.members_see_section.application_page_reviews_section .members__grid .members__grid--item .members__box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.members_see_section.application_page_reviews_section .members__grid .members__grid--item .members__box .site_desc_wrapper {
  position: relative;
}
.members_see_section.application_page_reviews_section .members__grid .members__grid--item .members__box .site_desc_wrapper .site_desc p .read-more {
  font-family: "Maison-Neue-Demi", sans-serif;
  font-size: 16px;
  cursor: pointer;
  color: #1B2226;
}
.members_see_section.application_page_reviews_section .members__grid .members__grid--item .members__box .site_desc_wrapper .site_desc .read-less {
  font-family: "Maison-Neue-Demi", sans-serif;
  font-size: 16px;
  cursor: pointer;
  color: #1B2226;
}
.members_see_section.application_page_reviews_section .members__grid .members__grid--item .members__box .members__user {
  margin-top: auto;
}
.members_see_section.application_page_reviews_section .members__grid .swiper-button-prev {
  background-image: url(../images/slider_left_ic.svg);
  left: 24px;
  top: 280px;
  width: 30px;
  height: 30px;
  z-index: 10;
}
.members_see_section.application_page_reviews_section .members__grid .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.members_see_section.application_page_reviews_section .members__grid .swiper-button-next {
  background-image: url(../images/slider_right_ic.svg);
  right: 24px;
  top: 280px;
  width: 30px;
  height: 30px;
  z-index: 10;
}
.members_see_section.application_page_reviews_section .members__grid .swiper-button-next.swiper-button-disabled {
  display: none;
}
.members_see_section.application_page_reviews_section .members__grid .members_see_more {
  display: none;
}

@media (max-width: 1199px) {
  .scot_signature__block p {
    white-space: unset;
  }
  .highland_form_founder_section .form_founder__row .form__founder {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .highland_form_founder_section {
    padding: 0px;
  }
  .highland_form_founder_section .form_founder__row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .inquire_heading-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .faq_wrap .faq_header:after {
    width: 16px;
    height: 10px;
    top: 4px;
  }
  .founder_gallery_section__row {
    grid-template-columns: repeat(1, 1fr);
    display: flex;
    gap: 0;
  }
  .founder_gallery_section__row .founder_gallery__image img {
    width: 100%;
    min-height: 215px;
    max-height: 215px;
  }
  .members_see_section.application_page_reviews_section .members__grid .members__grid--item {
    height: 480px !important;
  }
  .members_see_section.application_page_reviews_section .members__grid .swiper-button-prev,
  .members_see_section.application_page_reviews_section .members__grid .swiper-button-next {
    top: 260px;
    display: none;
  }
}
@media (max-width: 575px) {
  .highland_form_founder_section .form_founder__row .form_founder__content {
    padding: 32px;
  }
  .highland_form_founder_section .form_founder__row .form_founder__content .membership_block .artical_editor p {
    font-size: 1.6rem;
  }
  .highland_form_founder_section .form_founder__row .form__founder {
    padding: 32px;
  }
  .highland_form_founder_section .form_founder__row .form__founder .applyform_heading {
    margin-bottom: 36px;
  }
  .highland_form_founder_section .form_founder__row .form__founder .input_filed {
    margin: 0 0 32px;
  }
  .radio__btn label {
    font-size: 1.8rem;
    padding: 12px 20px 10px;
  }
  .scot_signature__block {
    grid-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .inquire_heading-section .form_founder__title .site_title {
    margin: 0 auto;
  }
}
/* Masterclasses
--------------------------------------------- */
.masterclasses_card_dec_wrapper {
  display: flex;
  grid-gap: 8px;
  margin-top: 7px;
}
.masterclasses_card_dec_wrapper .site_desc p {
  line-height: 26px;
}

.masterclasses_card_section.blog_listing_section {
  padding-bottom: 74px;
}
.masterclasses_card_section.blog_listing_section .blog_listing_section__row--col .blog_listing__box--image img {
  min-height: unset;
  width: unset;
  aspect-ratio: 16/9;
  max-height: unset;
}
.masterclasses_card_section.blog_listing_section .blog_listing_section__row--col.completed_lesson .blog_listing__box--image a {
  position: relative;
}
.masterclasses_card_section.blog_listing_section .blog_listing_section__row--col.completed_lesson .blog_listing__box--image a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.masterclasses_card_section.blog_listing_section .blog_listing_section__row--col.completed_lesson .blog_listing__box--image a::after {
  content: "";
  position: absolute;
  width: 57px;
  height: 57px;
  background-image: url(../images/lesson_completed.svg);
  inset: 0;
  margin: auto;
}
.masterclasses_card_section.blog_listing_section .blog_listing_section__row--col.masterclass_locked {
  position: relative;
}
.masterclasses_card_section.blog_listing_section .blog_listing_section__row--col.masterclass_locked::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 247, 238, 0.6);
  z-index: 1;
  pointer-events: none;
}
.masterclasses_card_section.blog_listing_section .blog_listing_section__row--col.masterclass_locked .blog_listing__box--image a {
  position: relative;
}
.masterclasses_card_section.blog_listing_section .blog_listing_section__row--col.masterclass_locked .blog_listing__box--image a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 35px;
  background-image: url(../images/lock.svg);
  inset: 0;
  margin: auto;
  background-size: contain;
  z-index: 1;
}

.masterclasses_cta-section {
  margin-bottom: -160px;
  position: relative;
  z-index: 10;
}
.masterclasses_cta-section__wrapper__row {
  background-color: #1B2226;
  border-radius: 16px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
}
.masterclasses_cta-section__wrapper__row--column {
  max-width: 50%;
}
.masterclasses_cta-section__wrapper__row--column .site_sub_label {
  color: #FEF7EE;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
}
.masterclasses_cta-section__wrapper__row--column .site_sub_title {
  color: #FEF7EE;
  max-width: 560px;
}
.masterclasses_cta-section__wrapper__row--column .masterclasses_cta_need_help {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.masterclasses_cta-section__wrapper__row--column .masterclasses_cta_need_help p {
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  color: #FEF7EE;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
  opacity: 0.6;
}
.masterclasses_cta-section__wrapper__row--column .masterclasses_cta_need_help_link {
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  color: #FEF7EE;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.masterclasses_cta-section__wrapper__row--column .site_desc {
  margin-bottom: 20px;
}
.masterclasses_cta-section__wrapper__row--column .site_desc * {
  color: #FEF7EE;
}
.masterclasses_cta-section__wrapper__row--column .masterclasses_btn_wrapper {
  display: flex;
  grid-gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.masterclasses_cta-section__wrapper__row--column .masterclasses_note {
  color: #FEF7EE;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 12px;
}

body.single-masterclasses header .header_right_wrraper .account_link_wrraper {
  display: flex;
  grid-gap: 24px;
  align-items: center;
}
body.page-template-template-masterclasses header .header_menu {
  display: none;
}
body.page-template-template-masterclasses header .header_right_wrraper .account_link_wrraper {
  display: flex;
  grid-gap: 24px;
  align-items: center;
}
body.page-template-template-masterclasses header .header_right_wrraper .header_btn {
  display: none;
}
body.single-masterclasses.logged-in header .header_menu {
  display: none;
}
body.single-masterclasses.logged-in header .header_right_wrraper .header_btn {
  display: none;
}
body.paywall_init header .header_menu {
  display: flex;
}
body.paywall_init header .header_right_wrraper .header_btn {
  display: block;
  margin-right: 0px;
}
body.paywall_init .bonus_plan_masterclass_hero .highland_hero_section_container .section_btn p {
  color: rgba(27, 34, 38, 0.5);
}
body.paywall_init .bonus_plan_total_value_block-section__wrapper__title .site_desc {
  margin: 15px auto 0px auto;
  max-width: 700px;
}
body.paywall_init .bonus_plan_total_value_block-section__wrapper___row {
  grid-template-columns: 1fr;
  margin: 47px auto 0 auto;
  max-width: 875px;
  align-items: center;
}
body.paywall_init .bonus_plan_total_value_block-section__wrapper .bonus_plan_benefits_row {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 50px;
}
body.paywall_init .bonus_plan_total_value_block-section__wrapper .bonus_plan_benefits_row_column {
  grid-column: span 4;
}
body.paywall_init .bonus_plan_total_value_block-section__wrapper .bonus_plan_benefits_row_column .title_sub_chips {
  border-radius: 10px;
  background: #EFE8E0;
  padding: 5px 10px;
  color: #1B2226;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  font-family: "MaisonNeue-Black", sans-serif;
}
body.paywall_init .bonus_plan_total_value_block-section__wrapper .bonus_plan_benefits_row_column .bonus_plan_benefits_row_column_data h4 {
  color: #1B2226;
  font-family: "Maison-Neue-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 162.5%;
  margin-bottom: 7px;
}
body.paywall_init .bonus_plan_total_value_block-section__wrapper .bonus_plan_benefits_row_column .bonus_plan_benefits_row_column_data p {
  color: #1B2226;
  font-family: "Maison-Neue-Book", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
body.paywall_init .bonus_plan_total_value_block-section__wrapper .access_button {
  text-align: center;
  margin-top: 50px;
}
body.paywall_init .bonus_plan_results-section.bonus_plans_fail {
  margin-top: 60px;
  background: transparent;
}
body.paywall_init .bonus_plan_results-section.bonus_plans_fail:before {
  display: none;
}
body.paywall_init .bonus_plan_results-section.bonus_plans_fail .bonus_plan_results-section__wrapper__contant__list ul li {
  padding: 40px 0px 30px 0px;
}
body.paywall_init .bonus_plan_results-section.bonus_plans_fail .bonus_plan_results-section__wrapper__contant__list ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
body.paywall_init .bonus_plan_results-section.bonus_plans_fail .bonus_plan_results-section__wrapper__contant__list .bonus_plan_results-section_bottom_desc {
  margin-top: 55px;
}
body.paywall_init .bonus_plan_results-section.bonus_plans_fail .bonus_plan_results-section__wrapper__contant__list .bonus_plan_results-section_bottom_desc .site_desc p {
  margin-bottom: 10px;
}
body.paywall_init .bonus_plan_results-section.bonus_plans_fail .bonus_plan_results-section__wrapper__contant__list .bonus_plan_results-section_bottom_desc .site_desc p:last-child {
  margin-bottom: 0px;
}
body.paywall_init .paywall_who_is_this-section__wrapper_bg {
  border-radius: 16px;
  background: #1B2226;
}
body.paywall_init .paywall_who_is_this-section__wrapper___row {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 15px;
}
body.paywall_init .paywall_who_is_this-section__wrapper___row--title .site_title {
  color: #FEF7EE;
  font-size: 4.2rem;
}
body.paywall_init .paywall_who_is_this-section__wrapper___row--title .site_desc {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
body.paywall_init .paywall_who_is_this-section__wrapper___row--title .site_desc p {
  color: #FEF7EE;
  margin-bottom: 10px;
}
body.paywall_init .paywall_who_is_this-section__wrapper___row--title .site_desc p:last-child {
  margin-bottom: 0px;
}
body.paywall_init .paywall_who_is_this-section__wrapper___row ul li {
  color: #FEF7EE;
  padding: 36px 10px 36px 36px;
  border-bottom: 1px solid rgba(254, 247, 238, 0.25);
  position: relative;
}
body.paywall_init .paywall_who_is_this-section__wrapper___row ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  left: 3px;
  width: 8px;
  height: 15px;
  border: solid #F1B442;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-47%);
}
body.paywall_init .paywall_who_is_this-section__wrapper___row .site_desc {
  margin: 45px 0px 22px 0px;
}
body.paywall_init .paywall_who_is_this-section__wrapper___row .site_desc p {
  color: #FEF7EE;
}
body.paywall_init .bonus_plan_results-section {
  margin-bottom: 60px;
}
body.paywall_init .members_see_section {
  background-color: transparent;
}
body.paywall_init .members_see_section::before {
  display: none;
}
body.paywall_init .members_see_section .members__grid .review_card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  height: 100% !important;
  position: relative;
}
body.paywall_init .members_see_section .members__grid .review_card-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #FFF7ED 0%, rgba(255, 247, 237, 0.1) 100%);
  z-index: 3;
  pointer-events: none;
}
body.paywall_init .members_see_section .members__grid .review_card-wrapper::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10%;
  right: 0;
  top: 0;
  background: linear-gradient(-90deg, #FFF7ED 0%, rgba(255, 247, 237, 0.1) 100%);
  z-index: 3;
  pointer-events: none;
}
body.paywall_init .members_see_section .members__grid .review_card-wrapper .members__grid--item {
  height: 100% !important;
}
body.paywall_init .members_see_section .members__grid .review_card-wrapper .members__grid--item .members__user {
  grid-template-columns: 1fr;
}
body.paywall_init .members_see_section__info {
  margin-top: 45px;
}
body.paywall_init .bolnus_plan_bundle-section {
  margin-top: 100px;
  padding-top: 30px;
  background-color: #EFE8E0;
  position: relative;
}
body.paywall_init .bolnus_plan_bundle-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: -79px;
  background-image: url(../images/bg_shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
body.paywall_init .bolnus_plan_bundle-section__wrapper___row--column {
  grid-column: span 12;
  background: transparent;
  border: none;
  padding: 0;
}
body.paywall_init .bolnus_plan_bundle-section__wrapper___row--column__image {
  margin-bottom: 0px;
  width: 100%;
  aspect-ratio: 1280/420;
}
body.paywall_init .bolnus_plan_bundle-section__wrapper___row--column__image img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body.paywall_init .bolnus_plan_bundle-section__wrapper__info .site_desc {
  max-width: 660px;
}
body.paywall_init .bolnus_plan_bundle-section__wrapper__info .site_desc p {
  margin-bottom: 10px;
}
body.paywall_init .bolnus_plan_bundle-section__wrapper__info .site_desc p:last-child {
  margin-bottom: 0px;
}
body.paywall_init .for_x_founder-section {
  padding-top: 230px;
  padding-bottom: 175px;
}
body.paywall_init .for_x_founder-section__wrapper___row--column_content {
  padding-top: 20px;
}
body.paywall_init .for_x_founder-section__wrapper___row--column_content h2 {
  margin-bottom: 15px;
}
body.paywall_init .footer_cta_landing-section {
  margin-top: 0;
}
body.paywall_init footer {
  background: #1B2226;
  padding-top: 0px;
  margin-top: 0;
}
body.paywall_init footer .footer__row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.paywall_init footer .footer__row .footer__col p {
  color: rgba(255, 255, 255, 0.5);
}
body.paywall_init footer .footer__row .footer__col p a {
  color: rgba(255, 255, 255, 0.5);
}
body.paywall_init footer .footer__row .footer__col p a:hover {
  color: #fff;
}
body.paywall_init footer::before {
  display: none;
}
body.paywall_init footer .footer_inner__row {
  display: none;
}

.single-masterclasses footer,
.page-template-template-masterclasses footer {
  padding-top: 170px;
}

.masterclasses_individual-section {
  padding-top: 21px;
  padding-bottom: 50px;
}
.masterclasses_individual-section__wrapper___row {
  display: grid;
  grid-gap: 70px;
  grid-template-columns: 310px 1fr;
}
.masterclasses_individual-section__wrapper___row--column {
  position: relative;
}
.masterclasses_individual-section__wrapper___row--column__sidebar {
  position: sticky;
  top: 40px;
}
.masterclasses_individual-section__wrapper___row--column__sidebar ul li {
  border-bottom: 1px solid #DDDEDE;
}
.masterclasses_individual-section__wrapper___row--column__sidebar ul li a {
  font-family: MaisonNeue-ExtraBold;
  font-size: 14px;
  font-style: normal;
  line-height: 128.571%;
  padding: 18px 0px;
  text-decoration: none;
  color: rgba(25, 34, 38, 0.5);
  transition: all 0.3s ease-in-out;
  display: grid;
  grid-template-columns: 14px auto;
  align-items: center;
  gap: 20px;
}
.masterclasses_individual-section__wrapper___row--column__sidebar ul li a:hover {
  color: #192226;
}
.masterclasses_individual-section__wrapper___row--column__sidebar ul li a.active {
  color: #192226;
}
.masterclasses_individual-section__wrapper___row--column__sidebar ul li a.back_to_dashboard img {
  width: 100%;
}
.masterclasses_individual-section__wrapper___row--column__sidebar ul li:last-child {
  border: none;
}
.masterclasses_individual-section__wrapper___row--column.sidebar_column .menu_wrap_masterclass_breadcrumb {
  display: none;
}
.masterclasses_individual-section__wrapper___row--column .menu_wrap_masterclass_breadcrumb {
  position: absolute;
  top: -82px;
  left: 0;
  width: calc(100% - 145px);
}
.masterclasses_individual-section__wrapper___row--column .menu_wrap_masterclass_breadcrumb ul {
  display: flex;
  gap: 8px;
}
.masterclasses_individual-section__wrapper___row--column .menu_wrap_masterclass_breadcrumb ul li {
  line-height: 0.5;
}
.masterclasses_individual-section__wrapper___row--column .menu_wrap_masterclass_breadcrumb ul li.dashboard_item_menu a {
  color: rgba(27, 34, 38, 0.5);
  pointer-events: all;
}
.masterclasses_individual-section__wrapper___row--column .menu_wrap_masterclass_breadcrumb ul li.dashboard_item_menu .link_seperator {
  margin-left: 8px;
  color: rgba(27, 34, 38, 0.5);
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  font-size: 14px;
  line-height: 128.571%;
}
.masterclasses_individual-section__wrapper___row--column .menu_wrap_masterclass_breadcrumb ul li a {
  font-size: 14px;
  color: #1B2226;
  line-height: 128.571%;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  pointer-events: none;
}
.masterclasses_individual-section__wrapper___row--column .menu_wrap_masterclass_breadcrumb ul li a:hover {
  color: #F1B442;
}
.masterclasses_individual-section__wrapper___row--column__content h1, .masterclasses_individual-section__wrapper___row--column__content h2, .masterclasses_individual-section__wrapper___row--column__content h3, .masterclasses_individual-section__wrapper___row--column__content h4, .masterclasses_individual-section__wrapper___row--column__content h5, .masterclasses_individual-section__wrapper___row--column__content h6, .masterclasses_individual-section__wrapper___row--column__content p {
  margin: 25px 0px;
}
.masterclasses_individual-section__wrapper___row--column__content h1 {
  margin-top: 0;
}
.masterclasses_individual-section__wrapper___row--column__content .vimeo_video_wrraper iframe {
  width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 12px;
}
.masterclasses_individual-section__wrapper___row--column__content .article_desc {
  max-width: 100%;
  margin-top: 20px;
}
.masterclasses_individual-section__wrapper___row--column__content .article_desc h1, .masterclasses_individual-section__wrapper___row--column__content .article_desc h2, .masterclasses_individual-section__wrapper___row--column__content .article_desc h3, .masterclasses_individual-section__wrapper___row--column__content .article_desc h4, .masterclasses_individual-section__wrapper___row--column__content .article_desc h5, .masterclasses_individual-section__wrapper___row--column__content .article_desc h6 {
  margin-top: 20px;
}

@media (min-width: 1201px) {
  .paywall_init .bonus_plan_masterclass_hero .highland_hero_section_container .site_title {
    font-size: 5.25rem;
  }
  .paywall_init .bonus_plan_masterclass_hero .highland_hero_section_container .site_desc {
    max-width: 562px;
  }
}
@media (max-width: 1199px) {
  .masterclasses_cta-section__wrapper__row {
    flex: 1;
    padding: 50px;
  }
  .masterclasses_cta-section__wrapper__row--column .site_sub_title {
    max-width: 440px;
  }
  .masterclasses_individual-section__wrapper___row--column__content h1 {
    font-size: 4rem;
  }
  .masterclasses_individual-section__wrapper___row--column .menu_wrap_masterclass_breadcrumb ul li {
    line-height: 0.5;
  }
}
@media (max-width: 991px) {
  body.page-template-template-masterclasses header .menu_toggle_trigger {
    display: none;
  }
  body.page-template-template-masterclasses header .header_right_wrraper .account_link_wrraper {
    grid-gap: 12px;
  }
  body.paywall_init .bonus_plan_total_value_block-section__wrapper .bonus_plan_benefits_row_column {
    grid-column: span 6;
  }
  body.paywall_init .bonus_plan_results-section.bonus_plans_fail {
    margin-top: 60px !important;
  }
  body.paywall_init .bonus_plan_results-section.bonus_plans_fail .bonus_plan_results-section__wrapper__contant__list ul li {
    padding: 22px 0px;
  }
  body.paywall_init .paywall_who_is_this-section__wrapper___row {
    padding: 50px 30px;
  }
  body.paywall_init .paywall_who_is_this-section__wrapper___row--title .site_title {
    font-size: 4rem;
  }
  body.single-masterclasses header .menu_toggle_trigger {
    display: none;
  }
  body.single-masterclasses header .header_right_wrraper .account_link_wrraper {
    grid-gap: 12px;
  }
  .masterclasses_cta-section__wrapper__row {
    align-items: flex-start;
    flex-direction: column;
  }
  .masterclasses_cta-section__wrapper__row--column {
    text-align: left;
    max-width: 100%;
  }
  .masterclasses_cta-section__wrapper__row--column .site_sub_title {
    max-width: unset;
  }
  .masterclasses_individual-section__wrapper___row {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .masterclasses_individual-section__wrapper___row--column__content h1, .masterclasses_individual-section__wrapper___row--column__content h2, .masterclasses_individual-section__wrapper___row--column__content h3, .masterclasses_individual-section__wrapper___row--column__content h4, .masterclasses_individual-section__wrapper___row--column__content h5, .masterclasses_individual-section__wrapper___row--column__content h6 {
    margin-bottom: 20px;
  }
  .masterclasses_individual-section__wrapper___row--column__content .article_desc {
    margin-top: 10px;
  }
  .masterclasses_individual-section__wrapper___row--column__content .article_desc p {
    margin-bottom: 15px;
  }
  .masterclasses_individual-section__wrapper___row--column__content h1 {
    font-size: 3.2rem;
  }
  .masterclasses_individual-section__wrapper___row--column.sidebar_column .menu_wrap_masterclass_breadcrumb {
    display: block;
    left: 150px;
    top: -76px;
    width: calc(100% - 300px);
  }
  .masterclasses_individual-section__wrapper___row--column .menu_wrap_masterclass_breadcrumb {
    display: none;
  }
  .masterclasses_individual-section__wrapper___row--column .menu_wrap_masterclass_breadcrumb ul li {
    line-height: 0.5;
  }
  .masterclasses_individual-section__wrapper___row--column__sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  body.paywall_init .bonus_plan_total_value_block-section__wrapper .bonus_plan_benefits_row {
    grid-row-gap: 50px;
    grid-column-gap: 0px;
    margin-top: 50px;
  }
  body.paywall_init .bonus_plan_total_value_block-section__wrapper .bonus_plan_benefits_row_column {
    grid-column: span 12;
  }
  body.paywall_init .paywall_who_is_this-section__wrapper___row {
    padding: 50px 30px;
  }
  body.paywall_init .paywall_who_is_this-section__wrapper___row--title .site_title {
    font-size: 3rem;
  }
  .masterclasses_cta-section__wrapper__row {
    padding: 30px;
  }
  .masterclasses_individual-section__wrapper___row--column.sidebar_column .menu_wrap_masterclass_breadcrumb {
    position: unset;
    padding-bottom: 10px;
    margin-top: -25px;
    width: 100%;
  }
  .masterclasses_individual-section__wrapper___row--column.sidebar_column .menu_wrap_masterclass_breadcrumb ul li {
    line-height: 0.5;
  }
}
.nextlesson {
  padding-top: 34px;
  border-top: 1px solid #dddede;
}
.nextlesson__wrapper__title .site_sub_title {
  margin-bottom: 20px;
}
.nextlesson__wrapper__title .site_sub_title h3 {
  font-size: 24px;
  margin: 0;
}
.nextlesson__wrapper__row {
  display: grid;
  grid-template-columns: 171px auto;
  gap: 25px;
  align-items: center;
}
.nextlesson__wrapper__row--column img {
  border-radius: 8px;
}
.nextlesson__wrapper__row--column_inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.nextlesson__wrapper__row--column_inner .next_lesson_title {
  font-family: "Beatrice-ExtraBold", sans-serif;
  font-weight: 800;
  line-height: 141.667%;
  font-size: 24px;
  letter-spacing: -0.72px;
  color: #1B2226;
  max-width: 600px;
}
.nextlesson__wrapper__row--column_inner_arrow img {
  border-radius: 0;
  width: 20px;
}
.nextlesson.nextmasterclass_locked .nextlesson__wrapper__row--column.img--col {
  position: relative;
}
.nextlesson.nextmasterclass_locked .nextlesson__wrapper__row--column.img--col::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 247, 238, 0.6);
  z-index: 1;
  pointer-events: none;
  background-image: url(../images/lock.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .nextlesson__wrapper__title .site_sub_title {
    margin-bottom: 20px;
  }
  .nextlesson__wrapper__title .site_sub_title h3 {
    font-size: 20px;
  }
  .nextlesson__wrapper__row {
    grid-template-columns: 135px auto;
    gap: 15px;
  }
  .nextlesson__wrapper__row--column_inner .next_lesson_title {
    font-size: 16px;
  }
  .nextlesson__wrapper__row--column_inner_arrow img {
    min-width: 15px;
  }
}
@media (max-width: 575px) {
  .masterclasses_cta-section__wrapper__row--column .masterclasses_btn_wrapper .common_btn {
    padding: 15px 20px;
  }
  body.paywall_init .members_see_section {
    margin-top: 50px;
    padding: 20px 0 50px;
  }
  body.paywall_init .members_see_section .members__grid .review_card-wrapper {
    padding: 0px 15px;
  }
  body.paywall_init .members_see_section .members__grid .review_card-wrapper::before {
    display: none;
  }
  body.paywall_init .members_see_section .members__grid .review_card-wrapper::after {
    display: none;
  }
  body.paywall_init .for_x_founder-section {
    padding-top: 120px;
  }
}
/* bonus_plan_masterclass
--------------------------------------------- */
.page-template-template-bonus-plan header {
  background-color: #EFE8E0;
}
.page-template-template-bonus-plan header .header_wrapper .header_menu {
  display: none;
}
.page-template-template-bonus-plan .trusted_top_founders_section {
  margin-top: 97px;
}
.page-template-template-bonus-plan .builder_section {
  padding: 25px 0 50px;
}
.page-template-template-bonus-plan .builder_section .builder__title {
  margin-bottom: 45px;
}
.page-template-template-bonus-plan .builder_section .builder__box_row .builder__box img {
  width: 30px;
  height: 30px;
}
.page-template-template-bonus-plan footer {
  background-color: #1B2226;
  margin-top: 0;
}
.page-template-template-bonus-plan footer:before {
  display: none;
}
.page-template-template-bonus-plan footer .footer_wrapper .footer_inner__row {
  display: none;
}
.page-template-template-bonus-plan footer .footer__row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.page-template-template-bonus-plan footer .footer__row .footer__col p {
  color: rgba(255, 255, 255, 0.5);
}
.page-template-template-bonus-plan footer .footer__row .footer__col p a {
  color: rgba(255, 255, 255, 0.5);
}
.page-template-template-bonus-plan footer .footer__row .footer__col p a:hover {
  color: #ffffff;
}

.bonus_plan_masterclass_hero {
  background-color: #EFE8E0;
  position: relative;
  padding-bottom: 60px;
}
.bonus_plan_masterclass_hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: -80px;
  background-image: url(../images/bg_shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transform: rotate(180deg);
}
.bonus_plan_masterclass_hero .highland_hero_section_container {
  width: 100vw;
  position: relative;
  padding-left: calc((100vw - 1310px) / 2 + 15px);
}
.bonus_plan_masterclass_hero .highland_hero_section_container .five_star_label {
  background-color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.bonus_plan_masterclass_hero .highland_hero_section_container .site_desc {
  margin: 18px 18px 18px 0;
}
.bonus_plan_masterclass_hero .highland_hero_section_container .section_btn p {
  margin-top: 16px;
  color: #1B2226;
  font-family: "MaisonNeue-Black", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
}
.bonus_plan_masterclass_hero .highland_hero_section_container .highland_hero__image img {
  margin-left: auto;
}

.masterclass_faq-section {
  margin-top: 90px;
}
.masterclass_faq-section__wrapper___row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.masterclass_faq-section__wrapper___row--column .site_desc.faq_desc {
  margin-top: 8px;
}
.masterclass_faq-section__wrapper___row--column .common_btn {
  margin-top: 12px;
  margin-bottom: 20px;
}
.masterclass_faq-section__wrapper___row--column .faq_box {
  padding: 34px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.masterclass_faq-section__wrapper___row--column .faq_box:first-child {
  padding-top: 0px;
}
.masterclass_faq-section__wrapper___row--column .faq_box .faq_header {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.masterclass_faq-section__wrapper___row--column .faq_box .faq_header h4 {
  color: #1B2226;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 141.667%;
  letter-spacing: -0.72px;
}
.masterclass_faq-section__wrapper___row--column .faq_box .faq_header img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 18px;
  transition: all 0.3s ease-in-out;
}
.masterclass_faq-section__wrapper___row--column .faq_box .faq_info_block {
  margin-top: 14px;
  display: none;
}
.masterclass_faq-section__wrapper___row--column .faq_box.active .faq_header img {
  transform: rotate(0deg);
}

.footer_cta_landing-section {
  background-color: #1B2226;
  padding: 20px 0px 90px;
  margin-top: 200px;
  position: relative;
}
.footer_cta_landing-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: -80px;
  background-image: url(../images/bg_shape_black.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.footer_cta_landing-section__wrapper___row {
  text-align: center;
}
.footer_cta_landing-section__wrapper___row .site_sub_title {
  margin-bottom: 18px;
  color: #FEF7EE;
}
.footer_cta_landing-section__wrapper___row .site_sub_title h2 {
  color: #FEF7EE;
}
.footer_cta_landing-section__wrapper___row .site_desc {
  max-width: 540px;
  margin: 0 auto;
}
.footer_cta_landing-section__wrapper___row .site_desc p {
  color: #FEF7EE;
}
.footer_cta_landing-section__wrapper___row .memberful_button_wrap {
  margin-top: 26px;
  display: inline-block;
}

.bonus_plan_total_value_block-section {
  margin-top: 150px;
}
.bonus_plan_total_value_block-section__wrapper__bg {
  border-radius: 16px;
  border: 1px solid #DDDEDE;
  background: #FFF;
  padding: 60px 55px;
}
.bonus_plan_total_value_block-section__wrapper__title {
  text-align: center;
  max-width: 910px;
  margin: 0 auto;
}
.bonus_plan_total_value_block-section__wrapper__title .title_sub_chips {
  border-radius: 10px;
  background: #EFE8E0;
  padding: 5px 10px;
  color: #1B2226;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  font-family: "MaisonNeue-Black", sans-serif;
}
.bonus_plan_total_value_block-section__wrapper__title .site_title {
  font-size: 4.2rem;
}
.bonus_plan_total_value_block-section__wrapper___row {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 44px;
  margin-top: 75px;
  align-items: center;
}
.bonus_plan_total_value_block-section__wrapper___row--column ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.bonus_plan_total_value_block-section__wrapper___row--column ul li {
  position: relative;
  padding-left: 22px;
}
.bonus_plan_total_value_block-section__wrapper___row--column ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 15px;
  border: solid #F1B442;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.bonus_plan_total_value_block-section__wrapper___row--column ul li .vlaueback_point {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}
.bonus_plan_total_value_block-section__wrapper___row--column ul li .vlaueback_point span {
  color: #1B2226;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 162.5%;
  font-family: "Maison-Neue-Bold", sans-serif;
}
.bonus_plan_total_value_block-section__wrapper___row--column ul li .vlaueback_point .chips_value {
  border-radius: 10px;
  background: #EFE8E0;
  padding: 5px 10px;
  color: #1B2226;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
  font-family: "MaisonNeue-Black", sans-serif;
}
.bonus_plan_total_value_block-section__wrapper___row--column ul li .vlaueback_point_desc {
  color: #1B2226;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}
.bonus_plan_total_value_block-section__wrapper___row--column .vimeo_video_wrraper {
  position: relative;
  padding-bottom: 56%;
  border-radius: 16px;
  overflow: hidden;
}
.bonus_plan_total_value_block-section__wrapper___row--column .vimeo_video_wrraper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  border-radius: 16px;
}
.bonus_plan_total_value_block-section__wrapper___row--column .vimeo_video_wrraper .player_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 12px;
  cursor: pointer;
}
.bonus_plan_total_value_block-section__wrapper___row--column .vimeo_video_wrraper .player_icon img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px;
  height: 56px;
}
.bonus_plan_total_value_block-section__wrapper___row--column .vimeo_video_wrraper.video-playing .player_icon {
  display: none;
}

.bonus_plan_results-section {
  margin-top: 110px;
}
.bonus_plan_results-section__wrapper__contant {
  max-width: 730px;
  margin: 0 auto;
}
.bonus_plan_results-section__wrapper__contant__title .site_title {
  font-size: 4.2rem;
  margin-bottom: 17px;
}
.bonus_plan_results-section__wrapper__contant__title .site_desc p {
  color: #1B2226;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.bonus_plan_results-section__wrapper__contant__title .site_desc p strong {
  font-style: italic;
  font-weight: 700;
}
.bonus_plan_results-section__wrapper__contant__list {
  margin-top: 50px;
}
.bonus_plan_results-section__wrapper__contant__list ul li {
  display: flex;
  gap: 35px;
  align-items: flex-start;
  padding: 44px 0px 40px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.bonus_plan_results-section__wrapper__contant__list ul li:last-child {
  border-bottom: none;
}
.bonus_plan_results-section__wrapper__contant__list ul li .count_number {
  color: #F1B442;
  font-family: "Beatrice-ExtraBold", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  letter-spacing: -1.56px;
  width: 36px;
  text-align: center;
}
.bonus_plan_results-section__wrapper__contant__list ul li .bonus_plan_results_item {
  max-width: 630px;
}
.bonus_plan_results-section__wrapper__contant__list ul li .bonus_plan_results_item .bonus_plan_results_title p {
  font-style: normal;
  font-family: "Maison-Neue-Bold", sans-serif;
  line-height: 155.556%;
  margin-bottom: 5px;
}
.bonus_quotes_block-section {
  margin-top: 100px;
}
.bonus_quotes_block-section__wrapper___row {
  border-radius: 16px;
  background: #1B2226;
  display: flex;
  padding: 60px 20px 60px 0px;
}
.bonus_quotes_block-section__wrapper___row--column {
  flex: 1;
  padding-right: 60px;
  padding-left: 80px;
  align-content: center;
}
.bonus_quotes_block-section__wrapper___row--column:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.bonus_quotes_block-section__wrapper___row--column .site_sub_title {
  margin-bottom: 10px;
  color: #FEF7EE;
}
.bonus_quotes_block-section__wrapper___row--column .site_sub_title h2 {
  color: #FEF7EE;
}
.bonus_quotes_block-section__wrapper___row--column .site_desc {
  margin-bottom: -8px;
}
.bonus_quotes_block-section__wrapper___row--column .site_desc p {
  color: #FEF7EE;
  line-height: 28px;
}
.bonus_quotes_block-section__wrapper___row--column .bonus_quotes_block_data img {
  width: 38px;
  height: 39px;
  border-radius: 100px;
  margin-bottom: 12px;
}
.bonus_quotes_block-section__wrapper___row--column .bonus_quotes_block_data .planreview_text {
  color: #FFF;
  font-family: "Maison-Neue-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  margin-bottom: 12px;
}
.bonus_quotes_block-section__wrapper___row--column .bonus_quotes_block_data .planreview_text strong {
  font-size: inherit;
  line-height: inherit;
}
.bonus_quotes_block-section__wrapper___row--column .bonus_quotes_block_data .planreview_text p {
  color: #FFF;
  font-family: "Maison-Neue-Medium", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 162.5%;
  margin-bottom: 12px;
}
.bonus_quotes_block-section__wrapper___row--column .bonus_quotes_block_data .planreview_text p strong {
  font-size: inherit;
  line-height: inherit;
  font-style: italic;
}
.bonus_quotes_block-section__wrapper___row--column .bonus_quotes_block_data .author_name {
  color: #FFF;
  font-family: "MaisonNeue-Black", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
}
.bonus_quotes_block-section__wrapper___row--column .bonus_quotes_block_data .author_designation {
  color: rgba(255, 255, 255, 0.5);
  font-family: "MaisonNeue-Black", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
}

.bolnus_plan_bundle-section {
  margin-top: 145px;
}
.bolnus_plan_bundle-section__wrapper__title .site_title {
  margin-bottom: 22px;
  font-size: 4.2rem;
}
.bolnus_plan_bundle-section__wrapper__title .site_desc {
  max-width: 660px;
  margin: 0 auto;
}
.bolnus_plan_bundle-section__wrapper___row {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
.bolnus_plan_bundle-section__wrapper___row--column {
  border-radius: 16px;
  border: 1px solid #DDDEDE;
  background: #FFF;
  padding: 27px;
  grid-column: span 4;
}
.bolnus_plan_bundle-section__wrapper___row--column__image {
  margin-bottom: 28px;
}
.bolnus_plan_bundle-section__wrapper___row--column__image img {
  border-radius: 12px;
  border: 1px solid #DDDEDE;
  border-radius: 12px;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bolnus_plan_bundle-section__wrapper___row--column__title {
  margin-bottom: 15px;
}
.bolnus_plan_bundle-section__wrapper___row--column__title p {
  color: #1B2226;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 112.5%;
  text-transform: uppercase;
}
.bolnus_plan_bundle-section__wrapper__info {
  margin-top: 50px;
}
.bolnus_plan_bundle-section__wrapper__info .site_desc {
  max-width: 540px;
  margin: 0 auto;
}

.bonus_plans_fail {
  background: #EFE8E0;
  position: relative;
  margin-top: 200px;
  padding-top: 40px;
}
.bonus_plans_fail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: -80px;
  background-image: url(../images/bg_shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bonus_plans_fail .bonus_plan_results-section__wrapper__contant__list {
  margin-top: 20px;
}

.for_x_founder-section {
  padding-top: 200px;
  padding-bottom: 200px;
  background: #EFE8E0;
}
.for_x_founder-section__wrapper__bg {
  border-radius: 16px;
  border: 1px solid #DDDEDE;
  background: #FFF;
}
.for_x_founder-section__wrapper___row {
  display: grid;
  grid-template-columns: 385px 1fr;
  gap: 45px;
  margin-bottom: 60px;
  padding: 24px 24px 0px 45px;
}
.for_x_founder-section__wrapper___row--column .title_sub_chips {
  border-radius: 10px;
  background: #EFE8E0;
  margin-left: auto;
  display: inline-block;
  padding: 5px 12px;
  color: #1B2226;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
  float: right;
  font-family: "MaisonNeue-Black", sans-serif;
}
.for_x_founder-section__wrapper___row--column__image {
  margin-top: -130px;
  transform: rotate(-2.95deg);
}
.for_x_founder-section__wrapper___row--column__image img {
  border-radius: 12px;
}
.for_x_founder-section__wrapper___row--column_content {
  padding-top: 70px;
  max-width: 750px;
  clear: both;
}
.for_x_founder-section__wrapper___row--column_content p {
  margin-bottom: 20px;
}
.for_x_founder-section__wrapper___row--column_content p:last-child {
  margin-bottom: 0px;
}
.for_x_founder-section__wrapper___row--column_content p * {
  font-size: inherit;
  line-height: 1.7;
}
.for_x_founder-section__wrapper .trusted_top_founders_section {
  margin: 0;
  padding: 0;
}
.for_x_founder-section__wrapper .trusted_top_founders_section .trusted_logo_slider::before {
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 0px 0px 0px 16px;
}
.for_x_founder-section__wrapper .trusted_top_founders_section .trusted_logo_slider::after {
  height: 100%;
  background: linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 0px 0px 16px 0px;
}

.page-template-template-bonus-plan .footer_cta_landing-section {
  margin: 0;
}

@media (min-width: 1201px) {
  .bonus_plan_masterclass_hero .highland_hero_section_container .site_title {
    max-width: 640px;
    font-size: 5rem;
  }
  .bonus_plan_masterclass_hero .highland_hero_section_container .site_desc {
    max-width: 520px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .bonus_plan_masterclass_hero .highland_hero_section_container {
    width: 100vw;
    position: relative;
    padding-left: calc((100vw - 100%) / 2 + 60px);
  }
}
@media (max-width: 1024px) {
  .bonus_plan_total_value_block-section__wrapper___row {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
  .bolnus_plan_bundle-section {
    margin-top: 100px;
  }
  .for_x_founder-section__wrapper___row {
    grid-template-columns: 300px 1fr;
  }
  .for_x_founder-section__wrapper___row--column__image {
    margin-top: -75px;
  }
}
@media (max-width: 991px) {
  .bonus_plan_masterclass_hero .highland_hero_section_container .site_title {
    font-size: 4rem;
    margin-right: 24px;
  }
  .page-template-template-bonus-plan header .header_wrapper .header_right_wrraper {
    margin-right: 0px;
  }
  .page-template-template-bonus-plan header .header_wrapper .header_right_wrraper .header_btn {
    margin-right: 0px;
  }
  .page-template-template-bonus-plan header .header_wrapper .menu_toggle_trigger {
    display: none;
  }
  .bonus_plan_total_value_block-section__wrapper__bg {
    padding: 30px 20px;
  }
  .bonus_plan_total_value_block-section__wrapper__title .site_title {
    font-size: 3.2rem;
  }
  .bonus_plan_total_value_block-section__wrapper___row {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
  .bonus_plan_total_value_block-section__wrapper___row--column ul {
    gap: 20px;
  }
  .bonus_plan_results-section {
    margin-top: 50px;
    padding-top: 0;
  }
  .bonus_plan_results-section__wrapper__contant__title .site_title {
    font-size: 3.2rem;
  }
  .bonus_plan_results-section__wrapper__contant__list {
    margin-top: 20px;
  }
  .bonus_plans_fail {
    margin-top: 130px !important;
  }
  .bonus_quotes_block-section__wrapper___row {
    padding: 30px 0px;
  }
  .bonus_quotes_block-section__wrapper___row--column {
    padding-right: 30px;
    padding-left: 40px;
  }
  .bolnus_plan_bundle-section {
    margin-top: 70px;
  }
  .bolnus_plan_bundle-section__wrapper__title .site_title {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
  .bolnus_plan_bundle-section__wrapper___row {
    gap: 15px;
  }
  .bolnus_plan_bundle-section__wrapper___row--column {
    grid-column: span 6;
    padding: 20px;
  }
  .for_x_founder-section {
    padding-top: 70px;
  }
  .bonus_plan_masterclass_hero .highland_hero_section_container .five_star_label {
    max-width: 400px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .bonus_plan_masterclass_hero {
    padding-bottom: 0px;
  }
  .bonus_plan_masterclass_hero .highland_hero_section_container {
    width: 100vw;
    position: relative;
    padding-left: calc((100vw - 540px) / 2 + 15px);
  }
  .masterclass_faq-section {
    margin-top: 35px;
  }
  .masterclass_faq-section__wrapper___row {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
  .masterclass_faq-section__wrapper___row--column .faq_box {
    padding: 24px 0px;
  }
  .masterclass_faq-section__wrapper___row--column .faq_box .faq_header h4 {
    font-size: 2rem;
  }
  .masterclass_faq-section__wrapper___row--column .faq_box .faq_header img {
    width: 14px;
  }
  .footer_cta_landing-section {
    margin-top: 130px;
  }
  .bonus_plan_total_value_block-section {
    margin-top: 130px;
  }
  .bonus_plan_total_value_block-section__wrapper__title .site_title {
    font-size: 3rem;
  }
  .bonus_plan_total_value_block-section__wrapper___row {
    margin-top: 40px;
  }
  .bonus_plan_total_value_block-section__wrapper___row--column ul {
    gap: 20px;
  }
  .bonus_plan_total_value_block-section__wrapper___row--column ul li .vlaueback_point {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .bonus_plan_results-section__wrapper__contant__title .site_title {
    font-size: 3rem;
  }
  .bonus_plan_results-section__wrapper__contant__list {
    margin-top: 20px;
  }
  .bonus_plan_results-section__wrapper__contant__list ul li {
    gap: 20px;
    padding: 30px 0px 22px 0px;
  }
  .bonus_plan_results-section__wrapper__contant__list ul li .count_number {
    font-size: 40px;
    width: 60px;
    text-align: center;
    min-width: 40px;
  }
  .bonus_quotes_block-section {
    margin-top: 30px;
  }
  .bonus_quotes_block-section__wrapper___row {
    flex-direction: column;
    padding: 30px;
  }
  .bonus_quotes_block-section__wrapper___row--column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bonus_quotes_block-section__wrapper___row--column:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-right: 0px;
  }
  .bolnus_plan_bundle-section {
    margin-top: 50px;
  }
  .bolnus_plan_bundle-section__wrapper__title .site_title {
    font-size: 3rem;
  }
  .bolnus_plan_bundle-section__wrapper___row {
    margin-top: 30px;
  }
  .bolnus_plan_bundle-section__wrapper___row--column {
    grid-column: span 12;
    padding: 15px;
  }
  .bolnus_plan_bundle-section__wrapper__info {
    margin-top: 30px;
  }
  .bolnus_plan_bundle-section__wrapper__info .site_desc {
    max-width: 330px;
  }
  .for_x_founder-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .for_x_founder-section__wrapper___row {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .for_x_founder-section__wrapper___row--column .title_sub_chips {
    float: none;
  }
  .for_x_founder-section__wrapper___row--column_content {
    padding-top: 16px;
  }
  .for_x_founder-section__wrapper___row--column_content p {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (max-width: 575px) {
  .bonus_plan_masterclass_hero .highland_hero_section_container {
    width: 100vw;
    position: relative;
    padding-left: calc((100vw - 100%) / 2 + 15px);
  }
  .masterclass_faq-section__wrapper___row--column .site_desc p br {
    display: block;
  }
}
/* Blog
--------------------------------------------- */
.blog_hero_section {
  padding: 50px 0;
}
.blog_hero_section__row {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 40px;
  align-items: center;
  border-bottom: 1px solid #DDDEDE;
  padding-bottom: 50px;
}
.blog_hero_section__row .blog_hero__image {
  display: block;
}
.blog_hero_section__row .blog_hero__image img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
  -webkit-aspect-ratio: 16/9;
}
.blog_hero_section__row .blog_hero__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}
.blog_hero_section__row .blog_hero__content .blog_small_label {
  margin-bottom: 15px;
}
.blog_hero_section__row .blog_hero__content .site_desc {
  margin: 10px 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_hero_section__row .blog_hero__content .site_desc p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_hero_section__row .blog_hero__content .site_sub_title a {
  transition: all 0.3s;
  font-size: 4.2rem;
  color: #1B2226;
  line-height: 1.25;
  font-family: "Beatrice-ExtraBold", sans-serif;
  letter-spacing: -0.3px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: transparent;
}
.blog_hero_section__row .blog_hero__content .site_sub_title a:hover {
  color: #f1b442;
  text-decoration-color: #f1b442;
}

.blog_listing_section {
  padding: 0 0 100px;
}
.blog_listing_section__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  row-gap: 60px;
}
.blog_listing_section__row .blog_listing__box--image a {
  display: block;
}
.blog_listing_section__row .blog_listing__box--image img {
  border-radius: 12px;
  min-height: 230px;
  max-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog_listing_section__row .blog_listing__box--info {
  padding: 10px 0 0;
}
.blog_listing_section__row .blog_listing__box--info .blog_listing__box--title {
  line-height: 0;
}
.blog_listing_section__row .blog_listing__box--info .blog_listing__box--title h3 {
  font-size: 2.4rem;
  color: #1B2226;
  line-height: 1.4;
  font-family: "Beatrice-ExtraBold", sans-serif;
  letter-spacing: -0.3px;
  transition: all 0.3s;
  word-break: break-word;
}
.blog_listing_section__row .blog_listing__box--info .blog_listing__box--title a {
  font-size: 2.4rem;
  color: #1B2226;
  line-height: 1.4;
  font-family: "Beatrice-ExtraBold", sans-serif;
  letter-spacing: -0.3px;
  transition: all 0.3s;
  word-break: break-word;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: transparent;
}
.blog_listing_section__row .blog_listing__box--info .blog_listing__box--title a:hover {
  color: #f1b442;
  text-decoration-color: #f1b442;
}

.single_blog_hero_section {
  margin: 45px 0 120px;
}
.single_blog_hero_section__row {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 60px;
  align-items: center;
}
.single_blog_hero_section__row .single_blog_hero__image img {
  border-radius: 12px;
  width: 100%;
  min-height: 660px;
  max-height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single_blog_hero_section__row .single_blog_hero__content .blog_small_label {
  margin-bottom: 15px;
}
.single_blog_hero_section__row .single_blog_hero__content .site_title,
.single_blog_hero_section__row .single_blog_hero__content h1 {
  word-break: break-word;
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social {
  display: flex;
  align-items: center;
  padding: 15px 0 25px;
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social p {
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  line-height: 1;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  font-weight: 900;
  color: rgba(27, 34, 38, 0.5);
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
  opacity: 0.5;
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul li {
  line-height: 1;
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul li a {
  display: inline-block;
  line-height: 1;
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul li a img {
  transition: all 0.25s ease 0s;
  width: 15px;
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul li a:hover {
  transform: translateY(-5px);
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul li a#copy_link {
  position: relative;
  box-sizing: border-box;
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul li a#copy_link::before, .single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul li a#copy_link::after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-10px);
  transition: all 300ms ease;
  text-align: center;
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul li a#copy_link::before {
  content: "";
  width: 8px;
  height: 8px;
  bottom: -10px;
  left: 6px;
  clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul li a#copy_link::after {
  content: attr(tooltip);
  width: 70px;
  bottom: -33px;
  left: -25px;
  padding: 5px;
  border-radius: 4px;
  font-size: 1.3rem;
}
.single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul li a#copy_link:hover::before, .single_blog_hero_section__row .single_blog_hero__content .ad_info_social ul li a#copy_link:hover::after {
  opacity: 1;
  transform: translateY(0);
}
.single_blog_hero_section__row .single_blog_hero__content .site_desc p a {
  color: #1B2226;
  text-decoration: underline;
}
.single_blog_hero_section__row .single_blog_hero__content .site_desc p a:hover {
  color: #f1b442;
}
.single_blog_hero_section__row .single_blog_hero__content .site_desc p + p {
  margin-top: 30px;
}

.single_blog_content_section {
  padding: 0 0 40px;
}
.single_blog_content_section__wrapper {
  padding-bottom: 100px;
}

.pagination_block {
  padding: 70px 0 0;
}
.pagination_block .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination_block .pagination span {
  cursor: pointer;
  font-family: "Maison-Neue-Demi", sans-serif;
  margin-right: 15px;
  font-size: 1.6rem;
}
.pagination_block .pagination span.cm_disable {
  opacity: 0.3;
}
.pagination_block .pagination span.current {
  color: #06070b;
}
.pagination_block .pagination a {
  font-size: 1.6rem;
  color: rgba(6, 7, 11, 0.3);
  font-family: "Maison-Neue-Demi", sans-serif;
  transition: all 0.25s ease 0s;
  line-height: 1;
  margin-right: 15px;
}
.pagination_block .pagination a:hover {
  color: #06070b;
}
.pagination_block .pagination a:last-child {
  margin-right: 0;
}

body.single-post:has(.all_substance_section) footer {
  padding-top: 250px;
}

body.post-type-masterclasses .footer_inner__row,
body.page-template-template-masterclasses .footer_inner__row,
body.single-masterclasses .footer_inner__row {
  display: none !important;
}

@media (max-width: 991px) {
  .blog_hero_section {
    padding-top: 0;
  }
  .blog_hero_section__row {
    gap: 30px;
    grid-template-columns: 50% 1fr;
    align-items: unset;
  }
  .blog_hero_section__row .blog_hero__content .site_sub_title a {
    font-size: 3.5rem;
  }
  .blog_hero_section__row .blog_hero__image {
    height: 100%;
  }
  .blog_hero_section__row .blog_hero__image img {
    height: 100%;
  }
  .blog_listing_section {
    padding: 0 0 60px;
  }
  .blog_listing_section__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .single_blog_hero_section {
    margin-bottom: 50px;
  }
  .single_blog_hero_section__row {
    gap: 30px;
    align-items: unset;
  }
  .single_blog_hero_section__row .single_blog_hero__image {
    height: 100%;
  }
  .single_blog_hero_section__row .single_blog_hero__image img {
    min-height: auto;
    max-width: 100%;
    max-height: unset;
    height: 100%;
  }
  .single_blog_content_section__wrapper {
    padding-bottom: 60px;
  }
  .pagination_block {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .blog_hero_section {
    padding-bottom: 30px;
  }
  .blog_hero_section__row {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
    gap: 15px;
  }
  .blog_hero_section__row .blog_hero__content .site_sub_title a {
    font-size: 3rem;
  }
  .blog_listing_section__row {
    row-gap: 20px;
  }
  .blog_listing_section__row .blog_listing__box--info {
    padding: 10px 0 0;
  }
  .blog_listing_section__row .blog_listing__box--info .blog_listing__box--title h3,
  .blog_listing_section__row .blog_listing__box--info .blog_listing__box--title a {
    font-size: 2rem;
  }
  .single_blog_hero_section__row {
    grid-template-columns: 1fr;
  }
  .single_blog_hero_section__row .single_blog_hero__content .site_desc p + p {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .blog_listing_section__row {
    grid-template-columns: 1fr;
  }
}
/* Contact
--------------------------------------------- */
.page-template-template-contact footer {
  background-color: transparent;
}
.page-template-template-contact footer::before {
  display: none;
}

.contact-section {
  width: 100%;
  max-width: min(100% - 15px, 704px);
  border-radius: 16px;
  border: 1px solid #DDDEDE;
  background-color: #fff;
  margin: 45px auto 80px auto;
  padding: 70px 15px 90px;
}
.contact-section__wrapper {
  width: 100%;
  max-width: 484px;
  margin: 0 auto;
}
.contact-section__wrapper__title {
  text-align: center;
  margin-bottom: 46px;
}
.contact-section__wrapper__title .site_title {
  font-size: 4.2rem;
  margin-bottom: 7px;
  color: #1B2226;
}
.contact-section__wrapper__title .site_desc * {
  color: #1B2226;
}
.contact-section__wrapper__title .site_desc p {
  color: #1B2226;
}
.contact-section__wrapper__title .site_desc p strong {
  font-size: inherit;
  line-height: inherit;
}
.contact-section__wrapper__title .site_desc p strong a {
  font-size: inherit;
  font-weight: inherit;
  color: #1B2226;
  font-family: inherit;
  text-decoration: underline;
  line-height: inherit;
}
.contact-section__wrapper__form_shortcode .gform-body.gform_body input, .contact-section__wrapper__form_shortcode .gform-body.gform_body textarea {
  border: 1px solid #A9A9A9;
  background: #FFF;
  border-radius: 12px;
  padding: 16px 15px 13px 16px !important;
  color: #1B2226;
  font-size: 16px !important;
  font-style: normal;
  line-height: 18px;
  font-family: "Maison-Neue-Bold", sans-serif;
}
.contact-section__wrapper__form_shortcode .gform-body.gform_body input::-webkit-input-placeholder, .contact-section__wrapper__form_shortcode .gform-body.gform_body textarea::-webkit-input-placeholder {
  color: rgba(27, 34, 38, 0.4);
}
.contact-section__wrapper__form_shortcode .gform-body.gform_body input::-moz-placeholder, .contact-section__wrapper__form_shortcode .gform-body.gform_body textarea::-moz-placeholder {
  color: rgba(27, 34, 38, 0.4);
  opacity: 1;
}
.contact-section__wrapper__form_shortcode .gform-body.gform_body input:-webkit-autofill, .contact-section__wrapper__form_shortcode .gform-body.gform_body textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
.contact-section__wrapper__form_shortcode .gform-body.gform_body input:-webkit-autofill:focus, .contact-section__wrapper__form_shortcode .gform-body.gform_body textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
.contact-section__wrapper__form_shortcode .gform-body.gform_body input:focus, .contact-section__wrapper__form_shortcode .gform-body.gform_body textarea:focus {
  outline: none;
}
.contact-section__wrapper__form_shortcode .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 0;
  position: relative;
}
.contact-section__wrapper__form_shortcode .gform_wrapper.gravity-theme .gform_footer button {
  margin: 15px 0px 0px;
  border: none;
  display: flex;
  border: none;
  align-items: center;
  padding: 20px !important;
  font-size: 16px !important;
  border-radius: 12px;
  cursor: pointer;
  justify-content: center;
  gap: 8px;
}
.contact-section__wrapper__form_shortcode .gform_wrapper.gravity-theme .gform_footer button span {
  font-size: 16px !important;
}
.contact-section__wrapper__form_shortcode .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
}
.contact-section__wrapper__form_shortcode .gform_confirmation_message {
  text-align: center;
  font-family: "Maison-Neue-Bold", sans-serif;
  font-size: 16px;
}
.contact-section .gform_wrapper.gravity-theme .gfield_validation_message,
.contact-section .gform_wrapper.gravity-theme .validation_message {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: rgb(170, 100, 99);
  text-align: left;
  line-height: 20px;
  background: rgb(255, 239, 239);
  padding: 12px;
  font-weight: 600;
  border-radius: 0px;
  border: 2px solid rgb(255, 153, 153);
  display: block;
  width: 100%;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  font-style: normal;
  opacity: 1;
}
.contact-section .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 16px 16px 16px 16px;
}
.contact-section .gform_wrapper.gravity-theme .gfield_label {
  font-size: 12px;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  text-transform: uppercase;
  color: #1B2226;
}
.contact-section .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  display: none;
}
.contact-section .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 167px;
}

@media (max-width: 767px) {
  .contact-section {
    padding: 50px 15px 60px;
    margin: 20px auto 60px auto;
  }
  .contact-section__wrapper__title {
    margin-bottom: 30px;
  }
  .contact-section__wrapper__title .site_desc p {
    font-size: 1.7rem;
  }
  .contact-section__wrapper__form_shortcode .gform-body.gform_body input, .contact-section__wrapper__form_shortcode .gform-body.gform_body textarea {
    padding: 12px 22px !important;
  }
}
/* footer
-------------------------------------------- */
footer {
  background-color: #EFE8E0;
  position: relative;
  margin-top: 80px;
}
footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: -80px;
  background-image: url(../images/bg_shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
footer .footer_inner__row {
  border-top: 1px solid rgba(27, 34, 38, 0.1);
  display: grid;
  grid-template-columns: 30% 25% 45%;
}
footer .footer_inner__row--col {
  padding: 45px 50px;
  display: flex;
  align-items: center;
}
footer .footer_inner__row--col:nth-child(2) {
  border-left: 1px solid rgba(27, 34, 38, 0.1);
  border-right: 1px solid rgba(27, 34, 38, 0.1);
}
footer .footer_inner__row--col:last-child {
  padding: 45px 10px 45px 50px;
}
footer .footer_inner__row .footer_logo {
  margin: 0 auto;
}
footer .footer_inner__row .footer_logo img {
  max-width: 258px;
  margin: 0 auto;
  width: 100%;
}
footer .footer_inner__row .footer_menu ul li a {
  font-size: 14px;
  color: #1B2226;
  font-weight: 800;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
}
footer .footer_inner__row .footer_menu ul li a:hover {
  color: #F1B442;
}
footer .footer_inner__row .footer_menu ul li + li {
  margin-top: 10px;
}
footer .footer_inner__row .footer_form {
  width: 100%;
}
footer .footer_inner__row .footer_form p {
  font-size: 14px;
  color: #1B2226;
  font-weight: 800;
  font-family: "MaisonNeue-ExtraBold", sans-serif;
  margin-bottom: 20px;
}
footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}
footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row :is(select, input) {
  width: 100%;
  min-height: 50px;
  background-color: #ffffff;
  border: 1px solid #DDDEDE;
  border-radius: 12px;
  padding: 16px 15px 13px 16px;
  color: #1B2226;
  font-size: 16px;
  line-height: 1.12;
  font-family: "Maison-Neue-Bold", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
}
footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row select {
  background-position: right 16px center;
  background-image: url("../images/chevron-down-select.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  cursor: pointer;
  color: rgba(27, 34, 38, 0.4);
}
footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row select.select_active {
  color: #1B2226;
}
footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row select option {
  color: #1B2226;
}
footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row select option[default] {
  display: none;
}
footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row input::-webkit-input-placeholder {
  color: rgba(27, 34, 38, 0.4);
}
footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row input::-moz-placeholder {
  color: rgba(27, 34, 38, 0.4);
  opacity: 1;
}
footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row input:focus {
  outline: none;
}
footer .footer_inner__row .footer_form .footer_input_filde {
  display: grid;
  grid-template-columns: 1fr 131px;
  gap: 10px;
}
footer .footer_inner__row .footer_form .footer_input_filde input {
  width: 100%;
  min-height: 50px;
  background-color: #ffffff;
  border: 1px solid #DDDEDE;
  border-radius: 12px;
  padding: 16px 15px 13px 16px;
  color: #1B2226;
  font-size: 16px;
  line-height: 1;
  font-family: "Maison-Neue-Bold", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 700;
}
footer .footer_inner__row .footer_form .footer_input_filde input::-webkit-input-placeholder {
  color: rgba(27, 34, 38, 0.4);
}
footer .footer_inner__row .footer_form .footer_input_filde input::-moz-placeholder {
  color: rgba(27, 34, 38, 0.4);
  opacity: 1;
}
footer .footer_inner__row .footer_form .footer_input_filde input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
footer .footer_inner__row .footer_form .footer_input_filde input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #1B2226 !important;
}
footer .footer_inner__row .footer_form .footer_input_filde input:focus {
  outline: none;
}
footer .footer_inner__row .footer_form .footer_input_filde .common_btn,
footer .footer_inner__row .footer_form .footer_input_filde button {
  width: 100%;
  padding: 16px;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}
footer .footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid rgba(27, 34, 38, 0.1);
}
footer .footer__row .footer__col p {
  font-size: 14px;
  color: rgba(27, 34, 38, 0.5);
}
footer .footer__row .footer__col p a {
  font-size: 14px;
  color: rgba(27, 34, 38, 0.5);
}
footer .footer__row .footer__col p a:hover {
  color: #000000;
}
footer .footer_high_logo {
  padding: 40px 0 0;
}
footer .footer_high_logo img {
  width: 100%;
}

@media (max-width: 1199px) {
  footer .footer_inner__row--col {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  footer .footer_inner__row {
    grid-template-columns: 35% 1fr;
  }
  footer .footer_inner__row--col {
    padding: 40px 30px;
  }
  footer .footer_inner__row--col:nth-child(1) {
    grid-column: span 2;
    border-bottom: 1px solid rgba(27, 34, 38, 0.1);
  }
  footer .footer_inner__row--col:nth-child(2) {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  footer {
    margin-top: 60px;
  }
  footer::before {
    height: 60px;
    top: -59px;
  }
  footer .footer__row {
    flex-direction: column-reverse;
    padding: 20px 0;
    text-align: center;
  }
  footer .footer__row .footer__col:not(:last-child) {
    margin-top: 10px;
  }
  footer .footer_inner__row {
    grid-template-columns: 1fr;
    border-top: 0;
  }
  footer .footer_inner__row--col {
    padding: 30px 0px !important;
    justify-content: center;
    text-align: center;
  }
  footer .footer_inner__row--col:nth-child(1) {
    grid-column: unset;
    border-bottom: 1px solid rgba(27, 34, 38, 0.1);
  }
  footer .footer_inner__row--col:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(27, 34, 38, 0.1);
  }
  footer .footer_inner__row .footer_logo img {
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  footer {
    margin-top: 30px;
  }
  footer .footer_high_logo {
    padding: 20px 0 0;
  }
  footer::before {
    height: 30px;
    top: -29px;
  }
  footer .footer_inner__row .footer_form .scott_custom_form_inner_first_row {
    grid-template-columns: 1fr;
  }
  footer .footer_inner__row .footer_form .footer_input_filde {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */