@font-face {
  font-family: "DMsans";
  font-stretch: 25% 150%;
  font-weight: 100 900;
  src: local("DMsans"), url("/fonts/DMSans-VariableFont_opsz,wght.ttf") format("truetype");
}
@font-face {
  font-family: "DMsans";
  font-style: italic;
  font-stretch: 25% 150%;
  font-weight: 100 900;
  src: local("DMsans"), url("/fonts/DMSans-Italic-VariableFont_opsz,wght.ttf") format("truetype");
}
@font-face {
  font-family: "TheSeasons";
  src: local("TheSeasons"), url("/fonts/TheSeasons-Bd.otf") format("opentype");
}
@font-face {
  font-family: "TheSeasons";
  font-style: italic;
  src: local("TheSeasons"), url("/fonts/TheSeasons-BdIt.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-stretch: 25% 150%;
  font-weight: 100 900;
  src: local("Montserrat"), url("/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-stretch: 25% 150%;
  font-weight: 100 900;
  src: local("Montserrat"), url("/fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 36px;
}

a,
.copper_text {
  color: #BB743A;
}

a {
  color: #BB743A;
  text-decoration: none;
}
a:active, a:hover, a:focus {
  color: #231F20;
}

h1 {
  font-family: "TheSeasons";
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}
@media (min-width: 380px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 600px) {
  h1 {
    font-size: 46px;
  }
}
@media (min-width: 840px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 46px;
  }
}
@media (min-width: 1300px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-family: "TheSeasons";
  font-size: 34px;
  font-weight: 700;
  line-height: 27px;
}
h2.small_uppercase {
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px; /* 150% */
  letter-spacing: 2.8px;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  color: #231F20;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

p {
  color: #231F20;
  font-family: "DMsans";
  font-weight: 300;
  line-height: 1.6;
}

.copper_button {
  background: #BB743A;
  border: solid 2px #BB743A;
  color: #fff;
  display: inline-flex;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2.4px;
  padding: 16px 25px 17px 26px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.copper_button:active, .copper_button:hover, .copper_button:focus {
  background: transparent;
  color: #000;
}

.button_link,
.clear_button {
  border: solid 2px #BB743A;
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2.4px;
  padding: 16px 25px 17px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.button_link:active, .button_link:hover, .button_link:focus,
.clear_button:active,
.clear_button:hover,
.clear_button:focus {
  background: #BB743A;
  color: #fff;
}

.cta_button {
  border: solid 1px #BB743A;
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px; /* 150% */
  letter-spacing: 3px;
  min-width: 180px;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
}
.cta_button:active, .cta_button:hover, .cta_button:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.background-wrapper {
  background-color: white;
}

.wrapper {
  margin: 0 auto;
  max-width: 1300px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
@media (min-width: 600px) {
  .wrapper {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 920px) {
  .wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
}

header {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 920px) {
  header {
    flex-direction: row;
    justify-content: space-between;
  }
}
header.wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 920px) {
  header.wrapper {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.logos {
  margin-top: 2.5rem;
  text-align: center;
}

.logo-ttg {
  margin-right: 2rem;
  max-width: 170px;
}
@media (min-width: 600px) {
  .logo-ttg {
    margin-right: 4rem;
  }
}

.cta {
  align-items: center;
  border-bottom: solid 1px #DDE2E5;
  border-top: solid 1px transparent;
  color: #000;
  display: flex;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 3rem;
  letter-spacing: 0.96px;
  margin-bottom: 1rem;
  padding: 0 0.7rem;
  text-decoration: none;
  text-transform: uppercase;
}
.cta:active .hpp_link, .cta:hover .hpp_link, .cta:focus .hpp_link {
  border-bottom: solid 1px transparent;
}
@media (min-width: 920px) {
  .cta {
    border-bottom: none;
    font-size: 15px;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    margin-right: -2rem;
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
@media (min-width: 920px) {
  .cta .explore {
    display: none;
  }
}
@media (min-width: 1024px) {
  .cta .explore {
    display: block;
  }
}
.cta .hpp_link {
  border-bottom: solid 1px #BB743A;
  color: #BB743A;
  font-weight: 600;
  margin-left: 0.4rem;
}
.cta:after {
  background: url("/img/arrow-right.svg") center center no-repeat;
  content: "";
  display: block;
  height: 14px;
  margin: 0 auto;
  position: absolute;
  right: 0.7rem;
  width: 16px;
}
@media (min-width: 920px) {
  .cta:after {
    position: relative;
    right: auto;
    padding-left: 0.5rem;
  }
}

.hero_wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (min-width: 600px) {
  .hero_wrapper {
    max-width: 540px;
  }
}
@media (min-width: 840px) {
  .hero_wrapper {
    flex-direction: row;
    max-width: 100%;
  }
}

.hero_content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0.7rem;
  flex: 1 1 360px;
}
@media (min-width: 840px) {
  .hero_content {
    align-self: flex-end;
    flex: 0 0 400px;
    padding-right: 4rem;
  }
}
@media (min-width: 920px) {
  .hero_content {
    padding-right: 2rem;
    padding-top: 6rem;
  }
}
@media (min-width: 1200px) {
  .hero_content {
    flex: 0 0 500px;
  }
}
@media (min-width: 1300px) {
  .hero_content {
    flex: 0 0 540px;
  }
}
.hero_content h1 {
  max-width: 23rem;
}
@media (min-width: 600px) {
  .hero_content h1 {
    max-width: 32rem;
  }
}
.hero_content .button_link {
  line-height: 21px;
}
.hero_content p {
  max-width: 300px;
}
@media (min-width: 380px) {
  .hero_content p {
    margin-left: 35px;
  }
}
@media (min-width: 840px) {
  .hero_content p {
    margin-left: 0;
  }
}
.hero_content .announce {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 8px;
}
.hero_content p:last-of-type {
  margin-bottom: 0;
}

.hero_images {
  display: flex;
  flex: 1 1;
  justify-content: flex-end;
  position: relative;
  margin-left: -35px;
  margin-right: -35px;
  min-width: 100%;
}
@media (min-width: 840px) {
  .hero_images {
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
  }
}

.small_images {
  bottom: 1rem;
  display: inline-flex;
  flex-direction: column;
  left: 0;
  max-width: 32%;
  position: absolute;
}

.collage-1 {
  align-self: flex-start;
  margin-bottom: 1rem;
  max-width: 53%;
  width: 100%;
}

.collage-2 {
  align-self: flex-start;
  max-width: 100%;
  width: 100%;
}

.collage-3 {
  align-self: center;
  max-width: 80.5%;
  min-width: 200px;
  width: 100%;
}
@media (min-width: 380px) {
  .collage-3 {
    min-width: 330px;
  }
}

.workshops-wrapper {
  margin: 7rem 0;
}
.workshops-wrapper .workshops {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 700px) {
  .workshops-wrapper .workshops {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1080px) {
  .workshops-wrapper .workshops {
    flex-wrap: nowrap;
  }
}
.workshops-wrapper .workshop {
  flex: 0 0 auto;
  max-width: 510px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 840px) {
  .workshops-wrapper .workshop {
    flex: 0 1 calc(33% - 1rem);
    margin: 0;
  }
}
.workshops-wrapper .workshop + .workshop {
  margin-top: 2rem;
}
@media (min-width: 840px) {
  .workshops-wrapper .workshop + .workshop {
    margin-top: 0;
  }
}
.workshops-wrapper a.workshop:active .title, .workshops-wrapper a.workshop:hover .title, .workshops-wrapper a.workshop:focus .title {
  color: #BB743A;
}
.workshops-wrapper h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 2.8px;
  text-align: center;
  text-transform: uppercase;
}
.workshops-wrapper .fig {
  aspect-ratio: 3/2;
  display: flex;
  position: relative;
}
.workshops-wrapper .fig img {
  width: 100%;
}
.workshops-wrapper .fig .flag {
  background: #809EA4;
  bottom: 0;
  color: #FFF;
  font-family: "DMsans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  left: 0;
  letter-spacing: 1.5px;
  line-height: 120%;
  padding: 8px 11px;
  position: absolute;
  text-transform: uppercase;
}
.workshops-wrapper .fig .flag.copper {
  background: #BB743A;
}
.workshops-wrapper .workshop_details {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 19.5px */
  padding: 1.5rem 0 1rem;
}
@media (min-width: 840px) {
  .workshops-wrapper .workshop_details {
    padding: 2rem 0 1.5rem;
  }
}
.workshops-wrapper .workshop_details span {
  display: block;
}
.workshops-wrapper .workshop_details .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}
.workshops-wrapper p {
  font-family: "DMsans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}

.container.workshop .logo-ttg {
  margin-right: 0;
}
@media (min-width: 600px) {
  .container.workshop .logo-ttg {
    margin-right: 0;
  }
}
.container.workshop .tg_logo_hidden {
  display: none;
}
.container.workshop .register_cta {
  box-sizing: border-box;
  color: #000;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #DDE2E5;
  padding-left: 1rem;
  width: 100%;
}
@media (min-width: 920px) {
  .container.workshop .register_cta {
    border-bottom: 0;
    display: inline;
    padding-left: 0;
    padding-top: 40px;
    width: auto;
  }
}
.container.workshop .register_cta a {
  margin-left: 1.5rem;
}
.container.workshop .hero_content {
  align-self: flex-start;
  flex: 1 1;
  padding-right: 0;
  padding-bottom: 4rem;
}
@media (min-width: 840px) {
  .container.workshop .hero_content {
    flex: 0 0 480px;
    padding-right: 2rem;
  }
}
@media (min-width: 920px) {
  .container.workshop .hero_content {
    flex: 0 0 480px;
  }
}
@media (min-width: 1200px) {
  .container.workshop .hero_content {
    flex: 0 0 520px;
  }
}
@media (min-width: 1300px) {
  .container.workshop .hero_content {
    flex: 0 0 520px;
  }
}
.container.workshop .hero_content h1 {
  max-width: 100%;
}
.container.workshop .hero_content p {
  margin-left: 0;
  max-width: none;
}
.container.workshop .hero_content p.workshop_details, .container.workshop .hero_content p.workshop_desc {
  font-size: 20px;
}
.container.workshop .hero_content p.mini_header {
  color: #231F20;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.container.workshop .hero_workshop_title {
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 840px) {
  .container.workshop .hero_workshop_title {
    text-align: left;
  }
}
.container.workshop .hero_workshop_title h1 {
  color: #231F20;
  font-family: "TheSeasons";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 109%;
}
@media (min-width: 290px) {
  .container.workshop .hero_workshop_title h1 {
    font-size: 50px;
  }
}
@media (min-width: 380px) {
  .container.workshop .hero_workshop_title h1 {
    font-size: 58px;
  }
}
@media (min-width: 600px) {
  .container.workshop .hero_workshop_title h1 {
    font-size: 64px;
  }
}
.container.workshop .hero_workshop_title .workshop_sub {
  color: #BB743A;
  font-family: "DMSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.container.workshop .hero_workshop_title .workshop_sub.alt {
  text-transform: none;
}
@media (min-width: 840px) {
  .container.workshop .hero_images {
    align-items: center;
    height: 600px;
    padding-top: 100px;
  }
}
.container.workshop .small_images {
  bottom: auto;
  top: 4rem;
}
@media (min-width: 840px) {
  .container.workshop .small_images {
    top: auto;
  }
}
@media (min-width: 840px) {
  .container.workshop .collage-3 {
    min-width: 520px;
  }
}

.workshop_wrapper {
  position: relative;
}

.hero_title_stripe {
  height: 200px;
  width: 5px;
  background: #E0D7D0;
  position: absolute;
  left: 0;
  top: 12.75rem;
}

.collage-stripe {
  background: #BB743A;
  display: none;
  height: 5px;
  right: 0;
  position: absolute;
  top: 710px;
  width: 300px;
}
@media (min-width: 920px) {
  .collage-stripe {
    display: block;
  }
}

.workshop_callout {
  color: #231F20;
  font-family: "TheSeasons";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 4rem auto 4rem;
  max-width: 920px;
  width: calc(100% - 75px);
}
@media (min-width: 600px) {
  .workshop_callout {
    width: calc(100% - 150px);
  }
}
@media (min-width: 920px) {
  .workshop_callout {
    font-size: 40px;
    text-align: center;
    margin: 2rem auto 6rem;
  }
}
.workshop_callout span {
  color: #BB743A;
}

@media (min-width: 920px) {
  .workshop_info {
    display: flex;
  }
}
.workshop_info h2 {
  color: #BB743A;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  letter-spacing: 1.4px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.workshop_info-details {
  display: flex;
  font-family: Montserrat;
  justify-content: flex-end;
}
@media (min-width: 920px) {
  .workshop_info-details {
    flex: 0 0 62%;
  }
}
.workshop_info-details a {
  border-bottom: 1px solid #BB743A;
  color: #000;
}
.workshop_info-details a:active, .workshop_info-details a:hover, .workshop_info-details a:focus {
  color: #BB743A;
}
.workshop_info-details ul {
  margin: 1rem 0;
}
.workshop_info-details li,
.workshop_info-details p {
  color: #231F20;
  font-family: "DMsans";
  font-weight: 300;
  line-height: 1.6;
  font-size: 20px;
  margin-bottom: 10px;
}
.workshop_info-details p + h2 {
  margin-top: 2rem;
}

.workshop_info-details_inner {
  padding-bottom: 2rem;
}
@media (min-width: 920px) {
  .workshop_info-details_inner {
    box-sizing: border-box;
    max-width: 750px;
    padding-bottom: 0;
    padding-right: 6rem;
  }
}

@media (min-width: 920px) {
  .workshop_info-course_progress {
    flex: 0 0 38%;
  }
}

.workshop_info-course_progress_inner {
  background-color: #DDE2E5;
  color: #000;
  font-family: "DMSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  padding: 3rem;
}
@media (min-width: 920px) {
  .workshop_info-course_progress_inner {
    margin-right: -67px;
  }
}
.workshop_info-course_progress_inner li {
  margin-bottom: 1rem;
}

.info_register_button {
  margin: 4rem 0 6rem;
  text-align: center;
}

.workshop_quote {
  background-color: #E0D7D0;
  margin-bottom: 4rem;
  padding: 5rem 0;
  text-align: center;
}
.workshop_quote h2 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.workshop_quote blockquote {
  color: #202A47;
  text-align: center;
  font-family: "Theseasons";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 46.8px */
  margin: 0 auto 2rem;
  max-width: 900px;
}

.play_button {
  align-items: center;
  color: #000;
  background: rgba(85, 110, 124, 0.2);
  border-radius: 1.2rem;
  display: inline-flex;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  gap: 0.5rem;
  letter-spacing: 2.8px;
  line-height: 130%;
  margin-bottom: 2rem;
  padding: 0.6rem 0.9rem 0.6rem 0.7rem;
  text-transform: uppercase;
}
.play_button:active, .play_button:hover, .play_button:focus {
  background: #fff;
}

.quote_attr {
  align-items: center;
  display: inline-flex;
  gap: 1rem;
  margin: 0 auto;
}
.quote_attr img {
  border-radius: 50%;
  width: 70px;
}

.attr_info {
  color: #202A47;
  font-family: "DMSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  text-align: left;
}
.attr_info span {
  display: block;
  font-weight: 600;
  font-family: Montserrat;
  letter-spacing: 1.6px;
}
.attr_info.centered {
  text-align: center;
}

.lightbox {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  overflow: scroll;
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.lightbox.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox .lightbox-container {
  position: relative;
  max-width: 960px;
  z-index: 10;
}

.lightbox-content {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100vh;
  width: 100vw;
}
.lightbox-content iframe {
  width: 90vw;
  height: 50.58vw;
}

.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.workshop_faqs {
  max-width: 1200px;
  margin: 0 auto 3rem;
}
.workshop_faqs p {
  margin-bottom: 1rem;
}
.workshop_faqs p:last-of-type {
  margin-bottom: 2rem;
}
.workshop_faqs h2 {
  color: #BB743A;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px; /* 150% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.workshop_faqs .faq_button {
  background-image: url(/img/plus_open.svg);
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom: solid 4px #E0D7D0;
  box-sizing: border-box;
  color: #231F20;
  display: block;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 22.1px */
  letter-spacing: 1.7px;
  padding: 0.2rem 3rem 0.7rem 0;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 840px) {
  .workshop_faqs .faq_button {
    font-size: 17px;
  }
}
.workshop_faqs .faq_info {
  color: #000;
  font-family: "DMSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  padding: 1rem 0;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.workshop_faqs .faq_info.panel-open {
  max-height: 30rem;
  opacity: 1;
}

.talk_to_coach {
  background: #202A47;
}
.talk_to_coach .wrapper {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 5rem;
  padding-top: 5rem;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 920px) {
  .talk_to_coach .wrapper {
    flex-direction: row;
    text-align: left;
  }
}
.talk_to_coach h2 {
  margin-bottom: 1rem;
}
.talk_to_coach p {
  color: #BB743A;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px; /* 150% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .talk_to_coach p {
    margin-bottom: 0;
  }
}
.talk_to_coach .cta_buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 920px) {
  .talk_to_coach .cta_buttons {
    flex-wrap: nowrap;
  }
}

.coming_soon_button {
  background: #fff;
  color: #000;
  border: solid 1px #000 !important;
  pointer-events: none;
}

.course_leaders_container {
  background: #f9f7f6;
  margin: -4rem 0 4rem;
  padding: 4rem 0 3rem;
}

.course_leaders {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .course_leaders {
    flex-direction: row;
  }
}
.course_leaders h3 {
  color: #BB743A;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  margin: 1rem 0 0.25rem;
  text-transform: none;
}
.course_leaders p {
  font-size: 18px;
}
.course_leaders .leader {
  flex: 0 0 50%;
}

footer {
  background-color: rgba(85, 110, 124, 0.2);
  box-sizing: border-box;
  display: flex;
  flex: auto;
  min-height: 440px;
  overflow: hidden;
  padding-top: 3rem;
  position: relative;
}
@media (min-width: 600px) {
  footer {
    padding-top: 4rem;
  }
}
@media (min-width: 840px) {
  footer {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  footer {
    padding-top: 8rem;
  }
}

.footer_bg {
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  font-family: "TheSeasons";
  font-size: 60rem;
  font-style: italic;
  font-weight: normal;
  position: absolute;
  right: -40rem;
  top: -19rem;
}
@media (min-width: 920px) {
  .footer_bg {
    right: -2rem;
  }
}

.footer_wrapper {
  display: flex;
  flex-direction: column;
  max-width: 540px;
}
@media (min-width: 840px) {
  .footer_wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 75px;
    padding-left: 75px;
  }
}
@media (min-width: 920px) {
  .footer_wrapper {
    flex-direction: row;
  }
}
.footer_wrapper > div {
  flex-basis: 50%;
}

.footer_content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 920px) {
  .footer_content {
    padding-right: 4rem;
  }
}

.footer_content_text p {
  margin-bottom: 3rem;
}

.footer_info {
  font-family: Montserrat;
  font-size: 14px;
  margin: 0 0 6rem;
  max-width: 22rem;
}
@media (min-width: 920px) {
  .footer_info {
    padding-top: 0.4rem;
    padding-left: 3rem;
  }
}
.footer_info .footer_info-details {
  flex-direction: column;
  font-weight: 600;
}
.footer_info .footer_info-contact {
  align-items: center;
  color: #BB743A;
  display: flex;
  font-size: 14px;
  margin-bottom: 0.6rem;
}
.footer_info .footer_info-phone,
.footer_info .footer_info-email {
  color: #BB743A;
}
.footer_info .footer_info-phone a,
.footer_info .footer_info-email a {
  border-bottom: solid 1px #BB743A;
  color: #231F20;
  font-weight: bold;
  text-decoration: none;
}
.footer_info .footer_info-phone a:active, .footer_info .footer_info-phone a:hover, .footer_info .footer_info-phone a:focus,
.footer_info .footer_info-email a:active,
.footer_info .footer_info-email a:hover,
.footer_info .footer_info-email a:focus {
  color: #BB743A;
}
.footer_info .footer_info-social {
  align-items: center;
  display: flex;
  margin-left: 2rem;
}
.footer_info .footer_info-social a {
  display: inline-block;
  margin-left: 0.6rem;
}

.copyright {
  bottom: 1rem;
  font-size: 12px;
  margin: 0 0 0 0;
  position: absolute;
}
@media (min-width: 920px) {
  .copyright {
    margin: 0 auto 1rem 0;
    position: relative;
    bottom: auto;
  }
}

/*# sourceMappingURL=main.css.map */
