@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500;600;700&display=swap");
/*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #262a38;
  --bs-secondary: #4f5d75;
  --bs-success: #086343;
  --bs-info: #d9f6f4;
  --bs-warning: #a64f21;
  --bs-danger: #9f1b1f;
  --bs-light: #eff2f3;
  --bs-dark: #262a38;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #262a38;
  text-decoration: underline;
}
a:hover {
  color: rgb(30.4, 33.6, 44.8);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #212529;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-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 {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.5rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.5rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.5rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 2rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 5rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 8rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 8rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: rgb(211.6, 212.4, 215.2);
  --bs-table-striped-bg: rgb(201.02, 201.78, 204.44);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(190.44, 191.16, 193.68);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(195.73, 196.47, 199.06);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(190.44, 191.16, 193.68);
}

.table-secondary {
  --bs-table-bg: rgb(219.8, 222.6, 227.4);
  --bs-table-striped-bg: rgb(208.81, 211.47, 216.03);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(197.82, 200.34, 204.66);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(203.315, 205.905, 210.345);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(197.82, 200.34, 204.66);
}

.table-success {
  --bs-table-bg: rgb(205.6, 223.8, 217.4);
  --bs-table-striped-bg: rgb(195.32, 212.61, 206.53);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.04, 201.42, 195.66);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(190.18, 207.015, 201.095);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(185.04, 201.42, 195.66);
}

.table-info {
  --bs-table-bg: rgb(247.4, 253.2, 252.8);
  --bs-table-striped-bg: rgb(235.03, 240.54, 240.16);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(222.66, 227.88, 227.52);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(228.845, 234.21, 233.84);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(222.66, 227.88, 227.52);
}

.table-warning {
  --bs-table-bg: rgb(237.2, 219.8, 210.6);
  --bs-table-striped-bg: rgb(225.34, 208.81, 200.07);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(213.48, 197.82, 189.54);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(219.41, 203.315, 194.805);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(213.48, 197.82, 189.54);
}

.table-danger {
  --bs-table-bg: rgb(235.8, 209.4, 210.2);
  --bs-table-striped-bg: rgb(224.01, 198.93, 199.69);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(212.22, 188.46, 189.18);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(218.115, 193.695, 194.435);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(212.22, 188.46, 189.18);
}

.table-light {
  --bs-table-bg: #eff2f3;
  --bs-table-striped-bg: rgb(227.05, 229.9, 230.85);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(215.1, 217.8, 218.7);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(221.075, 223.85, 224.775);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(215.1, 217.8, 218.7);
}

.table-dark {
  --bs-table-bg: #262a38;
  --bs-table-striped-bg: rgb(48.85, 52.65, 65.95);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(59.7, 63.3, 75.9);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(54.275, 57.975, 70.925);
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: rgb(59.7, 63.3, 75.9);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .hs-input:not([type=checkbox]) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .hs-input:not([type=checkbox]) {
    transition: none;
  }
}
.form-control[type=file], .hs-input:not([type=checkbox])[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .hs-input:not([type=checkbox])[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .hs-input:not([type=checkbox]):focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(146.5, 148.5, 155.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(38, 42, 56, 0.25);
}
.form-control::-webkit-date-and-time-value, .hs-input:not([type=checkbox])::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder, .hs-input:not([type=checkbox])::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly], .hs-input:not([type=checkbox]):disabled, .hs-input:not([type=checkbox])[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .hs-input:not([type=checkbox])::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .hs-input:not([type=checkbox])::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .hs-input:not([type=checkbox]):hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button, .hs-input:not([type=checkbox])::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .hs-input:not([type=checkbox])::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .hs-input:not([type=checkbox]):hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.hs-form-booleancheckbox-display {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1rem;
}

.hs-input[type=checkbox] {
  float: none;
  width: 1.5rem !important;
  height: 1.5rem !important;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.hs-input[type=checkbox]:checked {
  background-color: #262a38;
  border-color: #262a38;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.5rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.5rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  appearance: none;
}
.form-select:focus {
  border-color: rgb(146.5, 148.5, 155.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(38, 42, 56, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(146.5, 148.5, 155.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(38, 42, 56, 0.25);
}
.form-check-input:checked {
  background-color: #262a38;
  border-color: #262a38;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #262a38;
  border-color: #262a38;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28146.5, 148.5, 155.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-check[disabled] + input.hs-button.primary.large, .btn-check:disabled + .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-check:disabled + input.hs-button.primary.large {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(38, 42, 56, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(38, 42, 56, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #262a38;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(189.9, 191.1, 195.3);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #262a38;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(189.9, 191.1, 195.3);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .input-group input.hs-button.primary.large {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:focus, .community-content.newsletter-signup .community-form-contain.newsletter .input-group input.hs-button.primary.large:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.community-content.newsletter-signup .community-form-contain.newsletter .input-group-lg > input.hs-button.primary.large {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.community-content.newsletter-signup .community-form-contain.newsletter .input-group-sm > input.hs-button.primary.large {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #086343;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(8, 99, 67, 0.9);
  border-radius: remCustom(10px);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #086343;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23086343' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #086343;
  box-shadow: 0 0 0 0.25rem rgba(8, 99, 67, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #086343;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23086343' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #086343;
  box-shadow: 0 0 0 0.25rem rgba(8, 99, 67, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #086343;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #086343;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(8, 99, 67, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #086343;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #9f1b1f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(159, 27, 31, 0.9);
  border-radius: remCustom(10px);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #9f1b1f;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%239f1b1f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%239f1b1f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #9f1b1f;
  box-shadow: 0 0 0 0.25rem rgba(159, 27, 31, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #9f1b1f;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%239f1b1f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%239f1b1f' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #9f1b1f;
  box-shadow: 0 0 0 0.25rem rgba(159, 27, 31, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #9f1b1f;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #9f1b1f;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(159, 27, 31, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #9f1b1f;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

.btn, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 2rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large {
    transition: none;
  }
}
.btn:hover, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:hover {
  color: #212529;
}
.btn-check:focus + .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-check:focus + input.hs-button.primary.large, .btn:focus, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(38, 42, 56, 0.25);
}
.btn:disabled, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:disabled, .btn.disabled, .community-content.newsletter-signup .community-form-contain.newsletter input.disabled.hs-button.primary.large, fieldset:disabled .btn, fieldset:disabled .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter fieldset:disabled input.hs-button.primary.large {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large {
  color: #fff;
  background-color: #262a38;
  border-color: #262a38;
}
.btn-primary:hover, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:hover {
  color: #fff;
  background-color: rgb(32.3, 35.7, 47.6);
  border-color: rgb(30.4, 33.6, 44.8);
}
.btn-check:focus + .btn-primary, .community-content.newsletter-signup .community-form-contain.newsletter .btn-check:focus + input.hs-button.primary.large, .btn-primary:focus, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:focus {
  color: #fff;
  background-color: rgb(32.3, 35.7, 47.6);
  border-color: rgb(30.4, 33.6, 44.8);
  box-shadow: 0 0 0 0.25rem rgba(70.55, 73.95, 85.85, 0.5);
}
.btn-check:checked + .btn-primary, .community-content.newsletter-signup .community-form-contain.newsletter .btn-check:checked + input.hs-button.primary.large, .btn-check:active + .btn-primary, .community-content.newsletter-signup .community-form-contain.newsletter .btn-check:active + input.hs-button.primary.large, .btn-primary:active, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:active, .btn-primary.active, .community-content.newsletter-signup .community-form-contain.newsletter input.active.hs-button.primary.large, .show > .btn-primary.dropdown-toggle, .community-content.newsletter-signup .community-form-contain.newsletter .show > input.dropdown-toggle.hs-button.primary.large {
  color: #fff;
  background-color: rgb(30.4, 33.6, 44.8);
  border-color: rgb(28.5, 31.5, 42);
}
.btn-check:checked + .btn-primary:focus, .community-content.newsletter-signup .community-form-contain.newsletter .btn-check:checked + input.hs-button.primary.large:focus, .btn-check:active + .btn-primary:focus, .community-content.newsletter-signup .community-form-contain.newsletter .btn-check:active + input.hs-button.primary.large:focus, .btn-primary:active:focus, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:active:focus, .btn-primary.active:focus, .community-content.newsletter-signup .community-form-contain.newsletter input.active.hs-button.primary.large:focus, .show > .btn-primary.dropdown-toggle:focus, .community-content.newsletter-signup .community-form-contain.newsletter .show > input.dropdown-toggle.hs-button.primary.large:focus {
  box-shadow: 0 0 0 0.25rem rgba(70.55, 73.95, 85.85, 0.5);
}
.btn-primary:disabled, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:disabled, .btn-primary.disabled, .community-content.newsletter-signup .community-form-contain.newsletter input.disabled.hs-button.primary.large {
  color: #fff;
  background-color: #262a38;
  border-color: #262a38;
}

.btn-secondary {
  color: #fff;
  background-color: #4f5d75;
  border-color: #4f5d75;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(67.15, 79.05, 99.45);
  border-color: rgb(63.2, 74.4, 93.6);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: rgb(67.15, 79.05, 99.45);
  border-color: rgb(63.2, 74.4, 93.6);
  box-shadow: 0 0 0 0.25rem rgba(105.4, 117.3, 137.7, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(63.2, 74.4, 93.6);
  border-color: rgb(59.25, 69.75, 87.75);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(105.4, 117.3, 137.7, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #4f5d75;
  border-color: #4f5d75;
}

.btn-success {
  color: #fff;
  background-color: #086343;
  border-color: #086343;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(6.8, 84.15, 56.95);
  border-color: rgb(6.4, 79.2, 53.6);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: rgb(6.8, 84.15, 56.95);
  border-color: rgb(6.4, 79.2, 53.6);
  box-shadow: 0 0 0 0.25rem rgba(45.05, 122.4, 95.2, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(6.4, 79.2, 53.6);
  border-color: rgb(6, 74.25, 50.25);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(45.05, 122.4, 95.2, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #086343;
  border-color: #086343;
}

.btn-info {
  color: #000;
  background-color: #d9f6f4;
  border-color: #d9f6f4;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(222.7, 247.35, 245.65);
  border-color: rgb(220.8, 246.9, 245.1);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: rgb(222.7, 247.35, 245.65);
  border-color: rgb(220.8, 246.9, 245.1);
  box-shadow: 0 0 0 0.25rem rgba(184.45, 209.1, 207.4, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(224.6, 247.8, 246.2);
  border-color: rgb(220.8, 246.9, 245.1);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(184.45, 209.1, 207.4, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #d9f6f4;
  border-color: #d9f6f4;
}

.btn-warning {
  color: #fff;
  background-color: #a64f21;
  border-color: #a64f21;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(141.1, 67.15, 28.05);
  border-color: rgb(132.8, 63.2, 26.4);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: rgb(141.1, 67.15, 28.05);
  border-color: rgb(132.8, 63.2, 26.4);
  box-shadow: 0 0 0 0.25rem rgba(179.35, 105.4, 66.3, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(132.8, 63.2, 26.4);
  border-color: rgb(124.5, 59.25, 24.75);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(179.35, 105.4, 66.3, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #a64f21;
  border-color: #a64f21;
}

.btn-danger {
  color: #fff;
  background-color: #9f1b1f;
  border-color: #9f1b1f;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(135.15, 22.95, 26.35);
  border-color: rgb(127.2, 21.6, 24.8);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(135.15, 22.95, 26.35);
  border-color: rgb(127.2, 21.6, 24.8);
  box-shadow: 0 0 0 0.25rem rgba(173.4, 61.2, 64.6, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(127.2, 21.6, 24.8);
  border-color: rgb(119.25, 20.25, 23.25);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(173.4, 61.2, 64.6, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #9f1b1f;
  border-color: #9f1b1f;
}

.btn-light {
  color: #000;
  background-color: #eff2f3;
  border-color: #eff2f3;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(241.4, 243.95, 244.8);
  border-color: rgb(240.6, 243.3, 244.2);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(241.4, 243.95, 244.8);
  border-color: rgb(240.6, 243.3, 244.2);
  box-shadow: 0 0 0 0.25rem rgba(203.15, 205.7, 206.55, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(242.2, 244.6, 245.4);
  border-color: rgb(240.6, 243.3, 244.2);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(203.15, 205.7, 206.55, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #eff2f3;
  border-color: #eff2f3;
}

.btn-dark {
  color: #fff;
  background-color: #262a38;
  border-color: #262a38;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(32.3, 35.7, 47.6);
  border-color: rgb(30.4, 33.6, 44.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(32.3, 35.7, 47.6);
  border-color: rgb(30.4, 33.6, 44.8);
  box-shadow: 0 0 0 0.25rem rgba(70.55, 73.95, 85.85, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.4, 33.6, 44.8);
  border-color: rgb(28.5, 31.5, 42);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(70.55, 73.95, 85.85, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #262a38;
  border-color: #262a38;
}

.btn-link {
  font-weight: 400;
  color: #262a38;
  text-decoration: underline;
  cursor: pointer;
}
.btn-link:hover {
  color: rgb(30.4, 33.6, 44.8);
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-lg > input.hs-button.primary.large {
  padding: 10px 2rem;
  font-size: 1.25rem;
  border-radius: 1.5rem;
}

.btn-sm, .btn-group-sm > .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-sm > input.hs-button.primary.large {
  padding: 10px 2rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #262a38;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #262a38;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group > input.hs-button.primary.large,
.btn-group-vertical > .btn,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > input.hs-button.primary.large {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group > .btn-check:checked + input.hs-button.primary.large,
.btn-group > .btn-check:focus + .btn,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group > .btn-check:focus + input.hs-button.primary.large,
.btn-group > .btn:hover,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group > input.hs-button.primary.large:hover,
.btn-group > .btn:focus,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group > input.hs-button.primary.large:focus,
.btn-group > .btn:active,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group > input.hs-button.primary.large:active,
.btn-group > .btn.active,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group > input.active.hs-button.primary.large,
.btn-group-vertical > .btn-check:checked + .btn,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > .btn-check:checked + input.hs-button.primary.large,
.btn-group-vertical > .btn-check:focus + .btn,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > .btn-check:focus + input.hs-button.primary.large,
.btn-group-vertical > .btn:hover,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > input.hs-button.primary.large:hover,
.btn-group-vertical > .btn:focus,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > input.hs-button.primary.large:focus,
.btn-group-vertical > .btn:active,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > input.hs-button.primary.large:active,
.btn-group-vertical > .btn.active,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > input.active.hs-button.primary.large {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .community-content.newsletter-signup .community-form-contain.newsletter .btn-group > input.hs-button.primary.large:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .community-content.newsletter-signup .community-form-contain.newsletter .btn-group > input.hs-button.primary.large:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group > .btn-group:not(:last-child) > input.hs-button.primary.large {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .community-content.newsletter-signup .community-form-contain.newsletter .btn-group > input.hs-button.primary.large:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group > :not(.btn-check) + input.hs-button.primary.large,
.btn-group > .btn-group:not(:first-child) > .btn,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group > .btn-group:not(:first-child) > input.hs-button.primary.large {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-sm > input.hs-button.primary.large + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-lg > input.hs-button.primary.large + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > input.hs-button.primary.large,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > input.hs-button.primary.large:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > input.hs-button.primary.large:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > .btn-group:not(:last-child) > input.hs-button.primary.large {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > input.hs-button.primary.large ~ .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > .btn ~ input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > input.hs-button.primary.large ~ input.hs-button.primary.large,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.community-content.newsletter-signup .community-form-contain.newsletter .btn-group-vertical > .btn-group:not(:first-child) > input.hs-button.primary.large {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #262a38;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: rgb(34.2, 37.8, 50.4);
  background-color: rgb(233.3, 233.7, 235.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(/ui/img/svg/chevron-down.svg);
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(/ui/img/svg/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(146.5, 148.5, 155.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(38, 42, 56, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.accordion-item:last-of-type {
  margin-bottom: 0;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #262a38;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: rgb(30.4, 33.6, 44.8);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: rgb(30.4, 33.6, 44.8);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(38, 42, 56, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #262a38;
  border-color: #262a38;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: rgb(22.8, 25.2, 33.6);
  background-color: rgb(211.6, 212.4, 215.2);
  border-color: rgb(189.9, 191.1, 195.3);
}
.alert-primary .alert-link {
  color: rgb(18.24, 20.16, 26.88);
}

.alert-secondary {
  color: rgb(47.4, 55.8, 70.2);
  background-color: rgb(219.8, 222.6, 227.4);
  border-color: rgb(202.2, 206.4, 213.6);
}
.alert-secondary .alert-link {
  color: rgb(37.92, 44.64, 56.16);
}

.alert-success {
  color: rgb(4.8, 59.4, 40.2);
  background-color: rgb(205.6, 223.8, 217.4);
  border-color: rgb(180.9, 208.2, 198.6);
}
.alert-success .alert-link {
  color: rgb(3.84, 47.52, 32.16);
}

.alert-info {
  color: rgb(86.8, 98.4, 97.6);
  background-color: rgb(247.4, 253.2, 252.8);
  border-color: rgb(243.6, 252.3, 251.7);
}
.alert-info .alert-link {
  color: rgb(69.44, 78.72, 78.08);
}

.alert-warning {
  color: rgb(99.6, 47.4, 19.8);
  background-color: rgb(237.2, 219.8, 210.6);
  border-color: rgb(228.3, 202.2, 188.4);
}
.alert-warning .alert-link {
  color: rgb(79.68, 37.92, 15.84);
}

.alert-danger {
  color: rgb(95.4, 16.2, 18.6);
  background-color: rgb(235.8, 209.4, 210.2);
  border-color: rgb(226.2, 186.6, 187.8);
}
.alert-danger .alert-link {
  color: rgb(76.32, 12.96, 14.88);
}

.alert-light {
  color: rgb(95.6, 96.8, 97.2);
  background-color: rgb(251.8, 252.4, 252.6);
  border-color: rgb(250.2, 251.1, 251.4);
}
.alert-light .alert-link {
  color: rgb(76.48, 77.44, 77.76);
}

.alert-dark {
  color: rgb(22.8, 25.2, 33.6);
  background-color: rgb(211.6, 212.4, 215.2);
  border-color: rgb(189.9, 191.1, 195.3);
}
.alert-dark .alert-link {
  color: rgb(18.24, 20.16, 26.88);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.5rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #262a38;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #262a38;
  border-color: #262a38;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(22.8, 25.2, 33.6);
  background-color: rgb(211.6, 212.4, 215.2);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(22.8, 25.2, 33.6);
  background-color: rgb(190.44, 191.16, 193.68);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(22.8, 25.2, 33.6);
  border-color: rgb(22.8, 25.2, 33.6);
}

.list-group-item-secondary {
  color: rgb(47.4, 55.8, 70.2);
  background-color: rgb(219.8, 222.6, 227.4);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(47.4, 55.8, 70.2);
  background-color: rgb(197.82, 200.34, 204.66);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(47.4, 55.8, 70.2);
  border-color: rgb(47.4, 55.8, 70.2);
}

.list-group-item-success {
  color: rgb(4.8, 59.4, 40.2);
  background-color: rgb(205.6, 223.8, 217.4);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(4.8, 59.4, 40.2);
  background-color: rgb(185.04, 201.42, 195.66);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(4.8, 59.4, 40.2);
  border-color: rgb(4.8, 59.4, 40.2);
}

.list-group-item-info {
  color: rgb(86.8, 98.4, 97.6);
  background-color: rgb(247.4, 253.2, 252.8);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(86.8, 98.4, 97.6);
  background-color: rgb(222.66, 227.88, 227.52);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(86.8, 98.4, 97.6);
  border-color: rgb(86.8, 98.4, 97.6);
}

.list-group-item-warning {
  color: rgb(99.6, 47.4, 19.8);
  background-color: rgb(237.2, 219.8, 210.6);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(99.6, 47.4, 19.8);
  background-color: rgb(213.48, 197.82, 189.54);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.6, 47.4, 19.8);
  border-color: rgb(99.6, 47.4, 19.8);
}

.list-group-item-danger {
  color: rgb(95.4, 16.2, 18.6);
  background-color: rgb(235.8, 209.4, 210.2);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(95.4, 16.2, 18.6);
  background-color: rgb(212.22, 188.46, 189.18);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(95.4, 16.2, 18.6);
  border-color: rgb(95.4, 16.2, 18.6);
}

.list-group-item-light {
  color: rgb(95.6, 96.8, 97.2);
  background-color: rgb(251.8, 252.4, 252.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(95.6, 96.8, 97.2);
  background-color: rgb(226.62, 227.16, 227.34);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(95.6, 96.8, 97.2);
  border-color: rgb(95.6, 96.8, 97.2);
}

.list-group-item-dark {
  color: rgb(22.8, 25.2, 33.6);
  background-color: rgb(211.6, 212.4, 215.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(22.8, 25.2, 33.6);
  background-color: rgb(190.44, 191.16, 193.68);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(22.8, 25.2, 33.6);
  border-color: rgb(22.8, 25.2, 33.6);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.5rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(38, 42, 56, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(38, 42, 56, 0.05), 0 1px 3px transparent, 0 15px 15px -7.5px rgba(38, 42, 56, 0.3);
  border-radius: 0.5rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.5rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(1.5rem - 1px);
  border-top-right-radius: calc(1.5rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(1.5rem - 1px);
  border-bottom-left-radius: calc(1.5rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #fff;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #fff;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #fff;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #fff;
}

.tooltip-inner {
  max-width: 300px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: remCustom(10px);
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.5rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgb(215.73, 215.73, 215.73);
  border-top-left-radius: calc(1.5rem - 1px);
  border-top-right-radius: calc(1.5rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-backdrop::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1039;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #262a38;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(30.4, 33.6, 44.8);
}

.link-secondary {
  color: #4f5d75;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(63.2, 74.4, 93.6);
}

.link-success {
  color: #086343;
}
.link-success:hover, .link-success:focus {
  color: rgb(6.4, 79.2, 53.6);
}

.link-info {
  color: #d9f6f4;
}
.link-info:hover, .link-info:focus {
  color: rgb(224.6, 247.8, 246.2);
}

.link-warning {
  color: #a64f21;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(132.8, 63.2, 26.4);
}

.link-danger {
  color: #9f1b1f;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(127.2, 21.6, 24.8);
}

.link-light {
  color: #eff2f3;
}
.link-light:hover, .link-light:focus {
  color: rgb(242.2, 244.6, 245.4);
}

.link-dark {
  color: #262a38;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(30.4, 33.6, 44.8);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0 0 1px rgba(38, 42, 56, 0.05), 0 1px 3px transparent, 0 15px 15px -7.5px rgba(38, 42, 56, 0.3) !important;
}

.shadow-sm {
  box-shadow: 0 0 0 1px rgba(38, 42, 56, 0.05), 0 0px 3px transparent, 0 3px 3px -1.5px rgba(38, 42, 56, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #262a38 !important;
}

.border-secondary {
  border-color: #4f5d75 !important;
}

.border-success {
  border-color: #086343 !important;
}

.border-info {
  border-color: #d9f6f4 !important;
}

.border-warning {
  border-color: #a64f21 !important;
}

.border-danger {
  border-color: #9f1b1f !important;
}

.border-light {
  border-color: #eff2f3 !important;
}

.border-dark {
  border-color: #262a38 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.5rem !important;
}

.gap-2 {
  gap: 1rem !important;
}

.gap-3 {
  gap: 1.5rem !important;
}

.gap-4 {
  gap: 2rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4rem !important;
}

.gap-7 {
  gap: 5rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.5rem !important;
}

.me-2 {
  margin-right: 1rem !important;
}

.me-3 {
  margin-right: 1.5rem !important;
}

.me-4 {
  margin-right: 2rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4rem !important;
}

.me-7 {
  margin-right: 5rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.5rem !important;
}

.ms-2 {
  margin-left: 1rem !important;
}

.ms-3 {
  margin-left: 1.5rem !important;
}

.ms-4 {
  margin-left: 2rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4rem !important;
}

.ms-7 {
  margin-left: 5rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.5rem !important;
}

.pe-2 {
  padding-right: 1rem !important;
}

.pe-3 {
  padding-right: 1.5rem !important;
}

.pe-4 {
  padding-right: 2rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.5rem !important;
}

.ps-2 {
  padding-left: 1rem !important;
}

.ps-3 {
  padding-left: 1.5rem !important;
}

.ps-4 {
  padding-left: 2rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4rem !important;
}

.ps-7 {
  padding-left: 5rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #262a38 !important;
}

.text-secondary {
  color: #4f5d75 !important;
}

.text-success {
  color: #086343 !important;
}

.text-info {
  color: #d9f6f4 !important;
}

.text-warning {
  color: #a64f21 !important;
}

.text-danger {
  color: #9f1b1f !important;
}

.text-light {
  color: #eff2f3 !important;
}

.text-dark {
  color: #262a38 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #262a38 !important;
}

.bg-secondary {
  background-color: #4f5d75 !important;
}

.bg-success {
  background-color: #086343 !important;
}

.bg-info {
  background-color: #d9f6f4 !important;
}

.bg-warning {
  background-color: #a64f21 !important;
}

.bg-danger {
  background-color: #9f1b1f !important;
}

.bg-light {
  background-color: #eff2f3 !important;
}

.bg-dark {
  background-color: #262a38 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.5rem !important;
}

.rounded-3 {
  border-radius: 1.5rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-end {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.5rem !important;
  }
  .gap-sm-2 {
    gap: 1rem !important;
  }
  .gap-sm-3 {
    gap: 1.5rem !important;
  }
  .gap-sm-4 {
    gap: 2rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 4rem !important;
  }
  .gap-sm-7 {
    gap: 5rem !important;
  }
  .gap-sm-8 {
    gap: 8rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 2rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 2rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4rem !important;
  }
  .me-sm-7 {
    margin-right: 5rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 2rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4rem !important;
  }
  .ms-sm-7 {
    margin-left: 5rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 2rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 2rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4rem !important;
  }
  .pe-sm-7 {
    padding-right: 5rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 2rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4rem !important;
  }
  .ps-sm-7 {
    padding-left: 5rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.5rem !important;
  }
  .gap-md-2 {
    gap: 1rem !important;
  }
  .gap-md-3 {
    gap: 1.5rem !important;
  }
  .gap-md-4 {
    gap: 2rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 4rem !important;
  }
  .gap-md-7 {
    gap: 5rem !important;
  }
  .gap-md-8 {
    gap: 8rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 2rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 2rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4rem !important;
  }
  .me-md-7 {
    margin-right: 5rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 2rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4rem !important;
  }
  .ms-md-7 {
    margin-left: 5rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 2rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 2rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4rem !important;
  }
  .pe-md-7 {
    padding-right: 5rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 2rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4rem !important;
  }
  .ps-md-7 {
    padding-left: 5rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.5rem !important;
  }
  .gap-lg-2 {
    gap: 1rem !important;
  }
  .gap-lg-3 {
    gap: 1.5rem !important;
  }
  .gap-lg-4 {
    gap: 2rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 4rem !important;
  }
  .gap-lg-7 {
    gap: 5rem !important;
  }
  .gap-lg-8 {
    gap: 8rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 2rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 2rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4rem !important;
  }
  .me-lg-7 {
    margin-right: 5rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 2rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4rem !important;
  }
  .ms-lg-7 {
    margin-left: 5rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 2rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 2rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4rem !important;
  }
  .pe-lg-7 {
    padding-right: 5rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 2rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4rem !important;
  }
  .ps-lg-7 {
    padding-left: 5rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.5rem !important;
  }
  .gap-xl-2 {
    gap: 1rem !important;
  }
  .gap-xl-3 {
    gap: 1.5rem !important;
  }
  .gap-xl-4 {
    gap: 2rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 4rem !important;
  }
  .gap-xl-7 {
    gap: 5rem !important;
  }
  .gap-xl-8 {
    gap: 8rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 2rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 2rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4rem !important;
  }
  .me-xl-7 {
    margin-right: 5rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 2rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4rem !important;
  }
  .ms-xl-7 {
    margin-left: 5rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 2rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 2rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4rem !important;
  }
  .pe-xl-7 {
    padding-right: 5rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 2rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4rem !important;
  }
  .ps-xl-7 {
    padding-left: 5rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.5rem !important;
  }
  .gap-xxl-2 {
    gap: 1rem !important;
  }
  .gap-xxl-3 {
    gap: 1.5rem !important;
  }
  .gap-xxl-4 {
    gap: 2rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 4rem !important;
  }
  .gap-xxl-7 {
    gap: 5rem !important;
  }
  .gap-xxl-8 {
    gap: 8rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.5rem !important;
  }
  .m-xxl-2 {
    margin: 1rem !important;
  }
  .m-xxl-3 {
    margin: 1.5rem !important;
  }
  .m-xxl-4 {
    margin: 2rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .m-xxl-7 {
    margin: 5rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4rem !important;
  }
  .mt-xxl-7 {
    margin-top: 5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 1rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 2rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4rem !important;
  }
  .me-xxl-7 {
    margin-right: 5rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 1rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 2rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4rem !important;
  }
  .ms-xxl-7 {
    margin-left: 5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 2rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .p-xxl-7 {
    padding: 5rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4rem !important;
  }
  .pt-xxl-7 {
    padding-top: 5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 1rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 2rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4rem !important;
  }
  .pe-xxl-7 {
    padding-right: 5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 1rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 2rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4rem !important;
  }
  .ps-xxl-7 {
    padding-left: 5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* $spacer: 1rem;
  $xl5: $spacer * 8; // xl5 = 128px
  $xl4: $spacer * 5; // xl4 = 80px
  $xl3: $spacer * 4; // xl3 = 64px
  $xl2: $spacer * 3; // xl2 = 48px
  $xl: $spacer * 2; // xl = 32px
  $l: $spacer * 1.5; // l = 24px
  $m: $spacer; // m = 16px
  $xs: $spacer / 2; // xs = 8px
*/
.btn-outline-tertiary, .btn-outline-secondary, .btn-outline-primary, .btn-secondary, .btn-primary, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large {
  padding: 10px 2rem;
  font-size: 1rem;
  font-weight: 600;
  height: max-content;
  border-radius: 5px;
}

.dbt-certification-page .stats, .get-started .start-free, main .row, .learn main .row, .where-it-lives .logos-content .logo-graphic:hover, .how-dbt-works img, .about .company-news h2, .about .company-news .h2, .about .company-news, .about main .stats {
  position: relative;
  z-index: 2;
}

.summit .hero::after, .dbt-certification-page .dbt-certification::before, .dei::before, .our-values::before, .open-roles .grow-your-career::after, .get-started::after, .start-using::before, .learn main::before, .logo-variations::before, .brand-usage::before, .featured-case-study::before, .how-dbt-works h3::before, .how-dbt-works .h3::before, .dbt-core::before, .join-the.community .community::before, .about .company-news::after, .about main .about-dbt-labs::before {
  content: "";
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
}

