@import 'https://use.typekit.net/wdj5tjo.css';
@import 'https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap';
:root {
  --franklin-black: #000;
  --franklin-white: #fff;
  --franklin-blue: #008bd5;
  --franklin-blue-light: #61b3df;
  --franklin-blue-dark: #174374;
  --franklin-white-rgb: 255, 255, 255;
  --franklin-black-rgb: 0, 0, 0;
  --franklin-body-color-rgb: 0, 0, 0;
  --franklin-body-bg-rgb: 255, 255, 255;
  --franklin-font-sans-serif: 'aktiv-grotesk', sans-serif;
  --franklin-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
  --franklin-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --franklin-body-font-family: aktiv-grotesk, sans-serif;
  --franklin-body-font-size: 1rem;
  --franklin-body-font-weight: 400;
  --franklin-body-line-height: 1.5;
  --franklin-body-color: #000;
  --franklin-body-bg: #fff;
  --franklin-border-width: 1px;
  --franklin-border-style: solid;
  --franklin-border-color: #dee2e6;
  --franklin-border-color-translucent: rgba(0, 0, 0, 0.175);
  --franklin-border-radius: 0.375rem;
  --franklin-border-radius-sm: 0.25rem;
  --franklin-border-radius-lg: 0.5rem;
  --franklin-border-radius-xl: 1rem;
  --franklin-border-radius-2xl: 2rem;
  --franklin-border-radius-pill: 50rem;
  --franklin-link-color: #008bd5;
  --franklin-link-hover-color: #006faa;
  --franklin-code-color: #d63384;
  --franklin-highlight-bg: #fff3cd;
}
:root {
  --franklin-root-font-size: 15px;
  --franklin-page-max-width: 100%;
  --franklin-container-gutter-x: 40px;
  --franklin-container-offset-x: var(--franklin-container-gutter-x);
  --franklin-container-max-width: calc(
    var(--franklin-page-max-width) - var(--franklin-container-gutter-x)
  );
  --franklin-container-max-width: 65.83rem;
}
@media (min-width: 992px) {
  :root {
    --franklin-container-max-width: 1264px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  :root {
    --franklin-container-max-width: 1580px;
  }
}
@media (min-width: 992px) {
  :root {
    --franklin-root-font-size: 19.2px;
    --franklin-container-gutter-x: 3.33rem;
    --franklin-page-max-width: 1600px;
  }
}
@media (min-width: 1600px) {
  :root {
    --franklin-root-font-size: 24px;
    --franklin-page-max-width: 1920px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--franklin-body-font-family);
  font-size: var(--franklin-body-font-size);
  font-weight: var(--franklin-body-font-weight);
  line-height: var(--franklin-body-line-height);
  color: var(--franklin-body-color);
  text-align: var(--franklin-body-text-align);
  background-color: var(--franklin-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.5em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1.5em;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.1875em;
  background-color: var(--franklin-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--franklin-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--franklin-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--franklin-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--franklin-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--franklin-body-bg);
  background-color: var(--franklin-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type='date']):not([type='datetime-local']):not([type='month']):not(
    [type='week']
  ):not([type='time'])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.modal {
  --franklin-modal-zindex: 1055;
  --franklin-modal-width: 33.33rem;
  --franklin-modal-padding: 1rem;
  --franklin-modal-margin: 0.5rem;
  --franklin-modal-color: ;
  --franklin-modal-bg: #fff;
  --franklin-modal-border-color: var(--franklin-border-color-translucent);
  --franklin-modal-border-width: 1px;
  --franklin-modal-border-radius: 0.5rem;
  --franklin-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --franklin-modal-inner-border-radius: calc(0.5rem - 1px);
  --franklin-modal-header-padding-x: 1rem;
  --franklin-modal-header-padding-y: 1rem;
  --franklin-modal-header-padding: 1rem 1rem;
  --franklin-modal-header-border-color: var(--franklin-border-color);
  --franklin-modal-header-border-width: 1px;
  --franklin-modal-title-line-height: 1.1;
  --franklin-modal-footer-gap: 0.25rem;
  --franklin-modal-footer-bg: ;
  --franklin-modal-footer-border-color: var(--franklin-border-color);
  --franklin-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--franklin-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--franklin-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--franklin-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--franklin-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--franklin-modal-color);
  pointer-events: auto;
  background-color: var(--franklin-modal-bg);
  background-clip: padding-box;
  border: var(--franklin-modal-border-width) solid
    var(--franklin-modal-border-color);
  border-radius: var(--franklin-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --franklin-backdrop-zindex: 1050;
  --franklin-backdrop-bg: #000;
  --franklin-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--franklin-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--franklin-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--franklin-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--franklin-modal-header-padding);
  border-bottom: var(--franklin-modal-header-border-width) solid
    var(--franklin-modal-header-border-color);
  border-top-left-radius: var(--franklin-modal-inner-border-radius);
  border-top-right-radius: var(--franklin-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--franklin-modal-header-padding-y) * 0.5)
    calc(var(--franklin-modal-header-padding-x) * 0.5);
  margin: calc(var(--franklin-modal-header-padding-y) * -0.5)
    calc(var(--franklin-modal-header-padding-x) * -0.5)
    calc(var(--franklin-modal-header-padding-y) * -0.5) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--franklin-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--franklin-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(
    var(--franklin-modal-padding) - var(--franklin-modal-footer-gap) * 0.5
  );
  background-color: var(--franklin-modal-footer-bg);
  border-top: var(--franklin-modal-footer-border-width) solid
    var(--franklin-modal-footer-border-color);
  border-bottom-right-radius: var(--franklin-modal-inner-border-radius);
  border-bottom-left-radius: var(--franklin-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--franklin-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --franklin-modal-margin: 1.75rem;
    --franklin-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--franklin-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --franklin-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --franklin-modal-width: 800px;
  }
}
@media (min-width: 992px) {
  .modal-xl {
    --franklin-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 992px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-contents {
  display: contents !important;
}
.d-inherit {
  display: inherit !important;
}
.d-reset {
  display: initial !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.normal-case {
  text-transform: none !important;
}
.italic {
  font-style: italic !important;
}
.not-italic {
  font-style: normal !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.text-black {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}
.text-blue {
  color: #008bd5 !important;
}
.text-blue-light {
  color: #61b3df !important;
}
.text-blue-dark {
  color: #174374 !important;
}
.text-body {
  color: #000 !important;
}
.text-inherit {
  color: inherit !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-blue {
  background-color: #008bd5 !important;
}
.bg-blue-light {
  background-color: #61b3df !important;
}
.bg-blue-dark {
  background-color: #174374 !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;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mr-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;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin-left: -3rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.mr-n1 {
  margin-right: -0.25rem !important;
}
.mr-n2 {
  margin-right: -0.5rem !important;
}
.mr-n3 {
  margin-right: -1rem !important;
}
.mr-n4 {
  margin-right: -1.5rem !important;
}
.mr-n5 {
  margin-right: -3rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}
.ml-n1 {
  margin-left: -0.25rem !important;
}
.ml-n2 {
  margin-left: -0.5rem !important;
}
.ml-n3 {
  margin-left: -1rem !important;
}
.ml-n4 {
  margin-left: -1.5rem !important;
}
.ml-n5 {
  margin-left: -3rem !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;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pr-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;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-contents {
    display: contents !important;
  }
  .d-sm-inherit {
    display: inherit !important;
  }
  .d-sm-reset {
    display: initial !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !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;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin-left: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-sm-n3 {
    margin-right: -1rem !important;
  }
  .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-sm-n3 {
    margin-left: -1rem !important;
  }
  .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-sm-n5 {
    margin-left: -3rem !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;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-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;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-contents {
    display: contents !important;
  }
  .d-md-inherit {
    display: inherit !important;
  }
  .d-md-reset {
    display: initial !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !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;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin-left: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-md-n3 {
    margin-right: -1rem !important;
  }
  .mr-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-md-n3 {
    margin-left: -1rem !important;
  }
  .ml-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-md-n5 {
    margin-left: -3rem !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;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-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;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-contents {
    display: contents !important;
  }
  .d-lg-inherit {
    display: inherit !important;
  }
  .d-lg-reset {
    display: initial !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !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;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin-left: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-lg-n3 {
    margin-right: -1rem !important;
  }
  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-lg-n3 {
    margin-left: -1rem !important;
  }
  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-lg-n5 {
    margin-left: -3rem !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;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-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;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-contents {
    display: contents !important;
  }
  .d-xl-inherit {
    display: inherit !important;
  }
  .d-xl-reset {
    display: initial !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !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;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin-left: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-xl-n3 {
    margin-right: -1rem !important;
  }
  .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-xl-n3 {
    margin-left: -1rem !important;
  }
  .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-xl-n5 {
    margin-left: -3rem !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;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-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;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-contents {
    display: contents !important;
  }
  .d-xxl-inherit {
    display: inherit !important;
  }
  .d-xxl-reset {
    display: initial !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-justify {
    text-align: justify !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;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin-left: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mr-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ml-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-xxl-n5 {
    margin-left: -3rem !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;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-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;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
}
html {
  font-size: var(--franklin-root-font-size);
}
.site {
  overflow: clip;
  position: relative;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.container,
.container-fluid {
  --franklin-gutter-x: var(--franklin-container-gutter-x);
  --franklin-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--franklin-gutter-x) * 0.5);
  padding-left: calc(var(--franklin-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: calc(
    var(--franklin-container-max-width) + var(--franklin-container-gutter-x)
  );
}
.submenu,
.menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu {
  display: flex;
}
.menu a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.text-xl {
  font-size: 1.67rem;
  line-height: 1.1;
}
.text-lg {
  font-size: 1.33rem;
  line-height: 1.31;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 0.83rem;
  line-height: 1.45;
}
.text-xs {
  font-size: 0.67rem;
  line-height: 1.56;
}
.text-notes {
  font-size: 0.58rem;
  font-style: italic;
}
.site-header {
  --appbar-hieght: 152px;
  padding-top: var(--appbar-hieght);
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .site-header {
    --appbar-hieght: 5.08rem;
  }
}
.site-logo {
  margin: 0;
}
.site-logo a {
  display: block;
  width: 146px;
  height: 75px;
  overflow: hidden;
}
.site-logo a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/logo-top.png') center/contain no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-logo a::before {
    background-image: url('../images/logo-top@2x.png');
  }
}
.site-menu .menu {
  font-weight: 500;
  line-height: 1.25;
}
.site-menu .menu > li {
  position: relative;
}
.site-menu .menu a > * {
  /* display: inline-block; */
  display: contents;
}
.site-menu .submenu {
  display: none;
}
.site-menu .submenu > li {
  display: flex;
  gap: 10px;
}
.site-menu .submenu > li::before {
  content: '•';
}
.appbar {
  height: var(--appbar-hieght);
  color: #fff;
  background-color: #174374;
  position: fixed;
  inset: 0 0 auto;
  z-index: 999;
}
@media (min-width: 992px) {
  .appbar {
    margin-top: calc(var(--appbar-hieght) * -1);
    background-color: #008bd5;
    position: relative;
  }
  .appbar.sticky {
    margin-top: 0;
    position: fixed;
    top: 0;
    transition: margin 0.3s ease-out;
  }
}
.appbar-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .appbar-inner > * {
    padding-left: calc(var(--franklin-container-offset-x) * 0.5);
    padding-right: calc(var(--franklin-container-offset-x) * 0.5);
  }
}
@media (min-width: 992px) {
  .appbar-inner {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  .appbar-inner::before {
    content: '';
    height: 1px;
    background-color: #fff;
    position: absolute;
    inset: 0;
    top: auto;
    z-index: 1;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .appbar-inner::before {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .sticky .appbar-inner::before {
    background-color: rgba(0, 0, 0, 0);
  }
  .appbar-inner::after {
    content: '';
    height: 0.5rem;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0)
    );
    position: absolute;
    inset: 0;
    top: 100%;
  }
}
.appbar-logo {
  display: none;
  flex-shrink: 0;
  width: 30.2083333333%;
  min-width: 22.5rem;
  padding: 0.63rem 1.25rem;
  background-color: #174374;
}
@media (max-width: 992px) {
  .appbar-logo {
    display: none !important;
  }
}
.sticky .appbar-logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.25rem;
}
.appbar-logo .site-logo {
  display: contents;
}
.appbar-logo .site-logo::after {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: 3.04rem;
  background-color: #61b3df;
}
.appbar-logo .site-logo a {
  flex-shrink: 0;
  width: 6.08rem;
  height: 3.13rem;
}
.appbar-logo .address {
  font-size: 0.67rem;
  line-height: 1.5;
}
.appbar-logo .address > * {
  margin: 0;
  white-space: nowrap;
}
.appbar-logo .address a,
.appbar-logo .address strong {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
.appbar-logo .address strong {
  font-size: 1.1875em;
}
.appbar-contact {
  flex-shrink: 0;
  margin-top: auto;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .appbar-contact {
    margin-top: 0;
    display: block;
    width: 16.25rem;
    padding: 0.63rem 1.88rem;
    font-size: 0.71rem;
    position: relative;
  }
  .sticky .appbar-contact {
    display: none;
  }
  .appbar-contact::before {
    content: '';
    background-color: #174374;
    transform: skewX(37.5deg);
    transform-origin: bottom;
    position: absolute;
    inset: 0;
  }
}
.appbar-contact > * {
  margin: 0;
  position: relative;
}
.appbar-contact .person {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .appbar-contact .person {
    height: 100%;
    justify-content: flex-end;
  }
}
.appbar-contact .person strong {
  font-size: 1.65em;
}
@media (min-width: 992px) {
  .appbar-contact .person strong {
    font-size: 1.1764705882em;
    position: relative;
  }
  .appbar-contact .person strong::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 0 solid rgba(0, 0, 0, 0);
    border-width: 0.58rem 0 0.58rem 1.83rem;
    border-left-color: #fff;
    position: absolute;
    top: calc(50% - 0.58rem);
    right: calc(100% + 0.63rem);
  }
}
.appbar-contact .contact {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .appbar-contact .contact {
    align-items: flex-start;
    position: absolute;
    top: calc(100% + 0.83rem);
  }
}
.appbar-contact .contact a,
.appbar-contact .contact strong {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
.appbar-contact .contact strong {
  font-size: 1.25em;
}
@media (min-width: 992px) {
  .appbar-contact .contact strong {
    font-size: 1.1875em;
  }
}
@media (max-width: 992px) {
  .appbar-contact .contact span {
    display: none;
  }
  .appbar-contact .contact li {
    margin: -3px 0;
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .appbar-contact .contact li.phone::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url('../images/icon-phone.png') center/contain no-repeat;
    position: relative;
    top: -2px;
  }
}
@media only screen and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 992px) and (min-resolution: 192dpi),
  only screen and (max-width: 992px) and (min-resolution: 2dppx) {
  .appbar-contact .contact li.phone::before {
    background-image: url('../images/icon-phone@2x.png');
  }
}
@media (max-width: 992px) {
  .appbar-contact .contact li.mail::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/icon-mail.png') center/contain no-repeat;
  }
}
@media only screen and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (max-width: 992px) and (min-resolution: 192dpi),
  only screen and (max-width: 992px) and (min-resolution: 2dppx) {
  .appbar-contact .contact li.mail::before {
    background-image: url('../images/icon-mail@2x.png');
  }
}
.appbar .mobile-button {
  order: -1;
}
@media (min-width: 992px) {
  .appbar .mobile-button {
    display: none;
  }
}
.appbar .mobile-button .menu-toggler {
  float: right;
  width: 50px;
  height: 50px;
  border: 0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  position: relative;
  top: 5px;
}
.appbar .mobile-button .menu-toggler::before,
.appbar .mobile-button .menu-toggler::after {
  content: '';
  display: block;
}
.appbar .mobile-button .menu-toggler::before {
  width: 100%;
  height: 100%;
}
.appbar .mobile-button .menu-toggler::after {
  content: '';
  display: block;
  position: absolute;
  inset: -0.21rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='white'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5' /%3e%3c/svg%3e");
}
.appbar .site-menu {
  align-self: flex-end;
  width: 100%;
  font-size: 0.92rem;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .appbar .site-menu {
    display: none;
  }
}
.appbar .site-menu .menu {
  justify-content: space-evenly;
}
.appbar .site-menu .menu > li > a {
  height: 100%;
  padding: 0.58rem 0.42rem;
  display: flex;
  flex-direction: column;
  justify-content:center;
  position: relative;
  text-align: center;
}
.appbar .site-menu .menu > li > a::before {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(100% - 1px);
  width: 10px;
  height: 5px;
  border-radius: 0 0 5px 5px;
  left: calc(50% - 5px);
  z-index: 9;
}
@media (min-width: 1600px) {
  .appbar .site-menu .menu > li > a::before {
    width: 12px;
    height: 6px;
    border-radius: 0 0 6px 6px;
    left: calc(50% - 6px);
  }
}
.appbar .site-menu .menu > li:hover > .submenu {
  display: block;
}
.appbar .site-menu .submenu {
  min-width: 8.75rem;
  padding: 0.75rem;
  padding-right: 0.83rem;
  font-size: 0.67rem;
  font-weight: 500;
  white-space: nowrap;
  color: #174374;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  border-top: 0 !important;
  border-radius: 0 0 0.21rem 0.21rem;
  box-shadow: 0 0.08rem 0.13rem rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 97%;
  left: 50%;
  z-index: 8;
}
@media (min-width: 1600px) {
  .appbar .site-menu .submenu {
    border-width: 2px;
  }
}
.appbar .site-menu .submenu a {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.appbar .site-menu .submenu li {
  gap: 0.42rem;
}
.appbar .site-menu .submenu li + li {
  margin-top: 0.42rem;
}
.appbar.sticky .site-menu .menu {
  padding-left: 0.5%;
  padding-right: 0.5%;
}
.appbar.sticky .site-menu .menu > li {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.appbar.sticky .site-menu .menu > li:not(:first-child)::before {
  content: '';
  display: block;
  width: 1px;
  height: 2.04rem;
  border-left: 1px dotted #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.appbar.sticky .site-menu .menu > li > a {
  padding-top: 0.42rem;
  padding-bottom: 0.92rem;
  justify-content: flex-start;
  font-weight: 600;
  text-align: center;
}
.appbar.sticky .site-menu .menu > li > a::before {
  display: none;
}
.appbar .extended {
  padding-top: 11px;
  padding-bottom: 10px;
  display: flex;
  gap: 15px;
  background-color: #278bc0;
  position: relative;
}
@media (min-width: 992px) {
  .appbar .extended {
    width: 35.3125%;
    padding: 0.75rem 1.04rem 0.67rem 1.25rem;
    gap: 1.04rem;
    border-bottom-left-radius: 1.67rem;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
  }
}
.appbar .extended::before {
  content: '';
  height: 6px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  position: absolute;
  inset: 0;
}
@media (min-width: 992px) {
  .appbar .extended::before {
    display: none;
  }
}
.appbar .extended > * {
  flex-grow: 1;
}
.appbar .extended .builder-btn {
  flex-shrink: 0;
  height: 26px;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background-color: #61b3df;
  border: 1px solid #fff;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .appbar .extended .builder-btn {
    height: 1.83rem;
    padding: 0 0.42rem;
    gap: 0.33rem;
    font-size: 0.75rem;
    border-radius: 0.21rem;
  }
}
.appbar .extended .builder-btn::before {
  content: '';
  width: 13px;
  aspect-ratio: 1;
  background: url('../images/icon-doc.png') center/contain no-repeat;
}
@media (min-width: 992px) {
  .appbar .extended .builder-btn::before {
    width: 0.92rem;
  }
}
.appbar .extended .search-form {
  height: 26px;
  display: flex;
  font-size: 12px;
  background-color: #fff;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .appbar .extended .search-form {
    height: 1.83rem;
    border-radius: 0.21rem;
  }
}
.appbar .extended .search-form input {
  width: 100%;
  padding-left: 1em;
  border: 1px solid #fff;
  border-radius: 3px 0 0 3px;
}
@media (min-width: 992px) {
  .appbar .extended .search-form input {
    padding-left: 0.75rem;
    font-size: 0.71rem;
    border-radius: 0.21rem 0 0 0.21rem;
  }
}
.appbar .extended .search-form button {
  flex-shrink: 0;
  width: 30px;
  color: #fff;
  background-color: #278bc0;
  border: 1px solid #fff;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .appbar .extended .search-form button {
    width: 2.08rem;
    border-radius: 0 0.21rem 0.21rem 0;
  }
}
.appbar .extended .search-form button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/icon-search.png') center/contain no-repeat;
}
.header-media {
  min-height: 140px;
}
@media (min-width: 992px) {
  .header-media {
    height: calc(18.75rem - var(--appbar-hieght));
  }
}
.header-media .inner {
  position: absolute;
  inset: 0;
  top: var(--appbar-hieght);
}
@media (min-width: 992px) {
  .header-media .inner {
    display: contents;
  }
}
.header-media .inner > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
@media (min-width: 992px) {
  .header-media .inner > video {
    height: 125%;
  }
}
.header-logo {
  display: contents;
}
.header-logo .logo {
  width: 320px;
  aspect-ratio: 52/19;
  transform: translateX(-50%);
  position: absolute;
  top: calc(10px + var(--appbar-hieght));
  left: 50%;
  z-index: 10;
}
@media (min-width: 992px) {
  .header-logo .logo {
    width: 21.67rem;
    top: 6.75rem;
  }
}
.header-logo .logo::before {
  content: '';
  background: url('../images/logo-overlay.png') center/contain no-repeat;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.header-logo .logo::after {
  content: '';
  height: 76.3157894737%;
  background-color: rgba(0, 0, 0, 0.31);
  border-radius: 18px;
  filter: blur(14px);
  position: absolute;
  inset: auto -2.5961538462% -7.3684210526%;
}
@media (min-width: 992px) {
  .header-logo .logo::after {
    border-radius: 1.17rem;
    filter: blur(0.94rem);
  }
}
.header-title {
  padding: 0 calc(var(--franklin-container-offset-x) * 0.5);
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .header-title {
    padding: 0;
    position: absolute;
    inset: 0 calc(var(--franklin-container-offset-x) * 0.5);
    top: auto;
  }
}
.header-title > * {
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 0.42rem 1em;
  font-size: 1.88rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  background-color: #253774;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media (min-width: 992px) {
  .header-title > * {
    padding-bottom: 0.83rem;
  }
}
#mobile-navigation {
  color: #fff;
  background: #008bd5;
}
#mobile-navigation .site-logo {
  padding: 15px 20px;
  background-color: #174374;
}
#mobile-navigation .site-logo a {
  margin: auto;
}
#mobile-navigation .menu {
  flex-direction: column;
}
#mobile-navigation .menu > li {
  border-bottom: 1px dotted #fff;
}
#mobile-navigation .menu > li > a {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
}
#mobile-navigation .menu > li:has(.submenu) > a {
  padding-right: 70px;
}
#mobile-navigation .menu > li .dropdown-button {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
#mobile-navigation .menu > li .dropdown-button::before,
#mobile-navigation .menu > li .dropdown-button::after {
  content: '';
  display: block;
}
#mobile-navigation .menu > li .dropdown-button::before {
  width: 100%;
  height: 100%;
}
#mobile-navigation .menu > li .dropdown-button::after {
  width: 18px;
  height: 18px;
  margin: -9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.25s;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.5' stroke='white'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3e%3c/svg%3e");
}
#mobile-navigation .menu > li.active .dropdown-button::after {
  transform: rotate(-180deg);
}
#mobile-navigation .menu .submenu {
  padding: 0 20px 15px;
}
#mobile-navigation .menu .submenu li + li {
  margin-top: 10px;
}
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  z-index: 9999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
.sidenav.right-aligned {
  right: 0;
  left: auto;
  transform: translateX(105%);
}
.sidenav-drag {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 9998;
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9997;
  will-change: opacity;
}
@media (min-width: 992px) {
  .sidenav {
    display: none !important;
  }
  .sidenav-active {
    overflow: auto !important;
    width: auto !important;
  }
  .sidenav-drag,
  .sidenav-overlay,
  .sidenav-button {
    display: none !important;
  }
}
.site-content {
  position: relative;
}
.site-content-container {
  padding-left: calc(var(--franklin-container-offset-x) * 0.5);
  padding-right: calc(var(--franklin-container-offset-x) * 0.5);
}
@media (min-width: 992px) {
  .site-content-container {
    max-width: calc(var(--franklin-container-max-width));
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .site-content-container::before,
  .site-content-container::after {
    content: '';
    display: block;
    width: 2.505rem;
    height: 28.88rem;
    background: linear-gradient(
      to bottom,
      #292d3a 61%,
      rgba(114, 124, 160, 0) 100%
    );
    opacity: 20%;
    filter: blur(0.42rem);
    transform-origin: top;
    position: absolute;
    top: 1.38rem;
    z-index: -1;
  }
  .site-content-container::before {
    border-top-left-radius: 2.5rem;
    right: calc(100% - 0.42rem);
    transform: skewX(4deg);
  }
  .site-content-container::after {
    border-top-right-radius: 2.5rem;
    left: calc(100% - 0.42rem);
    transform: skewX(-4deg);
  }
}
@media (min-width: 992px) {
  .site-content-inner {
    min-height: 30.63rem;
    border-radius: 0.83rem 0.83rem 0 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
    top: -0.42rem;
  }
}
@media (max-width: 992px) {
  .site-content-inner .content-section:first-child {
    padding-top: 30px !important;
  }
}
.site-content a {
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}
.site-content img {
  max-width: 100%;
  height: auto;
}
.site-content ul {
  padding-left: 1.5em;
}
.site-content .content-section {
  margin-left: auto;
  margin-right: auto;
}
.site-content .image-section {
  max-width: none !important;
}
@media (max-width: 991.98px) {
  .site-content .image-section {
    margin-left: calc(var(--franklin-container-offset-x) * -0.5);
    margin-right: calc(var(--franklin-container-offset-x) * -0.5);
  }
}
.site-content .image-section img {
  width: 100%;
}
.site-content .report-btn {
  display: flex;
  align-items: center;
  gap: 0.33rem;
  padding: 0.21rem 0.42rem;
  font-size: 0.63rem;
  font-weight: 600;
  line-height: 1.47;
  color: #fff;
  background-color: #61b3df;
  border: 1px solid #174374;
  border-radius: 0.21rem;
}
.site-content .report-btn::before {
  content: '';
  width: 0.88rem;
  aspect-ratio: 1;
  background: url('../images/icon-doc.png') center/contain no-repeat;
}
@media (max-width: 992px) {
  .site-content .report-btn {
    gap: 4px;
    padding: 3px 4px;
    font-size: 9px;
    line-height: 1.33;
    border-radius: 3px;
  }
  .site-content .report-btn::before {
    width: 12px;
  }
}
.site-content .report-btn-alt {
  display: flex;
  align-items: center;
  font-size: 0.63rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  padding-right: 0.75rem;
  position: relative;
  z-index: 1;
}
.site-content .report-btn-alt::before {
  content: '';
  width: 3rem;
  aspect-ratio: 1;
  margin-right: 0.58rem;
  border: 0.13rem solid #61b3df;
  border-radius: 50%;
  background: #fff url('../images/icon-doc.png') center/auto 2.08rem no-repeat;
}
.site-content .report-btn-alt::after {
  content: '';
  width: calc(100% - 2.75rem);
  height: 1.58rem;
  background-color: #61b3df;
  border-radius: 0 0.21rem 0.21rem 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.site-content .report-btn-alt.invert {
  color: #61b3df;
}
.site-content .report-btn-alt.invert::before {
  border-color: #fff;
  background-color: #61b3df;
}
.site-content .report-btn-alt.invert::after {
  background-color: #fff;
}
.site-content .separator {
  height: 2px;
  max-width: 58.33rem;
  margin: auto;
  background-color: #008bd5;
  position: relative;
}
.site-content .separator::before {
  content: '';
  display: block;
  width: 12px;
  aspect-ratio: 1;
  margin: -6px;
  background-color: #008bd5;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 1600px) {
  .site-content .separator {
    height: 3px;
  }
  .site-content .separator::before {
    width: 16px;
    margin: -8px;
  }
}
.site-footer {
  color: #fff;
  --franklin-container-max-width: 49.63rem;
}
@media (min-width: 992px) {
  .site-footer {
    --franklin-container-max-width: 953px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .site-footer {
    --franklin-container-max-width: 1191px;
  }
}
.site-footer .footer-main {
  font-size: 0.67rem;
  background-color: #61b3df;
}
@media (max-width: 992px) {
  .site-footer .footer-main {
    font-size: 14px;
    font-family: 'aktiv-grotesk-condensed', sans-serif;
    line-height: 1.29;
  }
}
.site-footer .footer-main a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 992px) {
  .site-footer .footer-main .inner {
    padding-top: 1.46rem;
    padding-bottom: 1.46rem;
    display: flex;
    justify-content: space-between;
  }
}
.site-footer .footer-main .center-col {
  display: contents;
}
@media (max-width: 992px) {
  .site-footer .footer-main .center-col {
    padding-bottom: 15px;
    display: flex;
    gap: 1.5rem;
    border-bottom: 1px solid #fff;
  }
  .site-footer .footer-main .center-col > * {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-main .logo-block {
    padding: 0.21rem 0;
  }
}
.site-footer .footer-main .logo {
  width: 9.38rem;
  height: 5.75rem;
  background-color: #fff;
  border-radius: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .site-footer .footer-main .logo {
    width: 179px;
    height: 97px;
    margin: 0 auto 20px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
  }
}
.site-footer .footer-main .logo::before {
  content: '';
  display: block;
  aspect-ratio: 410/193;
  height: 4.04rem;
  margin-top: 0.42rem;
  background: url('../images/logo-footer.png') center/contain no-repeat;
}
@media (max-width: 992px) {
  .site-footer .footer-main .logo::before {
    height: 67px;
    margin-top: 7px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-footer .footer-main .logo::before {
    background-image: url('../images/logo-footer@2x.png');
  }
}
.site-footer .footer-main .block-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.96rem;
  line-height: 1;
  margin-bottom: 0.42rem;
}
.site-footer .footer-main .contact-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .footer-main .contact-list > li + li {
    margin-top: 0.4em;
  }
}
.site-footer .footer-main .link-list {
  padding-left: 0;
  list-style: none;
}
.site-footer .footer-main .social-media {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  gap: 0.25rem;
}
.site-footer .footer-main .social-media a {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1;
  overflow: hidden;
}
.site-footer .footer-main .social-media a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.site-footer .footer-main .social-media a.facebook {
  -webkit-mask: url('../images/icon-facebook.png') center/contain no-repeat;
  mask: url('../images/icon-facebook.png') center/contain no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-footer .footer-main .social-media a.facebook {
    -webkit-mask-image: url('../images/icon-facebook@2x.png');
    mask-image: url('../images/icon-facebook@2x.png');
  }
}
.site-footer .footer-main .social-media a.instagram {
  -webkit-mask: url('../images/icon-instagram.png') center/contain no-repeat;
  mask: url('../images/icon-instagram.png') center/contain no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-footer .footer-main .social-media a.instagram {
    -webkit-mask-image: url('../images/icon-instagram@2x.png');
    mask-image: url('../images/icon-instagram@2x.png');
  }
}

.site-footer .footer-main .social-media a.linkedin {
  -webkit-mask: url('../images/icolinkedin.png') center/contain no-repeat;
  mask: url('../images/icolinkedin.png') center/contain no-repeat;
}



@media (min-width: 992px) {
  .site-footer .footer-main .link-block .social-media {
    display: none;
  }
}
@media (max-width: 992px) {
  .site-footer .footer-main .search-block {
    padding: 16px 0;
  }
  .site-footer .footer-main .search-block .block-title {
    display: none;
  }
  .site-footer .footer-main .search-block .social-media {
    display: none;
  }
}
.site-footer .footer-main .search-form {
  width: 100%;
  max-width: 273px;
  height: 32px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 14px;
  background-color: #fff;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .site-footer .footer-main .search-form {
    width: 12.71rem;
    max-width: 100%;
    height: 1.25rem;
    margin-top: 0.63rem;
    margin-bottom: 0.63rem;
    font-size: 0.67rem;
    border-radius: 0.25rem;
  }
}
.site-footer .footer-main .search-form input {
  width: 100%;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 4px 0 0 4px;
}
@media (min-width: 992px) {
  .site-footer .footer-main .search-form input {
    border-radius: 0.25rem 0 0 0.25rem;
  }
}
.site-footer .footer-main .search-form button {
  width: 86px;
  flex-shrink: 0;
  font-weight: 700;
  color: #fff;
  background-color: #174374;
  border: 1px solid #fff;
  border-radius: 0 4px 4px 0;
}
@media (min-width: 992px) {
  .site-footer .footer-main .search-form button {
    width: 3.13rem;
    border-radius: 0 0.25rem 0.25rem 0;
  }
}
.site-footer .footer-info {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.83rem;
  background-color: #174374;
}
@media (max-width: 992px) {
  .site-footer .footer-info {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 10px;
  }
}
.site-footer .footer-info .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px 2.08rem;
}
@media (max-width: 992px) {
  .site-footer .footer-info .inner {
    flex-direction: column;
  }
}
.site-footer .footer-info .inner > * {
  margin: 0;
}
.site-footer .footer-info .powered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
}
.site-footer .footer-info .powered a {
  flex-shrink: 0;
  width: 10.38rem;
  padding-top: 2.17rem;
  height: 0;
  background: url('../images/365dtm-logo.png') center/contain no-repeat;
  overflow: hidden;
}
@media (max-width: 992px) {
  .site-footer .footer-info .powered a {
    width: 125px;
    padding-top: 26px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-footer .footer-info .powered a {
    background-image: url('../images/365dtm-logo@2x.png');
  }
}
#report-builder .small {
  font-size: 0.85em;
}
#report-builder .reports-list > li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
#report-builder .reports-list > li + li {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#report-builder .reports-list > li > * {
  margin: 0;
  font-size: inherit;
  font-weight: 600;
}
#report-builder .reports-list > li a {
  flex-shrink: 0;
  font-size: 0.85rem;
  line-height: 1.25;
}
#report-builder .modal-footer button {
  min-width: 3.54rem;
  padding: 0.25em 0.75em;
  margin: 0.25rem;
  border: 0;
  border-radius: 0.21rem;
  outline: 0 !important;
  font-size: 0.85em;
  font-weight: 600;
}
#report-builder .modal-footer button:disabled {
  opacity: 0.5;
}
#report-builder .modal-footer .button-print,
#report-builder .modal-footer .button-save {
  color: #fff;
  background-color: #174374;
}
#report-builder .modal-footer .button-close {
  color: #174374;
  background-color: rgba(97, 179, 223, 0.5);
}
#report-builder .modal-footer .button-reset {
  color: #fff;
  background-color: #008bd5;
}
.page-about-us .first-section {
  max-width: 59.75rem;
  padding-top: 2.92rem;
  padding-bottom: 0.83rem;
}
@media (max-width: 992px) {
  .page-about-us .first-section {
    padding-top: 30px;
  }
}
.page-about-us .first-section .text-top {
  max-width: 44.83rem;
  margin: auto;
}
@media (min-width: 992px) {
  .page-about-us .first-section .text-top {
    margin-bottom: 3.13rem;
  }
}
.page-about-us .first-section .text-bottom {
  max-width: 48.08rem;
  margin: auto;
  margin-top: 1.25rem;
}
.page-about-us .first-section .images {
  display: flex;
  gap: 1.33rem;
}
.page-about-us .first-section .images > * {
  max-width: calc(50% - 0.665rem);
}
@media (max-width: 767.98px) {
  .page-about-us .first-section .images {
    margin-left: calc(var(--franklin-container-offset-x) * -0.5);
    margin-right: calc(var(--franklin-container-offset-x) * -0.5);
    gap: 1rem;
  }
  .page-about-us .first-section .images > * {
    max-width: 50%;
  }
}
.page-about-us .vision-section {
  max-width: 59.75rem;
  padding: 1.67rem;
  padding-bottom: 2.08rem;
  color: #fff;
  background-color: #61b3df;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.88rem;
}
@media (max-width: 767.98px) {
  .page-about-us .vision-section {
    margin-left: calc(var(--franklin-container-offset-x) * -0.5);
    margin-right: calc(var(--franklin-container-offset-x) * -0.5);
    padding-left: calc(var(--franklin-container-offset-x) * 0.5);
    padding-right: calc(var(--franklin-container-offset-x) * 0.5);
    border-radius: 0;
  }
}
.page-about-us .vision-section > * {
  max-width: 42.71rem;
  margin-bottom: 0.25em;
}
.page-about-us .services-section {
  max-width: 53.96rem;
  padding-top: 2.5rem;
}
.page-about-us .services-section .support-block {
  max-width: 48.54rem;
  margin-bottom: 1.67rem;
  padding-left: 19.305019305%;
  background: url('../images/icon-support.png') 0 0 no-repeat;
  background-size: 7.71rem auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-about-us .services-section .support-block {
    padding-left: 110px;
    background-size: 100px auto;
  }
}
.page-about-us .services-section .services-block {
  padding-bottom: 1rem;
}
.page-about-us .services-section .services-block .caption {
  margin-bottom: 0.83rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #008bd5;
  border-bottom: 1px solid #008bd5;
}
.page-about-us .services-section .services-block .caption > * {
  display: inline-block;
  padding: 0.63rem 0.83rem 0.5rem;
  border: 1px solid #008bd5;
  border-bottom: 0;
  border-radius: 0.42rem 0.42rem 0 0;
}
.page-about-us .services-section .services-block .services-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .page-about-us .services-section .services-block .services-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .page-about-us .services-section .services-block .services-wrapper > * {
    width: 18.33rem;
  }
  .page-about-us
    .services-section
    .services-block
    .services-wrapper
    > *:first-child {
    width: 12.08rem;
  }
}
.page-about-us .services-section .services-block ul {
  margin: 0;
}
.page-about-us .services-section .services-block ul > li {
  margin-bottom: 1em;
}
.page-about-us .services-section .services-block ul > li::marker {
  color: #008bd5;
}
.page-team .separator {
  max-width: 56.67rem;
}
.page-team .first-section {
  max-width: 58.33rem;
  padding-top: 4.58rem;
}
.page-team .teams-section {
  max-width: 56.67rem;
}
.page-team .teams-section .team-item {
  padding-top: 2.92rem;
  padding-bottom: calc(3.33rem - 1.5em);
  display: flex;
  flex-wrap: wrap;
  gap: 0.63rem 1.88rem;
}
@media (min-width: 992px) {
  .page-team .teams-section .team-item {
    max-width: 55.83rem;
    margin-left: auto;
  }
}
.page-team .teams-section .team-item .photo {
  flex-shrink: 0;
  width: 14.71rem;
  padding: 0.21rem 0 1.5em;
}
@media (max-width: 767.98px) {
  .page-team .teams-section .team-item .photo {
    width: 150px;
    padding-bottom: 0.75rem;
  }
}
.page-team .teams-section .team-item .bio {
  width: calc(100% - 16.67rem);
  max-width: 33.33rem;
}
@media (max-width: 767.98px) {
  .page-team .teams-section .team-item .bio {
    width: calc(100% - 180px);
  }
}
@media (max-width: 575.98px) {
  .page-team .teams-section .team-item .bio {
    display: contents;
  }
  .page-team .teams-section .team-item .bio > *:first-child {
    width: calc(100% - 180px);
  }
}
.page-team .teams-section .team-item .info {
  width: 100%;
  padding-bottom: 0.5rem;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 1.46rem;
  column-gap: 1.46rem;
}
@media (max-width: 767.98px) {
  .page-team .teams-section .team-item .info {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 575.98px) {
  .page-team .teams-section .team-item .info {
    -moz-column-count: 1;
    column-count: 1;
    padding-bottom: 0;
  }
}
.page-team .teams-section #Barbara-S-Fiedor {
  padding-top: 1.67rem;
}
.page-team .teams-section #Alyssa-Blair-Zimmerman .bio {
  max-width: 29.58rem;
}
.page-team .teams-section #Wendy-Moore .bio {
  max-width: 25.63rem;
}
.page-why-franklin .separator {
  max-width: 56.67rem;
}
.page-why-franklin .first-section {
  max-width: 52.17rem;
  padding-top: 2.29rem;
  padding-bottom: 2.08rem;
}
.page-why-franklin .first-section p {
  margin-bottom: 0.25rem;
}
.page-why-franklin .buttons-section {
  padding: 1.25rem calc(var(--franklin-container-offset-x) * 0.5) 0.83rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .page-why-franklin .buttons-section {
    margin-left: calc(var(--franklin-container-offset-x) * -0.5);
    margin-right: calc(var(--franklin-container-offset-x) * -0.5);
  }
}
.page-why-franklin .buttons-section::before {
  content: '';
  display: block;
  height: 26.4102564103%;
  background: linear-gradient(to bottom, #df9900 9.14%, #fff 100%);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}
.page-why-franklin .buttons-section::after {
  content: '';
  display: block;
  height: 48.7179487179%;
  background: linear-gradient(
    to top,
    #fff 4.59%,
    rgba(255, 255, 255, 0) 94.56%
  );
  position: absolute;
  inset: auto 0 -1px;
}
.page-why-franklin .buttons-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-why-franklin .buttons-section .inner {
  max-width: 50rem;
  margin: auto;
  position: relative;
  z-index: 1;
}
.page-why-franklin .buttons-section .section-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0.17rem 0.17rem rgba(0, 0, 0, 0.25);
}
.page-why-franklin .buttons-section .section-title::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 22.5%;
}
.page-why-franklin .buttons-section .buttons {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 0.83rem;
}
.page-why-franklin .buttons-section .buttons > li {
  width: 100%;
}
@media (max-width: 575.98px) {
  .page-why-franklin .buttons-section .buttons {
    flex-wrap: wrap;
  }
  .page-why-franklin .buttons-section .buttons > li {
    width: calc(50% - 0.415rem);
  }
}
.page-why-franklin .buttons-section .buttons a {
  display: block;
  font-size: 1rem;
  line-height: 1.54;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #61b3df;
}
.page-why-franklin .quotes-section {
  max-width: 60.17rem;
  padding-top: 1.04rem;
  padding-bottom: 3.13rem;
}
.page-why-franklin .quotes-section .section-title {
  margin-bottom: 1em;
  font-size: 1.67rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  color: #008bd5;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.page-why-franklin .quotes-section .section-title::before,
.page-why-franklin .quotes-section .section-title::after {
  content: '';
  flex-grow: 1;
  min-width: 4.17rem;
  height: 1.5em;
  margin-bottom: -1.5em;
  border: 1px solid #008bd5;
}
.page-why-franklin .quotes-section .section-title::before {
  border-width: 1px 0 0 1px;
}
.page-why-franklin .quotes-section .section-title::after {
  border-width: 1px 1px 0 0;
}
.page-why-franklin .quotes-section .quote-list {
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-around;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .page-why-franklin .quotes-section .quote-list {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.page-why-franklin .quotes-section .quote-item {
  width: 17.21rem;
  padding: 0.75rem 0.92rem;
  font-size: 0.83rem;
  font-style: italic;
  line-height: 1.3;
  border: 1px solid #008bd5;
  border-radius: 0.33rem;
}
@media (max-width: 767.98px) {
  .page-why-franklin .quotes-section .quote-item {
    width: 100%;
  }
}
.page-why-franklin .quotes-section .quote-item > * {
  margin: 0;
}
.page-why-franklin .community-section {
  max-width: 56.67rem;
  margin: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.page-why-franklin .community-section .map-block {
  max-width: 35.25rem;
  margin: auto;
  margin-top: 1.67rem;
  padding: 0.63rem 1.67rem 1.25rem;
  background-color: #61b3df;
}
.page-why-franklin .community-section .map-block .caption {
  margin-bottom: 0.63rem;
  padding: 0.33rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.67rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #174374;
}
.page-why-franklin .community-section .map-block img {
  width: 100%;
  border: 0.33rem solid #fff;
}
.page-why-franklin .stat-section {
  padding-bottom: 2.71rem;
}
.page-why-franklin .stat-section .section-header {
  padding: 2.08rem calc(var(--franklin-container-offset-x) * 0.5) 6.88rem;
  position: relative;
}
.page-why-franklin .stat-section .section-header::before {
  content: '';
  background: linear-gradient(
    to bottom,
    #61b3df 1.84%,
    rgba(97, 179, 223, 0) 59.56%
  );
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.page-why-franklin .stat-section .section-header::after {
  content: '';
  display: block;
  height: 0;
  padding-top: 12.9746835443%;
}
.page-why-franklin .stat-section .section-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.page-why-franklin .stat-section .section-title {
  margin: 0;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.page-why-franklin .stat-section .container {
  max-width: 62.5rem;
}
.page-why-franklin .stat-section .stat-list {
  margin-top: -6.88rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2rem;
  position: relative;
      padding: 0px calc((100% - (350px * 3)) / 2);
}
.page-why-franklin .stat-section .stat-item {
  width: 10.5rem;
  height: 10.5rem;
  background-color: #fff;
  border: 0.13rem solid #008bd5;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.page-why-franklin .stat-section .stat-item .label {
  width: 8.46rem;
  margin-bottom: 0;
  font-size: 0.7rem;
}
.page-why-franklin .stat-section .stat-item .number {
  margin-bottom: 0;
  font-size: 2.03rem;
  font-weight: 600;
  line-height: 0.85;
  color: #008bd5;
  display: flex;
}
.page-why-franklin .stat-section .stat-item .number sup {
  font-size: 0.6086636623em;
  line-height: inherit;
  top: 0.15em;
}
.page-why-franklin .stat-section .data-1 img {
  width: 3.13rem;
  margin-bottom: 0.21rem;
}
.page-why-franklin .stat-section .data-2 img {
  width: 3.5rem;
  margin-bottom: 0.21rem;
}
.page-why-franklin .stat-section .data-2 .label {
  margin-bottom: 1.5em;
}
.page-why-franklin .stat-section .data-3 img {
  width: 3.67rem;
  margin-bottom: 0.21rem;
}
.page-why-franklin .stat-section .data-3 .label {
  width: 8rem;
  margin-bottom: -0.75em;
}
.page-why-franklin .stat-section .data-4 img {
  width: 3.5rem;
  margin-bottom: 0.83rem;
}
.page-why-franklin .stat-section .data-4 .number {
  font-size: 1.46rem;
  line-height: 0.9;
  flex-direction: column;
}
.page-why-franklin .stat-section .data-4 .number span {
  font-size: 1.21rem;
}
.page-why-franklin .stat-section .data-5 img {
  width: 3.38rem;
  margin-bottom: 0.5rem;
}
.page-why-franklin .stat-section .data-6 img {
  width: 3.25rem;
  margin-top: -0.63rem;
  margin-bottom: 0.63rem;
}
.page-why-franklin .stat-section .data-6 .number {
  font-size: 1.17rem;
  line-height: 1;
}
.page-why-franklin .stat-section .notes-wrapper {
  margin-top: 1.67rem;
  padding-left: 2.92rem;
}
.page-workforce .separator {
  max-width: 56.67rem;
}
.page-workforce .first-section {
  max-width: 55.63rem;
  padding-top: 2.5rem;
  padding-bottom: 0.83rem;
}
.page-workforce .first-section p {
  margin-bottom: 1em;
}
.page-workforce .stat-section {
  max-width: 53.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.67rem;
}
.page-workforce .stat-section .stat-list {
  margin-top: 2.08rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}
.page-workforce .stat-section .stat-item .row {
  display: flex;
  gap: 0.63rem;
}
.page-workforce .stat-section .stat-item .icon {
  flex-shrink: 0;
  width: 6.67rem;
  height: 6.46rem;
}
.page-workforce .stat-section .stat-item .info {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.page-workforce .stat-section .stat-item .info li {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.page-workforce .stat-section .stat-item .info li > * {
  margin: 0;
  line-height: 1.1;
}
.page-workforce .bottom-section {
  max-width: 58.33rem;
  padding-top: 2.5rem;
  padding-bottom: 1.67rem;
}
.page-workforce .bottom-section p {
  margin-bottom: 1em;
}
.page-workforce .bottom-section .row {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .page-workforce .bottom-section .row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .page-workforce .bottom-section .row .col-left {
    width: 28.54rem;
  }
  .page-workforce .bottom-section .row .col-right {
    width: 27.29rem;
  }
}
.page-sites-buildings .first-section {
  max-width: 44.54rem;
  padding-top: 2.71rem;
  padding-bottom: calc(3.33rem - 1.5em);
}
.page-sites-buildings .first-section .buttons {
  max-width: 29.17rem;
  margin: auto;
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1rem;
}
.page-sites-buildings .first-section .buttons > a {
  flex-shrink: 0;
  width: 11.88rem;
  min-height: 5.42rem;
  padding: 0.42rem;
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #61b3df;
  border-radius: 0.38rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-sites-buildings .image-section.image-top {
  position: relative;
}
@media (max-width: 575.98px) {
  .page-sites-buildings .image-section.image-top {
    min-height: 200px;
  }
  .page-sites-buildings .image-section.image-top img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    inset: 0;
  }
}
.page-sites-buildings .image-section.image-top figure {
  display: contents;
}
.page-sites-buildings .image-section.image-top figcaption {
  width: 19.33rem;
  padding: 1.17rem 1.67rem 0.92rem 2.5rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0.83rem;
}
@media (max-width: 767.98px) {
  .page-sites-buildings .image-section.image-top figcaption {
    padding-bottom: 0;
  }
}
.page-sites-buildings .image-section.image-top figcaption > * {
  margin: 0;
}
.page-sites-buildings .map-section {
  padding-top: 2.29rem;
  padding-bottom: 2.29rem;
}
@media (max-width: 575.98px) {
  .page-sites-buildings .map-section {
    margin-left: calc(var(--franklin-container-offset-x) * -0.5);
    margin-right: calc(var(--franklin-container-offset-x) * -0.5);
  }
}
.page-sites-buildings .map-section .map-wrapper {
  position: relative;
}
.page-sites-buildings .map-section .map-wrapper button {
  position: absolute;
  bottom: 1.25rem;
  left: 2.29rem;
}
.page-sites-buildings .legend-section {
  padding-bottom: 2.08rem;
}
.page-sites-buildings .legend-section .legend-item {
  display: flex;
  font-size: 0.58rem;
  line-height: 1.6;
}
.page-sites-buildings .legend-section .legend-item .number {
  flex-shrink: 0;
  width: 2.92rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  color: #008bd5;
}
.page-sites-buildings .legend-section .legend-item > div ul {
  padding-left: 2em;
}
.page-sites-buildings .legend-section .legend-item > div ul > li {
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .page-sites-buildings .legend-section #map-1 {
    max-width: 21.04rem;
  }
  .page-sites-buildings .legend-section #map-2 {
    max-width: 17.92rem;
  }
  .page-sites-buildings .legend-section #map-3 {
    max-width: 18.33rem;
  }
  .page-sites-buildings .legend-section #map-4 {
    max-width: 16.25rem;
  }
  .page-sites-buildings .legend-section #map-5 {
    max-width: 17.08rem;
  }
  .page-sites-buildings .legend-section #map-6 {
    max-width: 17.08rem;
  }
  .page-sites-buildings .legend-section #map-7 {
    max-width: 18.75rem;
  }
  .page-sites-buildings .legend-section .row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
}
.page-sites-buildings .bottom-section {
  max-width: 54.79rem;
  padding-top: 0.63rem;
  padding-bottom: calc(2.08rem - 1.5em);
  border-top: 1px solid #008bd5;
}
.page-sites-buildings .bottom-section .inner {
  max-width: 44.38rem;
  margin: auto;
}
.page-target-industries .first-section {
  max-width: 39.88rem;
  padding-top: 3.54rem;
  padding-bottom: 2.29rem;
}
.page-target-industries .target-section {
  max-width: 57.08rem;
  padding-top: 3.13rem;
  padding-bottom: 1.88rem;
}
.page-target-industries .target-section .section-title {
  margin-bottom: 2.29rem;
  display: flex;
  align-items: center;
  gap: 0.83rem;
  font-size: 1.33rem;
  color: #008bd5;
}
.page-target-industries .target-section .section-title::before,
.page-target-industries .target-section .section-title::after {
  content: '';
  height: 2px;
  margin-top: 0.21rem;
  background-color: #008bd5;
  flex-grow: 1;
}
.page-target-industries .target-section .report-btn {
  padding: 0.38rem 0.75rem;
  border-color: #fff;
}
.page-target-industries .target-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2.5rem 1.88rem;
}
.page-target-industries .target-item {
  width: 27.5rem;
}
.page-target-industries .target-item .icon {
  width: 10.83rem;
  height: 10.83rem;
  margin: auto;
  margin-bottom: 0.42rem;
  padding: 0.21rem;
  border: 3px solid #212f64;
  border-radius: 100%;
}
.page-target-industries .target-item .info > *:not(:last-child) {
  margin-bottom: 1em;
}

