@charset "UTF-8";
/*tabs*/
/*accordion*/
/*gutters*/
/*$grid-columns:                24 !default;
$grid-gutter-width:           1.5rem !default;
$grid-row-columns:            12 !default;*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #9BA0A6;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #9BA0A6;
  --bs-gray-900: #21262D;
  --bs-primary: #0D7DE0;
  --bs-secondary: #3C3089;
  --bs-success: #198754;
  --bs-info: #21262D;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #21262D;
  --bs-primary-rgb: 13, 125, 224;
  --bs-secondary-rgb: 60, 48, 137;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 33, 38, 45;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 38, 45;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 38, 45;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Open Sans", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #21262D;
  --bs-body-bg: #fff;
}

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

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

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

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

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0D7DE0;
  text-decoration: underline;
}
a:hover {
  color: #379bf3;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 auto;
  width: 54.16666667%;
}

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

.col-15 {
  flex: 0 0 auto;
  width: 62.5%;
}

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

.col-17 {
  flex: 0 0 auto;
  width: 70.83333333%;
}

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

.col-19 {
  flex: 0 0 auto;
  width: 79.16666667%;
}

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

.col-21 {
  flex: 0 0 auto;
  width: 87.5%;
}

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

.col-23 {
  flex: 0 0 auto;
  width: 95.83333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16666667%;
}

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

.offset-15 {
  margin-left: 62.5%;
}

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

.offset-17 {
  margin-left: 70.83333333%;
}

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

.offset-19 {
  margin-left: 79.16666667%;
}

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

.offset-21 {
  margin-left: 87.5%;
}

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

.offset-23 {
  margin-left: 95.83333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-sm-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-sm-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-sm-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-sm-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.16666667%;
  }
  .offset-sm-2 {
    margin-left: 8.33333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.66666667%;
  }
  .offset-sm-5 {
    margin-left: 20.83333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.16666667%;
  }
  .offset-sm-8 {
    margin-left: 33.33333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.66666667%;
  }
  .offset-sm-11 {
    margin-left: 45.83333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.16666667%;
  }
  .offset-sm-14 {
    margin-left: 58.33333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.66666667%;
  }
  .offset-sm-17 {
    margin-left: 70.83333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.16666667%;
  }
  .offset-sm-20 {
    margin-left: 83.33333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.66666667%;
  }
  .offset-sm-23 {
    margin-left: 95.83333333%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-md-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-md-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-md-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-md-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.16666667%;
  }
  .offset-md-2 {
    margin-left: 8.33333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.66666667%;
  }
  .offset-md-5 {
    margin-left: 20.83333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.16666667%;
  }
  .offset-md-8 {
    margin-left: 33.33333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.66666667%;
  }
  .offset-md-11 {
    margin-left: 45.83333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.16666667%;
  }
  .offset-md-14 {
    margin-left: 58.33333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.66666667%;
  }
  .offset-md-17 {
    margin-left: 70.83333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.16666667%;
  }
  .offset-md-20 {
    margin-left: 83.33333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.66666667%;
  }
  .offset-md-23 {
    margin-left: 95.83333333%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-lg-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-lg-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-lg-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.16666667%;
  }
  .offset-lg-2 {
    margin-left: 8.33333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.66666667%;
  }
  .offset-lg-5 {
    margin-left: 20.83333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.16666667%;
  }
  .offset-lg-8 {
    margin-left: 33.33333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.66666667%;
  }
  .offset-lg-11 {
    margin-left: 45.83333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.16666667%;
  }
  .offset-lg-14 {
    margin-left: 58.33333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.66666667%;
  }
  .offset-lg-17 {
    margin-left: 70.83333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.16666667%;
  }
  .offset-lg-20 {
    margin-left: 83.33333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.66666667%;
  }
  .offset-lg-23 {
    margin-left: 95.83333333%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xl-23 {
    margin-left: 95.83333333%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xxl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
  .offset-xxl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xxl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xxl-18 {
    margin-left: 75%;
  }
  .offset-xxl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xxl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xxl-23 {
    margin-left: 95.83333333%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #21262D;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #21262D;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #21262D;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #21262D;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cfe5f9;
  --bs-table-striped-bg: #c5daed;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacee0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd4e6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacee0;
}

.table-secondary {
  --bs-table-bg: #d8d6e7;
  --bs-table-striped-bg: #cdcbdb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2c1d0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8c6d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2c1d0;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #d3d4d5;
  --bs-table-striped-bg: #c8c9ca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bebfc0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3c4c5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bebfc0;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #21262D;
  --bs-table-striped-bg: #2c3138;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373c42;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #32363d;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373c42;
}

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #21262D;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #21262D;
  background-color: #fff;
  border-color: #86bef0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 125, 224, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #21262D;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #21262D;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

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

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #21262D;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239BA0A6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86bef0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 125, 224, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #21262D;
}

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

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

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

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

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

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

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

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

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

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

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

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

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

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

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

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

.btn {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #21262D;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 3em;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #21262D;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 125, 224, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #0D7DE0;
  border-color: #0D7DE0;
}
.btn-primary:hover {
  color: #000;
  background-color: #3191e5;
  border-color: #258ae3;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #3191e5;
  border-color: #258ae3;
  box-shadow: 0 0 0 0.25rem rgba(11, 106, 190, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #3d97e6;
  border-color: #258ae3;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 106, 190, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #0D7DE0;
  border-color: #0D7DE0;
}

.btn-secondary {
  color: #fff;
  background-color: #3C3089;
  border-color: #3C3089;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #332974;
  border-color: #30266e;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #332974;
  border-color: #30266e;
  box-shadow: 0 0 0 0.25rem rgba(89, 79, 155, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #30266e;
  border-color: #2d2467;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(89, 79, 155, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #3C3089;
  border-color: #3C3089;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #fff;
  background-color: #21262D;
  border-color: #21262D;
}
.btn-info:hover {
  color: #fff;
  background-color: #1c2026;
  border-color: #1a1e24;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #1c2026;
  border-color: #1a1e24;
  box-shadow: 0 0 0 0.25rem rgba(66, 71, 77, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1a1e24;
  border-color: #191d22;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 71, 77, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #21262D;
  border-color: #21262D;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #21262D;
  border-color: #21262D;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c2026;
  border-color: #1a1e24;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c2026;
  border-color: #1a1e24;
  box-shadow: 0 0 0 0.25rem rgba(66, 71, 77, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e24;
  border-color: #191d22;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 71, 77, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #21262D;
  border-color: #21262D;
}

.btn-outline-primary {
  color: #0D7DE0;
  border-color: #0D7DE0;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #0D7DE0;
  border-color: #0D7DE0;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 125, 224, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #0D7DE0;
  border-color: #0D7DE0;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 125, 224, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0D7DE0;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #3C3089;
  border-color: #3C3089;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3C3089;
  border-color: #3C3089;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 48, 137, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #3C3089;
  border-color: #3C3089;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 48, 137, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #3C3089;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #21262D;
  border-color: #21262D;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #21262D;
  border-color: #21262D;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 38, 45, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #21262D;
  border-color: #21262D;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 38, 45, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #21262D;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #21262D;
  border-color: #21262D;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #21262D;
  border-color: #21262D;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 38, 45, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #21262D;
  border-color: #21262D;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 38, 45, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #21262D;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0D7DE0;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a64b3;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #21262D;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2229;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0D7DE0;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  color: #0D7DE0;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a64b3;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a64b3;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 125, 224, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-primary {
  color: #084b86;
  background-color: #cfe5f9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084b86;
  background-color: #bacee0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084b86;
  border-color: #084b86;
}

.list-group-item-secondary {
  color: #241d52;
  background-color: #d8d6e7;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #241d52;
  background-color: #c2c1d0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #241d52;
  border-color: #241d52;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #14171b;
  background-color: #d3d4d5;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #14171b;
  background-color: #bebfc0;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #14171b;
  border-color: #14171b;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #14171b;
  background-color: #d3d4d5;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #14171b;
  background-color: #bebfc0;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #14171b;
  border-color: #14171b;
}

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

.link-primary {
  color: #0D7DE0;
}
.link-primary:hover, .link-primary:focus {
  color: #3d97e6;
}

.link-secondary {
  color: #3C3089;
}
.link-secondary:hover, .link-secondary:focus {
  color: #30266e;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #21262D;
}
.link-info:hover, .link-info:focus {
  color: #1a1e24;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #21262D;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e24;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0D7DE0 !important;
}

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

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

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

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

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

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

.border-dark {
  border-color: #21262D !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*TODO: Grid for viewport different than bootstrap */
@media (min-width: 1200px) and (max-width: 1399px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
body {
  overflow-x: hidden;
}

/* colors */
.blue {
  color: #0D7DE0;
}

.bright-purple {
  color: #892DFF;
}

.light-purple {
  color: #B7AAFA;
}

.bg-gray-opaque {
  background: rgba(33, 39, 46, 0.85) !important;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-25 {
  padding-right: 25px;
}

.bright-purple-gradient {
  background: linear-gradient(91.61deg, #B7AAFA 30.31%, #892DFF 57.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.dark-purple-gradient {
  background: linear-gradient(91.53deg, #B7AAFA 15.97%, #892DFF 42.17%, #0D7DE0 95.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 767.98px) {
  .padding-right-20, .padding-right-25 {
    padding-right: 0;
  }
}
.btn {
  font-weight: 600;
}

.btn-primary {
  /*  background-image: linear-gradient(73deg, #0765f4 0%, #b0f 109%);*/
  /*  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 27%);*/
  background: #892DFF;
}

strong {
  font-weight: 600;
}

p.huge,
span.huge {
  font-size: 7.375rem;
  letter-spacing: -2.95px;
  line-height: 1.125;
  text-align: center;
}

a,
a:visited,
a:active {
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.backtolink a {
  color: #892DFF;
}
.backtolink a::before {
  color: #892DFF;
  font-weight: 700;
  margin: 25px 10px 0 0px;
  width: 26px;
  height: 26px;
  content: "←";
  padding: 0;
}

/* Fancy Horizontal Rule styles - gradients, etc
    Used in flexible content */
hr.fancy {
  height: 2px;
  border: 0;
  width: 70%;
  opacity: 1;
}
hr.fancy .short {
  margin: 22px auto;
}
hr.fancy .tall {
  margin: 44px auto;
}

.no-fill {
  background: none;
}

hr.fancy.short.data-stream {
  height: 45px;
  background: url("/wp-content/themes/gc-responsive-v5/images/divider-data-stream_v3.svg") no-repeat center center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
hr.fancy.short.data-stream.light {
  height: 45px;
  background: url("/wp-content/themes/gc-responsive-v5/images/divider-data-stream_v2.svg") no-repeat center center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

hr.fancy.tall.data-stream {
  height: 90px;
  background: url("/wp-content/themes/gc-responsive-v5/images/Dotted-stream--Divider-Tall.svg") no-repeat center center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

hr.fancy.gradient-color {
  background: linear-gradient(to right, transparent, #B7AAFA, #0D7DE0, #892DFF, transparent);
}

hr.fancy.gradient-gray-bright {
  background: linear-gradient(to right, transparent, #9a9fa5, transparent);
}

hr.fancy.gradient-gray-dark {
  background: linear-gradient(to right, transparent, #545961, transparent);
}

hr.white {
  height: 1px;
  background-color: #fff;
  border: none !important;
}

#main {
  padding: 50px 0;
}

.container-page,
.container-post {
  margin-top: 143px;
  /* mobile */
}
@media (max-width: 575.98px) {
  .container-page,
  .container-post {
    margin-top: 0;
  }
}

/* disable eyebrow for mobile? */
/* mobile styles */
@media (max-width: 575.98px) {
  .eyebrow {
    display: none !important;
  }
}
/* end mobile styles */
/* header.page-header css */
header.page-header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all ease 1000ms;
}
header.page-header .logo {
  width: 135px;
  height: 44px;
}
header.page-header .eyebrow {
  display: block;
  white-space: nowrap;
  height: 43px;
}
header.page-header .eyebrow > div > div > div {
  display: inline;
}
header.page-header .eyebrow .textwidget.custom-html-widget {
  color: #0D7DE0 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-align: center;
}
header.page-header .eyebrow .textwidget.custom-html-widget .marquee {
  display: inline;
}
header.page-header .eyebrow .textwidget.custom-html-widget .gradient {
  display: none;
}
header.page-header.has-eyebrow {
  height: 140px;
}
header.page-header.has-eyebrow .eyebrow {
  display: block;
  white-space: nowrap;
}
header.page-header.has-eyebrow .eyebrow > div > div > div {
  display: inline;
}

/* end header.page-header */
/* mobile styles ??? */
@media (max-width: 1199.98px) {
  header.page-header .logo {
    width: 115px;
    height: auto;
    margin: 11px 10px;
  }
  header.page-header.has-eyebrow .eyebrow {
    display: block;
    padding: 0 20px;
    font-size: 12px;
    line-height: 24px;
  }
  header.page-header.has-eyebrow .eyebrow > div > div {
    display: flex;
  }
  header.page-header.has-eyebrow .eyebrow > div > div > div {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  header.page-header.has-eyebrow .eyebrow > div > div > div div.gradient {
    position: absolute;
    right: 0;
    height: 24px;
    width: 50px;
    background: linear-gradient(270deg, #0D7DE0 22.62%, rgba(13, 125, 224, 0) 77.38%);
  }
  header.page-header.has-eyebrow .eyebrow > div > div .arrow-right {
    font-size: 12px;
    line-height: 25px;
  }
  header.page-header.has-eyebrow .eyebrow > div > div .arrow-right:before {
    top: 8px;
  }
  header.page-header.has-eyebrow .eyebrow .close-eyebrow {
    right: 0;
    height: 26px;
    width: 48px;
    background-color: #0D7DE0;
    z-index: 100;
  }
}
/* end mobile styles */
/* mobile styles - eyebrow*/
@media (max-width: 575.98px) {
  .eyebrow {
    display: none;
    white-space: nowrap;
    text-align: right;
    height: 43px;
    overflow-x: hidden;
  }
  .eyebrow > div > div > div {
    display: inline;
  }
  .eyebrow .textwidget.custom-html-widget {
    text-align: left;
    /* Move it (define the animation) */
  }
  .eyebrow .textwidget.custom-html-widget a {
    display: inline-block !important;
    background-color: #0D7DE0 !important;
    padding-right: 10px;
    padding-left: 10px;
    position: absolute;
    right: 48px;
    width: 110px;
    z-index: 100;
  }
  .eyebrow .textwidget.custom-html-widget a:before {
    display: none;
  }
  .eyebrow .textwidget.custom-html-widget div.gradient {
    display: inline-block !important;
    position: absolute;
    right: 154px;
    height: 24px;
    width: 40px;
    background: linear-gradient(270deg, #0D7DE0 22.62%, rgba(13, 125, 224, 0) 77.38%);
    z-index: 100;
  }
  .eyebrow .textwidget.custom-html-widget .marquee {
    z-index: 50;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    line-height: 24px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: marquee 14s linear infinite;
    -webkit-animation: marquee 14s linear infinite;
    animation: marquee 14s linear infinite;
  }
  @-moz-keyframes marquee {
    0% {
      -moz-transform: translateX(100%);
    }
    100% {
      -moz-transform: translateX(-100%);
    }
  }
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
    }
  }
  @keyframes marquee {
    0% {
      -moz-transform: translateX(100%); /* Firefox bug fix */
      -webkit-transform: translateX(100%); /* Firefox bug fix */
      transform: translateX(100%);
    }
    100% {
      -moz-transform: translateX(-100%); /* Firefox bug fix */
      -webkit-transform: translateX(-100%); /* Firefox bug fix */
      transform: translateX(-100%);
    }
  }
  .eyebrow .close-eyebrow {
    top: 9px !important;
  }
}
/* end mobile styles - eyebrow */
/* body.home header.page-header { */
body header.page-header {
  background-color: transparent;
  -webkit-transition: background-color 350ms ease-out;
  -moz-transition: background-color 350ms ease-out;
  -o-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
}

body.admin-bar header.page-header {
  top: 32px;
  /*  height: 150px;*/
}

/* header.active, body.home header.page-header.active { */
header.active, body header.page-header.active {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: background-color 700ms ease-out;
  -moz-transition: background-color 700ms ease-out;
  -o-transition: background-color 700ms ease-out;
  transition: background-color 700ms ease-out;
}

@media (max-width: 1199.98px) {
  header {
    top: 0;
  }
  .container-page {
    margin-top: 0;
  }
  body.admin-bar .navbar {
    top: 46px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 0;
    height: 61px;
  }
  body.admin-bar header .logo {
    max-width: 99px;
    margin: 5px 3px;
  }
}
@media (max-width: 991.98px) {
  header.page-header.has-eyebrow {
    height: 105px;
  }
  header.page-header {
    height: 61px;
  }
  #main {
    padding: 0 0 50px;
  }
  header.page-header {
    /* position: relative; */
  }
}
html, body {
  height: 100%;
  /* background-color: #0F131C; */
  background-color: #0F131C;
}

.page-wrapper {
  /*  min-height: 50vh;*/
  height: auto !important;
  height: 100%;
}

@media (min-width: 1200px) {
  .page-wrapper {
    margin: auto;
  }
  .footer, .push {
    height: 700px; /* .push must be the same height as .footer */
  }
}
.footer-page-inner {
  background: #21262D;
  padding: 77px 0 20px;
}

.footer {
  background: #21262D;
  background-size: cover;
  color: #fff;
}
.footer .col {
  padding: 15px 15px 15px 0;
}
.footer .col p {
  font-size: 16px;
  line-height: 2;
}
.footer .col p a, .footer .col p a:hover, .footer .col p a:visited {
  color: #fff;
}

.container-search {
  display: none;
  position: relative;
  margin-top: 15px;
  background-color: #fff;
  border-radius: 4px;
  height: 96px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  max-width: 1290px;
}
.container-search #search-main {
  display: flex;
  align-items: center;
  margin: 0 73px;
}
.container-search #search-main .form-group {
  width: 100%;
  margin-top: 20px;
}
.container-search #search-main .form-group label {
  display: none;
}
.container-search #search-main .form-group .form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0F131C;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #9BA0A6;
  appearance: none;
  border-radius: 0;
  transition: none;
  outline: none !important;
}
.container-search #search-main .form-group .form-control:focus, .container-search #search-main .form-group form-control:hover {
  box-shadow: none;
  background-color: #fff;
}
.container-search .btn-arrow {
  margin: 25px 0 0 20px;
  width: 26px;
  height: 26px;
  background: url(/wp-content/themes/gc-responsive-v5/images/arrow-right-search.svg) no-repeat center;
  text-indent: -9999px;
  padding: 0;
  outline: none !important;
}

#copyright-widget {
  margin-top: 30px;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: 0;
}
#copyright-widget a, #copyright-widget a:active, #copyright-widget a:visited {
  color: #fff;
  text-decoration: none;
}
#copyright-widget a:hover {
  color: #fff;
  text-decoration: underline;
}
#copyright-widget .copyright-date {
  font-size: 0.8rem;
}

h1, .h1 {
  font-weight: 100;
}

h2, .h2 {
  font-weight: 100;
  color: #3C3089;
  font-size: 1.7rem;
}

h3, .h3 {
  font-weight: 700;
}

h4, .h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.3rem;
    line-height: 1;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.625rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #21262D;
  }
  h4, .h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-top: 3rem;
    color: #21262D;
  }
}
@media (max-width: 1199.98px) {
  h1, .h1 {
    line-height: 1;
    margin-top: 40px;
    font-size: calc(1.8rem + 1.5vw);
  }
  h2, .h2 {
    font-size: calc(1.625rem + 0.9vw);
  }
  h3, .h3 {
    font-size: calc(1.1rem + 0.6vw);
    letter-spacing: -0.65px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #21262D;
  }
  h4, .h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-top: 3rem;
    color: #21262D;
  }
  p.huge, span.huge {
    font-size: 4.375rem;
  }
}
.btn-primary, .btn-primary:hover, .btn-primary:active,
.btn-secondary, .btn-secondary:hover, .btn-secondary:active {
  color: #fff;
}

a {
  word-wrap: break-word;
}

hr {
  margin: 2rem 0;
  color: inherit;
  background-color: #9BA0A6;
  border: 0;
  opacity: 0.25;
}

br.mobile {
  display: none;
}

@media (max-width: 1199.98px) {
  br.mobile {
    display: block;
  }
}
blockquote {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  background: transparent;
  color: #fff;
}
blockquote .small {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}
blockquote .huge {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  max-width: 1100px;
}
blockquote .gradient {
  /* Gradient/Lt Purple/Bright Purple/New Blue */
  background: linear-gradient(91.61deg, #B7AAFA 30.31%, #892DFF 57.19%, #0D7DE0 79.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 60px;
}

footer ul.social-footer {
  margin-left: auto;
  width: 75px;
  list-style-type: none;
  padding: 0;
  min-height: 50px;
}
footer ul.social-footer li {
  float: left;
  margin: 0 5px;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
}
footer ul.social-footer li a {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
}
footer ul.social-footer li.linkedin {
  background-image: url(/wp-content/themes/gc-responsive-v5/images/icon-linkedin.svg);
  filter: brightness(0) invert(1);
}
footer ul.social-footer li.facebook {
  background-image: url(/wp-content/themes/gc-responsive-v5/images/icon-facebook.svg);
  filter: brightness(0) invert(1);
}
footer ul.social-footer li.instagram {
  background-image: url(/wp-content/themes/gc-responsive-v5/images/icon-instagram.svg);
  filter: brightness(0) invert(1);
}
footer ul.social-footer li.twitter {
  background-image: url(/wp-content/themes/gc-responsive-v5/images/icon-twitter.svg);
  filter: brightness(0) invert(1);
}
footer ul.social-footer li.googleplus {
  background-image: url(/wp-content/themes/gc-responsive-v5/images/icon-google.svg);
  filter: brightness(0) invert(1);
}
footer ul.social-footer li.blogger {
  background-image: url(/wp-content/themes/gc-responsive-v5/images/icon-blogger.svg);
}

@media (max-width: 991.98px) {
  blockquote {
    position: relative;
    font-size: 24px;
    letter-spacing: -0.69px;
    line-height: 1.5;
    margin: 50px 0 10px;
    padding: 0;
  }
  .quote-source {
    font-size: 16px;
    letter-spacing: -0.69px;
  }
  footer .footer-page-inner {
    background: #21262D;
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  #main {
    padding: 0;
    min-height: 40vh;
  }
}
@media (max-width: 1199.98px) {
  header {
    background-color: rgba(255, 255, 255, 0.96);
    border-bottom: none;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 61px;
  }
  footer ul.social-footer {
    margin: 50px calc(50% - 40px) 0;
    width: 80px;
  }
  footer ul.social-footer li {
    float: left;
    margin: 0 5px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-position: center;
  }
  footer ul.social-footer li a {
    display: block;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
  }
  #copyright-widget {
    margin: 10px 0;
  }
}
.container-breadcrumbs {
  font-size: 14px;
}

ul.callouts {
  margin: 20px 0 0;
}
ul.callouts li {
  margin: 10px 0;
}

@media (max-width: 575.98px) {
  #main {
    padding: 0;
  }
  .container-search {
    margin: 0 24px;
    padding: 24px 24px;
    width: auto;
    height: 110px;
  }
  .container-search #search-main {
    margin: 24px;
  }
  hr.fancy {
    width: 100%;
    padding: 0;
  }
  hr.fancy.short.data-stream {
    height: 45px;
    background: url("/wp-content/themes/gc-responsive-v5/images/Data-stream-divider-mobile.png") no-repeat center center;
    background-size: calc(100% - 160px) auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  hr.fancy.short.data-stream.light {
    height: 45px;
    background: url("/wp-content/themes/gc-responsive-v5/images/Data-stream-divider-mobile.png") no-repeat center center;
    background-size: calc(100% - 160px) auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  hr.fancy.tall.data-stream {
    height: 90px;
    background: url("/wp-content/themes/gc-responsive-v5/images/Data-stream-divider-mobile.png") no-repeat center center;
    background-size: calc(100% - 160px) auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  hr.tall.data-stream {
    height: 90px;
    background: url("/wp-content/themes/gc-responsive-v5/images/Data-stream-divider-mobile.png") no-repeat center center;
    background-size: calc(100% - 100px) auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.debug {
  border: 1px solid lime;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

@media (min-width: 1200px) {
  .container-main-nav {
    width: 100%;
    height: 70px;
  }
  .navbar-collapse {
    align-items: flex-end;
  }
  .navbar {
    padding: 0;
    height: 70px;
    max-height: 70px;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    margin-left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    color: #0D7DE0;
  }
  #utility-menu {
    display: none;
  }
  .container-menus {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 15px;
  }
  .btn-become-a-donor {
    display: none;
  }
}
.logo {
  max-width: 135px;
  margin: 0;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler[aria-expanded=true] .menu-icon-line-1 {
  -webkit-transform: translateY(10px) rotateZ(-135deg);
  transform: translateY(10px) rotateZ(-135deg);
}
.navbar-toggler[aria-expanded=true] .menu-icon-line-2 {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] .menu-icon-line-3 {
  -webkit-transform: translateY(-10px) rotateZ(135deg);
  transform: translateY(-10px) rotateZ(135deg);
}

.navbar-toggler .menu-icon-line-1 {
  margin-top: 4px;
}
.navbar-toggler .menu-icon-line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 8px;
  border-radius: 0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease-out;
  transform: translateZ(0);
}

#utility-menu {
  display: flex;
  align-content: flex-end;
  margin: 7px 0 0;
}
#utility-menu ul#menu-utility-menu {
  list-style: none;
  margin: 0 0 7px auto;
  width: 204px;
}
#utility-menu ul#menu-utility-menu li {
  display: inline-block;
  margin: 0 0 0 5px;
}
#utility-menu ul#menu-utility-menu li a {
  text-decoration: none;
  color: #9BA0A6;
  padding: 5px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 100;
  display: block;
}
#utility-menu ul#menu-utility-menu li.nav-contactus > a {
  padding: 5px 3px 5px 7px;
}
#utility-menu ul#menu-utility-menu li:last-child {
  width: 24px;
}
#utility-menu ul#menu-utility-menu li:last-child a {
  text-indent: -9999px;
  width: 24px;
  background: url(/wp-content/themes/gc-responsive-v5/images/icon-search.svg) no-repeat center right;
  background-size: 15px 15px;
}

@media (max-width: 1199.98px) {
  header > .container {
    padding: 0;
  }
  body.admin-bar header.page-header {
    top: 0;
  }
  .container-page {
    margin-top: 60px;
  }
  .navbar {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 60px;
  }
  .home .navbar {
    top: 0;
  }
  .container-menus {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .container-menus .menu-main-menu {
    height: calc(100vh - 40px);
  }
  .navbar-brand {
    width: 45%;
    float: left;
    margin: 0 10px;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #utility-menu {
    display: none;
  }
  .container-main-nav {
    width: 100%;
  }
  .container-menu-animated {
    background-color: #000;
  }
  .navbar-collapse {
    margin: 20px 10px;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .container-menus button {
    position: absolute;
    top: 15px;
    right: 23px;
  }
  .container-menus .mega-menu-open button {
    top: 20px;
  }
  .container-menus .menu-main-menu {
    display: block;
    padding: 0 18px;
    background-color: #21262D;
  }
  .container-menus .menu-main-menu > li {
    border-bottom: 0.5px solid #FFFFFF;
    padding: 12px 0;
    width: 100%;
  }
  .container-menus .menu-main-menu .dropdown-toggle::after {
    display: inline-block;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    float: right;
    margin: 11px;
  }
  .container-menus .menu-main-menu li:last-child {
    border-bottom: 1px solid #21262D;
  }
  .container-menus .menu-main-menu li ul {
    border: none;
    background-color: #f8f9fa;
    font-size: 0.875em;
  }
  .container-menus .menu-main-menu .nav-link, .container-menus .menu-main-menu .nav-link:hover, .container-menus .menu-main-menu .nav-link:active {
    padding: 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
  }
  .container-menus .menu-main-menu li a:after {
    content: "";
    top: 15px;
    right: 0;
    width: 18px;
    height: 11px;
    background-size: contain;
  }
  .container-menus .menu-main-menu li.menu-item.nav-login {
    border-bottom: none;
  }
}
/*
@media only screen and (max-width: 1199px) {
	.container-menus {
		background-color: rgba(0,0,0,0.8);
	}
}
*/
@media (max-width: 767.98px) {
  .navbar-brand {
    margin-right: 8%;
  }
}
@media (max-width: 575.98px) {
  .container-page {
    margin-top: -1px;
  }
}
@media (max-width: 321px) {
  .navbar-brand {
    margin-right: 3.3%;
  }
  .logo {
    max-width: 180px;
    margin: 6px 0;
  }
}
.navbar-dark .navbar-nav .nav-login a {
  display: flex;
  flex-direction: row;
  padding: 12px 36px;
  gap: 10px;
  width: 114px;
  height: 44px;
  /*background: #0F131C;*/
  background: transparent;
  /* Bright Purple */
  border: 1px solid #892DFF;
  border-radius: 4px;
}
.navbar-dark .navbar-nav .nav-getstarted a, .navbar-dark .navbar-nav .nav-getstarted a:hover, .navbar-dark .navbar-nav .nav-getstarted a:active {
  display: flex;
  flex-direction: row;
  padding: 12px 18px;
  gap: 10px;
  width: 125px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  color: #000;
}

@media (max-width: 1199.98px) {
  .navbar-dark .navbar-nav .nav-login {
    width: 50%;
    float: left;
  }
  .navbar-dark .navbar-nav .nav-login a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 20px 10px 0 auto;
    background: #892DFF;
    border: 1px solid #892DFF;
    font-size: 16px;
  }
  .navbar-dark .navbar-nav .nav-getstarted {
    width: 50%;
    float: left;
  }
  .navbar-dark .navbar-nav .nav-getstarted a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 20px 0 0;
    width: 125px;
    height: 44px;
    color: #000 !important;
    font-size: 16px;
  }
}
.menu-main-menu > li a {
  position: relative;
}

.menu-main-menu > li a:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -17px;
  background: url(/wp-content/themes/gc-responsive-v5/images/ui/arrow-down.svg) no-repeat;
  display: block;
  width: 19px;
  height: 8px;
}

.menu-main-menu > li.nav-pricing a:after,
.menu-main-menu > li.nav-search a:after,
.menu-main-menu > li.nav-login a:after,
.menu-main-menu > li.nav-getstarted a:after {
  display: none;
}

.menu-main-menu > li.nav-search {
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.155em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

.container-menu-animated {
  width: 100%;
}

@media (min-width: 1200px) {
  .menu-main-menu {
    margin-left: auto;
  }
  .menu-main-menu > li {
    padding: 0 10px;
    position: relative;
    background-color: transparent;
    line-height: 1.1;
  }
  .menu-main-menu > .menu-item:first-child {
    padding-left: 20px;
    border-left: none;
  }
  .menu-main-menu > .menu-item:last-child {
    padding-right: 0;
    padding-left: 14px;
  }
  .menu-main-menu > .menu-item {
    padding: 0 20px;
    margin: 0;
    height: 44px;
    display: flex;
  }
  .menu-main-menu > .menu-item > a {
    padding: 0;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-main-menu > .menu-item > a span {
    display: block;
  }
  .menu-main-menu > .menu-item > a:hover {
    color: #fff;
  }
  .menu-main-menu .dropdown-menu {
    background-color: #fff;
    border-color: transparent;
    padding: 0;
    margin: 0.5rem 0;
    border-radius: 0;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
  }
  .menu-main-menu > #menu-item-11752 {
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .logo {
    max-width: 220px;
    margin: 10px 0;
  }
  .menu-main-menu {
    margin-left: auto;
  }
  .menu-main-menu .menu-item > a {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .navbar-dark .navbar-brand {
    color: #fff;
    position: absolute;
    z-index: 1;
  }
  /*  .container-menu-animated {
      position: absolute;
      top: 0;
    }*/
}
/** Thursday 6th April 2023 22:43:46 UTC (core) **/
/** THIS FILE was AUTOMATICALLY GENERATED - and is integrated into the theme! **/
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:after {
  display: none;
}

#mega-menu-wrap-primary {
  border-radius: 0;
}

@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary {
    background: rgba(34, 34, 34, 0);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(34, 34, 34, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00333333", endColorstr="#00222222");
  }
}
#mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary span:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus {
  outline: 3px solid #109cde;
  outline-offset: -3px;
}

#mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
  outline-offset: 2px;
}

#mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
  background: rgba(51, 51, 51, 0);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0), rgba(51, 51, 51, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00222222", endColorstr="#00333333");
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
    color: #fff;
    background: rgba(34, 34, 34, 0);
  }
}
#mega-menu-wrap-primary #mega-menu-primary {
  visibility: visible;
  text-align: right;
  padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
  cursor: pointer;
  display: inline;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {
  vertical-align: middle;
  display: inline-block;
  transition: none;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
  transition: none;
  line-height: 1.5;
  display: block;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: flex;
  align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {
  flex: 0 0 auto;
  align-self: flex-start;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: block;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link {
  display: table-cell;
  vertical-align: middle;
  line-height: initial;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
  display: block;
  margin: 0 0 6px 0;
  text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
  display: inline-block;
  transition: none;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
    display: block;
    line-height: 50px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: left;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-animating > ul.mega-sub-menu {
  pointer-events: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
  cursor: inherit;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
  cursor: pointer;
}

#mega-menu-wrap-primary #mega-menu-primary p {
  margin-bottom: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {
  max-width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
  }
  #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 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item > ul.mega-sub-menu {
    opacity: 0;
    transition: opacity 300ms ease-in, visibility 300ms ease-in;
    top: 100px;
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    opacity: 1;
    top: 100px;
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0);
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0, 10px);
    transition: transform 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    transform: translate(0, 0);
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
  display: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {
  display: block;
}

#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  visibility: visible;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  visibility: inherit;
  opacity: 1;
  display: block;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 50%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 33.33333%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 25%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 20%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 16.66667%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^=dashicons]:before {
  font-family: dashicons;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
  margin: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
  margin: 0 6px 0 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
  border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu {
  right: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
  border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
  position: static;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin: 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 29px 0;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
  float: right;
}

@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-float-left {
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(51, 51, 51, 0);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0), rgba(51, 51, 51, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00222222", endColorstr="#00333333");
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: rgba(51, 51, 51, 0);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0), rgba(51, 51, 51, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00222222", endColorstr="#00333333");
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff;
    background: rgba(34, 34, 34, 0);
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00222222", endColorstr="#00333333");
  color: #B7AAFA;
  font-weight: 600 !important;
  text-decoration: none;
  border-color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link span.mega-indicator:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link span.mega-indicator:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link span.mega-indicator:after {
  content: "";
  background: url(/wp-content/themes/gc-responsive-v5/images/ui/arrow-down.svg) no-repeat bottom;
  filter: invert(67%) sepia(7%) saturate(2240%) hue-rotate(208deg) brightness(105%) contrast(96%);
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff;
    background: rgba(34, 34, 34, 0);
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-family: "Open Sans", sans-serif !important;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600 !important;
  outline: none;
  transition: color ease 300ms;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 600 !important;
  color: #B7AAFA;
}

@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
    line-height: inherit;
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child {
    padding-top: 5px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
    float: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0 15px;
    line-height: 50px;
    height: 50px;
    padding: 0;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
    border-bottom: 0.5px solid #fff;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    border-bottom: none;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  width: 100%;
  float: left;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
  float: left;
  min-height: 1px;
}

@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
    width: 20%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
    width: 40%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
    width: 60%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
    width: 80%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {
    width: 10%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
    width: 20%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
    width: 30%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {
    width: 40%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {
    width: 60%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
    width: 70%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {
    width: 80%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {
    width: 90%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 15px 15px 15px 15px;
  width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  max-width: none;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
    width: 10%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
    width: 20%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
    width: 30%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
    width: 40%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
    width: 60%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
    width: 70%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
    width: 80%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
    width: 90%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
    width: 25%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
    width: 75%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
  margin: 5px 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
  clear: both;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin-left: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  clear: left;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .mega-block-title.h4,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-block-title.h4 {
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  max-width: 277px;
  border-bottom: 1px solid #9BA0A6 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .mega-block-title.h4:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-block-title.h4:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0;
  vertical-align: top;
  display: block;
  border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */
  color: #555;
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {
  text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0;
  vertical-align: top;
  display: block;
  border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: flex;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    border: 0;
    padding: 10px;
    border-radius: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: top;
  display: block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 0;
  border: 0;
  background: #f1f1f1;
  border-radius: 0;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    clear: both;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #f1f1f1;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  line-height: 35px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: #ddd;
  font-weight: normal;
  text-decoration: none;
  color: #666;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: static;
    left: 0;
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding-left: 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
    padding-left: 30px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: "";
  background: url(/wp-content/themes/gc-responsive-v5/images/ui/arrow-down.svg) no-repeat bottom;
  display: block;
  height: 20px;
  width: 20px;
  margin-bottom: 1px;
  filter: invert(1);
  transition: all ease 75ms;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:hover > span.mega-indicator:after {
  content: "";
  background: url(/wp-content/themes/gc-responsive-v5/images/ui/arrow-down.svg) no-repeat bottom;
  filter: invert(67%) sepia(7%) saturate(2240%) hue-rotate(208deg) brightness(105%) contrast(96%);
  display: block;
  height: 20px;
  width: 20px;
  margin-bottom: 1px;
  /*  transform: scaleY(-1);*/
  /*  filter: */
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: inline-block;
  height: auto;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0 0 0 6px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  float: right;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  content: "\f142";
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
    margin-top: 12px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    /*    content: '\f142';*/
    transform: translateY(-12px);
    rotate: 180deg;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
  display: none;
}

@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
    content: "\f139";
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: right;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {
    float: left;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
    content: "\f141";
    margin: 0 6px 0 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: -100%;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li[class^=mega-lang-item] > a.mega-menu-link > img {
  display: inline;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.iclflag {
  display: inline;
  margin-right: 8px;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary:after {
    content: "";
    display: table;
    clear: both;
  }
}
#mega-menu-wrap-primary .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: none;
  border-radius: 0;
  line-height: 50px;
  height: 50px;
  text-align: left;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle img {
  max-width: 100%;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary .mega-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
  margin-left: 6px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
  margin-right: 6px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
  margin-left: 3px;
  margin-right: 3px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 6px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-left: 6px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  outline: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1199px) {
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #21262D;
    /*    padding: 0;*/
    display: none;
    border-radius: 4px;
    margin: 10px 10px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
    padding-bottom: 35vh;
  }
}
#mega-menu-wrap-primary .mega-menu-toggle {
  /** Push menu onto new line **/
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 {
  /*!
                * Hamburgers
                * @description Tasty CSS-animated hamburgers
                * @author Jonathan Suh @jonsuh
                * @site https://jonsuh.com/hamburgers
                * @link https://github.com/jonsuh/hamburgers
                */
  cursor: pointer;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: scale(0.8);
  align-self: center;
  outline: 0;
  background: none;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  content: "";
  display: block;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
  top: -10px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  bottom: -8px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 2px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  top: 16px;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

#mega-menu-wrap-primary {
  clear: both;
}

.mega-menu-primary.btn-bright-purple {
  width: 114px !important;
}

.mega-menu-primary.btn-white {
  width: 160px !important;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-radius: 4px;
  background: #fff;
  border: 0;
  padding: 40px 57px;
  /* padding: 0;*/
  position: absolute;
  width: 1290px;
  max-width: none;
  left: -151px;
  top: 72px;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a {
  display: block;
  margin-top: 5px;
  color: #000;
  text-decoration: none;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a strong {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a p {
  color: #000;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 2px 0 20px;
  display: block;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a:hover, header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a:active, header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a p:hover, header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a strong:hover ~ p {
  color: #892DFF;
  text-decoration: none;
  display: block;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .custom-html-widget {
  max-width: 277px;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .img-featured {
  max-width: 288px;
  height: auto;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-column {
  /*    border: 1px solid red;*/
  padding: 0;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu {
  padding: 0 !important;
  margin: 0 !important;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu li {
  padding: 0 !important;
  margin: 0 !important;
}

li.mega-hideme {
  display: none !important;
}

#mega-menu-item-11756 > ul,
#mega-menu-item-15791 > ul {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 66%, rgb(239, 238, 239) 66%, rgb(239, 238, 239) 100%) !important;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.featured-right ul.mega-sub-menu {
  padding: 0 !important;
  margin: 0 0 0 50px !important;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.featured-right ul.mega-sub-menu p {
  margin: 24px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.featured-right ul.mega-sub-menu a {
  color: #892DFF;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.featured-right ul.mega-sub-menu .just-links p {
  margin-bottom: 15px;
}

#mega-menu-item-11754 > ul,
#mega-menu-item-15794 > ul {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(239, 238, 239) 0%, rgb(239, 238, 239) 31%, rgb(255, 255, 255) 31%, rgb(255, 255, 255) 100%) !important;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-left ul.mega-sub-menu {
  padding: 0 !important;
  margin: 0 !important;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-left ul.mega-sub-menu p {
  margin: 24px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-left ul.mega-sub-menu a {
  color: #892DFF;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-left ul.mega-sub-menu .just-links p {
  margin-bottom: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary .just-links p {
  margin-bottom: 20px;
}

#mega-menu-wrap-primary #mega-menu-primary > #mega-menu-item-11765 {
  margin: 0 0 0 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > #mega-menu-item-11765 > a.mega-menu-link {
  text-indent: -9999px;
  background: url(/wp-content/themes/gc-responsive-v5/images/icons/icon-search.svg) no-repeat center;
}
#mega-menu-wrap-primary #mega-menu-primary > .btn-bright-purple {
  margin: 0 0 0 14px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > .btn-bright-purple > a {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 10px !important;
  width: 114px !important;
  height: 44px !important;
  border: 1px solid #892DFF !important;
  border-radius: 4px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > .btn-white {
  margin: 0 0 0 14px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > .btn-white > a, #mega-menu-wrap-primary #mega-menu-primary > .btn-white a:hover, #mega-menu-wrap-primary #mega-menu-primary > .btn-white a:active {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 10px !important;
  width: 160px !important;
  height: 44px !important;
  background: #fff;
  border-radius: 4px !important;
  color: #000 !important;
  justify-content: center !important;
}
#mega-menu-wrap-primary #mega-menu-primary > .btn-bright-purple a:hover,
#mega-menu-wrap-primary #mega-menu-primary > .btn-white a:hover {
  background-color: #0D7DE0 !important;
  color: #fff !important;
}

/*two column with icon logos*/
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories h4.mega-block-title, header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories .mega-block-title.h4, header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories .custom-html-widget {
  max-width: 100% !important;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories ul.two-column {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories ul.two-column li {
  position: relative;
  height: 50px;
  margin: 0 0 50px !important;
  padding: 0 80px 0 0 !important;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories ul.two-column li a {
  display: block;
  padding-left: 60px;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories ul.two-column li a:before {
  position: absolute;
  left: 0;
  content: "";
  width: 46px;
  height: 46px;
  display: block;
  background-size: contain;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories li.icon-confluent a:before {
  background: url("/wp-content/themes/gc-responsive-v5/images/menu/icon-Confluent.jpg") no-repeat;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories li.icon-target a:before {
  background: url("/wp-content/themes/gc-responsive-v5/images/menu/icon-Target.jpg") no-repeat;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories li.icon-netflix a:before {
  background: url("/wp-content/themes/gc-responsive-v5/images/menu/icon-Netflix.jpg") no-repeat;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories li.icon-atlassian a:before {
  background: url("/wp-content/themes/gc-responsive-v5/images/menu/icon-Atlassian.jpg") no-repeat;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories li.icon-poshmark a:before {
  background: url("/wp-content/themes/gc-responsive-v5/images/menu/icon-Posmark.jpg") no-repeat;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories li.icon-paytm a:before {
  background: url("/wp-content/themes/gc-responsive-v5/images/menu/icon-PayTM.jpg") no-repeat;
  /*    background-position-x: 10px;*/
  /*    background-position-y: 4px;*/
}

@media (max-width: 1270px) {
  /* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { */
  #mega-menu-wrap-primary #mega-menu-primary > .btn-bright-purple > a {
    margin: 0 0 0 10px !important;
    width: auto !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > .btn-white > a {
    width: auto !important;
  }
}
@media only screen and (max-width: 1199px) {
  /* @include media-breakpoint-down(lg) { */
  .custom-html-widget {
    max-width: 100% !important;
  }
  #mega-menu-item-11756 > ul,
  #mega-menu-item-15791 > ul {
    background: linear-gradient(0deg, rgb(239, 238, 239) 0%, rgb(239, 238, 239) 320px, rgb(255, 255, 255) 320px, rgb(255, 255, 255) 100%) !important;
  }
  #mega-menu-item-11754 > ul,
  #mega-menu-item-15794 > ul {
    background: linear-gradient(180deg, rgb(239, 238, 239) 0%, rgb(239, 238, 239) 272px, rgb(255, 255, 255) 272px, rgb(255, 255, 255) 100%) !important;
  }
  #mega-menu-wrap-primary {
    clear: both;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    border-radius: 0;
    background: #fff;
    border: 0;
    padding: 20px;
    /* padding: 0;*/
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    box-shadow: none;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a {
    display: block;
    margin-top: 5px;
    color: #000;
    text-decoration: none;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a strong {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a p {
    color: #000;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 2px 0 20px;
    display: block;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a:hover, header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a:active, header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a p:hover, header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a strong:hover ~ p {
    color: #892DFF;
    text-decoration: none;
    display: block;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .custom-html-widget {
    max-width: 277px;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .img-featured {
    max-width: 288px;
    height: auto;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-column {
    /*    border: 1px solid red;*/
    padding: 0;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu {
    padding: 0 !important;
    margin: 0 !important;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu li {
    padding: 0 !important;
    margin: 0 !important;
  }
  #mega-menu-item-11756 > ul {
    background: #fff !important;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-right ul.mega-sub-menu {
    padding: 0 !important;
    margin: 0 !important;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-right ul.mega-sub-menu p {
    margin: 24px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-right ul.mega-sub-menu a {
    color: #892DFF;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 29px;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-right ul.mega-sub-menu .just-links p {
    margin-bottom: 15px;
  }
  #mega-menu-item-11754 > ul {
    background: #fff !important;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-left ul.mega-sub-menu {
    padding: 0 !important;
    margin: 0 !important;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-left ul.mega-sub-menu p {
    margin: 24px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-left ul.mega-sub-menu a {
    color: #892DFF;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 29px;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.featured-left ul.mega-sub-menu .just-links p {
    margin-bottom: 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary .just-links p {
    margin-bottom: 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > #mega-menu-item-11765 {
    margin: 0 0 80px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > #mega-menu-item-11765 > a.mega-menu-link {
    text-indent: 0;
    background: url(/wp-content/themes/gc-responsive-v5/images/icons/icon-search.svg) no-repeat right;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-bright-purple {
    margin: 0 0 0 15% !important;
    width: 30%;
    float: left;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-bright-purple > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 36px;
    gap: 10px;
    width: auto;
    height: 44px;
    border: 1px solid #892DFF;
    border-radius: 4px;
    background-color: #892dff !important;
    text-align: center !important;
    justify-content: center !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-white {
    margin: 0;
    width: 30%;
    position: absolute;
    /* right: 45px; */
    right: 15%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-white > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-white a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-white a:active {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 18px;
    gap: 10px;
    /* width: auto; */
    width: 100% !important;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    color: #000;
    justify-content: center;
  }
  /*two column with icon logos*/
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories h4.mega-block-title, header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories .mega-block-title.h4, header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories .custom-html-widget {
    max-width: 100% !important;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories ul.two-column {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 1;
  }
  header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-success-stories ul.two-column li {
    position: relative;
    margin: 0 0 50px !important;
    padding: 0 !important;
    color: #000000;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .mega-block-title.h4,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-block-title.h4 {
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 15px;
    max-width: 277px;
    border-bottom: 1px solid #9BA0A6 !important;
  }
}
@media only screen and (max-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-bright-purple {
    margin: 0 0 0 15vw !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-white {
    right: 15vw;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-bright-purple {
    margin: 0 0 0 10vw !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-white {
    right: 8vw;
  }
}
@media (max-width: 575.98px) {
  #mega-menu-item-11756 > ul,
  #mega-menu-item-15791 > ul {
    background: linear-gradient(0deg, rgb(239, 238, 239) 0%, rgb(239, 238, 239) 360px, rgb(255, 255, 255) 360px, rgb(255, 255, 255) 100%) !important;
  }
  #mega-menu-item-11754 > ul,
  #mega-menu-item-15794 > ul {
    background: linear-gradient(180deg, rgb(239, 238, 239) 0%, rgb(239, 238, 239) 380px, rgb(255, 255, 255) 380px, rgb(255, 255, 255) 100%) !important;
  }
  #mega-menu-15794-0-0 .textwidget.custom-html-widget p {
    margin-bottom: 20px !important;
  }
  #mega-menu-15794-0-0 .textwidget.custom-html-widget a.link-cta:last-child {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-bottom: 12vh;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    height: 58px;
    line-height: 58px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-bright-purple {
    margin-right: 16px !important;
    margin-left: 2vw !important;
    width: 145px;
    height: auto !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-bright-purple > a {
    width: 145px !important;
    line-height: 40px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-white {
    margin: 0;
    width: 145px;
    height: auto !important;
    margin-right: 2vw !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-white > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-white a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.btn-white a:active {
    width: 145px !important;
    line-height: 40px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .mega-block-title.h4,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-block-title.h4 {
    max-width: 100%;
  }
}
article.accordion-item {
  background-color: #B7DCE1;
  width: 100%;
  min-height: 40px;
  padding: 20px;
  margin-bottom: 1.875rem;
  font-size: 14px;
  background-image: url(/wp-content/themes/gc-responsive-v5/images/icon-arrow-sm.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 95% 20px;
  cursor: pointer;
  float: left;
  border-radius: 6px;
}
article.accordion-item .title {
  color: #3E3E3E;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  padding-right: 40px;
}
article.accordion-item .accordion-content {
  margin-top: 20px;
  font-size: 1rem;
  display: none;
}
article.accordion-item .accordion-content a {
  color: #21262D;
}

article.accordion-item.active {
  background-color: #B7DCE1;
  background-image: url(/wp-content/themes/gc-responsive-v5/images/icon-arrow-sm-down.svg);
}
article.accordion-item.active .title {
  font-weight: 600;
  font-size: 16px;
}

article.accordion-item.accordion-item-break {
  float: none;
}

/* tabs */
.nav-tabs {
  margin-top: 40px;
}

.nav-tabs li {
  margin: 0;
}

.tab-content {
  padding: 40px;
  min-height: 400px;
}

.quotes-section .flickity-page-dots .dot {
  border: 1px solid #adb5bd;
}

.quotes-section .flickity-page-dots .dot.is-selected {
  background: #adb5bd;
}

.parallax-window {
  width: 100%;
  min-height: 300px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.parallax-window p {
  color: #fff;
}

.parallax-window.dark {
  background: rgba(0, 0, 0, 0.4);
}

.parallax-window.light {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.parallax-window.light h1, .parallax-window.light .h1 {
  color: #111;
}

.parallax-window.light p {
  color: #111;
}

.container-bottom-scroll-to-top {
  display: none;
}
.container-bottom-scroll-to-top .scroll-to-top {
  right: 30px;
  width: 45px;
  height: auto;
  cursor: pointer;
  margin: 40px auto;
  z-index: 1;
  padding: 8px 5px 5px;
  border-radius: 4px;
  background: url(/wp-content/themes/gc-responsive-v5/images/icon-arrow-up.svg) no-repeat;
}

@media (max-width: 1199.98px) {
  .container-bottom-scroll-to-top {
    display: block;
  }
}
.blog #main, .archive #main, .single #main {
  padding: 0 0 50px 0;
}
.blog .container-header-blog, .archive .container-header-blog, .single .container-header-blog {
  min-height: 80px;
  display: flex;
  align-content: center;
  justify-content: center;
  background: #70b9c4;
  background-size: cover;
}
.blog .container-header-blog .container-header, .archive .container-header-blog .container-header, .single .container-header-blog .container-header {
  padding: 20px;
  width: 100%;
}
.blog h1, .blog .h1, .archive h1, .archive .h1, .single h1, .single .h1 {
  color: #000;
}
.blog #blog-items, .archive #blog-items, .single #blog-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(33% - 18px), calc(33% - 18px)));
  grid-gap: 1.875rem;
  grid-auto-flow: dense;
  padding: 0;
  margin: 1.875rem 0;
  /*    article:last-child {
        grid-column-end: span 3;
        grid-row-end: span 3;
      }*/
}
.blog #blog-items article, .archive #blog-items article, .single #blog-items article {
  padding: 0;
  border-radius: 8px;
  min-height: 300px;
}
.blog #blog-items article .container-blog-item, .archive #blog-items article .container-blog-item, .single #blog-items article .container-blog-item {
  display: flex;
  flex-grow: 1;
  align-content: center;
  justify-content: end;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.1);
  min-height: 100%;
  border-radius: 8px;
  padding: 0;
}
.blog #blog-items article .container-blog-item .item-inner, .archive #blog-items article .container-blog-item .item-inner, .single #blog-items article .container-blog-item .item-inner {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.92);
}
.blog #blog-items article .container-blog-item .blog-title, .archive #blog-items article .container-blog-item .blog-title, .single #blog-items article .container-blog-item .blog-title {
  font-size: 1.2em;
  line-height: 1.235;
}
.blog #blog-items article .container-excerpt, .archive #blog-items article .container-excerpt, .single #blog-items article .container-excerpt {
  display: none;
}
.blog #blog-items article:first-child, .archive #blog-items article:first-child, .single #blog-items article:first-child {
  grid-column-end: span 3;
  grid-row-end: span 3;
  min-height: 620px;
}
.blog #blog-items article:first-child .item-inner, .archive #blog-items article:first-child .item-inner, .single #blog-items article:first-child .item-inner {
  min-height: 100px;
}
.blog #blog-items article:first-child .item-inner .blog-title, .archive #blog-items article:first-child .item-inner .blog-title, .single #blog-items article:first-child .item-inner .blog-title {
  font-size: 1.5em;
}
.blog #blog-items article:first-child .container-excerpt, .archive #blog-items article:first-child .container-excerpt, .single #blog-items article:first-child .container-excerpt {
  margin-top: 10px;
  display: block;
}
.blog #blog-items article:hover .container-blog-item, .archive #blog-items article:hover .container-blog-item, .single #blog-items article:hover .container-blog-item {
  background-color: rgba(71, 160, 174, 0.8);
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
}
.blog #blog-items article:hover .container-blog-item .item-inner, .archive #blog-items article:hover .container-blog-item .item-inner, .single #blog-items article:hover .container-blog-item .item-inner {
  padding: 20px;
  background-color: transparent;
}
.blog #blog-items article:hover .container-blog-item a.blog-title, .archive #blog-items article:hover .container-blog-item a.blog-title, .single #blog-items article:hover .container-blog-item a.blog-title {
  color: #fff;
}
.blog #blog-items article:hover .container-blog-item .blog-item-info li a, .archive #blog-items article:hover .container-blog-item .blog-item-info li a, .single #blog-items article:hover .container-blog-item .blog-item-info li a {
  color: #fff;
}
.blog #blog-items .blog-item-info, .archive #blog-items .blog-item-info, .single #blog-items .blog-item-info {
  width: 100%;
  align-self: flex-end;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  font-size: 13px;
  display: table;
}
.blog #blog-items .blog-item-info li, .archive #blog-items .blog-item-info li, .single #blog-items .blog-item-info li {
  margin: 0 8px 0 0;
  padding: 0;
  float: left;
}
.blog #blog-items .blog-item-info li a, .archive #blog-items .blog-item-info li a, .single #blog-items .blog-item-info li a {
  color: #21262D;
}
.blog #main > div.container > div > div.col-xl-3, .archive #main > div.container > div > div.col-xl-3, .single #main > div.container > div > div.col-xl-3 {
  display: flex;
}
.blog #container-blog-single > div > div.col-xl-3, .archive #container-blog-single > div > div.col-xl-3, .single #container-blog-single > div > div.col-xl-3 {
  display: flex;
}
.blog .sidebar, .archive .sidebar, .single .sidebar {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-top-right-radius: 8px;
  background-color: #fcfcfc;
  margin-top: 1.875rem;
  padding: 20px;
}
.blog .sidebar h4, .blog .sidebar .h4, .archive .sidebar h4, .archive .sidebar .h4, .single .sidebar h4, .single .sidebar .h4 {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 0;
}
.blog .pagination, .archive .pagination, .single .pagination {
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog h1, .blog .h1, .archive h1, .archive .h1, .single h1, .single .h1 {
    font-size: calc(1.8rem + 1.5vw);
  }
  .blog #blog-items, .archive #blog-items, .single #blog-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 100%));
    grid-gap: 1em;
    grid-auto-flow: dense;
    padding: 0;
    margin: 1em 0;
  }
  .blog #blog-items article, .archive #blog-items article, .single #blog-items article {
    padding: 0;
    border-radius: 8px;
    min-height: 300px;
  }
  .blog #blog-items article .container-blog-item, .archive #blog-items article .container-blog-item, .single #blog-items article .container-blog-item {
    display: flex;
    flex-grow: 1;
    align-content: center;
    justify-content: end;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.1);
    min-height: 100%;
    border-radius: 8px;
    padding: 0;
  }
  .blog #blog-items article .container-blog-item .item-inner, .archive #blog-items article .container-blog-item .item-inner, .single #blog-items article .container-blog-item .item-inner {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.92);
  }
  .blog #blog-items article .container-blog-item .blog-title, .archive #blog-items article .container-blog-item .blog-title, .single #blog-items article .container-blog-item .blog-title {
    font-size: 1.2em;
    line-height: 1.235;
  }
  .blog #blog-items article .container-excerpt, .archive #blog-items article .container-excerpt, .single #blog-items article .container-excerpt {
    display: none;
  }
  .blog #blog-items article:first-child, .archive #blog-items article:first-child, .single #blog-items article:first-child {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
  .blog #blog-items article:first-child .item-inner, .archive #blog-items article:first-child .item-inner, .single #blog-items article:first-child .item-inner {
    min-height: 300px;
  }
  .blog #blog-items article:first-child .item-inner .blog-title, .archive #blog-items article:first-child .item-inner .blog-title, .single #blog-items article:first-child .item-inner .blog-title {
    font-size: 1.2em;
    line-height: 1.235;
  }
  .blog #blog-items article:first-child .item-inner .blog-item-info, .archive #blog-items article:first-child .item-inner .blog-item-info, .single #blog-items article:first-child .item-inner .blog-item-info {
    display: table;
    margin: 20px 0;
  }
  .blog #blog-items article:first-child .container-excerpt, .archive #blog-items article:first-child .container-excerpt, .single #blog-items article:first-child .container-excerpt {
    display: block;
  }
  .blog #blog-items article:last-child, .archive #blog-items article:last-child, .single #blog-items article:last-child {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
  .blog #main > div.container > div > div.col-xl-3, .archive #main > div.container > div > div.col-xl-3, .single #main > div.container > div > div.col-xl-3 {
    display: flex;
  }
  .blog #container-blog-single > div > div.col-xl-3, .archive #container-blog-single > div > div.col-xl-3, .single #container-blog-single > div > div.col-xl-3 {
    display: flex;
  }
}

body.single {
  /* mobile */
  /* END mobile */
}
body.single .page-wrapper {
  background-color: #fff;
}
body.single .container-content-simple {
  background-color: #fff;
  padding: 40px 0 60px;
}
body.single .resource-section {
  background-color: #eee;
}
body.single .resource-section .container {
  padding-top: 60px;
}
body.single .resource-section .container h2, body.single .resource-section .container .h2 {
  color: #000;
}
body.single .resource-section .container #container-resources article.item-resource .headline {
  color: #000 !important;
}
@media (max-width: 575.98px) {
  body.single .container-content-simple {
    padding: 60px 9px 60px;
  }
  body.single .resource-section .container {
    padding-top: 30px;
  }
  body.single .resource-section .container h2, body.single .resource-section .container .h2 {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
  }
}
body.single h1, body.single .h1 {
  margin: 37px 0 10px;
  line-height: 1.25;
  color: #000;
}
body.single h2, body.single .h2 {
  color: #000;
  font-weight: 100;
  font-size: 1.7rem;
}
body.single h2 strong, body.single .h2 strong {
  font-weight: 100;
}
body.single .attachment-post-thumbnail {
  float: right;
  margin: 0 0 30px 30px;
  max-width: 50%;
}
body.single #data-stream-footer {
  display: none;
}
body.single .sidebar {
  font-size: 14px;
}
body.single .sidebar ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
body.single .sidebar ul li {
  margin: 5px 0;
  padding: 5px 0;
  border-top: 2px solid #fff;
}
body.single .sidebar ul li a {
  color: #21262D;
  text-decoration: none;
}
body.single .sidebar ul li a:hover {
  color: #fd7e14;
  text-decoration: none;
}

/* end body.single */
body.resource-events #data-stream-footer {
  display: block;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: none;
  border: none;
  color: #9BA0A6;
}

.section-quotes-carousel .flickity-button {
  color: #fff;
}

.flickity-button:hover {
  background: none;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 0;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: -70px;
}

.flickity-prev-next-button.next {
  right: -70px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .flickity-page-dots {
    bottom: -20px;
  }
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  padding: 0;
  font-weight: 600;
  color: #9BA0A6;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #9BA0A6;
  border: 1px solid #9BA0A6;
  border-radius: 50%;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  color: #892DFF;
  border: 1px solid #892DFF;
  background: #892DFF;
}

.carousel-inset .flickity-page-dots .dot {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0;
  width: auto;
  height: auto;
  font-weight: 600;
  color: #9BA0A6;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
}
.carousel-inset .flickity-page-dots .dot.is-selected {
  color: #892DFF;
}
.carousel-inset .flickity-page-dots .dot:after {
  content: "·";
  padding-left: 10px;
  color: #9BA0A6;
}
.carousel-inset .flickity-page-dots .dot:last-child:after {
  content: "";
}

@media (max-width: 767.98px) {
  .flickity-prev-next-button {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 0;
    transform: translateY(-50%);
  }
  .flickity-prev-next-button.previous {
    left: -20px;
  }
  .flickity-prev-next-button.next {
    right: -20px;
  }
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .flickity-prev-next-button {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 0;
    transform: translateY(-50%);
  }
  .flickity-prev-next-button.previous {
    left: -20px;
  }
  .flickity-prev-next-button.next {
    right: -20px;
  }
}
.forms-common h2, .forms-common .h2 {
  font-size: 26px;
}

.forms-common form .mktoFormRow .mktoFormCol {
  margin-bottom: 4px;
}

.forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter, .forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoOffset {
  display: none;
}

.forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoValid, .forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRequired {
  border: 0;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25);
}

.forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoInvalid {
  border: 0;
  box-shadow: inset 0 -1px 0 0 #ca0000;
}

.forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
  width: 100% !important;
  margin: 0 0 30px 0 !important;
}

.forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText span, .forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText div {
  line-height: 1.6;
  color: #434343;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #fff !important;
  text-decoration: none !important;
}

.forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText span a, .forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText div a {
  padding: 0;
  color: #fff !important;
  text-decoration: none !important;
}

.forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText span a:hover, .forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText div a:hover {
  opacity: 0.5;
}

.forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorArrow {
  border: 1px solid #ca0000;
  background-color: #ca0000;
}

.forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg {
  border: none;
  color: #fff;
  background-color: #ca0000;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
}

.forms-common form .mktoButtonRow {
  float: right;
}

.forms-common form .mktoButtonRow .mktoButtonWrap button.mktoButton {
  height: 38px !important;
  margin: 0 !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  background: #70ECF8 !important;
  color: #0B2399 !important;
  font-weight: 600 !important;
  border: none;
}

.forms-common form .mktoButtonRow .mktoButtonWrap button.mktoButton:hover {
  background: #70ECF8 !important;
  color: #0B2399 !important;
  font-weight: 600 !important;
  border: none;
}

.forms-common form input[type=text], .forms-common form input[type=email], .forms-common form input[type=tel], .forms-common form select.mktoField, .forms-common form textarea.mktoField {
  display: -webkit-box;
  overflow: hidden;
  width: 100% !important;
  padding: 23px 10px 5px !important;
  margin-bottom: 2px;
  border: none;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.65) !important;
  background: transparent;
  font-size: 15px !important;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.5px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25);
  -webkit-filter: none !important;
  filter: none !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.forms-common form input[type=text]::-webkit-input-placeholder, .forms-common form input[type=email]::-webkit-input-placeholder, .forms-common form input[type=tel]::-webkit-input-placeholder, .forms-common form select.mktoField::-webkit-input-placeholder, .forms-common form textarea.mktoField::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  letter-spacing: 0.5px;
}

.forms-common form input[type=text]::-moz-placeholder, .forms-common form input[type=email]::-moz-placeholder, .forms-common form input[type=tel]::-moz-placeholder, .forms-common form select.mktoField::-moz-placeholder, .forms-common form textarea.mktoField::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  letter-spacing: 0.5px;
}

.forms-common form input[type=text]:-ms-input-placeholder, .forms-common form input[type=email]:-ms-input-placeholder, .forms-common form input[type=tel]:-ms-input-placeholder, .forms-common form select.mktoField:-ms-input-placeholder, .forms-common form textarea.mktoField:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  letter-spacing: 0.5px;
}

.forms-common form input[type=text]::-ms-input-placeholder, .forms-common form input[type=email]::-ms-input-placeholder, .forms-common form input[type=tel]::-ms-input-placeholder, .forms-common form select.mktoField::-ms-input-placeholder, .forms-common form textarea.mktoField::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  letter-spacing: 0.5px;
}

.forms-common form input[type=text]::placeholder, .forms-common form input[type=email]::placeholder, .forms-common form input[type=tel]::placeholder, .forms-common form select.mktoField::placeholder, .forms-common form textarea.mktoField::placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  letter-spacing: 0.5px;
}

.forms-common form input[type=text]:-ms-input-placeholder, .forms-common form input[type=email]:-ms-input-placeholder, .forms-common form input[type=tel]:-ms-input-placeholder, .forms-common form select.mktoField:-ms-input-placeholder, .forms-common form textarea.mktoField:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  letter-spacing: 0.5px;
}

.forms-common form input[type=text]::-ms-input-placeholder, .forms-common form input[type=email]::-ms-input-placeholder, .forms-common form input[type=tel]::-ms-input-placeholder, .forms-common form select.mktoField::-ms-input-placeholder, .forms-common form textarea.mktoField::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  letter-spacing: 0.5px;
}

.forms-common form select.mktoField {
  position: relative;
  background-image: url(/wp-content/themes/gc-responsive-v5/images/white-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 63%;
  cursor: pointer;
}

.forms-common form select.mktoField option {
  color: #434343;
  font-size: 13px !important;
}

.forms-common form textarea.mktoField {
  height: 65px !important;
  padding: 30px 12px 15px !important;
}

.mktoFormRow:last-child .mktoFormCol {
  width: 100% !important;
}
.mktoFormRow:last-child .mktoFormCol span {
  font-size: 13px !important;
}

.form-check {
  display: flex;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 20px;
  align-items: center;
}
.form-check .form-check-input:checked {
  background-color: #892DFF;
  border-color: #892DFF;
}
.form-check .form-check-input[type=checkbox] {
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
.form-check .form-check-input:focus {
  box-shadow: none;
}
.form-check label {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  padding-top: 3px;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 10px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -10px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-large] {
    transform: translate3d(0, -80px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-10px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(10px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-10px, 10px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(10px, 10px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-10px, -10px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(10px, -10px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 10px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -10px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-10px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(10px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 10px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -10px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-10px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(10px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
.btn-primary {
  border-color: #892DFF;
}
.btn-primary:hover, .btn-primary:active {
  color: #fff;
  border-color: #0D7DE0;
  background-color: #0D7DE0;
}

.btn-light-purple {
  border-color: #B7AAFA;
  color: #B7AAFA;
  background-color: transparent;
}
.btn-light-purple:hover, .btn-light-purple:active {
  color: #fff;
  border-color: #0D7DE0;
  background-color: #0D7DE0;
}

.btn-bright-purple {
  border-color: #892DFF;
  color: #892DFF;
  background-color: transparent;
}
.btn-bright-purple:hover, .btn-bright-purple:active {
  color: #fff;
  border-color: #0D7DE0;
  background-color: #0D7DE0;
}

.btn-secondary {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.btn-secondary:hover, .btn-secondary:active {
  border-color: #0D7DE0;
  background-color: #0D7DE0;
}

.btn-white, .btn-white:hover, .btn-white:active {
  color: #3C3089;
  border-color: transparent;
  background: white;
}
.btn-white:hover, .btn-white:active, .btn-white:hover:hover, .btn-white:hover:active, .btn-white:active:hover, .btn-white:active:active {
  color: #fff;
  border-color: #0D7DE0;
  background-color: #0D7DE0;
}

.btn-info, .btn-info:hover {
  color: #fff;
}

/* mobile styles */
@media (max-width: 575.98px) {
  .container-buttons .btn {
    padding-right: 24px;
    padding-left: 24px;
  }
}
/* end mobile */
.arrow-right {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  padding-right: 30px;
}

.arrow-right:before {
  content: "";
  background: url("/wp-content/themes/gc-responsive-v5/images/ui/icon-arrow-right.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
  height: 20px;
}

.arrow-right.bright-purple:before {
  filter: invert(30%) sepia(80%) saturate(7068%) hue-rotate(262deg) brightness(101%) contrast(101%);
}

.arrow-right.bright-purple {
  text-decoration: none;
  color: #892DFF;
}

.arrow-right.light-purple {
  text-decoration: none;
  color: #B7AAFA;
}
.arrow-right.light-purple:hover:before {
  color: #0D7DE0 !important;
  filter: invert(53%) sepia(77%) saturate(5889%) hue-rotate(191deg) brightness(93%) contrast(90%);
}

.arrow-right.light-purple:before {
  filter: invert(72%) sepia(6%) saturate(5279%) hue-rotate(203deg) brightness(102%) contrast(96%);
}

.arrow-right.bright-purple {
  text-decoration: none;
  color: #892DFF;
}

.arrow-right.bright-purple:before {
  filter: invert(24%) sepia(80%) saturate(4638%) hue-rotate(260deg) brightness(99%) contrast(105%);
}

.arrow-right.hide-text {
  text-indent: -9999px;
}

.arrow-right.hide-text:before {
  right: auto;
  left: 0;
  top: 8px;
  width: 16px;
  height: 20px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 245px;
  height: 50px;
}

.col-lg-7 .select {
  width: 357px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(13, 125, 224);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select-styled:after {
  content: "";
  border: 8px solid transparent;
  border-color: #9BA0A6;
  border-width: 0 1.5px 1.5px 0;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.select-styled:hover {
  background-color: #fff;
}

.select-styled:active, .select-styled.active {
  background-color: #fff;
}

.select-styled.active {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  font-family: Arial, sans-serif;
  -webkit-border-bottom-left-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: rgb(13, 125, 224);
  font-family: Arial, sans-serif;
}

.select-options li:last-child {
  -webkit-border-bottom-left-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.select-options li:hover, .select-options li.is-selected {
  background: #EFEEEF;
}

.select-options li[rel=hide] {
  display: none;
}

.eyebrow {
  background: linear-gradient(90deg, rgba(183, 170, 250, 0.25) 0%, rgba(137, 45, 255, 0.25) 51.04%, rgba(13, 125, 224, 0.25) 100%);
  position: relative;
}
.eyebrow .container {
  /* text-align: center; */
  padding: 8px 0;
  color: #fff;
}
.eyebrow .close-eyebrow {
  position: absolute;
  top: 7px;
  right: 7px;
  border: none;
  color: #fff;
  width: 26px;
  height: 26px;
  background: url(/wp-content/themes/gc-responsive-v5/images/icons/icon-close-x.svg) no-repeat;
  background-size: contain;
}
.eyebrow .arrow-right {
  display: inline-block;
  position: relative;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}
.eyebrow .arrow-right:before {
  right: 0;
  top: 4px;
  width: 11px;
  height: 11px;
  filter: invert(1);
}

ul.gc-breadcrumb {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-content: center;
  margin: 5px 0;
  padding: 0;
  font-size: 14px;
}
ul.gc-breadcrumb li {
  position: relative;
  margin: 5px 5px 5px 0;
  padding-right: 20px;
}
ul.gc-breadcrumb li:after {
  position: absolute;
  content: "/";
  display: block;
  top: 0;
  right: 3px;
  font-size: 16px;
  color: #ccc;
}
ul.gc-breadcrumb li:last-child:after {
  display: none;
}

.wpcf7-form {
  max-width: 55%;
}
.wpcf7-form label {
  display: block;
  margin: 10px 0;
}

@media (max-width: 991.98px) {
  .wpcf7-form {
    max-width: 100%;
  }
}
.form-control {
  margin-top: 3px;
}

.wpcf7-select {
  display: block;
  margin-top: 5px;
  margin-bottom: 25px;
  display: block;
  width: 100%;
  padding: 0.575rem 0.75rem;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4A4A4A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wpcf7-submit {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #f37321;
  border-color: #f37321;
  padding: 0.375rem 3em;
  font-size: 1rem;
  border-radius: 0.25rem;
  border-style: solid;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.required {
  color: #20c997;
  font-size: 120%;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 80%;
}

.container-sassy-social {
  position: relative;
}
.container-sassy-social .heateor_sss_sharing_container {
  /* display: none;*/
}
.container-sassy-social .heateor_sss_sharing_container {
  width: 40px;
  border-radius: 8px !important;
  padding: 15px 0 21px 0 !important;
  box-shadow: 0 2px 15px 0 #ddd !important;
}
.container-sassy-social .heateorSssSharingArrow {
  display: none;
}
.container-sassy-social .social-share {
  position: absolute;
  top: 0;
  left: -80px;
  height: 100%;
  width: 40px;
  /*    div.heateorSssSharingArrow {
        display: none;
      }*/
}
.container-sassy-social .social-share .heateor_sss_sharing_ul:before {
  content: "";
  background: url(/wp-content/themes/gc-responsive-v5/images/icons/icon-share.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 13px;
  width: 17px;
  height: 17px;
}
.container-sassy-social .social-share .heateor_sss_vertical_sharing {
  z-index: 1;
  position: sticky;
  left: auto !important;
  padding-right: 0;
  border-radius: 5px;
  width: 40px !important;
  top: 270px !important;
  height: 120px;
  /*      ul {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          width: 16px;
          padding: 0 !important;

          li {
            margin-bottom: 20px !important;

            &:last-of-type {
              order: -1;
            }

            &:nth-last-child(2) {
              margin-bottom: 0 !important;
            }

            &::after {
              display: none;
            }

            i.heateorSssSharing {
              position: relative;
              width: 16px !important;
              height: 16px !important;
              margin: 0 !important;
              border-radius: 0 !important;
              background-color: transparent;
              pointer-events: none;

              &:hover {
                opacity: 0.5;
              }

              &:after {
                @include social-share-icon-purple;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                display: block;
              }

              &.heateorSssEmailBackground {
                pointer-events: visible;

                &:after {
                  @include social-share-email-black;
                }
              }

              &.heateorSssFacebookBackground {
                pointer-events: visible;

                &:after {
                  @include social-share-facebook-black;
                }
              }

              &.heateorSssTwitterBackground {
                pointer-events: visible;

                &:after {
                  @include social-share-twitter-black;
                }
              }

              &.heateorSssLinkedinBackground {
                pointer-events: visible;

                &:after {
                  @include social-share-linkedin-black;
                }
              }

              .heateorSssSharingSvg {
                display: none !important;
              }
            }
          }

        }*/
}
.container-sassy-social .social-share .heateor_sss_vertical_sharing a span {
  background: none !important;
  filter: grayscale(1) opacity(0.9);
}
.container-sassy-social .social-share .heateor_sss_vertical_sharing a span svg {
  display: none;
}
.container-sassy-social .social-share .heateor_sss_vertical_sharing .heateor_sss_s_linkedin {
  width: 30px !important;
  margin-left: 3px !important;
}
.container-sassy-social .social-share .heateor_sss_vertical_sharing .heateor_sss_s_twitter {
  width: 30px !important;
  margin-left: 3px !important;
}
.container-sassy-social .social-share div.heateor_sss_follow_ul, .container-sassy-social .social-share div.heateor_sss_sharing_ul {
  padding-left: 3px !important;
  margin: 1px 0 !important;
  padding-top: 25px;
}

/*div.heateor_sss_bottom_sharing {
  display: none;
}*/
.heateor_sss_mobile_footer {
  display: none !important;
}

@media (max-width: 575.98px) {
  .container-sassy-social .social-share {
    position: relative;
    left: 0;
    margin-bottom: 20px;
    height: auto;
    display: none;
  }
  .container-sassy-social .social-share .heateor_sss_vertical_sharing {
    width: 94% !important;
    padding-right: 10px;
  }
  .container-sassy-social .social-share .heateor_sss_vertical_sharing ul {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
  }
  .container-sassy-social .social-share .heateor_sss_vertical_sharing ul li {
    display: flex !important;
    justify-content: center;
    margin-bottom: 0 !important;
    padding: 0px 10px !important;
  }
  .container-sassy-social .social-share .heateor_sss_vertical_sharing ul li i.heateorSssSharing {
    margin: 0 !important;
  }
  .container-sassy-social .social-share .heateor_sss_vertical_sharing ul li i.heateorSssSharing.heateorSssTwitterBackground::after {
    top: 3px;
  }
}
.two-cols, .three-cols, .four-cols, .five-cols {
  column-count: 1;
}

@media (min-width: 992px) {
  .two-cols {
    column-count: 2;
    column-gap: 80px;
  }
  .three-cols {
    column-count: 3;
    column-gap: 60px;
  }
  .four-cols {
    column-count: 3;
    column-gap: 50px;
  }
  .five-cols {
    column-count: 4;
    column-gap: 40px;
  }
}
body.home {
  background-color: #000;
  /* background-color: #0F131C; */
}

body.home,
body.resource-template-use-cases,
body.page-template-flexible-content {
  /* mobile styles */
}
body.home #main,
body.resource-template-use-cases #main,
body.page-template-flexible-content #main {
  padding: 0;
}
body.home #main section:first-child,
body.resource-template-use-cases #main section:first-child,
body.page-template-flexible-content #main section:first-child {
  padding-top: 160px;
}
body.home .container-page,
body.resource-template-use-cases .container-page,
body.page-template-flexible-content .container-page {
  margin-top: 0;
}
body.home .container-page section:first-child,
body.resource-template-use-cases .container-page section:first-child,
body.page-template-flexible-content .container-page section:first-child {
  padding-top: 190px;
}
@media (max-width: 575.98px) {
  body.home #main section:first-child,
  body.resource-template-use-cases #main section:first-child,
  body.page-template-flexible-content #main section:first-child {
    padding-top: 90px;
  }
}

@media (max-width: 767.98px) {
  section.section-full-width-background {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 20vh;
  }
}
/*mobile*/
body.no-footer-stream canvas {
  display: none;
}

#data-stream-footer {
  margin-top: 80px;
  margin-bottom: -5px;
  width: 99.9vw;
}

section#section-communicate {
  background-color: #21262D;
  padding: 0;
  border-bottom: 3px solid #000;
  max-width: 100%;
}
section#section-communicate .col-md-11, section#section-communicate .col-md-8 {
  border-right: 3px solid #000;
}
section#section-communicate p.lead {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  /* Med Grey */
  color: #9BA0A6;
}
section#section-communicate .container-let-us {
  padding-top: 70px;
  text-align: center;
}
section#section-communicate .container-let-us .btn-lg, section#section-communicate .container-let-us .btn-group-lg > .btn {
  margin: 60px auto;
}
section#section-communicate .container-let-us h3, section#section-communicate .container-let-us .h3 {
  position: relative;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  /* Med Grey */
  color: #9BA0A6;
  max-width: 290px;
  text-align: center;
  margin: 0 auto;
  padding-top: 150px;
}
section#section-communicate .container-let-us h3:before, section#section-communicate .container-let-us .h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 37px);
  background: url(/wp-content/themes/gc-responsive-v5/images/home/icon-headphones-call-center.svg);
  width: 75px;
  height: 75px;
}
section#section-communicate .container-request {
  padding: 70px 0 0 80px;
}
section#section-communicate .container-request label {
  display: none;
}
section#section-communicate .container-request input {
  background-color: transparent !important;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid #B7B7B7;
}
section#section-communicate .container-request p {
  max-width: 510px;
}
section#section-communicate .container-request .btn-lg, section#section-communicate .container-request .btn-group-lg > .btn {
  position: relative;
  display: block;
  width: 172px;
  padding: 1rem 1.5rem;
  margin: 35px 0 0;
  background-color: #892DFF !important;
}
section#section-communicate h3.request, section#section-communicate .request.h3 {
  margin-top: -4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 131.93%;
  /* or 42px */
  /* Med Grey */
  color: #9BA0A6;
}
section#section-communicate .mktoForm input[type=text],
section#section-communicate .mktoForm input[type=url],
section#section-communicate .mktoForm input[type=email],
section#section-communicate .mktoForm input[type=tel],
section#section-communicate .mktoForm input[type=number],
section#section-communicate .mktoForm input[type=date],
section#section-communicate .mktoForm select.mktoField {
  padding: 0 !important;
}
section#section-communicate .mktoForm .mktoFieldWrap {
  float: none !important;
  margin-right: 20px;
}
section#section-communicate .mktoForm textarea.mktoField {
  border-radius: 0;
  height: 38px !important;
  line-height: 20px;
  background: transparent;
  color: #9BA0A6 !important;
  padding: 0 !important;
  font-size: 16px !important;
  border: none;
  border-bottom: 1px solid #B7B7B7;
  box-shadow: none;
  margin-top: 30px;
  /*  width: 720px !important;*/
}
section#section-communicate #mktoForm_2903 > div.mktoFormRow > fieldset > div:nth-child(6) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth {
  width: 100% !important;
  color: #9BA0A6;
}
section#section-communicate #mktoForm_2903 > div.mktoFormRow > fieldset > div:nth-child(5) .mktoFieldWrap {
  padding-right: 31px;
}
section#section-communicate .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton,
section#section-communicate .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton:hover,
section#section-communicate .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #892DFF !important;
  background: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  border: none !important;
  height: 32px;
  line-height: 32px;
  padding: 0px 25.6px;
  font-size: 1.25rem;
  border-radius: 0.3rem;
  font-family: Arial, sans-serif;
  font-weight: 600;
  color: #fff !important;
  text-shadow: none;
  margin: 0 0 70px !important;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0.3rem !important;
  background: #892DFF !important;
  border: none;
  text-shadow: none;
  -webkit-animation-duration: 0s;
  -moz-animation-duration: 0s;
  -ms-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: mktoAnimGlow;
}
section#section-communicate #mktoForm_2903 > div.mktoFormRow > fieldset > div:nth-child(5) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap > div.mktoGutter.mktoHasWidth {
  display: none;
}

footer {
  /*  background: $primary-color;*/
}
footer p, footer h3, footer .h3, footer a {
  color: #fff;
}
footer p, footer a {
  font-size: 13px;
}
footer h3, footer .h3 {
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 20px;
}
footer .container-site-info {
  display: flex;
  flex-direction: column;
}
footer #footer-widget p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-width: 260px;
  margin-top: 28px;
}
footer #footer-widget .logo-footer {
  width: 114px;
  height: auto;
}
footer #footer-widget a {
  color: #0D7DE0;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 29px;
}
footer #footer-site-info {
  max-width: 340px;
}
footer #footer-site-info a img {
  max-width: 180px;
  max-height: 40px;
  margin-bottom: 15px;
  object-fit: cover;
}
footer #social-widget {
  margin-top: auto;
  max-width: 270px;
}
footer #social-widget ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
footer #social-widget ul li {
  margin: 0;
  padding: 0;
}
footer #social-widget ul li a {
  content: "";
  text-indent: -999px;
  display: block;
  width: 40px;
  height: 40px;
}
footer #social-widget ul li.linkedin a {
  background: url(/wp-content/uploads/2025/04/LinkedIn-on-White-2x.png) no-repeat;
  background-size: cover;
}
footer #social-widget ul li.twitter a {
  background: url(/wp-content/uploads/2025/04/X-on-White-2x.png) no-repeat;
  background-size: cover;
}
footer #social-widget ul li.youtube a {
  background: url(/wp-content/uploads/2025/04/YouTube-on-White-2x.png) no-repeat;
  background-size: cover;
}
footer #social-widget ul li.github a {
  background: url(/wp-content/uploads/2025/04/GitHub-on-White-2x.png) no-repeat;
  background-size: cover;
}
footer #social-widget ul li.slack a {
  background: url(/wp-content/uploads/2025/04/Slack-on-White-2x.png) no-repeat;
  background-size: cover;
}
footer #social-widget ul li.bluesky a {
  background: url(/wp-content/uploads/2025/04/Bluesky-on-White-2x.png) no-repeat;
  background-size: cover;
}
footer ul#menu-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
footer ul#menu-footer-menu > li {
  width: 30%;
  margin-bottom: 40px;
}
footer ul#menu-footer-menu > li a {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
footer ul#menu-footer-menu > li ul.sub-menu {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  padding-top: 5px;
}
footer ul#menu-footer-menu > li ul.sub-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}
footer ul#menu-footer-menu > li ul.sub-menu li a {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
footer ul#menu-footer-menu > li ul.sub-menu li a:hover {
  color: #0D7DE0;
}
footer ul#menu-footer-menu > li:nth-child(4) {
  /* width: 10%; */
}
footer .social-widget-mobile {
  display: none;
}
footer #copyright-widget p {
  font-size: 10px;
  line-height: 20px;
}
footer #copyright-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  height: 20px;
}
footer #copyright-widget ul li {
  float: left;
  margin: 0 15px 0 0;
  font-size: 10px;
  line-height: 20px;
}
footer #copyright-widget ul li a {
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
}

@media (min-width: 992px) {
  footer .social-wrapper a {
    width: 25px;
    height: 25px;
    margin-right: 3px;
    transition: 0.2s ease-in;
  }
  footer .social-wrapper a img {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 991.98px) {
  footer container-site-info {
    padding: 0 8px;
  }
  footer .col-lg-17, footer .container.footer-bottom {
    padding: 0 10px;
  }
  footer ul#menu-footer-menu {
    margin: 50px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer ul#menu-footer-menu > li {
    border-top: 0.5px solid #B7B7B7;
    padding: 0;
    margin: 0;
    position: relative;
  }
  footer ul#menu-footer-menu > li > a {
    display: block;
    padding: 20px 0;
  }
  footer ul#menu-footer-menu > li:after {
    content: "";
    background: url(/wp-content/themes/gc-responsive-v5/images/ui/arrow-down.svg) no-repeat bottom;
    display: block;
    height: 20px;
    width: 20px;
    margin-bottom: 1px;
    filter: invert(1);
    transition: all ease 75ms;
    position: absolute;
    right: 0;
    top: 15px;
  }
  footer ul#menu-footer-menu > li:last-child {
    border-bottom: 0.5px solid #B7B7B7;
  }
  footer ul#menu-footer-menu > li ul.sub-menu {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
  }
  footer ul#menu-footer-menu > li, footer ul#menu-footer-menu > li:nth-child(4) {
    width: 100%;
  }
  footer .social-widget-desktop {
    display: none;
  }
  footer .social-widget-mobile {
    display: block;
  }
  footer #social-widget {
    margin: 0 0 20px;
    padding-bottom: 40px;
    border-bottom: 0.5px solid #B7B7B7;
    width: 100%;
    max-width: 100%;
  }
  footer #copyright-widget {
    min-height: 300px;
  }
  footer #copyright-widget ul {
    margin: 10px 0;
    height: auto;
  }
  footer #copyright-widget ul li {
    float: none;
  }
  /* mobile styles */
  /* end mobile styles */
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  section#section-communicate .container {
    width: 100%;
  }
  section#section-communicate .container .row {
    width: 100%;
    margin: 0;
  }
  section#section-communicate .container .row div.col-sm-1.col-md-8 {
    width: 100%;
    padding: 0;
    border-right: none;
    border-bottom: 3px solid #000;
  }
  section#section-communicate .container-request {
    padding: 70px 10px 0;
  }
  section#section-communicate .container-request #mktoForm_2903 {
    padding: 10px 0;
  }
  section#section-communicate .container-request #mktoForm_2903 > div.mktoFormRow > fieldset > div:nth-child(5) .mktoFieldWrap {
    padding-right: 0px;
  }
  section#section-communicate .container-request .mktoForm .mktoFieldWrap {
    margin-right: 0;
  }
  section#section-communicate .container-request .mktoForm .mktoButtonRow {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  section#section-communicate .container-request .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    margin: 0 auto !important;
  }
  /* .stream-footer-trigger, */
  body.no-footer-stream .stream-footer-trigger {
    height: 86px;
    background: url(/wp-content/themes/gc-responsive-v5/images/footer-data-stream.png) no-repeat bottom;
    background-size: 100% 86px;
    background-color: #fff;
  }
  #data-stream-footer {
    display: none !important;
  }
  .container-let-us {
    padding-bottom: 40px;
  }
  footer {
    width: 100%;
  }
}
/*for the animations*/
body.home {
  color: #fff;
  max-height: 9800px !important;
  background-color: #21262D;
}
body.home .page-wrapper {
  margin: 0 !important;
}
body.home .page-wrapper .container-page {
  margin-top: 0; /* for home only*/
}
body.home blockquote {
  position: relative;
  font-size: 32px;
  letter-spacing: -0.69px;
  line-height: 42px;
  margin: 80px 0;
  padding: 0;
  background-color: #f8f9fa;
}
body.home #smooth-content {
  /*background-image: url(/wp-content/uploads/2023/03/polaris-header-2880x920-test-1-scaled.jpg);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0F131C;
}
body.home #smooth-content section#section-hero:before{
  content:"";
  z-index: -1;
  position:absolute;
  top:0;
  bottom:0;
  left:-100vw;
  right:-100vw;
  background-image: url(/wp-content/uploads/2023/03/polaris-header-2880x920-test-1-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.home #smooth-content section#section-hero {
  z-index:1;
}
body.home #section-performance p.lead {
  max-width: 1165px;
}
body.home #section-toolbox p.lead {
  max-width: 1150px;
}
body.home .container-content-home {
  width: 95%;
  margin-left: 5%;
  flex: 0 0 auto;
}
body.home section {
  border: 1px solid transparent;
  max-width: 1320px;
  margin: 0 auto;
}
body.home section#section-hero {
  padding-bottom: 63px;
}
body.home section#section-hero p.lead {
  margin-top: 25px;
  max-width: 1120px;
}
body.home #main {
  height: auto;
  margin: 0 auto;
  /*  background: url(/wp-content/themes/gc-responsive-v5/images/bg-vertical-stream.svg) 70px 500px no-repeat;*/
}
body.home h2.hero, body.home .hero.h2 {
  margin: 150px 0 0;
  font-size: 90px;
  color: #fff;
  font-weight: 700;
}
body.home h2.sm-gray, body.home .sm-gray.h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #6E737A;
  margin: 50px 0 0;
}
body.home h2, body.home .h2 {
  margin-top: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: #0d6efd;
}
body.home section h2, body.home section .h2 {
  margin-left: 5%;
  position: relative;
}
body.home form#sign-up {
  margin: 80px 0;
}
body.home form#sign-up input {
  width: 300px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 4px 0 0 4px;
  padding-left: 10px;
}
body.home form#sign-up button {
  width: 178px;
  height: 48px;
  background: #892DFF;
  border-radius: 0 4px 4px 0;
  border: 1px solid #892DFF;
  color: #fff;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-left: -4px;
}
body.home div.section-header {
  background: transparent;
  border: none;
  text-align: left;
}
body.home section h2:before, body.home section .h2:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: -65px !important;
  top: -6px;
}
body.home section h2 span.header-text, body.home section .h2 span.header-text {
  display: block;
}
body.home h2.performance:before, body.home .performance.h2:before {
  background: url(/wp-content/themes/gc-responsive-v5/images/icons/icon-performance.svg) no-repeat;
  background-size: contain;
}
body.home h2.icon-analytics-white:before, body.home .icon-analytics-white.h2:before {
  background: url(/wp-content/uploads/2025/02/Imply-Analytics_White.png) no-repeat;
  background-size: contain;
}
body.home h2.icon-check-dollar-white:before, body.home .icon-check-dollar-white.h2:before {
  background: url(/wp-content/uploads/2025/02/Imply-CheckDollar_White.png) no-repeat;
  background-size: contain;
}
body.home h2.icon-business-climb-top-white:before, body.home .icon-business-climb-top-white.h2:before {
  background: url(/wp-content/uploads/2025/02/Imply-BusinessClimbTop_White.png) no-repeat;
  background-size: contain;
}
body.home h2.concurrency:before, body.home .concurrency.h2:before {
  background: url(/wp-content/themes/gc-responsive-v5/images/icons/icon-concurrency.svg) no-repeat;
  background-size: contain;
}
body.home h2.streaming:before, body.home .streaming.h2:before {
  background: url(/wp-content/themes/gc-responsive-v5/images/icons/icon-streaming.svg) no-repeat;
  background-size: contain;
}
body.home h2.toolbox:before, body.home .toolbox.h2:before {
  background: url(/wp-content/themes/gc-responsive-v5/images/icons/icon-toolbox.svg) no-repeat;
  background-size: contain;
}
body.home h2.community:before, body.home .community.h2:before {
  background: url(/wp-content/themes/gc-responsive-v5/images/icons/icon-concurrency.svg) no-repeat;
  background-size: contain;
}
body.home p.lead {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2857142857;
  margin-bottom: 1.7rem;
  color: #EFEEEF;
}
body.home .container-logos {
  width: 100%;
  margin: 40px 0 90px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.home .container-logos img {
  margin-right: 30px;
  float: left;
  flex-shrink: initial;
}
body.home p.subtitle-huge {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.181818;
}
body.home .screenshot-hero {
  margin: 60px 0 30px;
}
body.home .container-ss-toolbox {
  background-color: #21272E;
  padding: 78px 0;
  margin: 60px 0 145px;
  max-width: 1320px;
  height: 312px;
}
body.home .container-ss-toolbox .carousel-toolbox {
  margin: 0 60px 0 120px;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox.play-logos {
  position: relative;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox.play-logos figure {
  position: absolute;
  width: 310px;
  height: 70px;
  opacity: 0;
  left: -20px;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox.play-logos figure.active {
  display: flex;
  height: 70px;
  margin-bottom: 0;
  transition: all 750ms;
  left: 0;
  opacity: 1;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox.play-logos p {
  display: block;
  margin-top: 70px;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox {
  max-width: 310px;
  display: flex;
  flex-direction: column;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox figure {
  display: flex;
  height: 70px;
  margin-bottom: 0;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox img {
  max-width: 185px;
  height: auto;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox img.snowflake {
  max-width: 155px;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox img.mongodb {
  max-width: 154px;
  height: 40px;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox img.bigquery {
  max-width: 110px;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox img.postgresql {
  max-width: 165px;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox img.redshift {
  width: 125px;
}
body.home .container-ss-toolbox .carousel-toolbox .item-toolbox img.druid {
  max-width: 123px;
  height: 35px;
}
body.home .container-ss-toolbox .carousel-toolbox .group {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 1138px;
  height: 200px;
}
body.home .container-ss-toolbox img {
  margin: 0 0 30px;
}
body.home .container-ss-toolbox p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  max-width: 355px;
  margin-bottom: 0;
}
body.home .concurrency-img-mobile {
  display: none;
}
body.home .container-concurrency-image {
  background-color: #21262D;
  max-width: 1320px;
  padding: 40px;
  text-align: right;
  margin: 60px 0 30px;
  height: 600px;
  width: 100%;
}
body.home .container-concurrency-image #section-concurrency-dummy {
  margin: 40px 80px;
}
body.home .container-concurrency-image img.mobileonly {
  display: none;
}
body.home .container-quote {
  background-color: #21262D;
  max-width: 1320px;
  margin-bottom: 150px;
}
body.home .container-quote .quote-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .container-quote .quote-image img {
  margin-left: 200px;
}
body.home .container-quote blockquote {
  background-color: transparent;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 131.93%;
  max-width: 650px;
}
body.home .container-quote blockquote .quote-source {
  margin-top: 25px;
  font-family: "Open Sans";
  font-style: normal;
}
body.home .container-quote blockquote .quote-source .quote-author {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
body.home .container-quote blockquote .quote-source .quote-title {
  display: block;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
}
body.home a.btn-lg, body.home .btn-group-lg > a.btn {
  position: relative;
  display: block;
  width: 274px;
  padding: 1rem 1.5rem;
  margin: 70px 0 0;
  background-color: #892DFF;
}
body.home a.btn-lg:hover, body.home .btn-group-lg > a.btn:hover {
  background-color: #0D7DE0;
  /* border-color: #fff; */
}
body.home a.arrow-right.light-purple:hover {
  color: #0D7DE0 !important;
}
body.home a.btn-lg.btn-koala-right, body.home .btn-group-lg > a.btn-koala-right.btn {
  margin: 90px auto 0;
}
body.home a.btn-lg.btn-koala-right:after, body.home .btn-group-lg > a.btn-koala-right.btn:after {
  content: "";
  background: url(/wp-content/themes/gc-responsive-v5/images/home/icon-koala.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 102px;
  height: 110px;
  top: -46px;
  right: -102px;
}
body.home a.btn-lg.btn-koala-dynamic, body.home .btn-group-lg > a.btn-koala-dynamic.btn {
  margin: 90px auto 0;
}
body.home a.btn-lg.btn-koala-dynamic:after, body.home .btn-group-lg > a.btn-koala-dynamic.btn:after {
  width: 102px;
  height: 110px;
  top: -46px;
  right: -102px;
  background-size: contain;
  position: absolute;
  content: "";
}
body.home a.btn-lg.koala-aviator-white:after, body.home .btn-group-lg > a.koala-aviator-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-aviator-white.svg) no-repeat;
}
body.home a.btn-lg.koala-dancing-white:after, body.home .btn-group-lg > a.koala-dancing-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-dancing-white.svg) no-repeat;
  right: -115px;
}
body.home a.btn-lg.koala-headset-white:after, body.home .btn-group-lg > a.koala-headset-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-headset-white.svg) no-repeat;
}
body.home a.btn-lg.koala-hi-five-white:after, body.home .btn-group-lg > a.koala-hi-five-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-hi-five-white.svg) no-repeat;
  width: 204px;
  right: -215px;
}
body.home a.btn-lg.koala-jumping-white:after, body.home .btn-group-lg > a.koala-jumping-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-jumping-white.svg) no-repeat;
  height: 110px;
  top: -60px;
  right: -110px;
}
body.home a.btn-lg.koala-kicking-back-white:after, body.home .btn-group-lg > a.koala-kicking-back-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-kicking-back-white.svg) no-repeat;
  right: -115px;
}
body.home a.btn-lg.koala-mind-blown-white:after, body.home .btn-group-lg > a.koala-mind-blown-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-mind-blown-white.svg) no-repeat;
  width: 111.3px;
  height: 120px;
  top: -56px;
  right: -126px;
}
body.home a.btn-lg.koala-pina-colada-white:after, body.home .btn-group-lg > a.koala-pina-colada-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-pina-colada-white.svg) no-repeat;
  width: 111.3px;
  height: 120px;
  top: -36px;
  right: -120px;
}
body.home a.btn-lg.koala-pointing-left-white:after, body.home .btn-group-lg > a.koala-pointing-left-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-pointing-left-white.svg) no-repeat;
}
body.home a.btn-lg.koala-pointing-right-white:after, body.home .btn-group-lg > a.koala-pointing-right-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-pointing-right-white.svg) no-repeat;
  right: -115px;
}
body.home a.btn-lg.koala-rayban1-white:after, body.home .btn-group-lg > a.koala-rayban1-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-rayban1-white.svg) no-repeat;
}
body.home a.btn-lg.koala-rayban2-white:after, body.home .btn-group-lg > a.koala-rayban2-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-rayban2-white.svg) no-repeat;
}
body.home a.btn-lg.koala-standing-white:after, body.home .btn-group-lg > a.koala-standing-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-standing-white.svg) no-repeat;
  width: 111.3px;
  height: 120px;
  top: -44px;
  right: -120px;
}
body.home a.btn-lg.koala-team-photo-white:after, body.home .btn-group-lg > a.koala-team-photo-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-team-photo-white.svg) no-repeat;
  right: -115px;
}
body.home a.btn-lg.koala-thumbs-up-white:after, body.home .btn-group-lg > a.koala-thumbs-up-white.btn:after {
  background: url(/wp-content/themes/gc-responsive-v5/images/home/koala-thumbs-up-white.svg) no-repeat;
}
body.home .container-counter {
  margin: 60px 0 80px;
  background-color: #21262D;
  padding: 50px 108px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
body.home .container-counter .count-item {
  margin: 40px 0;
  display: block;
  width: 50%;
  height: 145px;
}
body.home .container-counter .count-item .count-number, body.home .container-counter .count-item .count-number-array {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 115px;
  height: 115px;
  display: block;
  color: #FFFFFF;
}
body.home .container-counter .count-item .count-description {
  display: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
  color: #0D7DE0;
}
body.home .container-counter .btn-counter {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-indent: -9999px;
  background: rgba(33, 39, 46, 0.75);
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
}
body.home .container-counter .btn-counter:before {
  content: "";
  background: url(/wp-content/themes/gc-responsive-v5/images/home/icon-replay.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0.2;
}
body.home .section-top {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 0;
}
body.home section {
  position: relative;
}
body.home #canvas {
  z-index: -100;
  position: absolute;
  left: 25px;
  top: 250px;
  margin: 0 auto;
}
body.home #concurrencySVG {
  /*  visibility: hidden;*/
  width: 1150px;
  height: 500px;
}
body.home #section-concurrency .container-quote,
body.home #section-streaming .container-quote {
  margin-top: 40px;
}
body.home section#section-trial,
body.home section#section-koala {
  max-width: 100%;
}
body.home section#section-trial .container,
body.home section#section-koala .container {
  text-align: center;
}
body.home section#section-trial .container h2, body.home section#section-trial .container .h2,
body.home section#section-koala .container h2,
body.home section#section-koala .container .h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 95px;
  /* or 119% */
  text-align: center;
  color: #fff;
  margin: 50px 0;
}
body.home section#section-trial .container p.lead,
body.home section#section-koala .container p.lead {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 131.93%;
  /* or 26px */
  text-align: center;
  /* Light Grey */
  color: #EFEEEF;
}

/* end body.home */
/*body.home.darken-bg {
  background-blend-mode: darken;
  transition: background-color 1s;
}*/
@media screen and (min-width: 2170px) {
  section#section-trial,
  section#section-koala {
    background-size: contain;
  }
}
@media (max-width: 991.98px) {
  body.home {
    color: #fff;
    /*background: url(/wp-content/uploads/2023/03/polaris-header-2880x920-test-1-scaled.jpg) no-repeat #0F131C;*/
  }

  body.home #smooth-content {
    overflow-x: hidden;
  }
  body.home #main {
    padding: 0 15px;
  }
  body.home #main section:first-child {
    padding-top: 150px;
  }
  body.home #smooth-content {
    /*background-image: url(/wp-content/uploads/2023/03/polaris-header-2880x920-test-1-scaled.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #0F131C;*/
  }
  body.home div.section-header {
    width: 100%;
    margin-bottom: 15px;
  }
  body.home section h2, body.home section .h2 {
    margin: 0 0 0 45px;
    position: relative;
    padding: 10px 0;
    font-size: 20px;
  }
  body.home section h2:before, body.home section .h2:before {
    content: "";
    position: absolute;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -40px;
    top: 8px;
  }
  body.home .section-content {
    padding: 0 10px;
  }
  body.home h2.hero, body.home .hero.h2 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    letter-spacing: 0.02em;
  }
  body.home h2.sm-gray, body.home .sm-gray.h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #6E737A;
    margin: 50px 0 0;
  }
  body.home h2, body.home .h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #0d6efd;
  }
  body.home section h2, body.home section .h2 {
    margin-left: 40px;
    position: relative;
  }
  body.home section h2:before, body.home section .h2:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 50px;
    left: -50px !important;
    top: 5px;
  }
  body.home a.btn-lg,
  body.home .btn-group-lg > a.btn {
    padding: 0.8rem 1.5rem;
    margin: 40px 0 0;
  }
  body.home .container-ss-toolbox {
    padding: 30px 20px;
    margin: 40px 0 20px;
    max-width: 100vw;
    height: 580px;
  }
  body.home .container-ss-toolbox .carousel-toolbox {
    margin: 0;
  }
  body.home .container-ss-toolbox .carousel-toolbox .item-toolbox {
    margin-bottom: 20px;
  }
  body.home .container-ss-toolbox .carousel-toolbox .item-toolbox.play-logos p {
    margin-top: 60px;
  }
  body.home .container-ss-toolbox .carousel-toolbox .group {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: auto;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.home .container-ss-toolbox .carousel-toolbox .group img {
    margin: 0 0 30px;
  }
  body.home .container-ss-toolbox .carousel-toolbox .group p {
    padding-bottom: 30px;
    font-size: 16px;
  }
  body.home section#section-trial,
  body.home section#section-koala {
    max-width: 100%;
    padding: 0 20px 30px;
  }
  body.home section#section-trial .container,
  body.home section#section-koala .container {
    text-align: center;
  }
  body.home section#section-trial .container h2, body.home section#section-trial .container .h2,
  body.home section#section-koala .container h2,
  body.home section#section-koala .container .h2 {
    /* font-size: 24px;
    line-height: 1.5; */
    text-align: center;
    color: #fff;
  }
  body.home section#section-trial .container p.lead,
  body.home section#section-koala .container p.lead {
    font-size: 18px;
    line-height: 131.93%;
    text-align: center;
  }
  body.home section#section-trial .container a.btn-lg.btn-koala-right,
  body.home section#section-trial .container a.btn-koala-dynamic,
  body.home section#section-trial .container .btn-group-lg > a.btn-koala-right.btn,
  body.home section#section-koala .container a.btn-lg.btn-koala-right,
  body.home section#section-koala .container a.btn-koala-dynamic,
  body.home section#section-koala .container .btn-group-lg > a.btn-koala-right.btn {
    margin: 90px 20px 108px;
    width: calc(100% - 120px);
    font-size: 16px;
  }
  body.home section#section-communicate {
    background-color: #21262D;
    padding: 0;
    border-bottom: 4px solid #000;
  }
  body.home section#section-communicate .col-md-11 {
    border-right: 4px solid #000;
  }
  body.home section#section-communicate p.lead {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9BA0A6;
  }
  body.home section#section-communicate .container-let-us {
    padding-top: 70px;
  }
  body.home section#section-communicate .container-let-us .btn-lg, body.home section#section-communicate .container-let-us .btn-group-lg > .btn {
    margin: 60px auto;
  }
  body.home section#section-communicate .container-let-us h3, body.home section#section-communicate .container-let-us .h3 {
    position: relative;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    /* Med Grey */
    color: #9BA0A6;
    max-width: 290px;
    text-align: center;
    margin: 0 auto;
    padding-top: 150px;
  }
  body.home section#section-communicate .container-let-us h3:before, body.home section#section-communicate .container-let-us .h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 37px);
    background: url(/wp-content/themes/gc-responsive-v5/images/home/icon-headphones-call-center.svg);
    width: 75px;
    height: 75px;
  }
  body.home section#section-communicate .container-request {
    padding: 0 8px;
  }
  body.home section#section-communicate .container-request label {
    display: none;
  }
  body.home section#section-communicate .container-request input {
    background-color: transparent !important;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px solid #B7B7B7;
  }
  body.home section#section-communicate .container-request p {
    max-width: 510px;
  }
  body.home section#section-communicate .container-request .btn-lg, body.home section#section-communicate .container-request .btn-group-lg > .btn {
    position: relative;
    display: block;
    width: 172px;
    padding: 1rem 1.5rem;
    margin: 35px 0 0;
    background-color: #892DFF !important;
  }
  body.home section#section-communicate h3.request, body.home section#section-communicate .request.h3 {
    margin-top: 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 131.93%;
    /* or 42px */
    /* Med Grey */
    color: #9BA0A6;
  }
  body.home section#section-communicate .mktoForm input {
    padding: 10px 0;
  }
  body.home section#section-communicate form.mktoForm {
    padding: 10px 0 !important;
  }
  body.home .container-quote {
    margin: 20px 0;
    padding: 0 0 40px;
  }
  body.home .container-quote .row {
    display: flex;
    align-items: flex-start;
  }
  body.home .container-quote blockquote {
    font-size: 20px;
    padding: 30px 20px 20px 0;
    margin: 0;
  }
  body.home .container-quote .quote-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.home .container-quote .quote-image img {
    margin: 35px;
    max-width: 30px;
    height: auto;
  }
  body.home .container-counter {
    margin: 40px 0 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  body.home .container-counter .count-item {
    margin: 0 0 40px;
    display: block;
    width: 50%;
    height: auto;
  }
  body.home .container-counter .count-item .count-number {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 45px;
    height: 55px;
    display: block;
    color: #FFFFFF;
  }
  body.home .container-counter .count-item .count-description {
    display: none;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    text-transform: uppercase;
    color: #0D7DE0;
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  body.home {
    max-width: 100vw;
    /* canvas:not(#data-stream-footer) { */
  }
  body.home .page-wrapper {
    max-width: 100vw;
  }
  body.home .page-wrapper .container-page {
    max-width: 100vw;
  }
  body.home .page-wrapper .container-page #main {
    padding: 0 24px;
  }
  body.home .page-wrapper .container-page section {
    max-width: 100vw;
  }
  body.home section {
    border: none;
  }
  body.home div.col-md-24:has(> img) {
    margin: 0 -40px 0;
    width: calc(100% + 40px + 12px);
    max-width: calc(100% + 40px + 12px);
    height: auto;
  }
  body.home img.screenshot-hero {
    margin: 40px 0 0;
    width: calc(100% + 12px);
    max-width: 100%;
    height: auto;
  }
  body.home a.btn-lg, body.home .btn-group-lg > a.btn {
    margin: 25px auto 0;
  }
  body.home a.arrow-right.light-purple {
    font-size: 16px;
    line-height: 29px;
    font-weight: 700;
  }
  body.home p.subtitle-huge {
    font-size: 36px;
    line-height: 46px;
  }
  body.home p.lead {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }
  body.home .container-quote {
    margin: 20px -25px 0 !important;
    width: 100vw;
    max-width: 100vw;
    height: auto;
  }
  body.home .container-quote .row {
    padding: 0;
    margin: 0;
    width: 100vw;
    max-width: 100vw;
  }
  body.home .container-quote .row .col-17 {
    padding-right: 0;
  }
  body.home canvas {
    display: none;
  }
  body.home .container-content-home {
    width: 100%;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }
  body.home section#section-hero {
    padding-bottom: 33px;
    background: none;
  }
  body.home section#section-trial .container h2, body.home section#section-trial .container .h2,
  body.home section#section-koala .container h2,
  body.home section#section-koala .container .h2 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
  }
  body.home section#section-logos {
    background: none;
  }
  body.home section#section-logos .container-logos {
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  body.home section#section-logos .container-logos img {
    margin: 0 30px 35px;
    float: none;
    flex-shrink: initial;
  }
  body.home section#section-performance {
    margin-top: -35px;
    padding-top: 150px;
    background: url(/wp-content/uploads/2023/05/home-datastream-performance.png) no-repeat 12px top;
  }
  body.home section#section-performance .container {
    padding: 0;
  }
  body.home section#section-performance .container .row {
    margin: 0;
  }
  body.home section#section-performance .container .row .section-content {
    padding: 0;
  }
  body.home section#section-performance .container .row .section-content .row {
    margin: 0;
  }
  body.home section#section-performance .container .row .section-content .row .container-content-home {
    padding: 0;
  }
  body.home section#section-performance div.col-md-24:has(> img) {
    margin: 0 -25px;
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    height: auto;
  }
  body.home section#section-concurrency {
    padding-top: 100px;
    background: url(/wp-content/uploads/2023/05/home-datastream-concurrency.png) no-repeat 12px top;
  }
  body.home section#section-concurrency .container {
    padding: 0;
  }
  body.home section#section-concurrency .container .row {
    margin: 0;
  }
  body.home section#section-concurrency .container .row .section-content {
    padding: 0;
  }
  body.home section#section-concurrency .container .row .section-content .container-content-home {
    padding: 0;
  }
  body.home section#section-concurrency .container .row .section-content .container-content-home .row {
    margin: 0;
  }
  body.home section#section-concurrency #concurrencySVG {
    display: none;
  }
  body.home section#section-concurrency .container-concurrency-image {
    display: block;
    margin: 20px 0;
    padding: 0;
    height: auto;
  }
  body.home section#section-concurrency .container-concurrency-image svg {
    display: none;
  }
  body.home section#section-concurrency .container-concurrency-image img.mobileonly {
    display: block;
  }
  body.home section#section-streaming {
    background: url(/wp-content/uploads/2023/05/home-datastream-streaming.png) no-repeat 12px top;
    padding-top: 110px;
  }
  body.home section#section-streaming .container {
    padding: 0;
  }
  body.home section#section-streaming .container .row {
    margin: 0;
  }
  body.home section#section-streaming .container .row .section-content {
    padding: 0;
  }
  body.home section#section-streaming .container .row .section-content .container-content-home {
    padding: 0;
  }
  body.home section#section-streaming .container .row .section-content .container-content-home .row {
    margin: 0;
  }
  body.home section#section-streaming div.col-md-24:has(> img) {
    margin: 0 -25px;
    width: calc(100% + 40px + 10px);
    max-width: calc(100% + 40px + 10px);
    padding: 0;
    height: auto;
  }
  body.home section#section-streaming img.screenshot-hero.mobileonly {
    display: block;
    margin: 40px 0 0;
    width: calc(100% + 12px);
    max-width: calc(100% + 12px);
    height: auto;
  }
  body.home section#section-streaming img.screenshot-hero.desktoponly {
    display: none;
  }
  body.home section#section-toolbox {
    padding-top: 110px;
    background: url(/wp-content/uploads/2023/05/home-datastream-ecosystem.png) no-repeat 12px top;
  }
  body.home section#section-toolbox .container {
    padding: 0;
  }
  body.home section#section-toolbox .container .row {
    margin: 0;
  }
  body.home section#section-toolbox .container .row .section-content {
    padding: 0;
  }
  body.home section#section-toolbox .container .row .section-content .row {
    margin: 0;
  }
  body.home section#section-toolbox .container .row .section-content .row div.col-md-24 {
    padding: 0;
  }
  body.home section#section-toolbox .container .row .section-content .row div.col-md-24 .container-content-home {
    padding: 0;
  }
  body.home section#section-toolbox .container .row .section-content .row div.col-md-24 .container-content-home .row {
    margin: 0;
  }
  body.home section#section-toolbox .container-ss-toolbox {
    margin-right: -24px;
    margin-bottom: 0;
    margin-left: -24px;
    width: calc(100% + 40px + 10px);
    max-width: calc(100% + 40px + 10px);
    padding: 0;
  }
  body.home section#section-toolbox .container-ss-toolbox .carousel-toolbox {
    margin: 0;
  }
  body.home section#section-toolbox .container-ss-toolbox .carousel-toolbox .group {
    left: 0;
  }
  body.home section#section-toolbox .container-ss-toolbox .carousel-toolbox .group .item-toolbox {
    padding: 12px 0 0;
    margin-bottom: 20px;
  }
  body.home section#section-toolbox .container-ss-toolbox .carousel-toolbox .group .item-toolbox.play-logos p {
    margin-top: 60px;
  }
  body.home section#section-community {
    padding-top: 110px;
    background: url(/wp-content/uploads/2023/05/home-datastream-community.png) no-repeat 12px top;
  }
  body.home section#section-community .container {
    padding: 0;
  }
  body.home section#section-community .container .row {
    margin: 0;
  }
  body.home section#section-community .container .row .container .section-header {
    padding: 0 15px;
  }
  body.home section#section-community .container .row .container .section-content {
    padding: 0;
  }
  body.home section#section-community .container .row .container .section-content .row {
    margin: 0;
  }
  body.home section#section-community .container .row .container .section-content .row div.col-md-24 {
    padding: 0;
  }
  body.home section#section-community .container .row .container .section-content .row div.col-md-24 .container-content-home {
    padding: 0;
  }
  body.home section#section-community .container .row .container .section-content .row div.col-md-24 .container-content-home .row {
    margin: 0;
  }
  body.home section#section-community .container-counter {
    margin-right: -24px;
    margin-bottom: 0;
    margin-left: -24px;
    width: calc(100% + 40px + 10px);
    max-width: calc(100% + 40px + 10px);
    padding: 20px 24px;
  }
  body.home section#section-community .container-counter .count-item {
    padding: 12px 12px 0 0;
  }
  body.home .section-bottom {
    padding-top: 60px;
    background: url(/wp-content/uploads/2023/05/home-datastream-last.png) no-repeat 27px top;
  }
  body.home .stream-footer-trigger {
    height: 86px;
    background: url(/wp-content/themes/gc-responsive-v5/images/footer-data-stream.png) no-repeat bottom;
    background-size: 100% 86px;
  }
  body.home section#section-communicate {
    padding: 0 25px;
  }
  body.home section#section-communicate .container {
    width: 100%;
    padding: 0;
  }
  body.home section#section-communicate .container .row {
    width: 100%;
    margin: 0;
  }
  body.home section#section-communicate .container .row div.col-sm-1.col-md-8 {
    width: 100%;
    padding: 0;
    border-right: 0;
  }
  body.home section#section-communicate .container .row div.col-sm-1.col-md-16 {
    width: 100%;
    padding: 0;
  }
  body.home section#section-communicate .container-request {
    padding: 70px 0;
  }
  body.home section#section-communicate .container-request #mktoForm_2903 {
    padding: 10px 0;
  }
  body.home section#section-communicate .container-request .mktoForm .mktoFieldWrap {
    margin-right: 0;
  }
  body.home section#section-communicate .container-request .mktoForm .mktoButtonRow {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  body.home section#section-communicate .container-request .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    margin: 0 auto !important;
  }
  /* end body.home */
  .stream-footer-trigger {
    height: 86px;
    background: url(/wp-content/themes/gc-responsive-v5/images/footer-data-stream.png) no-repeat bottom;
    background-size: 100% 86px;
  }
  #data-stream-footer {
    display: none !important;
  }
  .container-let-us {
    padding-bottom: 40px;
  }
  footer {
    width: 100vw;
  }
  footer .footer-page-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
  footer .footer-page-inner .footer-top {
    padding: 0;
  }
  footer .footer-page-inner .footer-top .row {
    margin: 0;
  }
  footer .footer-page-inner .footer-top .row .container-site-info {
    padding: 0;
  }
  footer .footer-page-inner .footer-top .row .col-lg-17 {
    padding: 0;
  }
  footer .footer-page-inner .footer-bottom {
    padding: 0;
    margin-bottom: 80px;
  }
}
/* end mobile styles */
section.violator {
  display: none;
  padding: 20px 0;
}
section.violator .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.violator .container p {
  margin: 0;
  font-weight: 600;
  color: #fff;
}
section.violator .container p a {
  color: #fff;
}
section.violator .container a.close-violator {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  font-size: 14px;
}

body.page-events {
  /* mobile */
  /* end mobile */
}
body.page-events hr {
  margin-right: auto;
  margin-left: auto;
}
body.page-events .no-events {
  /* line-height: 0.1em; */
  margin-top: -25px;
}
@media (max-width: 767.98px) {
  body.page-events section.events-header {
    padding: 80px 0;
    text-align: center;
  }
  body.page-events section.events-header h1, body.page-events section.events-header .h1 {
    font-size: 48px;
    line-height: 66px;
    margin: 0;
    padding: 0;
  }
  body.page-events section.events-header .short-description {
    max-width: 320px;
    font-size: 18px;
    line-height: 28px;
  }
}

.modal-video {
  display: block;
}

.btn.modal-video {
  display: inline;
}

.video-tn {
  position: relative;
  width: 450px;
  height: 280px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.video-tn img.modal-video-hero {
  z-index: 1;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 450px;
  height: 280px;
}
.video-tn .play-modal-video {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: url(/wp-content/themes/gc-responsive-v5/images/icon-video-play.svg) no-repeat;
  filter: invert(0);
  background-size: contain;
}

@media (min-width: 992px) {
  .container-videos .video-title {
    padding: 0 10px 10px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.375;
  }
  .container-videos p {
    margin-bottom: 0;
    padding: 0 40px 50px 0;
    font-size: 16px;
    line-height: 1.375;
  }
  .container-videos .container-video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    background-color: transparent;
    margin: 0 10px 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(1);
    transition: all linear 250ms;
  }
  .container-videos .container-video .icon-play-video {
    width: 50px;
    opacity: 0.95;
    transition: all ease 500ms;
  }
  .container-videos .container-video:hover .icon-play-video {
    opacity: 1;
  }
  .container-videos .container-video:hover {
    filter: brightness(1.1);
  }
  .container-videos .row .col-lg-6:first-child {
    padding-right: 15px;
  }
  .container-videos .row .col-lg-6:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .container-videos p {
    margin-bottom: 0;
    padding: 0 0 50px 0;
    font-size: 16px;
    line-height: 1.375;
  }
  .container-videos .container-video {
    display: flex;
    width: 100%;
    height: 200px;
    background-color: #666;
    margin: 0 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .container-videos .container-video .icon-play-video {
    width: 50px;
    opacity: 0.6;
    margin: 0 auto;
  }
  .container-videos .video-title {
    font-weight: 600;
    font-size: 20px;
    padding: 0 10px 10px 0;
    line-height: 1.375;
  }
  .container-video {
    height: 190px;
    background-color: transparent;
    background-size: contain;
  }
}
/* Mobile */
@media (max-width: 991.98px) {
  .video-tn {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 240px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-tn img.modal-video-hero {
    z-index: 1;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 240px;
  }
}
/* body.search */
body.search {
  /* mobile */
  /* end mobile */
}
body.search .container-page {
  background-color: #fff;
  padding: 50px 0;
}
body.search h1, body.search .h1 {
  margin-top: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #0F131C;
}
body.search .list-search {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}
body.search .list-search li {
  border-top: 1px solid #e9ecef;
  padding: 15px 0;
  margin: 0;
}
body.search .list-search li:nth-child(even) {
  /*background-color: $gray-300;*/
}
@media (max-width: 575.98px) {
  body.search #main {
    padding-top: 60px;
  }
  body.search #main h1.search, body.search #main .search.h1 {
    font-size: 32px;
    line-height: 42px;
  }
  body.search #main input#submit {
    margin-top: 30px;
  }
}

/* end body.search */
.list-search {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}
.list-search li {
  margin: 8px 0;
  padding: 0;
}

.blog-title {
  color: #000;
  font-size: 22px;
  line-height: 1.345;
  text-decoration: none;
  font-weight: 500;
}

.search-main .row {
  align-items: center;
}

.pagination {
  width: 100%;
  background-color: #fcfcfc;
  padding: 15px;
}
.pagination li:first-child {
  margin-right: 50px;
}
.pagination li {
  min-width: 15px;
  margin: 0 3px;
}
.pagination li a {
  text-decoration: none;
}

@media (min-width: 992px) {
  #searchform > div > div.col-md-2.col-xs-3 {
    padding-left: 0;
  }
}
/* body.page.page-template-default */
body.page.page-template-default .page-wrapper {
  padding-top: 100px;
  color: #fff;
}
body.page.page-template-default .page-wrapper h1, body.page.page-template-default .page-wrapper .h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin: 50px 0;
}

/* end body.page.page-template-default */
/* Why Imply page  */
body.page-why-imply {
  /* mobile styles */
}
body.page-why-imply #main:first-child > hr.container.fancy.tall.gradient-gray-bright {
  /* #main hr:first-child { */
  display: none;
}
body.page-why-imply .container-grid ul li.spaced:hover {
  box-shadow: none !important;
}
@media (max-width: 575.98px) {
  body.page-why-imply #main:first-child > hr.container.fancy.tall.gradient-gray-bright {
    display: block;
  }
}

/* end Why Imply page  */
/* Why Imply page & Get Started page */
body.page-why-imply,
body.page-get-started {
  /* mobile */
  /* end mobile */
  /* section#boxes-basic-section */
  /* end section.boxes-basic-section */
  /* section#lower-your-druid-tco-by-up-to-50 */
  /* end section#lower-your-druid-tco-by-up-to-50 */
  /* section#start-building-today */
  /* end section#start-building-today */
  /* section#youll-save-money-guaranteed  */
  /* end section#youll-save-money-guaranteed */
  /* section#comparisons */
  /* end section#comparisons */
  /* section#trusted-logos */
  /* end section#trusted-logos */
  /* end section.quote-section */
  /* end section.quote-section */
  /* mobile styles */
  /* end mobile styles */
}
@media (max-width: 575.98px) {
  body.page-why-imply,
  body.page-get-started {
    /* section.header-section */
    /* end section.header-section */
  }
  body.page-why-imply section.header-section,
  body.page-get-started section.header-section {
    padding-top: 0 !important;
    padding-bottom: 110px !important;
    /* hack to keep the button working */
  }
  body.page-why-imply section.header-section .container,
  body.page-get-started section.header-section .container {
    padding-top: 0;
    text-align: center;
  }
  body.page-why-imply section.header-section .container h1, body.page-why-imply section.header-section .container .h1,
  body.page-get-started section.header-section .container h1,
  body.page-get-started section.header-section .container .h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
  }
  body.page-why-imply section.header-section .container p,
  body.page-get-started section.header-section .container p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  body.page-why-imply section.header-section .container .btn-primary,
  body.page-get-started section.header-section .container .btn-primary {
    min-width: 50%;
    margin-bottom: -200px;
  }
  body.page-why-imply section.header-section .flex-center img,
  body.page-get-started section.header-section .flex-center img {
    margin-top: -30px;
  }
  body.page-why-imply section.header-section .container-description,
  body.page-get-started section.header-section .container-description {
    margin-bottom: 110px;
  }
  body.page-why-imply section.header-section div > div > div.col-sm-1.col-md-14,
  body.page-get-started section.header-section div > div > div.col-sm-1.col-md-14 {
    z-index: 100;
  }
  body.page-why-imply section.header-section div > div > div.col-sm-1.col-md-10.flex-center,
  body.page-get-started section.header-section div > div > div.col-sm-1.col-md-10.flex-center {
    z-index: 20;
  }
}
body.page-why-imply section.boxes-basic-section,
body.page-get-started section.boxes-basic-section {
  padding: 40px 30px 36px;
  margin-bottom: 0;
  /* mobile styles */
  /* end mobile styles */
}
body.page-why-imply section.boxes-basic-section .container-grid .list-item.two-cols.spaced,
body.page-get-started section.boxes-basic-section .container-grid .list-item.two-cols.spaced {
  /* width: calc(50% - 64px); */
  width: calc(50% - 32px);
}
body.page-why-imply section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(odd),
body.page-get-started section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(odd) {
  margin-right: 64px;
  margin-bottom: 64px;
}
body.page-why-imply section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(even),
body.page-get-started section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(even) {
  margin-bottom: 64px;
}
body.page-why-imply section.boxes-basic-section .container-grid .spaced .list-content,
body.page-get-started section.boxes-basic-section .container-grid .spaced .list-content {
  color: #fff;
  padding: 30px 62px 60px 56px;
  display: block;
  flex-direction: column;
  text-align: left;
}
body.page-why-imply section.boxes-basic-section .container-grid .spaced .list-content img,
body.page-get-started section.boxes-basic-section .container-grid .spaced .list-content img {
  max-height: 50px;
  width: auto;
  margin-bottom: 60px;
}
body.page-why-imply section.boxes-basic-section .container-grid .spaced .list-content h4, body.page-why-imply section.boxes-basic-section .container-grid .spaced .list-content .h4,
body.page-get-started section.boxes-basic-section .container-grid .spaced .list-content h4,
body.page-get-started section.boxes-basic-section .container-grid .spaced .list-content .h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-transform: none;
  margin: 0 auto 40px;
}
body.page-why-imply section.boxes-basic-section .container-grid .spaced .list-content p,
body.page-get-started section.boxes-basic-section .container-grid .spaced .list-content p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 auto 30px;
}
@media (max-width: 575.98px) {
  body.page-why-imply section.boxes-basic-section,
  body.page-get-started section.boxes-basic-section {
    padding: 0;
  }
  body.page-why-imply section.boxes-basic-section .container,
  body.page-get-started section.boxes-basic-section .container {
    padding: 0;
  }
  body.page-why-imply section.boxes-basic-section .container .container-grid,
  body.page-get-started section.boxes-basic-section .container .container-grid {
    margin: 50px 24px 80px;
  }
  body.page-why-imply section.boxes-basic-section .container .container-grid li.spaced:nth-child(odd),
  body.page-get-started section.boxes-basic-section .container .container-grid li.spaced:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 24px;
  }
  body.page-why-imply section.boxes-basic-section .container .container-grid li.spaced:nth-child(even),
  body.page-get-started section.boxes-basic-section .container .container-grid li.spaced:nth-child(even) {
    margin-bottom: 24px;
  }
  body.page-why-imply section.boxes-basic-section .container .container-grid li.spaced .list-content,
  body.page-get-started section.boxes-basic-section .container .container-grid li.spaced .list-content {
    padding: 30px 24px;
  }
  body.page-why-imply section.boxes-basic-section .container .container-grid li.spaced .list-content img,
  body.page-get-started section.boxes-basic-section .container .container-grid li.spaced .list-content img {
    max-width: 126px;
    height: auto;
    margin-bottom: 15px;
  }
  body.page-why-imply section.boxes-basic-section .container .container-grid li.spaced .list-content h4, body.page-why-imply section.boxes-basic-section .container .container-grid li.spaced .list-content .h4,
  body.page-get-started section.boxes-basic-section .container .container-grid li.spaced .list-content h4,
  body.page-get-started section.boxes-basic-section .container .container-grid li.spaced .list-content .h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 auto 22px;
  }
  body.page-why-imply section.boxes-basic-section .container .container-grid li.spaced .list-content p,
  body.page-get-started section.boxes-basic-section .container .container-grid li.spaced .list-content p {
    font-size: 14px;
    line-height: 23px;
    margin: 0 auto;
  }
}
body.page-why-imply section#lower-your-druid-tco-by-up-to-50,
body.page-get-started section#lower-your-druid-tco-by-up-to-50 {
  /* mobile styles */
}
body.page-why-imply section#lower-your-druid-tco-by-up-to-50 .container-description,
body.page-get-started section#lower-your-druid-tco-by-up-to-50 .container-description {
  display: none;
}
body.page-why-imply section#lower-your-druid-tco-by-up-to-50 a.btn,
body.page-get-started section#lower-your-druid-tco-by-up-to-50 a.btn {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  body.page-why-imply section#lower-your-druid-tco-by-up-to-50 .container,
  body.page-get-started section#lower-your-druid-tco-by-up-to-50 .container {
    padding-top: 28px;
    padding-bottom: 50px;
  }
  body.page-why-imply section#lower-your-druid-tco-by-up-to-50 .container h2, body.page-why-imply section#lower-your-druid-tco-by-up-to-50 .container .h2,
  body.page-get-started section#lower-your-druid-tco-by-up-to-50 .container h2,
  body.page-get-started section#lower-your-druid-tco-by-up-to-50 .container .h2 {
    margin-bottom: 30px !important;
  }
  body.page-why-imply section#lower-your-druid-tco-by-up-to-50 .container .container-description,
  body.page-get-started section#lower-your-druid-tco-by-up-to-50 .container .container-description {
    display: block;
  }
}
body.page-why-imply section#start-building-today.freeform-html-section,
body.page-get-started section#start-building-today.freeform-html-section {
  text-align: center;
  color: #fff;
  padding: 30px 60px;
  /* mobile styles */
  /* end mobile */
}
body.page-why-imply section#start-building-today.freeform-html-section .container,
body.page-get-started section#start-building-today.freeform-html-section .container {
  padding: 60px 74px 80px 94px;
  background-color: #21262D;
}
body.page-why-imply section#start-building-today.freeform-html-section .container .title,
body.page-get-started section#start-building-today.freeform-html-section .container .title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 67px;
}
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .row,
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .row {
  width: 100%;
}
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter,
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter {
  display: flex;
  flex-dirextion: row;
}
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item,
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item {
  /* width: calc(33% - 188px); */
  margin-right: 94px;
  display: block;
}
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number,
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number-array,
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number,
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number-array {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number span.extra,
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number-array span.extra,
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number span.extra,
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number-array span.extra {
  font-size: 70px;
  height: 100px;
  padding: 0;
  vertical-align: center;
}
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-title,
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-title {
  color: #0D7DE0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 48px;
}
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-description,
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-description {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .footnote,
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .footnote {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 48px;
}
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item:nth-child(3),
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item:nth-child(3) {
  margin-right: 0;
}
body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .countbutton,
body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .countbutton {
  display: none;
}
@media (max-width: 575.98px) {
  body.page-why-imply section#start-building-today.freeform-html-section,
  body.page-get-started section#start-building-today.freeform-html-section {
    padding: 0 !important;
  }
  body.page-why-imply section#start-building-today.freeform-html-section .container,
  body.page-get-started section#start-building-today.freeform-html-section .container {
    padding: 60px 0 0 !important;
  }
  body.page-why-imply section#start-building-today.freeform-html-section .container .title,
  body.page-get-started section#start-building-today.freeform-html-section .container .title {
    font-size: 32px;
    line-height: 42px !important;
    margin-bottom: 80px;
  }
  body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .row,
  body.page-get-started section#start-building-today.freeform-html-section .container .section-content .row {
    width: 100%;
  }
  body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter,
  body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter {
    display: block !important;
  }
  body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item,
  body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item {
    margin-right: 0 !important;
    width: 100vw;
    padding: 0 38px 100px;
  }
  body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number,
  body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number-array,
  body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number,
  body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number-array {
    font-weight: 500;
    font-size: 96px;
    line-height: 96px;
    height: 96px;
    margin-bottom: 24px;
  }
  body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number span.extra,
  body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number-array span.extra,
  body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number span.extra,
  body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-number-array span.extra {
    font-size: 66px;
    height: 96px;
  }
  body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-title,
  body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-title {
    margin-bottom: 20px;
  }
  body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-description,
  body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .count-description {
    font-size: 18px;
    line-height: 24px;
  }
  body.page-why-imply section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .footnote,
  body.page-get-started section#start-building-today.freeform-html-section .container .section-content .container-counter .count-item .footnote {
    margin-top: 20px;
  }
}
body.page-why-imply section#youll-save-money-guaranteed.feature-section,
body.page-get-started section#youll-save-money-guaranteed.feature-section {
  /* mobile styles */
  /* end mobile */
}
@media (max-width: 575.98px) {
  body.page-why-imply section#youll-save-money-guaranteed.feature-section,
  body.page-get-started section#youll-save-money-guaranteed.feature-section {
    padding: 0 !important;
  }
  body.page-why-imply section#youll-save-money-guaranteed.feature-section .container,
  body.page-get-started section#youll-save-money-guaranteed.feature-section .container {
    padding-top: 0 !important;
    margin-top: -6px;
  }
  body.page-why-imply section#youll-save-money-guaranteed.feature-section .container a.btn,
  body.page-get-started section#youll-save-money-guaranteed.feature-section .container a.btn {
    margin-top: 30px;
  }
}
body.page-why-imply section#comparisons.freeform-html-section,
body.page-get-started section#comparisons.freeform-html-section {
  color: #EFEEEF;
  padding: 60px 190px 80px 190px;
  text-align: center;
  /* mobile styles */
  /* end mobile styles */
}
body.page-why-imply section#comparisons.freeform-html-section .container,
body.page-get-started section#comparisons.freeform-html-section .container {
  padding: 0 117.5px;
  text-align: center;
  width: auto;
}
body.page-why-imply section#comparisons.freeform-html-section .title,
body.page-get-started section#comparisons.freeform-html-section .title {
  display: none;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid,
body.page-get-started section#comparisons.freeform-html-section .description .grid {
  padding: 0;
  background: linear-gradient(350deg, #892DFF 10%, #0D7DE0 100%);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row,
body.page-get-started section#comparisons.freeform-html-section .description .grid .row {
  display: flex;
  flex-direction: row;
  margin-right: 0;
  margin-left: 0;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row.header,
body.page-get-started section#comparisons.freeform-html-section .description .grid .row.header {
  margin-right: -1px;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row.header div,
body.page-get-started section#comparisons.freeform-html-section .description .grid .row.header div {
  background-color: #0F131C;
  text-align: center;
  font-family: "Poppins";
  font-size: 24px;
  line-height: 131.93%;
  font-weight: 700;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row:first-child div,
body.page-get-started section#comparisons.freeform-html-section .description .grid .row:first-child div {
  border-right: none !important;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row:first-child div, body.page-why-imply section#comparisons.freeform-html-section .description .grid .row:last-child div,
body.page-get-started section#comparisons.freeform-html-section .description .grid .row:first-child div,
body.page-get-started section#comparisons.freeform-html-section .description .grid .row:last-child div {
  border-bottom: none !important;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row div,
body.page-get-started section#comparisons.freeform-html-section .description .grid .row div {
  font-size: 20px;
  line-height: 131.93%;
  font-weight: 600;
  padding: 15px 10px;
  background-color: #21262D;
  text-align: left;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row div:nth-child(1),
body.page-get-started section#comparisons.freeform-html-section .description .grid .row div:nth-child(1) {
  width: 10px;
  padding: 0;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row div:nth-child(2),
body.page-get-started section#comparisons.freeform-html-section .description .grid .row div:nth-child(2) {
  width: calc(40% - 10px);
  border-right: 1px solid #EFEEEF;
  border-bottom: 1px solid #EFEEEF;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row div:nth-child(3),
body.page-get-started section#comparisons.freeform-html-section .description .grid .row div:nth-child(3) {
  width: 30%;
  border-right: 1px solid #EFEEEF;
  border-bottom: 1px solid #EFEEEF;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row div:nth-child(4),
body.page-get-started section#comparisons.freeform-html-section .description .grid .row div:nth-child(4) {
  width: 30%;
  border-bottom: 1px solid #EFEEEF;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row div.checked,
body.page-get-started section#comparisons.freeform-html-section .description .grid .row div.checked {
  text-align: center;
  background-color: transparent;
}
body.page-why-imply section#comparisons.freeform-html-section .description .grid .row p,
body.page-get-started section#comparisons.freeform-html-section .description .grid .row p {
  display: none; /* just in case WP adds them */
}
@media (max-width: 575.98px) {
  body.page-why-imply section#comparisons.freeform-html-section,
  body.page-get-started section#comparisons.freeform-html-section {
    padding: 0 0 100px 0 !important;
  }
  body.page-why-imply section#comparisons.freeform-html-section .container,
  body.page-get-started section#comparisons.freeform-html-section .container {
    padding: 0;
  }
  body.page-why-imply section#comparisons.freeform-html-section .row,
  body.page-get-started section#comparisons.freeform-html-section .row {
    width: 100%;
  }
  body.page-why-imply section#comparisons.freeform-html-section .description .grid,
  body.page-get-started section#comparisons.freeform-html-section .description .grid {
    /* padding: 0; */
    margin: 0 24px;
  }
  body.page-why-imply section#comparisons.freeform-html-section .description .grid .row.header div,
  body.page-get-started section#comparisons.freeform-html-section .description .grid .row.header div {
    font-size: 10px;
    font-weight: 700;
  }
  body.page-why-imply section#comparisons.freeform-html-section .description .grid .row div,
  body.page-get-started section#comparisons.freeform-html-section .description .grid .row div {
    font-size: 10px;
    line-height: 132%;
    padding: 6px 4px;
  }
  body.page-why-imply section#comparisons.freeform-html-section .description .grid .row div:nth-child(1),
  body.page-get-started section#comparisons.freeform-html-section .description .grid .row div:nth-child(1) {
    width: 6px;
  }
  body.page-why-imply section#comparisons.freeform-html-section .description .grid .row div:nth-child(2),
  body.page-get-started section#comparisons.freeform-html-section .description .grid .row div:nth-child(2) {
    width: calc(40% - 6px);
  }
  body.page-why-imply section#comparisons.freeform-html-section .description .grid .row p,
  body.page-get-started section#comparisons.freeform-html-section .description .grid .row p {
    display: none; /* just in case WP adds them */
  }
}
body.page-why-imply section#trusted-logos.freeform-html-section,
body.page-get-started section#trusted-logos.freeform-html-section {
  /* mobile styles */
  /* end mobile styles */
}
body.page-why-imply section#trusted-logos.freeform-html-section .container,
body.page-get-started section#trusted-logos.freeform-html-section .container {
  padding: 60px 0 40px;
}
body.page-why-imply section#trusted-logos.freeform-html-section .title,
body.page-get-started section#trusted-logos.freeform-html-section .title {
  display: none;
}
body.page-why-imply section#trusted-logos.freeform-html-section .short_description,
body.page-get-started section#trusted-logos.freeform-html-section .short_description {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 30px;
}
body.page-why-imply section#trusted-logos.freeform-html-section .short_description span,
body.page-get-started section#trusted-logos.freeform-html-section .short_description span {
  color: #B7AAFA;
}
body.page-why-imply section#trusted-logos.freeform-html-section .list,
body.page-get-started section#trusted-logos.freeform-html-section .list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
body.page-why-imply section#trusted-logos.freeform-html-section .list-item,
body.page-get-started section#trusted-logos.freeform-html-section .list-item {
  display: block;
  padding: 30px 34px 40px;
  width: 16.66%;
  align-items: center;
}
body.page-why-imply section#trusted-logos.freeform-html-section .list-item img,
body.page-get-started section#trusted-logos.freeform-html-section .list-item img {
  max-width: 150px;
  height: auto;
  max-height: 50px;
  width: auto;
}
@media (max-width: 575.98px) {
  body.page-why-imply section#trusted-logos.freeform-html-section .container,
  body.page-get-started section#trusted-logos.freeform-html-section .container {
    padding: 35px 24px 80px;
  }
  body.page-why-imply section#trusted-logos.freeform-html-section .container .short_description,
  body.page-get-started section#trusted-logos.freeform-html-section .container .short_description {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 80px;
  }
  body.page-why-imply section#trusted-logos.freeform-html-section .container .list,
  body.page-get-started section#trusted-logos.freeform-html-section .container .list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
  }
  body.page-why-imply section#trusted-logos.freeform-html-section .container .list-item,
  body.page-get-started section#trusted-logos.freeform-html-section .container .list-item {
    display: block;
    padding: 30px 24px 40px;
    width: 50%;
    align-items: center;
  }
  body.page-why-imply section#trusted-logos.freeform-html-section .container .list-item img,
  body.page-get-started section#trusted-logos.freeform-html-section .container .list-item img {
    max-width: 115px;
    height: auto;
    max-height: 38px;
    width: auto;
  }
}
body.page-why-imply section.quote-section,
body.page-get-started section.quote-section {
  /* mobile styles */
  /* end mobile styles */
}
@media (max-width: 575.98px) {
  body.page-why-imply section.quote-section .container,
  body.page-get-started section.quote-section .container {
    padding-top: 4px;
  }
}
@media (max-width: 575.98px) {
  body.page-why-imply #main:first-child hr,
  body.page-get-started #main:first-child hr {
    display: block;
  }
}

/* end Why Imply page & Get Started page */
/* Why Imply page, enterprise-hybrid page, fully manage dbaas polaris page, Imply enterprise page*/
body.page-why-imply,
body.page-imply-enterprise-hybrid,
body.page-imply-fully-managed-dbaas-polaris,
body.page-imply-enterprise-2,
body.page-get-started {
  /* section#flexible-deployment-options */
  /* end section#flexible-deployment-options */
  /* section#imply-enterprise-hybrid */
  /* end section#imply-enterprise-hybrid */
  /* section#hybridmanaged-service-in-aws */
  /* end section#hybridmanaged-service-in-aws */
  /* section#icompliance */
  /* end section#icompliance */
  /* mobile */
  /* end mobile */
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section,
body.page-get-started section#flexible-deployment-options.freeform-html-section {
  /* mobile styles */
  /* end mobile styles */
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container {
  padding: 60px 0 40px;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .title,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .title,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .title,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .title,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 58px;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item {
  display: flex;
  flex-direction: column;
  padding: 30px 50px 40px;
  width: calc(33.3% - 28px);
  align-items: center;
  background: #30363C;
  minimum-height: 400px;
  margin-right: 42px;
  border-radius: 4px;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item:last-child,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item:last-child,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item:last-child,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item:last-child,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item:last-child {
  margin-right: 0;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item .product,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item .product,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item .product,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item .product,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item .product {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item hr,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item hr,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item hr,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item hr,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item hr {
  margin: 20px auto;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item .message,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item .message,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item .message,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item .message,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item .message {
  color: #0D7DE0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  height: 24px;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item .title,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item .title,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item .title,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item .title,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item .title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin: 14px 0 60px;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item ul,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item ul,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item ul,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item ul,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item ul {
  text-align: left;
  margin-bottom: 60px;
  list-style-type: disc;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item ul li,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item ul li,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item ul li,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item ul li,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 12px;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item .button,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item .button,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item .button,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item .button,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item .button {
  margin-top: auto;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item a,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item a,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item a,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item a,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item a {
  color: #B7AAFA;
}
body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item a.btn,
body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item a.btn,
body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item a.btn,
body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item a.btn,
body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item a.btn {
  color: #fff;
}
@media (max-width: 575.98px) {
  body.page-why-imply section#flexible-deployment-options.freeform-html-section,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section,
  body.page-get-started section#flexible-deployment-options.freeform-html-section {
    margin-bottom: 80px;
  }
  body.page-why-imply section#flexible-deployment-options.freeform-html-section .container,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container,
  body.page-get-started section#flexible-deployment-options.freeform-html-section .container {
    padding: 60px 0 0;
  }
  body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .title,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .title,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .title,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .title,
  body.page-get-started section#flexible-deployment-options.freeform-html-section .container .title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 50px;
  }
  body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list,
  body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list {
    display: block;
    padding-left: 0;
  }
  body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item,
  body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item {
    display: block;
    padding: 23px 38px 32px;
    width: auto !important;
    margin: 0 26px 40px 26px !important;
  }
  body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item .product,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item .product,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item .product,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item .product,
  body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item .product {
    font-size: 19.7288px;
    line-height: 25px;
  }
  body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item .message,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item .message,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item .message,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item .message,
  body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item .message {
    font-size: 14.767px;
    line-height: 20px;
  }
  body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item .title,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item .title,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item .title,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item .title,
  body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item .title {
    font-size: 29.5932px;
    line-height: 36px;
    margin: 14px 0 40px;
  }
  body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item ul,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item ul,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item ul,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item ul,
  body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item ul {
    margin-bottom: 49px;
  }
  body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item ul li,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item ul li,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item ul li,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item ul li,
  body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item ul li {
    font-size: 16.4078px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .list .list-item:last-child,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .list .list-item:last-child,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .list .list-item:last-child,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .list .list-item:last-child,
  body.page-get-started section#flexible-deployment-options.freeform-html-section .container .list .list-item:last-child {
    margin-bottom: 0;
  }
  body.page-why-imply section#flexible-deployment-options.freeform-html-section .container .btn,
  body.page-imply-enterprise-hybrid section#flexible-deployment-options.freeform-html-section .container .btn,
  body.page-imply-fully-managed-dbaas-polaris section#flexible-deployment-options.freeform-html-section .container .btn,
  body.page-imply-enterprise-2 section#flexible-deployment-options.freeform-html-section .container .btn,
  body.page-get-started section#flexible-deployment-options.freeform-html-section .container .btn {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16.4078px;
    line-height: 22px;
  }
}
body.page-why-imply section#imply-polaris,
body.page-why-imply section#imply-spanpolarisspan,
body.page-why-imply section#imply-enterprise-hybrid,
body.page-why-imply section#imply-spanenterprise-hybridspan,
body.page-why-imply section#imply-enterprise,
body.page-why-imply section#imply-spanenterprisespan,
body.page-imply-enterprise-hybrid section#imply-polaris,
body.page-imply-enterprise-hybrid section#imply-spanpolarisspan,
body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid,
body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan,
body.page-imply-enterprise-hybrid section#imply-enterprise,
body.page-imply-enterprise-hybrid section#imply-spanenterprisespan,
body.page-imply-fully-managed-dbaas-polaris section#imply-polaris,
body.page-imply-fully-managed-dbaas-polaris section#imply-spanpolarisspan,
body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid,
body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan,
body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise,
body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprisespan,
body.page-imply-enterprise-2 section#imply-polaris,
body.page-imply-enterprise-2 section#imply-spanpolarisspan,
body.page-imply-enterprise-2 section#imply-enterprise-hybrid,
body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan,
body.page-imply-enterprise-2 section#imply-enterprise,
body.page-imply-enterprise-2 section#imply-spanenterprisespan,
body.page-get-started section#imply-polaris,
body.page-get-started section#imply-spanpolarisspan,
body.page-get-started section#imply-enterprise-hybrid,
body.page-get-started section#imply-spanenterprise-hybridspan,
body.page-get-started section#imply-enterprise,
body.page-get-started section#imply-spanenterprisespan {
  /* mobile styles */
  /* end mobile styles */
}
@media (max-width: 575.98px) {
  body.page-why-imply section#imply-polaris.header-section .container,
  body.page-why-imply section#imply-spanpolarisspan.header-section .container,
  body.page-why-imply section#imply-enterprise-hybrid.header-section .container,
  body.page-why-imply section#imply-spanenterprise-hybridspan.header-section .container,
  body.page-why-imply section#imply-enterprise.header-section .container,
  body.page-why-imply section#imply-spanenterprisespan.header-section .container,
  body.page-imply-enterprise-hybrid section#imply-polaris.header-section .container,
  body.page-imply-enterprise-hybrid section#imply-spanpolarisspan.header-section .container,
  body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid.header-section .container,
  body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan.header-section .container,
  body.page-imply-enterprise-hybrid section#imply-enterprise.header-section .container,
  body.page-imply-enterprise-hybrid section#imply-spanenterprisespan.header-section .container,
  body.page-imply-fully-managed-dbaas-polaris section#imply-polaris.header-section .container,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanpolarisspan.header-section .container,
  body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid.header-section .container,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan.header-section .container,
  body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise.header-section .container,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprisespan.header-section .container,
  body.page-imply-enterprise-2 section#imply-polaris.header-section .container,
  body.page-imply-enterprise-2 section#imply-spanpolarisspan.header-section .container,
  body.page-imply-enterprise-2 section#imply-enterprise-hybrid.header-section .container,
  body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan.header-section .container,
  body.page-imply-enterprise-2 section#imply-enterprise.header-section .container,
  body.page-imply-enterprise-2 section#imply-spanenterprisespan.header-section .container,
  body.page-get-started section#imply-polaris.header-section .container,
  body.page-get-started section#imply-spanpolarisspan.header-section .container,
  body.page-get-started section#imply-enterprise-hybrid.header-section .container,
  body.page-get-started section#imply-spanenterprise-hybridspan.header-section .container,
  body.page-get-started section#imply-enterprise.header-section .container,
  body.page-get-started section#imply-spanenterprisespan.header-section .container {
    padding-bottom: 80px;
  }
}
body.page-why-imply section#imply-enterprise-hybrid.header-section,
body.page-why-imply section#imply-spanenterprise-hybridspan.header-section,
body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid.header-section,
body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan.header-section,
body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid.header-section,
body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan.header-section,
body.page-imply-enterprise-2 section#imply-enterprise-hybrid.header-section,
body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan.header-section,
body.page-get-started section#imply-enterprise-hybrid.header-section,
body.page-get-started section#imply-spanenterprise-hybridspan.header-section {
  padding: 0 0 30px;
}
body.page-why-imply section#imply-enterprise-hybrid.header-section .container,
body.page-why-imply section#imply-spanenterprise-hybridspan.header-section .container,
body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid.header-section .container,
body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan.header-section .container,
body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid.header-section .container,
body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan.header-section .container,
body.page-imply-enterprise-2 section#imply-enterprise-hybrid.header-section .container,
body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan.header-section .container,
body.page-get-started section#imply-enterprise-hybrid.header-section .container,
body.page-get-started section#imply-spanenterprise-hybridspan.header-section .container {
  padding: 50px 0 60px;
  text-align: center;
}
body.page-why-imply section#imply-enterprise-hybrid.header-section .container .btn-secondary,
body.page-why-imply section#imply-spanenterprise-hybridspan.header-section .container .btn-secondary,
body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid.header-section .container .btn-secondary,
body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan.header-section .container .btn-secondary,
body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid.header-section .container .btn-secondary,
body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan.header-section .container .btn-secondary,
body.page-imply-enterprise-2 section#imply-enterprise-hybrid.header-section .container .btn-secondary,
body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan.header-section .container .btn-secondary,
body.page-get-started section#imply-enterprise-hybrid.header-section .container .btn-secondary,
body.page-get-started section#imply-spanenterprise-hybridspan.header-section .container .btn-secondary {
  margin-left: 0;
}
body.page-why-imply section#imply-enterprise-hybrid.header-section .container .row,
body.page-why-imply section#imply-spanenterprise-hybridspan.header-section .container .row,
body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid.header-section .container .row,
body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan.header-section .container .row,
body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid.header-section .container .row,
body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan.header-section .container .row,
body.page-imply-enterprise-2 section#imply-enterprise-hybrid.header-section .container .row,
body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan.header-section .container .row,
body.page-get-started section#imply-enterprise-hybrid.header-section .container .row,
body.page-get-started section#imply-spanenterprise-hybridspan.header-section .container .row {
  /* width: 100vw; */
  margin: 60px 0 0;
  /* mobile styles */
  /* end mobile styles */
  /* h1 {
  	padding: 0 42px 30px;
  	font-size: 56px;
  	line-height: 70px;
  } */
}
@media (max-width: 575.98px) {
  body.page-why-imply section#imply-enterprise-hybrid.header-section .container .row,
  body.page-why-imply section#imply-spanenterprise-hybridspan.header-section .container .row,
  body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid.header-section .container .row,
  body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan.header-section .container .row,
  body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid.header-section .container .row,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan.header-section .container .row,
  body.page-imply-enterprise-2 section#imply-enterprise-hybrid.header-section .container .row,
  body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan.header-section .container .row,
  body.page-get-started section#imply-enterprise-hybrid.header-section .container .row,
  body.page-get-started section#imply-spanenterprise-hybridspan.header-section .container .row {
    margin-top: 30px;
  }
}
body.page-why-imply section#imply-enterprise-hybrid.header-section .container .row .container-description,
body.page-why-imply section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid.header-section .container .row .container-description,
body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid.header-section .container .row .container-description,
body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
body.page-imply-enterprise-2 section#imply-enterprise-hybrid.header-section .container .row .container-description,
body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
body.page-get-started section#imply-enterprise-hybrid.header-section .container .row .container-description,
body.page-get-started section#imply-spanenterprise-hybridspan.header-section .container .row .container-description {
  padding: 0 36px;
  margin-bottom: 10px;
  /* mobile styles */
  /* end mobile styles */
  font-size: 20px;
  line-height: 34px;
}
@media (max-width: 575.98px) {
  body.page-why-imply section#imply-enterprise-hybrid.header-section .container .row .container-description,
  body.page-why-imply section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
  body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid.header-section .container .row .container-description,
  body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
  body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid.header-section .container .row .container-description,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
  body.page-imply-enterprise-2 section#imply-enterprise-hybrid.header-section .container .row .container-description,
  body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
  body.page-get-started section#imply-enterprise-hybrid.header-section .container .row .container-description,
  body.page-get-started section#imply-spanenterprise-hybridspan.header-section .container .row .container-description {
    padding: 0;
    margin-bottom: 0;
  }
}
body.page-why-imply section#hybridmanaged-service-in-aws .container img,
body.page-imply-enterprise-hybrid section#hybridmanaged-service-in-aws .container img,
body.page-imply-fully-managed-dbaas-polaris section#hybridmanaged-service-in-aws .container img,
body.page-imply-enterprise-2 section#hybridmanaged-service-in-aws .container img,
body.page-get-started section#hybridmanaged-service-in-aws .container img {
  max-width: 100%;
}
body.page-why-imply section#compliance,
body.page-imply-enterprise-hybrid section#compliance,
body.page-imply-fully-managed-dbaas-polaris section#compliance,
body.page-imply-enterprise-2 section#compliance,
body.page-get-started section#compliance {
  /* mobile */
  /* end mobile */
}
body.page-why-imply section#compliance .container,
body.page-imply-enterprise-hybrid section#compliance .container,
body.page-imply-fully-managed-dbaas-polaris section#compliance .container,
body.page-imply-enterprise-2 section#compliance .container,
body.page-get-started section#compliance .container {
  padding: 0 38px 30px;
}
@media (max-width: 575.98px) {
  body.page-why-imply section#compliance .container,
  body.page-imply-enterprise-hybrid section#compliance .container,
  body.page-imply-fully-managed-dbaas-polaris section#compliance .container,
  body.page-imply-enterprise-2 section#compliance .container,
  body.page-get-started section#compliance .container {
    padding: 0 28px;
  }
  body.page-why-imply section#compliance .container .row .col-md-6,
  body.page-imply-enterprise-hybrid section#compliance .container .row .col-md-6,
  body.page-imply-fully-managed-dbaas-polaris section#compliance .container .row .col-md-6,
  body.page-imply-enterprise-2 section#compliance .container .row .col-md-6,
  body.page-get-started section#compliance .container .row .col-md-6 {
    width: 49%;
  }
  body.page-why-imply section#compliance .container .row .col-md-6 img,
  body.page-imply-enterprise-hybrid section#compliance .container .row .col-md-6 img,
  body.page-imply-fully-managed-dbaas-polaris section#compliance .container .row .col-md-6 img,
  body.page-imply-enterprise-2 section#compliance .container .row .col-md-6 img,
  body.page-get-started section#compliance .container .row .col-md-6 img {
    max-width: 84%;
    height: auto;
    max-height: 88px;
    width: auto;
    margin-bottom: 40px;
  }
  body.page-why-imply section#compliance .container .row .col-md-6:nth-child(3) img, body.page-why-imply section#compliance .container .row .col-md-6:nth-child(4) img,
  body.page-imply-enterprise-hybrid section#compliance .container .row .col-md-6:nth-child(3) img,
  body.page-imply-enterprise-hybrid section#compliance .container .row .col-md-6:nth-child(4) img,
  body.page-imply-fully-managed-dbaas-polaris section#compliance .container .row .col-md-6:nth-child(3) img,
  body.page-imply-fully-managed-dbaas-polaris section#compliance .container .row .col-md-6:nth-child(4) img,
  body.page-imply-enterprise-2 section#compliance .container .row .col-md-6:nth-child(3) img,
  body.page-imply-enterprise-2 section#compliance .container .row .col-md-6:nth-child(4) img,
  body.page-get-started section#compliance .container .row .col-md-6:nth-child(3) img,
  body.page-get-started section#compliance .container .row .col-md-6:nth-child(4) img {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  body.page-why-imply section#the-easiest-way-to-run-apache-druid .container,
  body.page-imply-enterprise-hybrid section#the-easiest-way-to-run-apache-druid .container,
  body.page-imply-fully-managed-dbaas-polaris section#the-easiest-way-to-run-apache-druid .container,
  body.page-imply-enterprise-2 section#the-easiest-way-to-run-apache-druid .container,
  body.page-get-started section#the-easiest-way-to-run-apache-druid .container {
    padding-top: 100px;
    margin-right: 0;
  }
  body.page-why-imply section#the-easiest-way-to-run-apache-druid .container .row,
  body.page-imply-enterprise-hybrid section#the-easiest-way-to-run-apache-druid .container .row,
  body.page-imply-fully-managed-dbaas-polaris section#the-easiest-way-to-run-apache-druid .container .row,
  body.page-imply-enterprise-2 section#the-easiest-way-to-run-apache-druid .container .row,
  body.page-get-started section#the-easiest-way-to-run-apache-druid .container .row {
    margin: 0;
    width: 100%;
  }
  body.page-why-imply section#imply-polaris,
  body.page-why-imply section#imply-spanpolarisspan,
  body.page-imply-enterprise-hybrid section#imply-polaris,
  body.page-imply-enterprise-hybrid section#imply-spanpolarisspan,
  body.page-imply-fully-managed-dbaas-polaris section#imply-polaris,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanpolarisspan,
  body.page-imply-enterprise-2 section#imply-polaris,
  body.page-imply-enterprise-2 section#imply-spanpolarisspan,
  body.page-get-started section#imply-polaris,
  body.page-get-started section#imply-spanpolarisspan {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.page-why-imply section#imply-polaris.header-section,
  body.page-why-imply section#imply-spanpolarisspan.header-section,
  body.page-imply-enterprise-hybrid section#imply-polaris.header-section,
  body.page-imply-enterprise-hybrid section#imply-spanpolarisspan.header-section,
  body.page-imply-fully-managed-dbaas-polaris section#imply-polaris.header-section,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanpolarisspan.header-section,
  body.page-imply-enterprise-2 section#imply-polaris.header-section,
  body.page-imply-enterprise-2 section#imply-spanpolarisspan.header-section,
  body.page-get-started section#imply-polaris.header-section,
  body.page-get-started section#imply-spanpolarisspan.header-section {
    padding: 0 0 30px;
  }
  body.page-why-imply section#imply-polaris.header-section .container,
  body.page-why-imply section#imply-spanpolarisspan.header-section .container,
  body.page-imply-enterprise-hybrid section#imply-polaris.header-section .container,
  body.page-imply-enterprise-hybrid section#imply-spanpolarisspan.header-section .container,
  body.page-imply-fully-managed-dbaas-polaris section#imply-polaris.header-section .container,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanpolarisspan.header-section .container,
  body.page-imply-enterprise-2 section#imply-polaris.header-section .container,
  body.page-imply-enterprise-2 section#imply-spanpolarisspan.header-section .container,
  body.page-get-started section#imply-polaris.header-section .container,
  body.page-get-started section#imply-spanpolarisspan.header-section .container {
    text-align: center;
  }
  body.page-why-imply section#imply-polaris.header-section .container .btn-secondary,
  body.page-why-imply section#imply-spanpolarisspan.header-section .container .btn-secondary,
  body.page-imply-enterprise-hybrid section#imply-polaris.header-section .container .btn-secondary,
  body.page-imply-enterprise-hybrid section#imply-spanpolarisspan.header-section .container .btn-secondary,
  body.page-imply-fully-managed-dbaas-polaris section#imply-polaris.header-section .container .btn-secondary,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanpolarisspan.header-section .container .btn-secondary,
  body.page-imply-enterprise-2 section#imply-polaris.header-section .container .btn-secondary,
  body.page-imply-enterprise-2 section#imply-spanpolarisspan.header-section .container .btn-secondary,
  body.page-get-started section#imply-polaris.header-section .container .btn-secondary,
  body.page-get-started section#imply-spanpolarisspan.header-section .container .btn-secondary {
    margin-left: 0;
  }
  body.page-why-imply section#imply-polaris.header-section .container .row,
  body.page-why-imply section#imply-spanpolarisspan.header-section .container .row,
  body.page-imply-enterprise-hybrid section#imply-polaris.header-section .container .row,
  body.page-imply-enterprise-hybrid section#imply-spanpolarisspan.header-section .container .row,
  body.page-imply-fully-managed-dbaas-polaris section#imply-polaris.header-section .container .row,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanpolarisspan.header-section .container .row,
  body.page-imply-enterprise-2 section#imply-polaris.header-section .container .row,
  body.page-imply-enterprise-2 section#imply-spanpolarisspan.header-section .container .row,
  body.page-get-started section#imply-polaris.header-section .container .row,
  body.page-get-started section#imply-spanpolarisspan.header-section .container .row {
    width: 100vw;
    margin-right: 0;
    margin-left: 0;
  }
  body.page-why-imply section#imply-polaris.header-section .container .row .container-description,
  body.page-why-imply section#imply-spanpolarisspan.header-section .container .row .container-description,
  body.page-imply-enterprise-hybrid section#imply-polaris.header-section .container .row .container-description,
  body.page-imply-enterprise-hybrid section#imply-spanpolarisspan.header-section .container .row .container-description,
  body.page-imply-fully-managed-dbaas-polaris section#imply-polaris.header-section .container .row .container-description,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanpolarisspan.header-section .container .row .container-description,
  body.page-imply-enterprise-2 section#imply-polaris.header-section .container .row .container-description,
  body.page-imply-enterprise-2 section#imply-spanpolarisspan.header-section .container .row .container-description,
  body.page-get-started section#imply-polaris.header-section .container .row .container-description,
  body.page-get-started section#imply-spanpolarisspan.header-section .container .row .container-description {
    padding: 0 24px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  body.page-why-imply section#imply-enterprise-hybrid,
  body.page-why-imply section#imply-spanenterprise-hybridspan,
  body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid,
  body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan,
  body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan,
  body.page-imply-enterprise-2 section#imply-enterprise-hybrid,
  body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan,
  body.page-get-started section#imply-enterprise-hybrid,
  body.page-get-started section#imply-spanenterprise-hybridspan {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.page-why-imply section#imply-enterprise-hybrid.header-section .container,
  body.page-why-imply section#imply-spanenterprise-hybridspan.header-section .container,
  body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid.header-section .container,
  body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan.header-section .container,
  body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid.header-section .container,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan.header-section .container,
  body.page-imply-enterprise-2 section#imply-enterprise-hybrid.header-section .container,
  body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan.header-section .container,
  body.page-get-started section#imply-enterprise-hybrid.header-section .container,
  body.page-get-started section#imply-spanenterprise-hybridspan.header-section .container {
    padding: 100px 0 80px;
  }
  body.page-why-imply section#imply-enterprise-hybrid.header-section .container .row .container-description,
  body.page-why-imply section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
  body.page-imply-enterprise-hybrid section#imply-enterprise-hybrid.header-section .container .row .container-description,
  body.page-imply-enterprise-hybrid section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
  body.page-imply-fully-managed-dbaas-polaris section#imply-enterprise-hybrid.header-section .container .row .container-description,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
  body.page-imply-enterprise-2 section#imply-enterprise-hybrid.header-section .container .row .container-description,
  body.page-imply-enterprise-2 section#imply-spanenterprise-hybridspan.header-section .container .row .container-description,
  body.page-get-started section#imply-enterprise-hybrid.header-section .container .row .container-description,
  body.page-get-started section#imply-spanenterprise-hybridspan.header-section .container .row .container-description {
    padding: 0;
    max-width: 320px;
  }
  body.page-why-imply section#its-druidasaservice,
  body.page-imply-enterprise-hybrid section#its-druidasaservice,
  body.page-imply-fully-managed-dbaas-polaris section#its-druidasaservice,
  body.page-imply-enterprise-2 section#its-druidasaservice,
  body.page-get-started section#its-druidasaservice {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.page-why-imply section#its-druidasaservice h2, body.page-why-imply section#its-druidasaservice .h2,
  body.page-imply-enterprise-hybrid section#its-druidasaservice h2,
  body.page-imply-enterprise-hybrid section#its-druidasaservice .h2,
  body.page-imply-fully-managed-dbaas-polaris section#its-druidasaservice h2,
  body.page-imply-fully-managed-dbaas-polaris section#its-druidasaservice .h2,
  body.page-imply-enterprise-2 section#its-druidasaservice h2,
  body.page-imply-enterprise-2 section#its-druidasaservice .h2,
  body.page-get-started section#its-druidasaservice h2,
  body.page-get-started section#its-druidasaservice .h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
  }
  body.page-why-imply section#its-druidasaservice .container-description,
  body.page-imply-enterprise-hybrid section#its-druidasaservice .container-description,
  body.page-imply-fully-managed-dbaas-polaris section#its-druidasaservice .container-description,
  body.page-imply-enterprise-2 section#its-druidasaservice .container-description,
  body.page-get-started section#its-druidasaservice .container-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
  body.page-why-imply section#imply-spanenterprisespan,
  body.page-imply-enterprise-hybrid section#imply-spanenterprisespan,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprisespan,
  body.page-imply-enterprise-2 section#imply-spanenterprisespan,
  body.page-get-started section#imply-spanenterprisespan {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.page-why-imply section#imply-spanenterprisespan .row,
  body.page-imply-enterprise-hybrid section#imply-spanenterprisespan .row,
  body.page-imply-fully-managed-dbaas-polaris section#imply-spanenterprisespan .row,
  body.page-imply-enterprise-2 section#imply-spanenterprisespan .row,
  body.page-get-started section#imply-spanenterprisespan .row {
    width: 100%;
    margin: 0;
  }
  body.page-why-imply section#commercial-distribution-of-druid,
  body.page-imply-enterprise-hybrid section#commercial-distribution-of-druid,
  body.page-imply-fully-managed-dbaas-polaris section#commercial-distribution-of-druid,
  body.page-imply-enterprise-2 section#commercial-distribution-of-druid,
  body.page-get-started section#commercial-distribution-of-druid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.page-why-imply section#commercial-distribution-of-druid img.image-fluid,
  body.page-imply-enterprise-hybrid section#commercial-distribution-of-druid img.image-fluid,
  body.page-imply-fully-managed-dbaas-polaris section#commercial-distribution-of-druid img.image-fluid,
  body.page-imply-enterprise-2 section#commercial-distribution-of-druid img.image-fluid,
  body.page-get-started section#commercial-distribution-of-druid img.image-fluid {
    max-width: 100%;
  }
  body.page-why-imply section.basic-section .container,
  body.page-imply-enterprise-hybrid section.basic-section .container,
  body.page-imply-fully-managed-dbaas-polaris section.basic-section .container,
  body.page-imply-enterprise-2 section.basic-section .container,
  body.page-get-started section.basic-section .container {
    padding: 20px 0 0;
    text-align: center;
  }
  body.page-why-imply section.basic-section .container .row,
  body.page-imply-enterprise-hybrid section.basic-section .container .row,
  body.page-imply-fully-managed-dbaas-polaris section.basic-section .container .row,
  body.page-imply-enterprise-2 section.basic-section .container .row,
  body.page-get-started section.basic-section .container .row {
    margin: 0;
    width: 100%;
  }
  body.page-why-imply section.basic-section .container .row .left,
  body.page-imply-enterprise-hybrid section.basic-section .container .row .left,
  body.page-imply-fully-managed-dbaas-polaris section.basic-section .container .row .left,
  body.page-imply-enterprise-2 section.basic-section .container .row .left,
  body.page-get-started section.basic-section .container .row .left {
    padding: 0 24px;
  }
  body.page-why-imply section.boxes-basic-section .container,
  body.page-imply-enterprise-hybrid section.boxes-basic-section .container,
  body.page-imply-fully-managed-dbaas-polaris section.boxes-basic-section .container,
  body.page-imply-enterprise-2 section.boxes-basic-section .container,
  body.page-get-started section.boxes-basic-section .container {
    padding: 20px 0 0;
    text-align: center;
  }
  body.page-why-imply section.boxes-basic-section .container .list,
  body.page-imply-enterprise-hybrid section.boxes-basic-section .container .list,
  body.page-imply-fully-managed-dbaas-polaris section.boxes-basic-section .container .list,
  body.page-imply-enterprise-2 section.boxes-basic-section .container .list,
  body.page-get-started section.boxes-basic-section .container .list {
    margin: 0;
    width: 100%;
  }
  body.page-why-imply section.boxes-basic-section .container .list .list-item,
  body.page-imply-enterprise-hybrid section.boxes-basic-section .container .list .list-item,
  body.page-imply-fully-managed-dbaas-polaris section.boxes-basic-section .container .list .list-item,
  body.page-imply-enterprise-2 section.boxes-basic-section .container .list .list-item,
  body.page-get-started section.boxes-basic-section .container .list .list-item {
    display: block;
    padding: 0 24px;
    margin: 0;
    width: 100% !important;
  }
}

/* end Why Imply page, enterprise-hybrid page, fully manage dbaas polaris page, Imply enterprise page*/
/* body.page-compare-druid-to-other-databases page */
body.page-compare-druid-to-other-databases {
  /* mobile */
  /* end mobile */
}
body.page-compare-druid-to-other-databases section.feature-section {
  padding-bottom: 40px;
}
body.page-compare-druid-to-other-databases section.freeform-html-section svg {
  /* display: none; */
}
body.page-compare-druid-to-other-databases section.freeform-html-section img {
  display: none;
}
@media (max-width: 575.98px) {
  body.page-compare-druid-to-other-databases section#technical-comparisons-to-other-databases.header-section {
    padding: 60px 0 30px;
  }
  body.page-compare-druid-to-other-databases section#technical-comparisons-to-other-databases.header-section .container {
    padding: 80px 24px 50px !important;
    text-align: center;
  }
  body.page-compare-druid-to-other-databases section#technical-comparisons-to-other-databases.header-section .container .row h1, body.page-compare-druid-to-other-databases section#technical-comparisons-to-other-databases.header-section .container .row .h1 {
    margin: 0 auto 30px;
    padding: 0;
  }
  body.page-compare-druid-to-other-databases section#technical-comparisons-to-other-databases.header-section .container .row .container-description {
    max-width: 320px;
    margin-bottom: 0;
  }
  body.page-compare-druid-to-other-databases section#theres-a-new-use-case-where-analytics-meets-applications.feature-section div.container,
  body.page-compare-druid-to-other-databases section#other-databases-werent-built-for-realtime-analytics-applications.feature-section div.container {
    padding-bottom: 40px;
  }
  body.page-compare-druid-to-other-databases section#theres-a-new-use-case-where-analytics-meets-applications.feature-section div.container h2, body.page-compare-druid-to-other-databases section#theres-a-new-use-case-where-analytics-meets-applications.feature-section div.container .h2,
  body.page-compare-druid-to-other-databases section#theres-a-new-use-case-where-analytics-meets-applications.feature-section div.container .container-description,
  body.page-compare-druid-to-other-databases section#other-databases-werent-built-for-realtime-analytics-applications.feature-section div.container h2,
  body.page-compare-druid-to-other-databases section#other-databases-werent-built-for-realtime-analytics-applications.feature-section div.container .h2,
  body.page-compare-druid-to-other-databases section#other-databases-werent-built-for-realtime-analytics-applications.feature-section div.container .container-description {
    padding-right: 24px;
    padding-left: 24px;
  }
  body.page-compare-druid-to-other-databases section.freeform-html-section .short_description {
    margin-bottom: 0;
  }
  body.page-compare-druid-to-other-databases section.freeform-html-section svg {
    display: none;
  }
  body.page-compare-druid-to-other-databases section.freeform-html-section img {
    display: block;
    width: 100% !important;
  }
  body.page-compare-druid-to-other-databases section.boxes-basic-section {
    padding-top: 0;
  }
}

/* end body.page-compare-druid-to-other-databases page */
/* body.page-true-stream-ingestion, .page-integrations-visualizations, .page-database-ingestion pages */
body.page-true-stream-ingestion,
body.page-integrations-visualizations,
body.page-database-ingestion,
body.page-database-ingeston,
body.page-what-is-druid {
  /* mobile */
  /* end mobile */
}
body.page-true-stream-ingestion section.header-section .container,
body.page-integrations-visualizations section.header-section .container,
body.page-database-ingestion section.header-section .container,
body.page-database-ingeston section.header-section .container,
body.page-what-is-druid section.header-section .container {
  padding-top: 30px;
  padding-right: 9px;
  padding-left: 9px;
}
body.page-true-stream-ingestion section.header-section .container .title-category,
body.page-integrations-visualizations section.header-section .container .title-category,
body.page-database-ingestion section.header-section .container .title-category,
body.page-database-ingeston section.header-section .container .title-category,
body.page-what-is-druid section.header-section .container .title-category {
  margin-bottom: -10px;
}
body.page-true-stream-ingestion section.header-section .container .container-description,
body.page-integrations-visualizations section.header-section .container .container-description,
body.page-database-ingestion section.header-section .container .container-description,
body.page-database-ingeston section.header-section .container .container-description,
body.page-what-is-druid section.header-section .container .container-description {
  /* max-width: 320px; */
}
@media (max-width: 575.98px) {
  body.page-true-stream-ingestion,
  body.page-integrations-visualizations,
  body.page-database-ingestion,
  body.page-database-ingeston,
  body.page-what-is-druid {
    /* .stream-footer-trigger */
  }
  body.page-true-stream-ingestion section#analyze-stream-data-at-scale,
  body.page-true-stream-ingestion section#rapidly-explore-data-at-any-scale,
  body.page-integrations-visualizations section#analyze-stream-data-at-scale,
  body.page-integrations-visualizations section#rapidly-explore-data-at-any-scale,
  body.page-database-ingestion section#analyze-stream-data-at-scale,
  body.page-database-ingestion section#rapidly-explore-data-at-any-scale,
  body.page-database-ingeston section#analyze-stream-data-at-scale,
  body.page-database-ingeston section#rapidly-explore-data-at-any-scale,
  body.page-what-is-druid section#analyze-stream-data-at-scale,
  body.page-what-is-druid section#rapidly-explore-data-at-any-scale {
    padding-top: 0 !important;
  }
  body.page-true-stream-ingestion section.header-section,
  body.page-integrations-visualizations section.header-section,
  body.page-database-ingestion section.header-section,
  body.page-database-ingeston section.header-section,
  body.page-what-is-druid section.header-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  body.page-true-stream-ingestion section.header-section .container,
  body.page-integrations-visualizations section.header-section .container,
  body.page-database-ingestion section.header-section .container,
  body.page-database-ingeston section.header-section .container,
  body.page-what-is-druid section.header-section .container {
    padding-top: 80px;
    padding-right: 24px !important;
    padding-left: 24px !important;
    margin-right: 0;
  }
  body.page-true-stream-ingestion section.header-section .container .title-category,
  body.page-integrations-visualizations section.header-section .container .title-category,
  body.page-database-ingestion section.header-section .container .title-category,
  body.page-database-ingeston section.header-section .container .title-category,
  body.page-what-is-druid section.header-section .container .title-category {
    margin-bottom: 0;
  }
  body.page-true-stream-ingestion section.header-section .container .row,
  body.page-integrations-visualizations section.header-section .container .row,
  body.page-database-ingestion section.header-section .container .row,
  body.page-database-ingeston section.header-section .container .row,
  body.page-what-is-druid section.header-section .container .row {
    margin: 0;
    width: 100%;
  }
  body.page-true-stream-ingestion section.header-section .container .row h1, body.page-true-stream-ingestion section.header-section .container .row .h1,
  body.page-integrations-visualizations section.header-section .container .row h1,
  body.page-integrations-visualizations section.header-section .container .row .h1,
  body.page-database-ingestion section.header-section .container .row h1,
  body.page-database-ingestion section.header-section .container .row .h1,
  body.page-database-ingeston section.header-section .container .row h1,
  body.page-database-ingeston section.header-section .container .row .h1,
  body.page-what-is-druid section.header-section .container .row h1,
  body.page-what-is-druid section.header-section .container .row .h1 {
    padding: 0;
  }
  body.page-true-stream-ingestion section.header-section .container .row .container-description,
  body.page-integrations-visualizations section.header-section .container .row .container-description,
  body.page-database-ingestion section.header-section .container .row .container-description,
  body.page-database-ingeston section.header-section .container .row .container-description,
  body.page-what-is-druid section.header-section .container .row .container-description {
    max-width: 320px;
    margin-left: 0;
  }
  body.page-true-stream-ingestion section.header-section .container .row.center div,
  body.page-integrations-visualizations section.header-section .container .row.center div,
  body.page-database-ingestion section.header-section .container .row.center div,
  body.page-database-ingeston section.header-section .container .row.center div,
  body.page-what-is-druid section.header-section .container .row.center div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.page-true-stream-ingestion section.feature-section .container,
  body.page-integrations-visualizations section.feature-section .container,
  body.page-database-ingestion section.feature-section .container,
  body.page-database-ingeston section.feature-section .container,
  body.page-what-is-druid section.feature-section .container {
    padding-bottom: 34px !important;
  }
  body.page-true-stream-ingestion section.feature-section .container img.image-fluid,
  body.page-integrations-visualizations section.feature-section .container img.image-fluid,
  body.page-database-ingestion section.feature-section .container img.image-fluid,
  body.page-database-ingeston section.feature-section .container img.image-fluid,
  body.page-what-is-druid section.feature-section .container img.image-fluid {
    max-width: 100% !important;
  }
  body.page-true-stream-ingestion section.basic-section .container,
  body.page-integrations-visualizations section.basic-section .container,
  body.page-database-ingestion section.basic-section .container,
  body.page-database-ingeston section.basic-section .container,
  body.page-what-is-druid section.basic-section .container {
    padding: 0 24px;
    margin-right: 0;
  }
  body.page-true-stream-ingestion section.basic-section .container .row,
  body.page-integrations-visualizations section.basic-section .container .row,
  body.page-database-ingestion section.basic-section .container .row,
  body.page-database-ingeston section.basic-section .container .row,
  body.page-what-is-druid section.basic-section .container .row {
    margin: 0 !important;
    width: 100%;
  }
  body.page-true-stream-ingestion section.boxes-basic-section,
  body.page-integrations-visualizations section.boxes-basic-section,
  body.page-database-ingestion section.boxes-basic-section,
  body.page-database-ingeston section.boxes-basic-section,
  body.page-what-is-druid section.boxes-basic-section {
    padding: 0;
  }
  body.page-true-stream-ingestion section.boxes-basic-section .container,
  body.page-integrations-visualizations section.boxes-basic-section .container,
  body.page-database-ingestion section.boxes-basic-section .container,
  body.page-database-ingeston section.boxes-basic-section .container,
  body.page-what-is-druid section.boxes-basic-section .container {
    padding: 0;
  }
  body.page-true-stream-ingestion section.boxes-basic-section .container .container-grid,
  body.page-integrations-visualizations section.boxes-basic-section .container .container-grid,
  body.page-database-ingestion section.boxes-basic-section .container .container-grid,
  body.page-database-ingeston section.boxes-basic-section .container .container-grid,
  body.page-what-is-druid section.boxes-basic-section .container .container-grid {
    margin-bottom: 60px;
  }
  body.page-true-stream-ingestion section.boxes-basic-section .container .container-grid li.list-item,
  body.page-integrations-visualizations section.boxes-basic-section .container .container-grid li.list-item,
  body.page-database-ingestion section.boxes-basic-section .container .container-grid li.list-item,
  body.page-database-ingeston section.boxes-basic-section .container .container-grid li.list-item,
  body.page-what-is-druid section.boxes-basic-section .container .container-grid li.list-item {
    margin: 0;
    width: 100% !important;
    border-top: 3px solid #0F131C;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  body.page-true-stream-ingestion section.boxes-basic-section .container .container-grid li.list-item .list-content,
  body.page-integrations-visualizations section.boxes-basic-section .container .container-grid li.list-item .list-content,
  body.page-database-ingestion section.boxes-basic-section .container .container-grid li.list-item .list-content,
  body.page-database-ingeston section.boxes-basic-section .container .container-grid li.list-item .list-content,
  body.page-what-is-druid section.boxes-basic-section .container .container-grid li.list-item .list-content {
    padding: 30px 24px;
  }
  body.page-true-stream-ingestion .stream-footer-trigger,
  body.page-integrations-visualizations .stream-footer-trigger,
  body.page-database-ingestion .stream-footer-trigger,
  body.page-database-ingeston .stream-footer-trigger,
  body.page-what-is-druid .stream-footer-trigger {
    background-color: transparent !important;
  }
}

/* end body.page-true-stream-ingestion, .page-integrations-visualizations, .page-database-ingestion pages */
/* body.page-druid-architecture-concepts page */
body.page-druid-architecture-concepts {
  /* mobile */
  /* end mobile */
}
@media (max-width: 575.98px) {
  body.page-druid-architecture-concepts section.header-section {
    padding-top: 40px !important;
  }
  body.page-druid-architecture-concepts section.header-section .container .row.left div {
    display: flex;
    flex-direction: column;
    align-items: left;
  }
  body.page-druid-architecture-concepts section.header-section .container h1, body.page-druid-architecture-concepts section.header-section .container .h1 {
    margin-top: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
  }
  body.page-druid-architecture-concepts section.header-section .container-description {
    margin: 0 auto;
  }
  body.page-druid-architecture-concepts section.header-section .container-description p:last-child {
    margin-bottom: 0px;
  }
}

/* end body.page-druid-architecture-concepts page */
/* Imply Polaris Pricing page */
body.page-imply-polaris-pricing,
body.page-polaris-pricing {
  /* section.header-section */
  /* end section.header-section */
  /* section#level-cards */
  /* end section#level-cards */
  /* section#all-polaris-environments-include */
  /* end section#all-polaris-environments-include */
  /* section#pricing-tables */
  /* end section#pricing-tables */
  /* section#data-ingestion-pricing and section#file-storage-pricing */
  /* end section#data-ingestion-pricing and section#file-storage-pricing */
  /* section#file-storage-pricing */
  /* end section#file-storage-pricing */
  /* section#frequently-asked-questions */
  /* end section#frequently-asked-questions */
  /* section.boxes-basic-section */
  /* end section.boxes-basic-section */
}
body.page-imply-polaris-pricing section#get-started-with-polaris,
body.page-polaris-pricing section#get-started-with-polaris {
  padding-top: 180px;
  /* mobile styles */
}
@media (max-width: 575.98px) {
  body.page-imply-polaris-pricing section#get-started-with-polaris,
  body.page-polaris-pricing section#get-started-with-polaris {
    padding-top: 0;
    padding: 0;
  }
  body.page-imply-polaris-pricing section#get-started-with-polaris .container,
  body.page-polaris-pricing section#get-started-with-polaris .container {
    padding: 20px 0 0;
  }
  body.page-imply-polaris-pricing section#get-started-with-polaris .container .row,
  body.page-polaris-pricing section#get-started-with-polaris .container .row {
    margin: 0;
    width: 100%;
  }
  body.page-imply-polaris-pricing section#get-started-with-polaris .container .row h1, body.page-imply-polaris-pricing section#get-started-with-polaris .container .row .h1,
  body.page-polaris-pricing section#get-started-with-polaris .container .row h1, body.page-polaris-pricing section#get-started-with-polaris .container .row .h1 {
    margin-top: 0;
  }
}
body.page-imply-polaris-pricing section#level-cards,
body.page-polaris-pricing section#level-cards {
  /* mobile styles */
  /* end mobile styles */
}
body.page-imply-polaris-pricing section#level-cards .container,
body.page-polaris-pricing section#level-cards .container {
  padding: 0 0 40px;
}
body.page-imply-polaris-pricing section#level-cards .container .title,
body.page-polaris-pricing section#level-cards .container .title {
  display: none;
}
body.page-imply-polaris-pricing section#level-cards .container .list,
body.page-polaris-pricing section#level-cards .container .list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
body.page-imply-polaris-pricing section#level-cards .container .list .list-item,
body.page-polaris-pricing section#level-cards .container .list .list-item {
  display: flex;
  flex-direction: column;
  padding: 54px 50px;
  width: calc(33.3% - 28px);
  align-items: center;
  background: #30363C;
  minimum-height: 400px;
  margin-right: 42px;
  border-radius: 4px;
}
body.page-imply-polaris-pricing section#level-cards .container .list .list-item:last-child,
body.page-polaris-pricing section#level-cards .container .list .list-item:last-child {
  margin-right: 0;
}
body.page-imply-polaris-pricing section#level-cards .container .list .list-item .level,
body.page-polaris-pricing section#level-cards .container .list .list-item .level {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 18px;
}
body.page-imply-polaris-pricing section#level-cards .container .list .list-item .message,
body.page-polaris-pricing section#level-cards .container .list .list-item .message {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  height: 140px;
}
body.page-imply-polaris-pricing section#level-cards .container .list .list-item .button,
body.page-polaris-pricing section#level-cards .container .list .list-item .button {
  margin-bottom: 40px;
}
body.page-imply-polaris-pricing section#level-cards .container .list .list-item ul,
body.page-polaris-pricing section#level-cards .container .list .list-item ul {
  text-align: left;
  padding-left: 0;
  margin-bottom: 48px;
  list-style: none;
}
body.page-imply-polaris-pricing section#level-cards .container .list .list-item ul li,
body.page-polaris-pricing section#level-cards .container .list .list-item ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 12px;
  padding-left: 30px;
  background-image: url("/wp-content/themes/gc-responsive-v5/images/icons/icon-checkmark_2.svg");
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 15px 11px;
}
body.page-imply-polaris-pricing section#level-cards .container .list .list-item .additional,
body.page-polaris-pricing section#level-cards .container .list .list-item .additional {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
body.page-imply-polaris-pricing section#level-cards .container .list .list-item .additional a,
body.page-polaris-pricing section#level-cards .container .list .list-item .additional a {
  color: #fff;
  text-decoration: underline;
}
body.page-imply-polaris-pricing section#level-cards .container .list .list-item .additional a:hover,
body.page-polaris-pricing section#level-cards .container .list .list-item .additional a:hover {
  color: #0D7DE0;
}
@media (max-width: 575.98px) {
  body.page-imply-polaris-pricing section#level-cards .container,
  body.page-polaris-pricing section#level-cards .container {
    padding: 60px 0 0;
  }
  body.page-imply-polaris-pricing section#level-cards .container .title,
  body.page-polaris-pricing section#level-cards .container .title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 50px;
  }
  body.page-imply-polaris-pricing section#level-cards .container .list,
  body.page-polaris-pricing section#level-cards .container .list {
    display: block;
    padding-left: 0;
  }
  body.page-imply-polaris-pricing section#level-cards .container .list .list-item,
  body.page-polaris-pricing section#level-cards .container .list .list-item {
    display: block;
    padding: 23px 38px 32px;
    width: auto !important;
    margin: 0 26px 40px 26px !important;
  }
  body.page-imply-polaris-pricing section#level-cards .container .list .list-item .level,
  body.page-polaris-pricing section#level-cards .container .list .list-item .level {
    font-size: 25.139px;
    line-height: 31px;
  }
  body.page-imply-polaris-pricing section#level-cards .container .list .list-item .message,
  body.page-polaris-pricing section#level-cards .container .list .list-item .message {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    margin-bottom: 50px;
  }
  body.page-imply-polaris-pricing section#level-cards .container .list .list-item ul,
  body.page-polaris-pricing section#level-cards .container .list .list-item ul {
    margin-bottom: 10px;
  }
  body.page-imply-polaris-pricing section#level-cards .container .list .list-item ul li,
  body.page-polaris-pricing section#level-cards .container .list .list-item ul li {
    font-size: 15.9979px;
    line-height: 21px;
    margin-bottom: 18px;
  }
  body.page-imply-polaris-pricing section#level-cards .container .list .list-item .additional,
  body.page-polaris-pricing section#level-cards .container .list .list-item .additional {
    display: none;
  }
  body.page-imply-polaris-pricing section#level-cards .container .list .list-item:last-child,
  body.page-polaris-pricing section#level-cards .container .list .list-item:last-child {
    margin-bottom: 0 !important;
  }
}
body.page-imply-polaris-pricing section#all-polaris-environments-include,
body.page-polaris-pricing section#all-polaris-environments-include {
  /* mobile styles */
  /* end mobile styles */
}
body.page-imply-polaris-pricing section#all-polaris-environments-include .container,
body.page-polaris-pricing section#all-polaris-environments-include .container {
  padding: 60px 0 40px;
}
body.page-imply-polaris-pricing section#all-polaris-environments-include .container .title,
body.page-polaris-pricing section#all-polaris-environments-include .container .title {
  margin-bottom: 60px;
}
body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list,
body.page-polaris-pricing section#all-polaris-environments-include .container .list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list .list-item,
body.page-polaris-pricing section#all-polaris-environments-include .container .list .list-item {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  width: calc(33.3% - 28px);
  align-items: center;
  minimum-height: 400px;
  margin-right: 42px;
  border-radius: 4px;
}
body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list .list-item:last-child,
body.page-polaris-pricing section#all-polaris-environments-include .container .list .list-item:last-child {
  margin-right: 0;
}
body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list .list-item ul,
body.page-polaris-pricing section#all-polaris-environments-include .container .list .list-item ul {
  text-align: left;
  padding-left: 0;
  list-style: none;
}
body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list .list-item ul li,
body.page-polaris-pricing section#all-polaris-environments-include .container .list .list-item ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 23px;
  padding-left: 30px;
  background-image: url("/wp-content/themes/gc-responsive-v5/images/icons/icon-checkmark_2.svg");
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 15px 11px;
}
@media (max-width: 575.98px) {
  body.page-imply-polaris-pricing section#all-polaris-environments-include .container .title,
  body.page-polaris-pricing section#all-polaris-environments-include .container .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 49px;
  }
  body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list,
  body.page-polaris-pricing section#all-polaris-environments-include .container .list {
    display: block;
    padding-left: 0;
  }
  body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list .list-item,
  body.page-polaris-pricing section#all-polaris-environments-include .container .list .list-item {
    display: block;
    padding: 0 52px;
    width: 100%;
    margin: 0 26px 0 0 !important;
  }
  body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list .list-item .level,
  body.page-polaris-pricing section#all-polaris-environments-include .container .list .list-item .level {
    font-size: 25.139px;
    line-height: 31px;
  }
  body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list .list-item .message,
  body.page-polaris-pricing section#all-polaris-environments-include .container .list .list-item .message {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    margin-bottom: 50px;
  }
  body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list .list-item ul,
  body.page-polaris-pricing section#all-polaris-environments-include .container .list .list-item ul {
    margin-bottom: 10px;
  }
  body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list .list-item ul li,
  body.page-polaris-pricing section#all-polaris-environments-include .container .list .list-item ul li {
    font-size: 15.9979px;
    line-height: 21px;
    margin-bottom: 18px;
  }
  body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list .list-item .additional,
  body.page-polaris-pricing section#all-polaris-environments-include .container .list .list-item .additional {
    display: none;
  }
  body.page-imply-polaris-pricing section#all-polaris-environments-include .container .list .list-item:last-child,
  body.page-polaris-pricing section#all-polaris-environments-include .container .list .list-item:last-child {
    margin-bottom: 0;
  }
}
body.page-imply-polaris-pricing section#pricing-tables,
body.page-polaris-pricing section#pricing-tables {
  /* mobile styles */
  /* end mobile styles */
}
body.page-imply-polaris-pricing section#pricing-tables .container .title,
body.page-polaris-pricing section#pricing-tables .container .title {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .header,
body.page-polaris-pricing section#pricing-tables .container .description .header {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 60px;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .header h2, body.page-imply-polaris-pricing section#pricing-tables .container .description .header .h2,
body.page-polaris-pricing section#pricing-tables .container .description .header h2, body.page-polaris-pricing section#pricing-tables .container .description .header .h2 {
  margin-top: 80px;
  margin-bottom: 53px;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .selector,
body.page-polaris-pricing section#pricing-tables .container .description .selector {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .selector select, body.page-imply-polaris-pricing section#pricing-tables .container .description .selector .select,
body.page-polaris-pricing section#pricing-tables .container .description .selector select, body.page-polaris-pricing section#pricing-tables .container .description .selector .select {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  padding: 10px 60px;
  text-align: left;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .selector select .select-styled, body.page-imply-polaris-pricing section#pricing-tables .container .description .selector .select .select-styled,
body.page-polaris-pricing section#pricing-tables .container .description .selector select .select-styled, body.page-polaris-pricing section#pricing-tables .container .description .selector .select .select-styled {
  padding-right: 36px;
  padding-left: 55px;
  color: #21262D;
  width: auto;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .selector select .select-styled:before, body.page-imply-polaris-pricing section#pricing-tables .container .description .selector .select .select-styled:before,
body.page-polaris-pricing section#pricing-tables .container .description .selector select .select-styled:before, body.page-polaris-pricing section#pricing-tables .container .description .selector .select .select-styled:before {
  position: absolute;
  left: 10px;
  top: 13px;
  content: "";
  background: url("/wp-content/themes/gc-responsive-v5/images/icons/icon_flag_us.svg") no-repeat;
  width: 27px;
  height: 18px;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .selector select .select-styled:after, body.page-imply-polaris-pricing section#pricing-tables .container .description .selector .select .select-styled:after,
body.page-polaris-pricing section#pricing-tables .container .description .selector select .select-styled:after, body.page-polaris-pricing section#pricing-tables .container .description .selector .select .select-styled:after {
  border-color: #21262D;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .selector select ul.select-options, body.page-imply-polaris-pricing section#pricing-tables .container .description .selector .select ul.select-options,
body.page-polaris-pricing section#pricing-tables .container .description .selector select ul.select-options, body.page-polaris-pricing section#pricing-tables .container .description .selector .select ul.select-options {
  text-align: left;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .selector select ul.select-options li, body.page-imply-polaris-pricing section#pricing-tables .container .description .selector .select ul.select-options li,
body.page-polaris-pricing section#pricing-tables .container .description .selector select ul.select-options li, body.page-polaris-pricing section#pricing-tables .container .description .selector .select ul.select-options li {
  color: #21262D;
  width: auto;
  padding-right: 36px;
  padding-left: 16px;
  text-indent: 0;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .selector select ul.select-options li img, body.page-imply-polaris-pricing section#pricing-tables .container .description .selector .select ul.select-options li img,
body.page-polaris-pricing section#pricing-tables .container .description .selector select ul.select-options li img, body.page-polaris-pricing section#pricing-tables .container .description .selector .select ul.select-options li img {
  width: 27px;
  height: 18px;
  margin-right: 10px;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .tablehead,
body.page-polaris-pricing section#pricing-tables .container .description .tablehead {
  text-align: left;
  margin-top: 20px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .tablehead h3, body.page-imply-polaris-pricing section#pricing-tables .container .description .tablehead .h3,
body.page-polaris-pricing section#pricing-tables .container .description .tablehead h3, body.page-polaris-pricing section#pricing-tables .container .description .tablehead .h3 {
  font-family: "Open Sans";
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .type,
body.page-polaris-pricing section#pricing-tables .container .description .type {
  display: flex;
  width: 100%;
  margin: 0;
  border-radius: 4px;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .type.container,
body.page-polaris-pricing section#pricing-tables .container .description .type.container {
  width: auto;
  padding: 46px 0 37px;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .type .tab,
body.page-polaris-pricing section#pricing-tables .container .description .type .tab {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  width: 50%;
  padding-top: 17px;
  padding-bottom: 16px;
  cursor: pointer;
  background-color: #fff;
  color: #892DFF;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .type .tab.active,
body.page-polaris-pricing section#pricing-tables .container .description .type .tab.active {
  background-color: #B7AAFA;
  color: #fff;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .type .tab#a-stream,
body.page-polaris-pricing section#pricing-tables .container .description .type .tab#a-stream {
  border-radius: 4px 0 0 4px;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .type .tab#a-stream:hover,
body.page-polaris-pricing section#pricing-tables .container .description .type .tab#a-stream:hover {
  background-color: #fff;
  color: #892DFF;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .type .tab#d-general,
body.page-polaris-pricing section#pricing-tables .container .description .type .tab#d-general {
  border-radius: 0 4px 4px 0;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .type .tab#d-general:hover,
body.page-polaris-pricing section#pricing-tables .container .description .type .tab#d-general:hover {
  background-color: #B7AAFA;
  color: #fff;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table {
  background-color: #21262D;
  padding: 10px 13px 0;
  margin-bottom: 17px;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-e,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-e {
  display: table-row; /* default */
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-e.a-stream,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-e.a-stream {
  display: table-row; /* default */
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-e.d-general,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-e.d-general {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-w,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-w {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-w.a-stream,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-w.a-stream {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-w.d-general,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.us-w.d-general {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-c,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-c {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-c.a-stream,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-c.a-stream {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-c.d-general,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-c.d-general {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-w,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-w {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-w.a-stream,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-w.a-stream {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-w.d-general,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.eu-w.d-general {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.ap-s,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.ap-s {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.ap-s.a-stream,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.ap-s.a-stream {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.ap-s.d-general,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr.ap-s.d-general {
  display: none;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding: 10px 0 16px 0;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th:nth-child(1),
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th:nth-child(1) {
  width: 150px;
  font-weight: 600;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr td,
body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr td {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  padding: 14px 0 16px 0;
  border-bottom: none;
  border-top: 1px solid;
}
body.page-imply-polaris-pricing section#pricing-tables .container .description .footnote,
body.page-polaris-pricing section#pricing-tables .container .description .footnote {
  text-align: left;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  body.page-imply-polaris-pricing section#pricing-tables .container,
  body.page-polaris-pricing section#pricing-tables .container {
    padding: 60px 0 0;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .header,
  body.page-polaris-pricing section#pricing-tables .container .description .header {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    margin: 0 24px 70px;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .header h2, body.page-imply-polaris-pricing section#pricing-tables .container .description .header .h2,
  body.page-polaris-pricing section#pricing-tables .container .description .header h2, body.page-polaris-pricing section#pricing-tables .container .description .header .h2 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 26px;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .tablehead,
  body.page-polaris-pricing section#pricing-tables .container .description .tablehead {
    font-size: 16px;
    line-height: 26px;
    margin: 90px 37px 50px;
    text-align: center;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .tablehead h3, body.page-imply-polaris-pricing section#pricing-tables .container .description .tablehead .h3,
  body.page-polaris-pricing section#pricing-tables .container .description .tablehead h3, body.page-polaris-pricing section#pricing-tables .container .description .tablehead .h3 {
    font-size: 24px;
    line-height: 30px;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .type.container,
  body.page-polaris-pricing section#pricing-tables .container .description .type.container {
    padding: 0 24px 22px;
    margin-bottom: 28px;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .type.container .tab,
  body.page-polaris-pricing section#pricing-tables .container .description .type.container .tab {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 25px;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table,
  body.page-polaris-pricing section#pricing-tables .container .description .spacing-table {
    padding: 0 0 0 4px;
    margin: 0 25px 12px 25px;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th,
  body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 30px auto 0;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th:nth-child(1),
  body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th:nth-child(1) {
    width: 56px;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th:nth-child(2),
  body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th:nth-child(2) {
    width: 76px;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th:nth-child(4),
  body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th:nth-child(4) {
    width: 56px;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th:last-child,
  body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr th:last-child {
    width: 56px;
    padding-right: 0;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .spacing-table table tr td,
  body.page-polaris-pricing section#pricing-tables .container .description .spacing-table table tr td {
    font-size: 12px;
    line-height: 8px;
    font-weight: 400;
    padding: 14px 0 16px 0;
  }
  body.page-imply-polaris-pricing section#pricing-tables .container .description .footnote,
  body.page-polaris-pricing section#pricing-tables .container .description .footnote {
    margin: 0 24px 80px 24px;
    font-size: 10px;
    line-height: 14px;
  }
}
body.page-imply-polaris-pricing section#data-ingestion-pricing, body.page-imply-polaris-pricing section#file-storage-pricing, body.page-imply-polaris-pricing section#async-query-pricing, body.page-imply-polaris-pricing section#deep-storage-pricing,
body.page-polaris-pricing section#data-ingestion-pricing, body.page-polaris-pricing section#file-storage-pricing, body.page-polaris-pricing section#async-query-pricing, body.page-polaris-pricing section#deep-storage-pricing {
  text-align: left;
  padding-top: 0;
  margin-bottom: 17px;
  /* mobile styles */
  /* end mobile styles */
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container, body.page-imply-polaris-pricing section#file-storage-pricing .container, body.page-imply-polaris-pricing section#async-query-pricing .container, body.page-imply-polaris-pricing section#deep-storage-pricing .container,
body.page-polaris-pricing section#data-ingestion-pricing .container, body.page-polaris-pricing section#file-storage-pricing .container, body.page-polaris-pricing section#async-query-pricing .container, body.page-polaris-pricing section#deep-storage-pricing .container {
  padding-top: 10px;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .title, body.page-imply-polaris-pricing section#file-storage-pricing .container .title, body.page-imply-polaris-pricing section#async-query-pricing .container .title, body.page-imply-polaris-pricing section#deep-storage-pricing .container .title,
body.page-polaris-pricing section#data-ingestion-pricing .container .title, body.page-polaris-pricing section#file-storage-pricing .container .title, body.page-polaris-pricing section#async-query-pricing .container .title, body.page-polaris-pricing section#deep-storage-pricing .container .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .short_description, body.page-imply-polaris-pricing section#file-storage-pricing .container .short_description, body.page-imply-polaris-pricing section#async-query-pricing .container .short_description, body.page-imply-polaris-pricing section#deep-storage-pricing .container .short_description,
body.page-polaris-pricing section#data-ingestion-pricing .container .short_description, body.page-polaris-pricing section#file-storage-pricing .container .short_description, body.page-polaris-pricing section#async-query-pricing .container .short_description, body.page-polaris-pricing section#deep-storage-pricing .container .short_description {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin: 35px 32px 35px 0;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table {
  background-color: #21262D;
  padding: 10px 13px 0;
  margin-bottom: 17px;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-e, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-e, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-e, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-e,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-e, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-e, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-e, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-e {
  display: table-row; /* default */
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-e.a-stream, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-e.a-stream, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-e.a-stream, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-e.a-stream,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-e.a-stream, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-e.a-stream, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-e.a-stream, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-e.a-stream {
  display: table-row; /* default */
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-e.d-general, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-e.d-general, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-e.d-general, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-e.d-general,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-e.d-general, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-e.d-general, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-e.d-general, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-e.d-general {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-w, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-w, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-w, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-w,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-w, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-w, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-w, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-w {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-w.a-stream, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-w.a-stream, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-w.a-stream, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-w.a-stream,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-w.a-stream, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-w.a-stream, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-w.a-stream, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-w.a-stream {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-w.d-general, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-w.d-general, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-w.d-general, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-w.d-general,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.us-w.d-general, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.us-w.d-general, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.us-w.d-general, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.us-w.d-general {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-c, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-c, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-c, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-c,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-c, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-c, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-c, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-c {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-c.a-stream, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-c.a-stream, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-c.a-stream, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-c.a-stream,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-c.a-stream, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-c.a-stream, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-c.a-stream, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-c.a-stream {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-c.d-general, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-c.d-general, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-c.d-general, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-c.d-general,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-c.d-general, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-c.d-general, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-c.d-general, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-c.d-general {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-w, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-w, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-w, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-w,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-w, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-w, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-w, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-w {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-w.a-stream, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-w.a-stream, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-w.a-stream, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-w.a-stream,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-w.a-stream, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-w.a-stream, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-w.a-stream, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-w.a-stream {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-w.d-general, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-w.d-general, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-w.d-general, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-w.d-general,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.eu-w.d-general, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.eu-w.d-general, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.eu-w.d-general, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.eu-w.d-general {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.ap-s, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.ap-s, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.ap-s, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.ap-s,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.ap-s, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.ap-s, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.ap-s, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.ap-s {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.ap-s.a-stream, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.ap-s.a-stream, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.ap-s.a-stream, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.ap-s.a-stream,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.ap-s.a-stream, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.ap-s.a-stream, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.ap-s.a-stream, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.ap-s.a-stream {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.ap-s.d-general, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.ap-s.d-general, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.ap-s.d-general, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.ap-s.d-general,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr.ap-s.d-general, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr.ap-s.d-general, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr.ap-s.d-general, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr.ap-s.d-general {
  display: none;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr th, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr th, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr th, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr th,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr th, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr th, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr th, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr th {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  padding: 8px 0 20px 0;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr th:last-child, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr th:last-child, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr th:last-child, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr th:last-child,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr th:last-child, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr th:last-child, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr th:last-child, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr th:last-child {
  text-align: center;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr td, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr td, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr td, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr td,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr td, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr td, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr td, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr td {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 20px 0 20px 0;
  border-bottom: none;
  border-top: 1px solid;
}
body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr td:last-child, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr td:last-child, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr td:last-child, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr td:last-child,
body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table tr td:last-child, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table tr td:last-child, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table tr td:last-child, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table tr td:last-child {
  text-align: center;
}
@media (max-width: 575.98px) {
  body.page-imply-polaris-pricing section#data-ingestion-pricing, body.page-imply-polaris-pricing section#file-storage-pricing, body.page-imply-polaris-pricing section#async-query-pricing, body.page-imply-polaris-pricing section#deep-storage-pricing,
  body.page-polaris-pricing section#data-ingestion-pricing, body.page-polaris-pricing section#file-storage-pricing, body.page-polaris-pricing section#async-query-pricing, body.page-polaris-pricing section#deep-storage-pricing {
    padding-bottom: 80px;
  }
  body.page-imply-polaris-pricing section#data-ingestion-pricing .container, body.page-imply-polaris-pricing section#file-storage-pricing .container, body.page-imply-polaris-pricing section#async-query-pricing .container, body.page-imply-polaris-pricing section#deep-storage-pricing .container,
  body.page-polaris-pricing section#data-ingestion-pricing .container, body.page-polaris-pricing section#file-storage-pricing .container, body.page-polaris-pricing section#async-query-pricing .container, body.page-polaris-pricing section#deep-storage-pricing .container {
    padding: 0 25px 0 32px;
  }
  body.page-imply-polaris-pricing section#data-ingestion-pricing .container .title, body.page-imply-polaris-pricing section#file-storage-pricing .container .title, body.page-imply-polaris-pricing section#async-query-pricing .container .title, body.page-imply-polaris-pricing section#deep-storage-pricing .container .title,
  body.page-polaris-pricing section#data-ingestion-pricing .container .title, body.page-polaris-pricing section#file-storage-pricing .container .title, body.page-polaris-pricing section#async-query-pricing .container .title, body.page-polaris-pricing section#deep-storage-pricing .container .title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  body.page-imply-polaris-pricing section#data-ingestion-pricing .container .short_description, body.page-imply-polaris-pricing section#file-storage-pricing .container .short_description, body.page-imply-polaris-pricing section#async-query-pricing .container .short_description, body.page-imply-polaris-pricing section#deep-storage-pricing .container .short_description,
  body.page-polaris-pricing section#data-ingestion-pricing .container .short_description, body.page-polaris-pricing section#file-storage-pricing .container .short_description, body.page-polaris-pricing section#async-query-pricing .container .short_description, body.page-polaris-pricing section#deep-storage-pricing .container .short_description {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 40px;
  }
  body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table,
  body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table {
    padding: 10px 4px 0 4px;
    margin-bottom: 17px;
  }
  body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table th, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table th, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table th, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table th,
  body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table th, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table th, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table th, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table th {
    font-size: 12px !important;
    line-height: 16px;
    padding: 12px 0 12px 0;
  }
  body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table th:last-child, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table th:last-child, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table th:last-child, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table th:last-child,
  body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table th:last-child, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table th:last-child, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table th:last-child, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table th:last-child {
    text-align: center;
  }
  body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table td, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table td, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table td, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table td,
  body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table td, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table td, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table td, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table td {
    font-size: 12px !important;
    line-height: 6px;
    padding: 12px 0;
  }
  body.page-imply-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table td:last-child, body.page-imply-polaris-pricing section#file-storage-pricing .container .description .spacing-table table td:last-child, body.page-imply-polaris-pricing section#async-query-pricing .container .description .spacing-table table td:last-child, body.page-imply-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table td:last-child,
  body.page-polaris-pricing section#data-ingestion-pricing .container .description .spacing-table table td:last-child, body.page-polaris-pricing section#file-storage-pricing .container .description .spacing-table table td:last-child, body.page-polaris-pricing section#async-query-pricing .container .description .spacing-table table td:last-child, body.page-polaris-pricing section#deep-storage-pricing .container .description .spacing-table table td:last-child {
    text-align: center;
  }
}
body.page-imply-polaris-pricing section#deep-storage-pricing, body.page-polaris-pricing section#deep-storage-pricing {
  padding-bottom: 114px;
  margin-bottom: 0;
}
body.page-imply-polaris-pricing section#frequently-asked-questions, body.page-polaris-pricing section#frequently-asked-questions {
  /* mobile styles */
  /* end mobile styles */
}
body.page-imply-polaris-pricing section#frequently-asked-questions .container, body.page-polaris-pricing section#frequently-asked-questions .container {
  padding-top: 0;
}
body.page-imply-polaris-pricing section#frequently-asked-questions .container .container-grid, body.page-polaris-pricing section#frequently-asked-questions .container .container-grid {
  padding-top: 60px;
}
@media (max-width: 575.98px) {
  body.page-imply-polaris-pricing section#frequently-asked-questions .container, body.page-polaris-pricing section#frequently-asked-questions .container {
    padding: 20px 0 0;
  }
  body.page-imply-polaris-pricing section#frequently-asked-questions .container .container-grid, body.page-polaris-pricing section#frequently-asked-questions .container .container-grid {
    padding-top: 0;
  }
}
body.page-imply-polaris-pricing section.boxes-basic-section, body.page-polaris-pricing section.boxes-basic-section {
  /* mobile styles */
  /* end mobile */
}
@media (max-width: 575.98px) {
  body.page-imply-polaris-pricing section.boxes-basic-section, body.page-polaris-pricing section.boxes-basic-section {
    padding: 0;
  }
  body.page-imply-polaris-pricing section.boxes-basic-section .container, body.page-polaris-pricing section.boxes-basic-section .container {
    padding: 0;
  }
  body.page-imply-polaris-pricing section.boxes-basic-section .container .container-grid li.list-item, body.page-polaris-pricing section.boxes-basic-section .container .container-grid li.list-item {
    margin: 0;
    width: 100% !important;
    border-top: 3px solid #0F131C;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  body.page-imply-polaris-pricing section.boxes-basic-section .container .container-grid li.list-item .list-content, body.page-polaris-pricing section.boxes-basic-section .container .container-grid li.list-item .list-content {
    padding: 30px 24px;
  }
}

/* end Imply Polaris Pricing page */
/* About page */
body.page-about-imply {
  /* mobile */
  /* end mobile */
}
@media (max-width: 575.98px) {
  body.page-about-imply section.header-section {
    padding-bottom: 0 !important;
  }
  body.page-about-imply section.header-section .container {
    padding: 60px 0 0;
    text-align: center;
  }
  body.page-about-imply section.header-section .container .row {
    margin: 0;
    width: 100%;
  }
  body.page-about-imply section.header-section .container .row div:first-child {
    padding: 0 24px;
  }
  body.page-about-imply section.header-section .container .row div:first-child h1, body.page-about-imply section.header-section .container .row div:first-child .h1 {
    font-size: 48px;
    line-height: 66px;
    margin: 0;
    padding-bottom: 0px;
  }
  body.page-about-imply section.header-section .container .row div:first-child .container-description {
    max-width: 320px;
    margin: 0 auto 80px;
    font-size: 18px;
    line-height: 28px;
  }
  body.page-about-imply section.header-section .container .row div:nth-child(2):not(.container-description) {
    padding: 0;
  }
  body.page-about-imply section.header-section .container .row div:nth-child(2):not(.container-description) img {
    padding: 0;
  }
  body.page-about-imply .text-left-img-right img {
    max-width: 100% !important;
  }
  body.page-about-imply .grid-system.is-layout-flex div.is-layout-flow {
    margin-right: 0;
  }
}

/* end About page */
/* Resources page */
body.page-resources {
  /* mobile */
  /* end mobile */
}
@media (max-width: 575.98px) {
  body.page-resources {
    /* .stream-footer-trigger, */
  }
  body.page-resources .stream-footer-trigger {
    background-color: #fff;
  }
}

/* end Resources page */
/* Podcasts and Contact page */
body.page-podcasts,
body.page-contact {
  /* mobile styles */
  /* end mobile */
}
@media (max-width: 575.98px) {
  body.page-podcasts #header-section .container,
  body.page-contact #header-section .container {
    padding: 80px 24px 40px;
    text-align: center;
  }
  body.page-podcasts #header-section .container h1, body.page-podcasts #header-section .container .h1,
  body.page-contact #header-section .container h1,
  body.page-contact #header-section .container .h1 {
    font-size: 48px;
    line-height: 66px;
    margin: 0;
    padding: 0;
  }
  body.page-podcasts #header-section .container h1 span, body.page-podcasts #header-section .container .h1 span,
  body.page-contact #header-section .container h1 span,
  body.page-contact #header-section .container .h1 span {
    display: inline-block;
  }
  body.page-podcasts #header-section .container .container-description,
  body.page-contact #header-section .container .container-description {
    max-width: 320px;
    font-size: 18px;
    line-height: 28px;
  }
}

/* end Podcasts and Contact page */
/* Careers page */
body.page-careers {
  /* section#quotescarousel */
  /* end section#quotescarousel */
  /* section#expand-your-potential */
  /* end section#expand-your-potential */
  /* section#join-us-today */
  /* end section#join-us-today */
  /* mobile styles */
  /* end mobile */
}
body.page-careers section.header-section {
  padding-top: 160px;
}
body.page-careers section#quotescarousel {
  background: linear-gradient(90deg, rgba(60, 48, 137, 0.8) 0%, #892DFF 101.32%);
}
body.page-careers section#quotescarousel .container {
  padding: 0;
  background-color: transparent;
}
body.page-careers section#quotescarousel .container .title {
  display: none;
}
body.page-careers section#quotescarousel .container .short_description {
  margin-bottom: 0;
}
body.page-careers section#quotescarousel .container section.quotes-carousel {
  padding: 60px 0;
}
body.page-careers section#quotescarousel .container section.quotes-carousel hr {
  margin-right: auto;
  margin-left: auto;
}
body.page-careers section#quotescarousel .container section.quotes-carousel .container:first-child {
  padding: 0 0 80px 0;
}
body.page-careers section#quotescarousel .container section.quotes-carousel .container {
  padding: 70px 0 0;
  width: 1000px;
}
body.page-careers section#quotescarousel .container section.quotes-carousel .container h2, body.page-careers section#quotescarousel .container section.quotes-carousel .container .h2 {
  font-size: 32px;
  line-height: 42px;
}
body.page-careers section#quotescarousel .container section.quotes-carousel .container .left {
  display: flex;
  align-items: center;
}
body.page-careers section#quotescarousel .container section.quotes-carousel .container .left img {
  width: 150px;
  height: 150px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  padding-right: 0;
}
body.page-careers section#quotescarousel .container section.quotes-carousel .container .right {
  text-align: left;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
body.page-careers section#quotescarousel .container section.quotes-carousel .container .right .quote {
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  margin-bottom: 20px;
}
body.page-careers section#quotescarousel .container section.quotes-carousel .container .right .author {
  margin-bottom: 16px;
}
body.page-careers section#quotescarousel .container section.quotes-carousel .container .right .title-co .light {
  font-weight: 300;
}
body.page-careers section#expand-your-potential .container {
  padding: 0;
  margin-bottom: 80px;
}
body.page-careers section#expand-your-potential .container .title {
  margin-bottom: 44px;
}
body.page-careers section#expand-your-potential .container section#potential.boxes-basic-section {
  padding: 0;
  margin-bottom: 0;
}
body.page-careers section#expand-your-potential .container section#potential.boxes-basic-section .container-grid .list-item.three-cols.spaced {
  width: calc(33.3% - 22px);
  max-width: 410px;
  background: linear-gradient(116.46deg, #352A76 0.68%, #9747FF 102%);
  padding: 42px 32px;
}
body.page-careers section#expand-your-potential .container section#potential.boxes-basic-section .container-grid li.three-cols.spaced {
  margin-bottom: 0;
  box-shadow: none;
}
body.page-careers section#expand-your-potential .container section#potential.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(1), body.page-careers section#expand-your-potential .container section#potential.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(2) {
  margin-right: 44px;
}
body.page-careers section#expand-your-potential .container section#potential.boxes-basic-section .container-grid li.three-cols.spaced:last-child {
  margin-right: 0;
}
body.page-careers section#expand-your-potential .container section#potential.boxes-basic-section .container-grid .spaced .list-content {
  color: #fff;
  padding: 0;
  display: block;
  flex-direction: column;
  text-align: left;
}
body.page-careers section#expand-your-potential .container section#potential.boxes-basic-section .container-grid .spaced .list-content h4, body.page-careers section#expand-your-potential .container section#potential.boxes-basic-section .container-grid .spaced .list-content .h4 {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 131.93%;
  font-weight: 700;
  margin-bottom: 27px;
}
body.page-careers section#expand-your-potential .container section#potential.boxes-basic-section .container-grid .spaced .list-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
body.page-careers section#join-us-today {
  padding-top: 56px;
  padding-bottom: 64px;
}
body.page-careers section#join-us-today .description {
  background-color: #fff;
  border-radius: 4px;
  padding: 0 40px;
}
@media (max-width: 575.98px) {
  body.page-careers section.header-section {
    padding-top: 30px !important;
  }
  body.page-careers section.header-section .container {
    padding: 40px 0 80px;
    text-align: center;
  }
  body.page-careers section.header-section .container .row {
    margin: 0;
    width: 100%;
  }
  body.page-careers section.header-section .container .row h1, body.page-careers section.header-section .container .row .h1 {
    padding-top: 0;
    margin-top: 0;
  }
  body.page-careers section#section-4.boxes-basic-section {
    padding-top: 0;
  }
  body.page-careers section#section-4.boxes-basic-section .container .container-grid ul li.three-cols {
    margin: 0;
    width: 100% !important;
    border-top: 3px solid #0F131C;
    border-bottom: none !important;
  }
  body.page-careers section#section-4.boxes-basic-section .container .container-grid ul li.three-cols:last-child {
    border-bottom: 3px solid #0F131C;
  }
  body.page-careers section#section-4.boxes-basic-section .container .container-grid ul .list-content {
    padding: 60px 24px;
  }
  body.page-careers section#quotescarousel .container {
    padding: 0;
    background-color: transparent;
  }
  body.page-careers section#quotescarousel .container .title {
    display: none;
  }
  body.page-careers section#quotescarousel .container .short_description {
    margin-bottom: 0;
  }
  body.page-careers section#quotescarousel .container section.quotes-carousel {
    padding: 60px 0;
  }
  body.page-careers section#quotescarousel .container section.quotes-carousel .container:first-child {
    padding: 0 24px 40px;
  }
  body.page-careers section#quotescarousel .container section.quotes-carousel .container {
    padding: 40px 0 0;
    width: 100%;
  }
  body.page-careers section#quotescarousel .container section.quotes-carousel .container .left img {
    margin: 0 auto 40px;
  }
  body.page-careers section#quotescarousel .container section.quotes-carousel .container .right .quote {
    font-size: 28px;
  }
  body.page-careers section#quotescarousel .container section.quotes-carousel .container .right .quote,
  body.page-careers section#quotescarousel .container section.quotes-carousel .container .right .author,
  body.page-careers section#quotescarousel .container section.quotes-carousel .container .right .title-co {
    padding: 0 24px;
  }
  body.page-careers section#expand-your-potential .title {
    margin: 40px 0;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
  }
  body.page-careers section#join-us-today .container {
    padding: 0 24px;
  }
  body.page-careers section#join-us-today .container .title {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
  }
}

/* end Careers page */
body.page-template-long-form-content {
  height: 100%;
  min-height: 100%;
  background-color: #fff;
}
body.page-template-long-form-content .page-wrapper {
  background-color: #fff;
}
body.page-template-long-form-content #container-lf-nav .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton,
body.page-template-long-form-content #container-lf-nav .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton:hover,
body.page-template-long-form-content #container-lf-nav .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton:active {
  border-right-color: #ba00ff !important;
  border-left-color: #0765f4 !important;
  box-shadow: 0 2px 10px 0;
  background-image: -webkit-linear-gradient(12deg, #0765f4 0%, #ba00ff 110%);
  background-image: linear-gradient(78deg, #0765f4 0%, #ba00ff 110%);
  color: #fff !important;
  padding: 10px 25px !important;
  border-radius: 3px !important;
  font-weight: 600;
  font-size: 15px !important;
  height: 30px !important;
}
body.page-template-long-form-content #container-lf-nav .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton:hover {
  border: none !important;
}
body.page-template-long-form-content #container-lf-nav .mktoForm .mktoError {
  right: auto !important;
}
body.page-template-long-form-content .container-long-form-content {
  margin-top: 140px;
  padding-top: 40px;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
}
body.page-template-long-form-content .container-lf-right {
  margin-left: 25px;
  margin-bottom: 100px;
  position: relative;
}
body.page-template-long-form-content .container-lf-right section {
  position: relative;
}
body.page-template-long-form-content .content-icon {
  max-width: 200px;
  margin: 50px 0 10px;
}
body.page-template-long-form-content .icon-white-paper {
  text-transform: uppercase;
}
body.page-template-long-form-content .header-long-form {
  padding: 0;
}
body.page-template-long-form-content .header-long-form .icon-white-paper {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.225;
}
body.page-template-long-form-content .header-long-form h1, body.page-template-long-form-content .header-long-form .h1 {
  margin: 30px 0 15px;
}
body.page-template-long-form-content .header-long-form .copyright {
  font-size: 14px;
}
body.page-template-long-form-content .header-long-form .credits {
  margin: 30px 0;
  font-size: 14px;
  max-width: 94%;
}
body.page-template-long-form-content #menu-scrollspy .btn {
  margin: 0 0 20px 15px;
  color: #fff !important;
  display: block;
  max-width: 150px;
}
body.page-template-long-form-content #container-lf-nav {
  background-color: #f8f9fa;
  padding: 20px 5px;
}
body.page-template-long-form-content ul#nav-long-form-content {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 17px;
  max-width: 270px;
}
body.page-template-long-form-content ul#nav-long-form-content > li > a {
  font-weight: 600;
}
body.page-template-long-form-content ul#nav-long-form-content > li {
  padding: 0;
  /*      > a.nav-link:before {
          display: block;
          position: absolute;
          content: ' - ';
          left: 0;
          width: 10px;
        }

        a.nav-link.parent:before {
          display: block;
          position: absolute;
          content: ' + ';
          left: 0;
          width: 10px;
        }*/
}
body.page-template-long-form-content ul#nav-long-form-content > li a {
  display: block;
  color: #21262D;
}
body.page-template-long-form-content ul#nav-long-form-content > li a .count {
  color: #6c757d;
}
body.page-template-long-form-content ul#nav-long-form-content > li a.active {
  color: #0D7DE0;
}
body.page-template-long-form-content ul#nav-long-form-content > li.has-children a {
  color: #21262D;
}
body.page-template-long-form-content ul#nav-long-form-content > li.has-children a .count {
  color: #6c757d;
}
body.page-template-long-form-content ul#nav-long-form-content > li.has-children a.nav-link.parent:before {
  content: " + ";
}
body.page-template-long-form-content ul#nav-long-form-content > li.has-children a.active {
  color: #0D7DE0;
}
body.page-template-long-form-content ul#nav-long-form-content > li:after {
  content: "";
  display: none;
}
body.page-template-long-form-content ul#nav-long-form-content ul.sub-section {
  margin: 10px 0 15px;
  padding: 0 0 0 15px;
  display: none;
}
body.page-template-long-form-content ul#nav-long-form-content ul.sub-section > li {
  margin-bottom: 10px;
}
body.page-template-long-form-content ul#nav-long-form-content ul.sub-section > li a {
  color: #21262D;
}
body.page-template-long-form-content ul#nav-long-form-content ul.sub-section > li a.active {
  color: #0D7DE0;
}
body.page-template-long-form-content ul#nav-long-form-content ul.sub-section li::after {
  left: -15px;
}
body.page-template-long-form-content ul#nav-long-form-content ul.sub-section.open {
  display: block;
}
body.page-template-long-form-content section {
  margin: 20px 0;
  padding: 20px 0;
}
body.page-template-long-form-content section p, body.page-template-long-form-content section li {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
body.page-template-long-form-content section p:last-child {
  margin-bottom: 0;
}
body.page-template-long-form-content section h2, body.page-template-long-form-content section .h2 {
  color: #000;
  font-size: 32px;
  margin-bottom: 15px;
}
body.page-template-long-form-content section h3, body.page-template-long-form-content section .h3 {
  color: #434343;
  font-weight: 300;
  font-size: 28px;
  margin-top: 30px;
}
body.page-template-long-form-content .section-long-form img {
  max-width: 100%;
  height: auto;
}
body.page-template-long-form-content .section-long-form img.alignright {
  float: right;
  margin: 5px 0 30px 30px;
  max-width: 30%;
}
body.page-template-long-form-content .section-long-form img.alignleft {
  float: left;
  margin: 8px 30px 30px 0;
  max-width: 30%;
}
body.page-template-long-form-content .section-long-form img.aligncenter {
  max-width: 80%;
  display: block;
  margin: 30px auto;
}
body.page-template-long-form-content .container-form {
  padding-top: 15px;
  margin: 15px;
  max-width: 240px;
  border-top: 1px solid #ddd;
  min-height: 250px;
}
body.page-template-long-form-content .container-form p {
  margin-bottom: 0;
  max-width: 240px;
}
body.page-template-long-form-content .container-form p strong {
  color: #007bff;
}
body.page-template-long-form-content .callout-box {
  border: 2px solid #007bff;
  padding: 30px;
  border-radius: 8px;
  margin: 30px 0;
  background-color: #f7f7f7;
  font-size: 14px;
}
body.page-template-long-form-content .callout-box p, body.page-template-long-form-content .callout-box ul, body.page-template-long-form-content .callout-box ol, body.page-template-long-form-content .callout-box li {
  font-size: 14px;
}
body.page-template-long-form-content .callout-box ol {
  padding: 0 20px;
}
body.page-template-long-form-content .callout-box ol li::marker {
  color: #007bff;
  font-weight: bold;
}
body.page-template-long-form-content #mktoForm_2475 > div.mktoFormRow > fieldset > div:nth-child(3) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth > span > span:nth-child(1) {
  max-width: 230px;
  display: block;
}
body.page-template-long-form-content #mktoForm_2475 #Email {
  width: 230px !important;
}
body.page-template-long-form-content .mktoHtmlText.mktoHasWidth {
  width: 230px !important;
}
@media (min-width: 992px) {
  body.page-template-long-form-content {
    /*    div#container-lf-nav.fixed {
    !*      position: fixed;
          top: 100px;*!


          border-right: 1px solid #faf5f7;
          border-left: 1px solid #faf5f7;
          background-color: #fffcfd;

          z-index: 1;
          display: block !important;
          max-height: calc(100vh - 100px);
          overflow-x: hidden;
          overflow-y: auto;
        }*/
  }
  body.page-template-long-form-content #menu-scrollspy {
    position: sticky;
    top: 170px;
    overflow: auto;
  }
  body.page-template-long-form-content #menu-scrollspy::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
  }
  body.page-template-long-form-content #menu-scrollspy::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
  }
  body.page-template-long-form-content #menu-scrollspy::-webkit-scrollbar-thumb {
    background-color: #999ca0;
    border: 2px solid #555555;
  }
}
@media (max-width: 991.98px) {
  body.page-template-long-form-content .container-long-form-content {
    margin-top: 0;
  }
  body.page-template-long-form-content .container-lf-right {
    margin-left: 0;
  }
  body.page-template-long-form-content .header-long-form {
    margin: 30px 0 0;
  }
  body.page-template-long-form-content .header-long-form h1, body.page-template-long-form-content .header-long-form .h1 {
    font-size: 35px;
  }
  body.page-template-long-form-content .section-long-form img {
    max-width: 100%;
    height: auto;
  }
  body.page-template-long-form-content .section-long-form img.alignright {
    float: right;
    margin: 5px 0 30px 30px;
    max-width: 50%;
  }
  body.page-template-long-form-content .section-long-form img.alignleft {
    float: left;
    margin: 8px 30px 30px 0;
    max-width: 50%;
  }
  body.page-template-long-form-content .section-long-form img.aligncenter {
    max-width: 100%;
  }
}

body.page-template-long-form-content .header-long-form h1, body.page-template-long-form-content .header-long-form .h1,
body.page-template-long-form-content section h2,
body.page-template-long-form-content section .h2,
body.page-template-long-form-content section h3,
body.page-template-long-form-content section .h3 {
  font-family: "Open-Sans", sans-serif;
}

body.page-template-long-form-content ul#nav-long-form-content ul.sub-section, body.page-template-long-form-content ul#nav-long-form-content > li a .count,
body.page-template-long-form-content ul#nav-long-form-content > li a.nav-link.parent:before,
body.page-template-long-form-content ul#nav-long-form-content > li > a.nav-link:before {
  display: none;
  visibility: hidden;
}

body.page-template-long-form-content main ul:not(.slick-dots) li {
  font-size: 14px;
  margin-bottom: 12px;
}

body.page-template-long-form-content main .mktoEmailField {
  height: 20px;
}

/* body.page-template-use-cases */
body.page-template-use-cases,
body.resource-template-use-cases {
  /* end .header-use-cases */
  /* .container-tabs */
  /* end .container-tabs */
  /* .container-tab-content */
  /* end container-tab-content */
  /* mobile */
  /* end mobile */
}
body.page-template-use-cases section#apache-druid,
body.resource-template-use-cases section#apache-druid {
  padding-top: 160px;
  padding-bottom: 153px;
}
body.page-template-use-cases section.tabs,
body.resource-template-use-cases section.tabs {
  margin-top: -73px;
}
body.page-template-use-cases .container-use-cases-template,
body.resource-template-use-cases .container-use-cases-template {
  padding: 0;
}
body.page-template-use-cases .container-use-cases-template .header-section,
body.resource-template-use-cases .container-use-cases-template .header-section {
  background-size: cover;
  min-height: 300px;
}
body.page-template-use-cases .container-use-cases-template .header-section h1, body.page-template-use-cases .container-use-cases-template .header-section .h1,
body.resource-template-use-cases .container-use-cases-template .header-section h1,
body.resource-template-use-cases .container-use-cases-template .header-section .h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 70px;
  margin: 30px 0;
}
body.page-template-use-cases .container-use-cases-template .header-section p.subtitle,
body.resource-template-use-cases .container-use-cases-template .header-section p.subtitle {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  max-width: 750px;
}
body.page-template-use-cases .container-use-cases-template .header-section div.callout-box,
body.resource-template-use-cases .container-use-cases-template .header-section div.callout-box {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
body.page-template-use-cases .container-use-cases-template .header-section div.callout-box p,
body.resource-template-use-cases .container-use-cases-template .header-section div.callout-box p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  max-width: 770px;
  margin-bottom: 0;
}
body.page-template-use-cases .container-tabs,
body.resource-template-use-cases .container-tabs {
  border-bottom: 1px solid #fff;
}
body.page-template-use-cases .container-tabs.quite-sticky,
body.resource-template-use-cases .container-tabs.quite-sticky {
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2;
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
}
body.page-template-use-cases .container-tabs.quite-sticky .container,
body.resource-template-use-cases .container-tabs.quite-sticky .container {
  width: 100%;
}
body.page-template-use-cases .container-tabs .container ul.imply-tabs,
body.resource-template-use-cases .container-tabs .container ul.imply-tabs {
  list-style-type: none;
  margin: 0;
  padding: 18px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1170px;
}
body.page-template-use-cases .container-tabs .container ul.imply-tabs li,
body.resource-template-use-cases .container-tabs .container ul.imply-tabs li {
  padding: 0;
  margin: 0;
}
body.page-template-use-cases .container-tabs .container ul.imply-tabs li button,
body.resource-template-use-cases .container-tabs .container ul.imply-tabs li button {
  position: relative;
  border: none;
  background-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 100% */
  display: flex;
  align-items: center;
  color: #B7AAFA;
  padding: 10px 0 20px 0;
  border-radius: 0;
  transition: color ease 425ms;
}
body.page-template-use-cases .container-tabs .container ul.imply-tabs li button.active, body.page-template-use-cases .container-tabs .container ul.imply-tabs li button:hover,
body.resource-template-use-cases .container-tabs .container ul.imply-tabs li button.active,
body.resource-template-use-cases .container-tabs .container ul.imply-tabs li button:hover {
  color: #fff;
  border-bottom: 5px solid #fff;
}
body.page-template-use-cases .container-tabs .container ul.imply-tabs li:after,
body.resource-template-use-cases .container-tabs .container ul.imply-tabs li:after {
  display: none;
}
body.page-template-use-cases .container-tabs .container ul.imply-tabs li.section-lead-text,
body.resource-template-use-cases .container-tabs .container ul.imply-tabs li.section-lead-text {
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 100% */
  display: flex;
  align-items: center;
  color: #9BA0A6;
  padding: 10px 0 20px 0;
  border-radius: 0;
  font-weight: 600;
  margin-bottom: 5px;
  /* &:after {
  	display: block;
  	content:'\2192';
  	margin-left: 4px;
  } */
}
body.page-template-use-cases .tab-pane,
body.resource-template-use-cases .tab-pane {
  display: none;
}
body.page-template-use-cases .tab-pane.active,
body.resource-template-use-cases .tab-pane.active {
  display: block;
}
body.page-template-use-cases .container-tab-content,
body.resource-template-use-cases .container-tab-content {
  margin: 0;
  color: #fff;
  /* .container-tab-content */
}
body.page-template-use-cases .container-tab-content .tab-pane,
body.resource-template-use-cases .container-tab-content .tab-pane {
  padding: 20px 0 40px 0;
}
body.page-template-use-cases .container-tab-content .tab-pane .container.pre-tabs,
body.resource-template-use-cases .container-tab-content .tab-pane .container.pre-tabs {
  padding-top: 20px;
  padding-bottom: 6px;
}
body.page-template-use-cases .container-tab-content .tab-pane .container.pre-tabs h2, body.page-template-use-cases .container-tab-content .tab-pane .container.pre-tabs .h2,
body.resource-template-use-cases .container-tab-content .tab-pane .container.pre-tabs h2,
body.resource-template-use-cases .container-tab-content .tab-pane .container.pre-tabs .h2 {
  margin-top: 0;
  max-width: 1010px;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-diagram img.diagram,
body.resource-template-use-cases .container-tab-content .tab-pane .container-diagram img.diagram {
  width: 100%;
  height: auto;
  margin: 30px auto;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-diagram.centered,
body.resource-template-use-cases .container-tab-content .tab-pane .container-diagram.centered {
  text-align: center;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-diagram.centered img.diagram,
body.resource-template-use-cases .container-tab-content .tab-pane .container-diagram.centered img.diagram {
  max-width: 700px;
}
body.page-template-use-cases .container-tab-content .tab-pane h2, body.page-template-use-cases .container-tab-content .tab-pane .h2,
body.resource-template-use-cases .container-tab-content .tab-pane h2,
body.resource-template-use-cases .container-tab-content .tab-pane .h2 {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  padding: 0;
  position: relative;
  margin: 20px 0;
}
body.page-template-use-cases .container-tab-content .tab-pane h2 a, body.page-template-use-cases .container-tab-content .tab-pane .h2 a, body.page-template-use-cases .container-tab-content .tab-pane h2 a:hover,
body.resource-template-use-cases .container-tab-content .tab-pane h2 a,
body.resource-template-use-cases .container-tab-content .tab-pane .h2 a,
body.resource-template-use-cases .container-tab-content .tab-pane h2 a:hover {
  text-decoration: none !important;
}
body.page-template-use-cases .container-tab-content .tab-pane h2 span, body.page-template-use-cases .container-tab-content .tab-pane .h2 span,
body.resource-template-use-cases .container-tab-content .tab-pane h2 span,
body.resource-template-use-cases .container-tab-content .tab-pane .h2 span {
  /* Gradient/Lt Purple/Bright Purple/New Blue */
  background: linear-gradient(91.61deg, #B7AAFA 30.31%, #892DFF 57.19%, #0D7DE0 79.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
body.page-template-use-cases .container-tab-content .tab-pane h2.strong, body.page-template-use-cases .container-tab-content .tab-pane .strong.h2, body.page-template-use-cases .container-tab-content .tab-pane h3.strong, body.page-template-use-cases .container-tab-content .tab-pane .strong.h3,
body.resource-template-use-cases .container-tab-content .tab-pane h2.strong,
body.resource-template-use-cases .container-tab-content .tab-pane .strong.h2,
body.resource-template-use-cases .container-tab-content .tab-pane h3.strong,
body.resource-template-use-cases .container-tab-content .tab-pane .strong.h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  max-width: 933px;
  margin: 0 0 100px;
}
body.page-template-use-cases .container-tab-content .tab-pane h3.strong, body.page-template-use-cases .container-tab-content .tab-pane .strong.h3,
body.resource-template-use-cases .container-tab-content .tab-pane h3.strong,
body.resource-template-use-cases .container-tab-content .tab-pane .strong.h3 {
  margin: 0 0 20px;
}
body.page-template-use-cases .container-tab-content .tab-pane h3, body.page-template-use-cases .container-tab-content .tab-pane .h3,
body.resource-template-use-cases .container-tab-content .tab-pane h3,
body.resource-template-use-cases .container-tab-content .tab-pane .h3 {
  font-family: "Barlow" sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  margin: 0 0 10px;
}
body.page-template-use-cases .container-tab-content .tab-pane h4, body.page-template-use-cases .container-tab-content .tab-pane .h4,
body.resource-template-use-cases .container-tab-content .tab-pane h4,
body.resource-template-use-cases .container-tab-content .tab-pane .h4 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  font-size: 16px;
  margin: 40px 0 10px;
  color: #fff;
}
body.page-template-use-cases .container-tab-content .tab-pane ul,
body.resource-template-use-cases .container-tab-content .tab-pane ul {
  margin: 5px 0 30px;
}
body.page-template-use-cases .container-tab-content .tab-pane ul li,
body.resource-template-use-cases .container-tab-content .tab-pane ul li {
  margin-bottom: 5px;
}
body.page-template-use-cases .container-tab-content .tab-pane a, body.page-template-use-cases .container-tab-content .tab-pane a:hover, body.page-template-use-cases .container-tab-content .tab-pane a:active,
body.resource-template-use-cases .container-tab-content .tab-pane a,
body.resource-template-use-cases .container-tab-content .tab-pane a:hover,
body.resource-template-use-cases .container-tab-content .tab-pane a:active {
  text-decoration: underline;
  color: #434343;
}
body.page-template-use-cases .container-tab-content .tab-pane p.lead,
body.resource-template-use-cases .container-tab-content .tab-pane p.lead {
  font-size: 28px;
  line-height: 1.125;
}
body.page-template-use-cases .container-tab-content .tab-pane p:last-child,
body.resource-template-use-cases .container-tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-quote,
body.resource-template-use-cases .container-tab-content .tab-pane .container-quote {
  max-width: 1100px;
  margin: 0 auto;
}
body.page-template-use-cases .container-tab-content .tab-pane blockquote,
body.resource-template-use-cases .container-tab-content .tab-pane blockquote {
  margin: 25px 0;
  padding: 0;
}
body.page-template-use-cases .container-tab-content .tab-pane blockquote p,
body.resource-template-use-cases .container-tab-content .tab-pane blockquote p {
  margin: 10px 0;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-subsection .container-left,
body.resource-template-use-cases .container-tab-content .tab-pane .container-subsection .container-left {
  max-width: 590px;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-subsection .container-left p,
body.resource-template-use-cases .container-tab-content .tab-pane .container-subsection .container-left p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-subsection .container-left p.subtitle,
body.resource-template-use-cases .container-tab-content .tab-pane .container-subsection .container-left p.subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-subsection .container-link,
body.resource-template-use-cases .container-tab-content .tab-pane .container-subsection .container-link {
  margin-top: 30px;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-subsection .container-link a,
body.resource-template-use-cases .container-tab-content .tab-pane .container-subsection .container-link a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #B7AAFA;
  text-decoration: none;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-subsection .container-link a:hover,
body.resource-template-use-cases .container-tab-content .tab-pane .container-subsection .container-link a:hover {
  color: #0D7DE0;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-subsection .container-link a:active,
body.resource-template-use-cases .container-tab-content .tab-pane .container-subsection .container-link a:active {
  color: #0D7DE0;
}
body.page-template-use-cases .container-tab-content .tab-pane .container-subsection img,
body.resource-template-use-cases .container-tab-content .tab-pane .container-subsection img {
  max-width: 560px;
  height: auto;
  margin: 0 auto;
}
body.page-template-use-cases .container-tab-content .quote-source,
body.resource-template-use-cases .container-tab-content .quote-source {
  font-size: 14px;
}
body.page-template-use-cases .container-tab-content img,
body.resource-template-use-cases .container-tab-content img {
  max-width: 170px;
  margin: 30px 0;
}
body.page-template-use-cases .container-tab-content .container-success-story,
body.resource-template-use-cases .container-tab-content .container-success-story {
  background: #21262D;
  margin: 50px 0 0;
  padding: 60px 150px 60px 60px;
  border-radius: 4px;
}
body.page-template-use-cases .container-tab-content p.subtitle,
body.resource-template-use-cases .container-tab-content p.subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
body.page-template-use-cases .container-tab-content section.lead-sentence .container,
body.resource-template-use-cases .container-tab-content section.lead-sentence .container {
  margin-bottom: 80px;
}
body.page-template-use-cases .container-tab-content section.lead-sentence p,
body.resource-template-use-cases .container-tab-content section.lead-sentence p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  max-width: 1000px;
}
body.page-template-use-cases .container-tab-content .container-integrations,
body.resource-template-use-cases .container-tab-content .container-integrations {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 60px;
}
body.page-template-use-cases .container-tab-content article.integration,
body.resource-template-use-cases .container-tab-content article.integration {
  background-color: #21262D;
  width: 590px;
  padding: 60px 56px 56px;
  margin-bottom: 60px;
}
body.page-template-use-cases .container-tab-content article.integration h3, body.page-template-use-cases .container-tab-content article.integration .h3,
body.resource-template-use-cases .container-tab-content article.integration h3,
body.resource-template-use-cases .container-tab-content article.integration .h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  margin: 40px 0;
}
body.page-template-use-cases .container-tab-content article.integration img,
body.resource-template-use-cases .container-tab-content article.integration img {
  width: 180px;
  max-width: 180px;
  height: auto;
  margin: 0;
}
body.page-template-use-cases .container-tab-content article.integration a,
body.resource-template-use-cases .container-tab-content article.integration a {
  color: #B7AAFA;
  text-decoration: underline;
}
body.page-template-use-cases .container-tab-content .html-section,
body.resource-template-use-cases .container-tab-content .html-section {
  margin: 60px 0;
}
body.page-template-use-cases .container-tab-content .html-section p,
body.resource-template-use-cases .container-tab-content .html-section p {
  font-size: 16px;
}
body.page-template-use-cases .container-tab-content #sub-second-queries.quote-section,
body.resource-template-use-cases .container-tab-content #sub-second-queries.quote-section {
  padding: 0;
}
@media (max-width: 767.98px) {
  body.page-template-use-cases section#apache-druid,
  body.resource-template-use-cases section#apache-druid {
    /* padding-top: 130px;
    padding-bottom: 153px; */
    padding: 20px 0 0;
  }
  body.page-template-use-cases section#apache-druid .container,
  body.resource-template-use-cases section#apache-druid .container {
    margin-right: 0;
  }
  body.page-template-use-cases section#apache-druid .container .row,
  body.resource-template-use-cases section#apache-druid .container .row {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  body.page-template-use-cases section#apache-druid .container .row .container-description,
  body.resource-template-use-cases section#apache-druid .container .row .container-description {
    max-width: 320px;
    margin: 0 auto;
    /* margin-bottom: 0; */
  }
  body.page-template-use-cases section.integration article.integration,
  body.resource-template-use-cases section.integration article.integration {
    padding: 20px 24px 30px;
    margin-bottom: 24px;
  }
  body.page-template-use-cases section.integration article.integration img,
  body.resource-template-use-cases section.integration article.integration img {
    /* width: 180px;
    max-width: 180px;
    height: auto; */
    margin: 0 0 30px;
  }
  body.page-template-use-cases section.integration article.integration h3, body.page-template-use-cases section.integration article.integration .h3,
  body.resource-template-use-cases section.integration article.integration h3,
  body.resource-template-use-cases section.integration article.integration .h3 {
    color: #fff !important;
    margin: 0 0 20px !important;
    font-size: 24px !important;
  }
  body.page-template-use-cases section.integration article.integration p,
  body.resource-template-use-cases section.integration article.integration p {
    font-size: 16px;
    line-height: 24px;
  }
  body.page-template-use-cases .container-use-cases-template .header-section,
  body.resource-template-use-cases .container-use-cases-template .header-section {
    background: url(https://imply.io/wp-content/uploads/cta-bg@2x-optimized.png) no-repeat center center;
    background-size: cover;
    padding: 0;
  }
  body.page-template-use-cases .container-use-cases-template .header-section h1, body.page-template-use-cases .container-use-cases-template .header-section .h1,
  body.resource-template-use-cases .container-use-cases-template .header-section h1,
  body.resource-template-use-cases .container-use-cases-template .header-section .h1 {
    margin-top: 30px;
  }
  body.page-template-use-cases .container-use-cases-template .header-section .container-description p,
  body.resource-template-use-cases .container-use-cases-template .header-section .container-description p {
    font-size: 18px;
    line-height: 28px;
  }
  body.page-template-use-cases .container-use-cases-template .header-section p.subtitle,
  body.resource-template-use-cases .container-use-cases-template .header-section p.subtitle {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
  }
  body.page-template-use-cases .container-use-cases-template .header-section div.callout-box,
  body.resource-template-use-cases .container-use-cases-template .header-section div.callout-box {
    flex-direction: column;
  }
  body.page-template-use-cases .stream-footer-trigger,
  body.resource-template-use-cases .stream-footer-trigger {
    background-color: transparent !important;
  }
}

/* body.page-template-use-cases */
body.no-footer-stream {
  /* mobile */
  /* end mobile */
}
@media (max-width: 767.98px) {
  body.no-footer-stream .stream-footer-trigger {
    background-color: #fff !important;
  }
}

body.admin-bar .container-tabs.quite-sticky {
  top: 132px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img .alignright {
  float: right;
  margin: 5px 0 30px 30px;
  max-width: 30%;
}
img .alignleft {
  float: left;
  margin: 8px 30px 30px 0;
  max-width: 30%;
}
img .aligncenter {
  max-width: 80%;
  display: block;
  margin: 60px auto;
}

.hidemobile {
  display: block;
}
@media (max-width: 575.98px) {
  .hidemobile {
    display: none;
  }
}

.showmobile {
  display: none;
}
@media (max-width: 575.98px) {
  .showmobile {
    display: block;
  }
}

div.caption {
  margin: 20px 0 40px 0;
  font-size: 0.9em;
}
div.caption.aligncenter {
  text-align: center;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 20px 50px;
}

/* section defaults */
body.page-template-flexible-content,
body.page-template-use-cases,
body.resource-template-use-cases,
body.resource-template-default {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
  /* section */
  /* end section */
  /* section.header-section */
  /* end section.header-section */
  /* section.header-section & section.feature-section - videos */
  /* end section.header-section & section.feature-section - videos */
  /* section.feature-section */
  /* end section.feature-section */
  /* section.feature-section & section.boxes-basic-section */
  /* end section.feature-section & section.boxes-basic-section */
  /* section.boxes-basic-section */
  /* end section.boxes-basic-section */
  /* section#section-12.boxes-basic-section */
  /* end section.boxes-basic-section */
  /* section.basic-section */
  /* end section.basic-section */
  /* section.quote-section */
  /* end section.quote-section */
  /* section.accordion-section */
  /* end section.accordion-section */
  /* section.freeform-html-section */
  /* end section.freeform-html-section */
  /* section.light-section & section.story-section */
  /* end section.light-section & section.story-section */
  /* section.story-section */
  /* end section.story-section */
  /* mobile styles */
  /* end mobile styles */
}
body.page-template-flexible-content section h1, body.page-template-flexible-content section .h1, body.page-template-flexible-content section h2, body.page-template-flexible-content section .h2, body.page-template-flexible-content section h3, body.page-template-flexible-content section .h3, body.page-template-flexible-content section h4, body.page-template-flexible-content section .h4,
body.page-template-use-cases section h1,
body.page-template-use-cases section .h1,
body.page-template-use-cases section h2,
body.page-template-use-cases section .h2,
body.page-template-use-cases section h3,
body.page-template-use-cases section .h3,
body.page-template-use-cases section h4,
body.page-template-use-cases section .h4,
body.resource-template-use-cases section h1,
body.resource-template-use-cases section .h1,
body.resource-template-use-cases section h2,
body.resource-template-use-cases section .h2,
body.resource-template-use-cases section h3,
body.resource-template-use-cases section .h3,
body.resource-template-use-cases section h4,
body.resource-template-use-cases section .h4,
body.resource-template-default section h1,
body.resource-template-default section .h1,
body.resource-template-default section h2,
body.resource-template-default section .h2,
body.resource-template-default section h3,
body.resource-template-default section .h3,
body.resource-template-default section h4,
body.resource-template-default section .h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #fff;
  margin: 0 0 30px 0;
}
body.page-template-flexible-content section h1, body.page-template-flexible-content section .h1,
body.page-template-use-cases section h1,
body.page-template-use-cases section .h1,
body.resource-template-use-cases section h1,
body.resource-template-use-cases section .h1,
body.resource-template-default section h1,
body.resource-template-default section .h1 {
  font-size: 70px;
  line-height: 90px;
  font-weight: 700;
}
body.page-template-flexible-content section h2, body.page-template-flexible-content section .h2,
body.page-template-use-cases section h2,
body.page-template-use-cases section .h2,
body.resource-template-use-cases section h2,
body.resource-template-use-cases section .h2,
body.resource-template-default section h2,
body.resource-template-default section .h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
body.page-template-flexible-content section p,
body.page-template-use-cases section p,
body.resource-template-use-cases section p,
body.resource-template-default section p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}
body.page-template-flexible-content section .row-content p,
body.page-template-use-cases section .row-content p,
body.resource-template-use-cases section .row-content p,
body.resource-template-default section .row-content p {
  line-height: 34px;
}
body.page-template-flexible-content section div.container,
body.page-template-use-cases section div.container,
body.resource-template-use-cases section div.container,
body.resource-template-default section div.container {
  width: 1440px;
  margin: 0 auto;
}
body.page-template-flexible-content section.header-section,
body.page-template-use-cases section.header-section,
body.resource-template-use-cases section.header-section,
body.resource-template-default section.header-section {
  padding-top: 160px;
  padding-bottom: 80px;
  /* mobile */
  /* END mobile */
}
@media (max-width: 575.98px) {
  body.page-template-flexible-content section.header-section,
  body.page-template-use-cases section.header-section,
  body.resource-template-use-cases section.header-section,
  body.resource-template-default section.header-section {
    padding-top: 30px;
    padding-bottom: 0;
  }
  body.page-template-flexible-content section.header-section .container .row,
  body.page-template-use-cases section.header-section .container .row,
  body.resource-template-use-cases section.header-section .container .row,
  body.resource-template-default section.header-section .container .row {
    width: 100%;
    margin: 0;
  }
  body.page-template-flexible-content section.header-section .container .row div,
  body.page-template-use-cases section.header-section .container .row div,
  body.resource-template-use-cases section.header-section .container .row div,
  body.resource-template-default section.header-section .container .row div {
    padding: 0;
  }
}
body.page-template-flexible-content section.header-section .row,
body.page-template-use-cases section.header-section .row,
body.resource-template-use-cases section.header-section .row,
body.resource-template-default section.header-section .row {
  align-items: center;
}
body.page-template-flexible-content section.header-section .row.center,
body.page-template-use-cases section.header-section .row.center,
body.resource-template-use-cases section.header-section .row.center,
body.resource-template-default section.header-section .row.center {
  justify-content: center;
  text-align: center;
}
body.page-template-flexible-content section.header-section h1, body.page-template-flexible-content section.header-section .h1,
body.page-template-use-cases section.header-section h1,
body.page-template-use-cases section.header-section .h1,
body.resource-template-use-cases section.header-section h1,
body.resource-template-use-cases section.header-section .h1,
body.resource-template-default section.header-section h1,
body.resource-template-default section.header-section .h1 {
  font-style: normal;
  font-weight: 700;
  margin-top: 30px;
  font-size: 70px;
  line-height: 80px;
}
body.page-template-flexible-content section.header-section h1 span, body.page-template-flexible-content section.header-section .h1 span,
body.page-template-use-cases section.header-section h1 span,
body.page-template-use-cases section.header-section .h1 span,
body.resource-template-use-cases section.header-section h1 span,
body.resource-template-use-cases section.header-section .h1 span,
body.resource-template-default section.header-section h1 span,
body.resource-template-default section.header-section .h1 span {
  /* Gradient/Lt Purple/Bright Purple/New Blue */
  background: linear-gradient(91.61deg, #B7AAFA 30.31%, #892DFF 57.19%, #0D7DE0 79.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
body.page-template-flexible-content section.header-section .title-category,
body.page-template-use-cases section.header-section .title-category,
body.resource-template-use-cases section.header-section .title-category,
body.resource-template-default section.header-section .title-category {
  position: relative;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  padding-left: 32px;
  margin-bottom: 30px;
}
body.page-template-flexible-content section.header-section .title-category:before,
body.page-template-use-cases section.header-section .title-category:before,
body.resource-template-use-cases section.header-section .title-category:before,
body.resource-template-default section.header-section .title-category:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url("/wp-content/themes/gc-responsive-v5/images/icons/icon-druid-icon.svg") no-repeat;
  width: 20px;
  height: 16px;
}
body.page-template-flexible-content section.header-section .container-description,
body.page-template-use-cases section.header-section .container-description,
body.resource-template-use-cases section.header-section .container-description,
body.resource-template-default section.header-section .container-description {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  /* margin: 0 auto 30px; */
  margin: 0 auto 30px;
  max-width: 748px;
}
body.page-template-flexible-content section.header-section .container-date,
body.page-template-use-cases section.header-section .container-date,
body.resource-template-use-cases section.header-section .container-date,
body.resource-template-default section.header-section .container-date {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  padding: 10px 0;
  margin-top: 20px;
  text-transform: uppercase;
}
body.page-template-flexible-content section.header-section .container-author,
body.page-template-use-cases section.header-section .container-author,
body.resource-template-use-cases section.header-section .container-author,
body.resource-template-default section.header-section .container-author {
  font-size: 16px;
  line-height: 131.93%;
  font-weight: 700;
  margin-top: 20px;
}
body.page-template-flexible-content section.header-section .container-author img,
body.page-template-use-cases section.header-section .container-author img,
body.resource-template-use-cases section.header-section .container-author img,
body.resource-template-default section.header-section .container-author img {
  border-radius: 50%;
  margin-right: 18px;
}
body.page-template-flexible-content section.header-section a.btn,
body.page-template-use-cases section.header-section a.btn,
body.resource-template-use-cases section.header-section a.btn,
body.resource-template-default section.header-section a.btn {
  margin-top: 14px;
}
body.page-template-flexible-content section.header-section .btn-primary,
body.page-template-flexible-content section.header-section .btn-secondary,
body.page-template-use-cases section.header-section .btn-primary,
body.page-template-use-cases section.header-section .btn-secondary,
body.resource-template-use-cases section.header-section .btn-primary,
body.resource-template-use-cases section.header-section .btn-secondary,
body.resource-template-default section.header-section .btn-primary,
body.resource-template-default section.header-section .btn-secondary {
  min-width: 300px;
}
body.page-template-flexible-content section.header-section .btn-secondary,
body.page-template-use-cases section.header-section .btn-secondary,
body.resource-template-use-cases section.header-section .btn-secondary,
body.resource-template-default section.header-section .btn-secondary {
  margin-left: 30px;
}
body.page-template-flexible-content section.header-section img.image-fluid,
body.page-template-use-cases section.header-section img.image-fluid,
body.resource-template-use-cases section.header-section img.image-fluid,
body.resource-template-default section.header-section img.image-fluid {
  max-width: 520px;
  height: auto;
}
body.page-template-flexible-content section.header-section.light,
body.page-template-use-cases section.header-section.light,
body.resource-template-use-cases section.header-section.light,
body.resource-template-default section.header-section.light {
  background-color: #fff;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 80px;
}
body.page-template-flexible-content section.header-section.light h1, body.page-template-flexible-content section.header-section.light .h1,
body.page-template-use-cases section.header-section.light h1,
body.page-template-use-cases section.header-section.light .h1,
body.resource-template-use-cases section.header-section.light h1,
body.resource-template-use-cases section.header-section.light .h1,
body.resource-template-default section.header-section.light h1,
body.resource-template-default section.header-section.light .h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #0F131C;
}
body.page-template-flexible-content section.header-section,
body.page-template-flexible-content section.feature-section,
body.page-template-use-cases section.header-section,
body.page-template-use-cases section.feature-section,
body.resource-template-use-cases section.header-section,
body.resource-template-use-cases section.feature-section,
body.resource-template-default section.header-section,
body.resource-template-default section.feature-section {
  /* mobile */
  /* end mobile */
}
body.page-template-flexible-content section.header-section .container-header-video-link,
body.page-template-flexible-content section.header-section .container-feature-video-link,
body.page-template-flexible-content section.feature-section .container-header-video-link,
body.page-template-flexible-content section.feature-section .container-feature-video-link,
body.page-template-use-cases section.header-section .container-header-video-link,
body.page-template-use-cases section.header-section .container-feature-video-link,
body.page-template-use-cases section.feature-section .container-header-video-link,
body.page-template-use-cases section.feature-section .container-feature-video-link,
body.resource-template-use-cases section.header-section .container-header-video-link,
body.resource-template-use-cases section.header-section .container-feature-video-link,
body.resource-template-use-cases section.feature-section .container-header-video-link,
body.resource-template-use-cases section.feature-section .container-feature-video-link,
body.resource-template-default section.header-section .container-header-video-link,
body.resource-template-default section.header-section .container-feature-video-link,
body.resource-template-default section.feature-section .container-header-video-link,
body.resource-template-default section.feature-section .container-feature-video-link {
  margin-top: 60px;
}
body.page-template-flexible-content section.header-section .container-header-video-link a,
body.page-template-flexible-content section.header-section .container-feature-video-link a,
body.page-template-flexible-content section.feature-section .container-header-video-link a,
body.page-template-flexible-content section.feature-section .container-feature-video-link a,
body.page-template-use-cases section.header-section .container-header-video-link a,
body.page-template-use-cases section.header-section .container-feature-video-link a,
body.page-template-use-cases section.feature-section .container-header-video-link a,
body.page-template-use-cases section.feature-section .container-feature-video-link a,
body.resource-template-use-cases section.header-section .container-header-video-link a,
body.resource-template-use-cases section.header-section .container-feature-video-link a,
body.resource-template-use-cases section.feature-section .container-header-video-link a,
body.resource-template-use-cases section.feature-section .container-feature-video-link a,
body.resource-template-default section.header-section .container-header-video-link a,
body.resource-template-default section.header-section .container-feature-video-link a,
body.resource-template-default section.feature-section .container-header-video-link a,
body.resource-template-default section.feature-section .container-feature-video-link a {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #B7AAFA;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-flexible-content section.header-section .container-header-video-link a:hover,
body.page-template-flexible-content section.header-section .container-feature-video-link a:hover,
body.page-template-flexible-content section.feature-section .container-header-video-link a:hover,
body.page-template-flexible-content section.feature-section .container-feature-video-link a:hover,
body.page-template-use-cases section.header-section .container-header-video-link a:hover,
body.page-template-use-cases section.header-section .container-feature-video-link a:hover,
body.page-template-use-cases section.feature-section .container-header-video-link a:hover,
body.page-template-use-cases section.feature-section .container-feature-video-link a:hover,
body.resource-template-use-cases section.header-section .container-header-video-link a:hover,
body.resource-template-use-cases section.header-section .container-feature-video-link a:hover,
body.resource-template-use-cases section.feature-section .container-header-video-link a:hover,
body.resource-template-use-cases section.feature-section .container-feature-video-link a:hover,
body.resource-template-default section.header-section .container-header-video-link a:hover,
body.resource-template-default section.header-section .container-feature-video-link a:hover,
body.resource-template-default section.feature-section .container-header-video-link a:hover,
body.resource-template-default section.feature-section .container-feature-video-link a:hover {
  cursor: pointer;
  color: #3d97e6;
}
body.page-template-flexible-content section.header-section .container-header-video-link a:before,
body.page-template-flexible-content section.header-section .container-feature-video-link a:before,
body.page-template-flexible-content section.feature-section .container-header-video-link a:before,
body.page-template-flexible-content section.feature-section .container-feature-video-link a:before,
body.page-template-use-cases section.header-section .container-header-video-link a:before,
body.page-template-use-cases section.header-section .container-feature-video-link a:before,
body.page-template-use-cases section.feature-section .container-header-video-link a:before,
body.page-template-use-cases section.feature-section .container-feature-video-link a:before,
body.resource-template-use-cases section.header-section .container-header-video-link a:before,
body.resource-template-use-cases section.header-section .container-feature-video-link a:before,
body.resource-template-use-cases section.feature-section .container-header-video-link a:before,
body.resource-template-use-cases section.feature-section .container-feature-video-link a:before,
body.resource-template-default section.header-section .container-header-video-link a:before,
body.resource-template-default section.header-section .container-feature-video-link a:before,
body.resource-template-default section.feature-section .container-header-video-link a:before,
body.resource-template-default section.feature-section .container-feature-video-link a:before {
  display: inline-block;
  padding-right: 50px;
  content: "";
  background: url("/wp-content/themes/gc-responsive-v5/images/icons/icon-video-play.svg") no-repeat;
  width: 36px;
  height: 36px;
}
body.page-template-flexible-content section.header-section .container-header-video-link a:hover:before,
body.page-template-flexible-content section.header-section .container-feature-video-link a:hover:before,
body.page-template-flexible-content section.feature-section .container-header-video-link a:hover:before,
body.page-template-flexible-content section.feature-section .container-feature-video-link a:hover:before,
body.page-template-use-cases section.header-section .container-header-video-link a:hover:before,
body.page-template-use-cases section.header-section .container-feature-video-link a:hover:before,
body.page-template-use-cases section.feature-section .container-header-video-link a:hover:before,
body.page-template-use-cases section.feature-section .container-feature-video-link a:hover:before,
body.resource-template-use-cases section.header-section .container-header-video-link a:hover:before,
body.resource-template-use-cases section.header-section .container-feature-video-link a:hover:before,
body.resource-template-use-cases section.feature-section .container-header-video-link a:hover:before,
body.resource-template-use-cases section.feature-section .container-feature-video-link a:hover:before,
body.resource-template-default section.header-section .container-header-video-link a:hover:before,
body.resource-template-default section.header-section .container-feature-video-link a:hover:before,
body.resource-template-default section.feature-section .container-header-video-link a:hover:before,
body.resource-template-default section.feature-section .container-feature-video-link a:hover:before {
  background: url("/wp-content/themes/gc-responsive-v5/images/icons/icon-video-play-hover.svg") no-repeat;
}
body.page-template-flexible-content section.header-section .container-header-video-embed,
body.page-template-flexible-content section.header-section .container-feature-video-embed,
body.page-template-flexible-content section.feature-section .container-header-video-embed,
body.page-template-flexible-content section.feature-section .container-feature-video-embed,
body.page-template-use-cases section.header-section .container-header-video-embed,
body.page-template-use-cases section.header-section .container-feature-video-embed,
body.page-template-use-cases section.feature-section .container-header-video-embed,
body.page-template-use-cases section.feature-section .container-feature-video-embed,
body.resource-template-use-cases section.header-section .container-header-video-embed,
body.resource-template-use-cases section.header-section .container-feature-video-embed,
body.resource-template-use-cases section.feature-section .container-header-video-embed,
body.resource-template-use-cases section.feature-section .container-feature-video-embed,
body.resource-template-default section.header-section .container-header-video-embed,
body.resource-template-default section.header-section .container-feature-video-embed,
body.resource-template-default section.feature-section .container-header-video-embed,
body.resource-template-default section.feature-section .container-feature-video-embed {
  display: none;
  width: 100%;
  min-width: 1038.75px;
  height: auto;
  min-height: 590px;
  text-align: center;
}
body.page-template-flexible-content section.header-section #close-header-video,
body.page-template-flexible-content section.header-section #close-feature-video,
body.page-template-flexible-content section.feature-section #close-header-video,
body.page-template-flexible-content section.feature-section #close-feature-video,
body.page-template-use-cases section.header-section #close-header-video,
body.page-template-use-cases section.header-section #close-feature-video,
body.page-template-use-cases section.feature-section #close-header-video,
body.page-template-use-cases section.feature-section #close-feature-video,
body.resource-template-use-cases section.header-section #close-header-video,
body.resource-template-use-cases section.header-section #close-feature-video,
body.resource-template-use-cases section.feature-section #close-header-video,
body.resource-template-use-cases section.feature-section #close-feature-video,
body.resource-template-default section.header-section #close-header-video,
body.resource-template-default section.header-section #close-feature-video,
body.resource-template-default section.feature-section #close-header-video,
body.resource-template-default section.feature-section #close-feature-video {
  font-size: 1.4em;
  font-weight: 600;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0 -28px -44px 0;
}
body.page-template-flexible-content section.header-section #close-header-video button,
body.page-template-flexible-content section.header-section #close-feature-video button,
body.page-template-flexible-content section.feature-section #close-header-video button,
body.page-template-flexible-content section.feature-section #close-feature-video button,
body.page-template-use-cases section.header-section #close-header-video button,
body.page-template-use-cases section.header-section #close-feature-video button,
body.page-template-use-cases section.feature-section #close-header-video button,
body.page-template-use-cases section.feature-section #close-feature-video button,
body.resource-template-use-cases section.header-section #close-header-video button,
body.resource-template-use-cases section.header-section #close-feature-video button,
body.resource-template-use-cases section.feature-section #close-header-video button,
body.resource-template-use-cases section.feature-section #close-feature-video button,
body.resource-template-default section.header-section #close-header-video button,
body.resource-template-default section.header-section #close-feature-video button,
body.resource-template-default section.feature-section #close-header-video button,
body.resource-template-default section.feature-section #close-feature-video button {
  border: none;
  color: #fff;
  width: 26px;
  height: 26px;
  background: url(/wp-content/themes/gc-responsive-v5/images/icons/icon-close-x.svg) no-repeat;
  background-size: contain;
}
body.page-template-flexible-content section.header-section #close-header-video:hover,
body.page-template-flexible-content section.header-section #close-feature-video:hover,
body.page-template-flexible-content section.feature-section #close-header-video:hover,
body.page-template-flexible-content section.feature-section #close-feature-video:hover,
body.page-template-use-cases section.header-section #close-header-video:hover,
body.page-template-use-cases section.header-section #close-feature-video:hover,
body.page-template-use-cases section.feature-section #close-header-video:hover,
body.page-template-use-cases section.feature-section #close-feature-video:hover,
body.resource-template-use-cases section.header-section #close-header-video:hover,
body.resource-template-use-cases section.header-section #close-feature-video:hover,
body.resource-template-use-cases section.feature-section #close-header-video:hover,
body.resource-template-use-cases section.feature-section #close-feature-video:hover,
body.resource-template-default section.header-section #close-header-video:hover,
body.resource-template-default section.header-section #close-feature-video:hover,
body.resource-template-default section.feature-section #close-header-video:hover,
body.resource-template-default section.feature-section #close-feature-video:hover {
  cursor: pointer;
}
@media (max-width: 575.98px) {
  body.page-template-flexible-content section.header-section .container-header-video-embed,
  body.page-template-flexible-content section.header-section .container-feature-video-embed,
  body.page-template-flexible-content section.feature-section .container-header-video-embed,
  body.page-template-flexible-content section.feature-section .container-feature-video-embed,
  body.page-template-use-cases section.header-section .container-header-video-embed,
  body.page-template-use-cases section.header-section .container-feature-video-embed,
  body.page-template-use-cases section.feature-section .container-header-video-embed,
  body.page-template-use-cases section.feature-section .container-feature-video-embed,
  body.resource-template-use-cases section.header-section .container-header-video-embed,
  body.resource-template-use-cases section.header-section .container-feature-video-embed,
  body.resource-template-use-cases section.feature-section .container-header-video-embed,
  body.resource-template-use-cases section.feature-section .container-feature-video-embed,
  body.resource-template-default section.header-section .container-header-video-embed,
  body.resource-template-default section.header-section .container-feature-video-embed,
  body.resource-template-default section.feature-section .container-header-video-embed,
  body.resource-template-default section.feature-section .container-feature-video-embed {
    display: none;
    width: 100%;
    min-width: 328px;
    padding: 0 16px;
    height: auto;
    min-height: 185px;
  }
  body.page-template-flexible-content section.header-section #close-header-video,
  body.page-template-flexible-content section.header-section #close-feature-video,
  body.page-template-flexible-content section.feature-section #close-header-video,
  body.page-template-flexible-content section.feature-section #close-feature-video,
  body.page-template-use-cases section.header-section #close-header-video,
  body.page-template-use-cases section.header-section #close-feature-video,
  body.page-template-use-cases section.feature-section #close-header-video,
  body.page-template-use-cases section.feature-section #close-feature-video,
  body.resource-template-use-cases section.header-section #close-header-video,
  body.resource-template-use-cases section.header-section #close-feature-video,
  body.resource-template-use-cases section.feature-section #close-header-video,
  body.resource-template-use-cases section.feature-section #close-feature-video,
  body.resource-template-default section.header-section #close-header-video,
  body.resource-template-default section.header-section #close-feature-video,
  body.resource-template-default section.feature-section #close-header-video,
  body.resource-template-default section.feature-section #close-feature-video {
    margin: -44px 10px 0 0;
  }
}
body.page-template-flexible-content section.feature-section,
body.page-template-use-cases section.feature-section,
body.resource-template-use-cases section.feature-section,
body.resource-template-default section.feature-section {
  padding-top: 60px;
  padding-bottom: 80px;
}
body.page-template-flexible-content section.feature-section h2, body.page-template-flexible-content section.feature-section .h2,
body.page-template-use-cases section.feature-section h2,
body.page-template-use-cases section.feature-section .h2,
body.resource-template-use-cases section.feature-section h2,
body.resource-template-use-cases section.feature-section .h2,
body.resource-template-default section.feature-section h2,
body.resource-template-default section.feature-section .h2 {
  width: 920px;
  margin-right: auto;
  margin-bottom: 35px !important;
  margin-left: auto;
}
body.page-template-flexible-content section.feature-section h2 span, body.page-template-flexible-content section.feature-section .h2 span,
body.page-template-use-cases section.feature-section h2 span,
body.page-template-use-cases section.feature-section .h2 span,
body.resource-template-use-cases section.feature-section h2 span,
body.resource-template-use-cases section.feature-section .h2 span,
body.resource-template-default section.feature-section h2 span,
body.resource-template-default section.feature-section .h2 span {
  /* Gradient/Lt Purple/Bright Purple/New Blue */
  background: linear-gradient(91.61deg, #B7AAFA 30.31%, #892DFF 57.19%, #0D7DE0 79.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
body.page-template-flexible-content section.feature-section .container,
body.page-template-use-cases section.feature-section .container,
body.resource-template-use-cases section.feature-section .container,
body.resource-template-default section.feature-section .container {
  width: 1094px;
}
body.page-template-flexible-content section.feature-section .left,
body.page-template-use-cases section.feature-section .left,
body.resource-template-use-cases section.feature-section .left,
body.resource-template-default section.feature-section .left {
  text-align: left;
}
body.page-template-flexible-content section.feature-section .center,
body.page-template-use-cases section.feature-section .center,
body.resource-template-use-cases section.feature-section .center,
body.resource-template-default section.feature-section .center {
  text-align: center;
}
body.page-template-flexible-content section.feature-section .right,
body.page-template-use-cases section.feature-section .right,
body.resource-template-use-cases section.feature-section .right,
body.resource-template-default section.feature-section .right {
  text-align: right;
}
body.page-template-flexible-content section.feature-section .container-description,
body.page-template-use-cases section.feature-section .container-description,
body.resource-template-use-cases section.feature-section .container-description,
body.resource-template-default section.feature-section .container-description {
  margin: 0 auto;
  max-width: 1094px;
}
body.page-template-flexible-content section.feature-section .container-description p,
body.page-template-use-cases section.feature-section .container-description p,
body.resource-template-use-cases section.feature-section .container-description p,
body.resource-template-default section.feature-section .container-description p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
}
body.page-template-flexible-content section.feature-section a.btn,
body.page-template-use-cases section.feature-section a.btn,
body.resource-template-use-cases section.feature-section a.btn,
body.resource-template-default section.feature-section a.btn {
  margin-top: 35px;
}
body.page-template-flexible-content section.feature-section a.link,
body.page-template-use-cases section.feature-section a.link,
body.resource-template-use-cases section.feature-section a.link,
body.resource-template-default section.feature-section a.link {
  color: #B7AAFA;
  font-size: 20px;
  line-height: 28.8px;
  font-weight: 700;
  text-decoration: none !important;
  display: block;
  margin-top: 58px;
}
body.page-template-flexible-content section.feature-section a.link::after,
body.page-template-use-cases section.feature-section a.link::after,
body.resource-template-use-cases section.feature-section a.link::after,
body.resource-template-default section.feature-section a.link::after {
  content: url("/wp-content/themes/gc-responsive-v5/images/icon-arrow-light-purple.svg");
  padding-left: 10px;
  width: 18px;
  height: 16px;
}
body.page-template-flexible-content section.feature-section img,
body.page-template-use-cases section.feature-section img,
body.resource-template-use-cases section.feature-section img,
body.resource-template-default section.feature-section img {
  margin-top: 50px;
}
body.page-template-flexible-content section.feature-section img.image-fluid,
body.page-template-use-cases section.feature-section img.image-fluid,
body.resource-template-use-cases section.feature-section img.image-fluid,
body.resource-template-default section.feature-section img.image-fluid {
  max-width: 1064px;
  height: auto;
}
body.page-template-flexible-content section.feature-section .feature-items,
body.page-template-use-cases section.feature-section .feature-items,
body.resource-template-use-cases section.feature-section .feature-items,
body.resource-template-default section.feature-section .feature-items {
  padding: 60px 0 0;
}
body.page-template-flexible-content section.feature-section .container-grid ul,
body.page-template-flexible-content section.boxes-basic-section .container-grid ul,
body.page-template-use-cases section.feature-section .container-grid ul,
body.page-template-use-cases section.boxes-basic-section .container-grid ul,
body.resource-template-use-cases section.feature-section .container-grid ul,
body.resource-template-use-cases section.boxes-basic-section .container-grid ul,
body.resource-template-default section.feature-section .container-grid ul,
body.resource-template-default section.boxes-basic-section .container-grid ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
body.page-template-flexible-content section.feature-section .container-grid ul li,
body.page-template-flexible-content section.boxes-basic-section .container-grid ul li,
body.page-template-use-cases section.feature-section .container-grid ul li,
body.page-template-use-cases section.boxes-basic-section .container-grid ul li,
body.resource-template-use-cases section.feature-section .container-grid ul li,
body.resource-template-use-cases section.boxes-basic-section .container-grid ul li,
body.resource-template-default section.feature-section .container-grid ul li,
body.resource-template-default section.boxes-basic-section .container-grid ul li {
  color: #fff;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  width: 33.33333%;
  text-align: center;
}
body.page-template-flexible-content section.feature-section .container-grid ul li img,
body.page-template-flexible-content section.boxes-basic-section .container-grid ul li img,
body.page-template-use-cases section.feature-section .container-grid ul li img,
body.page-template-use-cases section.boxes-basic-section .container-grid ul li img,
body.resource-template-use-cases section.feature-section .container-grid ul li img,
body.resource-template-use-cases section.boxes-basic-section .container-grid ul li img,
body.resource-template-default section.feature-section .container-grid ul li img,
body.resource-template-default section.boxes-basic-section .container-grid ul li img {
  max-height: 45px;
  width: auto;
  margin: 0 auto 20px;
}
body.page-template-flexible-content section.feature-section .container-grid ul li p,
body.page-template-flexible-content section.boxes-basic-section .container-grid ul li p,
body.page-template-use-cases section.feature-section .container-grid ul li p,
body.page-template-use-cases section.boxes-basic-section .container-grid ul li p,
body.resource-template-use-cases section.feature-section .container-grid ul li p,
body.resource-template-use-cases section.boxes-basic-section .container-grid ul li p,
body.resource-template-default section.feature-section .container-grid ul li p,
body.resource-template-default section.boxes-basic-section .container-grid ul li p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  max-width: 330px;
  display: block;
  margin: 20px auto 10px;
}
body.page-template-flexible-content section.feature-section .container-grid ul li.spaced p,
body.page-template-flexible-content section.boxes-basic-section .container-grid ul li.spaced p,
body.page-template-use-cases section.feature-section .container-grid ul li.spaced p,
body.page-template-use-cases section.boxes-basic-section .container-grid ul li.spaced p,
body.resource-template-use-cases section.feature-section .container-grid ul li.spaced p,
body.resource-template-use-cases section.boxes-basic-section .container-grid ul li.spaced p,
body.resource-template-default section.feature-section .container-grid ul li.spaced p,
body.resource-template-default section.boxes-basic-section .container-grid ul li.spaced p {
  max-width: 100%;
}
body.page-template-flexible-content section.feature-section .container-items,
body.page-template-flexible-content section.boxes-basic-section .container-items,
body.page-template-use-cases section.feature-section .container-items,
body.page-template-use-cases section.boxes-basic-section .container-items,
body.resource-template-use-cases section.feature-section .container-items,
body.resource-template-use-cases section.boxes-basic-section .container-items,
body.resource-template-default section.feature-section .container-items,
body.resource-template-default section.boxes-basic-section .container-items {
  position: relative;
}
body.page-template-flexible-content section.feature-section .container-items hr,
body.page-template-flexible-content section.boxes-basic-section .container-items hr,
body.page-template-use-cases section.feature-section .container-items hr,
body.page-template-use-cases section.boxes-basic-section .container-items hr,
body.resource-template-use-cases section.feature-section .container-items hr,
body.resource-template-use-cases section.boxes-basic-section .container-items hr,
body.resource-template-default section.feature-section .container-items hr,
body.resource-template-default section.boxes-basic-section .container-items hr {
  position: absolute;
  width: 100%;
  margin: 0;
  top: -3px;
  left: 0;
  border: 3px solid #000;
  height: 3px;
  background: rgb(0, 0, 0);
  box-shadow: none;
}
body.page-template-flexible-content section.boxes-basic-section,
body.page-template-use-cases section.boxes-basic-section,
body.resource-template-use-cases section.boxes-basic-section,
body.resource-template-default section.boxes-basic-section {
  position: relative;
  margin-bottom: 80px;
  /* https://codepen.io/lottejackson/pen/PwvjPj */
}
body.page-template-flexible-content section.boxes-basic-section .container,
body.page-template-use-cases section.boxes-basic-section .container,
body.resource-template-use-cases section.boxes-basic-section .container,
body.resource-template-default section.boxes-basic-section .container {
  padding-right: 0;
  padding-left: 0;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid,
body.page-template-use-cases section.boxes-basic-section .container-grid,
body.resource-template-use-cases section.boxes-basic-section .container-grid,
body.resource-template-default section.boxes-basic-section .container-grid {
  /* Flex items */
}
body.page-template-flexible-content section.boxes-basic-section .container-grid ul, body.page-template-flexible-content section.boxes-basic-section .container-grid li,
body.page-template-use-cases section.boxes-basic-section .container-grid ul,
body.page-template-use-cases section.boxes-basic-section .container-grid li,
body.resource-template-use-cases section.boxes-basic-section .container-grid ul,
body.resource-template-use-cases section.boxes-basic-section .container-grid li,
body.resource-template-default section.boxes-basic-section .container-grid ul,
body.resource-template-default section.boxes-basic-section .container-grid li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.spaced:hover,
body.page-template-use-cases section.boxes-basic-section .container-grid li.spaced:hover,
body.resource-template-use-cases section.boxes-basic-section .container-grid li.spaced:hover,
body.resource-template-default section.boxes-basic-section .container-grid li.spaced:hover {
  box-shadow: 0px 0px 20px 10px rgba(13, 125, 224, 0.8);
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols,
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols,
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols,
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols {
  border-top: 0;
  border-right: 3px solid #0F131C;
  border-bottom: 3px solid #0F131C;
  border-left: 0;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.spaced,
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced,
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced,
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.spaced {
  background-color: #21262d;
  border-right: 0;
  border-bottom: 0;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.border-h-top,
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-top,
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-top,
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.border-h-top {
  border-top: 3px solid #0F131C;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.border-h-top.spaced.border-h-top,
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-top.spaced.border-h-top,
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-top.spaced.border-h-top,
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.border-h-top.spaced.border-h-top {
  border-top: 0d;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols:nth-last-child(2n),
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols:nth-last-child(2n),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols:nth-last-child(2n),
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols:nth-last-child(2n) {
  border-left: 3px solid #0F131C;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(odd),
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(odd),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(odd),
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 24px;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(even),
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(even),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(even),
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(even) {
  margin-bottom: 24px;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols:nth-last-child(-n+2),
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols:nth-last-child(-n+2),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols:nth-last-child(-n+2),
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols:nth-last-child(-n+2) {
  border-bottom: none;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.border-h-bottom:nth-last-child(-n+2),
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-last-child(-n+2),
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-bottom:nth-last-child(-n+2),
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-last-child(-n+2),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-bottom:nth-last-child(-n+2),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-last-child(-n+2),
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.border-h-bottom:nth-last-child(-n+2),
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-last-child(-n+2) {
  border-bottom: 3px solid #0F131C;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.spaced.border-h-bottom:nth-last-child(-n+2),
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.spaced.border-h-both:nth-last-child(-n+2),
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced.border-h-bottom:nth-last-child(-n+2),
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced.border-h-both:nth-last-child(-n+2),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced.border-h-bottom:nth-last-child(-n+2),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced.border-h-both:nth-last-child(-n+2),
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.spaced.border-h-bottom:nth-last-child(-n+2),
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.spaced.border-h-both:nth-last-child(-n+2) {
  border-bottom: 0;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-child(-n+2),
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-child(-n+2),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-child(-n+2),
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-child(-n+2) {
  border-top: 3px solid #0F131C;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-child(-n+2).spaced.border-h-both:nth-child(-n+2),
body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-child(-n+2).spaced.border-h-both:nth-child(-n+2),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-child(-n+2).spaced.border-h-both:nth-child(-n+2),
body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.border-h-both:nth-child(-n+2).spaced.border-h-both:nth-child(-n+2) {
  border-top: 0;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols,
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols,
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols,
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols {
  border-top: 0;
  border-right: 3px solid #0F131C;
  border-bottom: 3px solid #0F131C;
  border-left: 0;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.spaced,
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced,
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced,
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.spaced {
  background-color: #21262d;
  border-right: 0;
  border-bottom: 0;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.border-h-top,
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-top,
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-top,
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.border-h-top {
  border-top: 3px solid #0F131C;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.border-h-top.spaced.border-h-top,
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-top.spaced.border-h-top,
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-top.spaced.border-h-top,
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.border-h-top.spaced.border-h-top {
  border-top: 0;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols:nth-last-child(3n),
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols:nth-last-child(3n),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols:nth-last-child(3n),
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols:nth-last-child(3n) {
  border-left: 3px solid #0F131C;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(n),
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(n),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(n),
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(n) {
  margin-right: 24px;
  margin-bottom: 24px;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(2n),
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(2n),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(2n),
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(2n) {
  margin-bottom: 24px;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(3n),
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(3n),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(3n),
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.spaced:nth-child(3n) {
  margin-bottom: 24px;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols:nth-last-child(-n+3),
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols:nth-last-child(-n+3),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols:nth-last-child(-n+3),
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols:nth-last-child(-n+3) {
  border-bottom: none;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.border-h-bottom:nth-last-child(-n+3),
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-last-child(-n+3),
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-bottom:nth-last-child(-n+3),
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-last-child(-n+3),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-bottom:nth-last-child(-n+3),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-last-child(-n+3),
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.border-h-bottom:nth-last-child(-n+3),
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-last-child(-n+3) {
  border-bottom: 3px solid #0F131C;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.spaced.border-h-bottom:nth-last-child(-n+3),
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.spaced.border-h-both:nth-last-child(-n+3),
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced.border-h-bottom:nth-last-child(-n+3),
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced.border-h-both:nth-last-child(-n+3),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced.border-h-bottom:nth-last-child(-n+3),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.spaced.border-h-both:nth-last-child(-n+3),
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.spaced.border-h-bottom:nth-last-child(-n+3),
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.spaced.border-h-both:nth-last-child(-n+3) {
  border-bottom: 0;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-child(-n+3),
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-child(-n+3),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-child(-n+3),
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-child(-n+3) {
  border-top: 3px solid #0F131C;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-child(-n+3).spaced.border-h-both:nth-child(-n+3),
body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-child(-n+3).spaced.border-h-both:nth-child(-n+3),
body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-child(-n+3).spaced.border-h-both:nth-child(-n+3),
body.resource-template-default section.boxes-basic-section .container-grid li.three-cols.border-h-both:nth-child(-n+3).spaced.border-h-both:nth-child(-n+3) {
  border-top: 0;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list,
body.page-template-use-cases section.boxes-basic-section .container-grid .list,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list,
body.resource-template-default section.boxes-basic-section .container-grid .list {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-item,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-item,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-item,
body.resource-template-default section.boxes-basic-section .container-grid .list-item {
  display: flex;
  padding: 0;
  width: 100%;
  align-items: flex-start;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-item.two-cols,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-item.two-cols,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-item.two-cols,
body.resource-template-default section.boxes-basic-section .container-grid .list-item.two-cols {
  width: 50%;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-item.two-cols.spaced,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-item.two-cols.spaced,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-item.two-cols.spaced,
body.resource-template-default section.boxes-basic-section .container-grid .list-item.two-cols.spaced {
  /* width: calc(50% - 24px); */
  width: calc(50% - 12px);
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-item.three-cols,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-item.three-cols,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-item.three-cols,
body.resource-template-default section.boxes-basic-section .container-grid .list-item.three-cols {
  width: 33.33%;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-item.three-cols.spaced,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-item.three-cols.spaced,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-item.three-cols.spaced,
body.resource-template-default section.boxes-basic-section .container-grid .list-item.three-cols.spaced {
  /* width: calc(33.33% - 48px); */
  width: calc(33.33% - 24px);
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-item.two-cols .list-content,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-item.two-cols .list-content,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-item.two-cols .list-content,
body.resource-template-default section.boxes-basic-section .container-grid .list-item.two-cols .list-content {
  width: 386px;
  margin: 0 auto;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-item.spaced.two-cols .list-content,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-item.spaced.two-cols .list-content,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-item.spaced.two-cols .list-content,
body.resource-template-default section.boxes-basic-section .container-grid .list-item.spaced.two-cols .list-content {
  width: 100%;
  margin: 0 auto;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-item.three-cols .list-content,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-item.three-cols .list-content,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-item.three-cols .list-content,
body.resource-template-default section.boxes-basic-section .container-grid .list-item.three-cols .list-content {
  width: 100%;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-content,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-content,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-content,
body.resource-template-default section.boxes-basic-section .container-grid .list-content {
  color: #fff;
  padding: 60px 22px;
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  font-family: "Open Sans";
  font-style: normal;
  text-align: center;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-content img,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-content img,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-content img,
body.resource-template-default section.boxes-basic-section .container-grid .list-content img {
  max-height: 45px;
  width: auto;
  margin: 0 auto 20px;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-content h4, body.page-template-flexible-content section.boxes-basic-section .container-grid .list-content .h4,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-content h4,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-content .h4,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-content h4,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-content .h4,
body.resource-template-default section.boxes-basic-section .container-grid .list-content h4,
body.resource-template-default section.boxes-basic-section .container-grid .list-content .h4 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: none;
  flex: 1 0 auto;
  display: block;
  margin: 0 auto 20px;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-content p,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-content p,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-content p,
body.resource-template-default section.boxes-basic-section .container-grid .list-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  flex: 1 0 auto;
  display: block;
  margin: 0 auto 20px;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .list-content a,
body.page-template-use-cases section.boxes-basic-section .container-grid .list-content a,
body.resource-template-use-cases section.boxes-basic-section .container-grid .list-content a,
body.resource-template-default section.boxes-basic-section .container-grid .list-content a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #B7AAFA;
  text-decoration: none;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .spaced .list-content,
body.page-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content,
body.resource-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content,
body.resource-template-default section.boxes-basic-section .container-grid .spaced .list-content {
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .spaced .list-content h4, body.page-template-flexible-content section.boxes-basic-section .container-grid .spaced .list-content .h4,
body.page-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content h4,
body.page-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content .h4,
body.resource-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content h4,
body.resource-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content .h4,
body.resource-template-default section.boxes-basic-section .container-grid .spaced .list-content h4,
body.resource-template-default section.boxes-basic-section .container-grid .spaced .list-content .h4 {
  font-size: 42px;
  line-height: 58px;
  text-transform: none;
  margin: 0 0 30px;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .spaced .list-content p,
body.page-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content p,
body.resource-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content p,
body.resource-template-default section.boxes-basic-section .container-grid .spaced .list-content p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 auto 30px;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .spaced .list-content a,
body.page-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content a,
body.resource-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content a,
body.resource-template-default section.boxes-basic-section .container-grid .spaced .list-content a {
  margin-top: auto;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
}
body.page-template-flexible-content section.boxes-basic-section .container-grid .spaced .list-content a:after,
body.page-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content a:after,
body.resource-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content a:after,
body.resource-template-default section.boxes-basic-section .container-grid .spaced .list-content a:after {
  content: url("/wp-content/themes/gc-responsive-v5/images/icon-arrow-light-purple.svg");
  padding-left: 10px;
  width: 18px;
  height: 16px;
}
body.page-template-flexible-content section#section-12.boxes-basic-section,
body.page-template-use-cases section#section-12.boxes-basic-section,
body.resource-template-use-cases section#section-12.boxes-basic-section,
body.resource-template-default section#section-12.boxes-basic-section {
  /* mobile styles */
  /* end mobile styles */
}
@media (max-width: 575.98px) {
  body.page-template-flexible-content section#section-12.boxes-basic-section,
  body.page-template-use-cases section#section-12.boxes-basic-section,
  body.resource-template-use-cases section#section-12.boxes-basic-section,
  body.resource-template-default section#section-12.boxes-basic-section {
    padding-top: 0;
  }
  body.page-template-flexible-content section#section-12.boxes-basic-section .list-content,
  body.page-template-use-cases section#section-12.boxes-basic-section .list-content,
  body.resource-template-use-cases section#section-12.boxes-basic-section .list-content,
  body.resource-template-default section#section-12.boxes-basic-section .list-content {
    color: #fff;
    padding: 40px 24px 50px;
  }
  body.page-template-flexible-content section#section-12.boxes-basic-section .list-content h4, body.page-template-flexible-content section#section-12.boxes-basic-section .list-content .h4,
  body.page-template-use-cases section#section-12.boxes-basic-section .list-content h4,
  body.page-template-use-cases section#section-12.boxes-basic-section .list-content .h4,
  body.resource-template-use-cases section#section-12.boxes-basic-section .list-content h4,
  body.resource-template-use-cases section#section-12.boxes-basic-section .list-content .h4,
  body.resource-template-default section#section-12.boxes-basic-section .list-content h4,
  body.resource-template-default section#section-12.boxes-basic-section .list-content .h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
  body.page-template-flexible-content section#section-12.boxes-basic-section .list-content p,
  body.page-template-use-cases section#section-12.boxes-basic-section .list-content p,
  body.resource-template-use-cases section#section-12.boxes-basic-section .list-content p,
  body.resource-template-default section#section-12.boxes-basic-section .list-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
}
body.page-template-flexible-content section.basic-section,
body.page-template-use-cases section.basic-section,
body.resource-template-use-cases section.basic-section,
body.resource-template-default section.basic-section {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  /* mobile styles */
  /* end mobile styles */
}
body.page-template-flexible-content section.basic-section .container-subsection h3, body.page-template-flexible-content section.basic-section .container-subsection .h3,
body.page-template-use-cases section.basic-section .container-subsection h3,
body.page-template-use-cases section.basic-section .container-subsection .h3,
body.resource-template-use-cases section.basic-section .container-subsection h3,
body.resource-template-use-cases section.basic-section .container-subsection .h3,
body.resource-template-default section.basic-section .container-subsection h3,
body.resource-template-default section.basic-section .container-subsection .h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin: 0 0 20px 0;
  display: block;
}
body.page-template-flexible-content section.basic-section .container-subsection .row,
body.page-template-use-cases section.basic-section .container-subsection .row,
body.resource-template-use-cases section.basic-section .container-subsection .row,
body.resource-template-default section.basic-section .container-subsection .row {
  padding: 60px 0;
  align-items: center;
}
body.page-template-flexible-content section.basic-section .container-subsection .left,
body.page-template-use-cases section.basic-section .container-subsection .left,
body.resource-template-use-cases section.basic-section .container-subsection .left,
body.resource-template-default section.basic-section .container-subsection .left {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-flexible-content section.basic-section .container-subsection .left, body.page-template-flexible-content section.basic-section .container-subsection .left p,
body.page-template-use-cases section.basic-section .container-subsection .left,
body.page-template-use-cases section.basic-section .container-subsection .left p,
body.resource-template-use-cases section.basic-section .container-subsection .left,
body.resource-template-use-cases section.basic-section .container-subsection .left p,
body.resource-template-default section.basic-section .container-subsection .left,
body.resource-template-default section.basic-section .container-subsection .left p {
  font-family: "Open Sans";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
body.page-template-flexible-content section.basic-section .container-subsection .left p,
body.page-template-use-cases section.basic-section .container-subsection .left p,
body.resource-template-use-cases section.basic-section .container-subsection .left p,
body.resource-template-default section.basic-section .container-subsection .left p {
  display: block;
}
body.page-template-flexible-content section.basic-section .container-subsection a,
body.page-template-use-cases section.basic-section .container-subsection a,
body.resource-template-use-cases section.basic-section .container-subsection a,
body.resource-template-default section.basic-section .container-subsection a {
  color: #B7AAFA;
  text-decoration: underline;
}
body.page-template-flexible-content section.basic-section .container-subsection a:hover,
body.page-template-use-cases section.basic-section .container-subsection a:hover,
body.resource-template-use-cases section.basic-section .container-subsection a:hover,
body.resource-template-default section.basic-section .container-subsection a:hover {
  color: #0D7DE0;
}
body.page-template-flexible-content section.basic-section .container-subsection a.link-cta,
body.page-template-use-cases section.basic-section .container-subsection a.link-cta,
body.resource-template-use-cases section.basic-section .container-subsection a.link-cta,
body.resource-template-default section.basic-section .container-subsection a.link-cta {
  color: #B7AAFA;
  font-size: 20px;
  line-height: 28.8px;
  font-weight: 700;
  text-decoration: none !important;
  display: block;
}
body.page-template-flexible-content section.basic-section .container-subsection a.link-cta:after,
body.page-template-use-cases section.basic-section .container-subsection a.link-cta:after,
body.resource-template-use-cases section.basic-section .container-subsection a.link-cta:after,
body.resource-template-default section.basic-section .container-subsection a.link-cta:after {
  content: url("/wp-content/themes/gc-responsive-v5/images/icon-arrow-light-purple.svg");
  padding-left: 10px;
  width: 18px;
  height: 16px;
}
body.page-template-flexible-content section.basic-section .container-subsection a.link-cta:hover,
body.page-template-use-cases section.basic-section .container-subsection a.link-cta:hover,
body.resource-template-use-cases section.basic-section .container-subsection a.link-cta:hover,
body.resource-template-default section.basic-section .container-subsection a.link-cta:hover {
  color: #0D7DE0;
}
body.page-template-flexible-content section.basic-section .container-subsection a.link-cta:hover:after,
body.page-template-use-cases section.basic-section .container-subsection a.link-cta:hover:after,
body.resource-template-use-cases section.basic-section .container-subsection a.link-cta:hover:after,
body.resource-template-default section.basic-section .container-subsection a.link-cta:hover:after {
  color: #0D7DE0 !important;
  filter: invert(53%) sepia(77%) saturate(5889%) hue-rotate(191deg) brightness(93%) contrast(90%);
}
body.page-template-flexible-content section.basic-section .container-subsection a.link-cta:active,
body.page-template-use-cases section.basic-section .container-subsection a.link-cta:active,
body.resource-template-use-cases section.basic-section .container-subsection a.link-cta:active,
body.resource-template-default section.basic-section .container-subsection a.link-cta:active {
  color: #0D7DE0;
}
body.page-template-flexible-content section.basic-section .container-subsection ul,
body.page-template-use-cases section.basic-section .container-subsection ul,
body.resource-template-use-cases section.basic-section .container-subsection ul,
body.resource-template-default section.basic-section .container-subsection ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0;
}
body.page-template-flexible-content section.basic-section .container-subsection ul li,
body.page-template-use-cases section.basic-section .container-subsection ul li,
body.resource-template-use-cases section.basic-section .container-subsection ul li,
body.resource-template-default section.basic-section .container-subsection ul li {
  padding: 0 0 30px 25px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  /* lines */
  /* bullets */
}
body.page-template-flexible-content section.basic-section .container-subsection ul li:not(:last-child)::before,
body.page-template-use-cases section.basic-section .container-subsection ul li:not(:last-child)::before,
body.resource-template-use-cases section.basic-section .container-subsection ul li:not(:last-child)::before,
body.resource-template-default section.basic-section .container-subsection ul li:not(:last-child)::before {
  position: absolute;
  top: 24px !important;
  left: 1px;
  height: calc(100% - 22px);
  content: "";
  border-left: 2px solid #B7AAFA;
  /*		border-left: 2px linear-gradient($light-purple, $light-purple) 1 100%; */
  /*		border-image-left: linear-gradient(#333, #ff0000) 1;*/
}
body.page-template-flexible-content section.basic-section .container-subsection ul li::after,
body.page-template-use-cases section.basic-section .container-subsection ul li::after,
body.resource-template-use-cases section.basic-section .container-subsection ul li::after,
body.resource-template-default section.basic-section .container-subsection ul li::after {
  position: absolute;
  top: 8px !important;
  left: -4px;
  width: 12px !important;
  height: 12px !important;
  content: "";
  background: var(--color-canvas-default);
  border: 2px solid #0D7DE0;
  border-radius: 50%;
}
body.page-template-flexible-content section.basic-section .container-subsection ul li:last-child,
body.page-template-use-cases section.basic-section .container-subsection ul li:last-child,
body.resource-template-use-cases section.basic-section .container-subsection ul li:last-child,
body.resource-template-default section.basic-section .container-subsection ul li:last-child {
  padding-bottom: 14px;
}
body.page-template-flexible-content section.basic-section .container-subsection .right,
body.page-template-use-cases section.basic-section .container-subsection .right,
body.resource-template-use-cases section.basic-section .container-subsection .right,
body.resource-template-default section.basic-section .container-subsection .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-flexible-content section.basic-section .container-subsection .right img.image-fluid,
body.page-template-use-cases section.basic-section .container-subsection .right img.image-fluid,
body.resource-template-use-cases section.basic-section .container-subsection .right img.image-fluid,
body.resource-template-default section.basic-section .container-subsection .right img.image-fluid {
  max-width: 560px;
  height: auto;
}
@media (max-width: 575.98px) {
  body.page-template-flexible-content section.basic-section .row,
  body.page-template-use-cases section.basic-section .row,
  body.resource-template-use-cases section.basic-section .row,
  body.resource-template-default section.basic-section .row {
    padding: 0 !important;
    align-items: center;
  }
  body.page-template-flexible-content section.basic-section .row h3, body.page-template-flexible-content section.basic-section .row .h3,
  body.page-template-use-cases section.basic-section .row h3,
  body.page-template-use-cases section.basic-section .row .h3,
  body.resource-template-use-cases section.basic-section .row h3,
  body.resource-template-use-cases section.basic-section .row .h3,
  body.resource-template-default section.basic-section .row h3,
  body.resource-template-default section.basic-section .row .h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
  }
  body.page-template-flexible-content section.basic-section .container-subsection a.link-cta,
  body.page-template-use-cases section.basic-section .container-subsection a.link-cta,
  body.resource-template-use-cases section.basic-section .container-subsection a.link-cta,
  body.resource-template-default section.basic-section .container-subsection a.link-cta {
    font-size: 16px;
    line-height: 29px;
  }
}
body.page-template-flexible-content section.quote-section,
body.page-template-use-cases section.quote-section,
body.resource-template-use-cases section.quote-section,
body.resource-template-default section.quote-section {
  padding: 60px 0;
  /* mobile styles */
  /* end mobile styles */
}
body.page-template-flexible-content section.quote-section .container,
body.page-template-use-cases section.quote-section .container,
body.resource-template-use-cases section.quote-section .container,
body.resource-template-default section.quote-section .container {
  padding: 0 160px;
}
body.page-template-flexible-content section.quote-section blockquote,
body.page-template-use-cases section.quote-section blockquote,
body.resource-template-use-cases section.quote-section blockquote,
body.resource-template-default section.quote-section blockquote {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  background: transparent;
  color: #fff;
  margin-top: 0;
}
body.page-template-flexible-content section.quote-section blockquote.small,
body.page-template-use-cases section.quote-section blockquote.small,
body.resource-template-use-cases section.quote-section blockquote.small,
body.resource-template-default section.quote-section blockquote.small {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
}
body.page-template-flexible-content section.quote-section blockquote.large,
body.page-template-use-cases section.quote-section blockquote.large,
body.resource-template-use-cases section.quote-section blockquote.large,
body.resource-template-default section.quote-section blockquote.large {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
}
body.page-template-flexible-content section.quote-section blockquote.gradient,
body.page-template-use-cases section.quote-section blockquote.gradient,
body.resource-template-use-cases section.quote-section blockquote.gradient,
body.resource-template-default section.quote-section blockquote.gradient {
  /* Gradient/Lt Purple/Bright Purple/New Blue */
  background: linear-gradient(91.61deg, #B7AAFA 30.31%, #892DFF 57.19%, #0D7DE0 79.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 40px;
}
body.page-template-flexible-content section.quote-section .name-title,
body.page-template-use-cases section.quote-section .name-title,
body.resource-template-use-cases section.quote-section .name-title,
body.resource-template-default section.quote-section .name-title {
  font-family: "Open Sans";
  font-style: normal;
  font-size: 20px;
  /* line-height: 131.93%; */
  line-height: 26.39px;
  color: #fff;
}
body.page-template-flexible-content section.quote-section .name-title strong,
body.page-template-use-cases section.quote-section .name-title strong,
body.resource-template-use-cases section.quote-section .name-title strong,
body.resource-template-default section.quote-section .name-title strong {
  font-weight: 700;
}
body.page-template-flexible-content section.quote-section .image-quote-logo,
body.page-template-use-cases section.quote-section .image-quote-logo,
body.resource-template-use-cases section.quote-section .image-quote-logo,
body.resource-template-default section.quote-section .image-quote-logo {
  margin-top: 24px;
  max-height: inherit;
  width: 190px;
  height: auto;
}
@media (max-width: 575.98px) {
  body.page-template-flexible-content section.quote-section,
  body.page-template-use-cases section.quote-section,
  body.resource-template-use-cases section.quote-section,
  body.resource-template-default section.quote-section {
    padding: 50px 0;
  }
  body.page-template-flexible-content section.quote-section blockquote,
  body.page-template-use-cases section.quote-section blockquote,
  body.resource-template-use-cases section.quote-section blockquote,
  body.resource-template-default section.quote-section blockquote {
    margin-top: 0;
    padding: 0 24px;
  }
  body.page-template-flexible-content section.quote-section blockquote.small,
  body.page-template-use-cases section.quote-section blockquote.small,
  body.resource-template-use-cases section.quote-section blockquote.small,
  body.resource-template-default section.quote-section blockquote.small {
    font-size: 24px;
    line-height: 32px;
  }
  body.page-template-flexible-content section.quote-section blockquote.large,
  body.page-template-use-cases section.quote-section blockquote.large,
  body.resource-template-use-cases section.quote-section blockquote.large,
  body.resource-template-default section.quote-section blockquote.large {
    font-size: 28px;
    line-height: 36px;
  }
  body.page-template-flexible-content section.quote-section .name-title,
  body.page-template-use-cases section.quote-section .name-title,
  body.resource-template-use-cases section.quote-section .name-title,
  body.resource-template-default section.quote-section .name-title {
    padding: 0 24px;
    font-size: 16px;
    line-height: 28px;
  }
  body.page-template-flexible-content section.quote-section img,
  body.page-template-use-cases section.quote-section img,
  body.resource-template-use-cases section.quote-section img,
  body.resource-template-default section.quote-section img {
    margin-left: 24px;
  }
}
body.page-template-flexible-content section.accordion-section,
body.page-template-use-cases section.accordion-section,
body.resource-template-use-cases section.accordion-section,
body.resource-template-default section.accordion-section {
  /* mobile styles */
  /* end mobile styles */
}
body.page-template-flexible-content section.accordion-section .container,
body.page-template-use-cases section.accordion-section .container,
body.resource-template-use-cases section.accordion-section .container,
body.resource-template-default section.accordion-section .container {
  padding: 60px 60px 1px 60px;
}
body.page-template-flexible-content section.accordion-section .container h2, body.page-template-flexible-content section.accordion-section .container .h2,
body.page-template-use-cases section.accordion-section .container h2,
body.page-template-use-cases section.accordion-section .container .h2,
body.resource-template-use-cases section.accordion-section .container h2,
body.resource-template-use-cases section.accordion-section .container .h2,
body.resource-template-default section.accordion-section .container h2,
body.resource-template-default section.accordion-section .container .h2 {
  text-align: center;
}
body.page-template-flexible-content section.accordion-section .container .container-grid,
body.page-template-use-cases section.accordion-section .container .container-grid,
body.resource-template-use-cases section.accordion-section .container .container-grid,
body.resource-template-default section.accordion-section .container .container-grid {
  font-family: "Open Sans";
  font-style: normal;
  padding-top: 30px;
}
body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion,
body.resource-template-default section.accordion-section .container .container-grid div.accordion {
  padding-left: 0;
  margin: 0 auto;
  margin-bottom: 0;
}
body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item,
body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item {
  padding-left: 22px;
  margin-bottom: 67px;
  display: flex;
  flex-direction: column;
}
body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header, body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2,
body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header,
body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2 {
  text-align: left;
  line-height: 36px;
  margin-bottom: 0;
}
body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header button, body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2 button,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header button,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2 button,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header button,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2 button,
body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header button,
body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2 button {
  background-color: transparent;
  border: none;
  color: #0D7DE0;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  padding: 0;
  text-align: left;
}
body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse,
body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-top: 50px;
}
body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse .accordion-body,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse .accordion-body,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse .accordion-body,
body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse .accordion-body {
  display: block;
  margin-top: -36px;
}
body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse .accordion-body ul,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse .accordion-body ul,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse .accordion-body ul,
body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse .accordion-body ul {
  padding-left: 22px;
}
body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse::before,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse::before,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse::before,
body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse::before {
  display: inline-block;
  content: "";
  background: url("/wp-content/themes/gc-responsive-v5/images/icons/icon-checkmark_white.svg") no-repeat;
  width: 14px;
  height: 13px;
  margin-right: 4px;
  margin-left: -22px;
  vertical-align: 2px;
}
body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header::before,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header::before,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header::before,
body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header::before {
  display: inline-block;
  padding-right: 0px;
  margin-left: -22px;
  content: "";
  background: url("/wp-content/themes/gc-responsive-v5/images/icons/icon-blue-dot.svg") no-repeat;
  width: 10px;
  height: 10px;
  position: relative;
  top: -3px;
}
body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item.showline .accordion-header::before,
body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item.showline .accordion-header::before,
body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item.showline .accordion-header::before,
body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item.showline .accordion-header::before {
  display: inline-block;
  content: "";
  background: url("/wp-content/themes/gc-responsive-v5/images/icons/icon_accordion_line.svg") no-repeat;
  width: 10px;
  height: 60px;
  /* margin-right: 12px; */
  margin-bottom: -50px;
}
@media (max-width: 575.98px) {
  body.page-template-flexible-content section.accordion-section,
  body.page-template-use-cases section.accordion-section,
  body.resource-template-use-cases section.accordion-section,
  body.resource-template-default section.accordion-section {
    padding: 60px 35px 0;
  }
  body.page-template-flexible-content section.accordion-section .container,
  body.page-template-use-cases section.accordion-section .container,
  body.resource-template-use-cases section.accordion-section .container,
  body.resource-template-default section.accordion-section .container {
    padding: 20px 0 60px;
  }
  body.page-template-flexible-content section.accordion-section .container h2, body.page-template-flexible-content section.accordion-section .container .h2,
  body.page-template-use-cases section.accordion-section .container h2,
  body.page-template-use-cases section.accordion-section .container .h2,
  body.resource-template-use-cases section.accordion-section .container h2,
  body.resource-template-use-cases section.accordion-section .container .h2,
  body.resource-template-default section.accordion-section .container h2,
  body.resource-template-default section.accordion-section .container .h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 60px;
  }
  body.page-template-flexible-content section.accordion-section .container .container-grid,
  body.page-template-use-cases section.accordion-section .container .container-grid,
  body.resource-template-use-cases section.accordion-section .container .container-grid,
  body.resource-template-default section.accordion-section .container .container-grid {
    font-family: "Open Sans";
    font-style: normal;
    padding-top: 0;
  }
  body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion,
  body.page-template-use-cases section.accordion-section .container .container-grid div.accordion,
  body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion,
  body.resource-template-default section.accordion-section .container .container-grid div.accordion {
    padding-left: 0;
    margin: 0 auto;
    margin-bottom: 0;
  }
  body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item,
  body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item,
  body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item,
  body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item {
    padding-left: 22px;
    margin-bottom: 40px;
  }
  body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header, body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2,
  body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header,
  body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2,
  body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header,
  body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2,
  body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item h2.accordion-header.accordion-header,
  body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-header.accordion-header.h2 {
    margin-bottom: 0;
  }
  body.page-template-flexible-content section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse,
  body.page-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse,
  body.resource-template-use-cases section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse,
  body.resource-template-default section.accordion-section .container .container-grid div.accordion div.accordion-item .accordion-collapse {
    margin-top: 20px;
  }
}
body.page-template-flexible-content section.freeform-html-section,
body.page-template-use-cases section.freeform-html-section,
body.resource-template-use-cases section.freeform-html-section,
body.resource-template-default section.freeform-html-section {
  text-align: center;
  color: #fff;
}
body.page-template-flexible-content section.freeform-html-section .container,
body.page-template-use-cases section.freeform-html-section .container,
body.resource-template-use-cases section.freeform-html-section .container,
body.resource-template-default section.freeform-html-section .container {
  padding: 0 160px 30px;
}
body.page-template-flexible-content section.freeform-html-section a,
body.page-template-use-cases section.freeform-html-section a,
body.resource-template-use-cases section.freeform-html-section a,
body.resource-template-default section.freeform-html-section a {
  text-decoration: none;
}
body.page-template-flexible-content section.freeform-html-section .title,
body.page-template-use-cases section.freeform-html-section .title,
body.resource-template-use-cases section.freeform-html-section .title,
body.resource-template-default section.freeform-html-section .title {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 30px;
}
body.page-template-flexible-content section.freeform-html-section .short_description,
body.page-template-use-cases section.freeform-html-section .short_description,
body.resource-template-use-cases section.freeform-html-section .short_description,
body.resource-template-default section.freeform-html-section .short_description {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 18px;
}
body.page-template-flexible-content section.freeform-html-section .description,
body.page-template-use-cases section.freeform-html-section .description,
body.resource-template-use-cases section.freeform-html-section .description,
body.resource-template-default section.freeform-html-section .description {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}
body.page-template-flexible-content section.freeform-html-section .description img,
body.page-template-use-cases section.freeform-html-section .description img,
body.resource-template-use-cases section.freeform-html-section .description img,
body.resource-template-default section.freeform-html-section .description img {
  padding-right: 100px;
  max-width: 250px;
  max-height: 150px;
  width: auto;
}
body.page-template-flexible-content section.freeform-html-section .description img:last-child,
body.page-template-use-cases section.freeform-html-section .description img:last-child,
body.resource-template-use-cases section.freeform-html-section .description img:last-child,
body.resource-template-default section.freeform-html-section .description img:last-child {
  padding-right: 0;
}
body.page-template-flexible-content section.light-section,
body.page-template-flexible-content section.story-section,
body.page-template-use-cases section.light-section,
body.page-template-use-cases section.story-section,
body.resource-template-use-cases section.light-section,
body.resource-template-use-cases section.story-section,
body.resource-template-default section.light-section,
body.resource-template-default section.story-section {
  background-color: #fff !important;
  margin: 20px 0;
  padding: 20px 0;
}
body.page-template-flexible-content section.light-section .container-story-content,
body.page-template-flexible-content section.story-section .container-story-content,
body.page-template-use-cases section.light-section .container-story-content,
body.page-template-use-cases section.story-section .container-story-content,
body.resource-template-use-cases section.light-section .container-story-content,
body.resource-template-use-cases section.story-section .container-story-content,
body.resource-template-default section.light-section .container-story-content,
body.resource-template-default section.story-section .container-story-content {
  padding-top: 30px;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
}
body.page-template-flexible-content section.light-section h2, body.page-template-flexible-content section.light-section .h2,
body.page-template-flexible-content section.story-section h2,
body.page-template-flexible-content section.story-section .h2,
body.page-template-use-cases section.light-section h2,
body.page-template-use-cases section.light-section .h2,
body.page-template-use-cases section.story-section h2,
body.page-template-use-cases section.story-section .h2,
body.resource-template-use-cases section.light-section h2,
body.resource-template-use-cases section.light-section .h2,
body.resource-template-use-cases section.story-section h2,
body.resource-template-use-cases section.story-section .h2,
body.resource-template-default section.light-section h2,
body.resource-template-default section.light-section .h2,
body.resource-template-default section.story-section h2,
body.resource-template-default section.story-section .h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #0F131C;
}
body.page-template-flexible-content section.light-section h3, body.page-template-flexible-content section.light-section .h3,
body.page-template-flexible-content section.story-section h3,
body.page-template-flexible-content section.story-section .h3,
body.page-template-use-cases section.light-section h3,
body.page-template-use-cases section.light-section .h3,
body.page-template-use-cases section.story-section h3,
body.page-template-use-cases section.story-section .h3,
body.resource-template-use-cases section.light-section h3,
body.resource-template-use-cases section.light-section .h3,
body.resource-template-use-cases section.story-section h3,
body.resource-template-use-cases section.story-section .h3,
body.resource-template-default section.light-section h3,
body.resource-template-default section.light-section .h3,
body.resource-template-default section.story-section h3,
body.resource-template-default section.story-section .h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #0F131C;
  padding-top: 40px;
}
body.page-template-flexible-content section.light-section #storysection-1 > h3, body.page-template-flexible-content section.light-section #storysection-1 > .h3,
body.page-template-flexible-content section.story-section #storysection-1 > h3,
body.page-template-flexible-content section.story-section #storysection-1 > .h3,
body.page-template-use-cases section.light-section #storysection-1 > h3,
body.page-template-use-cases section.light-section #storysection-1 > .h3,
body.page-template-use-cases section.story-section #storysection-1 > h3,
body.page-template-use-cases section.story-section #storysection-1 > .h3,
body.resource-template-use-cases section.light-section #storysection-1 > h3,
body.resource-template-use-cases section.light-section #storysection-1 > .h3,
body.resource-template-use-cases section.story-section #storysection-1 > h3,
body.resource-template-use-cases section.story-section #storysection-1 > .h3,
body.resource-template-default section.light-section #storysection-1 > h3,
body.resource-template-default section.light-section #storysection-1 > .h3,
body.resource-template-default section.story-section #storysection-1 > h3,
body.resource-template-default section.story-section #storysection-1 > .h3 {
  padding-top: 0;
}
body.page-template-flexible-content section.light-section h4, body.page-template-flexible-content section.light-section .h4,
body.page-template-flexible-content section.story-section h4,
body.page-template-flexible-content section.story-section .h4,
body.page-template-use-cases section.light-section h4,
body.page-template-use-cases section.light-section .h4,
body.page-template-use-cases section.story-section h4,
body.page-template-use-cases section.story-section .h4,
body.resource-template-use-cases section.light-section h4,
body.resource-template-use-cases section.light-section .h4,
body.resource-template-use-cases section.story-section h4,
body.resource-template-use-cases section.story-section .h4,
body.resource-template-default section.light-section h4,
body.resource-template-default section.light-section .h4,
body.resource-template-default section.story-section h4,
body.resource-template-default section.story-section .h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
  color: #0F131C;
  margin-top: 30px;
}
body.page-template-flexible-content section.light-section p, body.page-template-flexible-content section.light-section li,
body.page-template-flexible-content section.story-section p,
body.page-template-flexible-content section.story-section li,
body.page-template-use-cases section.light-section p,
body.page-template-use-cases section.light-section li,
body.page-template-use-cases section.story-section p,
body.page-template-use-cases section.story-section li,
body.resource-template-use-cases section.light-section p,
body.resource-template-use-cases section.light-section li,
body.resource-template-use-cases section.story-section p,
body.resource-template-use-cases section.story-section li,
body.resource-template-default section.light-section p,
body.resource-template-default section.light-section li,
body.resource-template-default section.story-section p,
body.resource-template-default section.story-section li {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #0F131C;
}
body.page-template-flexible-content section.light-section p:last-child,
body.page-template-flexible-content section.story-section p:last-child,
body.page-template-use-cases section.light-section p:last-child,
body.page-template-use-cases section.story-section p:last-child,
body.resource-template-use-cases section.light-section p:last-child,
body.resource-template-use-cases section.story-section p:last-child,
body.resource-template-default section.light-section p:last-child,
body.resource-template-default section.story-section p:last-child {
  margin-bottom: 0;
}
body.page-template-flexible-content section.light-section li,
body.page-template-flexible-content section.story-section li,
body.page-template-use-cases section.light-section li,
body.page-template-use-cases section.story-section li,
body.resource-template-use-cases section.light-section li,
body.resource-template-use-cases section.story-section li,
body.resource-template-default section.light-section li,
body.resource-template-default section.story-section li {
  margin-bottom: 32px;
}
body.page-template-flexible-content section.light-section #container-lf-nav,
body.page-template-flexible-content section.story-section #container-lf-nav,
body.page-template-use-cases section.light-section #container-lf-nav,
body.page-template-use-cases section.story-section #container-lf-nav,
body.resource-template-use-cases section.light-section #container-lf-nav,
body.resource-template-use-cases section.story-section #container-lf-nav,
body.resource-template-default section.light-section #container-lf-nav,
body.resource-template-default section.story-section #container-lf-nav {
  background: #F9F9F9 !important;
  padding: 15px !important;
  border-radius: 10px !important;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content,
body.page-template-flexible-content section.story-section ul#nav-flexible-content,
body.page-template-use-cases section.light-section ul#nav-flexible-content,
body.page-template-use-cases section.story-section ul#nav-flexible-content,
body.resource-template-use-cases section.light-section ul#nav-flexible-content,
body.resource-template-use-cases section.story-section ul#nav-flexible-content,
body.resource-template-default section.light-section ul#nav-flexible-content,
body.resource-template-default section.story-section ul#nav-flexible-content {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 270px;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content > li > a,
body.page-template-flexible-content section.story-section ul#nav-flexible-content > li > a,
body.page-template-use-cases section.light-section ul#nav-flexible-content > li > a,
body.page-template-use-cases section.story-section ul#nav-flexible-content > li > a,
body.resource-template-use-cases section.light-section ul#nav-flexible-content > li > a,
body.resource-template-use-cases section.story-section ul#nav-flexible-content > li > a,
body.resource-template-default section.light-section ul#nav-flexible-content > li > a,
body.resource-template-default section.story-section ul#nav-flexible-content > li > a {
  /*font-weight: 500;*/
  font-weight: 600;
  padding: 0;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content > li,
body.page-template-flexible-content section.story-section ul#nav-flexible-content > li,
body.page-template-use-cases section.light-section ul#nav-flexible-content > li,
body.page-template-use-cases section.story-section ul#nav-flexible-content > li,
body.resource-template-use-cases section.light-section ul#nav-flexible-content > li,
body.resource-template-use-cases section.story-section ul#nav-flexible-content > li,
body.resource-template-default section.light-section ul#nav-flexible-content > li,
body.resource-template-default section.story-section ul#nav-flexible-content > li {
  padding: 0;
  margin-bottom: 15px;
  width: 100%;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content > li a,
body.page-template-flexible-content section.story-section ul#nav-flexible-content > li a,
body.page-template-use-cases section.light-section ul#nav-flexible-content > li a,
body.page-template-use-cases section.story-section ul#nav-flexible-content > li a,
body.resource-template-use-cases section.light-section ul#nav-flexible-content > li a,
body.resource-template-use-cases section.story-section ul#nav-flexible-content > li a,
body.resource-template-default section.light-section ul#nav-flexible-content > li a,
body.resource-template-default section.story-section ul#nav-flexible-content > li a {
  font-size: 17px !important;
  display: block;
  color: #21262D;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content > li a .count,
body.page-template-flexible-content section.story-section ul#nav-flexible-content > li a .count,
body.page-template-use-cases section.light-section ul#nav-flexible-content > li a .count,
body.page-template-use-cases section.story-section ul#nav-flexible-content > li a .count,
body.resource-template-use-cases section.light-section ul#nav-flexible-content > li a .count,
body.resource-template-use-cases section.story-section ul#nav-flexible-content > li a .count,
body.resource-template-default section.light-section ul#nav-flexible-content > li a .count,
body.resource-template-default section.story-section ul#nav-flexible-content > li a .count {
  color: #6c757d;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content > li a:hover,
body.page-template-flexible-content section.story-section ul#nav-flexible-content > li a:hover,
body.page-template-use-cases section.light-section ul#nav-flexible-content > li a:hover,
body.page-template-use-cases section.story-section ul#nav-flexible-content > li a:hover,
body.resource-template-use-cases section.light-section ul#nav-flexible-content > li a:hover,
body.resource-template-use-cases section.story-section ul#nav-flexible-content > li a:hover,
body.resource-template-default section.light-section ul#nav-flexible-content > li a:hover,
body.resource-template-default section.story-section ul#nav-flexible-content > li a:hover {
  color: #0D7DE0;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content > li a.active,
body.page-template-flexible-content section.story-section ul#nav-flexible-content > li a.active,
body.page-template-use-cases section.light-section ul#nav-flexible-content > li a.active,
body.page-template-use-cases section.story-section ul#nav-flexible-content > li a.active,
body.resource-template-use-cases section.light-section ul#nav-flexible-content > li a.active,
body.resource-template-use-cases section.story-section ul#nav-flexible-content > li a.active,
body.resource-template-default section.light-section ul#nav-flexible-content > li a.active,
body.resource-template-default section.story-section ul#nav-flexible-content > li a.active {
  color: #0D7DE0;
  font-weight: 600;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content > li.has-children a,
body.page-template-flexible-content section.story-section ul#nav-flexible-content > li.has-children a,
body.page-template-use-cases section.light-section ul#nav-flexible-content > li.has-children a,
body.page-template-use-cases section.story-section ul#nav-flexible-content > li.has-children a,
body.resource-template-use-cases section.light-section ul#nav-flexible-content > li.has-children a,
body.resource-template-use-cases section.story-section ul#nav-flexible-content > li.has-children a,
body.resource-template-default section.light-section ul#nav-flexible-content > li.has-children a,
body.resource-template-default section.story-section ul#nav-flexible-content > li.has-children a {
  color: #21262D;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content > li.has-children a .count,
body.page-template-flexible-content section.story-section ul#nav-flexible-content > li.has-children a .count,
body.page-template-use-cases section.light-section ul#nav-flexible-content > li.has-children a .count,
body.page-template-use-cases section.story-section ul#nav-flexible-content > li.has-children a .count,
body.resource-template-use-cases section.light-section ul#nav-flexible-content > li.has-children a .count,
body.resource-template-use-cases section.story-section ul#nav-flexible-content > li.has-children a .count,
body.resource-template-default section.light-section ul#nav-flexible-content > li.has-children a .count,
body.resource-template-default section.story-section ul#nav-flexible-content > li.has-children a .count {
  color: #6c757d;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content > li.has-children a.nav-link.parent:before,
body.page-template-flexible-content section.story-section ul#nav-flexible-content > li.has-children a.nav-link.parent:before,
body.page-template-use-cases section.light-section ul#nav-flexible-content > li.has-children a.nav-link.parent:before,
body.page-template-use-cases section.story-section ul#nav-flexible-content > li.has-children a.nav-link.parent:before,
body.resource-template-use-cases section.light-section ul#nav-flexible-content > li.has-children a.nav-link.parent:before,
body.resource-template-use-cases section.story-section ul#nav-flexible-content > li.has-children a.nav-link.parent:before,
body.resource-template-default section.light-section ul#nav-flexible-content > li.has-children a.nav-link.parent:before,
body.resource-template-default section.story-section ul#nav-flexible-content > li.has-children a.nav-link.parent:before {
  content: " + ";
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content > li.has-children a.active,
body.page-template-flexible-content section.story-section ul#nav-flexible-content > li.has-children a.active,
body.page-template-use-cases section.light-section ul#nav-flexible-content > li.has-children a.active,
body.page-template-use-cases section.story-section ul#nav-flexible-content > li.has-children a.active,
body.resource-template-use-cases section.light-section ul#nav-flexible-content > li.has-children a.active,
body.resource-template-use-cases section.story-section ul#nav-flexible-content > li.has-children a.active,
body.resource-template-default section.light-section ul#nav-flexible-content > li.has-children a.active,
body.resource-template-default section.story-section ul#nav-flexible-content > li.has-children a.active {
  color: #0D7DE0;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content > li:after,
body.page-template-flexible-content section.story-section ul#nav-flexible-content > li:after,
body.page-template-use-cases section.light-section ul#nav-flexible-content > li:after,
body.page-template-use-cases section.story-section ul#nav-flexible-content > li:after,
body.resource-template-use-cases section.light-section ul#nav-flexible-content > li:after,
body.resource-template-use-cases section.story-section ul#nav-flexible-content > li:after,
body.resource-template-default section.light-section ul#nav-flexible-content > li:after,
body.resource-template-default section.story-section ul#nav-flexible-content > li:after {
  content: "";
  display: none;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content ul.sub-section,
body.page-template-flexible-content section.story-section ul#nav-flexible-content ul.sub-section,
body.page-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section,
body.page-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section,
body.resource-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section,
body.resource-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section,
body.resource-template-default section.light-section ul#nav-flexible-content ul.sub-section,
body.resource-template-default section.story-section ul#nav-flexible-content ul.sub-section {
  margin: 10px 0 15px;
  padding: 0 0 0 15px;
  display: none;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content ul.sub-section > li,
body.page-template-flexible-content section.story-section ul#nav-flexible-content ul.sub-section > li,
body.page-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section > li,
body.page-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section > li,
body.resource-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section > li,
body.resource-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section > li,
body.resource-template-default section.light-section ul#nav-flexible-content ul.sub-section > li,
body.resource-template-default section.story-section ul#nav-flexible-content ul.sub-section > li {
  margin-bottom: 10px;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content ul.sub-section > li a,
body.page-template-flexible-content section.story-section ul#nav-flexible-content ul.sub-section > li a,
body.page-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section > li a,
body.page-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section > li a,
body.resource-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section > li a,
body.resource-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section > li a,
body.resource-template-default section.light-section ul#nav-flexible-content ul.sub-section > li a,
body.resource-template-default section.story-section ul#nav-flexible-content ul.sub-section > li a {
  color: #21262D;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content ul.sub-section > li a.active,
body.page-template-flexible-content section.story-section ul#nav-flexible-content ul.sub-section > li a.active,
body.page-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section > li a.active,
body.page-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section > li a.active,
body.resource-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section > li a.active,
body.resource-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section > li a.active,
body.resource-template-default section.light-section ul#nav-flexible-content ul.sub-section > li a.active,
body.resource-template-default section.story-section ul#nav-flexible-content ul.sub-section > li a.active {
  color: #0D7DE0;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content ul.sub-section li::after,
body.page-template-flexible-content section.story-section ul#nav-flexible-content ul.sub-section li::after,
body.page-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section li::after,
body.page-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section li::after,
body.resource-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section li::after,
body.resource-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section li::after,
body.resource-template-default section.light-section ul#nav-flexible-content ul.sub-section li::after,
body.resource-template-default section.story-section ul#nav-flexible-content ul.sub-section li::after {
  left: -15px;
}
body.page-template-flexible-content section.light-section ul#nav-flexible-content ul.sub-section.open,
body.page-template-flexible-content section.story-section ul#nav-flexible-content ul.sub-section.open,
body.page-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section.open,
body.page-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section.open,
body.resource-template-use-cases section.light-section ul#nav-flexible-content ul.sub-section.open,
body.resource-template-use-cases section.story-section ul#nav-flexible-content ul.sub-section.open,
body.resource-template-default section.light-section ul#nav-flexible-content ul.sub-section.open,
body.resource-template-default section.story-section ul#nav-flexible-content ul.sub-section.open {
  display: block;
}
body.page-template-flexible-content section.light-section .container-form,
body.page-template-flexible-content section.story-section .container-form,
body.page-template-use-cases section.light-section .container-form,
body.page-template-use-cases section.story-section .container-form,
body.resource-template-use-cases section.light-section .container-form,
body.resource-template-use-cases section.story-section .container-form,
body.resource-template-default section.light-section .container-form,
body.resource-template-default section.story-section .container-form {
  padding-top: 15px;
  margin: 15px 0 0 0;
  max-width: 240px;
}
body.page-template-flexible-content section.light-section .container-form p,
body.page-template-flexible-content section.story-section .container-form p,
body.page-template-use-cases section.light-section .container-form p,
body.page-template-use-cases section.story-section .container-form p,
body.resource-template-use-cases section.light-section .container-form p,
body.resource-template-use-cases section.story-section .container-form p,
body.resource-template-default section.light-section .container-form p,
body.resource-template-default section.story-section .container-form p {
  margin-bottom: 0;
  max-width: 240px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
body.page-template-flexible-content section.light-section .container-form p strong,
body.page-template-flexible-content section.story-section .container-form p strong,
body.page-template-use-cases section.light-section .container-form p strong,
body.page-template-use-cases section.story-section .container-form p strong,
body.resource-template-use-cases section.light-section .container-form p strong,
body.resource-template-use-cases section.story-section .container-form p strong,
body.resource-template-default section.light-section .container-form p strong,
body.resource-template-default section.story-section .container-form p strong {
  color: #007bff;
}
body.page-template-flexible-content section.light-section .container-form #mktoForm_2475 button,
body.page-template-flexible-content section.story-section .container-form #mktoForm_2475 button,
body.page-template-use-cases section.light-section .container-form #mktoForm_2475 button,
body.page-template-use-cases section.story-section .container-form #mktoForm_2475 button,
body.resource-template-use-cases section.light-section .container-form #mktoForm_2475 button,
body.resource-template-use-cases section.story-section .container-form #mktoForm_2475 button,
body.resource-template-default section.light-section .container-form #mktoForm_2475 button,
body.resource-template-default section.story-section .container-form #mktoForm_2475 button {
  background-image: none !important;
  background-color: #892DFF !important;
  font-family: Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 30px !important;
  color: #fff !important;
  vertical-align: middle;
  height: auto !important;
  padding: 10px 25px !important;
  margin: 8px 0 30px !important;
  border: 1px solid transparent !important;
  border-radius: 3px !important;
  float: left;
}
body.page-template-flexible-content section.light-section .callout-box,
body.page-template-flexible-content section.story-section .callout-box,
body.page-template-use-cases section.light-section .callout-box,
body.page-template-use-cases section.story-section .callout-box,
body.resource-template-use-cases section.light-section .callout-box,
body.resource-template-use-cases section.story-section .callout-box,
body.resource-template-default section.light-section .callout-box,
body.resource-template-default section.story-section .callout-box {
  border: 2px solid #007bff;
  padding: 30px;
  border-radius: 8px;
  margin: 30px 0;
  background-color: #f7f7f7;
  font-size: 14px;
}
body.page-template-flexible-content section.light-section .callout-box p, body.page-template-flexible-content section.light-section .callout-box ul, body.page-template-flexible-content section.light-section .callout-box ol, body.page-template-flexible-content section.light-section .callout-box li,
body.page-template-flexible-content section.story-section .callout-box p,
body.page-template-flexible-content section.story-section .callout-box ul,
body.page-template-flexible-content section.story-section .callout-box ol,
body.page-template-flexible-content section.story-section .callout-box li,
body.page-template-use-cases section.light-section .callout-box p,
body.page-template-use-cases section.light-section .callout-box ul,
body.page-template-use-cases section.light-section .callout-box ol,
body.page-template-use-cases section.light-section .callout-box li,
body.page-template-use-cases section.story-section .callout-box p,
body.page-template-use-cases section.story-section .callout-box ul,
body.page-template-use-cases section.story-section .callout-box ol,
body.page-template-use-cases section.story-section .callout-box li,
body.resource-template-use-cases section.light-section .callout-box p,
body.resource-template-use-cases section.light-section .callout-box ul,
body.resource-template-use-cases section.light-section .callout-box ol,
body.resource-template-use-cases section.light-section .callout-box li,
body.resource-template-use-cases section.story-section .callout-box p,
body.resource-template-use-cases section.story-section .callout-box ul,
body.resource-template-use-cases section.story-section .callout-box ol,
body.resource-template-use-cases section.story-section .callout-box li,
body.resource-template-default section.light-section .callout-box p,
body.resource-template-default section.light-section .callout-box ul,
body.resource-template-default section.light-section .callout-box ol,
body.resource-template-default section.light-section .callout-box li,
body.resource-template-default section.story-section .callout-box p,
body.resource-template-default section.story-section .callout-box ul,
body.resource-template-default section.story-section .callout-box ol,
body.resource-template-default section.story-section .callout-box li {
  font-size: 14px;
}
body.page-template-flexible-content section.light-section .callout-box ol,
body.page-template-flexible-content section.story-section .callout-box ol,
body.page-template-use-cases section.light-section .callout-box ol,
body.page-template-use-cases section.story-section .callout-box ol,
body.resource-template-use-cases section.light-section .callout-box ol,
body.resource-template-use-cases section.story-section .callout-box ol,
body.resource-template-default section.light-section .callout-box ol,
body.resource-template-default section.story-section .callout-box ol {
  padding: 0 20px;
}
body.page-template-flexible-content section.light-section .callout-box ol li::marker,
body.page-template-flexible-content section.story-section .callout-box ol li::marker,
body.page-template-use-cases section.light-section .callout-box ol li::marker,
body.page-template-use-cases section.story-section .callout-box ol li::marker,
body.resource-template-use-cases section.light-section .callout-box ol li::marker,
body.resource-template-use-cases section.story-section .callout-box ol li::marker,
body.resource-template-default section.light-section .callout-box ol li::marker,
body.resource-template-default section.story-section .callout-box ol li::marker {
  color: #007bff;
  font-weight: bold;
}
body.page-template-flexible-content section.light-section .callout-box img,
body.page-template-flexible-content section.story-section .callout-box img,
body.page-template-use-cases section.light-section .callout-box img,
body.page-template-use-cases section.story-section .callout-box img,
body.resource-template-use-cases section.light-section .callout-box img,
body.resource-template-use-cases section.story-section .callout-box img,
body.resource-template-default section.light-section .callout-box img,
body.resource-template-default section.story-section .callout-box img {
  max-width: 80%;
  margin: 0 auto;
}
body.page-template-flexible-content section.story-section,
body.page-template-use-cases section.story-section,
body.resource-template-use-cases section.story-section,
body.resource-template-default section.story-section {
  margin: 0;
}
@media (max-width: 575.98px) {
  body.page-template-flexible-content #nav-flexible-content,
  body.page-template-use-cases #nav-flexible-content,
  body.resource-template-use-cases #nav-flexible-content,
  body.resource-template-default #nav-flexible-content {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  body.page-template-flexible-content,
  body.page-template-use-cases,
  body.resource-template-use-cases,
  body.resource-template-default {
    /* section.tabs */
    /* end section.tabs */
  }
  body.page-template-flexible-content section div.container,
  body.page-template-use-cases section div.container,
  body.resource-template-use-cases section div.container,
  body.resource-template-default section div.container {
    width: 100%;
  }
  body.page-template-flexible-content section p,
  body.page-template-use-cases section p,
  body.resource-template-use-cases section p,
  body.resource-template-default section p {
    font-size: 20px;
    line-height: 30px;
  }
  body.page-template-flexible-content section.header-section .container,
  body.page-template-use-cases section.header-section .container,
  body.resource-template-use-cases section.header-section .container,
  body.resource-template-default section.header-section .container {
    padding: 100px 0 80px;
  }
  body.page-template-flexible-content section.header-section .container .title-category,
  body.page-template-use-cases section.header-section .container .title-category,
  body.resource-template-use-cases section.header-section .container .title-category,
  body.resource-template-default section.header-section .container .title-category {
    padding-left: 32px !important;
  }
  body.page-template-flexible-content section.header-section .container h1, body.page-template-flexible-content section.header-section .container .h1,
  body.page-template-use-cases section.header-section .container h1,
  body.page-template-use-cases section.header-section .container .h1,
  body.resource-template-use-cases section.header-section .container h1,
  body.resource-template-use-cases section.header-section .container .h1,
  body.resource-template-default section.header-section .container h1,
  body.resource-template-default section.header-section .container .h1 {
    padding: 0 36px;
    font-size: 40px;
    line-height: 50px;
  }
  body.page-template-flexible-content section.header-section .container .l-padding,
  body.page-template-use-cases section.header-section .container .l-padding,
  body.resource-template-use-cases section.header-section .container .l-padding,
  body.resource-template-default section.header-section .container .l-padding {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  body.page-template-flexible-content section.header-section .container img.image-fluid,
  body.page-template-use-cases section.header-section .container img.image-fluid,
  body.resource-template-use-cases section.header-section .container img.image-fluid,
  body.resource-template-default section.header-section .container img.image-fluid {
    max-width: 50%;
    height: auto;
  }
  body.page-template-flexible-content section.header-section .container .row,
  body.page-template-use-cases section.header-section .container .row,
  body.resource-template-use-cases section.header-section .container .row,
  body.resource-template-default section.header-section .container .row {
    margin-top: 0px !important;
  }
  body.page-template-flexible-content section.header-section .container .container-description,
  body.page-template-use-cases section.header-section .container .container-description,
  body.resource-template-use-cases section.header-section .container .container-description,
  body.resource-template-default section.header-section .container .container-description {
    line-height: 30px;
    max-width: 320px;
  }
  body.page-template-flexible-content section.header-section .container .container-description p,
  body.page-template-use-cases section.header-section .container .container-description p,
  body.resource-template-use-cases section.header-section .container .container-description p,
  body.resource-template-default section.header-section .container .container-description p {
    font-size: 18px;
    line-height: 28px;
  }
  body.page-template-flexible-content section.header-section .container .container-description p:last-child,
  body.page-template-use-cases section.header-section .container .container-description p:last-child,
  body.resource-template-use-cases section.header-section .container .container-description p:last-child,
  body.resource-template-default section.header-section .container .container-description p:last-child {
    margin-bottom: 0;
  }
  body.page-template-flexible-content section.header-section .container a.btn.btn-primary,
  body.page-template-use-cases section.header-section .container a.btn.btn-primary,
  body.resource-template-use-cases section.header-section .container a.btn.btn-primary,
  body.resource-template-default section.header-section .container a.btn.btn-primary {
    margin-top: 0;
  }
  body.page-template-flexible-content section.feature-section,
  body.page-template-use-cases section.feature-section,
  body.resource-template-use-cases section.feature-section,
  body.resource-template-default section.feature-section {
    padding: 0;
  }
  body.page-template-flexible-content section.feature-section div.container,
  body.page-template-use-cases section.feature-section div.container,
  body.resource-template-use-cases section.feature-section div.container,
  body.resource-template-default section.feature-section div.container {
    width: 100vw;
    padding: 60px 28px 80px 24px;
  }
  body.page-template-flexible-content section.feature-section h2, body.page-template-flexible-content section.feature-section .h2,
  body.page-template-use-cases section.feature-section h2,
  body.page-template-use-cases section.feature-section .h2,
  body.resource-template-use-cases section.feature-section h2,
  body.resource-template-use-cases section.feature-section .h2,
  body.resource-template-default section.feature-section h2,
  body.resource-template-default section.feature-section .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0 !important;
  }
  body.page-template-flexible-content section.feature-section img.image-fluid,
  body.page-template-use-cases section.feature-section img.image-fluid,
  body.resource-template-use-cases section.feature-section img.image-fluid,
  body.resource-template-default section.feature-section img.image-fluid {
    max-width: 100%;
  }
  body.page-template-flexible-content section.feature-section .container-description p,
  body.page-template-use-cases section.feature-section .container-description p,
  body.resource-template-use-cases section.feature-section .container-description p,
  body.resource-template-default section.feature-section .container-description p {
    font-size: 18px;
    line-height: 28px;
  }
  body.page-template-flexible-content section.feature-section .container-description p:last-child,
  body.page-template-use-cases section.feature-section .container-description p:last-child,
  body.resource-template-use-cases section.feature-section .container-description p:last-child,
  body.resource-template-default section.feature-section .container-description p:last-child {
    margin-bottom: 0;
  }
  body.page-template-flexible-content section#other-databases-werent-built-for-realtime-analytics-applications,
  body.page-template-use-cases section#other-databases-werent-built-for-realtime-analytics-applications,
  body.resource-template-use-cases section#other-databases-werent-built-for-realtime-analytics-applications,
  body.resource-template-default section#other-databases-werent-built-for-realtime-analytics-applications {
    padding: 20px 0;
  }
  body.page-template-flexible-content section#other-databases-werent-built-for-realtime-analytics-applications .container,
  body.page-template-use-cases section#other-databases-werent-built-for-realtime-analytics-applications .container,
  body.resource-template-use-cases section#other-databases-werent-built-for-realtime-analytics-applications .container,
  body.resource-template-default section#other-databases-werent-built-for-realtime-analytics-applications .container {
    padding: 30px 0;
  }
  body.page-template-flexible-content section.boxes-basic-section,
  body.page-template-use-cases section.boxes-basic-section,
  body.resource-template-use-cases section.boxes-basic-section,
  body.resource-template-default section.boxes-basic-section {
    padding-top: 64px;
    margin-bottom: 0;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid .list-item.two-cols.spaced,
  body.page-template-use-cases section.boxes-basic-section .container-grid .list-item.two-cols.spaced,
  body.resource-template-use-cases section.boxes-basic-section .container-grid .list-item.two-cols.spaced,
  body.resource-template-default section.boxes-basic-section .container-grid .list-item.two-cols.spaced {
    width: 100%;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(odd),
  body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(odd),
  body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(odd),
  body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 24px;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(even),
  body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(even),
  body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(even),
  body.resource-template-default section.boxes-basic-section .container-grid li.two-cols.spaced:nth-child(even) {
    margin-bottom: 24px;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols,
  body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols,
  body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols,
  body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols,
  body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols,
  body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols,
  body.resource-template-default section.boxes-basic-section .container-grid li.two-cols,
  body.resource-template-default section.boxes-basic-section .container-grid li.three-cols {
    border-top: 0;
    border-right: 0;
    border-bottom: 3px solid #0F131C;
    border-left: 0;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols:nth-last-child(3n),
  body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols:nth-last-child(3n),
  body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols:nth-last-child(3n),
  body.resource-template-default section.boxes-basic-section .container-grid li.three-cols:nth-last-child(3n) {
    border-right: none;
    border-left: none;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid li.two-cols:last-child,
  body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols:last-child,
  body.page-template-use-cases section.boxes-basic-section .container-grid li.two-cols:last-child,
  body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols:last-child,
  body.resource-template-use-cases section.boxes-basic-section .container-grid li.two-cols:last-child,
  body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols:last-child,
  body.resource-template-default section.boxes-basic-section .container-grid li.two-cols:last-child,
  body.resource-template-default section.boxes-basic-section .container-grid li.three-cols:last-child {
    border-bottom: 0 !important;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid li.three-cols:nth-last-child(-n+3),
  body.page-template-use-cases section.boxes-basic-section .container-grid li.three-cols:nth-last-child(-n+3),
  body.resource-template-use-cases section.boxes-basic-section .container-grid li.three-cols:nth-last-child(-n+3),
  body.resource-template-default section.boxes-basic-section .container-grid li.three-cols:nth-last-child(-n+3) {
    border-bottom: 3px solid #0F131C;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid .list,
  body.page-template-use-cases section.boxes-basic-section .container-grid .list,
  body.resource-template-use-cases section.boxes-basic-section .container-grid .list,
  body.resource-template-default section.boxes-basic-section .container-grid .list {
    display: block;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid .list-item,
  body.page-template-use-cases section.boxes-basic-section .container-grid .list-item,
  body.resource-template-use-cases section.boxes-basic-section .container-grid .list-item,
  body.resource-template-default section.boxes-basic-section .container-grid .list-item {
    display: block;
    padding: 0;
    margin: 0 24px;
    width: calc(100% - 48px) !important;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid .spaced .list-content,
  body.page-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content,
  body.resource-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content,
  body.resource-template-default section.boxes-basic-section .container-grid .spaced .list-content {
    padding: 30px;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid .spaced .list-content h4, body.page-template-flexible-content section.boxes-basic-section .container-grid .spaced .list-content .h4,
  body.page-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content h4,
  body.page-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content .h4,
  body.resource-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content h4,
  body.resource-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content .h4,
  body.resource-template-default section.boxes-basic-section .container-grid .spaced .list-content h4,
  body.resource-template-default section.boxes-basic-section .container-grid .spaced .list-content .h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid .spaced .list-content p,
  body.page-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content p,
  body.resource-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content p,
  body.resource-template-default section.boxes-basic-section .container-grid .spaced .list-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  body.page-template-flexible-content section.boxes-basic-section .container-grid .spaced .list-content a,
  body.page-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content a,
  body.resource-template-use-cases section.boxes-basic-section .container-grid .spaced .list-content a,
  body.resource-template-default section.boxes-basic-section .container-grid .spaced .list-content a {
    font-size: 14px;
    line-height: 21px;
  }
  body.page-template-flexible-content section.quote-section,
  body.page-template-use-cases section.quote-section,
  body.resource-template-use-cases section.quote-section,
  body.resource-template-default section.quote-section {
    padding: 60px 0;
  }
  body.page-template-flexible-content section.quote-section .container,
  body.page-template-use-cases section.quote-section .container,
  body.resource-template-use-cases section.quote-section .container,
  body.resource-template-default section.quote-section .container {
    padding: 0 !important;
  }
  body.page-template-flexible-content section.story-section,
  body.page-template-use-cases section.story-section,
  body.resource-template-use-cases section.story-section,
  body.resource-template-default section.story-section {
    padding-top: 0;
  }
  body.page-template-flexible-content section.story-section .container-story-content,
  body.page-template-use-cases section.story-section .container-story-content,
  body.resource-template-use-cases section.story-section .container-story-content,
  body.resource-template-default section.story-section .container-story-content {
    padding: 40px 24px;
    height: auto;
    min-height: auto;
  }
  body.page-template-flexible-content section.story-section .container-form,
  body.page-template-use-cases section.story-section .container-form,
  body.resource-template-use-cases section.story-section .container-form,
  body.resource-template-default section.story-section .container-form {
    padding: 15px 0 0;
    margin: 15px 0;
    max-width: 100%;
    text-align: left;
  }
  body.page-template-flexible-content section.story-section .container-form p,
  body.page-template-use-cases section.story-section .container-form p,
  body.resource-template-use-cases section.story-section .container-form p,
  body.resource-template-default section.story-section .container-form p {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  body.page-template-flexible-content section.story-section .container-form p strong,
  body.page-template-use-cases section.story-section .container-form p strong,
  body.resource-template-use-cases section.story-section .container-form p strong,
  body.resource-template-default section.story-section .container-form p strong {
    color: #892DFF;
  }
  body.page-template-flexible-content section.story-section .container-form #mktoForm_2475,
  body.page-template-use-cases section.story-section .container-form #mktoForm_2475,
  body.resource-template-use-cases section.story-section .container-form #mktoForm_2475,
  body.resource-template-default section.story-section .container-form #mktoForm_2475 {
    padding-right: 0;
    padding-left: 0;
  }
  body.page-template-flexible-content section.story-section .container-form #mktoForm_2475 > div.mktoFormRow > fieldset > div:nth-child(3) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth > span > span:nth-child(1),
  body.page-template-use-cases section.story-section .container-form #mktoForm_2475 > div.mktoFormRow > fieldset > div:nth-child(3) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth > span > span:nth-child(1),
  body.resource-template-use-cases section.story-section .container-form #mktoForm_2475 > div.mktoFormRow > fieldset > div:nth-child(3) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth > span > span:nth-child(1),
  body.resource-template-default section.story-section .container-form #mktoForm_2475 > div.mktoFormRow > fieldset > div:nth-child(3) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth > span > span:nth-child(1) {
    max-width: 100%;
    display: block;
  }
  body.page-template-flexible-content section.story-section .container-form #mktoForm_2475 #Email,
  body.page-template-use-cases section.story-section .container-form #mktoForm_2475 #Email,
  body.resource-template-use-cases section.story-section .container-form #mktoForm_2475 #Email,
  body.resource-template-default section.story-section .container-form #mktoForm_2475 #Email {
    width: 100% !important;
  }
  body.page-template-flexible-content section.story-section .container-form .mktoHtmlText.mktoHasWidth,
  body.page-template-use-cases section.story-section .container-form .mktoHtmlText.mktoHasWidth,
  body.resource-template-use-cases section.story-section .container-form .mktoHtmlText.mktoHasWidth,
  body.resource-template-default section.story-section .container-form .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
  }
  body.page-template-flexible-content section.story-section .container-lf-right img, body.page-template-flexible-content section.story-section .container-lf-right img.img-fluid,
  body.page-template-use-cases section.story-section .container-lf-right img,
  body.page-template-use-cases section.story-section .container-lf-right img.img-fluid,
  body.resource-template-use-cases section.story-section .container-lf-right img,
  body.resource-template-use-cases section.story-section .container-lf-right img.img-fluid,
  body.resource-template-default section.story-section .container-lf-right img,
  body.resource-template-default section.story-section .container-lf-right img.img-fluid {
    width: 100%;
    max-width: 100%;
  }
  body.page-template-flexible-content section.tabs,
  body.page-template-use-cases section.tabs,
  body.resource-template-use-cases section.tabs,
  body.resource-template-default section.tabs {
    margin-top: 0;
    /* .container-tabs */
    /* end .container-tabs */
  }
  body.page-template-flexible-content section.tabs .container-tabs,
  body.page-template-use-cases section.tabs .container-tabs,
  body.resource-template-use-cases section.tabs .container-tabs,
  body.resource-template-default section.tabs .container-tabs {
    background-color: #0F131C;
    border-bottom: 1px solid #000;
  }
  body.page-template-flexible-content section.tabs .container-tabs.quite-sticky,
  body.page-template-use-cases section.tabs .container-tabs.quite-sticky,
  body.resource-template-use-cases section.tabs .container-tabs.quite-sticky,
  body.resource-template-default section.tabs .container-tabs.quite-sticky {
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 2;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
  }
  body.page-template-flexible-content section.tabs .container-tabs.quite-sticky .container,
  body.page-template-use-cases section.tabs .container-tabs.quite-sticky .container,
  body.resource-template-use-cases section.tabs .container-tabs.quite-sticky .container,
  body.resource-template-default section.tabs .container-tabs.quite-sticky .container {
    width: 100%;
  }
  body.page-template-flexible-content section.tabs .container-tabs .container,
  body.page-template-use-cases section.tabs .container-tabs .container,
  body.resource-template-use-cases section.tabs .container-tabs .container,
  body.resource-template-default section.tabs .container-tabs .container {
    padding-right: 24px;
    padding-left: 24px;
  }
  body.page-template-flexible-content section.tabs .container-tabs ul.imply-tabs,
  body.page-template-use-cases section.tabs .container-tabs ul.imply-tabs,
  body.resource-template-use-cases section.tabs .container-tabs ul.imply-tabs,
  body.resource-template-default section.tabs .container-tabs ul.imply-tabs {
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 18px 0 0;
    max-width: 100%;
  }
  body.page-template-flexible-content section.tabs .container-tabs ul.imply-tabs li,
  body.page-template-use-cases section.tabs .container-tabs ul.imply-tabs li,
  body.resource-template-use-cases section.tabs .container-tabs ul.imply-tabs li,
  body.resource-template-default section.tabs .container-tabs ul.imply-tabs li {
    margin: 5px 0;
    padding: 0;
  }
  body.page-template-flexible-content section.tabs .container-tabs ul.imply-tabs li button,
  body.page-template-use-cases section.tabs .container-tabs ul.imply-tabs li button,
  body.resource-template-use-cases section.tabs .container-tabs ul.imply-tabs li button,
  body.resource-template-default section.tabs .container-tabs ul.imply-tabs li button {
    width: 100%;
    position: relative;
    border: none;
    background-color: transparent;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 16px !important;
    border-radius: 4px;
    transition: color ease 425ms;
    border: none !important;
  }
  body.page-template-flexible-content section.tabs .container-tabs ul.imply-tabs li button.active, body.page-template-flexible-content section.tabs .container-tabs ul.imply-tabs li button:hover,
  body.page-template-use-cases section.tabs .container-tabs ul.imply-tabs li button.active,
  body.page-template-use-cases section.tabs .container-tabs ul.imply-tabs li button:hover,
  body.resource-template-use-cases section.tabs .container-tabs ul.imply-tabs li button.active,
  body.resource-template-use-cases section.tabs .container-tabs ul.imply-tabs li button:hover,
  body.resource-template-default section.tabs .container-tabs ul.imply-tabs li button.active,
  body.resource-template-default section.tabs .container-tabs ul.imply-tabs li button:hover {
    color: #fff;
    background-color: #0D7DE0;
    border-bottom: none;
  }
  body.page-template-flexible-content section.tabs .container-tabs ul.imply-tabs li:after,
  body.page-template-use-cases section.tabs .container-tabs ul.imply-tabs li:after,
  body.resource-template-use-cases section.tabs .container-tabs ul.imply-tabs li:after,
  body.resource-template-default section.tabs .container-tabs ul.imply-tabs li:after {
    display: none;
  }
  body.page-template-flexible-content section.tabs .container-tabs ul.imply-tabs li.section-lead-text,
  body.page-template-use-cases section.tabs .container-tabs ul.imply-tabs li.section-lead-text,
  body.resource-template-use-cases section.tabs .container-tabs ul.imply-tabs li.section-lead-text,
  body.resource-template-default section.tabs .container-tabs ul.imply-tabs li.section-lead-text {
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    color: #9BA0A6;
    padding: 10px 0 20px 0;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 5px;
  }
  body.page-template-flexible-content section.tabs .container-tab-content,
  body.page-template-use-cases section.tabs .container-tab-content,
  body.resource-template-use-cases section.tabs .container-tab-content,
  body.resource-template-default section.tabs .container-tab-content {
    margin: 0;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content,
  body.resource-template-default section.tabs .container-tab-content .tab-content {
    padding: 24px;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane {
    display: none;
    padding: 20px 0 40px 0;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane.active,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane.active,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane.active,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane.active {
    display: block;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane section,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane section,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane section,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane section {
    max-width: calc(100vw - 48px);
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .container.pre-tabs,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container.pre-tabs,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container.pre-tabs,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .container.pre-tabs {
    padding: 0 0 50px !important;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .container,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .container {
    max-width: 100%;
    padding: 0;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .row div,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .row div,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .row div,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .row div {
    padding-right: 0;
    padding-left: 0;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left {
    max-width: 100%;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left p,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left p,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left p,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left p.subtitle,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left p.subtitle,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left p.subtitle,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-left p.subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-link,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-link,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-link,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-link {
    margin-top: 30px;
    margin-bottom: 20px !important;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-link a,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-link a,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-link a,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection .container-link a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #B7AAFA;
    text-decoration: none;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection img,
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection img.img-fluid,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection img,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection img.img-fluid,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection img,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection img.img-fluid,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection img,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .container .container-subsection img.img-fluid {
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane h2, body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .h2,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane h2,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .h2,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane h2,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .h2,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane h2,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .h2 {
    color: #fff;
    font-size: 30px;
    padding: 0;
    position: relative;
    margin: 10px 0;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane h2 a, body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .h2 a, body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane h2 a:hover,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane h2 a,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .h2 a,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane h2 a:hover,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane h2 a,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .h2 a,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane h2 a:hover,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane h2 a,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .h2 a,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane h2 a:hover {
    text-decoration: none !important;
    color: #000;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane h3, body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .h3,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane h3,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .h3,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane h3,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .h3,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane h3,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .h3 {
    font-family: "Barlow" sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin: 0 0 10px;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane h4, body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .h4,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane h4,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .h4,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane h4,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .h4,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane h4,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    font-size: 16px;
    margin: 40px 0 30px;
    color: #000;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane ul,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane ul,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane ul,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane ul {
    margin: 5px 0 30px;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane ul li,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane ul li,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane ul li,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane ul li {
    margin-bottom: 5px;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane a,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane a,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane a,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane a {
    text-decoration: underline;
    color: #B7AAFA;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane a:hover,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane a:hover,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane a:hover,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane a:hover {
    color: #0D7DE0;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane a:active,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane a:active,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane a:active,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane a:active {
    color: #0D7DE0;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane p.lead,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane p.lead,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane p.lead,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane p.lead {
    font-size: 28px;
    line-height: 1.125;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane p:last-child,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane p:last-child,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane p:last-child,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane blockquote,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane blockquote,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane blockquote,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane blockquote {
    margin: 0;
    padding: 25px 30px 30px 30px;
  }
  body.page-template-flexible-content section.tabs .container-tab-content .tab-content .tab-pane .container-success-story,
  body.page-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container-success-story,
  body.resource-template-use-cases section.tabs .container-tab-content .tab-content .tab-pane .container-success-story,
  body.resource-template-default section.tabs .container-tab-content .tab-content .tab-pane .container-success-story {
    background: #DEE8FD;
    margin: 50px 0;
    padding: 50px 0 20px;
  }
  body.page-template-flexible-content section.freeform-html-section h2, body.page-template-flexible-content section.freeform-html-section .h2,
  body.page-template-use-cases section.freeform-html-section h2,
  body.page-template-use-cases section.freeform-html-section .h2,
  body.resource-template-use-cases section.freeform-html-section h2,
  body.resource-template-use-cases section.freeform-html-section .h2,
  body.resource-template-default section.freeform-html-section h2,
  body.resource-template-default section.freeform-html-section .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    width: 100%;
    margin-top: 50px;
  }
  body.page-template-flexible-content section.freeform-html-section .container,
  body.page-template-use-cases section.freeform-html-section .container,
  body.resource-template-use-cases section.freeform-html-section .container,
  body.resource-template-default section.freeform-html-section .container {
    padding: 0 0 30px;
  }
}

/* end section defaults */
/* use cases */
body.resource-template-use-cases,
body.resource-template-default {
  /* mobile styles */
  /* end mobile styles */
}
body.resource-template-use-cases section.header-section,
body.resource-template-default section.header-section {
  padding-top: 170px;
  padding-bottom: 80px;
}
body.resource-template-use-cases section.header-section .container .row.center div,
body.resource-template-default section.header-section .container .row.center div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.resource-template-use-cases section.header-section h1, body.resource-template-use-cases section.header-section .h1,
body.resource-template-default section.header-section h1,
body.resource-template-default section.header-section .h1 {
  margin-top: 0;
}
body.resource-template-use-cases section.header-section .container-description,
body.resource-template-default section.header-section .container-description {
  margin: 0 auto;
}
body.resource-template-use-cases section.header-section .container-description p:last-child,
body.resource-template-default section.header-section .container-description p:last-child {
  margin-bottom: 0px;
}
body.resource-template-use-cases section.header-section.dark,
body.resource-template-default section.header-section.dark {
  background-color: #000;
}
body.resource-template-use-cases section.section-story,
body.resource-template-default section.section-story {
  margin-bottom: 40px;
}
body.resource-template-use-cases section.section-story:last-child,
body.resource-template-default section.section-story:last-child {
  margin-bottom: 80px;
}
body.resource-template-use-cases section.section-story h3, body.resource-template-use-cases section.section-story .h3,
body.resource-template-default section.section-story h3,
body.resource-template-default section.section-story .h3 {
  padding-top: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
body.resource-template-use-cases section.section-story p,
body.resource-template-default section.section-story p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 575.98px) {
  body.resource-template-use-cases,
  body.resource-template-default {
    /* section.header-section */
    /* end section.header-section */
  }
  body.resource-template-use-cases section.header-section,
  body.resource-template-default section.header-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  body.resource-template-use-cases section.header-section .container .row.center div,
  body.resource-template-default section.header-section .container .row.center div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.resource-template-use-cases section.header-section .container,
  body.resource-template-default section.header-section .container {
    margin-right: 0;
  }
  body.resource-template-use-cases section.header-section .container .row,
  body.resource-template-default section.header-section .container .row {
    margin: 0;
    width: 100%;
  }
  body.resource-template-use-cases section.header-section .container .row h1, body.resource-template-use-cases section.header-section .container .row .h1,
  body.resource-template-default section.header-section .container .row h1,
  body.resource-template-default section.header-section .container .row .h1 {
    text-align: center;
  }
  body.resource-template-use-cases section.header-section h1, body.resource-template-use-cases section.header-section .h1,
  body.resource-template-default section.header-section h1,
  body.resource-template-default section.header-section .h1 {
    margin-top: 0;
  }
  body.resource-template-use-cases section.header-section .container-description,
  body.resource-template-default section.header-section .container-description {
    margin: 0 auto;
  }
  body.resource-template-use-cases section.header-section .container-description p:last-child,
  body.resource-template-default section.header-section .container-description p:last-child {
    margin-bottom: 0px;
  }
}

/* end use cases */
/* body.page-template-flexible-content */
body.page-template-flexible-content #container-lf-nav .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton,
body.page-template-flexible-content #container-lf-nav .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton:hover,
body.page-template-flexible-content #container-lf-nav .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton:active {
  border-right-color: #ba00ff !important;
  border-left-color: #0765f4 !important;
  box-shadow: 0 2px 10px 0;
  background-image: -webkit-linear-gradient(12deg, #0765f4 0%, #ba00ff 110%);
  background-image: linear-gradient(78deg, #0765f4 0%, #ba00ff 110%);
  color: #fff !important;
  padding: 10px 25px !important;
  border-radius: 3px !important;
  font-weight: 600;
  font-size: 15px !important;
  /* height: 30px !important; */
  height: 30px;
}
body.page-template-flexible-content #container-lf-nav .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton:hover {
  border: none !important;
}
body.page-template-flexible-content #container-lf-nav .mktoForm .mktoError {
  right: auto !important;
}
body.page-template-flexible-content .container-lf-right {
  margin-left: 25px;
  margin-bottom: 100px;
  position: relative;
}
body.page-template-flexible-content .container-lf-right section {
  position: relative;
}
body.page-template-flexible-content .content-icon {
  max-width: 200px;
  margin: 50px 0 10px;
}
body.page-template-flexible-content .icon-white-paper {
  text-transform: uppercase;
}
body.page-template-flexible-content .header-flexible {
  padding: 0;
}
body.page-template-flexible-content .header-flexible .icon-white-paper {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.225;
}
body.page-template-flexible-content .header-flexible .copyright {
  font-size: 14px;
}
body.page-template-flexible-content .header-flexible .credits {
  margin: 30px 0;
  font-size: 14px;
  max-width: 94%;
}
body.page-template-flexible-content #menu-scrollspy .btn {
  margin: 0 0 20px 15px;
  color: #fff !important;
  display: block;
  max-width: 150px;
}
body.page-template-flexible-content #mktoForm_2475 > div.mktoFormRow > fieldset > div:nth-child(3) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth > span > span:nth-child(1) {
  max-width: 230px;
  display: block;
}
body.page-template-flexible-content #mktoForm_2475 #Email {
  width: 230px !important;
}
body.page-template-flexible-content .mktoHtmlText.mktoHasWidth {
  width: 230px !important;
}
@media (min-width: 992px) {
  body.page-template-flexible-content #menu-scrollspy {
    position: sticky;
    top: 170px;
    overflow: auto;
  }
  body.page-template-flexible-content #menu-scrollspy::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
  }
  body.page-template-flexible-content #menu-scrollspy::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
  }
  body.page-template-flexible-content #menu-scrollspy::-webkit-scrollbar-thumb {
    background-color: #999ca0;
    border: 2px solid #555555;
  }
}
@media (max-width: 991.98px) {
  body.page-template-flexible-content .container-flexible-content {
    margin-top: 0;
  }
  body.page-template-flexible-content .container-lf-right {
    margin-left: 0;
  }
  body.page-template-flexible-content .header-flexible {
    margin: 30px 0 0;
  }
  body.page-template-flexible-content .header-flexible h1, body.page-template-flexible-content .header-flexible .h1 {
    font-size: 35px;
  }
}

/* end body.page-template-flexible-content */
/* body.page-template-flexible-content not(.slick-dots) */
body.page-template-flexible-content main ul:not(.slick-dots) li {
  font-size: 14px;
  margin-bottom: 12px;
}

/* end body.page-template-flexible-content not(.slick-dots) */
/*          site by Gilmour Craves          */
/*  full stack web development by Steve Fry  */
#section-gated {
  background-color: #fff;
}

#container-form-gated {
  position: fixed;
  display: flex;
  align-items: flex-end;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.0144651611) 83%);
  opacity: 0;
}

#form-gated {
  width: 100%;
  height: 400px;
  padding: 40px 0;
  background-color: #fff;
}

#form-gated h2, #form-gated .h2 {
  font-size: 28px;
  color: #001b47;
  margin-bottom: 25px;
}

@media (max-width: 575.98px) {
  #form-gated h2, #form-gated .h2 {
    font-size: 20px;
    color: #001b47;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
  }
  body.page-template-flexible-content .mktoHtmlText.mktoHasWidth {
    width: 260px !important;
  }
}
#mktoForm_2689 > div.mktoFormRow > fieldset > div:nth-child(3) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth > div > span,
#mktoForm_2689 > div.mktoFormRow > fieldset > div:nth-child(3) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth > div > span > span > a {
  color: #999 !important;
}

#mktoForm_2689 > div.mktoFormRow > fieldset > div:nth-child(2) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap.mktoRequiredField > div.mktoGutter.mktoHasWidth {
  width: 0 !important;
}

#mktoForm_2689 input#Email {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  color: #061C3F !important;
  background: #fff;
  width: 300px !important;
  height: 49px;
  border: 1px solid #ccc;
}

#mktoForm_2689.mktoForm .mktoClear {
  clear: none;
  float: none;
}

.mktoGutter.mktoHasWidth {
  width: 0;
}

.btn-primary-type-two, .bs-div--forms-common form#mktoForm_2689 .mktoButtonRow .mktoButtonWrap button.mktoButton, .bs-pro-button--btn-primary-type-two.bs-pro-button a.bs-pro-button__container {
  font-size: 20px;
}

.bs-div--forms-common form#mktoForm_2689 .mktoButtonRow .mktoButtonWrap button.mktoButton {
  height: 42px !important;
  margin: 0 !important;
  border-radius: 4px !important;
  font-size: 18px !important;
}

.mktoFormCol {
  width: auto !important;
}

#mktoForm_2689.mktoForm .mktoFormRow {
  clear: both;
  width: 300px;
  margin-right: 10px;
}

#mktoForm_2689 input#Email::placeholder {
  color: #061C3F !important;
  background: #fff;
}

.bs-div--forms-common form#mktoForm_2689 .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
  margin: 0 0 10px 0 !important;
}

#mktoForm_2689 .bs-div--inner-forms {
  padding: 0;
}

.bs-div--forms-common form#mktoForm_2689 .mktoButtonRow {
  float: left;
}

.bs-div--forms-common form#mktoForm_2689 .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText span, .bs-div--forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText div {
  font-size: 11px;
  color: #ccc !important;
}

.bs-div--forms-common form#mktoForm_2689 .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText span, .bs-div--forms-common form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText div a {
  color: #ccc !important;
}

.bs-div--forms-common form#mktoForm_2689 input[type=email] {
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow: none !important;
  padding: 5px 10px 5px !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bs-blurb.bs-blurb---default .bs-blurb__title * {
  color: #fff;
}

#the-form-section div.bs-column.col-sm-12.col-md-8.col-lg-8.col-xl-8 p {
  max-width: 700px;
}

#newsletter-signup-simple p.lead {
  line-height: 1.25;
  color: #000;
  font-weight: 700;
  font-size: 32px;
  font-family: "Barlow", sans-serif;
}

#newsletter-signup-simple button.mktoButton, #newsletter-signup-simple button.mktoButton:hover, #newsletter-signup-simple button.mktoButton:active {
  height: 50px !important;
  margin: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  font-size: 16px !important;
  display: inline-block;
  position: relative;
  min-width: initial;
  min-height: initial;
  padding: 12px 30px 12px;
  margin: 0;
  line-height: normal;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  vertical-align: top;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
  background-image: -webkit-linear-gradient(17deg, #0765f4 0%, #b0f 109%);
  background-image: linear-gradient(73deg, #0765f4 0%, #b0f 109%);
}

.featherlight-content #newsletter-signup-simple {
  display: block;
}

@media (max-width: 991px) {
  #newsletter-signup-simple p.lead {
    padding-left: 10px;
  }
}
section#unique div.bs-div__inner {
  padding: 30px;
}

section.resource-carousel {
  min-height: 450px;
  background-color: #21262D;
  color: #fff;
  padding: 60px 0 70px;
}
section.resource-carousel .carousel-cell {
  margin-bottom: 55px;
  width: 100%;
}
section.resource-carousel .carousel-cell.events .btn, section.resource-carousel carousel-cell.success-stories .btn {
  margin-top: 10px;
}
section.resource-carousel .container-carousel-info {
  margin-left: 45px;
}
section.resource-carousel .container-carousel-info h3, section.resource-carousel .container-carousel-info .h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin: 28px 0 25px;
  max-width: 500px;
}
section.resource-carousel .container-carousel-info .title-featured {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #9BA0A6;
  margin: 10px 0 23px;
}
section.resource-carousel .container-carousel-info .post-date {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
section.resource-carousel .container-carousel-info .post-author {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
section.resource-carousel .container-carousel-info .post-author .container-author-image {
  width: 42px;
  height: 42px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 18px 0 0;
}
section.resource-carousel .container-carousel-info .post-author .container-author-info {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.325;
}
section.resource-carousel .container-carousel-info .post-author .container-author-info .light {
  font-weight: 300;
}
@media (max-width: 991.98px) {
  section.resource-carousel .container-carousel-info {
    margin: 30px 0 0;
  }
}

section.resource-carousel.solo {
  padding: 60px 0 60px;
}
section.resource-carousel.solo .carousel-cell {
  margin-bottom: 0;
}

section.resource-carousel.light {
  background-color: #EFEEEF;
  color: #0F131C;
}
section.resource-carousel.light .container-carousel-info h3, section.resource-carousel.light .container-carousel-info .h3 {
  color: #0F131C;
}
section.resource-carousel.light .container-carousel-info .title-featured {
  color: #0F131C;
}
section.resource-carousel.light .container-carousel-info .post-date {
  color: #0F131C;
}
section.resource-carousel.light .container-carousel-info .post-author .container-author-info {
  color: #0F131C;
}
section.resource-carousel.light .container-carousel-info .post-author .container-author-info .light {
  font-weight: 300;
}
@media (max-width: 991.98px) {
  section.resource-carousel.light .container-carousel-info {
    margin: 30px 0 0;
  }
}

@media (max-width: 991.98px) {
  section.resource-carousel.solo {
    padding: 15px 0 30px;
  }
  section.resource-carousel {
    padding: 15px 0 40px;
  }
}
section.resource-filter {
  padding: 60px 0;
  background-color: #fff;
}
section.resource-filter h2, section.resource-filter .h2 {
  color: #21262D;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 50px;
}
section.resource-filter .container-search-field {
  position: relative;
}
section.resource-filter .container-search-field #search-customer {
  margin-top: 0;
}
section.resource-filter .container-search-field .search-customer-icon {
  position: absolute;
  background: url(/wp-content/themes/gc-responsive-v5/images/ui/icon-search.svg) no-repeat;
  width: 16px;
  height: 16px;
  top: 17px;
  right: 17px;
  border: none;
  box-shadow: none;
}
section.resource-filter .select-styled {
  width: 200px;
}
@media (max-width: 991.98px) {
  section.resource-filter h2, section.resource-filter .h2 {
    font-size: calc(1.625rem + 0.9vw);
  }
  section.resource-filter .container-search-field #search-customer {
    margin-top: 0;
    margin-bottom: 6px;
  }
  section.resource-filter .select {
    width: 100%;
    height: 50px;
    margin-top: 15px;
  }
  section.resource-filter .col-btns {
    position: relative;
    margin-top: 15px;
  }
}

section.resource-section {
  color: #21262D;
  background-color: #fff;
  padding: 0 0 60px;
}
section.resource-section h2, section.resource-section .h2 {
  margin-bottom: 65px;
  color: #21262D;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
}
section.resource-section #container-resources,
section.resource-section #container-resources-2 {
  /* display: flex;
  flex-wrap: wrap;
  flex-direction: row; */
  /* mobile */
  /* @include media-breakpoint-down(sm) {
  	.arrow-right.static {
  		text-indent: 0;
  	}
  } */
  /* END mobile */
}
section.resource-section #container-resources .item-resource,
section.resource-section #container-resources .item-resource-2,
section.resource-section #container-resources-2 .item-resource,
section.resource-section #container-resources-2 .item-resource-2 {
  position: relative;
  padding: 0;
  width: calc(33.3333% - 40px);
  min-height: 600px;
  border-radius: 4px;
  margin: 0 0 60px 0;
  /* transition: all ease 420ms; */
  transition: none;
  background: #fff;
  color: #0F131C;
  color: #000000;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  section.resource-section #container-resources .item-resource,
  section.resource-section #container-resources .item-resource-2,
  section.resource-section #container-resources-2 .item-resource,
  section.resource-section #container-resources-2 .item-resource-2 {
    width: 100%;
  }
}
section.resource-section #container-resources .item-resource .article-inner-top,
section.resource-section #container-resources .item-resource-2 .article-inner-top,
section.resource-section #container-resources-2 .item-resource .article-inner-top,
section.resource-section #container-resources-2 .item-resource-2 .article-inner-top {
  width: 100%;
  height: 185px;
  background-size: cover;
  position: relative;
}
section.resource-section #container-resources .item-resource .article-inner-top .event-type,
section.resource-section #container-resources .item-resource-2 .article-inner-top .event-type,
section.resource-section #container-resources-2 .item-resource .article-inner-top .event-type,
section.resource-section #container-resources-2 .item-resource-2 .article-inner-top .event-type {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14.3478px;
  line-height: 131.93%;
  color: #FFFFFF;
  background-color: #0F131C;
  padding: 8px;
  width: auto;
}
section.resource-section #container-resources .item-resource .article-inner,
section.resource-section #container-resources .item-resource-2 .article-inner,
section.resource-section #container-resources-2 .item-resource .article-inner,
section.resource-section #container-resources-2 .item-resource-2 .article-inner {
  padding: 28px;
}
section.resource-section #container-resources .item-resource p.headline,
section.resource-section #container-resources .item-resource-2 p.headline,
section.resource-section #container-resources-2 .item-resource p.headline,
section.resource-section #container-resources-2 .item-resource-2 p.headline {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0 28px;
}
section.resource-section #container-resources .item-resource p.short-description,
section.resource-section #container-resources .item-resource-2 p.short-description,
section.resource-section #container-resources-2 .item-resource p.short-description,
section.resource-section #container-resources-2 .item-resource-2 p.short-description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0F131C;
}
section.resource-section #container-resources .item-resource .container-date,
section.resource-section #container-resources .item-resource-2 .container-date,
section.resource-section #container-resources-2 .item-resource .container-date,
section.resource-section #container-resources-2 .item-resource-2 .container-date {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 26px;
  /* identical to box height, or 156% */
}
section.resource-section #container-resources .item-resource .arrow-right,
section.resource-section #container-resources .item-resource-2 .arrow-right,
section.resource-section #container-resources-2 .item-resource .arrow-right,
section.resource-section #container-resources-2 .item-resource-2 .arrow-right {
  position: absolute;
  bottom: 25px;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  width: 18px;
  text-indent: -210px;
  transition: all ease 420ms;
  color: #892DFF;
  white-space: nowrap;
}
section.resource-section #container-resources .item-resource .arrow-right.static,
section.resource-section #container-resources .item-resource-2 .arrow-right.static,
section.resource-section #container-resources-2 .item-resource .arrow-right.static,
section.resource-section #container-resources-2 .item-resource-2 .arrow-right.static {
  width: auto;
  text-indent: 0;
  overflow: visible;
  padding-right: 25px;
}
section.resource-section #container-resources .item-resource .arrow-right.static:before,
section.resource-section #container-resources .item-resource-2 .arrow-right.static:before,
section.resource-section #container-resources-2 .item-resource .arrow-right.static:before,
section.resource-section #container-resources-2 .item-resource-2 .arrow-right.static:before {
  right: 0;
}
section.resource-section #container-resources .item-resource:hover,
section.resource-section #container-resources .item-resource-2:hover,
section.resource-section #container-resources .item-resource-3:hover,
section.resource-section #container-resources-2 .item-resource:hover,
section.resource-section #container-resources-2 .item-resource-2:hover,
section.resource-section #container-resources-2 .item-resource-3:hover {
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
section.resource-section #container-resources .item-resource:hover .arrow-right,
section.resource-section #container-resources .item-resource-2:hover .arrow-right,
section.resource-section #container-resources .item-resource-3:hover .arrow-right,
section.resource-section #container-resources-2 .item-resource:hover .arrow-right,
section.resource-section #container-resources-2 .item-resource-2:hover .arrow-right,
section.resource-section #container-resources-2 .item-resource-3:hover .arrow-right {
  width: auto;
  text-indent: 0;
  color: #892DFF;
  padding-right: 25px;
}
section.resource-section #container-resources .item-resource:hover .arrow-right:before,
section.resource-section #container-resources .item-resource-2:hover .arrow-right:before,
section.resource-section #container-resources .item-resource-3:hover .arrow-right:before,
section.resource-section #container-resources-2 .item-resource:hover .arrow-right:before,
section.resource-section #container-resources-2 .item-resource-2:hover .arrow-right:before,
section.resource-section #container-resources-2 .item-resource-3:hover .arrow-right:before {
  right: 0;
}
@media (max-width: 991.98px) {
  section.resource-section #container-resources .item-blog,
  section.resource-section #container-resources-2 .item-blog {
    width: 100%;
    min-height: 200px;
    margin: 0 0 30px 0;
  }
  section.resource-section #container-resources .item-blog .arrow-right,
  section.resource-section #container-resources-2 .item-blog .arrow-right {
    position: relative;
    bottom: auto;
  }
}
section.resource-section #container-resources.two-across {
  /* display: flex;
  flex-wrap: wrap;
  flex-direction: row; */
  /* justify-content: space-around; */
  /* mobile */
  /* END mobile */
}
section.resource-section #container-resources.two-across .item-resource {
  width: calc(50% - 40px);
  min-height: 442px;
}
@media (max-width: 575.98px) {
  section.resource-section #container-resources.two-across .item-resource {
    width: 100%;
    min-height: 442px;
  }
}
section.resource-section .container-load-more {
  text-align: center;
}
section.resource-section .hidden {
  display: none;
}

#btn-filter-customer {
  /* margin-top: 3px; */
  width: 100%;
}

.col-btns {
  position: relative;
}

#btn-reset {
  display: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  color: #999;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: -25px;
}

.page-template-customers #btn-reset {
  color: #ccc;
}

#msg-no-records {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 5px 0 30px 30px;
  max-width: 30%;
}
img.alignleft {
  float: left;
  margin: 8px 30px 30px 0;
  max-width: 30%;
}
img.aligncenter {
  max-width: 80%;
  display: block;
  margin: 30px auto;
}

/* mobile */
@media (max-width: 575.98px) {
  section.resource-section {
    padding: 0 0 60px;
    /* text-align: center; */
  }
  section.resource-section h2, section.resource-section .h2 {
    margin-bottom: 65px;
    font-size: 48px;
    line-height: 58px;
  }
}
/* END mobile */
.resource-podcast .transcript-bg {
  background: #F9F9F9 !important;
  padding: 10px !important;
  margin-top: 10px !important;
}

.resource-podcast .transcript-bg h5, .resource-podcast .transcript-bg .h5 {
  color: black !important;
  font-size: 18px !important;
}

.resource-podcast .wistia_embed {
  padding-bottom: 20px !important;
}

body.page-template-customers section.customers-header {
  padding: 80px 0;
  text-align: center;
}
body.page-template-customers section.customers-header h1, body.page-template-customers section.customers-header .h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  margin: 0;
}
body.page-template-customers section.customers-header h1 span, body.page-template-customers section.customers-header .h1 span {
  display: inline-block;
}
@media (max-width: 991.98px) {
  body.page-template-customers section.customers-header {
    padding: 30px 0;
  }
  body.page-template-customers section.customers-header h1, body.page-template-customers section.customers-header .h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  body.page-template-customers section.customers-header {
    padding: 130px 0 80px;
  }
}
body.page-template-customers section.customers-carousel {
  min-height: 450px;
  background-color: #21262D;
  color: #fff;
  padding: 60px 0 70px;
}
body.page-template-customers section.customers-carousel .carousel-cell {
  margin-bottom: 55px;
}
body.page-template-customers section.customers-carousel .carousel-cell div.graphic {
  display: flex;
  align-items: center;
}
body.page-template-customers section.customers-carousel .carousel-cell div.graphic img {
  width: 648px;
  height: auto;
  max-height: 358px;
  max-width: auto;
}
body.page-template-customers section.customers-carousel blockquote {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  background-color: transparent;
  margin: 30px 0;
}
body.page-template-customers section.customers-carousel .container-carousel-info {
  margin-left: 45px;
}
body.page-template-customers section.customers-carousel .container-carousel-info .img-logo {
  /* margin-top: 20px; */
  max-width: 175px;
}
body.page-template-customers section.customers-carousel .container-carousel-info .quote-source {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}
body.page-template-customers section.customers-carousel .container-carousel-info .quote-source .container-img-author {
  width: 42px;
  height: 42px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  /*filter: grayscale(1);*/
  margin-right: 18px;
}
body.page-template-customers section.customers-carousel .container-carousel-info .quote-source .quote-source-name {
  display: block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
body.page-template-customers section.customers-carousel .container-carousel-info .quote-source .quote-source-title {
  display: block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  body.page-template-customers section.customers-carousel .container-carousel-info {
    margin: 30px 0 0;
  }
}
body.page-template-customers section.customers-carousel.solo {
  padding: 60px 0 60px;
}
body.page-template-customers section.customers-carousel.solo .carousel-cell {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  body.page-template-customers section.customers-carousel.solo {
    padding: 15px 0 30px;
  }
  body.page-template-customers section.customers-carousel {
    padding: 15px 0 40px;
  }
}
body.page-template-customers section.customers-filter {
  padding: 60px 0;
}
body.page-template-customers section.customers-filter h2, body.page-template-customers section.customers-filter .h2 {
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 50px;
}
body.page-template-customers section.customers-filter .container-search-field {
  position: relative;
}
body.page-template-customers section.customers-filter .container-search-field #search-customer {
  margin-top: 0;
}
body.page-template-customers section.customers-filter .container-search-field .search-customer-icon {
  position: absolute;
  background: url(/wp-content/themes/gc-responsive-v5/images/ui/icon-search.svg) no-repeat;
  width: 16px;
  height: 16px;
  top: 17px;
  right: 17px;
  border: none;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  body.page-template-customers section.customers-filter h2, body.page-template-customers section.customers-filter .h2 {
    font-size: calc(1.625rem + 0.9vw);
  }
  body.page-template-customers section.customers-filter .container-search-field #search-customer {
    margin-top: 0;
    margin-bottom: 6px;
  }
  body.page-template-customers section.customers-filter .select {
    width: 100%;
    height: 50px;
    margin-top: 15px;
  }
  body.page-template-customers section.customers-filter .col-btns {
    position: relative;
    margin-top: 15px;
  }
}
body.page-template-customers #btn-filter-customer {
  width: 100%;
}
body.page-template-customers .col-btns {
  position: relative;
}
body.page-template-customers #btn-reset {
  display: none;
  background-color: transparent;
  padding: 0;
  margin: 5px 0 0 0;
  border: none;
  color: #ccc;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: -20px;
}
body.page-template-customers #msg-no-records {
  display: none;
}

section.customers-section {
  color: #fff;
}
section.customers-section #container-customers .item-customer {
  position: relative;
  padding: 28px;
  width: calc(33.3333% - 40px);
  min-height: 450px;
  background: #21262D;
  border-radius: 4px;
  margin: 0 0 60px 0;
  transition: all ease 420ms;
}
section.customers-section #container-customers .item-customer img {
  width: 150px;
  height: 65px;
}
section.customers-section #container-customers .item-customer p.headline {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0 40px;
}
section.customers-section #container-customers .item-customer p.short-description {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
}
section.customers-section #container-customers .item-customer .arrow-right {
  position: absolute;
  bottom: 25px;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  width: 18px;
  text-indent: -150px;
  transition: all ease 420ms;
  color: #21262D;
}
section.customers-section #container-customers .item-customer:hover {
  box-shadow: 0px 0px 20px 10px rgba(13, 125, 224, 0.8);
  cursor: pointer;
}
section.customers-section #container-customers .item-customer:hover .arrow-right {
  width: 150px;
  text-indent: 0;
  color: #B7AAFA;
}
@media (max-width: 991.98px) {
  section.customers-section #container-customers .item-customer {
    width: 100%;
    min-height: 200px;
    margin: 0 0 30px 0;
  }
  section.customers-section #container-customers .item-customer .arrow-right {
    position: relative;
    bottom: auto;
  }
}
section.customers-section .container-load-more {
  text-align: center;
}
section.customers-section .hidden {
  display: none;
}

section.customers-section.single {
  background-color: #EFEEEF;
  padding: 60px 0;
}
section.customers-section.single h2, section.customers-section.single .h2 {
  margin-bottom: 65px;
}
section.customers-section.single #container-customers .item-customer {
  background: #fff;
  color: #0F131C;
}
section.customers-section.single #container-customers .item-customer p.short-description {
  color: #0F131C;
}
section.customers-section.single #container-customers .item-customer .arrow-right {
  position: absolute;
  bottom: 25px;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  width: 18px;
  text-indent: -150px;
  transition: all ease 420ms;
  color: #21262D;
}
section.customers-section.single #container-customers .item-customer:hover {
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
section.customers-section.single #container-customers .item-customer:hover .arrow-right {
  width: 150px;
  text-indent: 0;
  color: #892DFF;
}
section.customers-section.single #container-customers .adikteev img,
section.customers-section.single #container-customers .bliss img,
section.customers-section.single #container-customers .citrix img,
section.customers-section.single #container-customers .confluent img,
section.customers-section.single #container-customers .gameanalytics img,
section.customers-section.single #container-customers .iron img,
section.customers-section.single #container-customers .nielsen img,
section.customers-section.single #container-customers .ntt img,
section.customers-section.single #container-customers .pelmorex img,
section.customers-section.single #container-customers .poshmark img,
section.customers-section.single #container-customers .reddit img,
section.customers-section.single #container-customers .sift img,
section.customers-section.single #container-customers .splunk img,
section.customers-section.single #container-customers .thousand img,
section.customers-section.single #container-customers .truecar img,
section.customers-section.single #container-customers .walkme img,
section.customers-section.single #container-customers .walmart img,
section.customers-section.single #container-customers .zillow img {
  filter: invert(1) grayscale(1);
}
@media (max-width: 991.98px) {
  section.customers-section.single #container-customers .item-customer {
    width: 100%;
    min-height: 200px;
    margin: 0 0 30px 0;
  }
  section.customers-section.single #container-customers .item-customer .arrow-right {
    position: relative;
    bottom: auto;
  }
}

body.page-template-events #data-stream-footer {
  margin-top: 0;
  margin-bottom: -5px;
  width: 99vw;
  background: #fff;
}
body.page-template-events section.events-header {
  padding: 80px 0;
}
body.page-template-events section.events-header h1, body.page-template-events section.events-header .h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  margin: 0 0 30px;
}
body.page-template-events section.events-header .short-description {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  max-width: 750px;
  color: #EFEEEF;
}
@media (max-width: 991.98px) {
  body.page-template-events section.events-header {
    padding: 80px 0;
    text-align: center;
  }
  body.page-template-events section.events-header .container {
    padding: 0 24px;
  }
  body.page-template-events section.events-header .container h1, body.page-template-events section.events-header .container .h1 {
    font-size: 48px;
    line-height: 66px;
    /* margin: 0; */
    padding: 0;
  }
  body.page-template-events section.events-header .container .short-description {
    max-width: 320px;
    font-size: 18px;
    line-height: 28px;
    margin-right: auto;
    margin-left: auto;
  }
}
body.page-template-events section.resource-filter .select-styled {
  width: 250px;
}
body.page-template-events div.container-load-more {
  margin-bottom: 60px !important;
}
@media (max-width: 575.98px) {
  body.page-template-events section.events-header {
    padding: 80px 0;
  }
  body.page-template-events section.events-header .container {
    padding: 60px 24px 0;
  }
  body.page-template-events .stream-footer-trigger {
    height: 86px;
    background: url(/wp-content/themes/gc-responsive-v5/images/footer-data-stream.png) no-repeat bottom;
    background-size: 100%;
    background-color: #fff;
    padding: 0;
  }
}

body.single.single-resource {
  /* .single-event */
  /* end .single-event */
}
body.single.single-resource .single-event {
  /* end #header */
  /* end #content */
  /* end #venue */
  /* end #speakers */
  /* end #schedule */
  /* end #sponsors */
  /* end #feature */
  /* Marketo forms */
  /* end Marketo forms */
}
body.single.single-resource .single-event #header {
  padding-bottom: 0;
  background-color: #21262D;
  background-image: url("/wp-content/themes/gc-responsive-v5/images/placeholder_event-min.png");
  background-size: cover;
  background-position: center;
}
body.single.single-resource .single-event #header .container.header {
  padding-top: 30px;
  padding-bottom: 80px;
}
body.single.single-resource .single-event #header .container.header .backtolink {
  padding: 10px 0;
  margin-bottom: 25px;
}
body.single.single-resource .single-event #header .container.header .backtolink a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
body.single.single-resource .single-event #header .container.header .container-date {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}
body.single.single-resource .single-event #header .container.header hr {
  margin: 15px 0 15px 0;
}
body.single.single-resource .single-event #header .container.header .event-type {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}
body.single.single-resource .single-event #header .container.header h1, body.single.single-resource .single-event #header .container.header .h1 {
  font-family: "Poppins";
  font-size: 50px;
  line-height: 65px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  /* Gradient/Lt Purple/Bright Purple/New Blue */
  /* background: linear-gradient(91.61deg, $light-purple 30.31%, $bright-purple 57.19%, $imply-blue 79.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; */
}
body.single.single-resource .single-event #header .container.header .location {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
body.single.single-resource .single-event #header .container.header .btn-light-purple {
  border-color: #892DFF;
  color: #892DFF;
  background-color: transparent;
}
body.single.single-resource .single-event #header .container.header .btn-light-purple:hover, body.single.single-resource .single-event #header .container.header .btn-light-purple:active {
  color: #fff;
  border-color: #3d97e6;
  background-color: #3d97e6;
}
body.single.single-resource .single-event h2, body.single.single-resource .single-event .h2 {
  font-size: 42px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 43px;
}
body.single.single-resource .single-event #content {
  padding: 60px 60px 40px 60px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  /* also see marketo forms overrides section below */
}
body.single.single-resource .single-event #content ul {
  margin-top: 16px;
}
body.single.single-resource .single-event #content .cost {
  margin-top: 40px;
}
body.single.single-resource .single-event #content .form {
  box-shadow: 2px 2px 20px 10px rgba(0, 0, 0, 0.1019607843);
  padding: 27px 47px 35px 32px;
}
body.single.single-resource .single-event #content .form h3, body.single.single-resource .single-event #content .form .h3 {
  text-align: left;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
body.single.single-resource .single-event #venue {
  padding: 60px 60px 80px 60px;
}
body.single.single-resource .single-event #speakers {
  padding: 40px 60px 80px 60px;
}
body.single.single-resource .single-event #speakers h2, body.single.single-resource .single-event #speakers .h2 {
  text-align: center;
  margin-bottom: 80px;
}
body.single.single-resource .single-event #speakers .eachspeaker {
  text-align: center;
}
body.single.single-resource .single-event #speakers .eachspeaker .about-speaker {
  padding: 0 0 80px 0;
}
body.single.single-resource .single-event #speakers .eachspeaker .about-speaker img {
  margin-bottom: 50px;
  max-height: 200px;
  max-width: 200px;
  border-radius: 50%;
  object-fit: cover;
}
body.single.single-resource .single-event #speakers .eachspeaker .about-speaker .speaker-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 131.93%;
  margin-bottom: 11px;
}
body.single.single-resource .single-event #speakers .eachspeaker .about-speaker .speaker-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 131.93%;
  margin-bottom: 11px;
}
body.single.single-resource .single-event #speakers .eachspeaker .about-speaker .speaker-company {
  font-weight: 700;
  font-size: 20px;
  line-height: 131.93%;
}
body.single.single-resource .single-event #schedule {
  padding: 68px 162px 92px 162px;
  background-color: #3C3089;
}
body.single.single-resource .single-event #schedule h2, body.single.single-resource .single-event #schedule .h2 {
  color: #fff;
  text-align: center;
}
body.single.single-resource .single-event #schedule .lineitem {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 20px 0 10px 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
body.single.single-resource .single-event #schedule .lineitem div {
  padding-left: 42px;
}
body.single.single-resource .single-event #schedule .lineitem div.time {
  width: 200px;
  padding: 0 80px 0 0;
}
body.single.single-resource .single-event #sponsors {
  padding: 66px 60px 120px 60px;
  text-align: center;
}
body.single.single-resource .single-event #sponsors h2, body.single.single-resource .single-event #sponsors .h2 {
  margin-bottom: 84px;
}
body.single.single-resource .single-event #sponsors .row div {
  text-align: center;
  justify-content: center;
  margin: 0 auto 1px;
}
body.single.single-resource .single-event #sponsors .row div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 0;
  margin-bottom: 0;
}
body.single.single-resource .single-event #sponsors .row div ul li {
  display: flex;
  flex: 0 1 auto;
  padding: 0;
  width: calc(30% - 55px);
  max-width: 300px;
  height: auto;
  align-items: center;
  font-size: 20px;
  line-height: 131.93%;
}
body.single.single-resource .single-event #sponsors .row div ul li:last-child {
  margin-right: 0;
}
body.single.single-resource .single-event #feature {
  background-color: #0F131C;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
  text-align: center;
}
body.single.single-resource .single-event #feature h2, body.single.single-resource .single-event #feature .h2 {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 80px;
  margin: 0 auto 40px;
  max-width: 804px;
}
body.single.single-resource .single-event #feature .description {
  font-weight: 600;
  font-size: 20px;
  line-height: 131.93%;
  text-align: center;
  margin: 0 auto 60px;
  color: #EFEEEF;
  max-width: 804px;
}
body.single.single-resource .single-event #form-reg.form .mktoForm {
  font-family: "Open Sans" !important;
  /* .mktoLabel {
  	display: inline-block;
  	width: 100% !important;
  	font-size: 16px;
  	line-height: 24px;
  	font-weight: 400;
  	padding: 10px 0;
  } */
}
body.single.single-resource .single-event #form-reg.form .mktoForm .mktoGutter {
  height: 10px;
}
body.single.single-resource .single-event #form-reg.form .mktoForm .mktoFormCol {
  width: 100% !important;
}
body.single.single-resource .single-event #form-reg.form .mktoForm input[type=text],
body.single.single-resource .single-event #form-reg.form .mktoForm input[type=url],
body.single.single-resource .single-event #form-reg.form .mktoForm input[type=email],
body.single.single-resource .single-event #form-reg.form .mktoForm input[type=tel],
body.single.single-resource .single-event #form-reg.form .mktoForm input[type=number],
body.single.single-resource .single-event #form-reg.form .mktoForm input[type=date],
body.single.single-resource .single-event #form-reg.form .mktoForm select.mktoField {
  padding: 10px !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
body.single.single-resource .single-event #form-reg.form .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton {
  background-color: #892DFF !important;
  border-color: #892DFF !important;
  border-radius: 4px !important;
  font-family: "Open Sans" !important;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  padding: 12px 48px !important;
  transitions: none !important;
  box-shadow: none !important;
  width: 180px !important;
}
body.single.single-resource .single-event #form-reg.form .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton:hover, body.single.single-resource .single-event #form-reg.form .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton:active {
  color: #fff !important;
  border-color: #0D7DE0 !important;
  background-color: #0D7DE0 !important;
  width: 180px !important;
}
body.single.single-resource .single-event #form-reg.form .mktoForm .mktoHtmlText.mktoHasWidth {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  width: 100% !important;
  margin: 31px 0 36px 0;
}
@media (max-width: 575.98px) {
  body.single.single-resource .single-event #header .container.header .backtolink a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  body.single.single-resource .single-event #header .container.header .container-date {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
  }
  body.single.single-resource .single-event #header .container.header .event-type {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
  }
  body.single.single-resource .single-event #header .container.header h1, body.single.single-resource .single-event #header .container.header .h1 {
    font-weight: 500;
    font-size: 28px;
    /* line-height: 65px; */
    line-height: 36px;
    padding: 14px 0;
  }
  body.single.single-resource .single-event #header .container.header .location {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
  }
  body.single.single-resource .single-event #content {
    padding: 50px 30px 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
  }
  body.single.single-resource .single-event #content h2, body.single.single-resource .single-event #content .h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
  }
  body.single.single-resource .single-event #content div.register {
    margin-top: 40px;
  }
  body.single.single-resource .single-event #content div.register .form {
    padding: 27px 32px 35px;
  }
  body.single.single-resource .single-event #content div.register .form .notification-message {
    text-align: center;
  }
  body.single.single-resource .single-event #content div.register .form .notification-message h3, body.single.single-resource .single-event #content div.register .form .notification-message .h3 {
    text-align: center;
  }
  body.single.single-resource .single-event #speakers {
    padding: 50px 35px 10px;
    /* h2 {
    	text-align: center;
    } */
  }
  body.single.single-resource .single-event #speakers .container {
    padding: 0;
  }
  body.single.single-resource .single-event #speakers .container .row.speakerbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  body.single.single-resource .single-event #speakers .container .row.speakerbox div.eachspeaker {
    /* max-width: calc(49.99% - 20px); */
    max-width: 49%;
    text-align: center;
    padding-bottom: 50px;
    display: flex;
    flex: 0 1 auto;
  }
  body.single.single-resource .single-event #speakers .container .row.speakerbox div.eachspeaker .about-speaker {
    padding-bottom: 0;
  }
  body.single.single-resource .single-event #speakers .container .row.speakerbox div.eachspeaker .about-speaker img {
    max-width: 100%;
    max-height: 138px;
    margin: 0 auto 30px;
  }
  body.single.single-resource .single-event #speakers .container .row.speakerbox div.eachspeaker .about-speaker .speaker-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 131.93%;
  }
  body.single.single-resource .single-event #speakers .container .row.speakerbox div.eachspeaker .about-speaker .speaker-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 131.93%;
  }
  body.single.single-resource .single-event #speakers .container .row.speakerbox div.eachspeaker .about-speaker .speaker-company {
    font-weight: 700;
    font-size: 16px;
    line-height: 131.93%;
  }
  body.single.single-resource .single-event #schedule {
    padding: 50px 20px 50px;
  }
  body.single.single-resource .single-event #schedule h2, body.single.single-resource .single-event #schedule .h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
  }
  body.single.single-resource .single-event #schedule .lineitem {
    padding: 20px 0 10px 0px;
  }
  body.single.single-resource .single-event #schedule .lineitem div {
    padding-left: 0;
  }
  body.single.single-resource .single-event #schedule .lineitem div.time {
    width: 90px;
    padding: 0;
    margin-right: 40px;
    min-width: 90px;
  }
  body.single.single-resource .single-event #schedule .lineitem:last-child {
    border-bottom: none;
  }
  body.single.single-resource .single-event #sponsors {
    padding: 80px 37px 20px;
    text-align: center;
  }
  body.single.single-resource .single-event #sponsors h2, body.single.single-resource .single-event #sponsors .h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    padding: 0;
  }
  body.single.single-resource .single-event #sponsors .row div {
    text-align: center;
    justify-content: center;
  }
  body.single.single-resource .single-event #sponsors .row div ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  body.single.single-resource .single-event #sponsors .row div ul li {
    margin: 0 20px 60px 0;
    padding: 0;
    width: calc(50% - 20px);
    max-width: 300px;
    align-items: center;
  }
  body.single.single-resource .single-event #feature {
    padding: 60px 30px;
  }
  body.single.single-resource .single-event #feature h2, body.single.single-resource .single-event #feature .h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
    margin: 0 auto 48px;
  }
  body.single.single-resource .single-event #feature .description {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
}

body.page-template-blog {
  /* mobile */
  /* end mobile */
}
body.page-template-blog #data-stream-footer {
  margin-top: 0;
  margin-bottom: -5px;
  width: 99vw;
  background-color: white;
}
body.page-template-blog section.blog-header {
  padding: 60px 0 80px;
  text-align: left;
}
body.page-template-blog section.blog-header h1, body.page-template-blog section.blog-header .h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  margin: 0;
  padding: 0;
}
body.page-template-blog section.blog-header h1 span, body.page-template-blog section.blog-header .h1 span {
  display: inline-block;
}
@media (max-width: 767.98px) {
  body.page-template-blog section.blog-header {
    padding: 80px 0;
    text-align: center;
  }
  body.page-template-blog section.blog-header .container {
    padding-top: 40px;
  }
  body.page-template-blog section.blog-header .container h1, body.page-template-blog section.blog-header .container .h1 {
    font-size: 48px;
    line-height: 66px;
    margin: 0;
    padding: 0;
  }
  body.page-template-blog .stream-footer-trigger {
    height: 86px;
    background: url(/wp-content/themes/gc-responsive-v5/images/footer-data-stream.png) no-repeat bottom;
    background-size: 100%;
    background-color: #fff;
    padding: 0;
  }
}

body.page-template-resources-landing {
  /* mobile */
  /* END mobile */
}
body.page-template-resources-landing #data-stream-footer {
  margin-top: 0;
  margin-bottom: -5px;
  width: 99vw;
  background-color: white;
}
body.page-template-resources-landing section.blog-header {
  padding: 60px 0 80px;
  text-align: left;
}
body.page-template-resources-landing section.blog-header h1, body.page-template-resources-landing section.blog-header .h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  margin: 0;
  padding: 0;
}
body.page-template-resources-landing section.blog-header h1 span, body.page-template-resources-landing section.blog-header .h1 span {
  display: inline-block;
}
body.page-template-resources-landing section.resource-section {
  padding: 60px 0;
}
body.page-template-resources-landing section.resource-section h2, body.page-template-resources-landing section.resource-section .h2 {
  margin-bottom: 30px;
}
body.page-template-resources-landing section.resource-section h3, body.page-template-resources-landing section.resource-section .h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 60px;
  /* identical to box height, or 214% */
  display: flex;
  align-items: center;
  color: #0F131C;
}
body.page-template-resources-landing section.resource-section .clear-filters {
  margin-top: 30px;
}
body.page-template-resources-landing p.resource-type {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  body.page-template-resources-landing section.blog-header {
    padding: 80px 0;
    text-align: center;
  }
  body.page-template-resources-landing section.blog-header .container {
    padding-top: 40px;
  }
  body.page-template-resources-landing section.blog-header .container h1, body.page-template-resources-landing section.blog-header .container .h1 {
    font-size: 48px;
    line-height: 66px;
    margin: 0;
    padding: 0;
  }
  body.page-template-resources-landing section.blog-header .container h1 span, body.page-template-resources-landing section.blog-header .container .h1 span {
    display: inline-block;
  }
}
body.page-template-resources-landing .container-other-resources {
  margin-top: 210px;
  /* mobile */
  /* END mobile */
  /* mobile */
  /* END mobile */
}
@media (max-width: 575.98px) {
  body.page-template-resources-landing .container-other-resources {
    margin-top: 60px;
  }
}
body.page-template-resources-landing .container-other-resources h3, body.page-template-resources-landing .container-other-resources .h3 {
  margin-bottom: 30px;
}
body.page-template-resources-landing .container-other-resources .resource-item {
  padding: 42px 32px;
  margin-bottom: 30px;
  max-width: 367px;
  background: #FFFFFF;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body.page-template-resources-landing .container-other-resources .resource-item h4, body.page-template-resources-landing .container-other-resources .resource-item .h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  text-transform: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 131.93%;
  color: #0F131C;
  margin: 0 0 10px;
}
@media (max-width: 575.98px) {
  body.page-template-resources-landing .container-other-resources .resource-item {
    padding: 42px 32px;
    margin-bottom: 30px;
    max-width: 100%;
  }
  body.page-template-resources-landing .container-other-resources .resource-item h4, body.page-template-resources-landing .container-other-resources .resource-item .h4 {
    font-size: 20px;
    line-height: 131.93%;
    color: #0F131C;
    margin: 0 0 10px;
  }
}

body.page-template-videos {
  /* mobile */
  /* end mobile */
}
body.page-template-videos #data-stream-footer {
  margin-top: 0;
  margin-bottom: -5px;
  width: 99vw;
  background-color: white;
}
body.page-template-videos section.blog-header {
  padding: 60px 0 80px;
  text-align: left;
}
body.page-template-videos section.blog-header h1, body.page-template-videos section.blog-header .h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  margin: 0;
  padding: 0;
}
body.page-template-videos section.blog-header h1 span, body.page-template-videos section.blog-header .h1 span {
  display: inline-block;
}
body.page-template-videos p.short-description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  /* or 179% */
  color: #FFF;
}
@media (max-width: 767.98px) {
  body.page-template-videos section.blog-header {
    padding: 80px 0;
    text-align: center;
  }
  body.page-template-videos section.blog-header .container {
    padding-top: 40px;
  }
  body.page-template-videos section.blog-header .container h1, body.page-template-videos section.blog-header .container .h1 {
    font-size: 48px;
    line-height: 66px;
    margin: 0;
    padding: 0;
  }
}

body.single.single-resource .video-single .backtolink {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 0;
}
body.single.single-resource .video-single .backtolink a {
  text-decoration: none;
  color: #000;
}
body.single.single-resource .video-single .container-header h1.title-video, body.single.single-resource .video-single .container-header .title-video.h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}
body.single.single-resource .video-single h2, body.single.single-resource .video-single .h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  color: #0F131C;
}

body.single.single-customer {
  /* mobile styles */
  /* end mobile */
}
body.single.single-customer #data-stream-footer {
  display: block;
}
body.single.single-customer h1, body.single.single-customer .h1 {
  margin: 0;
  color: #fff;
}
body.single.single-customer h2, body.single.single-customer .h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  color: #000000;
}
body.single.single-customer .container-breadcrumbs {
  padding-top: 37px;
  font-size: 14px;
}
body.single.single-customer .container-breadcrumbs a, body.single.single-customer .container-breadcrumbs a:active {
  color: #EFEEEF;
  text-decoration: none;
}
body.single.single-customer .container-breadcrumbs a:hover {
  color: #fff;
}
body.single.single-customer #main {
  padding: 0;
}
body.single.single-customer section.header {
  min-height: 495px;
  background-color: #0F131C;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.single.single-customer section.header .customer-logo {
  max-width: 185px;
  height: auto;
  margin: 15px 0;
}
body.single.single-customer section.header p.headline {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  max-width: 995px;
}
body.single.single-customer section.header .container-buttons {
  margin: 30px 0;
	padding-bottom:80px;
}
body.single.single-customer section.header .container-buttons .btn {
  width: 208px;
  margin-right: 30px;
}
body.single.single-customer section.quote {
  margin-top: -80px;
}
body.single.single-customer section.quote .container-blockquote {
  padding: 50px 102px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body.single.single-customer section.quote .container-blockquote blockquote {
  background: linear-gradient(91.61deg, #0D7DE0 30.31%, #7838FB 79.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}
body.single.single-customer section.quote .container-blockquote .company-name {
  font-weight: 700;
}
body.single.single-customer section.summary-highlights {
  margin: 50px 0;
}
body.single.single-customer section.summary-highlights .container-summary, body.single.single-customer section.summary-highlights .container-summary p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  max-width: 650px;
  color: #0F131C;
}
body.single.single-customer section.summary-highlights .container-customer-body-copy, body.single.single-customer section.summary-highlights .container-customer-body-copy p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #0F131C;
}
body.single.single-customer section.summary-highlights .container-customer-body-copy h2, body.single.single-customer section.summary-highlights .container-summary h2 {
  margin-top: 20px;
}
body.single.single-customer section.summary-highlights .container-customer-body-copy .disclaimer, body.single.single-customer section.summary-highlights .container-summary .disclaimer {
  margin: 24px 0;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
body.single.single-customer section.summary-highlights .container-highlights > h2:first-child, body.single.single-customer section.summary-highlights .container-summary > h2:first-child {
  line-height: 32px;
  margin-top: 0;
}
body.single.single-customer section.summary-highlights .container-highlights > ul > li:last-child {
  margin-bottom: 0 !important;
}
body.single.single-customer section.summary-highlights .container-customer-body-copy {
  padding-top: 32px;
}
@media (max-width: 991px) {
  body.single.single-customer section.summary-highlights .container-highlights {
      margin: 50px 0 0;
  }
}
body.single.single-customer section.summary-highlights .col-highlights {
  display: flex;
}
body.single.single-customer section.summary-highlights .container-highlights {
  border-left: 2px solid #9BA0A6;
  padding-left: 54px;
}
body.single.single-customer section.summary-highlights .container-highlights ul {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}
body.single.single-customer section.summary-highlights .container-highlights ul li {
  position: relative;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 131.93%;
  color: #0F131C;
  margin: 0 0 35px;
  padding: 0 0 0 30px;
}
body.single.single-customer section.summary-highlights .container-highlights ul li:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #0D7DE0;
  border-radius: 50%;
}
body.single.single-customer .btn-light-purple {
  border-color: #892DFF;
  color: #892DFF;
  background-color: transparent;
}
body.single.single-customer .btn-light-purple:hover, body.single.single-customer .btn-light-purple:active {
  color: #fff;
  border-color: #3d97e6;
  background-color: #3d97e6;
}
body.single.single-customer section.section-trial {
  max-width: 100%;
  background-color: #0F131C;
  padding: 70px 0 0 0;
}
body.single.single-customer section.section-trial .container {
  text-align: center;
}
body.single.single-customer section.section-trial .container h2, body.single.single-customer section.section-trial .container .h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 80px;
  /* or 119% */
  text-align: center;
  /* White */
  color: #FFFFFF;
  margin: 0 auto 40px;
  max-width: 804px;
}
body.single.single-customer section.section-trial .container p.lead {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 131.93%;
  /* or 26px */
  text-align: center;
  margin: 0 auto 60px;
  /* Light Grey */
  color: #EFEEEF;
  max-width: 804px;
}
@media (max-width: 575.98px) {
  body.single.single-customer .header .container {
    padding-bottom: 14px;
  }
  body.single.single-customer .header .container p.headline {
    font-size: 48px;
    line-height: 58px;
  }
  body.single.single-customer .header .container .container-buttons {
    margin: 90px 0 0 0;
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  body.single.single-customer .header .container .container-buttons .btn {
    width: 42% !important;
    margin-right: 0;
    margin-bottom: 16px;
  }
  body.single.single-customer section.quote {
    margin-top: 40px;
  }
  body.single.single-customer section.quote .container-blockquote {
    padding: 24px 24px;
  }
  body.single.single-customer section.quote .container-blockquote blockquote {
    margin-top: 0;
  }
  body.single.single-customer section.summary-highlights {
    margin: 50px 0;
  }
  body.single.single-customer section.summary-highlights .container-highlights {
    margin: 50px 0 0;
  }
  body.single.single-customer section.summary-highlights .container-highlights h2, body.single.single-customer section.summary-highlights .container-highlights .h2 {
    line-height: 1em;
    margin-bottom: 5px;
  }
  body.single.single-customer section.summary-highlights .container-highlights ul li:last-child {
    margin-bottom: 0;
  }
  body.single.single-customer section.section-trial {
    padding: 70px 0 80px 0;
  }
  body.single.single-customer section.section-trial .container {
    text-align: center;
  }
  body.single.single-customer section.section-trial .container h2, body.single.single-customer section.section-trial .container .h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 70px;
    margin: 0 auto 40px;
    max-width: 100%;
  }
  body.single.single-customer section.section-trial .container p.lead {
    font-weight: 600;
    font-size: 20px;
    line-height: 131.93%;
    text-align: center;
    margin: 0 auto 60px;
    color: #EFEEEF;
    max-width: 804px;
  }
}

body.page-template-news-and-press {
  /* static header section */
  /* news section */
  /* end news section */
  /* press section */
  /* end press section */
  /* freeform html section - Awards and recognition */
  /* end freeform html section - Awards and recognition */
  /* newsletter-section */
  /* end newsletter-section */
  /* twitter-section */
  /* end twitter-section */
  /* end @media */
}
body.page-template-news-and-press section.header-section {
  background-color: #0F131C;
  padding: 80px 0;
  text-align: center;
}
body.page-template-news-and-press section.header-section h1, body.page-template-news-and-press section.header-section .h1 {
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  margin: 0;
}
body.page-template-news-and-press section.header-section h1 span, body.page-template-news-and-press section.header-section .h1 span {
  display: inline-block;
}
body.page-template-news-and-press section.header-section .container-description {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
body.page-template-news-and-press section.header-section .container-description p {
  margin-bottom: 0;
}
body.page-template-news-and-press hr {
  background-color: #efeeef !important;
}
body.page-template-news-and-press .btn-light-purple {
  border-color: #892DFF;
  color: #892DFF;
  background-color: transparent;
}
body.page-template-news-and-press .btn-light-purple:hover, body.page-template-news-and-press .btn-light-purple:active {
  color: #fff;
  border-color: #3d97e6;
  background-color: #3d97e6;
}
body.page-template-news-and-press section.news-section {
  color: #0f131c;
  background-color: #efeeef;
}
body.page-template-news-and-press section.news-section h2, body.page-template-news-and-press section.news-section .h2 {
  color: #0f131c;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  margin: 60px auto;
}
body.page-template-news-and-press section.news-section #container-news .item-news {
  position: relative;
  padding: 0 0 28px 0;
  width: calc(33.3333% - 40px);
  min-height: 620px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 60px 0;
  transition: all ease 420ms;
  /* white-space:nowrap; */
}
body.page-template-news-and-press section.news-section #container-news .item-news .news-image {
  text-align: center;
  height: 200px;
  padding: 12px 12px 10px 12px;
  /* display: flex; */
  vertical-align: center;
}
body.page-template-news-and-press section.news-section #container-news .item-news .news-image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
body.page-template-news-and-press section.news-section #container-news .item-news .news-image img {
  margin: 0 auto;
  width: 80%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  max-height: 176px;
}
body.page-template-news-and-press section.news-section #container-news .item-news .headline {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin: 10px 0 40px;
  padding-right: 28px;
  padding-left: 28px;
  height: 144px;
  overflow: hidden;
}
body.page-template-news-and-press section.news-section #container-news .item-news .excerpt {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-right: 28px;
  padding-left: 28px;
  height: 150px;
  overflow: hidden;
}
body.page-template-news-and-press section.news-section #container-news .item-news .arrow-right {
  position: absolute;
  bottom: 25px;
  display: inline-block;
  overflow: hidden;
  padding: 0 28px;
  width: 18px;
  text-indent: -150px;
  transition: all ease 420ms;
  color: #892DFF;
}
body.page-template-news-and-press section.news-section #container-news .item-news:hover {
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
body.page-template-news-and-press section.news-section #container-news .item-news:hover .arrow-right {
  width: 180px;
  text-indent: 0;
  color: #892DFF;
}
body.page-template-news-and-press section.news-section .container-load-more {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 80px;
}
body.page-template-news-and-press section.news-section .hidden {
  display: none;
}
body.page-template-news-and-press section.press-section {
  color: #0f131c;
  background-color: #efeeef;
  padding-bottom: 80px;
}
body.page-template-news-and-press section.press-section h2, body.page-template-news-and-press section.press-section .h2 {
  color: #0f131c;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  margin: 60px auto;
}
body.page-template-news-and-press section.press-section #container-press .item-press {
  position: relative;
  padding: 22px 48px 22px 24px;
  min-height: 240px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 20px 0;
  transition: all ease 420ms;
}
body.page-template-news-and-press section.press-section #container-press .item-press .container-date {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}
body.page-template-news-and-press section.press-section #container-press .item-press .container-title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 10px 0 15px;
}
body.page-template-news-and-press section.press-section #container-press .item-press .container-excerpt {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
body.page-template-news-and-press section.press-section #container-press .item-press .arrow-right {
  position: absolute;
  bottom: 25px;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  width: 18px;
  text-indent: -150px;
  transition: all ease 420ms;
  color: #892DFF;
}
body.page-template-news-and-press section.press-section #container-press .item-press:hover {
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
body.page-template-news-and-press section.press-section #container-press .item-press:hover .arrow-right {
  width: 150px;
  text-indent: 0;
  color: #892DFF;
}
body.page-template-news-and-press section.press-section .container-load-more {
  text-align: center;
  margin-top: 55px;
}
body.page-template-news-and-press section.press-section .hidden {
  display: none;
}
body.page-template-news-and-press section.freeform-html-section .container {
  padding: 60px 60px 98px 60px;
}
body.page-template-news-and-press section.freeform-html-section .container .title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 60px;
}
body.page-template-news-and-press section.freeform-html-section .container .description {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
body.page-template-news-and-press section.freeform-html-section .container .description div {
  width: 33%;
}
body.page-template-news-and-press section.freeform-html-section .container .description div img {
  max-width: 250px;
  height: auto;
  margin-bottom: 24px;
}
body.page-template-news-and-press section.newsletter-section .container {
  padding: 102px 8px 101px;
}
body.page-template-news-and-press section.newsletter-section .container .border-container {
  padding: 1px;
  width: auto;
  height: auto;
  background: linear-gradient(91.61deg, #B7AAFA 30.31%, #892DFF 57.19%, #0D7DE0 79.93%);
}
body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside {
  display: flex;
  flex-align: row;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #0F131C;
  color: #fff;
  padding: 47px 65px 43px 50px;
}
body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.left {
  display: block;
  width: 601px;
  margin-right: 133px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.left h3, body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.left .h3 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}
body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right {
  width: 453px;
  padding: 0;
}
body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right div {
  width: auto;
}
body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right .mktoForm .mktoGutter {
  height: 0;
}
body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right .mktoForm input {
  border: 1px solid #892DFF !important;
  background-color: transparent !important;
  color: #9BA0A6 !important;
  width: 453px !important;
  margin-bottom: 15px;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 32px;
}
body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right .mktoForm .mktoHtmlText {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  width: 100% !important;
  height: 36px;
}
body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right .mktoForm .mktoButtonRow {
  display: block;
  float: right;
  margin-top: -121px !important;
}
body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton {
  background-color: transparent !important;
  display: inline-block;
  text-align: center;
  zoom: 1;
  border: none !important;
  border-radius: 0 !important;
  height: 32px;
  padding: 0 15px 0 10px;
  margin: 0 0 70px !important;
  color: #B7AAFA !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 32px;
  text-shadow: none;
  text-decoration: none;
}
body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton:after {
  content: url("/wp-content/themes/gc-responsive-v5/images/icon-arrow-light-purple.svg");
  padding-left: 10px;
  width: 18px;
  height: 16px;
}
@media (max-width: 575.98px) {
  body.page-template-news-and-press section.header-section .container {
    padding-top: 20px;
  }
  body.page-template-news-and-press section.header-section .container h1, body.page-template-news-and-press section.header-section .container .h1 {
    font-size: 48px;
    line-height: 66px;
    margin: 0 0 30px;
  }
  body.page-template-news-and-press section.header-section .container .container-description {
    font-size: 18px;
    line-height: 28px;
    max-width: 320px;
    margin: 0 auto;
  }
  body.page-template-news-and-press section.news-section .container {
    padding: 0 24px;
  }
  body.page-template-news-and-press section.news-section .container h2, body.page-template-news-and-press section.news-section .container .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 60px 0 50px 0;
    text-align: center;
  }
  body.page-template-news-and-press section.news-section .container #container-news article.item-news {
    width: 100%;
    min-height: auto;
    margin: 0 0 50px;
  }
  body.page-template-news-and-press section.news-section .container #container-news article.item-news .headline {
    font-size: 20px;
    line-height: 29px;
    margin: 0 0 30px;
    padding-right: 28px;
    padding-left: 28px;
    height: auto;
  }
  body.page-template-news-and-press section.news-section .container #container-news article.item-news .news-image {
    height: auto;
  }
  body.page-template-news-and-press section.news-section .container #container-news article.item-news .news-image img {
    max-width: 244px;
    padding: 24px auto;
  }
  body.page-template-news-and-press section.news-section .container #container-news article.item-news .excerpt {
    margin-bottom: 30px;
    padding-right: 28px;
    padding-bottom: 30px;
    padding-left: 28px;
    height: auto;
  }
  body.page-template-news-and-press section.news-section .container #container-news article.item-news .arrow-right {
    width: 180px;
    text-indent: initial;
  }
  body.page-template-news-and-press section.news-section .container #container-news article.item-news .arrow-right:before {
    display: inline-block;
  }
  body.page-template-news-and-press section.news-section hr.fancy {
    margin-right: 24px;
    margin-left: 24px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: calc(100% - 48px);
  }
  body.page-template-news-and-press section.press-section .container {
    padding: 0 24px;
  }
  body.page-template-news-and-press section.press-section .container h2, body.page-template-news-and-press section.press-section .container .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 60px 0 60px 0;
    text-align: center;
  }
  body.page-template-news-and-press section.press-section .container #container-press article.item-press {
    width: 100%;
    min-height: auto;
    margin: 0 0 50px;
  }
  body.page-template-news-and-press section.press-section .container #container-press article.item-press .container-date {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  body.page-template-news-and-press section.press-section .container #container-press article.item-press .container-title {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 24px 0;
  }
  body.page-template-news-and-press section.press-section .container #container-press article.item-press .container-excerpt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
  }
  body.page-template-news-and-press section.press-section .container #container-press article.item-press .arrow-right {
    width: 150px;
    text-indent: initial;
  }
  body.page-template-news-and-press section.press-section .container #container-press article.item-press .arrow-right:before {
    display: inline-block;
  }
  body.page-template-news-and-press section.newsletter-section .container {
    padding: 40px 24px;
  }
  body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside {
    display: flex;
    flex-direction: column;
    padding: 24px 24px;
  }
  body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.left, body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right {
    width: 100%;
    margin: 0;
  }
  body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.left .mktoForm .mktoGutter, body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right .mktoForm .mktoGutter {
    height: 0;
  }
  body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.left .mktoForm input, body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right .mktoForm input {
    width: 100% !important;
    margin-bottom: 15px;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 32px;
  }
  body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.left .mktoForm .mktoHtmlText, body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right .mktoForm .mktoHtmlText {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    width: 100% !important;
    height: 36px;
  }
  body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.left .mktoForm .mktoButtonRow, body.page-template-news-and-press section.newsletter-section .container .border-container .border-inside div.right .mktoForm .mktoButtonRow {
    display: block;
    float: none;
    /* margin-top: calc(-36px - 15px - 10px - 50px - 10px) !important; */
    margin-top: 0 !important;
  }
  body.page-template-news-and-press section.freeform-html-section .container .title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
  }
  body.page-template-news-and-press section.freeform-html-section .container .description {
    font-size: 18px;
    line-height: 28px;
    display: block;
  }
  body.page-template-news-and-press section.freeform-html-section .container .description div {
    width: 100%;
    padding: 0;
    margin-bottom: 23px;
  }
  body.page-template-news-and-press section.freeform-html-section .container .description div img {
    max-width: 210px;
    padding: 40px 0px 0 0px;
    margin-bottom: 35px;
  }
  body.page-template-news-and-press section.freeform-html-section .container .description div:last-child {
    margin-bottom: 0;
  }
  body.page-template-news-and-press section.twitter-section {
    padding: 18px;
  }
}

/* end body.page-template-news-and-press */
/* body.news-template-default */
body.news-template-default,
body.single.single-news {
  /* mobile */
  /* end mobile */
}
@media (max-width: 575.98px) {
  body.news-template-default section:not(#np-other) .container .row,
  body.single.single-news section:not(#np-other) .container .row {
    margin: 0;
    width: 100%;
  }
  body.news-template-default section:not(#np-other) .container .row .container-header,
  body.single.single-news section:not(#np-other) .container .row .container-header {
    padding-right: 0;
    padding-left: 0;
  }
  body.news-template-default section:not(#np-other) .container .row .container-header h1, body.news-template-default section:not(#np-other) .container .row .container-header .h1,
  body.single.single-news section:not(#np-other) .container .row .container-header h1,
  body.single.single-news section:not(#np-other) .container .row .container-header .h1 {
    font-size: 36px;
    line-height: 44px;
  }
  body.news-template-default section#np-other .container,
  body.single.single-news section#np-other .container {
    margin-top: 0 !important;
    padding: 60px 24px 80px !important;
  }
  body.news-template-default section#np-other .container .row,
  body.single.single-news section#np-other .container .row {
    margin-bottom: 50px;
  }
  body.news-template-default section#np-other .container .row h2, body.news-template-default section#np-other .container .row .h2,
  body.single.single-news section#np-other .container .row h2,
  body.single.single-news section#np-other .container .row .h2 {
    font-size: 48px;
    line-height: 67px;
  }
  body.news-template-default section#np-other .container #container-more-news,
  body.single.single-news section#np-other .container #container-more-news {
    width: 100%;
  }
  body.news-template-default section#np-other .container #container-more-news .item-more,
  body.single.single-news section#np-other .container #container-more-news .item-more {
    width: 100% !important;
  }
}

/* end body.news-template-default */
body.single.single-resource,
body.single.single-news {
  /* end mobile */
}
body.single.single-resource header.page-header,
body.single.single-news header.page-header {
  margin-bottom: -1px;
}
body.single.single-resource #main,
body.single.single-news #main {
  padding-bottom: 0;
}
body.single.single-resource .btn-light-purple,
body.single.single-news .btn-light-purple {
  border-color: #892DFF;
  color: #892DFF;
  background-color: transparent;
}
body.single.single-resource .btn-light-purple:hover, body.single.single-resource .btn-light-purple:active,
body.single.single-news .btn-light-purple:hover,
body.single.single-news .btn-light-purple:active {
  color: #fff;
  border-color: #3d97e6;
  background-color: #3d97e6;
}
body.single.single-resource .container-social,
body.single.single-resource .container-sidebar,
body.single.single-news .container-social,
body.single.single-news .container-sidebar {
  padding-top: 50px;
  padding-bottom: 80px;
}
body.single.single-resource .container-social .vertical,
body.single.single-resource .container-sidebar .vertical,
body.single.single-news .container-social .vertical,
body.single.single-news .container-sidebar .vertical {
  width: 36px;
  padding: 0;
}
body.single.single-resource .container-social li,
body.single.single-resource .container-sidebar li,
body.single.single-news .container-social li,
body.single.single-news .container-sidebar li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
}
body.single.single-resource .container-social ul#nav-flexible-content,
body.single.single-resource .container-sidebar ul#nav-flexible-content,
body.single.single-news .container-social ul#nav-flexible-content,
body.single.single-news .container-sidebar ul#nav-flexible-content {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 17px;
  max-width: 270px;
}
body.single.single-resource .container-social ul#nav-flexible-content > li > a,
body.single.single-resource .container-sidebar ul#nav-flexible-content > li > a,
body.single.single-news .container-social ul#nav-flexible-content > li > a,
body.single.single-news .container-sidebar ul#nav-flexible-content > li > a {
  font-weight: 600;
  padding: 0;
}
body.single.single-resource .container-social ul#nav-flexible-content > li,
body.single.single-resource .container-sidebar ul#nav-flexible-content > li,
body.single.single-news .container-social ul#nav-flexible-content > li,
body.single.single-news .container-sidebar ul#nav-flexible-content > li {
  padding: 0;
  margin-bottom: 12px;
  width: 100%;
}
body.single.single-resource .container-social ul#nav-flexible-content > li a,
body.single.single-resource .container-sidebar ul#nav-flexible-content > li a,
body.single.single-news .container-social ul#nav-flexible-content > li a,
body.single.single-news .container-sidebar ul#nav-flexible-content > li a {
  display: block;
  color: #21262D;
}
body.single.single-resource .container-social ul#nav-flexible-content > li a .count,
body.single.single-resource .container-sidebar ul#nav-flexible-content > li a .count,
body.single.single-news .container-social ul#nav-flexible-content > li a .count,
body.single.single-news .container-sidebar ul#nav-flexible-content > li a .count {
  color: #6c757d;
}
body.single.single-resource .container-social ul#nav-flexible-content > li a:hover,
body.single.single-resource .container-sidebar ul#nav-flexible-content > li a:hover,
body.single.single-news .container-social ul#nav-flexible-content > li a:hover,
body.single.single-news .container-sidebar ul#nav-flexible-content > li a:hover {
  color: #0D7DE0;
}
body.single.single-resource .container-social ul#nav-flexible-content > li.active a,
body.single.single-resource .container-sidebar ul#nav-flexible-content > li.active a,
body.single.single-news .container-social ul#nav-flexible-content > li.active a,
body.single.single-news .container-sidebar ul#nav-flexible-content > li.active a {
  color: #0D7DE0;
}
body.single.single-resource .container-social ul#nav-flexible-content > li.has-children a,
body.single.single-resource .container-sidebar ul#nav-flexible-content > li.has-children a,
body.single.single-news .container-social ul#nav-flexible-content > li.has-children a,
body.single.single-news .container-sidebar ul#nav-flexible-content > li.has-children a {
  color: #21262D;
}
body.single.single-resource .container-social ul#nav-flexible-content > li.has-children a .count,
body.single.single-resource .container-sidebar ul#nav-flexible-content > li.has-children a .count,
body.single.single-news .container-social ul#nav-flexible-content > li.has-children a .count,
body.single.single-news .container-sidebar ul#nav-flexible-content > li.has-children a .count {
  color: #6c757d;
}
body.single.single-resource .container-social ul#nav-flexible-content > li.has-children a.nav-link.parent:before,
body.single.single-resource .container-sidebar ul#nav-flexible-content > li.has-children a.nav-link.parent:before,
body.single.single-news .container-social ul#nav-flexible-content > li.has-children a.nav-link.parent:before,
body.single.single-news .container-sidebar ul#nav-flexible-content > li.has-children a.nav-link.parent:before {
  content: " + ";
}
body.single.single-resource .container-social ul#nav-flexible-content > li.has-children a.active,
body.single.single-resource .container-sidebar ul#nav-flexible-content > li.has-children a.active,
body.single.single-news .container-social ul#nav-flexible-content > li.has-children a.active,
body.single.single-news .container-sidebar ul#nav-flexible-content > li.has-children a.active {
  color: #0D7DE0;
}
body.single.single-resource .container-social ul#nav-flexible-content > li:after,
body.single.single-resource .container-sidebar ul#nav-flexible-content > li:after,
body.single.single-news .container-social ul#nav-flexible-content > li:after,
body.single.single-news .container-sidebar ul#nav-flexible-content > li:after {
  content: "";
  display: none;
}
body.single.single-resource .container-header,
body.single.single-news .container-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.single.single-resource .container-header .backtolink,
body.single.single-news .container-header .backtolink {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 0;
}
body.single.single-resource .container-header .backtolink a,
body.single.single-news .container-header .backtolink a {
  text-decoration: none;
  color: #000;
}
body.single.single-resource .container-header h1, body.single.single-resource .container-header .h1,
body.single.single-news .container-header h1,
body.single.single-news .container-header .h1 {
  font-style: normal;
  margin-top: 20px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  /* or 114% */
}
body.single.single-resource .container-header .container-excerpt,
body.single.single-news .container-header .container-excerpt {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
body.single.single-resource .container-header .container-date,
body.single.single-news .container-header .container-date {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  padding: 10px 0;
  margin-top: 20px;
  text-transform: uppercase;
}
body.single.single-resource .container-header .container-cond-link {
  font-size: 20px;
}
body.single.single-resource .container-header .container-author,
body.single.single-news .container-header .container-author {
  font-size: 16px;
  line-height: 131.93%;
  font-weight: 700;
  margin-top: 20px;
}
body.single.single-resource .container-header .container-author img,
body.single.single-news .container-header .container-author img {
  border-radius: 50%;
  margin-right: 18px;
}
body.single.single-resource .container-details,
body.single.single-news .container-details {
  padding-top: 40px;
}
body.single.single-resource .container-details h2, body.single.single-resource .container-details .h2, body.single.single-resource .container-details h3, body.single.single-resource .container-details .h3,
body.single.single-news .container-details h2,
body.single.single-news .container-details .h2,
body.single.single-news .container-details h3,
body.single.single-news .container-details .h3 {
  margin: 50px 0 15px 0;
  font-size: 22px;
  line-height: 24px;
}
body.single.single-resource .container-details h2:first-child, body.single.single-resource .container-details .h2:first-child, body.single.single-resource .container-details h3:first-child, body.single.single-resource .container-details .h3:first-child,
body.single.single-news .container-details h2:first-child,
body.single.single-news .container-details .h2:first-child,
body.single.single-news .container-details h3:first-child,
body.single.single-news .container-details .h3:first-child {
  margin-top: 0;
}
body.single.single-resource .container-details h2, body.single.single-resource .container-details .h2,
body.single.single-news .container-details h2,
body.single.single-news .container-details .h2 {
  font-weight: 700;
}
body.single.single-resource .container-details h3, body.single.single-resource .container-details .h3,
body.single.single-news .container-details h3,
body.single.single-news .container-details .h3 {
  font-weight: 500;
}
body.single.single-resource .section-story h2, body.single.single-resource .section-story .h2, body.single.single-resource .section-story h3, body.single.single-resource .section-story .h3,
body.single.single-news .section-story h2,
body.single.single-news .section-story .h2,
body.single.single-news .section-story h3,
body.single.single-news .section-story .h3 {
  margin: 50px 0 15px 0;
  font-size: 22px;
  line-height: 24px;
}
body.single.single-resource .section-story h2:first-child, body.single.single-resource .section-story .h2:first-child, body.single.single-resource .section-story h3:first-child, body.single.single-resource .section-story .h3:first-child,
body.single.single-news .section-story h2:first-child,
body.single.single-news .section-story .h2:first-child,
body.single.single-news .section-story h3:first-child,
body.single.single-news .section-story .h3:first-child {
  margin-top: 0;
}
body.single.single-resource .section-story h2, body.single.single-resource .section-story .h2,
body.single.single-news .section-story h2,
body.single.single-news .section-story .h2 {
  font-weight: 700;
}
body.single.single-resource .section-story h3, body.single.single-resource .section-story .h3,
body.single.single-news .section-story h3,
body.single.single-news .section-story .h3 {
  font-weight: 500;
}
body.single.single-resource section#case-study-header,
body.single.single-news section#case-study-header {
  background-color: #0F131C;
  padding-top: 50px;
  padding-bottom: 80px;
}
body.single.single-resource section#case-study-header h1, body.single.single-resource section#case-study-header .h1,
body.single.single-news section#case-study-header h1,
body.single.single-news section#case-study-header .h1 {
  color: #fff;
  font-style: normal;
  margin-top: 20px;
  font-size: 55px;
  line-height: 80px;
  font-weight: 700;
}
body.single.single-resource section#case-study-content,
body.single.single-news section#case-study-content {
  background-color: #fff;
}
body.single.single-resource section#case-study-content nav.changemobile select,
body.single.single-news section#case-study-content nav.changemobile select {
  display: none;
}
body.single.single-resource section#case-study-content .container-details,
body.single.single-news section#case-study-content .container-details {
  padding-top: 50px;
  padding-bottom: 80px;
}
body.single.single-resource section#case-study-content .container-details h2, body.single.single-resource section#case-study-content .container-details .h2, body.single.single-resource section#case-study-content .container-details h3, body.single.single-resource section#case-study-content .container-details .h3,
body.single.single-news section#case-study-content .container-details h2,
body.single.single-news section#case-study-content .container-details .h2,
body.single.single-news section#case-study-content .container-details h3,
body.single.single-news section#case-study-content .container-details .h3 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700 !important;
}
body.single.single-resource section#case-study-content div#overview, body.single.single-resource section#case-study-content div#challenge, body.single.single-resource section#case-study-content div#solution, body.single.single-resource section#case-study-content div#results,
body.single.single-news section#case-study-content div#overview,
body.single.single-news section#case-study-content div#challenge,
body.single.single-news section#case-study-content div#solution,
body.single.single-news section#case-study-content div#results {
  height: 1px;
}
@media (max-width: 575.98px) {
  body.single.single-resource,
  body.single.single-news {
    /* .stream-footer-trigger, */
  }
  body.single.single-resource .container-header,
  body.single.single-news .container-header {
    padding-top: 0;
  }
  body.single.single-resource .container-header .backtolink,
  body.single.single-news .container-header .backtolink {
    padding: 10px 0;
  }
  body.single.single-resource .container-header h1, body.single.single-resource .container-header .h1,
  body.single.single-news .container-header h1,
  body.single.single-news .container-header .h1 {
    font-size: 36px;
    line-height: 44px;
  }
  body.single.single-resource section#case-study-header,
  body.single.single-news section#case-study-header {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  body.single.single-resource section#case-study-header .container,
  body.single.single-news section#case-study-header .container {
    padding: 100px 0 0;
  }
  body.single.single-resource section#case-study-header .container h1, body.single.single-resource section#case-study-header .container .h1,
  body.single.single-news section#case-study-header .container h1,
  body.single.single-news section#case-study-header .container .h1 {
    margin-top: 0;
    font-size: 36px;
    line-height: 44px;
  }
  body.single.single-resource section#case-study-content .container-sidebar,
  body.single.single-news section#case-study-content .container-sidebar {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  body.single.single-resource section#case-study-content .container-sidebar nav.changemobile ul,
  body.single.single-news section#case-study-content .container-sidebar nav.changemobile ul {
    display: none;
  }
  body.single.single-resource section#case-study-content .container-sidebar nav.changemobile select,
  body.single.single-news section#case-study-content .container-sidebar nav.changemobile select {
    display: inline-block;
    border: 1.25px solid #000;
    border-radius: 5px;
    padding: 14px 12px 14px 4px;
    font-weight: 700;
  }
  body.single.single-resource section#case-study-content .container-sidebar nav.changemobile option,
  body.single.single-news section#case-study-content .container-sidebar nav.changemobile option {
    font-size: 18px;
    line-height: 19px;
    padding-right: 10px;
    font-weight: 700;
  }
  body.single.single-resource section#case-study-content .container-details,
  body.single.single-news section#case-study-content .container-details {
    /* padding-top: 0; */
    padding-bottom: 0;
  }
  body.single.single-resource section.story-section .container-form,
  body.single.single-news section.story-section .container-form {
    min-height: auto;
  }
  body.single.single-resource .stream-footer-trigger,
  body.single.single-news .stream-footer-trigger {
    height: 86px;
    background: url(/wp-content/themes/gc-responsive-v5/images/footer-data-stream.png) no-repeat bottom;
    background-size: 100% 86px;
  }
}

@media (max-width: 575.98px) {
  body.single.single-resource .stream-footer-trigger {
    background-color: #eee;
  }
}

body.single.single-resource.resource-events #data-stream-footer {
  background-color: #0F131C;
  margin-top: -60px;
}
@media (max-width: 575.98px) {
  body.single.single-resource.resource-events .stream-footer-trigger {
    background-color: #0F131C;
  }
}

/* news templates only */
body.single.single-news section#np-other {
  background-color: #efeeef;
}
body.single.single-news section#np-other .container {
  margin-top: 60px;
  padding: 60px 60px 80px 60px;
}
body.single.single-news section#np-other .container .row {
  margin-bottom: 50px;
}
body.single.single-news section#np-other .container .row h2, body.single.single-news section#np-other .container .row .h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}
body.single.single-news section#np-other .container #container-more-news {
  width: 100%;
}
body.single.single-news section#np-other .container #container-more-news .item-more {
  width: calc(33.3333% - 40px);
  min-height: 620px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 20px 0;
  transition: all ease 420ms;
}
body.single.single-news section#np-other .container #container-more-news .item-more .news-image {
  margin: 0;
  padding: 0;
  height: 190px;
  max-height: 190px;
  text-align: center;
  overflow: hidden;
}
body.single.single-news section#np-other .container #container-more-news .item-more .news-content {
  padding: 22px 24px 22px 24px;
}
body.single.single-news section#np-other .container #container-more-news .item-more .news-content .container-date {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 28px;
  text-transform: uppercase;
}
body.single.single-news section#np-other .container #container-more-news .item-more .news-content .container-title {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 28px;
}
body.single.single-news section#np-other .container #container-more-news .item-more .news-content .container-excerpt {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}
body.single.single-news section#np-other .container #container-more-news .item-more .news-content .arrow-right {
  position: absolute;
  bottom: 25px;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  width: 150px;
  /* text-indent: -150px; */
  transition: all ease 420ms;
  color: #892DFF;
}
body.single.single-news section#np-other .container #container-more-news .item-more:hover {
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
body.single.single-news section#np-other .container #container-more-news .item-more:hover .arrow-right {
  width: 150px;
  text-indent: 0;
  color: #892DFF;
}
body.single.single-news .container-load-more {
  text-align: center;
  margin-top: 55px;
}
body.single.single-news .hidden {
  display: none;
}
body.single.single-news blockquote {
  margin: 30px 0;
  color: #000;
  font-style: normal;
  font-size: 24px;
  line-height: 1.345;
}

@media (min-width: 992px) {
  #menu-scrollspy {
    position: sticky;
    top: 140px;
    overflow: auto;
  }
  #menu-scrollspy.disable {
    position: relative !important;
    top: auto !important;
  }
  #menu-scrollspy::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
  }
  #menu-scrollspy::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
  }
  #menu-scrollspy::-webkit-scrollbar-thumb {
    background-color: #999ca0;
    border: 2px solid #555555;
  }
}
/* tech comparisons */
body.page-template-flexible-content.page-id-13670 .container,
body.page-template-flexible-content.page-compare-druid-to-other-databases .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.page-template-flexible-content.page-id-13670 .container .container-description p,
body.page-template-flexible-content.page-compare-druid-to-other-databases .container .container-description p {
  margin-bottom: 0;
}
body.page-template-flexible-content.page-id-13670 section.freeform-html-section #analyticsApplicationSVG,
body.page-template-flexible-content.page-compare-druid-to-other-databases section.freeform-html-section #analyticsApplicationSVG {
  /* width: 1440px; */
  /* height: 708px; */
  width: 1320px;
  height: auto;
  visibility: hidden;
}
body.page-template-flexible-content.page-id-13670 section.freeform-html-section #analyticsApplicationSVG text,
body.page-template-flexible-content.page-compare-druid-to-other-databases section.freeform-html-section #analyticsApplicationSVG text {
  font-family: "Open Sans", sans-serif;
}
body.page-template-flexible-content.page-id-13670 section.freeform-html-section .rectLabel,
body.page-template-flexible-content.page-compare-druid-to-other-databases section.freeform-html-section .rectLabel {
  text-anchor: middle;
  fill: #FFF;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.03em;
}
body.page-template-flexible-content.page-id-13670 section.freeform-html-section #analyticsApplicationSVG .aaTitle,
body.page-template-flexible-content.page-compare-druid-to-other-databases section.freeform-html-section #analyticsApplicationSVG .aaTitle {
  font-weight: 700;
  text-anchor: middle;
  font-size: 28px;
}

/* end tech comparisons */

/*# sourceMappingURL=custom.css.map */