.about main .profile-container {
  gap: 2rem;
  padding: 1rem;
}
.about main .profile-container .card {
  gap: 3rem;
  padding: 2.25rem;
  box-shadow: 0px 10px 16px 0px rgba(38, 42, 56, 0.05);
  border: solid #eff2f3 1px;
}
.about main .profile-container .profile {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  width: 240px;
  height: 240px;
}
.about main .profile {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.about main .learn-more {
  background: url(/ui/img/png/join-us-img-sm.png) left bottom no-repeat;
  background-size: 266px 160px;
}
@media (min-width: 992px) {
  .about main .learn-more {
    background: url(/ui/img/png/about-shapes-learn.png) left bottom no-repeat;
    background-size: 105px;
  }
}
@media (min-width: 1400px) {
  .about main .learn-more {
    background: url(/ui/img/png/about-shapes-learn.png) left bottom no-repeat;
    background-size: 200px;
  }
}
@media (max-width: 767.98px) {
  .about main .learn-more .row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991.98px) {
  .about main .learn-more .row .col-lg-6 {
    margin-bottom: 3rem;
  }
}
.about main .about-dbt-labs {
  position: relative;
}
.about main .about-dbt-labs::before {
  background-image: url(/ui/img/svg/shape-teal-80.svg), url(/ui/img/svg/shape-teal-20-10.svg), url(/ui/img/svg/shape-orange-100.svg);
  background-size: 17px, 36.75px, 17px;
  background-position: 15% 3%, 85% -2%, 92% 3%;
  background-repeat: no-repeat;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .about main .about-dbt-labs::before {
    background-size: 34px, 73.5px, 34px;
    background-position: 15% 5%, 85% -5%, 92% 5%;
  }
}
@media (min-width: 992px) {
  .about main .about-dbt-labs::before {
    background-size: 68px, 147px, 68px;
    background-position: 20% 10%, 80% 20%, 86% 33%;
  }
}
.about main .about-dbt-labs .dbt-labs-logo {
  width: 8.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .about main .about-dbt-labs .dbt-labs-logo {
    margin-bottom: 2rem;
    width: 11.25rem;
  }
}
@media (min-width: 992px) {
  .about main .about-dbt-labs .dbt-labs-logo {
    width: 12.5rem;
  }
}
.about main .stats {
  color: #96d7d1;
}
@media (max-width: 767.98px) {
  .about main .stats {
    flex: 0 0 50%;
  }
}
.about main .stats p {
  color: #fff;
  margin: 0;
}
.about .meet-the-team {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
  background-size: auto 320px;
}
.about .meet-the-team h2, .about .meet-the-team .h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .about .meet-the-team h2, .about .meet-the-team .h2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .about .meet-the-team h2, .about .meet-the-team .h2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .about .meet-the-team {
    background-size: auto 280px;
  }
}
@media (min-width: 1200px) {
  .about .meet-the-team {
    background-size: auto 340px;
  }
}
.about .meet-the-team h3, .about .meet-the-team .h3 {
  margin-bottom: 0.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: -0.25px;
}
@media (max-width: 991.98px) {
  .about .meet-the-team h3, .about .meet-the-team .h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    letter-spacing: -0.25px;
  }
}
.about .meet-the-team p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
}
.about .meet-the-team .card-body {
  width: 100%;
}
.about .meet-the-team p.bio {
  margin-top: 1rem;
  margin-bottom: 0;
}
.about .meet-the-team .socials i {
  color: #727d91;
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  .about .meet-the-team .socials i {
    font-size: 2.25rem;
  }
}
.about .meet-the-team .socials i:hover {
  color: #262a38;
}
.about .board-of-directors {
  justify-content: space-between;
}
.about .board-of-directors h2, .about .board-of-directors .h2 {
  margin-bottom: 3rem;
}
.about .board-of-directors .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .about .board-of-directors .card .profile {
    max-width: 200px;
    width: 100%;
  }
}
.about .board-of-directors .card .card-body {
  padding: 2rem 3rem;
}
.about .board-of-directors h3, .about .board-of-directors .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: -0.25px;
}
@media (max-width: 991.98px) {
  .about .board-of-directors h3, .about .board-of-directors .h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    letter-spacing: -0.25px;
  }
}
.about .board-of-directors p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
}
.about .company-news::after {
  background-image: url(/ui/img/png/about-shape-customer-rt.png);
  top: -6vw;
  right: 0;
  width: 5.375rem;
  height: 6.125rem;
}
@media (min-width: 768px) {
  .about .company-news::after {
    width: 11.5rem;
    height: 13.0625rem;
    top: -5%;
  }
}
@media (min-width: 992px) {
  .about .company-news::after {
    width: 21.5rem;
    height: 24.375rem;
    top: -13%;
    right: 0;
  }
}
.about .company-news .card img {
  aspect-ratio: 1.5/1;
  object-fit: cover;
}
.about .company-news .card .card-body {
  padding: 2rem 3rem;
}
@media (max-width: 767.98px) {
  .about .company-news .col {
    flex: 0 0 auto;
  }
  .about .company-news .col + .col {
    margin-top: 1rem;
  }
}
.about .company-news h2, .about .company-news .h2 {
  color: #fff;
  text-align: center;
}
.about .join-us {
  padding-top: 0;
  padding-bottom: 0;
  background: url(/ui/img/png/bg-primary.png) 0 0 repeat-x;
  background-size: auto 130px;
}
.about .join-us h2, .about .join-us .h2 {
  text-align: left;
}
@media (max-width: 767.98px) {
  .about .join-us .row {
    margin: 0;
  }
}
.about .join-us .col-md-6, .about .join-us .col-lg-3 {
  align-self: center;
}
.about .join-us .card-body {
  padding: 2rem 3rem;
}
@media (min-width: 768px) {
  .about .join-us .card-body {
    display: flex;
  }
}
.about .eyebrow {
  color: #4f5d75;
}
.about .card-body {
  padding: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.announcement-bar {
  display: none;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .announcement-bar {
    display: block;
  }
}
.announcement-bar.hidden {
  height: 0;
  padding: 0 2rem;
}
.announcement-bar.hidden * {
  display: none !important;
}
.announcement-bar .announcement-content .announcement-content-block {
  display: block;
}
.announcement-bar .announcement-content .announcement-content-block > * {
  display: inline-block;
}
.announcement-bar .announcement-content .announcement-content-block .announcement-image {
  display: inline-block;
  max-height: 25px;
  max-width: 100px;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.announcement-bar .announcement-content .announcement-content-block .announcement-date {
  display: inline-block;
  margin-right: 5px;
}
.announcement-bar .announcement-content a {
  color: #fff;
}
.announcement-bar .announcement-content p {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.announcement-bar .announcement-content p span {
  font-weight: 600;
  margin-left: 0.25em;
}
.announcement-bar.announcement-scrolling .announcement-content {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.announcement-bar.announcement-scrolling .announcement-content-container {
  display: flex;
  align-items: center;
  width: 100vw;
}
.announcement-bar.announcement-scrolling .announcement-content-block {
  flex: none;
  width: 100vw;
}
.announcement-bar.announcement-scrolling .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.6s;
}
.announcement-bar.announcement-scrolling .arrow {
  color: #fff;
  background: transparent;
  border: none;
}
.announcement-bar.announcement-scrolling .arrow:hover, .announcement-bar.announcement-scrolling .arrow:active {
  opacity: 0.75;
}
.announcement-bar .announce-close-container {
  max-width: 50px;
  width: 100%;
}
.announcement-bar .announce-close-container a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  background: #047377;
  transition: 100ms all ease-in-out;
}
.announcement-bar .announce-close-container a:hover {
  color: #fff;
  background: #09999e;
}

@keyframes scroll {
  0% {
    transform: translate3d(10px, 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% + 100px), 0, 0);
  }
}
.join-the-community h3 a, .join-the-community .h3 a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: -0.25px;
}

.welcome-to-community {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
  background: url(/ui/img/png/bg-primary.png) 0 0 repeat-x;
  background-size: auto 220px;
}
.welcome-to-community::before {
  content: "";
  width: 350px;
  height: 223px;
  position: absolute;
  background-image: url("/ui/img/png/join-community-hero-shape.png");
  left: 0;
  top: -1%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .welcome-to-community::before {
    top: -1%;
  }
}
@media (min-width: 992px) {
  .welcome-to-community::before {
    top: -1%;
  }
}
.welcome-to-community .card {
  padding: 4rem;
}
.welcome-to-community .introduce-yourself {
  background-color: #fff;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .welcome-to-community .introduce-yourself {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .welcome-to-community .introduce-yourself {
    padding: 4rem;
  }
}

.slack-community .carousel-inner {
  padding: 0.5rem 0.25rem 2rem;
}
.slack-community .carousel-control-prev {
  right: 2.5rem;
  left: auto;
}
.slack-community .carousel-control-next {
  right: -4rem;
}
.slack-community .carousel-control-prev {
  left: -4rem;
}
.slack-community .carousel-control-right {
  right: 4rem;
}
.slack-community .carousel-control-prev,
.slack-community .carousel-control-next {
  top: 40%;
  bottom: auto;
  width: auto;
  color: #fff;
}
@media (max-width: 991.98px) {
  .slack-community .carousel-control-prev,
  .slack-community .carousel-control-next {
    display: none;
  }
}
.slack-community .carousel-control-prev-icon,
.slack-community .carousel-control-next-icon {
  background-color: #09999e;
  background-image: none;
  padding: 15%;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
}

.slack-community .card,
.github-community .card,
.dbt-creators .card {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .slack-community .card,
  .github-community .card,
  .dbt-creators .card {
    margin-top: 0;
    height: 100%;
  }
}

.discourse-community {
  position: relative;
}
.discourse-community::after {
  content: "";
  width: 81.25px;
  height: 156.25px;
  position: absolute;
  background-image: url("/ui/img/png/discourse-shape.png");
  right: 0;
  top: 40%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .discourse-community::after {
    top: 37%;
    width: 162.5px;
    height: 312.5px;
  }
}
@media (min-width: 992px) {
  .discourse-community::after {
    top: -5%;
    width: 325px;
    height: 625px;
  }
}
.discourse-community .card {
  position: relative;
}
.discourse-community .card + .card {
  margin-top: 1.5rem;
}
.discourse-community .card p {
  margin-right: 3rem;
}
.discourse-community .topics {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.discourse-community .topics span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: -0.25px;
  color: #262a38;
}
.discourse-community .topics h5, .discourse-community .topics .h5 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #4f5d75;
}

.dbt-creators {
  position: relative;
}
.dbt-creators::before {
  content: "";
  width: 87.5px;
  height: 123.25px;
  position: absolute;
  left: 0;
  top: 10%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .dbt-creators::before {
    width: 262.5px;
    height: 369.75px;
    top: 20%;
  }
}
@media (min-width: 992px) {
  .dbt-creators::before {
    top: 23%;
  }
}
@media (min-width: 1200px) {
  .dbt-creators::before {
    width: 350px;
    height: 493px;
    top: 10%;
  }
}
.dbt-creators .card-header {
  width: 100%;
  height: 180px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.dbt-creators .date {
  color: #4f5d75;
}

.join {
  position: relative;
  padding-top: 0;
  margin-top: -1px;
  background: url(/ui/img/png/bg-primary.png) 0 bottom repeat-x;
  background-size: auto 270px;
}
.join .card {
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .join .card {
    flex-wrap: wrap;
  }
}
.join .card img {
  max-width: 90px;
}
.join .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .join .card .card-body {
    padding: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .join .col {
    max-width: 70%;
  }
}

.communities code {
  padding: 0.5rem;
  background-color: #eff2f3;
  margin: 0 0.5rem;
}
.communities .has-danger label,
.communities .has-danger #community-password-rules {
  color: #9f1b1f;
}
.communities .has-danger input {
  border: 1px solid #9f1b1f;
}
.communities .form-label {
  font-weight: 700;
  margin-top: 0.5625rem;
  text-align: left;
}
.communities .form-text {
  color: #262a38;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
}
.communities .form-check-input {
  float: none;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  width: 24px;
  height: 24px;
}
.communities #signup-page-1 .formrow {
  margin: 2rem 0 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}
.communities #signup-page-1 .formrow #optIn {
  margin-top: 0;
}
.communities #signup-page-3 .formrow,
.communities #signup-page-4 .formrow {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ced4da;
}
.communities #signup-page-3 h2, .communities #signup-page-3 .h2,
.communities #signup-page-4 h2,
.communities #signup-page-4 .h2 {
  font-size: 2rem;
}
.communities #signup-page-3 details,
.communities #signup-page-4 details {
  padding-left: 20px;
}
.communities #signup-page-3 details summary,
.communities #signup-page-4 details summary {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.5px;
}
.communities .member-cta span,
.communities .member-cta a {
  font-size: 1rem;
}
.communities .hbspt-form {
  margin-bottom: 3rem;
}
.communities .community-email-disclaimer {
  display: block;
  font-style: italic;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.communities #community-password-rules {
  display: block;
  font-style: italic;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.communities .community-list {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .communities .community-list .navbar {
    border: 1px solid #c6ccd4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .communities .community-list .container-fluid, .communities .community-list .container-sm, .communities .community-list .container-md, .communities .community-list .container-lg, .communities .community-list .container-xl, .communities .community-list .container-xxl {
    padding: 0;
  }
}
.communities .community-list ul li {
  margin-top: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .communities .community-list ul li {
    font-size: 1rem;
    margin-top: 0;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.5rem;
  }
  .communities .community-list ul li:hover, .communities .community-list ul li:active {
    font-weight: 700;
    border-bottom: 2px solid #047377;
  }
  .communities .community-list ul li + li {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .communities .community-list ul li {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.communities .community-list .navbar-brand {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .communities .community-list .navbar-brand {
    display: none;
  }
}
.communities .community-list .navbar-toggler-icon {
  position: absolute;
  right: 1.5rem;
}
.communities .community-list .navbar-toggler .fas {
  transform: rotate(0deg);
}
.communities .community-list .navbar-toggler.collapsed .fas {
  transform: rotate(180deg);
}
.communities .community-list .dropdown-toggle {
  border: 1px solid #c6ccd4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 2rem;
  background-color: #fff;
  padding: 1rem 1.5rem;
  width: 100%;
  display: block;
  text-align: left;
  color: #4f5d75;
  position: relative;
}
@media (min-width: 768px) {
  .communities .community-list .dropdown-toggle {
    display: none;
  }
}
.communities .community-list .dropdown-toggle .fas {
  transform: rotate(0deg);
}
.communities .community-list .dropdown-toggle.show {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.communities .community-list .dropdown-toggle.show .fas {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .communities .community-list .dropdown-menu {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
    width: 100%;
    padding: 0 1.5rem 2rem;
  }
  .communities .community-list .dropdown-menu.show {
    inset: -2px auto auto 0 !important;
    transition: all 0.1s ease-out;
  }
}
@media (min-width: 768px) {
  .communities .community-list .dropdown-menu {
    display: flex;
    border: none;
    position: relative;
    flex-direction: row;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .communities .community-list .dropdown-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1rem;
  }
}
.communities .community-list .dropdown-menu a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #4f5d75;
}
.communities .community-list .dropdown-menu a:hover, .communities .community-list .dropdown-menu a:active {
  color: #047377;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .communities .community-list .dropdown-menu a:hover, .communities .community-list .dropdown-menu a:active {
    font-weight: 700;
  }
}
.communities .community-list .dropdown-menu a.active {
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .communities .community-list .dropdown-menu a {
    font-size: 1rem;
  }
}
.communities .community-list .navbar-expand-md .navbar-nav {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .communities .community-list .navbar-expand-md .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}

.member-cta {
  display: block;
  margin: 20px auto 0;
}

#slack-link {
  display: none !important;
}

#invitation-loader {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}

.hide-submit-element {
  display: none !important;
}

@keyframes animateSquare {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(315deg);
  }
}
.story h2 > a, .story .h2 > a,
.story h3 > a,
.story .h3 > a,
.story h4 > a,
.story .h4 > a,
.community-content h2 > a,
.community-content .h2 > a,
.community-content h3 > a,
.community-content .h3 > a,
.community-content h4 > a,
.community-content .h4 > a {
  opacity: 0;
  transition: 100ms all ease-in-out;
}
.story h2:hover > a, .story .h2:hover > a,
.story h3:hover > a,
.story .h3:hover > a,
.story h4:hover > a,
.story .h4:hover > a,
.community-content h2:hover > a,
.community-content .h2:hover > a,
.community-content h3:hover > a,
.community-content .h3:hover > a,
.community-content h4:hover > a,
.community-content .h4:hover > a {
  opacity: 1;
}

.community-content {
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 2rem 20px;
}
.community-content .col-xl-9 {
  max-width: 976px;
  padding: 0;
}
.community-content #past-editions {
  margin-top: 2rem;
}
.community-content.community-square {
  padding: 3rem 20px;
}
@media (min-width: 768px) {
  .community-content.community-square {
    padding: 7rem 20px;
  }
}
.community-content.community-square:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#96d7d1+0,d9f6f4+100 */
  background: rgb(150, 215, 209); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(150, 215, 209) 0%, rgb(217, 246, 244) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(150, 215, 209) 0%, rgb(217, 246, 244) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(150, 215, 209) 0%, rgb(217, 246, 244) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#96d7d1", endColorstr="#d9f6f4",GradientType=0 ); /* IE6-9 */
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 60%;
  width: 1410px;
  height: 1410px;
  border-radius: 14%;
  transform: rotate(45deg);
  animation: animateSquare 90s linear infinite;
  transition: 100ms all ease-in-out;
}
.community-content .community-form-contain {
  position: relative;
  max-width: 976px;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  padding: 35px 20px;
}
.community-content .community-form-contain .hbspt-form iframe {
  min-height: 715px !important;
}
@media (min-width: 768px) {
  .community-content .community-form-contain .hbspt-form iframe {
    min-height: 535px !important;
  }
}
.community-content .community-form-contain h1, .community-content .community-form-contain .h1 {
  font-size: 2rem;
  line-height: 2.375rem;
}
.community-content .community-form-contain h3, .community-content .community-form-contain .h3,
.community-content .community-form-contain .hs-richtext h1,
.community-content .community-form-contain .hs-richtext .h1 {
  font-size: 1.375rem;
  font-weight: 600;
}
.community-content .community-form-contain p {
  font-size: 1.125rem;
}
.community-content .community-form-contain .row > * {
  padding: 0;
}
.community-content .community-form-contain form .form-label {
  font-weight: 400;
  font-size: 1.375rem;
}
.community-content .community-form-contain form .form-label .community-form-required {
  color: #ff694a;
}
.community-content .community-form-contain form input.form-control {
  background: rgb(239, 242, 243);
  border: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .community-content .community-form-contain {
    padding: 50px 100px;
  }
  .community-content .community-form-contain h1, .community-content .community-form-contain .h1 {
    font-size: 3rem;
    line-height: 2.875rem;
  }
}

@media (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 130px !important;
    z-index: 3;
  }
}
.slack-community .carousel-control-prev,
.slack-community .carousel-control-next {
  width: 35px;
  height: 35px;
}

.invite-link-confirm #invite-link-title {
  margin-bottom: 0;
}
.invite-link-confirm #invite-link-loader {
  width: 100%;
  max-width: 100px;
  display: block;
  margin: 0 auto;
}

#try-again-link {
  text-align: center;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .community-content.newsletter-signup {
    background-image: url(/ui/img/png/accent-gray-diamond.png);
    background-repeat: no-repeat;
    background-position-y: 20px;
  }
}
.community-content.newsletter-signup .community-form-contain.newsletter {
  background: transparent;
  padding: 0;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
  max-width: 740px;
}
.community-content.newsletter-signup .community-form-contain.newsletter .intro {
  text-align: center;
}
@media (min-width: 768px) {
  .community-content.newsletter-signup .community-form-contain.newsletter .intro {
    padding-top: 4rem;
  }
}
.community-content.newsletter-signup .community-form-contain.newsletter .intro h1, .community-content.newsletter-signup .community-form-contain.newsletter .intro .h1 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
}
@media (min-width: 768px) {
  .community-content.newsletter-signup .community-form-contain.newsletter .intro h1, .community-content.newsletter-signup .community-form-contain.newsletter .intro .h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 768px) {
  .community-content.newsletter-signup .community-form-contain.newsletter .intro p {
    font-size: 1.5rem;
  }
}
.community-content.newsletter-signup .community-form-contain.newsletter p {
  font-size: 1.125rem;
}
.community-content.newsletter-signup .community-form-contain.newsletter .legal-consent-container .inputs-list {
  list-style-type: none;
  padding: 0;
}
.community-content.newsletter-signup .community-form-contain.newsletter .legal-consent-container > div {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #c6ccd5;
}
.community-content.newsletter-signup .community-form-contain.newsletter .submitted-message.hs-main-font-element.hs-form-befbc519-c593-4fb5-91fb-a42ee48aa320.hs-form-befbc519-c593-4fb5-91fb-a42ee48aa320_051bf098-c9ff-4310-9984-8281e146ed49 {
  text-align: center;
  margin-top: 1rem;
}
.community-content.newsletter-signup .community-form-contain.newsletter fieldset.form-columns-1 {
  width: 100%;
  max-width: 100%;
}
.community-content.newsletter-signup .community-form-contain.newsletter fieldset.form-columns-1 .input {
  margin: 0;
}
.community-content.newsletter-signup .community-form-contain.newsletter fieldset.form-columns-1:first-of-type input:not([type=checkbox]) {
  width: 100%;
}
.community-content.newsletter-signup .community-form-contain.newsletter fieldset.form-columns-1 label {
  margin-bottom: 0.5rem;
}
.community-content.newsletter-signup .community-form-contain.newsletter fieldset.form-columns-2 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.community-content.newsletter-signup .community-form-contain.newsletter fieldset.form-columns-2 input {
  width: 100%;
  margin: 0;
}
.community-content.newsletter-signup .community-form-contain.newsletter fieldset.form-columns-2 .hs_lastname .input {
  margin-right: 0;
}
.community-content.newsletter-signup .community-form-contain.newsletter fieldset.form-columns-2 .hs_firstname .input {
  margin-right: 0;
}
@media (min-width: 480px) {
  .community-content.newsletter-signup .community-form-contain.newsletter fieldset.form-columns-2 .hs_firstname .input {
    margin-right: 16px;
  }
}
.community-content.newsletter-signup .community-form-contain.newsletter fieldset.form-columns-2 label {
  margin-bottom: 0.5rem;
}
.community-content.newsletter-signup .community-form-contain.newsletter .hs-input[type=checkbox] {
  appearance: auto;
  margin-top: 7px;
}
.community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large {
  width: 100%;
}
.community-content.newsletter-signup .community-form-contain.newsletter .hs-form-befbc519-c593-4fb5-91fb-a42ee48aa320_2267dcb3-05d7-4b42-8d0b-7053eadf60b9 fieldset.form-columns-1 .hs-input {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .community-content.newsletter-signup .community-form-contain.newsletter input#firstname-befbc519-c593-4fb5-91fb-a42ee48aa320,
  .community-content.newsletter-signup .community-form-contain.newsletter input#lastname-befbc519-c593-4fb5-91fb-a42ee48aa320,
  .community-content.newsletter-signup .community-form-contain.newsletter input#email-befbc519-c593-4fb5-91fb-a42ee48aa320 {
    width: 100%;
  }
}
.community-content.newsletter-signup .community-form-contain.newsletter input#firstname-befbc519-c593-4fb5-91fb-a42ee48aa320,
.community-content.newsletter-signup .community-form-contain.newsletter input#lastname-befbc519-c593-4fb5-91fb-a42ee48aa320,
.community-content.newsletter-signup .community-form-contain.newsletter input#email-befbc519-c593-4fb5-91fb-a42ee48aa320 {
  width: 100%;
}
.community-content.newsletter-signup .stay-connected {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .community-content.newsletter-signup .stay-connected {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
}
.community-content.newsletter-signup .stay-connected .fa-headphones, .community-content.newsletter-signup .stay-connected .fa-envelope-open {
  color: #FF694A;
}
.community-content.newsletter-signup .stay-connected .arrow-link {
  font-weight: 700;
}
.community-content.newsletter-signup .stay-connected .arrow-link::after {
  content: "→";
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}

.docs h2, .docs .h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .docs h2, .docs .h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.875rem;
    letter-spacing: -1px;
  }
}

.welcome-to-dbt {
  background-color: #262a38;
  background-image: url(/ui/img/svg/shape-teal-sm.svg), url(/ui/img/svg/shape-grey.svg), url(/ui/img/svg/shape-orange.svg), url(/ui/img/svg/shape-orange-20.svg), url(/ui/img/svg/shape-drk-teal-lg.svg);
  background-position: 22% 5%, 90% 100%, 10% 15%, 101% -16px, 10% 100%;
  background-repeat: no-repeat;
  background-size: 55px 55px, 120px 120px, 120px 120px, 240px 240px, 380px 380px;
}
@media (max-width: 991.98px) {
  .welcome-to-dbt {
    background-image: url(/ui/img/svg/shape-teal-sm.svg), url(/ui/img/svg/shape-grey.svg), url(/ui/img/svg/shape-orange.svg), url(/ui/img/svg/shape-orange-20.svg), url(/ui/img/svg/shape-drk-teal-lg.svg);
    background-position: 17% 4%, 90% 100%, 6% 2%, 101% -16px, 7% 100%;
    background-repeat: no-repeat;
    background-size: 30px 30px, 65px 65px, 65px 165px, 130px 130px, 213px 213px;
  }
}
.welcome-to-dbt .card-body {
  padding: 2rem;
}
@media (min-width: 1200px) {
  .welcome-to-dbt .card-body {
    padding: 4rem;
  }
}
@media (max-width: 767.98px) {
  .welcome-to-dbt .link-text-primary {
    display: block;
    margin-top: 1.5rem;
  }
}

.build-tools p {
  font-size: 1rem;
}

