/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  margin: 0; }

html,
body {
  height: 100%; }

body {
  line-height: 1.618;
  /* originally 1.5 */
  -webkit-font-smoothing: antialiased; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

#root,
#__next {
  isolation: isolate; }

body {
  font-family: "Poppins", sans-serif; }

:root {
  --wst-darkest-green: #102410;
  --wst-darker-green: #0a2a0a;
  --wst-dark-green: #003400;
  --wst-medium-green: #136734;
  --wst-medium-light-green: #1d7321;
  --wst-lighter-green: #acc0aa;
  --wst-lightest-green: #e5e9e7;
  --near-black: #1d1d1d;
  --dark-gray: #4f4f4f;
  --medium-gray: #818181;
  --light-gray: #cbcbcb;
  --lighter-gray: #f5f6fb;
  --near-white: #e5e5e5;
  --whatsapp-green: #45c654;
  --imessage-blue: #2e8bef;
  --sms-green: #01cd48;
  --error-red: #981b1b;
  --default-scroll-margin-top: 6.5rem;
  --narrower-scroll-margin-top: 4.75rem;
  --text-cycler-item-height: calc(4rem + 0.5*1rem); }

/**************************/
/*     General Styles     */
/**************************/
body,
html {
  width: 100%;
  height: 100%;
  scroll-margin-top: var(--default-scroll-margin-top); }

body,
p {
  color: var(--dark-gray);
  font: 400 1rem/1.625rem "Lato", sans-serif; }

