/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

@font-face {
  font-family: 'MobiriseIcons';
  src: url("/fonts/mobirise.eot");
  src: url("/fonts/mobirise.eot") format("embedded-opentype"), url("/fonts/mobirise.ttf") format("truetype"), url("/fonts/mobirise.woff") format("woff"), url("/fonts/mobirise.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mbri-"], [class*=" mbri-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'MobiriseIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mbri-add-submenu:before {
  content: "\e900"; }

.mbri-alert:before {
  content: "\e901"; }

.mbri-align-center:before {
  content: "\e902"; }

.mbri-align-justify:before {
  content: "\e903"; }

.mbri-align-left:before {
  content: "\e904"; }

.mbri-align-right:before {
  content: "\e905"; }

.mbri-android:before {
  content: "\e906"; }

.mbri-apple:before {
  content: "\e907"; }

.mbri-arrow-down:before {
  content: "\e908"; }

.mbri-arrow-next:before {
  content: "\e909"; }

.mbri-arrow-prev:before {
  content: "\e90a"; }

.mbri-arrow-up:before {
  content: "\e90b"; }

.mbri-bold:before {
  content: "\e90c"; }

.mbri-bookmark:before {
  content: "\e90d"; }

.mbri-bootstrap:before {
  content: "\e90e"; }

.mbri-briefcase:before {
  content: "\e90f"; }

.mbri-browse:before {
  content: "\e910"; }

.mbri-bulleted-list:before {
  content: "\e911"; }

.mbri-calendar:before {
  content: "\e912"; }

.mbri-camera:before {
  content: "\e913"; }

.mbri-cart-add:before {
  content: "\e914"; }

.mbri-cart-full:before {
  content: "\e915"; }

.mbri-cash:before {
  content: "\e916"; }

.mbri-change-style:before {
  content: "\e917"; }

.mbri-chat:before {
  content: "\e918"; }

.mbri-clock:before {
  content: "\e919"; }

.mbri-close:before {
  content: "\e91a"; }

.mbri-cloud:before {
  content: "\e91b"; }

.mbri-code:before {
  content: "\e91c"; }

.mbri-contact-form:before {
  content: "\e91d"; }

.mbri-credit-card:before {
  content: "\e91e"; }

.mbri-cursor-click:before {
  content: "\e91f"; }

.mbri-cust-feedback:before {
  content: "\e920"; }

.mbri-database:before {
  content: "\e921"; }

.mbri-delivery:before {
  content: "\e922"; }

.mbri-desktop:before {
  content: "\e923"; }

.mbri-devices:before {
  content: "\e924"; }

.mbri-down:before {
  content: "\e925"; }

.mbri-download:before {
  content: "\e926"; }

.mbri-drag-n-drop:before {
  content: "\e927"; }

.mbri-drag-n-drop2:before {
  content: "\e928"; }

.mbri-edit:before {
  content: "\e929"; }

.mbri-edit2:before {
  content: "\e92a"; }

.mbri-error:before {
  content: "\e92b"; }

.mbri-extension:before {
  content: "\e92c"; }

.mbri-features:before {
  content: "\e92d"; }

.mbri-file:before {
  content: "\e92e"; }

.mbri-flag:before {
  content: "\e92f"; }

.mbri-folder:before {
  content: "\e930"; }

.mbri-gift:before {
  content: "\e931"; }

.mbri-github:before {
  content: "\e932"; }

.mbri-globe-2:before {
  content: "\e933"; }

.mbri-globe:before {
  content: "\e934"; }

.mbri-growing-chart:before {
  content: "\e935"; }

.mbri-hearth:before {
  content: "\e936"; }

.mbri-help:before {
  content: "\e937"; }

.mbri-home:before {
  content: "\e938"; }

.mbri-hot-cup:before {
  content: "\e939"; }

.mbri-idea:before {
  content: "\e93a"; }

.mbri-image-gallery:before {
  content: "\e93b"; }

.mbri-image-slider:before {
  content: "\e93c"; }

.mbri-info:before {
  content: "\e93d"; }

.mbri-italic:before {
  content: "\e93e"; }

.mbri-key:before {
  content: "\e93f"; }

.mbri-laptop:before {
  content: "\e940"; }

.mbri-layers:before {
  content: "\e941"; }

.mbri-left-right:before {
  content: "\e942"; }

.mbri-left:before {
  content: "\e943"; }

.mbri-letter:before {
  content: "\e944"; }

.mbri-like:before {
  content: "\e945"; }

.mbri-link:before {
  content: "\e946"; }

.mbri-lock:before {
  content: "\e947"; }

.mbri-login:before {
  content: "\e948"; }

.mbri-logout:before {
  content: "\e949"; }

.mbri-magic-stick:before {
  content: "\e94a"; }

.mbri-map-pin:before {
  content: "\e94b"; }

.mbri-menu:before {
  content: "\e94c"; }

.mbri-mobile:before {
  content: "\e94d"; }

.mbri-mobile2:before {
  content: "\e94e"; }

.mbri-mobirise:before {
  content: "\e94f"; }

.mbri-more-horizontal:before {
  content: "\e950"; }

.mbri-more-vertical:before {
  content: "\e951"; }

.mbri-music:before {
  content: "\e952"; }

.mbri-new-file:before {
  content: "\e953"; }

.mbri-numbered-list:before {
  content: "\e954"; }

.mbri-opened-folder:before {
  content: "\e955"; }

.mbri-pages:before {
  content: "\e956"; }

.mbri-paper-plane:before {
  content: "\e957"; }

.mbri-paperclip:before {
  content: "\e958"; }

.mbri-photo:before {
  content: "\e959"; }

.mbri-photos:before {
  content: "\e95a"; }

.mbri-pin:before {
  content: "\e95b"; }

.mbri-play:before {
  content: "\e95c"; }

.mbri-plus:before {
  content: "\e95d"; }

.mbri-preview:before {
  content: "\e95e"; }

.mbri-print:before {
  content: "\e95f"; }

.mbri-protect:before {
  content: "\e960"; }

.mbri-question:before {
  content: "\e961"; }

.mbri-quote-left:before {
  content: "\e962"; }

.mbri-quote-right:before {
  content: "\e963"; }

.mbri-redo:before {
  content: "\e964"; }

.mbri-refresh:before {
  content: "\e965"; }

.mbri-responsive:before {
  content: "\e966"; }

.mbri-right:before {
  content: "\e967"; }

.mbri-rocket:before {
  content: "\e968"; }

.mbri-sad-face:before {
  content: "\e969"; }

.mbri-sale:before {
  content: "\e96a"; }

.mbri-save:before {
  content: "\e96b"; }

.mbri-search:before {
  content: "\e96c"; }

.mbri-setting:before {
  content: "\e96d"; }

.mbri-setting2:before {
  content: "\e96e"; }

.mbri-setting3:before {
  content: "\e96f"; }

.mbri-share:before {
  content: "\e970"; }

.mbri-shopping-bag:before {
  content: "\e971"; }

.mbri-shopping-basket:before {
  content: "\e972"; }

.mbri-shopping-cart:before {
  content: "\e973"; }

.mbri-sites:before {
  content: "\e974"; }

.mbri-smile-face:before {
  content: "\e975"; }

.mbri-speed:before {
  content: "\e976"; }

.mbri-star:before {
  content: "\e977"; }

.mbri-success:before {
  content: "\e978"; }

.mbri-sun:before {
  content: "\e979"; }

.mbri-sun2:before {
  content: "\e97a"; }

.mbri-tablet-vertical:before {
  content: "\e97b"; }

.mbri-tablet:before {
  content: "\e97c"; }

.mbri-target:before {
  content: "\e97d"; }

.mbri-timer:before {
  content: "\e97e"; }

.mbri-to-ftp:before {
  content: "\e97f"; }

.mbri-to-local-drive:before {
  content: "\e980"; }

.mbri-touch-swipe:before {
  content: "\e981"; }

.mbri-touch:before {
  content: "\e982"; }

.mbri-trash:before {
  content: "\e983"; }

.mbri-underline:before {
  content: "\e984"; }

.mbri-undo:before {
  content: "\e985"; }

.mbri-unlink:before {
  content: "\e986"; }

.mbri-unlock:before {
  content: "\e987"; }

.mbri-up-down:before {
  content: "\e988"; }

.mbri-up:before {
  content: "\e989"; }

.mbri-update:before {
  content: "\e98a"; }

.mbri-upload:before {
  content: "\e98b"; }

.mbri-user:before {
  content: "\e98c"; }

.mbri-user2:before {
  content: "\e98d"; }

.mbri-users:before {
  content: "\e98e"; }

.mbri-video-play:before {
  content: "\e98f"; }

.mbri-video:before {
  content: "\e990"; }

.mbri-watch:before {
  content: "\e991"; }

.mbri-website-theme:before {
  content: "\e992"; }

.mbri-wifi:before {
  content: "\e993"; }

.mbri-windows:before {
  content: "\e994"; }

.mbri-zoom-out:before {
  content: "\e995"; }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  overflow-y: scroll;
  min-height: 100%;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  display: flex;
  flex-direction: column; }
  body main {
    flex-grow: 1; }
  @media only screen and (max-width: 992px) {
    body {
      padding-top: 4rem; } }
