/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.
@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.
@returns {List} A list of converted values.
*/
/**
 * Contrast
 */
/**
*	Basic link hover function
*/
/*
* Fluid Type function
*/
/*
* Breakpoint Handler
* @usage: respond-to('tablet_small') { ... } to target 'tablet_small' and aboe
*/
/*
* Grid Layout
*/
/*
* Responsive Type mixins
*/
/*
* Helpers
*/
.behave-as-bg, .behave-as-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

html.lity-active body {
  overflow: hidden;
}

.inline-video {
  position: absolute;
  inset: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.inline-video.active {
  opacity: 1;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes reveal-up {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes reveal-up {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes reveal-down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes reveal-down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/*
* Body class specific rules to control `.main-header` styles
*/
body {
  background-color: var(--off-white);
}
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__navigation > ul > li > a,
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__search {
  color: var(--white);
}
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__navigation > ul > li > a:hover, body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__navigation > ul > li > a:focus,
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__search:hover,
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__search:focus {
  color: var(--magenta);
}
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__search:before {
  background-color: var(--white);
}
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__search [type=text] {
  background-image: url("/wp-content/themes/bodytalk/assets/images/search-light.svg");
  background-color: transparent;
  color: var(--white);
}
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__search [type=text]::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__search [type=text]::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__search [type=text]:-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__search [type=text]::-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__search [type=text]::placeholder {
  color: var(--white);
  opacity: 1;
}
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .main-header__search [type=text]::-ms-input-placeholder {
  color: var(--white);
}
body.semi-opaque-header:not(.menu-is-active) .main-header:not(.is-offscreen) .logo--main-header {
  background-image: url("/wp-content/themes/bodytalk/assets/images/bodytalk-logo-light.svg");
}
body.training-landing .main-header {
  background-color: var(--off-white);
}
body.training-landing .main-header__navigation ul > li > a, body.training-landing .main-header__search {
  color: var(--black);
}
body.training-landing .main-header__navigation ul > li > a:hover, body.training-landing .main-header__navigation ul > li > a:focus, body.training-landing .main-header__search:hover, body.training-landing .main-header__search:focus {
  color: var(--magenta);
}
body.training-landing .main-header__search [type=text] {
  background-image: url("/wp-content/themes/bodytalk/assets/images/search-dark.svg");
}
body.training-landing .main-header__search [type=text]::-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
}
body.training-landing .main-header__search [type=text]::-moz-placeholder {
  color: var(--black);
  opacity: 1;
}
body.training-landing .main-header__search [type=text]:-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
}
body.training-landing .main-header__search [type=text]::-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
}
body.training-landing .main-header__search [type=text]::placeholder {
  color: var(--black);
  opacity: 1;
}
body.training-landing .main-header__search [type=text]::-ms-input-placeholder {
  color: var(--black);
}
body.training-landing .main-header .logo--main-header {
  background-image: url("/wp-content/themes/bodytalk/assets/images/bodytalk-logo-dark.svg");
}
body.menu-is-active .main-header {
  background: transparent !important;
  background-color: var(--off-white) !important;
}
body.menu-is-active .main-header__navigation:before {
  background-color: var(--black);
}
body.menu-is-active .main-header__navigation > ul > li > a {
  -webkit-transition: none;
  transition: none;
}
body.menu-is-active .main-header__navigation > ul > li > a,
body.menu-is-active .main-header__search {
  color: var(--black);
}
body.menu-is-active .main-header__search [type=text] {
  background-image: url("/wp-content/themes/bodytalk/assets/images/search-dark.svg");
}
body.menu-is-active .main-header__search [type=text]::-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
}
body.menu-is-active .main-header__search [type=text]::-moz-placeholder {
  color: var(--black);
  opacity: 1;
}
body.menu-is-active .main-header__search [type=text]:-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
}
body.menu-is-active .main-header__search [type=text]::-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
}
body.menu-is-active .main-header__search [type=text]::placeholder {
  color: var(--black);
  opacity: 1;
}
body.menu-is-active .main-header__search [type=text]::-ms-input-placeholder {
  color: var(--black);
}
body.header-is-sticky {
  padding-top: 70px;
}
@media (min-width: 1200px) {
  body.header-is-sticky {
    padding-top: 90px;
  }
}

.grid-container {
  max-width: 107.5rem;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 769px) {
  .grid-container {
    width: 100%;
    padding-right: var(--desktop-gutter);
    padding-left: var(--desktop-gutter);
    margin-right: auto;
    margin-left: auto;
  }
}