h1 {
  color: #32373e;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-family: "Poppins", sans-serif; }

h2 {
  color: #32373e;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Poppins", sans-serif; }

h3 {
  color: #32373e;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-family: "Poppins", sans-serif; }

h4 {
  color: #32373e;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Poppins", sans-serif; }

h5 {
  color: #32373e;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-family: "Poppins", sans-serif; }

h6 {
  color: #32373e;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Poppins", sans-serif; }

code {
  font-size: 0.875rem;
  padding: 4px 6px;
  background-color: var(--near-white);
  color: var(--near-black);
  margin: 0 4px; }

.p-large {
  font-size: 1.125rem;
  line-height: 1.75rem; }

.p-small {
  font-size: 0.875rem;
  line-height: 1.5rem; }

b,
strong {
  font-weight: bold; }

.blockquote-container {
  background-color: var(--near-white);
  border-left: 4px solid var(--wst-medium-light-green);
  padding: 1.625rem 0.25rem 1.625rem 1rem; }

.blockquote-footer {
  margin: 0; }

.testimonial-text {
  font-style: italic;
  line-height: 1.5; }

.li-space-lg li {
  margin-bottom: 0.5rem; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: var(--wst-medium-green); }

::selection {
  color: white;
  background: var(--wst-medium-green); }

a {
  color: var(--wst-medium-green);
  text-decoration: underline; }

a:hover {
  color: var(--wst-medium-light-green);
  text-decoration: underline; }

.no-line {
  text-decoration: none; }
  .no-line:hover {
    text-decoration: none; }

.text-green {
  color: var(--wst-medium-green) !important; }

.bg-gray {
  background-color: var(--lighter-gray); }

hr.hr-heading {
  display: inline-block;
  width: 4.5rem;
  height: 0.125rem;
  margin-top: 0;
  border: none;
  background-color: var(--wst-dark-green);
  opacity: 1; }

.section-title {
  color: var(--wst-dark-green);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.125rem; }

.btn-solid-reg {
  display: inline-block;
  padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  border: 1px solid var(--wst-medium-green);
  border-radius: 32px;
  background-color: var(--wst-medium-green);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer; }
  .btn-solid-reg:hover {
    background-color: transparent;
    color: var(--wst-dark-green);
    /* needs to stay here because of the color property of a tag */
    text-decoration: none; }
  .btn-solid-reg:disabled {
    background-color: var(--medium-gray);
    border: 1px solid var(--medium-gray);
    cursor: not-allowed; }
    .btn-solid-reg:disabled:hover {
      background-color: var(--medium-gray);
      color: white; }

.btn-solid-lg {
  display: inline-block;
  padding: 1.625rem 2.625rem 1.625rem 2.625rem;
  border: 1px solid var(--wst-medium-green);
  border-radius: 32px;
  background-color: var(--wst-medium-green);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s; }

.btn-solid-lg:hover {
  background-color: transparent;
  color: var(--wst-medium-green);
  /* needs to stay here because of the color property of a tag */
  text-decoration: none; }

.btn-solid-lg .fab {
  margin-right: 0.5rem;
  font-size: 1.25rem;
  line-height: 0;
  vertical-align: top; }

.btn-solid-lg .fab.fa-google-play {
  font-size: 1rem; }

.btn-outline-reg {
  display: inline-block;
  padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  border: 1px solid var(--wst-medium-green);
  border-radius: 32px;
  background-color: transparent;
  color: var(--wst-dark-green);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s; }
  .btn-outline-reg:hover {
    background-color: var(--wst-dark-green);
    color: #ffffff;
    text-decoration: none; }

.btn-outline-lg {
  display: inline-block;
  padding: 1.625rem 2.625rem 1.625rem 2.625rem;
  border: 1px solid var(--wst-dark-green);
  border-radius: 32px;
  background-color: transparent;
  color: var(--wst-dark-green);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s; }

.btn-outline-lg:hover {
  background-color: var(--wst-dark-green);
  color: #ffffff;
  text-decoration: none; }

.btn-solid-sm {
  display: inline-block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 1px solid var(--wst-medium-green);
  border-radius: 32px;
  background-color: var(--wst-medium-green);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s; }
  .btn-solid-sm:hover {
    background-color: transparent;
    color: var(--wst-medium-green);
    /* needs to stay here because of the color property of a tag */
    text-decoration: none; }

.btn-solid-xs {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.625rem;
  border: 1px solid var(--wst-medium-green);
  border-radius: 32px;
  background-color: var(--wst-medium-green);
  color: #ffffff;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1;
  max-height: 2rem;
  text-decoration: none;
  transition: all 0.2s;
  width: 12ch;
  text-align: center;
  flex-shrink: 0;
  justify-content: center; }
  .btn-solid-xs:hover {
    background-color: transparent;
    color: var(--wst-medium-green);
    /* needs to stay here because of the color property of a tag */
    text-decoration: none; }

.btn-outline-sm {
  display: inline-block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 1px solid var(--wst-dark-green);
  border-radius: 32px;
  background-color: transparent;
  color: var(--wst-dark-green);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center; }

.btn-outline-sm:hover {
  background-color: var(--wst-dark-green);
  color: #ffffff;
  text-decoration: none; }

.btn-outline-sm-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center; }

.form-floating label {
  margin-left: 0;
  color: var(--dark-gray); }

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem); }

.form-floating .form-control {
  padding-left: 0.75rem;
  color: var(--dark-gray); }

.form-select {
  height: calc(3.5rem + 2px);
  padding-left: 1.25rem;
  color: var(--dark-gray); }

.form-floating textarea.form-control {
  height: 100%; }

.form-floating .form-control:hover,
.form-select:hover {
  border: 1px solid #a1a1a1; }

.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.625rem;
  border: 1px solid var(--wst-dark-green);
  border-radius: 32px;
  background-color: var(--wst-dark-green);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  cursor: pointer;
  transition: all 0.2s; }

.form-control-submit-button:hover {
  border: 1px solid var(--wst-dark-green);
  background-color: transparent;
  color: var(--wst-dark-green); }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1140px; } }

.announcement-banner {
  max-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1031;
  text-align: center;
  color: white;
  background: #136734;
  font-size: 0.9375rem; }
  .announcement-banner span {
    line-height: 1.5;
    padding: 0.375rem 0.5rem; }
    .announcement-banner span a {
      color: #e5eae5;
      text-decoration: none; }
      .announcement-banner span a span.cta-line {
        text-decoration: underline;
        padding: 0;
        display: block; }
        @media screen and (min-width: 768px) {
          .announcement-banner span a span.cta-line {
            display: inline; } }
        @media screen and (max-width: 416px) {
          .announcement-banner span a span.cta-line {
            display: inline; } }
  .announcement-banner .btn-outline-sm {
    color: white;
    border: 1px solid white;
    padding: 0.75rem 1rem; }
  .announcement-banner .btn-close-announcement {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    /* Adjust the vertical position as needed */
    right: 1rem;
    transform: translate(50%, -50%);
    /* Center the square div vertically and horizontally */
    width: 1rem;
    height: 1rem;
    background: transparent;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path x1="12" y1="12" x2="28" y2="28" stroke="rgba(255,255,255,1)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.5" d="M7.2 7.2L16.8 16.8"/><path x1="28" y1="12" x2="12" y2="28" stroke="rgba(255,255,255,1)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.5" d="M16.8 7.2L7.2 16.8"/></svg>');
    background-repeat: no-repeat;
    background-position: 50%;
    /* Adjust the background color as desired */ }

/**********************/
/*     Navigation     */
/**********************/
.navbar {
  background-color: white;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border-bottom: solid 1px var(--near-white);
  top: 56px; }
  @media (min-width: 992px) {
    .navbar {
      padding-top: 0.5rem;
      /* 1.75rem;*/
      box-shadow: none; } }
  .navbar .page-title {
    flex-shrink: 3;
    display: inline;
    font-size: 1rem;
    line-height: 1rem;
    margin-left: 1rem; }
    @media (max-width: 768px) {
      .navbar .page-title {
        font-size: 0.75rem;
        line-height: 0.875rem; } }
    @media (max-width: 376px) {
      .navbar .page-title {
        font-size: 0.5rem;
        line-height: 0.625rem;
        margin-left: 0.5rem; } }
  .navbar > .container {
    max-width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0; }
    @media (min-width: 768px) {
      .navbar > .container {
        max-width: 100%; } }
    .navbar > .container .client-login-container {
      flex-grow: 1;
      text-align: right;
      display: flex;
      justify-content: flex-end; }
      .navbar > .container .client-login-container button.client-login {
        background: none;
        color: inherit;
        border: none;
        padding: 0.5rem 0;
        font-size: 1.125rem;
        cursor: pointer;
        outline: inherit; }
        @media (max-width: 991px) {
          .navbar > .container .client-login-container button.client-login {
            font-size: 0.875rem; } }
        .navbar > .container .client-login-container button.client-login .fa-circle {
          color: var(--wst-medium-light-green); }
        .navbar > .container .client-login-container button.client-login .fa-user {
          color: white; }
        .navbar > .container .client-login-container button.client-login:hover .fa-circle {
          opacity: 0.61; }
        .navbar > .container .client-login-container button.client-login:focus-visible {
          outline: auto; }
  .navbar .logo-and-title-container {
    display: flex; }
  .navbar .navbar-brand {
    padding: 0 0 0 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin: 0; }
  .navbar .logo-image img {
    height: 36px;
    width: auto;
    display: inline; }
    @media (min-width: 992px) {
      .navbar .logo-image img {
        height: 50px; } }
  .navbar .navbar-nav {
    width: 100%;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem; }
  .navbar .navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 80vh); }
  .navbar .nav-item .nav-link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: var(--near-black);
    opacity: 0.8;
    font-weight: 600;
    text-decoration: none;
    text-align: left; }
    @media (max-width: 991px) {
      .navbar .nav-item .nav-link {
        padding-right: var(--bs-gutter-x, 1.25rem); } }
  @media (max-width: 991px) {
    .navbar .nav-item:not(.dropdown) > a {
      padding-right: 2.125rem; } }
  @media (min-width: 992px) {
    .navbar.navbar-expand-lg .nav-item .nav-link {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  .navbar .nav-item-secondary a.nav-link {
    font-weight: normal; }
  @media (min-width: 992px) {
    .navbar .nav-item-secondary:last-child .nav-link {
      padding-right: 0; } }
  .navbar .nav-item:not(.nav-item-secondary) + .nav-item-secondary {
    margin-top: 2rem; }
  .navbar .nav-item.dropdown.show .nav-link,
  .navbar .nav-item .nav-link:hover,
  .navbar .nav-item .nav-link:focus,
  .navbar .nav-item .nav-link.active {
    color: var(--wst-medium-green);
    opacity: 1; }
  .navbar .navbar-toggler-container {
    display: flex; }
  .navbar .navbar-toggler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--dark-gray);
    margin-left: 0.25rem;
    padding: 0.25rem;
    /* Remove outline for non-keyboard :focus, e.g. on Safari mobile */ }
    .navbar .navbar-toggler:focus-visible {
      outline: none; }
    @media (max-width: 991px) {
      .navbar .navbar-toggler {
        padding: 0.5rem 0;
        margin-left: 0; } }
    .navbar .navbar-toggler .navbar-toggler-icon {
      height: 2.5rem;
      width: 2.5rem;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="24" width="24"><path stroke="rgba(0,0,0,0.55)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.2" d="M3 6h18M3 12h18M3 18h18"/></svg>');
      background-repeat: no-repeat;
      padding: 0;
      border: none;
      font-size: 1.25rem;
      margin: 0 1rem;
      transition: 0.2s ease-in-out background-image;
      /* "X" styling when it's opened */ }
      .navbar .navbar-toggler .navbar-toggler-icon.open {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path x1="12" y1="12" x2="28" y2="28" stroke="rgba(111,111,112,1)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.2" d="M7.2 7.2L16.8 16.8"/><path x1="28" y1="12" x2="12" y2="28" stroke="rgba(111,111,112,1)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1.2" d="M16.8 7.2L7.2 16.8"/></svg>'); }
      @media (max-width: 991px) {
        .navbar .navbar-toggler .navbar-toggler-icon {
          height: 1.5rem;
          width: 1.5rem;
          margin: 0 0.5rem; } }
.offcanvas-collapse {
  height: 100vh;
  width: 320px;
  background: #fff;
  position: absolute;
  top: 4.625rem;
  right: 0;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  transform: translatex(100%);
  transition: transform 0.3s ease-in-out;
  border-left: 1px solid var(--near-white); }
  @media (max-width: 991px) {
    .offcanvas-collapse {
      top: 3.75rem; } }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

/* Dropdown Menu */
.dropdown-toggle {
  /* Remove outline for non-keyboard :focus */ }
  .dropdown-toggle:focus-visible {
    outline: none; }
  .dropdown-toggle.show::after {
    border-bottom: 0.3em solid;
    border-top: 0; }

.navbar .dropdown .dropdown-menu {
  /* required for the fade animation */
  margin-top: 0;
  margin-bottom: 0.25rem;
  border: none;
  background-color: white;
  padding: 0; }

@keyframes fadeDropdown {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.navbar .dropdown-category {
  padding: 0.5rem 1.25rem 0.5rem 0.875rem;
  color: var(--dark-gray);
  opacity: 0.8;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.5rem;
  text-decoration: none;
  cursor: default; }

.navbar .dropdown-item {
  padding: 0.5rem 1.25rem 0.5rem 1.75rem;
  color: var(--near-black);
  opacity: 0.8;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-decoration: none; }
  .navbar .dropdown-item:hover {
    background-color: white;
    color: var(--wst-medium-green);
    opacity: 1; }
  .navbar .dropdown-item.dropdown-item-uncategorized {
    padding-left: 0.875rem; }

.navbar .dropdown-divider {
  width: 92%;
  height: 1px;
  margin: 0.125rem auto 0.125rem auto;
  border: none;
  background-color: var(--light-gray); }

/* end of dropdown menu */
/*****************/
/*  Client Login */
/*****************/
.offcanvas-start#offcanvasClientLogin {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  max-height: 80vh;
  height: 22rem;
  display: none; }
  @media (max-width: 768px) {
    .offcanvas-start#offcanvasClientLogin {
      width: 90vw; } }
  .offcanvas-start#offcanvasClientLogin.show {
    display: flex; }
  .offcanvas-start#offcanvasClientLogin .offcanvas-header {
    padding: 1rem 1rem 0.875rem 1rem; }
    .offcanvas-start#offcanvasClientLogin .offcanvas-header .offcanvas-title {
      color: var(--wst-medium-green); }
  .offcanvas-start#offcanvasClientLogin .offcanvas-body {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }

/*****************/
/*    Header     */
/*****************/
.header {
  position: relative;
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: var(--wst-medium-green);
  text-align: center; }
  @media (min-width: 992px) {
    .header {
      text-align: left; }
      .header .image-container.tilted {
        transform: rotate(1.6deg);
        filter: drop-shadow(0px 30px 20px rgba(0, 0, 0, 0.2)); } }
.header-with-bg-image {
  background-size: cover;
  background-position: 24% 35%; }
  .header-with-bg-image h1,
  .header-with-bg-image p {
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5); }

.header-bg-contain {
  background-size: contain !important; }

.header div[class*="col"] {
  /* selects all elements which have classes starting with col */
  /* needed so that the absolute positioned decoration stays behind */
  position: relative; }

.header .text-container {
  margin-bottom: 4rem; }

.header .h1-large {
  margin-bottom: 1rem;
  color: #ffffff; }

.header .p-large {
  margin-bottom: 2.125rem;
  color: #ffffff; }

.header .btn-solid-lg {
  margin-right: 0.5rem;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: var(--wst-medium-green); }
  @media (max-width: 376px) {
    .header .btn-solid-lg {
      margin-right: 0; } }
.header .btn-solid-lg:hover {
  background-color: transparent;
  color: #ffffff; }

.header .btn-outline-lg {
  border: 1px solid #ffffff;
  color: #ffffff; }
  @media (max-width: 376px) {
    .header .btn-outline-lg {
      margin-top: 0.75rem;
      margin-right: 0; } }
.header .btn-outline-lg:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: var(--wst-medium-green); }

.header .header-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: -1; }

@media (min-width: 1200px) {
  .header .macros .image-container {
    width: 700px; } }

@media (min-width: 1200px) {
  .header .macros .text-container {
    margin-right: 4.5rem; } }

.header .macros .text-container .p-large.mb-4 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-style: italic; }

.header:has(.insurance) {
  position: relative;
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(to left, rgba(5, 72, 0, 0.78) 20%, 70%, rgba(255, 255, 255, 0)), url("/images/insurance-hero-drawing-in-bridge.jpg");
  background-position: 24% 55%;
  background-size: cover;
  text-align: center; }

.header .insurance .text-container {
  text-align: right; }

.insurance-job-functions-wedges {
  width: 56%;
  margin: -0.5rem auto 0;
  display: block;
  transform: translateY(-24px) translateX(12px); }

#cta-insurance .self-study-checkout {
  margin: 0.5rem auto 0;
  display: block; }