.adapters {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .adapters {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .adapters {
    max-width: 90%;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .adapters {
    max-width: 80%;
  }
}
.adapters .card {
  flex: 1 1 50%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.adapters .card .col {
  max-width: 5.625rem;
}
.adapters .card .card-body {
  padding: 0;
}
.adapters .card .card-body a {
  margin-right: 1rem;
}
.adapters .card img {
  width: 4rem;
}
.adapters .card h3, .adapters .card .h3 {
  margin-bottom: 0.5rem;
}

.join-the.community .community {
  position: relative;
}
.join-the.community .community::before {
  background-image: url(/ui/img/png/shapes-events.png);
  bottom: -8%;
  left: 0;
  width: 59px;
  height: 123px;
}
@media (min-width: 768px) {
  .join-the.community .community::before {
    bottom: -8%;
    width: 102px;
    height: 213px;
  }
}
@media (min-width: 992px) {
  .join-the.community .community::before {
    bottom: -15%;
    width: 186px;
    height: 388px;
  }
}
.join-the.community .community h2, .join-the.community .community .h2 {
  margin-bottom: 2rem;
}
.join-the.community .community .col-lg-4 {
  background-color: #fff;
}

.community h3, .community .h3, .events h3, .events .h3 {
  margin-bottom: 0.75rem;
}

.events {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .events {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.events p {
  color: #c6ccd4;
}
.events .btn-link {
  color: #fff;
}
.events .btn-link:hover, .events .btn-link:active {
  color: #047377;
}

.what-is-dbt {
  padding-bottom: 0;
}
.what-is-dbt .dbt-carousel .row {
  flex-direction: column;
}
@media (min-width: 992px) {
  .what-is-dbt .dbt-carousel .row {
    flex-direction: row;
  }
}
.what-is-dbt .dbt-carousel .col:first-child {
  padding-left: 0;
}
.what-is-dbt .dbt-carousel .col:first-child img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .what-is-dbt .dbt-carousel .col:first-child {
    padding-right: 4rem;
  }
}
.what-is-dbt .dbt-carousel .item {
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .what-is-dbt .dbt-carousel .item {
    max-width: 520px;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .what-is-dbt .dbt-carousel .item {
    max-width: 700px;
    margin: auto;
  }
}
.what-is-dbt .carousel-indicators {
  margin-left: 0;
  margin-bottom: 0;
}
.what-is-dbt .blockquote-footer {
  margin-top: 0.375rem;
  margin-bottom: 0;
}
.what-is-dbt .blockquote-footer cite {
  margin-bottom: 0;
}
.what-is-dbt main {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 2.2%;
  background-size: contain;
}
@media (min-width: 768px) {
  .what-is-dbt main {
    background-position-y: -185px;
  }
}
@media (min-width: 992px) {
  .what-is-dbt main {
    background-position-y: -36%;
  }
}
@media (min-width: 1200px) {
  .what-is-dbt main {
    background-position-y: -36%;
  }
}
.what-is-dbt h2, .what-is-dbt .h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .what-is-dbt h2, .what-is-dbt .h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.875rem;
    letter-spacing: -1px;
  }
}
.what-is-dbt h3:not(.subtitle), .what-is-dbt .h3:not(.subtitle) {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.5px;
}

.what-dbt-is {
  background-image: url(/ui/img/svg/shape-teal-20.svg), url(/ui/img/svg/shape-orange-100.svg), url(/ui/img/svg/shape-teal-80.svg), url(/ui/img/png/bg-primary.png), url(/ui/img/products/product-shape-bg-primary.png);
  background-position: -6% 10%, 90% 2%, 0 0, center 0, center 55%;
  background-size: 38px 38px, 30px 30px, 0 0, 100% 35%, 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .what-dbt-is {
    background-size: 38px 38px, 35px 35px, 78px 78px, 100% 2%, 100%;
    background-position: 4% 26%, 98% 35%, 90% 8%, 100% 5%, center 0;
  }
}
@media (min-width: 992px) {
  .what-dbt-is {
    background-size: 68px 68px, 60px 60px, 147px 147px, 100% 0, 100%;
    background-position: 4% 30%, 98% 35%, 90% 10%, 100% 0, center 130%;
  }
}
@media (min-width: 1200px) {
  .what-dbt-is {
    background-size: 4% 27%, 83% 39%, 91% 10%, center 0, center bottom;
    background-position: 4% 27%, 83% 39%, 91% 10%, center 0, center 110%;
  }
}
@media (min-width: 1400px) {
  .what-dbt-is {
    background-size: 4% 27%, 83% 39%, 91% 10%, center 0, center bottom;
    background-position: 4% 27%, 83% 39%, 91% 10%, center 0, center 110%;
  }
}
@media (min-width: 1880px) {
  .what-dbt-is {
    background-image: none;
    background-color: #262a38;
  }
}
.what-dbt-is h1, .what-dbt-is .h1 {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .what-dbt-is h1, .what-dbt-is .h1 {
    margin-bottom: 3rem;
  }
}
.what-dbt-is h2, .what-dbt-is .h2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #c6ccd4;
}
.what-dbt-is img {
  margin-top: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .what-dbt-is img {
    margin-top: 2rem;
  }
}
.what-dbt-is img.shadows {
  box-shadow: 8px 24px 64px 32px rgba(38, 42, 56, 0.12);
  -moz-box-shadow: 8px 24px 64px 32px rgba(38, 42, 56, 0.12);
  -webkit-box-shadow: 8px 24px 64px 32px rgba(38, 42, 56, 0.12);
}
.what-dbt-is .logo {
  border: none;
  display: block;
  width: 130px;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .what-dbt-is .logo {
    margin-bottom: 2rem;
  }
}
.what-dbt-is .ctas-wrapper {
  justify-content: center;
}

.new-standard h2, .new-standard .h2 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .new-standard h2, .new-standard .h2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .new-standard h2, .new-standard .h2 {
    margin-bottom: 4rem;
  }
}
.new-standard .row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .new-standard .row {
    margin-bottom: 1rem;
    flex-direction: row;
  }
  .new-standard .row:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .new-standard .col {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.new-standard img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .new-standard .perform {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .new-standard .perform {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .new-standard .perform {
    padding: 0 2rem;
  }
}
.new-standard .check {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .new-standard .check {
    margin: 0 auto 1.5rem;
  }
}
@media (min-width: 992px) {
  .new-standard .check {
    width: auto;
  }
}

.community-support {
  padding-bottom: 5rem;
}
.community-support .card-body {
  padding: 2rem;
}
@media (min-width: 768px) {
  .community-support .card-body {
    padding: 3rem;
  }
}

.dbt-core {
  position: relative;
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .dbt-core {
    padding: 5rem 0;
  }
}
.dbt-core::before {
  background-image: url(/ui/img/png/dbt-core-sm-bp-img.png);
  background-repeat: no-repeat;
  top: -140px;
  left: 0;
  width: 360px;
  height: 216px;
}
@media (min-width: 768px) {
  .dbt-core::before {
    background-image: url(/ui/img/png/dbt-core-shape.png);
    top: auto;
    bottom: 0;
    left: 0;
    width: 13.3125rem;
    height: 22.6875rem;
  }
}
@media (min-width: 992px) {
  .dbt-core::before {
    width: 18.6875rem;
    height: 31.875rem;
    bottom: 0;
    left: 0;
  }
}
.dbt-core .col-lg-4 {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dbt-core .col-lg-4 {
    padding-left: 45%;
  }
}
@media (min-width: 992px) {
  .dbt-core .col-lg-4 {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .dbt-core .col-lg-4 {
    margin-right: 3rem;
  }
}
@media (max-width: 991.98px) {
  .dbt-core .col-lg-4 + .col-lg-4 {
    margin-top: 4rem;
  }
}

@media (max-width: 767.98px) {
  .how-dbt-works .row {
    text-align: center;
  }
}
.how-dbt-works img {
  width: 100%;
}
@media (min-width: 768px) {
  .how-dbt-works img {
    width: 130%;
    margin-left: -5rem;
  }
}
@media (min-width: 992px) {
  .how-dbt-works img {
    width: 120%;
    margin-left: -5.5rem;
  }
}
@media (min-width: 1200px) {
  .how-dbt-works img {
    margin-top: 0%;
    margin-left: -2.8125rem;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .how-dbt-works img {
    margin-top: -2%;
    margin-left: -5.3125rem;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .how-dbt-works img {
    margin-top: -5%;
    margin-left: -0.3125rem;
    width: 90%;
  }
}
.how-dbt-works h2, .how-dbt-works .h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .how-dbt-works h2, .how-dbt-works .h2 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .how-dbt-works h2, .how-dbt-works .h2 {
    margin-top: 5rem;
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .how-dbt-works h2, .how-dbt-works .h2 {
    margin-top: 4rem;
  }
}
.how-dbt-works h3, .how-dbt-works .h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .how-dbt-works h3, .how-dbt-works .h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75rem;
    letter-spacing: -0.25px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .how-dbt-works h3, .how-dbt-works .h3 {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .how-dbt-works h3, .how-dbt-works .h3 {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-top: 3.125rem;
    margin-top: 3rem;
  }
}
.how-dbt-works h3:nth-of-type(3), .how-dbt-works .h3:nth-of-type(3) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .how-dbt-works h3:nth-of-type(3), .how-dbt-works .h3:nth-of-type(3) {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .how-dbt-works h3:nth-of-type(3), .how-dbt-works .h3:nth-of-type(3) {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .how-dbt-works h3::before, .how-dbt-works .h3::before {
    background-image: url(/ui/img/png/dotted-line.png);
    background-repeat: no-repeat;
    width: 196px;
    height: 2px;
    top: 18px;
    left: -220px;
  }
}
.how-dbt-works p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.data-documentation .eyebrow,
.data-modeling .eyebrow,
.data-testing .eyebrow {
  color: #4f5d75;
}

.collaboration .row,
.take-action .row,
.modularity .row,
.quality-of-life .row,
.building-trust .row {
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .collaboration .row,
  .take-action .row,
  .modularity .row,
  .quality-of-life .row,
  .building-trust .row {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .collaboration .row .col,
  .take-action .row .col,
  .modularity .row .col,
  .quality-of-life .row .col,
  .building-trust .row .col {
    flex: 0 0 50%;
  }
}

.collaboration .icon-1 .fas::before,
.modularity .icon-1 .fas::before,
.building-trust .icon-1 .fas::before {
  background-color: #317176;
}
.collaboration .icon-2 .fas::before,
.modularity .icon-2 .fas::before,
.building-trust .icon-2 .fas::before {
  background-color: #ee7154;
}
.collaboration .icon-3 .fas::before,
.modularity .icon-3 .fas::before,
.building-trust .icon-3 .fas::before {
  background-color: #eea574;
}
.collaboration .icon-4 .fas::before,
.modularity .icon-4 .fas::before,
.building-trust .icon-4 .fas::before {
  background-color: #525d73;
}
.collaboration h3, .collaboration .h3,
.modularity h3,
.modularity .h3,
.building-trust h3,
.building-trust .h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.collaboration p,
.modularity p,
.building-trust p {
  font-size: 1rem;
  margin: 0 0.5rem;
}
.collaboration .fas::before,
.modularity .fas::before,
.building-trust .fas::before {
  display: block;
  padding: 35%;
  border-radius: 50%;
  width: 3.375rem;
  height: 3.375rem;
  color: #fff;
  margin-bottom: 1rem;
}

.take-action .row,
.quality-of-life .row,
.supported-tests .row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .take-action .row,
  .quality-of-life .row,
  .supported-tests .row {
    flex-direction: row;
  }
  .take-action .row:nth-child(even),
  .quality-of-life .row:nth-child(even),
  .supported-tests .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.take-action .col-md-6,
.quality-of-life .col-md-6,
.supported-tests .col-md-6 {
  align-self: center;
  padding: 1.5rem;
}
.take-action .col-md-6 img,
.quality-of-life .col-md-6 img,
.supported-tests .col-md-6 img {
  width: 100%;
}
.where-it-lives .partner-logos {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.where-it-lives .logos-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  flex-wrap: wrap;
}
.where-it-lives .logos-content .logo {
  align-self: center;
}
.where-it-lives .logos-content .logo-graphic {
  width: 5rem;
  transition: all 300ms ease-in-out;
  transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-tansform: scale(0.95);
  background-repeat: no-repeat;
  background-size: contain;
}
.where-it-lives .logos-content .logo-graphic:hover {
  transform: scale(1.015);
  -moz-transform: scale(1.015);
  -webkit-tansform: scale(1.015);
  box-shadow: 4px 8px 16px 8px rgba(38, 42, 56, 0.12);
  -moz-box-shadow: 4px 8px 16px 8px rgba(38, 42, 56, 0.12);
  -webkit-box-shadow: 4px 8px 16px 8px rgba(38, 42, 56, 0.12);
}
.where-it-lives .logo-name {
  display: none;
}
@media (min-width: 768px) {
  .where-it-lives h2, .where-it-lives .h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: -0.5px;
  }
}
.where-it-lives .btn, .where-it-lives .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .where-it-lives input.hs-button.primary.large {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .where-it-lives .btn, .where-it-lives .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .where-it-lives input.hs-button.primary.large {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .model-shape h2, .model-shape .h2,
  .model-shape p,
  .test-your-data h2,
  .test-your-data .h2,
  .test-your-data p {
    text-align: center;
  }
}

.list-icons {
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .list-icons {
    display: flex;
    flex-wrap: wrap;
  }
}
.list-icons li {
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .list-icons li {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .list-icons li {
    flex: 0 0 48%;
  }
}
.list-icons li span {
  margin-right: 0.5rem;
}

.dbt-cloud-enterprise .info-chip {
  background: #d9f6f4;
  color: #047377;
  text-align: center;
  border-radius: 5px;
  padding: 5px 15px;
  max-width: max-content;
  width: 100%;
  display: block;
  margin: 1rem 0;
  font-weight: 600;
}
.dbt-cloud-enterprise .security-and-support {
  background-image: none;
  position: relative;
}
.dbt-cloud-enterprise .security-and-support #support-logo {
  display: block;
  max-width: 175px;
  width: 100%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .dbt-cloud-enterprise .security-and-support {
    text-align: center;
  }
}
.dbt-cloud-enterprise .security-and-support p {
  color: #fff;
}
.dbt-cloud-enterprise .security-and-support .enterprise-span-blocks {
  position: absolute;
  transform: rotate(45deg);
  border-radius: 10px;
}
.dbt-cloud-enterprise .security-and-support .enterprise-span-blocks.block-1 {
  background: #09999e;
  right: 5%;
  top: 15%;
  height: 97px;
  width: 97px;
}
.dbt-cloud-enterprise .security-and-support .enterprise-span-blocks.block-2 {
  background: #96d7d1;
  left: 5%;
  top: 40%;
  height: 82px;
  width: 82px;
}
.dbt-cloud-enterprise .security-and-support .enterprise-span-blocks.block-3 {
  background: #de5d43;
  right: 10%;
  top: 65%;
  height: 68px;
  width: 68px;
}
@media (max-width: 991.98px) {
  .dbt-cloud-enterprise .security-and-support .enterprise-span-blocks {
    display: none;
  }
}
.dbt-cloud-enterprise .security-and-support #hero-img {
  max-width: 893px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.dbt-cloud-enterprise .customers {
  padding: 3rem 0;
}
.dbt-cloud-enterprise .customers h2, .dbt-cloud-enterprise .customers .h2 {
  text-align: center;
  margin-bottom: 1em;
}
.dbt-cloud-enterprise .featured-case-study {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .dbt-cloud-enterprise .featured-case-study {
    padding-top: 3rem;
  }
}
.dbt-cloud-enterprise .featured-case-study:before {
  right: -500px;
  left: initial;
}
@media (max-width: 767.98px) {
  .dbt-cloud-enterprise .featured-case-study:before {
    display: none;
  }
}
.dbt-cloud-enterprise .featured-case-study .info-chip {
  margin: 0 0 2rem;
}
@media (max-width: 767.98px) {
  .dbt-cloud-enterprise .featured-case-study .info-chip {
    margin: 0 auto 2rem;
  }
}
.dbt-cloud-enterprise .featured-case-study .case-study-quote span {
  font-style: italic;
}
.dbt-cloud-enterprise .featured-case-study h3, .dbt-cloud-enterprise .featured-case-study .h3 {
  font-size: 1.25rem;
}
.dbt-cloud-enterprise .featured-case-study ul {
  padding-left: 0;
  list-style: none;
}
.dbt-cloud-enterprise .featured-case-study ul li {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.dbt-cloud-enterprise .featured-case-study ul li img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
.dbt-cloud-enterprise .featured-case-study ul li:last-of-type {
  margin-bottom: 0;
}
.dbt-cloud-enterprise .featured-case-study .case-study-images {
  position: relative;
}
.dbt-cloud-enterprise .featured-case-study .case-study-images img {
  width: 100%;
  position: absolute;
}
.dbt-cloud-enterprise .featured-case-study .case-study-images #featured-logo {
  max-width: 275px;
  z-index: 2;
  bottom: -50px;
}
.dbt-cloud-enterprise .featured-case-study .case-study-images #featured-graphic {
  max-width: 667px;
  top: -100px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .dbt-cloud-enterprise .featured-case-study .case-study-images #featured-logo {
    bottom: 0;
  }
  .dbt-cloud-enterprise .featured-case-study .case-study-images #featured-graphic {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .dbt-cloud-enterprise .featured-case-study .case-study-images img {
    position: relative;
  }
}
.dbt-cloud-enterprise .fast-growing-data .fast-growing-bar {
  position: relative;
}
.dbt-cloud-enterprise .fast-growing-data .fast-growing-bar h3, .dbt-cloud-enterprise .fast-growing-data .fast-growing-bar .h3 {
  display: block;
  max-width: max-content;
  z-index: 2;
  padding: 0 2rem 0 0;
  margin: 0;
  position: relative;
}
.dbt-cloud-enterprise .fast-growing-data .fast-growing-bar h3 span, .dbt-cloud-enterprise .fast-growing-data .fast-growing-bar .h3 span {
  position: relative;
  z-index: 2;
}
.dbt-cloud-enterprise .fast-growing-data .fast-growing-bar h3:after, .dbt-cloud-enterprise .fast-growing-data .fast-growing-bar .h3:after {
  background: #eff2f3;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: skew(-15deg);
}
@media (max-width: 767.98px) {
  .dbt-cloud-enterprise .fast-growing-data .fast-growing-bar h3, .dbt-cloud-enterprise .fast-growing-data .fast-growing-bar .h3 {
    padding: 0;
  }
}
.dbt-cloud-enterprise .fast-growing-data .fast-growing-bar:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 100%;
  height: 10px;
  margin: auto 0;
  transform: skew(-15deg);
}
@media (max-width: 767.98px) {
  .dbt-cloud-enterprise .fast-growing-data .fast-growing-bar:after {
    display: none;
  }
}
.dbt-cloud-enterprise .fast-growing-data .fast-growing-bar.justify-content-md-end h3, .dbt-cloud-enterprise .fast-growing-data .fast-growing-bar.justify-content-md-end .h3 {
  padding: 0 0 0 2rem;
}
@media (max-width: 767.98px) {
  .dbt-cloud-enterprise .fast-growing-data .fast-growing-bar.justify-content-md-end h3, .dbt-cloud-enterprise .fast-growing-data .fast-growing-bar.justify-content-md-end .h3 {
    padding: 0;
  }
}
.dbt-cloud-enterprise .fast-growing-data .fast-growing-bar.justify-content-md-end:after {
  left: initial;
  right: 10px;
}
.dbt-cloud-enterprise .fast-growing-data .fast-growing-bar.fgb-1:after {
  background: #047377;
}
.dbt-cloud-enterprise .fast-growing-data .fast-growing-bar.fgb-2:after {
  background: #96d7d1;
}
.dbt-cloud-enterprise .fast-growing-data .fast-growing-bar.fgb-3:after {
  background: #de5d43;
}
.dbt-cloud-enterprise .fast-growing-data .growing-data-section img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .dbt-cloud-enterprise .fast-growing-data .growing-data-section .fgb-content {
    order: 1 !important;
  }
}
@media (max-width: 991.98px) {
  .dbt-cloud-enterprise .fast-growing-data .growing-data-section .fgb-image {
    order: 2 !important;
  }
}
.dbt-cloud-enterprise .where-it-lives .logos-content {
  flex-direction: row;
}
.dbt-cloud-enterprise .use-cases .card .fas {
  font-size: 2rem;
  margin: 0 auto 2rem;
  display: block;
}
.dbt-cloud-enterprise .use-cases .card h3, .dbt-cloud-enterprise .use-cases .card .h3 {
  color: #000;
  font-size: 1.7rem;
  transition: 100ms all ease-in-out;
}
.dbt-cloud-enterprise .use-cases .card:hover h3, .dbt-cloud-enterprise .use-cases .card:hover .h3 {
  color: #047377;
}

.where-it-lives .semantic-layer-logos-content {
  position: relative;
}
.where-it-lives .semantic-layer-logos-content .logo-graphic {
  width: calc(50% - 2.4rem);
  padding: 1.2rem;
}
@media (min-width: 768px) {
  .where-it-lives .semantic-layer-logos-content .logo-graphic {
    width: calc(25% - 2.4rem);
  }
}
.where-it-lives .semantic-layer-logos-content .logo-graphic a:hover {
  cursor: pointer;
}

.homepage .customers {
  padding-block: 2em;
}
@media (min-width: 768px) {
  .homepage .hp-hero {
    overflow: hidden;
  }
}
.homepage .hp-hero .btn-link {
  color: #fff;
  margin-top: 1.5rem;
}
.homepage .hp-hero .btn-link:hover, .homepage .hp-hero .btn-link:active {
  color: #09999e;
}
@media (max-width: 767.98px) {
  .homepage .hp-hero .btn-link {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .homepage .hp-hero .col-md-6 {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .homepage .hp-hero h1, .homepage .hp-hero .h1 {
    margin-top: 1rem;
  }
}
.homepage .hp-hero h2, .homepage .hp-hero .h2 {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .homepage .hp-hero h2, .homepage .hp-hero .h2 {
    margin-right: 3rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.homepage .hp-hero img {
  position: absolute;
  z-index: -1;
  width: 150px;
  margin-top: -7rem;
  display: block;
  text-align: center;
  margin-left: 47%;
}
@media (min-width: 768px) {
  .homepage .hp-hero img {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .homepage .hp-hero img {
    width: 420px;
    margin-top: -4rem;
  }
}
@media (min-width: 1200px) {
  .homepage .hp-hero img {
    width: 448px;
    height: 495px;
  }
}
.homepage .analytics h2, .homepage .analytics .h2 {
  font-weight: 600;
}
.homepage .analytics .btn-link {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .homepage .analytics .btn-link {
    display: block;
  }
}
.homepage .analytics img.analytics {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .homepage .analytics img.analytics {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.homepage .modern-data-stack h2, .homepage .modern-data-stack .h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .homepage .modern-data-stack h2, .homepage .modern-data-stack .h2 {
    margin-bottom: 7.0625rem;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .homepage .modern-data-stack h2, .homepage .modern-data-stack .h2 {
    width: auto;
  }
}
.homepage .modern-data-stack h3, .homepage .modern-data-stack .h3 {
  color: #96d7d1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
.homepage .modern-data-stack .btn, .homepage .modern-data-stack .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .homepage .modern-data-stack input.hs-button.primary.large {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .homepage .modern-data-stack .btn, .homepage .modern-data-stack .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .homepage .modern-data-stack input.hs-button.primary.large {
    margin-top: 6rem;
  }
}
.homepage .modern-data-stack .dbt-logo {
  position: absolute;
  top: -25%;
  background-color: #262a38;
  z-index: 0;
}
@media (min-width: 768px) {
  .homepage .modern-data-stack .dbt-logo {
    top: -13%;
  }
}
@media (min-width: 992px) {
  .homepage .modern-data-stack .dbt-logo {
    top: -16%;
  }
}
@media (max-width: 767.98px) {
  .homepage .modern-data-stack .col-md-6, .homepage .modern-data-stack .col-md-3 {
    margin-left: auto;
    margin-right: auto;
  }
  .homepage .modern-data-stack .col-md-6 {
    width: 96%;
  }
  .homepage .modern-data-stack .col-md-3 {
    width: 280px;
  }
}
.homepage .diagram {
  padding: 1rem;
  border: 1px solid #047377;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap-reverse;
  justify-content: space-around;
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .homepage .diagram {
    height: 100%;
  }
}
.homepage .diagram img {
  flex-grow: 0;
  height: 5.875rem;
  z-index: 1;
  margin: 0 auto;
}
.homepage .diagram.diagram-middle .flex-item {
  flex: 0 1 33%;
  display: flex;
}
@media (max-width: 767.98px) {
  .homepage .ingest {
    margin-bottom: 3.75rem;
  }
}
.homepage .eyebrow {
  display: block;
}

.featured-case-study {
  position: relative;
}
@media (max-width: 767.98px) {
  .featured-case-study {
    padding-top: 8rem;
  }
}
.featured-case-study::before {
  background: url(/ui/img/png/spirals.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .featured-case-study::before {
    width: 48rem;
    height: 28.625rem;
  }
}
@media (min-width: 992px) {
  .featured-case-study::before {
    width: 58.75rem;
    height: 28.625rem;
  }
}
.featured-case-study .card {
  padding: 2rem;
}
@media (min-width: 768px) {
  .featured-case-study .card {
    padding: 4rem;
  }
}
.featured-case-study .card img {
  max-width: 100%;
  width: auto;
}
.featured-case-study .card h2, .featured-case-study .card .h2 {
  color: #262a38;
}
.featured-case-study .card:hover h2, .featured-case-study .card:hover .h2 {
  color: #047377;
}
.featured-case-study .card-footer {
  padding: 1rem;
}
@media (min-width: 768px) {
  .featured-case-study .card-footer {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 3rem 1rem 1rem;
  }
}
.featured-case-study .stats {
  position: relative;
}
@media (min-width: 768px) {
  .featured-case-study .stats {
    flex: 1;
  }
}
.featured-case-study .stats h3, .featured-case-study .stats .h3 {
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: -1.5px;
  color: #727d91;
  display: inline;
}
.featured-case-study .stats p {
  margin-bottom: 0;
  display: inline;
  color: #4f5d75;
}
@media (min-width: 768px) {
  .featured-case-study .stats h3, .featured-case-study .stats .h3 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 5rem;
    letter-spacing: -1.5px;
    display: block;
  }
  .featured-case-study .stats p {
    display: block;
  }
}
@media (min-width: 768px) {
  .featured-case-study .stats + .stats {
    margin-left: 1rem;
  }
}

.schedule-a-demo {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.contact .content {
  overflow: hidden;
  background: linear-gradient(90deg, #262a38 50%, #fff 50%);
}
@media (max-width: 991.98px) {
  .contact .content {
    background: #262a38;
  }
}
@media (max-width: 991.98px) {
  .contact .signup-row {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.contact .contact-hero {
  background: #262a38;
}
@media (min-width: 992px) {
  .contact .contact-hero {
    padding-right: 5rem;
  }
}
.contact .contact-hero h1, .contact .contact-hero .h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.85rem;
  letter-spacing: 0;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .contact .contact-hero h1, .contact .contact-hero .h1 {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 3.75rem;
    letter-spacing: 0;
  }
}
.contact .contact-hero h2, .contact .contact-hero .h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.5px;
}
.contact .contact-hero h3, .contact .contact-hero .h3 {
  font-weight: 500;
  font-size: 1rem;
}
.contact .contact-hero p {
  color: #fff;
}
.contact .contact-hero .svg-icon-container {
  background-color: #fff;
  margin-right: 1.5rem;
  border-radius: 10px;
  height: 85px;
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .contact .contact-hero .svg-icon-container {
    height: 65px;
    width: 65px;
  }
}
.contact .contact-hero .svg-icon-container .icon {
  width: 90px;
  height: 30px;
}
.contact .contact-hero .company-logo-container {
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .contact .contact-hero .company-logo-container {
    justify-content: space-around;
    gap: 3rem;
  }
}
.contact .contact-hero .company-logo-container .company-logo {
  max-width: 100px;
  width: 100%;
}
.contact .hs-form label {
  margin-bottom: 0.5rem;
}
.contact .hs-form .hs-form-required {
  color: #de1c22;
}
.contact .hs-form .hs-form-field {
  margin-bottom: 1rem;
}
.contact .hs-form .hs-input {
  width: 100%;
  height: 2.5rem;
  border-radius: 5px;
}
.contact .hs-form textarea.hs-input {
  height: 5rem;
}
.contact .hs-form .hs-recaptcha {
  margin-top: 2rem;
}
.contact .hs-form .hs-submit {
  margin-top: 2rem;
}
.contact .form-right {
  position: relative;
}
@media (min-width: 992px) {
  .contact .form-right {
    padding-left: 5rem;
  }
}
.contact .form-right::before {
  background-image: url(/ui/img/svg/two-shape-teal.svg);
  background-repeat: no-repeat;
  width: 197px;
  height: 197px;
  background-size: contain;
  content: "";
  position: absolute;
  top: 82%;
  z-index: 1;
  right: -128px;
}
@media (min-width: 992px) {
  .contact .form-right::before {
    width: 405px;
    height: 403px;
    top: 68%;
    left: 32vw;
  }
}
.contact .form-right::after {
  background-image: url(/ui/img/svg/shape-orange-80.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0.5rem;
  z-index: 3;
  display: none;
}
@media (min-width: 992px) {
  .contact .form-right::after {
    display: block;
    width: 100px;
    height: 100px;
    top: 10px;
    left: 0;
  }
}
.contact .contact-hero, .contact .form-right {
  padding-top: 6rem;
}
@media (max-width: 991.98px) {
  .contact .contact-hero, .contact .form-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .contact .contact-hero, .contact .form-right {
    padding-top: 4rem;
  }
}

main.contact-min-height {
  min-height: calc(100vh - 59px);
}

.guide-header {
  padding-top: 1rem;
}
.guide-header h1, .guide-header .h1 {
  margin-bottom: 1rem;
}

.guide {
  /* end guide-toc */
}
.guide h1, .guide .h1, .guide h2, .guide .h2, .guide h3, .guide .h3 {
  color: #2D3141;
}
.guide h1, .guide .h1 {
  font-size: 38px;
  line-height: 49px;
  font-weight: 600;
}
.guide h2, .guide .h2 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
  margin-top: 3rem;
}
.guide h3, .guide .h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}
.guide .mw-700ish {
  padding: 0 1rem;
  width: calc(100% - 2rem);
}
@media (min-width: 992px) {
  .guide .mw-700ish {
    max-width: 725px;
    padding: 0;
  }
}
.guide .mw-700ish img {
  max-width: 100%;
}
.guide .fa-angle-left, .guide .fa-angle-right {
  padding: 0 0.5rem;
}
.guide .guide-toc {
  /* Mobile TOC Styles */
}
@media (min-width: 768px) {
  .guide .guide-toc {
    padding-right: 3rem;
  }
}
.guide .guide-toc #guide-toc-dropdown-btn {
  display: none;
  width: 100%;
  text-align: left;
  position: relative;
  border: none;
  padding: 5px 10px;
  background: #eff2f3;
  transition: 100ms ease-in-out all;
}
.guide .guide-toc #guide-toc-dropdown-btn:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 0.8rem;
  color: #262a38;
  right: 10px;
  top: 7px;
  position: absolute;
  transition: 100ms ease-in-out all;
}
.guide .guide-toc #guide-toc-dropdown-btn:hover {
  background: #e0e3e8;
}
.guide .guide-toc h4, .guide .guide-toc .h4 {
  display: none;
}
@media (min-width: 992px) {
  .guide .guide-toc ol {
    display: block !important;
  }
}
.guide .guide-toc ol > li {
  margin: 5px 0;
}
.guide .guide-toc a {
  color: #444;
}
.guide .guide-toc a:hover, .guide .guide-toc a:active {
  color: #8B969E;
}
.guide .guide-toc a.active {
  font-weight: 600;
  color: #e86825;
}
.guide .guide-toc ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.guide .guide-toc h4, .guide .guide-toc .h4 {
  color: #047377;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .guide .guide-toc h4, .guide .guide-toc .h4 {
    display: block;
  }
}
.guide .guide-toc li {
  font-size: 16px;
  line-height: 30px;
  margin-left: 25px;
}
@media (max-width: 991.98px) {
  .guide .guide-toc #guide-toc-dropdown-btn {
    display: block;
  }
  .guide .guide-toc ol {
    display: none;
    padding: 10px;
    background: #eff2f3;
    border-top: #e0e3e8 1px solid;
    margin: 0;
  }
}
.guide .guide-body {
  box-sizing: content-box;
  padding-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .guide .guide-body {
    box-sizing: border-box;
  }
}
.guide .guide-body .guide-content {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .guide .guide-body .guide-content {
    margin-top: 1rem;
  }
}
.guide .guide-body .guide-content .crumb {
  font-size: 18px;
  line-height: 22px;
}
.guide .guide-body .guide-content .crumb a {
  color: #2D3141;
}
.guide .guide-body .guide-content .crumb a:hover {
  color: #8B969E;
}
.guide .guide-body .guide-content p, .guide .guide-body .guide-content li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #2D3141;
}
.guide .guide-body .guide-content h1, .guide .guide-body .guide-content .h1 {
  border-bottom: 5px solid #8B969E;
  padding-bottom: 1rem;
  margin-top: 2rem;
}
.guide .guide-body .guide-content .info p {
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0;
}
.guide .guide-body .guide-content .info p.byline {
  font-weight: 600;
  text-transform: uppercase;
}
.guide .guide-body .guide-content .info p.byline a {
  color: #2D3141;
}
.guide .guide-body .guide-content .info p.byline a:hover {
  color: #8B969E;
}
.guide .guide-body .guide-content .info p.author-bio {
  font-style: italic;
}
.guide .guide-body .guide-content .info a {
  color: #e86825;
  font-weight: 600;
}
.guide .guide-body .guide-content .info a:hover {
  color: #8B969E;
}
.guide .guide-body .guide-content .guide-text {
  margin: 2rem 0 3rem;
}
.guide .guide-body .guide-content .guide-text p a {
  color: #e86825;
  font-weight: 600;
}
.guide .guide-body .guide-content .guide-text p a:hover {
  color: #8B969E;
}
.guide .guide-body .guide-content .guide-text h3, .guide .guide-body .guide-content .guide-text .h3 {
  margin: 1.5rem 0;
}
.guide .guide-body .guide-content .guide-text table td, .guide .guide-body .guide-content .guide-text table th {
  font-size: 14px;
  line-height: 16px;
  color: #2D3141;
  padding: 1rem;
  border: 1px solid #2D3141;
}
.guide .guide-footer-cta {
  background-image: url(/ui/img/guides/analytics-engineering/bg-footer-cta.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 1.5rem;
}
.guide .guide-footer-cta .d-flex {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.guide .guide-footer-cta .d-flex > .flex-item {
  flex: 0 1 auto;
}
.guide .guide-footer-cta .d-flex > .flex-item.cta-img {
  margin: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 132px;
  height: 132px;
}
@media (min-width: 992px) {
  .guide .guide-footer-cta .d-flex > .flex-item.cta-img {
    margin-right: 1.5rem;
  }
}
.guide .guide-footer-cta .d-flex > .flex-item.cta-img .fa-laptop {
  font-size: 60px;
  line-height: 132px;
  color: #4f5d75;
  display: block;
  padding: 0;
  width: 75px;
  height: 132px;
  margin: 0 auto;
}
.guide .guide-footer-cta .d-flex > .flex-item.cta-text {
  width: auto;
  margin: auto;
}
@media (min-width: 992px) {
  .guide .guide-footer-cta .d-flex > .flex-item.cta-text {
    width: 45%;
    margin: 0 4rem 0 0;
  }
}
.guide .guide-footer-cta .d-flex > .flex-item.cta-text h3, .guide .guide-footer-cta .d-flex > .flex-item.cta-text .h3 {
  text-align: center;
  font-size: 27px;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 1.5rem 0;
  font-weight: 600;
}
@media (min-width: 992px) {
  .guide .guide-footer-cta .d-flex > .flex-item.cta-text h3, .guide .guide-footer-cta .d-flex > .flex-item.cta-text .h3 {
    font-size: 40px;
    letter-spacing: 1.02px;
    margin: 0;
    text-align: left;
  }
}
.guide .guide-footer-cta .d-flex > .flex-item.cta-text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.02px;
  margin: 1.5rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  .guide .guide-footer-cta .d-flex > .flex-item.cta-text p {
    margin: 0;
    text-align: left;
    font-size: 24px;
  }
}
.guide .guide-footer-cta .d-flex > .flex-item.cta-btn {
  background-color: #fff;
  color: #047377;
  font-size: 18px;
  font-weight: 600;
  border: none;
}
.guide .prev-next {
  margin: 0;
}
.guide .prev-next .btn, .guide .prev-next .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .guide .prev-next input.hs-button.primary.large {
  color: #2D3141;
  font-weight: normal;
  white-space: initial;
}
.guide .prev-next .btn:hover, .guide .prev-next .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:hover, .community-content.newsletter-signup .community-form-contain.newsletter .guide .prev-next input.hs-button.primary.large:hover {
  color: #8B969E;
}
.guide .prev-next .next {
  text-align: right;
}
.guide .prev-next .col-6, .guide .prev-next .col-lg-4 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .guide .prev-next .col-6, .guide .prev-next .col-lg-4 {
    padding: 40px 10px;
  }
  .guide .prev-next .col-6.prev, .guide .prev-next .col-lg-4.prev {
    padding-left: 0;
  }
  .guide .prev-next .col-6.next, .guide .prev-next .col-lg-4.next {
    padding-right: 0;
  }
}

.guide-index h2, .guide-index .h2 {
  margin-top: 0;
}
.guide-index .card {
  max-width: 850px;
}
.guide-index .card:nth-child(2n) .card-header {
  border-color: #09999e;
}
.guide-index .card:nth-child(3n) .card-header {
  border-color: #96d7d1;
}
.guide-index .card:nth-child(4n) .card-header {
  border-color: #F9A26C;
}
.guide-index .card:nth-child(5n) .card-header {
  border-color: #FF694A;
}
.guide-index .card:nth-child(6n) .card-header {
  border-color: #959eac;
}
.guide-index .card .card-body {
  padding: 1rem 0;
}
.guide-index .card .card-header {
  border-bottom: 5px solid #4f5d75;
}

.brand-guidelines main img {
  width: 100%;
  display: block;
  max-width: 460px;
  align-items: center;
  margin: auto;
}
@media (max-width: 767.98px) {
  .brand-guidelines main img {
    margin-top: 2.5rem;
  }
}

.brand-usage {
  position: relative;
}
@media (min-width: 992px) {
  .brand-usage::before {
    background-image: url(/ui/img/png/guidelines-hero-shapes.png);
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    left: 0;
    background-repeat: no-repeat;
  }
}
.brand-usage p a {
  color: #96d7d1;
}
.brand-usage .btn-primary, .brand-usage .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .brand-usage input.hs-button.primary.large {
  margin-top: 4rem;
}

.dbt-logos .row {
  align-items: center;
}

.black-white-logo {
  border: 1px solid #c6ccd4;
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  box-shadow: 4px 8px 16px 8px rgba(38, 42, 56, 0.1);
  -moz-box-shadow: 4px 8px 16px 8px rgba(38, 42, 56, 0.1);
  -webkit-box-shadow: 4px 8px 16px 8px rgba(38, 42, 56, 0.1);
}

.logo-variations {
  position: relative;
}
@media (min-width: 768px) {
  .logo-variations::before {
    background-image: url(/ui/img/png/guidelines-trademark-shapes.png);
    top: -5%;
    width: 177.5px;
    height: 249px;
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  .logo-variations::before {
    top: -10%;
    width: 355px;
    height: 498px;
  }
}
.logo-variations .row {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .logo-variations .row {
    margin-bottom: 4rem;
  }
}
.logo-variations .row:nth-of-type(1) div:nth-of-type(2) {
  align-self: center;
}
.logo-variations .btn, .logo-variations .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .logo-variations input.hs-button.primary.large {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .logo-variations .btn, .logo-variations .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .logo-variations input.hs-button.primary.large {
    margin-top: 2rem;
  }
}
.logo-variations mark, .logo-variations .mark {
  background-color: #262a38;
  color: #fff;
}

.trademark div {
  align-items: center;
}
.trademark ul {
  margin-bottom: 1.5rem;
}
.trademark li {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.services section {
  margin: 5rem auto;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .services section {
    padding: 0;
  }
}
.services h2, .services .h2 {
  font-size: 2rem;
  line-height: 1.2236842105;
  font-weight: 700;
}
@media (min-width: 992px) {
  .services h2, .services .h2 {
    font-size: 2.5rem;
  }
}
.services .services-hero {
  padding: 5rem auto 3rem;
}
.services .services-hero h1, .services .services-hero .h1 {
  margin: 0 0 3rem;
}
.services .transform-build-audit img {
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.services .transform-build-audit .row {
  margin: 0 auto 3rem;
}
@media (min-width: 992px) {
  .services .transform-build-audit .row {
    margin-bottom: 5rem;
  }
}
.services .transform-build-audit figure, .services .transform-build-audit .carousel, .services .transform-build-audit .warehouse-images {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .services .transform-build-audit figure, .services .transform-build-audit .carousel, .services .transform-build-audit .warehouse-images {
    margin-bottom: 1rem;
  }
}
.services .transform-build-audit .col-lg-6 {
  padding: 0;
}
@media (min-width: 992px) {
  .services .transform-build-audit .col-lg-6 {
    padding: 0 2rem;
  }
}
.services .transform-build-audit .etl-warehousing .warehouse-images {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.services .transform-build-audit .etl-warehousing .warehouse-images .warehouse {
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-end;
  margin: 0.5rem auto;
}
@media (min-width: 992px) {
  .services .transform-build-audit .etl-warehousing .warehouse-images .warehouse {
    flex: 0 1 50%;
  }
}
.services .transform-build-audit .etl-warehousing .warehouse-images .warehouse img {
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  height: 72px;
  width: auto;
  margin: 0 auto;
}
.services .transform-build-audit .audit .carousel-caption {
  bottom: 0;
}
.services .transform-build-audit .audit .carousel-caption p {
  color: #fff;
}
@media (min-width: 992px) {
  .services .transform-build-audit .col-right {
    order: 2;
  }
}
.services .kpi {
  background-color: #eff2f3;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.services .kpi h2, .services .kpi .h2 {
  margin-bottom: 3rem;
}
.services .kpi .col-lg-4 {
  padding: 0;
}
@media (min-width: 992px) {
  .services .kpi .col-lg-4 {
    padding: 0 2rem;
  }
}
.services .kpi .row {
  margin: 0 auto;
}
.services .kpi .service-icon {
  width: 48px;
  height: 48px;
  float: right;
  margin-top: -8px;
}
.services .kpi .service-icon img {
  width: 32px;
  height: 32px;
}
.services .companies h2, .services .companies .h2 {
  margin-bottom: 2rem;
}
.services .companies .company-images {
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .services .companies .company-images {
    margin: 2rem 5rem;
    border-bottom: 1px dashed #d9e0e6;
  }
}
.services .companies .company-images .company {
  flex: 0 1 25%;
  display: flex;
  height: 85px;
  justify-content: center;
  border: none;
  margin-right: -1px;
}
@media (min-width: 992px) {
  .services .companies .company-images .company {
    flex: 0 1 calc(25% - 2px);
    height: 120px;
    border: 1px dashed #d9e0e6;
    border-bottom: none;
  }
}
.services .companies .company-images .company:nth-child(n+5) {
  height: 85px;
  border: none;
}
@media (min-width: 992px) {
  .services .companies .company-images .company:nth-child(n+5) {
    border: 1px dashed #d9e0e6;
    border-bottom: none;
  }
}
.services .companies .company-images .company img {
  height: 100%;
  width: auto;
}
.services .engagements {
  padding: 2rem 0;
  background-color: #eff2f3;
}
@media (min-width: 992px) {
  .services .engagements {
    padding: 2rem 5rem;
  }
}
.services .engagements h2, .services .engagements .h2 {
  margin-bottom: 2rem;
}
.services .engagements p {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .services .contact {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.success-stories-index {
  overflow-x: hidden;
}
.success-stories-index .success-stories-header {
  padding: 5rem 0;
}
.success-stories-index .featured-success-story {
  background-color: #F1F4F5;
  color: #262a38;
  padding: 0;
}
.success-stories-index .featured-success-story .row {
  max-width: 1440px;
  margin: 0 auto;
}
.success-stories-index .featured-success-story .featured-content {
  overflow: hidden;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .success-stories-index .featured-success-story .featured-content {
    padding: 1.5rem 4rem;
  }
}
.success-stories-index .featured-success-story .featured-content .featured-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.success-stories-index .featured-success-story .featured-content .featured-logo {
  max-width: 150px;
}
.success-stories-index .featured-success-story .featured-image {
  padding: 0;
}
.success-stories-index .featured-success-story .featured-image img {
  width: 100%;
  height: auto;
  max-height: 600px;
  min-height: 600px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .success-stories-index .featured-success-story .featured-image img {
    min-height: 300px;
  }
}
.success-stories-index .featured-success-story blockquote {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem;
  letter-spacing: 0;
  margin: 1rem 0;
}
.success-stories-index .featured-success-story cite {
  line-height: 26px;
  font-style: normal;
}
.success-stories-index .link-text-primary {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.125rem;
  letter-spacing: 0;
  color: #09999e;
  margin-top: 0.5rem;
  display: inline-block;
}
.success-stories-index .link-text-primary:hover {
  color: #047377;
}
.success-stories-index .filters {
  padding: 5rem 0 2rem;
}
.success-stories-index .filters h2, .success-stories-index .filters .h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4375rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
  text-align: center;
  color: #262a38;
}
@media (min-width: 768px) {
  .success-stories-index .filters h2, .success-stories-index .filters .h2 {
    margin-bottom: 3rem;
  }
}
.success-stories-index .filters .filter-by-industry {
  color: #047377;
}
.success-stories-index .filters .col-lg-12 {
  padding-top: 0;
  padding-bottom: 0;
}
.success-stories-index .filters ul.d-flex {
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.success-stories-index .filters .flex-item {
  flex: 1 1 100%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4375rem;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .success-stories-index .filters .flex-item {
    flex-basis: auto;
  }
}
@media (min-width: 992px) {
  .success-stories-index .filters .flex-item {
    margin-bottom: 0;
  }
}
.success-stories-index .filters .flex-item a {
  line-height: 23px;
  display: block;
  color: #262a38;
  border-radius: 20px;
  background-color: #F1F4F5;
  padding: 8px;
}
.success-stories-index .filters .flex-item a.active, .success-stories-index .filters .flex-item a:hover, .success-stories-index .filters .flex-item a:active {
  color: #fff;
  background-color: #262a38;
}
.success-stories-index .filters .clear-filter {
  display: block;
}
.success-stories-index .success-stories {
  padding: 2rem 0;
}
.success-stories-index .success-stories .conatiner {
  max-width: 1240px;
}
.success-stories-index .success-stories .row:not(:first-child) {
  border-top: solid 2px #eff2f3;
}
.success-stories-index .success-stories .preview {
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .success-stories-index .success-stories .preview {
    padding: 4rem 1.5rem;
  }
}
.success-stories-index .success-stories .preview .preview-image {
  padding: 0;
}
@media (min-width: 992px) {
  .success-stories-index .success-stories .preview .preview-image {
    padding-left: 4rem;
  }
}
.success-stories-index .success-stories .preview .preview-image img {
  width: 100%;
  margin: 0 auto;
  max-height: 300px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .success-stories-index .success-stories .preview .preview-image img {
    width: 100%;
    margin-bottom: 0;
    min-height: 420px;
    max-height: 420px;
  }
}
.success-stories-index .success-stories .preview .preview-body {
  color: #262a38;
  padding: 1rem;
}
@media (min-width: 992px) {
  .success-stories-index .success-stories .preview .preview-body {
    padding-right: 4rem;
  }
}
.success-stories-index .success-stories .preview .preview-text img {
  max-width: 150px;
}
.success-stories-index .success-stories .pullquote, .success-stories-index .success-stories .pullquote p {
  margin: 1.5rem 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0;
  color: #262a38;
}
.success-stories-index .success-stories .list-icons {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.success-stories-index .success-stories .list-icons li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-align: left;
}
.success-stories-index .success-stories .list-icons li i {
  margin-right: 0.5rem;
  color: #09999e;
}
.success-stories-index .success-stories .list-icons li p {
  display: inline;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0;
}

.success-story main {
  position: relative;
}
.success-story .success-main {
  background-color: #eff2f3;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .success-story .success-main {
    padding: 4rem;
  }
}
.success-story .success-main .row {
  margin: 0 auto;
  position: relative;
}
.success-story .success-main .row:before {
  background: url(/ui/img/svg/dbt-diamonds.svg);
  background-repeat: no-repeat;
  background-size: 310px;
  background-repeat: no-repeat;
  width: 330px;
  height: 310px;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -5rem;
  right: -8rem;
}
@media (max-width: 767.98px) {
  .success-story .success-main .row:before {
    background-size: 100px;
  }
}
.success-story .success-image {
  position: relative;
  z-index: 10;
}
.success-story .success-image img {
  width: 100%;
  min-height: 450px;
  max-height: 450px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .success-story .success-image img {
    min-height: 300px;
  }
}
.success-story .success-intro {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.005em;
  color: #fff;
}
.success-story .success-intro p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.125rem;
  letter-spacing: 0;
  margin: 1rem 0;
  color: #262a38;
}
.success-story h1, .success-story .h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
  letter-spacing: 0;
  color: #262a38;
}
@media (min-width: 992px) {
  .success-story h1, .success-story .h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    min-height: 180px;
  }
}
.success-story h2, .success-story .h2 {
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .success-story h2, .success-story .h2 {
    margin: 0;
  }
}
.success-story .result-container {
  padding: 0;
  background: linear-gradient(#eff2f3 50%, #fff 50%);
}
.success-story .result-container .results {
  background: #fff;
  gap: 4rem;
  border-radius: 10px;
  border: 1px solid #EFF2F3;
  padding: 4rem;
  box-shadow: 0px 131px 52px rgba(199, 199, 199, 0.01), 0px 74px 44px rgba(199, 199, 199, 0.05), 0px 33px 33px rgba(199, 199, 199, 0.09), 0px 8px 18px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);
}
@media (max-width: 991.98px) {
  .success-story .result-container .results {
    flex-direction: column;
  }
}
.success-story .result-container .results .result {
  color: #727d91;
}
.success-story .result-container .results .result .metric {
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 3.3125rem;
  letter-spacing: -1.5px;
  margin-bottom: 1rem;
}
.success-story .result-container .results .result .result-label {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.success-story .result-container .results .result .result-desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .success-story .success-content {
    padding-left: 5rem;
  }
}
.success-story .success-content > p, .success-story .success-content ol, .success-story .success-content ul, .success-story .success-content h2, .success-story .success-content .h2, .success-story .success-content h3, .success-story .success-content .h3, .success-story .success-content h4, .success-story .success-content .h4, .success-story .success-content h5, .success-story .success-content .h5, .success-story .success-content h6, .success-story .success-content .h6 {
  margin-bottom: 2.625rem;
}
.success-story .success-content h1, .success-story .success-content .h1 {
  line-height: 1.21;
}
.success-story .success-content h4, .success-story .success-content .h4 {
  font-weight: 600;
}
.success-story .success-content li {
  margin-bottom: 1.5rem;
}
.success-story .success-content p, .success-story .success-content li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0.005em;
  color: #262a38;
}
.success-story .success-content .tabular {
  border: 2px solid #e0e3e8;
  border-radius: 10px;
  margin: 4rem 0;
  overflow: scroll;
}
@media (min-width: 992px) {
  .success-story .success-content .tabular {
    overflow: hidden;
  }
}
.success-story .success-content img {
  width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
.success-story .success-content .video {
  margin: 2rem 0;
}
.success-story .success-content ol {
  list-style: auto;
}
.success-story .success-content table td, .success-story .success-content table th {
  padding: 0.5rem;
  vertical-align: top;
}
.success-story .success-content table td:first-child, .success-story .success-content table th:first-child {
  border-right: 1px solid #e0e3e8;
}
@media (min-width: 992px) {
  .success-story .success-content table td, .success-story .success-content table th {
    padding: 0.5rem 1rem 0.5rem 2rem;
  }
}
.success-story .success-content table th {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .success-story .success-content table th {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
.success-story .success-content table td {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .success-story .success-content table td {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
.success-story .success-content table tbody tr:nth-child(odd) {
  background: rgba(80, 93, 115, 0.13);
}
.success-story .success-body {
  padding-bottom: 0;
}
.success-story .success-sidebar {
  position: relative;
  order: 1;
}
@media (min-width: 768px) {
  .success-story .success-sidebar {
    order: 0;
  }
}
.success-story .success-sidebar .sidebar-cta {
  background: #047377;
  color: #fff;
  text-align: center;
  position: sticky;
  top: 3rem;
  border-radius: 10px;
  margin-top: 3rem;
  padding: 3rem;
}
.success-story .success-sidebar .sidebar-cta p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: 0;
}
.success-story .success-sidebar .sidebar-cta a {
  color: #fff;
}
.success-story .sidebar-inner {
  background-color: #eff2f3;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .success-story .sidebar-inner {
    padding: 3rem;
  }
}
.success-story .sidebar-inner img {
  max-width: 150px;
}
.success-story .company-logo {
  margin-bottom: 2rem;
  max-width: 150px;
}
.success-story .detail {
  margin-bottom: 1.45rem;
}
.success-story .detail:last-of-type {
  margin-bottom: 0;
}
.success-story .detail .detail-label {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 0.005em;
  margin-bottom: 1rem;
  color: #262a38;
}
.success-story .detail .detail-desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0.005em;
  color: #262a38;
}
.success-story .more-stories {
  background: #eff2f3;
}
.success-story .more-stories h2, .success-story .more-stories .h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 0;
}
@media (min-width: 768px) {
  .success-story .more-stories h2, .success-story .more-stories .h2 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991.98px) {
  .success-story .more-stories .col-lg-4 {
    margin-top: 2rem;
  }
}
.success-story .more-stories .preview {
  box-shadow: 0px 131px 52px rgba(199, 199, 199, 0.01), 0px 74px 44px rgba(199, 199, 199, 0.05), 0px 33px 33px rgba(199, 199, 199, 0.09), 0px 8px 18px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);
  border: 1px solid #EFF2F3;
  border-radius: 10px;
  padding: 0;
  width: 100%;
  margin-bottom: 1rem;
  margin-right: 0;
  padding: 3rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: 0;
  background-color: #fff;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  .success-story .more-stories .preview {
    padding: 1.5rem;
  }
}
.success-story .more-stories .preview > .row {
  min-height: 100%;
}
.success-story .more-stories .preview .preview-image {
  display: none;
}
.success-story .more-stories .preview .preview-body {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.success-story .more-stories .preview .preview-body .list-icons {
  display: none;
}
.success-story .more-stories .preview .preview-body img {
  max-width: 150px;
}
.success-story .more-stories .preview .preview-footer {
  margin-top: auto;
}
.success-story .more-stories .preview .preview-footer .link-text-primary {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.125rem;
  letter-spacing: 0;
  color: #09999e;
  margin-top: 0.5rem;
  display: inline-block;
}
.success-story .more-stories .preview .preview-footer .link-text-primary:hover {
  color: #047377;
}

.signup .navbar .btn.active, .signup .navbar .community-content.newsletter-signup .community-form-contain.newsletter input.active.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .signup .navbar input.active.hs-button.primary.large {
  background-color: #047377;
  border-color: #047377;
}
.signup .navbar .btn.active:hover, .signup .navbar .community-content.newsletter-signup .community-form-contain.newsletter input.active.hs-button.primary.large:hover, .community-content.newsletter-signup .community-form-contain.newsletter .signup .navbar input.active.hs-button.primary.large:hover {
  background-color: #09999e;
  border-color: #09999e;
}

@media (min-width: 992px) {
  .signup-hubspot .signup-content {
    background: linear-gradient(90deg, #fff 50%, #262a38 50%);
  }
}
.signup-hubspot .signup-content .form-right::after {
  display: none;
}
.signup-hubspot .signup-content .form-right .row {
  justify-content: flex-start;
}

.signup-content {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .signup-content {
    background: linear-gradient(90deg, #262a38 50%, #fff 50%);
  }
}
.signup-content::before {
  background: url(/ui/img/svg/shape-teal-80.svg), url(/ui/img/svg/shape-teal-20.svg);
  background-repeat: no-repeat;
  width: 25.3125rem;
  height: 100%;
  background-size: 25.3125rem, 4.1875rem;
  content: "";
  position: absolute;
  z-index: 1;
  right: -13.125rem;
  background-position: 0% 120%, 34% 92%;
}
@media (min-width: 992px) {
  .signup-content::before {
    background-position: 0% 50%, 25% 24%;
  }
}
@media (min-width: 992px) {
  .signup-content::before {
    top: 42%;
  }
}
@media (max-width: 991.98px) {
  .signup-content .col-md-11 {
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .signup-content .signup-row {
    min-height: calc(100vh - 100px);
  }
}
.signup-content h1, .signup-content .h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .signup-content h1, .signup-content .h1 {
    font-size: 3.75rem;
  }
}
.signup-content h2, .signup-content .h2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .signup-content h2, .signup-content .h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  .signup-content h2, .signup-content .h2 {
    margin-bottom: 2rem;
  }
}
.signup-content h3, .signup-content .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .signup-content h3, .signup-content .h3 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0;
  }
}
.signup-content p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.8;
}
.signup-content .bullet {
  display: grid;
  gap: 0.75em 1.5em;
  align-items: start;
  margin-bottom: 3rem;
}
.signup-content .bullet a {
  color: #fff;
  text-decoration: underline;
}
.signup-content .bullet a:hover {
  color: #1FA4A3;
}
@media (min-width: 992px) {
  .signup-content .bullet {
    max-width: 33.75rem;
  }
}
.signup-content .bullet.g-col-2 {
  grid-template-columns: min-content 1fr;
}
.signup-content .bullet picture {
  grid-row: 1/span 2;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signup-content .bullet .w-icon--sm {
  width: 2.1875rem;
  height: 2.1875rem;
}
.signup-content .bullet .w-icon--sm img {
  width: 1.125rem;
}
.signup-content .bullet .w-icon--lg {
  width: 5.3125rem;
  height: 5.3125rem;
}
.signup-content .bullet .w-icon--lg img {
  width: 2.3125rem;
}
.signup-content .customers {
  color: #fff;
}
.signup-content .customers .container {
  padding-inline: 0;
}
.signup-content .customers .customer-wrapper {
  gap: 1em;
}
.signup-content .customers .customer-wrapper img {
  filter: grayscale(1) brightness(100);
  max-width: 5.625rem;
}
.signup-content .customers h2, .signup-content .customers .h2 {
  font-size: 0.875rem;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.signup-content form#signup a {
  color: #4f5d75;
}
.signup-content form#signup a:hover, .signup-content form#signup a:active {
  color: #047377;
}
.signup-content form#signup li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .signup-content form#signup li {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .signup-content form#signup li {
    margin-bottom: 1.5rem;
  }
}
.signup-content form#signup label {
  margin-top: 0.5625rem;
  font-size: 0.875rem;
  line-height: 1.2;
}
.signup-content form#signup .form-text {
  color: #262a38;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
}
.signup-content .form-captcha {
  margin-bottom: 2.5rem;
}
.signup-content .form-check {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  gap: 1em;
}
.signup-content .form-check .form-check-input {
  float: none;
  width: 1.5rem;
  height: 1.5rem;
}
.signup-content .form-check label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
}
.signup-content .start-free {
  background-color: #262a38;
}
@media (min-width: 1200px) {
  .signup-content .start-free {
    padding-block: 4rem;
  }
}
.signup-content .form-right {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .signup-content .form-right {
    padding-top: 4rem;
    background-position: 95% 65%;
  }
  .signup-content .form-right .row {
    justify-content: flex-end;
  }
}
.signup-content .form-right::after {
  background-image: url(/ui/img/svg/shape-orange-80.svg);
  background-repeat: no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  background-size: contain;
  content: "";
  position: absolute;
  top: -0.5rem;
  z-index: 1;
  left: -2rem;
}
@media (min-width: 768px) {
  .signup-content .form-right::after {
    width: 4.6875rem;
    height: 4.6875rem;
    top: -2%;
    left: -3%;
  }
}
.signup-content .help-block {
  margin-top: 0.625rem;
  margin-bottom: 0.5rem;
  color: #4f5d75;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.signup-content .help-error {
  color: #de1c22;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.signup-content button[type=submit] {
  display: block;
}
.signup-content .form-control-select {
  position: relative;
}
.signup-content .form-control-select #hear_about {
  padding-right: 30px;
}
.signup-content .form-control-select #hear_about_chevron {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 15px;
  height: 8px;
}
.signup-content #how_did_you_hear_other_field, .signup-content #data_warehouse_field {
  display: none;
}
.signup-content .signup-required {
  color: #de1c22;
}
.signup-content .form-cta-wrapper {
  display: flex;
  gap: 1.5em;
  align-items: center;
}
.signup-content .btn-link {
  font-weight: 600;
  color: #047377;
  text-decoration: underline;
  cursor: pointer;
}
.signup-content .btn-link:hover {
  color: rgb(30.4, 33.6, 44.8);
}
.signup-content .btn-link:disabled, .signup-content .btn-link.disabled {
  color: #6c757d;
}

