@charset "UTF-8";
*,
::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;
}

@keyframes dropdown-appear {
  from {
    opacity: 0;
    transform: translate3d(-50%, 1rem, 0) scale3d(0.9, 0.9, 1);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-1.25rem);
  }
  75% {
    transform: translateY(1.25rem);
  }
}
@keyframes fade-in-up {
  from {
    transform: translateY(3rem);
    opacity: 0.01;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  from {
    transform: translateY(-3rem);
    opacity: 0.01;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  from {
    transform: translateX(-3rem);
    opacity: 0.01;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    transform: translateX(3rem);
    opacity: 0.01;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes carousel-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes loading-background-shimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.animation-float {
  animation: float 12s infinite ease-in-out alternate;
}

.animation-loading {
  animation: loading-background-shimmer 2s linear infinite both;
  background: #F5F6F6 linear-gradient(to right, #F5F6F6 20%, #F9FAFA 40%, #F5F6F6 50%);
  background-size: 1000px 100%;
}

html, math {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

html {
  color: #565F66;
  font-size: 16px;
  line-height: 1.5;
}

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

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 {
  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 {
  margin-bottom: 0;
}

[class^=heading-],
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 600;
  color: #303B44;
  letter-spacing: -0.02em;
  margin-top: 3rem;
}
[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: #565F66;
  font-weight: 400;
  font-size: 0.875rem;
}

blockquote {
  border-left: 3px solid #4da3ff;
  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 #ECEDEE;
}
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: inherit;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #007BFF;
}

.link-blue {
  color: #007BFF;
  text-decoration: none;
}
.link-blue:hover, .link-blue:active, .link-blue:focus {
  color: #3395ff;
  text-decoration: underline;
}

.heading-xxl {
  font-size: 4.5rem;
}

.heading-xl {
  font-size: 3.75rem;
}

.heading-lg, h1 {
  font-size: 3rem;
}

.heading-md {
  font-size: 2.25rem;
}

.heading-sm, h2 {
  font-size: 1.875rem;
}

.heading-xs, h3 {
  font-size: 1.5rem;
}

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

.text-lg, h5 {
  font-size: 1.125rem;
}

.text-md, h6 {
  font-size: 1rem;
}

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

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

.text-dark {
  color: #303B44;
}

.text-muted {
  color: #7B8288;
}

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

.text-error {
  color: #DC3545;
}

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

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

.text-indent {
  text-indent: 0.75rem;
}
@media (min-width: 768px) {
  .text-indent {
    text-indent: 1rem;
  }
}
@media (min-width: 1200px) {
  .text-indent {
    text-indent: 1.5rem;
  }
}

.text-eyebrow {
  color: #007BFF;
  margin: 0 0 0.5rem;
  font-weight: 600;
}

.text-eyebrow-small {
  color: #EE4D21;
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.text-lead {
  font-size: 1.25rem;
  color: #303B44;
}

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

.citation {
  padding: 1rem;
  border: 1px solid #ECEDEE;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .citation {
    padding: 2rem;
    border-radius: 1rem;
  }
}
.citation a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
.citation a:hover, .citation a:focus, .citation a:active {
  color: #007BFF;
}

.quote-image {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1.5rem 0;
  align-items: start;
}
.quote-image picture {
  display: block;
}

.quote-list q:before, .quote-list q:after {
  content: "";
  display: none;
}
.quote-list li {
  margin: 0 0 1.25rem;
}
.quote-list + .cta-demo-inline {
  margin-top: 4rem;
}

.quote-author {
  display: block;
  font-weight: 600;
}

.copy-btn {
  border: none;
  background: none;
  color: #80bdff;
}
.copy-btn:hover, .copy-btn:focus, .copy-btn:active {
  color: #007BFF;
}
.copy-btn.copy-btn-copied {
  color: #20C997;
}
.copy-btn.copy-btn-error {
  color: #DC3545;
}
.copy-btn:hover .copy-btn-text, .copy-btn:focus .copy-btn-text, .copy-btn:active .copy-btn-text, .copy-btn.copy-btn-copied .copy-btn-text, .copy-btn.copy-btn-error .copy-btn-text {
  opacity: 1;
}

.copy-btn-text {
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
  font-size: 0.875rem;
  font-weight: 600;
}
[data-copy-url] .copy-btn-text {
  opacity: 1;
}

photo-credit {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #565F66;
}

.table-title {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.process-list, .process-list-single {
  border: 1px solid #D9DBDD;
  border-radius: 8px;
  font-size: 1rem;
  padding: 1rem;
  list-style: none;
}
@media (min-width: 768px) {
  .process-list, .process-list-single {
    padding-right: 4rem;
  }
}
.process-list li, .process-list-single li {
  position: relative;
  padding-left: 4.5rem;
  min-height: 3rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.process-list li + li, .process-list-single li + li {
  margin-top: 2rem;
}
.process-list li:after, .process-list-single li:after {
  content: "";
  display: block;
  width: 1px;
  background: #007BFF;
  position: absolute;
  top: 3.4rem;
  bottom: -1.6rem;
  left: 1.5rem;
}
.process-list li:last-child:after, .process-list-single li:last-child:after {
  display: none;
}

.process-list-number {
  display: block;
  border: 1px solid #007BFF;
  width: 3rem;
  height: 3rem;
  border-radius: 100px;
  color: #007BFF;
  line-height: 3rem;
  text-align: center;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}

.badge {
  display: inline-block;
  font-weight: 600;
  padding: 0.125rem 0.625rem;
  border-radius: 6px;
  background: #e6f2ff;
  color: #007BFF;
  margin: 0 0.5rem;
  font-size: 0.875rem;
  transition-property: color, background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  text-decoration: none;
}

a.badge {
  text-decoration: none;
}
a.badge:hover, a.badge:focus, a.badge:active {
  background: #cce5ff;
  color: #007BFF;
}

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: 6px;
  padding: 0.625rem 1.125rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}
.btn:focus-visible {
  outline-offset: 0;
}
.btn.btn-block {
  display: block;
}
.btn.disabled, .btn[disabled], .btn[aria-disabled=true] {
  opacity: 0.5;
}

.btn-block {
  display: block;
}

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

.btn.btn-orange {
  background: #EE4D21;
  border-color: #EE4D21;
  color: #FFFFFF;
}
.btn.btn-orange:hover, .btn.btn-orange:active, .btn.btn-orange.active {
  background: #C33914;
  border-color: #C33914;
}
.btn.btn-blue {
  background: #f2f8ff;
  border-color: #f2f8ff;
  color: #007BFF;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue.active {
  background: #e6f2ff;
  border-color: #e6f2ff;
}
.btn.btn-outline-blue {
  background: #f2f8ff;
  border-color: #007BFF;
  color: #007BFF;
}
.btn.btn-outline-blue:hover, .btn.btn-outline-blue:active, .btn.btn-outline-blue.active {
  background: #007BFF;
  color: #FFFFFF;
}
.btn.btn-white {
  background: #FFFFFF;
  border-color: #C6C9CB;
  color: #565F66;
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white.active {
  background: #F5F6F6;
  border-color: #C6C9CB;
}
.btn.btn-outline-white {
  border-color: #fff;
  background: transparent;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn.btn-error {
  background: #e35d6a;
  border-color: #e35d6a;
  color: #FFFFFF;
}
.btn.btn-error:hover, .btn.btn-error:active, .btn.btn-error.active {
  background: #DC3545;
  border-color: #DC3545;
}
.btn.btn-dark-blue {
  background: #2F55E5;
  border-color: #2F55E5;
  color: #FFFFFF;
}
.btn.btn-dark-blue:hover, .btn.btn-dark-blue:active, .btn.btn-dark-blue.active {
  background: #2E3192;
  border-color: #2E3192;
}

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

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

:focus-visible {
  outline: 3px solid #007BFF;
  outline-offset: 3px;
  border-radius: 6px;
}

legend {
  font-size: 1.125rem;
  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: #303B44;
  outline-color: transparent;
  accent-color: #007BFF;
}
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: #7B8288;
  margin-top: 0.325rem;
}

.input-group {
  display: flex;
  position: relative;
  color: #7B8288;
  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 #C6C9CB;
  border-radius: 6px;
  appearance: none;
}
.form-control:focus {
  background-color: #FFFFFF;
  border-color: #007BFF;
  outline: 4px solid #cce5ff;
}
.form-control::placeholder {
  color: #7B8288;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #F5F6F6;
  color: #7B8288;
  opacity: 1;
}
.form-control:hover {
  border-color: #007BFF;
}
.form-group-invalid .form-control:invalid {
  border-color: #e7727d;
}

.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-required {
  color: #EE4D21;
}

.form-validation-error,
.form-submit-error {
  color: #DC3545;
  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.icon-type-stroke {
  fill: none;
  stroke-width: 1.5px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svg-icon.icon-type-fill {
  fill: currentColor;
}

table {
  margin: 0 0 1rem 0;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  text-indent: 0;
  min-width: 100%;
  background: #fff;
  border: none;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  table {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  table {
    min-width: none;
    width: 100%;
  }
}

thead:first-child > tr:first-child th, thead:first-child > tr:first-child td,
tbody:first-child > tr:first-child th,
tbody:first-child > tr:first-child td {
  border-top: 1px solid #ECEDEE;
}
thead:first-child > tr:first-child > th:first-child,
thead:first-child > tr:first-child > td:first-child,
tbody:first-child > tr:first-child > th:first-child,
tbody:first-child > tr:first-child > td:first-child {
  border-top-left-radius: 6px;
}
thead:first-child > tr:first-child > th:last-child,
thead:first-child > tr:first-child > td:last-child,
tbody:first-child > tr:first-child > th:last-child,
tbody:first-child > tr:first-child > td:last-child {
  border-top-right-radius: 6px;
}

tbody > tr:last-child > th:first-child,
tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 6px;
}
tbody > tr:last-child > th:last-child,
tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 6px;
}

th,
td {
  border-right: 1px solid #ECEDEE;
  border-bottom: 1px solid #ECEDEE;
  padding: 0.75rem;
}
th:first-child,
td:first-child {
  border-left: 1px solid #ECEDEE;
}

td.border-none {
  border: none;
}

td.highlight {
  background: #fff9e6;
}

th {
  font-weight: 600;
  background: #F9FAFA;
}

.table-layout-fixed {
  table-layout: fixed;
}

.table-cell-disabled {
  background: #F9FAFA;
  color: #8E9499;
  cursor: not-allowed;
}

@media (max-width: 991.98px) {
  .table-scroll-container,
  .table-scroll-inner {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .table-scroll-container {
    overflow: hidden;
  }
  .table-scroll-inner {
    flex-direction: row;
    overflow-x: auto;
    display: flex;
  }
}
.table-borderless {
  border: none;
}
.table-borderless td {
  border: none;
}
.table-borderless thead:first-child > tr:first-child th, .table-borderless thead:first-child > tr:first-child td,
.table-borderless tbody:first-child > tr:first-child th,
.table-borderless tbody:first-child > tr:first-child td {
  border-top: none;
}

.table-tight td {
  padding: 0;
}

.ahp-data {
  text-align: center;
}
.ahp-data td.border-left-heavy, .ahp-data th.border-left-heavy {
  border-left-color: #687077;
}
.ahp-data tr:nth-child(2) td:nth-child(2),
.ahp-data tr:nth-child(3) td:nth-child(3),
.ahp-data tr:nth-child(4) td:nth-child(4), .ahp-data.ahp-criteria tr:nth-child(5) td:nth-child(5) {
  background-color: #F9FAFA;
}
.ahp-data.ahp-criteria td:nth-child(6), .ahp-data.ahp-criteria th:nth-child(6), .ahp-data.ahp-criteria tr:nth-child(6) td:not(:last-child), .ahp-data.ahp-alternatives td:nth-child(5), .ahp-data.ahp-alternatives th:nth-child(5), .ahp-data.ahp-alternatives tr:nth-child(5) td:not(:last-child) {
  border-left: 1px solid #D9DBDD;
}

body {
  overflow-x: hidden;
}

.page,
.page-plain {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.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: 720px;
  }
}
@media (min-width: 1200px) {
  .container, [class^=container-] {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container, [class^=container-] {
    max-width: 1140px;
  }
}

.hr-container {
  width: calc(100vw - 2rem);
  margin: 0 auto;
}
@media (min-width: 576px) {
  .hr-container {
    max-width: calc(540px - 2rem);
  }
}
@media (min-width: 768px) {
  .hr-container {
    max-width: calc(720px - 2rem);
  }
}
@media (min-width: 992px) {
  .hr-container {
    max-width: calc(720px - 2rem);
  }
}
@media (min-width: 1200px) {
  .hr-container {
    max-width: calc(1140px - 2rem);
  }
}
@media (min-width: 1600px) {
  .hr-container {
    max-width: calc(1140px - 2rem);
  }
}

@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: 720px;
  }
}

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

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

.skip-to-content {
  display: block;
  background: #007BFF;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
  border-radius: 6px;
  position: fixed;
  top: 1rem;
  left: 50%;
  width: 20rem;
  margin-left: -10rem;
  z-index: 20;
  font-size: 1.125rem;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.0509803922), 0px 12px 16px -4px rgba(16, 24, 40, 0.1019607843);
}
.skip-to-content:has(~ .page-landing) {
  background: #FFFFFF;
  color: #007BFF !important;
}
.skip-to-content:focus-visible {
  outline: none !important;
}

.header {
  padding: 0.75rem 1rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.5rem;
  position: relative;
  z-index: 10;
  color: #303B44;
  background: #FFFFFF;
}
.header :focus-visible {
  outline-offset: 0 !important;
}

.header-logo {
  display: block;
  width: 220px;
  flex: 0 0 auto;
}
.header-logo svg {
  display: block;
  height: auto;
  width: 100%;
}
.header-logo svg path:last-child {
  fill: #4285F4;
}
.page-landing .header:not(.header-scrolled-deep) .header-logo svg path:last-child {
  fill: #FFFFFF;
}

.header-nav-container {
  flex: 1 0 auto;
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .header-nav-container {
    display: none;
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    padding: 1rem 0;
    background: #fff;
    border-top: 1px solid #F5F6F6;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.0509803922), 0px 12px 16px -4px rgba(16, 24, 40, 0.1019607843);
  }
  .header-nav-open .header-nav-container {
    display: block;
  }
}
@media (min-width: 992px) {
  .header-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
  }
}

.header-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  gap: 0.5rem;
  flex: 1 0 auto;
}
@media (min-width: 992px) {
  .header-nav {
    flex-direction: row;
    align-items: center;
  }
}
.header-nav li {
  display: block;
}
.header-nav .badge {
  font-weight: 400;
}
.header-nav a:hover .badge,
.header-nav a:focus .badge,
.header-nav a:active .badge {
  background: #fff;
}
.header-nav .icon-dropdown-caret {
  flex: 0 0 auto;
  transition: transform ease-in-out 150ms;
  position: relative;
  top: 0.125rem;
  margin: 0 0 0 0.125rem;
}
@media (min-width: 992px) {
  .header-nav .icon-dropdown-caret {
    opacity: 0.5;
  }
}
@media (pointer: fine) {
  .header-nav .icon-dropdown-caret {
    display: none;
  }
}
.header-nav .header-nav-dropdown-open .icon-dropdown-caret {
  transform: rotateX(180deg);
}

.header-nav-toggle {
  border: none;
  border-radius: 6px;
  margin-left: auto;
  background: transparent;
  color: inherit;
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 992px) {
  .header-nav-toggle {
    display: none;
  }
}
.header-nav-toggle:hover, .header-nav-toggle:active {
  color: #007BFF;
}
.header-nav-toggle .icon-menu {
  display: block;
}
.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);
}

@media (min-width: 992px) {
  .header-nav-left {
    justify-content: center;
  }
  .header-nav-left .header-nav-item:first-child {
    margin-left: auto;
  }
  .header-nav-left .header-nav-item:nth-child(3) {
    margin-right: auto;
  }
  .header-search-open .header-nav-left {
    display: none;
  }
}

.header-nav-search-btn {
  display: none;
  border: none;
  appearance: none;
  border: none;
  padding: 0.625rem;
  margin: 0;
  width: 2.8rem;
  background: transparent;
  color: inherit;
}
@media (min-width: 992px) {
  .header-nav-search-btn {
    display: inline-block;
  }
}
.header-nav-search-btn:hover, .header-nav-search-btn:active, .header-nav-search-btn:focus {
  background: #F5F6F6;
}

@media (min-width: 992px) {
  .header-nav-search-btn-mobile {
    display: none !important;
  }
}

.header-nav-right {
  margin: 1rem 0 0;
  padding: 1rem 1rem 0;
  border-top: 1px solid #F5F6F6;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .header-nav-right {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.header-nav-item {
  position: relative;
}
.header-nav-item a {
  display: block;
  color: #303B44;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 992px) {
  .header-nav-item a {
    border-radius: 6px;
    color: inherit;
  }
}
.header-nav-item a.cta {
  color: #007BFF;
}
.header-nav-item.header-nav-dropdown-open > a,
.header-nav-item a:hover,
.header-nav-item a:active {
  background: #f2f8ff;
  color: #303B44;
}
@media (min-width: 992px) {
  .page-landing .header:not(.header-scrolled-deep) .header-nav-item.header-nav-dropdown-open > a,
  .page-landing .header:not(.header-scrolled-deep) .header-nav-item > a:hover,
  .page-landing .header:not(.header-scrolled-deep) .header-nav-item > a:active {
    background: #3395ff;
    color: #FFFFFF;
  }
}
.header-nav-item > a {
  padding: 0.75rem 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header-nav-item > a {
    padding: 0.5rem 1rem;
  }
}

.header-nav-dropdown {
  display: none;
  align-items: stretch;
  color: #303B44;
}
@media (min-width: 992px) {
  .header-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
    min-width: 288px;
  }
}
.header-nav-dropdown .header-nav-dropdown-inner {
  padding: 1rem 1rem 1rem 2rem;
}
@media (min-width: 992px) {
  .header-nav-dropdown .header-nav-dropdown-inner {
    background: #fff;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ECEDEE;
    margin: 1rem 0 0;
    padding: 1rem;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.0509803922), 0px 12px 16px -4px rgba(16, 24, 40, 0.1019607843);
  }
  .header-nav-dropdown .header-nav-dropdown-inner:after {
    display: block;
    content: "";
    position: absolute;
    top: -0.5rem;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin-left: -0.5rem;
    background: #fff;
    transform: rotate(45deg);
    border-left: 1px solid #ECEDEE;
    border-top: 1px solid #ECEDEE;
  }
}
.header-nav-dropdown div.header-nav-dropdown-inner {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: stretch;
  flex: 1 0 auto;
}
.header-nav-dropdown div.header-nav-dropdown-inner div {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .header-nav-dropdown div.header-nav-dropdown-inner div {
    gap: 1rem;
  }
}
.header-nav-dropdown div.header-nav-dropdown-inner p {
  margin: 0;
}
@media (min-width: 992px) {
  .header-nav-dropdown div.header-nav-dropdown-inner {
    flex-direction: row;
    gap: 1rem;
  }
}
.header-nav-dropdown ul {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  justify-content: space-between;
}
.header-nav-dropdown-open .header-nav-dropdown {
  display: flex;
  background: #f2f8ff;
}
@media (min-width: 992px) {
  .header-nav-dropdown-open .header-nav-dropdown {
    background: transparent;
    animation: dropdown-appear linear 150ms;
  }
}
.header-nav-dropdown .divider {
  border-top: 1px solid #ECEDEE;
}
.header-nav-dropdown .heading {
  color: #007BFF;
  font-weight: 600;
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .header-nav-dropdown .heading {
    padding: 0.5rem 0;
  }
}
.header-nav-dropdown a {
  display: block;
  white-space: nowrap;
  padding: 0.75rem;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .header-nav-dropdown a {
    font-weight: 400;
  }
  .header-nav-dropdown a:hover, .header-nav-dropdown a:active {
    background: #e6f2ff;
  }
}
.header-nav-dropdown a.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.header-nav-dropdown img {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
}
.header-nav-dropdown strong {
  font-weight: 400;
}
.header-nav-dropdown .header-nav-description {
  display: none;
}
@media (min-width: 992px) {
  .header-nav-dropdown .header-nav-dropdown-solutions a,
  .header-nav-dropdown .header-nav-dropdown-sectors a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 1rem;
  }
  .header-nav-dropdown .header-nav-dropdown-solutions img,
  .header-nav-dropdown .header-nav-dropdown-sectors img {
    display: block;
  }
  .header-nav-dropdown .header-nav-dropdown-solutions strong,
  .header-nav-dropdown .header-nav-dropdown-sectors strong {
    display: block;
    font-weight: 600;
    margin: 0 0 0.25rem;
  }
  .header-nav-dropdown .header-nav-dropdown-solutions .header-nav-description,
  .header-nav-dropdown .header-nav-dropdown-sectors .header-nav-description {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    white-space: normal;
  }
  .header-nav-dropdown .header-nav-dropdown-solutions {
    padding-right: 1rem;
    border-right: 1px solid #ECEDEE;
    width: 30rem;
  }
  .header-nav-dropdown .header-nav-dropdown-solutions a {
    padding: 1rem;
    align-items: start;
  }
  .header-nav-dropdown .header-nav-dropdown-sectors {
    width: 12rem;
    gap: 0.5rem;
  }
  .header-nav-dropdown .header-nav-dropdown-sectors a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .header-nav-dropdown .header-nav-dropdown-sectors img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.header-nav-search {
  display: none;
  justify-content: center;
}
@media (min-width: 992px) {
  .header-search-open .header-nav-search {
    display: flex;
  }
}
.header-nav-search .search-form-group {
  width: 100%;
  max-width: 600px;
}
.header-nav-search .search-form-group-reset {
  display: flex !important;
}

