/*----------------------------------------------------------------------
  * Upgency - Bootstrap 5 Custom Template
  * Copyright 2022 SNC Theme
------------------------------------------------------------------------*/
:root {
    --snc-blue: #132C50;
    --accent-blue: #1C4A8D;
    --accent-blue-hov: #183F77;
    --launch-orange: #F05123;
    --launch-orange-wcag: #D64000;
    --launch-orange-hov: #C4350D;
    --launch-orange-press: #AC2E0C;
    --sky-blue: #46C8F5;
    --captivating-green: #92D050;
    --snc-blue-35: #425673;
    --snc-blue-40: #4E627E;
    --cool-grey-40: #62666A;
    --cool-grey-80: #CACCCE;
    --cool-grey-85: #D7D9DA;
    --cool-grey-91: #E6E7E8;
    --cool-grey-95: #F2F2F3;
    --cool-grey-98: #F9FAFB;
    --cool-grey: var(--cool-grey-91);
    --gilroy: "Gilroy", sans-serif;
    --lexend: "Lexend", sans-serif;
    --link-transition: all 0.25s ease-in-out;
    --nav-col-width: 200px;
    --trans-bdr-width: 2px;
    --trans-height: 8.4vw;
    /*-----------------------*/
    --bs-blue: var(--accent-blue);
    --bs-indigo: #4f46e5;
    --bs-purple: #5b2be0;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffd44d;
    --bs-green: #187958;
    --bs-teal: #22d3ee;
    --bs-cyan: #0dcaf0;
    --bs-black: #000000;
    --bs-white: #fff;
    --bs-gray: #4B5563;
    --bs-gray-dark: #1F2937;
    --bs-primary: var(--snc-blue);
    --bs-secondary: var(--launch-orange);
    --bs-success: #187958;
    --bs-info: #22d3ee;
    --bs-warning: #ffd44d;
    --bs-danger: #dc3545;
    --bs-light: #EDF1F3;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box; }

body {
    margin: 0;
    font-family: var(--lexend);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
    color: var(--snc-blue-35);
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.content-wrapper {
    max-width:100vw;
    overflow-y:clip;
}

hr {
  margin: 1rem 0;
  color: #EDF1F3;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    font-family: var(--gilroy);
    color: var(--snc-blue);
}

/*a h1, a .h1, a h2, a .h2, a h3, a .h3,
a h4, a .h4, a h5, a .h5, a h6, a .h6 {
    color: inherit;
}*/
    h1, .h1, .h1 > * {
    font-size: 1.9375rem;
    line-height: 2.4375rem;
    font-weight: 700;
}

@media (min-width: 576px) {
    h1, .h1, .h1 > * {
        font-size: 2.125rem;
        line-height: 2.625rem;
    }
}

@media (min-width: 992px) {
    h1, .h1, .h1 > * {
        font-size: 2.75rem;
        line-height: 3.125rem;
    }
}
  @media (min-width: 1400px) {
    h1, .h1, .h1 > * {
        font-size: 3.125rem;
        line-height: 3.5rem;
    }
  }

h2, .h2, .h2 > * {
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 700;
}
@media (min-width: 576px) {
    h2, .h2, .h2 > * {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 992px) {
    h2, .h2, .h2 > * {
        font-size: 2.375rem;
        line-height: 2.75rem;
    }
}
  @media (min-width: 1400px) {
    h2, .h2, .h2 > * {
        font-size: 2.625rem;
        line-height: 3rem;
    }
  }

h3, .h3, .h3 > * {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    font-weight: 600;
}
@media (min-width: 576px) {
    h3, .h3, .h3 > * {
        font-size: 1.6875rem;
        line-height: 2.0625rem;
    }
}
@media (min-width: 992px) {
    h3, .h3, .h3 > * {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}
  @media (min-width: 1400px) {
    h3, .h3, .h3 > * {
        font-size: 2.125rem;
        line-height: 2.5625rem;
    }
  }

h4, .h4, .h4 > * {
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight: 600;
}
@media (min-width: 576px) {
    h4, .h4, .h4 > * {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
}
@media (min-width: 992px) {
    h4, .h4, .h4 > * {
        font-size: 1.6875rem;
        line-height: 2.0625rem;
    }
}
  @media (min-width: 1400px) {
    h4, .h4, .h4 > * {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
  }

h5, .h5, .h5 > * {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    font-weight: 600;
}
@media (min-width: 576px) {
    h5, .h5, .h5 > * {
        font-size: 1.375rem;
        line-height: 1.8125rem;
    }
}
  @media (min-width: 992px) {
    h5, .h5, .h5 > * {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
  }

h6, .h6, .h6 > * {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
}
@media (min-width: 576px) {
    h6, .h6, .h6 > * {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
}
@media (min-width: 992px) {
    h6, .h6, .h6 > * {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
}

p {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
}

@media(min-width:992px) {
    p {
        font-size: 1.0625rem;
        line-height: 1.6875rem;
    }
}

@media(min-width:1400px) {
    p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

p.p-sm, .p-sm p, .p-sm ul {
    font-size:1rem;
    line-height:1.5rem;
}
    p.p-md, .p-md p, .p-md ul {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    @media(min-width:992px){
        p.p-md, .p-md p, .p-md ul {
            font-size: 1.25rem;
            line-height: 1.875rem;
        }
    }
p.p-lg, .p-lg p, .p-lg ul {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
@media(min-width:768px){
    p.p-lg, .p-lg p, .p-lg ul {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}

@media(min-width:992px) {
    p.p-lg, .p-lg p, .p-lg ul {
        font-size: 1.375rem;
        line-height: 2rem;
    }
}

@media(min-width:1400px) {
    p.p-lg, .p-lg p, .p-lg ul {
        font-size: 1.5rem;
        line-height: 2.125rem;
    }
}

.sm-caps {
    font-family: var(--gilroy);
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 700;
}

h1 + p.p-lg, h1 + .p-lg p {
    margin-top: 0.625rem;
}

a {
    color: var(--accent-blue);
    font-weight:400;
    text-decoration:none;
}

    a:hover {
        color: #002242;
        text-decoration: none;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

.btn {
    font-family: var(--gilroy);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.125rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    transition: var(--link-transition);
    background-color: transparent;
    border: 2px solid transparent;
    outline-offset: 2px;
    outline-color: transparent;
    outline-width: 2px;
    outline-style: solid;
}

input {
    outline-offset: 2px;
    outline-color: transparent;
    outline-width: 2px;
    outline-style: solid;
}

input:focus {
    outline:0;
}

form {
    outline-offset: 6px;
    outline-color: transparent;
    outline-width: 2px;
    outline-style: solid;
}

form:focus-visible {
    outline-color: var(--snc-blue);
}

.btn-group {
    display:flex;
    flex-wrap:wrap;
    gap:0.5rem;
}

.btn-link, .btn-domain, .btn-link-text {
    font-family: var(--gilroy);
    line-height: 1rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0rem;
    display: inline-flex;
    align-items: center;
    column-gap: 0.25rem;
    border: none;
}
.btn-link-text {
    font-size: 1.125rem;
}
span.btn > a {
    color:inherit;
    font-size:inherit;
    font-weight:inherit;
    line-height:inherit;
}
.btn:focus {
    outline: 0;
    box-shadow: inherit;
}

.btn-primary {
    background-color: var(--launch-orange-wcag);
    border: 2px solid var(--launch-orange-wcag);
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus-visible {
    color: #fff;
    background-color: var(--launch-orange-hov);
    border-color: var(--launch-orange-hov);
}

.btn-primary:focus-visible {
    outline-color: var(--launch-orange-press);
}

.btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: var(--launch-orange-press);
    border-color: var(--launch-orange-press);
}

.btn-outline {
    background-color: transparent;
    border-color: var(--launch-orange);
    color: var(--snc-blue);
}
.btn-reverse, .bg-dark .rte-btn, .bg-snc-blue .rte-btn {
    background-color: transparent;
    border-color: var(--launch-orange);
    color: #fff;
}

        .btn-outline:hover, .btn-reverse:hover,
        .btn-outline:focus-visible, .btn-reverse:focus-visible {
            color: #fff;
            background-color: var(--launch-orange-wcag);
            border-color: var(--launch-orange-wcag);
        }

.btn-outline:focus-visible, .btn-reverse:focus-visible {
    outline-color: var(--launch-orange-hov);
}

.btn-outline:active, .btn-reverse:active,
.btn-outline:focus, .btn-reverse:focus {
    color: #fff;
    background-color: var(--launch-orange-hov);
    border-color: var(--launch-orange-hov);
}

.btn-secondary {
    background-color: var(--accent-blue);
    border: 2px solid var(--accent-blue);
    color: #fff;    
}

.btn-outline.btn-secondary {
    background-color: transparent;
    border-color: var(--accent-blue);
    color: var(--accent-blue);
}

.btn-reverse.btn-secondary {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-secondary:hover, .btn-outline.btn-secondary:hover, .btn-reverse.btn-secondary:hover,
.btn-secondary:focus-visible, .btn-outline.btn-secondary:focus-visible, .btn-reverse.btn-secondary:focus-visible {
    color: #fff;
    background-color: var(--accent-blue-hov);
    border-color: var(--accent-blue-hov);
}

    .btn-secondary:focus-visible, .btn-outline.btn-secondary:focus-visible, .btn-reverse.btn-secondary:focus-visible {
        outline-color: var(--snc-blue);
    }

    .btn-secondary:active, .btn-outline.btn-secondary:active, .btn-reverse.btn-secondary:active,
    .btn-secondary:focus, .btn-outline.btn-secondary:focus, .btn-reverse.btn-secondary:focus {
        color: #fff;
        background-color: var(--snc-blue);
        border-color: var(--snc-blue);
    }

.btn-link:hover {
    color: var(--accent-blue-hov);
    background-color: transparent;
}

.btn-link.btn-reverse:hover{
    color:var(--cool-grey-91);
    background-color:transparent;
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn-outline-primary {
    color: var(--snc-blue);
    border-color: var(--snc-blue);
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--snc-blue);
        border-color: var(--snc-blue);
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0 rgba(0, 43, 82, 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: #fff;
        background-color: var(--snc-blue);
        border-color: var(--snc-blue);
    }

        .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 rgba(0, 43, 82, 0.5);
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: var(--snc-blue);
        background-color: transparent;
    }

.btn-outline-secondary {
    color: var(--launch-orange);
    border-color: var(--launch-orange);
}

    .btn-outline-secondary:hover {
        color: #000000;
        background-color: var(--launch-orange);
        border-color: var(--launch-orange);
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0 rgba(255, 77, 0, 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: #000000;
        background-color: var(--launch-orange);
        border-color: var(--launch-orange);
    }

        .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 rgba(255, 77, 0, 0.5);
        }

    .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
        color: var(--launch-orange);
        background-color: transparent;
    }

.btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1.25rem;
    border-radius: 0.75rem;
}

.btn-sm {
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    border-radius: 0.275rem;
}

.bg-dark {
    color:#fff;
}

.bg-snc-blue {
    background-color: var(--snc-blue) !important;
    color: #fff;
}

    .bg-snc-blue h1, .bg-snc-blue .h1, .bg-snc-blue h2, .bg-snc-blue .h2, .bg-snc-blue h3, .bg-snc-blue .h3,
    .bg-snc-blue h4, .bg-snc-blue .h4, .bg-snc-blue h5, .bg-snc-blue .h5, .bg-snc-blue h6, .bg-snc-blue .h6,
    .bg-snc-blue a,
    .bg-dark h1, .bg-dark .h1, .bg-dark h2, .bg-dark .h2, .bg-dark h3, .bg-dark .h3,
    .bg-dark h4, .bg-dark .h4, .bg-dark h5, .bg-dark .h5, .bg-dark h6, .bg-dark .h6,
    .bg-dark a {
        color: #fff;
    }

        /*.bg-snc-blue a:hover, .bg-dark a:hover {
            opacity:0.8;
        }*/

.bg-white {
    background-color: #fff !important;
}

.bg-cool-grey, .bg-cool-grey-91 {
    background-color: var(--cool-grey-91) !important;
}
.bg-cool-grey-95 {
    background-color: var(--cool-grey-95) !important;
}
.bg-cool-grey-98 {
    background-color: var(--cool-grey-98) !important;
}

.text-snc-blue {
    color:var(--snc-blue);
}

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.8em; }

mark, .mark {
  padding: 0.1875em;
  background-color: #fff6db; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

/*sup {
  top: -.5em; }*/

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.8em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.8em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.8em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.275rem; }
  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: var(--cool-grey-80);
    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.125rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.5625rem + 3.75vw);
  font-weight: 400;
  line-height: 1.3; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 4.375rem; } }

.display-2 {
  font-size: calc(1.50625rem + 3.075vw);
  font-weight: 400;
  line-height: 1.3; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 3.8125rem; } }

.display-3 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 400;
  line-height: 1.3; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 3rem; } }

.display-4 {
  font-size: calc(1.40625rem + 1.875vw);
  font-weight: 400;
  line-height: 1.3; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 2.8125rem; } }

.display-5 {
  font-size: calc(1.39375rem + 1.725vw);
  font-weight: 400;
  line-height: 1.3; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 2.6875rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 400;
  line-height: 1.3; }
  @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.8em;
  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.8em;
  color: #4B5563; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #EDF1F3;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875rem;
  color: #4B5563; }

.container-xxxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1500px; } }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.5rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.5rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 1rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 1rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1.5rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1.5rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 2rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 2rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 2.5rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 2.5rem; }

.g-6,
.gx-6 {
  --bs-gutter-x: 3rem; }

.g-6,
.gy-6 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2.5rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2.5rem; }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3rem; }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.5rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.5rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.5rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.5rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2.5rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2.5rem; }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3rem; }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2.5rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2.5rem; }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3rem; }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2.5rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2.5rem; }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3rem; }
  .g-xl-6,
  .gy-xl-6 {
    --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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2.5rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2.5rem; }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3rem; }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1600px) {
    .col-xxxl {
        flex: 1 0 0%;
    }

    .row-cols-xxxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxxl-0 {
        margin-left: 0;
    }

    .offset-xxxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxxl-3 {
        margin-left: 25%;
    }

    .offset-xxxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxxl-6 {
        margin-left: 50%;
    }

    .offset-xxxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxxl-9 {
        margin-left: 75%;
    }

    .offset-xxxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxxl-11 {
        margin-left: 91.66666667%;
    }

    .float-xxxl-start {
        float: left !important;
    }

    .float-xxxl-end {
        float: right !important;
    }

    .float-xxxl-none {
        float: none !important;
    }

    .d-xxxl-inline {
        display: inline !important;
    }

    .d-xxxl-inline-block {
        display: inline-block !important;
    }

    .d-xxxl-block {
        display: block !important;
    }

    .d-xxxl-grid {
        display: grid !important;
    }

    .d-xxxl-inline-grid {
        display: inline-grid !important;
    }

    .d-xxxl-table {
        display: table !important;
    }

    .d-xxxl-table-row {
        display: table-row !important;
    }

    .d-xxxl-table-cell {
        display: table-cell !important;
    }

    .d-xxxl-flex {
        display: flex !important;
    }

    .d-xxxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxxl-none {
        display: none !important;
    }

    .flex-xxxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxxl-row {
        flex-direction: row !important;
    }

    .flex-xxxl-column {
        flex-direction: column !important;
    }

    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxxl-center {
        justify-content: center !important;
    }

    .justify-content-xxxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxxl-center {
        align-items: center !important;
    }

    .align-items-xxxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxxl-center {
        align-content: center !important;
    }

    .align-content-xxxl-between {
        align-content: space-between !important;
    }

    .align-content-xxxl-around {
        align-content: space-around !important;
    }

    .align-content-xxxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxxl-auto {
        align-self: auto !important;
    }

    .align-self-xxxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxxl-center {
        align-self: center !important;
    }

    .align-self-xxxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxxl-stretch {
        align-self: stretch !important;
    }

    .order-xxxl-first {
        order: -1 !important;
    }

    .order-xxxl-0 {
        order: 0 !important;
    }

    .order-xxxl-1 {
        order: 1 !important;
    }

    .order-xxxl-2 {
        order: 2 !important;
    }

    .order-xxxl-3 {
        order: 3 !important;
    }

    .order-xxxl-4 {
        order: 4 !important;
    }

    .order-xxxl-5 {
        order: 5 !important;
    }

    .order-xxxl-last {
        order: 6 !important;
    }

    .m-xxxl-0 {
        margin: 0 !important;
    }

    .m-xxxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxxl-3 {
        margin: 1rem !important;
    }

    .m-xxxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxxl-5 {
        margin: 3rem !important;
    }

    .m-xxxl-auto {
        margin: auto !important;
    }

    .mx-xxxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxxl-auto {
        margin-top: auto !important;
    }

    .me-xxxl-0 {
        margin-right: 0 !important;
    }

    .me-xxxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxxl-auto {
        margin-right: auto !important;
    }

    .mb-xxxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxxl-auto {
        margin-left: auto !important;
    }

    .p-xxxl-0 {
        padding: 0 !important;
    }

    .p-xxxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxxl-3 {
        padding: 1rem !important;
    }

    .p-xxxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxxl-5 {
        padding: 3rem !important;
    }

    .px-xxxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxxl-5 {
        padding-left: 3rem !important;
    }

    .text-xxxl-start {
        text-align: left !important;
    }

    .text-xxxl-end {
        text-align: right !important;
    }

    .text-xxxl-center {
        text-align: center !important;
    }
    .g-xxxl-0,
    .gx-xxxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxxl-0,
    .gy-xxxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxxl-1,
    .gx-xxxl-1 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxxl-1,
    .gy-xxxl-1 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxxl-2,
    .gx-xxxl-2 {
        --bs-gutter-x: 1rem;
    }

    .g-xxxl-2,
    .gy-xxxl-2 {
        --bs-gutter-y: 1rem;
    }

    .g-xxxl-3,
    .gx-xxxl-3 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxxl-3,
    .gy-xxxl-3 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxxl-4,
    .gx-xxxl-4 {
        --bs-gutter-x: 2rem;
    }

    .g-xxxl-4,
    .gy-xxxl-4 {
        --bs-gutter-y: 2rem;
    }

    .g-xxxl-5,
    .gx-xxxl-5 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xxxl-5,
    .gy-xxxl-5 {
        --bs-gutter-y: 2.5rem;
    }

    .g-xxxl-6,
    .gx-xxxl-6 {
        --bs-gutter-x: 3rem;
    }

    .g-xxxl-6,
    .gy-xxxl-6 {
        --bs-gutter-y: 3rem;
    }
}