#cta-insurance #register {
  scroll-margin-top: var(--default-scroll-margin-top); }
  @media (max-width: 992px) {
    #cta-insurance #register {
      scroll-margin-top: var(--narrower-scroll-margin-top); } }
/********************/
/*    Logo slider   */
/********************/
.slider-logos {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center; }
  @media (max-width: 768px) {
    .slider-logos {
      padding: 0; } }
  .slider-logos .slider-container {
    padding: 1rem; }
    @media (min-width: 768px) {
      .slider-logos .slider-container {
        padding-right: 3.5rem;
        padding-left: 3.5rem; } }
    @media (min-width: 1200px) {
      .slider-logos .slider-container {
        margin-right: 2rem;
        margin-left: 2rem; } }
  .slider-logos .img-fluid {
    filter: grayscale(0.9); }
    @media (max-width: 376px) {
      .slider-logos .img-fluid {
        max-width: 61%; } }
    @media (min-width: 768px) {
      .slider-logos .img-fluid {
        aspect-ratio: 50/15;
        max-height: 64px; } }
/******************************/
/*     Description            */
/******************************/
section#description {
  text-align: center;
  scroll-margin-top: var(--default-scroll-margin-top); }
  @media (max-width: 992px) {
    section#description {
      scroll-margin-top: var(--narrower-scroll-margin-top); } }
  section#description h2.h2-heading {
    color: var(--wst-medium-green); }
  section#description .card {
    margin-bottom: 4rem;
    border: none;
    background-color: transparent;
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box; }
    @media (min-width: 992px) {
      section#description .card {
        margin-bottom: 2rem;
        display: inline-block;
        width: 284px;
        vertical-align: top; } }
    @media (min-width: 1200px) {
      section#description .card {
        width: 320px; }
        section#description .card:nth-of-type(3n+2) {
          margin-right: 4.375rem;
          margin-left: 4.375rem; } }
    section#description .card .card-image img {
      height: 180px;
      margin-right: auto;
      margin-bottom: 1.5rem;
      margin-left: auto; }
    section#description .card .card-body {
      padding: 0; }
      section#description .card .card-body .card-title {
        margin-bottom: 0.5rem; }
      section#description .card .card-body p {
        padding: 0 0.25rem; }
  section#description .rounded-pill {
    font-size: 1rem;
    padding: 8px 16px;
    margin: 6px;
    background-color: var(--near-white);
    color: var(--near-black);
    font-weight: normal; }

section#cta-fvt {
  scroll-margin-top: var(--default-scroll-margin-top); }
  @media (max-width: 991px) {
    section#cta-fvt {
      scroll-margin-top: var(--narrower-scroll-margin-top); } }
section#why-wst {
  background-color: var(--wst-dark-green);
  scroll-margin-top: var(--default-scroll-margin-top);
  padding-top: 3rem; }
  @media (max-width: 991px) {
    section#why-wst {
      scroll-margin-top: var(--narrower-scroll-margin-top); } }
  @media (max-width: 767px) {
    section#why-wst {
      padding-top: 2rem; } }
  section#why-wst h2,
  section#why-wst h3,
  section#why-wst h4,
  section#why-wst p,
  section#why-wst ul,
  section#why-wst div {
    color: white; }
  section#why-wst .changing-message-container {
    display: inline-block; }
  section#why-wst .changing-message-animation {
    height: var(--text-cycler-item-height);
    overflow: hidden;
    margin-left: 1rem; }
    section#why-wst .changing-message-animation div {
      font-size: 1.25rem;
      height: var(--text-cycler-item-height);
      display: flex;
      align-items: start;
      justify-content: center; }
      section#why-wst .changing-message-animation div span {
        padding: 0.5rem; }
      section#why-wst .changing-message-animation div:nth-child(1) > span {
        background-color: black;
        color: var(--near-white); }
      section#why-wst .changing-message-animation div:nth-child(2) > span {
        background-color: var(--wst-darkest-green);
        color: var(--near-white); }
      section#why-wst .changing-message-animation div:nth-child(3) > span {
        background-color: var(--near-black);
        color: var(--near-white); }
      section#why-wst .changing-message-animation div:nth-child(4) > span {
        background-color: var(--wst-medium-green);
        color: var(--near-white); }
    section#why-wst .changing-message-animation div:first-child {
      animation: text-animation 16.5s infinite alternate; }
    section#why-wst .changing-message-animation > div > div {
      padding: 0.25rem 0.75rem;
      height: 2.81rem;
      margin-bottom: 2.81rem;
      display: inline-block; }

@keyframes text-animation {
  0% {
    margin-top: 0; }
  21.25% {
    margin-top: 0; }
  26.25% {
    margin-top: calc(-1 * var(--text-cycler-item-height)); }
  47.5% {
    margin-top: calc(-1 * var(--text-cycler-item-height)); }
  52.5% {
    margin-top: calc(-2 * var(--text-cycler-item-height)); }
  73.75% {
    margin-top: calc(-2 * var(--text-cycler-item-height)); }
  78.75% {
    margin-top: calc(-3 * var(--text-cycler-item-height)); }
  100% {
    margin-top: calc(-3 * var(--text-cycler-item-height)); } }

img.inline-in-row {
  max-height: 14rem; }
  @media (max-width: 991px) {
    img.inline-in-row {
      margin-bottom: 1rem; } }