@media (min-width: 992px) {
  html {
    scroll-padding-top: 3rem;
  }
  .page:not(.page-plain) {
    padding-top: 5rem;
  }
  .landing-header {
    margin-top: -5rem;
    padding-top: 5rem;
  }
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition: all ease-in-out 0.3s;
  }
  .header .btn,
  .header .header-logo {
    transition: all ease-in-out 0.3s;
  }
  .header-scrolled:not(.header-search-open) {
    box-shadow: 0px 1px 0 #D9DBDD;
    height: 3rem;
  }
  .header-scrolled:not(.header-search-open) .btn {
    font-size: 0.875rem;
    padding: 0.5rem 0.875rem;
  }
  .header-scrolled:not(.header-search-open) .header-nav-search-btn {
    padding: 0.3125rem;
  }
  .header-scrolled:not(.header-search-open) .header-nav-search-btn svg {
    width: 1.3125rem;
    height: 1.3125rem;
  }
  .header-scrolled:not(.header-search-open) .header-logo {
    width: 160px;
  }
  .header-scrolled:not(.header-search-open) .header-nav-item > a {
    font-size: 0.875rem;
  }
}
.header-trigger {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10vh;
}

.sub-nav {
  border-top: 1px solid #F5F6F6;
  font-size: 0.875rem;
  position: relative;
}
.sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 576px) {
  .sub-nav ul {
    gap: 1rem;
  }
}
.sub-nav li {
  display: block;
  flex: 0 0 auto;
}
.sub-nav a {
  display: block;
  padding: 0.5rem;
  background: #fff;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 576px) {
  .sub-nav a {
    padding: 0.75rem;
  }
}
.sub-nav a:hover, .sub-nav a:focus, .sub-nav a:active {
  background-color: #f9fcff;
  color: #007BFF;
}
.sub-nav a[aria-current=page] {
  background: #f2f8ff;
  color: #007BFF;
  border-bottom-color: #007BFF;
}
.sub-nav a[aria-current=page]:hover, .sub-nav a[aria-current=page]:focus, .sub-nav a[aria-current=page]:active {
  background-color: #e6f2ff;
}
.sub-nav a:focus-visible {
  outline-offset: 0;
}

