
:root,
[data-bs-theme=light] {
  --black: #131D36;
  --purple-black: #211F50;
  --teal: #17A1A3;
  --khaki: #EADABD;
  --orange: #E44F29;
  --yellow: #F7A228;
  --blue: #2AA0D8;
  --white: #FCFCFC;
  --black-rgb: 19, 29, 54;
  --purple-black-rgb: 33, 31, 80;
  --teal-rgb: 23, 161, 163;
  --khaki-rgb: 234, 218, 189;
  --orange-rgb: 228, 79, 41;
  --yellow-rgb: 247, 162, 40;
  --blue-rgb: 42, 160, 216;
  --white-rgb: 252, 252, 252;
  --primary-text-emphasis: #666666;
  --secondary-text-emphasis: #474747;
  --success-text-emphasis: #0a3622;
  --info-text-emphasis: #055160;
  --warning-text-emphasis: #634110;
  --danger-text-emphasis: #58151c;
  --light-text-emphasis: #495057;
  --dark-text-emphasis: #495057;
  --primary-bg-subtle: white;
  --secondary-bg-subtle: #f0f0f0;
  --success-bg-subtle: #d1e7dd;
  --info-bg-subtle: #cff4fc;
  --warning-bg-subtle: #fdecd4;
  --danger-bg-subtle: #f8d7da;
  --light-bg-subtle: #fcfcfd;
  --dark-bg-subtle: #ced4da;
  --primary-border-subtle: white;
  --secondary-border-subtle: #e0e0e0;
  --success-border-subtle: #a3cfbb;
  --info-border-subtle: #9eeaf9;
  --warning-border-subtle: #fcdaa9;
  --danger-border-subtle: #f1aeb5;
  --light-border-subtle: #e9ecef;
  --dark-border-subtle: #adb5bd;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --font-sans-serif: "Urbanist", sans-serif;
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1.25rem;
  --body-font-weight: 400;
  --body-line-height: 1.25;
  --body-color: #131D36;
  --body-color-rgb: 19, 29, 54;
  --body-bg: #fff;
  --body-bg-rgb: 255, 255, 255;
  --emphasis-color: #000;
  --emphasis-color-rgb: 0, 0, 0;
  --secondary-color: rgba(19, 29, 54, 0.75);
  --secondary-color-rgb: 19, 29, 54;
  --secondary-bg: #e9ecef;
  --secondary-bg-rgb: 233, 236, 239;
  --tertiary-color: rgba(19, 29, 54, 0.5);
  --tertiary-color-rgb: 19, 29, 54;
  --tertiary-bg: #f8f9fa;
  --tertiary-bg-rgb: 248, 249, 250;
  --heading-color: #131D36;
  --link-color: #131D36;
  --link-color-rgb: 19, 29, 54;
  --link-decoration: none;
  --link-hover-color: #131D36;
  --link-hover-color-rgb: 19, 29, 54;
  --code-color: #d63384;
  --highlight-color: #131D36;
  --highlight-bg: #fdecd4;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #dee2e6;
  --border-color-translucent: rgba(0, 0, 0, 0.175);
  --border-radius: 0.375rem;
  --border-radius-sm: 0.25rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --border-radius-xxl: 2rem;
  --border-radius-2xl: var(--border-radius-xxl);
  --border-radius-pill: 50rem;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --focus-ring-width: 0.25rem;
  --focus-ring-opacity: 0.25;
  --focus-ring-color: rgba(255, 255, 255, 0.25);
  --form-valid-color: #198754;
  --form-valid-border-color: #198754;
  --form-invalid-color: #dc3545;
  --form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --body-color: #dee2e6;
  --body-color-rgb: 222, 226, 230;
  --body-bg: #212529;
  --body-bg-rgb: 33, 37, 41;
  --emphasis-color: #fff;
  --emphasis-color-rgb: 255, 255, 255;
  --secondary-color: rgba(222, 226, 230, 0.75);
  --secondary-color-rgb: 222, 226, 230;
  --secondary-bg: #343a40;
  --secondary-bg-rgb: 52, 58, 64;
  --tertiary-color: rgba(222, 226, 230, 0.5);
  --tertiary-color-rgb: 222, 226, 230;
  --tertiary-bg: #2b3035;
  --tertiary-bg-rgb: 43, 48, 53;
  --primary-text-emphasis: white;
  --secondary-text-emphasis: #d1d1d1;
  --success-text-emphasis: #75b798;
  --info-text-emphasis: #6edff6;
  --warning-text-emphasis: #fac77e;
  --danger-text-emphasis: #ea868f;
  --light-text-emphasis: #f8f9fa;
  --dark-text-emphasis: #dee2e6;
  --primary-bg-subtle: #333333;
  --secondary-bg-subtle: #242424;
  --success-bg-subtle: #051b11;
  --info-bg-subtle: #032830;
  --warning-bg-subtle: #312008;
  --danger-bg-subtle: #2c0b0e;
  --light-bg-subtle: #343a40;
  --dark-bg-subtle: #1a1d20;
  --primary-border-subtle: #999999;
  --secondary-border-subtle: #6b6b6b;
  --success-border-subtle: #0f5132;
  --info-border-subtle: #087990;
  --warning-border-subtle: #946118;
  --danger-border-subtle: #842029;
  --light-border-subtle: #495057;
  --dark-border-subtle: #343a40;
  --heading-color: inherit;
  --link-color: white;
  --link-hover-color: white;
  --link-color-rgb: 255, 255, 255;
  --link-hover-color-rgb: 255, 255, 255;
  --code-color: #e685b5;
  --highlight-color: #dee2e6;
  --highlight-bg: #634110;
  --border-color: #495057;
  --border-color-translucent: rgba(255, 255, 255, 0.15);
  --form-valid-color: #75b798;
  --form-valid-border-color: #75b798;
  --form-invalid-color: #ea868f;
  --form-invalid-border-color: #ea868f;
}

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

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

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  color: var(--heading-color);
}

h1 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.125rem;
  }
}

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

h3 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.1875rem;
  }
}

h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.5625rem;
  }
}

h6 {
  font-size: 1.25rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--highlight-color);
  background-color: var(--highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--link-color-rgb), var(--link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --link-color-rgb: var(--link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--font-monospace);
  font-size: 1em;
}

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: var(--code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--body-bg);
  background-color: var(--body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}


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

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

::file-selector-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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --gutter-x: 30px;
  --gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 95%;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 96%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 98%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 95%;
  }
}
@media (min-width: 1700px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1670px;
  }
}
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1700px;
}

.row {
  --gutter-x: 30px;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1700px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --gutter-y: 3rem;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

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

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

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





@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}


.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}


.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  
  -ms-overflow-style: none;
  
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}



.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}


.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}


:root {
  
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}


.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}


.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}


.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}


.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}


.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}


.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}