section#solutions-summary {
  scroll-margin-top: var(--default-scroll-margin-top);
  text-align: center; }
  @media (max-width: 991px) {
    section#solutions-summary {
      scroll-margin-top: var(--narrower-scroll-margin-top); } }
  @media (max-width: 992px) {
    section#solutions-summary .row {
      margin-bottom: 3.5rem; } }
  @media (max-width: 768px) {
    section#solutions-summary .row {
      margin-bottom: 1rem; } }
  section#solutions-summary .showcase-text {
    text-align: left; }
    @media (max-width: 991px) {
      section#solutions-summary .showcase-text {
        text-align: center; } }
  section#solutions-summary .showcase-img {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 18rem; }
    section#solutions-summary .showcase-img img {
      max-height: 20rem;
      padding: 1rem; }
  section#solutions-summary .clickable-badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem; }
    @media (max-width: 991px) {
      section#solutions-summary .clickable-badge-container {
        justify-content: center; } }
    section#solutions-summary .clickable-badge-container .btn-outline-sm {
      text-align: center;
      width: 29ch; }
    section#solutions-summary .clickable-badge-container.flex-justify-right {
      justify-content: right; }

section#methodology .showcase-img,
section#about .showcase-img {
  max-height: 16rem; }

section#methodology img {
  max-height: 16rem;
  aspect-ratio: 1; }
  @media (min-width: 992px) {
    section#methodology img {
      transform: translateY(-3rem); } }
section#about .showcase-img img {
  max-height: 10rem; }

section#about button.accordion-button {
  line-height: 1.618; }
  section#about button.accordion-button .accordion-button-text {
    padding: 0.5rem 0.75rem 0.5rem 0rem; }

section#about .instructors-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1rem; }
  section#about .instructors-buttons button {
    background: var(--near-white);
    padding: 0.5rem;
    transition: all 0.2s ease; }
    section#about .instructors-buttons button:hover {
      opacity: 0.8; }
    section#about .instructors-buttons button img {
      width: 51px;
      height: 77px;
      margin: 0; }

@media (min-width: 991px) {
  section#about .modal-dialog {
    max-width: calc(min(80vw, 960px)); } }

section#about .modal-dialog .modal-body .instructor-profile {
  display: flex;
  flex-wrap: wrap; }
  section#about .modal-dialog .modal-body .instructor-profile .instructor-image-container {
    aspect-ratio: 2/3;
    height: 77px;
    width: auto;
    margin-bottom: 1rem; }
    section#about .modal-dialog .modal-body .instructor-profile .instructor-image-container img {
      aspect-ratio: 2/3; }

section#about .modal-dialog .modal-body h4 {
  text-align: left;
  margin-top: 1.5rem; }

.cta {
  background: linear-gradient(rgba(5, 27, 15, 0.707), rgba(255, 255, 255, 0.34)), url(/images/cta-bg-group.jpg) no-repeat 8% center;
  background-size: cover; }
  .cta[data-active-tab-name="tab-for-group"] {
    background: linear-gradient(rgba(5, 27, 15, 0.707), rgba(255, 255, 255, 0.34)), url(/images/cta-bg-group.jpg) no-repeat 8% center;
    background-size: cover; }
  .cta[data-active-tab-name="tab-for-individual"] {
    background: linear-gradient(rgba(5, 27, 15, 0.707), rgba(255, 255, 255, 0.34)), url(/images/cta-bg-individual.jpg) no-repeat 8% center;
    background-size: cover; }
  .cta .cta-box {
    background: white; }
  .cta .form-floating > .form-control:focus ~ label,
  .cta .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .cta .form-floating > .form-select ~ label {
    opacity: 1; }

.form-check-input {
  position: relative;
  top: 2px; }

.contact-form-result-fail {
  color: var(--error-red); }

ul.checklist {
  list-style-image: url(/images/tick-box-icon-black.svg);
  margin-bottom: 30px;
  text-align: left; }

section#course-sections .showcase-text,
section#training-plus-selected-case-studies .showcase-text {
  padding: 2rem 1.5rem 0;
  text-align: left; }
  @media (max-width: 991px) {
    section#course-sections .showcase-text,
    section#training-plus-selected-case-studies .showcase-text {
      text-align: center; } }
  section#course-sections .showcase-text h4,
  section#training-plus-selected-case-studies .showcase-text h4 {
    color: var(--wst-medium-green); }
  @media (max-width: 768px) {
    section#course-sections .showcase-text h4,
    section#course-sections .showcase-text h2,
    section#training-plus-selected-case-studies .showcase-text h4,
    section#training-plus-selected-case-studies .showcase-text h2 {
      text-align: center; } }
  section#course-sections .showcase-text ul > li,
  section#training-plus-selected-case-studies .showcase-text ul > li {
    font-size: 1.25rem; }

@media (max-width: 991px) {
  section#course-sections .row.g-0:not(:first-of-type),
  section#training-plus-selected-case-studies .row.g-0:not(:first-of-type) {
    margin-top: 6rem; }
  section#course-sections .row.g-0:first-of-type,
  section#training-plus-selected-case-studies .row.g-0:first-of-type {
    margin-top: 2rem; } }

section#course-sections .showcase-img,
section#training-plus-selected-case-studies .showcase-img {
  min-height: 20rem;
  max-height: 24rem; }
  @media (min-width: 1200px) {
    section#course-sections .showcase-img,
    section#training-plus-selected-case-studies .showcase-img {
      max-height: inherit; } }
  @media (max-width: 991px) {
    section#course-sections .showcase-img,
    section#training-plus-selected-case-studies .showcase-img {
      min-height: auto;
      max-height: 18rem; } }
  @media (max-width: 768px) {
    section#course-sections .showcase-img,
    section#training-plus-selected-case-studies .showcase-img {
      min-height: auto;
      max-height: 14rem; } }
  section#course-sections .showcase-img img,
  section#training-plus-selected-case-studies .showcase-img img {
    object-fit: cover;
    aspect-ratio: 1.5; }

.self-study-benefits-graphic {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  margin: 0 auto;
  display: block; }

.course-modules-listing {
  padding: 1.5rem; }
  @media (max-width: 376px) {
    .course-modules-listing {
      padding: 0.25rem; } }
  .course-modules-listing a {
    color: var(--wst-medium-green);
    text-decoration: none; }

.course-modules-listing .button-container,
#tracks .button-container,
#error-404 .button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1rem; }
  @media (max-width: 490px) {
    .course-modules-listing .button-container,
    #tracks .button-container,
    #error-404 .button-container {
      justify-content: center; } }
.course-modules-listing .accordion-button-text {
  line-height: 1.5;
  padding: 0.375rem 0; }