.ecosystem main {
  position: relative;
}
.ecosystem main::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 41.6666666667vw;
  background-image: url(/ui/img/ecosystem/ecosystem-header-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -0.625rem -3rem;
}
.ecosystem h1, .ecosystem .h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.75rem;
  letter-spacing: 0;
}
.ecosystem .eco-header {
  padding-top: 7rem;
}
.ecosystem .eco-header p {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.1875rem;
  letter-spacing: 0;
  margin: 1.5rem auto;
}
@media (min-width: 992px) {
  .ecosystem .eco-header p {
    width: 85%;
  }
}
.ecosystem .partners {
  background-color: #eff2f3;
}
@media (min-width: 992px) {
  .ecosystem .partners {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.ecosystem .partners section {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .ecosystem .partners section {
    padding: 4rem 0;
  }
}
.ecosystem .partners h4, .ecosystem .partners .h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .ecosystem .partners h4, .ecosystem .partners .h4 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.1875rem;
    letter-spacing: 0;
  }
}
.ecosystem .partners p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #262a38;
}
@media (min-width: 768px) {
  .ecosystem .partners p {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.1875rem;
    letter-spacing: 0;
  }
}
.ecosystem .partner-text {
  margin: 1rem 0 2rem;
}
@media (min-width: 992px) {
  .ecosystem .partner-text {
    margin: 0;
  }
}
.ecosystem .partner-logos {
  padding-left: 0;
  list-style-type: none;
}
.ecosystem .partner-logos li {
  background: #fff;
  box-shadow: 8px 24px 64px 12px rgba(38, 42, 56, 0.06);
  border-radius: 5px;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .ecosystem .partner-logos li {
    width: calc(33% - 10px);
  }
}
@media (min-width: 992px) {
  .ecosystem .partner-logos li {
    width: calc(25% - 10px);
  }
}
.ecosystem .partner-logos li a {
  display: block;
  margin: 0.5rem;
}
.ecosystem .partner-logos li img {
  width: 100%;
  height: auto;
}
.ecosystem .partner-logos li > img {
  width: calc(100% - 1rem);
  margin: 0.5rem;
}
.ecosystem .become-partner h4, .ecosystem .become-partner .h4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.03125rem;
}
.ecosystem .become-partner p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin: 2rem 0 3rem;
}

#supportChatLauncher {
  display: none;
}
#supportChatLauncher.launcherReady {
  display: none;
}
@media (min-width: 992px) {
  #supportChatLauncher {
    display: none;
    width: 100px;
    height: 100px;
    background-color: #047377;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 100;
    cursor: pointer;
  }
  #supportChatLauncher.launcherReady {
    display: block;
  }
  #supportChatLauncher i {
    display: block;
    width: 67px;
    height: 67px;
    margin: 0 auto;
  }
  #supportChatLauncher i::before {
    font-size: 58px;
    line-height: 1.6;
    margin: 0;
  }
}

.navbar-nav #search-hits-wrapper {
  position: absolute;
  top: 45px;
  right: 0;
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  background: #fff;
  border: 1px solid #eff2f3;
  overflow-y: auto;
}
.navbar-nav #search-hits-wrapper .ais-Hits-item, .navbar-nav #search-hits-wrapper .ais-InfiniteHits-item {
  box-shadow: none;
  padding-bottom: 0;
}
.navbar-nav #search-hits-wrapper .ais-Hits-item:first-of-type, .navbar-nav #search-hits-wrapper .ais-InfiniteHits-item:first-of-type {
  padding-left: 1.5rem;
}
.navbar-nav #search-hits-wrapper .ais-Hits-item h2, .navbar-nav #search-hits-wrapper .ais-Hits-item .h2, .navbar-nav #search-hits-wrapper .ais-InfiniteHits-item h2, .navbar-nav #search-hits-wrapper .ais-InfiniteHits-item .h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}

.copyright-compliance {
  padding-block: 2em;
}
@media (min-width: 768px) {
  .copyright-compliance {
    padding-block: 1.5em;
  }
}
.copyright-compliance .copyright {
  color: #fff;
  font-weight: 600;
}
.copyright-compliance .compliance {
  display: grid;
  gap: 1.5em;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .copyright-compliance .compliance {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2em;
  }
}
@media (max-width: 767.98px) {
  .copyright-compliance .compliance #copyright-list-item {
    grid-row-end: 7;
    opacity: 0.7;
  }
}
.copyright-compliance .compliance li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0;
  list-style: none;
}
.copyright-compliance .compliance li a {
  color: #fff;
}
.copyright-compliance .compliance li a:hover, .copyright-compliance .compliance li a:active {
  color: #09999e;
}
@media (min-width: 768px) {
  .copyright-compliance #copyright-list-item {
    margin-right: auto;
  }
}
.copyright-compliance #ot-sdk-btn.ot-sdk-show-settings {
  background: none;
  color: #fff;
  border: none;
  font-size: initial;
  line-height: initial;
  padding: 0;
}
.copyright-compliance #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #09999e;
  background: none;
  border: none;
}

.learn main {
  position: relative;
}
.learn main h1, .learn main .h1 {
  margin-bottom: 2rem;
}
.learn main::before {
  background-image: url(/ui/img/png/shapes-learn.png);
  top: 4%;
  left: -6%;
  width: 7.5625rem;
  height: 19.625rem;
}
@media (min-width: 768px) {
  .learn main::before {
    width: 10.625rem;
    height: 27.5625rem;
    left: -5%;
    top: 3%;
  }
}
@media (min-width: 992px) {
  .learn main::before {
    width: 25.5rem;
    height: 66.125rem;
    top: 0;
    left: 0;
  }
}
.dbt-learn {
  z-index: 2;
}
.dbt-learn h2, .dbt-learn .h2 {
  margin-bottom: 1rem;
}
.dbt-learn h4, .dbt-learn .h4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}
.dbt-learn h4.h500, .dbt-learn .h500.h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: -0.25px;
}
@media (min-width: 768px) {
  .dbt-learn h4.h500, .dbt-learn .h500.h4 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: -0.5px;
  }
}
.dbt-learn .courses .card-body {
  padding: 2rem;
}
@media (min-width: 768px) {
  .dbt-learn .courses .card-body {
    padding: 4rem;
  }
}
.dbt-learn .courses h3, .dbt-learn .courses .h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .dbt-learn .courses h3, .dbt-learn .courses .h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.875rem;
    letter-spacing: -1px;
  }
}
.dbt-learn .courses hr {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  text-align: left;
  width: 6.25rem;
}

.course-cards {
  z-index: 10;
}
.course-cards .card h3, .course-cards .card .h3 {
  color: #262a38;
  transition: 100ms all ease-in-out;
}
.course-cards .card:hover h3, .course-cards .card:hover .h3 {
  color: #047377;
}

.learn-from-community h2, .learn-from-community .h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.5px;
}
.learn-from-community a {
  color: #fff;
}

.carousel-indicators [data-bs-target] {
  flex: 0 1 30%;
  margin-right: 1rem;
}

.dbt-carousel .carousel-indicators {
  bottom: 0;
}
.dbt-carousel .carousel-indicators [data-bs-target] {
  background-color: #959eac;
}
.dbt-carousel .carousel-indicators [data-bs-target].active {
  background-color: #09999e;
}
.dbt-carousel .carousel-inner {
  min-height: 13.4375rem;
}
.dbt-carousel .item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dbt-carousel .item {
    flex-direction: row;
  }
}
.dbt-carousel figure {
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .dbt-carousel figure {
    min-height: 15rem;
  }
}
@media (min-width: 1200px) {
  .dbt-carousel figure {
    margin: 0 8rem 1rem 0;
    min-height: 14.375rem;
  }
}
.dbt-carousel .profile {
  width: 7.9375rem;
  margin-right: 1.5rem;
  margin-bottom: 2.375rem;
}
@media (min-width: 768px) {
  .dbt-carousel .profile {
    margin-bottom: 2.75rem;
  }
}
.dbt-carousel .profile img {
  max-width: 7.9375rem;
}
.dbt-carousel .carousel-control-prev {
  right: 2.5rem;
  left: auto;
}
.dbt-carousel .carousel-control-next {
  right: 0;
}
.dbt-carousel .carousel-control-prev, .dbt-carousel .carousel-control-next {
  top: auto;
  bottom: 0;
  width: auto;
  color: #fff;
}
@media (max-width: 767.98px) {
  .dbt-carousel .carousel-control-prev, .dbt-carousel .carousel-control-next {
    display: none;
  }
}
.dbt-carousel .carousel-control-prev-icon,
.dbt-carousel .carousel-control-next-icon {
  background-color: #09999e;
  background-image: none;
  padding: 15%;
  width: 2.1875rem;
  height: 2.1875rem;
}
.dbt-carousel .carousel-indicators {
  position: relative;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .dbt-carousel .carousel-indicators {
    width: 100%;
    margin: 0;
  }
}

.lessons-header {
  background: #262a38;
}
.lessons-header h1, .lessons-header .h1 {
  color: #fff;
  margin: 0;
}