.container {
  padding: 1em; }

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

.dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.dropdown-item:last-child {
  border-bottom: none !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

@media only screen and (min-width: 992px) {
  .dropdown:after {
    content: ' \02EF';
    vertical-align: text-bottom;
    font-size: 1.75em; } }

@media only screen and (max-width: 992px) {
  .dropdown [aria-expanded="false"]:after {
    content: ' \02EF';
    font-size: 30px;
    white-space: pre;
    width: 100%;
    top: -25px;
    position: absolute;
    text-align-last: left; }
  .dropdown [aria-expanded="true"]:after {
    content: ' \02F0';
    font-size: 30px;
    white-space: pre;
    width: 100%;
    top: -25px;
    position: absolute;
    text-align-last: left; } }

@media only screen and (min-width: 992px) {
  .dropdown:hover:after {
    content: ' \02F0';
    vertical-align: text-bottom;
    font-size: 1.75em; } }

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); } }

@media only screen and (min-width: 992px) and (max-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: grid; } }

.dropdown .dropdown-item {
  padding: 0.5rem 1.8rem; }
  @media only screen and (min-width: 992px) {
    .dropdown .dropdown-item {
      border-bottom: 1px solid #e6e6e6; } }
  .dropdown .dropdown-item::before {
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out; }
  .dropdown .dropdown-item:hover, .dropdown .dropdown-item.active-child {
    background: #0024a7 !important;
    color: white !important; }

.dropdown .dropdown-menu {
  background-color: white;
  display: none; }

@media only screen and (max-width: 992px) {
  .dropdown .active {
    display: grid; }
    .dropdown .active .dropdown-item {
      font-size: 1rem; }
      .dropdown .active .dropdown-item:hover, .dropdown .active .dropdown-item.active-child {
        background: #fff !important;
        color: black !important; }
      .dropdown .active .dropdown-item.active-child {
        font-weight: bolder; } }

.no-bullets {
  list-style-type: none;
  padding: 1em 0 0 0;
  margin: 0;
  color: dimgrey; }

.text-muted {
  color: dimgrey; }

.card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem; }
  .card-list__card {
    height: 100%; }

.card {
  display: block;
  background: #002549;
  color: #fff;
  word-wrap: break-word;
  word-break: break-word;
  gap: 1rem;
  overflow: hidden;
  display: grid;
  grid-template-rows: 250px 1fr auto; }
  .card__image {
    overflow: hidden;
    display: block; }
  .card__content {
    padding: .5rem; }
    .card__content a {
      color: white;
      text-decoration: none; }
    .card__content h3 {
      margin: 0;
      padding: 0; }
  .card__footer {
    padding: .5rem; }

.overlayed-image {
  position: relative; }
  .overlayed-image__image {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 3s, filter .5s;
    height: 100%;
    width: 100%; }
  .overlayed-image:hover .overlayed-image__image {
    transform: scale3d(1.2, 1.2, 1);
    filter: saturate(0); }
  .overlayed-image__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background: #7F5F5D;
    z-index: -1;
    transition: .5s all; }
  .overlayed-image:hover .overlayed-image__overlay {
    opacity: .6;
    z-index: 1; }