.package-container {
  scroll-margin-top: calc(1 * var(--default-scroll-margin-top)); }
  @media (max-width: 992px) {
    .package-container {
      scroll-margin-top: calc(1 * var(--narrower-scroll-margin-top)); } }
  .package-container .package-tagline-cta-container {
    display: flex;
    align-items: center;
    column-gap: 0.75rem; }
  .package-container .package-name-and-savings-container {
    display: flex;
    align-items: baseline;
    align-content: center;
    justify-content: start;
    flex-direction: row;
    column-gap: 0.75rem; }
  .package-container .package-name {
    color: var(--wst-medium-green);
    display: flex;
    align-content: baseline;
    column-gap: 0.75rem; }
    @media (max-width: 376px) {
      .package-container .package-name {
        font-size: 1.25rem;
        line-height: 1.25; } }
  .package-container .package-price-savings {
    font-size: 1rem;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .package-container .package-price-savings {
        display: none; } }
  .package-container .package-price {
    color: var(--dark-gray);
    font-weight: 600;
    font-size: 1.5rem; }
  .package-container .accordion button.accordion-button {
    font-weight: bold; }
  .package-container .course-name-and-price-container {
    line-height: 1.618;
    padding: 0.5rem 0; }
  .package-container .course-name {
    color: var(--wst-dark-green);
    margin-right: 0.25rem; }
  .package-container .course-price {
    color: var(--medium-gray);
    font-weight: normal; }

#tracks,
#certification {
  scroll-margin-top: var(--default-scroll-margin-top); }
  @media (max-width: 992px) {
    #tracks,
    #certification {
      scroll-margin-top: var(--narrower-scroll-margin-top); } }
  #tracks .btn-outline-sm,
  #certification .btn-outline-sm {
    cursor: pointer; }

.accordion-button {
  padding: 0rem 1rem;
  font-family: "Lato", sans-serif;
  color: var(--dark-gray);
  font-weight: normal; }
  .accordion-button:focus {
    border-color: var(--wst-lighter-green); }
  .accordion-button:not(.collapsed) {
    color: var(--wst-dark-green);
    background-color: var(--wst-lightest-green); }
  .accordion-button.package-summary-button {
    background-color: var(--lighter-gray); }

.accordion-body ul:last-child {
  margin-bottom: 0; }

.accordion-body p,
.accordion-body h6,
.accordion-body ul li {
  font-size: 0.875rem;
  line-height: 1.625; }

.accordion-body p:last-child {
  margin-bottom: 0; }

.cta .item-price {
  margin-left: 0.25rem;
  color: var(--wst-medium-light-green); }

.cta .curriculum-box {
  background: white;
  padding: 1rem; }
  .cta .curriculum-box h4.package-name {
    font-size: 1.25rem; }

.tabs {
  padding-top: 0;
  padding-bottom: 1.5rem; }
  .tabs .section-title {
    text-align: center; }
  .tabs .h2-heading {
    margin-bottom: 0.75rem;
    text-align: center; }
  .tabs .p-heading {
    margin-bottom: 3.125rem;
    text-align: center; }
  .tabs .nav-tabs {
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-left: auto;
    justify-content: center;
    border-bottom: none; }
  .tabs .nav-link {
    /* margin-bottom: 1rem; */
    margin: 0 4px 6px;
    padding: 0.5rem 1rem 0.375rem 1rem;
    border: none;
    /* border-bottom: 2px solid #c9d9ec; */
    outline: 2px solid var(--near-white);
    border-radius: 0;
    color: #76838c;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease; }
    .tabs .nav-link.active, .tabs .nav-link:hover {
      outline: 2px solid var(--wst-medium-green);
      background-color: transparent;
      color: var(--wst-medium-green); }
    .tabs .nav-link .fas {
      margin-right: 0.625rem; }
  .tabs .tab-content {
    padding-right: 0;
    padding-left: 0; }
  .tabs .image-container {
    margin-bottom: 3rem; }
  .tabs h3 {
    margin-bottom: 1.125rem; }
  .tabs .list-unstyled {
    margin-bottom: 1.75rem; }
    .tabs .list-unstyled .fas {
      color: var(--wst-medium-green);
      font-size: 0.375rem;
      line-height: 1.625rem; }
    .tabs .list-unstyled .flex-grow-1 {
      margin-left: 0.5rem; }

#curriculum {
  padding-bottom: 3rem; }

.contact-us-direct {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  text-align: center; }
  .contact-us-direct .contact-icon {
    display: inline-block;
    margin-right: 1.5rem;
    margin-top: 1rem; }
    .contact-us-direct .contact-icon .icon-label {
      display: block; }
  .contact-us-direct .fa-stack {
    width: 2em;
    /* margin-bottom: 0.75rem;
		margin-right: 0.375rem; */
    font-size: 1.5rem; }
    .contact-us-direct .fa-stack .fa-stack-1x {
      color: #fff;
      transition: all 0.2s ease; }
    .contact-us-direct .fa-stack .fa-stack-2x {
      color: var(--wst-dark-green);
      transition: all 0.2s ease; }
    .contact-us-direct .fa-stack:hover .fa-stack-1x {
      /* color: var(--wst-dark-green); */
      color: var(--near-white); }
    .contact-us-direct .fa-stack:hover .fa-stack-2x {
      color: #f3f7fd;
      opacity: 0.618; }
  .contact-us-direct .icon-whatsapp .fa-stack .fa-stack-2x {
    color: var(--whatsapp-green); }
  .contact-us-direct .icon-imessage .fa-stack .fa-stack-2x {
    color: var(--imessage-blue); }
  .contact-us-direct .icon-sms .fa-stack .fa-stack-2x {
    color: var(--sms-green); }
  .contact-us-direct .icon-email .fa-stack .fa-stack-2x {
    color: var(--dark-gray); }

.contact-standalone .icon-container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 2.5rem; }
  @media (max-width: 767px) {
    .contact-standalone .icon-container {
      gap: 2rem; } }
  .contact-standalone .icon-container .contact-icon {
    margin: 0;
    width: 7ch; }

