/* CONFIGURATION */
/* REFACTOR COLOURS -- HEADER NEW */
@font-face {
  font-family: "MyriadPro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("MyriadPro"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("MyriadPro"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("MyriadPro"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("MyriadPro"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("MyriadPro"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff") format("woff");
}
@font-face {
  font-family: "kepler-std";
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("kepler-std"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff") format("woff");
}
.a-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "MyriadPro", Arial, sans-serif;
  border-width: 2px;
  border-style: solid;
  font-weight: 900;
  font-size: 1.0625rem;
  height: 50px;
  padding: 0px 30px;
  line-height: 120%;
  cursor: pointer;
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.a-btn:hover {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}
@media only screen and (max-width: 600px) {
  .a-btn {
    height: 44px;
    padding: 0px 20px;
    font-size: 1rem;
  }
}
.a-btn--full {
  padding: 0px;
  width: 100%;
}
.a-btn--secondary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.a-btn--secondary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.a-btn--alternate {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-btn--alternate:hover {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-btn--share {
  background-color: #095FC6;
  border-color: #fff;
  color: #fff;
}
.a-btn--share:hover {
  background-color: #fff;
  border-color: #fff;
  color: #095FC6;
}
.a-btn--clear {
  background-color: transparent;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-btn--clear:hover {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-btn--clear2 {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.a-btn--clear2:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.a-btn--primary2 {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-btn--primary2:hover {
  background-color: transparent;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-btn--secondary2 {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.a-btn--secondary2:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .a-btn--fixed-width {
    min-width: 230px;
  }
}
.a-btn--no-hover {
  cursor: default;
  white-space: nowrap;
  pointer-events: none;
}

.a-btn-more {
  text-decoration: underline;
  font-family: "MyriadPro", Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 900;
  display: flex;
  background-color: transparent;
}
.a-btn-more--b2b {
  color: #92D050;
}

@media only screen and (max-width: 600px) {
  .s-hero-2 .a-btn--clear2 {
    background-color: #fff;
    border-color: #FE3F00;
    color: #FE3F00;
  }
  .s-hero-2 .a-btn--clear2:hover {
    background-color: #FE3F00;
    border-color: #FE3F00;
    color: #fff;
  }
}

.s-content-27__sticky-card .a-btn {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.s-content-27__sticky-card .a-btn:hover {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}

.a-sticky-cta .a-btn--clear2 {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-sticky-cta .a-btn--clear2:hover {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}

.m-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  gap: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .m-card .h-title-escort {
    font-size: 2rem;
    font-size: 1.5rem;
  }
}
.m-card .a-btn {
  margin-top: auto;
}
@media only screen and (max-width: 600px) {
  .m-card .a-btn {
    width: auto;
    padding: 0px 30px;
  }
}
.m-card picture,
.m-card img {
  border-radius: 5px 5px 0px 0px;
}
.m-card--transparent {
  background-color: transparent;
  border: 1px solid #fff;
  padding-top: 30px;
  justify-content: center;
  min-width: 400px;
}
.m-card--transparent-opacity {
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 0px;
}
.m-card--form {
  padding: 30px;
  width: 100%;
  max-width: 100%;
}
.m-card--bootcamp {
  background-image: var(--bg1x);
  aspect-ratio: 4/6;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.m-card--bootcamp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.m-card--bootcamp .m-card__content {
  justify-content: flex-end;
  z-index: 2;
}
.m-card--bootcamp .a-btn {
  margin-top: unset;
  width: 100%;
}

.m-card__content__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.m-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 30px;
  gap: 10px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .m-card__content {
    gap: 20px;
    padding: 0px 20px;
  }
}
.m-card__content--workshop {
  gap: 20px;
}
.m-card__content--workshop p {
  margin-top: -10px;
}
.m-card__content--noimg {
  padding-top: 30px;
  gap: 30px;
}
.m-card__content--noimg__ws {
  padding-top: 30px;
  gap: 20px;
}
.m-card__content--more-gap {
  gap: 30px;
  padding: 0px 20px;
  padding-top: 30px;
}
.m-card__content h3 {
  font-size: 1.5rem;
}

.m-card__background {
  min-height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-image: var(--bg1x);
}

.m-card__content-separator {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #E9E9E9;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  line-height: 128%;
}
.m-card__content-separator--no-paddding__bottom {
  padding-bottom: 0px;
}

.m-card__content-separator-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.m-card__content-row {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.m-card__content-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.m-card__arrow {
  align-self: center;
  border-bottom: 10px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  margin-right: 5px;
  transform: rotate(90deg);
  width: 0;
  margin-left: auto;
}

.m-card--cat-mo .m-card__arrow {
  border-bottom: 10px solid #FF6BA0;
}
.m-card--cat-my .m-card__arrow {
  border-bottom: 10px solid #8277FF;
}
.m-card--cat-mb .m-card__arrow {
  border-bottom: 10px solid #F28DF4;
}
.m-card--cat-la .m-card__arrow {
  border-bottom: 10px solid #39D5DF;
}
.m-card--cat-pa .m-card__arrow {
  border-bottom: 10px solid #40A4CF;
}
.m-card--cat-sa .m-card__arrow {
  border-bottom: 10px solid #5E91FF;
}

a.m-card--link:hover {
  transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
}

a.m-card--link:hover.m-card--cat-mo {
  filter: drop-shadow(1px 2px 2px #FF6BA0);
}

a.m-card--link:hover.m-card--cat-my {
  filter: drop-shadow(1px 2px 2px #8277FF);
}

a.m-card--link:hover.m-card--cat-mb {
  filter: drop-shadow(1px 2px 2px #F28DF4);
}

a.m-card--link:hover.m-card--cat-la {
  filter: drop-shadow(1px 2px 2px #39D5DF);
}

a.m-card--link:hover.m-card--cat-pa {
  filter: drop-shadow(1px 2px 2px #40A4CF);
}

a.m-card--link:hover.m-card--cat-sa {
  filter: drop-shadow(1px 2px 2px #5E91FF);
}

.m-card-banner {
  grid-column-start: 1;
  margin: 0 20px;
  width: 100%;
  max-width: 896px;
  padding: 30px;
  gap: 0px;
  margin-bottom: 50px;
  margin-top: -10px;
}
.m-card-banner .a-btn {
  margin: 0px;
  margin-top: 15px;
}

.m-card-banner__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.m-card-banner__top .p-text {
  color: #04CDAE;
}

.m-card-banner__top-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.m-card-banner__bottom {
  padding-top: 20px;
}
.m-card-banner__bottom p {
  color: #888;
}

@media only screen and (max-width: 900px) {
  .m-card-banner {
    width: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .m-card-banner__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