.btn {
  background: #e1e1e1;
  color: #001565;
  border-radius: 100vw;
  padding: .75rem 1.5rem;
  display: inline-block;
  text-decoration: none; }

.support__cover .cover__image img, .hero__content_wrapper__video__modal_box iframe {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.container__news .post-container__button_container .button {
  background: #e1e1e1;
  color: #001565;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100vw;
  padding: .75rem 1.5rem; }
  .container__news .post-container__button_container .button:hover, .container__news .post-container__button_container .button:focus {
    background: #c8c8c8;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }

.one_column_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem; }

.two_column_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem; }

.three_column_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem; }

.four_column_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem; }

.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 .75rem; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 420px) {
  .container {
    width: 420px; } }

@media only screen and (min-width: 576px) {
  .container {
    width: 540px; } }

@media only screen and (min-width: 768px) {
  .container {
    width: 720px; } }

@media only screen and (min-width: 992px) {
  .container {
    width: 960px; } }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px; } }

@media only screen and (min-width: 1400px) {
  .container {
    width: 1320px; } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  z-index: 12345; }
  .site-header .container-fluid {
    gap: 1rem;
    height: 100%;
    display: grid;
    justify-content: center;
    justify-items: center; }
  .site-header__logo {
    width: 200px;
    height: 100%;
    display: inline-block;
    background: url("/images/bluesky-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    grid-column: 1;
    grid-row: 1; }
  .site-header__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    grid-column: 2;
    grid-row: 1; }
    .site-header__nav li {
      display: inline-block;
      margin-right: 1em; }
      .site-header__nav li:last-child {
        margin-right: 0; }
    .site-header__nav a {
      color: #232323;
      transition: color .2s;
      text-decoration: none; }
      .site-header__nav a:hover, .site-header__nav a:focus, .site-header__nav a:active {
        color: #000; }
      .site-header__nav a.active {
        font-weight: 600;
        color: #000; }
  @media only screen and (max-width: 420px) {
    .site-header__hce {
      width: 100vw;
      height: 100%;
      display: inline-block;
      background: url("/images/Bluesky-Web-Banner-Mobile.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      text-indent: -9999px;
      background-color: rgba(255, 255, 255, 0.85);
      grid-column: 1 / span 2;
      grid-row: 2; } }
  @media only screen and (min-width: 420px) {
    .site-header__hce {
      width: 100vw;
      height: 8vw;
      display: inline-block;
      background: url("/images/Bluesky-Web-Banner.png");
      background-size: contain;
      background-position: center;
      text-indent: -9999px;
      background-color: rgba(255, 255, 255, 0.85);
      grid-column: 1 / span 2;
      grid-row: 2; } }
@media only screen and (max-width: 992px) {
  .site-header {
    height: 4rem; }
  .desktop-nav {
    display: none !important; }
  .mob-nav {
    display: block; } }

@media only screen and (min-width: 992px) {
  .desktop-nav {
    display: block; }
  .mob-nav {
    display: none; } }

.navbar {
  width: 100%;
  height: 4rem; }
  .navbar .logo {
    font-size: 1.2rem;
    color: #0e2431;
    z-index: 999;
    width: 200px;
    height: 100%; }
  .navbar .menu-items {
    display: flex;
    padding-top: 6rem;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    top: 0;
    position: absolute; }
    .navbar .menu-items li {
      margin-bottom: 1.2rem;
      font-size: 1.5rem;
      font-weight: 500; }
  .navbar .nav-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    .navbar .nav-container li {
      list-style: none; }
    .navbar .nav-container a {
      text-decoration: none;
      color: #0e2431;
      font-weight: 500;
      font-size: 1.2rem;
      position: relative; }
      .navbar .nav-container a.active-menu-item {
        font-weight: bolder; }
    .navbar .nav-container a:hover {
      font-weight: bolder; }
    .navbar .nav-container .checkbox {
      position: absolute;
      width: 32px;
      right: 20px;
      z-index: 5;
      opacity: 0;
      cursor: pointer; }
    .navbar .nav-container .hamburger-lines {
      height: 26px;
      width: 32px;
      position: absolute;
      right: 20px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .navbar .nav-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #0e2431; }
      .navbar .nav-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out; }
      .navbar .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out; }
      .navbar .nav-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out; }
    .navbar .nav-container input[type="checkbox"]:checked ~ .menu-items {
      transform: translateX(0); }
    .navbar .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
      transform: rotate(45deg); }
    .navbar .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
      transform: scaleY(0); }
    .navbar .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
      transform: rotate(-45deg); }
    .navbar .nav-container input[type="checkbox"]:checked ~ .logo {
      display: none; }