.lessons-body h2, .lessons-body .h2 {
  margin-bottom: 1rem;
}
.lessons-body ul {
  list-style: none;
  padding: 0;
}
.lessons-body ul li {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.lessons-body ul .arrow-right {
  position: relative;
  padding-right: 0.7rem;
}

.remark-container {
  background-color: #262a38;
  /* Two-column layouts */
}
.remark-container .white {
  color: #fff;
}
.remark-container .orange {
  color: #ff694a;
}
.remark-container .remark-slide-content h1, .remark-container .remark-slide-content .h1, .remark-container .remark-slide-content h2, .remark-container .remark-slide-content .h2, .remark-container .remark-slide-content h3, .remark-container .remark-slide-content .h3 {
  color: #ff694a;
}
.remark-container .remark-slide-content h1, .remark-container .remark-slide-content .h1, .remark-container .remark-slide-content h2, .remark-container .remark-slide-content .h2, .remark-container .remark-slide-content h3, .remark-container .remark-slide-content .h3, .remark-container .remark-slide-content h4, .remark-container .remark-slide-content .h4 {
  margin: 2rem 0;
}
.remark-container .remark-slide-content p {
  line-height: inherit;
  font-size: inherit;
  margin: 1rem 0;
}
.remark-container .remark-slide-content li {
  margin-top: 10px;
}
.remark-container .remark-slide-content pre {
  margin: 1rem 0;
  padding: 0.1rem 0;
}
.remark-container .remark-slide-content code {
  color: inherit;
}
.remark-container .hljs-default .hljs, .remark-container .hljs-default .hljs-subst {
  color: #444;
}
.remark-container .remark-code, .remark-container .remark-inline-code {
  font-family: "Source Code Pro", monospace;
}
.remark-container .remark-code-line {
  line-height: 1.2rem;
}
.remark-container .left-column {
  width: 49%;
  float: left;
}
.remark-container .right-column {
  width: 49%;
  float: right;
}
.remark-container .left-column-33 {
  width: 33%;
  float: left;
}
.remark-container .right-column-66 {
  width: 66%;
  float: right;
}
.remark-container .left-column-66 {
  width: 66%;
  float: left;
}
.remark-container .right-column-33 {
  width: 33%;
  float: right;
}
.remark-container .right-column ~ p {
  clear: both;
}
.remark-container .right-column ~ ul {
  clear: both;
}
.remark-container .scale {
  width: 50%;
}
.remark-container .dense-text {
  font-size: 90%;
}
.remark-container .dense-text .remark-code {
  font-size: 90%;
}
.remark-container .denser-text {
  font-size: 75%;
}
.remark-container .denser-text .remark-code {
  font-size: 75%;
}
.remark-container .grey {
  color: #959eac;
}
.remark-container .highlight {
  background: yellow;
}
.remark-container .remark-slide-scaler {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.remark-container .remark-slide-content {
  font-size: 24px;
}
.remark-container .remark-slide-number:before {
  content: "© dbt Labs, Inc. Not for commercial use.      ";
  font-size: 10px;
}
.remark-container .remark-code {
  font-size: 18px;
}
.remark-container .img-center {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.remark-container .text-center {
  margin: auto;
  width: 50%;
  text-align: center;
}
.remark-container .title {
  background: url("/ui/img/dbt_new_light.svg"), #262a38;
  background-position: 5% 90%;
  background-size: 15%;
  background-repeat: no-repeat;
  color: #fff;
}
.remark-container .title .remark-inline-code {
  color: #fff;
}
.remark-container .title h1, .remark-container .title .h1, .remark-container .title h2, .remark-container .title .h2 {
  color: #fff;
  font-weight: bold;
}
.remark-container .subtitle {
  background: #262a38;
  color: #fff;
}
.remark-container .subtitle p {
  color: #fff;
}
.remark-container .subtitle ul {
  color: #fff;
}
.remark-container .subtitle h1, .remark-container .subtitle .h1, .remark-container .subtitle h2, .remark-container .subtitle .h2 {
  color: #fff;
}
.remark-container .title a:link, .remark-container .subtitle a:link {
  color: #fff;
}
.remark-container .title a:visited, .remark-container .subtitle a:visited {
  color: #fff;
}
.remark-container .title a:hover, .remark-container .subtitle a:hover {
  color: #fff;
}
.remark-container .title a:active, .remark-container .subtitle a:active {
  color: #fff;
}
.remark-container .focus ul {
  font-size: 2.5rem;
}
.remark-container .checkpoint h1, .remark-container .checkpoint .h1 {
  text-align: left;
}
.remark-container .checkpoint p {
  text-align: center;
  font-size: 3rem;
}
.remark-container .caption {
  font-size: 60%;
  font-style: italic;
}
.remark-container .caption-right-small {
  font-size: 40%;
  font-style: italic;
  position: absolute;
  bottom: 10%;
  left: 90%;
}
.remark-container table {
  border-collapse: collapse;
  width: 100%;
  font-size: 60%;
}
.remark-container th {
  padding: 10px;
  background-color: #d9f6f4;
  border: 1px solid black;
}
.remark-container td {
  padding: 5px;
  border: 1px solid #959eac;
}
.remark-container .thumbnail-white {
  color: #fff;
  font-size: 1.5em;
}
.remark-container .thumbnail-orange {
  color: #fd7e14;
  font-size: 1.2em;
}

/* Trusted by the Best reusable block */
.customers {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.customers h2, .customers .h2 {
  color: #262a38;
  margin: 0 1.5rem 1.5rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .customers h2, .customers .h2 {
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .customers h2, .customers .h2 {
    margin: 0 0.8rem 2rem 0.8rem;
  }
}
.customers p {
  color: #4f5d75;
  margin: 0 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .customers p {
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .customers p {
    margin: 0 0.8rem 1.5rem 0.8rem;
    text-align: left;
  }
}
.customers .customer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
}
.customers .customer-wrapper img {
  max-width: 120px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  z-index: 2;
}

/* Styles for individual pages */
.homepage .customers .canva {
  transform: translateY(-7px);
}

@media (min-width: 992px) {
  .resource .customers {
    padding-bottom: 2rem;
  }
}

.summit .customers {
  padding-block: 2.75em 3em;
}
@media (min-width: 768px) {
  .summit .customers {
    padding-block: 4.75em 5em;
  }
}
.summit .customers h2, .summit .customers .h2 {
  color: #262a38;
  text-align: center;
  margin-bottom: 2.5rem;
}
.summit .customers p {
  color: #4f5d75;
  margin: 0 1.5rem 2rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .summit .customers p {
    margin: 0 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .summit .customers p {
    margin: 0 0.8rem 2.5rem 0.8rem;
  }
}

@media (min-width: 768px) {
  .resources h2, .resources .h2, .webinars h2, .webinars .h2 {
    font-size: 2.813rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) {
  .resources .resource-index-hero, .webinars .resource-index-hero {
    padding-top: 5rem;
    background: url("/ui/img/hero-graphic-icons.svg") right 60% no-repeat;
  }
  .resources .resource-index-hero .resource-index-hero-col-content, .webinars .resource-index-hero .resource-index-hero-col-content {
    max-width: 48%;
  }
}
.resources .resource-index-hero .resource-index-hero-col-content > span, .webinars .resource-index-hero .resource-index-hero-col-content > span {
  color: #047377;
  font-weight: 700;
}
.resources .resource-index-hero .resource-index-hero-img, .webinars .resource-index-hero .resource-index-hero-img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
}
.resources .popular-resources, .webinars .popular-resources {
  background: #eff2f3;
  color: #262a38;
}
@media (min-width: 992px) {
  .resources .popular-resources, .webinars .popular-resources {
    padding: 5rem 0;
  }
}
.resources .popular-resources h2, .resources .popular-resources .h2, .resources .popular-resources p, .webinars .popular-resources h2, .webinars .popular-resources .h2, .webinars .popular-resources p {
  color: #262a38;
}
.resources .popular-resources h2, .resources .popular-resources .h2, .webinars .popular-resources h2, .webinars .popular-resources .h2 {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .resources .popular-resources h3, .resources .popular-resources .h3, .webinars .popular-resources h3, .webinars .popular-resources .h3 {
    font-size: 1.5rem;
  }
}
.resources .popular-resources .popular-resources-grid, .webinars .popular-resources .popular-resources-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3rem;
}
@media (min-width: 992px) {
  .resources .popular-resources .popular-resources-grid, .webinars .popular-resources .popular-resources-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.resources .popular-resources .popular-resource-col, .webinars .popular-resources .popular-resource-col {
  padding: 0;
  position: relative;
  color: #262a38;
}
.resources .popular-resources .popular-resource-col > span, .webinars .popular-resources .popular-resource-col > span {
  color: #047377;
}
.resources .popular-resources .popular-resource-col:after, .webinars .popular-resources .popular-resource-col:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 400ms ease-in-out;
  width: 0%;
  height: 3px;
  background: #ff694a;
}
.resources .popular-resources .popular-resource-col:hover:after, .webinars .popular-resources .popular-resource-col:hover:after {
  width: 100%;
}
@media (max-width: 991.98px) {
  .resources .popular-resources .popular-resource-col, .webinars .popular-resources .popular-resource-col {
    max-width: 383px;
    margin: 0 auto 2rem;
  }
  .resources .popular-resources .popular-resource-col:last-of-type, .webinars .popular-resources .popular-resource-col:last-of-type {
    margin-bottom: 0;
  }
}
.resources .popular-resources .popular-resource-col img, .webinars .popular-resources .popular-resource-col img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
  margin: 0 auto;
}
.resources .popular-resources .popular-resource-col > span, .webinars .popular-resources .popular-resource-col > span {
  font-weight: 700;
}

@media (min-width: 992px) {
  .resource .resource-content {
    padding: 5rem 0;
    background: url(/ui/img/resources/resource-header-graphic.svg) no-repeat 95% 50%;
  }
}
@media (min-width: 1200px) {
  .resource .resource-content .resource-form-contain.offset-xl-1 {
    margin-left: 7%;
  }
}
@media (max-width: 767.98px) {
  .resource .resource-body {
    margin-bottom: 1rem;
  }
}
.resource .resource-body .resource-category-eyebrow {
  font-weight: 700;
  font-size: 1.5rem;
  color: #047377;
}
.resource .resource-body h1, .resource .resource-body .h1, .resource .resource-body h2, .resource .resource-body .h2, .resource .resource-body h3, .resource .resource-body .h3, .resource .resource-body h4, .resource .resource-body .h4, .resource .resource-body h5, .resource .resource-body .h5, .resource .resource-body h6, .resource .resource-body .h6 {
  color: #262a38;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .resource .resource-body h1, .resource .resource-body .h1 {
    font-size: 2.813rem;
    line-height: 3.5rem;
  }
  .resource .resource-body h2, .resource .resource-body .h2 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 2.625rem;
    letter-spacing: 0;
  }
  .resource .resource-body h3, .resource .resource-body .h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .resource .resource-body h4, .resource .resource-body .h4 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.resource .resource-body img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .resource .left-right-section {
    padding-bottom: 7rem;
  }
}
.resource .left-right-section .row:not(:first-of-type) {
  margin-top: 7rem;
}

.resource-form .hs-form label,
.signup-hubspot .hs-form label {
  margin-bottom: 0.5rem;
}
.resource-form .hs-form form fieldset,
.signup-hubspot .hs-form form fieldset {
  max-width: 100%;
}
.resource-form .hs-form fieldset.form-columns-2,
.signup-hubspot .hs-form fieldset.form-columns-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resource-form .hs-form fieldset.form-columns-2 > div,
.signup-hubspot .hs-form fieldset.form-columns-2 > div {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .resource-form .hs-form fieldset.form-columns-2 > div,
  .signup-hubspot .hs-form fieldset.form-columns-2 > div {
    flex: 0 0 48%;
  }
}
.resource-form .hs-form .hs-form-required,
.signup-hubspot .hs-form .hs-form-required {
  color: #de1c22;
}
.resource-form .hs-form .hs-form-field,
.signup-hubspot .hs-form .hs-form-field {
  margin-bottom: 1rem;
}
.resource-form .hs-form .hs-input:not([type=checkbox]),
.signup-hubspot .hs-form .hs-input:not([type=checkbox]) {
  width: 100% !important;
  height: 2.5rem;
  border-radius: 5px;
}
.resource-form .hs-form .hs-submit,
.signup-hubspot .hs-form .hs-submit {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .resource-form .hs-form .hs-submit .btn, .resource-form .hs-form .hs-submit .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .resource-form .hs-form .hs-submit input.hs-button.primary.large,
  .signup-hubspot .hs-form .hs-submit .btn,
  .signup-hubspot .hs-form .hs-submit .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large,
  .community-content.newsletter-signup .community-form-contain.newsletter .signup-hubspot .hs-form .hs-submit input.hs-button.primary.large {
    width: 100%;
  }
}
.resource-form .hs-form .hs-field-desc,
.signup-hubspot .hs-form .hs-field-desc {
  margin-top: 0.5rem;
  font-size: 12px;
  color: rgb(107, 114, 128);
}
.resource-form .hs-form .hs-error-msg,
.signup-hubspot .hs-form .hs-error-msg {
  display: block;
  color: rgb(220, 38, 38);
  font-size: 0.875rem;
}

.hbspt-form.custom-form .submitted-message {
  background: #E0E3E8;
  color: #262a38;
  padding: 2rem;
  display: none;
  text-align: center;
}
.hbspt-form.custom-form .submitted-message h2, .hbspt-form.custom-form .submitted-message .h2, .hbspt-form.custom-form .submitted-message p {
  margin-bottom: 0;
  color: #262a38;
}
.hbspt-form .hubspot-form-loader {
  margin: 0 auto;
  display: block;
  max-width: 100px;
}

@media (min-width: 992px) {
  .webinars .webinars-hero {
    padding: 5rem 0;
  }
  .webinars .webinars-hero > .container p {
    font-size: 1.2rem;
    line-height: 1.85rem;
  }
}

.events-page .events-hero {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .events-page .events-hero > .container p {
    font-size: 1.2rem;
    line-height: 1.85rem;
  }
}

.press-page .press-hero {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .press-page .press-hero > .container p {
    font-size: 1.2rem;
    line-height: 1.85rem;
  }
}
.press-page .section-header {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .press-page .section-header {
    font-size: 2.8125rem;
  }
}
.press-page .blog-date {
  font-size: 1rem;
  font-weight: 400;
  color: #374151;
}
@media (min-width: 992px) {
  .press-page .blog-posts__container {
    margin-top: 3.88rem;
  }
}
.press-page .in-the-media {
  background-color: #EFF2F3;
}

.partner-details .partner-header {
  background-image: url("/./ui/img/svg/diamond-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .partner-details .partner-header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1800px) {
  .partner-details .partner-header {
    background-size: 80%;
    background-position-x: 60%;
  }
}
.partner-details .partner-header p {
  font-size: 1.625rem;
  line-height: 38px;
}
.partner-details .stacked-shape-left--small {
  background-image: none;
}
@media (min-width: 992px) {
  .partner-details .stacked-shape-left--small {
    background-image: url("/./ui/img/svg/shape-teal-orange-stacked--small.svg");
    background-repeat: no-repeat;
    background-position: left;
  }
}
.partner-details .why-dbt-text {
  margin-bottom: 8rem;
}
.partner-details .why-dbt-text p, .partner-details .case-study-outro p, .partner-details .case-study-intro p {
  font-size: 1.25rem;
  line-height: 2.375rem;
}
@media (min-width: 992px) {
  .partner-details .trusted-teams .logos {
    margin-top: 4rem;
  }
}
.partner-details .trusted-teams .logo {
  max-width: 260px;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 992px) {
  .partner-details .trusted-teams .logo {
    margin-right: 3rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.partner-details .reason {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .partner-details .reason {
    margin-bottom: 1rem;
  }
}
.partner-details .dbt-events {
  position: relative;
}
.partner-details .stacked-shape-left {
  position: absolute;
  bottom: 0;
  display: none;
}
@media (min-width: 992px) {
  .partner-details .stacked-shape-left {
    display: block;
  }
}
.partner-details .dbt-events .cards.row {
  justify-content: flex-end;
  text-align: center;
}
@media (min-width: 992px) {
  .partner-details .dbt-events .cards.row {
    text-align: left;
  }
}

.partners-page .hero .hero-image {
  width: 204px;
}
.partners-page .hero p {
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.6;
}
.partners-page .hero .btn-link {
  color: #fff;
}
.partners-page .hero .btn-link:hover {
  color: #09999e;
}
@media (min-width: 992px) {
  .partners-page h3, .partners-page .h3 {
    font-size: 1.5rem;
  }
}
.partners-page .header {
  padding-block: 3rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .partners-page .header {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.partners-page .header .btn.btn-primary.btn-sm, .partners-page .header .community-content.newsletter-signup .community-form-contain.newsletter input.btn-sm.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .partners-page .header input.btn-sm.hs-button.primary.large, .partners-page .header .btn-group-sm > .btn.btn-primary, .partners-page .header .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-sm > input.btn.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .partners-page .header .btn-group-sm > input.btn.hs-button.primary.large, .partners-page .header .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-sm > input.btn-primary.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .partners-page .header .btn-group-sm > input.btn-primary.hs-button.primary.large, .partners-page .header .community-content.newsletter-signup .community-form-contain.newsletter .community-form-contain.newsletter .btn-group-sm > input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .community-form-contain.newsletter .partners-page .header .btn-group-sm > input.hs-button.primary.large {
  font-size: 1rem;
}
.partners-page .header .btn.btn-outline-primary.btn-sm, .partners-page .header .community-content.newsletter-signup .community-form-contain.newsletter input.btn-outline-primary.btn-sm.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .partners-page .header input.btn-outline-primary.btn-sm.hs-button.primary.large, .partners-page .header .btn-group-sm > .btn.btn-outline-primary, .partners-page .header .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-sm > input.btn-outline-primary.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .partners-page .header .btn-group-sm > input.btn-outline-primary.hs-button.primary.large {
  font-size: 1rem;
  border-color: white;
}
.partners-page .header .btn.btn-outline-primary.btn-sm:hover, .partners-page .header .community-content.newsletter-signup .community-form-contain.newsletter input.btn-outline-primary.btn-sm.hs-button.primary.large:hover, .community-content.newsletter-signup .community-form-contain.newsletter .partners-page .header input.btn-outline-primary.btn-sm.hs-button.primary.large:hover, .partners-page .header .btn-group-sm > .btn.btn-outline-primary:hover, .partners-page .header .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-sm > input.btn-outline-primary.hs-button.primary.large:hover, .community-content.newsletter-signup .community-form-contain.newsletter .partners-page .header .btn-group-sm > input.btn-outline-primary.hs-button.primary.large:hover {
  border-color: #047377;
}
.partners-page .header::before {
  display: none;
  content: "";
  width: 225px;
  height: 301px;
  background: url("/assets/img/partners-page/hero-graphic-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -115px;
  bottom: 40px;
}
@media (min-width: 992px) {
  .partners-page .header::before {
    display: block;
  }
}
.partners-page .header::after {
  display: none;
  content: "";
  width: 181px;
  height: 247px;
  background: url("/assets/img/partners-page/hero-graphic-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -15px;
  top: 60px;
}
@media (min-width: 992px) {
  .partners-page .header::after {
    display: block;
  }
}
.partners-page .left-right-section .row:nth-child(odd) {
  flex-direction: row;
}
.partners-page .left-right-section .row:nth-child(even) {
  flex-direction: row-reverse;
}
.partners-page .testimonials {
  padding-bottom: 0;
}

/* Events Page */
@keyframes block1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes block2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes block3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.events-page header {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .events-page header {
    padding: 6rem 0;
  }
}
.events-page .card {
  margin-bottom: 2rem;
}
.events-page .card .card-title {
  font-weight: 700;
  font-size: 1.5rem;
}
.events-page .card .btn-link {
  padding-left: 0;
}
.events-page .card .btn-link:focus, .events-page .card .btn-link:active {
  box-shadow: none;
}

.event-page section {
  padding: 6rem 0;
}
.event-page img {
  max-width: 100%;
}
.event-page .event-hero {
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #047377;
}
@media (max-width: 1199.98px) {
  .event-page .event-hero {
    padding: 4rem 0;
  }
}
@media (max-width: 575.98px) {
  .event-page .event-hero {
    padding: 2rem 0;
  }
}
@media (max-width: 575.98px) {
  .event-page .event-hero {
    background-position: 0% center;
  }
}
.event-page .event-hero.text-white p {
  color: #fff;
}
.event-page .event-hero span.hero-preheader {
  font-size: 1.75rem;
}
@media (max-width: 1199.98px) {
  .event-page .event-hero span.hero-preheader {
    font-size: 1rem;
  }
}
.event-page .event-hero h1, .event-page .event-hero .h1 {
  font-size: 4.375rem;
}
@media (max-width: 1199.98px) {
  .event-page .event-hero h1, .event-page .event-hero .h1 {
    font-size: 2.25rem;
    line-height: 2.813rem;
  }
}
.event-page .event-hero h2, .event-page .event-hero .h2 {
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 3.625rem;
}
@media (max-width: 1199.98px) {
  .event-page .event-hero h2, .event-page .event-hero .h2 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
.event-page .event-hero p {
  font-size: 1.75rem;
  line-height: 2.375rem;
}
@media (max-width: 1199.98px) {
  .event-page .event-hero p {
    display: none;
  }
}
.event-page .event-hero .btn, .event-page .event-hero .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .event-page .event-hero input.hs-button.primary.large {
  background: #fff;
  color: #047377;
  border-color: #fff;
}
.event-page .event-hero .btn:hover, .event-page .event-hero .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:hover, .community-content.newsletter-signup .community-form-contain.newsletter .event-page .event-hero input.hs-button.primary.large:hover {
  background: #eff2f3;
}
.event-page .event-hero .event-hero-icon img {
  max-width: 303px;
  width: 100%;
}
.event-page .event-who-should-attend {
  background: #eff2f3;
}
.event-page .event-who-should-attend h3, .event-page .event-who-should-attend .h3 {
  font-size: 1.55rem;
}
.event-page .event-who-should-attend .benefit-icon {
  width: 70px;
  height: 70px;
  border: 1px solid #eff2f3;
  border-radius: 10px;
  box-shadow: 0px 131px 52px rgba(199, 199, 199, 0.01), 0px 74px 44px rgba(199, 199, 199, 0.05), 0px 33px 33px rgba(199, 199, 199, 0.09), 0px 8px 18px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);
}
.event-page .event-who-should-attend .benefit-icon i {
  font-size: 1.75rem;
  color: #ff694a;
}
.event-page .event-agenda-item {
  background: #eff2f3;
  border-radius: 5px;
  padding: 1rem;
}
.event-page .event-agenda-item .agenda-item-header {
  min-height: 6em;
}
@media (max-width: 767.98px) {
  .event-page .event-agenda-item .agenda-item-header {
    padding-block: 1.5em;
    min-height: 4em;
  }
}
.event-page .event-agenda-item .agenda-item-header:hover .agenda-item-button:before {
  color: #ff694a;
}
.event-page .event-agenda-item .agenda-item-header.pointer :hover {
  cursor: pointer;
}
.event-page .event-agenda-item .agenda-item-header h3, .event-page .event-agenda-item .agenda-item-header .h3 {
  font-weight: 600;
  font-size: 1.55rem;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .event-page .event-agenda-item .agenda-item-header h3, .event-page .event-agenda-item .agenda-item-header .h3 {
    font-size: 1.2rem;
  }
}
.event-page .event-agenda-item .agenda-item-header .agenda-item-button {
  font-size: 1.9rem;
}
.event-page .event-agenda-item .agenda-item-header .agenda-item-button:before {
  font-family: "Font Awesome 6 Pro";
  content: "+";
  font-size: 2rem;
  font-style: normal;
  transition: all 200ms ease-in-out;
}
@media (max-width: 767.98px) {
  .event-page .event-agenda-item .agenda-item-header .agenda-item-button:before {
    font-size: 1.2rem;
  }
}
.event-page .event-agenda-item .agenda-item-header.active .agenda-item-button:before {
  content: "\f068";
}
.event-page .event-agenda-item .agenda-item-content {
  transition: height 500ms ease-in-out;
  overflow: hidden;
}
.event-page .event-agenda-item .agenda-item-content:not(.active) {
  display: none;
}
.event-page .event-agenda-item .agenda-speakers h4, .event-page .event-agenda-item .agenda-speakers .h4 {
  font-weight: 700;
  font-size: 1.125rem;
}
.event-page .event-agenda-item .agenda-speakers p {
  line-height: 1.4;
}
@media (min-width: 992px) {
  .event-page .event-agenda-item .agenda-speakers .has-border {
    border-left: 1px solid #e0e3e8;
    padding-left: 1rem;
  }
}
.event-page .event-agenda-item .agenda-speakers .agenda-speaker {
  grid-template-columns: 4.375rem 1fr;
}
.event-page .event-agenda-item .agenda-speakers .agenda-speaker-image img {
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
  object-fit: cover;
  background-color: currentColor;
}
.event-page .event-agenda-item .agenda-speakers h5, .event-page .event-agenda-item .agenda-speakers .h5 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .event-page .event-agenda-item .agenda-speakers h5, .event-page .event-agenda-item .agenda-speakers .h5 {
    font-size: 1.125rem;
  }
}
.event-page .event-sponsors .event-sponsor-logo {
  max-width: 200px;
  width: 100%;
}
@media (min-width: 768px) {
  .event-page .event-register {
    background: url(/ui/img/events/shapes.png) 98% center no-repeat;
  }
}
.event-page .hbspt-form label {
  margin-bottom: 0.5rem;
}
.event-page .hbspt-form fieldset {
  margin-bottom: 1rem;
}
.event-page .hbspt-form fieldset.form-columns-1 .input input {
  width: 100%;
}
.event-page .hbspt-form .hs-submit {
  margin-top: 2rem;
}

.pricing .fa-circle-info {
  transform: translateY(-0.25rem);
  color: #1FA4A3;
  font-size: small;
  margin-left: 0.125rem;
}
.pricing .new {
  color: #e86825;
}
.pricing .card {
  padding: 1rem;
  margin: 0.5rem 1rem 1rem;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .pricing .card {
    margin: 0.5rem;
    flex-basis: calc(33% - 1rem);
    flex-grow: 0;
  }
}
@media (min-width: 992px) {
  .pricing .card {
    padding: 1.5rem;
    flex-basis: calc(33% - 2.15rem);
  }
}
.pricing .card-icon {
  height: 2.9375rem;
}
.pricing :not(.tiers) .card {
  border: 1px solid #eff2f3;
  border-radius: 0.625rem;
  box-shadow: 0px 131px 52px rgba(199, 199, 199, 0.01), 0px 74px 44px rgba(199, 199, 199, 0.05), 0px 33px 33px rgba(199, 199, 199, 0.09), 0px 8px 18px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);
}
.pricing #pricing-top-cta {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-top: 2rem;
  transition: all 0.5s ease;
}
.pricing #pricing-top-cta:hover {
  color: #09999e;
}
@media (min-width: 992px) {
  .pricing #pricing-top-cta {
    font-size: 24px;
    line-height: 30px;
    margin-top: 3rem;
  }
}
.pricing #pricing-top-cta .fa-arrow-right-long {
  font-size: 1rem;
}
.pricing .tiers {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 992px) {
  .pricing .tiers {
    gap: 2rem;
  }
}
.pricing .tiers .card {
  border: 0 none;
  border-top: 10px solid #ff694a;
  padding: 2rem 1.25rem;
}
@media (min-width: 992px) {
  .pricing .tiers .card {
    padding: 2rem 1.375rem;
  }
}
.pricing .tiers .card-body {
  position: relative;
  padding-inline: 0;
}
.pricing .tiers .card-body h4, .pricing .tiers .card-body .h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.pricing .tiers ul {
  padding-left: 0;
  margin-bottom: 0;
}
.pricing .tiers li {
  position: relative;
  list-style: none;
  margin-bottom: 0.5em;
}
.pricing .tiers .btn-link {
  position: absolute;
  bottom: 0;
}
.pricing .tiers .tier-price {
  font-size: 1.7rem;
  line-height: 2.8125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.pricing .tiers .tier-fine-print {
  margin-bottom: 1.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
}
.pricing .tiers .tier-fine-print a {
  cursor: pointer;
}
.pricing .support a {
  white-space: nowrap;
}
.pricing .support .card {
  padding: 1rem 1.5rem;
}
.pricing .support .card .card-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .pricing .support .card .card-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.pricing .support .card p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 992px) {
  .pricing .support .card p {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
.pricing .support .card .btn-link {
  position: absolute;
  bottom: 0;
  padding-bottom: 2rem;
}

.faq .accordion-button {
  font-size: 1rem;
  line-height: 1.2;
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .faq .accordion-button {
    font-size: 1.375rem;
    padding-inline: 2.5rem;
  }
}
.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
}
.faq .accordion-button::after {
  font-family: "Font Awesome 6 Pro";
  content: "+";
  line-height: 15px;
  font-size: inherit;
  background: none;
}
@media (min-width: 768px) {
  .faq .accordion-collapse {
    padding-inline: 1.5rem;
  }
}

.faq--product {
  position: relative;
}
@media (min-width: 768px) {
  .start {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .start {
    margin-bottom: 8rem;
  }
}

.start-using {
  position: relative;
  padding-block: 4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .start-using {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  .start-using {
    padding-block: 5rem;
  }
}
.start-using h1, .start-using .h1, .start-using h2, .start-using .h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .start-using h1, .start-using .h1, .start-using h2, .start-using .h2 {
    margin-bottom: 3rem;
  }
}
.start-using .btn, .start-using .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .start-using input.hs-button.primary.large {
  font-size: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .start-using .btn, .start-using .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .start-using input.hs-button.primary.large {
    margin-bottom: 1rem;
  }
}
.start-using h3, .start-using .h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}
.start-using p.tier-desc {
  font-size: 1.3rem;
  line-height: 1.5;
  max-width: 270px;
}
.start-using li {
  font-size: 1.125rem;
  line-height: 1.5;
}
.start-using::before {
  background-image: url(/ui/img/svg/pricing-shapes.svg);
}
@media (min-width: 768px) {
  .start-using::before {
    top: 3.125rem;
    width: 15rem;
    height: 13.75rem;
    right: -5rem;
  }
}
@media (min-width: 992px) {
  .start-using::before {
    right: 1rem;
  }
}
.start-using a {
  cursor: pointer;
}

.pricing-plans {
  padding-top: 0;
  padding-bottom: 0;
}
.pricing-plans #pricing-plan-cta-section {
  text-align: center;
  padding: 0.5rem 0;
}
.pricing-plans #pricing-plan-cta-section #pricing-plan-details-cta {
  padding: 1rem 2rem;
  font-weight: 700;
  margin-left: 20px;
  background: none;
  border: none;
  transition: 100ms ease-in-out all;
}
.pricing-plans #pricing-plan-cta-section #pricing-plan-details-cta i {
  display: inline-block;
  margin-left: 5px;
  transition: 100ms all ease-in-out;
}
.pricing-plans #pricing-plan-cta-section #pricing-plan-details-cta.plan-details-cta-active i {
  transform: rotate(180deg);
}
.pricing-plans #pricing-plan-cta-section #pricing-plan-details-cta:hover {
  color: #96d7d1;
}
.pricing-plans #pricing-plan-table-section {
  margin-inline: 0.5em;
  padding-bottom: 1rem;
}
.pricing-plans .pricing-table-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  position: relative;
  z-index: 6;
}
.pricing-plans .pricing-table-container .row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .pricing-plans .pricing-table-container.pricing-table-body.developer .col-3:nth-of-type(2),
  .pricing-plans .pricing-table-container.pricing-table-body.developer .col-3:nth-of-type(3) {
    display: none !important;
  }
  .pricing-plans .pricing-table-container.pricing-table-body.enterprise .col-3:nth-of-type(3),
  .pricing-plans .pricing-table-container.pricing-table-body.enterprise .col-3:nth-of-type(4) {
    display: none !important;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .pricing-plans .pricing-table-container.pricing-table-body.team .col-3:nth-of-type(2),
  .pricing-plans .pricing-table-container.pricing-table-body.team .col-3:nth-of-type(4) {
    display: none !important;
  }
}
.pricing-plans .pricing-table-container.pricing-table-body .row {
  font-size: 1.125rem;
}
.pricing-plans .pricing-table-container.pricing-table-body .row:last-of-type {
  border-bottom: 1px solid var(--border-color);
}
.pricing-plans .pricing-table-container.pricing-table-body .row:hover {
  background-color: #eff2f3;
}
.pricing-plans .pricing-table-container.pricing-table-body .row > div {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pricing-plans .pricing-table-container.pricing-table-body .row > div:first-of-type {
  border-left-width: 0;
}
@media (max-width: 767.98px) {
  .pricing-plans .pricing-table-container.pricing-table-body .row > div:first-of-type {
    border-right-width: 0;
  }
}
.pricing-plans .pricing-table-container.pricing-table-body .row > div:last-of-type {
  border-right-width: 0;
}
.pricing-plans .pricing-table-container.pricing-table-body .row > div .fa-circle-check {
  color: #09999e;
  font-size: 1.1875rem;
}
.pricing-plans .pricing-table-container.pricing-table-body .header-row {
  font-size: 1.375rem;
  font-weight: 700;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--border-color);
}
@media (min-width: 768px) {
  .pricing-plans .pricing-table-container.pricing-table-body .header-row {
    font-size: 1.5rem;
  }
}
.pricing-plans .header-row {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .pricing-plans .header-row {
    font-size: 1.5rem;
  }
}
.pricing-plans .pricing-header .row {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .pricing-plans .pricing-header .row {
    display: flex;
    flex-wrap: nowrap;
    scrollbar-color: #047377;
    max-inline-size: 100%;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    overscroll-behavior: contain;
    justify-content: center !important;
  }
}
@media (max-width: 667px) {
  .pricing-plans .pricing-header .row {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767.98px) {
  .pricing-plans .pricing-header .row > div.col-3 {
    width: 60%;
    border-top-left-radius: 0;
  }
  .pricing-plans .pricing-header .row > div.col-3:first-of-type {
    border-left-width: 0;
  }
  .pricing-plans .pricing-header .row > div.col-3:last-of-type {
    border-right-width: 0;
  }
  .pricing-plans .pricing-header .row > div.col-3.active {
    background: #eff2f3;
    transition: all 0.75s ease;
    animation-name: bounceY;
    animation-duration: 0.75s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media (min-width: 768px) {
  .pricing-plans .pricing-header .row > div.col-3:first-of-type {
    border-left-width: 1px;
  }
  .pricing-plans .pricing-header .row > div.col-3:last-of-type {
    border-right-width: 1px;
  }
}
@media (max-width: 991.98px) {
  .pricing-plans .pricing-header .row {
    text-align: center;
  }
}
.pricing-plans .pricing-header h2, .pricing-plans .pricing-header .h2 {
  margin-bottom: 3.125rem;
}
.pricing-plans .pricing-header h4, .pricing-plans .pricing-header .h4 {
  font-weight: 700;
  color: #262a38;
}
.pricing-plans .pricing-header p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1.6;
  color: #727d91;
}
@media (max-width: 991.98px) {
  .pricing-plans .pricing-header p:not(.plan-price) {
    display: none;
  }
}
.pricing-plans .pricing-header p.plan-price {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
  color: #262a38;
  margin-bottom: 1.25rem;
}
.pricing-plans .pricing-header p.plan-price a {
  color: #047377;
  cursor: pointer;
}
.pricing-plans .pricing-header a.btn {
  padding: 0.6rem 0;
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
.pricing-plans .pricing-table {
  --border-color: #d4d4d7;
}
.pricing-plans .pricing-table .pricing-header {
  padding-top: clamp(3rem, 9vw, 8rem);
}
.pricing-plans .pricing-table .pricing-header .row > div {
  text-align: center;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: var(--border-color);
  z-index: 20;
}
@media (min-width: 768px) {
  .pricing-plans .pricing-table .pricing-header .row > div {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .pricing-plans .pricing-table .pricing-header .row > div.col-3.active h4, .pricing-plans .pricing-table .pricing-header .row > div.col-3.active .h4, .pricing-plans .pricing-table .pricing-header .row > div.col-3.active p {
    color: #047377;
    transition: all 0.75s ease;
  }
}
@media (min-width: 768px) {
  .pricing-plans .pricing-table .pricing-header .row > div {
    border-right-width: 1px;
  }
  .pricing-plans .pricing-table .pricing-header .row > div.col-3 {
    text-align: left;
  }
  .pricing-plans .pricing-table .pricing-header .row > div:first-of-type {
    border-top-left-radius: 0.625rem;
    border-left-width: 1px;
  }
  .pricing-plans .pricing-table .pricing-header .row > div:last-of-type {
    border-top-right-radius: 0.625rem;
    border-right-width: 1px;
  }
}
@media (min-width: 992px) {
  .pricing-plans .pricing-table .pricing-header .row > div {
    padding: 1rem 1rem 0.5rem;
  }
}
.pricing-plans .pricing-table .pricing-header .row > div h4, .pricing-plans .pricing-table .pricing-header .row > div .h4 {
  margin: 0.5rem 0 1rem;
}
@media (max-width: 767.98px) {
  .pricing-plans .pricing-table .pricing-header .row > div h4, .pricing-plans .pricing-table .pricing-header .row > div .h4 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .pricing-plans .pricing-table .pricing-header .row > div p {
    font-size: 0.625rem;
  }
}
.pricing-plans .pricing-table .pricing-header a.btn-primary {
  margin-top: auto;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .pricing-plans .pricing-table .pricing-header a.btn-primary {
    background-color: #fff;
    border: 1px solid #047377;
    color: #047377;
  }
  .pricing-plans .pricing-table .pricing-header a.btn-primary:hover {
    background-color: #047377;
    color: #fff;
  }
}
.pricing-plans .pricing-table .pricing-header .pricing-table-container.table-fixed {
  z-index: 20;
}
@media (min-width: 768px) {
  .pricing-plans .pricing-table .pricing-header .pricing-table-container.table-fixed {
    top: 0;
    left: 50%;
    padding-top: 0.25em;
    background-color: #fff;
    transform: translateX(-50%);
    position: fixed;
  }
  .pricing-plans .pricing-table .pricing-header .pricing-table-container.table-fixed .col-3 {
    border: 1px solid var(--border-color);
    padding-block: 0.5rem;
  }
}
@media (min-width: 768px) {
  .pricing-plans .pricing-table .pricing-header .row {
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 100%;
    width: 100%;
  }
}
.pricing-plans .pricing-table .row > div.col-3 {
  font-weight: 600;
  max-width: 13.75rem;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: var(--border-color);
  text-align: center;
}
@media (max-width: 767.98px) {
  .pricing-plans .pricing-table .row > div.col-3 {
    min-width: fit-content;
    max-width: fit-content;
  }
}
@media (min-width: 768px) {
  .pricing-plans .pricing-table .row > div.col-3 {
    border-right-width: 1px;
    max-width: 18.75rem;
  }
}
.pricing-plans .pricing-table .row > div.first-column {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
  max-width: initial;
  flex-grow: 1;
  text-align: left;
}
@media (min-width: 768px) {
  .pricing-plans .pricing-table .row > div.first-column {
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 1.5rem 0.6rem;
  }
}
.pricing-plans .pricing-table .row > div.first-column a {
  cursor: default;
}
.pricing-plans .pricing-table .row > div.first-column a:hover {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .core {
    max-width: 90%;
  }
}

.security-compliance--badges {
  display: flex;
  flex-direction: row;
  gap: 3em;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 767.98px) {
  .security-compliance--badges {
    gap: 1.25em;
  }
  .security-compliance--badges img {
    max-width: 3.75rem;
  }
}
.security-compliance a {
  color: #fff;
  text-decoration: underline;
}

.custom-tooltip {
  max-width: 300px;
  border-radius: 0.625rem;
  background-color: #fff;
  box-shadow: 0px 308px 123px rgba(201, 201, 201, 0.01), 0px 173px 104px rgba(201, 201, 201, 0.05), 0px 77px 77px rgba(201, 201, 201, 0.09), 0px 19px 42px rgba(201, 201, 201, 0.1), 0px 0px 0px rgba(201, 201, 201, 0.1);
}

@keyframes bounceY {
  0% {
    scale: 1;
  }
  50% {
    scale: 1 1.1;
  }
  100% {
    scale: 1;
  }
}
.product-tour .product-tour-contact {
  position: relative;
}
@media (min-width: 992px) {
  .product-tour .product-tour-contact {
    padding: 6.25rem 0;
  }
}
@media (max-width: 991.98px) {
  .product-tour .product-tour-contact {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .product-tour .product-tour-contact {
    background: linear-gradient(90deg, #262a38 50%, #fff 50%);
  }
  .product-tour .product-tour-contact:before {
    content: "";
    width: 183px;
    height: 368px;
    position: absolute;
    background: url("/ui/img/product-tour-graphic.svg");
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .product-tour .product-hero {
    background-color: #262a38;
    padding: 4rem 1rem;
  }
}
@media (min-width: 992px) {
  .product-tour .product-hero {
    padding-right: 4rem;
  }
}
.product-tour .product-hero h1, .product-tour .product-hero .h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.85rem;
  letter-spacing: 0;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .product-tour .product-hero h1, .product-tour .product-hero .h1 {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 3.9rem;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  .product-tour .product-hero .product-hero-bullets {
    width: 85%;
  }
}
.product-tour .product-hero .product-hero-bullets .bullet p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 991.98px) {
  .product-tour .product-hero .product-hero-bullets .bullet p {
    font-size: 1.25rem;
    line-height: 1.7rem;
  }
}
.product-tour .product-hero .product-hero-bullets .bullet .svg-icon-container {
  margin-right: 2rem;
}
.product-tour .product-hero .product-hero-bullets .bullet .svg-icon-container .icon {
  width: 31px;
  height: 31px;
}
@media (max-width: 991.98px) {
  .product-tour .form-right {
    padding: 4rem 1rem;
  }
}
@media (min-width: 992px) {
  .product-tour .form-right {
    padding-left: 4rem;
  }
}
.product-tour .form-right h2, .product-tour .form-right .h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0;
}
.product-tour .form-right .hs-form label {
  margin-bottom: 0.5rem;
}
.product-tour .form-right .hs-form fieldset.form-columns-2 {
  display: flex;
  justify-content: space-between;
}
.product-tour .form-right .hs-form fieldset.form-columns-2 > div {
  flex: 0 0 48%;
}
.product-tour .form-right .hs-form .hs-form-required {
  color: #de1c22;
}
.product-tour .form-right .hs-form .hs-form-field {
  margin-bottom: 1rem;
}
.product-tour .form-right .hs-form .hs-input {
  width: 100%;
  height: 2.5rem;
  border-radius: 5px;
}
.product-tour .form-right .hs-form .hs-recaptcha {
  margin-top: 2rem;
}
.product-tour .form-right .hs-form .hs-submit {
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .product-tour .values {
    padding: 2rem 0;
  }
}
.product-tour .tour {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .product-tour .tour {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .product-tour .tour h2, .product-tour .tour .h2 {
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 3.5rem;
    letter-spacing: 0;
  }
}
.product-tour .tour .tour-images img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .product-tour .tour .tour-details .btn, .product-tour .tour .tour-details .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .product-tour .tour .tour-details input.hs-button.primary.large {
    width: 100%;
  }
}
.product-tour .addt-resources {
  background: #eff2f3;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .product-tour .addt-resources {
    padding: 7rem 0 0;
  }
}
@media (min-width: 992px) {
  .product-tour .addt-resources h2, .product-tour .addt-resources .h2 {
    margin-bottom: -5rem;
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 3.5rem;
    letter-spacing: 0;
  }
}
.product-tour .addt-resources .container > .d-flex {
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-tour .addt-resources .container > .d-flex {
    flex-direction: row;
  }
}
.product-tour .addt-resources .card {
  border: 1px solid #eff2f3;
  padding: 1rem 1.5rem;
  margin: 0.5rem;
  flex: 1;
  border-radius: 0.625rem;
  box-shadow: 0px 131px 52px rgba(199, 199, 199, 0.01), 0px 74px 44px rgba(199, 199, 199, 0.05), 0px 33px 33px rgba(199, 199, 199, 0.09), 0px 8px 18px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);
}
.product-tour .addt-resources .card .card-body {
  padding: 1rem;
}
.product-tour .addt-resources .card .card-title {
  font-size: 1.5rem;
}
.product-tour .addt-resources .card-row {
  position: relative;
}
@media (min-width: 992px) {
  .product-tour .addt-resources .card-row {
    padding: 7rem 0;
  }
  .product-tour .addt-resources .card-row::before {
    content: "";
    background: #fff;
    left: -100%;
    right: -100%;
    bottom: 0;
    height: 50%;
    position: absolute;
  }
}

.product-tour-thank-you .thank-you-hero {
  text-align: center;
}
@media (min-width: 992px) {
  .product-tour-thank-you .thank-you-hero {
    background: url("/ui/img/product-tour-thank-you-graphic.svg") 115% bottom no-repeat;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .product-tour-thank-you .thank-you-hero {
    background-position-x: 110%;
  }
}
@media (min-width: 1700px) {
  .product-tour-thank-you .thank-you-hero {
    background-position-x: right;
  }
}
@media (min-width: 992px) {
  .product-tour-thank-you .thank-you-hero h1, .product-tour-thank-you .thank-you-hero .h1 {
    line-height: 72px;
    padding-right: 1rem;
  }
}
.product-tour-thank-you .thank-you-hero h1 span, .product-tour-thank-you .thank-you-hero .h1 span {
  color: #047377;
}
@media (max-width: 767.98px) {
  .product-tour-thank-you .thank-you-hero h1 span, .product-tour-thank-you .thank-you-hero .h1 span {
    display: block;
  }
}
@media (min-width: 1020px) {
  .product-tour-thank-you .thank-you-hero .tour-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-tour-thank-you .final-cta h2, .product-tour-thank-you .final-cta .h2 {
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 3.5rem;
    letter-spacing: 0;
  }
}
.product-tour-thank-you .tour-iframe {
  background: #4f5d75;
}
@media (max-width: 1019px) {
  .product-tour-thank-you .tour-iframe {
    display: none;
  }
}
@media (min-width: 1020px) {
  .product-tour-thank-you .tour-iframe {
    padding: 0;
  }
}
.product-tour-thank-you .tour-iframe .container-fluid, .product-tour-thank-you .tour-iframe .container-sm, .product-tour-thank-you .tour-iframe .container-md, .product-tour-thank-you .tour-iframe .container-lg, .product-tour-thank-you .tour-iframe .container-xl, .product-tour-thank-you .tour-iframe .container-xxl {
  margin-bottom: -7px;
}
.product-tour-thank-you .tour-iframe .iframe-container iframe {
  width: 100%;
}
.product-tour-thank-you .tour-content {
  background: #eff2f3;
  display: block;
}
@media (min-width: 1020px) {
  .product-tour-thank-you .tour-content {
    display: none;
  }
}

.pillar .pillar-hero {
  background-color: #262A38;
  color: white;
}
@media (max-width: 767.98px) {
  .pillar .pillar-hero {
    padding-block: 4rem;
  }
}
.pillar .pillar-hero h1, .pillar .pillar-hero .h1 {
  font-size: 3.75rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .pillar .pillar-hero h1, .pillar .pillar-hero .h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}
.pillar .pillar-hero .subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin-block: 1.875rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .pillar .pillar-hero .subtitle {
    max-width: 35.625rem;
  }
}
@media (max-width: 991.98px) {
  .pillar .pillar-hero .subtitle {
    font-size: 1.25rem;
  }
}
.pillar .pillar-hero .pillar-byline {
  font-weight: 700;
  font-size: 1rem;
}
.pillar .pillar-hero .pillar-byline .vl {
  width: 14px;
  opacity: 0.6;
  border: 1px solid #00CCCC;
  transform: rotate(90deg);
  display: block;
}
.pillar .pillar-hero .pillar-byline .fa-clock {
  padding-right: 10px;
}
.pillar .pillar-hero .pillar-author-links {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  display: block;
}
.pillar .pillar-hero .pillar-author-links .pilar-author-images {
  margin: 0;
  display: block;
  align-items: center;
}
.pillar .pillar-hero .pillar-author-links .pillar-author-image {
  padding: 0;
}
.pillar .pillar-hero .pillar-author-links .pillar-author-image img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.pillar .pillar-hero .pillar-author-links .pillar-author-meta .pillar-date {
  font-size: 0.875rem;
  display: block;
}
.pillar .download-pdf-container {
  background: #047377;
  border: 1px solid #EFF2F3;
  border-radius: 10px;
  display: flex;
  text-decoration: none;
  padding: 0;
  margin-bottom: 40px;
  box-shadow: 8px 24px 64px 11px rgba(38, 42, 56, 0.1);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.pillar .download-pdf-container .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 5.875rem;
  height: 5.875rem;
}
.pillar .download-pdf-container .icon-box img {
  width: 45px;
  height: 28px;
}
.pillar .download-pdf-container .text {
  background-color: #fff;
  padding: 1rem 1.25rem;
  width: 100%;
  min-height: 5.875rem;
  color: #262a38;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pillar .download-pdf-container h4, .pillar .download-pdf-container .h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 768px) {
  .pillar .download-pdf-container h4, .pillar .download-pdf-container .h4 {
    margin-bottom: 0.15em;
  }
}
.pillar .download-pdf-container p {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
}
.pillar .download-pdf-container:active, .pillar .download-pdf-container:hover {
  background: #368F92;
  cursor: pointer;
}
.pillar .download-pdf-container:active .text, .pillar .download-pdf-container:hover .text {
  color: white;
  background: #047377;
}
.pillar .download-pdf-container:active p, .pillar .download-pdf-container:hover p {
  color: white;
}
.pillar .download-pdf-container:active .icon-box, .pillar .download-pdf-container:hover .icon-box {
  cursor: pointer;
}
.pillar .addt-resources {
  background-color: #EFF2F3;
  padding-block: 5rem;
}
.pillar .addt-resources h2, .pillar .addt-resources .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2rem;
}
.pillar .addt-resources p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.pillar .addt-resources .container > .d-flex {
  flex-direction: column;
}
@media (min-width: 768px) {
  .pillar .addt-resources .container > .d-flex {
    flex-direction: row;
  }
}
.pillar .addt-resources .card {
  border: 1px solid #eff2f3;
  padding: 1rem 1.5rem;
  flex-basis: calc(33% - 2.15rem);
  margin: 0.5rem;
  border-radius: 0.625rem;
  box-shadow: 0px 131px 52px rgba(199, 199, 199, 0.01), 0px 74px 44px rgba(199, 199, 199, 0.05), 0px 33px 33px rgba(199, 199, 199, 0.09), 0px 8px 18px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);
}
.pillar .addt-resources .card p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 992px) {
  .pillar .addt-resources .card p {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
.pillar .addt-resources .card .card-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .pillar .addt-resources .card .card-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.pillar .addt-resources .card .card-body {
  padding: 1rem;
}
.pillar .addt-resources .card .card-icon i {
  font-size: 2.9375rem;
  color: #ff694a;
}
.pillar .addt-resources .card .btn-link {
  position: absolute;
  bottom: 0;
  padding-bottom: 2rem;
}
.pillar .pillar-body {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .pillar .pillar-body .body-content {
    width: 63%;
  }
}
.pillar .pillar-body h2, .pillar .pillar-body .h2 {
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}
.pillar .pillar-body h3, .pillar .pillar-body .h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.pillar .pillar-body img {
  width: 100%;
  margin-block: 0.5em;
}
.pillar .toc-lane {
  position: relative;
}
.pillar .inline_toc::before {
  content: "Table of contents";
  font-weight: 700;
  font-size: 1.875rem;
  padding: 12px 2rem;
  display: block;
}
.pillar .inline_toc ul {
  list-style: none;
  padding: 0px;
}
.pillar .inline_toc a {
  padding: 0.5rem 2rem;
  margin-top: 4px;
  font-weight: 400;
  font-size: 1.25rem;
  color: #262a38;
  width: 100%;
  display: block;
}
.pillar .inline_toc a:hover {
  background: #D9F6F4;
}
.pillar .inline_toc a.active {
  background: #047377;
  color: #fff;
  font-weight: 400;
}
.pillar .inline_toc {
  position: sticky;
  top: 2.5rem;
  background: #FFFFFF;
  border: 1px solid #EFF2F3;
  border-radius: 10px;
  padding: 2.25rem 0;
  margin: 0 auto;
  list-style: none;
  display: inline-block;
  width: 100%;
  box-shadow: 8px 24px 64px 11px rgba(38, 42, 56, 0.1);
}

/* Styles to be used on pages using the story template */
/* eg. Enterprise terms, /enterprise-terms/, Cloud Privacy Policy, Cloud Terms */
.story table {
  margin-bottom: 3rem;
  border: 1px solid #4f5d75;
}
.story table th {
  height: 120px;
}
.story table td,
.story table th {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #4f5d75;
  border: 1px solid #4f5d75;
  padding: 1rem;
  vertical-align: top;
}
.story .annex-one, .story .annex-two {
  overflow-x: auto;
}
.story .annex-header {
  color: #4f5d75;
  font-size: 1.125rem;
}
.story ol, .story ul {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #4f5d75;
  margin-bottom: 1.5rem;
}

/* Hero Card Component */
.blog-index-hero {
  position: relative;
  overflow: hidden;
  background: #eff2f3;
}
@media (min-width: 768px) {
  .blog-index-hero h2, .blog-index-hero .h2 {
    font-size: 2.813rem;
    line-height: 3.5rem;
  }
}
.blog-index-hero .blog-index-hero-col-content > span {
  color: #047377;
  font-weight: 700;
}
.blog-index-hero .blog-index-hero-img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .blog-index-hero {
    padding-top: 5rem;
  }
  .blog-index-hero .blog-index-hero-col-content {
    max-width: 48%;
  }
}
@media (min-width: 768px) {
  .blog-index-hero:after {
    content: "";
    position: absolute;
    background-image: url(/ui/img/svg/blog-diamond.svg);
    background-repeat: no-repeat;
    z-index: 1;
    right: -75px;
    top: 5rem;
    height: 600px;
    width: 600px;
  }
}
@media (max-width: 575.98px) {
  .blog-index-hero {
    padding-bottom: 0;
  }
}
.blog-index-hero .blog-author-name {
  font-weight: 700;
}
.blog-index-hero .blog-hero-img {
  position: relative;
}
@media (min-width: 768px) {
  .blog-index-hero .blog-hero-img:before {
    content: "";
    position: absolute;
    background-image: url(/ui/img/svg/shape-teal-20.svg);
    background-repeat: no-repeat;
    z-index: -1;
    left: -115px;
    top: -90px;
    height: 82px;
    width: 82px;
  }
}
@media (min-width: 992px) {
  .blog-index-hero .blog-hero-img:before {
    top: -120px;
    left: -50px;
  }
}
@media (min-width: 1200px) {
  .blog-index-hero .blog-hero-img:before {
    top: -90px;
  }
}
@media (max-width: 575.98px) {
  .blog-index-hero .blog-hero-img {
    margin: 0 -2rem;
  }
}

.blog .blog-card {
  pointer-events: auto;
}

/* Blog Post Styles */
.blog-post {
  position: relative;
}
@media (max-width: 767.98px) {
  .blog-post article {
    overflow-x: hidden;
  }
}
.blog-post .blog-header {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .blog-post .blog-header:before {
    content: "";
    position: absolute;
    background: #eff2f3;
    top: -200px;
    left: -200px;
    right: -200px;
    bottom: 0;
    z-index: -1;
  }
}
.blog-post h1, .blog-post .h1 {
  margin-bottom: 1rem;
}
.blog-post blockquote {
  border-left: 5px solid #e0e3e8;
  padding-left: 1rem;
}
.blog-post .blog-post-eyebrow {
  font-size: 1rem;
}
.blog-post .blog-post-eyebrow a {
  font-weight: 700;
  color: #047377;
}
.blog-post .blog-post-eyebrow i {
  margin: 0 0.5rem;
  font-size: 0.8rem;
}
.blog-post .blog-image {
  padding: 0;
}
.blog-post .blog-image img {
  border-radius: 10px;
}
.blog-post #blog-start {
  padding-top: 1.5rem;
}
.blog-post aside {
  position: relative;
}
.blog-post aside .sidebar-cta {
  position: sticky;
  top: 3rem;
  padding-bottom: 2rem;
}
.blog-post aside .sidebar-cta .inner {
  box-shadow: 7px 10px 22px rgba(45, 53, 66, 0.09), -2px -1px 13px rgba(28, 32, 41, 0.02);
  border-radius: 10px;
  padding: 2rem;
}
@media (max-width: 1199.98px) {
  .blog-post aside .sidebar-cta .inner {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .blog-post aside .sidebar-cta .inner {
    box-shadow: none;
  }
}
.blog-post aside .sidebar-cta .inner .logo {
  margin: 0 auto 1.5rem;
  display: block;
  max-width: 5.9375rem;
  width: 100%;
}
.blog-post aside .sidebar-cta .inner .list {
  padding: 0 0 1.5rem 0;
  margin-bottom: 0;
}
.blog-post aside .sidebar-cta .inner .list li {
  background: url(/ui/img/svg/icons/green-check.svg) no-repeat left 8px;
  list-style: none;
  font-weight: 600;
  padding: 5px 10px 5px 25px;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.blog-post aside .sidebar-cta .inner .list li:last-of-type {
  margin-bottom: 0;
}
.blog-post aside .sidebar-cta .btn-sm, .blog-post aside .sidebar-cta .btn-group-sm > .btn, .blog-post aside .sidebar-cta .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-sm > input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .blog-post aside .sidebar-cta .btn-group-sm > input.hs-button.primary.large {
  width: 100%;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
}
.blog-post aside .sidebar-cta .btn-link {
  display: block;
  text-align: center;
  margin-top: 1rem;
  color: #262a38;
  transition: color 0.15s ease-in-out;
}
.blog-post aside .sidebar-cta .btn-link:hover {
  color: #1FA4A3;
}
.blog-post aside .sidebar-cta .subtext {
  margin-top: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .blog-post article section {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .blog-post article section:last-of-type {
    padding-bottom: 8rem;
  }
}
.blog-post article section img {
  max-width: 100%;
}
.blog-post .blog-post-authors {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  color: #262a38;
  font-weight: 700;
}
.blog-post .blog-post-authors a {
  font-weight: 700;
}
.blog-post .blog-post-authors .blog-date {
  font-weight: 700;
  padding: 0 0.6rem 0 0;
}
.blog-post .blog-post-authors .blog-date:before {
  content: "|";
  margin: 0 0.6rem;
}
.blog-post .blog-post-authors a.blog-post-category {
  color: #262a38;
}
.blog-post .blog-post-authors a.blog-post-category:hover {
  color: #09999e;
}
.blog-post .blog-post-authors a.blog-post-category:hover:before {
  color: #262a38;
}
.blog-post .blog-post-authors a.blog-post-category:before {
  content: "|";
  color: #262a38;
  margin: 0 0.6rem 0 0;
}
.blog-post .blog-post-content h1, .blog-post .blog-post-content .h1, .blog-post .blog-post-content h2, .blog-post .blog-post-content .h2, .blog-post .blog-post-content h3, .blog-post .blog-post-content .h3, .blog-post .blog-post-content h4, .blog-post .blog-post-content .h4, .blog-post .blog-post-content h5, .blog-post .blog-post-content .h5, .blog-post .blog-post-content h6, .blog-post .blog-post-content .h6 {
  margin-top: 1.5rem;
}
.blog-post .blog-post-content img, .blog-post .blog-post-content iframe {
  margin: 3rem auto;
  display: block;
  max-width: 100%;
}
.blog-post .blog-post-content .twitter-tweet {
  margin: 3rem auto !important;
}
.blog-post .blog-post-content ol, .blog-post .blog-post-content ul, .blog-post .blog-post-content .gist, .blog-post .blog-post-content table {
  margin-bottom: 1.5rem;
}
.blog-post .blog-post-content ul li p, .blog-post .blog-post-content ul li ul {
  margin-bottom: 0.75rem;
}
.blog-post .blog-post-content li {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.blog-post .blog-post-content li:not(:first-of-type) {
  margin-top: 0.5rem;
}
.blog-post .blog-post-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.blog-post .blog-post-content table th, .blog-post .blog-post-content table td {
  padding: 0.25rem;
}
.blog-post .wistia_responsive_padding {
  margin-bottom: 1.5rem;
}
.blog-post table tr {
  border-left: 1px solid #eff2f3;
}
.blog-post table th {
  background: #e0e3e8;
}
.blog-post table td {
  border: 1px solid #eff2f3;
}
.blog-post .mobile-description {
  margin: 2rem 0 1.5rem;
}
@media (min-width: 768px) {
  .blog-post .mobile-description {
    display: none;
  }
}
.blog-post .mobile-description a {
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .blog-post .blog-column {
    padding: 2rem 0 2rem 0;
  }
}

.blog-image {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .blog-image {
    margin: 0 -2rem;
  }
}

.blog-category-footer {
  background: #eff2f3;
  padding: 5rem 0;
}
.blog-category-footer h2, .blog-category-footer .h2 {
  margin-bottom: 3rem;
}

/* Author Page Styles */
.author .author-image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .author .author-image img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .author .author-info {
    text-align: center;
    margin-top: 1rem;
  }
}
.author .author-info .author-eyebrow {
  text-transform: uppercase;
  color: #047377;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 14px;
}
.author .author-info h1, .author .author-info .h1 {
  margin-bottom: 0.5rem;
}
.author .author-info p {
  margin-bottom: 0.5rem;
}
.author .author-info .author-title {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.author .author-info .author-title p {
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.98px) {
  .author .author-info .author-title {
    justify-content: center;
  }
  .author .author-info .author-title p {
    flex: 1 0 100%;
  }
}
.author .author-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.author .author-links span {
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .author .author-links span {
    display: none;
  }
}
.author .author-links a {
  display: block;
  padding: 5px;
}
.author .author-links a:first-of-type {
  padding-left: 10px;
}
.author .author-links i {
  font-size: 1.1rem;
}

/* Category Page Styles */
.category-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto 1rem;
}

.category-body {
  background: #eff2f3;
}

/* Global Blog Styles */
.blog .row.blog-row, .blog-post .row.blog-row, .author .row.blog-row, .category .row.blog-row {
  margin: 0;
  position: relative;
}
@media (min-width: 992px) {
  .blog .row.blog-row, .blog-post .row.blog-row, .author .row.blog-row, .category .row.blog-row {
    padding-top: 4rem;
  }
}
.blog .row.blog-row iframe, .blog-post .row.blog-row iframe, .author .row.blog-row iframe, .category .row.blog-row iframe {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.author .row, .category .row {
  margin-bottom: 2rem;
}
.author .row:last-of-type, .category .row:last-of-type {
  margin-bottom: 0;
}

.blog-author-links .blog-author-images {
  margin: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.blog-author-links .blog-author-images .blog-author-image {
  padding: 0;
}
.blog-author-links .blog-author-images .blog-author-image:not(:first-of-type) {
  margin-left: -10px;
}
.blog-author-links .blog-author-images .blog-author-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: solid #047377 2px;
}
.blog-author-links .blog-author-images .blog-author-image:last-of-type {
  margin-right: 1rem;
}

/* TEMP - These will be components */
.blog-recent-posts .recent-post {
  margin-bottom: 0.5rem;
  padding: 0 10px;
}
.blog-recent-posts .recent-post img.recent-post-img {
  max-width: 100%;
  display: block;
  margin: 0 auto 0.5rem;
}
.blog-recent-posts .recent-post h3, .blog-recent-posts .recent-post .h3 {
  margin-bottom: 0.5rem;
}
.blog-recent-posts .recent-post .blog-author-links {
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .blog-recent-posts {
    margin-top: 1rem;
  }
  .blog-recent-posts .recent-post {
    margin-bottom: 1rem;
  }
}

.blog-more-in-category {
  background: #fff;
  padding: 1.5rem 1rem;
}
.blog-more-in-category h3, .blog-more-in-category .h3 {
  font-size: 1.25rem;
}
.blog-more-in-category ul {
  list-style: none;
  padding: 0;
}
.blog-more-in-category ul li {
  margin-bottom: 1rem;
}
.blog-more-in-category ul li:last-of-type {
  margin-bottom: none;
}
.blog-more-in-category ul h4, .blog-more-in-category ul .h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.blog-more-in-category ul span {
  display: block;
  font-size: 0.875rem;
}

/* Global */
.category-label {
  color: #047377;
  font-weight: 700;
}

.blog-card {
  pointer-events: none;
  min-width: 0;
}
.blog-card .blog-posts__img, .blog-card .blog-card__subtitle-link, .blog-card .category-label {
  pointer-events: auto;
}
@media (min-width: 992px) {
  .blog-card .blog-card__subtitle {
    font-size: 1.5rem;
    line-height: 1.886rem;
  }
}
.blog-card .blog-card__description {
  font-size: 1.05rem;
  color: #262a38;
}
.blog-card .btn-link {
  display: block;
}
.blog-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 400ms ease-in-out;
  width: 0%;
  height: 3px;
  background: #ff694a;
}
.blog-card:hover:after {
  width: 100%;
}

.blog-author-links, .blog-author-links a, .blog-card__subtitle-link {
  color: #262a38;
  transition: color 0.1s ease;
  font-weight: 600;
}

.blog-posts__img-container.full-card, .blog-posts__card-content.full-card {
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .blog-posts__img-container.full-card, .blog-posts__card-content.full-card {
    max-width: 100%;
  }
}

/* Blog Roll Component */
#all-posts-container .no-posts-message.hidden, .success-stories .no-posts-message.hidden {
  display: none;
}

.blog-posts__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3rem;
}
@media (min-width: 576px) {
  .blog-posts__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .blog-posts__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-posts__container.blog-posts-paginate .hide-post {
  display: none !important;
}

#view-more-posts-container {
  text-align: center;
  display: block;
  width: 100%;
}
#view-more-posts-container #view-more-posts {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  max-width: fit-content;
}
#view-more-posts-container #view-more-posts.hide-post-btn {
  display: none;
}
#view-more-posts-container #view-more-posts span {
  margin: 0.1rem 0 0 0.5rem;
}