.form-label {
    font-size:1.125rem;
    font-weight:400;
    margin-bottom: 0.5rem;
}
.field-checkbox > div {
    display:flex;
}
.field-checkbox input[type=checkbox] {
    width:1.25rem;
    height:1.25rem;
    margin-right:0.375rem;
}
.col-form-label {
  padding-top: calc(0.75rem + 2px);
  padding-bottom: calc(0.75rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.3; }

.col-form-label-lg {
  padding-top: calc(0.75rem + 2px);
  padding-bottom: calc(0.75rem + 2px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--snc-blue);
  background-color: var(--cool-grey-98);
  background-clip: padding-box;
  border: 1px solid var(--cool-grey-85);
/*  appearance: none;*/
  border-radius: 0;
  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: #374151;
    background-color: #fff;
    border-color: #335575;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 43, 82, 0.25); }*/
  .form-control::-webkit-date-and-time-value {
    height: 1.3em; }
  .form-control::placeholder {
    color: #636365;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #EDF1F3;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.75rem 1.5rem;
    margin: -0.75rem -1.5rem;
    margin-inline-end: 1.5rem;
    color: #374151;
    background-color: transparent;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 2px;
    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: rgba(0, 0, 0, 0.05); }
  .form-control::-webkit-file-upload-button {
    padding: 0.75rem 1.5rem;
    margin: -0.75rem -1.5rem;
    margin-inline-end: 1.5rem;
    color: #374151;
    background-color: transparent;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 2px;
    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: rgba(0, 0, 0, 0.05); }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.3;
  color: var(--snc-blue);
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 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.3em + 1rem + 4px);
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.275rem; }
  .form-control-sm::file-selector-button {
    padding: 0.5rem 1.25rem;
    margin: -0.5rem -1.25rem;
    margin-inline-end: 1.25rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.5rem 1.25rem;
    margin: -0.5rem -1.25rem;
    margin-inline-end: 1.25rem; }

.form-control-lg {
  min-height: calc(1.3em + 1.5rem + 4px);
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0; }
  .form-control-lg::file-selector-button {
    padding: 0.75rem 1.5rem;
    margin: -0.75rem -1.5rem;
    margin-inline-end: 1.5rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.75rem 1.5rem;
    margin: -0.75rem -1.5rem;
    margin-inline-end: 1.5rem; }*/

textarea.form-control {
  min-height: 6rem; }

/*textarea.form-control-sm {
  min-height: calc(1.3em + 1rem + 4px); }

textarea.form-control-lg {
  min-height: calc(1.3em + 1.5rem + 4px); }*/

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.75rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.3em;
    border-radius: 0; }
  .form-control-color::-webkit-color-swatch {
    height: 1.3em;
    border-radius: 0; }
select.form-control:after {
    content:'';
    display:flex;
    width:20px;
    height:100%;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.02886 4.5L0.69873 0L9.35898 7.57104e-07L5.02886 4.5Z' fill='%23FF4D00' /%3E%3C/svg%3E");
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 4.5rem 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #374151;
  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='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 16px 12px;
  border: 2px solid #6060624F;
  border-radius: 0;
  appearance: none; }
  .form-select:focus {
    border-color: #335575;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 43, 82, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 1.5rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #EDF1F3; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #374151; }

/*.form-select-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 0.875rem; }

.form-select-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.25rem; }*/

.form-check {
  display: block;
  min-height: 1.3rem;
  padding-left: 1.625em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.625em; }

.form-check-input {
  width: 1.125em;
  height: 1.125em;
  margin-top: 0.0875em;
  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; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #335575;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 43, 82, 0.25); }
  .form-check-input:checked {
    background-color: var(--launch-orange);
    border-color: var(--launch-orange); }
    .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 10 3 3 6-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: var(--snc-blue);
    border-color: var(--snc-blue);
    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='%23335575'/%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: 1rem;
  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 rgba(0, 43, 82, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(0, 43, 82, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: var(--snc-blue);
    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: #b3bfcb; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #D8D8D9;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--snc-blue);
    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: #b3bfcb; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #D8D8D9;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #636365; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #636365; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 4px);
    padding: 1rem 1.5rem; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1.5rem;
    pointer-events: none;
    border: 2px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control::placeholder {
    color: transparent; }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    /*opacity: 0.65;*/
    transform: scale(0.8888889) translateY(-0.5rem) translateX(0.15rem); }
.form-floating > .form-control:-webkit-autofill ~ label {
    /*opacity: 0.65;*/
    transform: scale(0.8888889) 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 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #374151;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid #6060624F;
  border-radius: 0; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.275rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 6rem; }

.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: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8em;
  color: #187958; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(24, 121, 88, 0.9);
  border-radius: 0.375rem; }

.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: #187958; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #187958;
    box-shadow: 0 0 0 0 rgba(24, 121, 88, 0.25); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #187958; }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #187958;
    box-shadow: 0 0 0 0 rgba(24, 121, 88, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #187958; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #187958; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0 rgba(24, 121, 88, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #187958; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8em;
  color: #FD0202; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(253, 2, 2, 0.9);
  border-radius: 0.375rem; }

.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: #FD0202; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #FD0202;
    box-shadow: 0 0 0 0 rgba(253, 2, 2, 0.25); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #FD0202; }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #FD0202;
    box-shadow: 0 0 0 0 rgba(253, 2, 2, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #FD0202; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #FD0202; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0 rgba(253, 2, 2, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #FD0202; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }


.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 12.5rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: var(--snc-blue);
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EDF1F3;
    border-radius: 0.375rem;
}

    .dropdown-menu[data-bs-popper] {
        left: 0;
        margin-top: 0.125rem;
    }

.dropdown-menu-start {
    --bs-position: start;
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto rtl:ignore;
        left: 0 rtl:ignore;
    }

.dropdown-menu-end {
    --bs-position: end;
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0 rtl:ignore;
        left: auto rtl:ignore;
    }

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
}

    .dropend .dropdown-menu[data-bs-popper] {
        margin-top: 0;
        margin-left: 0.125rem;
    }

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
}

    .dropstart .dropdown-menu[data-bs-popper] {
        margin-top: 0;
        margin-right: 0.125rem;
    }

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #EDF1F3;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #374151;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: var(--snc-blue);
        background-color: transparent;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: var(--snc-blue);
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #636365;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

/****************************/
/******** NAVIGATION ********/
/****************************/

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0rem;
}

.mobile-nav {
    padding-left:1rem;
    padding-right:0.5rem;
}

    .navbar > .container,
    .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
        padding:0px;
    }

    .navbar ul, .upper-navbar ul {
        margin-bottom: 0;
        list-style: none;
        padding-left: 0;
    }
body.show-menu .page-header .navbar-collapse {
    position: fixed;
    top: 64px;
    background-color: #fff;
    max-height: calc(100vh - 64px);
    overflow: auto;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid var(--cool-grey-91);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.075),0px 8px 8px 0px rgba(0, 0, 0, 0.05);
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .main-nav .btn-expand {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid var(--cool-grey-91);
        border-bottom: 1px solid var(--cool-grey-91);
    }
.nav-item.active .main-nav .btn-expand {
    background-color: var(--cool-grey-98);
    border-bottom-color: transparent;
}
.main-nav .btn-expand svg {
    width: 16px;
    height: auto;
    transition:var(--link-transition);
}

.nav-item.active .main-nav .btn-expand svg {
    transform: rotate(180deg);
}

    @media(min-width:992px){
        body.show-menu .page-header .navbar-collapse {
            position: relative;
            top:unset;
            background-color: unset;
            max-height: unset;
            overflow: unset;
            opacity: 1;
            visibility: visible;
            border-top: none;
        }
        .navbar > .container,
        .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
            padding-left: calc(var(--bs-gutter-x) * 0.5);
            padding-right: calc(var(--bs-gutter-x) * 0.5);
        }
        .main-nav {
            align-items: baseline;
            justify-content: start;
        }
        .main-nav .btn-expand {
            width: unset;
            height: unset;
            border:none;
        }
        .main-nav .btn-expand svg {
            width: 10px;
            height:auto;
        }
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content:end;
}

.navbar-nav {
    display: flex;
    gap: 0rem; /* between visible main nav items */
}
.navbar .navbar-nav {
    flex-direction: column;
}
.navbar-nav li {
    display: flex;
    position: relative;
}

.navbar-nav li:has(.nav-menu-dropdown) .mobile-nav{
    align-items:baseline;
}

.navbar-nav a {
    font-weight: 400;
    line-height: 1.125rem;
    transition: all 0.15s ease-in-out;
}

    .upper-navbar .navbar-nav a {
        gap:0.125rem;
    }

    .navbar .col-item > a {
        /* Standalone nav links are bolder than sublinks under a header */
        font-weight: 500;
    }

.navbar .nav-link, .navbar ul .nav-col-header {
    font-family: var(--gilroy);
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    position: relative;
}

.main-nav {
    height:60px;
}

    .main-nav .nav-link {
        height: 100%;
        align-items: center;
        flex-grow: 1;
        border-bottom: 1px solid var(--cool-grey-91);
        padding: 0rem 1rem;
    }

.nav-menu-dropdown {
    background: var(--cool-grey-98);
    border-bottom: 1px solid var(--cool-grey-91);
    display:none;
}
@media(min-width:576px){
    body.show-menu .page-header .navbar-collapse {
        background-color: var(--cool-grey-95);
    }
    .navbar-nav {
        max-width: 540px;
        margin-left:auto;
        margin-right:auto;
        background-color:#fff;
    }
    .nav-item {
        border-left: 1px solid var(--cool-grey-91);
        border-right: 1px solid var(--cool-grey-91);
    }
    .nav-item.nav-search {
        border-left: none;
        border-right: none;
        padding: 0.8125rem 0;
    }
}
@media(min-width:768px) {
    .navbar-nav {
        max-width: 720px;
    }
}
@media(min-width:992px) {
    body.show-menu .page-header .navbar-collapse {
        background-color: #fff;
    }
    .navbar-nav {
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
        background-color: unset;
    }

    .nav-item {
        border-left: none;
        border-right: none;
    }

    .nav-item.nav-search {
        padding: 0;
    }
    .main-nav {
        height: unset;
    }

        .main-nav .nav-link {
            /*height: 100%;
            align-items: center;
            flex-grow: 1;*/
            border:none;
            padding: 2px;
        }
    .navbar-nav {
        gap: 1.5rem; /* between visible main nav items */
    }
    .navbar .nav-link, .navbar ul .nav-col-header {
        padding: 2px;
    }
    .navbar .nav-link:after {
        content: "";
        left: 50%;
        height: 0;
        border-bottom: 3px solid var(--launch-orange);
        right: 50%;
        transition: all 0.35s;
        position: absolute;
        bottom: -3px;
    }

    .navbar .nav-link:hover:after,
    .navbar-expand-lg .nav-link.active:after {
        left: 0;
        right: 0;
    }

    .navbar-nav li:hover .nav-menu-dropdown {
        top: 30px;
        opacity: 1;
        visibility: visible;
    }

    .upper-navbar .navbar-nav li:hover .nav-menu-dropdown {
        top: 20px;
    }

    .nav-menu-dropdown {
        border-top: 3px solid var(--launch-orange);
        visibility: hidden;
        position: absolute;
        transform: translate(-50%, 12px);
        margin-left: 50%;
        z-index: 10;
        transition: all 0.25s;
        opacity: 0;
        top: 50px;
        border-bottom: none;
        display:flex;
    }

        .nav-menu-dropdown:before {
            content: "";
            position: absolute;
            top: -19px;
            border: 10px solid transparent;
            border-bottom-color: var(--launch-orange);
            transform: translate(0, -2px);
            left: 50%;
            margin-left: -10px;
        }

        .nav-menu-dropdown:after {
            /* This keeps the dropdown open
            when moving mouse from top level
            nav link to its dropdown
        */
            content: '';
            position: absolute;
            top: -20px;
            height: 20px;
            left: 0;
            right: 0;
            background: transparent;
        }
}
    .nav-menu-dropdown ul {
        display: flex;
        flex-direction: column;
    }