#training-plus-case-studies {
  scroll-margin-top: var(--default-scroll-margin-top); }
  @media (max-width: 992px) {
    #training-plus-case-studies {
      scroll-margin-top: var(--narrower-scroll-margin-top); } }
  #training-plus-case-studies .accordion-body p,
  #training-plus-case-studies .accordion-body h6,
  #training-plus-case-studies .accordion-body ul li {
    font-size: 1rem; }
  #training-plus-case-studies .client-type {
    color: var(--wst-medium-green); }

/******************/
/*     Footer     */
/******************/
.footer {
  padding-top: 6.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--wst-dark-green); }
  .footer a {
    text-decoration: none; }
  .footer .fa-stack {
    width: 2em;
    margin-bottom: 1.25rem;
    margin-right: 0.375rem;
    font-size: 1.375rem; }
    .footer .fa-stack .fa-stack-2x {
      color: #ffffff;
      transition: all 0.2s ease; }
    .footer .fa-stack .fa-stack-1x {
      color: var(--wst-medium-green);
      transition: all 0.2s ease; }
    .footer .fa-stack:hover .fa-stack-2x {
      color: var(--wst-medium-light-green); }
    .footer .fa-stack:hover .fa-stack-1x {
      color: #ffffff; }
  .footer .footer-col {
    margin-bottom: 3rem; }
    @media (min-width: 992px) {
      .footer .footer-col {
        margin-bottom: 2rem; } }
  .footer .footer-contact-icon {
    display: inline; }
  @media (min-width: 992px) {
    .footer .footer-col.first {
      display: inline-block;
      width: 320px;
      margin-right: 1.75rem;
      vertical-align: top; }
    .footer .footer-col.second {
      display: inline-block;
      width: 320px;
      margin-right: 1.75rem;
      vertical-align: top; }
    .footer .footer-col.third {
      display: inline-block;
      width: 224px;
      text-align: left;
      vertical-align: top; } }
.footer h6 {
  margin-bottom: 0.625rem;
  color: #e2e1e8; }

.footer p,
.footer a,
.footer ul {
  color: #e2e1e8; }

.footer .li-space-lg li {
  margin-bottom: 0.375rem; }

.footer .footer-col.third .fa-stack {
  width: 2em;
  margin-bottom: 1.25rem;
  margin-right: 0.375rem;
  font-size: 1.375rem; }

/*********************/
/*     Copyright     */
/*********************/
.copyright {
  padding-bottom: 1rem;
  text-align: center;
  background-color: var(--wst-dark-green); }

.copyright p,
.copyright a {
  color: #e2e1e8;
  text-decoration: none; }

/******************************/
/*     Back To Top Button     */
/******************************/
#btnBackToTop {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: var(--dark-gray);
  cursor: pointer; }
  #btnBackToTop:hover {
    background-color: var(--wst-medium-green); }
  #btnBackToTop img {
    display: block;
    margin: 0 auto;
    width: 18px; }

section#disclaimer .disclaimer {
  border-top: 2px solid #aaa; }

section#disclaimer .small p {
  font-size: 0.875rem;
  line-height: 1.5; }

#terms h5 {
  text-align: left; }

h2#macros {
  scroll-margin-top: var(--default-scroll-margin-top); }
  @media (max-width: 992px) {
    h2#macros {
      scroll-margin-top: var(--narrower-scroll-margin-top); } }
section#macros-features-overview {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 992px) {
    section#macros-features-overview .p-heading {
      width: 40rem;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1200px) {
    section#macros-features-overview .tabs .text-container {
      margin-top: 1.25rem;
      margin-left: 2rem; } }
section#macros-ready {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media (min-width: 1200px) {
    section#macros-ready .text-container {
      margin-top: 1rem;
      margin-left: 3rem; } }
section#macros-video,
section#insurance-video,
section#fvt-video {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }
  section#macros-video .video-wrapper,
  section#insurance-video .video-wrapper,
  section#fvt-video .video-wrapper {
    position: relative; }
    section#macros-video .video-wrapper img,
    section#insurance-video .video-wrapper img,
    section#fvt-video .video-wrapper img {
      display: block;
      margin: 0 auto; }
      @media (min-width: 768px) {
        section#macros-video .video-wrapper img,
        section#insurance-video .video-wrapper img,
        section#fvt-video .video-wrapper img {
          width: 360px;
          min-height: 300px; } }
      section#macros-video .video-wrapper img.youtube-thumbnail,
      section#insurance-video .video-wrapper img.youtube-thumbnail,
      section#fvt-video .video-wrapper img.youtube-thumbnail {
        width: 66%;
        aspect-ratio: 16/9; }
        @media (max-width: 767px) {
          section#macros-video .video-wrapper img.youtube-thumbnail,
          section#insurance-video .video-wrapper img.youtube-thumbnail,
          section#fvt-video .video-wrapper img.youtube-thumbnail {
            width: 100%; } }
    @media (max-width: 767px) {
      section#macros-video .video-wrapper,
      section#insurance-video .video-wrapper,
      section#fvt-video .video-wrapper {
        padding: 0 1.5rem; } }
  section#macros-video .image-container img,
  section#insurance-video .image-container img,
  section#fvt-video .image-container img {
    border-radius: 0.5rem; }
  section#macros-video .video-btn .video-play-button,
  section#insurance-video .video-btn .video-play-button,
  section#fvt-video .video-btn .video-play-button {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 50%;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    height: 2.75rem;
    padding: 1.125rem 1.25rem 1.125rem 1.75rem;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    section#macros-video .video-btn .video-play-button:before,
    section#insurance-video .video-btn .video-play-button:before,
    section#fvt-video .video-btn .video-play-button:before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      display: block;
      width: 4.75rem;
      height: 4.75rem;
      border-radius: 50%;
      background: var(--wst-medium-green);
      animation: pulse-border 1500ms ease-out infinite;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    section#macros-video .video-btn .video-play-button:after,
    section#insurance-video .video-btn .video-play-button:after,
    section#fvt-video .video-btn .video-play-button:after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      display: block;
      width: 4.375rem;
      height: 4.375rem;
      border-radius: 50%;
      background: var(--wst-dark-green);
      transition: all 200ms;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    section#macros-video .video-btn .video-play-button span,
    section#insurance-video .video-btn .video-play-button span,
    section#fvt-video .video-btn .video-play-button span {
      position: relative;
      display: block;
      z-index: 3;
      top: 0.375rem;
      left: 0.25rem;
      width: 0;
      height: 0;
      border-left: 1.625rem solid #ffffff;
      border-top: 1rem solid transparent;
      border-bottom: 1rem solid transparent; }