.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}


.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-horizontal {
  overflow: hidden;
}

.custom-swiper-button-prev, .custom-swiper-button-next {
  cursor: pointer;
  margin: 0 2px;
}
.custom-swiper-button-prev svg, .custom-swiper-button-next svg {
  width: 20px;
  transform: rotate(90deg);
}
.custom-swiper-button-prev svg path, .custom-swiper-button-next svg path {
  fill: var(--blue);
}

.custom-swiper-button-prev svg {
  transform: rotate(-90deg);
}

.swiper-pagination {
  position: absolute;
  top: initial !important;
  bottom: 0 !important;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination .pagination-left, .swiper-pagination .pagination-right {
  display: flex;
}
.swiper-pagination g#S-Prod-W-Learn #Line_602, .swiper-pagination g#S-Prod-W-Learn #Line_603, .swiper-pagination g#S-Prod-W-Learn #Line_604 {
  fill: var(--white);
}
.swiper-pagination .pagination-identifier {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--white);
  display: block;
  margin-top: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.bg-light .swiper-pagination g#S-Prod-W-Learn #Line_602, .bg-light .swiper-pagination g#S-Prod-W-Learn #Line_603, .bg-light .swiper-pagination g#S-Prod-W-Learn #Line_604, .bg-light .swiper-pagination g#S-Prod-W-Learn #Ellipse_251, .section--gallery .swiper-pagination g#S-Prod-W-Learn #Line_602, .section--gallery .swiper-pagination g#S-Prod-W-Learn #Line_603, .section--gallery .swiper-pagination g#S-Prod-W-Learn #Line_604, .section--gallery .swiper-pagination g#S-Prod-W-Learn #Ellipse_251 {
  fill: var(--purple-black);
}
.bg-light .swiper-pagination .pagination-identifier, .section--gallery .swiper-pagination .pagination-identifier {
  background-color: var(--purple-black);
}

body, html {
  height: 100%;
}

body:not(.page-template-pricing) .site {
  overflow-x: hidden;
}

.logged-in.admin-bar .upper-nav {
  top: 32px;
}

.sr-text, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.list-unstyled {
  list-style-type: none;
}

@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .site-main {
    margin-top: 70px;
  }
}
.bg-khaki-light {
  background-color: rgba(245, 243, 241, 0.3);
}

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

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

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

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

.bg-purple, .bg-purple-black {
  background-color: var(--purple-black);
}

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

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

.bg-khaki h1, .bg-khaki h2, .bg-khaki h3, .bg-khaki h4, .bg-khaki li, .bg-khaki p, .bg-khaki section .text-wrap, .bg-khaki section .text-wrap a, .single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post li, .single-post p, .single-post section .text-wrap, .single-post section .text-wrap a {
  color: var(--black);
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark li, .bg-dark p, .bg-dark .text-wrap, .bg-dark .text-wrap a, .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue li, .bg-blue p, .bg-blue .text-wrap, .bg-blue .text-wrap a, .bg-teal h1, .bg-teal h2, .bg-teal h3, .bg-teal h4, .bg-teal li, .bg-teal p, .bg-teal .text-wrap, .bg-teal .text-wrap a, .bg-purple h1, .bg-purple h2, .bg-purple h3, .bg-purple h4, .bg-purple li, .bg-purple p, .bg-purple .text-wrap, .bg-purple .text-wrap a, .bg-purple-black h1, .bg-purple-black h2, .bg-purple-black h3, .bg-purple-black h4, .bg-purple-black li, .bg-purple-black p, .bg-purple-black .text-wrap, .bg-purple-black .text-wrap a, .bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black li, .bg-black p, .bg-black .text-wrap, .bg-black .text-wrap a {
  color: var(--white);
}

.bg-light .text-wrap a {
  color: var(--black);
}

.bg-dark, .bg-black-purple {
  background-color: var(--black);
}
.bg-dark .card--tab .card-title, .bg-black-purple .card--tab .card-title {
  color: var(--orange);
}

.bg-purple-black {
  background-color: var(--purple-black);
}
.bg-purple-black .card--tab .card-title {
  color: var(--orange);
}

.cl-orange {
  color: var(--orange) !important;
}

.cl-blue {
  color: var(--blue) !important;
}

.cl-teal {
  color: var(--teal) !important;
}

.cl-yellow {
  color: var(--yellow) !important;
}

.cl-khaki {
  color: var(--khaki) !important;
}

.cl-white {
  color: var(--white) !important;
}

.svg-cl-white svg path, .svg-cl-white svg ellipse, .svg-cl-white svg circle {
  fill: var(--white) !important;
}

.svg-cl-teal svg path, .svg-cl-teal svg ellipse, .svg-cl-teal svg circle {
  fill: var(--teal) !important;
}

.svg-cl-yellow svg path, .svg-cl-yellow svg ellipse, .svg-cl-yellow svg circle {
  fill: var(--yellow) !important;
}

#masthead {
  padding: 15px 0;
  background-color: var(--black);
  z-index: 1001;
}
#masthead .container {
  position: relative;
}
#masthead .site-branding {
  position: absolute;
  top: -2px;
  left: 20px;
  z-index: 1000;
}
#masthead .site-branding img {
  width: 100%;
}
#masthead .site-branding .bitbloom-splat {
  max-width: 40px;
}
#masthead .site-branding .bitbloom-text {
  max-width: 100px;
}
#masthead a {
  color: var(--white);
}
@media (min-width: 992px) {
  #masthead {
    position: fixed;
    top: var(--wp-admin--admin-bar--height, 0px);
    left: 0;
  }
}