.col-item {
    display: flex;
    flex-direction: column;
}
    .col-item a span, .nav-col-header span {
        border-left: 2px solid var(--launch-orange);
        padding: 0.5rem 1rem;
    }

    div.nav-col-header span {
        border-left-color:transparent;
    }

    .col-item .sub-links a {
        padding: 0;
    }

        .col-item .sub-links a span {
            padding: 1rem;
        }

    .col-item .sub-links:last-of-type a,
    .col-item .sub-links:last-of-type a span {
        padding-bottom: 0.5rem;
    }

    .col-item:has(div.nav-col-header) .sub-links:first-of-type a,
    .col-item:has(div.nav-col-header) .sub-links:first-of-type a span {
        padding-top: 0.5rem;
    }

.navbar-toggler {
    display: flex;
    width: 48px;
    height: 48px;
    /*background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    transition: box-shadow 0.15s ease-in-out;*/
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
}

@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;
}

/*.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%;
}*/

.hamburger {
    padding: 0 0;
    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-top: 3px;
    overflow: visible;
}

.hamburger-box {
    width: 24px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 24px;
        height: 2px;
        background-color: #002748;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::after, .hamburger-inner::before {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -8px;
        }

        .hamburger-inner::after {
            bottom: -8px;
        }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #002748;
}

.show-menu .hamburger--arrow .hamburger-inner {
    background-color: transparent;
}

    .show-menu .hamburger--arrow .hamburger-inner::before {
        transform: translate3d(0, 8px, 0) rotate(-45deg) scale(1, 1);
    }

    .show-menu .hamburger--arrow .hamburger-inner::after {
        transform: translate3d(0, -8px, 0) rotate(45deg) scale(1, 1);
    }


.navbar ul .nav-col-header {
    width: 100%;
    letter-spacing: 0.8px;
    flex-direction: column;
    line-height:1.125rem;
}

.nav-col-header {
    padding-top:0.5rem;
}

.nav-col-header span {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.nav-col-header span.nav-col-header-underline {
    padding: 0 0 0 1rem;
}

.nav-col-header-underline:after {
    display: flex;
    content: '';
    width: 20px;
    height: 2px;
    border-bottom:2px solid var(--cool-grey-80);
}


/*.nav-col-header::after {
    display: flex;
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--cool-grey-80);
}*/

/* ----------------- */
/* Show link arrow on Nav Col Header Link */
    a.nav-col-header span {
        display:flex;
        align-items:center;
        gap:2px;
        transition:var(--link-transition);
    }

    a.nav-col-header span .icon-arrow-right-solid {
        opacity: 0;
        transition: var(--link-transition);
    }

    a.nav-col-header:hover span {
        gap: 4px;
    }

    a.nav-col-header:hover span .icon-arrow-right-solid {
        opacity: 1;
    }
/* ----------------- */

.nav-dropdown-content {
    padding: 0.5rem 1rem;
}
.nav-menu-dropdown a {
    width: 100%;
    display:flex;
    align-items:center;
}

.navbar .nav-menu-dropdown .col-item > a {
    /* Standalone nav links have more padding
        than sublinks under a header */
    padding-top: 0.5rem;
}

    .navbar .nav-menu-dropdown .col-item > a:not(.nav-col-header) {
        /* Standalone nav links have more padding
        than sublinks under a header */
        padding-bottom: 0.5rem;
    }

.nav-menu-dropdown a span {
    display: flex;
    width: 100%;
}
.nav-menu-dropdown a:not(.nav-col-header):hover {
    background-color: #fff;
    padding-left: 0.625rem;
    border-color: var(--launch-orange);
}

@media(min-width:992px) {
    .nav-menu-dropdown a {
        height: unset;
    }
    .nav-menu-dropdown a:not(.nav-col-header) {
        border-left: 0.125rem solid transparent;
    }
    .navbar ul .nav-col-header {
        padding: 0.625rem 0.625rem 0rem;
        gap: 0.875rem;
    }
    .nav-menu-dropdown a:not(.nav-col-header) {
        padding: 0.5rem 0.625rem 0.5rem 0.5rem;
    }
    .nav-col-header span {
        padding:0;
        border-left:none;
    }
    .nav-col-header span.nav-col-header-underline {
        padding: 0;
    }
    .navbar .nav-menu-dropdown .col-item > a {
        /* Standalone nav links have more padding
        than sublinks under a header */
        padding-top: 0.625rem;
    }

        .navbar .nav-menu-dropdown .col-item > a:not(.nav-col-header) {
            /* Standalone nav links have more padding
        than sublinks under a header */
            padding-bottom: 0.625rem;
        }
    .nav-menu-dropdown ul {
        gap: 0.375rem;
    }
    .nav-dropdown-content {
        padding: 1.25rem 1rem;
        gap: 2rem;
    }
    .col-item {
        gap: 0.5rem;
    }
        .col-item a span, .col-item .sub-links a span {
            border: none;
            padding: 0;
        }
        
        .col-item .sub-links:last-of-type a span {
            padding-bottom: 0rem;
        }
        .col-item:has(div.nav-col-header) .sub-links:first-of-type a span {
            padding-top: 0rem;
        }
    .nav-menu-dropdown a {
        width: calc(var(--nav-col-width) + 1.375rem);
        /* Sum of:
        Span Link Text (nav-col-width)
        Padding Left: 0.5rem
        Padding Right: 0.625rem
        Border Left: 0.125rem
        Additional Left Padding on Hover: 0.125rem

        This allows links to remain same width
        so they don't change # of lines on hover
        and also allows links to appear 
        properly centered within white box
        on hover
    */
    }
        .nav-menu-dropdown a span {
            width: var(--nav-col-width);
        }
}

@media (prefers-reduced-motion: reduce) {
    .navbar ul a, .upper-navbar ul a {
        transition: none;
    }
} .nav-link.disabled {
    color: var(--cool-grey-40);
    opacity: 0.75;
    pointer-events: none;
    cursor: default;
} @media(min-width:992px) {
    .navbar-expand-lg {
        padding: 0.75rem 0rem;
    }
}

  .upper-navbar {
    padding: 0.5rem 0rem;
    transition: all 0.25s;
    background-color: var(--cool-grey-98);
} .upper-navbar .navbar-nav {
        justify-content:end;
    } .upper-navbar .navbar-nav > li {
        /* add gap between upper nav delimiters */
        gap: 1.5rem;
    } .upper-navbar .navbar-nav > li:not(:last-child):after {
        content: '';
        height: 100%;
        width: 1px;
        background-color: var(--cool-grey-80);
        display: flex;
    } .sticky-header .page-header {
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.13);
    position: sticky;
    top: 0;
    padding: 10px 0;
} .sticky-header .upper-navbar {
    height: 0;
    padding: 0;
    overflow: hidden;
}

/******** SEARCH START ********/
.nav-search {
    width: 100%;
    padding: 0.625rem;
    background-color: var(--cool-grey-95);
}
.nav-search form{
    display:flex;
    align-items:center;
    width:100%;
}
    .nav-search form input {
        background-color: #fff;
        border: 1px solid var(--cool-grey-91);
        border-right: none;
        padding: 0rem 1rem;
        transition: 0.3s;
        line-height: 1rem;
        display: flex;
        align-items: center;
        height: 100%;
        flex-grow:1;
    }
  .btn-search {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    aspect-ratio: 1;
    padding: 0.5rem;
    background-color:var(--accent-blue);
}
.btn-search svg path {
    fill: #fff;
}
.nav-search form input:focus-visible, .btn-search:focus-visible {
    outline-color: var(--snc-blue);
}

.btn-search:hover, .nav-search:hover .btn-search:hover, .nav-search:hover .btn-search:focus-visible {
    background-color: var(--accent-blue-hov);
}

    .btn-search:active, .nav-search:hover .btn-search:active, .nav-search:hover .btn-search:focus {
        background-color: var(--snc-blue);
    }

@media(min-width:992px){
    .nav-search {
        margin-right: -0.5rem;
        /* ^^ Accounts for search button
        padding so nav still lies flush
        to the right side of .container
        */
        display: flex;
        background-color: transparent;
        padding: 0px;
        width: unset;
    }
    .nav-search:hover {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    }
    .nav-search form {
        display: flex;
    }
    .nav-search form input {
        visibility: hidden;
        position: absolute;
        z-index: 10;
        transition: all 0.25s;
        opacity: 0;
        top: 0rem;
        right: 2rem;
        width: 1rem;
        display: flex;
        align-items: stretch;
        z-index:1;
    }
    .nav-search:hover form input {
        width:360px;
        right: 2.5rem;
        opacity: 1;
        visibility: visible;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.075),0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    }
    /*.search-box input.search-input {
        height: unset;
        flex-grow:1;
    }*/
    .btn-search {
        width: 3rem;
        height: 3rem;
        background-color: transparent;
        z-index:2;
    }

        .btn-search svg path {
            fill: var(--accent-blue);
        }

        .btn-search:focus svg path {
            fill: var(--snc-blue);
        }

    .nav-search:hover .btn-search {
        background-color: var(--accent-blue);
    }

        .nav-search:hover .btn-search svg path {
            fill: #fff;
        }
}
@media(min-width:1200px){
    .nav-search:hover, .nav-search:hover form input {
        box-shadow: none;
    }
    .nav-search form {        
        width: unset;
        padding: 0rem;
        background-color: transparent;
    }

        .nav-search form input {
            position: relative;
            opacity: 1;
            visibility: visible;
            top: unset;
            right: unset;
            background-color: transparent;
            border: 1px solid transparent;
            width: 0;
            padding: 0;
        }

        .nav-search:hover form input {
            width:auto;
            right:unset;
            /*width: 20rem;*/
            padding: 0rem 0.625rem;
            background-color: var(--cool-grey-98);
            border-color: var(--cool-grey-95);
        }

    
}
/********* SEARCH END *********/
.page-header {
    z-index: 100;
    position: relative;
    background: #fff;
    transition: all 0.25s;
    border-bottom:1px solid var(--cool-grey-95);
}
.navbar .hamburger {
    margin: 0;
}

/*@media (max-width: 575.98px) {
  
    .sticky-header .page-header {
      padding: 18px 0 16px;*/
      /*position: fixed;*/
      /*left: 0;
      right: 0; }
  .main-logo img {
    height: 27px; }
  .navbar-toggler {
    padding: 0; }
}*/
.home-page .page-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    background: #fff;
}
.menu-news-link {
    padding: 2px;
}
.menu-news-link-label {
    position: relative;
    margin-bottom: 4px;
}
.menu-news-link-label:after {
    content: "";
    left: 50%;
    height: 0;
    border-bottom: 1px solid var(--launch-orange);
    right: 50%;
    transition: all 0.35s;
    position: absolute;
    bottom: 0;
}
.menu-news-link:hover .menu-news-link-label:after {
    left: 0;
    right: 0;
}

  @media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
            align-items:center;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

        .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;
        }
}
/****************************/
/****** END NAVIGATION ******/
/****************************/
/* save for later
    .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-scroll {
        overflow: visible;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }


.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-scroll {
        overflow: visible;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}



@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}
*/
/* Probably can delete 

    @media (max-width: 767.98px) {
    .nav-menu-dropdown {
        display: none;
        position: static;
        width: 100%;
    }
}*/

/****************************/
/******* START FOOTER *******/
/****************************/

.footer {
    background-color:var(--cool-grey-98);
}

.footer ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.footer .tagline {
    color:var(--snc-blue);
}

.footer-social {
    display:flex;
    column-gap:1rem;
    font-size:1.5rem;
}

.footer-nav > ul:first-of-type .footer-col-item {
    border-top: 1px solid var(--cool-grey-91);
}

.footer-nav a {
    font-weight: 400;
    line-height: 1.125rem;
    transition: all 0.15s ease-in-out;
}

.footer-nav .footer-col-item > a {
    /* Standalone nav links are bolder than sublinks under a header */
    font-weight: 500;
}

.footer-dropdown, .footer-dropdown ul {
    width:100%;
    flex-direction:column;
    display:flex;
}

.footer-dropdown {
    display: none;
    border-bottom: 1px solid var(--cool-grey-91);
}

/*.footer-nav .footer-col-item {
    gap: 1.125rem;
}*/

    .footer-dropdown ul {
        border-left: 2px solid var(--accent-blue);
    }

/*.footer-nav .col {
    row-gap:1.75rem;
}*/