.page-target-industries #target-2 .info {
  max-width: 25.63rem;
}
.page-target-industries #target-4 .info {
  max-width: 26.46rem;
}
.page-target-industries #target-7 .info {
  max-width: 24.79rem;
}
.page-doing-business .first-section {
  max-width: 52.08rem;
  padding-top: 3.33rem;
  padding-bottom: 5.63rem;
}
.page-doing-business .first-section .buttons {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-top: 2.08rem;
  display: flex;
  align-items: center;
  gap: 1rem 2.33rem;
}
.page-doing-business .first-section .buttons > li {
  flex-grow: 1;
}
.page-doing-business .first-section .buttons > li:first-child {
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .page-doing-business .first-section .buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-doing-business .first-section .buttons > li {
    flex-grow: 0;
  }
  .page-doing-business .first-section .buttons > li > * {
    min-width: 240px;
  }
  .page-doing-business .first-section .buttons > li:first-child {
    width: 100%;
  }
  .page-doing-business .first-section .buttons > li:first-child > * {
    margin: auto;
  }
}
.page-doing-business .first-section .guide-btn {
  display: flex;
  align-items: center;
  gap: 0.83rem;
  width: 100%;
  max-width: 15.83rem;
  padding: 0.17rem 1.25rem;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.36;
  text-decoration: none !important;
  color: #174374;
  border: 1px solid #174374;
  border-radius: 0.42rem;
  box-shadow: 0 0.17rem 0.17rem rgba(0, 0, 0, 0.25);
}
.page-doing-business .first-section .guide-btn::before {
  content: '';
  display: block;
  width: 2.04rem;
  height: 2.04rem;
  flex-shrink: 0;
  background: url('../images/icon-book.png') center/contain no-repeat;
}
.page-doing-business .first-section .page-btn {
  display: block;
  width: 100%;
  max-width: 16.25rem;
  padding: 0.63rem 1rem;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.59;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #008bd5;
  border: 1px solid #fff;
  border-radius: 0.42rem;
  box-shadow: 0 0.17rem 0.17rem rgba(0, 0, 0, 0.25);
}
.page-doing-business .services-section {
  max-width: 57.92rem;
  padding-top: 3.96rem;
  padding-bottom: calc(3.33rem - 1.5em);
}
.page-doing-business .services-section .section-title {
  margin: 0 2.08rem 2.29rem;
  display: flex;
  align-items: center;
  gap: 0.83rem;
  font-size: 1.33rem;
  color: #008bd5;
}
@media (max-width: 575.98px) {
  .page-doing-business .services-section .section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-doing-business .services-section .section-title::before,
.page-doing-business .services-section .section-title::after {
  content: '';
  height: 2px;
  margin-top: 0.21rem;
  background-color: #008bd5;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .page-doing-business .services-section .row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  .page-doing-business .services-section .row > .col-left {
    max-width: 25rem;
  }
  .page-doing-business .services-section .row > .col-right {
    max-width: 27.92rem;
    display: flex;
    flex-direction: column;
  }
  .page-doing-business .services-section .row > .col-right > .card {
    order: -1;
  }
}
.page-doing-business .services-section .row ul {
  margin-bottom: 0;
  line-height: 1.88;
}
.page-doing-business .services-section .row ul > li {
  margin-bottom: 1.5em;
}
.page-doing-business .services-section .row ul > li::marker {
  color: #008bd5;
}
.page-doing-business .services-section .card {
  max-width: 23.33rem;
  margin-bottom: 0.63rem;
}
.page-doing-business .services-section .card-head {
  padding: 0.21rem 0.63rem;
  color: #fff;
  background-color: #008bd5;
  border-radius: 0.21rem;
}
.page-doing-business .services-section .card-head > * {
  margin: 0;
  font-size: 1rem;
  line-height: 1.46;
  display: flex;
  align-items: center;
  gap: 0.63rem;
}
.page-doing-business .services-section .card-head > *::after {
  content: '';
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-top: 0.17rem;
  border: 0 solid rgba(0, 0, 0, 0);
  border-width: 0.58rem 0.46rem 0;
  border-top-color: #fff;
}
.page-doing-business .services-section .card-body {
  margin-top: -0.21rem;
  padding: 0.63rem 0.63rem 0.21rem;
  border: 1px solid #008bd5;
  border-top: 0;
  border-radius: 0 0 0.21rem 0.21rem;
}
.page-major-employers .first-section {
  max-width: 37.5rem;
  padding-top: 3.54rem;
  padding-bottom: calc(3.96rem - 1.5em);
}
.page-major-employers .list-section {
  max-width: 55rem;
  padding-top: 1.46rem;
  padding-bottom: 2.92rem;
}
.page-major-employers .list-section .section-title {
  margin-bottom: 2.29rem;
  display: flex;
  align-items: center;
  gap: 0.83rem;
  font-size: 1.33rem;
  color: #008bd5;
}
.page-major-employers .list-section .section-title::before,
.page-major-employers .list-section .section-title::after {
  content: '';
  height: 2px;
  margin-top: 0.21rem;
  background-color: #008bd5;
  flex-grow: 1;
}
.page-major-employers .list-section .bottom-block {
  max-width: 26.04rem;
  margin: auto;
  padding: 1.46rem 5.21rem;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #61b3df;
  border: 2px solid #61b3df;
}
.page-major-employers .list-section .bottom-block > * {
  margin: 0;
}
.page-major-employers .company-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 3.96rem;
  margin-bottom: 2.92rem;
}
.page-major-employers .company-item {
  width: 23.33rem;
  padding: 1.67rem;
  padding-top: 0.63rem;
  text-align: center;
  border: 1px solid #b1b1b1;
  border-radius: 1.25rem;
  box-shadow: 0.17rem 0.29rem 0.33rem rgba(0, 0, 0, 0.33);
  min-height: 16.67rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-major-employers .company-item > * {
  margin: auto;
}
.page-major-employers .company-item .logo {
  margin-bottom: 0.21rem;
}
.page-major-employers .company-item .info > * {
  margin: 0;
}
.page-major-employers .company-item .btn {
  display: block;
  width: 13.67rem;
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none !important;
  color: #fff;
  background-color: #008bd5;
  border-radius: 0.21rem;
}
.page-major-employers .company-item .btn-wrapper {
  margin-bottom: 0;
}
.page-major-employers #Novonesis-North-America .logo {
  max-width: 15.92rem;
}
.page-major-employers #Novonesis-North-America .info {
  max-width: 15.83rem;
}
.page-major-employers #K-FLEX-USA .logo {
  max-width: 12.67rem;
}
.page-major-employers #K-FLEX-USA .info {
  max-width: 15.08rem;
}
.page-major-employers #Majestic-Kitchen-Bath-Creations .logo {
  max-width: 15.92rem;
}
.page-major-employers #Majestic-Kitchen-Bath-Creations .info {
  max-width: 16.58rem;
}
.page-major-employers #Palziv-North-America {
  padding-top: 0;
}
.page-major-employers #Palziv-North-America .logo {
  max-width: 11.25rem;
}
.page-major-employers #Palziv-North-America .info {
  max-width: 16.33rem;
}
.page-major-employers #Eaton .logo {
  max-width: 10.71rem;
}
.page-major-employers #Eaton .info {
  max-width: 19.29rem;
}
.page-major-employers #Robling-Medical-Incorporated {
  padding-top: 0;
}
.page-major-employers #Robling-Medical-Incorporated .logo {
  max-width: 11.21rem;
}
.page-major-employers #Robling-Medical-Incorporated .info {
  max-width: 16.04rem;
}
.page-major-employers #CaptiveAire .logo {
  max-width: 13rem;
}
.page-major-employers #CaptiveAire .info {
  max-width: 18.63rem;
}
.page-major-employers #Trulite-Glass-and-Aluminum .logo {
  max-width: 13rem;
}
.page-major-employers #Trulite-Glass-and-Aluminum .info {
  max-width: 17rem;
}
.page-major-employers #Sirchie-Acquisition-Company .logo {
  max-width: 11.83rem;
}
.page-major-employers #Sirchie-Acquisition-Company .info {
  max-width: 17.42rem;
}
.page-major-employers #Amcor-Rigid-Plastics-Company .logo {
  max-width: 13.04rem;
}
.page-major-employers #Amcor-Rigid-Plastics-Company .info {
  max-width: 17.08rem;
}
.page-major-employers #Southwire .logo {
  max-width: 15rem;
}
.page-major-employers #Southwire .info {
  max-width: 16.04rem;
}
.page-major-employers #Atlantic-Packaging .logo {
  max-width: 12.54rem;
}
.page-major-employers #Atlantic-Packaging .info {
  max-width: 19.04rem;
}
.page-small-business .content-section {
  max-width: 47.5rem;
}
.page-small-business .filter-section {
  padding-top: 3.33rem;
  padding-bottom: 3.33rem;
}
.page-small-business .filter-section .section-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.page-small-business .filter-section .business-filter {
  display: flex;
  font-size: 0.83rem;
  color: #8e8e8e;
  background-color: rgba(164, 163, 163, 0.29);
  border: 1px solid #a4a3a3;
  border-radius: 1.04rem;
}
.page-small-business .filter-section .business-filter > * {
  padding: 0.5rem;
  border: 0;
}
.page-small-business .filter-section .business-filter span {
  border: 1px solid #a4a3a3;
  border-width: 0 1px;
  display: flex;
  align-items: center;
}
.page-small-business .filter-section .business-filter input,
.page-small-business .filter-section .business-filter select {
  font-size: 0.67rem;
  line-height: 1.4;
  background-color: #fff;
  outline: 0 !important;
}
.page-small-business .filter-section .business-filter input {
  width: 100%;
  padding-left: 1.04rem;
  border-radius: 1.04rem 0 0 1.04rem;
}
.page-small-business .filter-section .business-filter select {
  max-width: 50%;
  padding-right: 1.04rem;
  border-radius: 0 1.04rem 1.04rem 0;
}
.page-small-business .list-section {
  padding-bottom: 2.5rem;
}
.page-small-business .business-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.8;
}
.page-small-business .business-item {
  display: flex;
  gap: 1rem;
  padding: 0.5rem 1rem;
}
.page-small-business .business-item:nth-child(odd of :not(.hidden)) {
  background-color: #bde8fe;
}
.page-small-business .business-item .col-left {
  width: 100%;
}
.page-small-business .business-item .col-right {
  flex-shrink: 0;
  width: 1.25rem;
}
.page-small-business .business-item .col-right > a {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
}
.page-small-business .business-item .col-right > a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/icon-gmaps.png') center/contain no-repeat;
}
.page-small-business .business-item .name {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #008bd5;
}
.page-small-business .business-item .name a {
  color: inherit;
}
.page-small-business .business-item .type b,
.page-small-business .business-item .type strong {
  font-weight: 600;
}
.page-small-business .business-item.hidden {
  display: none;
}
.page-incentives .separator {
  max-width: 56.67rem;
}
.page-incentives .first-section {
  max-width: 43.33rem;
  padding-top: 2.08rem;
  padding-bottom: calc(2.29rem - 1.5em);
}
.page-incentives .state-section {
  max-width: 58.92rem;
  margin: auto;
  padding-top: 3.33rem;
  padding-bottom: 2.29rem;
}
.page-incentives .taxes-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.88rem;
}
.page-incentives .taxes-block-head {
  height: 0.83rem;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 1.46rem;
  font-size: 1.67rem;
  line-height: 1.1;
  font-weight: 800;
  color: #008bd5;
}
.page-incentives .taxes-block-head::before,
.page-incentives .taxes-block-head::after {
  content: '';
  display: block;
  flex-grow: 1;
  height: 20px;
  border: 0 solid #008bd5;
}
.page-incentives .taxes-block-head::before {
  border-width: 2px 0 0 2px;
  border-top-left-radius: 0.83rem;
}
.page-incentives .taxes-block-head::after {
  border-width: 2px 2px 0 0;
  border-top-right-radius: 0.83rem;
}
.page-incentives .taxes-block-body {
  padding: 1.88rem 2.5rem 2.29rem;
  border: 2px solid #008bd5;
  border-top: 0;
  border-radius: 0 0 0.83rem 0.83rem;
}
.page-incentives .tax-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem 3.75rem;
}
.page-incentives .tax-list + .tax-list {
  margin-top: 2.5rem;
}
.page-incentives .tax-item {
  display: flex;
  align-items: center;
  gap: 0.83rem;
}
.page-incentives .tax-item > img {
  flex-shrink: 0;
  width: 5.21rem;
}
.page-incentives .tax-item > div {
  padding-top: 0.5rem;
}
.page-incentives .tax-item .number {
  margin-bottom: 0.21rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 0.6;
  color: #008bd5;
}
.page-incentives .tax-item .label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
.page-incentives #Corporate-Income-Tax .label {
  width: 9.17rem;
}
.page-incentives #Corporate-Gains-Tax .label {
  width: 7.5rem;
}
.page-incentives #Personal-Income-Tax .label {
  width: 7.08rem;
}
.page-incentives #Personal-Gains-Tax > img {
  width: 5.67rem;
}
.page-incentives #Personal-Gains-Tax .label {
  width: 7.08rem;
}
.page-incentives #State-Sales-Tax > img {
  width: 4.54rem;
}
.page-incentives #State-Sales-Tax .label {
  width: 3.75rem;
}
.page-incentives .rates-table-section {
  max-width: 56.67rem;
  padding-top: 2.29rem;
  margin-bottom: 2.71rem;
}
.page-incentives .rates-table-section .large-text {
  margin-bottom: 1.88rem;
  font-size: 2.71rem;
  line-height: 1;
}
.page-incentives .rates-table-section .rates-table {
  padding-left: 0;
  list-style: none;
  width: 16.67rem;
  margin: auto;
  padding: 0.29rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.29;
  border: 1px solid #000;
}
.page-incentives .rates-table-section .rates-table > li {
  display: flex;
  color: #008bd5;
  background-color: #bde8fe;
}
.page-incentives .rates-table-section .rates-table > li + li {
  margin-top: 0.29rem;
}
.page-incentives .rates-table-section .rates-table > li > * {
  padding: 0.63rem;
}
.page-incentives .rates-table-section .rates-table > li .label {
  flex-grow: 1;
}
.page-incentives .rates-table-section .rates-table > li .rates {
  width: 44.0414507772%;
  text-align: center;
  color: #fff;
  background-color: #008bd5;
}
@media (min-width: 768px) {
  .page-incentives .rates-table-section {
    position: relative;
  }
  .page-incentives .rates-table-section .report-btn {
    position: absolute;
    bottom: 0.21rem;
  }
}
@media (max-width: 767.98px) {
  .page-incentives .rates-table-section .report-btn {
    margin-top: 1rem;
  }
}
.page-incentives .rates-list-section {
  max-width: 56.67rem;
  padding-top: 0.42rem;
  padding-bottom: 1.67rem;
}
.page-incentives .rates-list-section .rates-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1rem 2.5rem;
}
.page-incentives .rates-list-section .rates-list > li {
  display: flex;
  align-items: center;
  gap: 0.63rem;
  font-size: 1.67rem;
  line-height: 1;
  font-weight: 800;
  color: #008bd5;
}
.page-incentives .rates-list-section .rates-list > li .rates {
  font-size: 2.05em;
  line-height: 1;
  font-weight: 700;
  color: #174374;
  position: relative;
  top: 0.05em;
}
.page-incentives .rates-list-section .rates-list > li .rates sup {
  font-size: 0.6341463415em;
  top: -0.4em;
}
.page-incentives .middle-section {
  max-width: 55rem;
  margin: auto;
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}
.page-incentives .middle-section .row {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .page-incentives .middle-section .row {
    display: block;
  }
  .page-incentives .middle-section .row > * {
    width: 100% !important;
  }
}
.page-incentives .middle-section .row-top .col {
  width: 24.17rem;
}
.page-incentives .middle-section .row-top .col img {
  width: 21.67rem;
  margin-top: -2.29rem;
}
.page-incentives .middle-section .row-bottom {
  justify-content: space-between;
}
.page-incentives .middle-section .row-bottom .col-left {
  width: 24.58rem;
}
.page-incentives .middle-section .row-bottom .col-right {
  width: 25.63rem;
}
.page-incentives .extended-content {
  --franklin-container-max-width: 63.33rem;
}
@media (min-width: 992px) {
  .page-incentives .extended-content {
    --franklin-container-max-width: 1216px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1600px) {
  .page-incentives .extended-content {
    --franklin-container-max-width: 1520px;
  }
}
.page-incentives .extended-content .separator {
  max-width: 100%;
  height: 0.21rem;
}
.page-incentives .extended-content .separator::before {
  display: none;
}
.page-incentives .federal-section {
  max-width: 43.54rem;
  padding-top: 2.08rem;
  padding-bottom: 3.13rem;
}
.page-incentives .map-section {
  max-width: 42.92rem;
  padding-top: 2.08rem;
  padding-bottom: 1.46rem;
}
.page-incentives .map-section img {
  width: 40.38rem;
}
.page-incentives .bottom-section {
  max-width: 59.17rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-incentives .bottom-section .row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .page-incentives .bottom-section .row > * {
    max-width: 27.5rem;
    position: relative;
  }
}
.page-connectivity-utilities .separator {
  max-width: 55.29rem;
}
.page-connectivity-utilities .content-section {
  max-width: 55.29rem;
}
.page-connectivity-utilities .content-section .section-title {
  margin-bottom: 1.25rem;
  padding: 0.5rem 1.33rem;
  font-size: 1.67rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background-color: #008bd5;
}
.page-connectivity-utilities .first-section {
  max-width: 40.21rem;
  padding-top: 2.5rem;
  padding-bottom: calc(2.5rem - 1.5em);
}
.page-connectivity-utilities .water-section {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}
.page-connectivity-utilities .water-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.63rem 3.13rem;
  margin-bottom: 2.08rem;
}
.page-connectivity-utilities .water-section .row > img {
  width: 9.08rem;
  flex-shrink: 0;
}
.page-connectivity-utilities .water-section .row .col-right {
  max-width: 18.54rem;
}
.page-connectivity-utilities .water-section .row .col-bottom {
  max-width: 32.71rem;
}
.page-connectivity-utilities .water-section .row .col-bottom > *:last-child {
  margin-bottom: 0;
}
.page-connectivity-utilities .electricity-section {
  padding-bottom: 1.25rem;
}
.page-connectivity-utilities .electricity-section .row {
  display: flex;
  justify-content: flex-end;
  gap: 0 2.29rem;
  margin-bottom: 0.5rem;
}
.page-connectivity-utilities .electricity-section .row > img {
  width: 15.96rem;
  margin-bottom: -2rem;
  height: 100%;
}
.page-connectivity-utilities .electricity-section .row > div {
  max-width: 24rem;
}
@media (max-width: 767.98px) {
  .page-connectivity-utilities .electricity-section .row {
    flex-direction: column;
    align-items: center;
  }
  .page-connectivity-utilities .electricity-section .row > img {
    margin-top: -2rem;
  }
}
.page-connectivity-utilities .electricity-section .row ul {
  margin-left: 5.63rem;
}
@media (max-width: 575.98px) {
  .page-connectivity-utilities .electricity-section .row ul {
    margin-left: 35px;
  }
}
.page-connectivity-utilities .electricity-section .row ul > li {
  margin-bottom: 0.5em;
}
.page-connectivity-utilities .gas-section {
  padding-bottom: 2.08rem;
}
.page-connectivity-utilities .gas-section .row {
  max-width: 52.08rem;
  margin: auto;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .page-connectivity-utilities .gas-section .row {
    flex-direction: column;
  }
}
.page-connectivity-utilities .gas-section .row .col-image {
  max-width: 21.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-connectivity-utilities .gas-section .row .col-image img {
  max-width: 69.0588235294%;
  margin: -0.5rem;
}
.page-connectivity-utilities .gas-section .row .col-text {
  max-width: 27.92rem;
  padding-top: 4rem;
}
@media (max-width: 767.98px) {
  .page-connectivity-utilities .gas-section .row .col-text {
    padding-top: 1rem;
  }
}
.page-connectivity-utilities .broadband-section {
  padding-top: 2.08rem;
  padding-bottom: 2.08rem;
}
.page-connectivity-utilities .broadband-section .section-title {
  margin-bottom: 1.88rem;
}
.page-connectivity-utilities .broadband-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.46rem;
  margin-bottom: 2.08rem;
}
.page-connectivity-utilities .broadband-section .row > img {
  width: 8.5rem;
  margin-top: 1rem;
  height: 100%;
}
.page-connectivity-utilities .broadband-section .row > div {
  max-width: 29.58rem;
}
.page-connectivity-utilities .broadband-section .row .more-link {
  padding-left: 1.04rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.42rem;
  font-size: 0.83rem;
  line-height: 1;
}
.page-connectivity-utilities .broadband-section .row .more-link > * {
  margin: 0;
}
.page-connectivity-utilities .broadband-section .row .more-link a {
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #008bd5;
  border-radius: 0.13rem;
}
.page-transportation-maps .first-section {
  max-width: 50.88rem;
  padding-top: 3.75rem;
  padding-bottom: calc(3.75rem - 1.5em);
}
.page-transportation-maps .image-section {
  position: relative;
}
.page-transportation-maps .image-section::before {
  content: '';
  display: block;
  height: 51.8181818182%;
  background: linear-gradient(
    to bottom,
    #008bd5,
    rgba(255, 255, 255, 0) 54.97%
  );
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}
.page-transportation-maps .transportation-list {
  padding-top: 2.71rem;
}
.page-transportation-maps .transportation-list .content-section {
  max-width: 54.88rem;
  margin-bottom: 3.33rem;
}
.page-transportation-maps .transportation-item {
  padding: 1.17rem;
  margin-bottom: 1rem;
  border: 1px solid #008bd5;
}
@media (min-width: 768px) {
  .page-transportation-maps .transportation-item .row {
    display: flex;
    gap: 1.88rem;
  }
}
@media (min-width: 768px) {
  .page-transportation-maps .transportation-item .row .col-left {
    width: 23.83rem;
    flex-shrink: 0;
  }
}
.page-transportation-maps .transportation-item .row .col-right {
  position: relative;
}
@media (max-width: 767.98px) {
  .page-transportation-maps .transportation-item .row .col-right {
    margin-top: 1rem;
  }
}
.page-transportation-maps .transportation-item .row .col-right > *:last-child {
  margin-bottom: 0 !important;
}
.page-transportation-maps .transportation-item .image-frame {
  width: 23.83rem;
  max-width: 100%;
  aspect-ratio: 572/453;
  margin: auto;
  position: relative;
  background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.71) 56%,
    rgba(97, 179, 223, 0.71) 100%
  );
}
.page-transportation-maps .transportation-item .image-frame + .image-frame {
  margin-top: 0.92rem;
}
.page-transportation-maps .transportation-item .image-frame.alt-bg {
  background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.1) 58%,
    rgba(0, 139, 213, 0.1) 100%
  );
}
@media (min-width: 768px) {
  .page-transportation-maps #Highways-Interstates .transportation-item {
    padding-right: 0;
  }
}
.page-transportation-maps #Highways-Interstates .col-left img {
  display: block;
  width: 19.29rem;
  margin: auto;
}
.page-transportation-maps #Highways-Interstates .col-right {
  line-height: 1.33;
}
.page-transportation-maps #Highways-Interstates .col-right > * {
  margin-bottom: 0.5em;
}
.page-transportation-maps #Highways-Interstates .col-right ul {
  list-style: none;
  padding-left: 2.5em;
}
.page-transportation-maps #Highways-Interstates .col-right ul > li + li {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .page-transportation-maps #Motor-Freight .col-right {
    width: 24.58rem;
  }
}
.page-transportation-maps #Motor-Freight .image-frame img {
  max-width: 119.2307692308%;
  position: absolute;
  top: 0.58rem;
  left: -0.71rem;
}
@media (min-width: 768px) {
  .page-transportation-maps #Airports .transportation-item {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .page-transportation-maps #Airports .col-right {
    width: 27.5rem;
  }
}
.page-transportation-maps #Airports .col-right > * {
  margin-bottom: 0.5em;
}
.page-transportation-maps #Airports .image-frame:first-child {
  aspect-ratio: 572/178;
}
.page-transportation-maps #Airports .image-frame:first-child img {
  position: absolute;
  inset: 0;
  top: -0.58rem;
}
.page-transportation-maps #Airports .image-frame:last-child {
  aspect-ratio: 572/376;
}
.page-transportation-maps #Airports .image-frame:last-child img {
  position: absolute;
  inset: 0;
  top: auto;
}
@media (min-width: 768px) {
  .page-transportation-maps #Ports .col-right {
    width: 25.42rem;
  }
}
.page-transportation-maps #Ports .col-right ul {
  list-style: none;
  padding-left: 2.75em;
}
.page-transportation-maps #Ports .col-right ul > li + li {
  margin-top: 1em;
}
.page-transportation-maps #Ports .image-frame img {
  max-width: 115.9090909091%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .page-transportation-maps #Rail .col-right {
    width: 22.92rem;
  }
}
.page-transportation-maps #Rail .image-frame img {
  max-width: 112.4125874126%;
  position: absolute;
  left: 0;
  top: 0.67rem;
}
.page-transportation-maps .maps-section {
  max-width: 54.88rem;
  margin: auto;
  padding-bottom: 4.17rem;
}
.page-transportation-maps .maps-section .section-title {
  margin-bottom: 3.33rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.75rem;
  line-height: 1;
  color: #008bd5;
}
.page-transportation-maps .maps-section .section-title::before,
.page-transportation-maps .maps-section .section-title::after {
  content: '';
  height: 2px;
  flex-grow: 1;
  background-color: #008bd5;
}
.page-transportation-maps .map-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.67rem;
}
.page-transportation-maps .map-item {
  width: 21.67rem;
  padding: 0.92rem 1.17rem;
  border-radius: 0.83rem;
  box-shadow: 0.04rem 0.13rem 0.42rem 6px rgba(0, 0, 0, 0.25);
}
.page-transportation-maps .map-item img {
  width: 100%;
  margin-bottom: 0.5rem;
  border-radius: 0.83rem;
}
.page-transportation-maps .map-item .map-title {
  margin-bottom: 0.75rem;
  font-size: 1.42rem;
  line-height: 1.06;
  text-align: center;
  color: #008bd5;
}
.page-resources .first-section {
  max-width: 41.04rem;
  padding-top: 3.13rem;
  padding-bottom: calc(3.75rem - 1.5em);
}
.page-resources .logos-section {
  max-width: 58.58rem;
  margin-top: 1.67rem;
  margin-bottom: 1.67rem;
}
.page-resources .logos-section .section-title {
  margin: 0;
  padding: 0.63rem 1.88rem;
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #008bd5;
  border-radius: 0.83rem 0.83rem 0 0;
}
.page-resources .logos-section .logo-list-wrapper {
  --col-count: 4;
  --line-thickness: 2px;
  --line-color: #008bd5;
  border: var(--line-thickness) solid var(--line-color);
  border-radius: 0 0 0.83rem 0.83rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-resources .logos-section .logo-list-wrapper {
    --col-count: 3;
  }
}
@media (max-width: 575.98px) {
  .page-resources .logos-section .logo-list-wrapper {
    --col-count: 2;
  }
}
.page-resources .logos-section .logo-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: calc(var(--line-thickness) * -1);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.page-resources .logos-section .logo-list::before {
  content: '';
  background: linear-gradient(
    to right,
    transparent calc(100% - var(--line-thickness)),
    var(--line-color) calc(100% - var(--line-thickness))
  );
  background-size: calc(100% / var(--col-count)) 100%;
  position: absolute;
  inset: 0;
  right: calc(var(--line-thickness) * -1);
}
.page-resources .logos-section .logo-list > li {
  width: calc(100% / var(--col-count));
  aspect-ratio: 352/269;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: var(--line-thickness) solid var(--line-color);
  position: relative;
}
.page-resources .logos-section .logo-list > li img {
  width: 14.58rem;
}
.page-living .first-section {
  max-width: 54.17rem;
  padding-top: 3.54rem;
  padding-bottom: calc(2.92rem - 1.5em);
}
.page-living .lifestyle-section {
  max-width: 52.92rem;
  padding-top: 1.88rem;
  padding-bottom: 2.5rem;
}
.page-living .lifestyle-block {
  display: flex;
  gap: 0.42rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .page-living .lifestyle-block {
    max-width: 31.38rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}
.page-living .lifestyle-block .col-image {
  width: 100%;
  max-width: 31.38rem;
  aspect-ratio: 753/269;
  position: relative;
}
.page-living .lifestyle-block .col-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-living .lifestyle-block .col-image .images {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.29rem;
  position: absolute;
  inset: 0;
}
.page-living .lifestyle-block .col-image .images > li {
  flex-grow: 1;
}
.page-living .lifestyle-block .col-image .images img {
  width: 100%;
}
.page-living .lifestyle-block .col-text {
  flex-grow: 1;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #008bd5;
}
.page-living .lifestyle-block .col-text .inner {
  max-width: 14.17rem;
}
.page-living .lifestyle-block .col-text .inner > * {
  margin: 0;
}
.page-living #Recreational-Facilities .col-image > img {
  height: auto;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.page-living #Shopping-Dining .col-image {
  max-width: 29.42rem;
  aspect-ratio: 706/269;
}
.page-living #Shopping-Dining .col-image .images {
  gap: 0.21rem;
}
.page-living #Shopping-Dining .col-image .images > li:nth-child(1) {
  margin-top: -0.92rem;
}
.page-living #Shopping-Dining .col-image .images > li:nth-child(3) {
  margin-top: -0.67rem;
}
.page-living #Festivals-Events .col-image {
  max-width: 31.54rem;
  aspect-ratio: 757/269;
}
.page-living #Festivals-Events .col-image .images > li:nth-child(even) {
  margin-top: -1.04rem;
}
.page-living #Cost-Friendly-Living {
  margin-bottom: 1.46rem;
}
.page-cost-of-living .first-section {
  max-width: 35.42rem;
  padding-top: 3.54rem;
  padding-bottom: calc(6.67rem - 1.5em);
}
.page-cost-of-living .comparison-section {
  max-width: 48.33rem;
  padding-top: 2.71rem;
  padding-bottom: 5rem;
}
.page-cost-of-living .comparison-section .table-wrapper {
  margin-bottom: 1rem;
  padding: 1.04rem 1.46rem;
  border: 1px solid #b1b1b1;
  border-radius: 1.25rem;
  box-shadow: 0 0.17rem 0.17rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
  .page-cost-of-living .comparison-section .table-wrapper {
    margin-left: calc(var(--franklin-container-offset-x) * -0.5);
    margin-right: calc(var(--franklin-container-offset-x) * -0.5);
    padding-left: calc(var(--franklin-container-offset-x) * 0.5);
    padding-right: calc(var(--franklin-container-offset-x) * 0.5);
    border-width: 1px 0;
    border-radius: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.page-cost-of-living .comparison-section .table {
  width: 100%;
  font-size: 0.83rem;
  line-height: 1.2;
}
.page-cost-of-living .comparison-section .table tr > * {
  padding: 0.83rem;
  padding-right: 2.08rem;
  border-bottom: 1px solid #008bd5;
}
.page-cost-of-living .comparison-section .table tr > *:not(:last-child) {
  border-right: 1px solid #008bd5;
}
.page-cost-of-living .comparison-section .table tr th {
  font-weight: 800;
  color: #008bd5;
}
.page-cost-of-living .comparison-section .table tr td {
  font-weight: 700;
}
.page-cost-of-living .comparison-section .table thead tr > * {
  padding-top: 0;
  padding-bottom: 0.63rem;
  text-align: right;
  vertical-align: bottom;
}
.page-cost-of-living .comparison-section .table tbody tr:last-child > * {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-cost-of-living .comparison-section .table tbody tr th {
  padding-left: 0;
}
.page-cost-of-living .comparison-section .table tbody tr td {
  text-align: right;
}
.page-education-healthcare .first-section {
  max-width: 35.63rem;
  padding-top: 4.17rem;
  padding-bottom: calc(4.17rem - 1.5em);
}
.page-education-healthcare .section-title {
  margin-bottom: 1.67rem;
  display: flex;
  align-items: center;
  gap: 0.83rem;
  font-size: 1.33rem;
  line-height: 1;
  font-weight: 700;
  color: #008bd5;
}
.page-education-healthcare .section-title::before,
.page-education-healthcare .section-title::after {
  content: '';
  height: 2px;
  flex-grow: 1;
  background-color: #008bd5;
}
.page-education-healthcare .education-list-section {
  max-width: 55.21rem;
  padding-bottom: 2.5rem;
}
.page-education-healthcare .education-list-section .education-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem 3.75rem;
}
@media (max-width: 767.98px) {
  .page-education-healthcare .education-list-section .education-list {
    justify-content: center;
  }
}
.page-education-healthcare .education-list-section .education-item {
  width: 8.17rem;
  height: 7.54rem;
  padding: 0.5rem 0.42rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.33rem;
  border: 1px solid #008bd5;
  border-radius: 0.42rem;
}
.page-education-healthcare .education-list-section .education-item a {
  display: block;
  padding: 0.33rem;
  font-size: 0.63rem;
  font-weight: 800;
  line-height: 1.33;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #008bd5;
  border-radius: 0.42rem;
}
.page-education-healthcare .education-block-section {
  max-width: 54.58rem;
  margin-bottom: 2.29rem;
  padding: 1.88rem 2.2900763359% 2.08rem;
  font-size: 0.83rem;
  line-height: 1.45;
  border: 1px solid #008bd5;
  border-radius: 0.58rem;
}
@media (max-width: 575.98px) {
  .page-education-healthcare .education-block-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page-education-healthcare .education-block-section ul {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.page-education-healthcare .education-block-section ul li + li {
  margin-top: 0.75em;
}
.page-education-healthcare .education-block-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1.5em;
}
.page-education-healthcare .education-block-section .row > .col-left {
  max-width: 19.17rem;
}
.page-education-healthcare .education-block-section .row > .col-right {
  max-width: 20rem;
}
.page-education-healthcare .education-block-section .row > .col-right ul {
  padding-right: 2.29rem;
}
.page-education-healthcare .school-section {
  max-width: 44.79rem;
  padding-bottom: 0.83rem;
}
.page-education-healthcare .school-section .row {
  display: flex;
  justify-content: center;
  gap: 0.42rem 0.75rem;
}
@media (max-width: 575.98px) {
  .page-education-healthcare .school-section .row {
    flex-direction: column;
  }
  .page-education-healthcare .school-section .row > * {
    max-width: none !important;
  }
}
.page-education-healthcare .school-section .row .col-image {
  max-width: 23.67rem;
  border-radius: 1.25rem 0 0 1.25rem;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .page-education-healthcare .school-section .row .col-image {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
.page-education-healthcare .school-section .row .col-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-education-healthcare .school-section .row .col-text {
  max-width: 20.5rem;
  padding: 2.5rem 1.67rem 3.54rem;
  padding-left: 2.17rem;
  color: #fff;
  background-color: #61b3df;
  border-radius: 0 1.25rem 1.25rem 0;
  position: relative;
  font-size: 0.67rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .page-education-healthcare .school-section .row .col-text {
    padding-top: 1.25rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }
}
.page-education-healthcare .school-section .row .col-text > div {
  display: contents;
}
.page-education-healthcare .school-section .row .col-text > div > * {
  margin-bottom: 0;
}
.page-education-healthcare
  .school-section
  .row
  .col-text
  > div
  > *:first-child {
  position: relative;
}
@media (max-width: 575.98px) {
  .page-education-healthcare
    .school-section
    .row
    .col-text
    > div
    > *:first-child {
    position: static;
  }
}
.page-education-healthcare
  .school-section
  .row
  .col-text
  > div
  > *:first-child::before {
  content: '';
  display: block;
  margin-top: -1.165rem;
  margin-right: -1.08rem;
  border: 0 solid rgba(0, 0, 0, 0);
  border-width: 1.165rem 0 1.165rem 1.08rem;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  right: calc(100% + 2.17rem + 1px);
}
@media (max-width: 575.98px) {
  .page-education-healthcare
    .school-section
    .row
    .col-text
    > div
    > *:first-child::before {
    top: -1px;
    left: 1.25rem;
    margin-top: 0;
    transform: rotate(90deg);
    transform-origin: right;
  }
}
.page-education-healthcare .school-section .row .col-text button {
  height: 2.88rem;
  position: absolute;
  bottom: 0.42rem;
  left: 2.17rem;
}
.page-education-healthcare .colleges-section {
  max-width: 44.79rem;
}
.page-education-healthcare .colleges-section .row {
  display: flex;
  justify-content: center;
  gap: 0.42rem 0.75rem;
}
@media (max-width: 575.98px) {
  .page-education-healthcare .colleges-section .row {
    flex-direction: column;
  }
  .page-education-healthcare .colleges-section .row > * {
    max-width: 100% !important;
  }
}
.page-education-healthcare .colleges-section .row .col-image {
  max-width: 23.67rem;
  border-top-right-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .page-education-healthcare .colleges-section .row .col-image {
    border-top-right-radius: 0;
  }
}
.page-education-healthcare .colleges-section .row .col-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-education-healthcare .colleges-section .row .col-text {
  max-width: 20.5rem;
  padding: 1.25rem 1.92rem;
  padding-bottom: 3.54rem;
  padding-right: 1.83rem;
  color: #fff;
  background-color: #008bd5;
  border-top-left-radius: 1.25rem;
  position: relative;
  font-size: 0.67rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .page-education-healthcare .colleges-section .row .col-text {
    border-top-right-radius: 1.25rem;
  }
}
.page-education-healthcare .colleges-section .row .col-text > div {
  display: contents;
}
.page-education-healthcare .colleges-section .row .col-text > div > * {
  margin-bottom: 0;
}
.page-education-healthcare
  .colleges-section
  .row
  .col-text
  > div
  > *:first-child {
  position: relative;
}
@media (max-width: 575.98px) {
  .page-education-healthcare
    .colleges-section
    .row
    .col-text
    > div
    > *:first-child {
    position: static;
  }
}
.page-education-healthcare
  .colleges-section
  .row
  .col-text
  > div
  > *:first-child::before {
  content: '';
  display: block;
  margin-top: -1.165rem;
  margin-left: -1.08rem;
  border: 0 solid rgba(0, 0, 0, 0);
  border-width: 1.165rem 1.08rem 1.165rem 0;
  border-right-color: #fff;
  position: absolute;
  top: 50%;
  left: calc(100% + 1.83rem + 1px);
}
@media (max-width: 575.98px) {
  .page-education-healthcare
    .colleges-section
    .row
    .col-text
    > div
    > *:first-child::before {
    top: auto;
    left: auto;
    bottom: -1px;
    right: 1.25rem;
    margin-top: 0;
    transform: rotate(90deg);
    transform-origin: left;
  }
}
.page-education-healthcare .colleges-section .row .col-text button {
  height: 2.88rem;
  position: absolute;
  bottom: 0.42rem;
  left: 1.92rem;
}
.page-education-healthcare .colleges-list-section {
  max-width: 44.79rem;
  padding-bottom: 4.79rem;
}
.page-education-healthcare .colleges-list-section .colleges-list {
  padding: 0 2.25rem;
  border: 1px solid #008bd5;
  border-top: 0;
  border-radius: 0 0 1.25rem 1.25rem;
}
@media (max-width: 575.98px) {
  .page-education-healthcare .colleges-list-section .colleges-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.page-education-healthcare .colleges-list-section .colleges-list .row {
  display: flex;
}
@media (max-width: 767.98px) {
  .page-education-healthcare .colleges-list-section .colleges-list .row {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .page-education-healthcare
    .colleges-list-section
    .colleges-list
    .row
    .col-image {
    padding: 0 !important;
  }
  .page-education-healthcare
    .colleges-list-section
    .colleges-list
    .row
    .col-text {
    width: 100% !important;
    margin: 0 !important;
  }
}
.page-education-healthcare .colleges-list-section .colleges-list .row + .row {
  border-top: 1px dotted #008bd5;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .row
  .col-image {
  width: 20.21rem;
  padding-right: 2.92rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .row
  .col-text {
  font-size: 0.67rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .row
  .col-text
  > * {
  margin: 0;
}
.page-education-healthcare .colleges-list-section .colleges-list .college-1 {
  padding-top: 1.46rem;
  padding-bottom: 1.04rem;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .college-1
  .col-image
  img {
  width: 11.92rem;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .college-1
  .col-text {
  max-width: 21.25rem;
  margin-right: -1.04rem;
}
.page-education-healthcare .colleges-list-section .colleges-list .college-2 {
  padding-top: 1.46rem;
  padding-bottom: 1.88rem;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .college-2
  .col-image
  img {
  width: 11.92rem;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .college-2
  .col-text {
  max-width: 19.54rem;
}
.page-education-healthcare .colleges-list-section .colleges-list .college-3 {
  padding-top: 1.46rem;
  padding-bottom: 2.29rem;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .college-3
  .col-image
  ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-left: -0.75rem;
  display: flex;
  align-items: center;
  gap: 1.04rem;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .college-3
  .col-image
  ul
  li {
  display: contents;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .college-3
  .col-image
  ul
  li
  + li::before {
  content: '';
  flex-shrink: 0;
  width: 1px;
  height: 3.92rem;
  background-color: #008bd5;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .college-3
  .col-image
  ul
  li:first-child
  img {
  width: 9.75rem;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .college-3
  .col-image
  ul
  li:last-child
  img {
  width: 6.29rem;
  margin-top: -0.21rem;
}
.page-education-healthcare
  .colleges-list-section
  .colleges-list
  .college-3
  .col-text {
  max-width: 18.13rem;
}
.page-education-healthcare .healthcare-section {
  max-width: 62.92rem;
}
.page-education-healthcare .healthcare-section .section-title {
  margin-bottom: 3.33rem;
  text-transform: uppercase;
}
.page-education-healthcare .healthcare-section .text-wrapper {
  max-width: 48.42rem;
  margin: auto;
}
@media (min-width: 992px) {
  .page-education-healthcare .image-section {
    max-width: 62.92rem !important;
  }
}
.page-education-healthcare .healthcare-list-section {
  max-width: 55.63rem;
  padding-bottom: 1.25rem;
}
.page-education-healthcare .healthcare-list-section .healthcare-list .row {
  padding: 1.67rem 1.25rem;
  font-size: 0.67rem;
  line-height: 1.6;
  border-bottom: 1px solid #000;
  display: flex;
  gap: 1rem 3.13rem;
}
@media (max-width: 767.98px) {
  .page-education-healthcare .healthcare-list-section .healthcare-list .row {
    flex-direction: column;
  }
  .page-education-healthcare
    .healthcare-list-section
    .healthcare-list
    .row
    > .col-right {
    width: 100% !important;
  }
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .row:has(.col-image) {
  align-items: center;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .row
  .col-left {
  width: 23.75rem;
  max-width: 42.6966292135%;
  flex-shrink: 0;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .row
  .col-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.63rem;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .row
  .col-image
  img {
  width: 15.29rem;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .row
  .col-image
  a {
  display: block;
  width: 14.58rem;
  padding: 0.42rem;
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #008bd5;
  border-radius: 0.42rem;
}
@media (max-width: 767.98px) {
  .page-education-healthcare
    .healthcare-list-section
    .healthcare-list
    .row
    .col-right {
    width: 100% !important;
  }
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .row
  .col-right
  > * {
  margin-bottom: 0;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .healthcare-1 {
  padding-top: 3.33rem;
  padding-bottom: 2.29rem;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .healthcare-1
  .col-right {
  width: 26.67rem;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .healthcare-2
  .col-right {
  width: 25rem;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .healthcare-2
  .col-right
  ul {
  margin-top: 0.75em;
  line-height: 1.8;
  -moz-column-count: 2;
  column-count: 2;
}
@media (min-width: 992px) {
  .page-education-healthcare
    .healthcare-list-section
    .healthcare-list
    .healthcare-2
    .col-right
    ul {
    white-space: nowrap;
  }
}
@media (max-width: 575.98px) {
  .page-education-healthcare
    .healthcare-list-section
    .healthcare-list
    .healthcare-2
    .col-right
    ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .healthcare-3 {
  padding-bottom: 3.33rem;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .healthcare-3
  .col-right {
  width: 24.17rem;
  padding-top: 1.5rem;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .healthcare-4 {
  padding-top: 2.92rem;
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .page-education-healthcare
    .healthcare-list-section
    .healthcare-list
    .healthcare-4 {
    gap: 0;
  }
  .page-education-healthcare
    .healthcare-list-section
    .healthcare-list
    .healthcare-4
    > * {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .healthcare-4
  p {
  margin-bottom: 1.6em !important;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .healthcare-4
  .col-left {
  display: block;
}
.page-education-healthcare
  .healthcare-list-section
  .healthcare-list
  .healthcare-4
  .col-right {
  width: 25rem;
}
.page-recreation .first-section {
  max-width: 50rem;
  padding-top: 4.17rem;
  padding-bottom: 4.17rem;
}
.page-recreation .first-section p {
  margin-bottom: 1rem;
}
.page-recreation .bottom-section {
  max-width: 57.71rem;
  margin-top: 3.75rem;
  margin-bottom: 3.33rem;
}
.page-recreation .bottom-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0.83rem 0;
}
.page-recreation .bottom-section .row .col-image {
  width: 28.63rem;
  max-width: 49.6028880866%;
}
@media (max-width: 767.98px) {
  .page-recreation .bottom-section .row .col-image {
    max-width: 28.63rem;
    width: 100%;
  }
}
.page-recreation .bottom-section .row .col-text {
  width: 22.5rem;
  max-width: 38.9891696751%;
}
@media (max-width: 767.98px) {
  .page-recreation .bottom-section .row .col-text {
    max-width: 28.63rem;
    width: 100%;
  }
}
.page-recreation .bottom-section .row .col-text p {
  margin-bottom: 1em;
}
.page-recreation .bottom-section .row .col-bottom {
  max-width: 28.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.33rem;
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}
.page-recreation .bottom-section .row .col-bottom > * {
  margin: 0;
}
.page-recreation .bottom-section .row .col-bottom a {
  padding: 0.42rem;
  text-decoration: none !important;
  color: #fff;
  background-color: #61b3df;
  border-radius: 0.42rem;
}
.page-home .header-media {
  height: 200px;
}
@media (min-width: 992px) {
  .page-home .header-media {
    height: calc(37.5rem - var(--appbar-hieght));
  }
}
.page-home .header-logo {
  display: block;
  width: 368px;
  aspect-ratio: 1130/433;
  transform: translateX(-50%);
  position: absolute;
  top: calc(10px + var(--appbar-hieght));
  left: 50%;
  z-index: 3;
}
@media (min-width: 992px) {
  .page-home .header-logo {
    width: 47.08rem;
    height: 18.04rem;
    top: calc(7.42rem + var(--appbar-hieght));
  }
}
.page-home .header-logo::before,
.page-home .header-logo::after {
  content: '';
  display: block;
  width: 24.3362831858%;
  aspect-ratio: 275/385;
  border: 1px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .page-home .header-logo::before,
  .page-home .header-logo::after {
    border-width: 2px;
  }
}
.page-home .header-logo::before {
  border-right: 0;
  left: 0;
}
.page-home .header-logo::after {
  border-left: 0;
  right: 0;
}
.page-home .header-logo .logo {
  margin: auto;
  transform: translateX(0);
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-home .header-logo .logo {
    width: 41.92rem;
  }
  .page-home .header-logo .logo::after {
    border-radius: 2.29rem;
    filter: blur(1.77rem);
  }
}
.page-home .header-logo .tagline {
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.03em;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  inset: 0;
  top: auto;
}
@media (min-width: 992px) {
  .page-home .header-logo .tagline {
    height: 2px;
    font-size: 2.08rem;
    gap: 0.5em;
    line-height: 2;
    align-items: flex-start;
    overflow: hidden;
  }
}
.page-home .header-logo .tagline::before,
.page-home .header-logo .tagline::after {
  content: '';
  width: 100%;
  border-top: 1px solid #fff;
}
@media (min-width: 992px) {
  .page-home .header-logo .tagline::before,
  .page-home .header-logo .tagline::after {
    border-top-width: 2px;
  }
}
.page-home .header-logo .tagline::before {
  left: 0;
}
.page-home .header-logo .tagline::after {
  right: 0;
}
.page-home .slider-list {
  position: absolute;
  inset: 0;
}
.page-home .slider-list > div,
.page-home .slider-list > div > div {
  height: 100%;
}
.page-home .slider-list .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(65%);
}
.page-home .slider-list .slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  transform: translateX(-50%);
  position: absolute;
  bottom: 1.33rem;
  left: 50%;
  z-index: 99;
}
@media (max-width: 992px) {
  .page-home .slider-list .slick-dots {
    bottom: 15px;
  }
}
@media (max-width: 992px) and (max-width: 991.98px) {
  .page-home .slider-list .slick-dots {
    bottom: 10px;
  }
}
.page-home .slider-list .slick-dots button {
  display: block;
  width: 0.79rem;
  height: 0;
  padding-top: 0.79rem;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
.page-home .slider-list .slick-dots .slick-active button {
  background-color: #008aaf;
}
.page-home .first-section {
  max-width: 53.96rem;
  padding-top: 2.5rem;
  padding-bottom: calc(2.92rem - 1.5em);
}
@media (max-width: 992px) {
  .page-home .first-section {
    padding-bottom: calc(30px - 1.5em);
  }
}
.page-home .first-section .head-block {
  max-width: 51.67rem;
  margin: auto;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .page-home .first-section .head-block {
    margin-bottom: 20px;
  }
}
.page-home .first-section .head-block > * {
  margin: 0;
  padding: 0.96rem;
  font-size: 1.67rem;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background-color: #d4d5d8;
}
@media (max-width: 992px) {
  .page-home .first-section .head-block > * {
    padding: 20px;
    font-size: 23px;
  }
}
.page-home .stats-section {
  padding-bottom: 1.88rem;
}
.page-home .stats-section .stat-wrapper {
  max-width: 62.29rem;
  margin: auto;
  padding-bottom: 2.08rem;
}
@media (max-width: 767.98px) {
  .page-home .stats-section .stat-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 600px;
    padding-bottom: 25px;
  }
  .page-home .stats-section .stat-wrapper > * {
    display: contents !important;
    margin: 0 !important;
  }
}
.page-home .stats-section .stat-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1.33rem;
}
.page-home .stats-section .stat-list + .stat-list {
  margin-top: 2.08rem;
}
@media (max-width: 992px) {
  .page-home .stats-section .stat-list {
    gap: 20px;
  }
  .page-home .stats-section .stat-list + .stat-list {
    margin-top: 20px;
  }
}
.page-home .stats-section .stat-item {
  width: 14.58rem;
  height: 13.75rem;
  padding: 0.21rem 0.63rem;
  color: #fff;
  background-color: #174374;
  border-radius: 0.46rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.96rem;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 992px) {
  .page-home .stats-section .stat-item {
    width: 150px;
    height: 140px;
    padding: 5px 0;
    font-size: 10px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.25;
  }
}
.page-home .stats-section .stat-item .icon {
  flex-shrink: 0;
  width: 5.63rem;
  height: 6.46rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .page-home .stats-section .stat-item .icon {
    width: 55px;
    height: 65px;
  }
}
.page-home .stats-section .stat-item .info {
  display: contents;
}
.page-home .stats-section .stat-item .info > * {
  margin: 0;
}
.page-home .stats-section .stat-item .large {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .page-home .stats-section .stat-item .large {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .page-home .stats-section .stat-list-2 .stat-item {
    font-size: 0.92rem;
    line-height: 1.36;
  }
}
.page-home .stats-section .stat-list-2 .stat-item .icon {
  height: 7.08rem;
}
@media (max-width: 992px) {
  .page-home .stats-section .stat-list-2 .stat-item .icon {
    height: 70px;
    padding-bottom: 3px;
  }
}
.page-home .stats-section .banner-block {
  max-width: 57.08rem;
  margin: auto;
  margin-bottom: 1rem;
  padding: 1.17rem;
  border: 0.17rem solid #174374;
  border-radius: 0.46rem;
  box-shadow: 0 0.17rem 0.17rem rgba(0, 0, 0, 0.25);
  font-size: 2.38rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  color: #174374;
  display: flex;
  justify-content: center;
  gap: 1.08rem;
}
.page-home .stats-section .banner-block::before {
  content: '';
  flex-shrink: 0;
  width: 5rem;
  aspect-ratio: 1;
  background: url('../images/icon-book.png') center/contain no-repeat;
}
@media (max-width: 992px) {
  .page-home .stats-section .banner-block {
    max-width: 600px;
    padding: 15px 5px;
    gap: 9px;
    font-size: 19px;
    border-width: 2px;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }
  .page-home .stats-section .banner-block::before {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-home .stats-section .banner-block {
    max-width: 95%;
  }
}
.page-home .stats-section .notes-wrapper {
  max-width: 56.25rem;
  margin: auto;
}
.page-home .video-section {
  max-width: 56.5rem;
}
@media (max-width: 767.98px) {
  .page-home .video-section {
    margin-left: calc(var(--franklin-container-offset-x) * -0.5);
    margin-right: calc(var(--franklin-container-offset-x) * -0.5);
  }
}
.page-home .video-section .iframe-wrapper {
  aspect-ratio: 1356/720;
  background-color: #000;
  position: relative;
}
.page-home .video-section .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.page-home .extended-content {
  max-width: 56.5rem;
  margin: auto;
  margin-top: 2.08rem;
  padding-bottom: 3.75rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .page-home .extended-content {
    display: contents;
  }
}
@media (min-width: 768px) {
  .page-home .extended-content > * {
    width: 25.21rem;
    margin: 0;
  }
}
.page-home .extended-content .section-title {
  margin-bottom: 0.5rem;
  font-size: 1.67rem;
  font-weight: 600;
  line-height: 1.4;
  color: #008bd5;
}
@media (max-width: 992px) {
  .page-home .extended-content .section-title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .page-home .news-section {
    margin-left: calc(var(--franklin-container-offset-x) * -0.5);
    margin-right: calc(var(--franklin-container-offset-x) * -0.5);
    padding: 25px calc(var(--franklin-container-offset-x) * 0.5);
    background-color: #e1f4ff;
  }
}
.page-home .news-section .news-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.page-home .news-section .news-list > li + li {
  margin-top: 1.04rem;
  padding-top: 1.46rem;
  border-top: 1px dotted #000;
}
.page-home .news-section .news-item {
  display: flex;
  gap: 0.92rem;
  font-size: 0.83rem;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .page-home .news-section .news-item {
    font-size: 11px;
  }
}
.page-home .news-section .news-item .title {
  margin-bottom: 0.1666666667em;
  font-size: 1.5em;
  line-height: 1.13;
  font-weight: 700;
  color: #174374;
}
.page-home .news-section .news-item .title a {
  color: inherit;
}
.page-home .news-section .news-item > img {
  flex-shrink: 0;
  align-self: flex-start;
  width: 49.9173553719%;
  max-width: 12.58rem;
  margin: 0.13rem 0;
}
.page-home .news-section .news-item > * > *:last-child {
  margin-bottom: 0;
}
.page-home .facebook-section {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .page-home .facebook-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.page-home .facebook-section .iframe-wrapper {
  height: 100%;
  border: 1px solid #8e8e8e;
  border-radius: 0.83rem;
}
@media (max-width: 992px) {
  .page-home .facebook-section .iframe-wrapper {
    border-radius: 20px;
  }
}

.image-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.image-popup .popup-img {
  max-width: 600px;
  max-height: 600px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  border: 4px solid white;
  border-radius: 8px;
}

.popup-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  font-weight: bold;
}

.popup-trigger {
  cursor: pointer;
}

.start-bus {
  width: 100% !important;
  /* height: 700px; */
  border-radius: 10px;
  border: 1px solid #008bd5;
  text-decoration: none !important;
  list-style-type: none;
}

.start-bus a {
  color: black;
  font-weight: normal;
}

.start-bus li {
  list-style-type: disc;
}

.start-bus strong {
  padding-left: 40px;
  display: block;
  color: #fff !important;
  background-color: #008bd5;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.start-bus strong::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 270px;
  width: 30px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.start-bus li {
  margin-bottom: 5px !important;
}