#mega-menu-wrap-primary #mega-menu-primary {
  padding-top: 20px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
  display: flex !important;
  flex-wrap: wrap;
}
#mega-menu-wrap-primary #mega-menu-primary img {
  max-width: 115px;
}
#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-781 {
  display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-783 {
  display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li .item-wrap:not(:last-of-type) {
  margin-bottom: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li .item-wrap a:hover p.post-link {
  color: var(--orange);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  font-weight: 700 !important;
  height: 35px;
  font-size: 16px;
  padding-left: 5px;
  background-color: var(--purple-black) !important;
  margin: 0 -30px;
  padding: 20px 45px;
  margin-bottom: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link > span.link-wrap {
  border-bottom: 2px solid transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background-color: transparent !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.link-wrap {
  border-bottom: 2px solid var(--orange);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  background-image: url("dist/images/arrow-red.svg");
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  background-image: url("dist/images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  content: "" !important;
  display: flex;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link[aria-expanded=true] > span.mega-indicator:after {
  transform: rotate(0deg);
}
#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu {
  position: relative;
  padding: 5px !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu > li:first-of-type {
  background-color: #F2FEFF;
  padding-bottom: 40px;
  position: relative;
  order: 12;
  margin-bottom: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu > li:first-of-type h4, #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu > li:first-of-type p {
  color: var(--black) !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu > li:first-of-type p {
  line-height: 22px;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu > li:first-of-type:after, #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu > li:first-of-type:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1000px;
  content: "";
  transform: translateX(-100%);
  background-color: #F2FEFF;
  display: block;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu > li:first-of-type:before {
  right: 0;
  left: initial;
  transform: translateX(100%);
}
#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu > li.widget_custom_page_link_text_widget {
  padding: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu > li.widget_custom_page_link_text_widget .item-wrap {
  background-color: var(--purple-black);
  margin: 0 -30px;
  padding: 30px;
  margin-bottom: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu {
  position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  background-color: var(--black);
  width: 2000px;
  display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu:before {
  left: 0;
  transform: translateX(-100%);
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu:after {
  right: 0;
  transform: translateX(100%);
}
#mega-menu-wrap-primary #mega-menu-primary li.widget_cta_widget {
  padding-top: 40px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.widget_cta_widget h5 {
  margin-bottom: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary li.widget_cta_widget p {
  margin-bottom: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary li.widget_cta_widget .cta-button {
  margin: 15px 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.widget_cta_widget .cta-button:hover {
  background-color: var(--purple-black);
  border-color: var(--purple-black);
}
#mega-menu-wrap-primary #mega-menu-primary li.widget_custom_page_link_text_widget img {
  max-height: 30px;
  width: auto;
  margin-bottom: 4px;
}
#mega-menu-wrap-primary #mega-menu-primary li.widget_custom_page_link_text_widget p.post-link {
  margin-bottom: 4px;
}
#mega-menu-wrap-primary #mega-menu-primary li.widget_custom_page_link_text_widget p.post-link a {
  font-weight: 700;
}
#mega-menu-wrap-primary #mega-menu-primary li.widget_custom_page_link_text_widget .widget-text p {
  font-size: 16px;
  color: var(--khaki);
  font-weight: 700;
}
@media (min-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10:first-of-type {
    margin-right: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10:not(:first-of-type) {
    display: flex;
    flex-wrap: wrap;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10.widget_custom_page_link_text_widget .item-wrap {
    padding: 30px 40px;
    margin: 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 .item-wrap {
    width: 50%;
    flex: 1;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
    width: 17%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10:first-of-type {
    margin-right: 6.666666%;
    margin-bottom: 0;
    border-radius: 0 40px 0 0;
    order: initial;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10:first-of-type:before {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10:first-of-type:after {
    display: block;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10:not(:first-of-type) {
    display: block;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10.widget_custom_page_link_text_widget .item-wrap {
    padding: 10px;
    margin-bottom: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 .item-wrap {
    width: 100%;
    flex: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
    width: 35%;
  }
  #mega-menu-wrap-primary #mega-menu-primary {
    width: 100%;
    display: flex;
    justify-content: left;
    position: relative;
    width: 100%;
    padding-left: 20%;
    padding-right: 24%;
    padding-top: 0;
    padding-bottom: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-781, #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-783 {
    position: absolute;
    left: 0;
    display: block;
    top: -4px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-783 {
    left: 43px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-21 {
    position: absolute;
    right: 150px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-27 {
    position: absolute;
    right: 30px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-27 a {
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
    color: var(--white);
    border-radius: 0 20px 0 20px;
    border: 2px solid;
    padding: 13px 20px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.25s linear;
  }
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-27 a:hover {
    background-color: var(--white) !important;
    border-color: var(--white) !important;
    color: var(--black) !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.widget_cta_widget p {
    font-size: 15px;
    line-height: 18px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
    font-weight: initial !important;
    height: 50px;
    font-size: 18px;
    background-color: transparent !important;
    font-size: 14px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu > li.widget_custom_page_link_text_widget {
    padding: 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu > li.widget_custom_page_link_text_widget .item-wrap {
    background-color: var(--black);
    margin: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    width: 12px;
    height: 12px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li > .mega-sub-menu {
    border-bottom: none !important;
    padding: 40px 0 0 0 !important;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary {
    padding-top: 0px !important;
  }
}
@media (min-width: 1075px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary {
    padding-left: 20.35%;
    padding-right: 24%;
    justify-content: center;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li:not(:first-of-type) {
    margin: 0 auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
    font-size: 18px !important;
  }
}
@media (min-width: 1320px) {
  #mega-menu-wrap-primary {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary {
    padding-left: 20%;
    padding-right: 23%;
  }
}
@media (min-width: 1600px) {
  #mega-menu-wrap-primary #mega-menu-primary {
    padding-left: 19.6%;
    padding-right: 23%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.widget_cta_widget p {
    font-size: 18px;
    line-height: 22px !important;
  }
}

.cta-button {
  background-color: var(--teal);
  color: var(--white);
  border-radius: 0 20px 0 20px;
  border: 2px solid;
  border-color: var(--teal);
  padding: 15px 20px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  transition: all 0.25s linear;
}
.cta-button:not(.no-bg):hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--teal);
}
.cta-button.tab-slide {
  font-size: 14px;
}
.cta-button .svg-cl-white {
  display: none;
  width: 15px;
}
.cta-button.no-bg {
  background-color: transparent !important;
  border-color: transparent !important;
  display: inline-flex;
  align-items: center;
}
.cta-button.no-bg .svg-cl-white {
  display: block;
  margin-left: 15px;
}
.cta-button.btn-cl-orange {
  background-color: var(--orange);
  border-color: var(--orange);
}
.cta-button.btn-cl-orange:hover {
  color: var(--orange);
  background-color: var(--white);
  border-color: var(--white);
}
.cta-button.btn-cl-orange:hover svg path {
  fill: var(--orange);
}
.cta-button.btn-cl-blue {
  background-color: var(--blue);
  border-color: var(--blue);
}
.cta-button.btn-cl-blue:hover {
  color: var(--blue);
  background-color: var(--white);
  border-color: var(--white);
}
.cta-button.btn-cl-blue:hover svg path {
  fill: var(--blue);
}
.cta-button.btn-cl-teal {
  background-color: var(--teal);
  border-color: var(--teal);
}
.cta-button.btn-cl-teal:hover {
  color: var(--teal);
  background-color: var(--white);
  border-color: var(--white);
}
.cta-button.btn-cl-teal:hover svg path {
  fill: var(--teal);
}
.cta-button.btn-cl-yellow {
  background-color: var(--yellow);
  border-color: var(--yellow);
}
.cta-button.btn-cl-yellow:hover {
  color: var(--yellow);
  background-color: var(--white);
  border-color: var(--white);
}
.cta-button.btn-cl-yellow:hover svg path {
  fill: var(--yellow);
}
.cta-button.btn-br-cl-black {
  background-color: transparent;
  border-color: var(--black);
  color: var(--black);
}
.cta-button.btn-br-cl-black:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.cta-button.btn-br-cl-black.active {
  background-color: var(--black);
  color: var(--white) !important;
}
.cta-button.btn-br-cl-orange {
  background-color: transparent;
  border-color: var(--orange);
  color: var(--white);
}
.cta-button.btn-br-cl-orange:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}
.cta-button.btn-br-cl-orange.active {
  background-color: var(--orange);
  color: var(--white) !important;
}
.cta-button.btn-br-cl-blue {
  background-color: transparent;
  border-color: var(--blue);
  color: var(--white);
}
.cta-button.btn-br-cl-blue:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.cta-button.btn-br-cl-blue.active {
  background-color: var(--blue);
  color: var(--white) !important;
}
.cta-button.btn-br-cl-teal {
  background-color: transparent;
  border-color: var(--teal);
  color: var(--black);
}
.cta-button.btn-br-cl-teal:hover {
  background-color: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}
.cta-button.btn-br-cl-teal.active {
  background-color: var(--teal);
  color: var(--white) !important;
}
.cta-button.btn-br-cl-yellow {
  background-color: transparent;
  border-color: var(--yellow);
  color: var(--black);
}
.cta-button.btn-br-cl-yellow:hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--white);
}
.cta-button.btn-br-cl-yellow.active {
  background-color: var(--yellow);
  color: var(--white) !important;
}

.cta-text {
  color: var(--white);
}

.bg-light .cta-button.no-bg, .bg-khaki .cta-button.no-bg {
  color: var(--black);
}
.bg-light .cta-button.no-bg svg, .bg-khaki .cta-button.no-bg svg {
  margin-left: 10px;
}
.bg-light .cta-button.no-bg svg path, .bg-khaki .cta-button.no-bg svg path {
  fill: var(--black);
}
.bg-light .cta-button:hover, .bg-khaki .cta-button:hover {
  background-color: var(--black);
  border-color: var(--black);
}
.bg-light .cta-button.btn-br-cl-black, .bg-khaki .cta-button.btn-br-cl-black {
  color: var(--black);
}
.bg-light .cta-button.btn-br-cl-black:hover, .bg-khaki .cta-button.btn-br-cl-black:hover {
  background-color: var(--black);
  border-color: var(--black);
}
.bg-light .cta-button.btn-br-cl-orange, .bg-khaki .cta-button.btn-br-cl-orange {
  color: var(--black);
}
.bg-light .cta-button.btn-br-cl-orange:hover, .bg-khaki .cta-button.btn-br-cl-orange:hover {
  background-color: var(--orange);
  border-color: var(--orange);
}
.bg-light .cta-button.btn-br-cl-blue, .bg-khaki .cta-button.btn-br-cl-blue {
  color: var(--black);
}
.bg-light .cta-button.btn-br-cl-blue:hover, .bg-khaki .cta-button.btn-br-cl-blue:hover {
  background-color: var(--blue);
  border-color: var(--blue);
}
.bg-light .cta-button.btn-br-cl-teal:hover, .bg-khaki .cta-button.btn-br-cl-teal:hover {
  background-color: var(--teal);
  border-color: var(--teal);
}
.bg-light .cta-button.btn-br-cl-yellow:hover, .bg-khaki .cta-button.btn-br-cl-yellow:hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.cta-button .arrow-right svg {
  width: 15px;
  margin-left: 10px;
  left: 0;
  position: relative;
  transition: all 0.2s linear;
}
.cta-button:hover svg {
  left: 3px;
}

.cta-text .arrow-right svg {
  width: 15px;
  margin-left: 10px;
  left: 0;
  position: relative;
  transition: all 0.2s linear;
}
.cta-text:hover svg {
  left: 3px;
}

@media (min-width: 768px) {
  .cta-button {
    line-height: 20px;
    font-size: 20px;
  }
  .cta-button.tab-slide {
    font-size: 18px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-top: 0;
}

h1, .h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (min-width: 1366px) {
  h1, .h1 {
    font-size: 70px;
    line-height: 74px;
  }
}
@media (min-width: 1620px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 84px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 1366px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (min-width: 1620px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 54px;
  }
}

h3, .h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 1620px) {
  h3, .h3 {
    font-size: 40px;
    line-height: 48px;
  }
}

h4, .h4 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 1620px) {
  h4, .h4 {
    font-size: 30px;
    line-height: 36px;
  }
}

h5, .h5 {
  font-size: 22px;
  line-height: 28px;
}

h6, .h6 {
  font-size: 20px;
  line-height: 26px;
}

.fs-20 {
  font-size: 20px;
  line-height: 24px;
}

.fs-26 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .fs-26 {
    font-size: 26px;
    line-height: 30px;
  }
}

.fs-small {
  font-size: 16px;
  line-height: 22px;
}

.fw-b {
  font-weight: 700;
}

.fw-sb {
  font-weight: 600 !important;
}

.fw-m {
  font-weight: 500;
}

.fw-n {
  font-weight: 400;
}

.fw-l {
  font-weight: 300;
}

.lead-text {
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .lead-text {
    font-size: 23px;
    line-height: 28px;
  }
}
@media (min-width: 1366px) {
  .lead-text {
    font-size: 24px;
    line-height: 28px;
  }
}

img {
  width: 100%;
  height: auto;
}

.wrap-img-abs {
  position: relative;
}
.wrap-img-abs img:not(.no-abs) {
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.single-img {
  border-radius: 0 40px;
}

@media (min-width: 768px) {
  .single-img {
    border-radius: 0 60px;
  }
}
@media (min-width: 992px) {
  .single-img {
    border-radius: 0 80px;
  }
}
.d-none {
  display: none !important;
}

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

.d-flex {
  display: flex;
}

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

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

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

.fd-c {
  flex-direction: column;
}

.align-items-center, .ai-c {
  align-items: center !important;
}

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

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

.jc-sb {
  justify-content: space-between;
}

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

.mt-2 {
  margin-top: 10px !important;
}

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

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

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

.position-relative {
  position: relative;
}

.r-svg-90 svg {
  transform: rotate(90deg);
}

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

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

.section--text-center h2, .section--text-center .section-image, .section--text-center p {
  text-align: center;
}

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

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-flex {
    display: none !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .section--text-md-left h2, .section--text-md-left .section-image, .section--text-md-left p {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .site-main-spacer {
    margin-top: 80px;
  }
}
.unstyled-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.posts-navigation {
  margin-top: 30px;
}
.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.posts-navigation .nav-links a {
  font-weight: bold;
}

.pagination-wrapper {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .pagination-wrapper {
    margin-top: 40px;
  }
}
.bg-teal .swiper-pagination #SIFT-Prod-Main-W path {
  fill: var(--white);
}

.card-container {
  row-gap: 30px;
  margin-top: 20px;
  position: relative;
}

.card .card-link {
  width: inherit;
}
.card .card-link svg#SIFT-Prod-Main-W {
  width: 15px;
  transform: rotate(90deg);
  margin-left: 10px;
  position: relative;
  left: 0px;
  bottom: -2px;
  transition: left 0.2s linear;
}
.card .card-link svg#SIFT-Prod-Main-W path {
  fill: var(--blue);
}
.card .card-link:hover svg#SIFT-Prod-Main-W {
  left: 5px;
}
.card .card-link.d-flex {
  justify-content: center;
}
.card .card-image {
  position: relative;
}
.card .card-image.img-pad {
  padding-bottom: 62.5%;
}
.card .card-image.img-br-rd img {
  border-radius: 0 80px;
}
.card .card-content .card-title {
  font-weight: 700;
}
.card .card-content .card-lead-text {
  font-size: 22px;
  line-height: 28px;
}
.card.card--standard {
  height: 100%;
}
.card.card--standard .card-img {
  border-radius: 0 40px;
}
.card.card--standard .card-title, .card.card--standard a {
  margin-top: 20px;
}
.card.card--standard .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.card.card--standard .card-content .card-title {
  margin-bottom: 20px;
}
.card.card--standard .card-content a {
  margin-top: auto;
  justify-self: flex-end;
}
.card.card--standard a {
  color: var(--blue);
}

@media (min-width: 768px) {
  .card-container {
    margin-top: 20px;
    row-gap: 40px;
  }
  .card .card-content .card-lead-text {
    font-size: 24px;
    line-height: 30px;
  }
  .card.card--standard .card-content {
    margin-bottom: 30px;
  }
  .card .card-link.d-flex {
    justify-content: left;
  }
}
@media (min-width: 992px) {
  .card.card--standard .card-title, .card.card--standard a {
    margin-top: 36px;
  }
  .card.card--standard .card-content {
    margin-bottom: 36px;
  }
  .card .card-content .card-lead-text {
    font-size: 30px;
    line-height: 36px;
  }
  .feed-item.col-md-12 .card--post.w-100 .card-image.img-pad {
    padding-bottom: 35%;
  }
}
.filters {
  column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 20px;
}
.filters li {
  cursor: pointer;
  padding: 13px 20px;
}
@media (min-width: 768px) {
  .filters {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .filters {
    margin-bottom: 80px;
  }
}

.bg-khaki .filters li.cta-button:hover {
  color: white;
}

.section--filters {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  gap: 10px;
}
.section--filters .cta-button {
  display: flex;
  flex-wrap: wrap;
}
.section--filters .cta-button:hover {
  color: var(--white);
}
.section--filters .cta-button.active {
  background-color: var(--black);
  color: var(--white);
}
@media (min-width: 992px) {
  .section--filters {
    gap: 30px;
  }
}

form label {
  margin-bottom: 15px;
}

.site-footer {
  margin-top: 40px;
  padding-bottom: 40px;
}
.site-footer__upper {
  margin-bottom: 30px;
}
.site-footer__upper .col-right {
  justify-content: space-between;
  margin-top: 20px;
}
.site-footer__upper .col-right .carbon-rating {
  width: 100%;
  margin-bottom: 20px;
}
.site-footer__lower .col-left .company-number {
  margin-top: 30px;
  margin-bottom: 10px;
}
.site-footer .col-left {
  flex-grow: 0;
  width: auto;
}
.site-footer .col-left img {
  max-height: 50px;
  width: auto;
}
.site-footer .col-right {
  flex-grow: 0;
  width: auto;
  align-items: center;
  margin-top: 20px;
}
.site-footer .col-right .cta-button:hover {
  background-color: var(--black);
  border-color: var(--black);
}
.site-footer .network {
  display: flex;
  column-gap: 15px;
}
.site-footer .network a svg {
  width: 20px;
}
.site-footer .identity svg {
  max-width: 100%;
}
.site-footer .social-links {
  margin-top: 2rem;
  display: flex;
}
.site-footer .social-links a {
  margin-right: 1rem;
}
.site-footer .social-links a:hover svg path {
  fill: #d9d9d9;
}
.site-footer #footer-navigation {
  width: 100%;
  margin-top: 20px;
}
.site-footer #footer-navigation li a {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .site-footer {
    margin-top: 55px;
    padding-bottom: 55px;
  }
  .site-footer__upper .col-right .carbon-rating {
    width: initial;
    margin-bottom: 0;
  }
  .site-footer .col-right {
    width: 100%;
  }
  .site-footer #footer-navigation {
    margin-left: 40px;
  }
  .site-footer .network {
    margin: 0 20px;
  }
}
@media (min-width: 992px) {
  .site-footer {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .site-footer #footer-navigation {
    margin-left: 80px;
    margin-top: 0;
  }
  .site-footer .col-right {
    margin-top: 0;
    width: auto;
  }
  .site-footer__upper .col-left {
    align-items: center;
  }
  .site-footer__upper img {
    position: relative;
    top: -10px;
  }
  .site-footer__lower .col-left {
    padding-left: 60px;
  }
}

.table-pricing .table-column {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.table-pricing .table-column__header {
  margin-bottom: 1.5rem;
}
.table-pricing .table-column__header_logo img {
  max-height: 43px;
  width: auto;
}
.table-pricing .table-column__header_title {
  margin-bottom: 15px;
}
.table-pricing .table-column__header_introduction {
  color: var(--teal);
}
.table-pricing .table-column__bullets {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.table-pricing .table-column__bullets ul {
  margin-right: 0;
  padding: 15px 0 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.table-pricing .table-column__bullets ul li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.table-pricing .table-column__pricing {
  margin-top: 10px;
}
.table-pricing .table-column__pricing_price {
  margin-bottom: 30px;
}
.table-pricing .table-column__text {
  margin-top: 30px;
}
.table-pricing .table-column__text p {
  margin-bottom: 30px;
}
.table-pricing .table-column__cta {
  justify-self: flex-end;
  margin-top: auto;
}
@media (min-width: 768px) {
  .table-pricing .table-column {
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-right: 5%;
  }
}
@media (min-width: 1200px) {
  .table-pricing > .row {
    width: 90%;
    margin-left: 5%;
  }
  .table-pricing .h4 {
    font-size: 28px;
    line-height: 34px;
  }
}

.table-data {
  margin-top: 60px;
}
.table-data:before {
  content: "";
  width: 100%;
  height: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
}
@media (min-width: 992px) {
  .table-data:before {
    width: calc(100% - 60px);
    margin-eft: 30px;
  }
}

.section--table {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section--table .col-lg {
  padding: 0 10px;
}
.section--table .table-header {
  display: none;
}
.section--table .table-header_logo img {
  max-height: 38px;
  width: auto;
}
.section--table .table-header_title {
  padding-bottom: 28px;
}
.section--table .table-section {
  margin-top: 30px;
}
.section--table .table-section__header .d-flex > div {
  padding: 10px 0;
}
.section--table .table-section__rows .table-row {
  
}
.section--table .table-section__rows .table-row:not(:last-of-type) {
  margin-bottom: 30px;
}
.section--table .table-section__rows .table-row .row__data .dot {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.section--table .table-section__rows .table-row .row__data .dot svg {
  margin-right: 5px;
}
.section--table .table-section__rows .table-row .row__data .dot svg path {
  fill: var(--teal);
}
.section--table .table-section__rows .row__subtitle, .section--table .table-section__rows .row__data {
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  width: 100%;
}
.section--table .table-section__rows .row__subtitle:after, .section--table .table-section__rows .row__data:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section--table .table-section__rows .row__subtitle {
  padding-left: 0px;
}
.section--table .table-section__rows .row__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--table .table-section__rows .row__data:before {
  content: attr(data-before-content);
  display: block;
  margin-right: 5px;
  width: 50%;
  text-align: left;
  color: var(--red);
  flex: 1;
}
.section--table .table-section__rows .row__data svg {
  width: 20px;
}
.section--table .table-ctas .table-row .row__cta {
  display: flex;
  margin-bottom: 8px;
}
.section--table .table-ctas .table-row .row__cta .cta-button {
  font-size: 14px;
}
.section--table .table-ctas .table-row .row__cta:before {
  content: attr(data-before-content);
  display: block;
  font-weight: bold;
  margin-right: 5px;
  width: 50%;
  text-align: left;
  color: var(--red);
}
.section--table .cta-title {
  margin-bottom: 8px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .section--table {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .section--table .table-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 90px);
    z-index: 1000;
    background-color: var(--black);
    padding-left: 0;
    padding-bottom: 5px;
  }
  .section--table .table-section__header {
    display: block;
  }
  .section--table .table-section__rows .table-row:not(:last-of-type) {
    margin-bottom: 0;
  }
  .section--table .table-section__rows .row__subtitle, .section--table .table-section__rows .row__data {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 25%;
  }
  .section--table .table-section__rows .row__subtitle:after, .section--table .table-section__rows .row__data:after {
    width: 80%;
  }
  .section--table .table-section__rows .row__data {
    display: block;
  }
  .section--table .table-section__rows .row__data .wrap {
    width: 80%;
    line-height: 18px;
    font-size: 15px;
  }
  .section--table .table-section__rows .row__data:before {
    content: "";
    display: none;
  }
  .section--table .table-ctas .table-row .row__cta {
    justify-content: center;
    padding-top: 30px;
  }
  .section--table .table-ctas .table-row .row__cta:before {
    content: "";
    display: none;
  }
}
@media (min-width: 1200px) {
  .section--table {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .section--table > div {
    width: 90%;
    margin-left: 5%;
  }
}

.cta-wrapper {
  margin-top: 30px;
}
.cta-wrapper .col-6 {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .cta-wrapper {
    margin-top: 60px;
    margin-left: 25%;
  }
}

.zoom-effect:not(.card--client) .card-image {
  border-radius: 0 40px;
}
.zoom-effect .card-image {
  overflow: hidden;
}
.zoom-effect .card-image img {
  scale: 1;
  transition: scale 0.2s linear;
}
.zoom-effect:hover .card-image img {
  scale: 1.1;
}

.site-main > section:first-of-type:not(.bg-light) {
  margin-top: 0;
}
.site-main > section:first-of-type.bg-light, .site-main > section:first-of-type.section--text-block {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .site-main > section:first-of-type.bg-light, .site-main > section:first-of-type.section--text-block {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  .site-main > section:first-of-type.bg-light, .site-main > section:first-of-type.section--text-block {
    padding-top: 80px;
  }
}

.section.bg-light {
  margin-top: 40px;
}
.section.bg-dark, .section.bg-khaki, .section.bg-blue, .section.bg-orange, .section.bg-teal, .section.bg-yellow, .section.bg-purple-black, .section.bg-purple, .section.bg-black {
  margin-top: 40px;
  padding: 40px 0;
}
.section.bg-dark + section:not(.bg-light), .section.bg-khaki + section:not(.bg-light), .section.bg-blue + section:not(.bg-light), .section.bg-orange + section:not(.bg-light), .section.bg-teal + section:not(.bg-light), .section.bg-yellow + section:not(.bg-light), .section.bg-purple-black + section:not(.bg-light), .section.bg-purple + section:not(.bg-light), .section.bg-black + section:not(.bg-light) {
  margin-top: 0px;
}
.section.bg-dark + .section--cta, .section.bg-khaki + .section--cta, .section.bg-blue + .section--cta, .section.bg-orange + .section--cta, .section.bg-teal + .section--cta, .section.bg-yellow + .section--cta, .section.bg-purple-black + .section--cta, .section.bg-purple + .section--cta, .section.bg-black + .section--cta {
  padding-top: 40px !important;
}
.section.bg-dark + .bg-dark, .section.bg-khaki + .bg-khaki, .section.bg-blue + .bg-blue, .section.bg-orange + .bg-orange, .section.bg-teal + .bg-teal, .section.bg-yellow + .bg-yellow, .section.bg-purple + .bg-purple, .section.bg-purple-black + .bg-purple-black {
  padding-top: 0;
}
.section.section--cta + .section--cta {
  margin-top: 40px !important;
}
.section.section--text-block + .section--content-slider {
  padding-top: 0;
}
.section .section-cards {
  row-gap: 40px;
}
.section .text-wrap ul {
  margin: 1.5em 0;
  padding-left: 0;
  list-style-type: none;
}
.section .text-wrap ul li {
  position: relative;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
.section .text-wrap ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.section .text-wrap ul li:before {
  content: "";
  position: relative;
  top: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("dist/images/BIT-Flower-bullet-point-white.svg");
  margin-right: 10px;
  display: inline-block;
}
.section .text-wrap p {
  margin-bottom: 0.75rem;
}
.section .text-wrap a {
  color: var(--white);
  text-decoration: underline;
}
.section.bg-light .text-wrap ul li:before {
  background-image: url("dist/images/BIT-Flower-bullet-point.svg");
}
@media (min-width: 768px) {
  .section.bg-light {
    margin-top: 55px;
  }
  .section.bg-dark, .section.bg-khaki, .section.bg-blue, .section.bg-orange, .section.bg-teal, .section.bg-yellow, .section.bg-purple-black, .section.bg-purple, .section.bg-black {
    margin-top: 55px;
    padding: 55px 0;
  }
  .section.bg-dark + .section--cta, .section.bg-khaki + .section--cta, .section.bg-blue + .section--cta, .section.bg-orange + .section--cta, .section.bg-teal + .section--cta, .section.bg-yellow + .section--cta, .section.bg-purple-black + .section--cta, .section.bg-purple + .section--cta, .section.bg-black + .section--cta {
    padding-top: 55px !important;
  }
  .section.section--cta + .section--cta {
    margin-top: 55px !important;
  }
  .section .section-cards {
    row-gap: 55px;
  }
  .section .text-wrap ul li {
    padding-left: 25px;
  }
  .section .text-wrap ul li:before {
    position: absolute;
    left: 0;
  }
}
@media (min-width: 992px) {
  .section.bg-light {
    margin-top: 80px;
  }
  .section.bg-dark, .section.bg-khaki, .section.bg-blue, .section.bg-orange, .section.bg-teal, .section.bg-yellow, .section.bg-purple-black, .section.bg-purple, .section.bg-black {
    margin-top: 80px;
    padding: 80px 0;
  }
  .section.bg-dark + .section--cta, .section.bg-khaki + .section--cta, .section.bg-blue + .section--cta, .section.bg-orange + .section--cta, .section.bg-teal + .section--cta, .section.bg-yellow + .section--cta, .section.bg-purple-black + .section--cta, .section.bg-purple + .section--cta, .section.bg-black + .section--cta {
    padding-top: 80px !important;
  }
  .section.section--cta + .section--cta {
    margin-top: 80px !important;
  }
  .section .section-cards {
    row-gap: 80px;
  }
  .section .text-wrap ul li {
    text-align: left;
  }
}

.accordion-item {
  border-bottom: 1px solid var(--body-color);
  padding-right: 5px;
  padding-bottom: 15px;
  margin-top: 15px;
}
.accordion-item:first-of-type {
  border-top: 1px solid var(--body-color);
  padding-top: 15px;
}
.accordion-item__title {
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 7px;
}
.accordion-item__title h4 {
  width: 100%;
  flex: 1;
  text-align: left;
  display: flex;
  align-items: flex-start;
}
.accordion-item__title h4 svg {
  max-width: 20px;
  margin-right: 30px;
  margin-top: 5px;
  transform: rotate(0deg);
}
.accordion-item__title .title-control {
  width: 20px;
}
.accordion-item__title .title-control svg {
  max-width: 30px;
  transform: rotate(-180deg);
}
.accordion-item__title svg {
  transition: all 0.4s ease-out;
}
.accordion-item__title:not(.no-response).active .title-control svg {
  transform: rotate(0deg);
}
.accordion-item__title:not(.no-response).active h4 svg {
  transform: rotate(720deg);
}
.accordion-item__title.no-response {
  cursor: initial;
}
.accordion-item__title + .accordion-item__text {
  height: 0;
  transition: all 0.2s ease-out;
  overflow: hidden;
  padding: 0 6px;
}
.accordion-item__title + .accordion-item__text p {
  padding-top: 8px;
}

.section--accordion__section + .section--accordion__section {
  margin-top: 40px;
}

.section--accordion__title {
  cursor: pointer;
}
.section--accordion__title svg {
  transition: all 0.2s linear;
  width: 40px;
  margin-left: 10px;
  transform: rotate(-180deg);
}
.section--accordion__title svg path {
  fill: var(--teal);
}
.section--accordion__title.active svg {
  transform: rotate(0deg);
}
.section--accordion__title + .section--accordion__items {
  height: 1px;
  transition: all 0.2s ease-out;
  overflow: hidden;
  position: relative;
}
.section--accordion__title + .section--accordion__items:after {
  content: "";
  border-bottom: 1px solid var(--white);
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
}
.section--accordion__title + .section--accordion__items p {
  padding-top: 8px;
}

.section.bg-dark .accordion-item {
  border-bottom: 1px solid var(--white);
}
.section.bg-dark .accordion-item:first-of-type {
  border-top: 1px solid var(--white);
}

.section--product-spec .section--accordion__title svg {
  width: 40px;
}
.section--product-spec .accordion-item {
  padding-right: 3px;
}

@media (min-width: 768px) {
  .section--accordion__title svg {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .accordion-item {
    padding-right: 10px;
  }
}
@media (min-width: 1366px) {
  .section--accordion__title svg {
    width: 65px;
  }
}
@media (min-width: 1620px) {
  .section--accordion__title svg {
    width: 80px;
  }
}
.section--content-slider .bitbloomSwiper_slides {
  position: relative;
}
.section--content-slider .bitbloomSwiper_slides .swiper-pagination {
  position: relative;
  margin-top: 15px;
}
.section--content-slider .card-slide {
  padding: 10px;
  position: relative;
  min-height: 80vw;
}
.section--content-slider .card-slide > img, .section--content-slider .card-slide .overlay {
  border-radius: 0 40px;
}
.section--content-slider .card-slide .card-content {
  z-index: 3;
  position: relative;
  width: 100%;
}
.section--content-slider .card-slide .card-content .card-summary {
  margin-top: 30px;
}
.section--content-slider .card-slide .card-logo {
  width: 100%;
  z-index: 3;
  margin-bottom: 20px;
}
.section--content-slider .card-slide .card-logo img {
  max-width: 150px;
  width: 100%;
}
@media (min-width: 768px) {
  .section--content-slider .card-slide {
    padding: 30px 40px;
    min-height: 30vw;
  }
  .section--content-slider .card-slide > img, .section--content-slider .card-slide .overlay {
    border-radius: 0 80px;
  }
  .section--content-slider .card-slide .card-content {
    width: 75%;
  }
  .section--content-slider .card-slide .card-logo img {
    max-width: 225px;
  }
}
@media (min-width: 992px) {
  .section--content-slider .card-slide .card-content {
    width: 60%;
  }
}

.section-buttons {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .section-buttons {
    margin-top: 55px;
  }
}
@media (min-width: 768px) {
  .section-buttons {
    margin-top: 70px;
  }
}
.section-buttons svg {
  width: 20px;
  height: auto;
}
.section-buttons svg path {
  fill: #fff;
}
.section-buttons.with-icons .cta-button {
  display: flex;
  column-gap: 10px;
}
.section-buttons.with-icons .cta-button span {
  white-space: nowrap;
}

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

.section-header {
  margin-bottom: 40px;
}
.section-header__heading .heading__sub-header {
  margin-bottom: 20px;
}
.section-header__heading .heading__title.with-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.section-header__heading .heading__title.with-logo .title {
  margin-bottom: -7px;
  position: relative;
}
.section-header__heading .heading__title img {
  max-width: 125px;
  width: 100%;
  margin-right: 10px;
}
.section-header__heading + .section-header__main-text,
.section-header__heading + .section-header__lead-text,
.section-header__heading + .section-introduction {
  margin-top: 30px;
}
.section-header__heading.text-left .heading__title.with-logo {
  justify-content: flex-start;
}
.section-header .section-header__lead-text + .section-header__main-text,
.section-header .section-introduction + .section-header__main-text {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section-header {
    margin-bottom: 45px;
  }
  .section-header__heading .heading__sub-header {
    margin-bottom: 18px;
  }
  .section-header__heading .heading__title.with-logo .title {
    margin-bottom: -10px;
  }
  .section-header__heading .heading__title img {
    max-width: 150px;
    margin-right: 20px;
  }
  .section-header__heading + .section-header__main-text,
  .section-header__heading + .section-header__lead-text,
  .section-header__heading + .section-introduction {
    margin-top: 30px;
  }
  .section-header__heading + .section-header__lead-text,
  .section-header__heading + .section-introduction {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 60px;
  }
  .section-header__heading + .section-header__lead-text,
  .section-header__heading + .section-introduction {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 1620px) {
  .section-header__heading + .section-header__lead-text,
  .section-header__heading + .section-introduction {
    font-size: 30px;
    line-height: 32px;
  }
}

.section--header-with-image {
  padding: 30px 0;
}
.section--header-with-image .section-content {
  border-radius: 0 60px 0 60px;
  background-color: rgba(0, 0, 0, 0.4);
  width: calc(100% - 30px);
  padding: 0;
}
.section--header-with-image .section-content__col-left {
  padding: 30px;
}
.section--header-with-image .section-content__col-left > img:not(:first-of-type), .section--header-with-image .section-content__col-left > p {
  margin-top: 20px;
}
.section--header-with-image .section-content__col-right {
  margin-top: 30px;
}
.section--header-with-image.alternative-header + .bg-light {
  padding-top: 40px !important;
}
.section--header-with-image.alternative-header {
  padding: 0;
  height: calc(100vh - (111px + var(--wp-admin--admin-bar--height)));
}
.section--header-with-image.alternative-header img {
  z-index: 1;
}
.section--header-with-image.alternative-header .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.section--header-with-image.alternative-header .container .row {
  height: 100%;
  align-items: flex-end;
}
.section--header-with-image.alternative-header .container .row .section-header {
  margin-bottom: 0;
  background-color: var(--purple-black);
  border-top-right-radius: 60px;
  padding: 20px;
}
.section--header-with-image.alternative-header .container .row .section-header.bg-light {
  background-color: var(--white);
}
.section--header-with-image.alternative-header .container .row .section-header__heading .heading__sub-header {
  color: var(--yellow);
  margin-bottom: 15px;
}
.section--header-with-image.alternative-header .container .row .section-header__lead-text {
  margin-top: 15px;
}
.section--header-with-image.alternative-header + .section {
  margin-top: 0;
}
@media (min-width: 768px) {
  .section--header-with-image {
    padding: 45px 0;
  }
  .section--header-with-image .section-header {
    margin-bottom: 70px;
  }
  .section--header-with-image .section-content__col-left {
    padding: 60px;
  }
  .section--header-with-image .section-content__col-right {
    margin-top: 0;
  }
  .section--header-with-image.alternative-header + .bg-light {
    padding-top: 55px !important;
  }
  .section--header-with-image.alternative-header {
    height: 70vw;
  }
  .section--header-with-image.alternative-header .container .row .section-header {
    border-top-right-radius: 80px;
    color: var(--black);
    padding: 20px 40px;
  }
  .section--header-with-image.alternative-header .container .row .section-header__heading .heading__sub-header {
    margin-bottom: 22px;
  }
  .section--header-with-image.alternative-header .container .row .section-header__lead-text {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .section--header-with-image {
    padding: 60px 0;
  }
  .section--header-with-image .section-header {
    margin-bottom: 90px;
  }
  .section--header-with-image .section-content__col-left {
    padding: 80px;
  }
  .section--header-with-image .section-content__col-left > img:not(:first-of-type), .section--header-with-image .section-content__col-left > p {
    margin-top: 25px 40px;
  }
  .section--header-with-image.alternative-header + .bg-light {
    padding-top: 80px !important;
  }
  .section--header-with-image.alternative-header {
    height: 40vw;
  }
  .section--header-with-image.alternative-header .container .row .section-header {
    padding: 40px 50px;
  }
}

.single article {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .single article {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  .single article {
    padding-top: 80px;
  }
  .single article .section--featured-image {
    padding-bottom: 40%;
  }
}

.page-template-knowledge-hub .site-main, .archive .site-main {
  margin-top: 40px;
}
.page-template-knowledge-hub .site-main > .section--text-block, .archive .site-main > .section--text-block {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .page-template-knowledge-hub .site-main, .archive .site-main {
    margin-top: 55px;
  }
  .page-template-knowledge-hub .site-main > .section--text-block, .archive .site-main > .section--text-block {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  .page-template-knowledge-hub .site-main, .archive .site-main {
    margin-top: 80px;
  }
  .page-template-knowledge-hub .site-main > .section--text-block, .archive .site-main > .section--text-block {
    padding-top: 80px;
  }
}

.page-template-contact .section--contact-us h2 {
  margin-bottom: 30px;
}
.page-template-contact .section--contact-us h3 {
  margin-bottom: 10px;
}
.page-template-contact .section--contact-us .office {
  margin-bottom: 20px;
}
.page-template-contact .section--contact-us__offices {
  margin-bottom: 30px;
}
.page-template-contact .section--contact-us__offices-main {
  margin-top: 40px;
}
.page-template-contact .section--contact-us__offices-satellite {
  margin-top: 20px;
}
.page-template-contact #map {
  height: 100%;
  padding-bottom: 100%;
  border-radius: 0 80px;
}
@media (min-width: 768px) {
  .page-template-contact .section--contact-us h2 {
    margin-bottom: 50px;
  }
  .page-template-contact .section--contact-us__ofices-satellite {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .page-template-contact .site-main {
    margin-top: 80px;
  }
  .page-template-contact #map {
    padding-bottom: 20%;
    max-height: 600px;
  }
  .page-template-contact .section--contact-us__map {
    padding-right: 35px;
  }
  .page-template-contact .section--contact-us__offices {
    padding-left: 35px;
  }
  .page-template-contact .section--contact-us__offices-main {
    margin-top: 80px;
  }
  .page-template-contact .section--contact-us__offices-satellite {
    margin-top: 120px;
  }
}
@media (min-width: 1366px) {
  .page-template-contact #map {
    max-height: 700px;
  }
  .page-template-contact .section--contact-us__map {
    padding-right: 50px;
  }
  .page-template-contact .section--contact-us__offices {
    padding-left: 50px;
  }
}

.error404 .error-404 {
  padding-top: 40px;
}
.error404 .bitbloom-splat-rotate {
  width: 30%;
  padding: 0 2.5%;
  animation: spin 1s linear infinite;
  transform-origin: center;
}
.error404 h1 {
  font-size: 30vw;
  display: inline-block;
}
.error404 h3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}