.footer-col-header {
    /* Each column header has collapse arrow on mobile */
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.footer-col-header, .footer-col-header a {
    font-family: var(--gilroy);
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 700;
    position: relative;
    line-height: 1.125rem;
}

    .footer-col-header a, .footer-col-header span {
        display: flex;
        align-items: center;
        flex-grow: 1;
        border-bottom: 1px solid var(--cool-grey-91);
        padding-top: 2px;
    }

/* Show link arrow on Nav Col Header Link */
    .footer-col-header a {
        gap: 2px;
        transition: var(--link-transition);
    }

        .footer-col-header a .icon-arrow-right-solid {
            opacity: 0;
            transition: var(--link-transition);
        }

        .footer-col-header a:hover {
            gap: 4px;
        }

            .footer-col-header a:hover .icon-arrow-right-solid {
                opacity: 1;
            }
/* ----------------- */

.footer .footer-col-item {
    display: flex;
/*    align-items: center;
    justify-content: space-between;*/
    flex-direction:column;
}

    .footer .footer-col-item .btn-expand {
        width: 60px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid var(--cool-grey-91);
        border-bottom: 1px solid var(--cool-grey-91);
        padding-top:0.125rem;
    }
    .footer .footer-col-item .header-static .btn-expand {
        border-left-color: transparent;
    }
    .footer-top, .footer-nav {
        column-gap:2rem;
    }
    .footer-top {
        padding:2rem 0rem 1rem 0rem;
        row-gap:1rem;
    }

.footer .footer-col-item .btn-expand svg {
    width: 16px;
    height: auto;
    transition: var(--link-transition);
}

    .footer .footer-col-item .btn-expand svg path {
        fill: var(--accent-blue);
    }
.footer-col-item.active .footer-col-header .btn-expand,
.footer .footer-col-item.active .header-static span {
    border-bottom-color: transparent;
}

.footer .footer-col-item .header-static span {
    cursor:pointer;
}

.footer-col-item.active .footer-col-header .btn-expand svg {
    transform: rotate(180deg);
}

.footer .sub-links {
    display:flex;
}
    .footer .sub-links a, .footer-bottom li a {
        padding: 1rem;
    }


.footer-bottom {
    background-color:var(--cool-grey-95);
    padding:1rem 0rem;
}

    .footer-bottom ul {
        column-gap: 1.25rem;
        font-size: 0.875rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom ul li {
        display: flex;
        column-gap: 1.25rem;
    }

@media(min-width:768px) {
    .footer-bottom ul {
        align-items: unset;
    }

        .footer-bottom ul > li:not(:last-child):after {
            content: '';
            height: 100%;
            width: 1px;
            border-right: 1px solid var(--cool-grey-80);
            display: flex;
        }

    .footer-bottom li a {
        padding: 0rem;
    }
}

@media(min-width:992px) {
    .footer-top {
        padding: 4rem 0rem 3rem 0rem;
        row-gap: 2rem;
    }

    .footer-nav > ul:first-of-type .footer-col-item {
        border-top: none;
    }

    .footer-nav .footer-col-item {
        gap: 1.125rem;
    }

    .footer-dropdown, .footer-dropdown ul {
        row-gap: 1.125rem;
    }

    .footer-dropdown {
        display: flex;
        border: none;
    }

        .footer-dropdown ul {
            border: none;
        }

    .footer .footer-col-header {
        align-items: baseline;
        justify-content: start;
    }

    .footer-col-header a, .footer-col-header span {
        padding-top: unset;
        flex-grow: unset;
        border-bottom: none;
    }

    .footer .footer-col-header .btn-expand {
        width: unset;
        height: unset;
        border: none;
        padding-top: unset;
    }

        .footer .footer-col-header .btn-expand svg {
            width: 10px;
            height: auto;
        }
    .footer .footer-col-item .header-static span {
        cursor: auto;
    }
    .footer .sub-links a {
        padding: 0rem;
    }
}

.suppliers-links-wrap li {
    margin-bottom: 32px;
}

.suppliers-links-wrap a {
    font-weight: 700;
    color: var(--snc-blue);
}

/****************************/
/******** END FOOTER ********/
/****************************/

.capability-grid > * {
    text-align: center;
}

.capability-grid {
    row-gap: 2rem;
    padding:2.5rem 0rem;
}

@media(min-width:768px) {
    .capability-grid > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media(min-width:1200px) {
    .capability-grid > * {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.tab-content > .tab-pane {
    display: none;
} .tab-content > .active {
    display: block;
} .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: #4B5563;
*/    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; } .breadcrumb-item.active {
  color: #4B5563; } .badge {
  display: inline-block;
  padding: 0.35em 0.75em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem; } .badge:empty {
    display: none; } .btn .badge {
  position: relative;
  top: -1px; } .alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.375rem; } .alert-heading {
  color: inherit; } .alert-link {
  font-weight: 700; } .alert-dismissible {
  padding-right: 3.75rem; } .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1.25rem; } .alert-primary {
  color: #001a31;
  background-color: #ccd5dc;
  border-color: #b3bfcb; } .alert-primary .alert-link {
    color: #001527; } .alert-secondary {
  color: #992e00;
  background-color: #ffdbcc;
  border-color: #ffcab3; } .alert-secondary .alert-link {
    color: #7a2500; } .alert-success {
  color: #0e4935;
  background-color: #d1e4de;
  border-color: #bad7cd; } .alert-success .alert-link {
    color: #0b3a2a; } .alert-info {
  color: #0e545f;
  background-color: #d3f6fc;
  border-color: #bdf2fa; } .alert-info .alert-link {
    color: #0b434c; } .alert-warning {
  color: #66551f;
  background-color: #fff6db;
  border-color: #fff2ca; } .alert-warning .alert-link {
    color: #524419; } .alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; } .alert-danger .alert-link {
    color: #6a1a21; } .alert-light {
  color: #5f6061;
  background-color: #fbfcfd;
  border-color: #fafbfb; } .alert-light .alert-link {
    color: #4c4d4e; } @keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } } .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #D8D8D9;
  border-radius: 0.375rem; } .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--snc-blue);
  transition: width 0.6s ease; } @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } } .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; } .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; } @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } } .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.375rem; } .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: #374151;
  text-align: inherit; } .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #374151;
    text-decoration: none;
    background-color: #EDF1F3; } .list-group-item-action:active {
    color: var(--snc-blue);
    background-color: #EDF1F3; } .list-group-item {
  position: relative;
  display: block;
  padding: 1.5rem 1rem;
  color: #111827;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #EDF1F3; } .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: #4B5563;
    pointer-events: none;
    background-color: #fff; } .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--snc-blue);
    border-color: var(--snc-blue); } .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.375rem;
    border-top-right-radius: 0; } .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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.375rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.375rem;
      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.375rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.375rem;
      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.375rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.375rem;
      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.375rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.375rem;
      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.375rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.375rem;
      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: #001a31;
  background-color: #ccd5dc; } .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #001a31;
    background-color: #b8c0c6; } .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #001a31;
    border-color: #001a31; } .list-group-item-secondary {
  color: #992e00;
  background-color: #ffdbcc; } .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #992e00;
    background-color: #e6c5b8; } .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #992e00;
    border-color: #992e00; } .list-group-item-success {
  color: #0e4935;
  background-color: #d1e4de; } .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0e4935;
    background-color: #bccdc8; } .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0e4935;
    border-color: #0e4935; } .list-group-item-info {
  color: #0e545f;
  background-color: #d3f6fc; } .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0e545f;
    background-color: #bedde3; } .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0e545f;
    border-color: #0e545f; } .list-group-item-warning {
  color: #66551f;
  background-color: #fff6db; } .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #66551f;
    background-color: #e6ddc5; } .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #66551f;
    border-color: #66551f; } .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: #5f6061;
  background-color: #fbfcfd; } .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #5f6061;
    background-color: #e2e3e4; } .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #5f6061;
    border-color: #5f6061; } .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5; } .btn-close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.75; } .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 43, 82, 0.25);
    opacity: 1; } .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; } .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); } @keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } } .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border; } .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; } @keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } } .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow; } .spinner-grow-sm {
  width: 1rem;
  height: 1rem; } @media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } } .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; } @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } } .offcanvas-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem; } .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; } .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.3; } .offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; } .offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid #EDF1F3;
  transform: translateX(-100%); } .offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid #EDF1F3;
  transform: translateX(100%); } .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid #EDF1F3;
  transform: translateY(100%); } .offcanvas.show {
  transform: none; } .offcanvas-backdrop::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1044;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(17, 24, 39, 0.1); } .table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-body-color);
  vertical-align: top;
  border-color: var(--bs-border-color); } .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); } .table > tbody {
    vertical-align: inherit; } .table > thead {
    vertical-align: bottom; } .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentcolor; } .caption-top {
  caption-side: top; } .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; } .table-bordered > :not(caption) > * {
  border-width: 1px 0; } .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; } .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; } .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); } .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); } .table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); } .table-primary {
  --bs-table-bg: #ccd5dc;
  --bs-table-striped-bg: #c2cad1;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8c0c6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdc5cc;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8c0c6; } .table-secondary {
  --bs-table-bg: #ffdbcc;
  --bs-table-striped-bg: #f2d0c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6c5b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #eccbbd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6c5b8; } .table-success {
  --bs-table-bg: #d1e4de;
  --bs-table-striped-bg: #c7d9d3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bccdc8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c1d3cd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bccdc8; } .table-info {
  --bs-table-bg: #d3f6fc;
  --bs-table-striped-bg: #c8eaef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bedde3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c3e4e9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bedde3; } .table-warning {
  --bs-table-bg: #fff6db;
  --bs-table-striped-bg: #f2ead0;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6ddc5;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece4cb;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6ddc5; } .table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfc2c4; } .table-light {
  --bs-table-bg: #EDF1F3;
  --bs-table-striped-bg: #e1e5e7;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #d5d9db;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #dbdfe1;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #d5d9db; } .table-dark {
  --bs-table-bg: #111827;
  --bs-table-striped-bg: #1d2432;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #292f3d;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #232937;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #292f3d; } .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; } } .clearfix::after {
  display: block;
  clear: both;
  content: ""; } .link-primary {
  color: var(--snc-blue); } .link-primary:hover, .link-primary:focus {
    color: #002242; } .link-secondary {
  color: var(--launch-orange); } .link-secondary:hover, .link-secondary:focus {
    color: #ff7133; } .link-success {
  color: #187958; } .link-success:hover, .link-success:focus {
    color: #136146; } .link-info {
  color: #22d3ee; } .link-info:hover, .link-info:focus {
    color: #4edcf1; } .link-warning {
  color: #ffd44d; } .link-warning:hover, .link-warning:focus {
    color: #ffdd71; } .link-danger {
  color: #dc3545; } .link-danger:hover, .link-danger:focus {
    color: #b02a37; } .link-light {
  color: #EDF1F3; } .link-light:hover, .link-light:focus {
    color: #f1f4f5; } .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: calc(3 / 4 * 100%); } .ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); } .ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); } .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; } .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; } .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; } @media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } } @media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } } @media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } } @media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } } @media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } } .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; } .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; } .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; } .align-baseline {
  vertical-align: baseline !important; } .align-top {
  vertical-align: top !important; } .align-middle {
  vertical-align: middle !important; } .align-bottom {
  vertical-align: bottom !important; } .align-text-bottom {
  vertical-align: text-bottom !important; } .align-text-top {
  vertical-align: text-top !important; } .overflow-auto {
  overflow: auto !important; } .overflow-hidden {
  overflow: hidden !important; } .overflow-visible {
  overflow: visible !important; } .overflow-scroll {
  overflow: scroll !important; } .shadow {
  box-shadow: 0 0.3rem 1.8rem 0 rgba(0, 26, 49, 0.2) !important; } .shadow-sm {
  box-shadow: 0 0.15rem 1.25rem 0 rgba(0, 26, 49, 0.1) !important; } .shadow-lg {
  box-shadow: 0 0.4rem 2.2rem 0 rgba(0, 26, 49, 0.3) !important; } .shadow-none {
  box-shadow: none !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 #D8D8D9 !important; } .border-0 {
  border: 0 !important; } .border-top {
  border-top: 1px solid #D8D8D9 !important; } .border-top-0 {
  border-top: 0 !important; } .border-end {
  border-right: 1px solid #D8D8D9 !important; } .border-end-0 {
  border-right: 0 !important; } .border-bottom {
  border-bottom: 1px solid #D8D8D9 !important; } .border-bottom-0 {
  border-bottom: 0 !important; } .border-start {
  border-left: 1px solid #D8D8D9 !important; } .border-start-0 {
  border-left: 0 !important; } .border-primary {
  border-color: var(--snc-blue) !important; } .border-secondary {
  border-color: var(--launch-orange) !important; } .border-success {
  border-color: #187958 !important; } .border-info {
  border-color: #22d3ee !important; } .border-warning {
  border-color: #ffd44d !important; } .border-danger {
  border-color: #dc3545 !important; } .border-light {
  border-color: #EDF1F3 !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; } .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; } .mh-100 {
  max-height: 100% !important; } .vh-100 {
  height: 100vh !important; } .min-vh-100 {
  min-height: 100vh !important; } .gap-0 {
  gap: 0 !important; } .gap-1 {
  gap: 0.5rem !important; } .gap-2 {
  gap: 1rem !important; } .gap-3 {
  gap: 1.5rem !important; } .gap-4 {
  gap: 2rem !important; } .gap-5 {
  gap: 2.5rem !important; } .gap-6 {
  gap: 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.35rem + 1.2vw) !important; } .fs-3 {
  font-size: calc(1.325rem + 0.9vw) !important; } .fs-4 {
  font-size: calc(1.3125rem + 0.75vw) !important; } .fs-5 {
  font-size: calc(1.275rem + 0.3vw) !important; } .fs-6 {
  font-size: 1.25rem !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.3 !important; } .lh-lg {
  line-height: 2 !important; } .text-decoration-none {
  text-decoration: none !important; } .text-decoration-underline {
  text-decoration: underline !important; } .text-decoration-line-through {
  text-decoration: line-through !important; } .text-lowercase {
  text-transform: lowercase !important; } .text-uppercase {
    text-transform: uppercase !important;
} .text-capitalize {
  text-transform: capitalize !important; } .text-wrap {
  white-space: normal !important; } .text-nowrap {
  white-space: nowrap !important; }
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }
/* rtl:end:remove */
.text-primary {
  color: var(--snc-blue) !important; } .text-secondary {
  color: var(--launch-orange) !important; } .text-success {
  color: #187958 !important; } .text-info {
  color: #22d3ee !important; } .text-warning {
  color: #ffd44d !important; } .text-danger {
  color: #dc3545 !important; } .text-light {
  color: #EDF1F3 !important; } .text-white {
  color: #fff !important; } .text-body {
  color: var(--snc-blue-35) !important; } .text-muted {
  color: var(--snc-blue-40) !important; } .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; } .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; } .text-reset {
  color: inherit !important; } .bg-primary {
  background-color: var(--snc-blue) !important; } .bg-secondary {
  background-color: var(--launch-orange) !important; } .bg-success {
  background-color: #187958 !important; } .bg-info {
  background-color: #22d3ee !important; } .bg-warning {
  background-color: #ffd44d !important; } .bg-danger {
  background-color: #dc3545 !important; } .bg-light {
  background-color: #EDF1F3 !important; } .bg-body {
  background-color: #fff !important; } .bg-transparent {
  background-color: transparent !important; } .bg-gradient {
  background-image: var(--bs-gradient) !important; } .user-select-all {
  user-select: all !important; } .user-select-auto {
  user-select: auto !important; } .user-select-none {
  user-select: none !important; } .pe-none {
  pointer-events: none !important; } .pe-auto {
  pointer-events: auto !important; } .rounded {
  border-radius: 0.375rem !important; } .rounded-0 {
  border-radius: 0 !important; } .rounded-1 {
  border-radius: 0.275rem !important; } .rounded-2 {
  border-radius: 0.375rem !important; } .rounded-3 {
  border-radius: 0.75rem !important; } .rounded-circle {
  border-radius: 50% !important; } .rounded-pill {
  border-radius: 3.25rem !important; } .rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important; } .rounded-end {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important; } .rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important; } .rounded-start {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important; } @media (min-width: 576px) {  
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.5rem !important; }
  .gap-sm-2 {
    gap: 1rem !important; }
  .gap-sm-3 {
    gap: 1.5rem !important; }
  .gap-sm-4 {
    gap: 2rem !important; }
  .gap-sm-5 {
    gap: 2.5rem !important; }
  .gap-sm-6 {
    gap: 3rem !important; }  
  .text-sm-uppercase {
    text-transform: uppercase !important; }

} @media (min-width: 768px) {
  
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.5rem !important; }
  .gap-md-2 {
    gap: 1rem !important; }
  .gap-md-3 {
    gap: 1.5rem !important; }
  .gap-md-4 {
    gap: 2rem !important; }
  .gap-md-5 {
    gap: 2.5rem !important; }
  .gap-md-6 {
    gap: 3rem !important; }
    .text-md-uppercase {
        text-transform: uppercase !important;
    }
 } @media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.5rem !important; }
  .gap-lg-2 {
    gap: 1rem !important; }
  .gap-lg-3 {
    gap: 1.5rem !important; }
  .gap-lg-4 {
    gap: 2rem !important; }
  .gap-lg-5 {
    gap: 2.5rem !important; }
  .gap-lg-6 {
    gap: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
    .text-lg-uppercase {
        text-transform: uppercase !important;
    }

} @media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.5rem !important; }
  .gap-xl-2 {
    gap: 1rem !important; }
  .gap-xl-3 {
    gap: 1.5rem !important; }
  .gap-xl-4 {
    gap: 2rem !important; }
  .gap-xl-5 {
    gap: 2.5rem !important; }
  .gap-xl-6 {
    gap: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
    .text-xl-uppercase {
        text-transform: uppercase !important;
    }
} @media (min-width: 1400px) {
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.5rem !important; }
  .gap-xxl-2 {
    gap: 1rem !important; }
  .gap-xxl-3 {
    gap: 1.5rem !important; }
  .gap-xxl-4 {
    gap: 2rem !important; }
  .gap-xxl-5 {
    gap: 2.5rem !important; }
  .gap-xxl-6 {
    gap: 3rem !important; }
    .text-xxl-uppercase {
        text-transform: uppercase !important;
    }

} @media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2.25rem !important; }
  .fs-3 {
    font-size: 2rem !important; }
  .fs-4 {
    font-size: 1.875rem !important; }
  .fs-5 {
    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; } } .img-text-grid, .text-img-grid {
  grid-template-columns: 640px auto;
  grid-gap: 100px; } @media (max-width:1440px){
    .img-text-grid,
    .text-img-grid {
        grid-template-columns: 48% 47%;
        grid-gap: 60px;
    }
} @media (max-width: 767.98px) {
    .img-text-grid,
    .text-img-grid {
      grid-template-columns: 1fr;
      grid-gap: 12px; } } @media (min-width: 768px) and (max-width: 1199.98px) {
    .img-text-grid,
    .text-img-grid {
      grid-template-columns: 1fr 1fr;
      grid-gap: 60px; } } 
