/* barlow-100 - latin */
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/barlow/barlow-v12-latin-100.woff2") format("woff2"), url("../fonts/barlow/barlow-v12-latin-100.ttf") format("truetype");
}
/* barlow-200 - latin */
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/barlow/barlow-v12-latin-200.woff2") format("woff2"), url("../fonts/barlow/barlow-v12-latin-200.ttf") format("truetype");
}
/* barlow-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/barlow/barlow-v12-latin-300.woff2") format("woff2"), url("../fonts/barlow/barlow-v12-latin-300.ttf") format("truetype");
}
/* barlow-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow/barlow-v12-latin-regular.woff2") format("woff2"), url("../fonts/barlow/barlow-v12-latin-regular.ttf") format("truetype");
}
/* barlow-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow/barlow-v12-latin-500.woff2") format("woff2"), url("../fonts/barlow/barlow-v12-latin-500.ttf") format("truetype");
}
/* barlow-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow/barlow-v12-latin-600.woff2") format("woff2"), url("../fonts/barlow/barlow-v12-latin-600.ttf") format("truetype");
}
/* barlow-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow/barlow-v12-latin-700.woff2") format("woff2"), url("../fonts/barlow/barlow-v12-latin-700.ttf") format("truetype");
}
/* barlow-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/barlow/barlow-v12-latin-800.woff2") format("woff2"), url("../fonts/barlow/barlow-v12-latin-800.ttf") format("truetype");
}
/* barlow-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/barlow/barlow-v12-latin-900.woff2") format("woff2"), url("../fonts/barlow/barlow-v12-latin-900.ttf") format("truetype");
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3/source-sans-3-v18-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-3/source-sans-3-v18-latin-regular.ttf") format("truetype");
}
/* source-sans-3-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/source-sans-3/source-sans-3-v18-latin-500.woff2") format("woff2"), url("../fonts/source-sans-3/source-sans-3-v18-latin-500.ttf") format("truetype");
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-3/source-sans-3-v18-latin-600.woff2") format("woff2"), url("../fonts/source-sans-3/source-sans-3-v18-latin-600.ttf") format("truetype");
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-3/source-sans-3-v18-latin-700.woff2") format("woff2"), url("../fonts/source-sans-3/source-sans-3-v18-latin-700.ttf") format("truetype");
}
/* --------------------------------------------------------------
 >> Import all partials
-------------------------------------------------------------- */
/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff;
}

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

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

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* --------------------------------------------------------------
 >> THEME FUNCTIONS
 Dependencies: none
-------------------------------------------------------------- */
/* --------------------------------------------------------------
 >> THEME VARIABLES
 Dependencies: _functions.scss
-------------------------------------------------------------- */
/* Breakpoints */
/* Units + Spacing */
/* 128px */
/* 96px */
/* 64px */
/* 48px */
/* 36px */
/* 28px */
/* 20px */
/* 16px */
/* These variables are used to setup the height of our fixed header */
/* We compensate for header overlap by using this variable for top padding/margin */
/* Setup font families here and adjust font weights as needed */
/* Set up custom variables for brand colors */
/* --------------------------------------------------------------
 >> UTILITY CLASSES
 Dependencies: _functions.scss, _variables.scss

 # Colors
 # Font Styles
 # Positioning 
 # Padding + Margin
 # Media
 # Overflows
 # Sizing

-------------------------------------------------------------- */
/* # Colors
-------------------------------------------------------------- */
.c-1 {
  color: #0D5A9E;
}

.c-2 {
  color: #00BCF2;
}

.c-3 {
  color: #15D0FF;
}

.c-ui {
  color: #F7F7F7;
}

.c-wt {
  color: #fff;
}

.c-blk {
  color: #000;
}

.c-wt :is(p, a:not(.btn), h1, .lvl-1, h2, .lvl-2, h3, .lvl-3, h4, .lvl-4, h5, .lvl-5, h6, .lvl-6, h2.gform_submission_error, .gfield_validation_message, .gform-field-label, .gfield_description) {
  color: #fff;
}

.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-12 {
  font-size: 0.6875rem !important;
}
@media screen and (min-width: 1200px) {
  .fs-12 {
    font-size: 1.375rem;
  }
}

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

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

.fw-600 {
  font-weight: 600;
}

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

.bg-c-1 {
  background-color: #0D5A9E;
}

.bg-c-2 {
  background-color: #00BCF2;
}

.bg-c-3 {
  background-color: #15D0FF;
}

.bg-ui {
  background-color: #F7F7F7;
}

.bg-wt {
  background-color: #fff;
}

.bg-blk {
  background-color: #000;
}

/* # Font Styles
-------------------------------------------------------------- */
.tt-up {
  text-transform: uppercase;
}

.tt-ca {
  text-transform: capitalize;
}

.fs-i {
  font-style: italic;
}

.fs-r {
  font-style: normal;
}

.ta-l {
  text-align: left;
}

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

.ta-r {
  text-align: right;
}