img.blog-posts__img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 1.9/1;
}
img.blog-posts__img.blog-posts__img-logo {
  margin-top: 2rem;
}

.blog-posts__img-container {
  width: 100%;
  padding-bottom: 1rem;
  max-height: 269px;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .blog-posts__img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 133px;
  }
}
@media (min-width: 768px) {
  .blog-posts__img-container {
    min-height: 178px;
  }
}
@media (min-width: 992px) {
  .blog-posts__img-container {
    min-height: 235px;
  }
}
.blog-posts__img-container a {
  display: block;
}

.featured-blog-post .blog-card {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 0;
  padding: 2rem;
}
.featured-blog-post .blog-card .blog-posts__img-container {
  max-height: 434px;
}
.featured-blog-post .blog-card .blog-card__subtitle {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
}
@media (max-width: 767.98px) {
  .featured-blog-post .blog-card .blog-card__subtitle {
    font-size: 1.5rem;
  }
}
.featured-blog-post .blog-card .blog-card__description {
  font-size: 1.125rem;
}

.blog-categories #filter-select-contain {
  position: relative;
  width: 100%;
  max-width: 254px;
}
@media (max-width: 575.98px) {
  .blog-categories #filter-select-contain {
    max-width: 100%;
  }
}
.blog-categories #filter-select-contain #category-filter-select {
  width: 100%;
}
.blog-categories #filter-select-contain::before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 15px;
  bottom: 8px;
  color: #262a38;
  font-size: 0.8rem;
}
.blog-categories #filter-select-contain select.blog-categories__list {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  padding: 0 16px;
  border: 1px solid #c6ccd4;
  background: #fff;
  border-radius: 5px;
  height: 40px;
  color: #262a38;
  font-size: 0.875rem;
}
.blog-categories #filter-search-contain {
  width: 100%;
  max-width: 254px;
  height: 40px;
  padding: 0;
  border-color: #c6ccd4;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .blog-categories #filter-search-contain {
    max-width: 100%;
  }
}
.blog-categories #filter-search-contain i {
  color: #959eac;
  padding: 0 0.4rem 0 0.7rem;
}
.blog-categories #filter-search-contain input {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 5px;
}
.blog-categories #filter-search-contain input:focus, .blog-categories #filter-search-contain input:active {
  border: none;
  outline: none;
  box-shadow: none;
  color: initial;
  background-color: initial;
}

.post-last-modified {
  font-style: italic;
  font-size: 0.9rem !important;
}

#dbt-docsearch {
  position: absolute;
  right: 2.1875rem;
  top: 0;
}
@media (min-width: 992px) {
  #dbt-docsearch {
    right: 0;
    top: -4.0625rem;
  }
}
#dbt-docsearch .aa-DetachedSearchButton {
  border: none;
  background: #eff2f3;
  border-radius: 2rem;
}
#dbt-docsearch .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon {
  cursor: pointer;
}
#dbt-docsearch .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon svg {
  fill: #262a38;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  #dbt-docsearch .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 992px) {
  #dbt-docsearch .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon svg {
    width: 24px;
    height: 24px;
  }
}
#dbt-docsearch .aa-DetachedSearchButton:hover {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  #dbt-docsearch .aa-DetachedSearchButton {
    background: transparent;
  }
}
@media (min-width: 992px) {
  #dbt-docsearch .aa-DetachedSearchButton {
    margin: 0 0;
    border-radius: 50%;
    height: 41px;
    width: 41px;
  }
}
@media (min-width: 1400px) {
  #dbt-docsearch .aa-DetachedSearchButton {
    margin: 0 0;
  }
}
#dbt-docsearch .aa-DetachedSearchButton .aa-DetachedSearchButtonPlaceholder {
  display: none;
}

.DocSearch-Container section {
  padding: 0;
}

.aa-Detached .aa-DetachedOverlay {
  z-index: 999;
}
.aa-Detached .aa-DetachedOverlay .aa-DetachedContainer {
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 768px) {
  .aa-Detached .aa-DetachedOverlay .aa-DetachedContainer {
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
  }
}
.aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-Form {
  border: none;
}
.aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-DetachedCancelButton:hover {
  border-color: #eff2f3;
}
.aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-Item {
  padding: 0.5rem;
  border-bottom: 1px solid #eff2f3;
  border-radius: 4px;
}
.aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-Item .aa-ItemTitle {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 600;
}
.aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-Item .aa-ItemDescription {
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #4f5d75;
}
.aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-Item[aria-selected=true] .aa-ItemTitle, .aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-Item[aria-selected=true] .aa-ItemDescription, .aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-Item[aria-selected=true] .aa-ItemHierarchy {
  color: #fff;
}
.aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-Item[aria-selected=true] .aa-ItemIcon {
  color: #fff;
}
.aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-Item[aria-selected=true] .aa-ItemIcon svg {
  fill: #fff;
}
.aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-Item[aria-selected=true] .aa-ItemContent mark, .aa-Detached .aa-DetachedOverlay .aa-DetachedContainer .aa-Item[aria-selected=true] .aa-ItemContent .mark {
  color: #fff;
  text-decoration: underline;
}

.page-404 > .container-fluid, .page-404 > .container-sm, .page-404 > .container-md, .page-404 > .container-lg, .page-404 > .container-xl, .page-404 > .container-xxl {
  background: url(/assets/img/page-404/404-DAG.png) -20vw top no-repeat #262a38;
  background-size: 100%;
  background-color: #262a38;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .page-404 > .container-fluid, .page-404 > .container-sm, .page-404 > .container-md, .page-404 > .container-lg, .page-404 > .container-xl, .page-404 > .container-xxl {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .page-404 > .container-fluid, .page-404 > .container-sm, .page-404 > .container-md, .page-404 > .container-lg, .page-404 > .container-xl, .page-404 > .container-xxl {
    background-size: 80%;
  }
}
.page-404 > .container-fluid::before, .page-404 > .container-sm::before, .page-404 > .container-md::before, .page-404 > .container-lg::before, .page-404 > .container-xl::before, .page-404 > .container-xxl::before {
  content: "";
  width: 236px;
  height: 216px;
  background: url(/assets/img/page-404/404-top-left.svg) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -65px;
  z-index: -1;
}
.page-404 > .container-fluid > .container::before, .page-404 > .container-sm > .container::before, .page-404 > .container-md > .container::before, .page-404 > .container-lg > .container::before, .page-404 > .container-xl > .container::before, .page-404 > .container-xxl > .container::before {
  content: "";
  width: 298px;
  height: 478px;
  background: url(/assets/img/page-404/404-bottom-right.svg) no-repeat bottom;
  background-size: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: -145px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .page-404 > .container-fluid > .container::before, .page-404 > .container-sm > .container::before, .page-404 > .container-md > .container::before, .page-404 > .container-lg > .container::before, .page-404 > .container-xl > .container::before, .page-404 > .container-xxl > .container::before {
    display: none;
  }
}
.page-404 h1, .page-404 .h1 {
  font-size: 4.375rem;
  line-height: 7.5rem;
}
@media (min-width: 992px) {
  .page-404 h1, .page-404 .h1 {
    font-size: 12.5rem;
    padding-bottom: 1.5rem;
  }
}
@supports (-webkit-text-stroke: 1px white) {
  .page-404 h1, .page-404 .h1 {
    color: transparent;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
  }
}
.page-404 #dbt-notfoundsearch .aa-DetachedSearchButton {
  border-radius: 5px;
  border-color: #047377;
  background: #047377;
  font-size: 1rem;
  font-weight: 600;
  padding-inline: 1.25rem;
  height: 46px;
}
.page-404 #dbt-notfoundsearch .aa-DetachedSearchButton:before {
  content: "Search";
  display: block;
  color: #fff;
}
.page-404 #dbt-notfoundsearch .aa-DetachedSearchButton:hover, .page-404 #dbt-notfoundsearch .aa-DetachedSearchButton:active {
  color: #fff;
  background-color: #09999e;
  border-color: #09999e;
}
.page-404 #dbt-notfoundsearch .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon {
  display: none;
}
.page-404 #dbt-notfoundsearch:hover {
  cursor: pointer;
}
.page-404 #dbt-notfoundsearch .aa-DetachedSearchButtonPlaceholder {
  display: none;
}