.banner-grid {
  grid-template-columns: 1fr;
  grid-gap: 2.5rem; }
@media (min-width:992px) {
    .banner-grid {
      grid-template-columns: auto auto;
      grid-gap: 6rem;
    }
}
                     
.ai-grid {
  display: grid;
  grid-template-columns: 1fr;
  position: relative; }

/*.ai-grid:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #fff; }*/
.ai-grid .grid-item {
    border-bottom: 1px solid var(--snc-blue-40);
    padding: 1rem 0;
}
.ai-grid .grid-item:last-of-type {
    border-bottom: none;
}
.grid-truncate .truncated {
    display: none;
}

.ai-grid .grid-line {
    border-bottom: 1px solid var(--snc-blue-40);
    display: none;
}

.grid-line-2 {
    grid-column: 1 / span 2;
}

.grid-line-3 {
    grid-column: 1 / span 3;
}

@media(min-width:576px){
    .ai-grid .grid-item {
        border-bottom: none;
        padding: 1.5rem;
    }
    .ai-grid .grid-item:nth-of-type(odd) {
        border-right: 1px solid var(--snc-blue-40);
    }
    .ai-grid .grid-line-2:not(.truncated) {
        display: block;
    }
}
@media(min-width:992px) {
    .ai-grid.ai-grid-3-col .grid-item {
        border-right: 1px solid var(--snc-blue-40);
    }
    .ai-grid.ai-grid-3-col .grid-item:nth-of-type(3n) {
        border-right: none;
    }
    .ai-grid.ai-grid-3-col .grid-line-2:not(.truncated) {
        display: none;
    }
    .ai-grid .grid-line-3:not(.truncated) {
        display: block;
    }
}



.ai-grid .grid-item .icon {
    font-size: 1rem;
    opacity: 0;
    position: relative;
    left: 0;
    transition: all 0.25s;
    width: 0;
    display: inline-block;
}
.ai-grid-link {
    display: block;
    padding: 40px 25px;
    height: 100%;
    font-size: 16px; }
.ai-grid a h1, .ai-grid a .h1, .ai-grid a h2, .ai-grid a .h2, .ai-grid a h3, .ai-grid a .h3,
.ai-grid a h4, .ai-grid a .h4, .ai-grid a h5, .ai-grid a .h5, .ai-grid a h6, .ai-grid a .h6 {
    color: inherit;
}
/*.ai-grid-link:hover .ai-grid-item-title {
      font-weight: 600;
      letter-spacing: 0; }*/
.ai-grid-link:hover .icon {
      opacity: 1;
      left: 4px; }
.ai-grid-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    /*letter-spacing: -0.5px;*/
   /* transition: all 0.25s ease-in-out;*/ }
@media (max-width: 575.98px) {
    .ai-grid-link {
      padding: 20px; }
    .ai-grid-item-title {
      font-size: 18px; }
}

@media(min-width:576px) {
    .ai-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .ai-grid.ai-grid-3-col {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.about-section:has(.btn-outline) .btn-outline {
    margin-bottom: 0.5rem;
}

@media (max-width: 575.98px) {
  .main-section.featured-section {
    padding: 80px 0 0 0; }
  .main-section.related-domain-section {
    padding: 50px; }
  .main-section.related-award-section {
    padding: 48px 0; }
  .main-section.about-section {
    padding-bottom: 0; }
  .main-section.mission-section {
    padding-top: 40px; } } .capabilities .about-section {
  font-size: 18px;
  line-height: 1.7;
  background: #fff; } @media (max-width: 575.98px) {
    .capabilities .about-section {
      font-size: 16px;
      line-height: 1.25;
      padding-bottom: 24px; } } .default-banner {
  min-height: 183px;
  color: #000;
  background: #dddddd 0% 0% no-repeat padding-box; } .default-banner .no-banner {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem); }
 
  @media (min-width: 576px) {
  .btn-toggle {
    display: none; } }


/****** NEWS WRAP ******/

.news-wrap-grid {
    grid-template-columns: 284px 3fr;
    grid-gap: 55px;
}

@media (max-width: 767.98px) {
    .news-wrap-grid {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
}

.news-section {
    position: relative;
    z-index: 2;
}

.news-section .news-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 76px;
}

@media (max-width: 767.98px) {
    .news-section .news-grid {
        grid-template-columns: 1fr;
        grid-gap: 26px;
    }

    .news-section .news-grid-2 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px;
    }
}

.news-section .news-grid-item {
    display: block;
    position: relative;
    filter: drop-shadow(4px 4px 9px #00000014);
}

.news-section .news-grid-item:before {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: rgba(96, 96, 98, 0.3);
    width: 50px;
    height: 50px;
}

.news-section .news-grid-item .news-card {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 100%, 0 0);
}

.news-section .news-grid-item .news-card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.news-section .news-grid-item .news-img {
    overflow: hidden;
}

.news-section .news-grid-item .news-img img {
    transition: all 0.25s;
}

.news-section .news-grid-item:hover .news-img img {
    transform: scale(1.05);
}

.news-section .news-grid-item .news-item-description {
    margin-bottom: 20px;
    color: var(--snc-blue-35);
}

@media (max-width: 575.98px) {
    .news-section .news-grid-item .news-item-description {
        font-size: 12px;
    }
}

.news-section .news-grid-title {
    line-height: 24px;
}

.news-section_wide {
    overflow: visible;
    padding: 100px 0;
    position: relative;
}

.news-section_wide .top-inner-shadow {
    top: 0;
    height: 10px;
}

.news-section_wide:after {
    display: none;
}

.news-title-item {
    position: relative;
}

@media (max-width: 575.98px) {
    .news-title-item {
        max-width: 284px;
    }
}

.news-title-item:before {
    content: "";
    height: 100px;
    width: 100px;
    background: var(--launch-orange);
    right: 6px;
    bottom: 6px;
    position: absolute;
}


.news-title-item-inner {
    padding: 80px 24px 32px;
    color: #fff;
    margin-bottom: auto;
    height: 100%;
    margin-top: -40px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 100%, 0 0);
}

@media (max-width: 575.98px) {
    .news-title-item-inner {
        padding: 24px 12px;
    }
}

.news-grid-wide-wrap {
    grid-template-columns: 224px auto;
    height: 300px;
    gap: 50px;
}

.news-grid-wide-wrap .news-title-item {
    height: calc(100% + 40px);
    top: -73px;
    height: 373px;
    width: 284px;
    left: -60px;
}

.news-grid-wide-wrap .news-title-item-inner {
    margin-top: 0;
}

@media screen and (max-width: 1560px) {
    .news-grid-wide-wrap {
        grid-template-columns: 284px auto;
    }

    .news-grid-wide-wrap .news-title-item {
        left: 0;
    }
}

.news-card_wide .news-grid-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.news-card_wide .news-grid-content .news-description {
    margin-bottom: 24px;
}

.news-grid-item_wide {
    height: 300px;
}

.news-card .tag-name {
    font-family: var(--gilroy);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: 12px;
    color: var(--snc-blue-35);
    letter-spacing: 0.8px;
}

.news-card .tag-name:after {
    padding-top: 12px;
    content: "";
    width: 26px;
    height: 0;
    border-bottom: 2px solid var(--launch-orange);
    display: block;
}

@media (max-width: 575.98px) {
    .news-grid-item_wide {
        height: auto;
    }

    .news-item-title {
        font-size: 22px;
        line-height: 27px;
    }

    .news-grid-wide-wrap {
        grid-template-columns: 1fr;
        height: auto;
        grid-gap: 0;
    }

    .news-grid-wide-wrap .news-title-item {
        left: 0;
        top: -24px;
        height: auto;
    }

    .news-grid-wide-wrap .news-title-item-inner {
        left: 0;
        top: 0;
        padding: 24px 32px 24px 12px;
    }
}

.news-section-wrap .news-wrap-grid {
    grid-template-columns: 267px auto;
}

@media (max-width: 575.98px) {
    .news-section-wrap .news-wrap-grid {
        grid-template-columns: 1fr;
    }
}

.news-section-wrap .news-section {
    padding-top: 44px;
    z-index: 5;
}

@media (max-width: 575.98px) {
    .news-section-wrap .news-section {
        padding-top: 0;
    }
}

.news-section-wrap .news-title-item-inner {
    padding: 82px 24px 42px;
    margin-top: -88px;
}

@media (max-width: 575.98px) {
    .news-section-wrap .news-title-item-inner {
        padding: 24px 12px;
        margin-top: -20px;
    }
}

.news-filter {
    margin-bottom: 115px;
}

@media (max-width: 575.98px) {
    .news-filter {
        margin-bottom: 2rem;
        font-size: 14px;
    }
}

.news-filter .active {
    border-bottom: 2px solid var(--launch-orange);
}

.news-list-img {
    width: 200px;
}

.news-list-item:not(:last-child) {
    margin-bottom: 32px;
}

@media (min-width: 576px) {
    .news-title-section-wrap {
        width: 460px;
    }

    .news-media-images {
        width: 600px;
    }
}

/****** END NEWS WRAP ******/

.pagination a {
  display: block;
  padding: 0 10px; } .pagination .active {
  border-bottom: 2px solid var(--launch-orange); }

.main-section {
    padding: 40px 0;
}
@media (min-width: 576px) {
    .main-section {
        padding: 90px 0;
    }
}

a .icon-arrow-right {
  left: 0;
  transition: left 0.3s;
  position: relative; } a:hover .icon-arrow-right {
  left: 4px;
  transition: left 0.3s; } .about-section {
  position: relative; } .about-section .slant-shape {
    position: absolute;
    height: 130px;
    bottom: -130px;
    width: 100%;
    transform: skew(360deg, 178deg);
    background: #fff;
    transform-origin: left; } @media (max-width: 575.98px) {
      .about-section .slant-shape {
        height: 40px;
        bottom: -40px; } } .about-section .slant-shape:before, .about-section .slant-shape:after {
      content: "";
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0; } .about-section .slant-shape:before {
      box-shadow: 0 0 17px rgba(0, 0, 0, 0.3); } .about-section .slant-shape:after {
      background: #fff;
      height: 17px;
      z-index: 1; } .git_section .git-content-wrap {
  margin-top: -9em; } @media (max-width: 575.98px) {
    .git_section .git-content-wrap {
      margin-top: -4.5em; } } .main-section .related-domain-section {
  padding-bottom: 40px; } 


/****** BANNERS ******/
.banner-wrap {
    position: relative;
    overflow: hidden;
    background-size:cover;
}
.transition-seamless + .banner-wrap.has-bg-image {
    padding-top: calc(var(--trans-height) - var(--trans-bdr-width));
    padding-bottom: calc(var(--trans-height) - var(--trans-bdr-width));
}
.banner-wrap.has-padding {
        padding: 8px 0 65px;
    } .banner-basic {
        background-color: var(--cool-grey-95);
    } .banner-basic.bg-snc-blue {
    color: #fff;
} .banner-flexible {
    padding: 1rem 0rem 2.5rem;
} .banner-inner, .banner-inner.slick-slide {
    background-size: cover;
    background-position: center center;
} .banner-flexible .banner-inner {
    position: absolute;
    top: 2.5rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    z-index: -1;
} .banner-fw .banner-inner, .banner-fw .banner-inner.slick-slide {
    padding: 5.5rem 0rem 0rem;
    overflow: hidden;
} .banner-wrap .banner-content {
    display: flex;
} .banner-basic .banner-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
} .banner-flexible .banner-content {
    padding: 0rem;
    min-height: 420px;
} .banner-fw .banner-content {
    position: relative;
    align-items: center;
} .banner-flexible .banner-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 1.5rem 1rem;
} .banner-image-inner {
    width: auto;
    height: 280px;
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 768/450;
} .banner-flexible .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    overflow: visible;
} ul.slick-slider {
    margin-bottom: 0rem;
    padding-left: 0rem;
} .cust-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
    overflow-y: hidden;
} .banner-text-notch {
    background: var(--cool-grey-95);
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%, 0 100%, 0 0);
    padding: 1.875rem 0.9375rem;
    opacity: 0.95;
    z-index: 1;
    margin-bottom:-1.875rem;
}
.banner-strapline {
    font-family: var(--gilroy);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: 12px;
    color: var(--snc-blue-35);
    letter-spacing: 0.8px;
}
  .banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
} .banner-media {
    display: flex;
    align-items: center;
    justify-content: center;
} .banner-media img {
        width: 100%;
    } .banner-wrap .video-img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
} .banner-wrap .video-img-wrap .placeholder-img {
        transition: all 0.25s;
        width: 100%;
        height: 100%;
        object-fit: cover;
    } .banner-wrap .video-img-wrap:hover .video-icon-wrap {
        opacity: 1;
    } .banner-wrap .video-img-wrap:hover .placeholder-img {
        transform: scale(1.1);
    } .video-icon-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    color: #fff;
    opacity: 0.7;
    transition: all 0.25s;
} @media(min-width:576px) {
    .banner-fw .banner-inner, .banner-fw .banner-inner.slick-slide {
        padding: 6.75rem 0rem 10rem;
    }
    .banner-text-notch {
        padding:1.875rem 1.5rem;
        margin-bottom:0px;
    }
    .banner-inner, .banner-inner.slick-slide {
        height: auto;
    }
} @media(min-width:768px) {
    .banner-fw .banner-inner, .banner-fw .banner-inner.slick-slide {
        padding: 10rem 0rem 5.5rem;
    }
    .banner-text-notch {
        clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 0 100%, 0 100%, 0 0);
        padding: 3rem 2rem;
    }
} @media(min-width:992px) {
    .banner-fw .banner-inner, .banner-fw .banner-inner.slick-slide {
        padding: 12.375rem 0rem 5.5rem;
    }
    .banner-text-notch {
        clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - 3.375rem), calc(100% - 3.375rem) 100%, 0 100%, 0 100%, 0 0);
        padding: 3.375rem 2.25rem;
    }
    .banner-flexible .banner-content {
        padding: 0rem 2.125rem;
        min-height: 500px;
    }
    .banner-flexible.banner-short .banner-content {
        min-height: 370px;
    }

    .banner-flexible .banner-image {
        padding: 2.75rem 1rem;
    }

        .banner-flexible .banner-image img {
            object-fit: cover;
            max-width: 50%;
            max-height: 60%;
        }
} @media(min-width:1200px) {
    .banner-fw .banner-inner, .banner-fw .banner-inner.slick-slide {
        padding: 12.875rem 0rem 6rem;
    }
    .banner-text-notch {
        padding: 3rem;
    }
    .banner-fw .banner-inner, .banner-fw .banner-inner.slick-slide {
        padding: 100px 0px;
    }
    .home-page .banner-fw .banner-inner, .home-page .banner-fw .banner-inner.slick-slide {
        padding-top: 193px;
        /* 100px padding plus nav height since nav is sticky */
    }
    .banner-flexible .banner-content {
        padding: 0rem 3rem;
    }
    .banner-flexible .banner-image {
        padding: 2.75rem 2.25rem;
    }

        .banner-flexible .banner-image img {
            object-fit: cover;
            max-width: 50%;
            max-height: 80%;
        }
} @media(min-width:1400px) {

    .banner-text-notch {
        padding: 3.75rem 3rem;
    }
    .banner-flexible .banner-image {
        padding: 6.5rem 3rem 1.5rem;
    }

        .banner-flexible .banner-image img {
            object-fit: cover;
            max-width: 100%;
            max-height: 100%;
        }
}
/****** BANNERS END ******/

