@charset "UTF-8";
@import url("swiper-bundle.min-2.css");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&amp;display=swap");

:root {
  --brand-primary: #11292C;
  --brand-secondary: #C4ECB0;
  --brand-tertriary: #6369D1;
  --gray-300: #F1F3F7;
  --gray-400: #E2E8F0;
  --gray-500: #CBD5E1;
  --gray-600: #7890AD;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  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: #6D6D6D;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #11292C;
  text-decoration: underline;
}

a:hover {
  color: #0e2123;
}

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: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #6D6D6D;
  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: #7890AD;
  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 {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

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

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

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

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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>* {
  -ms-flex-negative: 0;
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

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

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

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

.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

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

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

.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

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

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

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

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

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

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

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

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

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

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

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

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xxl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

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

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

  .row-cols-xxl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #F1F3F7;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 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;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #F1F3F7;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 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;
  }
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

.shadow-none {
  -webkit-box-shadow: none !important;
  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 {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #11292C !important;
}

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

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

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

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

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

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

.border-dark {
  border-color: #6D6D6D !important;
}

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

.border-0 {
  border-width: 0 !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 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !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.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-5 {
  padding-left: 3rem !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;
}

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

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

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

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

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

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

.text-primary {
  color: #11292C !important;
}

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

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

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

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

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

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

.text-dark {
  color: #6D6D6D !important;
}

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

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

.text-muted {
  color: #7890AD !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;
}

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

.bg-primary {
  background-color: #11292C !important;
}

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

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

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

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

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

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

.bg-dark {
  background-color: #6D6D6D !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;
}

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

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

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

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

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

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

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-sm-5 {
    padding-left: 3rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

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

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-md-5 {
    padding-left: 3rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-lg-5 {
    padding-left: 3rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

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

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-xl-5 {
    padding-left: 3rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

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

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !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.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-xxl-5 {
    padding-left: 3rem !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;
  }

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

  .fs-sm-2 {
    font-size: 2rem !important;
  }

  .fs-sm-3 {
    font-size: 1.75rem !important;
  }

  .fs-sm-4 {
    font-size: 1.5rem !important;
  }

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

  .fs-md-2 {
    font-size: 2rem !important;
  }

  .fs-md-3 {
    font-size: 1.75rem !important;
  }

  .fs-md-4 {
    font-size: 1.5rem !important;
  }

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

  .fs-lg-2 {
    font-size: 2rem !important;
  }

  .fs-lg-3 {
    font-size: 1.75rem !important;
  }

  .fs-lg-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: calc(1440px + 40px);
  }
}

@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: calc(1440px + 40px);
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.section-heading h2,
.h2,
.h3,
.h4,
.h5,
.h6,
.h-hero,
.hero__heading,
.body-heading-l,
.body-heading-m,
.site-footer__subscribe__heading,
.site-footer__nav-mobile .hs-menu-depth-1>a,
.site-footer__nav-desktop .hs-menu-depth-1>a,
.body-heading-s {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-style: normal;
  position: relative;
  z-index: 0;
}

h1,
.h1,
.section-heading h2 {
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #C4ECB0;
}

@media (min-width: 768px) {

  h1,
  .h1,
  .section-heading h2 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {

  h1,
  .h1,
  .section-heading h2 {
    font-size: 58px;
  }
}

@media (min-width: 1200px) {

  h1,
  .h1,
  .section-heading h2 {
    font-size: 76px;
    line-height: 72px;
  }
}

@media (min-width: 1300px) {

  h1,
  .h1,
  .section-heading h2 {
    font-size: 94px;
    line-height: 90px;
  }
}

@media (min-width: 1450px) {

  h1,
  .h1,
  .section-heading h2 {
    font-size: 105px;
    line-height: 100px;
  }
}

h2,
.h2 {
  font-size: 34px;
  line-height: 38px;
  margin: 0 0 20px;
  font-weight: 700;
  color: #11292C;
}

@media (min-width: 768px) {

  h2,
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 992px) {

  h2,
  .h2 {
    font-size: 42px;
    line-height: 48px;
  }
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 48px;
    line-height: 54px;
  }
}

h3,
.h3 {
  font-size: 30px;
  font-weight: bold;
  color: #11292C;
}

@media (min-width: 768px) {

  h3,
  .h3 {
    font-size: 42px;
    line-height: 135%;
  }
}

h4,
.h4 {
  font-size: 36px;
  line-height: 131.5%;
}

h5,
.h5 {
  font-size: 28px;
  line-height: 130%;
}

h6,
.h6 {
  font-size: 25px;
  line-height: 32px;
}


.h-hero,
.hero__heading {
  font-size: 36px;
  line-height: 131.5%;
}

@media (min-width: 1200px) {

  .h-hero,
  .hero__heading {
    font-size: 63px;
    line-height: 117%;
  }
}

.body-heading-l {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
}

.body-heading-m,
.site-footer__subscribe__heading,
.site-footer__nav-mobile .hs-menu-depth-1>a,
.site-footer__nav-desktop .hs-menu-depth-1>a {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
}

.body-heading-s {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
}

.subtitle-l {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}

.subtitle-m {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.subtitle-s {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.font-buttons-l,
.cbtn-l {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.font-buttons-m,
.cbtn,
.hs-button,
.cbtn-m {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.font-buttons-s {
  font-weight: 700;
  font-size: 14px;
  line-height: 17.67px;
  letter-spacing: 0.05em;
}

.body-text-l,
.cinput.cinput-l[type="text"],
.hs-input.cinput-l[type="text"],
.cinput.cinput-l[type="email"],
.hs-input.cinput-l[type="email"],
.cinput.cinput-l[type="tel"],
.hs-input.cinput-l[type="tel"],
.cinput.cinput-l[type="number"],
.hs-input.cinput-l[type="number"],
.cinput.cinput-l[type="submit"],
.hs-input.cinput-l[type="submit"],
textarea.cinput.cinput-l,
textarea.hs-input.cinput-l {
  font-size: 19px;
  line-height: 28px;
}

.body-text-m,
.cinput[type="text"],
.hs-input[type="text"],
.cinput[type="email"],
.hs-input[type="email"],
.cinput[type="tel"],
.hs-input[type="tel"],
.cinput[type="number"],
.hs-input[type="number"],
.cinput[type="submit"],
.hs-input[type="submit"],
textarea.cinput,
textarea.hs-input,
.site-header__nav-mobile a,
.site-footer__copy-desktop,
.hero__sub {
  font-size: 18px;
  line-height: 24px;
  text-wrap: balance;
}

.body-text-s,
.site-header__nav-desktop .hs-menu-depth-2 a,
.site-header__nav-desktop .hs-menu-depth-2 a:visited,
.site-footer__address-desktop,
.site-footer__nav-desktop .hs-menu-depth-2>a {
  font-size: 16px;
  line-height: 24px;
}

.body-text-xs,
.site-footer__secondary__menu,
.site-footer__secondary__address,
.site-footer__secondary__copy-md,
.site-footer__copy-mobile,
.site-footer__contact {
  font-size: 14px;
  line-height: 21px;
}

body {
  color: #11292C;
  font-size: 16px;
  line-height: 24px;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
}

p {
  margin: 0 0 24px;
}

p:last-child {
  margin-bottom: 0px;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-family: "Lexend", sans-serif;
  font-style: italic;
  font-weight: 300;
}

.section-heading {
  margin-bottom: 40px;
  position: relative;
  z-index: -1;
}

@media (min-width: 1200px) {
  .section-heading {
    margin-bottom: 80px;
  }
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading__sub {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .section-heading__sub {
    margin-top: 32px;
  }
}

.nobr {
  white-space: nowrap;
}

.card-shadow-m {
  -webkit-box-shadow: 0px 40px 77px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 40px 77px rgba(0, 0, 0, 0.04);
}

.card-shadow-l {
  -webkit-box-shadow: 0px 58px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 58px 80px rgba(0, 0, 0, 0.12);
}

.surface-dropdown,
.site-header__nav-desktop .hs-menu-children-wrapper {
  -webkit-box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.08);
}

/* .surface-overlay {
  opacity: 90%;
  background-color: rgba(0,0,0,0.9);
} */
.cbtn,
.hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #C4ECB0;
  border-radius: 100px;
  color: #11292C;
  border: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  outline: none !important;
  font-weight: 600;
}

@media (min-width: 1200px) {

  .cbtn,
  .hs-button {
    padding: 13px 30px;
  }
}

@media (min-width: 1430px) {

  .cbtn,
  .hs-button {
    font-size: 16px;
    line-height: 24px;
  }
}

.cbtn:hover,
.hs-button:hover {
  text-decoration: none;
}

.cbtn:active,
.hs-button:active {
  text-decoration: none;
}

.cbtn-dark {
  background-color: #11292C;
  color: #ffffff;
}

.cbtn-dark:hover {
  color: #ffffff;
}

.cbtn-icon {
  padding-left: 12px;
  padding-right: 12px;
  min-width: 48px;
}

.cbtn-icon:before,
.cbtn-icon i,
.cbtn-icon svg,
.cbtn-icon img,
.cbtn-icon .icon {
  display: inline-block;
  height: 24px;
  width: 24px;
}

.cbtn-icon:before {
  content: "";
}

.cbtn-icon.cbtn-icon-demo:before {
  content: "";
  border-radius: 100%;
  background: #f0f0f0;
  width: 24px;
  height: 24px;
}

.cbtn-icon.cbtn-s {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 40px;
}

.cbtn-icon.cbtn-m {
  padding-left: 12px;
  padding-right: 12px;
  min-width: 48px;
}

.cbtn-icon.cbtn-l {
  padding-left: 16px;
  padding-right: 16px;
  min-width: 56px;
}

.cbtn-cta,
.hs-button[type='submit'] {
  background-color: #C4ECB0;
  border-color: #C4ECB0;
}

.cbtn-cta:hover,
.hs-button:hover[type='submit'] {
  background-color: #e3f6d9;
  border-color: #e3f6d9;
}

.cbtn-cta:active,
.hs-button:active[type='submit'] {
  background-color: #a5e287;
  border-color: #a5e287;
}

.cbtn-ghost {
  background-color: rgba(17, 41, 44, 0);
  color: #11292C;
  border-color: #7890AD;
}

.cbtn-ghost:visited {
  color: #11292C;
}

.cbtn-ghost:hover {
  background-color: #1f4b51;
  border-color: #1f4b51;
  color: #ffffff;
}

.cbtn-ghost:active {
  background-color: #030707;
  border-color: #030707;
  color: #ffffff;
}

.cbtn-white {
  background-color: #ffffff;
  color: #11292C;
  border-color: #ffffff;
}

.cbtn-white:visited {
  color: #11292C;
}

.cbtn-white:hover {
  background-color: #e3f6d9;
  border-color: #e3f6d9;
  color: #ffffff;
}

.cbtn-white:active {
  background-color: #a5e287;
  border-color: #a5e287;
  color: #ffffff;
}

.page-content [type='submit'].hs-button {
  min-width: 100px;
}

.c-cta-link {
  font-size: 18px;
  line-height: 24px;
  color: #6369D1 !important;
  text-decoration: none !important;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
}

.c-cta-link::after,
.c-cta-link::before {
  content: "";
  background: url("{{ get_asset_url('../index-41.html') }}") center center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  left: 5px;
  top: 4px;
  -webkit-filter: brightness(0) saturate(100%) invert(41%) sepia(84%) saturate(401%) hue-rotate(199deg) brightness(91%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(41%) sepia(84%) saturate(401%) hue-rotate(199deg) brightness(91%) contrast(101%);
}

.c-cta-link::before {
  display: none;
  left: auto;
  right: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-cta-link:hover::after {
  left: 10px;
}

.c-cta-link:hover::before {
  right: 10px;
}

.c-cta-link.reverse::after {
  display: none;
}

.c-cta-link.reverse::before {
  display: inline-block;
}

.cinput-light,
.cinputs-light .cinput[type="text"],
.cinputs-light .cinput-light[type="text"],
.cinputs-light .hs-input[type="text"],
.cinputs-light .cinput[type="email"],
.cinputs-light .cinput-light[type="email"],
.cinputs-light .hs-input[type="email"],
.cinputs-light .cinput[type="tel"],
.cinputs-light .cinput-light[type="tel"],
.cinputs-light .hs-input[type="tel"],
.cinputs-light .cinput[type="number"],
.cinputs-light .cinput-light[type="number"],
.cinputs-light .hs-input[type="number"],
.cinputs-light .cinput[type="submit"],
.cinputs-light .cinput-light[type="submit"],
.cinputs-light .hs-input[type="submit"],
.cinputs-light textarea.cinput,
.cinputs-light textarea.cinput-light,
.cinputs-light textarea.hs-input,
.cinput.cinput-light[type="text"],
.hs-input.cinput-light[type="text"],
.cinput.cinput-light[type="email"],
.hs-input.cinput-light[type="email"],
.cinput.cinput-light[type="tel"],
.hs-input.cinput-light[type="tel"],
.cinput.cinput-light[type="number"],
.hs-input.cinput-light[type="number"],
.cinput.cinput-light[type="submit"],
.hs-input.cinput-light[type="submit"],
textarea.cinput.cinput-light,
textarea.hs-input.cinput-light {
  border-bottom-color: rgba(120, 144, 173, 0.5);
  color: white;
}

.cinput-light::-webkit-input-placeholder,
.cinputs-light .cinput[type="text"]::-webkit-input-placeholder,
.cinputs-light .cinput-light[type="text"]::-webkit-input-placeholder,
.cinputs-light .hs-input[type="text"]::-webkit-input-placeholder,
.cinputs-light .cinput[type="email"]::-webkit-input-placeholder,
.cinputs-light .cinput-light[type="email"]::-webkit-input-placeholder,
.cinputs-light .hs-input[type="email"]::-webkit-input-placeholder,
.cinputs-light .cinput[type="tel"]::-webkit-input-placeholder,
.cinputs-light .cinput-light[type="tel"]::-webkit-input-placeholder,
.cinputs-light .hs-input[type="tel"]::-webkit-input-placeholder,
.cinputs-light .cinput[type="number"]::-webkit-input-placeholder,
.cinputs-light .cinput-light[type="number"]::-webkit-input-placeholder,
.cinputs-light .hs-input[type="number"]::-webkit-input-placeholder,
.cinputs-light .cinput[type="submit"]::-webkit-input-placeholder,
.cinputs-light .cinput-light[type="submit"]::-webkit-input-placeholder,
.cinputs-light .hs-input[type="submit"]::-webkit-input-placeholder,
.cinputs-light textarea.cinput::-webkit-input-placeholder,
.cinputs-light textarea.cinput-light::-webkit-input-placeholder,
.cinputs-light textarea.hs-input::-webkit-input-placeholder,
.cinput.cinput-light[type="text"]::-webkit-input-placeholder,
.hs-input.cinput-light[type="text"]::-webkit-input-placeholder,
.cinput.cinput-light[type="email"]::-webkit-input-placeholder,
.hs-input.cinput-light[type="email"]::-webkit-input-placeholder,
.cinput.cinput-light[type="tel"]::-webkit-input-placeholder,
.hs-input.cinput-light[type="tel"]::-webkit-input-placeholder,
.cinput.cinput-light[type="number"]::-webkit-input-placeholder,
.hs-input.cinput-light[type="number"]::-webkit-input-placeholder,
.cinput.cinput-light[type="submit"]::-webkit-input-placeholder,
.hs-input.cinput-light[type="submit"]::-webkit-input-placeholder,
textarea.cinput.cinput-light::-webkit-input-placeholder,
textarea.hs-input.cinput-light::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cinput-light::-moz-placeholder,
.cinputs-light .cinput[type="text"]::-moz-placeholder,
.cinputs-light .cinput-light[type="text"]::-moz-placeholder,
.cinputs-light .hs-input[type="text"]::-moz-placeholder,
.cinputs-light .cinput[type="email"]::-moz-placeholder,
.cinputs-light .cinput-light[type="email"]::-moz-placeholder,
.cinputs-light .hs-input[type="email"]::-moz-placeholder,
.cinputs-light .cinput[type="tel"]::-moz-placeholder,
.cinputs-light .cinput-light[type="tel"]::-moz-placeholder,
.cinputs-light .hs-input[type="tel"]::-moz-placeholder,
.cinputs-light .cinput[type="number"]::-moz-placeholder,
.cinputs-light .cinput-light[type="number"]::-moz-placeholder,
.cinputs-light .hs-input[type="number"]::-moz-placeholder,
.cinputs-light .cinput[type="submit"]::-moz-placeholder,
.cinputs-light .cinput-light[type="submit"]::-moz-placeholder,
.cinputs-light .hs-input[type="submit"]::-moz-placeholder,
.cinputs-light textarea.cinput::-moz-placeholder,
.cinputs-light textarea.cinput-light::-moz-placeholder,
.cinputs-light textarea.hs-input::-moz-placeholder,
.cinput.cinput-light[type="text"]::-moz-placeholder,
.hs-input.cinput-light[type="text"]::-moz-placeholder,
.cinput.cinput-light[type="email"]::-moz-placeholder,
.hs-input.cinput-light[type="email"]::-moz-placeholder,
.cinput.cinput-light[type="tel"]::-moz-placeholder,
.hs-input.cinput-light[type="tel"]::-moz-placeholder,
.cinput.cinput-light[type="number"]::-moz-placeholder,
.hs-input.cinput-light[type="number"]::-moz-placeholder,
.cinput.cinput-light[type="submit"]::-moz-placeholder,
.hs-input.cinput-light[type="submit"]::-moz-placeholder,
textarea.cinput.cinput-light::-moz-placeholder,
textarea.hs-input.cinput-light::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cinput-light:-ms-input-placeholder,
.cinputs-light .cinput[type="text"]:-ms-input-placeholder,
.cinputs-light .cinput-light[type="text"]:-ms-input-placeholder,
.cinputs-light .hs-input[type="text"]:-ms-input-placeholder,
.cinputs-light .cinput[type="email"]:-ms-input-placeholder,
.cinputs-light .cinput-light[type="email"]:-ms-input-placeholder,
.cinputs-light .hs-input[type="email"]:-ms-input-placeholder,
.cinputs-light .cinput[type="tel"]:-ms-input-placeholder,
.cinputs-light .cinput-light[type="tel"]:-ms-input-placeholder,
.cinputs-light .hs-input[type="tel"]:-ms-input-placeholder,
.cinputs-light .cinput[type="number"]:-ms-input-placeholder,
.cinputs-light .cinput-light[type="number"]:-ms-input-placeholder,
.cinputs-light .hs-input[type="number"]:-ms-input-placeholder,
.cinputs-light .cinput[type="submit"]:-ms-input-placeholder,
.cinputs-light .cinput-light[type="submit"]:-ms-input-placeholder,
.cinputs-light .hs-input[type="submit"]:-ms-input-placeholder,
.cinputs-light textarea.cinput:-ms-input-placeholder,
.cinputs-light textarea.cinput-light:-ms-input-placeholder,
.cinputs-light textarea.hs-input:-ms-input-placeholder,
.cinput.cinput-light[type="text"]:-ms-input-placeholder,
.hs-input.cinput-light[type="text"]:-ms-input-placeholder,
.cinput.cinput-light[type="email"]:-ms-input-placeholder,
.hs-input.cinput-light[type="email"]:-ms-input-placeholder,
.cinput.cinput-light[type="tel"]:-ms-input-placeholder,
.hs-input.cinput-light[type="tel"]:-ms-input-placeholder,
.cinput.cinput-light[type="number"]:-ms-input-placeholder,
.hs-input.cinput-light[type="number"]:-ms-input-placeholder,
.cinput.cinput-light[type="submit"]:-ms-input-placeholder,
.hs-input.cinput-light[type="submit"]:-ms-input-placeholder,
textarea.cinput.cinput-light:-ms-input-placeholder,
textarea.hs-input.cinput-light:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cinput-light::-ms-input-placeholder,
.cinputs-light .cinput[type="text"]::-ms-input-placeholder,
.cinputs-light .cinput-light[type="text"]::-ms-input-placeholder,
.cinputs-light .hs-input[type="text"]::-ms-input-placeholder,
.cinputs-light .cinput[type="email"]::-ms-input-placeholder,
.cinputs-light .cinput-light[type="email"]::-ms-input-placeholder,
.cinputs-light .hs-input[type="email"]::-ms-input-placeholder,
.cinputs-light .cinput[type="tel"]::-ms-input-placeholder,
.cinputs-light .cinput-light[type="tel"]::-ms-input-placeholder,
.cinputs-light .hs-input[type="tel"]::-ms-input-placeholder,
.cinputs-light .cinput[type="number"]::-ms-input-placeholder,
.cinputs-light .cinput-light[type="number"]::-ms-input-placeholder,
.cinputs-light .hs-input[type="number"]::-ms-input-placeholder,
.cinputs-light .cinput[type="submit"]::-ms-input-placeholder,
.cinputs-light .cinput-light[type="submit"]::-ms-input-placeholder,
.cinputs-light .hs-input[type="submit"]::-ms-input-placeholder,
.cinputs-light textarea.cinput::-ms-input-placeholder,
.cinputs-light textarea.cinput-light::-ms-input-placeholder,
.cinputs-light textarea.hs-input::-ms-input-placeholder,
.cinput.cinput-light[type="text"]::-ms-input-placeholder,
.hs-input.cinput-light[type="text"]::-ms-input-placeholder,
.cinput.cinput-light[type="email"]::-ms-input-placeholder,
.hs-input.cinput-light[type="email"]::-ms-input-placeholder,
.cinput.cinput-light[type="tel"]::-ms-input-placeholder,
.hs-input.cinput-light[type="tel"]::-ms-input-placeholder,
.cinput.cinput-light[type="number"]::-ms-input-placeholder,
.hs-input.cinput-light[type="number"]::-ms-input-placeholder,
.cinput.cinput-light[type="submit"]::-ms-input-placeholder,
.hs-input.cinput-light[type="submit"]::-ms-input-placeholder,
textarea.cinput.cinput-light::-ms-input-placeholder,
textarea.hs-input.cinput-light::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cinput-light::placeholder,
.cinputs-light .cinput[type="text"]::placeholder,
.cinputs-light .cinput-light[type="text"]::placeholder,
.cinputs-light .hs-input[type="text"]::placeholder,
.cinputs-light .cinput[type="email"]::placeholder,
.cinputs-light .cinput-light[type="email"]::placeholder,
.cinputs-light .hs-input[type="email"]::placeholder,
.cinputs-light .cinput[type="tel"]::placeholder,
.cinputs-light .cinput-light[type="tel"]::placeholder,
.cinputs-light .hs-input[type="tel"]::placeholder,
.cinputs-light .cinput[type="number"]::placeholder,
.cinputs-light .cinput-light[type="number"]::placeholder,
.cinputs-light .hs-input[type="number"]::placeholder,
.cinputs-light .cinput[type="submit"]::placeholder,
.cinputs-light .cinput-light[type="submit"]::placeholder,
.cinputs-light .hs-input[type="submit"]::placeholder,
.cinputs-light textarea.cinput::placeholder,
.cinputs-light textarea.cinput-light::placeholder,
.cinputs-light textarea.hs-input::placeholder,
.cinput.cinput-light[type="text"]::placeholder,
.hs-input.cinput-light[type="text"]::placeholder,
.cinput.cinput-light[type="email"]::placeholder,
.hs-input.cinput-light[type="email"]::placeholder,
.cinput.cinput-light[type="tel"]::placeholder,
.hs-input.cinput-light[type="tel"]::placeholder,
.cinput.cinput-light[type="number"]::placeholder,
.hs-input.cinput-light[type="number"]::placeholder,
.cinput.cinput-light[type="submit"]::placeholder,
.hs-input.cinput-light[type="submit"]::placeholder,
textarea.cinput.cinput-light::placeholder,
textarea.hs-input.cinput-light::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cinput-light:focus,
.cinputs-light .cinput:focus[type="text"],
.cinputs-light .cinput-light:focus[type="text"],
.cinputs-light .hs-input:focus[type="text"],
.cinputs-light .cinput:focus[type="email"],
.cinputs-light .cinput-light:focus[type="email"],
.cinputs-light .hs-input:focus[type="email"],
.cinputs-light .cinput:focus[type="tel"],
.cinputs-light .cinput-light:focus[type="tel"],
.cinputs-light .hs-input:focus[type="tel"],
.cinputs-light .cinput:focus[type="number"],
.cinputs-light .cinput-light:focus[type="number"],
.cinputs-light .hs-input:focus[type="number"],
.cinputs-light .cinput:focus[type="submit"],
.cinputs-light .cinput-light:focus[type="submit"],
.cinputs-light .hs-input:focus[type="submit"],
.cinputs-light textarea.cinput:focus,
.cinputs-light textarea.cinput-light:focus,
.cinputs-light textarea.hs-input:focus,
.cinput.cinput-light:focus[type="text"],
.hs-input.cinput-light:focus[type="text"],
.cinput.cinput-light:focus[type="email"],
.hs-input.cinput-light:focus[type="email"],
.cinput.cinput-light:focus[type="tel"],
.hs-input.cinput-light:focus[type="tel"],
.cinput.cinput-light:focus[type="number"],
.hs-input.cinput-light:focus[type="number"],
.cinput.cinput-light:focus[type="submit"],
.hs-input.cinput-light:focus[type="submit"],
textarea.cinput.cinput-light:focus,
textarea.hs-input.cinput-light:focus,
.cinput-light.cinput-focus,
.cinputs-light .cinput-focus.cinput[type="text"],
.cinputs-light .cinput-focus.cinput-light[type="text"],
.cinputs-light .cinput-focus.hs-input[type="text"],
.cinputs-light .cinput-focus.cinput[type="email"],
.cinputs-light .cinput-focus.cinput-light[type="email"],
.cinputs-light .cinput-focus.hs-input[type="email"],
.cinputs-light .cinput-focus.cinput[type="tel"],
.cinputs-light .cinput-focus.cinput-light[type="tel"],
.cinputs-light .cinput-focus.hs-input[type="tel"],
.cinputs-light .cinput-focus.cinput[type="number"],
.cinputs-light .cinput-focus.cinput-light[type="number"],
.cinputs-light .cinput-focus.hs-input[type="number"],
.cinputs-light .cinput-focus.cinput[type="submit"],
.cinputs-light .cinput-focus.cinput-light[type="submit"],
.cinputs-light .cinput-focus.hs-input[type="submit"],
.cinputs-light textarea.cinput-focus.cinput,
.cinputs-light textarea.cinput-focus.cinput-light,
.cinputs-light textarea.cinput-focus.hs-input,
.cinput-focus.cinput.cinput-light[type="text"],
.cinput-focus.hs-input.cinput-light[type="text"],
.cinput-focus.cinput.cinput-light[type="email"],
.cinput-focus.hs-input.cinput-light[type="email"],
.cinput-focus.cinput.cinput-light[type="tel"],
.cinput-focus.hs-input.cinput-light[type="tel"],
.cinput-focus.cinput.cinput-light[type="number"],
.cinput-focus.hs-input.cinput-light[type="number"],
.cinput-focus.cinput.cinput-light[type="submit"],
.cinput-focus.hs-input.cinput-light[type="submit"],
textarea.cinput-focus.cinput.cinput-light,
textarea.cinput-focus.hs-input.cinput-light {
  border-bottom-color: #C4ECB0;
}

[type="text"].cinput,
[type="text"].hs-input,
[type="email"].cinput,
[type="email"].hs-input,
[type="tel"].cinput,
[type="tel"].hs-input,
[type="number"].cinput,
[type="number"].hs-input,
[type="submit"].cinput,
[type="submit"].hs-input,
textarea.cinput,
textarea.hs-input {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-bottom: solid #7890AD 1px;
  border-radius: 0;
  color: 900;
  padding: 0;
  text-align: left;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
  background: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

[type="text"].cinput::-webkit-input-placeholder,
[type="text"].hs-input::-webkit-input-placeholder,
[type="email"].cinput::-webkit-input-placeholder,
[type="email"].hs-input::-webkit-input-placeholder,
[type="tel"].cinput::-webkit-input-placeholder,
[type="tel"].hs-input::-webkit-input-placeholder,
[type="number"].cinput::-webkit-input-placeholder,
[type="number"].hs-input::-webkit-input-placeholder,
[type="submit"].cinput::-webkit-input-placeholder,
[type="submit"].hs-input::-webkit-input-placeholder,
textarea.cinput::-webkit-input-placeholder,
textarea.hs-input::-webkit-input-placeholder {
  opacity: 1;
  color: #939393;
}

[type="text"].cinput::-moz-placeholder,
[type="text"].hs-input::-moz-placeholder,
[type="email"].cinput::-moz-placeholder,
[type="email"].hs-input::-moz-placeholder,
[type="tel"].cinput::-moz-placeholder,
[type="tel"].hs-input::-moz-placeholder,
[type="number"].cinput::-moz-placeholder,
[type="number"].hs-input::-moz-placeholder,
[type="submit"].cinput::-moz-placeholder,
[type="submit"].hs-input::-moz-placeholder,
textarea.cinput::-moz-placeholder,
textarea.hs-input::-moz-placeholder {
  opacity: 1;
  color: #939393;
}

[type="text"].cinput:-ms-input-placeholder,
[type="text"].hs-input:-ms-input-placeholder,
[type="email"].cinput:-ms-input-placeholder,
[type="email"].hs-input:-ms-input-placeholder,
[type="tel"].cinput:-ms-input-placeholder,
[type="tel"].hs-input:-ms-input-placeholder,
[type="number"].cinput:-ms-input-placeholder,
[type="number"].hs-input:-ms-input-placeholder,
[type="submit"].cinput:-ms-input-placeholder,
[type="submit"].hs-input:-ms-input-placeholder,
textarea.cinput:-ms-input-placeholder,
textarea.hs-input:-ms-input-placeholder {
  opacity: 1;
  color: #939393;
}

[type="text"].cinput::-ms-input-placeholder,
[type="text"].hs-input::-ms-input-placeholder,
[type="email"].cinput::-ms-input-placeholder,
[type="email"].hs-input::-ms-input-placeholder,
[type="tel"].cinput::-ms-input-placeholder,
[type="tel"].hs-input::-ms-input-placeholder,
[type="number"].cinput::-ms-input-placeholder,
[type="number"].hs-input::-ms-input-placeholder,
[type="submit"].cinput::-ms-input-placeholder,
[type="submit"].hs-input::-ms-input-placeholder,
textarea.cinput::-ms-input-placeholder,
textarea.hs-input::-ms-input-placeholder {
  opacity: 1;
  color: #939393;
}

[type="text"].cinput::placeholder,
[type="text"].hs-input::placeholder,
[type="email"].cinput::placeholder,
[type="email"].hs-input::placeholder,
[type="tel"].cinput::placeholder,
[type="tel"].hs-input::placeholder,
[type="number"].cinput::placeholder,
[type="number"].hs-input::placeholder,
[type="submit"].cinput::placeholder,
[type="submit"].hs-input::placeholder,
textarea.cinput::placeholder,
textarea.hs-input::placeholder {
  opacity: 1;
  color: #939393;
}

[type="text"].cinput:focus,
[type="text"].cinput.cinput-focus,
[type="text"].hs-input:focus,
[type="text"].hs-input.cinput-focus,
[type="email"].cinput:focus,
[type="email"].cinput.cinput-focus,
[type="email"].hs-input:focus,
[type="email"].hs-input.cinput-focus,
[type="tel"].cinput:focus,
[type="tel"].cinput.cinput-focus,
[type="tel"].hs-input:focus,
[type="tel"].hs-input.cinput-focus,
[type="number"].cinput:focus,
[type="number"].cinput.cinput-focus,
[type="number"].hs-input:focus,
[type="number"].hs-input.cinput-focus,
[type="submit"].cinput:focus,
[type="submit"].cinput.cinput-focus,
[type="submit"].hs-input:focus,
[type="submit"].hs-input.cinput-focus,
textarea.cinput:focus,
textarea.cinput.cinput-focus,
textarea.hs-input:focus,
textarea.hs-input.cinput-focus {
  border-bottom-color: 900;
}

[type="text"].cinput+.invalid-feedback,
[type="text"].cinput+.valid-feedback,
[type="text"].hs-input+.invalid-feedback,
[type="text"].hs-input+.valid-feedback,
[type="email"].cinput+.invalid-feedback,
[type="email"].cinput+.valid-feedback,
[type="email"].hs-input+.invalid-feedback,
[type="email"].hs-input+.valid-feedback,
[type="tel"].cinput+.invalid-feedback,
[type="tel"].cinput+.valid-feedback,
[type="tel"].hs-input+.invalid-feedback,
[type="tel"].hs-input+.valid-feedback,
[type="number"].cinput+.invalid-feedback,
[type="number"].cinput+.valid-feedback,
[type="number"].hs-input+.invalid-feedback,
[type="number"].hs-input+.valid-feedback,
[type="submit"].cinput+.invalid-feedback,
[type="submit"].cinput+.valid-feedback,
[type="submit"].hs-input+.invalid-feedback,
[type="submit"].hs-input+.valid-feedback,
textarea.cinput+.invalid-feedback,
textarea.cinput+.valid-feedback,
textarea.hs-input+.invalid-feedback,
textarea.hs-input+.valid-feedback {
  font-size: 16px;
  line-height: 24px;
}

[type="text"].cinput+.invalid-feeback.size-l,
[type="text"].cinput+.valid-feeback.size-l,
[type="text"].hs-input+.invalid-feeback.size-l,
[type="text"].hs-input+.valid-feeback.size-l,
[type="email"].cinput+.invalid-feeback.size-l,
[type="email"].cinput+.valid-feeback.size-l,
[type="email"].hs-input+.invalid-feeback.size-l,
[type="email"].hs-input+.valid-feeback.size-l,
[type="tel"].cinput+.invalid-feeback.size-l,
[type="tel"].cinput+.valid-feeback.size-l,
[type="tel"].hs-input+.invalid-feeback.size-l,
[type="tel"].hs-input+.valid-feeback.size-l,
[type="number"].cinput+.invalid-feeback.size-l,
[type="number"].cinput+.valid-feeback.size-l,
[type="number"].hs-input+.invalid-feeback.size-l,
[type="number"].hs-input+.valid-feeback.size-l,
[type="submit"].cinput+.invalid-feeback.size-l,
[type="submit"].cinput+.valid-feeback.size-l,
[type="submit"].hs-input+.invalid-feeback.size-l,
[type="submit"].hs-input+.valid-feeback.size-l,
textarea.cinput+.invalid-feeback.size-l,
textarea.cinput+.valid-feeback.size-l,
textarea.hs-input+.invalid-feeback.size-l,
textarea.hs-input+.valid-feeback.size-l {
  font-size: 17px;
  line-height: 26px;
}

[type="text"].cinput[class*="icon-"],
[type="text"].hs-input[class*="icon-"],
[type="email"].cinput[class*="icon-"],
[type="email"].hs-input[class*="icon-"],
[type="tel"].cinput[class*="icon-"],
[type="tel"].hs-input[class*="icon-"],
[type="number"].cinput[class*="icon-"],
[type="number"].hs-input[class*="icon-"],
[type="submit"].cinput[class*="icon-"],
[type="submit"].hs-input[class*="icon-"],
textarea.cinput[class*="icon-"],
textarea.hs-input[class*="icon-"] {
  background-position: right center;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

[type="text"].cinput.icon-demo,
[type="text"].hs-input.icon-demo,
[type="email"].cinput.icon-demo,
[type="email"].hs-input.icon-demo,
[type="tel"].cinput.icon-demo,
[type="tel"].hs-input.icon-demo,
[type="number"].cinput.icon-demo,
[type="number"].hs-input.icon-demo,
[type="submit"].cinput.icon-demo,
[type="submit"].hs-input.icon-demo,
textarea.cinput.icon-demo,
textarea.hs-input.icon-demo {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFMSURBVHgBtZWBcYIwGIVfsgCwAd2gnaBuYEdoJ6idQJygdYJ2hHYDNqgbyAZkAvA9Ddyp0eM0+e44UJL3Qv78/29whbZtc94Wxphn3kt/Ccdrw/9/u677K4qiuaRhLgiXnPzNxxkmwLE/NFqFjGxAXCv+nyou+r5/1RzNPTM/Ea84cIk7oJm+pDoz8Cv/RARo8kGTr9HA77m2JUccHE2eFJN9DKy1y4jiIveHBMavfosE8CsKLt7OkQhqv1u6vCAR1J4pBo9IRymDmMENGiRFBg3S4VIbbCxzoEYiVM6VaMq6FgngMX2wrBdqHjUiox4x1iI6veHQpWLh1ID0sDeQk+o4IsHVV0N3G/NA9VsvcCfSyLJsPfw+SjS+WKlZ4LbtchRfSOPIMDRSJVw9Qr0W06gVx1DTN9dmeaO5r7gqikPdanQphxjMtT+JQXZ2WYrbJ4J6UwAAAABJRU5ErkJggg==");
}

[type="text"].cinput.cinput-l,
[type="text"].hs-input.cinput-l,
[type="email"].cinput.cinput-l,
[type="email"].hs-input.cinput-l,
[type="tel"].cinput.cinput-l,
[type="tel"].hs-input.cinput-l,
[type="number"].cinput.cinput-l,
[type="number"].hs-input.cinput-l,
[type="submit"].cinput.cinput-l,
[type="submit"].hs-input.cinput-l,
textarea.cinput.cinput-l,
textarea.hs-input.cinput-l {
  height: 56px;
}

[type="text"].is-invalid,
[type="text"].is-invalid.cinput-light,
.cinputs-light .cinput[type="text"].is-invalid,
.cinputs-light .hs-input[type="text"].is-invalid,
[type="text"].invalid,
[type="email"].is-invalid,
[type="email"].is-invalid.cinput-light,
.cinputs-light .cinput[type="email"].is-invalid,
.cinputs-light .hs-input[type="email"].is-invalid,
[type="email"].invalid,
[type="tel"].is-invalid,
[type="tel"].is-invalid.cinput-light,
.cinputs-light .cinput[type="tel"].is-invalid,
.cinputs-light .hs-input[type="tel"].is-invalid,
[type="tel"].invalid,
[type="number"].is-invalid,
[type="number"].is-invalid.cinput-light,
.cinputs-light .cinput[type="number"].is-invalid,
.cinputs-light .hs-input[type="number"].is-invalid,
[type="number"].invalid,
[type="submit"].is-invalid,
[type="submit"].is-invalid.cinput-light,
.cinputs-light .cinput[type="submit"].is-invalid,
.cinputs-light .hs-input[type="submit"].is-invalid,
[type="submit"].invalid,
textarea.is-invalid,
textarea.is-invalid.cinput-light,
.cinputs-light textarea.is-invalid.cinput,
.cinputs-light textarea.is-invalid.hs-input,
textarea.invalid {
  border-bottom-color: #FF4D35 !important;
}

[type="text"].is-valid,
[type="text"].is-valid.cinput-light,
.cinputs-light .cinput[type="text"].is-valid,
.cinputs-light .hs-input[type="text"].is-valid,
[type="email"].is-valid,
[type="email"].is-valid.cinput-light,
.cinputs-light .cinput[type="email"].is-valid,
.cinputs-light .hs-input[type="email"].is-valid,
[type="tel"].is-valid,
[type="tel"].is-valid.cinput-light,
.cinputs-light .cinput[type="tel"].is-valid,
.cinputs-light .hs-input[type="tel"].is-valid,
[type="number"].is-valid,
[type="number"].is-valid.cinput-light,
.cinputs-light .cinput[type="number"].is-valid,
.cinputs-light .hs-input[type="number"].is-valid,
[type="submit"].is-valid,
[type="submit"].is-valid.cinput-light,
.cinputs-light .cinput[type="submit"].is-valid,
.cinputs-light .hs-input[type="submit"].is-valid,
textarea.is-valid,
textarea.is-valid.cinput-light,
.cinputs-light textarea.is-valid.cinput,
.cinputs-light textarea.is-valid.hs-input {
  border-bottom-color: #00B67A !important;
}

.hs-error-msgs {
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  padding: 0;
}

.hs-error-msgs li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.invalid-feedback,
.valid-feedback,
.hs-error-msg,
.hs_error_rollup {
  font-size: 16px;
  line-height: 24px;
  padding-top: 8px;
}

.invalid-feedback.size-l,
.valid-feedback.size-l,
.hs-error-msg.size-l,
.hs_error_rollup.size-l {
  font-size: 17px;
  line-height: 26px;
  padding-top: 12px;
}

.invalid-feedback,
.hs-error-msg,
.hs_error_rollup {
  color: #FF4D35;
}

.valid-feedback {
  color: #00B67A;
}

textarea.cinput {
  resize: vertical;
  min-height: 48px;
  padding: 10px 0;
}

textarea.cinput.cinput-l {
  min-height: 56px;
  padding: 12px 0;
}

.hubspot-link__container {
  display: none !important;
}

[type="checkbox"] {
  display: none;
}

[type="checkbox"]+* {
  position: relative;
  cursor: pointer;
  padding-left: 34px;
}

[type="checkbox"]+*::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background: transparent;
  border: solid #64748B 1px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 95% auto;
  border-radius: 5px;
}

[type="checkbox"]:checked+*::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAMAAABcOc2zAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURQAAAP+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKv+FKiWl040AAAAUdFJOUwCfFyHjJIDXGI+XpL1ZOWlEtLLcQ2qyUwAAAEVJREFUCNddyFsagBAYhOFJRUoHzP7X6lHkZ67m/QC52z+dLRkHMww2G67j7AxDamk4vuU31iWX5lKEa2n+ijQwT7uqPwHVxwSssf5P/gAAAABJRU5ErkJggg==");
  border-color: #C4ECB0;
  background-size: 10px;
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(67%) saturate(357%) hue-rotate(138deg) brightness(94%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(67%) saturate(357%) hue-rotate(138deg) brightness(94%) contrast(97%);
  background-position: center 4px;
}

[type="radio"] {
  display: none;
}

[type="radio"]+* {
  position: relative;
  cursor: pointer;
  padding-left: 34px;
}

[type="radio"]+*::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: transparent;
  border: solid #64748B 1px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  top: 1px;
  left: 0;
}

[type="radio"]+*:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--brand-primary);
  left: 5px;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}

[type="radio"]:checked+*::after {
  opacity: 1;
  visibility: visible;
}

.hbspt-form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hbspt-form .inputs-list>* {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-content [type="text"].cinput,
.page-content [type="text"].hs-input,
.page-content [type="email"].cinput,
.page-content [type="email"].hs-input,
.page-content [type="tel"].cinput,
.page-content [type="tel"].hs-input,
.page-content [type="number"].cinput,
.page-content [type="number"].hs-input,
.page-content [type="submit"].cinput,
.page-content [type="submit"].hs-input,
.page-content textarea.cinput,
.page-content textarea.hs-input {
  background: transparent;
  border: solid #7890AD 0px;
  border-radius: 0px;
  font-size: 17px;
  line-height: 26px;
  padding: 0 32px;
  height: 48px;
  width: 100% !important;
  border-bottom: 1px solid #E2E8F0;
}

.page-content [type="text"]::-webkit-input-placeholder,
.page-content [type="email"]::-webkit-input-placeholder,
.page-content [type="tel"]::-webkit-input-placeholder,
.page-content [type="number"]::-webkit-input-placeholder,
.page-content [type="submit"]::-webkit-input-placeholder,
.page-content textarea::-webkit-input-placeholder {
  color: #7890AD !important;
}

.page-content [type="text"]::-moz-placeholder,
.page-content [type="email"]::-moz-placeholder,
.page-content [type="tel"]::-moz-placeholder,
.page-content [type="number"]::-moz-placeholder,
.page-content [type="submit"]::-moz-placeholder,
.page-content textarea::-moz-placeholder {
  color: #7890AD !important;
}

.page-content [type="text"]:-ms-input-placeholder,
.page-content [type="email"]:-ms-input-placeholder,
.page-content [type="tel"]:-ms-input-placeholder,
.page-content [type="number"]:-ms-input-placeholder,
.page-content [type="submit"]:-ms-input-placeholder,
.page-content textarea:-ms-input-placeholder {
  color: #7890AD !important;
}

.page-content [type="text"]::-ms-input-placeholder,
.page-content [type="email"]::-ms-input-placeholder,
.page-content [type="tel"]::-ms-input-placeholder,
.page-content [type="number"]::-ms-input-placeholder,
.page-content [type="submit"]::-ms-input-placeholder,
.page-content textarea::-ms-input-placeholder {
  color: #7890AD !important;
}

.page-content [type="text"]::placeholder,
.page-content [type="email"]::placeholder,
.page-content [type="tel"]::placeholder,
.page-content [type="number"]::placeholder,
.page-content [type="submit"]::placeholder,
.page-content textarea::placeholder {
  color: #7890AD !important;
}

.page-content [type="text"].search,
.page-content [type="email"].search,
.page-content [type="tel"].search,
.page-content [type="number"].search,
.page-content [type="submit"].search,
.page-content textarea.search {
  background-image: url(../index-42.html);
  background-repeat: no-repeat;
  background-position: left center;
}

.page-content textarea.cinput,
.page-content textarea.hs-input {
  min-height: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {

  .page-content textarea.cinput,
  .page-content textarea.hs-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {

  .page-content textarea.cinput,
  .page-content textarea.hs-input {
    min-height: 200px;
  }
}

.page-content .invalid-feedback,
.page-content .valid-feedback,
.page-content .hs-error-msg {
  font-size: 14px;
  line-height: 21px;
}

.page-content select {
  background-image: url(../index-43.html);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: solid #7890AD 0px;
  border-radius: 0px;
  font-size: 17px;
  line-height: 26px;
  padding: 0 40px 0px 0px;
  height: 48px;
  width: 100% !important;
  border-bottom: 1px solid #E2E8F0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  cursor: pointer;
  height: 48px;
  width: 100% !important;
  font-weight: 300;
}

.page-content select:invalid {
  color: #7890AD !important;
}

.page-content [type="file"] {
  border: 0 !important;
}

.page-content .hs-fieldtype-file .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #F1F3F7;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #F1F3F7;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #F1F3F7;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #F1F3F7;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #F1F3F7;
  border-radius: 0.25rem;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #F1F3F7;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  background: white;
  border: solid #CBD5E1 1px !important;
  border-radius: 4px;
  font-size: 14px;
  line-height: 21px;
  padding: 0 12px;
  min-height: 32px !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
    font-size: 16px;
    line-height: 24px;
    padding: 0 16px;
  }
}

@media (min-width: 1200px) {
  .select2-container--default .select2-selection--multiple {
    min-height: 48px !important;
  }
}

.select2-container--default .select2-search--inline .select2-search__field {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

@media (min-width: 768px) {
  .select2-container--default .select2-search--inline .select2-search__field {
    line-height: 1.1 !important;
  }
}

.select2-container--default .select2-selection__rendered {
  margin: 0 !important;
}

.select2-container--default .select2-search {
  width: 100%;
}

.hs-form label[for]:not([class*='checkbox']) {
  display: none;
}

.hs-form .hs-fieldtype-checkbox>label {
  display: block;
  margin-bottom: 15px;
}

.hs-form .hs-fieldtype-checkbox .inputs-list,
.hs-form .hs-fieldtype-radio .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-form .hs-fieldtype-checkbox .inputs-list li,
.hs-form .hs-fieldtype-radio .inputs-list li {
  list-style: none;
  margin-bottom: 10px;
}

.hs-form .hs-fieldtype-checkbox .inputs-list li label,
.hs-form .hs-fieldtype-radio .inputs-list li label {
  display: block;
}

.hs-form .hs-form-field {
  margin-top: 12px;
  float: none !important;
  width: 100% !important;
}

.hs-form .hs-form-field:first-child {
  margin-top: 0;
}

.hs-form fieldset {
  max-width: none !important;
}

.hs-form fieldset+fieldset {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .hs-form fieldset+fieldset {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .hs-form fieldset+fieldset {
    margin-top: 30px;
  }
}

.hs-form fieldset[class*="form-columns"]:not(.form-columns-0) {
  --bs-gutter-x: 40px;
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-form fieldset[class*="form-columns"]:not(.form-columns-0)>* {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}

@media (min-width: 768px) {
  .hs-form fieldset[class*="form-columns"]:not(.form-columns-0).form-columns-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50% !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .hs-form fieldset[class*="form-columns"]:not(.form-columns-0).form-columns-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% / 3) !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .hs-form fieldset[class*="form-columns"]:not(.form-columns-0).form-columns-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25% !important;
    margin-top: 0 !important;
  }
}

.hs-form fieldset[class*="form-columns"]:not(.form-columns-0) .input {
  margin-right: 0 !important;
}

.page-content .hs-submit {
  text-align: center;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .inputs-list[data-reactid*="what_data_points"] {
    --bs-gutter-x: 40px;
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inputs-list[data-reactid*="what_data_points"]>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50% !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 1024px) {
  .inputs-list[data-reactid*="what_data_points"]>* {
    width: 33.3333333333% !important;
  }
}

@media (min-width: 1200px) {
  .inputs-list[data-reactid*="what_data_points"]>* {
    width: 25% !important;
    margin-bottom: 20px !important;
  }
}

.cience-modal *,
.cience-video-modal * {
  outline: none !important;
}

.cience-modal .btn-close,
.cience-video-modal .btn-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url("{{ get_asset_url('../index-44.html') }}") center center no-repeat;
  background-size: 100% auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  right: 15px;
  margin: 0 0 0 15px;
}

@media (min-width: 1200px) {

  .cience-modal .btn-close,
  .cience-video-modal .btn-close {
    margin-top: 8px;
  }
}

.cience-modal .modal-header,
.cience-modal .modal-body,
.cience-video-modal .modal-header,
.cience-video-modal .modal-body {
  padding: 20px;
}

@media (min-width: 1200px) {

  .cience-modal .modal-header,
  .cience-modal .modal-body,
  .cience-video-modal .modal-header,
  .cience-video-modal .modal-body {
    padding: 40px;
  }
}

.cience-modal .modal-body,
.cience-video-modal .modal-body {
  padding-top: 0 !important;
}

.cience-modal .modal-header,
.cience-video-modal .modal-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cience-modal .modal-content,
.cience-video-modal .modal-content {
  -webkit-box-shadow: 0px 58px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 58px 80px rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 6px;
}

.modal-backdrop {
  background: #191919;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.modal-backdrop.show {
  opacity: .9;
}

#book h1,
#buying-guide-download h1 {
  display: none !important;
}

@media (max-width: 560px) {

  #book .modal-title,
  #buying-guide-download .modal-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
  }
}

#book .hs-submit,
#buying-guide-download .hs-submit {
  margin-top: 30px;
}

#book .hs-submit .cbtn,
#book .hs-submit .hs-button,
#buying-guide-download .hs-submit .cbtn,
#buying-guide-download .hs-submit .hs-button {
  min-width: 180px;
}

@media (max-width: 560px) {

  #book .hs-submit .cbtn,
  #book .hs-submit .hs-button,
  #buying-guide-download .hs-submit .cbtn,
  #buying-guide-download .hs-submit .hs-button {
    width: 100%;
  }
}

.cience-video-modal .modal-content {
  background: none;
}

.cience-video-modal .modal-header {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 15px 0;
  border: none;
}

.cience-video-modal .modal-body {
  padding: 0;
  position: relative;
  background: none;
}

.cience-video-modal .btn-close {
  background-image: url("{{ get_asset_url('../index-45.html') }}");
}

.cience-video-modal iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cience-video-modal .iframe-wrapper {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cience-video-modal .iframe-wrapper::before {
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

[id^='subscription-modal-'] .modal-header {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-bottom: 0;
}

[id^='subscription-modal-'] .btn-close {
  margin-left: auto;
  margin-right: 0;
}

[id^='subscription-modal-'] .modal-body h1 {
  font-size: 28px;
  line-height: 130%;
}

[id^='subscription-modal-'] .hs-submit {
  margin-top: 30px;
}

#subscription-modal-single-post-ask .title {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-style: normal;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
}

#subscription-modal-single-post-ask .actions {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

#subscription-modal-single-post-ask .no-thanks {
  margin-top: 20px;
  color: #6369D1;
  text-decoration: none;
  border-bottom: dashed rgba(99, 105, 209, 0.5) 1px;
}

#subscription-modal-single-post h1 {
  font-size: 25px;
  line-height: 32px;
  text-align: left !important;
  margin-top: 30px;
}

#subscription-modal-single-post h2 {
  font-size: 25px;
  line-height: 32px;
  text-align: left !important;
  margin-top: 30px;
}

#subscription-modal-single-post [data-reactid$='$0'] h1 {
  font-size: 28px;
  line-height: 130%;
}

#subscription-modal-single-post [data-reactid$='$1'] {
  margin-bottom: 30px;
}

#subscription-modal-single-post [data-reactid$='$1'] h2 {
  font-size: 19px;
  line-height: 28px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}