@font-face {
  font-family: "ResonanzB";
  src: url("/ui/fonts/survey-results/ResonanzB-Book.woff2") format("woff2"), url("/ui/fonts/survey-results/ResonanzB-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ResonanzB";
  src: url("/ui/fonts/survey-results/ResonanzB-Semibold.woff2") format("woff2"), url("/ui/fonts/survey-results/ResonanzB-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
.survey-results main.content {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .survey-results main.content section {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .survey-results main.content section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.survey-results main.content .bg-tan {
  background-color: #f4eee5;
}
.survey-results main.content h1, .survey-results main.content .h1,
.survey-results main.content h2,
.survey-results main.content .h2,
.survey-results main.content h3,
.survey-results main.content .h3,
.survey-results main.content h4,
.survey-results main.content .h4 {
  font-family: "ResonanzB", serif;
}
.survey-results main.content .header {
  background-image: url("/ui/img/survey-results/AEReport_hero.jpg");
  background-size: cover;
  background-color: #ca303e;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .survey-results main.content .header {
    padding: 6.25rem 0;
  }
}
@media (min-width: 992px) {
  .survey-results main.content .header h1, .survey-results main.content .header .h1 {
    font-size: 6.25rem;
    line-height: 5.625rem;
  }
}
.survey-results main.content .header .header-subtitle {
  font-family: "ResonanzB", serif;
}
@media (min-width: 992px) {
  .survey-results main.content .header .header-subtitle {
    font-size: 2.125rem;
    line-height: 110%;
  }
}
.survey-results main.content .introduction h2, .survey-results main.content .introduction .h2 {
  line-height: 1.5;
  color: #143340;
  font-weight: normal;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .survey-results main.content .introduction h2, .survey-results main.content .introduction .h2 {
    font-size: 4rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .survey-results main.content .introduction h2, .survey-results main.content .introduction .h2 {
    line-height: 4rem;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
  }
}
.survey-results main.content .introduction p {
  color: #143340;
}
@media (min-width: 992px) {
  .survey-results main.content .introduction p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.survey-results main.content .introduction .callout {
  padding: 40px 0;
  margin-top: 50px;
  border-top: 3px solid #047377;
  border-bottom: 3px solid #047377;
}
.survey-results main.content .introduction .callout span {
  color: #047377;
  font-family: "ResonanzB", serif;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .survey-results main.content .introduction .callout span {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 992px) {
  .survey-results main.content .highlights {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .survey-results main.content .highlights {
    padding-top: 0;
  }
}
.survey-results main.content .highlights h2, .survey-results main.content .highlights .h2 {
  line-height: 1.5;
  color: #143340;
  font-weight: normal;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .survey-results main.content .highlights h2, .survey-results main.content .highlights .h2 {
    font-size: 4rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .survey-results main.content .highlights h2, .survey-results main.content .highlights .h2 {
    line-height: 100%;
  }
}
.survey-results main.content .highlights p {
  color: #262a38;
}
@media (min-width: 992px) {
  .survey-results main.content .highlights p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.survey-results main.content .highlights .highlights-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .survey-results main.content .highlights .highlights-container {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}
.survey-results main.content .highlights .highlights-container .highlight {
  display: flex;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 24px 40px;
}
.survey-results main.content .highlights .highlights-container .highlight span {
  color: #fecc49;
  padding-right: 32px;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.survey-results main.content .highlights .highlights-container .highlight p {
  font-style: italic;
}
@media (min-width: 992px) {
  .survey-results main.content .highlights .highlights-container .highlight p {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
}
.survey-results main.content .section-header {
  background-image: url("/ui/img/survey-results/e_report_section_bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ca303e;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: left;
}
.survey-results main.content .section-header .section-header-cta {
  background-color: #143340;
  color: #fff;
  border-radius: 100px;
  padding: 0.875rem 2rem;
  display: inline-block;
  text-decoration: underline;
}
.survey-results main.content .section-header .section-header-cta:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .survey-results main.content .section-header .section-header-cta {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.survey-results main.content .section-header .section-header-cta .fa-circle-info {
  margin-right: 10px;
}
.survey-results main.content .section-header p,
.survey-results main.content .section-header h2,
.survey-results main.content .section-header .h2 {
  color: #fff;
}
.survey-results main.content .section-header h2, .survey-results main.content .section-header .h2 {
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .survey-results main.content .section-header h2, .survey-results main.content .section-header .h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  .survey-results main.content .section-header p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 48px;
  }
}
.survey-results main.content .section-header p a {
  color: #fff;
  text-decoration: underline;
}
.survey-results main.content .section-header .row {
  padding-bottom: 0rem;
  padding-top: 0rem;
}
.survey-results main.content .charts-section {
  padding-top: 0;
  padding-bottom: 2rem;
}
.survey-results main.content .charts-section .chart-row {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .survey-results main.content .charts-section .chart-row h4, .survey-results main.content .charts-section .chart-row .h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.survey-results main.content .charts-section .chart-row .chart_description {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media (min-width: 992px) {
  .survey-results main.content .charts-section .chart-row .chart_description {
    width: 45%;
  }
}
.survey-results main.content .charts-section .chart-row .chart-info {
  margin-bottom: 1.5rem;
}
.survey-results main.content .charts-section .chart-row .fa-link {
  cursor: pointer;
}
.survey-results main.content .charts-section .survey-question h3, .survey-results main.content .charts-section .survey-question .h3 {
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .survey-results main.content .charts-section .survey-question h3, .survey-results main.content .charts-section .survey-question .h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .survey-results main.content .charts-section .survey-question p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.survey-results main.content .charts-section hr {
  padding: 0;
}
.survey-results main.content .charts-section .hr--thick {
  color: #e0e0e2;
  height: 4px;
  opacity: 1;
}
.survey-results main.content .section--logo {
  background: #eff2f3;
}
@media (min-width: 992px) {
  .survey-results main.content .section--logo {
    padding-bottom: 5rem;
  }
}
.survey-results main.content .section--logo strong {
  width: 100%;
  display: inline-block;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .survey-results main.content .section--logo strong {
    width: 75%;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.survey-results main.content .section--logo img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .survey-results main.content .section--logo img {
    margin-bottom: 0;
  }
}
.survey-results main.content .chart-container .select-wrapper select {
  background-color: transparent;
  color: #000;
  margin: 0;
  border: 0;
  display: inline-block;
  padding-right: 1.5rem;
  font-weight: bold;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  z-index: 10;
}
.survey-results main.content .chart-container .select-wrapper::after {
  content: "\f0d7";
  color: #000;
  line-height: 15px;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.25rem;
  font-weight: 900;
  background: none;
  position: relative;
  right: 1.25rem;
  z-index: 1;
}
.survey-results main.content .chart-container .hide-chart-views {
  display: none;
}
.survey-results main.content .section--method {
  background-color: #153240;
  text-align: left;
  padding: 5rem 0;
}
.survey-results main.content .section--method h2, .survey-results main.content .section--method .h2 {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 992px) {
  .survey-results main.content .section--method h2, .survey-results main.content .section--method .h2 {
    font-size: 2.8125rem;
    line-height: 3.5rem;
  }
}
.survey-results main.content .section--method ul li {
  text-align: left;
  list-style-type: disc;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.8125rem;
}
.survey-results main.content .copy-notification {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-50%);
  background-color: #143340;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.survey-results main.content .copy-notification.show {
  opacity: 1;
}

.report-a-problem .hero-description {
  font-size: 1.375rem;
  margin: 0 auto;
  line-height: normal;
}
@media (min-width: 992px) {
  .report-a-problem .hero-description {
    max-width: 600px;
    font-size: 1.75rem;
  }
}
.report-a-problem .content-contain {
  padding: 3rem 20px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .report-a-problem .content-contain {
    padding: 5rem 20px;
  }
}
.report-a-problem .content-contain:after {
  background: #96d7d1;
  background: -moz-linear-gradient(45deg, #359495 20%, #047377 100%);
  background: -webkit-linear-gradient(45deg, #359495 20%, #047377 100%);
  background: linear-gradient(45deg, #359495 20%, #047377 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#359495", endColorstr="#047377", GradientType=0);
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 64%;
  width: 1410px;
  height: 1410px;
  border-radius: 14%;
  transform: rotate(45deg);
}
.report-a-problem .report-problem-form {
  position: relative;
  max-width: 976px;
  width: 100%;
  z-index: 2;
  margin: 4rem auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  padding: 35px 20px;
}
@media (min-width: 768px) {
  .report-a-problem .report-problem-form {
    padding: 50px;
  }
  .report-a-problem .report-problem-form h1, .report-a-problem .report-problem-form .h1 {
    font-size: 3rem;
    line-height: 2.875rem;
  }
}
.report-a-problem .report-problem-form .hs-form label {
  margin-bottom: 0.5rem;
}
.report-a-problem .report-problem-form .hs-form .hs-form-required {
  color: #de1c22;
}
.report-a-problem .report-problem-form .hs-form .hs-form-field {
  margin-bottom: 1rem;
}
.report-a-problem .report-problem-form .hs-form .hs-input {
  width: 100%;
  height: 2.5rem;
  background-color: #EFF2F3;
  border: none;
  border-radius: 8px;
}
.report-a-problem .report-problem-form .hs-form textarea.hs-input {
  height: 5rem;
}
.report-a-problem .report-problem-form .hs-form .hs-recaptcha {
  display: none;
}
.report-a-problem .report-problem-form .hs-form .hs-submit {
  margin-top: 3rem;
  text-align: center;
}

.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight, .highlight .w {
  color: #c9d1d9;
  background-color: #161b22;
}

.highlight .k, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kt, .highlight .kv {
  color: #ff7b72;
}

.highlight .gr {
  color: #f0f6fc;
}

.highlight .gd {
  color: #ffdcd7;
  background-color: #67060c;
}

.highlight .nb {
  color: #ffa657;
}

.highlight .nc {
  color: #ffa657;
}

.highlight .no {
  color: #ffa657;
}

.highlight .nn {
  color: #ffa657;
}

.highlight .sr {
  color: #7ee787;
}

.highlight .na {
  color: #7ee787;
}

.highlight .nt {
  color: #7ee787;
}

.highlight .gi {
  color: #aff5b4;
  background-color: #033a16;
}

.highlight .kc {
  color: #79c0ff;
}

.highlight .l, .highlight .ld, .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
  color: #79c0ff;
}

.highlight .sb {
  color: #79c0ff;
}

.highlight .bp {
  color: #79c0ff;
}

.highlight .ne {
  color: #79c0ff;
}

.highlight .nl {
  color: #79c0ff;
}

.highlight .py {
  color: #79c0ff;
}

.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .vm {
  color: #79c0ff;
}

.highlight .o, .highlight .ow {
  color: #79c0ff;
}

.highlight .gh {
  color: #1f6feb;
  font-weight: bold;
}

.highlight .gu {
  color: #1f6feb;
  font-weight: bold;
}

.highlight .s, .highlight .sa, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .sx, .highlight .s1, .highlight .ss {
  color: #a5d6ff;
}

.highlight .nd {
  color: #d2a8ff;
}

.highlight .nf, .highlight .fm {
  color: #d2a8ff;
}

.highlight .err {
  color: #f0f6fc;
  background-color: #8e1519;
}

.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cp, .highlight .cpf, .highlight .c1, .highlight .cs {
  color: #8b949e;
}

.highlight .gl {
  color: #8b949e;
}

.highlight .gt {
  color: #8b949e;
}

.highlight .ni {
  color: #c9d1d9;
}

.highlight .si {
  color: #c9d1d9;
}

.highlight .ge {
  color: #c9d1d9;
  font-style: italic;
}

.highlight .gs {
  color: #c9d1d9;
  font-weight: bold;
}

.confirmation-page .confirmation-hero {
  position: relative;
}
@media (min-width: 992px) {
  .confirmation-page .confirmation-hero {
    padding: 4rem 0 5rem;
  }
}
@media (min-width: 992px) {
  .confirmation-page .confirmation-hero:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 35px;
    right: 0;
    width: 184px;
    height: 306px;
    background: url("/ui/img/resources/resource-thank-you-graphic.svg") no-repeat;
  }
  .confirmation-page .confirmation-hero h1, .confirmation-page .confirmation-hero .h1 {
    font-size: 3.75rem;
  }
}
.confirmation-page .confirmation-hero .container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.confirmation-page .confirmation-content > iframe, .confirmation-page .confirmation-content > .wistia_responsive_padding {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .confirmation-page .additional-resources {
    padding: 5rem 0;
  }
}
.confirmation-page .resource-container {
  flex-direction: column;
}
@media (min-width: 768px) {
  .confirmation-page .resource-container {
    flex-direction: row;
  }
}
.confirmation-page .resource-item {
  flex: 0 0 33%;
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid #eff2f3;
  border-radius: 0.625rem;
  box-shadow: 0px 131px 52px rgba(199, 199, 199, 0.01), 0px 74px 44px rgba(199, 199, 199, 0.05), 0px 33px 33px rgba(199, 199, 199, 0.09), 0px 8px 18px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);
}
@media (min-width: 768px) {
  .confirmation-page .resource-item {
    margin-top: 0;
  }
}
.confirmation-page .resource-item img {
  width: 100%;
  max-width: 50px;
}
.confirmation-page .resource-item h3, .confirmation-page .resource-item .h3 {
  font-weight: 700;
}
@media (min-width: 992px) {
  .confirmation-page .resource-item h3, .confirmation-page .resource-item .h3 {
    font-size: 1.5rem;
  }
}
.confirmation-page .resource-item a {
  font-weight: 700;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #262a38;
}

img {
  height: auto;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Source Sans Pro", sans-serif;
}

p,
ul,
ol {
  font-family: "Source Sans Pro", sans-serif;
}

p:last-child {
  margin-bottom: 0.5rem;
}

a,
.btn-link {
  text-decoration: none;
  color: #047377;
}
a:hover, a:active,
.btn-link:hover,
.btn-link:active {
  color: #09999e;
}

.bi-chevron-right {
  margin-left: 0.5rem;
}

.btn, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large {
  white-space: nowrap;
}

.btn-link {
  font-weight: 600;
}

.badge {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  font-weight: 400;
}
.badge.bg-primary {
  background-color: #047377 !important;
}
.badge.bg-secondary {
  background-color: #09999e !important;
}

.bg-primary {
  background-color: #262a38;
}

.bg-secondary {
  background-color: #4f5d75;
}

.bg-tertiary {
  background-color: #ff694a;
}

.bg-light {
  background-color: #eff2f3;
}

.bg-neutral60-40 {
  background: linear-gradient(90.03deg, #727D91 0.86%, #959EAC 99.98%);
}

.bg-light {
  background-color: #eff2f3;
}

.bg-teal20 {
  background-color: #96d7d1;
}

.bg-teal100 {
  background-color: #047377;
}

.bg-info {
  background-color: #09999e;
}

.eyebrow {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #4f5d75;
  margin-bottom: 1rem;
}
.eyebrow.light {
  color: #e0e3e8;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.m-spacer-y {
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 2em 0;
}
@media (min-width: 768px) {
  .m-spacer-y {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .m-spacer-y {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.p-spacer-y {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-spacer-y {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .p-spacer-y {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.shadow {
  box-shadow: 4px 8px 16px 8px rgba(38, 42, 56, 0.1);
  -moz-box-shadow: 4px 8px 16px 8px rgba(38, 42, 56, 0.1);
  -webkit-box-shadow: 4px 8px 16px 8px rgba(38, 42, 56, 0.1);
}

.blockquote {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 3rem;
}

.blockquote-footer {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: -0.25;
  color: #262a38;
  margin-bottom: 2rem;
  position: relative;
}
.blockquote-footer cite {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
  display: block;
}
@media (min-width: 768px) {
  .blockquote-footer .client-logo {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 9.375rem;
  }
}

.carousel {
  z-index: 2;
}

@media (max-width: 991.98px) {
  .learn-from-community .col-lg-4 {
    margin-bottom: 3rem;
  }
}

.get-started {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .get-started {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .get-started {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.get-started::after {
  background-image: url(/ui/img/amy-hp.png);
  right: 0;
  bottom: 0;
  width: 185px;
  height: 158px;
}
@media (min-width: 768px) {
  .get-started::after {
    width: 319px;
    height: 275px;
  }
}
@media (min-width: 1200px) {
  .get-started::after {
    width: 545px;
    height: 466px;
  }
}
@media (max-width: 767.98px) {
  .get-started .start-free {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .get-started .start-free {
    display: flex;
    flex-wrap: nowrap;
  }
}
.get-started .start-free h2, .get-started .start-free .h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .get-started .start-free h2, .get-started .start-free .h2 {
    margin: auto 3rem auto 0;
  }
}

.btn-primary, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large {
  color: #fff;
  background-color: #047377;
  border-color: #047377;
}
.btn-primary:hover, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:hover, .btn-primary:active, .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large:active {
  color: #fff;
  background-color: #09999e;
  border-color: #09999e;
}

.btn-secondary {
  color: #262a38;
  background-color: #96d7d1;
  border-color: #96d7d1;
}
.btn-secondary:hover, .btn-secondary:active {
  color: #fff;
  background-color: #047377;
  border-color: #047377;
}

.btn-outline-primary {
  border-color: #047377;
  color: #047377;
  border-width: 2px;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  color: #fff;
  background-color: #047377;
  border-color: #047377;
}

.btn-outline-secondary {
  border-color: #96d7d1;
  color: #96d7d1;
  border-width: 2px;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active {
  color: #fff;
  background-color: #047377;
  border-color: #047377;
}

.btn-outline-tertiary {
  border: 2px solid #ff694a;
  color: #ff694a;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #ff694a;
}

.btn-sm, .btn-group-sm > .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-sm > input.hs-button.primary.large {
  font-size: 1rem;
  padding: 0.625rem 2rem;
}
@media (min-width: 1400px) {
  .btn-sm, .btn-group-sm > .btn, .community-content.newsletter-signup .community-form-contain.newsletter .btn-group-sm > input.hs-button.primary.large {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.links-white a {
  color: #ffffff;
  font-weight: bold;
}
.links-white a:hover {
  color: #047377;
}

.open-roles {
  position: relative;
}
.open-roles h1, .open-roles .h1 {
  margin-bottom: 2rem;
}
.open-roles h2, .open-roles .h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.5px;
  text-align: center;
}
@media (min-width: 768px) {
  .open-roles h2, .open-roles .h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.875rem;
    letter-spacing: -1px;
  }
}
@media (min-width: 1200px) {
  .open-roles h2, .open-roles .h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.5rem;
    letter-spacing: -1.5px;
  }
}
.open-roles .hero-image {
  width: 100%;
}
.open-roles .grow-your-career {
  position: relative;
}
.open-roles .grow-your-career::after {
  background-image: url(/ui/img/png/grow-career-shapes.png);
  left: -1.5%;
  bottom: 23%;
  width: 58.75px;
  height: 63.25px;
  z-index: 2;
}
@media (min-width: 768px) {
  .open-roles .grow-your-career::after {
    left: -1.5%;
    bottom: 26%;
    width: 117.5px;
    height: 126.5px;
  }
}
@media (min-width: 992px) {
  .open-roles .grow-your-career::after {
    left: -9.5%;
    bottom: 41%;
    width: 235px;
    height: 253px;
  }
}
.open-roles .grow-your-career p {
  margin-bottom: 2rem;
}
.open-roles .jobs-list h3, .open-roles .jobs-list .h3 {
  margin-bottom: 1rem;
}
.open-roles .jobs-list h3 a, .open-roles .jobs-list .h3 a {
  color: #262a38;
}
.open-roles .jobs-list h3 a:hover, .open-roles .jobs-list .h3 a:hover, .open-roles .jobs-list h3 a:active, .open-roles .jobs-list .h3 a:active {
  color: #09999e;
}
.open-roles .jobs-list .tags span {
  text-transform: capitalize;
}
.open-roles .jobs-list .job {
  margin-bottom: 1.75rem;
}
@media (max-width: 767.98px) {
  .open-roles .jobs-list .col.cta {
    max-width: 29%;
    text-align: right;
  }
}
.open-roles .job-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: -0.25px;
}
@media (min-width: 768px) {
  .open-roles .job-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: -0.5px;
  }
}

.our-values {
  position: relative;
}
.our-values .row {
  z-index: 0;
}
.our-values p {
  color: #c6ccd4;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .our-values p {
    margin-bottom: 3rem;
  }
}
.our-values::before {
  background-image: url(/ui/img/png/open-roles-shape.png);
  top: -1%;
  right: 0;
  width: 86px;
  height: 97.5px;
}
@media (min-width: 768px) {
  .our-values::before {
    top: -1.75%;
    width: 172px;
    height: 195px;
  }
}
@media (min-width: 992px) {
  .our-values::before {
    top: -5%;
    width: 344px;
    height: 390px;
  }
}

@media (min-width: 1200px) {
  .dei-page .row > * {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
}
.dei {
  position: relative;
}
.dei p {
  color: #fff;
}
.dei::before {
  background-image: url(/ui/img/png/open-roles-shape.png);
  top: -1%;
  right: 0;
  width: 86px;
  height: 97.5px;
}
@media (min-width: 768px) {
  .dei::before {
    top: -1.75%;
    width: 172px;
    height: 195px;
  }
}
@media (min-width: 992px) {
  .dei::before {
    top: -5%;
    width: 344px;
    height: 390px;
  }
}

.teams-list {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .teams-list .navbar {
    border: 1px solid #c6ccd4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .teams-list .container-fluid, .teams-list .container-sm, .teams-list .container-md, .teams-list .container-lg, .teams-list .container-xl, .teams-list .container-xxl {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .teams-list ul li {
    font-size: 1rem;
    margin-top: 0;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.5rem;
  }
  .teams-list ul li:hover, .teams-list ul li:active {
    font-weight: 700;
    border-bottom: 2px solid #047377;
  }
  .teams-list ul li + li {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .teams-list ul li {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.teams-list .navbar-brand {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .teams-list .navbar-brand {
    display: none;
  }
}
.teams-list .navbar-toggler-icon {
  position: absolute;
  right: 1.5rem;
}
.teams-list .navbar-toggler .fas {
  transform: rotate(0deg);
}
.teams-list .navbar-toggler.collapsed .fas {
  transform: rotate(180deg);
}
.teams-list .dropdown-toggle {
  border: 1px solid #c6ccd4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 2rem;
  background-color: #fff;
  padding: 1rem 1.5rem;
  width: 100%;
  display: block;
  text-align: left;
  color: #4f5d75;
  position: relative;
}
@media (min-width: 768px) {
  .teams-list .dropdown-toggle {
    display: none;
  }
}
.teams-list .dropdown-toggle .fas {
  transform: rotate(0deg);
}
.teams-list .dropdown-toggle.show {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.teams-list .dropdown-toggle.show .fas {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .teams-list .dropdown-menu {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
    width: 100%;
    padding: 0 1.5rem 2rem;
  }
  .teams-list .dropdown-menu.show {
    inset: -2px auto auto 0 !important;
    transition: all 0.1s ease-out;
  }
}
@media (min-width: 768px) {
  .teams-list .dropdown-menu {
    display: flex;
    border: none;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .teams-list .dropdown-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1rem;
  }
}
.teams-list .dropdown-menu a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #4f5d75;
}
.teams-list .dropdown-menu a:hover, .teams-list .dropdown-menu a:active {
  color: #047377;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .teams-list .dropdown-menu a:hover, .teams-list .dropdown-menu a:active {
    font-weight: 700;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .teams-list .dropdown-menu a {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .teams-list .dropdown-menu a {
    display: block;
    padding: 1rem 0;
  }
}
.teams-list .navbar-expand-md .navbar-nav {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .teams-list .navbar-expand-md .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}

.dbt-certification-page .dbt-certification {
  position: relative;
}
.dbt-certification-page .dbt-certification.bg-primary p {
  color: #fff;
}
.dbt-certification-page .dbt-certification.bg-primary ul {
  color: #fff;
  text-align: left;
}
.dbt-certification-page .dbt-certification.bg-primary ul li {
  font-size: 1.125rem;
}
.dbt-certification-page .dbt-certification::before {
  background-image: url(/ui/img/png/open-roles-shape.png);
  top: -1%;
  right: 0;
  width: 86px;
  height: 97.5px;
}
@media (min-width: 768px) {
  .dbt-certification-page .dbt-certification::before {
    top: -1.75%;
    width: 172px;
    height: 195px;
  }
}
@media (min-width: 992px) {
  .dbt-certification-page .dbt-certification::before {
    top: -5%;
    width: 344px;
    height: 390px;
  }
}
.dbt-certification-page .dbt-exam-page.bg-primary p {
  color: #fff;
}
.dbt-certification-page .dbt-exam-page.bg-primary ul {
  color: #fff;
  text-align: left;
}
.dbt-certification-page .dbt-exam-page.bg-primary ul li {
  font-size: 1.125rem;
}
.dbt-certification-page .dbt-certification-logo {
  max-width: 300px;
}
@media (max-width: 767.98px) {
  .dbt-certification-page .dbt-certification-logo {
    max-width: 180px;
  }
}
.dbt-certification-page .stats {
  color: #96d7d1;
}
@media (max-width: 767.98px) {
  .dbt-certification-page .stats {
    flex: 0 0 50%;
    margin-top: 1.5rem;
  }
}
.dbt-certification-page .stats p {
  color: #fff;
  margin: 0;
}
.dbt-certification-page .cards ul li {
  font-size: 1.125rem;
}
.dbt-certification-page .cards h4, .dbt-certification-page .cards .h4 {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .dbt-certification-page .cards .card {
    margin-top: 1.5rem;
  }
}
.dbt-certification-page .cards .card .btn-link {
  white-space: normal;
}
.dbt-certification-page .cards .card .btn-link.disabled:hover {
  color: #6c757d;
}
.dbt-certification-page #certificationFAQs .accordion-button::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  color: #262a38;
  line-height: 15px;
  font-size: 0.9rem;
  background: none;
}
.dbt-certification-page #certificationFAQs .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.dbt-integrations .integrations {
  padding: 4rem 0;
}
.dbt-integrations .integrations .row {
  margin-top: 4rem;
}
.dbt-integrations .integrations .row:first-of-type {
  margin-top: 0;
}
.dbt-integrations .card {
  padding: 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .dbt-integrations .card {
    padding: 0;
  }
}
.dbt-integrations .card-body .img-container {
  max-height: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .dbt-integrations .card-body .img-container {
    max-height: 100%;
    height: auto;
  }
}
.dbt-integrations .card-body img {
  max-width: 160px;
  max-height: 80px;
}

.accordion {
  flex-wrap: wrap;
}

.accordion-body {
  padding-top: 0;
}

.accordion-item {
  background-color: transparent;
  border: none;
  width: 100%;
}
@media (min-width: 992px) {
  .accordion-item {
    flex: 0 0 50%;
    padding: 0;
  }
}
.accordion-item button {
  padding-block: 1.5rem;
}

.accordion-button {
  background-color: transparent;
  padding-bottom: 0;
  gap: 1em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .accordion-button {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    padding-right: 2rem;
  }
}
.accordion-button::after {
  background-size: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.benefits .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.benefits .wrapper .col {
  flex: 1 0 100%;
  padding: 1.5rem 1.5rem 0.5rem;
}
@media (min-width: 768px) {
  .benefits .wrapper .col {
    flex: 0 0 50%;
    padding: 1.5rem;
  }
}

.work-anywhere h3, .work-anywhere .h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}
.work-anywhere img {
  width: 100%;
}
@media (min-width: 1200px) {
  .work-anywhere img {
    width: 31.0625rem;
  }
}
@media (max-width: 991.98px) {
  .work-anywhere .row {
    flex-direction: column-reverse;
  }
  .work-anywhere img {
    margin-bottom: 2rem;
  }
}

.popover-body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9375rem;
  position: relative;
}
.popover-body:after {
  content: "";
  background-image: url("/ui/img/tooltip-x.svg");
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 15px;
  width: 11px;
  height: 11px;
  cursor: pointer;
}

.custom-tooltip * {
  background-color: transparent !important;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.coalesce-ticker {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.coalesce-ticker .row {
  height: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .coalesce-ticker {
    height: 58px;
    padding-top: initial;
    padding-bottom: initial;
  }
  .coalesce-ticker .row {
    flex-wrap: nowrap;
    align-items: center;
  }
}
.coalesce-ticker .register-for-free {
  background: #047377;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .coalesce-ticker .register-for-free {
    padding-bottom: initial;
    flex: 0 0 470px;
    border-right: 2px solid rgba(217, 246, 244, 0.2);
  }
}
.coalesce-ticker .register-for-free #coalesce-ticker-logo {
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .coalesce-ticker .register-for-free #coalesce-ticker-logo {
    flex: 0 0 auto;
    border-right: 2px solid rgba(217, 246, 244, 0.2);
  }
}
.coalesce-ticker .register-for-free #coalesce-ticker-logo img {
  margin-right: 10px;
}
.coalesce-ticker .register-for-free #coalesce-actions {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.coalesce-ticker .register-for-free #coalesce-actions #coalesce-dates {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 0.938rem;
  text-align: center;
}
@media screen and (max-width: 360px) {
  .coalesce-ticker .register-for-free #coalesce-actions #coalesce-dates {
    line-height: 14px;
  }
  .coalesce-ticker .register-for-free #coalesce-actions #coalesce-dates span {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .coalesce-ticker .register-for-free #coalesce-actions #coalesce-dates {
    font-size: 0.7rem;
    padding: 0 0.25rem;
  }
}
.coalesce-ticker .register-for-free #coalesce-actions #coalesce-ticker-cta {
  flex: 0 0 auto;
  max-width: 138px;
  padding: 0.2rem 1.1rem;
}
.coalesce-ticker .register-for-free #coalesce-actions #coalesce-ticker-cta:hover {
  background: #09999e;
}
@media screen and (max-width: 400px) {
  .coalesce-ticker .register-for-free #coalesce-actions #coalesce-ticker-cta {
    padding: 0.2rem 0.6rem;
  }
}
@media (min-width: 768px) {
  .coalesce-ticker .register-for-free #coalesce-actions {
    justify-content: space-between;
    flex: 0 0 60%;
  }
}
.coalesce-ticker .coalesce-events {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .coalesce-ticker .coalesce-events {
    box-shadow: inset 7px 0px 5px -5px rgba(0, 0, 0, 0.2);
    width: auto;
  }
}
.coalesce-ticker .coalesce-events .coalesce-events-ticker {
  display: flex;
  align-items: center;
  min-width: max-content;
  animation: ticker 750s linear infinite;
}
.coalesce-ticker .coalesce-events .coalesce-events-ticker:hover {
  animation-play-state: paused;
}
.coalesce-ticker .coalesce-events .coalesce-events-ticker a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0 1rem;
  background: rgba(217, 246, 244, 0.2);
  border-radius: 10px;
  margin-right: 21px;
  transition: 100ms all ease-in-out;
}
.coalesce-ticker .coalesce-events .coalesce-events-ticker a:hover {
  background: rgba(217, 246, 244, 0.3);
}
.coalesce-ticker .coalesce-events .coalesce-events-ticker a:last-of-type {
  margin-right: 0;
}
.coalesce-ticker .coalesce-events .coalesce-events-ticker a img {
  display: block;
  max-width: 16px;
  margin-right: -5px;
}
.coalesce-ticker .coalesce-events .coalesce-events-ticker a p {
  margin: 0 0 0 10px;
  font-weight: 600;
  font-size: 0.813rem;
  color: #fff;
  line-height: 30px;
  white-space: nowrap;
}

.filter-hidden {
  display: none;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.filter-active {
  display: block;
  height: auto;
  opacity: 1;
  animation: anim 0.3s ease-in-out;
}

@keyframes anim {
  0% {
    display: none;
    height: 0;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    height: 50%;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
.pagination-container a {
  background: #047377;
  color: #fff;
  font-weight: 600;
  padding: 0;
  border-radius: 5px;
  width: 100%;
  transition: 100ms all ease-in-out;
}
.pagination-container a.empty-pagination {
  background: none;
  cursor: initial;
}
.pagination-container a.empty-pagination:hover {
  background: none !important;
  cursor: initial;
}
.pagination-container a span.pagination-arrow {
  background: #09999e;
  font-size: 1.5rem;
  padding: 1rem;
}
.pagination-container a span.pagination-arrow.prev-arrow {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination-container a span.pagination-arrow.next-arrow {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination-container a span.pagination-text {
  padding: 1rem;
}
.pagination-container a span.pagination-text .pagination-eyebrow {
  font-size: 0.85rem;
  display: block;
}
.pagination-container a.prev {
  margin-bottom: 1rem;
}
.pagination-container a.next span.pagination-text {
  text-align: right;
}
.pagination-container a:hover {
  color: #fff;
  background: #09999e;
}
@media (min-width: 768px) {
  .pagination-container a {
    max-width: 49%;
    flex: 0 0 49%;
  }
  .pagination-container a.prev {
    margin-bottom: 0;
  }
}

.blog-post-content table,
.guide-text table {
  margin-bottom: 2rem;
}
.blog-post-content blockquote,
.guide-text blockquote {
  font-style: italic;
  border-left: 3px solid #047377;
  padding-left: 1.5rem;
}
.blog-post-content .highlight pre,
.guide-text .highlight pre {
  padding: 1rem;
  background: #262a38;
  color: #fff;
  white-space: pre-wrap;
}
.blog-post-content :not(pre) > code,
.guide-text :not(pre) > code {
  color: #047377;
  vertical-align: middle;
  padding: 0.15em 0.4em;
  border: 1px solid #e0e3e8;
  color: #262a38;
  background: #eff2f3;
  border-radius: 0.25em;
}

.badge {
  color: #09999e;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-block: 8px;
}

.hbspt-form ul {
  padding-left: 0;
}
.hbspt-form ul li {
  list-style-type: none;
}
.hbspt-form ul li .hs-error-msg,
.hbspt-form ul li .hs-main-font-element {
  font-size: 1rem;
}
.hbspt-form input {
  border-radius: 5px;
}

.ar-43 {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
}

.no-bg {
  background-color: transparent;
  color: #fff;
}

.card-xp {
  border: none;
}

.card-header, .card-footer {
  background-color: transparent;
  border: none;
  padding: 0;
}

.card {
  border: none;
  z-index: 2;
}
.card .badge {
  position: absolute;
  top: 1rem;
  right: 3rem;
}

.card-header, .card-footer {
  background-color: transparent;
  border: none;
}

.event-card {
  height: 100%;
  transition: 200ms all ease-in-out;
}
.event-card h3, .event-card .h3 {
  transition: 200ms all ease-in-out;
  color: #262a38;
}
.event-card:hover {
  box-shadow: 0 0 0 1px rgba(38, 42, 56, 0.05), 0 1px 3px transparent, 0 10px 15px -7.5px rgba(38, 42, 56, 0.3) !important;
}
.event-card:hover h3, .event-card:hover .h3 {
  color: #047377;
}
.event-card:focus {
  transform: scale(0.98);
}

.common-cta {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 1.5rem;
  display: block;
  position: relative;
}
.common-cta:after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  content: "";
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
}
.common-cta .d-flex {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.common-cta .d-flex.cta-flex-left {
  justify-content: flex-start;
}
.common-cta .d-flex.cta-flex-left > .flex-item.cta-img {
  margin: 0;
}
.common-cta .d-flex.cta-flex-left > .flex-item.cta-text {
  text-align: left;
  margin: 0;
}
@media (min-width: 992px) {
  .common-cta .d-flex.cta-flex-left > .flex-item.cta-text {
    width: auto;
  }
}
.common-cta .d-flex.cta-flex-left > .flex-item.cta-buttons {
  flex: 1 1 100%;
  justify-content: flex-start;
  margin: 0.5rem auto 0;
}
@media (min-width: 992px) {
  .common-cta .d-flex.cta-flex-left > .flex-item.cta-buttons {
    margin: 0 0 0 1.5rem;
    flex: 1 0 auto;
  }
}
.common-cta .d-flex > .flex-item {
  flex: 0 1 auto;
}
.common-cta .d-flex > .flex-item.cta-img {
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 132px;
  min-height: 132px;
}
@media (min-width: 992px) {
  .common-cta .d-flex > .flex-item.cta-img {
    margin-right: 1.5rem;
  }
}
.common-cta .d-flex > .flex-item.cta-img .cta-icon {
  font-size: 60px;
  color: #09999e;
  display: block;
  padding: 0;
  margin: 0 auto;
}
.common-cta .d-flex > .flex-item.cta-img img {
  width: auto;
  max-width: 100%;
}
.common-cta .d-flex > .flex-item.cta-text {
  width: auto;
  margin: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .common-cta .d-flex > .flex-item.cta-text {
    width: 45%;
    margin: 0 4rem 0 0;
    text-align: left;
  }
}
.common-cta .d-flex > .flex-item.cta-text .cta-eyebrow {
  display: block;
}
@media (min-width: 992px) {
  .common-cta .d-flex > .flex-item.cta-text .cta-eyebrow {
    margin: 0;
  }
}
.common-cta .d-flex > .flex-item.cta-text h3, .common-cta .d-flex > .flex-item.cta-text .h3 {
  font-size: 2rem;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0.5rem 0 1.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .common-cta .d-flex > .flex-item.cta-text h3, .common-cta .d-flex > .flex-item.cta-text .h3 {
    font-size: 2.5rem;
    letter-spacing: 1.02px;
    margin: 0;
  }
}
.common-cta .d-flex > .flex-item.cta-text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.02px;
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .common-cta .d-flex > .flex-item.cta-text p {
    margin: 0;
    font-size: 24px;
  }
}
.common-cta .d-flex > .flex-item.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: auto;
}
.common-cta .d-flex > .flex-item.cta-buttons .cta-link {
  color: #fff;
  padding: 1rem 2rem;
  font-weight: 600;
  margin-left: 20px;
  border-radius: 50rem;
  transition: 100ms ease-in-out all;
}
.common-cta .d-flex > .flex-item.cta-buttons .cta-link:hover {
  color: #09999e;
}
.common-cta .d-flex > .flex-item.cta-buttons .cta-btn {
  background-color: #fff;
  color: #047377;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  transition: 100ms ease-in-out all;
}
.common-cta .d-flex > .flex-item.cta-buttons .cta-btn:hover {
  color: #09999e;
}

.ctas-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em 1.5em;
}
@media (min-width: 768px) {
  .ctas-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .ctas-wrapper .btn, .ctas-wrapper .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .ctas-wrapper input.hs-button.primary.large {
    width: 100%;
  }
}

.customer-quote p {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3rem;
}
@media (max-width: 767.98px) {
  .customer-quote p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.customer-quote .customer-quote-source a {
  margin-right: 2rem;
}
.customer-quote .customer-quote-source a img {
  max-width: 100%;
}
.customer-quote .customer-quote-source span {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 1.1rem;
}

.left-right-section .eyebrow {
  font-size: 1rem;
  text-transform: none;
  color: #047377;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.left-right-section .row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .left-right-section .row {
    flex-direction: row;
  }
  .left-right-section .row:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.left-right-section figure {
  max-width: 550px;
}
@media (min-width: 992px) {
  .left-right-section h3, .left-right-section .h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.left-right-section .link-text-primary {
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.left-right-section ul {
  margin-bottom: 1.5rem;
}
.left-right-section .bg-primary a.link-text-primary {
  color: #fff;
}
.left-right-section .bg-primary a.link-text-primary:hover {
  color: #09999e;
}
@media (max-width: 767.98px) {
  .left-right-section .graphic {
    order: 2;
  }
}

.security .left-right-section .row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .security .left-right-section .row {
    flex-direction: row;
  }
  .security .left-right-section .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.security .left-right-section picture img {
  border-radius: 0 !important;
  margin-inline: auto;
}

.homepage .left-right-section .heading-section.ctas-wrapper {
  justify-content: center;
}
.homepage .left-right-section .row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .homepage .left-right-section .row {
    flex-direction: row;
  }
  .homepage .left-right-section .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767.98px) {
  .checkmark-container {
    flex-direction: column;
    padding-inline: 1em;
  }
}

.checkmark {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75em;
  white-space: nowrap;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .checkmark {
    padding-bottom: 1.5rem;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .checkmark {
    padding-bottom: 0;
    margin-bottom: 0;
    justify-content: center;
  }
}

.fa-check {
  font-size: 1.35rem;
}

.final-cta .final-cta-secondary {
  font-weight: 600;
  color: #fff;
}
.final-cta .final-cta-secondary:hover {
  color: #09999e;
}

@media (max-width: 767.98px) {
  .hero .container > .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-top: 4rem;
  }
}
@media (max-width: 767.98px) {
  .hero .row picture {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .hero .container .row {
    flex-direction: column;
  }
}
.hero p, .hero ul, .hero ol {
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .summit .hero::after {
    background-image: url(/ui/img/svg/summit-shapes.svg);
    width: 61px;
    height: 184px;
    top: 210px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .summit .hero::after {
    width: 7.625rem;
    height: 23rem;
    top: 16.875rem;
  }
}
@media (max-width: 767.98px) {
  .summit .hero .col-left {
    margin-bottom: 2em;
  }
}
.summit .hero .col-right {
  margin-bottom: 1em;
}
.summit .hero h4, .summit .hero .h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #262a38;
  margin-bottom: 0.75em;
}
.summit .hero .hbspt-form form {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.summit .hero .hbspt-form label {
  display: block;
}
.summit .hero .hbspt-form ul {
  padding-left: 0;
  margin-bottom: 0;
}
.summit .hero .hbspt-form ul li {
  list-style-type: none;
}
.summit .hero .hbspt-form ul li .hs-error-msg,
.summit .hero .hbspt-form ul li .hs-main-font-element {
  font-size: 1rem;
}
.summit .hero .hbspt-form :not(:first-of-type) input {
  margin-block: 1em 0.1em;
}
.summit .hero .hbspt-form input {
  border-radius: 5px;
}
.summit .hero .hbspt-form .hs_error_rollup {
  margin-top: 1em;
}

@media (min-width: 992px) {
  .product-page .hero .col-right {
    padding-left: 4rem;
  }
}

.security h1, .security .h1 {
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  line-height: 1.17;
  margin-bottom: 1.5rem;
}
.security .hero {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .security .hero {
    min-height: 16.875rem;
  }
}
@media (min-width: 1200px) {
  .security .hero {
    min-height: 33.75rem;
  }
}
@media (min-width: 768px) {
  .security .hero::after {
    content: "";
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    background-image: url(/ui/img/svg/security-hero-img.svg);
    width: 16.5625rem;
    height: 15.84375rem;
  }
}
@media (min-width: 1200px) {
  .security .hero::after {
    width: 33.125rem;
    height: 31.6875rem;
  }
}
.security .hero p, .security .hero li {
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.4;
}
.security .hero img {
  width: 100%;
}

@media (min-width: 992px) {
  .takeover-hero {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .takeover-hero .img-right {
    display: none;
  }
}
.takeover-hero .content {
  padding: 1rem;
}
.takeover-hero .pre-title {
  margin-bottom: 0.938rem;
}
.takeover-hero h1, .takeover-hero .h1 {
  white-space: pre-line;
  margin-bottom: 1.5rem;
}
.takeover-hero p {
  white-space: pre-line;
}
.takeover-hero p.description {
  margin-bottom: 1.5rem;
}
.takeover-hero p.date {
  font-weight: 700;
}
.takeover-hero .speaker-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.takeover-hero .speaker {
  display: flex;
  align-items: center;
}
.takeover-hero .speaker p {
  margin: 0;
}
.takeover-hero .speaker .title {
  font-size: 0.875rem;
  font-style: italic;
  line-height: normal;
}
.takeover-hero .speaker img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.additional-resource-component {
  padding-top: 5rem;
}
.additional-resource-component p {
  font-size: 18px;
  font-weight: 400;
}
.additional-resource-component .card {
  border: 1px solid #eff2f3;
  flex: 0 0 calc(33% - 2.15rem);
  padding: 1rem 1.5rem;
  margin: 0.5rem;
  border-radius: 0.625rem;
  box-shadow: 0px 131px 52px rgba(199, 199, 199, 0.01), 0px 74px 44px rgba(199, 199, 199, 0.05), 0px 33px 33px rgba(199, 199, 199, 0.09), 0px 8px 18px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);
}
@media (max-width: 991.98px) {
  .additional-resource-component .card {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
  .additional-resource-component .card:last-of-type {
    margin-bottom: 0;
  }
}
.additional-resource-component .card .card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.additional-resource-component .card .card-body .card-title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.additional-resource-component .card .card-body .card-title a {
  font-size: 1.5rem;
  color: #262a38;
}
.additional-resource-component .card .card-body .card-title a:hover, .additional-resource-component .card .card-body .card-title a:active {
  color: #09999e;
}
.additional-resource-component .card .card-body .icon {
  color: #FF694A;
  font-size: 1.6rem;
  width: 100%;
}
.additional-resource-component .card .card-body a {
  font-weight: 700;
  font-size: 1.125rem;
}
.additional-resource-component.alt-styles .card {
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
  padding-block: 0;
  padding: 0;
}
@media (max-width: 1399px) {
  .additional-resource-component.alt-styles .card {
    padding: 1rem;
  }
}
.additional-resource-component.alt-styles .card p {
  margin-bottom: 0;
}
.additional-resource-component.alt-styles .subtitle-narrow {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .additional-resource-component.alt-styles .subtitle-narrow {
    width: 60%;
  }
}
.additional-resource-component.alt-styles .cards {
  margin-top: 2.5rem;
}
.additional-resource-component.alt-styles .icon {
  display: grid;
  place-items: center;
}
.additional-resource-component.alt-styles .icon::before {
  border: 1px solid #eff2f3;
  margin-top: 0.625rem;
  border-radius: 0.625rem;
  box-shadow: 0px 131px 52px rgba(199, 199, 199, 0.01), 0px 74px 44px rgba(199, 199, 199, 0.05), 0px 33px 33px rgba(199, 199, 199, 0.09), 0px 8px 18px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
}

.nav-tabs {
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(1em, 2.5vw, 5em);
  border-bottom: 3px solid #eff2f3;
}
@media (max-width: 991.98px) {
  .nav-tabs.snap-x {
    max-inline-size: 100%;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    overscroll-behavior: contain;
    display: -webkit-inline-box;
    display: inline-box;
    scroll-padding-inline: 3em, 1em;
    overflow-y: hidden;
  }
  .nav-tabs .scroll-item {
    scroll-snap-align: center;
    scroll-snap-stop: always;
    margin-inline: 1.5em;
  }
  .nav-tabs .scroll-item:is(:active, :focus) {
    scroll-snap-align: center;
  }
  .nav-tabs .scroll-item .nav-link {
    text-align: center;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .nav-tabs .scroll-item .nav-link {
    border-bottom: 3px solid #eff2f3;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .nav-tabs {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .nav-tabs::-webkit-scrollbar-track {
    background: #eff2f3;
  }
}
@media (min-width: 768px) {
  .nav-tabs.tab-case-study {
    justify-content: space-evenly;
    gap: 4em;
    align-items: baseline;
  }
}
@media (min-width: 1200px) {
  .nav-tabs.tab-case-study {
    gap: 6em;
  }
}
.nav-tabs.tab-case-study .nav-link {
  padding: 0 0 2.5em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .nav-tabs.tab-case-study .nav-link {
    transform: translateY(3px);
  }
}
.nav-tabs.tab-case-study .nav-link img {
  max-width: 9.375rem;
}
.nav-tabs.tab-case-study .nav-link.active {
  border-bottom: 3px solid #ff694a;
}
.nav-tabs.tab-case-study .nav-link.active img {
  filter: opacity(1);
}
.nav-tabs.tab-case-study img {
  max-width: 9.375rem;
  filter: opacity(0.25) grayscale(100);
}
.nav-tabs .nav-link {
  color: #262a38;
  text-align: left;
  border: none;
  height: 100%;
  padding: 0 0 0.75rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .nav-tabs .nav-link {
    border-bottom: 3px solid transparent;
  }
}
.nav-tabs .nav-link.active {
  color: #262a38;
  background-color: transparent;
  border-bottom: 3px solid #ff694a;
}
.nav-tabs .nav-item {
  max-width: 13.125rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .nav-tabs .nav-item {
    max-width: 15rem;
  }
}

.logos-only.case-studies {
  padding-top: 2rem;
}
.logos-only .tab-pane p {
  font-size: clamp(1.5625rem, 4vw, 2.1875rem);
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 600;
}
.logos-only .quotes::after,
.logos-only .quotes::before {
  content: '"';
}
.logos-only figcaption {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: 1.2;
  font-style: italic;
}
.logos-only .btn-link {
  font-size: clamp(1rem, 4vw, 1.125rem);
}
@media (max-width: 767.98px) {
  .logos-only picture img {
    width: 95%;
  }
}
@media (max-width: 767.98px) {
  .logos-only .stats-wrapper {
    width: 95%;
    margin-inline: auto;
  }
}
.logos-only .stats h4, .logos-only .stats .h4 {
  font-size: clamp(2.5rem, 4vw, 3.125rem);
  line-height: 1;
  font-weight: 700;
}
.logos-only .stats p {
  font-size: clamp(1.1rem, 2vw, 1.1rem);
  line-height: 1.2;
  font-weight: 600;
}
.logos-only .stats sup {
  top: -0.3em;
  padding: 0.1em;
  font-size: 60%;
}

.compliance-section img {
  max-width: 14.0625rem;
  margin-top: 0.375em;
}
.compliance-section h4, .compliance-section .h4 {
  font-weight: 700;
}

.testimonials .carousel {
  padding: 4rem 3rem;
}
.testimonials .carousel-inner > strong {
  padding-bottom: 1.5rem;
  display: block;
}
@media (min-width: 992px) {
  .testimonials .carousel-inner > strong {
    font-size: 1.125rem;
  }
}
.testimonials .testimonial-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .testimonials .testimonial-text {
    font-size: 2.25rem;
    max-width: 80%;
  }
}
.testimonials .name {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
.testimonials .job-title {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .testimonials .carousel-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.three-columns.bg-primary.text-white .ctas-wrapper a:not(.btn) {
  color: #fff;
}
.three-columns.bg-primary.text-white .ctas-wrapper a:not(.btn):hover {
  color: #09999e;
}
.three-columns .ctas-wrapper {
  place-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
}

.ar-43 {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.no-bg {
  background-color: transparent;
}

@media (min-width: 768px) {
  .three-columns h3, .three-columns .h3 {
    font-size: 1.5rem;
  }
}
.three-columns .ctas-wrapper {
  font-weight: 600;
}
.three-columns .ctas-wrapper .final-cta-secondary {
  color: #fff;
}
.three-columns .ctas-wrapper .final-cta-secondary:hover {
  color: #09999e;
}

.intro-benefits .icon i {
  color: #ff694a;
}
.intro-benefits.bg-primary.text-white .final-cta-secondary {
  color: #fff;
}
.intro-benefits.bg-primary.text-white .final-cta-secondary:hover, .intro-benefits.bg-primary.text-white .final-cta-secondary:active {
  color: #09999e;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .benefits-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    display: grid;
    gap: 0 1em;
    margin-top: 1em;
  }
}
@media (min-width: 992px) {
  .benefits-wrapper--full {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    display: grid;
    gap: 0 4em;
    margin-top: 1em;
  }
}

.benefit {
  grid-template-columns: min-content 1fr;
  display: grid;
  gap: 0;
  align-items: baseline;
  align-content: flex-start;
}
.benefit h3, .benefit .h3 {
  font-size: clamp(1.375rem, 2vw, 1.5625rem);
  line-height: 1.2;
}
.benefit p {
  grid-column: 2/3;
  margin-bottom: 0.5rem;
}
.benefit .link-text-primary {
  grid-column: 2;
}

.popup-container {
  /* Hide the popup content by default */
}
.popup-container .hidden {
  visibility: hidden;
  opacity: 0;
}
.popup-container #popup-trigger {
  position: fixed;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 65px;
  height: 65px;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0.5rem;
}
.popup-container #popup-trigger img {
  max-width: 100%;
  width: 45px;
}
.popup-container #popup-trigger.hard-hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .popup-container #popup-trigger {
    display: none;
  }
}
.popup-container #popup-content {
  position: fixed;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 100;
  padding: 2rem;
  border-top-right-radius: 4px;
  transform: translateX(-100%);
  transition: opacity 0.6s cubic-bezier(0.68, -0.4, 0.27, 1.4), visibility 0s linear 0.6s, transform 0.6s cubic-bezier(0.68, -0.4, 0.27, 1.4);
}
.popup-container #popup-content.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.6s cubic-bezier(0.68, -0.4, 0.27, 1.4), visibility 0s linear 0s, transform 0.6s cubic-bezier(0.68, -0.4, 0.27, 1.4);
}
@media (max-width: 767.98px) {
  .popup-container #popup-content {
    display: none;
  }
}
.popup-container #popup-content .popup-inner {
  width: max-content;
}
.popup-container #popup-content .popup-logo {
  margin-bottom: 1rem;
}
.popup-container #popup-content p {
  color: #fff;
  margin-bottom: 0.5rem;
  white-space: pre-line;
  width: auto;
}
.popup-container #popup-content p.description {
  font-size: 1.25rem;
}
.popup-container #popup-content p.sub-text {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.popup-container #popup-content .popup-cta {
  text-align: center;
}
.popup-container #popup-content .popup-cta a {
  display: block;
  padding: 1rem 2rem;
  width: 100%;
  font-size: 1rem;
  border-radius: 4px;
}
.popup-container .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
}

.updates {
  background-color: transparent;
}
@media (min-width: 992px) {
  .updates {
    padding-block: 5rem 7rem;
  }
}
@media (max-width: 991.98px) {
  .updates .col-lg-3 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .updates .col-lg-3 {
    min-width: 29%;
  }
}
@media (min-width: 1200px) {
  .updates .col-lg-3 {
    min-width: 26%;
  }
}
@media (min-width: 992px) {
  .updates .col-lg-9 {
    min-width: 29%;
  }
}
@media (min-width: 1200px) {
  .updates .col-lg-9 {
    min-width: 78%;
  }
}
.updates h2, .updates .h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .updates h2, .updates .h2 {
    text-align: left;
  }
}
.updates .card-header {
  height: 45px;
}
.updates .card-header i {
  color: #ff694a;
  font-size: 1.6rem;
}
.updates img {
  margin-bottom: 1.5rem;
  max-width: 100%;
  width: auto;
}
.updates a.card {
  transition: 200ms all ease-in-out;
}
.updates a.card h3, .updates a.card .h3 {
  color: #262a38;
  font-size: 1.5rem;
  line-height: 1.3;
}
.updates a.card:hover {
  box-shadow: 0 0 0 1px rgba(38, 42, 56, 0.05), 0 1px 3px transparent, 0 10px 15px -7.5px rgba(38, 42, 56, 0.3) !important;
}
.updates a.card:hover h3, .updates a.card:hover .h3 {
  color: #047377;
}
.updates a.card:focus {
  transform: scale(0.98);
}
@media (min-width: 992px) {
  .updates .btn-link {
    font-size: 1.125rem;
  }
}

h1, .h1 {
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.5rem;
    letter-spacing: 0;
  }
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.875rem;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    margin-bottom: 2rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.875rem;
    letter-spacing: 0;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    margin-bottom: 1.5rem;
  }
}

p {
  color: #262a38;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}

.btn-link {
  white-space: nowrap;
}

.link-text-primary {
  white-space: nowrap;
  font-weight: 600;
}

ul, ol {
  margin-left: 0;
  padding-left: 20px;
  list-style-position: outside;
}
ul li, ol li {
  line-height: 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  ul li, ol li {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}

main a {
  text-decoration: none;
  color: #047377;
}
main a:hover, main a:active {
  color: #09999e;
}

.fa-arrow-left-long,
.fa-arrow-left,
.fa-arrow-right-long,
.fa-arrow-right {
  font-size: 0.75rem;
}

.fa-arrow-left-long,
.fa-arrow-left {
  margin-right: 0.5rem;
}

.fa-arrow-right-long,
.fa-arrow-right {
  margin-left: 0.5rem;
}

.h900 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .h900 {
    font-size: 3.625rem;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  .h900 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 5rem;
    letter-spacing: 0;
    margin-bottom: 3rem;
  }
}

.h800 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h800 {
    font-size: 3.625rem;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0;
  }
}

.h700 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 0;
}

.h600 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
  letter-spacing: 0;
}

.h500 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h500 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0;
  }
}

.h500-narrow {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h500-narrow {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0;
  }
}

.h200 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5625rem;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .h200 {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}

.h100 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.subtitle-narrow {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.hero-subtitle--narrow {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  .hero-subtitle--narrow {
    font-size: 1.25rem;
  }
}

.body-large {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.body-medium {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
}

.body-small {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0;
}

.form-control {
  height: 3rem;
  font-size: 0.875rem;
  line-height: 1.2;
}

.fa-regular::before {
  font: var(--fa-font-regular);
  -webkit-font-smoothing: antialiased;
}

.bg-primary.text-white h1, .bg-primary.text-white .h1,
.bg-primary.text-white h2,
.bg-primary.text-white .h2,
.bg-primary.text-white h3,
.bg-primary.text-white .h3,
.bg-primary.text-white h4,
.bg-primary.text-white .h4,
.bg-primary.text-white p,
.bg-primary.text-white li {
  color: #fff;
}

@media (max-width: 991.98px) {
  .nav-help {
    display: none;
  }
}
.nav-help a:first-of-type {
  border-right: 1px solid #c6ccd4;
}

.admin-only {
  display: grid;
}
@media (min-width: 768px) {
  .admin-only {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .admin-only {
    grid-template-columns: repeat(3, min-content);
    gap: 2em;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .admin-only .nav-item:nth-of-type(2) {
    grid-row: 1/2;
  }
}
.admin-only a {
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .admin-only a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .admin-only .btn, .admin-only .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter .admin-only input.hs-button.primary.large {
    margin-top: 1.5rem;
  }
}

.admin-bar {
  list-style: none;
  height: 2.625rem;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.admin-bar li:not(:last-of-type) {
  border-right: 1px solid #262a38;
  padding-top: 0.1em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.admin-bar li.nav-item {
  transform: translateX(-2rem);
  border-right: 1px solid;
}
.admin-bar a {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25;
  color: #262a38;
  text-decoration: underline;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.admin-bar a:hover {
  color: #09999e;
}

.nav-primary--image {
  width: 100%;
  margin-block: 0 1.5rem;
}
.nav-primary--heading {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  margin-block: 1em 2em;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .nav-primary--heading {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .nav-primary--heading {
    margin-block: 0 2em;
    white-space: nowrap;
    font-size: 0.875rem;
  }
}
.nav-primary--name {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .nav-primary--name {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .nav-primary--name {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}
.nav-primary--desc {
  display: none;
}
@media (min-width: 992px) {
  .nav-primary--desc {
    display: block;
    max-width: 13.75rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.nav-column-img {
  max-width: 225px;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .nav-column-img {
    display: none;
  }
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
  font-size: 1.5rem;
  color: #262a38;
  transition: all 0.3s ease;
}

.navbar-toggler {
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.navbar-brand {
  margin-right: 0.25rem;
}
.navbar-brand img {
  max-width: 5.9375rem;
  width: 100%;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-top: 2em;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    justify-content: flex-end;
  }
}

nav.navbar {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #e0e3e8;
}
nav.minimal-nav {
  justify-content: center;
  padding-block: 0.75em;
}
nav.minimal-nav .navbar-brand {
  margin: 0;
  width: 100%;
  padding-inline: 2rem;
}
@media (min-width: 768px) {
  nav.minimal-nav .navbar-brand {
    padding: 0 0.5rem 0 0;
  }
}
@media (min-width: 992px) {
  nav.minimal-nav .navbar-brand {
    padding: 0;
    width: 66.66667%;
  }
}
nav a {
  color: #262a38;
}
nav a:hover, nav a:active {
  color: #09999e;
  outline: none;
}
nav.navbar-expand-lg .dropdown-toggle::after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.8rem;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  nav.navbar-expand-lg .dropdown-toggle::after {
    position: absolute;
    right: 0;
    content: "\f078";
    font-size: 72%;
  }
}
nav.navbar-expand-lg .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  nav.navbar-expand-lg .dropdown-toggle.show::after {
    color: #ff694a;
  }
}
nav ul {
  list-style: none;
  padding-left: 0;
}
nav ul.navbar-nav {
  align-items: stretch;
}
@media (min-width: 992px) {
  nav ul.navbar-nav {
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  nav ul.navbar-nav {
    gap: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  nav ul .nav-item:nth-of-type(5) {
    border: none;
  }
}
@media (max-width: 991.98px) {
  nav ul .nav-item {
    border-bottom: 1px solid #eff2f3;
  }
}
@media (min-width: 992px) {
  nav ul .nav-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  nav ul .nav-item .btn, nav ul .nav-item .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter nav ul .nav-item input.hs-button.primary.large {
    font-size: 0.9375rem;
  }
}
@media (max-width: 991.98px) {
  nav ul .nav-item .nav-link {
    padding: 1.5rem 0;
  }
  nav ul .nav-item .nav-link.show {
    border-bottom: 1px solid #eff2f3;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  nav ul .nav-item.dropdown .nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  nav ul .nav-item.dropdown .nav-link {
    gap: 0.75rem;
  }
}
nav ul .nav-item .nav-link {
  position: relative;
  border-color: #eff2f3;
}
nav ul.bottom-nav {
  margin-block: 0;
}
@media (min-width: 768px) {
  nav ul.bottom-nav {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  nav ul.bottom-nav {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  nav ul.bottom-nav .nav-item {
    border-bottom: 0 none;
  }
}
nav .dropdown-menu {
  padding: 0 0 1rem;
  border: none;
  width: 100%;
}
@media (min-width: 992px) {
  nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid #e0e3e8;
    margin-top: 1.5rem !important;
    border-radius: 0 0 0.625rem 0.625rem;
    background: transparent;
    z-index: -1;
  }
  nav .dropdown-menu.container-fluid.show, nav .dropdown-menu.show.container-sm, nav .dropdown-menu.show.container-md, nav .dropdown-menu.show.container-lg, nav .dropdown-menu.show.container-xl, nav .dropdown-menu.show.container-xxl {
    min-width: auto;
    width: 100%;
  }
  nav .dropdown-menu .row {
    justify-content: center;
    filter: drop-shadow(0 25px 23px rgba(201, 201, 201, 0.25));
    width: 100%;
    margin: 0;
  }
  nav .dropdown-menu .col {
    max-width: max-content;
    padding: 3em 2em 1.5em;
    background-color: white;
  }
  nav .dropdown-menu .col:first-of-type {
    border-bottom-left-radius: 0.625rem;
    padding-inline: 3em 2em;
  }
  nav .dropdown-menu .col:last-of-type {
    border-bottom-right-radius: 0.625rem;
    padding-inline: 3em;
  }
  nav .dropdown-menu .col.border-l {
    padding-inline: 2em;
  }
  nav .dropdown-menu .col.border-l ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
  }
  nav .dropdown-menu .col ul {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 1fr 1fr;
    gap: 1.25em 3em;
  }
  nav .dropdown-menu .col ul.icon-nav-col {
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }
  nav .dropdown-menu .col.grid-nav ul {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: row;
    grid-auto-columns: 1fr 1fr;
    grid-auto-flow: column;
  }
  nav .dropdown-menu .col.grid-nav ul.two-row {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  nav .dropdown-menu .w-heading {
    max-width: 23.75rem;
  }
  nav .dropdown-menu .border-l {
    border-left: 1px solid rgb(228, 228, 228);
  }
  nav .dropdown-menu img.customer-logo {
    margin-top: 0.1rem;
    display: flex;
  }
}
nav .dropdown-menu .btn-link {
  font-weight: 600;
  color: #019c9a;
}
@media (min-width: 992px) {
  nav .dropdown-menu .btn-link {
    margin-bottom: 1.5em;
  }
}
nav .dropdown-menu li {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  nav .dropdown-menu li {
    margin-bottom: 0;
    display: grid;
    gap: 0.25rem 1rem;
    align-items: center;
    align-content: flex-start;
  }
}
nav .dropdown-menu h3, nav .dropdown-menu .h3 {
  font-size: 1.375rem;
  line-height: 1.2;
}
nav .dropdown-menu .dropdown-menu-icon {
  display: none;
}
@media (max-width: 991.98px) {
  nav .dropdown-menu .col {
    flex: 1 0 100%;
  }
}
@media (min-width: 992px) {
  nav .dropdown-menu .col {
    padding: 3em 3em 1.5em;
  }
}
@media (min-width: 1400px) {
  nav .dropdown-menu .col {
    padding: 3em 4em 1.5em;
  }
}
nav .dropdown-menu .customer-logo {
  max-width: 4.375rem;
}
@media (max-width: 991.98px) {
  nav .dropdown-menu .customer-logo {
    margin-right: 1rem;
    display: none;
  }
}
@media (min-width: 992px) {
  nav .dropdown-menu .w-desc .nav-primary--name {
    font-weight: 700;
  }
}
nav .dropdown-menu .w-desc .nav-primary--desc a:hover {
  color: #262a38;
}
@media (min-width: 992px) {
  nav .dropdown-menu .w-icon {
    grid-template-columns: min-content 1fr;
  }
  nav .dropdown-menu .w-icon picture {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  nav .dropdown-menu .w-icon picture {
    width: 0.875rem;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  nav .dropdown-menu .w-icon .nav-primary--name {
    font-weight: 700;
  }
  nav .dropdown-menu .w-icon .nav-primary--name,
  nav .dropdown-menu .w-icon .nav-primary--desc {
    grid-column: 2/3;
  }
  nav .dropdown-menu .w-icon .nav-primary--desc {
    margin-bottom: 0.5rem;
  }
  nav .dropdown-menu .w-icon .nav-primary--desc a:hover {
    color: #262a38;
  }
}
nav .dropdown-menu .w-icon i {
  display: none;
}
@media (min-width: 992px) {
  nav .dropdown-menu .w-icon i {
    width: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff694a;
    font-size: 0.875rem;
    line-height: 1;
  }
}
nav .dropdown-menu .title-icon {
  display: none;
}
@media (min-width: 992px) {
  nav .dropdown-menu .title-icon {
    display: flex;
    grid-row: 1/span 2;
  }
}
nav .dropdown-menu .nav-icon {
  display: inline-block;
}
@media (min-width: 992px) {
  nav .dropdown-menu.dropdown-menu-simple {
    width: auto;
    left: unset;
    padding: 20px 0px 20px 40px;
    box-shadow: 3px 2px 10px rgba(1, 1, 1, 0.2);
    border-radius: 5px;
    position: relative;
    top: 100px;
    left: -37px;
    min-width: 500px;
  }
  nav .dropdown-menu.dropdown-menu-simple p strong {
    color: #262a38;
  }
  nav .dropdown-menu.dropdown-menu-simple p strong:hover {
    color: #047377;
  }
  nav .dropdown-menu.dropdown-menu-simple a {
    color: #262a38;
  }
  nav .dropdown-menu.dropdown-menu-simple a:hover {
    color: #047377;
  }
  nav .dropdown-menu.dropdown-menu-simple:after {
    display: none;
    background: 0;
  }
  nav .dropdown-menu.dropdown-menu-simple li {
    position: relative;
  }
  nav .dropdown-menu.dropdown-menu-simple a .dropdown-menu-icon:hover {
    color: #262a38;
  }
  nav .dropdown-menu.dropdown-menu-simple .dropdown-menu-icon {
    display: block;
    color: #262a38;
    margin-right: 10px;
    max-width: 16px;
  }
  nav .dropdown-menu.dropdown-menu-simple::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    border-radius: 10%;
    background: #ff694a;
    border-left: 2px solid rgb(228, 228, 228);
    border-top: 2px solid rgb(228, 228, 228);
    top: -16px;
    left: 50px;
  }
}
nav .dropdown-menu.dropdown-menu-skinny-mega .subtitle, nav .dropdown-menu.dropdown-menu-skinny-mega .description {
  display: none;
}
nav .dropdown-menu.dropdown-menu-skinny-mega h4, nav .dropdown-menu.dropdown-menu-skinny-mega .h4 {
  color: #262a38;
}
nav .dropdown-menu.dropdown-menu-skinny-mega a:not(.btn-link) {
  color: #262a38;
}
nav .dropdown-menu.dropdown-menu-skinny-mega a:not(.btn-link):hover {
  color: #047377;
}
@media (min-width: 992px) {
  nav .dropdown-menu.dropdown-menu-skinny-mega {
    width: auto;
    padding: 40px 0px 40px 40px;
    box-shadow: 3px 2px 10px rgba(1, 1, 1, 0.2);
    border-radius: 5px;
    position: relative;
    top: 100px;
    left: 0;
    min-width: 650px;
  }
  nav .dropdown-menu.dropdown-menu-skinny-mega:after {
    display: none;
    background: 0;
  }
  nav .dropdown-menu.dropdown-menu-skinny-mega li {
    position: relative;
  }
  nav .dropdown-menu.dropdown-menu-skinny-mega .subtitle {
    color: #047377;
    display: block;
  }
  nav .dropdown-menu.dropdown-menu-skinny-mega .description {
    color: #262a38;
    display: block;
    line-height: 1.8;
  }
  nav .dropdown-menu.dropdown-menu-skinny-mega a .dropdown-menu-icon:hover {
    color: #262a38;
  }
  nav .dropdown-menu.dropdown-menu-skinny-mega .dropdown-menu-icon {
    display: block;
    color: #047377;
    margin-right: 10px;
  }
  nav .dropdown-menu.dropdown-menu-skinny-mega::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    border-radius: 10%;
    background: #fff;
    border-left: 2px solid rgb(228, 228, 228);
    border-top: 2px solid rgb(228, 228, 228);
    top: -16px;
    left: 50px;
  }
}
nav .nav-dropdown-1 .row {
  background: #fff;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
nav .nav-banner {
  background: #d5f2f2;
  color: #047377;
  text-align: center;
  padding: 20px;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  font-size: 15px;
}
nav .nav-banner span.nav-banner-label {
  font-weight: 700;
}
nav .nav-banner span.nav-banner-text {
  font-weight: 400;
}
nav .nav-banner:hover span.nav-banner-text {
  text-decoration: underline;
}
nav.footer-nav {
  background-color: #1b1d27;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  nav.footer-nav {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  nav.footer-nav {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
nav.footer-nav a:not(.btn) {
  color: #fff;
}
nav.footer-nav a:not(.btn):hover {
  color: #09999e;
}
@media (min-width: 768px) {
  nav.footer-nav .d-grid-desktop {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@media (min-width: 992px) {
  nav.footer-nav .d-grid-desktop {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  }
}
nav.footer-nav li {
  font-size: 1rem;
  line-height: 1.33;
  margin-block: 1.25rem;
}
@media (max-width: 767.98px) {
  nav.footer-nav li:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  nav.footer-nav .col {
    position: relative;
    flex: 1 1 100%;
    margin-right: 12px;
    margin-left: 12px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #fff;
  }
  nav.footer-nav .col::after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 18px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
  }
  nav.footer-nav .col.active::after {
    transform: rotate(180deg);
  }
  nav.footer-nav .col.active ul {
    display: block;
    margin-bottom: 1.5rem;
  }
  nav.footer-nav .col ul {
    display: none;
  }
}
nav.footer-nav .col.newsletter {
  border-bottom: none;
}
nav.footer-nav .col.newsletter::after {
  content: none;
}
@media (min-width: 992px) {
  nav.footer-nav .col.newsletter {
    grid-column: 4;
    grid-row: 1;
  }
}
nav.footer-nav .col.newsletter p {
  font-size: 1rem;
  line-height: 1.56;
}
nav.footer-nav .col.newsletter .btn, nav.footer-nav .col.newsletter .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter nav.footer-nav .col.newsletter input.hs-button.primary.large {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  nav.footer-nav .col.newsletter .btn, nav.footer-nav .col.newsletter .community-content.newsletter-signup .community-form-contain.newsletter input.hs-button.primary.large, .community-content.newsletter-signup .community-form-contain.newsletter nav.footer-nav .col.newsletter input.hs-button.primary.large {
    margin-bottom: 2em;
  }
}
nav.footer-nav .col:last-of-type {
  border-bottom: none;
}
nav.footer-nav .col:last-of-type::after {
  content: none;
}
@media (min-width: 992px) {
  nav.footer-nav .col:last-of-type {
    grid-column: 4;
    grid-row: 2;
  }
}
nav.footer-nav .col-header {
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  nav.footer-nav .col-header {
    width: 100%;
    padding-block: 1.25rem;
    margin-bottom: 0;
    position: relative;
  }
}
nav.footer-nav .col-header.social-header {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
@media (min-width: 992px) {
  nav.footer-nav .col-header.social-header {
    margin-bottom: 0.75em;
    padding-bottom: 0;
  }
}
nav.footer-nav ul:last-of-type {
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  nav.footer-nav .offset-md-1 {
    margin-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  nav.footer-nav .offset-md-1 {
    margin-left: 0;
  }
}
nav.footer-nav .socials {
  display: flex;
  gap: 1em;
  align-items: center;
}
@media (min-width: 992px) {
  nav.footer-nav .socials {
    gap: 1.25em;
  }
}
nav.footer-nav .socials .icon:first-of-type {
  font-size: 1.65rem;
}
@media (min-width: 992px) {
  nav.footer-nav .socials .icon:first-of-type {
    font-size: 2rem;
  }
}
nav.footer-nav .socials .icon:not(:first-of-type) {
  font-weight: 400;
  color: #1b1d27;
  background-color: #fff;
  border-radius: 50%;
  width: 1.55em;
  height: 1.55em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8em;
}
nav.footer-nav .socials .icon:not(:first-of-type):hover {
  background-color: #09999e;
}
@media (min-width: 992px) {
  nav.footer-nav .socials .icon:not(:first-of-type) {
    font-size: 1.25rem;
  }
}
nav p {
  font-size: 1rem;
  line-height: 1.8;
}

.bg-footer {
  background-color: #1b1d27;
}

div#loom-companion-mv3, div#loom-extension-mv3-id {
  display: none;
}

/*# sourceMappingURL=dbt.css.map */