.ready-to-take {
    position: relative;
    padding:40px;
}
.ready-to-take.has-bg-image {
    padding-top: calc(var(--trans-height) - var(--trans-bdr-width));
    padding-bottom: calc(var(--trans-height) - var(--trans-bdr-width));
    clip-path: polygon(0 0, 100% calc(var(--trans-height) - var(--trans-bdr-width)), 100% calc(100% - var(--trans-height) - var(--trans-bdr-width)), 0% 100%);
    background-size: cover;
}

.ready-take-img-wrap {
    position: relative;
    margin-bottom: 0;
}
.layout-reg .ready-take-img-wrap {
    margin-left: auto;
}
.ready-take-img-wrap [data-aos^=fade][data-aos^=fade].aos-animate {
    overflow: hidden;
}

.ready-take-img-wrap.bottom {
    margin-top: calc(-1 * (40px + var(--trans-height) - var(--trans-bdr-width) - 1rem));
    bottom: calc(-1 * (40px + var(--trans-height) - var(--trans-bdr-width)));
}

.ready-take-img-wrap.top {
    top: calc(-1 * (40px + var(--trans-height) - var(--trans-bdr-width)));
}

@media (min-width:992px) {
    .ready-take-img-wrap.bottom {
        margin-top:0px;
        bottom: calc(-1 * (40px + (var(--trans-height) / 2)));
    }

    .ready-take-img-wrap.top {
        top: calc(-1 * (40px + (var(--trans-height) / 2)));
    }
    .ready-take-img-wrap {
        max-width: 50%;
    }
    .ready-take-img-wrap.top, .ready-take-img-wrap.bottom,
    .ready-take-img-wrap.top-overlay, .ready-take-img-wrap.bottom-overlay {
        position: absolute;
    }
    .layout-reg .ready-take-img-wrap{
        right:0;
    }
}
@media(min-width:1400px){
    .ready-take-img-wrap {
        max-width: 58.33333333%;
    }
}

.ready-take-img-wrap.top-overlay {
    position:absolute;
    bottom: 90%;
}

.ready-take-img-wrap.bottom-overlay {
    bottom: -250px;
}

@media(min-width:576px){
    .ready-take-img-wrap.top-overlay {
        bottom: 70%;
    }

    .ready-to-take.image-style-top-overlay {
        padding-top: 100px;
    }
}

@media(min-width:992px){
    .ready-take-img-wrap.top-overlay {
        position: absolute;
        top: -65%;
        bottom:unset;
    }
    .ready-to-take.image-style-top-overlay {
        padding-top: 40px;
    }
}

/*@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ready-take-img-wrap {
        max-width: 100%;
        bottom: 0;
    }

    .ready-take-img-wrap.top-overlay {
        position: absolute;
    }
}*/

/*@media (max-width: 769px) {
    .ready-take-img-wrap.top-overlay {
        position: absolute;
        bottom: 70%;*/
        /*top: auto;
        max-width: 100vw;
        width: 100vw;
        overflow: hidden;*/
    /*}
}*/


.home-page .breadcrumb-section {
        display: none;
    } @media (max-width: 575.98px) {

        .home-page .main-logo img {
            height: 27px;
        }

        .home-page .banner-wrap .slant-line {
            height: 80px;
        }

        .home-page .slant-line2 {
            display: none;
        }

        .home-page .page-title {
            line-height: 38px;
        }

        .social-impact-section {
            padding-bottom: 88px;
        }

        .home-page-news-slant {
            margin-top: -2px;
            z-index: 2;
        }
    } .top-inner-shadow {
        position: relative;
        overflow: hidden;
    } .top-inner-shadow:before {
            content: "";
            height: 10px;
            position: absolute;
            top: -10px;
            left: 0;
            right: 0;
            box-shadow: 0 0 17px rgba(0, 0, 0, 0.13);
        } .customised-img-wrap {
        z-index: 5;
    } @media (max-width: 575.98px) {
        .customised-img-wrap.globe {
            width: 240px;
        }
    } .featured-grid {
        grid-template-columns: 1fr 1fr;
        text-align: center;
        grid-gap: 70px 160px;
    } @media (max-width: 575.98px) {
          .featured-grid {
            grid-template-columns: 1fr;
            grid-gap: 30px 0;
        }
    } .featured-grid .grid-item {
        max-width: 400px;
    } .input-cap-search {
        font-size: 12px;
        border: none;
        background: none;
        border-bottom: 2px solid #414042;
        padding: 6px 8px;
        position: relative;
        width: 100%;
        text-align: center;
    } @media (min-width: 576px) {
        .input-cap-search {
            width: 360px;
            text-align: left;
        }
    } .input-cap-search:focus {
        outline: none;
    } .featured-grid .grid-tag {
        color: #00488e;
    } .awards-grid {
        grid-gap: 0 200px;
        grid-template-columns: 1fr 1fr;
    }  .pagination a {
        display: block;
        padding: 0 10px;
    } .pagination .active {
        border-bottom: 2px solid var(--launch-orange);
    } .git_section {
        margin-bottom: -150px;
    } .git-content, .cs2-content {
        color: #fff;
    } .git-content-wrap, .cs2-content-wrap {
        grid-template-columns: 1.15fr 0.85fr;
    } @media (max-width: 1199.98px) {
        .git-content-wrap,
        .cs2-content-wrap {
            grid-template-columns: 1fr 1fr;
        }
    } @media (max-width: 991.98px) {
        .git-content-wrap,
        .cs2-content-wrap {
            grid-template-columns: 1fr;
        }
    } .git-img-wrap {
        display: flex;
    } .git-img-wrap img {
            margin-top: auto;
            margin-bottom: 60px;
        } @media (max-width: 575.98px) {
        .git-img-wrap img {
            margin-bottom: 10px;
        }
    } .related-domain-section {
        position: relative;
    } .mission-section {
        position: relative;
    } .mission-section .mission-card {
            position: relative;
            display: block;
            clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 100%, 0 0);
        } .mission-section .mission-card img {
                width: 100%;
                transition: all 0.25s;
            } .mission-section .mission-card:hover img {
                transform: scale(1.1);
            } .mission-section .mission-img {
            overflow: hidden;
        } .mission-section .mission-grid {
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 60px;
        } .mission-section .mission-grid-2col {
            grid-template-columns: 1fr 1fr;
        } @media (max-width: 575.98px) {
        .mission-section .mission-grid {
            grid-template-columns: 1fr;
        }
    } .mission-section .mission-grid img {
        width: 100%;
    } .mission-section .mission-grid-content {
        padding: 2rem 1rem;
    } .mission-grid-item {
        position: relative;
        max-width: 400px;
        filter: drop-shadow(4px 4px 9px rgba(0, 0, 0, 0.14));
    } .mission-grid-item:before {
            content: "";
            position: absolute;
            right: 5px;
            bottom: 5px;
            background: rgba(96, 96, 98, 0.3);
            width: 50px;
            height: 50px;
            transition: all 0.25s;
        } .mission-grid-item:hover:before {
            background: var(--launch-orange);
            right: 3px;
            bottom: 3px;
        } .mission-grid-item:nth-child(2n+1), .mission-grid-item:nth-child(3n+1) {
            margin-left: auto;
        } .contact-form {
    }
            .contact-form.form-dark {
                color: #fff;
                background-color: var(--snc-blue);
                padding: 50px 40px 60px;
                clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
            } .contact-form_alpha {
        color: inherit;
    } .contact-form-wrap {
        position: relative;
    } .contact-form-wrap:before {
            content: "";
            background: var(--launch-orange);
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            position: absolute;
            right: 10px;
            bottom: 10px;
            z-index: -1;
        } .contact-form .recaptcha-logo {
        height: 54px;
        width: 54px;
        margin-bottom: -16px;
        margin-top: -16px;
    } .contact-section {
        position: relative;
        z-index: 5;
        background: #fff;
    } @media (max-width: 575.98px) {
        .contact-form.form-dark {
            padding: 30px 14px 66px;
        }

            .contact-form.form-dark .form-control-lg, .contact-form.form-dark .form-select-lg {
                padding: 0.435rem 0.75rem;
                min-height: 36px;
                font-size: 14px;
            }

            .contact-form.form-dark .comments-field {
                height: 130px;
            }
    } .specs-card, .sheet-card {
        padding: 30px 57.5px 15px;
    } @media (max-width: 575.98px) {
        .specs-card,
        .sheet-card {
            padding: 30px 20px 30px 10px;
        }
    } .spec-list-item {
        padding: 15px 0;
    } .spec-list-item:not(:last-child) {
            border-bottom: 1px solid var(--snc-blue);
        } .sheet-list-item:not(:last-child) {
        border-bottom: 1px solid var(--snc-blue);
    } .sheet-list-link {
        display: flex;
        padding: 12px 0;
    } .sheet-list .icon-pdf {
        font-size: 60px;
    } @media (max-width: 575.98px) {
        .sheet-list .icon-pdf {
            font-size: 36px;
        }
    } .invalid-feedback {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        margin-top: 6px;
        padding-left: 16px;
    } .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #fff;
    } .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .form-select:invalid, .form-select.is-invalid, .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
        background-color: #ffc5c6;
    } .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #fff;
    } .was-validated .form-control:valid, .form-control.is-valid {
        border-color: #6060624f;
    } .form-check-sm .form-check-input {
        width: 14px;
        height: 14px;
    } .form-check-sm .form-check-label {
        line-height: 19px;
    } .capabilities-list .list-item {
        display: flex;
        padding: 8px 0;
    } .capabilities-list .form-check {
        display: block;
        margin: 0;
        min-height: 0;
    } .capabilities-list .form-check-input:checked + .form-check-label {
        font-weight: 700;
    } @media (max-width: 575.98px) {
        .btn.dropdown-toggle {
            width: 100%;
        }

            .btn.dropdown-toggle:after {
                margin-left: auto;
            }
    } .search-list-grid {
        grid-template-columns: auto 990px;
    } @media (max-width: 575.98px) {
        .search-list-grid {
            grid-template-columns: 1fr;
        }
    } .search-result-list .news-grid-item_wide {
        height: 180px;
    } @media (max-width: 575.98px) {
        .search-result-list .news-grid-item_wide {
            height: auto;
        }
    } .search-result-list.grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 28px;
    } .search-result-list.grid .news-card {
            flex-direction: column;
        } .search-result-list.grid .news-grid-item {
            height: auto;
        } .search-result-list.grid .news-grid-item .news-card img {
                height: 165px;
            } .search-result-list.grid .search-result-item:not(:last-child) {
            margin: 0;
        } .search-result-list .news-img {
        overflow: hidden;
    } .search-result-list .news-img img {
            height: 100%;
            width: 244px;
            object-fit: cover;
            transition: all 0.25s;
        } .search-result-list .search-result-item:not(:last-child) {
        margin-bottom: 32px;
    } .search-result-list .news-grid-item {
        display: block;
        position: relative;
        filter: drop-shadow(4px 4px 9px #00000014);
    } .search-result-list .news-grid-item:before {
            content: "";
            position: absolute;
            right: 5px;
            bottom: 5px;
            background: rgba(96, 96, 98, 0.3);
            width: 50px;
            height: 50px;
        } .search-result-list .news-grid-item .news-card {
            position: relative;
            clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 100%, 0 0);
        } .search-result-list .news-grid-item .news-card img {
                height: 100%;
                object-fit: cover;
                width: 100%;
            } .search-result-list .news-grid-item:hover .news-img img {
            transform: scale(1.1);
        } @media (max-width: 575.98px) {
        .search-result-list .news-grid-item .news-card img {
            height: 165px;
        }

        .mobile-filter-wrap {
            background: #fff;
            position: fixed;
            z-index: 100;
            left: 0;
            right: 0;
            top: 50vh;
            bottom: 0;
            overflow: auto;
            padding: 64px 16px 32px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.35s;
        }

            .mobile-filter-wrap .btn_close {
                font-size: 16px;
                position: absolute;
                top: 20px;
                right: 18px;
                min-width: 20px;
            }

        .show-filter .mobile-filter-wrap {
            opacity: 1;
            visibility: visible;
            top: 0;
        }
    }  .team-img-wrap {
        filter: grayscale(0);
        transition: all 0.25s;
    } .team-member {
        display: block;
    } .team-member img {
            width: 100%;
        } .team-member:hover .team-img-wrap {
            filter: grayscale(1);
        } .team-member-img {
        width: 150px;
        height: 150px;
        overflow: hidden;
    } .team-member-img img {
            width: 100%;
            object-fit: cover;
            height: 100%;
            /*border-radius: 50%;*/
        }
      .team-member p {
          font-weight:500;
          margin:0;
          color:var(--snc-blue-35);
      }.bio-banner-grid {
        grid-template-columns: 150px auto;
        gap: 24px;
    }
.location-list {
    gap: 1.375rem;
    padding: 0;
    list-style: none;
    grid-template-columns:1fr;
}
       .location-list-item {
        padding: 1.375rem;
        background: var(--cool-grey-95);
        min-width:26%;
    }  
      @media(min-width:576px){
        /*.location-list-item {*/
            /* Makes grid items snap to two per line */
            /*min-width: 34%;
        }*/
        .location-list {
            grid-template-columns: 1fr 1fr;
        }
      }