.video-modal .modal-dialog {
  max-width: 1150px;
  margin-top: 200px;
  pointer-events: all; }
  @media (min-width: 992px) {
    .video-modal .modal-dialog {
      margin-top: 7%;
      margin-right: auto;
      margin-left: auto; } }
  .video-modal .modal-dialog .modal-dialog {
    margin-right: 1rem;
    margin-left: 1rem;
    pointer-events: all; }
  .video-modal .modal-dialog .modal-content {
    background-color: #ffffff; }
  .video-modal .modal-dialog .modal-content .btn-close {
    position: absolute;
    right: 6px;
    top: 10px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat;
    background-size: 16px 16px; }

#bbtn-chart {
  scroll-margin-top: var(--default-scroll-margin-top); }
  @media (max-width: 991px) {
    #bbtn-chart {
      scroll-margin-top: var(--narrower-scroll-margin-top); } }
section#macros-download {
  padding-top: 6rem;
  padding-bottom: 2.25rem; }
  @media (max-width: 768px) {
    section#macros-download {
      padding-top: 3rem;
      padding-bottom: 2.25rem; } }
  section#macros-download .h2-heading {
    margin-bottom: 2.5rem;
    text-align: center; }
  @media (max-width: 768px) {
    section#macros-download .col {
      flex: none; } }
  section#macros-download .card {
    outline: 2px solid var(--wst-lighter-green);
    border: none;
    margin-top: 1rem; }
    section#macros-download .card .card-title,
    section#macros-download .card .card-body,
    section#macros-download .card .list-group {
      text-align: center; }
    section#macros-download .card .card-title {
      margin-bottom: 0.75rem;
      color: var(--wst-medium-green);
      font-weight: 700;
      font-size: 1.125rem;
      line-height: 1.25rem;
      text-transform: uppercase; }
    section#macros-download .card .value {
      font-weight: 700;
      font-size: 3.25rem;
      line-height: 3.5rem; }
    section#macros-download .card .list-group-flush {
      outline: 1px solid rgba(0, 0, 0, 0.125); }

section#technical-details-and-faq {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  scroll-margin-top: calc(2 * var(--default-scroll-margin-top)); }
  @media (max-width: 992px) {
    section#technical-details-and-faq {
      scroll-margin-top: calc(2 * var(--narrower-scroll-margin-top)); } }
#balance-your-model {
  scroll-margin-top: calc(2 * var(--default-scroll-margin-top)); }
  @media (max-width: 992px) {
    #balance-your-model {
      scroll-margin-top: calc(2 * var(--narrower-scroll-margin-top)); } }
  #balance-your-model ol li {
    padding-left: 0.275rem; }
    @media (max-width: 767px) {
      #balance-your-model ol li {
        margin-bottom: 0.275rem; } }
@media (max-width: 991px) {
  #free-trial .showcase-text {
    padding-top: 2rem; } }

#university-training blockquote {
  font-size: 1.125rem; }

#university-training .button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem; }

#university-training .btn-outline-sm {
  padding: 0.5rem 1.5rem;
  line-height: 1.5; }

.transition-graphic-container {
  display: flex;
  justify-content: center; }

.no-symbol-block {
  background-image: url("/images/no-symbol.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  min-height: 4.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 992px) {
    .no-symbol-block {
      margin-bottom: 2rem; } }
  .no-symbol-block p {
    margin: 0;
    font-weight: bold; }

section#training-plus-selected-case-studies .carousel-inner {
  margin: 0 auto;
  width: 86%; }

section#training-plus-selected-case-studies .carousel-control-prev,
section#training-plus-selected-case-studies .carousel-control-next {
  opacity: 1; }

section#training-plus-selected-case-studies .carousel-control-next-icon {
  background-image: url("/images/arrow-right.svg");
  background-size: 60%;
  background-position: 60% 50%;
  background-color: var(--wst-dark-green);
  border-radius: 100%; }

section#training-plus-selected-case-studies .carousel-control-prev-icon {
  background-image: url("/images/arrow-left.svg");
  background-size: 60%;
  background-position: 40% 50%;
  background-color: var(--wst-dark-green);
  border-radius: 100%; }

@media (min-width: 768px) {
  section#training-plus-selected-case-studies .carousel-control-next-icon,
  section#training-plus-selected-case-studies .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem; } }

section#training-plus-selected-case-studies .carousel-indicators button {
  background-color: var(--wst-medium-green); }
  section#training-plus-selected-case-studies .carousel-indicators button:not(.active) {
    background-color: var(--medium-gray); }

section#training-plus-selected-case-studies .card-img-top {
  aspect-ratio: 1.5;
  max-width: 18rem;
  margin: 0 auto; }

section#training-plus-selected-case-studies .card {
  width: 100%;
  min-height: 34rem;
  margin: 0 auto;
  padding: 2rem 1.75rem 4rem 1.75rem;
  border-color: var(--near-black); }
  @media (min-width: 991px) {
    section#training-plus-selected-case-studies .card {
      width: 80%; } }
  section#training-plus-selected-case-studies .card .card-title,
  section#training-plus-selected-case-studies .card h5,
  section#training-plus-selected-case-studies .card p {
    text-align: center; }
  section#training-plus-selected-case-studies .card .card-body {
    padding: 1rem 0; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

section.no-hero {
  padding-top: 6rem;
  padding-bottom: 4rem; }
  @media (max-width: 767px) {
    section.no-hero {
      padding-top: 4.5rem; } }
  section.no-hero h1,
  section.no-hero h2,
  section.no-hero h3,
  section.no-hero h4,
  section.no-hero h5,
  section.no-hero h6 {
    text-align: center; }
  section.no-hero h1 {
    color: var(--wst-medium-green); }
  section.no-hero h2,
  section.no-hero h3,
  section.no-hero h4,
  section.no-hero h5,
  section.no-hero h6 {
    color: var(--wst-dark-green); }