.main > .container,
.main > .container-sm,
.main > .container-md,
.main > .container-lg,
.main > .container-xl,
.main > .container-xxl,
.main > .background-gradient > .container,
.main > .background-gradient > .container-sm,
.main > .background-gradient > .container-md,
.main > .background-gradient > .container-lg,
.main > .background-gradient > .container-xl,
.main > .background-gradient > .container-xxl {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.main > .container.ultimate-guide-container {
  padding-top: 4rem;
}

.ultimate-guide-animated-image-container {
  background: #007BFF;
  width: 100%;
}
.ultimate-guide-animated-image-container img {
  display: block;
  height: min(50vh, 50vw);
  margin: 0 auto;
}

.content-header {
  background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
  color: #303B44;
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .content-header {
    padding: 6rem 0;
  }
}
.content-header h1, .content-header .heading-lg {
  font-size: 2.25rem;
  max-width: 800px;
}
@media (min-width: 992px) {
  .content-header h1, .content-header .heading-lg {
    font-size: 3rem;
  }
}
.content-header.content-header-sm {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .content-header.content-header-sm {
    padding: 4rem 0;
  }
}
.content-header.content-header-sm h1 {
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  .content-header.content-header-sm h1 {
    font-size: 2.25rem;
  }
}
.content-header .btns {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .content-header .btns {
    margin-top: 3rem;
  }
}
.content-header.ultimate-guide-content-header {
  padding: 4rem 0;
}

.content-header-centered {
  text-align: center;
}
.content-header-centered h1, .content-header-centered .heading-lg {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.content-header-centered .breadcrumbs ul {
  justify-content: center;
}
.content-header-centered .form-group {
  text-align: left;
}

.hero {
  background: #007BFF;
  height: 300px;
  overflow: hidden;
}
.hero img,
.hero picture {
  display: block;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hero {
    height: 500px;
    object-fit: cover;
  }
}

.footer {
  color: #565F66;
}
@media (min-width: 390px) {
  .footer {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .footer {
    text-align: left;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .footer .container {
    flex-direction: row;
  }
}

.footer-top {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  margin-top: 1px;
  gap: 3rem;
}
.footer-with-divider .footer-top:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 1rem;
  right: 1rem;
  border-top: 1px solid #D9DBDD;
}
@media (min-width: 1200px) {
  .footer-top {
    gap: 1.5rem;
  }
}

.footer-left {
  color: #8E9499;
}
@media (min-width: 1200px) {
  .footer-left {
    width: 40%;
    flex: 0 0 auto;
  }
}

.footer-logo {
  display: block;
  margin-bottom: 1rem;
}

.footer-nav-container {
  flex: 1 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1rem;
}
@media (min-width: 390px) {
  .footer-nav-container {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer-nav-container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem 1rem;
  }
}
.footer-nav-container p {
  font-size: 0.875rem;
  font-weight: 600;
}

.footer-nav {
  padding: 0;
  list-style: none;
}
.footer-nav li {
  margin: 0 0 0.75rem;
}
.footer-nav a {
  color: inherit;
  text-decoration: none;
}
.footer-nav a:hover, .footer-nav a:focus, .footer-nav a:active {
  color: #007BFF;
}
.footer-nav .svg-icon {
  margin-left: 0.5rem;
}

.footer-bottom {
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
  gap: 1.5rem;
}
.footer-bottom p {
  color: #8E9499;
  margin: 0;
}
.footer-bottom ul {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 390px) {
  .footer-bottom ul {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .footer-bottom ul {
    order: 2;
  }
}

.footer-bottom ul a,
.post-share a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #303B44;
  font-size: 0.75rem;
}
.footer-bottom ul a:hover, .footer-bottom ul a:focus, .footer-bottom ul a:active,
.post-share a:hover,
.post-share a:focus,
.post-share a:active {
  color: #007BFF;
}
.footer-bottom ul a.social-facebook:hover, .footer-bottom ul a.social-facebook:focus, .footer-bottom ul a.social-facebook:active,
.post-share a.social-facebook:hover,
.post-share a.social-facebook:focus,
.post-share a.social-facebook:active {
  color: #2D88FF;
}
.footer-bottom ul a.social-facebook:focus-visible,
.post-share a.social-facebook:focus-visible {
  outline-color: #2D88FF;
}
.footer-bottom ul a.social-twitter:hover, .footer-bottom ul a.social-twitter:focus, .footer-bottom ul a.social-twitter:active,
.post-share a.social-twitter:hover,
.post-share a.social-twitter:focus,
.post-share a.social-twitter:active {
  color: #3CB9E7;
}
.footer-bottom ul a.social-twitter:focus-visible,
.post-share a.social-twitter:focus-visible {
  outline-color: #3CB9E7;
}
.footer-bottom ul a.social-linkedin:hover, .footer-bottom ul a.social-linkedin:focus, .footer-bottom ul a.social-linkedin:active,
.post-share a.social-linkedin:hover,
.post-share a.social-linkedin:focus,
.post-share a.social-linkedin:active {
  color: #068ABF;
}
.footer-bottom ul a.social-linkedin:focus-visible,
.post-share a.social-linkedin:focus-visible {
  outline-color: #068ABF;
}
.footer-bottom ul a.social-youtube:hover, .footer-bottom ul a.social-youtube:focus, .footer-bottom ul a.social-youtube:active,
.post-share a.social-youtube:hover,
.post-share a.social-youtube:focus,
.post-share a.social-youtube:active {
  color: #FF0000;
}
.footer-bottom ul a.social-youtube:focus-visible,
.post-share a.social-youtube:focus-visible {
  outline-color: #FF0000;
}

.cookie-notice-container {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 1000;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cookie-notice-container {
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
  }
}
@media (min-width: 992px) {
  .cookie-notice-container {
    bottom: 3rem;
    left: 3rem;
    right: 3rem;
  }
}

.cookie-notice {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  background: rgba(0, 123, 255, 0.8);
  text-align: left;
  border-radius: 1rem;
  color: #FFFFFF;
  padding: 1rem;
  font-size: 1.125rem;
  backdrop-filter: blur(2px);
  text-align: center;
  border: 1px solid #fff;
  pointer-events: all;
}
@media (min-width: 992px) {
  .cookie-notice {
    font-size: 1.25rem;
    border-radius: 100px;
    flex-wrap: nowrap;
    border: none;
  }
}

.cookie-notice-text {
  margin: 0 auto;
  width: auto;
  padding-left: 3.5rem;
  text-align: left;
  position: relative;
}
@media (min-width: 576px) {
  .cookie-notice-text {
    padding-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cookie-notice-text {
    font-size: 1.25rem;
  }
}
.cookie-notice-text span {
  padding-right: 1rem;
}
@media (max-width: 575.98px) {
  .cookie-notice-text span {
    display: inline-block;
    padding: 0.5rem;
    background: #80bdff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.25rem;
  }
}
.cookie-notice-text img {
  vertical-align: middle;
  position: relative;
  top: -13%;
}

.cookie-notice-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
@media (min-width: 576px) {
  .cookie-notice-btns {
    width: auto;
  }
}
.cookie-notice-btns .btn {
  flex: 1 0 auto;
  border-radius: 100px;
}
@media (min-width: 576px) {
  .cookie-notice-btns .btn {
    flex-grow: 0;
  }
}
.cookie-notice-btns .btn-white {
  border-color: #fff;
}
.cookie-notice-btns .btn-white:hover, .cookie-notice-btns .btn-white:active, .cookie-notice-btns .btn-white.active {
  background: #F5F6F6;
  border-color: #F5F6F6;
  color: #007BFF;
}

.cookie-notice-btn-text-hide {
  display: none;
}
@media (min-width: 400px) {
  .cookie-notice-btn-text-hide {
    display: inline;
  }
}

.contents-nav {
  display: none;
  position: sticky;
  top: 3.75rem;
  font-weight: 600;
  max-width: calc(280px + 0.5rem);
  max-height: calc(100vh - 2rem);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25rem;
}
.contents-nav.contents-nav-monitor {
  margin: 0 1.75rem 0 auto;
}
@media (min-width: 1200px) {
  .contents-nav {
    display: block;
  }
}
.contents-nav p {
  font-size: 0.875rem;
  color: #7B8288;
  margin: 0 0 1.25rem;
}
.contents-nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  font-size: 1rem;
}
.contents-nav [aria-expanded=true] > a {
  color: #007BFF;
}
.contents-nav a {
  display: block;
  border-radius: 6px;
  padding: 0.625rem 0.875rem;
  color: #565F66;
  background: #FFFFFF;
  text-decoration: none;
}
.contents-nav a:hover, .contents-nav a:active {
  background: #f2f8ff;
  color: #007BFF;
}
.contents-nav a[aria-current=true], .contents-nav a[aria-current=page] {
  background: #007BFF;
  color: #FFFFFF;
}
.contents-nav a:focus-visible {
  outline-offset: 0;
}
.contents-nav li ul {
  gap: 0.25rem;
  margin: 0.5rem 0 0 1rem;
  border-left: 1px solid #ECEDEE;
  padding-left: 1rem;
  font-size: 0.875rem;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
.contents-nav li ul a {
  padding: 0.5rem 0.75rem;
}
.contents-nav li ul ul {
  font-size: 0.75rem;
}
.contents-nav li[aria-expanded=false] ul {
  margin-top: 0;
  height: 0;
}

.breadcrumbs + h1, .breadcrumbs + .heading-lg {
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    display: none;
  }
  .breadcrumbs + h1, .breadcrumbs + .heading-lg {
    margin-top: 0;
  }
}
.breadcrumbs ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 1.25rem;
  align-items: center;
}
.breadcrumbs li + li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.breadcrumbs li + li:before {
  display: block;
  content: "";
  height: 1.25rem;
  width: 0;
  border-left: 1px solid #C6C9CB;
  position: relative;
  transform: rotate(25deg);
}
.breadcrumbs a {
  color: #565F66;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 350px;
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  color: #303B44;
  text-decoration: underline;
}
.breadcrumbs a[aria-current=page] {
  color: #007BFF;
}

.error-container {
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .error-container {
    text-align: left;
  }
}
.error-container h1 {
  margin-top: 0;
}
.error-container .btn {
  display: block;
}
@media (min-width: 576px) {
  .error-container .btn {
    display: inline-block;
  }
}

.background-gradient {
  background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
}

.background-yellow {
  background: #fff9e6;
}

.top-btn {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #f9fcff;
  color: #4da3ff;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  box-shadow: 0px 2px 4px 1px rgba(47, 85, 229, 0.1);
  transform: translateX(200px);
  transition: all 0.3s linear;
  z-index: 500;
}
.top-btn.top-btn-visible {
  transform: translateX(0);
}
.top-btn .svg-icon {
  margin: auto;
}
.top-btn:hover, .top-btn:focus, .top-btn:active {
  background: #4da3ff;
  color: #FFFFFF;
}

.top-trigger {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 200vh;
  left: 0;
  right: 0;
  bottom: 0;
}

.grid-2-1-xl,
.grid-3-2-xl,
.grid-1-2-xl,
.grid-1-3-xl,
.grid-1-1-xl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1200px) {
  .grid-2-1-xl {
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 2fr 1fr;
  }
  .grid-3-2-xl {
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 3fr 2fr;
  }
  .grid-1-2-xl {
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 1fr 2fr;
  }
  .grid-1-3-xl {
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 1fr 3fr;
  }
  .grid-1-1-xl {
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .grid-order-1-xl {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .grid-order-2-xl {
    order: 2;
  }
}

.grid-span-2 {
  grid-column-end: span 2;
}

.flex-cols-lg {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .flex-cols-lg {
    flex-direction: row;
    gap: 0 2rem;
  }
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.display-block-xl {
  display: none;
}
@media (min-width: 1200px) {
  .display-block-xl {
    display: block;
  }
}

.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;
}

/*.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}*/
lite-youtube {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.hidden {
  display: none !important;
}

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

.rounded {
  border-radius: 6px;
}

img.rounded,
.rounded img {
  border: 1px solid #D9DBDD;
  border-radius: 6px;
}

@media (min-width: 576px) {
  .padded-sm {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .padded-sm {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .padded-sm {
    padding: 3rem;
  }
}

.rounded-lg {
  border-radius: 10px;
}

.sticky-area {
  position: relative;
}

.sticky-item {
  position: sticky;
  top: 4rem;
  color: #303B44;
}

.img-full-bleed img {
  display: block;
  width: 100%;
  height: auto;
}

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

.image-rotator {
  cursor: pointer;
}
.image-rotator .image-rotator-item {
  pointer-events: none;
  transition: opacity ease-in-out 1s;
}
.image-rotator .image-rotator-item.in {
  opacity: 1;
  z-index: 2;
}
.image-rotator .image-rotator-item.out {
  opacity: 0;
  z-index: 1;
}

youtube-facade {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-radius: 6px;
}
@media (min-width: 992px) {
  youtube-facade {
    border-radius: 10px;
  }
}
youtube-facade img, youtube-facade iframe, youtube-facade .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
youtube-facade img {
  cursor: pointer;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
youtube-facade .video-overlay {
  background: rgba(0, 123, 255, 0.15);
}
youtube-facade button {
  width: 70px;
  height: 46px;
  background-color: #f00;
  z-index: 1;
  opacity: 0.95;
  border-radius: 14%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}
youtube-facade button:hover, youtube-facade button:focus-visible {
  opacity: 1;
  outline: none;
}
youtube-facade button:before {
  content: "";
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #fff;
}
youtube-facade button,
youtube-facade button:before {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
youtube-facade.activated {
  cursor: unset;
  border-radius: 0;
}
youtube-facade.activated picture, youtube-facade.activated button {
  display: none;
}

.resources-type-preview {
  display: flex;
  flex-direction: column;
  position: relative;
}
.resources-type-preview > p {
  color: #7B8288;
  max-width: 720px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .resources-type-preview > p {
    font-size: 1.125rem;
  }
}
.resources-type-preview .btn {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .resources-type-preview .btn {
    align-self: start;
  }
}
@media (min-width: 1200px) {
  .resources-type-preview .btn {
    align-self: start;
    position: absolute;
    top: 6rem;
    right: 1rem;
    margin: 0;
  }
}
.resources-type-preview h2 a {
  color: #303B44;
  text-decoration: none;
}
.resources-type-preview h2 a:hover, .resources-type-preview h2 a:focus, .resources-type-preview h2 a:active {
  color: #007BFF;
  text-decoration: underline;
}

.resources-type-preview-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .resources-type-preview-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: stretch;
  }
}
@media (min-width: 1200px) {
  .resources-type-preview-list {
    justify-content: stretch;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .resources-type-preview-list .post-image {
    aspect-ratio: 7/6;
  }
}
@media (max-width: 767.98px) {
  .resources-type-preview-list > :nth-child(n+3) {
    display: none;
  }
}

.resources-grid {
  user-select: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding-top: 3rem;
}
@media (min-width: 656px) {
  .resources-grid {
    justify-content: center;
  }
}

.resources-grid-row {
  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;
  margin: -1rem 0;
  padding: 1rem 0;
}
.resources-grid-row::-webkit-scrollbar {
  display: none;
}
@media (min-width: 656px) {
  .resources-grid-row {
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .resources-grid-row {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .resources-grid-row {
    gap: 3rem;
  }
}

.resources-grid-item {
  display: block;
  align-items: start;
  text-align: center;
  font-size: 0.875rem;
  color: #303B44;
  text-decoration: none;
}
@media (min-width: 768px) {
  .resources-grid-item {
    font-size: 1rem;
  }
}
.resources-grid-item:first-child {
  margin-left: 1rem;
}
.resources-grid-item:last-child {
  margin-right: 1rem;
}
.resources-grid-item img {
  display: block;
  margin: auto;
  flex: 0 1 auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.resources-grid-item span {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  width: 7rem;
  height: 5.5rem;
  padding: 0.75rem 1rem;
  margin: 0 0 0.75rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: none;
  min-width: 35vw;
}
@media (min-width: 576px) {
  .resources-grid-item span {
    min-width: 25vw;
  }
}
@media (min-width: 656px) {
  .resources-grid-item span {
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .resources-grid-item span {
    width: 8rem;
    height: 8rem;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .resources-grid-item span {
    width: 9rem;
    height: 9rem;
  }
}
.resources-grid-item:hover {
  color: inherit;
}
@media (pointer: fine) {
  .resources-grid-item:hover {
    color: #007BFF;
  }
  .resources-grid-item:hover span {
    transform: translateY(-0.5rem);
    border-color: #007BFF;
  }
}
.resources-grid-item:active {
  color: #007BFF;
}
.resources-grid-item:active span {
  transform: translateY(-0.5rem);
  border-color: #007BFF;
}

.resources-search-form {
  max-width: 600px;
  margin: 2rem auto 3rem;
}

.posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .posts {
    grid-template-columns: 1fr 1fr;
    row-gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .posts {
    margin-left: 2rem;
  }
}

.post-preview {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 6px;
  gap: 1rem;
  text-decoration: none;
  background: transparent;
  color: #303B44;
  transition-duration: 0.3s;
  overflow: hidden;
}
.post-preview.post-filtered-out,
.post-preview .post-summary,
.post-preview .post-author {
  display: none;
}
.post-preview .post-image:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #007BFF;
  pointer-events: none;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
.post-preview:hover, .post-preview:focus, .post-preview:active, .post-preview:focus-visible {
  text-decoration: none;
}
.post-preview:hover .post-text, .post-preview:focus .post-text, .post-preview:active .post-text, .post-preview:focus-visible .post-text {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #303B44;
}
.post-preview:hover .post-meta strong, .post-preview:focus .post-meta strong, .post-preview:active .post-meta strong, .post-preview:focus-visible .post-meta strong {
  color: #007BFF;
}
.post-preview:hover .post-image:after, .post-preview:focus .post-image:after, .post-preview:active .post-image:after, .post-preview:focus-visible .post-image:after {
  opacity: 0.05;
}
.post-preview:hover .post-image-overlay, .post-preview:focus .post-image-overlay, .post-preview:active .post-image-overlay, .post-preview:focus-visible .post-image-overlay {
  opacity: 1;
}
.post-preview:hover .post-text:before, .post-preview:focus .post-text:before, .post-preview:active .post-text:before, .post-preview:focus-visible .post-text:before {
  opacity: 1;
}
.background-gradient .post-preview:hover .post-text:before, .background-gradient .post-preview:focus .post-text:before, .background-gradient .post-preview:active .post-text:before, .background-gradient .post-preview:focus-visible .post-text:before {
  background: #fff;
}

.post-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
  gap: 0.5rem;
  padding: 0 1rem 0.5rem 0;
  transition: padding ease-in-out 0.3s;
  flex: 1 0 auto;
}
.post-featured .post-text {
  justify-content: center;
}
.post-text > * {
  position: relative;
  z-index: 2;
  margin: 0;
}
.post-text:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .post-featured .post-text:before {
    top: 0;
    right: -2rem;
  }
}

.post-image {
  display: block;
  border-radius: 6px;
  background: #fff;
  position: relative;
  z-index: 3;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 6px;
  aspect-ratio: 16/9;
}
.post-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  object-fit: cover;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
}

.post-image-overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 123, 255, 0.8);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
.post-image-overlay img {
  display: block;
  margin: auto;
  max-width: 50%;
  max-height: 30%;
  object-fit: contain;
}
.post-image-overlay.post-image-overlay-tall img {
  max-height: 50%;
}

@media (max-width: 767.98px) {
  .post-brand-image {
    display: none;
  }
}

.post-meta {
  font-size: 0.875rem;
  font-weight: 600;
  color: #7B8288;
  order: -1;
}
.post-meta strong {
  font-weight: inherit;
  transition: color ease-in-out 0.3s;
}
.post-featured .post-meta strong {
  color: #007BFF;
}
.post-meta a {
  text-decoration: none;
}
.post-meta a:hover, .post-meta a:focus, .post-meta a:active {
  text-decoration: underline;
}

.post-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.post-title.post-title-small {
  font-size: 1.25rem;
}

.post-tags {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.post-tags .badge {
  margin: 0;
}

.post-author {
  position: relative;
  padding: 0.5rem 0;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
.post-author.with-image {
  padding-left: 4.25rem;
}

.post-author-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 6px;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  border-radius: 0.25rem;
  overflow: hidden;
}
.post-author-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.post-author-name,
.post-author-bio {
  display: block;
}
.post-author-name .post-preview,
.post-author-bio .post-preview {
  white-space: nowrap;
  height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-author-name {
  color: #565F66;
  font-weight: 600;
}

.post-author-bio {
  color: #7B8288;
}

.post-featured {
  background-color: #e6f2ff;
}
.post-featured .post-text {
  padding: 0 1.5rem 1rem 1rem;
}
.post-featured:hover .post-text, .post-featured:focus .post-text, .post-featured:active .post-text, .post-featured:focus-visible .post-text {
  padding-left: 1.5rem;
  padding-right: 1rem;
}
@media (max-width: 767.98px) {
  .post-featured .post-image,
  .post-featured .post-image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .post-featured {
    grid-column-start: 1;
    grid-column-end: span 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    min-height: 20rem;
  }
  .post-featured .post-image {
    flex: 1 1 50%;
    aspect-ratio: auto;
  }
  .post-featured .post-image,
  .post-featured .post-image img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .post-featured .post-text {
    flex: 1 1 50%;
    padding: 2rem 0.5rem 2rem 1.5rem;
  }
  .post-featured:hover .post-text, .post-featured:focus .post-text, .post-featured:active .post-text, .post-featured:focus-visible .post-text {
    padding-left: 2rem;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .post-featured {
    min-height: 22rem;
  }
  .post-featured .post-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .post-featured {
    min-height: 24rem;
  }
  .post-featured .post-text {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.post-featured .post-summary,
.post-featured .post-author {
  display: block;
}

@media (min-width: 1200px) {
  header.post-header {
    padding: 0;
  }
}

.post-header {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  gap: 0;
  padding: 0 !important;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .post-header {
    flex-direction: row;
    justify-content: end;
  }
}
.post-header .post-meta {
  font-size: 1rem;
  color: #007BFF;
}
.post-header .post-title {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .post-header .post-title {
    font-size: 3rem;
  }
}
.post-header .post-summary {
  font-size: 1.25rem;
  margin: 0 0 2rem;
}
.post-header .post-image {
  border-radius: 0;
  margin: 0;
  min-height: 250px;
  width: 100%;
  height: auto;
  align-self: stretch;
}
.post-header .post-image img {
  border-radius: 0;
}
@media (min-width: 576px) {
  .post-header .post-image {
    min-height: 350px;
  }
}
@media (min-width: 768px) {
  .post-header .post-image {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .post-header .post-image {
    min-height: 720px;
    width: 50%;
  }
}

.post-header-text {
  display: flex;
  flex-direction: column;
  padding: 4rem 1rem;
  width: 100%;
}
@media (min-width: 576px) {
  .post-header-text {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .post-header-text {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .post-header-text {
    width: 720px;
  }
}
@media (min-width: 1200px) {
  .post-header-text {
    width: 570px;
    padding-right: 3rem;
  }
}

.post-body {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .post-body {
    max-width: 47rem;
  }
}
.post-body.container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.post-body blockquote {
  padding-right: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 992px) {
  .post-body blockquote {
    float: right;
    max-width: 25rem;
    margin: 0 -10rem 1rem 1rem;
  }
}
.post-body youtube-facade {
  margin: 0 0 1rem 0;
}
.post-body .cta-demo-inline {
  margin: 2rem 0;
}

.post-body-text > :last-child:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #EE4D21;
  vertical-align: baseline;
  margin-left: 8px;
}

.post-share {
  list-style: none;
  padding: 2rem 0;
  border-top: 1px solid #D9DBDD;
  margin: 3rem auto 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  gap: 2rem;
}
.post-share a {
  font-size: 0.75rem;
}

.posts-heading {
  grid-column-end: span 2;
  text-align: center;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  gap: 0.5rem;
  align-items: start;
}
.has-tag .posts-heading, .has-category .posts-heading, .has-filter .posts-heading {
  display: flex;
}

.posts-filter-empty {
  display: none;
  grid-column-end: span 2;
  text-align: center;
}
.posts-filter-empty h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
}
.has-filter-empty .posts-filter-empty {
  display: block;
}

.posts-filter-empty-icon {
  display: inline-block;
  background: #F5F6F6;
  color: #687077;
  border-radius: 10px;
  padding: 1rem;
  margin: 0 auto;
}
.posts-filter-empty-icon svg {
  display: block;
  height: 20px;
}

.post-suggested {
  position: relative;
}

.post-suggested > hr {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}

.post-suggested-posts {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .post-suggested-posts {
    margin-bottom: 0;
  }
  .post-suggested-posts + a {
    display: none;
  }
}

.post-suggested-intro {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.post-suggested-intro h2 {
  margin: 0.25rem 0 2rem;
}
.post-suggested-intro p {
  order: -1;
}
.post-suggested-intro .post-suggested-intro-bottom {
  order: 100;
}
.post-suggested-intro .btn {
  display: none;
  order: 200;
}
@media (min-width: 1200px) {
  .post-suggested-intro .btn {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .post-suggested-intro-mobile {
    display: none;
  }
}

.post-suggested-intro-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .post-suggested-intro-desktop {
    display: block;
  }
}

.main > .video-container {
  padding: 0.5rem 0 0;
  max-width: min(90vw, 168.8888888889vh);
}
.main > .video-container > youtube-facade {
  margin: 0.5rem 0 1rem;
}
@media (min-width: 1600px) {
  .main > .video-container {
    max-width: min(90vw, 168.8888888889vh, 1400px);
  }
}
.main > .video-container .post-body-text {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2rem;
  margin-top: 0.5rem;
}
@media (max-width: 1199.98px) {
  .main > .video-container .post-body-text {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .main > .video-container .post-body-text {
    grid-template-columns: 1fr;
  }
}
.main > .video-container .post-body-text > :last-child:after {
  display: none;
}
.main > .video-container .post-body-text .post-author-share .post-author {
  padding-top: 0;
}
.main > .video-container .post-body-text .post-author-share .post-author .post-author-bio {
  white-space: normal;
  overflow: visible;
}
.main > .video-container .post-body-text .post-author-share .post-share {
  margin-top: 2rem;
}
.main > .video-container .post-body-text .post-summary {
  font-size: 1.2rem;
}

.video-title {
  margin-top: 0;
  font-size: 1.5rem;
}

.video-description {
  font-size: 1.2rem;
}

.post-webinar .post-image img {
  object-position: right;
}

.publication-list {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.publication-list.has-filter > p {
  display: none;
}

.publication-alpha-title {
  color: #C6C9CB;
  font-size: 4.5rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 3rem;
}

.publication {
  font-size: 1.125rem;
  transition: all linear 0.3s;
  color: #303B44;
}
.publication a {
  color: inherit;
  text-decoration: underline;
}
.publication a:hover, .publication a:focus, .publication a:active {
  color: #007BFF;
}
.publication p {
  margin: 0;
}

.publication-other-institutions {
  font-size: 0.875rem;
  color: #565F66;
  padding: 0.5rem 0 1rem 0;
}

.publication-category.collapsed .publication-category-contents::before {
  display: block;
  content: "";
  width: 100%;
  height: 5rem;
  max-height: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.75));
  pointer-events: none;
}
.has-filter .publication-category.collapsed .publication-category-contents::before {
  display: none;
}
.publication-category.collapsed .publication-category-contents-3 .publication:nth-child(n+4) {
  display: none;
}
.has-filter .publication-category.collapsed .publication-category-contents-3 .publication:nth-child(n+4) {
  display: block;
}
.publication-category.collapsed .publication-category-contents-4 .publication:nth-child(n+5) {
  display: none;
}
.has-filter .publication-category.collapsed .publication-category-contents-4 .publication:nth-child(n+5) {
  display: block;
}
.publication-category.expanded .publication-category-contents-3 .publication:nth-child(n+4) {
  animation: fade-in linear 0.3s both;
}
.publication-category.expanded .publication-category-contents-4 .publication:nth-child(n+5) {
  animation: fade-in linear 0.3s both;
}
.publication-category + .publication-category {
  margin-top: 1.5rem;
}

.publication-category-title {
  font-size: 1.875rem;
}

.publication-category-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.publication-expand {
  color: #7B8288;
}
.has-filter .publication-expand {
  display: none;
}
.publication-expand:hover, .publication-expand:focus, .publication-expand:active {
  color: #007BFF;
}

.publication-filtered-out {
  display: none !important;
}

.accordion {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin: 4rem auto;
}

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

.accordion-item-heading {
  font-size: 1.125rem;
  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: 600;
}
@media (min-width: 768px) {
  .accordion-item-heading a {
    padding-right: 0;
    padding-left: 3rem;
  }
}
.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;
}
@media (min-width: 768px) {
  .accordion-item-heading .svg-icon {
    left: 0;
    right: auto;
  }
}
.accordion-item-expanded .accordion-item-heading .svg-icon {
  transform: rotateX(180deg);
}

.accordion-item-content {
  padding: 0;
  display: none;
}
@media (min-width: 768px) {
  .accordion-item-content {
    padding: 0 0 0 3rem;
  }
}
.accordion-item-expanded .accordion-item-content {
  display: block;
  animation: fade-in 0.3s;
}

.cta-demo {
  background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
}
.cta-demo .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  align-items: stretch;
}
@media (min-width: 1200px) {
  .cta-demo .container {
    align-items: center;
  }
}

.cta-demo-text h3 {
  margin-top: 1rem;
}
.cta-demo-text p {
  font-size: 1.25rem;
}

.cta-demo-form {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cta-demo-form {
    padding: 2rem;
  }
}
.cta-demo-form img {
  margin: 0 auto;
}
.cta-demo-form h4 {
  margin-top: 0;
}
.cta-demo-form p {
  font-size: 0.875rem;
  color: #7B8288;
}
@media (min-width: 992px) {
  .cta-demo-form p {
    margin: 3rem 0 0;
  }
}
.cta-demo-form .form-group {
  text-align: left;
}

.cta-demo-with-calendly {
  text-align: center;
}
@media (max-width: 767.98px) {
  .cta-demo-with-calendly .btn {
    display: block;
  }
}
.cta-demo-with-calendly .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .cta-demo-with-calendly .container {
    display: grid;
    text-align: left;
    grid-template-columns: 2fr 3fr;
    gap: 0 2rem;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .cta-demo-with-calendly .container {
    grid-template-columns: 1fr 1fr;
  }
}

.cta-demo-with-video {
  text-align: center;
}
@media (max-width: 767.98px) {
  .cta-demo-with-video .btn {
    display: block;
  }
}
.cta-demo-with-video .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1200px) {
  .cta-demo-with-video .container {
    display: grid;
    text-align: left;
    grid-template-columns: 2fr 3fr;
    gap: 0 2rem;
    align-items: center;
  }
}

.cta-demo-images {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.cta-demo-images blockquote {
  border: 1px solid #EE4D21;
  border-radius: 10px;
  padding: 4rem 2rem 2rem;
  background: #fff;
  position: relative;
  margin: 0;
  text-align: left;
}
.cta-demo-images blockquote:before {
  content: "“";
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 0;
  font-size: 50px;
  line-height: 30px;
  color: #EE4D21;
  font-weight: bold;
  font-family: serif;
}
.cta-demo-images img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .cta-demo-images img {
    display: none;
  }
}

.cta-subscribe-inline,
.cta-demo-inline {
  background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
  border-radius: 6px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .cta-subscribe-inline,
  .cta-demo-inline {
    align-items: center;
    padding: 4rem;
  }
}
@media (min-width: 768px) {
  .cta-subscribe-inline,
  .cta-demo-inline {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}
.has-filter .cta-subscribe-inline,
.has-filter .cta-demo-inline {
  display: none;
}

@media (min-width: 1200px) {
  .cta-subscribe-inline-text,
  .cta-demo-inline-text {
    text-align: center;
  }
}

.cta-demo-inline-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cta-demo-inline-btns .btn {
  display: block;
  flex: 1 0 auto;
}

.subscribe-form {
  width: 100%;
  max-width: 30rem;
}
h1 + .subscribe-form {
  margin-top: 2.5rem;
}
.subscribe-form .form-fields {
  gap: 0;
}

.cta-case-study {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f8ff;
  border-radius: 6px;
  margin: 3rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cta-case-study {
    flex-direction: row;
  }
}
.cta-case-study > div {
  flex: 1 1 50%;
}

.cta-case-study-text {
  padding: 1rem;
}
@media (min-width: 576px) {
  .cta-case-study-text {
    padding: 2rem;
  }
}
.cta-case-study-text p:first-child {
  color: #007BFF;
  font-weight: 600;
}
.cta-case-study-text h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  font-weight: 600;
}
.cta-case-study-text .cta-case-study-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cta-case-study-text .btn {
  display: block;
  flex: 1 0 auto;
}
@media (max-width: 575.98px) {
  .cta-case-study-text .btn-orange {
    display: none;
  }
}

.cta-case-study-image {
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .cta-case-study-image {
    order: -1;
  }
}
.cta-case-study-image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.cta-confidence-wrapper {
  background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
}
@media (min-width: 768px) {
  .cta-confidence-wrapper {
    background: transparent;
  }
}

.cta-confidence {
  text-align: center;
  padding: 2rem 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cta-confidence {
    padding: 4rem;
    background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
  }
}
.cta-confidence h3 {
  margin: 0;
}
.cta-confidence h3, .cta-confidence p, .cta-confidence .btns {
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.cta-why-1000minds {
  background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
  padding: 1.5rem 1.5rem 2rem;
  margin-top: 1.5rem;
  border-radius: 6px;
}

.cta-start {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.cta-start h2, .cta-start p {
  margin: 0;
}
.cta-start h2 {
  font-weight: 700;
  margin: 0;
}
.cta-start .btns {
  margin-top: 0.5rem;
  width: 100%;
}
@media (min-width: 576px) {
  .cta-start .btns {
    width: auto;
  }
}

.cta-start-images {
  display: flex;
  flex-direction: row-reverse;
}
.cta-start-images img {
  display: block;
  width: 64px;
  height: 64px;
  border: 4px solid #FFFFFF;
  border-radius: 100px;
}
.cta-start-images img + img {
  margin-right: -1rem;
}

.cta-software-inline, .cta-excel-download {
  background: #f2f8ff;
  border-radius: 6px;
  text-align: center;
  padding: 1rem;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .cta-software-inline, .cta-excel-download {
    padding: 2rem;
    margin: 3rem 0;
  }
}

.cta-excel-download {
  display: flex;
  align-items: center;
  background: #e9faf5;
  justify-content: space-around;
}
@media (max-width: 767.98px) {
  .cta-excel-download svg {
    display: none;
  }
}

.cta-group {
  background-color: #007BFF;
  background-position: 50% 100%;
  background-image: url("/images/ctas/illustration-experts.svg");
  background-repeat: no-repeat;
  background-size: auto 15rem;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  overflow: hidden;
}
.cta-group .cta-group-inner {
  padding: 2rem 1rem 15rem 1rem;
}
.cta-group h2 {
  color: inherit;
  margin: 0;
}
.cta-group p {
  margin: 1rem auto 1.5rem;
  max-width: 450px;
}
@media (min-width: 768px) {
  .cta-group {
    background-size: auto 100%;
    background-image: url("/images/ctas/illustration-expert-left.svg");
    background-position: 0 100%;
  }
  .cta-group h2 {
    margin-top: 1rem;
  }
  .cta-group .cta-group-inner {
    padding: 3rem;
    background: url("/images/ctas/illustration-expert-right.svg") 100% 100% no-repeat;
    background-size: auto 100%;
  }
}

.case-study-numbers {
  font-size: 1.125rem;
  font-weight: 600;
  color: #303B44;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
.case-study-numbers p {
  border: 1px solid #ECEDEE;
  border-radius: 10px;
  padding: 1rem;
  margin: 0;
}
.case-study-numbers p strong {
  display: block;
  font-size: 3.75rem;
  line-height: 1.25;
}

.patient-priorization-tool-table {
  column-count: 1;
}
@media (min-width: 768px) {
  .patient-priorization-tool-table {
    column-count: 2;
  }
}
.patient-priorization-tool-table > div {
  break-inside: avoid-column;
  display: inline-block;
  margin-bottom: 1rem;
  width: 320px;
}

.dilemma-container {
  position: relative;
  width: 100vw;
  margin: 0 -1rem;
  padding: min(2rem, max(5%, 1rem)) 1rem;
  background: #F9FAFA;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .dilemma-container {
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem;
    font-size: 1rem;
    border: 1px solid #D9DBDD;
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .dilemma-container {
    padding: 2rem;
  }
}
.dilemma-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: grayscale(50%);
  z-index: 1;
}

.dilemma-header {
  text-align: center;
  font-size: 1.3em;
  margin: 0 auto;
}

.dilemma {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: min(2rem, 5%);
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .dilemma {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .dilemma {
    margin-top: 2rem;
  }
}

.dilemma-side {
  display: grid;
  grid-row: auto/span 2;
  grid-template-rows: repeat(2, 1fr);
  border: 1px solid #8E9499;
  border-radius: 6px;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #FFFFFF;
  padding: 1rem;
}
@media (min-width: 576px) {
  .dilemma-side {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .dilemma-side {
    box-shadow: 0 0 2rem rgba(64, 74, 83, 0.15);
  }
}

.dilemma[data-degree="3"] .dilemma-side {
  grid-row: auto/span 3;
  grid-template-rows: repeat(3, 1fr);
}

.dilemma[data-degree="4"] .dilemma-side {
  grid-row: auto/span 4;
  grid-template-rows: repeat(4, 1fr);
}

.dilemma[data-degree="5"] .dilemma-side {
  grid-row: auto/span 5;
  grid-template-rows: repeat(5, 1fr);
}

.dilemma[data-degree="6"] .dilemma-side {
  grid-row: auto/span 6;
  grid-template-rows: repeat(6, 1fr);
}

.dilemma[data-degree="7"] .dilemma-side {
  grid-row: auto/span 7;
  grid-template-rows: repeat(7, 1fr);
}

@supports (grid-template-rows: subgrid) {
  .dilemma:not([data-subgrid=false]) .dilemma-side {
    grid-template-rows: subgrid;
  }
}
.dilemma-categorization + .dilemma-categorization {
  border-top: 1px solid #E0E2E3;
  margin: 1rem 0 0;
  padding-top: 1rem;
}
@media (min-width: 576px) {
  .dilemma-categorization + .dilemma-categorization {
    margin: 1.5rem 0 0;
    padding-top: 1.5rem;
  }
}

.dilemma-criterion {
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .dilemma-criterion {
    margin-bottom: 0.5rem;
  }
}

.dilemma-level {
  margin-left: 1.5rem;
  font-weight: 600;
}

.dilemma-button {
  padding: 0.8rem;
  background-color: #e6f2ff;
  color: #007BFF;
  border: 1px solid #007BFF;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
}

.dilemma-side-button {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dilemma-equal-button {
  justify-self: center;
  width: calc(50% - 2rem);
  grid-column: 1/-1;
  margin-top: min(2rem, 5%);
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .contact-methods {
    max-width: 300px;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .contact-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.contact-methods hr {
  display: none;
}
@media (min-width: 992px) {
  .contact-methods hr {
    display: block;
    grid-column-end: span 2;
  }
}

.contact-method {
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ECEDEE;
}
.contact-method:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 992px) {
  .contact-method {
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.contact-method .text-xl {
  margin-top: 1.25rem;
}
.contact-method .svg-icon {
  color: #66b0ff;
}
.contact-method p {
  color: #7B8288;
}
.contact-method a {
  font-weight: 600;
}
.contact-method dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}
.contact-method dt {
  font-weight: 400;
  color: #7B8288;
  margin: 0;
  text-align: left;
}
.contact-method dd {
  margin: 0;
  text-align: right;
}

.contact-form-area {
  margin-top: 4rem;
}

.contact-form {
  background: #fff;
  margin-top: -10rem;
  box-shadow: 0px 30px 50px 0px rgba(66, 133, 244, 0.2), 0px 0px 30px 0px rgba(66, 133, 244, 0.1019607843);
  border-radius: 10px;
  padding: 2rem;
}
.contact-form .form-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-form .form-success-message {
  text-align: center;
}
.contact-form .form-success-message strong {
  display: block;
}

.about-awards .home-awards {
  padding: 0;
}

@media (min-width: 576px) {
  .about-illustration {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.about-illustration img {
  display: block;
  max-height: 540px;
  max-width: 100%;
  margin: auto;
}
.about-illustration div {
  display: flex;
}
.about-illustration div:first-child {
  background: #FFF1E3;
}
.about-illustration div:first-child img {
  margin-right: 0;
}
.about-illustration div:last-child {
  background: #E6F2FF;
}
.about-illustration div:last-child img {
  margin-left: 0;
}

.award-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1200px) {
  .award-list {
    gap: 4rem;
  }
}

.award {
  padding: 1.5rem;
  border: 1px solid #ECEDEE;
  border-radius: 10px;
  position: relative;
}
.award.award-featured {
  border: none;
  background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .award.award-featured {
    flex-direction: row;
    align-items: center;
  }
  .award.award-featured > div {
    flex: 1 1 auto;
  }
  .award.award-featured div:first-child {
    width: 45%;
  }
  .award.award-featured div:last-child {
    width: 55%;
  }
}

.award-trophy {
  color: #20C997;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
.award-featured .award-trophy {
  position: static;
}

.award-title {
  font-size: 1.5rem;
  margin: 0.5rem 0;
}

.award-quote {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(66, 133, 244, 0.1), 0px 30px 50px rgba(66, 133, 244, 0.2);
}
.award-quote blockquote {
  position: relative;
  padding: 2rem 0 0;
  margin: 1rem 0 0;
  border-left: none;
}
.award-quote blockquote:before {
  content: "“";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 40px;
  line-height: 40px;
  color: #ee4d21;
  font-weight: bold;
  font-family: serif;
}
.award-quote cite {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #7B8288;
  line-height: 1.5;
}

.award-links {
  line-height: 21px;
}

.client-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: masonry;
}
@media (min-width: 768px) {
  .client-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .client-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .client-break {
    order: -25;
    grid-column: 1/span 2;
    grid-row: 5;
  }
}
@media (min-width: 1200px) {
  .client-break {
    order: -15;
    grid-column: 1/span 3;
    grid-row: 5;
  }
}

.client {
  flex: 1 0 auto;
  border: 1px solid #ECEDEE;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  justify-self: stretch;
  align-self: stretch;
}
.client h2 {
  font-size: 1.5rem;
  margin: 1rem 0 0;
}
.client:nth-child(1) {
  order: -30;
}
.client:nth-child(2) {
  order: -29;
}
.client:nth-child(3) {
  order: -20;
}
.client:nth-child(4) {
  order: -10;
}

.client-images {
  display: none;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .client-images {
    display: grid;
  }
}
.client-images img {
  display: block;
  grid-column-start: 1;
  grid-row-start: 1;
}

@media (min-width: 768px) {
  .reviews-list {
    column-count: 2;
    gap: 2rem;
  }
}

.review {
  text-align: center;
  color: #303B44;
  margin: 0 0 2rem 0;
  padding: 0;
  break-inside: avoid;
  gap: 0;
}
.review blockquote {
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
}
.review figcaption {
  margin: 2rem 0 0;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 600;
}
.review figcaption:before {
  content: "— ";
}

.review-normal {
  border-radius: 6px;
  background: #F5F6F6;
}

.review-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #ECEDEE;
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .review-image {
    height: auto;
    aspect-ratio: 1;
  }
}
.review-image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.review-text {
  padding: 2rem;
}
.review-text:before {
  content: "“";
  display: block;
  font-size: 40px;
  line-height: 1;
  color: #EE4D21;
  font-weight: bold;
  font-family: serif;
  margin: 0 0 1rem 0;
}
.review-featured .review-text {
  background: #fff;
  border: 1px solid #D9DBDD;
  border-radius: 6px;
  font-size: 1.25rem;
}
.review-featured-image .review-text {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.review-rating-summary {
  font-weight: 600;
}

.review-rating {
  margin: 2rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.25rem;
}
.review-rating-summary .review-rating {
  margin: 0 0 0.5rem;
  justify-content: start;
  font-weight: 600;
}

.review-rating-star {
  display: block;
  width: 21px;
  height: 21px;
  background: transparent url("/images/icons/star-filled.svg") 0 50% no-repeat;
  background-size: auto 100%;
  position: relative;
}
.review-rating-summary .review-rating-star {
  width: 30px;
  height: 30px;
}
.review-rating-star.review-rating-star-half {
  width: 11px;
}
.review-rating-summary .review-rating-star.review-rating-star-half {
  width: 15px;
}

.research-projects-cta {
  background: #F9FAFA;
  color: #303B44;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 576px) {
  .research-projects-cta {
    flex-direction: row;
    text-align: left;
  }
}
.research-projects-cta .btn {
  flex: 0 0 auto;
}

.scholarship-panel {
  background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
  padding: 1.5rem;
  border-radius: 8px;
  color: #303B44;
}
@media (min-width: 576px) {
  .scholarship-panel {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .scholarship-panel {
    padding: 4rem;
  }
}
.scholarship-panel .text-eyebrow-small {
  color: #007BFF;
  margin-top: 2.5rem;
}
.scholarship-panel ol {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style-position: inside;
  font-weight: 600;
}
.scholarship-panel li {
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
}

.scholarship-panel-bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .scholarship-panel-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.scholarship-panel-bottom p {
  font-size: 2.25rem;
  font-weight: 700;
}
.scholarship-panel-bottom p span {
  display: block;
  font-size: 1.25rem;
}

.scholarship-winners {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0;
  align-items: center;
}
@media (min-width: 768px) {
  .scholarship-winners {
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
  }
}
.scholarship-winners .review {
  flex: 1 1 50%;
  margin: 0;
  max-width: 21rem;
}

.scholarship-winner-text {
  padding: 2rem;
  background: #fff;
  border: 1px solid #D9DBDD;
  border-radius: 6px;
  font-size: 1.25rem;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
  flex: 1 0 auto;
}
.scholarship-winner-text h3, .scholarship-winner-text p {
  margin-bottom: 0.5rem;
}
.scholarship-winner-text h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.scholarship-winner-text p {
  font-size: 1rem;
}
.scholarship-winner-text p:last-child {
  margin-bottom: 0;
}

.demo-page {
  min-height: 100vh;
  width: 100vw;
  background: #007BFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: absolute;
  overflow: hidden;
  user-select: none;
}
@media (min-width: 992px) {
  .demo-page {
    padding: 2rem;
  }
}
.demo-page:after {
  content: "";
  display: none;
  width: 80vw;
  aspect-ratio: 1;
  background: #3395ff;
  border-radius: 100000px;
  position: absolute;
  top: -20vw;
  right: -20vw;
  z-index: 1;
}
@media (min-width: 992px) {
  .demo-page:after {
    display: block;
  }
}
.demo-page .btn-outline-white {
  padding: 0;
  color: #7B8288;
  align-self: center;
}
.demo-page .btn-outline-white:hover, .demo-page .btn-outline-white:focus, .demo-page .btn-outline-white:active {
  color: #303B44;
}

.demo-page-inner {
  display: flex;
  flex-direction: column;
  margin: auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 2;
  max-width: 21rem;
}
@media (min-width: 768px) {
  .demo-page-inner {
    width: 41rem;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .demo-page-inner {
    display: grid;
    grid-template-columns: auto 41rem;
    grid-template-rows: auto auto;
    gap: 2rem 4rem;
    width: auto;
  }
}

.demo-intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #FFFFFF;
  justify-content: space-between;
}
.demo-intro h1 {
  color: #FFFFFF;
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  .demo-intro {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    max-width: 30rem;
  }
  .demo-intro h1 {
    max-width: 24rem;
  }
}
.demo-intro a {
  font-weight: 600;
  text-decoration: none;
}
.demo-intro a:hover, .demo-intro a:focus, .demo-intro a:active {
  text-decoration: underline;
  color: #FFFFFF;
}

.demo-intro-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.demo-intro-time img {
  display: block;
  border-radius: 100px;
  border: 2px solid #FFFFFF;
  margin-left: 1rem;
}
.demo-intro-time img + img {
  margin-left: -1rem;
}

.demo-quote {
  display: flex;
  gap: 1rem;
  margin: 0;
}
@media (min-width: 992px) {
  .demo-quote {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    max-width: 30rem;
  }
}
.demo-quote hr {
  border-color: #3395ff;
  margin: 0;
}
@media (max-width: 991.98px) {
  .demo-quote hr:first-child {
    display: none;
  }
}
.demo-quote blockquote {
  position: relative;
  padding: 2rem 0 0;
  margin: 0;
  border-left: none;
  color: #e6f2ff;
}
.demo-quote blockquote:before {
  content: "“";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 40px;
  line-height: 40px;
  color: #80bdff;
  font-weight: bold;
  font-family: sans-serif;
}
.demo-quote figcaption {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  color: #e6f2ff;
  font-size: 1rem;
  margin: 0;
}
.demo-quote figcaption img {
  display: block;
  border-radius: 1000px;
  border: 3px solid #FFFFFF;
}
.demo-quote figcaption span {
  display: block;
}
.demo-quote figcaption span span {
  color: #99caff;
}

.demo-form, .demo-existing {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 2rem 1rem 1rem;
  box-shadow: 0px 30px 50px 0px rgba(66, 133, 244, 0.2), 0px 0px 30px 0px rgba(66, 133, 244, 0.1019607843);
  gap: 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .demo-form, .demo-existing {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .demo-form, .demo-existing {
    grid-column: 2;
    grid-row-start: span 2;
  }
}

.demo-form {
  gap: 3rem;
}

.demo-form.form-error .demo-form-contents {
  display: none;
}

.demo-schedule {
  flex: 1 0 auto;
  justify-content: space-between;
}

.demo-schedule,
.demo-schedule-bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
  position: relative;
}

.demo-schedule-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .demo-schedule-top {
    align-items: start;
    flex-direction: row;
    gap: 3rem;
    width: 37rem;
  }
}

.demo-schedule-bottom .form-group {
  align-self: center;
}
.demo-schedule-bottom .form-control-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 768px) {
  .demo-schedule-bottom .form-control-wrapper {
    flex-direction: row;
  }
}
.demo-schedule-bottom select.form-control {
  display: inline-block;
  width: auto;
  max-width: 250px;
  text-overflow: ellipsis;
  padding: 0.25rem 0.5rem;
  border-color: #F5F6F6;
  background: #F5F6F6;
  border-radius: 1000px;
}
.demo-schedule-bottom select.form-control:hover, .demo-schedule-bottom select.form-control:active, .demo-schedule-bottom select.form-control:focus {
  background: #ECEDEE;
  border-color: #ECEDEE;
}
.demo-schedule-bottom .form-validation-error {
  text-align: center;
}

.demo-schedule-next-btn, .demo-schedule-back-btn {
  display: none;
}
.form-submitting .demo-schedule-next-btn, .form-submitting .demo-schedule-back-btn {
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 992px) {
  .demo-schedule-next-btn {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
  }
  .demo-schedule-back-btn {
    display: inline-block;
  }
  .demo-step-1 .demo-schedule-details {
    display: none;
  }
  .demo-step-2 .demo-schedule {
    display: none;
  }
}
.demo-schedule-loading .demo-months > *,
.demo-schedule-loading .demo-times > *,
.demo-schedule-loading .demo-schedule-bottom > *,
.demo-schedule-top-loading .demo-months > *,
.demo-schedule-top-loading .demo-times > *,
.demo-schedule-top-loading .demo-schedule-bottom > * {
  pointer-events: none;
  opacity: 0;
}
.demo-schedule-loading .demo-months:before,
.demo-schedule-loading .demo-times:before,
.demo-schedule-loading .demo-schedule-bottom:before,
.demo-schedule-top-loading .demo-months:before,
.demo-schedule-top-loading .demo-times:before,
.demo-schedule-top-loading .demo-schedule-bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  z-index: 1000;
  animation: loading-background-shimmer 2s linear infinite both;
  background: #F5F6F6 linear-gradient(to right, #F5F6F6 20%, #F9FAFA 40%, #F5F6F6 50%);
  background-size: 1000px 100%;
}
.demo-schedule-loading .demo-times,
.demo-schedule-top-loading .demo-times {
  min-height: 200px;
}
.demo-schedule-loading .demo-months,
.demo-schedule-top-loading .demo-months {
  min-height: 280px;
}

.demo-btn {
  display: flex;
  background: transparent;
  text-align: center;
  cursor: pointer;
  transition: all linear 0.3s;
  color: #000000;
  border: none;
  appearance: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.demo-schedule-heading {
  font-size: 1.125rem;
  border-bottom: 1px solid #ECEDEE;
  padding: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.demo-months {
  position: relative;
  width: 17rem;
}

.demo-month {
  width: 17rem;
  display: none;
  flex-direction: column;
  gap: 1rem;
}

.demo-month-active {
  display: flex;
}

.demo-month-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.demo-month-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  line-height: 2rem;
}
.demo-month-btn .svg-icon {
  margin: auto;
}
.demo-month-btn:hover, .demo-month-btn:focus, .demo-month-btn:active {
  background: #ECEDEE;
}
.demo-month-btn[disabled] {
  pointer-events: none;
  color: #D9DBDD;
}

.demo-month-name {
  text-align: center;
  font-size: 1rem;
  margin: 0;
}

.demo-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  position: relative;
}

.demo-day {
  width: 2rem;
  height: 2rem;
  background: transparent;
  border-radius: 1rem;
  line-height: 2rem;
  border: 1px solid transparent;
}

.demo-day-today {
  border: 1px dashed #C6C9CB;
}

.demo-day-blank,
.demo-day-invalid,
.demo-day-unavailable,
.demo-day-heading {
  pointer-events: none;
}

.demo-day-heading {
  text-align: center;
}

.demo-day-invalid,
.demo-day-unavailable {
  color: #C6C9CB;
}

.demo-day-available:hover, .demo-day-available:focus, .demo-day-available:active {
  background: #D9DBDD;
}

.demo-day-active, .demo-day-active:hover, .demo-day-active:focus, .demo-day-active:active {
  border-color: transparent;
  font-weight: 600;
}

.demo-times {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  position: relative;
  width: 17rem;
}

.demo-time {
  display: block;
  padding: 0.5rem;
  border: 1px solid #D9DBDD;
  border-radius: 6px;
  text-align: center;
  font-size: 0.875rem;
}
.demo-time:hover, .demo-time:focus, .demo-time:active {
  background: #D9DBDD;
}

.demo-day-active, .demo-day-active:hover, .demo-day-active:focus, .demo-day-active:active,
.demo-time-active,
.demo-time-active:hover,
.demo-time-active:focus,
.demo-time-active:active {
  background: #007BFF;
  color: #FFFFFF;
  border-color: #007BFF;
}

.demo-schedule-details-datetime,
.demo-existing-datetime {
  margin: 0;
  padding-top: 2rem;
  font-weight: 600;
  color: #303B44;
}
.demo-schedule-details-datetime,
.demo-schedule-details-datetime > span,
.demo-existing-datetime,
.demo-existing-datetime > span {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.demo-schedule-details-datetime > span,
.demo-existing-datetime > span {
  display: inline-flex;
  gap: 0.5rem;
}

.demo-existing-datetime {
  background: #e9faf5;
  border-radius: 1000px;
  align-self: center;
  padding: 0.5rem 1rem;
}
@media (max-width: 767.98px) {
  .demo-existing-datetime,
  .demo-existing-datetime > span {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .demo-existing-datetime {
    padding: 1rem 2rem;
  }
}

.demo-form-error {
  max-width: 37rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.demo-form-error img {
  margin: auto;
}

.demo-existing {
  text-align: center;
}
@media (max-width: 767.98px) {
  .demo-existing br {
    display: none;
  }
}
.demo-existing h2 {
  margin: 1rem 0;
}
.demo-existing img {
  align-self: center;
}

.vote-outer {
  min-height: calc(100vh - 5rem);
  display: flex;
  text-align: center;
}

.vote-form {
  margin: auto !important;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .vote-form {
    max-width: 30rem;
  }
}
.vote-form h1, .vote-form p {
  margin: 0;
}
.vote-form .btn {
  min-width: 6rem;
}

.vote-form-code {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.vote-form-code input {
  color: #C6C9CB;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 0;
}
@media (min-width: 576px) {
  .vote-form-code input {
    font-size: 3rem;
    padding: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vote-form-code input {
    font-size: 3.75rem;
    padding: 0.75rem;
  }
}

.page-landing .header:not(.header-scrolled-deep) {
  background: #007BFF;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .page-landing .header-scrolled {
    box-shadow: 0px 1px 0px #3395ff;
  }
  .page-landing .header-scrolled-deep {
    background: #FFFFFF;
    box-shadow: 0px 1px 0px #D9DBDD;
  }
}
.page-landing :not(.header-scrolled-deep) .header-nav-toggle:hover, .page-landing :not(.header-scrolled-deep) .header-nav-toggle:active {
  color: #FFFFFF;
}
.page-landing .main > .container, .page-landing .main > .background-gradient > .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  /*
  @include media-breakpoint-up(lg) {
      padding-top: $gap-lg;
      padding-bottom: $gap-lg;
  }*/
}

.page-landing .header:not(.header-scrolled-deep) :focus-visible,
.landing-header :focus-visible {
  outline-color: #FFFFFF;
}
.page-landing .header:not(.header-scrolled-deep) a.btn-white,
.landing-header a.btn-white {
  background: #3395ff;
  border-color: #3395ff;
  color: #FFFFFF;
}
.page-landing .header:not(.header-scrolled-deep) a.btn-white:hover, .page-landing .header:not(.header-scrolled-deep) a.btn-white:focus, .page-landing .header:not(.header-scrolled-deep) a.btn-white:active,
.landing-header a.btn-white:hover,
.landing-header a.btn-white:focus,
.landing-header a.btn-white:active {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #007BFF;
}
.page-landing .header:not(.header-scrolled-deep) .header-nav-search-btn:hover, .page-landing .header:not(.header-scrolled-deep) .header-nav-search-btn:focus, .page-landing .header:not(.header-scrolled-deep) .header-nav-search-btn:active,
.landing-header .header-nav-search-btn:hover,
.landing-header .header-nav-search-btn:focus,
.landing-header .header-nav-search-btn:active {
  background: #3395ff;
  border-color: #3395ff;
}

.landing-header {
  background: #007BFF;
  color: #e6f2ff;
  display: flex;
  flex-direction: column;
}
.landing-header h1 {
  color: #cce5ff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  color: inherit;
  margin: 0;
}
@media (min-width: 768px) {
  .landing-header h1 {
    font-size: 1rem;
    color: #FFFFFF;
  }
}
.landing-header .heading-sm, .landing-header .heading-md {
  margin: 0;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .landing-header .heading-md {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .landing-header .heading-sm {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .landing-header .heading-sm {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .landing-header .heading-sm {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .landing-header .heading-sm {
    font-size: 4.5rem;
  }
}
.landing-header .text-lead {
  color: inherit;
  margin: 0;
}
.landing-header img {
  margin: auto;
}
@media (min-width: 576px) {
  .landing-header img {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .landing-header img {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .landing-header img {
    max-width: 100%;
  }
}
.landing-header .btns {
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 400px) {
  .landing-header .btns {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .landing-header .btns {
    justify-content: start;
  }
}
.landing-header.landing-header-center {
  text-align: center;
}
.landing-header.landing-header-center .container {
  padding-top: 4rem;
  padding-bottom: 0;
}
.landing-header.landing-header-center .heading-sm {
  margin: 1rem auto 1rem;
}
@media (min-width: 1200px) {
  .landing-header.landing-header-center .heading-sm {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .landing-header.landing-header-center h1 {
    color: #cce5ff;
    font-size: 0.875rem;
  }
}
.landing-header.landing-header-center .text-lead {
  color: #cce5ff;
  font-size: 0.875rem;
  max-width: 700px;
  margin: 0 auto 1.5rem;
}
@media (min-width: 576px) {
  .landing-header.landing-header-center .text-lead {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .landing-header.landing-header-center .text-lead {
    font-size: 1.125rem;
    color: #e6f2ff;
  }
}

.landing-header-inner {
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 4rem 1rem 0 1rem;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  max-width: 600px;
}
@media (min-width: 992px) {
  .landing-header-inner {
    max-width: 1280px;
    padding-left: 3rem;
    padding-right: 3rem;
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 500px 1fr;
    text-align: left;
  }
}
.landing-header-inner > div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 576px) {
  .landing-header-eyebrow {
    display: inline-block;
    padding: 5px 1rem;
    border: 1px solid #4da3ff;
    border-radius: 1000px;
  }
}

.landing-header-center-image {
  margin: 0 -1rem;
  height: 450px;
}
@media (min-width: 576px) {
  .landing-header-center-image {
    margin: 0;
    height: auto;
  }
}
@media (min-width: 992px) {
  .landing-header-center-image {
    margin-top: 3rem;
  }
}
.landing-header-center-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
  max-width: none;
}
@media (min-width: 576px) {
  .landing-header-center-image img {
    object-fit: initial;
    height: auto;
  }
}

.landing-header-numbers {
  list-style: none;
  padding: 0;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  font-size: 0.875rem;
  color: #cce5ff;
  white-space: nowrap;
  justify-content: space-around;
}
@media (min-width: 400px) {
  .landing-header-numbers {
    display: flex;
  }
}
@media (min-width: 992px) {
  .landing-header-numbers {
    justify-content: space-between;
  }
}
.landing-header-numbers strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}
.landing-header-numbers span {
  display: none;
}
@media (min-width: 992px) {
  .landing-header-numbers span {
    display: inline;
  }
}

.landing-clients {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 3rem 1rem 4rem;
}
@media (min-width: 992px) {
  .landing-clients {
    max-width: 1280px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.landing-clients p {
  font-weight: 600;
  margin: 0 auto 1rem;
  color: #e6f2ff;
}
.landing-clients ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  align-items: center;
  max-width: 400px;
}
@media (min-width: 992px) {
  .landing-clients ul {
    max-width: none;
  }
}
.landing-clients li {
  flex: 1 0 auto;
}
.landing-clients img {
  width: 100%;
  max-height: 30px;
}
@media (min-width: 768px) {
  .landing-clients img {
    max-height: 48px;
  }
  .landing-clients img.landing-client-short {
    max-height: 36px;
  }
}

.landing-intro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .landing-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.landing-intro ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 576px) {
  .landing-intro ul.landing-intro-links-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .landing-intro ul.landing-intro-links-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .landing-intro ul.landing-intro-links-columns {
    grid-template-columns: 1fr 1fr;
  }
}
.landing-intro a {
  color: #007BFF;
  font-weight: 600;
  text-decoration: none;
}
.landing-intro a:hover, .landing-intro a:focus, .landing-intro a:active {
  color: #303B44;
}

.landing-flow-diagram {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .landing-flow-diagram {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .landing-flow-diagram {
    text-align: center;
  }
}
.landing-flow-diagram h2 {
  max-width: 720px;
  margin: 0 auto;
}
.landing-flow-diagram ol {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media (min-width: 768px) {
  .landing-flow-diagram ol {
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
    justify-items: start;
  }
}
@media (min-width: 1200px) {
  .landing-flow-diagram ol {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 4rem;
    justify-items: center;
  }
}
.landing-flow-diagram li {
  max-width: 240px;
  position: relative;
}
.landing-flow-diagram .landing-flow-icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background: #e6f2ff;
  color: #4da3ff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .landing-flow-diagram .landing-flow-icon {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .landing-flow-diagram .landing-flow-icon {
    margin-left: auto;
  }
}
.landing-flow-diagram .landing-flow-icon .svg-icon {
  margin: auto;
  width: 1rem;
  height: 1rem;
}
.landing-flow-diagram .landing-flow-line {
  display: none;
  height: 2px;
  width: 350%;
  position: absolute;
  top: 1rem;
  left: 50%;
  margin: -1px 0 0 0;
}
@media (min-width: 1200px) {
  .landing-flow-diagram .landing-flow-line {
    display: block;
  }
}
.landing-flow-diagram .landing-flow-line span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #66b0ff;
  border-radius: 1px;
}
.landing-flow-diagram strong {
  display: block;
  margin: 1rem auto 0.25rem;
  color: #303B44;
}
.landing-flow-diagram hr {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  right: 1.5rem;
  margin: 0;
}

@keyframes landing-flow-line-inner {
  0%, 20% {
    width: 0;
    opacity: 1;
  }
  70%, 85% {
    width: 100%;
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes landing-flow-icon-1 {
  0%, 19%, 90% {
    background: #e6f2ff;
    color: #4da3ff;
    transform: none;
  }
  20% {
    transform: scale(1.05);
  }
  21%, 85% {
    background: #4da3ff;
    color: #e6f2ff;
    transform: none;
  }
}
@keyframes landing-flow-icon-2 {
  0%, 36%, 90% {
    background: #e6f2ff;
    color: #4da3ff;
    transform: none;
  }
  37% {
    transform: scale(1.05);
  }
  38%, 85% {
    background: #4da3ff;
    color: #e6f2ff;
    transform: none;
  }
}
@keyframes landing-flow-icon-3 {
  0%, 53%, 90% {
    background: #e6f2ff;
    color: #4da3ff;
    transform: none;
  }
  54% {
    transform: scale(1.05);
  }
  55%, 85% {
    background: #4da3ff;
    color: #e6f2ff;
    transform: none;
  }
}
@keyframes landing-flow-icon-4 {
  0%, 70%, 90% {
    background: #e6f2ff;
    color: #4da3ff;
    transform: none;
  }
  71% {
    transform: scale(1.05);
  }
  72%, 85% {
    background: #4da3ff;
    color: #e6f2ff;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .landing-flow-icon-1,
  .landing-flow-icon-2,
  .landing-flow-icon-3,
  .landing-flow-icon-4,
  .landing-flow-line span {
    animation-duration: 20s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .landing-flow-icon-1 {
    animation-name: landing-flow-icon-1;
  }
  .landing-flow-icon-2 {
    animation-name: landing-flow-icon-2;
  }
  .landing-flow-icon-3 {
    animation-name: landing-flow-icon-3;
  }
  .landing-flow-icon-4 {
    animation-name: landing-flow-icon-4;
  }
  .landing-flow-line span {
    animation-name: landing-flow-line-inner;
  }
}
.landing-features-top {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.landing-features-top hr {
  margin: 0;
}
@media (min-width: 1200px) {
  .landing-features-top {
    display: grid;
    gap: 4rem 2rem;
    grid-template-columns: 1fr 1px 1fr;
  }
  .landing-features-top .landing-feature-primary + hr {
    grid-column-start: 1;
    grid-column-end: span 3;
  }
  .landing-features-top .landing-feature-secondary + hr {
    border-top: none;
    border-right: 1px solid #ECEDEE;
    height: auto;
    width: 0;
  }
}

.landing-features-bottom {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .landing-features-bottom {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: start;
  }
}
.landing-features-bottom h2 {
  font-size: 1.5rem;
}
.landing-features-bottom hr {
  margin: 0;
  align-self: stretch;
}
@media (min-width: 768px) {
  .landing-features-bottom.landing-features-bottom-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .landing-features-bottom.landing-features-bottom-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .landing-features-bottom.landing-features-bottom-4 h2 {
    min-height: 7.5rem;
  }
}
.landing-features-bottom.landing-features-bottom-4 hr {
  grid-column-start: 1;
  grid-column-end: span 2;
}
@media (min-width: 768px) {
  .landing-features-bottom.landing-features-bottom-4 hr {
    display: none;
  }
  .landing-features-bottom.landing-features-bottom-4 hr:nth-of-type(2) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .landing-features-bottom.landing-features-bottom-4 hr {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .landing-features-bottom.landing-features-bottom-2 hr {
    border-top: none;
    border-right: 1px solid #ECEDEE;
    height: auto;
    width: 0;
  }
}

.landing-feature {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .landing-features-top .landing-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .landing-features-top .landing-feature {
    gap: 2rem;
  }
  .landing-features-top .landing-feature.landing-feature-secondary {
    gap: 3rem;
    display: flex;
    flex-direction: column;
  }
}
.landing-feature .text-eyebrow {
  color: #EE4D21;
}
.landing-feature p, .landing-feature h2 {
  margin: 0;
}
.landing-feature a {
  text-decoration: none;
  color: #007BFF;
  font-weight: 600;
}
.landing-feature a .svg-icon {
  margin-left: 0.5rem;
  position: relative;
  transform: translateX(-0.25rem);
  transition: transform linear 0.3s;
}
.landing-feature a:focus, .landing-feature a:hover, .landing-feature a:active {
  text-decoration: underline;
}
.landing-feature a:focus .svg-icon, .landing-feature a:hover .svg-icon, .landing-feature a:active .svg-icon {
  transform: none;
}

@media (min-width: 992px) {
  .landing-feature-primary {
    grid-column-start: 1;
    grid-column-end: span 3;
  }
}

@media (min-width: 992px) {
  .landing-feature-primary-reverse {
    grid-column-start: 1;
    grid-column-end: span 3;
  }
}

.landing-feature-image {
  background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
  border-radius: 10px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .landing-feature-image {
    order: 2;
  }
  .landing-feature-image.landing-feature-image-reverse {
    order: -1;
  }
}
.landing-feature-image img {
  display: block;
}
.landing-feature-image.landing-feature-image-cover {
  object-fit: cover;
}
.landing-feature-image.landing-feature-image-cover img {
  width: 100%;
  height: 100%;
}

.landing-feature-text,
.landing-feature-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: start;
  align-self: center;
}
.landing-feature-text ul,
.landing-feature-header ul {
  list-style: none;
  padding-left: 0;
  color: #303B44;
}
.landing-feature-text li,
.landing-feature-header li {
  background: transparent url("/images/landing/check-blue.svg") 0 0.4rem no-repeat;
  background-size: 1rem auto;
  padding-left: 2rem;
  margin: 0;
}
.landing-feature-text li + li,
.landing-feature-header li + li {
  margin-top: 0.75rem;
}

.landing-review-wrapper {
  background: #fff9e6;
}
@media (min-width: 768px) {
  .landing-review-wrapper {
    background: transparent;
  }
}

.landing-benefits ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  list-style: none;
}
@media (min-width: 768px) {
  .landing-benefits ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .landing-benefits ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.landing-benefits li {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin: 0;
  padding: 1.5rem;
  border-radius: 10px;
  background: #f2f8ff;
}
.landing-benefits li .svg-icon {
  display: block;
  color: #66b0ff;
  height: 24px;
  width: auto;
  margin: 0;
}
.landing-benefits li:nth-child(2) {
  background: #f4fcfa;
}
.landing-benefits li:nth-child(2) .svg-icon {
  color: #79dfc1;
}
.landing-benefits li:nth-child(3) {
  background: #fffcf3;
}
.landing-benefits li:nth-child(3) .svg-icon {
  color: #ffda6a;
}
.landing-benefits li:nth-child(4) {
  background: #f8f3fe;
}
.landing-benefits li:nth-child(4) .svg-icon {
  color: #aa71ed;
}
.landing-benefits strong {
  display: block;
  margin: 3rem 0 0;
  color: #303B44;
  font-size: 1.25rem;
  font-weight: 600;
}

.landing-review {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  color: #303B44;
  background: #fff9e6;
  border-radius: 10px;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .landing-review {
    padding: 4rem 2rem;
  }
}
.landing-review .review-rating {
  margin: 0;
}
.landing-review blockquote {
  padding: 0;
  margin: 0 auto;
  border: none;
  font-size: 1.5rem;
  font-weight: 600;
  color: inherit;
  max-width: 1024px;
}
@media (min-width: 992px) {
  .landing-review blockquote {
    font-size: 1.875rem;
  }
}
.landing-review img {
  border-radius: 10px;
  display: block;
  margin: 0 auto 1rem;
}
.landing-review figcaption {
  font-size: 1.125rem;
  font-weight: 600;
  color: inherit;
}
.landing-review figcaption span {
  display: block;
  font-weight: 400;
  color: #565F66;
  margin: 0.25rem auto 0;
}

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

.landing-link {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  text-decoration: none;
  padding: 2rem;
  border: 1px solid #ECEDEE;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .landing-link {
    flex-direction: row;
    gap: 2rem;
  }
}
.landing-link h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  transition: color ease-in-out 0.3s;
}
.landing-link p {
  color: #565F66;
}
.landing-link:hover, .landing-link:focus, .landing-link:active {
  border-color: #007BFF;
}
.landing-link:hover h3, .landing-link:focus h3, .landing-link:active h3 {
  color: #007BFF;
}

.landing-link-text {
  flex: 1 1 auto;
  max-width: 768px;
}

.landing-link-more {
  flex: 0 0 auto;
  color: #007BFF;
}
.landing-link-more .svg-icon {
  margin-left: 0.5rem;
}

.faq-container {
  text-align: center;
}
.main > .faq-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.significance-form .form-success-message {
  margin-top: 1rem;
}

#significance-tool {
  white-space: nowrap;
}

.home-proof {
  text-align: center;
}
.home-proof > .container {
  padding-top: 4rem;
}
.home-proof .landing-review-wrapper, .home-proof .landing-review {
  background: transparent;
}

.home-proof-numbers {
  display: grid;
  text-align: left;
  align-items: stretch;
  margin: 4rem -1rem 0;
  grid-template-columns: 1fr;
  gap: 1rem 0;
  color: #303B44;
}
@media (min-width: 320px) {
  .home-proof-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .home-proof-numbers {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home-proof-numbers p {
  padding: 0 1rem;
  border-left: 1px solid #ECEDEE;
  margin: 0;
}
@media (max-width: 991.98px) {
  .home-proof-numbers p:nth-child(odd) {
    border-color: #FFFFFF;
  }
}
.home-proof-numbers p:first-child {
  border-color: #FFFFFF;
}
.home-proof-numbers strong {
  display: block;
  font-size: 1.5rem;
}

.home-solutions-outer {
  background: linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
}
.home-solutions-outer .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home-solutions-intro {
  text-align: center;
}
.home-solutions-intro h2 {
  margin: 1rem 0;
}

.home-solutions {
  display: flex;
  flex-direction: column;
  margin: 3rem auto;
}
.home-solutions h3 {
  font-weight: 600;
  margin-top: 0;
}
.home-solutions h3, .home-solutions p {
  margin-bottom: 0.5rem;
}
.home-solutions h3:last-child, .home-solutions p:last-child {
  margin-bottom: 0;
}
.home-solutions .home-solutions-image {
  display: block;
  max-width: none !important;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  border-radius: 6px;
  background: #007BFF;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
@media (min-width: 1200px) {
  .home-solutions .home-solutions-image {
    margin-bottom: 1.5rem;
  }
}

.home-solutions-top {
  gap: 2rem;
}
@media (min-width: 768px) {
  .home-solutions-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .home-solutions-top p {
    max-width: 400px;
  }
}

.home-solutions-bottom {
  gap: 1rem;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .home-solutions-bottom {
    gap: 2rem;
  }
  .home-solutions-bottom .home-solutions-image {
    width: 7rem;
    height: 7rem;
    flex: 0 0 auto;
    margin: 0;
  }
  .home-solutions-bottom > div {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .home-solutions-bottom {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.home-diagram {
  padding: 4rem 0;
}

.home-benefits {
  margin: 0 auto 4rem;
}

.home-paprika {
  background: linear-gradient(to top, #FFFFFF, rgba(255, 255, 255, 0) 50%), linear-gradient(115deg, #FFF5FB 0%, #E8F6FF 100%);
}
.home-paprika .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home-paprika-intro {
  text-align: center;
}
.home-paprika-intro h2 {
  margin-top: 1rem;
}

.home-paprika-text {
  margin: 3.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-paprika-text h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.home-paprika-text p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .home-paprika-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .home-paprika-text {
    grid-template-columns: 2fr 3fr 2fr;
  }
}

@media (min-width: 768px) {
  .home-paprika-image {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1200px) {
  .home-paprika-image {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
.home-paprika-image img {
  display: block;
  margin: 0 auto;
}

.home-awards {
  overflow: hidden;
  user-select: none;
  position: relative;
  padding: 0 0 4rem;
  overflow-x: hidden;
}
.home-awards:before, .home-awards:after {
  background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  max-width: 200px;
  width: 15%;
  top: 0;
  left: 0;
  z-index: 2;
}
.home-awards:after {
  left: auto;
  right: 0;
  background: linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.home-awards-carousel {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: left;
  padding: 0;
  width: 10746px;
  position: relative;
  animation: carousel-horizontal 60s linear infinite;
}

.home-award {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #303B44;
  flex: 0 0 auto;
  align-items: center;
  gap: 1.5rem;
}
.home-award div {
  width: 92px;
  text-align: right;
}
.home-award p {
  margin: 0;
  padding: 0 4rem 0 0;
}
.home-award strong {
  display: block;
  clear: both;
  width: 180px;
}
.home-award.narrow strong {
  width: 140px;
}
.home-award.wide strong {
  width: 240px;
}
.home-award span {
  display: block;
  background: #007BFF;
  padding: 0 6px;
  margin: 0 0 4px 0;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 0.875rem;
  line-height: 1.5;
  float: left;
}
.home-award em {
  font-size: 0.875rem;
  font-style: italic;
  color: #007BFF;
}

.home-articles .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.home-articles h2 {
  margin: 0.5rem 0;
}

.home-story {
  padding-top: 4rem;
}

.home-story-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .home-story-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .home-story-text {
    gap: 5rem;
  }
}
.home-story-text .heading-sm {
  margin: 0.75rem 0;
}

.home-story-text a, .home-solutions a {
  font-weight: 600;
  color: #007BFF;
  text-decoration: none;
}
.home-story-text a .svg-icon, .home-solutions a .svg-icon {
  margin-left: 0.5rem;
}
.home-story-text a:hover, .home-story-text a:focus, .home-story-text a:active, .home-solutions a:hover, .home-solutions a:focus, .home-solutions a:active {
  text-decoration: underline;
}

.home-story-image {
  margin-top: 2rem;
}
.home-story-image img {
  width: 100%;
}

.search-content-header {
  padding: 1.125rem 0;
}
.search-content-header .search-form {
  position: relative;
  top: 2.625rem;
}

.search-container {
  max-width: 800px;
}

.search-results {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  text-align: center;
  align-items: center;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1rem;
  margin: 0;
  max-width: 800px;
  font-size: 0.875rem;
  color: #C6C9CB;
  counter-reset: counter;
  text-align: left;
}
@media (min-width: 992px) {
  .search-results-list {
    gap: 4rem;
  }
}
.search-results-list li {
  padding: 0 1rem;
  counter-increment: counter;
}
.search-results-list li::marker {
  content: counter(counter);
}

.search-result {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #565F66;
  font-size: 1rem;
}
.search-result a {
  text-decoration: none;
}
.search-result a:hover, .search-result a:focus, .search-result a:active {
  text-decoration: underline;
}
.search-result h2 {
  font-size: 1.5rem;
}
.search-result p, .search-result h2 {
  margin: 0;
}
.search-result b {
  padding: 0 0.25rem;
  background: #FFF1E8;
  border-radius: 6px;
  font-weight: inherit;
  text-decoration: none !important;
}

.search-result-name a {
  color: #303B44;
}
.search-result-name a:hover, .search-result-name a:focus, .search-result-name a:active {
  color: #007BFF;
}

.search-result-url {
  order: -1;
  font-size: 0.875rem;
}
.search-result-url, .search-result-url a {
  color: #7B8288;
}

.search-loading .search-results-more-btn {
  pointer-events: none;
  opacity: 0.5;
}

.search-error {
  margin-top: 2rem;
  color: #DC3545;
  font-weight: 600;
}

.search-results-intro,
.search-results-empty {
  text-align: center;
  margin-top: -2rem;
}

.search-results-empty-container .posts-filter-empty {
  margin: 15vh auto;
}

.search-blank-content-header .search-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  min-height: calc(100vh - 5rem - 8rem);
}
@media (min-width: 992px) {
  .search-blank-content-header .search-container {
    min-height: calc(100vh - 5rem - 12rem);
  }
}
.search-blank-content-header .search-form {
  align-self: stretch;
  margin: 0 0 1rem;
}
.search-blank-content-header img {
  margin-bottom: -0.5rem;
}
.search-blank-content-header h1 {
  font-size: 2.25rem;
  margin: 0 0 0.5rem;
}
.search-blank-content-header p {
  color: #7B8288;
}

.search-form-group {
  position: relative;
}
.search-form-group .form-control {
  border-color: #FFFFFF;
  border-radius: 10px;
  padding: 0.8125rem 6.75rem 0.8125rem 2rem;
  box-shadow: 0px 20px 30px 0px rgba(66, 133, 244, 0.1019607843), 0px 0px 30px 0px rgba(66, 133, 244, 0.1019607843);
}
.search-form-group .form-control:focus {
  border-color: #007BFF;
}
.search-form-group .btn {
  display: flex;
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  background: #FFFFFF;
}
.search-form-group .btn .svg-icon {
  margin: auto;
}
.search-form-group .search-form-group-submit {
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 3.125rem;
  color: #007BFF;
  border-radius: 10px;
}
.search-form-group .search-form-group-submit:hover, .search-form-group .search-form-group-submit:focus {
  background: #007BFF;
  color: #FFFFFF;
}
.search-form-group .search-form-group-submit:active {
  background: #4da3ff;
  color: #FFFFFF;
}
.search-form-group .search-form-group-reset {
  right: 4.25rem;
  top: calc(0.825rem + 1px);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 6px;
  background: #F5F6F6;
  color: #8E9499;
}
.search-form-group .search-form-group-reset:hover, .search-form-group .search-form-group-reset:focus {
  background: #C6C9CB;
  color: #FFFFFF;
}
.search-form-group .search-form-group-reset:active {
  background: #8E9499;
  color: #FFFFFF;
}
.search-form-group .form-control:placeholder-shown ~ .search-form-group-submit ~ .search-form-group-reset {
  display: none;
}
.header-nav-search .search-form-group .form-control {
  border-color: #FFFFFF;
  border-radius: 10px;
  padding: 0.8125rem 4.5rem 0.8125rem 4.25rem;
  box-shadow: none;
  border-color: #4da3ff;
  border-radius: 6px;
}
.header-nav-search .search-form-group .form-control:focus-visible {
  outline-color: #80bdff;
}
.header-nav-search .search-form-group .search-form-group-reset {
  right: calc(0.825rem + 1px);
  border-radius: 6px;
}
.header-nav-search .search-form-group .search-form-group-submit {
  left: 1px;
  right: auto;
  border-radius: 6px;
}