#subscription-modal-single-post .hs-daily_activities,
#subscription-modal-single-post .hs-why_cience {
  margin-top: 20px;
}

#subscription-modal-single-post .hs-field-desc {
  font-size: 14px;
  margin-top: 15px;
}

#subscription-modal-single-post .actions {
  padding-bottom: 40px;
}

#subscription-modal-single-post .legal-consent-container .hs-richtext {
  font-size: 14px;
  color: #6D6D6D;
}

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

input::file-selector-button {
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  border: 1px solid var(--brand-primary);
  padding: 7px 24px;
  border-radius: 100px;
  margin-right: 20px;
  cursor: pointer;
}

.greenie .circle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.greenie .circle .wrap-1,
.greenie .circle .wrap-2,
.greenie .circle .wrap-3 {
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.greenie .circle .wrap-1 {
  background: rgba(99, 105, 209, 0.1);
  width: 260px;
  height: 260px;
}

.greenie .circle .wrap-2 {
  background: rgba(99, 105, 209, 0.15);
  width: calc(100% - 44px);
  height: calc(100% - 44px);
}

.greenie .circle .wrap-3 {
  background: #6369d1;
  width: calc(100% - 42px);
  height: calc(100% - 42px);
}

.greenie .circle .rocket {
  margin-bottom: 15px;
  height: 36px;
}

.greenie .circle .rocket svg,
.greenie .circle .rocket img {
  max-height: 100%;
  height: auto;
  width: auto;
}

.greenie .gcard {
  -webkit-box-shadow: 0px 40px 77px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 40px 77px rgba(0, 0, 0, 0.04);
  background: white;
  border-radius: 6px;
  padding: 24px 44px 24px 24px;
  position: relative;
  max-width: calc(100% - 16px);
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  .greenie .gcard {
    padding: 40px;
    margin-bottom: 24px;
  }
}

.greenie .gcard::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: 8px solid #D3E1FC;
  border-radius: 100%;
  background: #00E5E5;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  margin-right: -16px;
}