@media(min-width:768px) {
    .location-list {
        gap: 1.625rem;
    }
    .location-list-item {
        padding: 1.625rem;
    }
}
@media(min-width:1400px) {
    /*.location-list-item {*/
        /* Makes grid items snap to three per line */
        /*min-width: 26%;
    }*/
    .location-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

      .hiring-process {
        backface-visibility: hidden;
        position: relative;
    } @media (min-width: 768px) {
        .hiring-process {
            transform: skew(31deg, 0);
            left: 0;
        }
    } .hiring-process-list {
        counter-reset: count;
        padding-left: 0;
    } .hiring-process-list li {
            position: relative;
            display: flex;
            align-items: center;
            gap: 1rem;
        } @media (min-width: 768px) {
        .hiring-process-list li {
            transform: skew(-31deg, 0);
        }
    } .hiring-process-list li:before {
        counter-increment: count;
        content: counter(count);
        display: flex;
        border: 5px solid var(--launch-orange);
        width: 60px;
        height: 60px;
        background: #fff;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        font-weight: bold;
        line-height: 1;
    } @media (max-width: 767.98px) {
        .hiring-process-list li:before {
            width: 70px;
        }
    } .hiring-process-list li:not(:last-child) {
        margin-bottom: 40px;
    } .hiring-process-list li:not(:last-child):after {
            content: "";
            width: 5px;
            background: #D8D8D9;
            position: absolute;
            z-index: -1;
            height: 70px;
            left: 27.5px;
            top: 60px;
        } @media (min-width: 768px) {
        .hiring-process-list li:not(:last-child):after {
            transform: skew(31deg, 0);
            left: 60px;
        }
    } .image-gallery img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    } .image-gallery .gallery-item {
        padding: 0 24px;
    } .image-gallery .gallery-item figure {
            position: relative;
        } .image-gallery .gallery-item figcaption {
            padding: 20px 20px 20px 100px;
            z-index: 1;
            position: relative;
        } .image-gallery .gallery-item .caption-wrap {
            position: absolute;
            bottom: 0;
            right: 0;
            color: #fff;
            line-height: 14px;
            font-size: 12px;
            font-weight: 500;
            text-align: right;
            overflow: hidden;
        } @media (min-width: 768px) {
        .image-gallery .gallery-item .caption-wrap {
            max-width: 70%;
        }
    } .image-gallery .gallery-item .caption-wrap:before, .image-gallery .gallery-item .caption-wrap:after {
        content: "";
        transform: skew(-45deg);
        position: absolute;
        left: 50px;
        bottom: 0;
    } .image-gallery .gallery-item .caption-wrap:before {
        background: var(--launch-orange);
        width: 5px;
        height: 100%;
    } .image-gallery .gallery-item .caption-wrap:after {
        background: rgba(0, 43, 82, 0.5);
        transform: skew(-45deg);
        left: 70px;
        right: -40px;
        top: 0;
        bottom: 0;
        z-index: 0;
    } .image-gallery .btn-slick {
        position: absolute;
        width: 84px;
        height: 84px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f0f3f5;
        border-radius: 50px;
        top: calc(50% - 42px);
        opacity: 0.65;
        transition: all 0.25s;
    } @media (max-width: 991.98px) {
        .image-gallery .btn-slick {
            width: 60px;
            height: 60px;
            top: calc(50% - 30px);
            padding: 0;
        }
    } .image-gallery .btn-slick:hover {
        opacity: 1;
    } .image-gallery .btn-slick .icon {
        font-size: 42px;
    } @media (max-width: 991.98px) {
        .image-gallery .btn-slick .icon {
            font-size: 24px;
        }
    } .image-gallery .slick-prev {
        left: 0;
        z-index: 1;
    } @media (min-width: 1400px) {
        .image-gallery .slick-prev {
            left: calc(50% - 674px);
        }
    } .image-gallery .slick-next {
        right: 0;
    } @media (min-width: 1400px) {
        .image-gallery .slick-next {
            right: calc(50% - 674px);
        }
    } .faq-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        transition: all 0.2s ease-in-out;
    } @media (min-width: 768px) {
        .faq-grid {
            gap: 60px;
        }
    } @media (max-width: 767.98px) {
        .faq-grid {
            grid-template-columns: 1fr;
        }
    } .faq {
        line-height: 1.5;
    } .faq .accordion {
            box-sizing: border-box;
            transition: all 0.2s ease-in-out;
        } .faq .accordion-title {
            font-weight: 600;
        } .faq .accordion-title a {
                color: #fff;
                display: flex;
                font-size: 20px;
                position: relative;
                gap: 20px;
            } .pointing-icon {
        display: flex;
        align-items: center;
    } .pointing-icon:before {
            transform: rotate(180deg);
            transition: all 0.25s;
            display: block;
        } .collapsed .pointing-icon:before {
        transform: rotate(0deg);
    } .dropdown-img-content {
        width: 280px;
    } @media (max-width: 767.98px) {
        .dropdown-img-content {
            width: 100%;
            grid-template-columns: 1fr 1fr;
        }
    } .dropdown-img-content img {
        height: 136px;
        width: 100%;
    } .dropdown-img-content .dp-content {
        color: #fff;
        padding: 1rem 20px;
        position: relative;
    } .dropdown-img-content .dp-content:before, .dropdown-img-content .dp-content:after {
            content: "";
            position: absolute;
        } .dropdown-img-content .dp-content:before {
            background: var(--launch-orange);
            z-index: 0;
            right: 6px;
            bottom: 6px;
            left: 12px;
            top: 12px;
        } .dropdown-img-content .dp-content:after {
            background: var(--accent-blue);
            z-index: 1;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 100%, 0 0);
        } .dropdown-img-content .dp-content .img-text-content {
            position: relative;
            z-index: 2;
        } .modal-overlay {
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        transition: all 0.3s ease;
    } body.show-menu {
        overflow: hidden;
    } body.show-menu .modal-overlay {
            z-index: 98;
            position: fixed;
            opacity: 1;
        }  .breadcrumb-list {
        font-size: 1rem;
        font-weight:500;
    } .breadcrumb-list .breadcrumb-item {
            position: relative;
            padding: 0;
        } .breadcrumb-list .breadcrumb-item:after, .breadcrumb-list .breadcrumb-item:before {
                content: "/";
                position: absolute;
            } .breadcrumb-list .breadcrumb-item:before {
                left: 0;
            } .breadcrumb-list .breadcrumb-item:after {
                right: 0;
            } .breadcrumb-list .breadcrumb-item:first-child:before {
                display: none;
            } .breadcrumb-list .breadcrumb-item:first-child .breadcrumb-link {
                padding-left: 0;
            } .breadcrumb-list .breadcrumb-item:last-child:after {
                display: none;
            } .breadcrumb-list .breadcrumb-link, .breadcrumb-list .breadcrumb-nolink {
            padding: 0 12px;
        } @media (max-width: 575.98px) {
        .breadcrumb-list {
            font-size: 10px;
        }
    } .btn-outline-secondary {
        border-width: 3px;
        border-radius: 0;
        font-size: 18px;
        font-weight: 700;
        color: var(--snc-blue);
        padding: 0.425rem 1.75rem;
    } @media (max-width: 575.98px) {
        .btn-outline-secondary {
            padding: 6px 12px;
            line-height: 1;
            border-width: 2px;
        }
    } .btn-sm {
        font-size: 14px;
        padding: 0.5rem 1rem;
        border-width: 2px;
    } .btn-link {
        text-decoration: none;
    } .btn-link .icon-arrow-right {
            font-size: 13px;
        } .btn-more {
        border-radius: 0;
        padding: 0;
        position: relative;
        font-size: 18px;
    } .btn-more:before {
            content: "";
            position: absolute;
            height: 3px;
            left: 0;
            right: 0;
            bottom: -2px;
            background-color: var(--launch-orange);
            transition: all 0.25s;
        } .btn-more:after {
            font-size: 7.5px;
            content: "";
            border-width: 1em;
            border-style: solid;
            border-color: var(--launch-orange) transparent transparent transparent;
            position: absolute;
            left: 50%;
            margin-left: -1em;
            bottom: -2em;
            transition: all 0.25s;
        } .btn-more:hover:before {
            left: calc(50% - 4px);
            right: calc(50% - 4px);
            height: 10px;
            bottom: -6px;
        } .btn-more:hover:after {
            font-size: 10px;
            bottom: -2.25em;
        } } .btn-xs {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 1;
        border-radius: 0;
    } .btn-outline-muted {
        border-color: #636365;
        color: #636365;
    } .btn-outline-muted.active {
            border-color: var(--launch-orange);
        } .dropdown-toggle:after {
        margin-left: 6px;
        color: var(--launch-orange);
        font-family: "snc" !important;
        content: "\e905";
        position: relative;
        top: 2px;
    } .banner-wrap .slant-line {
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 1;
            bottom: -130px;
        } @media (max-width: 991.98px) {

        .banner-wrap .slant-line {
            width: 160px;
            opacity: 1;
            bottom: -100px;
            right: 12px;
        }

        .banner-wrap .slant-line img {
            max-width: 100%;
        }
    } @media (min-width: 576px) {

        .banner-wrap .slant-line {
            right: 40px;
        }
    } .section-title {
        font-size: 40px;
        font-weight: 900;
    } @media (max-width: 575.98px) {
        .section-title {
            font-size: 28px;
        }
    } .slant-line-title {
        position: relative;
        padding-left: 80px;
    } @media (max-width: 575.98px) {
        .slant-line-title {
            padding-left: 50px;
        }

            .slant-line-title:before {
                top: 50%;
            }
    } .slant-line-title:before {
        content: "";
        background: var(--launch-orange);
        font-size: 3px;
        height: 1em;
        width: 52px;
        transform: rotate(134deg);
        margin-right: 40px;
        display: block;
        left: 0;
        position: absolute;
        top: calc(50% - 2.5em);
        transition: all 0.25s;
    }

/****************************/
/******* START COUNTER ******/
/****************************/

.counter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 12;
    position: relative;
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
}

.counter-item {
    display: flex;
    align-items:start;
    justify-content: center;
    width: 100%;
}
.counter-item:nth-of-type(1),
.counter-item:nth-of-type(3) {
    justify-content:start;
}
.counter-item:nth-of-type(2),
.counter-item:nth-of-type(4) {
    justify-content: end;
}
.counter-item:nth-of-type(2),
.counter-item:nth-of-type(3),
.counter-item:nth-of-type(4) {
    margin-top: -11.5%;
}
.counter-wrap.counters-1 .counter-item:nth-of-type(1) {
    justify-content: center;
}

.counter {
    font-family: var(--gilroy);
    font-weight: 700;
    font-style: italic;
    box-shadow: 4px 4px 9px #00000025;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 52%;
    /*height: 100%;*/
    aspect-ratio: 1;
    padding: 4.5%;
    background-color: var(--snc-blue);
    font-size: 0.875rem;
    line-height: 1.2;
    max-width:13.75rem;
}

