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

html {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

address {
  font-style: normal;
  line-height: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

img,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
}
legend + * {
  clear: left;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button,
::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

[hidden] {
  display: none !important;
}

cite {
  font-style: normal;
}

html {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.5;
  color: #1d1e20;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code,
kbd,
samp,
pre,
var {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  padding: 0.15rem 0.3rem;
  background: #f9f9f9;
  border-radius: 0.25rem;
}

var {
  font-style: italic;
}
code var, pre var {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

pre {
  padding: 0.25rem 0.5rem;
}

[class^=heading-],
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
address,
dl,
blockquote,
pre,
figure,
table {
  margin: 0 0 1rem 0;
}
[class^=heading-]:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
address:last-child,
dl:last-child,
blockquote:last-child,
pre:last-child,
figure:last-child,
table:last-child {
  margin-bottom: 0;
}

[class^=heading-],
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 600;
  color: #1d1e20;
  margin-top: 3rem;
  text-wrap: pretty;
}
[class^=heading-]:first-child, .text-eyebrow + [class^=heading-], .text-eyebrow-small + [class^=heading-],
h1:first-child,
.text-eyebrow + h1,
.text-eyebrow-small + h1,
h2:first-child,
.text-eyebrow + h2,
.text-eyebrow-small + h2,
h3:first-child,
.text-eyebrow + h3,
.text-eyebrow-small + h3,
h4:first-child,
.text-eyebrow + h4,
.text-eyebrow-small + h4,
h5:first-child,
.text-eyebrow + h5,
.text-eyebrow-small + h5,
h6:first-child,
.text-eyebrow + h6,
.text-eyebrow-small + h6 {
  margin-top: 0;
}

h3,
h4 {
  font-weight: 700;
}

h5,
h6 {
  margin-top: 2rem;
  letter-spacing: 0;
}

figure {
  font-size: 1rem;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
figure:first-child {
  margin-top: 0;
}
figure + section {
  margin-top: -2rem;
}
figure table {
  margin: 0;
}

figcaption {
  color: #1d1e20;
  font-weight: 400;
  font-size: 0.875rem;
}

blockquote {
  border-left: 3px solid #0066ff;
  padding-left: 1rem;
  margin-left: 1rem;
}
blockquote.blockquote-lg {
  margin: 2rem 0;
}
blockquote.blockquote-lg p {
  margin-bottom: 2rem;
}

section, .section {
  padding-top: 3rem;
}
section:first-child, .section:first-child {
  padding-top: 0;
}

hr {
  margin: 1rem 0;
  height: 0;
  border: none;
  border-top: 1px solid #d0d9df;
}
hr.hr-extra-margin {
  margin: 3rem 0;
}

ol,
ul {
  padding-left: 2rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}

.list-spaced li:not(:first-child) {
  margin-top: 1rem;
}

dt,
b,
strong,
.strong {
  font-weight: 600;
}

dd {
  margin: 0 0 0.5rem;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0066ff;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #0066ff;
  text-decoration: underline;
}

/*.heading-xxl {
    font-size: $font-display-size-xxl;
}

.heading-xl {
    font-size: $font-display-size-xl;
}*/
.heading-lg, h1 {
  font-size: 2.25rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .heading-lg, h1 {
    font-size: 3rem;
  }
}

.heading-md {
  font-size: 1.875rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .heading-md {
    font-size: 2.25rem;
  }
}

.heading-sm, h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .heading-sm, h2 {
    font-size: 1.875rem;
  }
}

.heading-xs, h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .heading-xs, h3 {
    font-size: 1.5rem;
  }
}

.text-xl, h4 {
  font-size: 1.25rem;
}

/*.text-lg, h5 {
    font-size: $font-size-lg;
}*/
.text-md, h6 {
  font-size: 1rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-dark {
  color: #1d1e20;
}

.text-muted {
  color: #767677;
}

.text-yellow {
  color: #ffd723;
}

.text-semibold {
  font-weight: 600;
}

.text-error {
  color: #e00001;
}

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

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

.text-lead {
  font-size: 1.25rem;
  color: #1d1e20;
}

.text-nowrap {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .text-nowrap-desktop {
    white-space: nowrap;
  }
}

a, button, .btn, input[type=submit], input[type=button] {
  transition-property: color, background, opacity, border-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}

.btn {
  display: inline-block;
  border-radius: 100px;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  border-width: 2px;
  border-style: solid;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}
.btn:focus-visible {
  outline-offset: 0;
  border-radius: 100px;
}
.btn.btn-block {
  display: block;
}
.btn.disabled, .btn[disabled], .btn[aria-disabled=true] {
  opacity: 0.5;
}

.btn-block {
  display: block;
}

.btn {
  /*&.btn-xs {
      font-size: $font-size-sm;
      padding: 0.5rem 0.875rem;
  }

  &.btn-sm {
      font-size: $font-size-sm;
      padding: 0.625rem 1rem;
  }*/
  /*&.btn-md {
      font-size: $font-size-md;//default
      padding: 0.625rem 1.125rem;//default
  }*/
  /*&.btn-lg {
      //font-size: $font-size-md;//default
      padding: 0.75rem 1.25rem;
  }

  &.btn-lg {
      font-size: $font-size-lg;
      padding: 1rem 1.75rem;
  }*/
}

.btn.btn-yellow {
  background: #ffd723;
  border-color: #ffd723;
  color: #1d1e20 !important;
}
.btn.btn-yellow:hover, .btn.btn-yellow:active, .btn.btn-yellow.active {
  background: #efc400;
  border-color: #efc400;
}
.btn.btn-outline-yellow {
  background: transparent;
  border-color: #ffd723;
  color: #FFFFFF;
  text-decoration: none;
}
.btn.btn-outline-yellow:hover, .btn.btn-outline-yellow:active, .btn.btn-outline-yellow.active {
  background: #efc400;
  border-color: #efc400;
  color: #1d1e20;
}

.btns {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 576px) {
  .btns {
    flex-direction: row;
  }
}

:focus {
  outline: 3px solid #0066ff;
}
:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 3px solid #0066ff;
  outline-offset: 3px;
  border-radius: 0.25rem;
}

legend {
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
}

label {
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  transition-property: color, background, outline-color, border-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  color: #1d1e20;
  outline-color: transparent;
  accent-color: #0066ff;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline-offset: 0;
}

textarea {
  min-height: 4rem;
}

form {
  margin: 0 0 2rem 0;
}
form:last-child {
  margin-bottom: 0;
}

.form-horizontal {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.form-horizontal .form-group {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .form-horizontal {
    flex-direction: row;
    align-items: start;
  }
  .form-horizontal .btn {
    flex: 0 1 auto;
  }
}

.form-description {
  font-size: 0.875rem;
  color: #767677;
  margin-top: 0.325rem;
}

.input-group {
  display: flex;
  position: relative;
  color: #767677;
  flex-direction: row;
  gap: 1rem;
}

.input-icon-left {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
}
.input-icon-left ~ .form-control {
  padding-left: 2.75rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 1.125rem;
  background-color: #FFFFFF;
  border: 1px solid #d0d9df;
  border-radius: 0.25rem;
  appearance: none;
}
.form-control:focus {
  background-color: #FFFFFF;
  border-color: #ffd723;
  outline: none;
}
.form-control::placeholder {
  color: #767677;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f9f9f9;
  color: #767677;
  opacity: 1;
}
.form-control:hover {
  border-color: #ffd723;
}
.form-group-invalid .form-control:invalid {
  border-color: #e00001;
}

.form-label,
.form-radio {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 0.375rem;
}

.form-radio {
  display: flex;
  gap: 0.25rem;
}

.form-validation-error,
.form-submit-error {
  color: #e00001;
  font-size: 0.75rem;
  display: none;
  margin: 0.25rem 0 0;
}

.form-submitting .form-submit {
  opacity: 0.8;
  pointer-events: none;
}

.form-group-invalid .form-validation-error,
.form-error .form-submit-error {
  display: block;
}

.form-success-message {
  display: none;
}
.form-success .form-success-message {
  display: block;
}
.form-success-message h2 {
  margin-top: 2rem;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-success .form-fields {
  display: none !important;
}

.form-row, .form-row-md {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 576px) {
  .form-row {
    flex-direction: row;
  }
  .form-row .form-group {
    flex: 1 1 auto;
  }
}

@media (min-width: 768px) {
  .form-row-md {
    flex-direction: row;
  }
  .form-row-md .form-group {
    flex: 1 1 auto;
  }
}

.svg-icon {
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  /*top: -0.1em;

  &.no-shift {
      top: 0;
  }*/
}
.svg-icon.icon-menu {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.svg-icon.icon-menu path {
  transition: all ease-in-out 300ms;
}
.open .svg-icon.icon-menu path:first-child {
  transform-origin: 50% 25% !important;
  transform: translate(0, 25%) rotate(45deg);
}
.open .svg-icon.icon-menu path:nth-child(2) {
  opacity: 0;
  transform-origin: 12.5% 50%;
  transform: rotateY(90deg);
}
.open .svg-icon.icon-menu path:last-child {
  transform-origin: 50% 75% !important;
  transform: translate(0, -25%) rotate(-45deg);
}
.svg-icon.icon-loading {
  fill: currentColor;
  stroke: none;
}
.svg-icon.icon-loading circle {
  animation: icon-loading 2s linear 0s infinite;
}
.svg-icon.icon-loading circle:nth-child(2) {
  animation-delay: 0.25s;
}
.svg-icon.icon-loading circle:last-child {
  animation-delay: 0.5s;
}

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

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.background-grey {
  background: #f9f9f9;
}

.background-charcoal {
  background: #36373c;
  color: #FFFFFF;
}
.background-charcoal h1, .background-charcoal h2, .background-charcoal h3, .background-charcoal h4, .background-charcoal h5 {
  color: inherit;
}

.background-gradient-grey {
  background: #fff linear-gradient(to bottom, #FFFFFF, #f1f4f6);
}

.hidden {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}

.rounded {
  border-radius: 0.25rem;
}

.max-width-none {
  max-width: none !important;
}

.user-account-visible,
.user-lead-visible {
  display: none;
}

.user-account .user-account-visible,
.user-lead .user-lead-visible {
  display: initial;
}

.user-account .user-account-hidden,
.user-lead .user-lead-hidden {
  display: none;
}

.hide-alt-text {
  text-indent: -9999px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  html {
    scroll-padding-top: 4.375rem;
  }
}

body {
  overflow-x: hidden;
  letter-spacing: -0.01em;
}

.container, [class^=container-] {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 576px) {
  .container, [class^=container-] {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, [class^=container-] {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, [class^=container-] {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, [class^=container-] {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container, [class^=container-] {
    max-width: 1140px;
  }
}

@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}

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

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

.skip-to-content {
  display: block;
  background: #ffd723;
  color: #1d1e20 !important;
  text-decoration: none !important;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
  border-radius: 0.25rem;
  position: fixed;
  top: 1rem;
  left: 50%;
  width: 20rem;
  margin-left: -10rem;
  z-index: 120;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.skip-to-content:focus-visible {
  outline: none !important;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: stretch;
  position: relative;
}
@media (min-width: 992px) {
  .page:not(.page-landing) {
    padding-top: 4.375rem;
  }
}

.header-banner-group {
  flex: 0 0 auto;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  .header-banner-group {
    position: fixed !important;
  }
}

.header {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  background: #36373c;
  color: #d0d9df;
  transition: all ease-in-out 0.3s;
}
.header .container {
  display: flex;
  flex-direction: row;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  height: 4.375rem;
}
@media (max-width: 1199.98px) {
  .header .container {
    max-width: none !important;
  }
}
.header-scrolled .header, .header.header-scrolled, .header.header-nav-open {
  background: #36373c !important;
  border-bottom-width: 0 !important;
}

@media (max-width: 1023.98px) {
  .header-nav-container {
    display: none;
    position: absolute;
    top: 4.375rem;
    left: 0;
    right: 0;
    padding: 0 0 1.5rem 0;
    background: #36373c;
  }
  .header-nav-open .header-nav-container {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-nav-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex: 1 0 auto;
  }
}

.header-trigger {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2rem;
}

.header-logo {
  padding: 0.5rem;
  margin: 0 0 0 -0.5rem;
}

.header-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
  justify-content: start;
}
@media (min-width: 1024px) {
  .header-nav {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.header-nav .icon-arrow-down {
  display: none;
  flex: 0 0 auto;
  transition: transform ease-in-out 150ms;
  position: relative;
  top: 0;
  margin: 0 0 0 0.125rem;
  color: inherit;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .header-nav .icon-arrow-down {
    display: inline-block;
  }
}
.header-nav .header-nav-dropdown-open .icon-arrow-down {
  transform: rotateX(180deg);
}

@media (min-width: 576px) {
  .header-nav-right {
    flex-direction: row;
    justify-content: stretch;
    gap: 1rem;
    margin: 0.5rem 1rem 0;
  }
}
@media (min-width: 1024px) {
  .header-nav-right {
    margin: 0;
  }
}

.header-nav-item {
  position: relative;
}
.header-nav-item a {
  text-decoration: none;
  color: #FFFFFF;
  padding: 0.5rem;
}
@media (max-width: 1023.98px) {
  .header-nav-item a {
    display: block;
    padding: 0.5rem 1rem;
  }
}
.header-nav-item a:hover, .header-nav-item a:focus, .header-nav-item a:active {
  color: #d0d9df;
}
@media (max-width: 1023.98px) {
  .header-nav-item + .header-nav-item {
    padding-top: 0.25rem;
    margin-top: 0.25rem;
    border-top: 1px solid #4d4f56;
  }
}

.header-nav-btn {
  margin: 0.5rem 1rem 0;
}
.header-nav-btn a {
  display: block;
}
.header-nav-btn button {
  width: 100%;
}
@media (min-width: 576px) {
  .header-nav-btn {
    flex-grow: 1;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .header-nav-btn {
    margin: 0;
    flex-grow: 0;
  }
  .header-nav-btn a {
    display: inline-block;
  }
}

.header-nav-toggle {
  display: block;
  padding: 0.25rem;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  color: inherit;
}
.header-nav-toggle:hover, .header-nav-toggle:focus, .header-nav-toggle:active {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .header-nav-toggle {
    display: none;
  }
}
.header-nav-toggle .icon-menu {
  display: block;
  font-size: 1.5rem;
}
.header-nav-toggle .icon-menu path {
  transition: all ease-in-out 0.3s;
}
.header-nav-open .header-nav-toggle .icon-menu path:first-child {
  transform-origin: 50% 25% !important;
  transform: translate(0, 25%) rotate(45deg);
}
.header-nav-open .header-nav-toggle .icon-menu path:nth-child(2) {
  opacity: 0;
  transform-origin: 12.5% 50%;
  transform: rotateY(90deg);
}
.header-nav-open .header-nav-toggle .icon-menu path:last-child {
  transform-origin: 50% 75% !important;
  transform: translate(0, -25%) rotate(-45deg);
}

.header-nav-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .header-nav-desktop {
    display: initial;
  }
}

.header-nav-dropdown {
  display: none;
  align-items: stretch;
  color: #1d1e20;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-26%, 0, 0);
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  min-width: 200px;
}
.header-nav-dropdown .header-nav-dropdown-inner {
  padding: 1rem 1rem 1rem 2rem;
  background: #fff;
  border-radius: 0.25rem;
  position: relative;
  margin: 1rem 0 0;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.header-nav-dropdown .header-nav-dropdown-inner:after {
  display: block;
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 26%;
  width: 1rem;
  height: 1rem;
  margin-left: -0.5rem;
  background: #fff;
  transform: rotate(45deg);
  z-index: 1;
}
.header-nav-dropdown ul {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: space-between;
  list-style-type: none;
}
.header-nav-dropdown li {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.header-nav-dropdown li:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.header-nav-dropdown li:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media (min-width: 1024px) {
  .header-nav-dropdown-open .header-nav-dropdown {
    display: flex;
    animation: dropdown-appear linear 150ms;
  }
}
.header-nav-dropdown a {
  display: block;
  white-space: nowrap;
  padding: 1rem;
  color: #1d1e20;
}
.header-nav-dropdown a:hover, .header-nav-dropdown a:focus, .header-nav-dropdown a:active {
  color: #000000;
  background: #f1f4f6;
}

#header-nav-courses {
  width: 800px;
}
@media (min-width: 1200px) {
  #header-nav-courses {
    width: 1000px;
  }
}
#header-nav-courses ul {
  flex-direction: row;
  gap: 0;
  align-items: stretch;
}
#header-nav-courses li {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#header-nav-courses li:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
#header-nav-courses li:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
#header-nav-courses a {
  height: 100%;
  white-space: normal;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#header-nav-courses strong, #header-nav-courses span {
  display: block;
}
#header-nav-courses span {
  font-size: 0.875rem;
}
#header-nav-courses span:last-child {
  color: #0066ff;
  font-weight: 600;
}

.banner {
  background: #ffd723;
  color: #1d1e20;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
  transition: margin linear 0.3s;
}
.banner p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5rem;
  height: 1.5rem;
}
.banner a {
  color: inherit;
}
.header-scrolled .banner {
  margin-top: -2.5rem;
}
.banner strong {
  font-weight: 700;
}
.banner.xmas {
  background: #2667e7;
}
.organization-user .banner.xmas {
  display: none;
}

.main {
  flex: 1 0 auto;
}

.footer {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  background: #36373c;
  color: #d0d9df;
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .footer {
    font-size: 0.875rem;
  }
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover, .footer a:focus, .footer a:active {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer .svg-icon {
  display: block;
}

.footer-top {
  display: none;
  flex: 0 0 auto;
  padding: 3rem 0;
  border-bottom: 1px solid #4d4f56;
}
@media (min-width: 768px) {
  .footer-top {
    display: block;
  }
}
.footer-top .container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: stretch;
  align-items: start;
}

.footer-column {
  flex: 1 1 auto;
  width: 25%;
}
.footer-column p {
  color: #ffd723;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #4d4f56;
}
.footer-column ul {
  list-style: none;
  padding: 0.375rem 0;
  margin: 0;
}
.footer-column li {
  padding: 0.125rem 0;
}

.footer-column-split {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 0.125rem;
}

.footer-socials {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}
.footer-socials a {
  display: block;
  padding: 0.375rem;
  border-width: 1px;
  border-style: solid;
  color: inherit;
  border-radius: 100px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .footer-socials a:last-child {
    display: none;
  }
}

.footer-bottom {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}
.footer-bottom p {
  font-weight: 600;
  font-size: 0.75rem;
  margin: 0;
}
.footer-bottom a {
  display: block;
  padding: 0.5rem;
  color: #ffd723;
  background: transparent;
  border-radius: 100px;
}
.footer-bottom a .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.footer-bottom a:hover, .footer-bottom a:focus, .footer-bottom a:active {
  background: #4d4f56;
  color: #ffd723;
}

.cookie-notice-container {
  padding: 1rem;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 130;
}

.cookie-notice {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: end;
}

.cookie-notice-inner {
  background: #36373c;
  color: #FFFFFF;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .cookie-notice-inner {
    padding: 2rem;
  }
}

.cookie-notice-text {
  max-width: 15rem;
}

.cookie-notice-btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .cookie-notice-btns {
    flex-direction: row;
  }
}

.accordion {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.accordion-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.accordion-item + .accordion-item {
  border-top: 1px solid #d0d9df;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

.accordion-item-heading {
  font-size: 1.25rem;
  margin: 0;
  letter-spacing: 0;
}
.accordion-item-heading a {
  display: block;
  padding: 0.5rem 3rem 0.5rem 0;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  color: inherit;
}
.accordion-item-heading a:hover, .accordion-item-heading a:focus, .accordion-item-heading a:active {
  color: #000000;
}
.accordion-item-heading .svg-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0;
  transition: all ease-in-out 0.3s;
}
.accordion-item-expanded .accordion-item-heading .svg-icon {
  transform: rotateX(180deg);
}

.accordion-item-content {
  padding: 0 0 1rem 1rem;
  display: none;
}
@media (min-width: 768px) {
  .accordion-item-content {
    padding: 0 0 1rem 2rem;
  }
}
.accordion-item-expanded .accordion-item-content {
  display: block;
  animation: fade-in 0.8s;
}
.accordion-item-content p {
  max-width: 800px;
}

.nav-tabs {
  list-style-type: none;
  padding-left: 0;
}
.nav-tabs:not(.custom-button-tabs) {
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.nav-tabs:not(.custom-button-tabs) > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs:not(.custom-button-tabs) > li > a {
  float: left;
  margin-right: 2px;
  line-height: 1.42857143;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs:not(.custom-button-tabs) > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs:not(.custom-button-tabs) > li.active > a,
.nav-tabs:not(.custom-button-tabs) > li.active > a:hover,
.nav-tabs:not(.custom-button-tabs) > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.custom-button-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.custom-button-tabs > li > a {
  color: #767677;
  border-color: #d0d9df;
}
.custom-button-tabs > li > a:hover {
  background: #f1f4f6;
}
.custom-button-tabs > li.active > a {
  background: #ffd723;
  border-color: #ffd723;
  color: #1d1e20;
}
.custom-button-tabs > li.active > a:hover {
  background: #efc400;
  border-color: #efc400;
}

.tab-content {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.active {
  display: block;
}
.tab-content > .active {
  display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-show {
  display: flex;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  max-width: 650px;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2), 0 0.375rem 1.25rem 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: fade-in-from-top;
  -webkit-animation-duration: 0.4s;
  animation-name: fade-in-from-top;
  animation-duration: 0.4s;
}

.modal-header {
  padding: 1.5rem;
  text-align: center;
}

.modal-title {
  font-weight: 400;
}

.modal-body {
  padding: 1.5rem 3rem 3rem 3rem;
}

.modal-footer {
  padding: 1.25rem;
  text-align: center;
  border-top: 1px solid #d0d9df;
}
.modal-footer .btn {
  min-width: 120px;
}

.modal-close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  color: #000000;
  float: right;
  font-size: 1rem;
  font-weight: bold;
  background-color: #FFFFFF;
  border: none;
}
.modal-close-button:hover, .modal-close-button:focus, .modal-close-button:active {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.sign-up-options-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sign-up-options-container .signup-option {
  color: #000000;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  text-align: left;
  padding: 2rem 1.5rem;
  background-color: #f9f9f9;
  border-radius: 0.5rem;
  border: 1px solid #d0d9df;
  cursor: pointer;
}
.sign-up-options-container .signup-option:hover, .sign-up-options-container .signup-option:active, .sign-up-options-container .signup-option:focus {
  border-color: #ffd723;
  background-color: #faf2d4;
}

.signup-option-image-container img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  border-radius: 50%;
  overflow: hidden;
}

.signup-option-title {
  font-weight: 600;
  margin-bottom: 0.313rem;
}

@-webkit-keyframes fade-in-from-top {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes fade-in-from-top {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
table {
  border-spacing: 0;
  border-radius: 0.5rem;
  border: 1px solid #d0d9df;
}

th, td {
  padding: 1rem;
}

th {
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #767677;
  border-bottom: 1px solid #d0d9df;
}

.page-landing .header {
  position: absolute;
  background: transparent;
  border-bottom: 1px solid rgba(150, 150, 150, 0.4);
}

.landing-hero {
  background: #000000;
  color: #FFFFFF;
  padding: 5.375rem 0 1rem;
  position: relative;
}

.landing-hero-background {
  position: relative;
  z-index: 1;
  margin-top: -4.375rem;
}
@media (min-width: 768px) {
  .landing-hero-background {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .landing-hero-background picture, .landing-hero-background img {
    display: block;
    height: auto;
    width: 100%;
  }
}

.landing-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  max-width: 42rem;
  margin: auto;
  position: relative;
  z-index: 10;
}
.landing-hero-text h1, .landing-hero-text h2, .landing-hero-text .heading-md {
  font-weight: 700;
  line-height: 1;
}
.landing-hero-text h1, .landing-hero-text h2, .landing-hero-text p {
  color: inherit;
  margin: 0;
  text-wrap: pretty;
}
.landing-hero-text .text-lead {
  font-size: 1.25rem;
}
.landing-hero-text p a {
  color: inherit;
  text-decoration: underline;
}
.landing-hero-text p a:hover, .landing-hero-text p a:focus, .landing-hero-text p a:active {
  color: #ffd723;
}

.landing-hero-text-left {
  align-items: start;
  margin-left: 0;
}
.landing-hero-text-left .btn {
  margin: auto;
}
@media (min-width: 768px) {
  .landing-hero-text-left {
    max-width: 24rem;
    text-align: left;
  }
  .landing-hero-text-left .btn {
    margin: 0;
  }
}

.landing-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.landing-section.background-grey {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.landing-logos {
  text-align: center;
}
.landing-logos p {
  margin-bottom: 2rem;
}
.landing-logos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 1rem 2rem;
}
@media (min-width: 768px) {
  .landing-logos ul {
    gap: 2rem 3rem;
  }
}
@media (min-width: 1200px) {
  .landing-logos ul {
    gap: 3rem 4rem;
  }
}
.landing-logos li {
  flex: 0 0 auto;
}

.landing-logos-dummy {
  display: block;
  width: 160px;
  height: 40px;
  background: #d0d9df;
  border-radius: 0.25rem;
}

.landing-item {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}
@media (min-width: 992px) {
  .landing-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem 2rem;
    text-align: left;
  }
}
.landing-item > h1, .landing-item > h2, .landing-item > h3, .landing-item > h4 {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 992px) {
  .landing-item > h1, .landing-item > h2, .landing-item > h3, .landing-item > h4 {
    align-self: end;
    margin: 0;
  }
}

.landing-item-image,
.landing-item-text {
  flex: 0 1 50%;
}

.landing-item-text p {
  text-wrap: pretty;
}

.landing-item-image {
  width: 100%;
  margin: 0 auto;
  max-width: 60vw;
}
@media (min-width: 992px) {
  .landing-item-image {
    max-width: 100%;
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .landing-item-right .landing-item-image {
    grid-column: 1;
  }
}
.landing-item-image > picture, .landing-item-image > img {
  display: block;
  margin: auto;
}
@media (max-width: 767.98px) {
  .landing-item-image.award-combined-image {
    max-width: 80vw;
  }
}

.landing-item-image-bottom {
  margin-top: 1rem;
  margin-bottom: -3rem;
  align-self: end;
}
.landing-item-image-bottom .landing-item-image-dummy {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.landing-item-image-dummy {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 0.25rem;
  background: #d0d9df;
}
.landing-item-contact-image .landing-item-image-dummy {
  width: 220px;
  aspect-ratio: 1;
  border: 4px solid #FFFFFF;
  border-radius: 1000px;
  position: relative;
}

.landing-item-contact-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.landing-item-contact-image img {
  width: 260px;
  aspect-ratio: 1;
  border: 4px solid #FFFFFF;
  border-radius: 1000px;
  margin: 0;
}
.landing-item-contact-image picture {
  position: relative;
  z-index: 2;
  margin: 0;
}
.landing-item-contact-image picture:last-child:not(:first-child) {
  margin-left: -50px;
  z-index: 1;
}

.landing-item-video {
  display: flex;
  position: relative;
  max-width: 100%;
  aspect-ratio: 1.2658823529;
  margin-left: 8.7%;
}
@media (min-width: 992px) {
  .landing-item-video {
    margin-left: 0;
  }
}
.landing-item-video .landing-item-video-inner {
  position: absolute;
  top: 4.7058823529%;
  right: 11.7100371747%;
  bottom: 15.2941176471%;
  left: 3.717472119%;
  background: #ececec;
}
.landing-item-video video {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
}
.landing-item-video picture, .landing-item-video img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .landing-item-slider {
    grid-template-columns: 50% 1fr;
  }
}

.landing-awards {
  text-align: center;
  padding-bottom: 0;
}
.landing-awards p {
  max-width: 470px;
  margin: 0 auto;
  padding: 0 1rem;
}
.landing-awards ul {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  list-style: none;
  padding: 3rem 0;
  margin: 0;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .landing-awards ul {
    padding: 6rem 0;
  }
}
.landing-awards li {
  flex: 0 0 auto;
}
.landing-awards li, .landing-awards img {
  width: 80px;
}
@media (min-width: 768px) {
  .landing-awards li, .landing-awards img {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .landing-awards li, .landing-awards img {
    width: 200px;
  }
}

.landing-awards-dummy {
  display: block;
  width: 170px;
  height: 220px;
  border-radius: 0.25rem;
  background: #d0d9df;
}

.landing-solutions {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.landing-solutions .heading-sm {
  max-width: 470px;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .landing-solutions .heading-sm {
    margin-bottom: 3rem;
  }
}

.landing-solutions-list {
  display: flex;
  flex-direction: row;
  gap: 2rem 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.landing-solutions-list div {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
}
.landing-solutions-list h3 {
  font-size: 16px;
  order: 2;
  margin: 0 0 0.5rem;
}
.landing-solutions-list p {
  order: 3;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 400px) {
  .landing-solutions-list .landing-solution {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .landing-solutions-list .landing-solution {
    width: 20%;
  }
}
.landing-solutions-list .landing-solution img {
  aspect-ratio: 1;
}
.landing-solutions-list .landing-solution-card {
  width: 14rem;
  flex-grow: 0;
  padding: 1rem;
  font-size: 0.75rem;
  text-align: left;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.landing-solutions-list .landing-solution-card p {
  font-weight: 600;
}
.landing-solutions-list .landing-solution-card p:last-child {
  font-weight: 400;
}
.landing-solutions-list .landing-solution-card picture, .landing-solutions-list .landing-solution-card video {
  display: block;
  margin: -1rem -1rem 1rem;
  background: #d0d9df;
}
.landing-solutions-list .landing-solution-card img {
  display: block;
}
.landing-solutions-list.landing-solutions-dark .landing-solution-card picture, .landing-solutions-list.landing-solutions-dark .landing-solution-card video {
  background: #36373c;
  width: 250px;
  height: 249px;
}
.landing-solutions-list + .landing-item {
  margin-top: 4rem;
}
.landing-solutions-list .landing-solution-small.space-between {
  gap: 2rem;
}
@media (min-width: 768px) {
  .landing-solutions-list .landing-solution-small {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .landing-solutions-list .landing-solution-small {
    width: auto;
  }
}

.landing-solutions-list-scroll .landing-solutions-list {
  padding: 2rem 1rem;
}
@media (max-width: 991.98px) {
  .landing-solutions-list-scroll .landing-solutions-list {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .landing-solutions-list-scroll .landing-solutions-list::-webkit-scrollbar {
    display: none;
  }
  .landing-solutions-list-scroll .landing-solutions-list .landing-solution-card {
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .landing-solutions-list-scroll .landing-solutions-list {
    width: 960px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .landing-solutions-list-scroll .landing-solutions-list {
    width: 1140px;
  }
}
@media (min-width: 1600px) {
  .landing-solutions-list-scroll .landing-solutions-list {
    width: 1140px;
  }
}

.landing-solutions-dummy {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 0.25rem;
  background: #d0d9df;
  margin: 0 auto 1.5rem;
  order: 1;
}
.background-grey .landing-solutions-dummy {
  background: #FFFFFF;
}

.landing-testimonial {
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
  padding-bottom: 6rem;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .landing-testimonial {
    flex-direction: row;
    gap: 4rem;
  }
}
.landing-testimonial h2 {
  max-width: 400px;
}

.landing-testimonial-portrait {
  order: 1;
  width: 150px;
  border-radius: 1000px;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .landing-testimonial-portrait {
    order: 3;
    width: 300px;
  }
}

.landing-testimonial-body {
  margin: 0;
  order: 2;
}
.landing-testimonial-body blockquote {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  flex: 0 0 auto;
}
.landing-testimonial-body figcaption {
  margin-top: 2rem;
  font-size: 16px;
}
.landing-testimonial-body figcaption strong {
  display: block;
}
.landing-testimonial-body figcaption img {
  display: block;
  margin-top: 2rem;
}
.landing-testimonial-body figcaption .landing-testimonial-dummy {
  display: block;
  width: 160px;
  height: 60px;
  border-radius: 0.25rem;
  background: #d0d9df;
  margin-top: 1rem;
}

.landing-cta {
  background: #010101;
  background-size: auto 100%;
  color: #FFFFFF;
  padding: 2rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .landing-cta {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .landing-cta {
    padding: 6rem 0;
  }
}
.landing-cta .container {
  position: relative;
  z-index: 3;
}
.landing-cta h2 {
  color: inherit;
}
.landing-cta ul, .landing-cta p {
  margin-bottom: 1.5rem;
}
.landing-cta ul {
  list-style: none;
}

.landing-cta-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.landing-cta-background picture, .landing-cta-background img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 6;
  object-fit: cover;
}
@media (min-width: 768px) {
  .landing-cta-background picture, .landing-cta-background img {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .landing-cta-background:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 7;
  }
}
.landing-cta-background.landing-cta-background-right picture, .landing-cta-background.landing-cta-background-right img {
  margin-right: 0;
}
@media (min-width: 768px) {
  .landing-cta-background.landing-cta-background-right picture, .landing-cta-background.landing-cta-background-right img {
    margin-right: 0;
  }
}

.landing-cta-checks {
  padding: 0 6rem 0 0;
}
.landing-cta-checks .icon-check {
  color: #ffd723;
  margin-top: 0.375rem;
}
.landing-cta-checks li {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
}

.landing-cta-logos {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  max-width: 470px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .landing-cta-logos {
    flex-wrap: wrap;
    max-width: 200px;
  }
  .landing-cta-logos li {
    max-width: 40%;
  }
}

.landing-cta-description {
  max-width: 300px;
}

.landing-features-frame {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}

.landing-features-list {
  padding-left: 0;
}
.landing-features-list > li {
  margin-bottom: 1rem;
  list-style: none;
  font-size: 16px;
  border-radius: 0.25rem;
  background-color: #4d4f56;
  color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 3rem;
  text-align: center;
  min-height: 13rem;
}
.landing-features-list .landing-feature-bottom-image {
  padding-bottom: 0px;
  justify-content: space-between;
}
.landing-features-list strong {
  color: #fff;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .landing-features-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
  }
  .landing-features-list .landing-feature-wide {
    grid-column: span 4/auto;
  }
  .landing-features-list .landing-feature-long {
    grid-row: span 2/auto;
  }
  .landing-features-list .landing-feature-mid {
    grid-column: span 3/auto;
  }
  .landing-features-list .landing-feature-horizontal {
    flex-direction: row;
  }
  .landing-features-list img {
    margin: auto;
  }
  .landing-features-list > li {
    margin: 0;
    grid-column: span 2/auto;
    justify-content: space-between;
  }
}

.landing-stars {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.landing-features {
  text-align: center;
  padding-top: 5rem;
}
.landing-features h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .landing-features h2 {
    max-width: 12rem;
    margin: auto;
  }
}
.landing-features .landing-features-description {
  max-width: 24rem;
  margin: 1.5rem auto;
}
.landing-features .btn {
  color: #1d1e20;
}
.landing-features .landing-solutions-list {
  padding: 4rem 1rem;
}
@media (min-width: 992px) {
  .landing-features .landing-solutions-list {
    width: 742px;
  }
}
.landing-features .landing-solutions-list .landing-solution-card p {
  font-weight: 400;
  padding: 0 0.5rem;
}
.landing-features .landing-solutions-list .landing-solution-card h3 {
  text-align: center;
  padding: 0 1rem 0.5rem;
}

.landing-reviews {
  padding-top: 3rem !important;
}
@media (max-width: 767.98px) {
  .landing-reviews {
    padding-bottom: 3rem !important;
  }
}
.landing-reviews .landing-item {
  justify-content: center;
}
.landing-reviews .landing-stars .icon-star-filled {
  color: #EB5733;
  width: 1.5em;
  height: 1.5em;
}

.landing-feedback {
  padding-top: 4rem !important;
  text-align: center;
}
@media (max-width: 767.98px) {
  .landing-feedback {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.landing-feedback h2 {
  max-width: 25rem;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .landing-feedback h2 {
    padding: 0 3rem;
  }
}
@media (max-width: 767.98px) {
  .landing-feedback .landing-feedback-logo {
    padding: 0px 3.5rem;
    display: block;
  }
}
.landing-feedback .strong {
  font-weight: 700;
}
.landing-feedback .landing-feedback-items {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .landing-feedback .landing-feedback-items {
    flex-direction: column;
    align-items: center;
  }
}
.landing-feedback .landing-feedback-items .landing-feedback-item {
  padding: 2rem 2rem;
  text-align: left;
  flex: 1;
  background-color: #f1f4f6;
  max-width: 27rem;
}
.landing-feedback .landing-feedback-items .landing-feedback-item:nth-of-type(2) h3 {
  max-width: 15rem;
}
.landing-feedback .landing-feedback-items .landing-feedback-item h3 {
  margin: 2rem 0 1.5rem 0;
}
.landing-feedback .landing-feedback-items .landing-feedback-item h5 {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.landing-feedback .landing-feedback-items .landing-feedback-item .landing-feedback-author {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin-top: 2rem;
}
.landing-feedback .landing-feedback-items .landing-feedback-item .landing-feedback-author .landing-feedback-author-img {
  margin-right: 1rem;
  width: 70px;
}
.landing-feedback .landing-feedback-items .landing-feedback-item .landing-feedback-author .landing-feedback-author-img img {
  border-radius: 50%;
}
.landing-feedback .landing-feedback-items .landing-feedback-item .landing-feedback-author .landing-feedback-author-text {
  max-width: 17rem;
}
.landing-feedback .landing-feedback-items .landing-feedback-item .landing-feedback-author .landing-feedback-author-text span {
  font-weight: 700;
}

.landing-slide-container {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.landing-slide-container:hover .landing-slide {
  animation-play-state: paused;
}
.landing-slide-container .landing-slide {
  animation: 35s slide infinite linear;
  display: flex;
  gap: 1rem;
}

.carousel-section {
  padding-top: 2rem;
}
@media (max-width: 767.98px) {
  .carousel-section {
    padding-bottom: 0;
  }
}

.carousel-section-title {
  max-width: 40rem;
  text-align: center;
  margin: auto;
  margin-bottom: 3rem;
}

.carousel-list {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}

.carousel-item-slide {
  display: flex;
  gap: 1rem;
}

.page-home .header {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-bottom-width: 0;
}

.home-hero {
  padding: 4.375rem 0 0;
  background: #000;
}
.home-hero .landing-hero-text {
  padding: 2rem 0 65%;
}
@media (min-width: 480px) {
  .home-hero .landing-hero-text {
    padding-bottom: 45%;
  }
}
@media (min-width: 576px) {
  .home-hero .landing-hero-text {
    padding-bottom: 100%;
  }
}
.home-hero .landing-hero-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-hero picture, .home-hero img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 6;
  object-fit: cover;
}
@media (min-width: 768px) {
  .home-hero {
    background: linear-gradient(100deg, #000 40%, #dfbc60 60%);
  }
  .home-hero .landing-hero-text {
    min-height: 32rem;
    padding: 0;
  }
  .home-hero picture, .home-hero img {
    width: auto;
  }
}

.error-space-background {
  background: #181724 linear-gradient(45deg, #2f2c4f, #181724);
  position: relative;
  color: #fff;
}
.error-space-background:before, .error-space-background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.error-space-background:before {
  background: transparent url("/images/error/background-stars.svg") 0 0 repeat;
  background-size: 520px auto;
  animation: error-background-move-right 60s linear infinite;
}
.error-space-background:after {
  background: transparent url("/images/error/background-shooting-stars.svg") 50% 50% no-repeat;
  background-size: contain;
}

@keyframes error-background-move-right {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 520px;
  }
}
.page-error {
  min-height: 100vh;
  position: relative;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-error h1, .page-error h2 {
  color: inherit;
}

.error-content {
  max-width: 600px;
  padding: 1rem;
  margin: auto;
  position: relative;
  z-index: 2;
}

.error-spaceman {
  max-width: 300px;
  height: auto;
}

.error-spaceman-door {
  max-width: 350px;
  height: auto;
}

.page-terms .main {
  padding: 3rem 1rem;
  max-width: 700px;
  margin: 0 auto;
}
.page-terms .main .list-expanded > li {
  margin-top: 1rem;
}
.page-terms .main .list-expanded > li li {
  margin-top: 0.5rem;
}

.builder-hero {
  padding: 4.375rem 0 0;
  display: flex;
  flex-direction: column;
}
.builder-hero .landing-hero-text {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .builder-hero .landing-hero-text {
    padding: 6rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .builder-hero {
    background: #36373c radial-gradient(circle at top, #444 0%, #000000 100%);
  }
  .builder-hero .landing-hero-background {
    order: 2;
  }
  .builder-hero picture, .builder-hero img {
    display: block;
  }
  .builder-hero img {
    margin: 0 auto;
  }
}

.courses-business-hero {
  background: #f9f9f9;
  color: #1d1e20;
}
.courses-business-hero .landing-hero-text {
  max-width: 38rem;
  min-height: 20rem;
}
.courses-business-hero .text-lead {
  max-width: 25rem;
}
.courses-business-hero .btn {
  color: #1d1e20;
}

.expert {
  width: 250px;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.expert picture {
  width: 250px;
}

.expert-small {
  width: 150px;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.expert-small p, .expert-small ul {
  display: none;
}
.expert-small .expert-infos {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .expert-small {
    width: 250px;
  }
  .expert-small p, .expert-small ul {
    display: block;
  }
  .expert-small .expert-infos {
    margin-left: 1.3rem;
    margin-bottom: 2rem;
  }
}

.expert-infos {
  position: absolute;
  bottom: 1px;
  color: #FFFFFF;
  margin-left: 1.3rem;
  margin-bottom: 2rem;
}
.expert-infos h4 {
  color: #FFFFFF;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.expert-infos p {
  opacity: 0.8;
}
.expert-infos .tags {
  padding: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 600;
}
.expert-infos .tags li {
  display: inline-block;
  border: 0.5px solid;
  border-radius: 5px;
  padding: 0.2rem 0.5rem;
  margin-right: 5px;
}

.landing-three-columns {
  display: flex;
  margin: auto;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  padding-top: 5rem;
}
.landing-three-columns .landing-text {
  max-width: 23rem;
}
@media (max-width: 991.98px) {
  .landing-three-columns .landing-text {
    max-width: 17.1rem;
  }
}
.landing-three-columns .floating-course-mobile-img {
  display: none;
}
@media (max-width: 991.98px) {
  .landing-three-columns .floating-course-mobile-img {
    display: block;
    margin: 2rem auto;
  }
}
.landing-three-columns .landing-column-img img {
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .landing-three-columns .landing-column-img {
    display: none;
  }
}

.landing-courses-explore {
  text-align: center;
  padding-bottom: 7rem;
}
.landing-courses-explore .btn {
  color: #1d1e20;
}
.landing-courses-explore .landing-courses-card-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem 0.5rem;
  padding: 0 0 3rem 0;
  justify-content: center;
  max-width: 850px;
}
.landing-courses-explore .landing-courses-card-container a:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .landing-courses-explore .landing-courses-card-container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 340px;
  }
}
.landing-courses-explore .landing-courses-card-container .landing-course-card {
  background: gray;
  text-align: center;
  padding: 1rem 0.5rem;
  border-radius: 0.3rem;
  color: #FFFFFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.landing-courses-explore .landing-courses-card-container .landing-course-card:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
  transform: scale(1.035);
}
.landing-courses-explore .landing-courses-card-container .landing-course-card h5 {
  color: #FFFFFF;
  margin: 4px 0;
}
.landing-courses-explore .landing-courses-card-container .landing-course-card img {
  height: 60px;
  width: auto;
  margin-bottom: 0.5rem;
}
.landing-courses-explore .landing-courses-card-container .landing-course-card.dark-green-gradient {
  background: linear-gradient(155.87deg, #3C7558 0%, #61A86C 102.25%);
}
.landing-courses-explore .landing-courses-card-container .landing-course-card.orchid-gradient {
  background: linear-gradient(155.87deg, #D46ADB 0%, #EFB1CF 102.25%);
}
.landing-courses-explore .landing-courses-card-container .landing-course-card.pearl-pink-gradient {
  background: linear-gradient(120deg, #FB4E76 0%, #FC6587 33%, #FC7593 66%, #FFC0CC 99%);
}
.landing-courses-explore .landing-courses-card-container .landing-course-card.pastel-green-gradient {
  background: linear-gradient(155.87deg, #79D375 0%, #79D375 59.11%, #B5DD72 102.25%);
}
.landing-courses-explore .landing-courses-card-container .landing-course-card.orange-gradient {
  background: linear-gradient(155.87deg, #ED8F60 0%, #F0AA55 102.25%);
}
.landing-courses-explore .landing-courses-card-container .landing-course-card.orchid-orange-gradient {
  background: linear-gradient(155.87deg, #E664C8 0%, #F2C37A 102.25%);
}
.landing-courses-explore .landing-courses-card-container .landing-course-card.maya-blue-gradient {
  background: linear-gradient(155.87deg, #7BC5F2 0%, #7BC5F2 53.26%, #E5F2A0 99.06%);
}
.landing-courses-explore .landing-courses-card-container .landing-course-card.pink-orange-gradient {
  background: linear-gradient(155.87deg, #E7475D 0%, #ED8A49 102.25%);
}
.landing-courses-explore .landing-courses-card-container .landing-course-card.blue-gradient {
  background: linear-gradient(155.87deg, #457AEA 0%, #6680ED 59.11%, #A58CF4 102.25%);
}
.landing-courses-explore .landing-courses-card-container .landing-course-card.purple-gradient {
  background: linear-gradient(155.87deg, #D85DF1 0%, #8243F4 102.25%);
}
@media (max-width: 767.98px) {
  .landing-courses-explore {
    padding-bottom: 3rem;
  }
}

.courses-individuals-hero {
  padding: 4.375rem 0 0;
  display: flex;
  flex-direction: column;
  background-color: #36373c;
}
.courses-individuals-hero .landing-hero-background {
  position: relative;
  height: 275px;
}
.courses-individuals-hero .landing-hero-background:before {
  content: "";
  position: absolute;
  background-image: url(/images/landing/courses-individuals/illustration-courses-individuals-banner-repeat.jpg);
  background-position-x: center;
  background-size: 1200px;
  transform: translateX(-50%);
  top: -100px;
  left: 50%;
  height: 380px;
  width: 100vw;
}
@supports (background-image: url(/images/landing/courses-individuals/illustration-courses-individuals-banner-repeat.webp)) {
  .courses-individuals-hero .landing-hero-background:before {
    background-image: url(/images/landing/courses-individuals/illustration-courses-individuals-banner-repeat.webp);
    background-position-x: center;
    background-size: 1200px;
  }
}
@media (min-width: 768px) {
  .courses-individuals-hero .landing-hero-background {
    height: 175px;
  }
  .courses-individuals-hero .landing-hero-background:before {
    top: -205px;
  }
}
.courses-individuals-hero .landing-hero-text {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .courses-individuals-hero .landing-hero-text {
    padding: 6rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .courses-individuals-hero picture, .courses-individuals-hero img {
    display: block;
  }
  .courses-individuals-hero img {
    margin: 0 auto;
  }
}

.landing-item-instructors {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  grid-row: 1/span 2;
  grid-column: 1;
}

.landing-section-cards {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.landing-section-cards .heading-sm {
  max-width: 470px;
  margin: 0 auto 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-section-cards .heading-sm {
    margin-bottom: 3rem;
  }
}

.landing-card-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .landing-card-list {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}

.landing-card-column {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.landing-card {
  max-width: 18rem;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #d0d9df;
}
.landing-card.landing-card-wider {
  text-align: start;
}
@media (min-width: 992px) {
  .landing-card.landing-card-wider {
    max-width: 28rem;
  }
}
.landing-card.landing-card-wider .landing-card-image-cover img {
  width: 100%;
}
.landing-card .landing-card-image-cover {
  display: block;
  margin: -1rem -1rem 1rem;
  background: #d0d9df;
}
.landing-card .landing-card-image-cover img {
  display: block;
  width: auto;
}
.landing-card .landing-card-content {
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: space-between;
}

.landing-card-testimonial-body blockquote {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  flex: 0 0 auto;
}
.landing-card-testimonial-body figcaption {
  margin-top: 2rem;
  font-size: 16px;
}

.landing-testimonial-author {
  display: flex;
  flex-direction: row;
  align-items: start;
  align-items: center;
}
.landing-testimonial-author .landing-testimonial-author-img {
  margin-right: 1rem;
  width: 70px;
}
.landing-testimonial-author .landing-testimonial-author-img img {
  max-width: 3.5rem;
  border-radius: 50%;
}
.landing-testimonial-author .landing-testimonial-author-text {
  max-width: 17rem;
}
.landing-testimonial-author .landing-testimonial-author-text span {
  font-weight: 700;
}

.genie-hero {
  padding: 4.375rem 0 0;
}
.genie-hero .landing-hero-text {
  padding: 2rem 0;
}
.genie-hero picture, .genie-hero img {
  display: block;
  height: auto;
  width: 100%;
}
.genie-hero .landing-hero-background {
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .genie-hero {
    background-image: url("/images/landing/genie/star-set-2.svg"), url("/images/landing/genie/star-set-1.svg");
    background-repeat: no-repeat;
    background-position: center left, bottom right;
  }
  .genie-hero .landing-hero-text {
    min-height: 32rem;
    padding: 0;
  }
  .genie-hero .landing-hero-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-top: 0;
  }
  .genie-hero picture {
    display: block;
  }
  .genie-hero img {
    display: block;
    position: relative;
    z-index: 6;
    max-height: 24rem;
    height: 100%;
    width: auto;
    max-width: none;
  }
}

.landing-hero-lms {
  display: flex;
  flex-direction: column;
  background-color: #161616;
  padding: 4.375rem 0 0;
}
.landing-hero-lms .landing-hero-text {
  padding: 2rem 0;
}
.landing-hero-lms .landing-hero-background {
  order: 2;
}
.landing-hero-lms picture, .landing-hero-lms img {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .landing-hero-lms {
    background: #36373c linear-gradient(45deg, #000000, #666);
  }
  .landing-hero-lms .landing-hero-text {
    min-height: 30rem;
    padding: 0;
  }
  .landing-hero-lms .landing-hero-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .landing-hero-lms picture {
    display: block;
  }
  .landing-hero-lms img {
    display: block;
    position: relative;
    z-index: 6;
    max-height: 24rem;
    height: 100%;
    width: auto;
    max-width: none;
  }
}

.landing-hero-lms-features {
  background: #36373c linear-gradient(45deg, #000000, #666);
}
.landing-hero-lms-features .landing-hero-background {
  padding-top: 5rem;
}
@media (min-width: 1200px) {
  .landing-hero-lms-features .landing-hero-background {
    left: 45%;
  }
}

.lms-feature-accordion-item-heading a {
  font-weight: 600;
}

.lms-feature-heading {
  margin: 0;
  font-weight: 600;
}

.lms-feature-column-text {
  width: 2rem;
}

.lms-feature-icon {
  font-size: 2rem;
}

.lms-feature-column-text {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .lms-feature-column-text {
    max-width: 700px;
  }
}

.lms-feature-item-content {
  padding: 0 0 1rem 0;
}

.lms-feature-list {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  list-style: none;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  justify-content: space-between;
}
.lms-feature-list li {
  display: flex;
  padding: 0;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .lms-feature-list li {
    width: 45%;
  }
}

.landing-hero-template-gallery {
  display: flex;
  flex-direction: column;
  padding: 4.375rem 0 0;
  background: #36373c linear-gradient(to bottom, #444 0%, #000000 75%, #FFFFFF 0%);
}
.landing-hero-template-gallery .landing-hero-background {
  order: 2;
  width: 75%;
  margin: 0 auto;
}
.landing-hero-template-gallery .landing-hero-text {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .landing-hero-template-gallery .landing-hero-text {
    padding: 6rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .landing-hero-template-gallery picture, .landing-hero-template-gallery img {
    display: block;
  }
  .landing-hero-template-gallery img {
    margin: 0 auto;
  }
}

.course-card {
  width: 350px;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0 -2.6rem;
}
.course-card picture {
  width: 350px;
}

.about-us-hero {
  color: #1d1e20;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.about-us-hero .landing-hero-text {
  max-width: 38rem;
  min-height: 20rem;
  gap: 2.5rem;
}

.about-us-hero-gallery {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 2rem 0;
  overflow: hidden;
}
.about-us-hero-gallery :nth-child(even) {
  padding-top: 3rem;
}
.about-us-hero-gallery picture, .about-us-hero-gallery img {
  border-radius: 0.25rem;
  min-width: 100px;
}
@media (min-width: 768px) {
  .about-us-hero-gallery picture, .about-us-hero-gallery img {
    min-width: 200px;
  }
}

.landing-feature-cards {
  background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 50%, #fff 51%, #fff 100%);
}

.landing-feature-cards-list {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .landing-feature-cards-list {
    flex-direction: row;
  }
}

.landing-feature-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 270px;
  color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  padding: 2rem 2rem 0 2rem;
  height: 400px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.landing-feature-card h1, .landing-feature-card h2, .landing-feature-card h3, .landing-feature-card h4, .landing-feature-card h5 {
  color: inherit;
}

.landing-feature-card-brown-card {
  background-color: #2E2617;
}
@media (min-width: 768px) {
  .landing-feature-card-brown-card {
    margin-top: 3rem;
  }
}

.landing-feature-card-yellow-card {
  background-color: #DBB543;
}
@media (min-width: 768px) {
  .landing-feature-card-yellow-card {
    margin-bottom: 3rem;
  }
}

.landing-feature-card-grey-card {
  background-color: #36373c;
}
@media (min-width: 768px) {
  .landing-feature-card-grey-card {
    margin-top: 3rem;
  }
}

.landing-stats {
  position: relative;
  text-align: center;
  background-color: #1D1E20;
  color: #FFFFFF;
  padding-top: 6rem;
  padding-bottom: 0;
}
.landing-stats h2 {
  color: inherit;
}

.landing-stats-footer {
  margin-top: 6rem;
}
.landing-stats-footer img {
  width: 100%;
}

.landing-stats-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 3rem 0;
  justify-content: space-around;
}

.landing-stats-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 250px;
}
@media (min-width: 768px) {
  .landing-stats-item {
    justify-content: start;
  }
}

.landing-stats-divider {
  display: none;
  width: 1px;
  margin: 20px 0;
  background: linear-gradient(#1d1e20, white, #1d1e20);
}
@media (min-width: 1200px) {
  .landing-stats-divider {
    display: block;
  }
}

.landing-stats-title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 5rem;
  color: #ffd723;
  font-weight: bold;
  background: linear-gradient(to top, #FFBB0C, #FFFD66);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.landing-stats-tooltip {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.landing-stats-tooltip:hover .landing-stats-tooltip-text, .landing-stats-tooltip:focus .landing-stats-tooltip-text {
  display: block;
}

.landing-stats-tooltip-text {
  display: none;
  font-size: 0.875rem;
  background-color: #36373c;
  color: #f9f9f9;
  font-weight: 400;
  width: 120px;
  padding: 0.5rem;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.landing-stats-tooltip-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #36373c transparent transparent transparent;
}
.landing-stats-tooltip-text:hover, .landing-stats-tooltip-text:focus {
  display: block;
}

.landing-team {
  display: flex;
}

.members-list {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.member {
  width: 225px;
  position: relative;
  float: left;
  border-radius: 0.5rem;
  overflow: hidden;
}
.member picture {
  width: 225px;
}
.member .hover-image {
  position: absolute;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
}
.member:hover .hover-image, .member:focus .hover-image {
  opacity: 1;
}

.member-infos {
  position: absolute;
  bottom: 1px;
  color: #FFFFFF;
  margin-left: 1.3rem;
  margin-bottom: 2rem;
  text-align: start;
}
.member-infos h4 {
  color: #FFFFFF;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.member-infos p {
  opacity: 0.8;
}

.landing-values {
  text-align: center;
}
.landing-values .heading-sm {
  padding-top: 3rem;
}

.landing-values-list {
  display: flex;
  flex-direction: row;
  gap: 2rem 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.landing-values-list div {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
}
.landing-values-list h3 {
  font-size: 16px;
  order: 2;
  margin: 0 0 0.5rem;
  width: 100%;
}
.landing-values-list p {
  order: 3;
  margin-left: auto;
  margin-right: auto;
}

.landing-value-card {
  width: 16rem;
  max-width: 16rem;
  flex-grow: 0;
  padding: 2rem;
  text-align: left;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.landing-value-card p {
  font-weight: 600;
}
.landing-value-card p:last-child {
  font-weight: 400;
}
.landing-value-card picture, .landing-value-card video {
  display: block;
  margin: -2rem -2rem 1rem;
  background: #d0d9df;
}
.landing-value-card img {
  display: block;
}

.landing-group-retreat {
  text-align: center;
}

.landing-group-images {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  align-items: center;
  gap: 1rem;
}

.landing-group-images-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.landing-team {
  text-align: center;
}
.landing-team .nav-tabs {
  margin: 3rem 0;
}

.landing-map {
  text-align: center;
}
.landing-map picture {
  display: block;
  margin-top: 3rem;
}

.landing-map-countries-mobile {
  display: flex;
  justify-content: center;
  text-align: start;
}
@media (min-width: 768px) {
  .landing-map-countries-mobile {
    display: none;
  }
}

.landing-map-countries-desktop {
  display: none;
}
@media (min-width: 768px) {
  .landing-map-countries-desktop {
    display: block;
  }
}

.landing-hero-lxp {
  display: flex;
  flex-direction: column;
  background: #CE8A01;
  padding: 4.375rem 0 0;
}
.landing-hero-lxp .landing-hero-text {
  padding: 2rem 0;
}
.landing-hero-lxp .landing-hero-background {
  order: 2;
}
.landing-hero-lxp picture, .landing-hero-lxp img {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .landing-hero-lxp {
    background: #36373c linear-gradient(90deg, #000000, #CE8A01);
  }
  .landing-hero-lxp .landing-hero-text {
    min-height: 30rem;
    padding: 0;
  }
  .landing-hero-lxp .landing-hero-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .landing-hero-lxp picture {
    display: block;
  }
  .landing-hero-lxp img {
    display: block;
    position: relative;
    z-index: 6;
    max-height: 26rem;
    height: 100%;
    width: auto;
    max-width: none;
  }
}

.landing-lxp-vs-lms {
  text-align: center;
}

.landing-community {
  padding-top: 3rem;
  text-align: center;
}
.landing-community p {
  margin-bottom: 2rem;
}

.landing-iteam-features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
.landing-iteam-features-list li {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.landing-circle-wrapper {
  position: relative;
  width: 100%;
  margin: 2rem auto;
  aspect-ratio: 2/5;
}
@media (min-width: 768px) {
  .landing-circle-wrapper {
    aspect-ratio: 5/2;
  }
}

.landing-circles,
.landing-circle-text,
.landing-circle-features {
  display: grid;
  grid-template-rows: 2fr 3fr 2fr 3fr 2fr;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .landing-circles,
  .landing-circle-text,
  .landing-circle-features {
    grid-template-rows: 1fr;
    grid-template-columns: 2fr 3fr 2fr 3fr 2fr;
  }
}

.landing-circle-title {
  grid-row: 3/4;
  grid-column: 1;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.landing-circle-title:first-child {
  grid-row: 2/3;
  grid-column: 1;
  color: #FFFFFF;
}
.landing-circle-title:last-child {
  grid-row: 4/5;
  grid-column: 1;
}
@media (min-width: 768px) {
  .landing-circle-title {
    grid-column: 3/4;
    grid-row: 1;
  }
  .landing-circle-title:first-child {
    grid-column: 2/3;
    grid-row: 1;
    color: #FFFFFF;
  }
  .landing-circle-title:last-child {
    grid-column: 4/5;
    grid-row: 1;
  }
}

img.landing-circle-title {
  width: 40%;
}
@media (min-width: 768px) {
  img.landing-circle-title {
    width: 80%;
  }
}

.landing-circle-features {
  justify-items: stretch;
}

.landing-circle-features > div:first-child {
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .landing-circle-features > div:first-child {
    grid-row: 1;
    grid-column: 1/3;
  }
}

.landing-circle-features > div:last-child {
  grid-row: 4/5;
}
@media (min-width: 768px) {
  .landing-circle-features > div:last-child {
    grid-row: 1;
    grid-column: 4/6;
  }
}

.landing-circle-features-column {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
  justify-items: stretch;
  align-items: start;
}
.landing-circle-features-column:last-child {
  align-items: end;
}
.landing-circle-features-column :first-child,
.landing-circle-features-column :last-child {
  align-self: center;
}

.landing-circle {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.landing-circle-lms {
  background-color: #5e5f64;
  justify-content: start;
  grid-column: 1;
  grid-row: 2/4;
}
@media (min-width: 768px) {
  .landing-circle-lms {
    grid-column: 2/4;
    grid-row: 1;
  }
}

.landing-circle-lxp {
  justify-content: end;
  grid-row: 3/5;
  grid-column: 1;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .landing-circle-lxp {
    grid-column: 3/5;
    grid-row: 1;
  }
}
.landing-circle-lxp:before, .landing-circle-lxp:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 50%;
}
.landing-circle-lxp:before {
  background-color: #93949a;
  mix-blend-mode: multiply;
}
.landing-circle-lxp:after {
  right: 60%;
}

.landing-circle-feature {
  display: none;
  position: relative;
  background: #f9f9f9;
  border: 1px #d0d9df solid;
  width: 200px;
  border-radius: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .landing-circle-feature {
    display: block;
  }
}

.landing-circle-feature-right:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #f9f9f9;
}

.landing-circle-feature-left:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #f9f9f9 transparent transparent;
}

.landing-hero-excel-challenges {
  display: flex;
  flex-direction: column;
  background: #1a7154;
  padding: 4.375rem 0 0;
}
.landing-hero-excel-challenges .landing-hero-text {
  padding: 2rem 0;
}
.landing-hero-excel-challenges .landing-hero-background {
  order: 2;
}
.landing-hero-excel-challenges img {
  display: block;
  height: auto;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .landing-hero-excel-challenges {
    background: linear-gradient(120deg, #1a7154 0%, #44aa65 50%, #44aa65 100%);
  }
  .landing-hero-excel-challenges .landing-hero-text {
    min-height: 30rem;
    padding: 0;
  }
  .landing-hero-excel-challenges .landing-hero-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .landing-hero-excel-challenges img {
    display: block;
    position: relative;
    z-index: 6;
    max-height: 26rem;
    height: 90%;
    width: auto;
    max-width: none;
  }
}

.landing-section-challenges-description {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.landing-section-top-resources-cta {
  margin-top: 3rem;
  text-align: center;
}

.landing-excel-challenge-details {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.landing-excel-challenge-details div {
  display: flex;
  align-items: center;
  gap: 1rem;
}