.block-heading {
  margin-bottom: clamp(32px, 3vw, 48px);
}
.block-heading__h2 {
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-heading__h2 {
    font-size: calc(24px + 24 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .block-heading__h2 {
    font-size: 48px;
  }
}
.block-heading__h2 {
  line-height: 1.1;
  font-weight: 600;
}
.block-heading__h2 strong {
  display: block;
  font-weight: 800;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem 0.5rem;
}
.breadcrumbs > span {
  line-height: 1.8 !important;
}
.breadcrumbs li,
.breadcrumbs span,
.breadcrumbs a {
  font-size: 11px;
}
@media only screen and (min-width: 320px) {
  .breadcrumbs li,
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: calc(11px + 1 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .breadcrumbs li,
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 12px;
  }
}
.breadcrumbs li,
.breadcrumbs span,
.breadcrumbs a {
  line-height: 1;
}
.breadcrumbs span {
  color: var(--black);
}
.breadcrumbs a {
  color: var(--black);
  border-bottom: 1px solid var(--black);
}
.breadcrumbs a:hover {
  color: var(--magenta) !important;
  border-bottom-color: var(--magenta) !important;
}

.hbspt-form form [type=submit], .button--large, .button--white-large, .button--pink {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .hbspt-form form [type=submit], .button--large, .button--white-large, .button--pink {
    font-size: calc(14px + 6 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .hbspt-form form [type=submit], .button--large, .button--white-large, .button--pink {
    font-size: 20px;
  }
}
.hbspt-form form [type=submit], .button--large, .button--white-large, .button--pink {
  padding: 7px 12px;
}
@media (min-width: 768px) {
  .hbspt-form form [type=submit], .button--large, .button--white-large, .button--pink {
    padding: 7px 24px;
  }
}

.hbspt-form form [type=submit], .button--magenta {
  background-color: var(--magenta);
  color: var(--white);
  border: 1px solid var(--magenta);
}
.hbspt-form form [type=submit]:hover, .button--magenta:hover, .hbspt-form form [type=submit]:focus, .button--magenta:focus {
  background-color: transparent;
  border-color: var(--magenta);
  color: var(--magenta);
}
.hbspt-form form [type=submit]:hover svg path, .button--magenta:hover svg path, .hbspt-form form [type=submit]:focus svg path, .button--magenta:focus svg path {
  fill: var(--magenta);
}

.button {
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear;
}
.button svg path {
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}
.button--magenta svg path {
  fill: #ffffff;
}
.button--pink {
  background-color: var(--secondary);
  color: var(--white);
  border: 1px solid var(--secondary);
}
.button--pink:hover, .button--pink:focus {
  background-color: var(--white);
  color: var(--secondary);
  border-color: var(--secondary);
}
.button--white-large {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .button--white-large {
    font-size: calc(14px + 6 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .button--white-large {
    font-size: 20px;
  }
}
.button--white-large {
  font-weight: 700;
  background-color: var(--white);
  color: var(--black);
  height: 56px;
  gap: 20px;
}
.button--white-large svg path {
  fill: var(--black);
}
.button--white-large:hover, .button--white-large:focus {
  background-color: var(--magenta);
  color: var(--white);
}
.button--white-large:hover svg path, .button--white-large:focus svg path {
  fill: var(--white);
}
.button--outline-white {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .button--outline-white {
    font-size: calc(14px + 6 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .button--outline-white {
    font-size: 20px;
  }
}
.button--outline-white {
  border: 1px solid var(--white);
  color: var(--white);
  padding: 7px 12px;
}
@media (min-width: 768px) {
  .button--outline-white {
    padding: 7px 24px;
  }
}
.button--outline-white svg path {
  fill: var(--white);
}
.button--outline-white:hover, .button--outline-white:focus {
  background-color: var(--white);
  color: var(--black);
}
.button--outline-white:hover svg path, .button--outline-white:focus svg path {
  fill: var(--black);
}
.button--outline-black {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .button--outline-black {
    font-size: calc(14px + 6 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .button--outline-black {
    font-size: 20px;
  }
}
.button--outline-black {
  border: 1px solid var(--black);
  color: var(--black);
  padding: 7px 12px;
}
@media (min-width: 768px) {
  .button--outline-black {
    padding: 7px 24px;
  }
}
.button--outline-black svg path {
  fill: var(--black);
}
.button--outline-black:hover, .button--outline-black:focus {
  background-color: var(--black);
  color: var(--white);
}
.button--outline-black:hover svg path, .button--outline-black:focus svg path {
  fill: var(--white);
}
.button--small {
  font-size: 1em;
  font-weight: 700;
  padding: 7px 16px;
  line-height: 1.7;
  height: 40px;
}

.inline-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1023px) {
  .inline-buttons {
    gap: 24px;
  }
}

.inline-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.inline-stats li {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .inline-stats li {
    font-size: calc(14px + 4 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .inline-stats li {
    font-size: 18px;
  }
}
.inline-stats li {
  line-height: 1.6;
}
.inline-stats li > span {
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .inline-stats li > span {
    font-size: calc(24px + 32 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .inline-stats li > span {
    font-size: 56px;
  }
}
.inline-stats li > span {
  font-weight: 900;
  color: var(--purple);
  display: block;
  line-height: 1;
}

.count-up-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .count-up-container {
    font-size: calc(24px + 32 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .count-up-container {
    font-size: 56px;
  }
}
.count-up-container {
  font-weight: 900;
  color: var(--purple);
  line-height: 1;
}

.inline-tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.inline-tags:not(.inline-tags--dark) li {
  background-color: var(--white);
  color: var(--black);
}
.inline-tags--light li {
  background-color: var(--white);
  color: var(--black);
}
.inline-tags li {
  font-size: 9px;
}
@media only screen and (min-width: 320px) {
  .inline-tags li {
    font-size: calc(9px + 1 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .inline-tags li {
    font-size: 10px;
  }
}
.inline-tags li {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 32px;
  padding: 7px 12px 6px;
}
.inline-tags--dark li {
  background-color: var(--black);
  color: var(--white);
}
.inline-tags--dark .inline-tags--icon.virtual {
  background-image: url("/wp-content/themes/bodytalk/assets/images/laptop-fill-white.svg");
}
.inline-tags--dark .inline-tags--icon.in-person {
  background-image: url("/wp-content/themes/bodytalk/assets/images/users-fill-white.svg");
}
.inline-tags--dark .inline-tags--icon.duration {
  background-image: url("/wp-content/themes/bodytalk/assets/images/clock-fill-white.svg");
}
.inline-tags--icon {
  background-repeat: no-repeat;
  background-position: 13px center;
}
.inline-tags--icon.virtual {
  padding-left: 35px;
  background-image: url("/wp-content/themes/bodytalk/assets/images/laptop-fill.svg");
  background-size: 15px 13px;
}
.inline-tags--icon.in-person {
  padding-left: 36px;
  background-image: url("/wp-content/themes/bodytalk/assets/images/users-fill.svg");
  background-size: 16px 13px;
}
.inline-tags--icon.duration {
  padding-left: 32px;
  background-image: url("/wp-content/themes/bodytalk/assets/images/clock-fill.svg");
  background-size: 12px 13px;
}

.logo {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  text-indent: -99999px;
}
.logo--main-header {
  width: 134px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .logo--main-header {
    width: 174px;
    height: 33px;
  }
}
.logo--main-footer {
  width: 252px;
  height: 48px;
  display: block;
  margin-bottom: 25px;
  background-image: url("/wp-content/themes/bodytalk/assets/images/bodytalk-logo-light.svg");
}

.mega-nav {
  position: fixed;
  z-index: 12;
  top: 90px;
  left: 0;
  right: 0;
  background-color: var(--off-white);
  padding: 60px 0 70px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.4s var(--slide-transition);
  transition: all 0.4s var(--slide-transition);
}
@media (min-width: 1315px) {
  .mega-nav {
    display: block;
  }
}
.mega-nav.menu-is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mega-nav.menu-is-active + .mega-nav__bg {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mega-nav:before, .mega-nav:after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mega-nav:before {
  top: 0;
  left: 0;
  right: 0;
  border-radius: 40px 0 0;
  height: 50%;
  border-top: 1px solid rgba(24, 20, 34, 0.3);
  border-left: 1px solid rgba(24, 20, 34, 0.3);
}
@media (min-width: 769px) {
  .mega-nav:before {
    top: 1px;
    left: 35px;
  }
}
.mega-nav:after {
  top: 50%;
  height: 50%;
  width: 50px;
  left: -14px;
  border-right: 1px solid rgba(24, 20, 34, 0.3);
  display: none;
}
@media (min-width: 769px) {
  .mega-nav:after {
    display: block;
  }
}
.mega-nav__tabs {
  display: grid;
  grid-template-areas: "tab1 panel" "tab2 panel" "tab3 panel";
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  grid-template-columns: 215px auto;
}
.mega-nav__tabs label {
  width: 215px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mega-nav__tabs label:not(:first-of-type) {
  border-top: 1px solid rgba(24, 20, 34, 0.3);
}
.mega-nav__tabs label:nth-of-type(1) {
  grid-area: tab1;
  padding-bottom: 48px;
}
.mega-nav__tabs label:nth-of-type(2) {
  grid-area: tab2;
  padding: 48px 0;
}
.mega-nav__tabs label:nth-of-type(3) {
  grid-area: tab3;
  padding-top: 48px;
}
.mega-nav__tabs label > h3, .mega-nav__tabs label > a {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .mega-nav__tabs label > h3, .mega-nav__tabs label > a {
    font-size: calc(14px + 4 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .mega-nav__tabs label > h3, .mega-nav__tabs label > a {
    font-size: 18px;
  }
}
.mega-nav__tabs label > h3, .mega-nav__tabs label > a {
  line-height: 1.6;
  font-weight: 500;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  color: var(--black);
}
.mega-nav__tabs label > h3 h3, .mega-nav__tabs label > a h3 {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .mega-nav__tabs label > h3 h3, .mega-nav__tabs label > a h3 {
    font-size: calc(14px + 4 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .mega-nav__tabs label > h3 h3, .mega-nav__tabs label > a h3 {
    font-size: 18px;
  }
}
.mega-nav__tabs label > h3 h3, .mega-nav__tabs label > a h3 {
  line-height: 1.6;
  font-weight: 500;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  color: var(--black);
}
.mega-nav__tabs label > span {
  font-size: 10px;
}
@media only screen and (min-width: 320px) {
  .mega-nav__tabs label > span {
    font-size: calc(10px + 6 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .mega-nav__tabs label > span {
    font-size: 16px;
  }
}
.mega-nav__tabs label > span {
  display: none;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 8px;
  color: var(--dark-grey);
}
.mega-nav__tabs label > span a {
  color: var(--dark-grey);
}
.mega-nav__tabs label > span a b, .mega-nav__tabs label > span a strong {
  font-weight: 700 !important;
}
.mega-nav__tabs > input[type=radio] {
  position: absolute;
  left: -200vw;
}
.mega-nav__tabs > input[type=radio]:hover + label > h3 {
  opacity: 1;
}
.mega-nav__tabs > input[type=radio]:checked + label {
  opacity: 1;
}
.mega-nav__tabs > input[type=radio]:checked + label h3, .mega-nav__tabs > input[type=radio]:checked + label > a {
  opacity: 1;
}
.mega-nav__tabs > input[type=radio]:checked + label > span {
  display: block;
}
.mega-nav__tabs > input:first-child:checked ~ .mega-nav__tab-panels > .tab-panel:first-child, .mega-nav__tabs > input:nth-child(3):checked ~ .mega-nav__tab-panels > .tab-panel:nth-child(2), .mega-nav__tabs > input:nth-child(5):checked ~ .mega-nav__tab-panels > .tab-panel:nth-child(3), .mega-nav__tabs > input:nth-child(7):checked ~ .mega-nav__tab-panels > .tab-panel:nth-child(4), .mega-nav__tabs > input:nth-child(9):checked ~ .mega-nav__tab-panels > .tab-panel:nth-child(5), .mega-nav__tabs > input:nth-child(11):checked ~ .mega-nav__tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.mega-nav__tab-panels {
  grid-area: panel;
  border-left: 1px solid rgba(24, 20, 34, 0.3);
  padding-left: 68px;
}
.mega-nav__tab-panels .tab-panel {
  display: none;
  text-align: center;
}
.mega-nav__tab-panels .tab-panel__two-columns ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.mega-nav__tab-panels .tab-panel__two-columns ul li > a {
  padding-bottom: 42%;
}
.mega-nav__tab-panels .tab-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mega-nav__tab-panels .tab-panel__grid li > a {
  font-size: 10px;
}
@media only screen and (min-width: 320px) {
  .mega-nav__tab-panels .tab-panel__grid li > a {
    font-size: calc(10px + 8 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .mega-nav__tab-panels .tab-panel__grid li > a {
    font-size: 18px;
  }
}
.mega-nav__tab-panels .tab-panel__grid li > a {
  border-radius: 16px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  line-height: 1.4;
  color: var(--white);
  overflow: hidden;
  display: block;
  height: 0;
  padding-bottom: 58%;
  position: relative;
  text-align: left;
  background-color: #2A003D;
}
.mega-nav__tab-panels .tab-panel__grid li > a:hover {
  color: var(--aqua);
}
.mega-nav__tab-panels .tab-panel__grid li > a:hover > picture {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.mega-nav__tab-panels .tab-panel__grid li > a > span {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 15%;
  z-index: 2;
}
.mega-nav__tab-panels .tab-panel__grid li > a > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mega-nav__tab-panels .tab-panel__grid li > a > picture:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  content: "";
  z-index: 1;
  background: linear-gradient(358deg, #181422 20%, rgba(24, 20, 34, 0) 90%);
  content: "";
  z-index: 1;
}
.mega-nav__tab-panels .tab-panel__grid li > a > picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mega-nav__tab-panels .tab-panel__grid--large {
  margin-bottom: 32px;
}
.mega-nav__tab-panels .tab-panel__grid--large li > a {
  padding-bottom: 97%;
}
.mega-nav__tab-panels .tab-panel__grid--large li > a > span {
  bottom: 9%;
}
.mega-nav__tab-panels .tab-panel__link {
  font-size: 12px;
}
@media only screen and (min-width: 320px) {
  .mega-nav__tab-panels .tab-panel__link {
    font-size: calc(12px + 2 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .mega-nav__tab-panels .tab-panel__link {
    font-size: 14px;
  }
}
.mega-nav__tab-panels .tab-panel__link {
  font-weight: 500;
  color: var(--black);
  border-bottom: 2px solid var(--black);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 0.5rem;
  display: inline-block;
}
.mega-nav__tab-panels .tab-panel__link:hover, .mega-nav__tab-panels .tab-panel__link:focus {
  color: var(--magenta);
  border-bottom-color: var(--magenta);
}
.mega-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}

.hs-fieldtype-select {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 7px;
}
.hs-fieldtype-select:before {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.hs-fieldtype-select:after {
  content: "";
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 16px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hs-fieldtype-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  width: 100%;
  font-family: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  padding: 0 30px 0 0;
}
.hs-fieldtype-select:not(.select-wrapper--white):before {
  background-color: var(--black);
}
.hs-fieldtype-select:not(.select-wrapper--white):after {
  background-image: url("/wp-content/themes/bodytalk/assets/images/chevron-down-black.svg");
}
.hs-fieldtype-select:not(.select-wrapper--white) select {
  color: var(--black);
}
.hs-fieldtype-select--white:before {
  background-color: var(--white);
}
.hs-fieldtype-select--white:after {
  background-image: url("/wp-content/themes/bodytalk/assets/images/chevron-down-white.svg");
}
.hs-fieldtype-select--white select {
  color: var(--white);
}

.cookie-notification {
  background: #2A003D;
  color: #fff;
  display: none;
  padding: 0.625rem;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.cookie-notification a, .cookie-notification a:visited, .cookie-notification a:active {
  color: #fff;
  text-decoration: underline;
}
.cookie-notification a:hover, .cookie-notification a:visited:hover, .cookie-notification a:active:hover {
  color: #fff;
  text-decoration: none;
}
.cookie-notification p {
  margin: 0;
}
.cookie-notification.show {
  display: block;
}

:root {
  --primary: #2A003D;
  --secondary: #E60665;
  --white: #fff;
  --black: #181423;
  --success: #28a745;
  --warning: #ffc107;
  --error: #dc3545;
  --grey-secondary: #b1b1b1;
  --grey-primary: #ededed;
  --grey-tertiary: #383838;
}

html,
body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-pusher {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.site-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

blockquote, q {
  quotes: "" "";
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}
blockquote, q {
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  blockquote, q {
    font-size: calc(16px + 4 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  blockquote, q {
    font-size: 20px;
  }
}
blockquote, q {
  font-weight: 500;
  line-height: 1.5;
  font-weight: bold;
  border-left: 4px solid #2A003D;
  padding-left: 1rem;
}

picture {
  display: block;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 2rem 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.error404 .page-header {
  margin-top: 3rem;
}

.wp-block-table table,
table {
  width: 90%;
  min-width: 690px;
  max-width: 52rem;
  text-align: left;
  margin: 0 auto;
}
.wp-block-table table thead,
table thead {
  background: #2A003D;
  border: 1px solid #2A003D;
}
.wp-block-table table thead th,
table thead th {
  color: #fff;
  padding: 1.25rem 1.875rem;
}
.wp-block-table table tbody,
table tbody {
  background: #fff;
  border-bottom: 1px solid #2A003D;
}
.wp-block-table table tbody tr,
table tbody tr {
  border-left: 1px solid #2A003D;
  border-right: 1px solid #2A003D;
}
.wp-block-table table tbody tr:nth-child(even),
table tbody tr:nth-child(even) {
  background-color: #ededed;
}
.wp-block-table table tbody tr + tr,
table tbody tr + tr {
  border-top: 1px solid #2A003D;
}
.wp-block-table table tbody td,
table tbody td {
  padding: 1.25rem 1.875rem;
  color: #181423;
  vertical-align: top;
}
.wp-block-table table tbody td + td,
table tbody td + td {
  border-left: 1px solid #2A003D;
}

.site-content > ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.site-content > ol li {
  position: relative;
  counter-increment: item;
  margin: 0 0 1.25rem;
  padding-left: 2.25rem;
  min-height: 2.25rem;
  line-height: 2.25rem;
}
.site-content > ol li:before {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .site-content > ol li:before {
    font-size: calc(16px + 0 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .site-content > ol li:before {
    font-size: 16px;
  }
}
.site-content > ol li:before {
  content: counters(item, ".");
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: #2A003D;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  padding: 0.3125rem 0;
  line-height: 1;
  color: #fff;
}
.site-content > ol li strong {
  display: block;
  font-size: 20px;
}
@media only screen and (min-width: 320px) {
  .site-content > ol li strong {
    font-size: calc(20px + 8 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .site-content > ol li strong {
    font-size: 28px;
  }
}
.site-content > ol li strong {
  margin-bottom: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  color: #2A003D;
}
.site-content > ul {
  list-style-type: none;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.site-content > ul li {
  position: relative;
  margin: 0 0 0.625rem;
  padding-left: 1.875rem;
  min-height: 2.25rem;
  line-height: 1.875rem;
}
.site-content > ul li:before {
  position: absolute;
  top: 0.625rem;
  left: 0;
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .site-content > ul li:before {
    font-size: calc(18px + 0 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .site-content > ul li:before {
    font-size: 18px;
  }
}
.site-content > ul li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #2A003D;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1;
}
.site-content > ul li strong {
  display: block;
  font-size: 20px;
}
@media only screen and (min-width: 320px) {
  .site-content > ul li strong {
    font-size: calc(20px + 8 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .site-content > ul li strong {
    font-size: 28px;
  }
}
.site-content > ul li strong {
  margin-bottom: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1rem;
  padding: 0 0 3.75rem;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .pagination {
    max-width: 684px;
    margin: 4rem auto 0;
  }
}
.pagination li {
  padding-right: 1.125rem;
}
@media (min-width: 1024px) {
  .pagination li {
    padding-right: 1.875rem;
  }
}
.pagination li:last-child {
  padding-right: 0;
}
.pagination li .current {
  font-weight: bold;
  border: 1px solid #2A003D;
  padding: 0.5rem 0.75rem;
}
.pagination li a {
  color: #2A003D;
  text-decoration: none;
  -webkit-transition: 0.3s opacity var(--ease), 0.3s background-color var(--ease), 0.3s color var(--ease), 0.3s border-color var(--ease), 0.3s background-image var(--ease), 0.3s -webkit-transform var(--ease);
  transition: 0.3s opacity var(--ease), 0.3s background-color var(--ease), 0.3s color var(--ease), 0.3s border-color var(--ease), 0.3s background-image var(--ease), 0.3s -webkit-transform var(--ease);
  transition: 0.3s opacity var(--ease), 0.3s transform var(--ease), 0.3s background-color var(--ease), 0.3s color var(--ease), 0.3s border-color var(--ease), 0.3s background-image var(--ease);
  transition: 0.3s opacity var(--ease), 0.3s transform var(--ease), 0.3s background-color var(--ease), 0.3s color var(--ease), 0.3s border-color var(--ease), 0.3s background-image var(--ease), 0.3s -webkit-transform var(--ease);
}
.pagination li a:hover {
  color: #E60665;
}
.pagination li a {
  display: block;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  .page-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.main-footer {
  background-color: var(--black);
  color: var(--white);
  padding: 56px 0 32px;
  border-top: 1px solid var(--mid-grey);
}
@media (min-width: 1023px) {
  .main-footer {
    padding: 80px 0;
  }
}
.main-footer__subheading {
  font-size: 11px;
}
@media only screen and (min-width: 320px) {
  .main-footer__subheading {
    font-size: calc(11px + 1 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .main-footer__subheading {
    font-size: 12px;
  }
}
.main-footer__subheading {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.main-footer__newsletter {
  margin-top: 2rem;
}
.main-footer__newsletter > p {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.main-footer__newsletter .contact-form {
  padding: 0;
}
.main-footer__newsletter .contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-footer__newsletter .contact-form form .hs-form-field {
  margin-bottom: 0;
}
.main-footer__newsletter .contact-form form .hs_error_rollup {
  width: 100%;
}
.main-footer__newsletter .contact-form form .hs_error_rollup .hs-error-msgs {
  margin: 0;
}
.main-footer__newsletter .contact-form form .hs_email {
  width: 100%;
}
.main-footer__newsletter .contact-form form .hs_submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-footer__newsletter .contact-form form input[type=email] {
  font-size: 12px;
}
@media only screen and (min-width: 320px) {
  .main-footer__newsletter .contact-form form input[type=email] {
    font-size: calc(12px + 2 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .main-footer__newsletter .contact-form form input[type=email] {
    font-size: 14px;
  }
}
.main-footer__newsletter .contact-form form input[type=submit] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .main-footer__newsletter .contact-form form input[type=submit] {
    font-size: calc(14px + 2 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .main-footer__newsletter .contact-form form input[type=submit] {
    font-size: 16px;
  }
}
.main-footer__newsletter .contact-form form input[type=submit] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1.25rem;
}
.main-footer__links {
  overflow: hidden;
}
.main-footer__links > div {
  width: 50%;
  float: left;
}
@media (min-width: 1023px) {
  .main-footer__links > div {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1200px) {
  .main-footer__links > div {
    width: 50%;
    float: left;
  }
}
.main-footer__links > div:first-child {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .main-footer__links > div:first-child {
    margin-bottom: 0;
  }
}
.main-footer__links p {
  padding-right: 2rem;
  margin-top: 2rem;
  font-size: 12px;
}
@media only screen and (min-width: 320px) {
  .main-footer__links p {
    font-size: calc(12px + 2 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .main-footer__links p {
    font-size: 14px;
  }
}
.main-footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (min-width: 1023px) {
  .main-footer__social-links {
    float: right;
  }
}
.main-footer__social-links li {
  line-height: 1.4;
}
.main-footer__social-links li:first-of-type {
  font-size: 11px;
}
@media only screen and (min-width: 320px) {
  .main-footer__social-links li:first-of-type {
    font-size: calc(11px + 1 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .main-footer__social-links li:first-of-type {
    font-size: 12px;
  }
}
.main-footer__social-links li:first-of-type {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-right: 50px;
}
.main-footer__social-links li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
}
.main-footer__social-links li a:hover {
  opacity: 0.5;
}
.main-footer__social-links li a.twitter {
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/bodytalk/assets/icons/social/twitter--white.svg");
}
.main-footer__social-links li a.facebook {
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/bodytalk/assets/icons/social/facebook--white.svg");
}
.main-footer__social-links li a.linkedin {
  width: 21px;
  height: 24px;
  background-image: url("/wp-content/themes/bodytalk/assets/icons/social/linkedin--white.svg");
}
.main-footer__social-links li a.instagram {
  width: 21px;
  height: 21px;
  background-image: url("/wp-content/themes/bodytalk/assets/icons/social/instagram--white.svg");
}
.main-footer__social-links li a.youtube {
  width: 27px;
  height: 20px;
  background-image: url("/wp-content/themes/bodytalk/assets/icons/social/youtube--white.svg");
}
.main-footer__social-links li a.tiktok {
  width: 20px;
  height: 24px;
  background-image: url("/wp-content/themes/bodytalk/assets/icons/social/tiktok--white.svg");
}
.main-footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
  margin-bottom: 40px;
}
@media (min-width: 1023px) {
  .main-footer__logos {
    margin-bottom: 50px;
  }
}
.main-footer__logos.main-footer__certifications li picture,
.main-footer__logos.main-footer__certifications li img {
  max-width: 6.125rem;
  max-height: 3.9375rem;
}
.main-footer__logos.main-footer__supporting li picture,
.main-footer__logos.main-footer__supporting li img {
  max-width: 5.25rem;
  max-height: 5.25rem;
}
.main-footer__logos li {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: contents;
}
.main-footer__logos li picture,
.main-footer__logos li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-footer__tertiary-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.main-footer__tertiary-links li {
  line-height: 1.4;
}
.main-footer__link-list a {
  display: block;
  padding: 7px 0;
}
.main-footer .row:not(.footnote) {
  row-gap: 32px;
}
.main-footer .row:nth-child(2) {
  padding: 25px 0;
}
.main-footer ul > li {
  font-size: 12px;
}
@media only screen and (min-width: 320px) {
  .main-footer ul > li {
    font-size: calc(12px + 2 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .main-footer ul > li {
    font-size: 14px;
  }
}
.main-footer a {
  color: var(--white);
}
.main-footer a:hover, .main-footer a:focus {
  color: var(--magenta);
}
.main-footer .footnote {
  font-size: 11px;
}
@media only screen and (min-width: 320px) {
  .main-footer .footnote {
    font-size: calc(11px + 1 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .main-footer .footnote {
    font-size: 12px;
  }
}
.main-footer .footnote {
  position: relative;
  padding-top: 32px;
}
.main-footer .footnote:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background-color: var(--white);
  left: calc(var(--bs-gutter-x) * 0.5);
  right: calc(var(--bs-gutter-x) * 0.5);
  opacity: 0.5;
}
@media (min-width: 1023px) {
  .main-footer .footnote .col:nth-child(2) {
    text-align: right;
  }
}

.contact-form {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 530px) {
  .contact-form {
    padding: var(--desktop-gutter) 0;
  }
}
.contact-form > .grid-container {
  position: relative;
  z-index: 1;
}
.contact-form--dark-bg .wysiwyg a:hover {
  color: var(--white) !important;
}
.contact-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .contact-form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-form .wysiwyg .h1, .contact-form .wysiwyg h1,
.contact-form .wysiwyg .h2, .contact-form .wysiwyg h2,
.contact-form .wysiwyg .h3, .contact-form .wysiwyg h3,
.contact-form .wysiwyg .h4, .contact-form .wysiwyg h4,
.contact-form .wysiwyg .h5, .contact-form .wysiwyg h5,
.contact-form .wysiwyg .h6, .contact-form .wysiwyg h6 {
  margin-bottom: 1rem;
}
.contact-form .wysiwyg a[href*="tel:"] {
  position: relative;
  padding-left: 1.25rem;
}
.contact-form .wysiwyg a[href*="tel:"]:before {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6.176 1.322l2.844-1.322 4.041 7.89-2.724 1.341c-.538 1.259 2.159 6.289 3.297 6.372.09-.058 2.671-1.328 2.671-1.328l4.11 7.932s-2.764 1.354-2.854 1.396c-7.862 3.591-19.103-18.258-11.385-22.281zm1.929 1.274l-1.023.504c-5.294 2.762 4.177 21.185 9.648 18.686l.971-.474-2.271-4.383-1.026.5c-3.163 1.547-8.262-8.219-5.055-9.938l1.007-.497-2.251-4.398z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contact-form__heading {
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .contact-form__heading {
    font-size: calc(24px + 24 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .contact-form__heading {
    font-size: 48px;
  }
}
.contact-form__heading {
  line-height: 1.1;
  font-weight: 600;
}
.contact-form__heading strong {
  display: block;
  font-weight: 800;
}
.contact-form__heading {
  margin-bottom: 16px;
}
.contact-form__columns {
  margin-bottom: 32px;
  overflow: hidden;
}
@media (min-width: 530px) {
  .contact-form__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-bottom: 8px;
  }
}
.contact-form__section-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.contact-form__footer {
  margin: 32px 0 40px 0;
}
@media (min-width: 769px) {
  .contact-form__footer {
    padding-right: 14vw;
    margin: 0 0 40px;
  }
}
.contact-form__footer > p {
  font-size: 11px;
}
@media only screen and (min-width: 320px) {
  .contact-form__footer > p {
    font-size: calc(11px + 1 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .contact-form__footer > p {
    font-size: 12px;
  }
}
.contact-form__footer > p:not(:last-of-type) {
  margin-bottom: 16px;
}
.contact-form .col:first-of-type {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .contact-form .col:first-of-type {
    margin-bottom: 0;
  }
}
.contact-form picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.contact-form picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-form--dark-bg {
  background-color: var(--black);
  color: var(--white);
}
.contact-form--dark-bg .hbspt-form form [type=text],
.contact-form--dark-bg .hbspt-form form [type=email],
.contact-form--dark-bg .hbspt-form form [type=phone],
.contact-form--dark-bg .hbspt-form form [type=tel],
.contact-form--dark-bg .hbspt-form form textarea,
.contact-form--dark-bg .hbspt-form form select {
  color: var(--white);
  border-bottom-color: var(--white);
}
.contact-form--dark-bg .hbspt-form form [type=text]::-webkit-input-placeholder, .contact-form--dark-bg .hbspt-form form [type=email]::-webkit-input-placeholder, .contact-form--dark-bg .hbspt-form form [type=phone]::-webkit-input-placeholder, .contact-form--dark-bg .hbspt-form form [type=tel]::-webkit-input-placeholder, .contact-form--dark-bg .hbspt-form form textarea::-webkit-input-placeholder, .contact-form--dark-bg .hbspt-form form select::-webkit-input-placeholder {
  color: var(--white);
}
.contact-form--dark-bg .hbspt-form form [type=text]::-moz-placeholder, .contact-form--dark-bg .hbspt-form form [type=email]::-moz-placeholder, .contact-form--dark-bg .hbspt-form form [type=phone]::-moz-placeholder, .contact-form--dark-bg .hbspt-form form [type=tel]::-moz-placeholder, .contact-form--dark-bg .hbspt-form form textarea::-moz-placeholder, .contact-form--dark-bg .hbspt-form form select::-moz-placeholder {
  color: var(--white);
}
.contact-form--dark-bg .hbspt-form form [type=text]:-ms-input-placeholder, .contact-form--dark-bg .hbspt-form form [type=email]:-ms-input-placeholder, .contact-form--dark-bg .hbspt-form form [type=phone]:-ms-input-placeholder, .contact-form--dark-bg .hbspt-form form [type=tel]:-ms-input-placeholder, .contact-form--dark-bg .hbspt-form form textarea:-ms-input-placeholder, .contact-form--dark-bg .hbspt-form form select:-ms-input-placeholder {
  color: var(--white);
}
.contact-form--dark-bg .hbspt-form form [type=text]::-ms-input-placeholder, .contact-form--dark-bg .hbspt-form form [type=email]::-ms-input-placeholder, .contact-form--dark-bg .hbspt-form form [type=phone]::-ms-input-placeholder, .contact-form--dark-bg .hbspt-form form [type=tel]::-ms-input-placeholder, .contact-form--dark-bg .hbspt-form form textarea::-ms-input-placeholder, .contact-form--dark-bg .hbspt-form form select::-ms-input-placeholder {
  color: var(--white);
}
.contact-form--dark-bg .hbspt-form form [type=text]::placeholder,
.contact-form--dark-bg .hbspt-form form [type=email]::placeholder,
.contact-form--dark-bg .hbspt-form form [type=phone]::placeholder,
.contact-form--dark-bg .hbspt-form form [type=tel]::placeholder,
.contact-form--dark-bg .hbspt-form form textarea::placeholder,
.contact-form--dark-bg .hbspt-form form select::placeholder {
  color: var(--white);
}
.contact-form--dark-bg .hbspt-form form [type=text]:focus,
.contact-form--dark-bg .hbspt-form form [type=email]:focus,
.contact-form--dark-bg .hbspt-form form [type=phone]:focus,
.contact-form--dark-bg .hbspt-form form [type=tel]:focus,
.contact-form--dark-bg .hbspt-form form textarea:focus,
.contact-form--dark-bg .hbspt-form form select:focus {
  outline: none;
  border-color: #E60665;
}
.contact-form--dark-bg .hbspt-form form [type=text].error,
.contact-form--dark-bg .hbspt-form form [type=email].error,
.contact-form--dark-bg .hbspt-form form [type=phone].error,
.contact-form--dark-bg .hbspt-form form [type=tel].error,
.contact-form--dark-bg .hbspt-form form textarea.error,
.contact-form--dark-bg .hbspt-form form select.error {
  border-color: #dc3545;
}
.contact-form--dark-bg .hbspt-form form .hs-fieldtype-select:before {
  background-color: var(--white);
}
.contact-form--dark-bg .hbspt-form form .hs-fieldtype-select:after {
  background-image: url("/wp-content/themes/bodytalk/assets/images/chevron-down-white.svg");
}
.contact-form--dark-bg .hbspt-form form .hs-fieldtype-select select {
  color: var(--white);
}
.contact-form--dark-bg .hbspt-form form input:-webkit-autofill,
.contact-form--dark-bg .hbspt-form form input:-webkit-autofill:hover,
.contact-form--dark-bg .hbspt-form form input:-webkit-autofill:focus,
.contact-form--dark-bg .hbspt-form form textarea:-webkit-autofill,
.contact-form--dark-bg .hbspt-form form textarea:-webkit-autofill:hover,
.contact-form--dark-bg .hbspt-form form textarea:-webkit-autofill:focus,
.contact-form--dark-bg .hbspt-form form select:-webkit-autofill,
.contact-form--dark-bg .hbspt-form form select:-webkit-autofill:hover,
.contact-form--dark-bg .hbspt-form form select:-webkit-autofill:focus {
  border-bottom: 1px solid var(--white);
  -webkit-text-fill-color: var(--white);
  -webkit-box-shadow: 0 0 0px 1000px var(--black) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/*
* Generic form styles
*/
.hbspt-form form fieldset {
  max-width: 100%;
}
.hbspt-form form fieldset:last-of-type {
  margin-bottom: 0;
}
.hbspt-form form .hs-form-field {
  margin-bottom: 2rem;
}
.hbspt-form form fieldset.form-columns-1 .input {
  margin: 0;
}
.hbspt-form form [type=text],
.hbspt-form form [type=email],
.hbspt-form form [type=number],
.hbspt-form form [type=tel],
.hbspt-form form [type=url],
.hbspt-form form [type=date],
.hbspt-form form textarea,
.hbspt-form form select {
  width: 100% !important;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hbspt-form form [type=text],
.hbspt-form form [type=email],
.hbspt-form form [type=number],
.hbspt-form form [type=tel],
.hbspt-form form [type=url],
.hbspt-form form [type=date],
.hbspt-form form textarea,
.hbspt-form form select {
  border: 0;
  background: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .hbspt-form form [type=text],
  .hbspt-form form [type=email],
  .hbspt-form form [type=number],
  .hbspt-form form [type=tel],
  .hbspt-form form [type=url],
  .hbspt-form form [type=date],
  .hbspt-form form textarea,
  .hbspt-form form select {
    font-size: calc(14px + 4 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .hbspt-form form [type=text],
  .hbspt-form form [type=email],
  .hbspt-form form [type=number],
  .hbspt-form form [type=tel],
  .hbspt-form form [type=url],
  .hbspt-form form [type=date],
  .hbspt-form form textarea,
  .hbspt-form form select {
    font-size: 18px;
  }
}
.hbspt-form form [type=text],
.hbspt-form form [type=email],
.hbspt-form form [type=number],
.hbspt-form form [type=tel],
.hbspt-form form [type=url],
.hbspt-form form [type=date],
.hbspt-form form textarea,
.hbspt-form form select {
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid var(--black);
  color: var(--black);
  padding: 6px 0;
  border-radius: 0;
}
.hbspt-form form [type=text]::-webkit-input-placeholder, .hbspt-form form [type=email]::-webkit-input-placeholder, .hbspt-form form [type=number]::-webkit-input-placeholder, .hbspt-form form [type=tel]::-webkit-input-placeholder, .hbspt-form form [type=url]::-webkit-input-placeholder, .hbspt-form form [type=date]::-webkit-input-placeholder, .hbspt-form form textarea::-webkit-input-placeholder, .hbspt-form form select::-webkit-input-placeholder {
  font-weight: 400;
  color: var(--black);
}
.hbspt-form form [type=text]::-moz-placeholder, .hbspt-form form [type=email]::-moz-placeholder, .hbspt-form form [type=number]::-moz-placeholder, .hbspt-form form [type=tel]::-moz-placeholder, .hbspt-form form [type=url]::-moz-placeholder, .hbspt-form form [type=date]::-moz-placeholder, .hbspt-form form textarea::-moz-placeholder, .hbspt-form form select::-moz-placeholder {
  font-weight: 400;
  color: var(--black);
}
.hbspt-form form [type=text]:-ms-input-placeholder, .hbspt-form form [type=email]:-ms-input-placeholder, .hbspt-form form [type=number]:-ms-input-placeholder, .hbspt-form form [type=tel]:-ms-input-placeholder, .hbspt-form form [type=url]:-ms-input-placeholder, .hbspt-form form [type=date]:-ms-input-placeholder, .hbspt-form form textarea:-ms-input-placeholder, .hbspt-form form select:-ms-input-placeholder {
  font-weight: 400;
  color: var(--black);
}
.hbspt-form form [type=text]::-ms-input-placeholder, .hbspt-form form [type=email]::-ms-input-placeholder, .hbspt-form form [type=number]::-ms-input-placeholder, .hbspt-form form [type=tel]::-ms-input-placeholder, .hbspt-form form [type=url]::-ms-input-placeholder, .hbspt-form form [type=date]::-ms-input-placeholder, .hbspt-form form textarea::-ms-input-placeholder, .hbspt-form form select::-ms-input-placeholder {
  font-weight: 400;
  color: var(--black);
}
.hbspt-form form [type=text]::placeholder,
.hbspt-form form [type=email]::placeholder,
.hbspt-form form [type=number]::placeholder,
.hbspt-form form [type=tel]::placeholder,
.hbspt-form form [type=url]::placeholder,
.hbspt-form form [type=date]::placeholder,
.hbspt-form form textarea::placeholder,
.hbspt-form form select::placeholder {
  font-weight: 400;
  color: var(--black);
}
.hbspt-form form [type=text]:focus,
.hbspt-form form [type=email]:focus,
.hbspt-form form [type=number]:focus,
.hbspt-form form [type=tel]:focus,
.hbspt-form form [type=url]:focus,
.hbspt-form form [type=date]:focus,
.hbspt-form form textarea:focus,
.hbspt-form form select:focus {
  outline: none;
  border-color: #E60665;
}
.hbspt-form form [type=text].error,
.hbspt-form form [type=email].error,
.hbspt-form form [type=number].error,
.hbspt-form form [type=tel].error,
.hbspt-form form [type=url].error,
.hbspt-form form [type=date].error,
.hbspt-form form textarea.error,
.hbspt-form form select.error {
  border-color: #dc3545;
}
.hbspt-form form textarea {
  min-height: 5rem;
}
.hbspt-form form [type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: inherit;
  border: 0;
  border: 1px solid var(--magenta);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, border-color 0.3s linear, background-color 0.3s linear;
}
.hbspt-form form [type=checkbox],
.hbspt-form form [type=radio] {
  position: relative;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1rem !important;
  height: 1rem !important;
  margin: 0 1rem 0 0;
  background: #fff;
  border: 1px solid #2A003D;
}
.hbspt-form form [type=checkbox] label,
.hbspt-form form [type=radio] label {
  font-weight: normal;
  margin: 0;
}
.hbspt-form form [type=checkbox]:checked {
  background: url("../icons/checked.svg") center/70% no-repeat #E60665;
  border-color: #E60665;
}
.hbspt-form form [type=radio] {
  position: relative;
  border-radius: 50%;
}
.hbspt-form form [type=radio]:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #E60665;
  opacity: 0;
}
.hbspt-form form [type=radio]:checked {
  border-color: #E60665;
}
.hbspt-form form [type=radio]:checked:after {
  opacity: 1;
}
.hbspt-form form [type=checkbox] {
  float: left;
  width: 12px;
  height: 12px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 16px;
  position: relative;
  top: 3px;
}
.hbspt-form form [type=checkbox] + label,
.hbspt-form form [type=checkbox] + span p {
  font-size: 11px;
}
@media only screen and (min-width: 320px) {
  .hbspt-form form [type=checkbox] + label,
  .hbspt-form form [type=checkbox] + span p {
    font-size: calc(11px + 1 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .hbspt-form form [type=checkbox] + label,
  .hbspt-form form [type=checkbox] + span p {
    font-size: 12px;
  }
}
.hbspt-form form [type=checkbox] + label,
.hbspt-form form [type=checkbox] + span p {
  float: left;
  width: calc(100% - 28px);
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .hbspt-form form [type=checkbox] + label,
  .hbspt-form form [type=checkbox] + span p {
    font-size: calc(14px + 0 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .hbspt-form form [type=checkbox] + label,
  .hbspt-form form [type=checkbox] + span p {
    font-size: 14px;
  }
}
.hbspt-form form .select-wrapper {
  margin-bottom: 39px;
}
.hbspt-form form select {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .hbspt-form form select {
    font-size: calc(14px + 4 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .hbspt-form form select {
    font-size: 18px;
  }
}
.hbspt-form form select {
  -webkit-appearance: none;
}
.hbspt-form form .hs-error-msgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}
.hbspt-form form .hs-error-msgs li label {
  width: 100%;
  background-color: #dc3545;
  padding: 0.5rem 1rem;
  margin: 0;
  color: var(--white);
}
.hbspt-form form .legal-consent-container p {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .hbspt-form form .legal-consent-container p {
    font-size: calc(14px + 0 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .hbspt-form form .legal-consent-container p {
    font-size: 14px;
  }
}
.hbspt-form form .legal-consent-container p a {
  color: #E60665;
}
.hbspt-form form .legal-consent-container p a:hover {
  text-decoration: underline;
}
.hbspt-form form .legal-consent-container .hs-richtext {
  margin-bottom: 1.5rem;
}

.lity-content:after {
  content: none !important;
}
.lity-content .contact-form {
  padding: 2rem;
}

.wysiwyg > *:not(:last-child) {
  margin-bottom: 32px;
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5 {
    font-size: calc(18px + 6 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5 {
    font-size: 24px;
  }
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
  line-height: 1.3;
  font-weight: 700;
  font-weight: 600;
  margin-bottom: 16px;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg li {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .wysiwyg li {
    font-size: calc(14px + 4 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .wysiwyg li {
    font-size: 18px;
  }
}
.wysiwyg li {
  line-height: 1.6;
}
.wysiwyg li:not(:last-child) {
  margin-bottom: 16px;
}
.wysiwyg ol,
.wysiwyg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  gap: 0.5rem 0;
  list-style-type: none;
}
.wysiwyg ol ::marker,
.wysiwyg ul ::marker {
  display: none;
}
.wysiwyg ol li,
.wysiwyg ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23E60665' d='M9 22l-10-10.598 2.798-2.859 7.149 7.473 13.144-14.016 2.909 2.806z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.25rem;
  background-size: 1.125rem;
  padding-left: 1.625rem;
}
.wysiwyg blockquote ol li,
.wysiwyg blockquote ul li {
  background-image: none;
  padding-left: 0;
}
.wysiwyg a {
  color: var(--magenta);
  font-weight: 600;
}
.wysiwyg a:hover, .wysiwyg a:focus {
  color: var(--dark-aubergine);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  background: var(--black);
  z-index: 100;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  padding: 7.5rem 1.5rem 1.5rem 1.5rem;
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu__container {
  width: 100%;
  overflow-y: scroll;
  padding: 0 0 1.5rem;
}
@media (pointer: coarse) {
  .mobile-menu__container ::-webkit-scrollbar {
    display: none;
  }
}
@media (pointer: fine) {
  .mobile-menu__container::-webkit-scrollbar-track {
    width: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background-color: transparent;
  }
  .mobile-menu__container::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
  }
  .mobile-menu__container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
}
.mobile-menu ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 3;
}
.mobile-menu ul li {
  border-bottom: 1px solid #fff;
  position: static;
}
.mobile-menu ul li a {
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .mobile-menu ul li a {
    font-size: calc(16px + 0 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .mobile-menu ul li a {
    font-size: 16px;
  }
}
.mobile-menu ul li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-menu ul li a .icon {
  background-image: url('data:image/svg+xml,%3Csvg height="11" viewBox="0 0 20 15" width="17" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd" stroke="%23fff" stroke-linecap="square" stroke-width="2" transform="translate(1 2.339796)"%3E%3Cpath d="m0 5.5h14.782609"/%3E%3Cpath d="m11.826087 0 5.173913 5.5"/%3E%3Cpath d="m11.826087 5.5 5.173913 5.5" transform="matrix(1 0 0 -1 0 16.5)"/%3E%3C/g%3E%3C/svg%3E');
  background-repeat: no-repeat;
  width: 17px;
  height: 11px;
}
.mobile-menu ul li a.mob-menu-back {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.mobile-menu ul li a.mob-menu-back img,
.mobile-menu ul li a.mob-menu-back svg {
  width: 17px;
  height: 11px;
  margin: 0 0.875rem 0 0;
}
.mobile-menu ul li.menu-item-has-children > a .icon {
  background: none;
  position: relative;
  width: 1rem;
  height: 1rem;
}
.mobile-menu ul li.menu-item-has-children > a .icon:before, .mobile-menu ul li.menu-item-has-children > a .icon:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mobile-menu ul li.menu-item-has-children > a .icon:before {
  width: 2px;
  height: 1rem;
}
.mobile-menu ul li.menu-item-has-children > a .icon:after {
  height: 2px;
  width: 1rem;
}
.mobile-menu.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mobile-menu.is-active .logomark.top-level {
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0.25;
}
.mobile-menu.is-active ul li a {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu.is-active ul li:nth-child(1) a {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mobile-menu.is-active ul li:nth-child(2) a {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.mobile-menu.is-active ul li:nth-child(3) a {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.mobile-menu.is-active ul li:nth-child(4) a {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.mobile-menu.is-active ul li:nth-child(5) a {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mobile-menu.is-active ul li:nth-child(6) a {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.mobile-menu.is-active ul li:nth-child(7) a {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.mobile-menu.is-active ul li:nth-child(8) a {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.mobile-menu.is-active ul li:nth-child(9) a {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.mobile-menu.is-active ul li:nth-child(10) a {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.mobile-menu.is-active ul li:nth-child(11) a {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.mobile-menu.is-active ul li:nth-child(12) a {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.mobile-menu.is-active ul li:nth-child(13) a {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.mobile-menu.is-active ul li:nth-child(14) a {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.mobile-menu .menu-toggle {
  position: absolute;
  top: 1.5rem;
  right: 0.5rem;
}
.mobile-menu .menu-toggle .hamburger-inner,
.mobile-menu .menu-toggle .hamburger-inner::before,
.mobile-menu .menu-toggle .hamburger-inner::after {
  background-color: #fff;
}
.mobile-menu .sub-menu {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  padding: 7.5rem 1.5rem 1.5rem 1.5rem;
  background: var(--black);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 5rem;
}
.mobile-menu .sub-menu .sub-menu {
  z-index: 5;
}
.mobile-menu .sub-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu .sub-menu.active .logomark.sub-level {
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0.25;
}

.post-card-container {
  margin-bottom: 2rem;
}

.post-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #2A003D;
  text-decoration: none;
  position: relative;
}
.post-card:hover .post-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.post-card:hover .post-card__title {
  color: #E60665;
}
.post-card--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-card--small .post-card__meta-row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .post-card--small .post-card__image {
    margin-bottom: 1rem;
  }
}
.post-card--small .post-card__content-meta-row {
  margin-top: auto;
}
.post-card--small .post-card__tag,
.post-card--small .post-card__category {
  font-size: 10px;
}
@media only screen and (min-width: 320px) {
  .post-card--small .post-card__tag,
  .post-card--small .post-card__category {
    font-size: calc(10px + 0 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .post-card--small .post-card__tag,
  .post-card--small .post-card__category {
    font-size: 10px;
  }
}
.post-card--small .post-card__title {
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .post-card--small .post-card__title {
    font-size: calc(16px + 2 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .post-card--small .post-card__title {
    font-size: 18px;
  }
}
.post-card--medium {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .post-card--medium {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.post-card--medium .post-card__image-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1024px) {
  .post-card--medium .post-card__image-row {
    height: 100%;
    margin-right: 1.5rem;
  }
}
.post-card--medium .post-card__content-row {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (min-width: 1024px) {
  .post-card--medium .post-card__row {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .post-card--medium .post-card__image {
    height: 100%;
    aspect-ratio: 276/156;
    margin-bottom: 0;
  }
}
.post-card--medium .post-card__image img {
  height: 100%;
}
.post-card--medium-overlap .post-card__image {
  aspect-ratio: 343/292;
}
@media (min-width: 768px) {
  .post-card--medium-overlap .post-card__meta-row {
    max-width: 95%;
    background-color: #ffffff;
    padding: 1.125rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
  }
}
.post-card--medium-overlap .post-card__meta-row .post-card__tag,
.post-card--medium-overlap .post-card__meta-row .post-card__category {
  font-size: 10px;
}
@media only screen and (min-width: 320px) {
  .post-card--medium-overlap .post-card__meta-row .post-card__tag,
  .post-card--medium-overlap .post-card__meta-row .post-card__category {
    font-size: calc(10px + 0 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .post-card--medium-overlap .post-card__meta-row .post-card__tag,
  .post-card--medium-overlap .post-card__meta-row .post-card__category {
    font-size: 10px;
  }
}
.post-card--medium-overlap .post-card__meta-row .post-card__title {
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .post-card--medium-overlap .post-card__meta-row .post-card__title {
    font-size: calc(16px + 2 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .post-card--medium-overlap .post-card__meta-row .post-card__title {
    font-size: 18px;
  }
}
.post-card--large .post-card__meta-row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-card--large .post-card__content-meta-row {
  margin-top: auto;
}
.post-card--xxl .post-card__image {
  aspect-ratio: 1176/463;
}
@media (min-width: 768px) {
  .post-card--xxl .post-card__image {
    margin-bottom: 0;
  }
}
.post-card--xxl .post-card__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .post-card--xxl .post-card__meta-row {
    max-width: 50%;
    background-color: #ffffff;
    padding: 2rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
  }
}
@media (min-width: 1024px) {
  .post-card--xxl .post-card__meta-row {
    padding: 3.5rem;
  }
}
.post-card__row {
  width: 100%;
}
.post-card__image {
  background-color: #ededed;
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 577/252;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .post-card__image {
    margin-bottom: 1.5rem;
  }
}
.post-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.post-card__image.no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-align: center;
  color: #b1b1b1;
  padding: 1rem;
}
.post-card__image.no-image p {
  margin: 0;
}
.post-card__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-card__tag, .post-card__category {
  font-size: 10px;
}
@media only screen and (min-width: 320px) {
  .post-card__tag, .post-card__category {
    font-size: calc(10px + 2 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .post-card__tag, .post-card__category {
    font-size: 12px;
  }
}
.post-card__tag, .post-card__category {
  line-height: 1.6;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.post-card__tag {
  margin-right: 1rem;
  font-weight: bold;
}
.post-card__title {
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .post-card__title {
    font-size: calc(18px + 6 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .post-card__title {
    font-size: 24px;
  }
}
.post-card__title {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  margin: 0.5rem 0 1.125rem;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.post-card__excerpt {
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .post-card__excerpt {
    font-size: calc(16px + 0 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .post-card__excerpt {
    font-size: 16px;
  }
}
.post-card__excerpt {
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.post-card__reading-time, .post-card__date {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .post-card__reading-time, .post-card__date {
    font-size: calc(14px + 0 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .post-card__reading-time, .post-card__date {
    font-size: 14px;
  }
}
.post-card__reading-time, .post-card__date {
  line-height: 1.14;
  margin-bottom: 0;
}
.post-card__reading-time {
  padding-right: 0.5rem;
  padding-left: 1.25rem;
  margin-right: 0.5rem;
  border-right: 1px solid #2A003D;
  font-weight: bold;
  background-image: url("data:image/svg+xml,%3Csvg width='14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23060003' d='M232 120c0-13.3 10.7-24 24-24s24 10.7 24 24v123.2l85.3 56.8c11 7.4 14 22.3 5.8 33.3-6.5 11-21.4 14-32.4 5.8l-96-64c-6.7-3.6-10.7-11.1-10.7-20V120zM256 0c141.4 0 256 114.6 256 256S397.4 512 256 512 0 397.4 0 256 114.6 0 256 0zM48 256c0 114.9 93.1 208 208 208s208-93.1 208-208S370.9 48 256 48 48 141.1 48 256z'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.team-card {
  border-radius: 16px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  display: block;
}
.team-card:hover .team-card__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.team-card:hover p {
  max-height: 320px;
}
.team-card__content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: var(--white);
  padding: 32px 32px 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
  -webkit-transition: -webkit-transform 0.6s var(--slide-transition);
  transition: -webkit-transform 0.6s var(--slide-transition);
  transition: transform 0.6s var(--slide-transition);
  transition: transform 0.6s var(--slide-transition), -webkit-transform 0.6s var(--slide-transition);
}
.team-card__content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  content: "";
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, var(--dark-aubergine)), color-stop(90%, rgba(24, 20, 34, 0)));
  background: linear-gradient(0deg, var(--dark-aubergine) 20%, rgba(24, 20, 34, 0) 90%);
  content: "";
  height: 200%;
  z-index: -1;
  position: absolute;
  top: -100%;
  left: 0;
}
.team-card__content h4 {
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .team-card__content h4 {
    font-size: calc(18px + 14 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .team-card__content h4 {
    font-size: 32px;
  }
}
.team-card__content h4 {
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-card__content h4 + span {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .team-card__content h4 + span {
    font-size: calc(14px + 4 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .team-card__content h4 + span {
    font-size: 18px;
  }
}
.team-card__content h4 + span {
  line-height: 1.6;
  display: block;
  margin-bottom: 32px;
}
.team-card__content p {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .team-card__content p {
    font-size: calc(14px + 2 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .team-card__content p {
    font-size: 16px;
  }
}
.team-card__content p {
  display: block;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  margin-top: 16px;
  padding-bottom: 32px;
  -webkit-transition: max-height 0.6s var(--slide-transition);
  transition: max-height 0.6s var(--slide-transition);
}
.team-card picture {
  display: block;
  background-color: var(--light-grey);
  height: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.team-card picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-card picture {
  padding-bottom: 115%;
}

.skill-card {
  border-radius: 16px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
}
.skill-card:before, .skill-card__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.skill-card:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.56);
  z-index: 1;
}
.skill-card:hover .skill-card__cta > span {
  background-color: var(--magenta);
}
.skill-card:hover .skill-card__bg-image {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.skill-card__bg-image {
  z-index: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.skill-card__bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.skill-card h3 {
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .skill-card h3 {
    font-size: calc(18px + 14 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .skill-card h3 {
    font-size: 32px;
  }
}
.skill-card h3 {
  line-height: 1.25;
  font-weight: 600;
  font-size: 22px;
}
@media only screen and (min-width: 320px) {
  .skill-card h3 {
    font-size: calc(22px + 6 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .skill-card h3 {
    font-size: 28px;
  }
}
.skill-card h3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 50px;
  text-align: center;
  color: var(--white);
  z-index: 2;
}
@media (min-width: 1200px) {
  .skill-card h3 {
    top: 45%;
  }
}
.skill-card__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .skill-card__cta {
    font-size: calc(14px + 4 * (100vw - 320px) / (1720 - 320));
  }
}
@media only screen and (min-width: 1720px) {
  .skill-card__cta {
    font-size: 18px;
  }
}
.skill-card__cta {
  line-height: 1.6;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  z-index: 2;
  color: var(--white);
  font-weight: 500;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 769px) {
  .skill-card__cta {
    bottom: 32px;
  }
}
.skill-card__cta > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "";
  width: 32px;
  height: 32px;
  border: 1px solid var(--magenta);
  border-radius: 50%;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.skill-card__cta > span > svg {
  width: 11px;
  height: 10px;
}
@media (min-width: 769px) {
  .skill-card__cta > span > svg {
    width: 17px;
    height: 16px;
  }
}
@media (min-width: 769px) {
  .skill-card__cta > span {
    width: 50px;
    height: 50px;
  }
}

.career-card h4 + span {
  margin-bottom: 42px;
}
/*# sourceMappingURL=app.css.map */