@media screen and (min-width: 576px) {
  .ta-sm-l {
    text-align: left;
  }
  .ta-sm-c {
    text-align: center;
  }
  .ta-sm-r {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .ta-md-l {
    text-align: left;
  }
  .ta-md-c {
    text-align: center;
  }
  .ta-md-r {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .ta-lg-l {
    text-align: left;
  }
  .ta-lg-c {
    text-align: center;
  }
  .ta-lg-r {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .ta-xl-l {
    text-align: left;
  }
  .ta-xl-c {
    text-align: center;
  }
  .ta-xl-r {
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  .ta-xxl-l {
    text-align: left;
  }
  .ta-xxl-c {
    text-align: center;
  }
  .ta-xxl-r {
    text-align: right;
  }
}
/* # Gap 
-------------------------------------------------------------- */
.gap-64 {
  gap: 64px;
}

.gap-48 {
  gap: 48px;
}

.gap-36 {
  gap: 36px;
}

.gap-30 {
  gap: 30px;
}

.gap-24 {
  gap: 24px;
}

.gap-16 {
  gap: 16px;
}

.gap-8 {
  gap: 8px;
}

.gap-5 {
  gap: 5px;
}

.row-gap-64 {
  row-gap: 64px;
}

.row-gap-48 {
  row-gap: 48px;
}

.row-gap-36 {
  row-gap: 36px;
}

.row-gap-30 {
  row-gap: 30px;
}

.row-gap-24 {
  row-gap: 24px;
}

.row-gap-16 {
  row-gap: 16px;
}

.row-gap-8 {
  row-gap: 8px;
}

.col-gap-64 {
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}

.col-gap-48 {
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}

.col-gap-36 {
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}

.col-gap-30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.col-gap-24 {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.col-gap-16 {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.col-gap-8 {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

/* # Positioning 
-------------------------------------------------------------- */
.bg--image {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.bg--image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg--image-abs {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.bg--image-abs img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fix {
  position: fixed;
}

.pos-stk {
  position: sticky;
}

.x-l {
  left: 0;
}

.x-c {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.x-r {
  right: 0;
}

.y-l {
  left: 0;
}

.y-c {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.y-r {
  right: 0;
}

.xy-tl {
  top: 0;
  left: 0;
}

.xy-tr {
  top: 0;
  right: 0;
}

.xy-tc {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.xy-c {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.xy-bl {
  bottom: 0;
  left: 0;
}

.xy-br {
  bottom: 0;
  right: 0;
}

.xy-bc {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-5 {
  z-index: 5;
}

.z-9 {
  z-index: 10;
}

.z-99 {
  z-index: 99;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

/* # Padding + Margin
-------------------------------------------------------------- */
.my-xxl {
  margin-block: 128px;
}

.my-xl {
  margin-block: 85.3333333333px;
}

.my-lg {
  margin-block: 64px;
}

.my-def {
  margin-block: 42.6666666667px;
}

.my-md {
  margin-block: 32px;
}

.my-sm {
  margin-block: 25.3333333333px;
}

.my-xs {
  margin-block: 16px;
}

.my-xxs {
  margin-block: 10.6666666667px;
}

.mt-xxl {
  -webkit-margin-before: 128px;
          margin-block-start: 128px;
}

.mt-xl {
  -webkit-margin-before: 85.3333333333px;
          margin-block-start: 85.3333333333px;
}

.mt-lg {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}

.mt-def {
  -webkit-margin-before: 42.6666666667px;
          margin-block-start: 42.6666666667px;
}

.mt-md {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}

.mt-sm {
  -webkit-margin-before: 25.3333333333px;
          margin-block-start: 25.3333333333px;
}

.mt-xs {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}

.mt-xxs {
  -webkit-margin-before: 10.6666666667px;
          margin-block-start: 10.6666666667px;
}

.mb-xxl {
  -webkit-margin-after: 128px;
          margin-block-end: 128px;
}

.mb-xl {
  -webkit-margin-after: 85.3333333333px;
          margin-block-end: 85.3333333333px;
}

.mb-lg {
  -webkit-margin-after: 64px;
          margin-block-end: 64px;
}

.mb-def {
  -webkit-margin-after: 42.6666666667px;
          margin-block-end: 42.6666666667px;
}

.mb-md {
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}

.mb-sm {
  -webkit-margin-after: 25.3333333333px;
          margin-block-end: 25.3333333333px;
}

.mb-xs {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}

.mb-xxs {
  -webkit-margin-after: 10.6666666667px;
          margin-block-end: 10.6666666667px;
}

.mx-xxl {
  margin-inline: 128px;
}

.mx-xl {
  margin-inline: 85.3333333333px;
}

.mx-lg {
  margin-inline: 64px;
}

.mx-def {
  margin-inline: 42.6666666667px;
}

.mx-md {
  margin-inline: 32px;
}

.mx-sm {
  margin-inline: 25.3333333333px;
}

.mx-xs {
  margin-inline: 16px;
}

.mx-xxs {
  margin-inline: 10.6666666667px;
}

.ms-xxl {
  -webkit-margin-start: 128px;
          margin-inline-start: 128px;
}

.ms-xl {
  -webkit-margin-start: 85.3333333333px;
          margin-inline-start: 85.3333333333px;
}

.ms-lg {
  -webkit-margin-start: 64px;
          margin-inline-start: 64px;
}

.ms-def {
  -webkit-margin-start: 42.6666666667px;
          margin-inline-start: 42.6666666667px;
}

.ms-md {
  -webkit-margin-start: 32px;
          margin-inline-start: 32px;
}

.ms-sm {
  -webkit-margin-start: 25.3333333333px;
          margin-inline-start: 25.3333333333px;
}

.ms-xs {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}

.ms-xxs {
  -webkit-margin-start: 10.6666666667px;
          margin-inline-start: 10.6666666667px;
}

.me-xxl {
  -webkit-margin-end: 128px;
          margin-inline-end: 128px;
}

.me-xl {
  -webkit-margin-end: 85.3333333333px;
          margin-inline-end: 85.3333333333px;
}

.me-lg {
  -webkit-margin-end: 64px;
          margin-inline-end: 64px;
}

.me-def {
  -webkit-margin-end: 42.6666666667px;
          margin-inline-end: 42.6666666667px;
}

.me-md {
  -webkit-margin-end: 32px;
          margin-inline-end: 32px;
}

.me-sm {
  -webkit-margin-end: 25.3333333333px;
          margin-inline-end: 25.3333333333px;
}

.me-xs {
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}

.me-xxs {
  -webkit-margin-end: 10.6666666667px;
          margin-inline-end: 10.6666666667px;
}

.py-xxl {
  padding-block: 128px;
}

.py-xl {
  padding-block: 85.3333333333px;
}

.py-lg {
  padding-block: 64px;
}

.py-def {
  padding-block: 42.6666666667px;
}

.py-md {
  padding-block: 32px;
}

.py-sm {
  padding-block: 25.3333333333px;
}

.py-xs {
  padding-block: 16px;
}

.py-xxs {
  padding-block: 10.6666666667px;
}

.pt-xxl {
  -webkit-padding-before: 128px;
          padding-block-start: 128px;
}

.pt-xl {
  -webkit-padding-before: 85.3333333333px;
          padding-block-start: 85.3333333333px;
}

.pt-lg {
  -webkit-padding-before: 64px;
          padding-block-start: 64px;
}

.pt-def {
  -webkit-padding-before: 42.6666666667px;
          padding-block-start: 42.6666666667px;
}

.pt-md {
  -webkit-padding-before: 32px;
          padding-block-start: 32px;
}

.pt-sm {
  -webkit-padding-before: 25.3333333333px;
          padding-block-start: 25.3333333333px;
}

.pt-xs {
  -webkit-padding-before: 16px;
          padding-block-start: 16px;
}

.pt-xxs {
  -webkit-padding-before: 10.6666666667px;
          padding-block-start: 10.6666666667px;
}

.pb-xxl {
  -webkit-padding-after: 128px;
          padding-block-end: 128px;
}

.pb-xl {
  -webkit-padding-after: 85.3333333333px;
          padding-block-end: 85.3333333333px;
}

.pb-lg {
  -webkit-padding-after: 64px;
          padding-block-end: 64px;
}

.pb-def {
  -webkit-padding-after: 42.6666666667px;
          padding-block-end: 42.6666666667px;
}

.pb-md {
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
}

.pb-sm {
  -webkit-padding-after: 25.3333333333px;
          padding-block-end: 25.3333333333px;
}

.pb-xs {
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
}

.pb-xxs {
  -webkit-padding-after: 10.6666666667px;
          padding-block-end: 10.6666666667px;
}

.px-xxl {
  padding-inline: 128px;
}

.px-xl {
  padding-inline: 85.3333333333px;
}

.px-lg {
  padding-inline: 64px;
}

.px-def {
  padding-inline: 42.6666666667px;
}

.px-md {
  padding-inline: 32px;
}

.px-sm {
  padding-inline: 25.3333333333px;
}

.px-xs {
  padding-inline: 16px;
}

.px-xxs {
  padding-inline: 10.6666666667px;
}

.ps-xxl {
  -webkit-padding-start: 128px;
          padding-inline-start: 128px;
}

.ps-xl {
  -webkit-padding-start: 85.3333333333px;
          padding-inline-start: 85.3333333333px;
}

.ps-lg {
  -webkit-padding-start: 64px;
          padding-inline-start: 64px;
}

.ps-def {
  -webkit-padding-start: 42.6666666667px;
          padding-inline-start: 42.6666666667px;
}

.ps-md {
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
}

.ps-sm {
  -webkit-padding-start: 25.3333333333px;
          padding-inline-start: 25.3333333333px;
}

.ps-xs {
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}

.ps-xxs {
  -webkit-padding-start: 10.6666666667px;
          padding-inline-start: 10.6666666667px;
}

.pe-xxl {
  -webkit-padding-end: 128px;
          padding-inline-end: 128px;
}

.pe-xl {
  -webkit-padding-end: 85.3333333333px;
          padding-inline-end: 85.3333333333px;
}

.pe-lg {
  -webkit-padding-end: 64px;
          padding-inline-end: 64px;
}

.pe-def {
  -webkit-padding-end: 42.6666666667px;
          padding-inline-end: 42.6666666667px;
}

.pe-md {
  -webkit-padding-end: 32px;
          padding-inline-end: 32px;
}

.pe-sm {
  -webkit-padding-end: 25.3333333333px;
          padding-inline-end: 25.3333333333px;
}

.pe-xs {
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
}

.pe-xxs {
  -webkit-padding-end: 10.6666666667px;
          padding-inline-end: 10.6666666667px;
}

@media only screen and (min-width: 992px) {
  .my-xxl {
    margin-block: 192px;
  }
  .my-xl {
    margin-block: 128px;
  }
  .my-lg {
    margin-block: 96px;
  }
  .my-def {
    margin-block: 64px;
  }
  .my-md {
    margin-block: 48px;
  }
  .my-sm {
    margin-block: 38px;
  }
  .my-xs {
    margin-block: 24px;
  }
  .my-xxs {
    margin-block: 16px;
  }
  .mt-xxl {
    -webkit-margin-before: 192px;
            margin-block-start: 192px;
  }
  .mt-xl {
    -webkit-margin-before: 128px;
            margin-block-start: 128px;
  }
  .mt-lg {
    -webkit-margin-before: 96px;
            margin-block-start: 96px;
  }
  .mt-def {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
  .mt-md {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
  .mt-sm {
    -webkit-margin-before: 38px;
            margin-block-start: 38px;
  }
  .mt-xs {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
  .mt-xxs {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
  .mb-xxl {
    -webkit-margin-after: 192px;
            margin-block-end: 192px;
  }
  .mb-xl {
    -webkit-margin-after: 128px;
            margin-block-end: 128px;
  }
  .mb-lg {
    -webkit-margin-after: 96px;
            margin-block-end: 96px;
  }
  .mb-def {
    -webkit-margin-after: 64px;
            margin-block-end: 64px;
  }
  .mb-md {
    -webkit-margin-after: 48px;
            margin-block-end: 48px;
  }
  .mb-sm {
    -webkit-margin-after: 38px;
            margin-block-end: 38px;
  }
  .mb-xs {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
  .mb-xxs {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
  .mx-xxl {
    margin-inline: 192px;
  }
  .mx-xl {
    margin-inline: 128px;
  }
  .mx-lg {
    margin-inline: 96px;
  }
  .mx-def {
    margin-inline: 64px;
  }
  .mx-md {
    margin-inline: 48px;
  }
  .mx-sm {
    margin-inline: 38px;
  }
  .mx-xs {
    margin-inline: 24px;
  }
  .mx-xxs {
    margin-inline: 16px;
  }
  .ms-xxl {
    -webkit-margin-start: 192px;
            margin-inline-start: 192px;
  }
  .ms-xl {
    -webkit-margin-start: 128px;
            margin-inline-start: 128px;
  }
  .ms-lg {
    -webkit-margin-start: 96px;
            margin-inline-start: 96px;
  }
  .ms-def {
    -webkit-margin-start: 64px;
            margin-inline-start: 64px;
  }
  .ms-md {
    -webkit-margin-start: 48px;
            margin-inline-start: 48px;
  }
  .ms-sm {
    -webkit-margin-start: 38px;
            margin-inline-start: 38px;
  }
  .ms-xs {
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
  .ms-xxs {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }
  .me-xxl {
    -webkit-margin-end: 192px;
            margin-inline-end: 192px;
  }
  .me-xl {
    -webkit-margin-end: 128px;
            margin-inline-end: 128px;
  }
  .me-lg {
    -webkit-margin-end: 96px;
            margin-inline-end: 96px;
  }
  .me-def {
    -webkit-margin-end: 64px;
            margin-inline-end: 64px;
  }
  .me-md {
    -webkit-margin-end: 48px;
            margin-inline-end: 48px;
  }
  .me-sm {
    -webkit-margin-end: 38px;
            margin-inline-end: 38px;
  }
  .me-xs {
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
  }
  .me-xxs {
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
  .py-xxl {
    padding-block: 192px;
  }
  .py-xl {
    padding-block: 128px;
  }
  .py-lg {
    padding-block: 96px;
  }
  .py-def {
    padding-block: 64px;
  }
  .py-md {
    padding-block: 48px;
  }
  .py-sm {
    padding-block: 38px;
  }
  .py-xs {
    padding-block: 24px;
  }
  .py-xxs {
    padding-block: 16px;
  }
  .pt-xxl {
    -webkit-padding-before: 192px;
            padding-block-start: 192px;
  }
  .pt-xl {
    -webkit-padding-before: 128px;
            padding-block-start: 128px;
  }
  .pt-lg {
    -webkit-padding-before: 96px;
            padding-block-start: 96px;
  }
  .pt-def {
    -webkit-padding-before: 64px;
            padding-block-start: 64px;
  }
  .pt-md {
    -webkit-padding-before: 48px;
            padding-block-start: 48px;
  }
  .pt-sm {
    -webkit-padding-before: 38px;
            padding-block-start: 38px;
  }
  .pt-xs {
    -webkit-padding-before: 24px;
            padding-block-start: 24px;
  }
  .pt-xxs {
    -webkit-padding-before: 16px;
            padding-block-start: 16px;
  }
  .pb-xxl {
    -webkit-padding-after: 192px;
            padding-block-end: 192px;
  }
  .pb-xl {
    -webkit-padding-after: 128px;
            padding-block-end: 128px;
  }
  .pb-lg {
    -webkit-padding-after: 96px;
            padding-block-end: 96px;
  }
  .pb-def {
    -webkit-padding-after: 64px;
            padding-block-end: 64px;
  }
  .pb-md {
    -webkit-padding-after: 48px;
            padding-block-end: 48px;
  }
  .pb-sm {
    -webkit-padding-after: 38px;
            padding-block-end: 38px;
  }
  .pb-xs {
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
  }
  .pb-xxs {
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
  .px-xxl {
    padding-inline: 192px;
  }
  .px-xl {
    padding-inline: 128px;
  }
  .px-lg {
    padding-inline: 96px;
  }
  .px-def {
    padding-inline: 64px;
  }
  .px-md {
    padding-inline: 48px;
  }
  .px-sm {
    padding-inline: 38px;
  }
  .px-xs {
    padding-inline: 24px;
  }
  .px-xxs {
    padding-inline: 16px;
  }
  .ps-xxl {
    -webkit-padding-start: 192px;
            padding-inline-start: 192px;
  }
  .ps-xl {
    -webkit-padding-start: 128px;
            padding-inline-start: 128px;
  }
  .ps-lg {
    -webkit-padding-start: 96px;
            padding-inline-start: 96px;
  }
  .ps-def {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
  }
  .ps-md {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
  }
  .ps-sm {
    -webkit-padding-start: 38px;
            padding-inline-start: 38px;
  }
  .ps-xs {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .ps-xxs {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  .pe-xxl {
    -webkit-padding-end: 192px;
            padding-inline-end: 192px;
  }
  .pe-xl {
    -webkit-padding-end: 128px;
            padding-inline-end: 128px;
  }
  .pe-lg {
    -webkit-padding-end: 96px;
            padding-inline-end: 96px;
  }
  .pe-def {
    -webkit-padding-end: 64px;
            padding-inline-end: 64px;
  }
  .pe-md {
    -webkit-padding-end: 48px;
            padding-inline-end: 48px;
  }
  .pe-sm {
    -webkit-padding-end: 38px;
            padding-inline-end: 38px;
  }
  .pe-xs {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
  .pe-xxs {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
}
@media all and (max-width: 1199px) {
  .pt-xxl {
    padding-top: 128px;
  }
  .pb-xxl {
    padding-bottom: 128px;
  }
  .py-xxl {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .mt-xxl {
    margin-top: 128px;
  }
  .mb-xxl {
    margin-bottom: 128px;
  }
  .my-xxl {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
@media all and (max-width: 991px) {
  .pt-xxl {
    padding-top: 85px;
  }
  .pb-xxl {
    padding-bottom: 85px;
  }
  .py-xxl {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .mt-xxl {
    margin-top: 85px;
  }
  .mb-xxl {
    margin-bottom: 85px;
  }
  .my-xxl {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .pt-xl,
  .pt-lg {
    padding-top: 60px;
  }
  .pt-def {
    padding-top: 50px;
  }
  .pb-xl,
  .pb-lg {
    padding-bottom: 60px;
  }
  .pb-def {
    padding-bottom: 50px;
  }
  .py-xl,
  .py-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-def {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mt-xl {
    margin-top: 60px;
  }
  .mb-xl {
    margin-bottom: 60px;
  }
  .my-xl {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mx-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .m-width-550 {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .pt-xxl,
  .pt-xl,
  .pt-lg {
    padding-top: 50px;
  }
  .pt-def {
    padding-top: 40px;
  }
  .pb-xxl,
  .pb-xl,
  .pb-lg {
    padding-bottom: 50px;
  }
  .pb-def {
    padding-bottom: 40px;
  }
  .py-xxl,
  .py-xl,
  .py-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-def {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mt-xxl,
  .mt-xl {
    margin-top: 50px;
  }
  .mb-xxl,
  .mb-xl {
    margin-bottom: 50px;
  }
  .my-xxl,
  .my-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mob-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mob-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .mob-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Media 
-------------------------------------------------------------- */
.obj-cov {
  -o-object-fit: cover;
     object-fit: cover;
}

.obj-cont {
  -o-object-fit: contain;
     object-fit: contain;
}

.obj-pos-tl {
  -o-object-position: top left;
     object-position: top left;
}

.obj-pos-tc {
  -o-object-position: top center;
     object-position: top center;
}

.obj-pos-tr {
  -o-object-position: top right;
     object-position: top right;
}

.obj-pos-cl {
  -o-object-position: center left;
     object-position: center left;
}

.obj-pos-cc {
  -o-object-position: center center;
     object-position: center center;
}

.obj-pos-cr {
  -o-object-position: center right;
     object-position: center right;
}

.obj-pos-bl {
  -o-object-position: bottom left;
     object-position: bottom left;
}

.obj-pos-bc {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.obj-pos-br {
  -o-object-position: bottom right;
     object-position: bottom right;
}

.ratio-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.ratio-3-2 {
  width: 100%;
  height: auto;
  aspect-ratio: 3.333/2;
}

.ratio-4-3 {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

.ratio-3-4 {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
}

.ratio-1-1 {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

/* Overflows
-------------------------------------------------------------- */
.o-hid {
  overflow: hidden;
}

.o-x-hid {
  overflow-x: hidden;
}

.o-y-hid {
  overflow-y: hidden;
}

.o-scroll {
  overflow: scroll;
}

.o-x-scroll {
  overflow-x: scroll;
}

.o-y-scroll {
  overflow-y: scroll;
}

/* Sizing
-------------------------------------------------------------- */
.w-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.h-auto {
  height: auto;
}

.h-100 {
  height: 100%;
}

.h-90 {
  height: 90%;
}

.h-80 {
  height: 80%;
}

.h-70 {
  height: 70%;
}

.h-60 {
  height: 60%;
}

.h-50 {
  height: 50%;
}

.h-40 {
  height: 40%;
}

.h-30 {
  height: 30%;
}

.h-20 {
  height: 20%;
}

.h-10 {
  height: 10%;
}

@media screen and (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
  .w-sm-100 {
    width: 100%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .w-sm-10 {
    width: 10%;
  }
  .h-sm-auto {
    height: auto;
  }
  .h-sm-100 {
    height: 100%;
  }
  .h-sm-90 {
    height: 90%;
  }
  .h-sm-80 {
    height: 80%;
  }
  .h-sm-70 {
    height: 70%;
  }
  .h-sm-60 {
    height: 60%;
  }
  .h-sm-50 {
    height: 50%;
  }
  .h-sm-40 {
    height: 40%;
  }
  .h-sm-30 {
    height: 30%;
  }
  .h-sm-20 {
    height: 20%;
  }
  .h-sm-10 {
    height: 10%;
  }
}
@media screen and (min-width: 768px) {
  .w-md-auto {
    width: auto;
  }
  .w-md-100 {
    width: 100%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-md-80 {
    width: 80%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-md-10 {
    width: 10%;
  }
  .h-md-auto {
    height: auto;
  }
  .h-md-100 {
    height: 100%;
  }
  .h-md-90 {
    height: 90%;
  }
  .h-md-80 {
    height: 80%;
  }
  .h-md-70 {
    height: 70%;
  }
  .h-md-60 {
    height: 60%;
  }
  .h-md-50 {
    height: 50%;
  }
  .h-md-40 {
    height: 40%;
  }
  .h-md-30 {
    height: 30%;
  }
  .h-md-20 {
    height: 20%;
  }
  .h-md-10 {
    height: 10%;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-auto {
    width: auto;
  }
  .w-lg-100 {
    width: 100%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .w-lg-10 {
    width: 10%;
  }
  .h-lg-auto {
    height: auto;
  }
  .h-lg-100 {
    height: 100%;
  }
  .h-lg-90 {
    height: 90%;
  }
  .h-lg-80 {
    height: 80%;
  }
  .h-lg-70 {
    height: 70%;
  }
  .h-lg-60 {
    height: 60%;
  }
  .h-lg-50 {
    height: 50%;
  }
  .h-lg-40 {
    height: 40%;
  }
  .h-lg-30 {
    height: 30%;
  }
  .h-lg-20 {
    height: 20%;
  }
  .h-lg-10 {
    height: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-auto {
    width: auto;
  }
  .w-xl-100 {
    width: 100%;
  }
  .w-xl-90 {
    width: 90%;
  }
  .w-xl-80 {
    width: 80%;
  }
  .w-xl-70 {
    width: 70%;
  }
  .w-xl-60 {
    width: 60%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-40 {
    width: 40%;
  }
  .w-xl-30 {
    width: 30%;
  }
  .w-xl-20 {
    width: 20%;
  }
  .w-xl-10 {
    width: 10%;
  }
  .h-xl-auto {
    height: auto;
  }
  .h-xl-100 {
    height: 100%;
  }
  .h-xl-90 {
    height: 90%;
  }
  .h-xl-80 {
    height: 80%;
  }
  .h-xl-70 {
    height: 70%;
  }
  .h-xl-60 {
    height: 60%;
  }
  .h-xl-50 {
    height: 50%;
  }
  .h-xl-40 {
    height: 40%;
  }
  .h-xl-30 {
    height: 30%;
  }
  .h-xl-20 {
    height: 20%;
  }
  .h-xl-10 {
    height: 10%;
  }
}
@media screen and (min-width: 1400px) {
  .w-xxl-auto {
    width: auto;
  }
  .w-xxl-100 {
    width: 100%;
  }
  .w-xxl-90 {
    width: 90%;
  }
  .w-xxl-80 {
    width: 80%;
  }
  .w-xxl-70 {
    width: 70%;
  }
  .w-xxl-60 {
    width: 60%;
  }
  .w-xxl-50 {
    width: 50%;
  }
  .w-xxl-40 {
    width: 40%;
  }
  .w-xxl-30 {
    width: 30%;
  }
  .w-xxl-20 {
    width: 20%;
  }
  .w-xxl-10 {
    width: 10%;
  }
  .h-xxl-auto {
    height: auto;
  }
  .h-xxl-100 {
    height: 100%;
  }
  .h-xxl-90 {
    height: 90%;
  }
  .h-xxl-80 {
    height: 80%;
  }
  .h-xxl-70 {
    height: 70%;
  }
  .h-xxl-60 {
    height: 60%;
  }
  .h-xxl-50 {
    height: 50%;
  }
  .h-xxl-40 {
    height: 40%;
  }
  .h-xxl-30 {
    height: 30%;
  }
  .h-xxl-20 {
    height: 20%;
  }
  .h-xxl-10 {
    height: 10%;
  }
}
/* --------------------------------------------------------------
* >> THEME MIX-INS
*
* Dependencies: '_variables.scss'
-------------------------------------------------------------- */
/* --------------------------------------------------------------
 >> GLOBALS
 Dependencies: _functions.scss, _variables.scss, _utilities.scss

 # CSS Resets
 # Accessibility
 # Typography
 # Navigation
 # Hero
 # Links
 # Components
 	# Mobile Nav
	# Header
	# Footer
  # Hero Components
	# Forms
	# Facet
  # Global Components
  # Cards
  # Page Options
  # PB Layouts
  # Misc

-------------------------------------------------------------- */
/* # CSS Resets
--------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page {
  overflow-x: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: "Source Sans 3";
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}

section,
.container,
.container-fluid {
  position: relative;
}

section,
.container,
.container-fluid {
  z-index: 10;
}
section .row,
.container .row,
.container-fluid .row {
  margin-left: -15px;
  margin-right: -15px;
}
section .row > div,
.container .row > div,
.container-fluid .row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.container,
.container-fluid {
  z-index: 10;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

ul[class] {
  list-style: none;
}

strong {
  font-weight: 800;
}

a:not([href]) {
  cursor: text !important;
}

.container {
  max-width: 1126px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container--1350 {
  max-width: 1350px;
}

/* # Accessibility
--------------------------------------------------------------*/
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* # Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow";
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0px;
}

h1,
.lvl-1 {
  font-size: 2.5rem;
}

h2,
.lvl-2 {
  font-size: 1.875rem;
}

h3,
.lvl-3 {
  font-size: 1.5rem;
}

h4,
.lvl-4 {
  font-size: 1.25rem;
}

h5,
.lvl-5 {
  font-size: 1.125rem;
}

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

p[class],
ul[class] li,
ol[class] li {
  font-size: 1rem;
}

p {
  line-height: 1.6;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
p:last-of-type {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

li + li {
  margin-top: 8px;
}

.micro {
  font-size: 0.9375rem;
  font-family: "Barlow";
  font-weight: 600;
  letter-spacing: 0.85px;
  line-height: 1;
  text-transform: uppercase;
  color: #0D5A9E;
}
@media only screen and (min-width: 768px) {
  .micro {
    font-size: 1.0625rem;
  }
}
.micro.white {
  color: #fff;
}
.micro.gray {
  color: #666;
}

.jumbo {
  font-size: 44px;
}

@media all and (min-width: 768px) {
  h1,
  .lvl-1 {
    font-size: 3rem;
  }
  h2,
  .lvl-2 {
    font-size: 2.25rem;
  }
  h3,
  .lvl-3 {
    font-size: 1.6875rem;
  }
  h4,
  .lvl-4 {
    font-size: 1.3125rem;
  }
  h5,
  .lvl-5 {
    font-size: 1.0625rem;
  }
  h6,
  .lvl-6 {
    font-size: 1rem;
  }
  .jumbo {
    font-size: 48px;
  }
}
@media all and (min-width: 992px) {
  h1,
  .lvl-1 {
    font-size: 3.25rem;
  }
  h2,
  .lvl-2 {
    font-size: 2.5rem;
  }
  h3,
  .lvl-3 {
    font-size: 1.875rem;
  }
  h4,
  .lvl-4 {
    font-size: 1.375rem;
  }
  h5,
  .lvl-5 {
    font-size: 1.0625rem;
  }
  h6,
  .lvl-6 {
    font-size: 1rem;
  }
  .jumbo {
    font-size: 50px;
  }
}
@media all and (min-width: 1200px) {
  h1,
  .lvl-1 {
    font-size: 3.75rem;
  }
  h2,
  .lvl-2 {
    font-size: 2.9375rem;
  }
  h3,
  .lvl-3 {
    font-size: 1.875rem;
  }
  h4,
  .lvl-4 {
    font-size: 1.375rem;
  }
  h5,
  .lvl-5 {
    font-size: 1.0625rem;
  }
  h6,
  .lvl-6 {
    font-size: 1rem;
  }
  .jumbo {
    font-size: 64px;
  }
}
/* # Navigation
--------------------------------------------------------------*/
nav ul {
  padding: 0;
  list-style: none;
}
nav ul li {
  position: relative;
  margin: 0;
}
nav ul li a:is(:hover, :focus, :active) {
  text-decoration: none;
}

header nav ul {
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}
@media only screen and (min-width: 1200px) {
  header nav ul {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
header nav ul li > ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: auto;
  min-width: 12rem;
  padding: 0;
  margin: 0;
  background-color: #fff;
  z-index: inherit;
  -webkit-box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.12);
}
header nav ul li > ul.sub-menu li {
  display: block;
  margin: 0;
}
header nav ul li:hover > ul.sub-menu {
  display: block;
}

/* # Hero
--------------------------------------------------------------*/
main.site-main {
  padding-top: 92px;
}
@media only screen and (min-width: 992px) {
  main.site-main {
    padding-top: 123px;
  }
}

.hero {
  padding-bottom: 48px;
}
.hero--main, .hero--ppc {
  padding-bottom: 0px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  .hero--main, .hero--ppc {
    margin-bottom: 24px;
  }
}
.hero--main .hero-main-wrapper, .hero--ppc .hero-main-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.78%, #0c5a9e), color-stop(99.85%, #065090));
  background: linear-gradient(180deg, #0c5a9e 52.78%, #065090 99.85%);
}
.hero--main .hero-main-wrapper .hero-main-image, .hero--ppc .hero-main-wrapper .hero-main-image {
  position: absolute;
  width: 100%;
  height: calc(100% + 136px);
  bottom: 0;
  top: inherit;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .hero--main .hero-main-wrapper .hero-main-image, .hero--ppc .hero-main-wrapper .hero-main-image {
    width: calc(50% - 90px);
    max-width: inherit;
    padding: 0;
    aspect-ratio: 16/9;
    top: 0;
    height: calc(100% + 24px);
    right: 0;
  }
}
.hero--main .hero-main-wrapper .hero-main-image img, .hero--ppc .hero-main-wrapper .hero-main-image img {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}
.hero--main .hero-main-wrapper .hero-content, .hero--ppc .hero-main-wrapper .hero-content {
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .hero--main .hero-main-wrapper .hero-content, .hero--ppc .hero-main-wrapper .hero-content {
    max-width: 100%;
  }
}
.hero--main .hero-main-wrapper .hero-content .section-header .micro, .hero--ppc .hero-main-wrapper .hero-content .section-header .micro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.hero--main .hero-main-wrapper .hero-content .section-header .micro:before, .hero--ppc .hero-main-wrapper .hero-content .section-header .micro:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url(../img/icon-triangle-white.svg) no-repeat;
  background-size: contain;
}
.hero--main .hero-main-wrapper .hero-content .btn-wrap, .hero--ppc .hero-main-wrapper .hero-content .btn-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.hero--main .hero-main-wrapper .hero-content .highlights, .hero--ppc .hero-main-wrapper .hero-content .highlights {
  row-gap: 16px;
  margin: 0;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}
.hero--main .hero-main-wrapper .hero-content .highlights li, .hero--ppc .hero-main-wrapper .hero-content .highlights li {
  gap: 12px;
  margin: 0;
}
.hero--main .hero-main-wrapper .hero-content .highlights li img, .hero--ppc .hero-main-wrapper .hero-content .highlights li img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero--main .hero-main-wrapper .hero-img-wrapper, .hero--ppc .hero-main-wrapper .hero-img-wrapper {
  margin-top: 136px;
}
@media only screen and (min-width: 992px) {
  .hero--main .hero-main-wrapper .hero-img-wrapper, .hero--ppc .hero-main-wrapper .hero-img-wrapper {
    margin: 0;
  }
}
.hero--main .hero-main-wrapper .hero-form-column, .hero--ppc .hero-main-wrapper .hero-form-column {
  margin: 0 auto;
  position: relative;
  margin-bottom: -80px;
}
@media only screen and (min-width: 992px) {
  .hero--main .hero-main-wrapper .hero-form-column, .hero--ppc .hero-main-wrapper .hero-form-column {
    margin: 0 auto 0 -60px;
    margin-bottom: 0;
  }
}
.hero--main .hero-accent-rating, .hero--ppc .hero-accent-rating {
  position: relative;
}
.hero--main .hero-accent-rating .accent-logo, .hero--ppc .hero-accent-rating .accent-logo {
  position: absolute;
  height: 90px;
  width: 90px;
  -webkit-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.18));
  right: 0;
  left: inherit;
  top: -80px;
}
@media only screen and (min-width: 768px) {
  .hero--main .hero-accent-rating .accent-logo, .hero--ppc .hero-accent-rating .accent-logo {
    height: 136px;
    width: 136px;
    left: inherit;
    top: -110px;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .hero--main .hero-accent-rating .accent-logo, .hero--ppc .hero-accent-rating .accent-logo {
    left: 20px;
    top: -50px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--main .hero-accent-rating .accent-logo, .hero--ppc .hero-accent-rating .accent-logo {
    left: -20px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero--main .hero-accent-rating .accent-logo, .hero--ppc .hero-accent-rating .accent-logo {
    left: -100px;
  }
}
.hero--main .hero-accent-rating .accent-logo img, .hero--ppc .hero-accent-rating .accent-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero--main .hero-accent-rating .social-ratings::before, .hero--ppc .hero-accent-rating .social-ratings::before {
  width: calc(100vw + 35px);
}
@media only screen and (min-width: 992px) {
  .hero--main .hero-accent-rating .social-ratings::before, .hero--ppc .hero-accent-rating .social-ratings::before {
    width: calc(50vw + 35px);
  }
}
.hero--main .hero-accent-rating .social-ratings .social-ratings-inner, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner {
  gap: 20px;
  padding-left: 0;
}
@media only screen and (min-width: 576px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner {
    padding-left: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner {
    gap: 70px;
    padding-left: 60px;
  }
}
.hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item:after, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item:after {
  left: calc(100% + 10px);
}
@media only screen and (min-width: 576px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item:after, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item:after {
    left: calc(100% + 20px);
  }
}
@media only screen and (min-width: 1400px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item:after, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item:after {
    left: calc(100% + 35px);
  }
}
.hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__icon img, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__icon img {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1200px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__icon img, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__icon img {
    width: 30px;
    height: 30px;
  }
}
.hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars {
  width: 60px;
  height: 12px;
}
@media only screen and (min-width: 576px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars {
    width: 70px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars {
    width: 70px;
    height: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars {
    width: 86px;
    height: 17px;
  }
}
.hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc p, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc p {
  font-size: 0.75rem;
}
@media only screen and (min-width: 576px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc p, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc p {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--main .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc p, .hero--ppc .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc p {
    font-size: 1.0625rem;
  }
}
.hero--landing {
  padding-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#c5e9ff));
  background: linear-gradient(90deg, #fff 0%, #c5e9ff 100%);
}
.hero--landing .hero-main-wrapper .row {
  padding: 48px 0 36px;
}
@media only screen and (min-width: 992px) {
  .hero--landing .hero-main-wrapper .row {
    padding: 64px 0 36px;
  }
}
@media only screen and (min-width: 992px) {
  .hero--landing .hero-main-wrapper .row .hero-content {
    padding: 36px 0;
  }
}
.hero--landing .hero-main-wrapper .row .hero-content .section-header .micro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.hero--landing .hero-main-wrapper .row .hero-content .section-header .micro:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url(../img/icon-triangle-white.svg) no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(51%) saturate(5598%) hue-rotate(197deg) brightness(90%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(51%) saturate(5598%) hue-rotate(197deg) brightness(90%) contrast(90%);
}
.hero--landing .hero-main-wrapper .row .hero-content .highlights {
  margin: 0;
  row-gap: 16px;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}
.hero--landing .hero-main-wrapper .row .hero-content .highlights li {
  gap: 12px;
  font-family: "Barlow";
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.16px;
  margin: 0;
}
.hero--landing .hero-main-wrapper .row .hero-content .highlights li img {
  -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(56%) saturate(1708%) hue-rotate(184deg) brightness(90%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(27%) sepia(56%) saturate(1708%) hue-rotate(184deg) brightness(90%) contrast(97%);
}
.hero--landing .hero-main-wrapper .row .form-img-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .hero--landing .hero-main-wrapper .row .form-img-wrapper {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    padding: 30px 0;
  }
}
.hero--landing .hero-main-wrapper .row .form-img-wrapper .bg--image-abs {
  max-width: 100%;
  left: inherit;
  right: 0;
  border-radius: 4px;
  position: relative;
  min-height: 350px;
}
@media only screen and (min-width: 992px) {
  .hero--landing .hero-main-wrapper .row .form-img-wrapper .bg--image-abs {
    max-width: 486px;
    position: absolute;
    min-height: inherit;
  }
}
.hero--landing .hero-main-wrapper .row .form-img-wrapper .bg--image-abs img {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .hero--landing .hero-main-wrapper .row .form-img-wrapper .bg--image-abs img {
    position: absolute;
  }
}
.hero--landing .hero-main-wrapper .row .form-img-wrapper .hero-form-column {
  margin: -120px auto 0 auto;
  background: #0D5A9E;
  width: calc(100% - 30px);
  overflow: inherit;
}
@media only screen and (min-width: 992px) {
  .hero--landing .hero-main-wrapper .row .form-img-wrapper .hero-form-column {
    margin: 0 auto 0 -40px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--landing .hero-main-wrapper .row .form-img-wrapper .hero-form-column {
    margin: 0 auto 0 40px;
  }
}
.hero--landing .hero-main-wrapper .row .form-img-wrapper .hero-form-column .form-wrapper {
  border-radius: 6px;
}
.hero--landing .hero-main-wrapper .row .form-img-wrapper .hero-form-column .social-ratings {
  padding: 14px 14px;
}
@media only screen and (min-width: 576px) {
  .hero--landing .hero-main-wrapper .row .form-img-wrapper .hero-form-column .social-ratings {
    padding: 24px 24px;
  }
}
.hero--landing .hero-main-wrapper .row .form-img-wrapper .hero-form-column .social-ratings:before {
  display: none;
}
.hero--landing .hero-main-wrapper .row .form-img-wrapper .hero-form-column .social-ratings .social__item img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(43deg) brightness(102%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(43deg) brightness(102%) contrast(101%);
}
.hero--landing .hero-main-wrapper .row .form-img-wrapper .hero-form-column .social-ratings .social__item .social__item__desc .rating-stars {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(43deg) brightness(102%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(43deg) brightness(102%) contrast(101%);
}
.hero--landing .hero-main-wrapper .row .form-img-wrapper .hero-form-column .social-ratings .social__item .social__item__desc p {
  color: #fff;
}
.hero--basic {
  padding-bottom: 0;
}
.hero--basic.ta-l {
  background: #0D5A9E;
}
.hero--basic.ta-l .basic-hero-wrapper .hero-content {
  color: #fff;
  padding: 64px 0;
}
@media all and (min-width: 992px) {
  .hero--basic.ta-l .basic-hero-wrapper .hero-content {
    padding: 90px 0;
  }
}
.hero--basic.ta-l .basic-hero-wrapper .hero-content .hero-content-inner .micro {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.hero--basic.ta-l .basic-hero-wrapper .hero-content .editor-content {
  max-width: 870px;
}
.hero--basic.ta-c {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#c5e9ff));
  background: linear-gradient(90deg, #fff 0%, #c5e9ff 100%);
}
.hero--basic.ta-c .basic-hero-wrapper .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero--basic.ta-c .basic-hero-wrapper .row .hero-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  padding: 64px 0;
}
@media all and (min-width: 768px) {
  .hero--basic.ta-c .basic-hero-wrapper .row .hero-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media all and (min-width: 992px) {
  .hero--basic.ta-c .basic-hero-wrapper .row .hero-content {
    padding: 75px 0;
  }
}
.hero--basic.ta-c .basic-hero-wrapper .row .hero-content .hero-content-inner .micro {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #0D5A9E;
}
@media all and (min-width: 768px) {
  .hero--basic.ta-c .basic-hero-wrapper .row .hero-content .hero-content-inner .micro {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero--basic.ta-c .basic-hero-wrapper .row .hero-content .hero-content-inner .micro::before {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(51%) saturate(5598%) hue-rotate(197deg) brightness(90%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(51%) saturate(5598%) hue-rotate(197deg) brightness(90%) contrast(90%);
}
.hero--basic.ta-c .basic-hero-wrapper .row .hero-content .editor-content {
  max-width: 870px;
  margin: 0 auto;
}
.hero--basic .basic-hero-wrapper .hero-content .hero-content-inner .micro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
}
.hero--basic .basic-hero-wrapper .hero-content .hero-content-inner .micro:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url(../img/icon-triangle-white.svg) no-repeat;
  background-size: contain;
}
.hero--basic .basic-hero-wrapper .hero-content .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.hero--secondary {
  padding-bottom: 0;
}
.hero--secondary .hero-main-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.78%, #0c5a9e), color-stop(99.85%, #065090));
  background: linear-gradient(180deg, #0c5a9e 52.78%, #065090 99.85%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .hero--secondary .hero-main-wrapper {
    display: inherit;
  }
}
.hero--secondary .hero-main-wrapper .hero-main-image {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  aspect-ratio: auto;
}
@media only screen and (min-width: 992px) {
  .hero--secondary .hero-main-wrapper .hero-main-image {
    width: calc(50% - 90px);
    max-width: inherit;
    padding: 0;
    aspect-ratio: 16/9;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
  }
}
.hero--secondary .hero-main-wrapper .hero-main-image img {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}
.hero--secondary .hero-main-wrapper .hero-content .section-header .micro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.hero--secondary .hero-main-wrapper .hero-content .section-header .micro:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url(../img/icon-triangle-white.svg) no-repeat;
  background-size: contain;
}
.hero--secondary .hero-main-wrapper .hero-content .highlights {
  row-gap: 16px;
  margin: 0;
}
.hero--secondary .hero-main-wrapper .hero-content .highlights li {
  gap: 12px;
}
.hero--secondary .hero-main-wrapper .hero-form-column {
  margin: 0 auto 0 -60px;
}
.hero--secondary .hero-accent-rating {
  position: relative;
}
.hero--secondary .hero-accent-rating .accent-logo {
  position: absolute;
  height: 90px;
  width: 90px;
  -webkit-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.18));
  right: 0;
  left: inherit;
  top: -100px;
}
@media only screen and (min-width: 768px) {
  .hero--secondary .hero-accent-rating .accent-logo {
    height: 136px;
    width: 136px;
    left: inherit;
    top: -140px;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .hero--secondary .hero-accent-rating .accent-logo {
    left: 20px;
    top: -55px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--secondary .hero-accent-rating .accent-logo {
    left: -20px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero--secondary .hero-accent-rating .accent-logo {
    left: -100px;
  }
}
.hero--secondary .hero-accent-rating .social-ratings::before {
  width: calc(100vw + 35px);
}
@media only screen and (min-width: 1200px) {
  .hero--secondary .hero-accent-rating .social-ratings::before {
    width: calc(50vw + 35px);
  }
}
.hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner {
  gap: 20px;
  padding-left: 0;
}
@media only screen and (min-width: 576px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner {
    padding-left: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner {
    gap: 70px;
    padding-left: 60px;
  }
}
.hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item:after {
  left: calc(100% + 10px);
}
@media only screen and (min-width: 576px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item:after {
    left: calc(100% + 20px);
  }
}
@media only screen and (min-width: 1400px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item:after {
    left: calc(100% + 35px);
  }
}
.hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__icon img {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1200px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__icon img {
    width: 30px;
    height: 30px;
  }
}
.hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars {
  width: 60px;
  height: 12px;
}
@media only screen and (min-width: 576px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars {
    width: 70px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars {
    width: 70px;
    height: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc .rating-stars {
    width: 86px;
    height: 17px;
  }
}
.hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc p {
  font-size: 0.75rem;
}
@media only screen and (min-width: 576px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc p {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--secondary .hero-accent-rating .social-ratings .social-ratings-inner .social__item .social__item__desc p {
    font-size: 1.0625rem;
  }
}
.hero--secondary .hero-accent-rating .social-ratings .highlight-list-wrapper {
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .hero--secondary .hero-accent-rating .social-ratings .highlight-list-wrapper {
    padding-left: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--secondary .hero-accent-rating .social-ratings .highlight-list-wrapper {
    padding-left: 85px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero--secondary .hero-accent-rating .social-ratings .highlight-list-wrapper {
    padding-left: 35px;
  }
}
.hero--secondary .hero-accent-rating .social-ratings .highlight-list-wrapper p {
  margin: 0;
  padding: 0 15px;
  position: relative;
  color: #0D5A9E;
  font-weight: 600;
  font-family: "Barlow";
}
.hero--secondary .hero-accent-rating .social-ratings .highlight-list-wrapper p:not(:last-child):after {
  content: "";
  height: 20px;
  width: 2px;
  background: rgba(13, 90, 158, 0.3019607843);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero--secondary .hero-accent-rating .social-ratings .highlight-list-wrapper p:last-child {
  border: 0;
}
.hero--secondary.alternate .accent-logo {
  position: absolute;
  height: 90px;
  width: 90px;
  -webkit-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.18));
  right: 10px;
  left: inherit;
  top: -100px;
}
@media only screen and (min-width: 768px) {
  .hero--secondary.alternate .accent-logo {
    height: 130px;
    width: 170px;
    left: inherit;
    top: -140px;
    right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .hero--secondary.alternate .accent-logo {
    height: 130px;
    width: 150px;
    left: 20px;
    top: -45px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--secondary.alternate .accent-logo {
    height: 130px;
    width: 170px;
    left: -30px;
    top: -55px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero--secondary.alternate .accent-logo {
    left: -100px;
  }
}
.hero--secondary.alternate .accent-logo img {
  height: 100%;
}
.hero--secondary.alternate .social-ratings {
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .hero--secondary.alternate .social-ratings {
    z-index: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero--secondary.alternate .social-ratings .accent-logo {
    height: 110px;
    width: 135px;
    left: inherit;
    top: -110px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero--secondary.alternate .social-ratings .accent-logo {
    top: -80px;
    right: 0;
    height: 90px;
    width: 90px;
  }
}
.hero--blog {
  padding-bottom: 0;
}
.hero--blog .blog-hero-wrapper {
  padding-top: 46px;
}
@media only screen and (min-width: 768px) {
  .hero--blog .blog-hero-wrapper {
    padding-top: 64px;
  }
}
.hero--blog .blog-hero-wrapper .blog-hero-inner-wrapper {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .hero--blog .blog-hero-wrapper .blog-hero-inner-wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .hero--blog .blog-hero-wrapper .blog-hero-inner-wrapper {
    padding: 48px;
  }
}
.hero--blog .blog-hero-wrapper .blog-hero-inner-wrapper .post-img {
  aspect-ratio: 1.2389;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hero--blog .blog-hero-wrapper .blog-hero-inner-wrapper .post-img {
    aspect-ratio: 1.165;
  }
}
.hero--blog .blog-hero-wrapper .blog-hero-inner-wrapper .card-sticky-post .blog__inner {
  row-gap: 16px;
}
@media only screen and (min-width: 768px) {
  .hero--blog .blog-hero-wrapper .blog-hero-inner-wrapper .card-sticky-post .blog__inner {
    row-gap: 24px;
  }
}
.hero--blog .blog-hero-wrapper .blog-hero-inner-wrapper .card-sticky-post .blog__inner .post-meta p {
  color: #0D5A9E;
  font-family: "Barlow";
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}
.hero--blog .blog-hero-wrapper .blog-hero-inner-wrapper .card-sticky-post .blog__inner .post-meta p::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #0d5a9e;
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero--blog .blog-hero-wrapper .blog-hero-inner-wrapper .card-sticky-post .blog__inner .post-meta p:last-child:after {
  display: none;
}
.hero--blog:before {
  content: "";
  display: block;
  height: calc(100% - 70px);
  width: 100%;
  background: #0D5A9E;
  position: absolute;
  top: 0;
}
.hero--blog-detail {
  padding-bottom: 0;
}
.hero--blog-detail .hero-inner-blog {
  background: #0D5A9E;
  padding: 50px 0 80px;
}
@media only screen and (min-width: 768px) {
  .hero--blog-detail .hero-inner-blog {
    padding: 96px 0 96px;
  }
}
@media only screen and (min-width: 992px) {
  .hero--blog-detail .hero-inner-blog {
    padding: 96px 0 150px;
  }
}
.hero--blog-detail .hero-inner-blog picture:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 90, 158, 0.55)), to(#0d5a9e));
  background: linear-gradient(180deg, rgba(13, 90, 158, 0.55) 0%, #0d5a9e 100%);
}
.hero--blog-detail .hero-inner-blog .hero-content .meta-info {
  padding-top: 24px;
}
.hero--blog-detail .hero-inner-blog .hero-content .meta-info span {
  font-family: "Barlow";
  font-weight: 600;
  letter-spacing: 0.15px;
  font-size: 1rem;
}
.hero--contact {
  padding-bottom: 0;
}
.hero--contact .hero--inner {
  padding: 64px 0 170px;
}
@media only screen and (min-width: 768px) {
  .hero--contact .hero--inner {
    padding: 64px 0 190px;
  }
}
@media only screen and (min-width: 992px) {
  .hero--contact .hero--inner {
    padding: 96px 0 190px;
  }
}
.hero--contact .hero--inner .hero-content {
  row-gap: 24px;
}
.hero--contact .hero--inner .hero-content .hero-header-content {
  row-gap: 16px;
}
.hero--contact .hero--inner .hero-content .hero-header-content .micro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero--contact .hero--inner .hero-content .hero-header-content .micro:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url(../img/icon-triangle-white.svg) no-repeat;
  background-size: contain;
}
.hero--contact .contact-main-wrapper.show-bg {
  background: linear-gradient(0deg, rgb(247, 247, 247) calc(100% - 125px), rgba(255, 255, 255, 0) calc(100% - 125px));
}
.hero--contact .contact-main-wrapper .contact-form-wrapper {
  padding-bottom: 64px;
  margin-top: -126px;
}
.hero--contact .contact-main-wrapper .contact-form-wrapper .hero-form-column {
  max-width: 100%;
}
.hero--contact .contact-main-wrapper .contact-info-wrapper {
  padding-bottom: 64px;
}
.hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info {
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info .contact-info__item {
  padding: 20px 20px;
  border-radius: 5px;
  border: 3px solid #D5D7D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info .contact-info__item {
    width: 49%;
  }
}
@media only screen and (min-width: 992px) {
  .hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info .contact-info__item {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info .contact-info__item {
    padding: 30px 30px;
  }
}
.hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info .contact-info__item .icon-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info .contact-info__item .icon-img img {
  height: 15px;
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(96%) saturate(1206%) hue-rotate(188deg) brightness(93%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(23%) sepia(96%) saturate(1206%) hue-rotate(188deg) brightness(93%) contrast(95%);
}
.hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info .contact-info__item .icon-img h5 {
  color: #0D5A9E;
  text-transform: uppercase;
  font-weight: 600;
}
.hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info .contact-info__item a {
  font-family: "Barlow";
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media only screen and (min-width: 992px) {
  .hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info .contact-info__item a {
    font-size: 1.375rem;
  }
}
.hero--contact .contact-main-wrapper .contact-info-wrapper .contact-info .contact-info__item a:hover {
  color: #00BCF2;
}
.hero--contact:has(+ .service-areas) .contact-main-wrapper {
  margin-bottom: -200px;
  padding-bottom: 200px;
}

/* # Links
--------------------------------------------------------------*/
a,
button {
  position: relative;
  text-decoration: none;
  border: none;
  background: none;
}
a:is(:hover, :active, :focus),
button:is(:hover, :active, :focus) {
  text-decoration: underline;
  transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
}

a:hover,
button:hover {
  cursor: pointer;
}

.btn {
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 12px;
  line-height: 1;
  letter-spacing: 0.16px;
  display: inline-block;
  font-family: "Barlow";
  position: relative;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .btn {
    padding: 12px 16px;
  }
}
@media screen and (min-width: 1400px) {
  .btn {
    font-size: 0.9375rem;
  }
}
.btn:is(:hover, :active, :focus) {
  text-decoration: none;
}
.btn--primary {
  background: #00BCF2;
  color: #000;
}
.btn--primary:hover {
  background: #15D0FF;
}
.btn--secondary {
  padding: 8px 14px;
  background: #00BCF2;
  color: #000;
}
.btn--secondary:hover {
  background: #15D0FF;
}
.btn--secondary-white {
  padding: 8px 14px;
  background: #fff;
  color: #0D5A9E;
}
.btn--secondary-white:hover {
  background: #15D0FF;
}
.btn--link-dark {
  color: #0D5A9E;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.btn--link-dark:after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background: url(../img/link-arrow.svg) no-repeat;
  background-size: 7px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(83%) saturate(1001%) hue-rotate(180deg) brightness(94%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(26%) sepia(83%) saturate(1001%) hue-rotate(180deg) brightness(94%) contrast(100%);
}
.btn--link-dark:hover {
  color: #0a467b;
}
.btn--link-dark:hover:after {
  margin-left: 3px;
  -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(89%) saturate(1272%) hue-rotate(184deg) brightness(92%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(19%) sepia(89%) saturate(1272%) hue-rotate(184deg) brightness(92%) contrast(93%);
}
.btn--link-white {
  color: #fff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.btn--link-white:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/triangle-blue.svg) no-repeat;
  background-size: 7px;
  -webkit-transition: 0.3s ease-in-out margin-left;
  transition: 0.3s ease-in-out margin-left;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(225deg) brightness(101%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(225deg) brightness(101%) contrast(101%);
}
.btn--link-white:hover {
  color: #15D0FF;
}
.btn--link-white:hover:after {
  margin-left: 3px;
  -webkit-filter: none;
          filter: none;
}
.btn--phone {
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  text-align: left !important;
  padding: 0;
}
.btn--phone h4 {
  color: #0D5A9E;
  font-family: "Barlow";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  .btn--phone h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .btn--phone h4 {
    font-size: 1.375rem;
  }
}
.btn--phone:hover {
  color: #00BCF2;
}
.btn--phone:hover h4 {
  color: #00BCF2;
}
.btn--phone .icon {
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  background: #00BCF2;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .btn--phone .icon {
    width: 35px;
    height: 35px;
  }
}
.btn--phone .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.btn--phone .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 188, 242, 0.25);
          box-shadow: 0 0 0 3px rgba(0, 188, 242, 0.25);
  -webkit-animation: pulseffect 2s ease-in-out infinite forwards;
          animation: pulseffect 2s ease-in-out infinite forwards;
}
.btn--phone .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 188, 242, 0.25), 0 0 0 6px rgba(0, 188, 242, 0.25);
          box-shadow: 0 0 0 3px rgba(0, 188, 242, 0.25), 0 0 0 6px rgba(0, 188, 242, 0.25);
  -webkit-animation: pulseffect2 2s ease-in-out infinite forwards;
          animation: pulseffect2 2s ease-in-out infinite forwards;
}
.btn span {
  display: block;
  position: relative;
  z-index: 1;
  text-transform: none;
}

@-webkit-keyframes pulseffect {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulseffect {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulseffect2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulseffect2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.shadow-small {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.shadow-medium {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.shadow-large {
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
}

/* # Components
--------------------------------------------------------------*/
/* --- Mobile Navigation --- */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: all;
  opacity: 0;
  z-index: -10;
  -webkit-transition: ease opacity 0.15s;
  transition: ease opacity 0.15s;
}
body.menu-active {
  overflow-y: hidden;
}
body.menu-active::before {
  pointer-events: none;
  opacity: 1;
  z-index: 99;
}

#mobile-handler,
#mobile-call {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.18);
  z-index: 9999;
}
#mobile-handler .menu-toggle,
#mobile-call .menu-toggle {
  position: relative;
  z-index: 10;
}

#mobile-handler,
#mobile-call {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.18);
  z-index: 999;
  padding: 20px 36px;
  background: #fff;
}
#mobile-handler .menu-toggle,
#mobile-call .menu-toggle {
  color: #fff;
  gap: 5px;
  font-family: "Barlow";
  font-size: 0;
  line-height: 1;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  padding: 0;
  text-transform: capitalize;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 45px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#mobile-handler .menu-toggle .menu-open,
#mobile-call .menu-toggle .menu-open {
  display: none;
}
#mobile-handler .menu-toggle p,
#mobile-call .menu-toggle p {
  font-family: "Barlow";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.39px;
  text-transform: capitalize;
  color: #0D5A9E;
}
#mobile-handler .menu-toggle .hamburger,
#mobile-call .menu-toggle .hamburger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mobile-handler .menu-toggle .hamburger .hamburger__line,
#mobile-call .menu-toggle .hamburger .hamburger__line {
  width: 20px;
  height: 3px;
  background-color: #0D5A9E;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mobile-handler .menu-toggle .hamburger .hamburger__line.middle,
#mobile-call .menu-toggle .hamburger .hamburger__line.middle {
  margin: 4px 0;
}
#mobile-handler .menu-toggle.toggle .menu-close,
#mobile-call .menu-toggle.toggle .menu-close {
  display: none;
}
#mobile-handler .menu-toggle.toggle .menu-open,
#mobile-call .menu-toggle.toggle .menu-open {
  display: block;
}
#mobile-handler .menu-toggle.toggle .top,
#mobile-call .menu-toggle.toggle .top {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
          transform: rotate(-45deg) translate(-4px, 4px);
}
#mobile-handler .menu-toggle.toggle .middle,
#mobile-call .menu-toggle.toggle .middle {
  opacity: 0;
}
#mobile-handler .menu-toggle.toggle .bottom,
#mobile-call .menu-toggle.toggle .bottom {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}
#mobile-handler .menu-toggle:is(:hover, :focus, :active),
#mobile-call .menu-toggle:is(:hover, :focus, :active) {
  text-decoration: none;
  outline: none;
}
#mobile-handler .btn--phone,
#mobile-call .btn--phone {
  color: #000;
  font-size: 1.125rem;
}
#mobile-handler .btn--phone:before,
#mobile-call .btn--phone:before {
  content: "";
  height: 36px;
  width: 36px;
  background: url(../img/icon-phone-blue.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mobile-handler .btn--phone:hover,
#mobile-call .btn--phone:hover {
  color: #15D0FF;
}
#mobile-handler .btn--phone:hover:before,
#mobile-call .btn--phone:hover:before {
  background: url(../img/icon-phone-light-blue.svg) no-repeat;
  background-size: contain;
}

#mobile-navigation {
  position: fixed;
  overflow: scroll;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  -webkit-transition: ease-in-out right 0.3s;
  transition: ease-in-out right 0.3s;
  z-index: 99;
  padding: 100px 0 100px;
}
@media screen and (min-width: 576px) {
  #mobile-navigation {
    width: clamp(33%, 20rem, 70%);
  }
}
#mobile-navigation #mobile-nav {
  display: table;
  width: 100%;
  height: 100%;
}
#mobile-navigation #mobile-nav .menu-panel {
  width: 100%;
  height: auto;
  padding: 20px 24px;
  display: table-cell;
  vertical-align: middle;
}
#mobile-navigation #mobile-nav .menu-panel ul.menu-panel__nav li ul.sub-menu {
  display: none;
}
#mobile-navigation.active {
  right: 0;
}

/* --- Header --- */
.site-header__inner__branding img {
  width: 200px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

#menu-mobile-menu li a,
#primary-menu li a {
  display: inline-block;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Barlow";
  text-transform: capitalize;
  padding: 10px 0 10px 0;
  letter-spacing: 0.17px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1200px) {
  #menu-mobile-menu li a,
  #primary-menu li a {
    font-size: 1.0625rem;
  }
}
#menu-mobile-menu li a:hover,
#primary-menu li a:hover {
  color: #00BCF2;
}
#menu-mobile-menu li.current-menu-item a, #menu-mobile-menu li.current-menu-parent a,
#primary-menu li.current-menu-item a,
#primary-menu li.current-menu-parent a {
  color: #00BCF2;
}
#menu-mobile-menu li.current-menu-item a::after, #menu-mobile-menu li.current-menu-parent a::after,
#primary-menu li.current-menu-item a::after,
#primary-menu li.current-menu-parent a::after {
  -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(1607%) hue-rotate(155deg) brightness(100%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(1607%) hue-rotate(155deg) brightness(100%) contrast(101%);
}
#menu-mobile-menu li .sub-menu,
#primary-menu li .sub-menu {
  background-color: transparent;
}
@media all and (min-width: 768px) {
  #menu-mobile-menu li .sub-menu,
  #primary-menu li .sub-menu {
    background-color: #fff;
  }
}
#menu-mobile-menu li .sub-menu li,
#primary-menu li .sub-menu li {
  display: block;
}
#menu-mobile-menu li .sub-menu li a,
#primary-menu li .sub-menu li a {
  color: #0D5A9E;
  text-transform: capitalize;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 18px 12px;
  background-color: #fff;
  letter-spacing: 0.15px;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
#menu-mobile-menu li .sub-menu li a:hover,
#primary-menu li .sub-menu li a:hover {
  background: #00BCF2;
  color: #fff;
}
#menu-mobile-menu li .sub-menu li.current-menu-item a,
#primary-menu li .sub-menu li.current-menu-item a {
  background: #F7F7F7;
  color: #0D5A9E;
}
#menu-mobile-menu .menu-item-has-children > a,
#primary-menu .menu-item-has-children > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#menu-mobile-menu .menu-item-has-children > a span,
#primary-menu .menu-item-has-children > a span {
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/chevron-black-down.svg);
}
#menu-mobile-menu .menu-item-has-children > a::after,
#primary-menu .menu-item-has-children > a::after {
  content: "";
  width: 10px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/chevron-black-down.svg);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
#menu-mobile-menu .menu-item-has-children > a:hover span, #menu-mobile-menu .menu-item-has-children > a:hover::after,
#primary-menu .menu-item-has-children > a:hover span,
#primary-menu .menu-item-has-children > a:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(53%) saturate(1578%) hue-rotate(155deg) brightness(99%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(52%) sepia(53%) saturate(1578%) hue-rotate(155deg) brightness(99%) contrast(102%);
}

#menu-mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 36px;
  max-height: 100%;
  width: 100%;
  margin: 0;
}
#menu-mobile-menu li a {
  font-family: "Barlow";
  padding: 0;
  font-weight: 600;
  font-size: 1.125rem;
  color: #0D5A9E;
}
#menu-mobile-menu li a:after {
  rotate: 0deg;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(1892%) hue-rotate(193deg) brightness(91%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(1892%) hue-rotate(193deg) brightness(91%) contrast(90%);
}
#menu-mobile-menu li a:is(:active) {
  color: #00BCF2;
}
#menu-mobile-menu li a:is(:active):after {
  -webkit-filter: none !important;
          filter: none !important;
}
#menu-mobile-menu li a.toggled:after {
  rotate: -180deg;
}
#menu-mobile-menu li.current-menu-item a, #menu-mobile-menu li.current-menu-parent a {
  color: #00BCF2;
}
#menu-mobile-menu li.current-menu-item a:after, #menu-mobile-menu li.current-menu-parent a:after {
  -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(1607%) hue-rotate(155deg) brightness(100%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(1607%) hue-rotate(155deg) brightness(100%) contrast(101%);
}
#menu-mobile-menu li .sub-menu {
  margin-top: 24px;
  background: transparent;
}
#menu-mobile-menu li .sub-menu li {
  border: none;
  padding: 0 0 0 0 !important;
}
#menu-mobile-menu li .sub-menu li a {
  background-color: transparent;
  color: #000;
  font-size: 1.0625rem;
  font-family: "Source Sans 3";
  display: inline;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
}
#menu-mobile-menu li .sub-menu li a:is(:hover, :active) {
  color: #00BCF2;
  background: transparent;
}
#menu-mobile-menu li .sub-menu li.current-menu-item a, #menu-mobile-menu li .sub-menu li.current-menu-parent a {
  background: none;
  color: #00BCF2;
}
#menu-mobile-menu li .sub-menu li + li {
  padding-top: 16px !important;
}

header.site-header {
  position: fixed;
  width: 100vw;
  height: auto;
  z-index: 999;
}
header.site-header .top-bar {
  padding: 7px 0;
}
header.site-header .top-bar p {
  font-weight: 600;
  font-family: "Barlow";
  letter-spacing: 0.16px;
  line-height: 1;
}
header.site-header .site-header__inner {
  width: 100%;
  max-width: 1350px;
  height: 100%;
  padding: 16px 16px;
  margin: 0 auto;
  gap: 16px;
}
header.site-header .site-header__inner .site_header_wrapper {
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  header.site-header .site-header__inner .site_header_wrapper {
    gap: 24px;
  }
}
@media screen and (min-width: 1400px) {
  header.site-header .site-header__inner .site_header_wrapper {
    gap: 48px;
  }
}
header.site-header.header-scroll {
  background-color: #fff;
}

header.site-header {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 992px) {
  header.site-header {
    border-radius: 0;
  }
}
header.site-header .header-btn-wrapper {
  gap: 10px;
}
@media only screen and (min-width: 1200px) {
  header.site-header .header-btn-wrapper {
    gap: 36px;
  }
}

/* --- Footer --- */
.footer-logo {
  width: 260px;
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-social img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.post-edit-link {
  position: fixed;
  bottom: 100px;
  right: 0;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #222;
  z-index: 99999;
  text-transform: uppercase;
  border-left: 5px solid #000;
  opacity: 0.2;
  font-size: 0.75rem;
}
.post-edit-link:hover {
  opacity: 1;
}

.footer-copy {
  display: inline;
}
@media only screen and (min-width: 576px) {
  .footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-copy img.hook-brand {
  height: 25px;
  width: 25px;
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}

footer.site-footer {
  background-color: #fff;
  min-height: 300px;
  padding-bottom: 85px;
}
@media only screen and (min-width: 992px) {
  footer.site-footer {
    padding-bottom: 0px;
  }
}
footer.site-footer .footer-top {
  max-width: 350px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  footer.site-footer .footer-top {
    max-width: 100%;
  }
}
footer.site-footer .footer-top .contact-info .phone,
footer.site-footer .footer-top .contact-info .address,
footer.site-footer .footer-top .contact-info .email {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
footer.site-footer .footer-top .contact-info .phone img,
footer.site-footer .footer-top .contact-info .address img,
footer.site-footer .footer-top .contact-info .email img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 2px;
}
footer.site-footer .footer-top .contact-info .phone a,
footer.site-footer .footer-top .contact-info .address a,
footer.site-footer .footer-top .contact-info .email a {
  font-weight: 600;
  line-height: 1;
  font-size: 1rem;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  word-break: break-all;
}
footer.site-footer .footer-top .contact-info .phone a:is(:hover, :active, :focus),
footer.site-footer .footer-top .contact-info .address a:is(:hover, :active, :focus),
footer.site-footer .footer-top .contact-info .email a:is(:hover, :active, :focus) {
  color: #00BCF2;
}
footer.site-footer .footer-nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
footer.site-footer .footer-nav > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  line-height: normal;
  padding-right: 30px;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  footer.site-footer .footer-nav > li {
    padding-right: 49px;
  }
}
footer.site-footer .footer-nav > li:after {
  content: "";
  height: 200px;
  width: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.25;
}
footer.site-footer .footer-nav > li a {
  font-family: "Barlow";
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #0D5A9E;
  letter-spacing: 0.16px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
footer.site-footer .footer-nav > li a:hover {
  color: #00BCF2 !important;
}
footer.site-footer .footer-nav > li.menu-item-object-custom > a {
  color: #0D5A9E;
}
footer.site-footer .footer-nav > li.menu-item-object-custom > a:hover {
  color: #00BCF2;
}
footer.site-footer .footer-nav > li .sub-menu {
  padding-top: 24px;
}
footer.site-footer .footer-nav > li .sub-menu li {
  line-height: normal;
}
footer.site-footer .footer-nav > li .sub-menu li a {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: "Source Sans 3";
  color: #000;
}
@media only screen and (min-width: 1200px) {
  footer.site-footer .footer-nav > li .sub-menu li a {
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
footer.site-footer .footer-nav > li .sub-menu li a:hover {
  color: #00BCF2;
}
footer.site-footer .footer-nav > li .sub-menu li + li {
  margin-top: 24px;
}
footer.site-footer .footer-nav > li + li {
  padding-left: 30px;
}
@media only screen and (min-width: 1400px) {
  footer.site-footer .footer-nav > li + li {
    padding-right: 49px;
  }
}
footer.site-footer .footer-nav > li:last-child {
  padding-right: 0;
}
footer.site-footer .footer-nav > li:last-child:after {
  display: none;
}
footer.site-footer .footer-bottom {
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#c5e9ff));
  background: linear-gradient(90deg, #fff 0%, #c5e9ff 100%);
}
footer.site-footer .footer-bottom .footer-copy {
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer.site-footer .footer-bottom .footer-copy .footer-copyright-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.site-footer .footer-bottom .footer-copy .footer-copyright-link p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}
footer.site-footer .footer-bottom .footer-copy .footer-copyright-link p a {
  text-decoration: underline;
}
footer.site-footer .footer-bottom .footer-copy .footer-copyright-link p a:is(:hover, :active, :focus) {
  color: #0D5A9E;
  text-decoration: none;
}
footer.site-footer .footer-bottom .footer-copy p,
footer.site-footer .footer-bottom .footer-copy a {
  display: inline-block;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.26px;
}
@media only screen and (min-width: 576px) {
  footer.site-footer .footer-bottom .footer-copy p,
  footer.site-footer .footer-bottom .footer-copy a {
    font-size: 0.8125rem;
    display: inline;
  }
}
footer.site-footer .footer-bottom .footer-copy a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
footer.site-footer .footer-bottom .footer-copy a:is(:hover, :active, :focus) {
  color: #0D5A9E;
  text-decoration: underline;
}
footer.site-footer .footer-bottom .site-design {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}
footer.site-footer .footer-bottom .site-design img.hook-brand {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}
footer.site-footer a.brand-attr {
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  footer.site-footer a.brand-attr {
    display: block;
  }
}
footer.site-footer.site-footer-ppc {
  padding-bottom: 68px;
}
@media only screen and (min-width: 992px) {
  footer.site-footer.site-footer-ppc {
    padding-bottom: 0px;
  }
}
footer.site-footer.site-footer-ppc .footer-top {
  max-width: 350px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  footer.site-footer.site-footer-ppc .footer-top {
    max-width: 870px;
  }
}
footer.site-footer.site-footer-ppc .footer-bottom {
  background: #D5D7D8;
}

/* --- Hero Components --- */
.highlights__item img {
  width: 20px;
}

.social-ratings {
  gap: 20px;
  position: relative;
  padding: 25px 0;
}
@media only screen and (min-width: 576px) {
  .social-ratings {
    gap: 70px;
  }
}
.social-ratings .social__item {
  gap: 5px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .social-ratings .social__item {
    gap: 10px;
  }
}
.social-ratings .social__item .social__item__icon img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1200px) {
  .social-ratings .social__item .social__item__icon img {
    width: 30px;
    height: 30px;
  }
}
.social-ratings .social__item .social__item__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.social-ratings .social__item .social__item__desc .rating-stars {
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(12%) saturate(6916%) hue-rotate(183deg) brightness(104%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(26%) sepia(12%) saturate(6916%) hue-rotate(183deg) brightness(104%) contrast(98%);
  width: 60px;
  height: 12px;
}
@media only screen and (min-width: 576px) {
  .social-ratings .social__item .social__item__desc .rating-stars {
    width: 70px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .social-ratings .social__item .social__item__desc .rating-stars {
    width: 70px;
    height: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .social-ratings .social__item .social__item__desc .rating-stars {
    width: 86px;
    height: 17px;
  }
}
.social-ratings .social__item .social__item__desc p {
  font-size: 0.75rem;
  line-height: normal;
  font-weight: 700;
  color: #0D5A9E;
}
@media only screen and (min-width: 576px) {
  .social-ratings .social__item .social__item__desc p {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .social-ratings .social__item .social__item__desc p {
    font-size: 1.0625rem;
  }
}
.social-ratings .social__item:not(:last-child):after {
  content: "";
  display: block;
  height: 22px;
  width: 2px;
  background: #0D5A9E;
  opacity: 0.3;
  position: absolute;
  left: calc(100% + 10px);
}
@media only screen and (min-width: 576px) {
  .social-ratings .social__item:not(:last-child):after {
    left: calc(100% + 35px);
  }
}
.social-ratings:before {
  content: "";
  display: block;
  height: 100%;
  width: calc(100vw + 35px);
  background: -webkit-gradient(linear, left top, right top, color-stop(32.88%, #c5e9ff), to(#fff));
  background: linear-gradient(90deg, #c5e9ff 32.88%, #fff 100%);
  position: absolute;
  left: -23px;
  z-index: -1;
  top: 0px;
}
@media only screen and (min-width: 992px) {
  .social-ratings:before {
    width: calc(50vw + 35px);
  }
}

.rating-stars {
  fill: #fff;
}

/* --- Forms --- */
.hero-form-column {
  max-width: 380px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.hero-form-column .form-wrapper {
  background: #fff;
  padding: 36px 15px 36px 15px;
}
@media only screen and (min-width: 992px) {
  .hero-form-column .form-wrapper {
    padding: 36px;
  }
}
.hero-form-column .form-wrapper h3 {
  color: #012d3d;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}
.hero-form-column .social-ratings {
  gap: 30px;
}
.hero-form-column .social-ratings .social__item {
  gap: 5px;
}
@media only screen and (min-width: 576px) {
  .hero-form-column .social-ratings .social__item {
    gap: 10px;
  }
}
.hero-form-column .social-ratings .social__item:after {
  background: rgba(255, 255, 255, 0.3);
  left: calc(100% + 15px);
}
.hero-form-column .social-ratings .social__item img {
  height: 31px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(8%) sepia(42%) saturate(3637%) hue-rotate(210deg) brightness(92%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(8%) sepia(42%) saturate(3637%) hue-rotate(210deg) brightness(92%) contrast(93%);
}
@media only screen and (min-width: 576px) {
  .hero-form-column .social-ratings .social__item img {
    height: 35px;
    width: 25px;
  }
}
.hero-form-column .social-ratings .social__item .social__item__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero-form-column .social-ratings .social__item .social__item__desc .rating-stars {
  width: 50px;
}
@media only screen and (min-width: 350px) {
  .hero-form-column .social-ratings .social__item .social__item__desc .rating-stars {
    width: 58px;
  }
}
.hero-form-column .social-ratings .social__item .social__item__desc p {
  font-size: 0.625rem;
  line-height: normal;
  font-weight: 700;
  color: #0D5A9E;
}
@media only screen and (min-width: 350px) {
  .hero-form-column .social-ratings .social__item .social__item__desc p {
    font-size: 0.75rem;
  }
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans 3";
  opacity: 0.75;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans 3";
  opacity: 0.75;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans 3";
  opacity: 0.75;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Source Sans 3";
  opacity: 0.75;
}

.primary-text ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0D5A9E;
}
.primary-text ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0D5A9E;
}
.primary-text :-ms-input-placeholder {
  /* IE 10+ */
  color: #0D5A9E;
}
.primary-text :-moz-placeholder {
  /* Firefox 18- */
  color: #0D5A9E;
}
.primary-text .gfield--type-fileupload input {
  color: #0D5A9E !important;
  padding: 7px 12px 7px 12px !important;
}
.primary-text .ginput_container_select select {
  color: #0D5A9E !important;
}
.primary-text .ginput_container_select:after {
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(96%) saturate(2505%) hue-rotate(195deg) brightness(99%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(16%) sepia(96%) saturate(2505%) hue-rotate(195deg) brightness(99%) contrast(90%);
  opacity: 0.75;
}

.gform_wrapper form .gform_body {
  margin: 30px 0 0;
}
.gform_wrapper form .gform_body ul {
  list-style: none;
  margin: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  padding: 0;
}
.gform_wrapper form .gform_body ul .gfield_required,
.gform_wrapper form .gform_body ul .gform_hidden {
  display: none;
}
.gform_wrapper form .gform_body ul li {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.gform_wrapper form .gform_body ul li.w-small {
  max-width: 176px;
}
.gform_wrapper form .gform_body ul li.w-20 {
  -webkit-box-flex: calc(19% - 8px);
      -ms-flex: calc(19% - 8px);
          flex: calc(19% - 8px);
}
.gform_wrapper form .gform_body ul li.w-35 {
  -webkit-box-flex: calc(49% - 8px);
      -ms-flex: calc(49% - 8px);
          flex: calc(49% - 8px);
}
@media screen and (min-width: 992px) {
  .gform_wrapper form .gform_body ul li.w-35 {
    -webkit-box-flex: calc(34% - 8px);
        -ms-flex: calc(34% - 8px);
            flex: calc(34% - 8px);
  }
}
.gform_wrapper form .gform_body ul li.w-30 {
  -webkit-box-flex: calc(44% - 8px);
      -ms-flex: calc(44% - 8px);
          flex: calc(44% - 8px);
}
@media screen and (min-width: 992px) {
  .gform_wrapper form .gform_body ul li.w-30 {
    -webkit-box-flex: calc(29% - 8px);
        -ms-flex: calc(29% - 8px);
            flex: calc(29% - 8px);
  }
}
.gform_wrapper form .gform_body ul li.w-50 {
  -webkit-box-flex: calc(50% - 12px);
      -ms-flex: calc(50% - 12px);
          flex: calc(50% - 12px);
  max-width: 50%;
}
.gform_wrapper form .gform_body ul li.w-70 {
  -webkit-box-flex: calc(69% - 8px);
      -ms-flex: calc(69% - 8px);
          flex: calc(69% - 8px);
}
@media screen and (max-width: 991px) {
  .gform_wrapper form .gform_body ul li.mob-w-55 {
    -webkit-box-flex: calc(54% - 8px);
        -ms-flex: calc(54% - 8px);
            flex: calc(54% - 8px);
  }
}
@media screen and (max-width: 991px) {
  .gform_wrapper form .gform_body ul li.mob-w-100 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.gform_wrapper form .gform_body ul li .gfield_label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  line-height: 1;
  display: inline-block;
}
.gform_wrapper form .gform_body ul li h3.gsection_title {
  text-align: center;
}
.gform_wrapper form .gform_body ul li select,
.gform_wrapper form .gform_body ul li textarea,
.gform_wrapper form .gform_body ul li input {
  color: #666;
  background-color: #F9F9FA;
  border: none;
  border-bottom: none;
  padding: 11px;
  width: 100%;
  height: 33px;
  font-size: 0.75rem;
  font-family: "Source Sans 3";
  font-weight: 400;
  line-height: 1;
  display: block;
  border-radius: 3px;
}
.gform_wrapper form .gform_body ul li select:is(:hover, :focus, :active),
.gform_wrapper form .gform_body ul li textarea:is(:hover, :focus, :active),
.gform_wrapper form .gform_body ul li input:is(:hover, :focus, :active) {
  outline: none;
}
.gform_wrapper form .gform_body ul li select {
  padding-right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}
.gform_wrapper form .gform_body ul li textarea {
  height: 88px;
  resize: none;
}
.gform_wrapper form .gform_body ul li.gfield--type-consent .ginput_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding-left: 32px;
}
.gform_wrapper form .gform_body ul li.gfield--type-consent .ginput_container input[type=checkbox] {
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 3px;
  cursor: pointer;
}
.gform_wrapper form .gform_body ul li.gfield--type-consent .ginput_container input[type=checkbox]:checked + .gform-field-label::after {
  opacity: 1;
  visibility: visible;
}
.gform_wrapper form .gform_body ul li.gfield--type-consent .ginput_container .gform-field-label {
  font-weight: 500;
  font-size: 0.75rem;
  cursor: pointer;
  color: #777;
}
.gform_wrapper form .gform_body ul li.gfield--type-consent .ginput_container .gform-field-label a {
  color: #0D5A9E;
}
.gform_wrapper form .gform_body ul li.gfield--type-consent .ginput_container .gform-field-label a:hover {
  color: #00BCF2;
}
.gform_wrapper form .gform_body ul li.gfield--type-consent .ginput_container .gform-field-label::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  background-color: #F9F9FA;
  border-radius: 50px;
}
.gform_wrapper form .gform_body ul li.gfield--type-consent .ginput_container .gform-field-label::after {
  content: "";
  display: block;
  position: absolute;
  background: #0D5A9E;
  width: 8px;
  height: 8px;
  left: 4px;
  top: 7px;
  background-size: 8px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}
.gform_wrapper form .gform_body ul li.gfield--type-consent .gfield_description {
  color: #fff;
  text-transform: none;
}
.gform_wrapper form .gform_body ul li.gfield--type-consent .gfield_description.validation_message {
  color: red;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.gform_wrapper form .gform_body ul li .gform_fileupload_rules,
.gform_wrapper form .gform_body ul li .gform_hidden, .gform_wrapper form .gform_body ul li.gform_validation_container {
  visibility: hidden;
  display: none;
}
.gform_wrapper form .gform_body ul li.gfield--type-radio {
  width: calc(50% - 30px);
  display: inline-block;
  margin-right: 30px;
}
.gform_wrapper form .gform_body ul li .gfield_checkbox,
.gform_wrapper form .gform_body ul li .gfield_radio {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  margin: 25px 0;
}
.gform_wrapper form .gform_body ul li .gfield_checkbox li,
.gform_wrapper form .gform_body ul li .gfield_radio li {
  margin-bottom: 0;
}
.gform_wrapper form .gform_body ul li .gfield_checkbox li label.gform-field-label::before, .gform_wrapper form .gform_body ul li .gfield_checkbox li label.gform-field-label::after,
.gform_wrapper form .gform_body ul li .gfield_radio li label.gform-field-label::before,
.gform_wrapper form .gform_body ul li .gfield_radio li label.gform-field-label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gform_wrapper form .gform_body ul li .gfield_checkbox li label.gform-field-label::after,
.gform_wrapper form .gform_body ul li .gfield_radio li label.gform-field-label::after {
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #fff;
  opacity: 1;
  visibility: visible;
}
.gform_wrapper form .gform_body ul li .gfield_checkbox li input[type=checkbox],
.gform_wrapper form .gform_body ul li .gfield_checkbox li input[type=radio],
.gform_wrapper form .gform_body ul li .gfield_radio li input[type=checkbox],
.gform_wrapper form .gform_body ul li .gfield_radio li input[type=radio] {
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 0;
}
.gform_wrapper form .gform_body ul li .gfield_checkbox li input[type=checkbox]:checked + .gform-field-label::after,
.gform_wrapper form .gform_body ul li .gfield_checkbox li input[type=radio]:checked + .gform-field-label::after,
.gform_wrapper form .gform_body ul li .gfield_radio li input[type=checkbox]:checked + .gform-field-label::after,
.gform_wrapper form .gform_body ul li .gfield_radio li input[type=radio]:checked + .gform-field-label::after {
  opacity: 0;
  visibility: hidden;
}
.gform_wrapper form .gform_body ul li.gfield--type-fileupload input {
  padding: 12px;
}
.gform_wrapper form .gform_body ul li.hidden_label label {
  display: none;
}
.gform_wrapper form .gform_body ul li.gfield--input-type-consent label.gfield_label_before_complex {
  display: none;
}
.gform_wrapper form .gform_body ul .gfield--input-type-html {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #666;
}
.gform_wrapper form .gform_page:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper form .gform_page:not(:last-child) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.gform_wrapper form .gform_footer {
  position: relative;
  text-align: center;
  margin-top: 24px;
  max-width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gform_wrapper form .gform_footer,
.gform_wrapper form .gform_page_footer {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper form .gform_footer button,
.gform_wrapper form .gform_footer .button,
.gform_wrapper form .gform_page_footer button,
.gform_wrapper form .gform_page_footer .button {
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 16px;
  line-height: 1;
  letter-spacing: 0.16px;
  display: inline-block;
  font-family: "Barlow";
  position: relative;
  border-radius: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gform_wrapper form .gform_footer button.gform_next_button,
.gform_wrapper form .gform_footer .button.gform_next_button,
.gform_wrapper form .gform_page_footer button.gform_next_button,
.gform_wrapper form .gform_page_footer .button.gform_next_button {
  background: url(../img/btn-arrow.svg) #fdae53;
  background-repeat: no-repeat;
  background-position: 83% center;
  background-size: 12px;
  color: #0f2046;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.gform_wrapper form .gform_footer button.gform_next_button:is(:hover, :focus, :active),
.gform_wrapper form .gform_footer .button.gform_next_button:is(:hover, :focus, :active),
.gform_wrapper form .gform_page_footer button.gform_next_button:is(:hover, :focus, :active),
.gform_wrapper form .gform_page_footer .button.gform_next_button:is(:hover, :focus, :active) {
  background: url(../img/btn-arrow.svg) no-repeat 80% center, -webkit-gradient(linear, right top, left top, from(#aa431b), to(#fdae53));
  background: url(../img/btn-arrow.svg) no-repeat 80% center, linear-gradient(270deg, #aa431b 0%, #fdae53 100%);
  padding: 9px 40px 9px 24px;
}
.gform_wrapper form .gform_footer button.gform_previous_button,
.gform_wrapper form .gform_footer .button.gform_previous_button,
.gform_wrapper form .gform_page_footer button.gform_previous_button,
.gform_wrapper form .gform_page_footer .button.gform_previous_button {
  color: #0D5A9E;
  margin-right: 4px;
  border: 2px solid #0D5A9E;
  padding: 9px 24px;
  cursor: pointer;
  background: none;
}
.gform_wrapper form .gform_footer button.gform_previous_button:is(:hover, :focus, :active),
.gform_wrapper form .gform_footer .button.gform_previous_button:is(:hover, :focus, :active),
.gform_wrapper form .gform_page_footer button.gform_previous_button:is(:hover, :focus, :active),
.gform_wrapper form .gform_page_footer .button.gform_previous_button:is(:hover, :focus, :active) {
  background-color: #0D5A9E;
  color: #fff;
}
.gform_wrapper form .gform_footer button,
.gform_wrapper form .gform_page_footer button {
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 16px;
  line-height: 1;
  letter-spacing: 0.16px;
  display: inline-block;
  font-family: "Barlow";
  position: relative;
  border-radius: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #00BCF2;
  color: #000;
}
.gform_wrapper form .gform_footer button:hover,
.gform_wrapper form .gform_page_footer button:hover {
  background: #15D0FF;
  color: #000;
}

.gform_validation_errors:is(:focus, :focus-visible) {
  outline: none;
}

h2.gform_submission_error {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: red;
  margin-top: 15px;
  text-align: center;
  letter-spacing: 0.16px;
}
h2.gform_submission_error:is(:focus, :focus-visible) {
  outline: none;
}

.validation_message,
.gfield_validation_message {
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 10px;
  margin-top: 4px;
  letter-spacing: 0.16px;
  color: red;
}

.inline-form-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .inline-form-wrapper {
    max-width: 100%;
  }
}
.inline-form-wrapper h3 {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .inline-form-wrapper h3 {
    display: inline-block;
    font-size: 1.25rem;
    text-align: left;
  }
}
.inline-form-wrapper label {
  display: none;
}
.inline-form-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebebeb;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .inline-form-wrapper form {
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-form-wrapper form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.inline-form-wrapper form .gform_body {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
@media only screen and (min-width: 992px) {
  .inline-form-wrapper form .gform_body {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
.inline-form-wrapper form .gform_footer {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
@media only screen and (min-width: 992px) {
  .inline-form-wrapper form .gform_footer {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
.inline-form-wrapper form button {
  width: 100%;
  border: 0;
  border-radius: 0;
  height: 64px !important;
  white-space: nowrap;
  background-color: #fff;
}
.inline-form-wrapper form button span {
  white-space: nowrap;
}
.inline-form-wrapper form ul.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .inline-form-wrapper form ul.gform_fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.inline-form-wrapper form ul.gform_fields li:not(.gform_hidden) {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .inline-form-wrapper form ul.gform_fields li:not(.gform_hidden) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.inline-form-wrapper form ul.gform_fields select,
.inline-form-wrapper form ul.gform_fields input {
  height: 62px;
  background-color: #f6f6f6;
  border: 0.1px solid #dbdbdb;
  text-indent: 10px;
  color: #969696;
  font-size: 1.25rem;
  width: 100%;
}
.inline-form-wrapper form ul.gform_fields select::-webkit-input-placeholder, .inline-form-wrapper form ul.gform_fields input::-webkit-input-placeholder {
  color: #666;
  opacity: 0.75;
}
.inline-form-wrapper form ul.gform_fields select::-moz-placeholder, .inline-form-wrapper form ul.gform_fields input::-moz-placeholder {
  color: #666;
  opacity: 0.75;
}
.inline-form-wrapper form ul.gform_fields select:-ms-input-placeholder, .inline-form-wrapper form ul.gform_fields input:-ms-input-placeholder {
  color: #666;
  opacity: 0.75;
}
.inline-form-wrapper form ul.gform_fields select::-ms-input-placeholder, .inline-form-wrapper form ul.gform_fields input::-ms-input-placeholder {
  color: #666;
  opacity: 0.75;
}
.inline-form-wrapper form ul.gform_fields select::placeholder,
.inline-form-wrapper form ul.gform_fields input::placeholder {
  color: #666;
  opacity: 0.75;
}

.gform_body ul {
  list-style: none;
  margin: 0;
}
.gform_body ul li :is(input, textarea, select) {
  width: 100%;
}
.gform_body ul li select {
  -webkit-appearance: none;
}
.gform_body ul li .ginput_container_select {
  position: relative;
}
.gform_body ul li .ginput_container_select::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 8px;
  height: 12px;
  background-image: url("../img/chevron-down-solid.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.gform_body ul li.gform_validation_container {
  visibility: hidden;
  display: none;
}
.gform_body ul li div.ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gform_body ul li div.ginput_complex span {
  width: calc(50% - 8px);
}
.gform_body ul li.gfield--type-section {
  border: 1px solid #0D5A9E;
  width: 100%;
  opacity: 0.25;
  margin: 9px 0 !important;
}

/* --- Facet --- */
.facet-filters-wrap .filter-label {
  font-size: 1.0625rem;
  padding: 5px 0;
  text-transform: uppercase;
  font-family: "Barlow";
  font-weight: 600;
}
.facet-filters-wrap .facetwp-facet {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 15px;
}
@media all and (min-width: 992px) {
  .facet-filters-wrap .facetwp-facet {
    gap: 24px 30px;
  }
}

.facetwp-facet {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.facetwp-counter {
  display: none;
}

.facetwp-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facetwp-type-radio .facetwp-radio.checked,
.facetwp-type-radio .facetwp-radio {
  margin: 0;
  background-image: none;
  border: 2px solid #00BCF2;
  padding: 5px 5px;
  background-color: transparent;
  font-weight: 600;
  font-family: "Barlow";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
@media all and (min-width: 576px) {
  .facetwp-type-radio .facetwp-radio.checked,
  .facetwp-type-radio .facetwp-radio {
    padding: 5px 14px;
  }
}
.facetwp-type-radio .facetwp-radio.checked:hover,
.facetwp-type-radio .facetwp-radio:hover {
  background-color: #00BCF2;
}
.facetwp-type-radio .facetwp-radio.checked .facetwp-display-value,
.facetwp-type-radio .facetwp-radio .facetwp-display-value {
  padding: 0;
}
.facetwp-type-radio .facetwp-radio.checked {
  background-color: #00BCF2;
}

.pagination-wrapper .facetwp-facet {
  margin: 0;
}
.pagination-wrapper .facetwp-facet .facetwp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.pagination-wrapper .facetwp-facet .facetwp-pager .facetwp-page:not(.next, .prev) {
  font-size: 1rem;
  color: #0D5A9E;
  line-height: 1.5;
  font-family: "Barlow";
  font-weight: 700;
  margin: 0;
  padding: 0;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 500px;
  cursor: pointer !important;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.pagination-wrapper .facetwp-facet .facetwp-pager .facetwp-page:not(.next, .prev).active {
  background: rgba(119, 119, 119, 0.15);
  color: #0D5A9E;
}
.pagination-wrapper .facetwp-facet .facetwp-pager .facetwp-page:not(.next, .prev):hover {
  background: rgba(119, 119, 119, 0.15);
  color: #0D5A9E;
  text-decoration: none;
}
.pagination-wrapper .facetwp-facet .facetwp-pager .next,
.pagination-wrapper .facetwp-facet .facetwp-pager .prev {
  font-family: "Barlow";
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.16px;
  color: #0D5A9E;
  text-decoration: none;
  cursor: pointer !important;
}
.pagination-wrapper .facetwp-facet .facetwp-pager .next::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background: url(../img/link-arrow.svg) no-repeat;
  background-position: 100% 100%;
  margin-left: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(97%) saturate(2476%) hue-rotate(195deg) brightness(81%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(20%) sepia(97%) saturate(2476%) hue-rotate(195deg) brightness(81%) contrast(90%);
}
.pagination-wrapper .facetwp-facet .facetwp-pager .next:hover:after {
  margin-left: 8px;
}
.pagination-wrapper .facetwp-facet .facetwp-pager .prev::before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background: url(../img/link-arrow.svg) no-repeat;
  background-position: 100% 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(97%) saturate(2476%) hue-rotate(195deg) brightness(81%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(20%) sepia(97%) saturate(2476%) hue-rotate(195deg) brightness(81%) contrast(90%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 5px;
}
.pagination-wrapper .facetwp-facet .facetwp-pager .prev:hover:before {
  margin-right: 8px;
}

.loadmore-btn .facetwp-facet-load_more_projects,
.loadmore-btn .facetwp-facet-load_more {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0 auto;
}
@media all and (min-width: 992px) {
  .loadmore-btn .facetwp-facet-load_more_projects,
  .loadmore-btn .facetwp-facet-load_more {
    margin: 0 0 0 auto;
  }
}
.loadmore-btn .facetwp-facet-load_more_projects .facetwp-load-more,
.loadmore-btn .facetwp-facet-load_more .facetwp-load-more {
  font-family: "Source Sans 3";
  font-size: 1rem;
  font-weight: 700;
  color: #0D5A9E;
  text-transform: capitalize;
  padding-right: 15px;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
  padding: 0;
}
.loadmore-btn .facetwp-facet-load_more_projects .facetwp-load-more::after,
.loadmore-btn .facetwp-facet-load_more .facetwp-load-more::after {
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  background: url(../img/link-arrow.svg) no-repeat;
  background-position: 100% 100%;
  margin-left: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(83%) saturate(1001%) hue-rotate(180deg) brightness(94%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(26%) sepia(83%) saturate(1001%) hue-rotate(180deg) brightness(94%) contrast(100%);
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.loadmore-btn .facetwp-facet-load_more_projects .facetwp-load-more:hover,
.loadmore-btn .facetwp-facet-load_more .facetwp-load-more:hover {
  color: #0a467b;
}
.loadmore-btn .facetwp-facet-load_more {
  margin: 0 auto 0 auto;
}
@media all and (min-width: 992px) {
  .loadmore-btn .facetwp-facet-load_more {
    margin: 0 auto 0 0;
  }
}

/* --- Global Components --- */
.accordion {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #F7F7F7;
}
.accordion .accordion__top {
  cursor: pointer;
}
.accordion .accordion__top .plus {
  position: relative;
  width: 1rem;
  height: 1rem;
}
.accordion .accordion__top .plus div {
  position: absolute;
  width: 1rem;
  height: 4px;
  background-color: #000;
}
.accordion .accordion__top .plus div:first-of-type {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion .accordion__top .plus div:last-of-type {
  top: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}
.accordion .accordion__btm {
  background: #fff;
  display: none;
}
.accordion.active .accordion__top .plus div:last-of-type {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion + .accordion {
  margin-top: 16px;
}

section.core-values .row .core-value-card {
  padding-top: 55px;
}
section.core-values .row .core-value-card .core-val-single {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  background: #fff;
  border-radius: 4px;
  padding: 0px 25px 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.core-values .row .core-value-card .core-val-single .core-value-icon {
  height: 100px;
  width: 100px;
  border: 3px solid #000;
  border-radius: 50px;
  background: #F7F7F7;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -55px;
}
section.core-values .row .core-value-card .core-val-single .core-value-icon img {
  height: 58px;
  width: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}

.proj-popup-detail {
  max-width: 675px;
  margin: 0 auto;
  position: relative;
  padding: 45px 0;
}
.proj-popup-detail .proj-popup_single-img picture {
  aspect-ratio: 1.29;
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.14);
          box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  overflow: hidden;
}
.proj-popup-detail .mfp-close {
  color: #fff;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.proj-popup-detail .mfp-close:hover {
  color: #00BCF2;
  text-decoration: none;
}

/* --- Cards --- */
.card--block-link {
  display: block;
  text-decoration: none;
}
.card--block-link:hover {
  display: block;
  text-decoration: none;
}
.card--project {
  position: relative;
}
.card--project .project-img {
  aspect-ratio: 1.15;
  overflow: hidden;
  position: relative;
}
.card--project .project-img img {
  border-radius: 4px;
}
.card--project .plus-icon {
  position: absolute;
  bottom: 13px;
  right: 13px;
}
.card--reviews .review--image {
  width: 48px;
  height: 48px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}
.card--reviews .review--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.card--reviews .review--initials {
  width: 48px;
  height: 48px;
  background-color: #ebebeb;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
  overflow: hidden;
  border-radius: 50%;
}
.card--reviews .review--initials p.initials {
  line-height: 96px;
  display: block;
  font-size: 1.875rem;
  margin-bottom: 0;
}
.card--featured-service-blocks {
  height: 500px;
  width: 100%;
  overflow: hidden;
  max-width: 550px;
  margin: 0 auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}
@media all and (min-width: 768px) {
  .card--featured-service-blocks {
    max-width: 100%;
  }
}
@media all and (min-width: 992px) {
  .card--featured-service-blocks {
    height: 326px;
    min-height: 326px;
  }
}
.card--featured-service-blocks .card--block-link {
  display: block;
  height: 100%;
}
.card--featured-service-blocks .service-block-wrapper {
  height: 100%;
}
.card--featured-service-blocks .service-block-wrapper .service_img {
  aspect-ratio: 16/12.774;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) {
  .card--featured-service-blocks .service-block-wrapper .service_img {
    position: absolute;
  }
}
.card--featured-service-blocks .service-block-wrapper .title {
  position: relative;
  bottom: auto;
  z-index: 4;
  background: #0D5A9E;
  padding: 12px 22px 12px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .card--featured-service-blocks .service-block-wrapper .title {
    padding: 22px 22px 22px;
  }
}
.card--featured-service-blocks .service-block-wrapper .title h3 {
  font-weight: 600;
}
.card--featured-service-blocks .service-block-wrapper .services-info {
  z-index: 4;
  max-height: 100%;
  position: relative;
  overflow: visible;
  display: block;
  background: #0D5A9E;
  color: #fff;
  -webkit-transition: ease-in-out all 0.7s;
  transition: ease-in-out all 0.7s;
}
@media all and (min-width: 992px) {
  .card--featured-service-blocks .service-block-wrapper .services-info {
    max-height: 0;
    overflow: hidden;
  }
}
.card--featured-service-blocks .service-block-wrapper .services-info .services-info-inner {
  row-gap: 12px;
  padding: 0 22px 22px;
}
@media screen and (min-width: 768px) {
  .card--featured-service-blocks .service-block-wrapper .services-info .services-info-inner {
    row-gap: 24px;
  }
}
.card--featured-service-blocks:is(:hover, :focus, :active):not(.active) .service-block-wrapper .services-info {
  max-height: 100%;
}
.card--featured-service-blocks.active .services-info {
  max-height: 100%;
}
.card--default-service-blocks {
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .card--default-service-blocks .service-block-wrapper picture {
    aspect-ratio: 2.0461;
  }
}
.card--default-service-blocks .service-block-wrapper picture img {
  max-height: 280px;
}
@media only screen and (min-width: 768px) {
  .card--default-service-blocks .service-block-wrapper picture img {
    max-height: 100%;
  }
}
.card--default-service-blocks .service-block-wrapper .services-info {
  padding: 24px;
}
.card--default-service-blocks .service-block-wrapper .services-info .title h3 {
  color: #0D5A9E;
  font-weight: 600;
}
.card--default-service-blocks .service-block-wrapper .services-info .editor-content {
  color: #000;
}
.card--recent-article {
  background: #F7F7F7;
  border-radius: 4px;
  overflow: hidden;
}
.card--recent-article .recent-article_wrapper .article-image-wrapper picture {
  aspect-ratio: 1.3476;
}
.card--recent-article .recent-article-info {
  padding: 14px;
  row-gap: 20px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 576px) {
  .card--recent-article .recent-article-info {
    padding: 24px;
  }
}
.card--recent-article .recent-article-info .post-meta p {
  color: #0D5A9E;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.card--recent-article .recent-article-info .post-meta p:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #0d5a9e;
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card--recent-article .recent-article-info .post-meta p:last-child:after {
  display: none;
}
.card--recent-article .recent-article-info .blog-title {
  color: #000;
  line-height: normal;
}
.card--article {
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  overflow: hidden;
}
.card--article .article_wrapper .article-image-wrapper picture {
  aspect-ratio: 1.3476;
}
.card--article .recent-article-info {
  padding: 24px;
  row-gap: 20px;
}
.card--article .recent-article-info .post-meta p {
  color: #0D5A9E;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.card--article .recent-article-info .post-meta p:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #0d5a9e;
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card--article .recent-article-info .post-meta p:last-child:after {
  display: none;
}
.card--article .recent-article-info .blog-title {
  color: #000;
  line-height: normal;
}

/* --- Page Options --- */
.faq-single {
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.faq-single .faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .faq-single .faq-title {
    padding: 20px 20px;
  }
}
.faq-single h3 {
  font-size: 1rem;
  margin-bottom: 0px;
  line-height: normal;
  cursor: pointer;
  text-transform: none;
  width: calc(100% - 25px);
}
@media only screen and (min-width: 768px) {
  .faq-single h3 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 992px) {
  .faq-single h3 {
    width: calc(100% - 40px);
    font-size: 1.375rem;
  }
}
.faq-single .plus:before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background: url(../img/plus-circle-faq.svg) no-repeat;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq-single p {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .faq-single p {
    font-size: 1.0625rem;
  }
}
.faq-single .faq-content {
  display: none;
  padding: 0px 20px 20px 20px;
}

.faq-single.active .plus:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* --- PB Layouts --- */
.section-trust-factors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-trust-factors .tf--single {
  width: 100%;
  max-width: 150px;
  min-height: 80px;
}

.cc-placement-only {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cc-placement-only img {
  margin-left: auto;
  margin-right: auto;
}

.cp-sig {
  max-width: 100px;
  width: 100%;
}

section.iframe iframe {
  aspect-ratio: 16/9;
}

.rec-art__author-photo {
  width: 150px;
  height: 150px;
}

section.reviews {
  overflow: hidden;
}

.review-wrapper .review-card {
  background: #fff;
  padding: 24px 24px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  max-width: 345px;
  row-gap: 15px;
  width: calc(100% - 30px);
}
@media only screen and (min-width: 576px) {
  .review-wrapper .review-card {
    row-gap: 24px;
    width: 100%;
  }
}
.review-wrapper .review-card .review-info {
  font-size: 0.75rem;
}
@media only screen and (min-width: 576px) {
  .review-wrapper .review-card .review-info {
    font-size: 1.0625rem;
  }
}
.review-wrapper .review-card .review-header .review-author {
  gap: 12px;
}
.review-wrapper .review-card .review-header .review-author .review-img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.review-wrapper .review-card .review-header .review-author .review-img .review--image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  -o-object-position: top center;
     object-position: top center;
}
.review-wrapper .review-card .review-header .review-author .review-img .review--initials {
  height: 40px;
  width: 40px;
  background: #0d5a9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.review-wrapper .review-card .review-header .review-author .review-img .review--initials .initials {
  font-size: 20px;
  line-height: 1;
}
.review-wrapper .review-card .review-header .review-author .review-title .review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.review-wrapper .review-card .review-header .review-author .review-title .review-stars .term-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
}
.review-wrapper .review-card .review-header .review-author .review-title .review-stars .term-img img {
  height: 15px;
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.review-wrapper .review-card .review-header .review-author .review-title .review-stars .star-icon {
  width: 55px;
  height: 15px;
  -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(72%) saturate(1071%) hue-rotate(352deg) brightness(101%) contrast(107%);
          filter: brightness(0) saturate(100%) invert(71%) sepia(72%) saturate(1071%) hue-rotate(352deg) brightness(101%) contrast(107%);
}

section.service-areas .row.map--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  section.service-areas .row.map--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
section.service-areas .row.map--right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  section.service-areas .row.map--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.serv-loc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.serv-loc-wrapper li {
  margin-top: 0;
}

.service-map--code {
  height: 100%;
}
.service-map--code picture {
  margin-bottom: 0;
  height: 100%;
}
.service-map--code iframe {
  height: 100%;
  aspect-ratio: unset;
}

.tab-content-mobile {
  background: #f6f6f6;
}

.tab-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  cursor: pointer;
}

.tab-information {
  display: none;
  background-color: #fff;
  padding: 10px;
}

.tab-menu {
  gap: 20px;
}
.tab-menu li {
  margin: 0;
  cursor: pointer;
}

.team-photos img {
  max-width: 200px;
}

.tns-controls {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 8px;
}
.tns-controls button {
  font-size: 0;
  height: 16px;
  width: 16px;
  -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(28%) saturate(3602%) hue-rotate(187deg) brightness(88%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(28%) sepia(28%) saturate(3602%) hue-rotate(187deg) brightness(88%) contrast(95%);
}
.tns-controls button:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/chevron-black-left.svg);
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 10px;
}
.tns-controls button[data-controls=next]:before {
  background-image: url(../img/chevron-black-left.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
}

.trust-factors__slider .tns-item {
  max-width: 150px;
  height: 60px;
}
.trust-factors__slider .tns-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.two-col .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
section.two-col .row + .row {
  padding-top: 28px;
}
section.two-col .tc--info-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  section.two-col.default .row:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.two-col.default .row:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  section.two-col.reversed .row:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  section.two-col.reversed .row:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.two-col-full .two-col-full__wrapper {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
section.two-col-full .two-col-full__wrapper .two-col-full__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
section.two-col-full .two-col-full__wrapper .two-col-full__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  section.two-col-full .two-col-full__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.two-col-full .two-col-full__wrapper .two-col-full__image {
    position: absolute;
    top: 0;
    width: calc(50% - 16px);
    height: 100%;
  }
  section.two-col-full .two-col-full__wrapper .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.two-col-full .two-col-full__wrapper.default:nth-of-type(odd) .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.two-col-full .two-col-full__wrapper.default:nth-of-type(odd) .two-col-full__image {
    right: 0;
  }
  section.two-col-full .two-col-full__wrapper.default:nth-of-type(even) .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  section.two-col-full .two-col-full__wrapper.default:nth-of-type(even) .two-col-full__image {
    left: 0;
  }
  section.two-col-full .two-col-full__wrapper.reversed:nth-of-type(odd) .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  section.two-col-full .two-col-full__wrapper.reversed:nth-of-type(odd) .two-col-full__image {
    left: 0;
  }
  section.two-col-full .two-col-full__wrapper.reversed:nth-of-type(even) .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.two-col-full .two-col-full__wrapper.reversed:nth-of-type(even) .two-col-full__image {
    right: 0;
  }
}

/* --- Misc --- */
.post-progress {
  position: fixed;
  left: 0;
  top: 123px;
  width: 100%;
  height: 0.375rem;
  background: 0 0;
  pointer-events: none;
}
.post-progress .post-progress__bar {
  height: 0.375rem;
  background-color: var(--dark);
  width: 0%;
}

.admin-bar .post-progress__bar {
  margin-top: 32px;
}

.page-template-page-ppc .site-header__inner .site_header_wrapper {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .page-template-page-ppc .site-header__inner .site_header_wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-template-page-ppc .card--block-link,
.page-template-page-ppc .ppc-no-link {
  cursor: default;
  color: unset;
}

/* --------------------------------------------------------------
 >> BEGIN Main Styles
-------------------------------------------------------------- */
/* # Partials
-------------------------------------------------------------- */
/* Header */
/* # Hero defaults */
/* # Homepage */
/* # Contact */
/* # Basic */
/* # PPC */
/* # Flex Content
--------------------------------------------------------------*/
/* # Basic Content */
.basic-content .row .section-content picture {
  aspect-ratio: 2.3138;
}
.basic-content .row .section-content picture img {
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}

/* # Columned Content */
/* # Company Promise */
section.company-promise .company-promise-wrapper {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  section.company-promise .company-promise-wrapper {
    padding: 100px 0;
    min-height: 424px;
  }
}
section.company-promise .company-promise-wrapper .img-logo-wrapper {
  position: relative;
}
@media only screen and (min-width: 992px) {
  section.company-promise .company-promise-wrapper .img-logo-wrapper {
    position: inherit;
  }
}
section.company-promise .company-promise-wrapper .company-accent-logo {
  position: absolute;
  left: inherit;
  bottom: calc(100% - 25px);
  height: 100px;
  width: 131px;
  right: 30px;
}
@media only screen and (min-width: 768px) {
  section.company-promise .company-promise-wrapper .company-accent-logo {
    height: 130px;
    width: 180px;
    right: calc(50% - 240px);
  }
}
@media only screen and (min-width: 992px) {
  section.company-promise .company-promise-wrapper .company-accent-logo {
    height: 200px;
    width: 100%;
    max-width: 262px;
    bottom: 0;
    left: calc(50% - 250px);
    right: inherit;
  }
}
section.company-promise .company-promise-wrapper .company-accent-logo img {
  height: 100px;
  width: 131px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  section.company-promise .company-promise-wrapper .company-accent-logo img {
    height: 130px;
    width: 180px;
  }
}
@media only screen and (min-width: 992px) {
  section.company-promise .company-promise-wrapper .company-accent-logo img {
    height: 200px;
    width: 262px;
  }
}
section.company-promise .company-promise-wrapper .company-promise-image {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 0px;
  aspect-ratio: inherit;
}
@media only screen and (min-width: 992px) {
  section.company-promise .company-promise-wrapper .company-promise-image {
    width: calc(50% - 89px);
    max-width: inherit;
    padding: 0;
    aspect-ratio: 16/9;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
  }
}
section.company-promise .company-promise-wrapper .company-promise-image picture {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}
@media only screen and (min-width: 992px) {
  section.company-promise .company-promise-wrapper .company-promise-image picture {
    min-height: 424px;
  }
}
section.company-promise .company-promise-wrapper .company-promise-content .section-content {
  padding: 64px 0 84px;
}
@media only screen and (min-width: 992px) {
  section.company-promise .company-promise-wrapper .company-promise-content .section-content {
    padding: 0;
  }
}
section.company-promise .company-promise-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background: #0D5A9E;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 992px) {
  section.company-promise .company-promise-wrapper:before {
    height: calc(100% - 30px);
  }
}

/* # Link List */
/* # Reviews */
/* # Services Areas Map */
@media only screen and (max-width: 767px) {
  .service-areas.branded .container {
    padding: 0;
  }
}
.service-areas.branded .service-area-wrapper {
  padding: 30px 15px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .service-areas.branded .service-area-wrapper {
    padding: 36px 36px 36px 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .service-areas.branded .service-area-wrapper {
    padding: 36px 36px 36px 64px;
  }
}
.service-areas.branded .service-area-wrapper .row {
  row-gap: 48px;
}
.service-areas.branded .service-area-wrapper .row .col-map--code .service-map--info .serv-loc-wrapper {
  gap: 16px 32px;
}
.service-areas.branded .service-area-wrapper .row .col-map--code .service-map--info .serv-loc-wrapper .serv-loc-list {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.16px;
  font-family: "Source Sans 3";
  color: #0D5A9E;
}
.service-areas.branded .service-area-wrapper .row .col-map--code .service-map--info .serv-loc-wrapper .serv-loc-list a {
  color: #0D5A9E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.service-areas.branded .service-area-wrapper .row .col-map--code .service-map--info .serv-loc-wrapper .serv-loc-list a:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background: url(../img/location-plus.svg) no-repeat;
}
.service-areas.branded .service-area-wrapper .row .col-map--code .service-map--image {
  aspect-ratio: 1.0018;
}
@media only screen and (min-width: 992px) {
  .service-areas.branded .service-area-wrapper .row .col-map--code .service-map--image {
    max-width: 533px;
  }
}
.service-areas.branded .service-area-wrapper .row .col-map--code .service-map--image img {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .service-areas.branded .service-area-wrapper .row.map--right .service-map--image {
    margin-left: auto;
  }
}
@media only screen and (min-width: 992px) {
  .service-areas.branded .service-area-wrapper .row.map--left .service-map--image {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .service-areas.branded:has(+ .faq-accordion) {
    padding-bottom: 0;
  }
}
.service-areas.default .row {
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .service-areas.default .row {
    row-gap: 48px;
  }
}
.service-areas.default .row .col-map--info .service-map--info .serv-loc-wrapper {
  gap: 16px 32px;
}
.service-areas.default .row .col-map--info .service-map--info .serv-loc-wrapper .serv-loc-list {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.16px;
  font-family: "Source Sans 3";
  color: #0D5A9E;
}
.service-areas.default .row .col-map--info .service-map--info .serv-loc-wrapper .serv-loc-list a {
  color: #0D5A9E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.service-areas.default .row .col-map--info .service-map--info .serv-loc-wrapper .serv-loc-list a:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background: url(../img/location-plus.svg) no-repeat;
}
.service-areas.default .row .col-map--code iframe {
  aspect-ratio: 0.9672;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}

/* # Services */
.services {
  z-index: 11;
}
.services .row {
  row-gap: 48px;
}
.services + .trust-factors::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background: #F7F7F7;
  z-index: -1;
}

/* # Tabbed Content */
.tab-content .tab-wrapper .tab-menu {
  gap: 0;
}
.tab-content .tab-wrapper .tab-menu .tab-title {
  min-width: 100%;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent;
  padding: 16px 10px;
  text-align: center;
  border: 1px solid #d5d7d8;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .tab-content .tab-wrapper .tab-menu .tab-title {
    min-width: 50%;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .tab-content .tab-wrapper .tab-menu .tab-title {
    min-width: auto;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .tab-content .tab-wrapper .tab-menu .tab-title {
    min-width: auto;
    width: auto;
  }
}
.tab-content .tab-wrapper .tab-menu .tab-title h5 {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.tab-content .tab-wrapper .tab-menu .tab-title:hover {
  background: #f7f7f7;
}
.tab-content .tab-wrapper .tab-menu .tab-title:hover h5 {
  color: #0D5A9E;
}
.tab-content .tab-wrapper .tab-menu .tab-title.active {
  background: #f7f7f7;
}
.tab-content .tab-wrapper .tab-menu .tab-title.active h5 {
  color: #0D5A9E;
}
.tab-content .tab-wrapper .tab-menu .tab-title h5 {
  color: #000;
  letter-spacing: 0.38px;
}
.tab-content .tab-wrapper .tab-content {
  background: #f7f7f7;
  padding: 48px;
  border-right: 1px solid #D5D7D8;
  border-bottom: 1px solid #D5D7D8;
  border-left: 1px solid #D5D7D8;
  border-radius: 0 0 4px 4px;
}
.tab-content .tab-wrapper .tab-content .tab-content__wrapper .tab-img picture {
  aspect-ratio: 1.261;
}
.tab-content .tab-wrapper .tab-content .tab-content__wrapper .tab-img picture img {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.tab-content .tab-wrapper .tab-content .tab-content__wrapper .tab-side-content h3 {
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .tab-content .tab-wrapper .tab-content .tab-content__wrapper .tab-side-content {
    max-width: 480px;
    margin-left: auto;
  }
}
.tab-content .tab-content-mobile {
  background: none !important;
}
.tab-content .tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap .tab-topic {
  color: #000;
  border-bottom: 2px solid #D5D7D8;
  padding: 20px 10px;
}
.tab-content .tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap .tab-information {
  background-color: inherit;
  padding: 10px;
  margin-top: 24px;
}
.tab-content .tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap .tab-information picture {
  aspect-ratio: 1.5;
}
.tab-content .tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap .tab-information picture img {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.tab-content .tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap .tab-information h4 {
  padding-top: 24px;
  color: #000;
}
.tab-content .tab-content-mobile .tab-mobile-wrapper .tab-mobile-single-wrap.active .tab-topic {
  background: #f7f7f7;
  border-radius: 4px;
  color: #0D5A9E;
}

/* # Team Members */
/* # Trust Factors */
section.trust-factors .row {
  row-gap: 64px;
}
section.trust-factors .row .section-content {
  max-width: 550px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  section.trust-factors .row .section-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    max-width: 100%;
    margin: 0;
  }
}
section.trust-factors .row .section-trust-factors {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 26px;
  max-width: 550px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  section.trust-factors .row .section-trust-factors {
    max-width: 100%;
    margin: 0;
  }
}
section.trust-factors .row .section-trust-factors .tf--single {
  width: 100%;
  min-height: 80px;
  max-width: 160px;
}
section.trust-factors .row .section-trust-factors .tf--single img {
  margin: 0 auto;
  max-height: 130px;
}
section.trust-factors .row .section-trust-factors .review-wrapper .review-card {
  background: #0D5A9E;
  max-width: 100%;
  width: 100%;
}
@media all and (min-width: 992px) {
  section.trust-factors .row .section-trust-factors .review-wrapper .review-card {
    max-width: 345px;
  }
}
section.trust-factors .row .section-trust-factors .review-wrapper .review-card .review-header .review-img .review--initials {
  background: #00BCF2;
}
section.trust-factors .row .section-trust-factors .review-wrapper .review-card .review-header .review-title .review-stars .term-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
}
section.trust-factors .row .section-trust-factors .review-wrapper .review-card .review-header .review-title .review-stars .term-img img {
  height: 17px;
  width: 17px;
}
section.trust-factors .row .section-trust-factors .review-wrapper .review-card .review-header .review-title .review-stars .star-icon {
  width: 75px;
}
section.trust-factors .row .section-trust-factors__slider .tf--single img {
  height: 86px;
  max-width: 185px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* # Two Column */
section.two-col.default.show-graphics:before {
  display: none;
}
@media only screen and (min-width: 1200px) {
  section.two-col.default.show-graphics:before {
    content: "";
    display: block;
    height: 400px;
    width: 570px;
    background: url(../img/transparent-triangle.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -140px;
    bottom: 0;
  }
}
section.two-col.default .row .two-col-image {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
section.two-col.default .row .two-col-image:has(.review-wrapper) {
  padding-right: 16px;
  padding-left: 0;
  padding-bottom: 50px;
}
@media all and (min-width: 992px) {
  section.two-col.default .row .two-col-image:has(.review-wrapper) {
    padding-right: 24px;
    padding-bottom: 0;
  }
}
@media all and (min-width: 1200px) {
  section.two-col.default .row .two-col-image:has(.review-wrapper) {
    padding-right: 0px;
  }
}
section.two-col.default .row .two-col-image picture {
  aspect-ratio: 1.06;
}
section.two-col.default .row .two-col-image picture img {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}
section.two-col.default .row .two-col-image .review-wrapper {
  position: absolute;
  bottom: -24px;
  right: 0px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
@media all and (min-width: 1200px) {
  section.two-col.default .row .two-col-image .review-wrapper {
    right: -24px;
  }
}
section.two-col.default .row .two-col-image .review-wrapper .review-card {
  margin-left: auto;
}
section.two-col.default .row .two-col-image .review-wrapper.review-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
section.two-col.default .row .two-col-image.image-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
section.two-col.reversed.show-graphics:before {
  display: none;
}
@media only screen and (min-width: 1200px) {
  section.two-col.reversed.show-graphics:before {
    content: "";
    display: block;
    height: 400px;
    width: 570px;
    background: url(../img/transparent-triangle.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -140px;
    bottom: 0;
  }
}
section.two-col.reversed .row .two-col-image {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
section.two-col.reversed .row .two-col-image:has(.review-wrapper) {
  padding-left: 16px;
  padding-right: 0;
  padding-bottom: 50px;
}
@media all and (min-width: 992px) {
  section.two-col.reversed .row .two-col-image:has(.review-wrapper) {
    padding-left: 24px;
    padding-bottom: 0;
  }
}
@media all and (min-width: 1200px) {
  section.two-col.reversed .row .two-col-image:has(.review-wrapper) {
    padding-left: 0px;
  }
}
section.two-col.reversed .row .two-col-image picture {
  aspect-ratio: 1.06;
}
section.two-col.reversed .row .two-col-image picture img {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}
section.two-col.reversed .row .two-col-image .review-wrapper {
  position: absolute;
  bottom: -24px;
  left: 0px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
@media all and (min-width: 1200px) {
  section.two-col.reversed .row .two-col-image .review-wrapper {
    left: -24px;
  }
}
section.two-col.reversed .row .two-col-image .review-wrapper.review-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
section.two-col.reversed .row .two-col-image.image-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* # Two Column Fullwidth */
section.two-col-full .two-col-full__wrapper picture {
  width: 100%;
  right: 0;
  left: inherit;
}
@media only screen and (min-width: 992px) {
  section.two-col-full .two-col-full__wrapper picture {
    width: calc(100% - 200px);
  }
}
section.two-col-full .two-col-full__wrapper::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(19.65%, #0d5a9e), to(rgba(13, 90, 158, 0.55)));
  background: linear-gradient(90deg, #0d5a9e 19.65%, rgba(13, 90, 158, 0.55) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.two-col-full .two-col-full__wrapper.reversed picture {
  width: calc(100% - 200px);
  right: inherit;
  left: 0;
}
section.two-col-full .two-col-full__wrapper.reversed::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(19.65%, #0d5a9e), to(rgba(13, 90, 158, 0.55)));
  background: linear-gradient(270deg, #0d5a9e 19.65%, rgba(13, 90, 158, 0.55) 100%);
}
section.two-col-full .two-col-full__wrapper.center picture {
  width: 100%;
}
section.two-col-full .two-col-full__wrapper.center .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.two-col-full .two-col-full__wrapper.center .row .section-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
section.two-col-full .two-col-full__wrapper.center:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(19.65%, #0d5a9e), to(rgba(13, 90, 158, 0.55)));
  background: linear-gradient(0deg, #0d5a9e 19.65%, rgba(13, 90, 158, 0.55) 100%);
}
section.two-col-full .section-content {
  row-gap: 24px;
  padding: 25px 0;
}
section.two-col-full .section-content .section-header {
  row-gap: 10px;
}
section.two-col-full .section-content .section-header h2,
section.two-col-full .section-content .section-header .lvl-2 {
  color: #fff;
}

/* # Process */
section.process {
  background: #F7F7F7;
}
section.process .row {
  row-gap: 32px;
}
@media all and (min-width: 1200px) {
  section.process .row {
    row-gap: 48px;
  }
}
section.process .row .tns-ovh {
  overflow: visible;
}
section.process .row .process-content {
  row-gap: 24px;
}
@media all and (min-width: 992px) {
  section.process .row .process-content {
    row-gap: 36px;
  }
}
section.process .row .process-content .section-header {
  row-gap: 14px;
}
@media all and (min-width: 992px) {
  section.process .row .process-content .section-header {
    row-gap: 24px;
  }
}
section.process .row .process-wrapper .process-box-main {
  position: relative;
}
@media all and (min-width: 1200px) {
  section.process .row .process-wrapper .process-box-main {
    width: 280px;
    min-width: 280px;
  }
}
section.process .row .process-wrapper .process-box-main .process-box {
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
section.process .row .process-wrapper .process-box-main .process-box .process-step {
  padding: 5px 0px;
  background: #0D5A9E;
  font-weight: 600;
  font-family: "Barlow";
  letter-spacing: 0.85px;
  text-transform: uppercase;
  color: #fff;
}
section.process .row .process-wrapper .process-box-main .process-box .process-box-inner {
  padding: 30px 16px 24px;
  row-gap: 16px;
}
section.process .row .process-wrapper .process-box-main .process-box .process-box-inner .process-icon {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.process .row .process-wrapper .process-box-main .process-box .process-box-inner .process-icon img {
  height: 65px;
  width: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.process .row .process-wrapper .process-box-main .process-box .process-box-inner .process-icon svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  section.process + section.callout-banner {
    background: #F7F7F7;
  }
}

/* # Callout Banner */
section.callout-banner {
  min-height: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  section.callout-banner {
    padding-top: 150px;
  }
}
section.callout-banner .callout-inner picture.overlay:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(19.65%, #0d5a9e), to(rgba(13, 90, 158, 0.55)));
  background: linear-gradient(90deg, #0d5a9e 19.65%, rgba(13, 90, 158, 0.55) 100%);
}
@media only screen and (max-width: 767px) {
  section.callout-banner .callout-inner .call-out-inner .callout-badge {
    margin-top: -150px;
  }
}
section.callout-banner .callout-inner .call-out-inner .callout-badge img {
  height: 200px;
  width: 262px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  section.callout-banner .callout-inner .call-out-inner .callout-badge img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  section.callout-banner .callout-inner .call-out-inner .call-out-content {
    padding: 24px 0;
  }
}

/* # Brands and Materials */
section.brands-materials .material-wrapper {
  padding: 20px 20px;
  background: #F7F7F7;
  border-radius: 6px;
}
@media all and (min-width: 768px) {
  section.brands-materials .material-wrapper {
    padding: 30px 30px;
  }
}
@media all and (min-width: 992px) {
  section.brands-materials .material-wrapper {
    padding: 36px 48px;
  }
}
section.brands-materials .material-wrapper .row .material-img {
  aspect-ratio: 1.5031;
}
section.brands-materials .material-wrapper .row .material-img img {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}
section.brands-materials .material-wrapper + .material-wrapper {
  margin-top: 36px;
}
@media all and (min-width: 768px) {
  section.brands-materials .material-wrapper + .material-wrapper {
    margin-top: 64px;
  }
}
@media all and (min-width: 992px) {
  section.brands-materials .material-wrapper + .material-wrapper {
    margin-top: 96px;
  }
}
section.brands-materials .material-wrapper:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* # Career Section */
section.career .career-card-wrapper {
  max-width: 870px;
  margin: 0 auto;
}
section.career .career-card-wrapper .career-single {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 16px;
}
section.career .career-card-wrapper .career-single .career-header {
  padding-bottom: 24px;
  position: relative;
}
section.career .career-card-wrapper .career-single .career-header::after {
  content: "";
  display: block;
  height: 2px;
  width: 165px;
  background: #00BCF2;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.career .career-card-wrapper + .career-card-wrapper {
  margin-top: 24px;
}
section.career .no-open-position h1,
section.career .no-open-position h2,
section.career .no-open-position h3,
section.career .no-open-position h4,
section.career .no-open-position h5,
section.career .no-open-position h6 {
  text-transform: capitalize;
}

/* # Partials
-------------------------------------------------------------- */
/* #FAQs */
.faq-accordion {
  background: #F7F7F7;
}
.faq-accordion .faq-wrapper-main {
  row-gap: 48px;
}
@media only screen and (min-width: 992px) {
  .faq-accordion .faq-wrapper-main {
    row-gap: 64px;
  }
}
.faq-accordion .faq-wrapper-main .faqs-main {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

/* # Recent Articles */
section.recent-articles .tns-ovh {
  overflow: visible;
}

/* # CTA Banner */
section.cta-banner .cta-banner-wrapper .cta-banner-image {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  aspect-ratio: inherit;
  position: relative;
}
@media only screen and (min-width: 992px) {
  section.cta-banner .cta-banner-wrapper .cta-banner-image {
    width: calc(50% - 7px);
    max-width: inherit;
    padding: 0;
    aspect-ratio: 16/9;
    position: absolute;
    top: 0;
    height: calc(100% + 45px);
    left: 0;
    z-index: 11;
  }
}
@media only screen and (max-width: 991px) {
  section.cta-banner .cta-banner-wrapper .cta-banner-image picture {
    min-height: 424px;
    aspect-ratio: 1.0207;
  }
}
section.cta-banner .cta-banner-wrapper .cta-banner-image picture img {
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}
section.cta-banner .cta-banner-wrapper .cta-banner-content .section-content {
  padding: 100px 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 36px;
}
@media only screen and (min-width: 992px) {
  section.cta-banner .cta-banner-wrapper .cta-banner-content .section-content {
    padding: 100px 0 78px;
  }
}
section.cta-banner .cta-banner-wrapper:before {
  content: "";
  height: calc(100% - 36px);
  width: 100%;
  display: block;
  background: #0D5A9E;
  position: absolute;
  top: 0;
}

/* # Form Section */
section.form-section.show-bg:has(.single-form):after {
  content: "";
  display: block;
  background: #0D5A9E;
  position: absolute;
  height: 55%;
  width: 100%;
  bottom: 0;
}
section.form-section .single-form .hero-form-column {
  max-width: 870px;
}
section.form-section .form-content .hero-form-column {
  margin: 0 auto 0 auto;
}
@media only screen and (min-width: 768px) {
  section.form-section .form-content .hero-form-column {
    margin: 0 auto 0 0;
  }
}
section.form-section .form-content .section-content .badge-img img {
  max-width: 273px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* # Post Templates
-------------------------------------------------------------- */
/* # Blog + Archives */
.blog-posts .row {
  row-gap: 24px;
}
@media only screen and (min-width: 768px) {
  .blog-posts .row {
    row-gap: 48px;
  }
}

/* # Single Blog Post */
section.blog-detail {
  position: relative;
}
section.blog-detail .post-detail-content {
  max-width: 870px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  border-radius: 6px;
  -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.05);
  margin-top: -80px;
  padding: 20px;
}
section.blog-detail .post-detail-content ul.wp-block-list {
  list-style: disc;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  section.blog-detail .post-detail-content {
    padding: 45px 45px 45px 45px;
    margin-top: -80px;
  }
}
@media only screen and (min-width: 992px) {
  section.blog-detail .post-detail-content {
    padding: 64px 64px 64px 64px;
    margin-top: -150px;
  }
}
section.blog-detail .post-detail-content .wp-block-heading:first-child {
  margin-top: 0;
  color: #000;
}
section.blog-detail .post-detail-content h2 {
  margin-top: 24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  section.blog-detail .post-detail-content h2 {
    margin-top: 48px;
    margin-bottom: 36px;
  }
}
section.blog-detail .post-detail-content h3,
section.blog-detail .post-detail-content h4,
section.blog-detail .post-detail-content h5,
section.blog-detail .post-detail-content h6 {
  margin-top: 24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  section.blog-detail .post-detail-content h3,
  section.blog-detail .post-detail-content h4,
  section.blog-detail .post-detail-content h5,
  section.blog-detail .post-detail-content h6 {
    margin-top: 48px;
    margin-bottom: 36px;
  }
}
section.blog-detail .post-detail-content h3:first-child,
section.blog-detail .post-detail-content h4:first-child,
section.blog-detail .post-detail-content h5:first-child,
section.blog-detail .post-detail-content h6:first-child {
  margin-top: 0;
}
section.blog-detail .post-detail-content h3:last-child,
section.blog-detail .post-detail-content h4:last-child,
section.blog-detail .post-detail-content h5:last-child,
section.blog-detail .post-detail-content h6:last-child {
  margin-bottom: 0;
}
section.blog-detail .post-detail-content h5,
section.blog-detail .post-detail-content h6 {
  margin-bottom: 16px;
}
section.blog-detail .post-detail-content h4,
section.blog-detail .post-detail-content h5,
section.blog-detail .post-detail-content h6 {
  font-family: "Source Sans 3";
  font-weight: 500;
}
section.blog-detail .post-detail-content p a {
  color: #0D5A9E;
}
section.blog-detail .post-detail-content p a:hover {
  color: #00BCF2;
}
section.blog-detail .post-detail-content figure {
  aspect-ratio: 1.9;
}
section.blog-detail .post-detail-content .wp-block-table {
  aspect-ratio: unset;
}
section.blog-detail .post-detail-content figure img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
section.blog-detail .post-detail-content p + figure {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  section.blog-detail .post-detail-content p + figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
section.blog-detail .post-detail-content .wp-block-heading + figure {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  section.blog-detail .post-detail-content .wp-block-heading + figure {
    margin-top: 30px;
  }
}
section.blog-detail .post-detail-content .wp-block-quote {
  margin: 0;
  border-left: 2px solid #212529;
  font-weight: 400;
  padding-left: 24px;
}
@media only screen and (min-width: 992px) {
  section.blog-detail .post-detail-content .wp-block-quote {
    padding-left: 36px;
  }
}
section.blog-detail .post-detail-content .wp-block-quote::before {
  display: none;
}

/* # FAQ Post */
section.site-faq .faqs-list .post--faq {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #0D5A9E;
}
@media screen and (min-width: 768px) {
  section.site-faq .faqs-list .post--faq {
    padding: 60px 0;
  }
}
section.site-faq .faqs-list .post--faq:first-child {
  padding-top: 0;
}

/* # Projects Post */
/* # Careers Post */
.job-content .career-detail-content {
  max-width: 870px;
  margin: 0 auto;
}
.job-content .career-detail-content .entry-content .cta-link {
  text-align: center;
}
.job-content .career-detail-content .entry-content .post-header_content .job-post_date {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #666666;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .job-content .career-detail-content .entry-content .post-header_content .job-post_date {
    font-size: 1rem;
  }
}
.job-content .career-detail-content .entry-content .job-post_content > .wp-block-heading {
  color: #666;
}
.job-content .career-detail-content .entry-content .job-post_content > .wp-block-heading:first-child {
  margin-top: 0;
  color: #000;
}
.job-content .career-detail-content .entry-content .job-post_content h2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .job-content .career-detail-content .entry-content .job-post_content h2 {
    margin-bottom: 36px;
  }
}
.job-content .career-detail-content .entry-content .job-post_content p {
  margin: 0;
  line-height: 1.77;
}
.job-content .career-detail-content .entry-content .job-post_content p + p {
  margin-top: 16px;
}
.job-content .career-detail-content .entry-content .job-post_content h3 {
  margin-top: 24px;
}
@media all and (min-width: 768px) {
  .job-content .career-detail-content .entry-content .job-post_content h3 {
    margin-top: 48px;
    margin-bottom: 36px;
  }
}
.job-content .career-detail-content .entry-content .job-post_content h4 {
  margin-top: 24px;
}
@media all and (min-width: 768px) {
  .job-content .career-detail-content .entry-content .job-post_content h4 {
    margin-top: 48px;
    margin-bottom: 36px;
  }
}
.job-content .career-detail-content .entry-content .job-post_content h5 {
  margin-top: 24px;
}
@media all and (min-width: 768px) {
  .job-content .career-detail-content .entry-content .job-post_content h5 {
    margin-top: 48px;
    margin-bottom: 36px;
  }
}
.job-content .career-detail-content .entry-content .job-post_content ul {
  padding: 0;
  margin: 16px 0 0 20px;
  list-style: disc;
}
.job-content .career-detail-content .entry-content .job-post_content ul li {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Source Sans 3";
}
@media all and (min-width: 992px) {
  .job-content .career-detail-content .entry-content .job-post_content ul li {
    font-size: 1.0625rem;
  }
}
.job-content .career-detail-content .entry-content .job-post_content ul li + li {
  margin-top: 7px;
}
.job-content .career-detail-content .entry-content .job-post_content ul + p {
  margin-top: 24px;
}
@media all and (min-width: 768px) {
  .job-content .career-detail-content .entry-content .job-post_content ul + p {
    margin-top: 48px;
  }
}
.job-content .career-detail-content .entry-content .job-post_content a {
  color: #00BCF2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: ease-in 0.3s all 0s;
  transition: ease-in 0.3s all 0s;
}
.job-content .career-detail-content .entry-content .job-post_content a:hover {
  border-bottom: 1px solid #00BCF2;
}
.job-content .career-detail-content .entry-content .job-post_content blockquote {
  border-left: 2px solid #0D5A9E;
  margin: 0;
  padding-left: 15px;
  position: relative;
}
@media all and (min-width: 768px) {
  .job-content .career-detail-content .entry-content .job-post_content blockquote {
    padding-left: 24px;
  }
}
.job-content .career-detail-content .entry-content .job-post_content blockquote p {
  font-size: 0.8125rem;
  font-family: "Source Sans 3";
  line-height: 1.57;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .job-content .career-detail-content .entry-content .job-post_content blockquote p {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .job-content .career-detail-content .entry-content .job-post_content blockquote p {
    font-size: 1.25rem;
  }
}
.job-content .career-detail-content .entry-content .job-info {
  margin-top: 24px;
}
@media all and (min-width: 768px) {
  .job-content .career-detail-content .entry-content .job-info {
    margin-top: 48px;
  }
}
.job-content .career-detail-content .entry-content .job-info p {
  text-transform: capitalize;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Barlow";
}
.job-content .career-detail-content .entry-content .job-info p span {
  color: #0D5A9E;
  display: inline-block;
  line-height: 1.29;
  font-weight: 600;
}
.job-content .career-detail-content .entry-content .job-info p + p {
  margin-top: 12px;
}
.job-content .career-detail-content .ns-buttons {
  margin: 0 !important;
}
.job-content .career-detail-content .ns-buttons .ns-buttons-wrapper {
  row-gap: 10px;
}
.job-content .career-detail-content .ns-buttons .ns-buttons-wrapper .ns-button {
  height: 20px;
  margin-bottom: 0 !important;
}
.job-content .career-detail-content .ns-buttons .ns-buttons-wrapper .ns-button:last-child {
  margin-right: 0 !important;
}
.job-content .career-detail-content .ns-buttons .ns-buttons-wrapper .ns-button-block {
  border-radius: 50px;
}
.job-content .career-detail-content .ns-buttons .ns-buttons-wrapper .ns-button-block .ns-button-icon {
  height: 22px;
  width: 20px;
  min-width: 20px;
}

body.single-career .hero-form-column {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
body.single-career .hero-form-column #career-form.form-wrapper {
  background: #F7F7F7;
}
body.single-career .hero-form-column #career-form.form-wrapper form .gform_body ul li input {
  background-color: #fff;
}

/* Footer *//*# sourceMappingURL=main.css.map */