.greenie .gcard .title {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 4px;
}

@media (min-width: 1200px) {
  .greenie .gcard .title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}

.greenie .gcard .descr {
  color: #6D6D6D;
}

.greenie [class*="cards-"] {
  margin-bottom: -12px;
}

.greenie [class*="cards-"]+[class*="cards-"] {
  margin-top: 12px;
}

@media (min-width: 1200px) {
  .greenie [class*="cards-"] {
    margin-bottom: -24px;
  }

  .greenie [class*="cards-"]+[class*="cards-"] {
    margin-top: 0;
  }
}

.swiper-pagination-bullet {
  --swiper-pagination-color: var(--brand-primary);
  opacity: 1;
  width: 8px;
  height: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.swiper-pagination-bullet-active {
  background: black;
}

.swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  background: var(--swiper-pagination-color, black);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-container-horizontal {
  padding-bottom: 48px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  margin: 0;
  color: #ffffff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 41, 44, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: "Lexend", sans-serif;
}

@media (min-width: 992px) {
  .site-header {
    padding: 30px 20px !important;
    height: 140px;
    margin-top: 0;
    position: fixed;
  }

  .site-header__placeholder {
    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .site-header__placeholder.header-2023 .site-header__right button {
    padding: 13px 30px !important;
    font-size: 14px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header__placeholder.header-2023 .site-header__right button {
    padding: 12px 15px !important;
    font-size: 13px !important;
  }
}

@media (min-width: 992px) {
  .site-header.scrolled {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 110px;
  }

  .site-header.scrolled .site-header__container {
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  }
}

.site-header .login-btn {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

.site-header a,
.site-header a:visited,
.site-header a:hover {
  color: var(--brand-primary);
  text-decoration: none;
}

.site-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  border-radius: 100px;
  padding: 10px 15px;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .site-header__container {
    padding: 0px 15px;
  }
}

.site-header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.site-header__logo>* {
  width: 100%;
  height: 100%;
}

.site-header__logo svg {
  height: 100%;
  width: auto;
}

.site-header__logo img {
  max-width: 130px;
  height: auto;
}

@media (min-width: 768px) {
  .site-header__logo img {
    max-width: unset;
  }
}

.site-header__left {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .site-header__right.d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.site-header ul,
.site-header li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-header__nav-mobile {
  font-size: 0;
  line-height: 0;
}

.site-header__nav-mobile__dropdown {
  position: absolute;
  top: calc($header-height - 20px);
  margin-top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 24px;
  background: #fff;
  width: calc(100vw - 40px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: 0px 0px 50px 0px #DEEFE7;
  box-shadow: 0px 0px 50px 0px #DEEFE7;
}

.site-header__nav-mobile__dropdown::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: #fff;
  left: 0px;
  top: -40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px 30px 0px 0px;
}

.site-header__nav-mobile__dropdown.open {
  pointer-events: all;
  opacity: 1;
  margin-top: 0;
}

.site-header__nav-mobile__dropdown.open::before {
  opacity: 1;
  visibility: visible;
}

.site-header__nav-mobile__dropdown .cbtn,
.site-header__nav-mobile__dropdown .hs-button {
  margin-top: 20px;
}

.site-header__nav-mobile__trigger {
  width: 32px;
  height: 32px;
  position: relative;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #11292C;
  padding: 0;
  margin: 0;
  outline: none;
  z-index: 9;
}

.site-header__nav-mobile__trigger:active,
.site-header__nav-mobile__trigger:focus {
  outline: none;
}

.site-header__nav-mobile__trigger svg {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.site-header__nav-mobile__trigger .active {
  opacity: 0;
}

.site-header__nav-mobile__trigger.open .active {
  opacity: 1;
}

.site-header__nav-mobile__trigger.open .normal {
  opacity: 0;
}

.site-header__nav-mobile .hs-menu-item.hs-menu-depth-1 {
  color: #334155;
}

.site-header__nav-mobile .hs-menu-item.hs-menu-depth-1+.hs-menu-item {
  margin-top: 16px;
}

.site-header__nav-mobile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header__nav-mobile .hs-menu-children-wrapper {
  padding-left: 24px;
  margin-top: 16px;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.site-header__nav-mobile .hs-menu-children-wrapper.open {
  max-height: 10000px;
  pointer-events: all;
  opacity: 1;
}

.site-header__nav-mobile .hs-menu-depth-2 a,
.site-header__nav-mobile .hs-menu-depth-2 a:visited {
  color: rgba(255, 255, 255, 0.7);
}

.site-header__nav-mobile .hs-menu-depth-2+.hs-menu-item {
  margin-top: 6px;
}

.site-header__nav-mobile [data-open-submission-form] {
  margin-top: 24px;
}

.site-header__nav-mobile .hs-item-has-children>a {
  position: relative;
}

.site-header__nav-mobile .hs-item-has-children>a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url("{{ get_asset_url('../index-46.html') }}");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.site-header__nav-mobile .hs-item-has-children>a.open::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-header__nav-desktop {
  text-align: center;
}

.site-header__nav-desktop ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header__nav-desktop li {
  text-align: left;
}

.site-header__nav-desktop .hs-menu-depth-1+.hs-menu-depth-1 {
  margin-left: 15px !important;
}

@media (min-width: 1500px) {
  .site-header__nav-desktop .hs-menu-depth-1+.hs-menu-depth-1 {
    margin-left: 20px !important;
  }
}

@media (min-width: 1700px) {
  .site-header__nav-desktop .hs-menu-depth-1+.hs-menu-depth-1 {
    margin-left: 30px !important;
  }
}

.site-header__nav-desktop .hs-menu-depth-1:hover>[role="menuitem"]::after {
  opacity: 1;
}

.site-header__nav-desktop .hs-menu-depth-1>[role="menuitem"] {
  font-size: 14px !important;
  line-height: 22px !important;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  display: inline-block;
  position: relative;
  color: #11292c;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .site-header__nav-desktop .hs-menu-depth-1>[role="menuitem"] {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.site-header__nav-desktop .hs-item-has-children {
  position: relative;
  padding: 28px 0px !important;
}

.site-header__nav-desktop .hs-item-has-children>[role="menuitem"] {
  padding-right: 23px !important;
}

.site-header__nav-desktop .hs-item-has-children>[role="menuitem"]::after {
  content: "";
  display: block !important;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://cience.com/hubfs/Cience_2025/Images/dropdown.svg");
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 2px !important;
}

@media (min-width: 1200px) {
  .site-header__nav-desktop .hs-item-has-children>[role="menuitem"]::after {
    top: 4px !important;
  }
}

.site-header__nav-desktop .hs-menu-children-wrapper {
  position: absolute;
  top: 100% !important;
  left: -24px;
  background: #11292C;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 24px;
  text-align: left;
}

.site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-1,
.site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-3,
.site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-4 {
  grid-template-columns: 255px !important;
}

@media (max-width: 1300px) {

  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-1,
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-3,
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-4 {
    grid-template-columns: 232px !important;
  }
}

@media (max-width: 1199px) {

  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-1,
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-3,
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-4 {
    grid-template-columns: 190px !important;
  }
}

.site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-1 .columns-wrapper,
.site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-3 .columns-wrapper,
.site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-4 .columns-wrapper {
  grid-template-columns: repeat(1, 255px) !important;
}

@media (max-width: 1300px) {

  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-1 .columns-wrapper,
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-3 .columns-wrapper,
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-4 .columns-wrapper {
    grid-template-columns: repeat(1, 232px) !important;
  }
}

@media (max-width: 1199px) {

  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-1 .columns-wrapper,
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-3 .columns-wrapper,
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-4 .columns-wrapper {
    grid-template-columns: repeat(1, 190px) !important;
  }
}

@media (max-width: 1300px) {
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-5 {
    grid-template-columns: 232px 232px 232px 232px !important;
  }
}

@media (max-width: 1199px) {
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-5 {
    grid-template-columns: 190px 190px 190px 190px !important;
  }
}

@media (max-width: 1300px) {
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-2 {
    grid-template-columns: 232px 232px !important;
  }
}

@media (max-width: 1199px) {
  .site-header__nav-desktop .hs-menu-children-wrapper.hs-menu-children-wrapper-2 {
    grid-template-columns: 190px 190px !important;
  }
}

.site-header__nav-desktop .hs-menu-item:hover>.hs-menu-children-wrapper {
  max-height: 10000px;
  pointer-events: all;
  opacity: 1;
}

.site-header__nav-desktop .hs-menu-depth-2 a,
.site-header__nav-desktop .hs-menu-depth-2 a:visited {
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  display: block;
  width: 100%;
}

@media (max-width: 1199px) {

  .site-header__nav-desktop .hs-menu-depth-2 a,
  .site-header__nav-desktop .hs-menu-depth-2 a:visited {
    white-space: unset;
  }
}

.site-header__nav-desktop .hs-menu-depth-2 a:hover,
.site-header__nav-desktop .hs-menu-depth-2 a:visited:hover {
  color: white;
}

.site-header__nav-desktop .hs-menu-depth-2+.hs-menu-item {
  margin-top: 6px;
}

.hs-blog-post .site-header,
.hs-ciencepedia-single .site-header,
.hs-podcast-post .site-header {
  color: #000000;
}

.hs-blog-post .site-header__nav-mobile__dropdown,
.hs-ciencepedia-single .site-header__nav-mobile__dropdown,
.hs-podcast-post .site-header__nav-mobile__dropdown {
  color: white;
}

.hs-blog-post .site-header__nav-desktop .hs-menu-depth-1>[role="menuitem"],
.hs-ciencepedia-single .site-header__nav-desktop .hs-menu-depth-1>[role="menuitem"],
.hs-podcast-post .site-header__nav-desktop .hs-menu-depth-1>[role="menuitem"] {
  padding-right: 0px;
}

.hs-blog-post .site-header__nav-desktop .hs-menu-depth-1>[role="menuitem"]::after,
.hs-ciencepedia-single .site-header__nav-desktop .hs-menu-depth-1>[role="menuitem"]::after,
.hs-podcast-post .site-header__nav-desktop .hs-menu-depth-1>[role="menuitem"]::after {
  background-image: url("{{ get_asset_url('../index-46.html') }}");
  display: none;
}

.hs-blog-post .site-header__right .cbtn-white,
.hs-ciencepedia-single .site-header__right .cbtn-white,
.hs-podcast-post .site-header__right .cbtn-white {
  background-color: #C4ECB0;
  border-color: #C4ECB0;
  color: white;
}

.hs-blog-post .site-header__right .cbtn-white:hover,
.hs-ciencepedia-single .site-header__right .cbtn-white:hover,
.hs-podcast-post .site-header__right .cbtn-white:hover {
  background-color: #e3f6d9;
  border-color: #e3f6d9;
}

.hs-blog-post .site-header__right .cbtn-white:active,
.hs-ciencepedia-single .site-header__right .cbtn-white:active,
.hs-podcast-post .site-header__right .cbtn-white:active {
  background-color: #a5e287;
  border-color: #a5e287;
}

.hs-blog-post .site-header__logo,
.hs-blog-post .site-header__logo:hover,
.hs-blog-post .site-header__logo:visited,
.hs-ciencepedia-single .site-header__logo,
.hs-ciencepedia-single .site-header__logo:hover,
.hs-ciencepedia-single .site-header__logo:visited,
.hs-podcast-post .site-header__logo,
.hs-podcast-post .site-header__logo:hover,
.hs-podcast-post .site-header__logo:visited {
  color: #032e9b;
}

.site-header__logo {
  width: auto !important;
  height: auto !important;
}

@media (max-width: 1365px) and (min-width: 992px) {

  .site-header__left,
  .site-header__left img {
    width: 100px;
  }
}

.landing-page-header .site-header__container {
  padding: 10px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .landing-page-header .site-header__container {
    padding: 15px;
  }
}

.landing-page-header .site-header__container>.container-fluid,
.landing-page-header .site-header__container>.container-sm,
.landing-page-header .site-header__container>.container-md,
.landing-page-header .site-header__container>.container-lg,
.landing-page-header .site-header__container>.container-xl,
.landing-page-header .site-header__container>.container-xxl {
  padding: 0px;
}

.landing-page-header .body_dnd_area-row-0-vertical-alignment>.row-fluid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-page-header .body_dnd_area-row-0-vertical-alignment>.row-fluid img {
  max-width: 130px;
}

@media (min-width: 768px) {
  .landing-page-header .body_dnd_area-row-0-vertical-alignment>.row-fluid img {
    max-width: unset;
  }
}

.landing-page-header .body_dnd_area-row-0-vertical-alignment>.row-fluid .header-cta .cbtn,
.landing-page-header .body_dnd_area-row-0-vertical-alignment>.row-fluid .header-cta .hs-button {
  font-size: 13px;
  line-height: 21px;
  padding: 10px 15px;
}

@media (min-width: 768px) {

  .landing-page-header .body_dnd_area-row-0-vertical-alignment>.row-fluid .header-cta .cbtn,
  .landing-page-header .body_dnd_area-row-0-vertical-alignment>.row-fluid .header-cta .hs-button {
    font-size: 14px;
    line-height: 22px;
    padding: 13px 20px;
  }
}

@media (min-width: 1200px) {

  .landing-page-header .body_dnd_area-row-0-vertical-alignment>.row-fluid .header-cta .cbtn,
  .landing-page-header .body_dnd_area-row-0-vertical-alignment>.row-fluid .header-cta .hs-button {
    padding: 13px 30px;
  }
}

@media (min-width: 1430px) {

  .landing-page-header .body_dnd_area-row-0-vertical-alignment>.row-fluid .header-cta .cbtn,
  .landing-page-header .body_dnd_area-row-0-vertical-alignment>.row-fluid .header-cta .hs-button {
    font-size: 16px;
    line-height: 24px;
  }
}

.site-footer {
  background: #11292C;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 43px;
}

@media (min-width: 768px) {
  .site-footer {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding-top: 110px;
  }
}

.site-footer * {
  font-family: "Lexend", sans-serif;
}

.site-footer .site-footer__logo {
  width: auto !important;
  height: auto !important;
}

@media (min-width: 1200px) {
  .site-footer .container {
    max-width: 1480px !important;
  }
}

.site-footer .footer-inner-cus {
  max-width: 1208px;
  margin: 0 auto;
}

.site-footer .footer-inner-cus .top,
.site-footer .footer-inner-cus .bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer .footer-inner-cus .bottom {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .site-footer .footer-inner-cus .bottom {
    margin-top: 100px;
  }
}

.site-footer a,
.site-footer a:visited {
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:visited:hover {
  text-decoration: none;
}

.site-footer__subscribe .hs_error_rollup {
  display: none !important;
}

@media (min-width: 992px) {
  .site-footer__subscribe {
    max-width: 300px;
  }

  .site-footer__subscribe .invalid-feedback,
  .site-footer__subscribe .valid-feedback,
  .site-footer__subscribe .hs-error-msg {
    font-size: 14px;
    line-height: 22px;
  }
}

.site-footer__subscribe__heading {
  font-weight: 700;
  margin-bottom: 24px;
}

.site-footer__subscribe form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer__subscribe .field {
  width: calc(100% - 48px - 16px);
  margin-right: 16px;
}

.site-footer__subscribe label[for*="email-"] {
  display: none;
}

.site-footer__subscribe.cinputs-light .hs-input[type="email"] {
  border-bottom-color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.site-footer__subscribe.cinputs-light .hs-input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.site-footer__subscribe.cinputs-light .hs-input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.site-footer__subscribe.cinputs-light .hs-input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.site-footer__subscribe.cinputs-light .hs-input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.site-footer__subscribe.cinputs-light .hs-input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.site-footer__subscribe .cbtn-icon {
  border-radius: 15px;
  border: 0px;
}

.site-footer__subscribe [type="submit"] .cinput-value {
  display: none;
}

.site-footer__subscribe [type="submit"]::before {
  background-image: url("{{ get_asset_url('../index-47.html') }}");
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(42%) saturate(563%) hue-rotate(138deg) brightness(95%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(42%) saturate(563%) hue-rotate(138deg) brightness(95%) contrast(96%);
}

.site-footer__logo-box {
  margin-top: 50px !important;
  margin-bottom: 40px !important;
}

@media (min-width: 768px) {
  .site-footer__logo-box {
    margin-top: 55px !important;
  }
}

.site-footer__copy-desktop {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 24px !important;
  font-weight: 300;
}

.site-footer__address-desktop {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__nav-mobile a,
.site-footer__nav-desktop a {
  display: block;
  width: 100%;
}

.site-footer__nav-mobile ul:not(.row),
.site-footer__nav-mobile li:not([class*='col-']),
.site-footer__nav-desktop ul:not(.row),
.site-footer__nav-desktop li:not([class*='col-']) {
  margin: 0;
  padding: 0;
}

.site-footer__nav-mobile ul,
.site-footer__nav-mobile li,
.site-footer__nav-desktop ul,
.site-footer__nav-desktop li {
  list-style: none;
}

.site-footer__nav-mobile ul.row,
.site-footer__nav-desktop ul.row {
  padding: 0;
  margin: 0px;
}

.site-footer__nav-mobile .hs-menu-depth-1>a,
.site-footer__nav-desktop .hs-menu-depth-1>a {
  font-weight: 600;
  color: #ffffff;
}

.site-footer__nav-mobile .hs-menu-depth-2 a,
.site-footer__nav-mobile .hs-menu-depth-2 a:visited,
.site-footer__nav-desktop .hs-menu-depth-2 a,
.site-footer__nav-desktop .hs-menu-depth-2 a:visited {
  color: rgba(255, 255, 255, 0.75);
}

.site-footer__nav-mobile .hs-menu-depth-2+.hs-menu-item,
.site-footer__nav-desktop .hs-menu-depth-2+.hs-menu-item {
  margin-top: 10px !important;
}

.site-footer__nav-mobile .hs-menu-children-wrapper {
  padding-left: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

.site-footer__nav-mobile .hs-menu-children-wrapper.open {
  max-height: 10000px;
  pointer-events: all;
  opacity: 1;
  padding-top: 16px;
}

.site-footer__nav-mobile .hs-menu-depth-1+.hs-menu-item {
  margin-top: 24px;
}

.site-footer__nav-mobile .hs-item-has-children>a {
  position: relative;
}

.site-footer__nav-mobile .hs-item-has-children>a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url("{{ get_asset_url('../index-48.html') }}");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.site-footer__nav-mobile .hs-item-has-children>a.open::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 4px;
}

.site-footer__nav-desktop ul.hs-menu-children-wrapper {
  margin-top: 16px;
}

.site-footer__nav-desktop .hs-menu-depth-1+.hs-menu-depth-1 {
  margin-top: 63px !important;
}

.site-footer__nav-desktop .hs-menu-depth-1>a {
  pointer-events: none;
}

.site-footer .more,
.site-footer .more:visited {
  color: white !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer .rarr {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("{{ get_asset_url('../index-49.html') }}") center center no-repeat;
  background-size: 100% auto;
  font-size: 0;
  line-height: 0;
  color: rgba(255, 255, 255, 0);
  margin-left: 8px;
}

.site-footer__badge {
  margin: 40px auto -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0px 10px;
}

.site-footer__badge_bbb,
.site-footer__badge_ft,
.site-footer__badge_hs,
.site-footer__badge_clutch,
.site-footer__badge_sl {
  margin: 0 auto 40px;
  max-width: 220px;
}

.site-footer__badge_bbb img,
.site-footer__badge_ft img,
.site-footer__badge_hs img,
.site-footer__badge_clutch img,
.site-footer__badge_sl img {
  width: 100%;
  height: auto;
}

.site-footer__badge_bbb {
  max-width: 115px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.site-footer__badge_ft {
  max-width: 80px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.site-footer__badge_hs {
  max-width: 80px;
}

.site-footer__badge_clutch {
  max-width: 187px;
}

.site-footer__badge_sl {
  max-width: 65px;
}

@media (min-width: 576px) {
  .site-footer__badge {
    max-width: 100%;
  }

  .site-footer__badge_bbb,
  .site-footer__badge_ft {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .site-footer__badge {
    max-width: 520px;
  }
}

@media (min-width: 992px) {
  .site-footer__badge {
    margin: 40px 0 40px;
    max-width: 740px;
  }

  .site-footer__badge_bbb,
  .site-footer__badge_ft,
  .site-footer__badge_hs,
  .site-footer__badge_clutch,
  .site-footer__badge_sl {
    margin: 0;
    max-width: 120px;
  }

  .site-footer__badge_bbb {
    max-width: 90px;
  }

  .site-footer__badge_ft {
    max-width: 70px;
  }

  .site-footer__badge_hs {
    max-width: 70px;
  }

  .site-footer__badge_sl {
    max-width: 50px;
  }
}

@media (min-width: 1200px) {
  .site-footer__badge {
    margin: 16px 0 63px;
  }

  .site-footer__badge_bbb,
  .site-footer__badge_ft,
  .site-footer__badge_hs,
  .site-footer__badge_clutch,
  .site-footer__badge_sl {
    max-width: 150px;
  }

  .site-footer__badge_bbb {
    max-width: 101px;
  }

  .site-footer__badge_ft {
    max-width: 70px;
  }

  a .site-footer__badge_hs {
    max-width: 70px;
  }

  .site-footer__badge_clutch {
    max-width: 131px;
  }

  .site-footer__badge_sl {
    max-width: 50px;
  }
}

.site-footer__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 58px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .site-footer__secondary {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .site-footer__secondary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.site-footer__secondary__menu {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
}

@media (min-width: 768px) {
  .site-footer__secondary__menu {
    width: 100%;
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 40px;
  }

  .site-footer__secondary__menu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .site-footer__secondary__menu ul li+li {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .site-footer__secondary__menu ul li+li {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .site-footer__secondary__menu ul li+li {
    margin-left: 58px;
  }
}

@media (min-width: 992px) {
  .site-footer__secondary__menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    margin-bottom: 0;
    width: calc(100% - 280px);
  }
}

.site-footer__secondary__menu a,
.site-footer__secondary__menu a:visited {
  color: rgba(255, 255, 255, 0.4);
}

.site-footer__secondary__menu ul,
.site-footer__secondary__menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__secondary__menu ul+li,
.site-footer__secondary__menu li+li {
  margin-top: 8px;
}

.site-footer__secondary__social {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .site-footer__secondary__social {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .site-footer__secondary__social {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .site-footer__secondary__social {
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
    max-width: 280px;
    margin-left: auto;
  }
}

.site-footer__secondary__social svg path {
  fill: #ffffff;
}

.site-footer__secondary__address {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: rgba(255, 255, 255, 0.4) !important;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-footer__secondary__address {
    width: 50%;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .site-footer__secondary__address {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: auto;
    text-align: right;
    margin-bottom: 0;
    max-width: 33.3%;
  }
}

.site-footer__secondary__address a,
.site-footer__secondary__address a:visited {
  color: inherit;
}

.site-footer__secondary .email {
  margin: 8px 0;
}

.site-footer__secondary__copy-md {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  text-align: left;
  width: 100%;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.4);
}

.site-footer .cience-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}

.site-footer .cience-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.site-footer .cience-social a:hover {
  color: #C4ECB0;
}

@media (min-width: 768px) {
  .site-footer .cience-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.site-footer__copy-mobile {
  margin-top: 29px;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 768px) {
  .site-footer__copy-mobile {
    text-align: center;
  }
}

.site-footer__contact {
  color: rgba(255, 255, 255, 0.4);
}

.site-footer__contact a,
.site-footer__contact a:visited {
  color: rgba(255, 255, 255, 0.4);
}

.site-footer__contact a:hover,
.site-footer__contact a:visited:hover {
  color: #C4ECB0;
}

@media (min-width: 1024px) {

  .site-footer a,
  .site-footer a:visited {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
  }

  .site-footer a:hover,
  .site-footer a:visited:hover {
    color: #C4ECB0;
  }
}

@media (min-width: 992px) {
  .site-footer.footer-2023 div .col-lg-8 {
    width: 69%;
  }
}

@media (min-width: 1200px) {
  .site-footer.footer-2023 div .col-lg-8 {
    width: 63.687%;
  }
}

@media (min-width: 992px) {
  .site-footer.footer-2023 div .col-lg-8 .col-3 {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .site-footer.footer-2023 div .col-lg-8 .col-3 {
    width: auto;
  }
}

@media (min-width: 992px) {
  .site-footer.footer-2023 div ul.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
}

.site-footer.footer-2023 a#phone {
  display: none;
}

@media (min-width: 576px) {
  .site-footer.footer-2023 .site-footer__badge {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .site-footer.footer-2023 .site-footer__badge {
    margin: 67px auto 0px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .site-footer.footer-2023 .site-footer__badge {
    gap: 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 67px 0 56px;
  }
}

@media (min-width: 1350px) {
  .site-footer.footer-2023 .site-footer__badge {
    gap: 50px;
  }
}

@media (min-width: 992px) {
  .site-footer.footer-2023 .site-footer__badge>* {
    max-width: unset;
  }
}

.site-footer.footer-2023 .site-footer__badge>* img {
  width: revert-layer;
}

@media (min-width: 992px) {
  .site-footer.footer-2023 .site-footer__badge>* img {
    max-height: 70px;
  }
}

@media (min-width: 1200px) {
  .site-footer.footer-2023 .site-footer__badge>* img {
    max-height: 80px;
  }
}

.site-footer.footer-2023 .site-footer__badge .site-footer__badge_clients_love {
  margin: 0 auto 40px;
}

@media (min-width: 992px) {
  .site-footer.footer-2023 .site-footer__badge .site-footer__badge_clients_love {
    margin: 0px;
  }
}

.site-footer.footer-2023 .site-footer__badge .site-footer__badge_clients_love img {
  max-height: unset;
}

.site-footer.footer-2023 .site-footer__badge .site-footer__badge_sl img {
  max-height: 102px;
}

.site-footer.footer-2023 .site-footer__badge .site-footer__badge_designrush {
  margin: 0 auto 40px;
}

@media (min-width: 992px) {
  .site-footer.footer-2023 .site-footer__badge .site-footer__badge_designrush {
    margin: 0px;
  }
}

.site-footer.footer-2023 .site-footer__badge .site-footer__badge_designrush img {
  max-height: unset;
  height: auto;
  max-width: 55px;
}

@media (min-width: 992px) {
  .site-footer.footer-2023 .site-footer__badge .site-footer__badge_designrush img {
    max-width: 55px;
  }
}

@media (width: 992px) {
  .site-footer.footer-2023 .hs-menu-wrapper.flyouts ul {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
  }
}

.site-footer.footer-without-nav1 {
  padding: 30px 0px;
}

.site-footer.footer-without-nav1 .container-fluid,
.site-footer.footer-without-nav1 .container-sm,
.site-footer.footer-without-nav1 .container-md,
.site-footer.footer-without-nav1 .container-lg,
.site-footer.footer-without-nav1 .container-xl,
.site-footer.footer-without-nav1 .container-xxl {
  padding: 0px;
}

@media (min-width: 992px) {
  .site-footer.footer-without-nav1 {
    padding: 52px 0px;
  }
}

.site-footer.footer-without-nav1 .footer-row-0-vertical-alignment>.row-fluid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer.footer-without-nav1 .footer-row-0-vertical-alignment>.row-fluid>*:first-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .site-footer.footer-without-nav1 .footer-row-0-vertical-alignment>.row-fluid>*:first-child {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .site-footer.footer-without-nav1 .footer-row-0-vertical-alignment>.row-fluid>*:first-child {
    gap: 54px;
  }
}

.site-footer.footer-without-nav1 .footer-row-0-vertical-alignment>.row-fluid>*:first-child img {
  max-width: 120px;
}

@media (min-width: 992px) {
  .site-footer.footer-without-nav1 .footer-row-0-vertical-alignment>.row-fluid>*:first-child img {
    max-width: unset;
  }
}

.site-footer.footer-without-nav1 p,
.site-footer.footer-without-nav1 p a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  opacity: .75;
}

@media (min-width: 992px) {

  .site-footer.footer-without-nav1 p,
  .site-footer.footer-without-nav1 p a {
    font-size: 16px;
    line-height: 24px;
  }
}

.site-footer.footer-without-nav1 a:hover {
  color: var(--brand-secondary);
  opacity: 1;
}

.site-footer.footer-without-nav1 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-footer.footer-without-nav1 p a {
  opacity: 1;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide,
.slick-slide img {
  display: block;
}

.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

*:focus,
*:active {
  outline: none;
}

.animating {
  pointer-events: none;
}

body {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.body-wrapper {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.body-wrapper>div[data-global-resource-path*="footer"] {
  margin-top: auto;
}

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

.image-container div {
  text-align: center;
}

html .hs-tools-menu {
  top: auto !important;
  right: auto !important;
  left: 10px !important;
  bottom: 10px !important;
}

.page-content {
  position: relative;
}

.page-content>.container-fluid,
.page-content>.container-sm,
.page-content>.container-md,
.page-content>.container-lg,
.page-content>.container-xl,
.page-content>.container-xxl {
  padding: 0px;
}

.page-content>section+section {
  margin-top: 56px;
}

@media (min-width: 1200px) {
  .page-content>section+section {
    margin-top: 160px;
  }
}

.page-content img {
  max-width: 100%;
}

.page-content>[id*='design_elements'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.page-content .c-richtext a,
.page-content .c-richtext a:visited {
  color: #6369D1;
  text-decoration: none;
}

.page-content .c-richtext>*:first-child,
.page-content .c-richtext>.hs_cos_wrapper_type_rich_text>*:first-child {
  margin-top: 0;
}

.page-content .c-richtext>*:last-child,
.page-content .c-richtext>.hs_cos_wrapper_type_rich_text>*:last-child {
  margin-bottom: 0;
}

.page-content .c-richtext h1 {
  font-size: 36px;
  line-height: 131.5%;
}

.page-content .c-richtext h2 {
  font-size: 28px;
  line-height: 130%;
}

.page-content .c-richtext h3 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
}

.page-content .c-richtext h4 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
}

.page-content .c-richtext h4 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
}

.page-content .c-richtext h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17.67px;
  letter-spacing: 0.05em;
}

.page-content .c-richtext h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: .02em;
}

.page-content .c-richtext *+h1,
.page-content .c-richtext *+h2,
.page-content .c-richtext *+h3,
.page-content .c-richtext *+h4,
.page-content .c-richtext *+h5,
.page-content .c-richtext *+h6 {
  margin-top: 1.8em;
}

.page-content .c-richtext figure,
.page-content .c-richtext img {
  margin: 1em 0;
}

.page-content .c-richtext li+li {
  margin-top: 1em;
}

.page-content .c-richtext li li+li {
  margin-top: .5em;
}

.page-content .c-richtext li>ul {
  margin-top: .3em;
}

.page-content .c-richtext ul,
.page-content .c-richtext ol {
  margin: 1em 0;
}

.page-content .c-richtext ul li {
  list-style: none;
  padding-left: 0;
}

.page-content .c-richtext ul li::before {
  content: "– ";
}

.page-content .c-richtext ul {
  padding-left: 1em;
  margin-left: 0;
}

.page-content .c-richtext blockquote {
  background: #DEEFE7;
  font-style: italic;
  font-family: "Lexend", sans-serif;
  padding: 2em;
  margin: 1em 0;
}

.page-content .c-richtext blockquote>*:first-child {
  margin-top: 0;
}

.page-content .c-richtext blockquote>*:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

[data-lazy-src]:not(.loaded) {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

.bullet-green {
  position: relative;
}

.bullet-green::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #C4ECB0;
  position: absolute;
  left: 0;
  top: 0;
}

.bullet-green::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 6px;
  left: 11px;
  position: absolute;
  top: 11.5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
}

.heading {
  text-align: center;
}

.heading h2 {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .heading h2 {
    margin: 0 0 20px;
  }
}

.heading p {
  max-width: 949px;
  margin: 0 auto;
}

.heading p br {
  display: none;
}

@media (min-width: 992px) {
  .heading p br {
    display: block;
  }
}

.hero {
  text-align: center;
  background: #11292C;
  color: white;
  padding-top: 24px;
  padding-bottom: 164px;
  min-height: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 1200px) {
  .hero {
    min-height: 314px;
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

.hero-with-sub {
  text-align: left;
}

@media (min-width: 768px) {
  .hero-with-sub {
    text-align: center;
  }
}

.hero.hero-complex,
.hero-with-sub.hero-complex {
  text-align: left;
}

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

.hero-mtext-left {
  text-align: left;
}

@media (min-width: 768px) {
  .hero-mtext-left {
    text-align: center;
  }
}

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

@media (min-width: 768px) {
  .hero-mtext-right {
    text-align: center;
  }
}

.hero__heading+.hero__sub {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .hero__heading+.hero__sub {
    margin-top: 32px;
  }
}

.hero__sub {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1200px) {
  .hero__sub {
    font-size: 20px;
    line-height: 32px;
  }
}

.hero__container {
  position: relative;
  z-index: 10;
}

.hero__text {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.hero__cta-wrap {
  margin-top: 40px;
}

.hero__cta-wrap.with-cta-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .hero__cta-wrap.with-cta-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hero__cta__sub {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .hero__cta__sub {
    margin-left: 32px;
    margin-top: 0;
  }
}

.hero.hero-complex {
  padding-top: 24px;
  padding-bottom: 56px;
}

@media (min-width: 1200px) {
  .hero.hero-complex {
    padding-top: 62px;
    padding-bottom: 110px;
  }
}

.hero.hero-complex .hero__text {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .hero.hero-complex .hero__text {
    max-width: 480px;
    margin-right: auto;
  }
}

.hero.hero-complex .hero__sub {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .hero.hero-complex .hero__sub {
    max-width: 460px;
  }
}

@media (min-width: 1200px) {
  .hero.hero-complex .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hero__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  max-width: 584px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .hero__image {
    margin-top: 48px;
  }
}

@media (min-width: 1200px) {
  .hero__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }
}

.hero__image__caption {
  background: rgba(0, 229, 229, 0.2);
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .hero__image__caption {
    margin-bottom: 0;
    margin-top: 12px;
  }
}

.hero__image__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.hero__image__wrap img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  border-radius: 6px;
  overflow: hidden;
}

@media (min-width: 1260px) {

  .hero__image__wrap::before,
  .hero__image__wrap::after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .hero__image__wrap::before {
    background-image: url("{{ get_asset_url('../index-50.html') }}");
    width: 848px;
    height: 412px;
    left: -65px;
    top: -60px;
  }

  .hero__image__wrap::after {
    z-index: 15;
    background-image: url("{{ get_asset_url('../index-51.html') }}");
    width: 131px;
    height: 157px;
    left: -11px;
    bottom: -75px;
  }
}

.hero__de {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 2px);
  min-width: 376px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.hero__de::before,
.hero__de::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hero__de::before {
  background-image: url("{{ get_asset_url('../index-52.html') }}");
  width: 158px;
  height: 168px;
  left: 0;
  bottom: -46px;
}

@media (min-width: 1200px) {
  .hero__de::before {
    background-image: url("{{ get_asset_url('../index-53.html') }}");
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hero__de::before {
    width: calc(366px * 0.6);
    height: calc(490px * 0.6);
    top: 40px;
    bottom: auto;
  }
}

@media (min-width: 1600px) {
  .hero__de::before {
    width: 366px;
    height: 490px;
    top: 40px;
  }
}

.hero__de::after {
  background-image: url("{{ get_asset_url('../index-54.html') }}");
  width: 297px;
  height: 171px;
  right: 0;
  bottom: 0;
}

@media (min-width: 1200px) {
  .hero__de::after {
    background-image: url("{{ get_asset_url('../index-55.html') }}");
    width: 312px;
    height: 465px;
    top: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hero__de::after {
    width: calc(312px * 0.6);
    height: calc(465px * 0.6);
    bottom: auto;
  }
}

@media (min-width: 1600px) {
  .hero__de::after {
    width: 312px;
    height: 465px;
  }
}

.hero-complex .hero__de::before {
  background-image: url("{{ get_asset_url('../index-56.html') }}");
  width: 275px;
  height: 254px;
  left: 0;
  bottom: 35px;
}

@media (min-width: 1200px) {
  .hero-complex .hero__de::before {
    display: none;
  }
}

.hero-complex .hero__de::after {
  background-image: url("{{ get_asset_url('../index-57.html') }}");
  width: 312px;
  height: 177px;
}

@media (min-width: 1200px) {
  .hero-complex .hero__de::after {
    background-image: url("{{ get_asset_url('../index-58.html') }}");
    bottom: -152px;
    width: 225px;
    height: 283px;
    top: auto;
  }
}

.page-content-dnd__container>.container-fluid,
.page-content-dnd__container>.container-sm,
.page-content-dnd__container>.container-md,
.page-content-dnd__container>.container-lg,
.page-content-dnd__container>.container-xl,
.page-content-dnd__container>.container-xxl {
  width: 100%;
  padding: 0;
  margin: 0;
}

.page-content-dnd .site-footer .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: 0;
  opacity: unset;
  position: initial;
}

@media (max-width: 992px) {
  .site-footer .hs-menu-wrapper.flyouts ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.modal .modal-header {
  border-bottom: 0px;
}

@media (min-width: 1200px) {

  .modal .cbtn,
  .modal .hs-button {
    padding: 13px 25px;
  }
}

@media (min-width: 1430px) {
  .modal-body form button[type="submit"] {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 768px;
  }
}

body {
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

body.open-cp::before {
  opacity: 1;
  visibility: visible;
}

body .popup-seccc,
body .eprisepopup-popup,
body .pricing-banner-popup,
body .custom-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 6px;
  -webkit-box-shadow: 0 58px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0 58px 80px rgba(0, 0, 0, 0.12);
  padding: 30px;
  border-radius: 10px;
  min-width: calc(100% - 30px);
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  max-height: 100vh;
  overflow-y: auto;
  display: block !important;
  padding: 50px;
  min-width: 500px;
}

body.open-cp .custom-popup {
  opacity: 1;
  visibility: visible;
}

body .popup-seccc .close-popup,
body .popup-seccc .close-price-popup,
body .popup-seccc .pbp-close,
body .popup-seccc .close-cp,
body .eprisepopup-popup .close-popup,
body .eprisepopup-popup .close-price-popup,
body .eprisepopup-popup .pbp-close,
body .eprisepopup-popup .close-cp,
body .pricing-banner-popup .close-popup,
body .pricing-banner-popup .close-price-popup,
body .pricing-banner-popup .pbp-close,
body .pricing-banner-popup .close-cp,
body .custom-popup .close-popup,
body .custom-popup .close-price-popup,
body .custom-popup .pbp-close,
body .custom-popup .close-cp {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

body .page-content .container-fluid form .hs-input,
body .page-content .container-sm form .hs-input,
body .page-content .container-md form .hs-input,
body .page-content .container-lg form .hs-input,
body .page-content .container-xl form .hs-input,
body .page-content .container-xxl form .hs-input {
  color: #000 !important;
  background: none;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  color: #000;
  display: block;
  height: 48px;
  padding: 0;
  text-align: left;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
  width: 100%;
}

.page-content textarea.hs-input {
  min-height: 100px;
}

form select.hs-input {
  font-weight: 300;
  border-color: #7890AD;
  color: var(--brand-primary) !important;
}

form select.hs-input:invalid {
  color: #939393 !important;
}

@media (max-width: 767px) {

  body .popup-seccc,
  body .eprisepopup-popup,
  body .pricing-banner-popup,
  body .custom-popup {
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
}

.url .value a {
  word-wrap: break-word;
}

.cience-module__cs-about h2 {
  max-width: 1100px;
  margin-inline: auto;
}

.case-studies-page .page-content .container-fluid,
.case-studies-page .page-content .container-sm,
.case-studies-page .page-content .container-md,
.case-studies-page .page-content .container-lg,
.case-studies-page .page-content .container-xl,
.case-studies-page .page-content .container-xxl {
  padding: 0px 20px;
}

.case-studies-page .takeaways {
  padding: 40px 0px;
}

@media (min-width: 768px) {
  .case-studies-page .takeaways {
    padding: 90px 0px;
  }
}

.cience-module__cs-text-2cols2 .col-lg-6:last-child .content ul {
  margin-top: 1em;
}

@media (min-width: 992px) {
  .cience-module__cs-text-2cols2 .col-lg-6:last-child .content ul {
    margin-top: 0px;
  }
}

.cience-module__cs-text-2cols2 .col-lg-6:last-child .content p {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .cience-module__cs-text-2cols2 .col-lg-6:last-child .content p {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .cience-module__cs-challenges .h5 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.simple-banner-outer h1 {
  word-break: break-word;
}

.cience-module__cs-challenges .text,
.cience-module__cs-challenges i {
  font-weight: 300 !important;
}

.error-page-2023 {
  padding: 130px 0px 70px;
  text-align: center;
  position: relative;
}

.error-page-2023 .error-page-2023-inner {
  max-width: 617px;
  margin: 0 auto;
}

.error-page-2023 .error-page-2023-inner h1 {
  color: var(--brand-primary);
  margin: 0;
  font-size: 85px;
}

@media (min-width: 768px) {
  .error-page-2023 .error-page-2023-inner h1 {
    font-size: 120px;
  }
}

.error-page-2023 .content__image .plug-img {
  margin: 0px 0px 0px;
}

.error-page-2023 .content__image .img-404 {
  max-width: 60%;
}

.error-page-2023 p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.error-page-2023 .password-prompt-page p {
  margin: 30px 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

.error-page-2023 .password-prompt-page input {
  border: 0;
  border-bottom: 1px solid rgba(222, 222, 222, 0.5);
  background-color: transparent;
  padding: 0;
  border-radius: 0px;
  color: #ffffff;
  height: 54px !important;
  min-width: calc(100% - 110px);
}

.error-page-2023 .password-prompt-page input::-webkit-input-placeholder {
  color: #ffffff;
}

.error-page-2023 .password-prompt-page input::-moz-placeholder {
  color: #ffffff;
}

.error-page-2023 .password-prompt-page input:-ms-input-placeholder {
  color: #ffffff;
}

.error-page-2023 .password-prompt-page input::-ms-input-placeholder {
  color: #ffffff;
}

.error-page-2023 .password-prompt-page input::placeholder {
  color: #ffffff;
}

.error-page-2023 .password-prompt-page form {
  margin: 60px 0px 0px;
}

@media (min-width: 768px) {
  .error-page-2023 {
    padding: 225px 0px 150px;
  }

  .error-page-2023::before {
    display: block;
  }

  .error-page-2023::after {
    display: block;
  }

  .error-page-2023 .content__image .plug-img {
    margin: -40px 0px 0px;
  }

  .error-page-2023 p {
    font-size: 24px;
    line-height: 32px;
    margin: -30px 0 50px;
  }

  .error-page-2023 .password-prompt-page p {
    font-size: 18px;
    line-height: 24px;
  }

  .error-page-2023 .password-prompt-page input {
    min-width: 300px;
  }
}

.search-year-outer .right-year-dropdown {
  color: #ffffff;
  display: none !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0px 0px;
}

@media (min-width: 768px) {
  .search-year-outer .right-year-dropdown {
    margin: 0px;
  }
}

.search-year-outer .left-search {
  max-width: 100% !important;
}

.cience-post__header .cience-post__heading-wrap {
  margin: 0;
}