.navbar-nav {
  margin: 0 !important;
  padding: 0 !important; }

.button {
  font-weight: 600;
  font-style: normal;
  white-space: normal;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid none;
  border-radius: 100vw;
  padding: .75rem 1.5rem;
  transition: all .2s; }
  .button--primary {
    background-color: #0024a7;
    border-color: #0024a7;
    color: #fff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .button--primary:hover {
      background-color: #001150;
      border-color: #001150;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }

.hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  word-wrap: break-word;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) {
    .hero {
      padding-top: 8rem;
      padding-bottom: 2rem; } }
  .hero .hero__video {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
    @media only screen and (max-width: 1200px) {
      .hero .hero__video {
        display: none; } }
    .hero .hero__video video {
      object-fit: cover;
      width: 100vw;
      height: 100%; }
  @media only screen and (max-width: 1200px) {
    .hero .container {
      width: 100%;
      padding: 0; } }
  .hero__overlay {
    background-color: #001565;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none; }
  .hero__content_wrapper {
    display: flex;
    align-items: stretch;
    background: #408fec;
    justify-content: flex-start;
    position: relative;
    z-index: 9999; }
    @media only screen and (max-width: 1200px) {
      .hero__content_wrapper {
        flex-direction: column-reverse;
        padding: 1em; } }
    @media only screen and (min-width: 1200px) {
      .hero__content_wrapper {
        border-radius: 2rem;
        padding: 5rem; }
        .hero__content_wrapper__text {
          width: 40%; } }
    .hero__content_wrapper__text__title {
      color: #FFFFFF;
      margin: 0;
      line-height: 4.5rem;
      letter-spacing: .0625rem;
      font-family: "Trebuchet MS", Tahoma, sans-serif; }
      @media only screen and (min-width: 1200px) {
        .hero__content_wrapper__text__title {
          font-size: 5rem;
          line-height: 4.5rem; } }
      @media only screen and (max-width: 1200px) {
        .hero__content_wrapper__text__title {
          font-size: 3rem;
          line-height: 3rem; } }
    .hero__content_wrapper__text__subtitle {
      color: #FFFFFF;
      opacity: 0.8;
      margin-top: 50px;
      font-size: 1.7rem;
      line-height: 2.0rem; }
    .hero__content_wrapper__video {
      position: relative;
      display: flex; }
      @media only screen and (max-width: 1200px) {
        .hero__content_wrapper__video {
          margin-bottom: 3em; } }
      @media only screen and (min-width: 1200px) {
        .hero__content_wrapper__video {
          width: 60%;
          right: -8rem; } }
      .hero__content_wrapper__video__modal_box {
        display: contents; }
        .hero__content_wrapper__video__modal_box iframe {
          border-radius: 1rem; }
          @media only screen and (max-width: 1200px) {
            .hero__content_wrapper__video__modal_box iframe {
              display: none; } }
      .hero__content_wrapper__video .modal {
        width: 100%; }
        .hero__content_wrapper__video .modal__play_button {
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          position: absolute;
          transition: all .3s; }

.features {
  background: #e1e1e1;
  padding: 2rem 0;
  color: #002549; }
  .features .container {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 8rem; }
    @media only screen and (max-width: 992px) {
      .features .container {
        grid-auto-columns: unset;
        grid-template-columns: 100%;
        grid-auto-rows: auto; }
        .features .container .feature:nth-child(1) {
          grid-row: 1; }
        .features .container .feature:nth-child(2) {
          grid-row: 2; }
        .features .container .feature:nth-child(3) {
          grid-row: 3; } }
  .features .feature {
    text-align: center;
    padding: 0 1rem; }
    .features .feature__icon {
      font-size: 64px;
      color: #001565;
      fill: #001565; }
    .features .feature__title {
      margin: 0 0 1rem 0;
      font-size: 2rem;
      font-weight: 600;
      color: #001565;
      font-family: "Trebuchet MS", Tahoma, sans-serif;
      line-height: 1; }
    .features .feature__text {
      margin: 0; }

.approach {
  padding: 1rem 0;
  background: #fff; }
  @media only screen and (min-width: 992px) {
    .approach .container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      gap: 2rem;
      align-items: center; }
    .approach__text {
      width: 75%; } }
  @media only screen and (max-width: 992px) {
    .approach .container {
      text-align: center; }
    .approach__text {
      width: 100%; }
    .approach__image {
      margin: 0 auto; } }
  .approach__text {
    color: #002549;
    word-break: break-word;
    word-wrap: break-word;
    flex: 1 0 0; }
    .approach__text h4 {
      color: #001565;
      font-weight: 600;
      font-size: 2rem;
      font-family: "Trebuchet MS", Tahoma, sans-serif;
      margin: 0 0 1.3rem 0; }
  .approach__image {
    width: 25%;
    text-align: center; }
    .approach__image img {
      width: auto;
      max-width: 100%; }

.about-banner {
  background: #001565;
  padding: 2rem 0 1rem;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-family: Arial, Helvetica, sans-serif; }

.hero {
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .hero {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (max-width: 1200px) {
    .hero .container {
      width: 100%;
      padding: 0; } }
  .hero__overlay {
    background-color: #001565;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none; }
  .hero__products_wrapper {
    background: #408fec;
    position: relative;
    z-index: 9999; }
    @media only screen and (min-width: 1200px) {
      .hero__products_wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
    .hero__products_wrapper img {
      width: 100%;
      height: 500px;
      object-fit: cover; }
      @media only screen and (max-width: 1200px) {
        .hero__products_wrapper img {
          display: none; } }
    @media only screen and (max-width: 1200px) {
      .hero__products_wrapper {
        flex-direction: column-reverse;
        padding: 1em; } }
    @media only screen and (min-width: 1200px) {
      .hero__products_wrapper__text {
        width: 40%; } }
    .hero__products_wrapper__content {
      display: flex;
      flex-direction: column;
      padding: 2rem;
      justify-content: center; }
      @media only screen and (max-width: 1200px) {
        .hero__products_wrapper__content {
          align-items: center;
          text-align: center; } }
    .hero__products_wrapper__text__title {
      color: #ffffff;
      margin: 0;
      letter-spacing: 0.0625rem;
      font-family: "Trebuchet MS", Tahoma, sans-serif; }
      @media only screen and (min-width: 1200px) {
        .hero__products_wrapper__text__title {
          font-size: 4rem; } }
      @media only screen and (max-width: 1200px) {
        .hero__products_wrapper__text__title {
          font-size: 3rem; } }
    .hero__products_wrapper__text__subtitle {
      color: #ffffff;
      opacity: 0.8;
      font-size: 1.7rem;
      margin: 0; }
      @media only screen and (max-width: 1200px) {
        .hero__products_wrapper__text__subtitle {
          text-align: center; } }
    .hero__products_wrapper .modal {
      display: flex;
      align-content: space-around; }

.preface {
  background-color: #f0f3f9; }
  .preface .container {
    display: flex;
    padding: 2rem;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .preface .container {
        flex-flow: column;
        align-items: center; } }
  .preface__text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    max-width: 50%;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    padding: 2rem; }
    @media only screen and (max-width: 1200px) {
      .preface__text {
        align-items: center;
        max-width: 100%;
        margin: 0 0 1rem 0;
        text-align: center;
        padding: 0; } }
    .preface__text h1 {
      color: #002549;
      font-size: 2rem;
      line-height: 2rem; }
    .preface__text p {
      color: #002549;
      width: 100%;
      font-size: 1rem;
      line-height: 1.5rem; }
  .preface__image {
    max-width: 480px; }
    .preface__image img {
      width: auto;
      max-width: 100%; }

.preface_advanced .container {
  display: flex;
  padding: 2rem;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 1200px) {
    .preface_advanced .container {
      flex-flow: column;
      align-items: center; } }
  .preface_advanced .container iframe {
    width: 100%;
    height: 500px; }

.preface_advanced__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 1rem;
  max-width: 50%;
  font-family: "Trebuchet MS", Tahoma, sans-serif; }
  @media only screen and (max-width: 1200px) {
    .preface_advanced__text {
      align-items: center;
      max-width: 100%; } }
  .preface_advanced__text h1 {
    color: #002549;
    font-size: 2rem;
    line-height: 2rem; }
  .preface_advanced__text ul {
    margin: 0; }

.preface_advanced__image {
  max-width: 480px; }
  .preface_advanced__image img {
    width: auto;
    max-width: 100%; }

.preface_advanced__image_cluster {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media only screen and (max-width: 1200px) {
    .preface_advanced__image_cluster {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media only screen and (max-width: 768px) {
    .preface_advanced__image_cluster {
      display: none; } }
  .preface_advanced__image_cluster__img {
    display: flex;
    overflow: hidden;
    margin: 0 1rem;
    background-color: #7f5f5d; }
    @media only screen and (max-width: 1200px) {
      .preface_advanced__image_cluster__img {
        margin: 1rem; } }
    .preface_advanced__image_cluster__img img {
      max-width: 100%;
      transition: transform 3s, filter 0.5s; }
      @media only screen and (max-width: 1200px) {
        .preface_advanced__image_cluster__img img {
          max-width: 480px; } }
      .preface_advanced__image_cluster__img img:hover {
        transform: scale3d(1.2, 1.2, 1);
        filter: saturate(0);
        opacity: 0.6;
        z-index: 1; }

.about-product {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e1e6f4; }
  .about-product .container {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .about-product .container {
        flex-flow: column;
        align-items: center;
        justify-content: center; } }
    .about-product .container a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      text-decoration: none; }
      @media only screen and (max-width: 1200px) {
        .about-product .container a {
          flex-flow: column;
          align-items: center;
          justify-content: center; } }
      .about-product .container a__text {
        padding: 0 2rem;
        font-family: "Trebuchet MS", Tahoma, sans-serif; }
        @media only screen and (max-width: 1200px) {
          .about-product .container a__text {
            align-items: center;
            max-width: 100%;
            margin: 0 0 1rem 0;
            text-align: center; } }
        .about-product .container a__text h1 {
          color: #002549;
          font-size: 1.5rem;
          line-height: 1.3rem; }
        .about-product .container a__text p {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 1rem;
          line-height: 1.5rem;
          color: #002549; }
      .about-product .container a__image {
        max-width: 480px;
        display: flex;
        align-items: center; }
        .about-product .container a__image img {
          width: auto;
          max-width: 350px; }
  .about-product__text {
    padding: 0 2rem;
    font-family: "Trebuchet MS", Tahoma, sans-serif; }
    @media only screen and (max-width: 1200px) {
      .about-product__text {
        align-items: center;
        max-width: 100%;
        margin: 0 0 1rem 0;
        text-align: center; } }
    .about-product__text h1 {
      color: #002549;
      font-size: 1.5rem;
      line-height: 1.3rem; }
    .about-product__text p {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.5rem;
      color: #002549; }
    .about-product__text a {
      max-width: fit-content; }
  .about-product__image {
    max-width: 480px;
    display: flex;
    align-items: center; }
    .about-product__image img {
      width: auto;
      max-width: 350px; }

.jumbotron {
  background-color: #001565;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 1200px) {
    .jumbotron {
      padding-top: 2rem;
      padding-bottom: 1rem; } }
  @media only screen and (max-width: 1200px) {
    .jumbotron {
      padding: 2rem;
      text-align: center; } }
  .jumbotron h1 {
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    font-size: 3rem;
    line-height: 3.3rem;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
    color: white; }

.supported-industries-products__title {
  text-align: center;
  color: #0024a7;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2rem;
  font-style: normal;
  margin: 0 0 1rem 0; }

.device-interfaces-table div h3 {
  text-align: center;
  color: #0024a7;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2rem;
  font-style: normal;
  margin: 0; }

.device-interfaces-table__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media only screen and (max-width: 768px) {
    .device-interfaces-table__container {
      overflow-x: scroll; } }
table {
  text-align: left;
  border-collapse: collapse;
  width: 100%; }
  table thead tr th {
    background-color: #e1e6f4;
    color: #002549;
    min-width: 10em; }
  table tbody tr:hover {
    background-color: #cdcdcd; }
  table tbody tr:nth-of-type(odd) {
    background-color: #f3f3f3; }
    table tbody tr:nth-of-type(odd):hover {
      background-color: #cdcdcd; }

.padding-2 {
  padding: 2rem; }

.our-usp {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center; }
  .our-usp .container {
    display: flex;
    justify-content: center; }
    .our-usp .container .preface__text {
      padding: 0;
      max-width: 75%; }

.support__link {
  color: #0024a7; }

.support__title {
  text-align: center;
  color: #0024a7;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 2rem;
  font-style: normal;
  margin: 0 0 1rem 0; }

@media only screen and (min-width: 992px) {
  .support__cover_types {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem; } }

.support__cover {
  background: #e1e6f4;
  color: #001565;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 992px) {
    .support__cover {
      margin-bottom: 1em; } }
  .support__cover .cover__image {
    position: relative;
    object-fit: cover;
    overflow: hidden; }
    .support__cover .cover__image img {
      display: block;
      transition: transform 3s, filter .5s; }
  .support__cover .cover__details {
    padding: 1rem 1.5rem;
    flex: 1; }
    .support__cover .cover__details h5 {
      margin: 0;
      font-size: 2rem; }
    .support__cover .cover__details p {
      margin: 1rem 0; }

.container__news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem; }
  @media only screen and (min-width: 992px) {
    .container__news {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 2rem; } }
  @media only screen and (max-width: 992px) {
    .container__news {
      grid-template-columns: 1fr;
      grid-gap: 2rem; } }
  .container__news .post-container {
    transition: .5s ease-out;
    background-color: #f3f3f3;
    padding: 1rem;
    display: grid; }
    .container__news .post-container:hover {
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      transition: .5s ease-in; }
    .container__news .post-container__header {
      margin: 0 0 .5em 0; }
    .container__news .post-container__button_container {
      display: flex;
      align-items: flex-end;
      margin-top: 1rem; }
  .container__news .container .post-container:last-child {
    border-bottom: 0; }
  .container__news .post__header {
    border-bottom: 1px solid grey;
    margin: 0; }

h2 {
  margin: 0; }
  h2 a {
    text-decoration: none;
    color: #001565; }

.post-hero {
  position: relative; }
  .post-hero__video iframe {
    width: 100%;
    height: 500px;
    display: flex; }
    @media only screen and (max-width: 1200px) {
      .post-hero__video iframe {
        display: none; } }
  @media only screen and (min-width: 1200px) {
    .post-hero {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (max-width: 1200px) {
    .post-hero .container {
      width: 100%;
      padding: 0; } }
  .post-hero__overlay {
    background-color: #001565;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none; }
  .post-hero__post {
    background: #408fec;
    display: flex;
    position: relative;
    z-index: 9999; }
    .post-hero__post img {
      object-fit: cover;
      width: 100%; }
      @media only screen and (max-width: 1200px) {
        .post-hero__post img {
          display: none; } }
    @media only screen and (max-width: 1200px) {
      .post-hero__post {
        flex-direction: column-reverse;
        padding: 1em; } }
    @media only screen and (min-width: 1200px) {
      .post-hero__post__text {
        width: 40%; } }
    .post-hero__post__content {
      display: flex;
      flex-direction: column;
      padding: 2rem;
      justify-content: center; }
      @media only screen and (max-width: 1200px) {
        .post-hero__post__content {
          align-items: center;
          text-align: center;
          padding: 2rem; } }
    .post-hero__post__text__title {
      color: #ffffff;
      margin: 0;
      letter-spacing: 0.0625rem;
      font-family: "Trebuchet MS", Tahoma, sans-serif; }
      @media only screen and (min-width: 1200px) {
        .post-hero__post__text__title {
          font-size: 4rem; } }
      @media only screen and (max-width: 1200px) {
        .post-hero__post__text__title {
          font-size: 3rem; } }
    .post-hero__post__text__subtitle {
      color: #ffffff;
      opacity: 0.8;
      font-size: 1.7rem;
      margin: 0; }
      @media only screen and (max-width: 1200px) {
        .post-hero__post__text__subtitle {
          text-align: center; } }
    .post-hero__post .modal {
      display: flex;
      width: 100%;
      justify-content: center; }
  .post-hero .device-interfaces div h4 {
    font-size: 2em; }
  .post-hero .device-interfaces div h5 {
    font-size: 1.25em; }

.with_video {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media only screen and (max-width: 1200px) {
    .with_video {
      grid-template-columns: 1fr; } }
.without_video .post-hero__post {
  background: #408fec; }
  @media only screen and (min-width: 1200px) {
    .without_video .post-hero__post {
      display: grid;
      grid-template-columns: 1fr 1fr; } }
  .without_video .post-hero__post img {
    display: flex;
    align-items: stretch;
    width: 100%; }
    @media only screen and (max-width: 1200px) {
      .without_video .post-hero__post img {
        display: none; } }
.header__company_overview {
  display: grid;
  justify-items: center;
  grid-template-rows: 1fr 5em; }
  @media only screen and (min-width: 768px) {
    .header__company_overview {
      grid-template-rows: 1fr 7em; } }
  .header__company_overview__overlay {
    background-color: #408fec;
    width: 100%;
    height: 15rem; }
  .header__company_overview img {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .header__company_overview img {
        max-width: 30rem;
        top: -7rem; } }
    @media only screen and (max-width: 768px) {
      .header__company_overview img {
        max-width: 15rem;
        top: -3rem; } }
.header__distributors {
  display: grid;
  justify-items: center;
  grid-template-rows: 1fr 5em; }
  @media only screen and (min-width: 768px) {
    .header__distributors {
      grid-template-rows: 1fr 7em; } }
  .header__distributors__overlay {
    width: 100%;
    height: 15rem; }
  .header__distributors img {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .header__distributors img {
        max-width: 30rem;
        top: -7rem; } }
    @media only screen and (max-width: 768px) {
      .header__distributors img {
        max-width: 15rem;
        top: -3rem; } }
@media only screen and (min-width: 768px) {
  .container__distributors .partnership-with-icon {
    display: grid;
    grid-template-columns: 1fr 3fr; } }

.distributors-img {
  max-width: 450px; }

.site-footer {
  background: #e1e1e1;
  padding: 3rem 0 1rem 0; }
  .site-footer__brand {
    color: #001565;
    font-size: 2rem;
    font-weight: 600;
    font-family: "Trebuchet MS", Tahoma, sans-serif; }
  .site-footer__copyright {
    padding-top: 1rem;
    border-top: 1px solid #afa19f;
    color: #002549;
    text-align: center;
    font-size: .75rem;
    font-weight: 400; }
  .site-footer__links {
    list-style-type: none;
    margin-top: 1em; }
    @media only screen and (min-width: 992px) {
      .site-footer__links {
        display: grid;
        grid-auto-columns: 1fr;
        grid-row-gap: 3rem;
        grid-template-columns: 1fr 1fr 1fr 2fr;
        grid-template-rows: auto; } }
    @media only screen and (max-width: 992px) {
      .site-footer__links {
        display: grid;
        grid-auto-columns: 1fr; } }
    .site-footer__links .menu-items {
      margin-bottom: 1rem; }
      .site-footer__links .menu-items__title {
        margin: 0 0 1em 0;
        font-size: 1rem;
        color: #002549; }
      .site-footer__links .menu-items ul {
        margin: 0;
        padding: 0; }
        .site-footer__links .menu-items ul li {
          font-style: normal;
          line-height: 1.7;
          list-style-type: none; }
          .site-footer__links .menu-items ul li a {
            text-decoration: none;
            color: #002549; }
  .site-footer__social {
    padding: 1rem 0;
    border-top: 1px solid #afa19f;
    color: #002549;
    text-align: center;
    font-size: .75rem;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3rem; }
    .site-footer__social .cyber-essentials-logo {
      width: 60px;
      height: 80px; }
    .site-footer__social .dcb0129-logo {
      width: 60px;
      height: 80px; }
    .site-footer__social a {
      display: flex;
      align-items: center;
      justify-content: center; }
      .site-footer__social a svg {
        height: 22px; }
      .site-footer__social a .social-item {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #002549;
        transition: 0.5s all;
        height: 80px;
        width: 60px; }

.address {
  margin-top: 1rem; }

.blockquote, blockquote {
  border-left: 4px solid #e1e1e1;
  padding-inline-start: 1em; }