.counter-count, .counter-text {
    display: block;
}
.counter-count {
    font-size: 4rem;
    line-height:4rem;
}
.counter-text {
    font-size: 1.25rem;
    letter-spacing:0.8px;
    text-transform:uppercase;
}
@media (min-width: 576px) {
    .counter-wrap {
        max-width:unset;
    }
    .counter-item {
        width: 50%;
    }
    .counter-item:nth-of-type(1),
    .counter-item:nth-of-type(2),
    .counter-item:nth-of-type(3) {
        justify-content: center;
    }
    .counter-item:nth-of-type(1),
    .counter-item:nth-of-type(2) {
        margin-top:0;
    }
    .counter-wrap.counters-3 .counter-item:nth-of-type(2) {
        padding-top:7.5%;
    }
    .counter-wrap.counters-3 .counter-item:nth-of-type(3) {
        margin-top:-3%;
        margin-left:-13%;
    }
    .counter-wrap.counters-4 .counter-item:nth-of-type(1),
    .counter-wrap.counters-4 .counter-item:nth-of-type(2) {
        justify-content: start;
    }
    .counter-wrap.counters-4 .counter-item:nth-of-type(3),
    .counter-item:nth-of-type(4) {
        justify-content: end;
        margin-top: -10.625%;
    }
    .counter-wrap.counters-4 .counter-item:nth-of-type(2),
    .counter-item:nth-of-type(4) {
        padding-top: 21.25%;
    }
    .counter {
        width:72%;
        max-width:unset;
    }
}
@media (min-width: 768px) {
    .counter-item {
        width: 40%;
    }
    .counter-wrap.counters-3 .counter-item:nth-of-type(3) {
        margin-top: 0;
    }    
    .counter-wrap.counters-4 .counter-item:nth-of-type(2),
    .counter-wrap.counters-4 .counter-item:nth-of-type(4) {
        padding-top: 11%;
    }
    .counter-wrap.counters-4 .counter-item:nth-of-type(3),
    .counter-wrap.counters-4 .counter-item:nth-of-type(4) {
        margin-top: -5.5%;
    }
    .counter {
        width: 68%;
    }    
}
@media (min-width: 992px) {
    
    .counter-wrap {
        row-gap: 2rem;
    }
    .transition-seamless + .our-impact-section {
        padding-top:0rem;
    }
    .transition-seamless + .our-impact-section .counter-wrap {
        margin-top: -5rem;
    }
    .counter-wrap.counters-4 {
        justify-content: start;
    }
    .counter-item:nth-of-type(1),
    .counter-item:nth-of-type(2),
    .counter-item:nth-of-type(3) {
        justify-content: center;
    }
    .counter-wrap.counters-2 .counter-item:nth-of-type(2) {
        padding-top: 25%;
    }
    .counter-wrap.counters-3 .counter-item:nth-of-type(2) {
        padding-top: 0;
    }
    .counter-wrap.counters-3 .counter-item:nth-of-type(3) {
        margin-left: 0%;
    }
    .counter-wrap.counters-4 .counter-item:nth-of-type(2),
    .counter-wrap.counters-4 .counter-item:nth-of-type(4) {
        padding-top: 0;
    }
    .counter-wrap.counters-4 .counter-item:nth-of-type(3),
    .counter-wrap.counters-4 .counter-item:nth-of-type(4) {
        margin-top: 0;
    }
    .counter-wrap.counters-4 .counter-item:nth-of-type(1),
    .counter-wrap.counters-4 .counter-item:nth-of-type(2) {
        justify-content: start;
    }

    .counter-wrap.counters-4 .counter-item:nth-of-type(3),
    .counter-wrap.counters-4 .counter-item:nth-of-type(4) {
        justify-content: end;
    }
    .counter-item {
        width: 45.83333333%;
    }    
    .counter-wrap.counters-4 .counter-item:nth-of-type(3) {
        margin-left: 8.33333333%;
    }
    .counter {
        width: 85%;
    }
    .counter-wrap.counters-2 .counter {
        width: 95%;
    }
    .counter-count {
        font-size: 3.75rem;
        line-height: 3.75rem;
    }
    .counter-text {
        font-size: 1.25rem;
    }
}
@media (min-width: 1200px) {
    .transition-seamless + .our-impact-section .counter-wrap {
        margin-top: -6rem;
    }
    .counter {
        width:80%;
    }
    .counter-wrap.counters-2 .counter {
        width: 90%;
    }
    .counter-count {
        font-size: 4.375rem;
        line-height:4.5rem;
    }
    .counter-text {
        font-size: 1.375rem;
    }
}
@media (min-width: 1400px) {
    .transition-seamless + .our-impact-section .counter-wrap {
        margin-top: -7rem;
    }
    .counter-wrap.counters-2 .counter-item:nth-of-type(2) {
        padding-top: 20%;
    }
    .counter {
        width: 75%;
    }
    .counter-wrap.counters-2 .counter {
        width: 80%;
    }
}
@media (min-width: 1600px) {
    .counter {
        width: 66.66666667%;
    }
    .counter-wrap.counters-2 .counter {
        width: 71.66666667%;
    }
}

    /****************************/
    /******** END COUNTER *******/
    /****************************/


    .accordion-link {
        display: flex;
        align-items: center;
    }

    .accordion-link.collapsed .accordion-icon:before {
        transform: rotate(90deg);
    }

    .accordion-link.collapsed .accordion-icon:after {
        transform: rotate(180deg);
    }

    @media (min-width: 576px) {
        .accordion-link.slant-line-title:hover:before {
            height: 4em;
            width: 4em;
            left: 40px;
        }
    }

    .accordion-icon {
        position: relative;
        margin-left: auto;
    }

    .accordion-icon:before, .accordion-icon:after {
        content: "";
        background-color: var(--launch-orange);
        position: absolute;
        height: 3px;
        width: 18px;
        right: 0;
        transition: all 0.25s;
    }

    .contact-section .accordion-item:not(:last-child) {
        padding-bottom: 120px;
    }

    @media (max-width: 575.98px) {
        .contact-section .accordion-item:not(:last-child) {
            padding-bottom: 55px;
        }
    }

    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    * {
        -webkit-overflow-scrolling: touch;
    }

    a {
        text-decoration: none;
    }

    :root {
        --notch-size: 35px;
    }

    @media (max-width: 575.98px) {
        :root {
            --bs-gutter-x: 12px;
        }
    }

    .fs-base {
        font-size: 16px !important;
    }

    .fs-7 {
        font-size: 14px !important;
    }

    .fs-8 {
        font-size: 12px !important;
    }

    .fs-9 {
        font-size: 10px !important;
    }

    .fs-10 {
        font-size: 8px !important;
    }

    @media (min-width: 576px) {
        .fs-sm-1 {
            font-size: 2.5rem !important;
        }

        .fs-sm-2 {
            font-size: 2.25rem !important;
        }

        .fs-sm-3 {
            font-size: 2rem !important;
        }

        .fs-sm-4 {
            font-size: 1.875rem !important;
        }

        .fs-sm-5 {
            font-size: 1.5rem !important;
        }

        .fs-sm-6 {
            font-size: 1.25rem !important;
        }

        .fs-sm-base {
            font-size: 16px !important;
        }

        .fs-sm-7 {
            font-size: 14px !important;
        }

        .fs-sm-8 {
            font-size: 12px !important;
        }

        .fs-sm-9 {
            font-size: 10px !important;
        }

        .fs-sm-10 {
            font-size: 8px !important;
        }
    }

    .fw-900 {
        font-weight: 900;
    }

    .fw-regular, .fw-400 {
        font-weight: 400;
    }

    .fw-medium, .fw-500 {
        font-weight: 500;
    }

    .mb-12p {
        margin-bottom: 12px;
    }

    .mt-86p {
        margin-top: 86px;
    }

    .mb-86p {
        margin-bottom: 86px;
    }

    .mb-6p {
        margin-bottom: 6px;
    }

    .p-20p {
        padding: 20px;
    }

    .gap-6 {
        gap: 48px;
    }

    .gap-7 {
        gap: 56px;
    }

    .gap-10 {
        gap: 80px;
    }

    .gap-11 {
        gap: 80px;
    }

    @media (min-width: 576px) {
        .gap-sm-10 {
            gap: 80px !important;
        }

        .gap-sm-7 {
            gap: 56px !important;
        }
    }

    .gap-130p {
        gap: 130px;
    }

    @media (max-width: 575.98px) {
        .gap-130p {
            gap: 30px;
        }
    }

    .gap-80p {
        gap: 80px;
    }

    @media (max-width: 991.98px) {
        .gap-80p {
            gap: 40px;
        }
    }

    @media (max-width: 575.98px) {
        .gap-80p {
            gap: 20px;
        }
    }

    @media (min-width: 768px) {
        .gap-md-80p {
            gap: 80p;
        }
    }

    .mt-n125p {
        margin-top: -125px;
    }

    @media (max-width: 575.98px) {
        .mt-n125p {
            margin-top: -75px;
        }
    }

    .mt-n135p {
        margin-top: -135px;
    }

    @media (max-width: 575.98px) {
        .mt-n135p {
            margin-top: -75px;
        }
    }

    .mt-n150p {
        margin-top: -150px;
    }

    .mt-n160p {
        margin-top: -160px;
    }

    .pb-200p {
        padding-bottom: 200px;
    }

    .pt-200p {
        padding-top: 200px;
    }

    .mb-n100p {
        margin-bottom: -100px;
    }

    .mb-n150p {
        margin-bottom: -150px;
    }

    .mb-n125p {
        margin-bottom: -125px;
    }

    @media (max-width: 575.98px) {
        .mb-n125p {
            margin-bottom: -75px;
        }
    }

    .lh-1\.5 {
        line-height: 1.5;
    }

    .lh-1\.7 {
        line-height: 1.7;
    }

    .w-500 {
        width: 500px !important;
    }

    .mw-240 {
        max-width: 240px !important;
    }

    .mw-350 {
        max-width: 350px !important;
    }

    .mw-400 {
        max-width: 400px !important;
    }

    .mw-470 {
        max-width: 470px !important;
    }

    .mw-530 {
        max-width: 530px !important;
    }

    .mw-590 {
        max-width: 590px !important;
    }

    .mw-640 {
        max-width: 640px !important;
    }

    .mw-755 {
        max-width: 755px !important;
    }

    .mw-790 {
        max-width: 790px !important;
    }

    .mw-900 {
        max-width: 900px !important;
    }

    .mw-930 {
        max-width: 930px !important;
    }

    .mw-980 {
        max-width: 980px !important;
    }

    .mw-1055 {
        max-width: 1055px !important;
    }

    .mw-1200 {
        max-width: 1200px !important;
    }

    .mw-1320 {
        max-width: 1320px !important;
    }

    .mw-1400 {
        max-width: 1400px !important;
    }

    .inner-shadow {
        box-shadow: inset 0 0 17px rgba(0, 0, 0, 0.13);
    }

    .bg-dot {
        background: url(../assets/svg/dot-bg.svg);
        background-attachment:fixed;
    }

    .bg-lighter {
        background: #f0f3f5;
    }

    .bg-grid {
        background: url("../assets/img/grid-bg.png") var(--snc-blue);
    }

    .bg-dots-blurred, .bg-blurred-dot {
        background: url("../assets/img/blurred-dots-bg.png") var(--snc-blue);
        background-size: cover;
    }

    .rotate-180 {
        display: block;
        transform: rotate(180deg);
    }

    .has-corner-border:before {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border: 3px solid var(--launch-orange);
    }

    @media (max-width: 575.98px) {
        .has-corner-border:before {
            border-width: 2px;
        }
    }

    .has-dropshadow {
        box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.15);
    }

    .lead {
        line-height: 32px;
    }

    .bg-fixed {
        background-attachment: fixed;
    }

    .z-index-5 {
        z-index: 5 !important;
    }

    .news-section-wrap .news-section, .has-top-inner-shadow {
        position: relative;
    }

    .news-section-wrap .news-section:before, .has-top-inner-shadow:before {
        content: "";
        height: 10px;
        position: absolute;
        background: #fff;
        left: 0;
        right: 0;
        top: -10px;
        box-shadow: 0 7px 7px rgba(0, 0, 0, 0.05);
    }

    .grid-2-col {
        grid-template-columns: 1fr 1fr;
    }

    @media (max-width: 575.98px) {
        .grid-2-col {
            grid-template-columns: 1fr;
        }
    }

    .text-black {
        color: #000;
    }

    .text-dark {
        color: #414042;
    }

    .full-width img {
        width: 100%;
    }

    .grid-cols-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .col-temp-3, .grid-cols-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .media-shape-shadow {
        filter: drop-shadow(4px 4px 9px rgba(0, 0, 0, 0.15));
    }

    .media-shape {
        clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
    }

    .media-shape.bottom-left {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 27% 100%, 0 73%);
    }

    .media-shape img {
        min-width: 100%;
    }

    .top-left-notch {
        clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0 100%, 0 50px);
    }

    .top-slant_right {
        clip-path: polygon(0 calc(100% - 10px), 100% calc(100% - 160px), 100% 100%, 0 100%);
    }

    .top-slant_left {
        clip-path: polygon(0 calc(100% - 160px), 100% calc(100% - 10px), 100% 100%, 0 100%);
    }

    .bottom-slant_right {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 160px));
    }

    .bottom-slant_left {
        clip-path: polygon(0 calc(100% - 10px), 100% calc(100% - 160px), 100% 0, 0 0);
    }

    .top-slant_left, .top-slant_right, .bottom-slant_left, .bottom-slant_right {
        height: 10em;
        margin: -1px 0;
    }

    @media (max-width: 575.98px) {
        .top-slant_left, .top-slant_right,
        .bottom-slant_left,
        .bottom-slant_right {
            height: 5em;
        }
    }

    .slant-wrap {
        filter: drop-shadow(0 -2px 0 #FF4D00);
        z-index: 2;
    }

    .slant-wrap.inner-shadow {
        filter: drop-shadow(inset 0 0 17px rgba(0, 0, 0, 0.13));
        box-shadow: none;
    }

    .slant-wrap.slant-wrap-bottom {
        filter: drop-shadow(0 2px 0 #FF4D00);
    }

    @media (max-width: 575.98px) {
        .top-slant_right {
            clip-path: polygon(0 calc(100% - 10px), 100% calc(100% - 80px), 100% 100%, 0 100%);
        }

        .top-slant_left {
            clip-path: polygon(0 calc(100% - 80px), 100% calc(100% - 10px), 100% 100%, 0 100%);
        }

        .bottom-slant_right {
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 80px));
        }

        .bottom-slant_left {
            clip-path: polygon(0 calc(100% - 10px), 100% calc(100% - 80px), 100% 0, 0 0);
        }
    }

/*.section-transition-old {
    height: calc(8.4vw - var(--trans-bdr-width));
    position: relative;
    z-index: -1;
}
.section-transition-old.add-border {
    height: 8.4vw;
}
.transition-top-old {
    position: absolute;
    top: -1px;
    z-index: 2;
    width: 100%;
    height: calc(100% + 1px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 1px);*/
    /* Top -1 is required otherwise it won't
        line up properly if it is following
        a section with a height that isn't
        rounded to a whole pixel height
    */
/*}
.section-transition-old.add-border .transition-top-old, .transition-border-old.border-angled-old {
    height: calc(100% - var(--trans-bdr-width) + 1px);
}

.transition-border-old {
    display: none;
    position: absolute;
    background-color: var(--launch-orange);
    width: 100%;
    z-index: 1;
}
.section-transition-old.add-border .transition-border-old {
    display: block;
}
.transition-border-old.border-straight-old {
    top: -1px;
    height: calc(var(--trans-bdr-width) + 1px);
}
.transition-border-old.border-angled-old {
    top: calc(var(--trans-bdr-width) - 1px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 1px);
}
.section-transition-old.btm-to-top .transition-top-old,
.section-transition-old.btm-to-top .transition-border-old.border-angled-old {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}*/


.transition-seamless {
    position:relative;
    height: 2px;
    width: 100%;
}
.seamless-top {
    margin-top: -1px;
}

.seamless-btm {
    margin-bottom: -1px;
}

.section-transition {
    height: calc(var(--trans-height) - var(--trans-bdr-width));
    position: relative;
    margin-top: -1px;
    margin-bottom: -1px;
    /* These margins are required otherwise it won't
        line up properly if it is preceding or
        following a section with a height that isn't
        rounded to a whole pixel height
    */
}
.section-transition.add-border {
    height: var(--trans-height);
}
.transition-top, .transition-btm {
    width: 100%;
    height:100%;
    position: absolute;
}
.transition-top {
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    top: 0px;
}
.transition-btm {
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    bottom: 0px;
}
.section-transition.add-border .transition-top {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - (var(--trans-bdr-width) / 2)), 0 calc(var(--trans-bdr-width) / 2));
    top: 0px;
}

.section-transition.add-border .transition-btm {
    clip-path: polygon(0 100%, 100% 100%, 100% calc(100% - (var(--trans-bdr-width) / 2)), 0 calc(var(--trans-bdr-width) / 2));
    bottom: 0px;
}

.transition-border {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    clip-path: polygon(0 0, 100% calc(100% - var(--trans-bdr-width)), 100% 100%, 0 var(--trans-bdr-width));    
    background-color: var(--launch-orange);
    display:none;
    z-index:3;
}

.transition-seamless.seamless-top.bg-transparent {
    margin-top: calc(-1 * (var(--trans-height) - var(--trans-bdr-width)));
}
.transition-seamless.seamless-btm.bg-transparent {
    margin-bottom: calc(-1 * (var(--trans-height) - var(--trans-bdr-width)));
}

.section-transition.add-border .transition-border {
    display: block;
}

.section-transition.btm-to-top .transition-top {
    clip-path: polygon(100% 0, 0 100%, 0 0);
}

.section-transition.btm-to-top .transition-btm {
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.section-transition.btm-to-top.add-border .transition-top {
    clip-path: polygon(0 0, 100% 0, 100% calc(var(--trans-bdr-width) / 2), 0 calc(100% - (var(--trans-bdr-width) / 2)));
}
.section-transition.btm-to-top.add-border .transition-btm {
    clip-path: polygon(0 100%, 100% 100%, 100% calc(var(--trans-bdr-width) / 2), 0 calc(100% - (var(--trans-bdr-width) / 2)));
}
.section-transition.btm-to-top .transition-border {
    clip-path: polygon(0 calc(100% - var(--trans-bdr-width)), 100% 0, 100% var(--trans-bdr-width), 0% 100%);
}

.ready-take-img-wrap {
    z-index: 8;
    pointer-events:none;
}

.image-style-bottom .ready-take-img-wrap{
    z-index: 9;
}

.image-style-top .ready-take-img-wrap {
    z-index: 5;
}

.transition-top, .seamless-top {
    z-index: 6;
}
.transition-border {
    z-index:7;
}
.transition-bottom, .seamless-bottom {
    z-index: 4;
}

.ready-to-take + .transition-seamless + .section-transition .transition-btm,
.ready-to-take + .seamless-btm {
    z-index: 1;
}

.ready-to-take + .transition-seamless + .section-transition .transition-top,
.ready-to-take + .seamless-top {
    z-index: 2;
}

.ready-to-take + .transition-seamless + .section-transition .transition-border {
    z-index: 3;
}

.ready-to-take.image-style-bottom + .transition-seamless + .section-transition .transition-btm,
.ready-to-take.image-style-bottom + .seamless-btm {
    z-index: 10;
}

.ready-to-take.image-style-bottom + .transition-seamless + .section-transition .transition-top,
.ready-to-take.image-style-bottom + .seamless-top {
    z-index: 8;
}

.ready-to-take.image-style-bottom + .transition-seamless + .section-transition .transition-border {
    z-index: 11;
}

[data-aos=fade-down-left] {
    transform: translate3d(calc(var(--trans-height) / 2),calc(-1 * (var(--trans-height) / 2)),0);
}