@import url("https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap");
body {
  font-family: SUSE, sans-serif !important;
}
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}
:after,
:before {
  --uk-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: inherit;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
strong {
  font-weight: bolder;
}
button,
input,
textarea {
  color: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
button {
  background-color: transparent;
  background-image: none;
  text-transform: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
[role="button"],
button {
  cursor: pointer;
}
img,
svg {
  display: block;
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  --uk-border-spacing-x: 0;
  --uk-border-spacing-y: 0;
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-rotate: 0;
  --uk-skew-x: 0;
  --uk-skew-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  --uk-pan-x: ;
  --uk-pan-y: ;
  --uk-pinch-zoom: ;
  --uk-scroll-snap-strictness: proximity;
  --uk-gradient-from-position: ;
  --uk-gradient-via-position: ;
  --uk-gradient-to-position: ;
  --uk-ordinal: ;
  --uk-slashed-zero: ;
  --uk-numeric-figure: ;
  --uk-numeric-spacing: ;
  --uk-numeric-fraction: ;
  --uk-ring-inset: ;
  --uk-ring-offset-width: 0px;
  --uk-ring-offset-color: #fff;
  --uk-ring-color: rgba(59, 130, 246, 0.5);
  --uk-ring-offset-shadow: 0 0 #0000;
  --uk-ring-shadow: 0 0 #0000;
  --uk-shadow: 0 0 #0000;
  --uk-shadow-colored: 0 0 #0000;
  --uk-blur: ;
  --uk-brightness: ;
  --uk-contrast: ;
  --uk-grayscale: ;
  --uk-hue-rotate: ;
  --uk-invert: ;
  --uk-saturate: ;
  --uk-sepia: ;
  --uk-drop-shadow: ;
  --uk-backdrop-blur: ;
  --uk-backdrop-brightness: ;
  --uk-backdrop-contrast: ;
  --uk-backdrop-grayscale: ;
  --uk-backdrop-hue-rotate: ;
  --uk-backdrop-invert: ;
  --uk-backdrop-opacity: ;
  --uk-backdrop-saturate: ;
  --uk-backdrop-sepia: ;
  --uk-contain-size: ;
  --uk-contain-layout: ;
  --uk-contain-paint: ;
  --uk-contain-style: ;
}
::backdrop {
  --uk-border-spacing-x: 0;
  --uk-border-spacing-y: 0;
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-rotate: 0;
  --uk-skew-x: 0;
  --uk-skew-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  --uk-pan-x: ;
  --uk-pan-y: ;
  --uk-pinch-zoom: ;
  --uk-scroll-snap-strictness: proximity;
  --uk-gradient-from-position: ;
  --uk-gradient-via-position: ;
  --uk-gradient-to-position: ;
  --uk-ordinal: ;
  --uk-slashed-zero: ;
  --uk-numeric-figure: ;
  --uk-numeric-spacing: ;
  --uk-numeric-fraction: ;
  --uk-ring-inset: ;
  --uk-ring-offset-width: 0px;
  --uk-ring-offset-color: #fff;
  --uk-ring-color: rgba(59, 130, 246, 0.5);
  --uk-ring-offset-shadow: 0 0 #0000;
  --uk-ring-shadow: 0 0 #0000;
  --uk-shadow: 0 0 #0000;
  --uk-shadow-colored: 0 0 #0000;
  --uk-blur: ;
  --uk-brightness: ;
  --uk-contrast: ;
  --uk-grayscale: ;
  --uk-hue-rotate: ;
  --uk-invert: ;
  --uk-saturate: ;
  --uk-sepia: ;
  --uk-drop-shadow: ;
  --uk-backdrop-blur: ;
  --uk-backdrop-brightness: ;
  --uk-backdrop-contrast: ;
  --uk-backdrop-grayscale: ;
  --uk-backdrop-hue-rotate: ;
  --uk-backdrop-invert: ;
  --uk-backdrop-opacity: ;
  --uk-backdrop-saturate: ;
  --uk-backdrop-sepia: ;
  --uk-contain-size: ;
  --uk-contain-layout: ;
  --uk-contain-paint: ;
  --uk-contain-style: ;
}
.container {
  width: 100%;
}
@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.absolute {
  position: absolute;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--uk-translate-x), var(--uk-translate-y))
    rotate(var(--uk-rotate)) skewX(var(--uk-skew-x)) skewY(var(--uk-skew-y))
    scaleX(var(--uk-scale-x)) scaleY(var(--uk-scale-y));
}
.flex-col {
  flex-direction: column;
}
.navbar-header {
  width: 100%;
  z-index: 50;
  --uk-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--uk-bg-opacity));
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.container-center {
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 80rem;
  padding-inline-end: 1rem;
  padding-inline-start: 1rem;
}
@media (min-width: 640px) {
  .container-center {
    padding-inline-end: 1.5rem;
    padding-inline-start: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container-center {
    padding-inline-end: 2rem;
    padding-inline-start: 2rem;
  }
}
.flexible-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1280px) {
  .flexible-layout {
    flex-direction: row;
  }
}
.alignment-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .alignment-wrapper {
    flex-direction: row;
  }
}
.inline-alignment {
  align-items: center;
  display: flex;
}
.margin-right-small {
  margin-inline-end: 0.5rem;
}
.small-rounded-image {
  border-radius: 0.5rem;
  max-height: 35px;
  max-width: 35px;
}
.text-highlight {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-wrap: nowrap;
  --uk-text-opacity: 1;
  color: rgb(55 65 81 / var(--uk-text-opacity));
}
@media (min-width: 480px) {
  .text-highlight {
    display: inline;
  }
}
@media (min-width: 768px) {
  .text-highlight {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.menu-toggle {
  align-items: center;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --uk-text-opacity: 1;
  border-radius: 0.5rem;
  color: rgb(107 114 128 / var(--uk-text-opacity));
  margin-inline-start: 0.75rem;
  padding: 0.5rem;
}
.menu-toggle:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--uk-bg-opacity));
}
.menu-toggle:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --uk-ring-offset-shadow: var(--uk-ring-inset) 0 0 0
    var(--uk-ring-offset-width) var(--uk-ring-offset-color);
  --uk-ring-shadow: var(--uk-ring-inset) 0 0 0
    calc(2px + var(--uk-ring-offset-width)) var(--uk-ring-color);
  box-shadow: var(--uk-ring-offset-shadow), var(--uk-ring-shadow),
    var(--uk-shadow, 0 0 #0000);
  --uk-ring-opacity: 1;
  --uk-ring-color: rgb(229 231 235 / var(--uk-ring-opacity));
}
@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}
.screen-reader-text {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}
.icon-size {
  height: 1.5rem;
  width: 1.5rem;
}
.hidden-menu {
  width: 100%;
}
@media not all and (min-width: 1024px) {
  .hidden-menu {
    height: 100vh;
    margin-top: 0.25rem;
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .hidden-menu {
    padding-inline-start: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .hidden-menu {
    display: flex;
  }
}
.nav-links-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0;
  padding-inline-start: 0 !important;
}
@media not all and (min-width: 1024px) {
  .nav-links-container {
    padding-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .nav-links-container {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    margin-inline-end: auto;
  }
}
.nav-item {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-wrap: nowrap;
  --uk-text-opacity: 1;
  color: rgb(75 85 99 / var(--uk-text-opacity));
  margin-bottom: 0.5rem;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item:hover {
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
}
@media (min-width: 768px) {
  .nav-item {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .nav-item {
    margin-inline-end: 1rem;
    text-align: start;
  }
}
.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
  width: 100%;
}
@media not all and (min-width: 1024px) {
  .action-buttons {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .action-buttons {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    margin-inline-start: 3.5rem;
    width: -moz-max-content;
    width: max-content;
  }
}
.sign-in-button {
  cursor: pointer;
  --uk-bg-opacity: 1;
  background-color: rgb(225 236 244 / var(--uk-bg-opacity));
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  --uk-text-opacity: 1;
  border-radius: 1.5rem;
  color: rgb(62 118 168 / var(--uk-text-opacity));
  padding-bottom: 0.5rem;
  padding-inline-end: 1rem;
  padding-top: 0.5rem;
  padding-inline-start: 1rem;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.sign-in-button .social > a,
.social.sign-in-button > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.sign-in-button:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(195 217 233 / var(--uk-bg-opacity));
  --uk-text-opacity: 1;
  color: rgb(62 118 168 / var(--uk-text-opacity));
}
.primary-button {
  cursor: pointer;
  --uk-bg-opacity: 1;
  background-color: rgb(62 118 168 / var(--uk-bg-opacity));
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  --uk-text-opacity: 1;
  border-radius: 1.5rem;
  color: rgb(255 255 255 / var(--uk-text-opacity));
  padding-bottom: 0.5rem;
  padding-inline-end: 1rem;
  padding-top: 0.5rem;
  padding-inline-start: 1rem;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.primary-button .social > a,
.social.primary-button > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.primary-button:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(49 96 146 / var(--uk-bg-opacity));
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
}
.section-padding {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .section-padding {
    padding-bottom: 3.5rem;
    padding-top: 4rem;
  }
}
.main-content-container {
  margin-inline-end: auto;
  margin-inline-start: auto;
  margin-bottom: 3.5rem;
  max-width: 56rem;
  padding-inline-end: 1rem;
  padding-inline-start: 1rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-content-container {
    padding-inline-end: 2rem;
    padding-inline-start: 2rem;
  }
}
.hero-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  line-height: 1.25;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
  margin-bottom: 1.75rem;
  text-align: center;
}
.hero-title .social > a,
.social.hero-title > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 640px) {
  .hero-title {
    font-size: 3rem;
    line-height: 1;
  }
}
.subheading-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  --uk-text-opacity: 1;
  color: rgb(107 114 128 / var(--uk-text-opacity));
  margin-bottom: 1.75rem;
  text-align: center;
}
.social.subheading-text > a,
.subheading-text .social > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.cta-button {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  --uk-bg-opacity: 1;
  background-color: rgb(62 118 168 / var(--uk-bg-opacity));
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --uk-text-opacity: 1;
  border-radius: 1.5rem;
  color: rgb(255 255 255 / var(--uk-text-opacity));
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-bottom: 0.875rem;
  padding-inline-end: 1.25rem;
  padding-top: 0.875rem;
  padding-inline-start: 1.75rem;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cta-button:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(49 96 146 / var(--uk-bg-opacity));
}
@media not all and (min-width: 640px) {
  .cta-button {
    justify-content: center;
    width: 100%;
  }
}
.image-gallery {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 24rem;
  overflow: hidden;
  padding-bottom: 0.5rem;
  padding-inline-end: 2.5rem;
  padding-top: 0.5rem;
  padding-inline-start: 2.5rem;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .image-gallery {
    padding-inline-end: 0.75rem;
    padding-inline-start: 0.75rem;
  }
}
@media (min-width: 768px) {
  .image-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .image-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.full-block-image {
  border-radius: 1.5rem;
  display: block;
  overflow: hidden;
  width: 100%;
}
.fill-container-image {
  border-radius: 1.5rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.centered-flex-item {
  align-items: center;
  border-radius: 1.5rem;
  display: flex;
  overflow: hidden;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .centered-flex-item {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
.centered-content-block {
  align-items: center;
  border-radius: 1.5rem;
  display: block;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .centered-content-block {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
.vertical-padding {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .vertical-padding {
    padding-inline-end: 4rem;
    padding-inline-start: 4rem;
  }
}
.content-layout {
  align-items: center;
  -moz-column-gap: 0;
  column-gap: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2.5rem;
  row-gap: 1.5rem;
}
@media not all and (min-width: 768px) {
  .content-layout {
    margin-inline-end: auto;
    margin-inline-start: auto;
    max-width: 32rem;
  }
}
@media (min-width: 1024px) {
  .content-layout {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4rem;
    row-gap: 0;
  }
}
.text-block {
  position: relative;
  text-align: center;
  width: 100%;
}
.social.text-block > a,
.text-block .social > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .text-block {
    text-align: start;
    width: 50%;
  }
}
.headline-style {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  max-width: -moz-max-content;
  max-width: max-content;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
  margin-inline-end: auto;
  margin-inline-start: auto;
}
@media (min-width: 1024px) {
  .headline-style {
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-bottom: 1.5rem;
    max-width: 28rem;
  }
}
.text-section {
  position: relative;
  text-align: center;
  width: 100%;
}
.social.text-section > a,
.text-section .social > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .text-section {
    text-align: start;
    width: 50%;
  }
}
.paragraph-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  --uk-text-opacity: 1;
  color: rgb(107 114 128 / var(--uk-text-opacity));
  margin-bottom: 1.25rem;
}
.card-holder {
  align-items: flex-start;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .card-holder {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .card-holder {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    row-gap: 0;
  }
}
.interactive-card {
  position: relative;
  width: 100%;
  --uk-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--uk-bg-opacity));
  border-radius: 1.5rem;
  padding: 1rem;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.interactive-card:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(76 140 189 / var(--uk-bg-opacity));
}
@media not all and (min-width: 768px) {
  .interactive-card {
    margin-inline-end: auto;
    margin-inline-start: auto;
    max-width: 28rem;
  }
}
@media (min-width: 768px) {
  .interactive-card {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .interactive-card {
    padding: 1.75rem;
    width: 25%;
  }
}
.icon-container {
  align-items: center;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  width: 3.5rem;
  --uk-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--uk-bg-opacity));
  border-radius: 9999px;
  margin-bottom: 1.25rem;
}
.icon-image {
  height: 2rem !important;
  width: 2rem !important;
  --uk-text-opacity: 1;
  color: rgb(22 51 104 / var(--uk-text-opacity));
}
.title-hover-effect {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-transform: capitalize;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
  margin-bottom: 0.75rem;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.group:hover .title-hover-effect {
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
}
.description-hover-effect {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  --uk-text-opacity: 1;
  color: rgb(107 114 128 / var(--uk-text-opacity));
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.group:hover .description-hover-effect {
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
}
.section-padding-wrapper {
  padding-bottom: 6rem;
  padding-top: 6rem;
  position: relative;
}
.full-width-limited-layout {
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 80rem;
  padding-inline-end: 1.5rem;
  padding-inline-start: 1.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .full-width-limited-layout {
    padding-inline-end: 2rem;
    padding-inline-start: 2rem;
  }
}
.flexible-content-layout {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
@media (min-width: 640px) {
  .flexible-content-layout {
    flex-direction: row;
  }
}
.block-element {
  display: block;
}
.headline-styling {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
  margin-bottom: 1.25rem;
}
@media not all and (min-width: 640px) {
  .headline-styling {
    text-align: center;
  }
}
.paragraph-styling {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  max-width: 48rem;
  --uk-text-opacity: 1;
  color: rgb(107 114 128 / var(--uk-text-opacity));
}
@media not all and (min-width: 640px) {
  .paragraph-styling {
    text-align: center;
  }
}
.responsive-grid-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 42rem;
}
@media (min-width: 1024px) {
  .responsive-grid-layout {
    max-width: 100%;
  }
}
.main-image-container {
  border-radius: 1.5rem;
  grid-column: span 12 / span 12;
  overflow: hidden;
  position: relative;
  transition-duration: 0.7s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .main-image-container {
    grid-column: span 8 / span 8;
  }
}
.responsive-image-fill {
  height: 100%;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 0;
}
.secondary-image-container {
  border-radius: 1.5rem;
  grid-column: span 12 / span 12;
  overflow: hidden;
  position: relative;
  transition-duration: 0.7s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .secondary-image-container {
    grid-column: span 4 / span 4;
  }
}
.large-image-frame {
  border-radius: 1.5rem;
  grid-column: span 12 / span 12;
  overflow: hidden;
  position: relative;
  transition-duration: 0.7s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .large-image-frame {
    grid-column: span 8 / span 8;
  }
}
.padded-section {
  padding-bottom: 6rem;
  padding-top: 6rem;
  position: relative;
}
@media (min-width: 1024px) {
  .padded-section {
    padding-inline-end: 2.5rem;
    padding-inline-start: 2.5rem;
  }
}
.responsive-container {
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 80rem;
  padding-inline-end: 1rem;
  padding-inline-start: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .responsive-container {
    padding-inline-end: 1.25rem;
    padding-inline-start: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .responsive-container {
    padding-inline-end: 1.25rem;
    padding-inline-start: 1.25rem;
  }
}
.vertical-align-center {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .vertical-align-center {
    gap: 3rem;
  }
}
.small-gap-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: flex-start;
  width: 100%;
}
.headline-bold {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  line-height: 1.5;
  width: 100%;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
  text-align: center;
}
.headline-bold .social > a,
.social.headline-bold > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.description-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  line-height: 1.625;
  max-width: 42rem;
  --uk-text-opacity: 1;
  color: rgb(156 163 175 / var(--uk-text-opacity));
  text-align: center;
}
.description-text .social > a,
.social.description-text > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.three-column-grid {
  align-items: flex-start;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .three-column-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.list-item-column {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: flex-start;
  width: 100%;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.subheader-bold {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
}
.number-label {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  line-height: 100px;
  position: absolute;
  --uk-text-opacity: 1;
  color: rgb(243 244 246 / var(--uk-text-opacity));
  inset-inline-end: 0;
  top: -2.25rem;
}
.body-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  line-height: 1.625;
  --uk-text-opacity: 1;
  color: rgb(156 163 175 / var(--uk-text-opacity));
}
.vertical-spacing-large {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.responsive-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .responsive-grid {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .responsive-grid {
    gap: 2rem;
  }
}
.card-style {
  border-radius: 1rem;
  border-width: 1px;
  width: 100%;
  --uk-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--uk-border-opacity));
  padding: 2rem;
}
@media (min-width: 1024px) {
  .card-style {
    width: 33.333333%;
  }
}
.large-header-text {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  --uk-text-opacity: 1;
  color: rgb(36 74 125 / var(--uk-text-opacity));
}
.sub-header-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.paragraph-style {
  line-height: 1.5rem;
  --uk-text-opacity: 1;
  color: rgb(75 85 99 / var(--uk-text-opacity));
}
.top-padding-section {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.content-arrangement-large-gap {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .content-arrangement-large-gap {
    gap: 3.5rem;
  }
}
.main-title-style {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  line-height: 1.5;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
  text-align: center;
}
.main-title-style .social > a,
.social.main-title-style > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.dual-column-grid-layout {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .dual-column-grid-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.image-caption-flex-box {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
  width: 100%;
}
.image-style-rounded {
  border-radius: 1.5rem;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.subheading-style-extrabold {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 2.25rem;
  line-height: 1.5;
  --uk-text-opacity: 1;
  color: rgb(0 0 0 / var(--uk-text-opacity));
}
.full-height-flex-stack {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}
.standard-paragraph-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  line-height: 1.625;
  --uk-text-opacity: 1;
  color: rgb(75 85 99 / var(--uk-text-opacity));
}
.multi-column-grid-layout {
  align-items: center;
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 640px) {
  .multi-column-grid-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .multi-column-grid-layout {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .multi-column-grid-layout {
    gap: 2.5rem;
  }
}
.flex-centered-column {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.featured-number-style {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  line-height: 1.5;
  --uk-text-opacity: 1;
  color: rgb(62 118 168 / var(--uk-text-opacity));
  text-align: center;
}
.featured-number-style .social > a,
.social.featured-number-style > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.explanatory-text-muted {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  line-height: 1.625;
  --uk-text-opacity: 1;
  color: rgb(107 114 128 / var(--uk-text-opacity));
  text-align: center;
}
.explanatory-text-muted .social > a,
.social.explanatory-text-muted > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.headline-primary {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
  margin-bottom: 2rem;
  text-align: center;
}
.headline-primary .social > a,
.social.headline-primary > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.subsection-spacing {
  margin-bottom: 2.5rem;
  text-align: center;
}
.social.subsection-spacing > a,
.subsection-spacing .social > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.card-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 3.5rem;
}
.responsive-width {
  max-width: 28rem;
  width: 100%;
}
@media (min-width: 640px) {
  .responsive-width {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .responsive-width {
    width: 33.333333%;
  }
}
.image-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 2rem;
  position: relative;
}
.image-preview {
  border-radius: 0.5rem;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.overlay-caption {
  align-items: center;
  display: flex;
  position: absolute;
  --uk-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--uk-bg-opacity));
  border-start-end-radius: 1rem;
  bottom: 0;
  padding-bottom: 1rem;
  padding-inline-end: 1.25rem;
  padding-top: 1rem;
  padding-inline-start: 0.5rem;
}
.metadata-tag {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --uk-text-opacity: 1;
  border-inline-end-width: 1px;
  color: rgb(107 114 128 / var(--uk-text-opacity));
  margin-inline-end: 1.25rem;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --uk-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--uk-border-opacity));
  padding-inline-end: 1.25rem;
}
.group:hover .metadata-tag {
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
}
.metadata-category {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --uk-text-opacity: 1;
  color: rgb(107 114 128 / var(--uk-text-opacity));
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.group:hover .metadata-category,
.link-heading {
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
}
.link-heading {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.group:hover .link-heading {
  --uk-text-opacity: 1;
  color: rgb(62 118 168 / var(--uk-text-opacity));
}
.action-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  justify-content: center;
  width: 13rem;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
  --uk-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --uk-shadow-colored: 0 1px 2px 0 var(--uk-shadow-color);
  border-radius: 1.5rem;
  border-width: 1px;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
  margin-inline-end: auto;
  margin-inline-start: auto;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --uk-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--uk-border-opacity));
  padding-bottom: 0.875rem;
  padding-inline-end: 1.75rem;
  padding-top: 0.875rem;
  padding-inline-start: 1.75rem;
}
.action-button:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--uk-bg-opacity));
}
.spacious-section-padding {
  padding-bottom: 4rem;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .spacious-section-padding {
    padding-bottom: 5rem;
    padding-top: 7rem;
  }
}
@media (min-width: 1024px) {
  .spacious-section-padding {
    padding-bottom: 5rem;
    padding-top: 7rem;
  }
}
@media (min-width: 1280px) {
  .spacious-section-padding {
    padding-bottom: 5rem;
    padding-top: 7rem;
  }
}
.row-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-inline-end: -15px;
  margin-inline-start: -15px;
}
.centered-content-container {
  flex: 0 0 auto;
  margin-inline-end: auto !important;
  margin-inline-start: auto !important;
  max-width: 100%;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  position: relative !important;
  text-align: center !important;
  width: 100%;
}
@media (min-width: 768px) {
  .centered-content-container {
    width: 91.666667%;
  }
}
@media (min-width: 1024px) {
  .centered-content-container {
    width: 83.333333%;
  }
}
@media (min-width: 1280px) {
  .centered-content-container {
    width: 75%;
  }
}
@media (min-width: 1536px) {
  .centered-content-container {
    width: 66.666667%;
  }
}
.small-uppercase-heading {
  font-size: 0.8rem;
  letter-spacing: 0.02rem;
  line-height: 1.35 !important;
  text-transform: uppercase;
  --uk-text-opacity: 1;
  color: rgb(170 176 188 / var(--uk-text-opacity));
  margin-bottom: 0.75rem !important;
}
.dynamic-size-heading {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
  line-height: 1.25 !important;
  margin-bottom: 3rem;
}
@media (min-width: 1280px) {
  .dynamic-size-heading {
    font-size: 2rem;
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
}
@media (min-width: 1536px) {
  .dynamic-size-heading {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
}
.grid-layout-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-inline-end: -15px;
  margin-inline-start: -15px;
  margin-top: -30px;
}
.responsive-item-layout {
  flex: 0 0 auto;
  margin-top: 30px;
  max-width: 100%;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .responsive-item-layout {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .responsive-item-layout {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .responsive-item-layout {
    width: 33.333333%;
  }
}
.light-green-card {
  --uk-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--uk-bg-opacity)) !important;
  --uk-shadow: 0 0 #0000 !important;
  --uk-shadow-colored: 0 0 #0000 !important;
  border-radius: 0.8rem !important;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow) !important;
}
.flexible-content-body {
  flex: 1 1 auto;
  padding: 40px;
}
.testimonial-quote-style {
  border-width: 0;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0 !important;
  padding: 0;
  padding-inline-start: 1rem;
  position: relative;
}
blockquote.testimonial-quote-style {
  padding-inline-start: 0;
}
.testimonial-quote-style:before {
  color: rgba(52, 63, 82, 0.05);
  font-size: 10rem;
  line-height: 1;
  position: absolute;
  z-index: 1;
  --uk-content: "\201d";
  content: var(--uk-content);
  inset-inline-start: -0.9rem;
  top: -1.5rem;
}
.horizontal-flex-align {
  align-items: center;
  display: flex;
  text-align: start;
}
.no-padding-left {
  padding-inline-start: 0 !important;
}
.slight-margin-header {
  font-size: 0.9rem;
  line-height: 1.5 !important;
  margin-bottom: 0.25rem !important;
}
.no-margin-subtext {
  font-size: 0.8rem;
  margin-bottom: 0 !important;
}
.mint-background-card {
  background-color: rgb(240 253 250 / var(--uk-bg-opacity)) !important;
}
.mint-background-card,
.soft-gray-container {
  --uk-bg-opacity: 1 !important;
  --uk-shadow: 0 0 #0000 !important;
  --uk-shadow-colored: 0 0 #0000 !important;
  border-radius: 0.8rem !important;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow) !important;
}
.soft-gray-container {
  background-color: rgb(250 250 250 / var(--uk-bg-opacity)) !important;
}
.light-pink-card {
  --uk-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--uk-bg-opacity)) !important;
  --uk-shadow: 0 0 #0000 !important;
  --uk-shadow-colored: 0 0 #0000 !important;
  border-radius: 0.8rem !important;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow) !important;
}
.vertical-flex-centered {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: flex-start;
  width: 100%;
}
.text-secondary-paragraph {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  line-height: 1.625;
  width: 100%;
  --uk-text-opacity: 1;
  color: rgb(107 114 128 / var(--uk-text-opacity));
  text-align: center;
}
.social.text-secondary-paragraph > a,
.text-secondary-paragraph .social > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .text-secondary-paragraph {
    max-width: 48rem;
  }
}
.block-column-loose-gap {
  gap: 2rem;
}
.block-column-loose-gap,
.interactive-card-standard {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.interactive-card-standard {
  --uk-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--uk-bg-opacity));
  border-radius: 0.75rem;
  border-width: 1px;
  transition-duration: 0.7s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --uk-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--uk-border-opacity));
  padding: 1.5rem;
}
.interactive-card-standard img {
  border-radius: 0.8rem;
}
.interactive-card-standard:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(62 118 168 / var(--uk-bg-opacity));
  --uk-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--uk-border-opacity));
}
@media (min-width: 1024px) {
  .interactive-card-standard {
    padding: 2rem;
  }
}
.dual-column-flexible-grid {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .dual-column-flexible-grid {
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.align-center-content {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: flex-start;
  width: 100%;
}
.icon-circle-hover-effect {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
  --uk-bg-opacity: 1;
  background-color: rgb(62 118 168 / var(--uk-bg-opacity));
  --uk-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --uk-shadow-colored: 0px 1px 2px 0px var(--uk-shadow-color);
  border-radius: 25px;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
  padding: 1.25rem;
  transition-duration: 0.7s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.group:hover .icon-circle-hover-effect {
  --uk-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--uk-bg-opacity));
}
.highlighted-number {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  line-height: 1.625;
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
  text-align: center;
  transition-duration: 0.7s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.highlighted-number .social > a,
.social.highlighted-number > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.group:hover .highlighted-number {
  --uk-text-opacity: 1;
  color: rgb(62 118 168 / var(--uk-text-opacity));
}
.question-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
  transition-duration: 0.7s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.group:hover .question-title {
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
}
.answer-text-style {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  line-height: 1.5;
  width: 100%;
  --uk-text-opacity: 1;
  color: rgb(75 85 99 / var(--uk-text-opacity));
  transition-duration: 0.7s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.group:hover .answer-text-style {
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
}
.section-spacing {
  padding-inline-end: 0.5rem;
  padding-bottom: 1.75rem;
  padding-inline-start: 0.5rem;
  padding-top: 4rem;
}
.centralized-container {
  max-width: 80rem;
  --uk-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--uk-bg-opacity));
  border-radius: 1.5rem;
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding: 3rem;
  padding-inline-end: 1rem;
  padding-inline-start: 1rem;
}
@media (min-width: 1024px) {
  .centralized-container {
    padding-inline-end: 3rem;
    padding-inline-start: 3rem;
  }
}
.header-footer-layout {
  align-items: center;
  border-bottom-width: 2px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  --uk-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--uk-border-opacity));
  padding-bottom: 2.5rem;
}
@media (min-width: 830px) {
  .header-footer-layout {
    flex-direction: row;
  }
}
.top-position-item {
  order: 1;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}
.flexible-list-layout {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .flexible-list-layout {
    flex-direction: row;
    gap: 3rem;
  }
}
.interactive-nav-link {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  --uk-text-opacity: 1;
  color: rgb(31 41 55 / var(--uk-text-opacity));
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.interactive-nav-link:focus-within {
  --uk-text-opacity: 1;
  color: rgb(62 118 168 / var(--uk-text-opacity));
  outline-width: 0;
}
.interactive-nav-link:hover {
  --uk-text-opacity: 1;
  color: rgb(62 118 168 / var(--uk-text-opacity));
}
.footer-layout {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.75rem;
  text-align: center;
}
.footer-layout .social > a,
.social.footer-layout > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 640px) {
  .footer-layout {
    flex-direction: row;
    text-align: start;
  }
}
.greyed-footer-text {
  order: 1;
}
.contact-info-line,
.greyed-footer-text {
  --uk-text-opacity: 1;
  color: rgb(156 163 175 / var(--uk-text-opacity));
}
.contact-info-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
@media (min-width: 640px) {
  .contact-info-line {
    justify-content: flex-start;
  }
}
.divider-element {
  --uk-text-opacity: 1;
  color: rgb(209 213 219 / var(--uk-text-opacity));
  padding-inline-end: 0.5rem;
  padding-inline-start: 0.5rem;
}
@media (min-width: 640px) {
  .divider-element {
    display: inline;
  }
}
.popup-container {
  max-width: 20rem;
  position: fixed;
  z-index: 50;
  --uk-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--uk-bg-opacity));
  --uk-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --uk-shadow-colored: 0 10px 15px -3px var(--uk-shadow-color),
    0 4px 6px -4px var(--uk-shadow-color);
  border-radius: 0.5rem;
  bottom: 0;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
  inset-inline-end: 0;
  inset-inline-start: 0;
  margin: 1rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .navbar-expand-lg.transparent:not(.popup-container) {
    padding-top: 0.3rem;
  }
}
.headline-text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.paragraph-info {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}
.highlight-link {
  text-decoration-line: underline;
}
.action-button-group {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 1rem;
}
.confirm-action {
  --uk-bg-opacity: 1;
  background-color: rgb(76 140 189 / var(--uk-bg-opacity));
  --uk-text-opacity: 1;
  border-radius: 0.25rem;
  color: rgb(255 255 255 / var(--uk-text-opacity));
  padding-inline-end: 1rem;
  padding-bottom: 0.25rem;
  padding-inline-start: 1rem;
  padding-top: 0.25rem;
}
.confirm-action,
.confirm-action img {
  border-radius: 0.4rem;
}
.confirm-action:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(49 96 146 / var(--uk-bg-opacity));
}
.secondary-button {
  --uk-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--uk-bg-opacity));
  --uk-text-opacity: 1;
  border-radius: 0.25rem;
  color: rgb(255 255 255 / var(--uk-text-opacity));
  padding-inline-end: 1rem;
  padding-bottom: 0.25rem;
  padding-inline-start: 1rem;
  padding-top: 0.25rem;
}
.secondary-button,
.secondary-button img {
  border-radius: 0.4rem;
}
.secondary-button:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--uk-bg-opacity));
}
.grid-structure {
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {
  .grid-structure {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.center-aligned-row {
  align-items: center;
  display: flex;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .center-aligned-row {
    margin-bottom: 0;
  }
}
.primary-text-style {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --uk-text-opacity: 1;
  color: rgb(62 118 168 / var(--uk-text-opacity));
  margin-bottom: 1rem;
  text-align: center;
}
.primary-text-style .social > a,
.social.primary-text-style > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .primary-text-style {
    text-align: start;
  }
}
.main-heading-style {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
  margin-bottom: 2.25rem;
  text-align: center;
}
.main-heading-style .social > a,
.social.main-heading-style > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .main-heading-style {
    text-align: start;
  }
}
.custom-alert-style {
  --uk-bg-opacity: 1 !important;
  background-color: rgb(237 249 246 / var(--uk-bg-opacity)) !important;
  --uk-text-opacity: 1 !important;
  color: rgb(48 137 112 / var(--uk-text-opacity)) !important;
  --uk-shadow: 0 0 #0000 !important;
  --uk-shadow-colored: 0 0 #0000 !important;
  border-width: 0 !important;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow) !important;
  --uk-border-opacity: 1 !important;
  border-color: rgb(48 137 112 / var(--uk-border-opacity)) !important;
  padding: 1rem !important;
}
.input-style {
  font-weight: 400;
  height: 3.5rem;
  line-height: 1.75rem;
  width: 100%;
  --uk-text-opacity: 1;
  color: rgb(75 85 99 / var(--uk-text-opacity));
  --uk-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --uk-shadow-colored: 0 1px 2px 0 var(--uk-shadow-color);
  border-radius: 1.5rem;
  border-width: 1px;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
  margin-bottom: 2rem;
  --uk-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--uk-border-opacity));
  padding-bottom: 0.5rem;
  padding-inline-end: 1rem;
  padding-top: 0.5rem;
  padding-inline-start: 1rem;
}
.input-style:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.textarea-style {
  font-weight: 400;
  height: 12rem;
  line-height: 1.75rem;
  resize: none;
  width: 100%;
  --uk-text-opacity: 1;
  color: rgb(75 85 99 / var(--uk-text-opacity));
  --uk-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --uk-shadow-colored: 0 1px 2px 0 var(--uk-shadow-color);
  border-radius: 1.5rem;
  border-width: 1px;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
  margin-bottom: 2rem;
  --uk-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--uk-border-opacity));
  padding-inline-end: 1rem;
  padding-bottom: 1rem;
  padding-inline-start: 1rem;
  padding-top: 1rem;
}
.textarea-style:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.submit-button {
  height: 3rem;
  width: 100%;
  --uk-bg-opacity: 1;
  background-color: rgb(62 118 168 / var(--uk-bg-opacity));
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
  --uk-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --uk-shadow-colored: 0 1px 3px 0 var(--uk-shadow-color),
    0 1px 2px -1px var(--uk-shadow-color);
  border-radius: 1.5rem;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
  text-align: center;
  transition-duration: 0.7s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social.submit-button > a,
.submit-button .social > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.submit-button:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(36 74 125 / var(--uk-bg-opacity));
}
.image-background-section {
  align-items: center;
  background-image: url(images/7bf7136.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  display: flex;
  height: 600px;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .image-background-section {
    max-width: 36rem;
  }
}
.card-style-content {
  height: auto;
  width: auto;
  --uk-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--uk-bg-opacity));
  --uk-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --uk-shadow-colored: 0 20px 25px -5px var(--uk-shadow-color),
    0 8px 10px -6px var(--uk-shadow-color);
  border-radius: 1.5rem;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
  padding: 1rem;
}
@media (min-width: 1024px) {
  .card-style-content {
    padding: 1.5rem;
    width: 24rem;
  }
}
.icon-text-pair {
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem;
}
.non-flex-shrink {
  flex-shrink: 0;
}
.standard-text-style {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  --uk-text-opacity: 1;
  color: rgb(0 0 0 / var(--uk-text-opacity));
  margin-inline-start: 1.25rem;
}
.positioned-bg-white {
  position: relative;
  --uk-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--uk-bg-opacity)) !important;
}
.responsive-row-layout {
  align-items: center;
  flex-wrap: nowrap !important;
}
@media (min-width: 1024px) {
  .responsive-row-layout {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .responsive-row-layout {
    flex-direction: row;
  }
}
.full-width {
  width: 100%;
}
.responsive-brand-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --uk-text-opacity: 1;
  color: rgb(55 65 81 / var(--uk-text-opacity));
}
@media (min-width: 480px) {
  .responsive-brand-text {
    display: inline;
  }
}
@media (min-width: 768px) {
  .responsive-brand-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.mobile-menu-bar {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .mobile-menu-bar {
    display: none;
  }
}
@media (min-width: 1280px) {
  .mobile-menu-bar {
    display: none;
  }
}
.icon-button-style {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  --uk-text-opacity: 1;
  border-radius: 9999px;
  color: rgb(156 163 175 / var(--uk-text-opacity));
  inset-inline-end: 1rem;
}
.icon-button-style:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--uk-bg-opacity));
  --uk-text-opacity: 1;
  color: rgb(17 24 39 / var(--uk-text-opacity));
}
.icon-button-style:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --uk-ring-offset-shadow: var(--uk-ring-inset) 0 0 0
    var(--uk-ring-offset-width) var(--uk-ring-offset-color);
  --uk-ring-shadow: var(--uk-ring-inset) 0 0 0
    calc(2px + var(--uk-ring-offset-width)) var(--uk-ring-color);
  box-shadow: var(--uk-ring-offset-shadow), var(--uk-ring-shadow),
    var(--uk-shadow, 0 0 #0000);
  --uk-ring-inset: inset;
  --uk-ring-opacity: 1;
  --uk-ring-color: rgb(107 114 128 / var(--uk-ring-opacity));
}
.small-icon-dimensions {
  height: 1.5rem;
  width: 1.5rem;
}
.auto-space-column-layout {
  display: flex;
  flex-direction: column;
  height: 100% !important;
}
@media (min-width: 1024px) {
  .auto-space-column-layout {
    margin-inline-start: auto !important;
  }
}
@media (min-width: 1280px) {
  .auto-space-column-layout {
    margin-inline-start: auto !important;
  }
}
.full-width-flex-end {
  display: flex !important;
  margin-inline-start: auto !important;
  width: 100%;
}
.align-center-flex-end {
  align-items: center !important;
  flex-direction: row !important;
  margin-inline-start: auto !important;
}
@media (min-width: 1024px) {
  .mobile-display-only {
    display: none;
  }
}
@media (min-width: 1280px) {
  .mobile-display-only {
    display: none;
  }
}
.light-blue-bg {
  --uk-bg-opacity: 1 !important;
  background-color: rgb(195 217 233 / var(--uk-bg-opacity)) !important;
}
.hero-section-padding {
  padding-bottom: 9rem !important;
  padding-top: 2.5rem !important;
  text-align: center !important;
}
@media (min-width: 768px) {
  .hero-section-padding {
    padding-bottom: 10rem !important;
    padding-top: 4.5rem !important;
  }
}
@media (min-width: 1024px) {
  .hero-section-padding {
    padding-bottom: 10rem !important;
    padding-top: 4.5rem !important;
  }
}
@media (min-width: 1280px) {
  .hero-section-padding {
    padding-bottom: 10rem !important;
    padding-top: 4.5rem !important;
  }
}
.full-width-container {
  flex: 0 0 auto;
  margin-inline-end: auto !important;
  margin-inline-start: auto !important;
  max-width: 100%;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .full-width-container {
    width: 100%;
  }
}
.hero-title-style {
  font-size: calc(1.365rem + 1.38vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem !important;
}
@media (min-width: 1280px) {
  .hero-title-style {
    font-size: 2.4rem;
  }
}
.paragraph-text-spacing {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.65;
}
@media (min-width: 1024px) {
  .paragraph-text-spacing {
    padding-inline-end: 1.25rem !important;
    padding-inline-start: 1.25rem !important;
  }
}
@media (min-width: 1280px) {
  .paragraph-text-spacing {
    padding-inline-end: 1.25rem !important;
    padding-inline-start: 1.25rem !important;
  }
}
@media (min-width: 1536px) {
  .paragraph-text-spacing {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
}
.white-bg {
  --uk-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--uk-bg-opacity)) !important;
}
.responsive-bottom-padding {
  padding-bottom: 4.5rem !important;
}
@media (min-width: 768px) {
  .responsive-bottom-padding {
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 1024px) {
  .responsive-bottom-padding {
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 1280px) {
  .responsive-bottom-padding {
    padding-bottom: 6rem !important;
  }
}
.wide-center-block {
  flex: 0 0 auto;
  margin-inline-end: auto !important;
  margin-inline-start: auto !important;
  max-width: 100%;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  .wide-center-block {
    width: 83.333333%;
  }
}
@media (min-width: 1280px) {
  .wide-center-block {
    width: 83.333333%;
  }
}
.negative-top-margin {
  margin-top: -7rem !important;
}
.multi-device-margins {
  display: flex;
  flex-wrap: wrap;
  margin-inline-end: -15px;
  margin-inline-start: -15px;
  margin-bottom: 2rem !important;
  margin-top: -40px;
}
@media (min-width: 768px) {
  .multi-device-margins {
    margin-inline-end: -20px;
    margin-inline-start: -20px;
  }
}
@media (min-width: 1024px) {
  .multi-device-margins {
    margin-inline-end: -20px;
    margin-inline-start: -20px;
  }
}
@media (min-width: 1280px) {
  .multi-device-margins {
    margin-inline-end: -20px;
    margin-inline-start: -20px;
  }
}
.half-width-item {
  flex: 0 0 auto;
  margin-top: 40px;
  max-width: 100%;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .half-width-item {
    padding-inline-end: 20px;
    padding-inline-start: 20px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .half-width-item {
    padding-inline-end: 20px;
    padding-inline-start: 20px;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .half-width-item {
    padding-inline-end: 20px;
    padding-inline-start: 20px;
    width: 50%;
  }
}
.full-height {
  height: 100%;
}
.image-overlay-effect * {
  box-sizing: border-box;
}
.image-overlay-effect {
  --uk-translate-y: 0px;
  overflow: hidden;
  transform: translate(var(--uk-translate-x), var(--uk-translate-y))
    rotate(var(--uk-rotate)) skewX(var(--uk-skew-x)) skewY(var(--uk-skew-y))
    scaleX(var(--uk-scale-x)) scaleY(var(--uk-scale-y));
}
.smooth-hover-animation {
  transition-duration: 0.15s !important;
  transition-duration: 0.35s !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.group:hover .smooth-hover-animation {
  --uk-scale-x: 1.05;
  --uk-scale-y: 1.05;
  transform: translate(var(--uk-translate-x), var(--uk-translate-y))
    rotate(var(--uk-rotate)) skewX(var(--uk-skew-x)) skewY(var(--uk-skew-y))
    scaleX(var(--uk-scale-x)) scaleY(var(--uk-scale-y));
}
.responsive-flex-padding {
  flex: 1 1 auto;
  padding: 40px;
}
@media (min-width: 640px) {
  .responsive-flex-padding {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .responsive-flex-padding {
    padding: 1.75rem 1.75rem 1rem;
  }
}
@media (min-width: 1024px) {
  .responsive-flex-padding {
    padding: 1.75rem 1.75rem 1rem;
  }
}
@media (min-width: 1280px) {
  .responsive-flex-padding {
    padding: 1.75rem 1.75rem 1rem;
  }
}
.small-margin-bottom {
  margin-bottom: 0.9rem !important;
}
.small-uppercase-highlight {
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  --uk-text-opacity: 1;
  color: rgb(170 176 188 / var(--uk-text-opacity));
  margin-bottom: 0.4rem;
}
.small-title-styling {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0.25rem !important;
  margin-top: 0;
  word-spacing: 0.1rem;
}
.main-text-color,
.small-title-styling {
  --uk-text-opacity: 1;
  color: rgb(52 63 82 / var(--uk-text-opacity));
}
.position-relative {
  position: relative !important;
}
.responsive-padding-box {
  padding: 18px 40px;
}
@media (min-width: 768px) {
  .responsive-padding-box {
    padding: 1.25rem 1.75rem;
  }
}
@media (min-width: 1024px) {
  .responsive-padding-box {
    padding: 1.25rem 1.75rem;
  }
}
@media (min-width: 1280px) {
  .responsive-padding-box {
    padding: 1.25rem 1.75rem;
  }
}
.footer-meta-text {
  display: flex;
  font-size: 0.7rem;
  list-style-type: none;
  --uk-text-opacity: 1;
  color: rgb(170 176 188 / var(--uk-text-opacity));
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0;
}
.inline-format {
  display: inline-block;
}
.spacious-center-section {
  padding-bottom: 9rem;
  padding-top: 2.5rem;
  text-align: center !important;
}
@media (min-width: 768px) {
  .spacious-center-section {
    padding-bottom: 10rem;
    padding-top: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .spacious-center-section {
    padding-bottom: 10rem;
    padding-top: 4.5rem;
  }
}
@media (min-width: 1280px) {
  .spacious-center-section {
    padding-bottom: 10rem;
    padding-top: 4.5rem;
  }
}
.centered-column-container {
  flex: 0 0 auto;
  margin-inline-end: auto !important;
  margin-inline-start: auto !important;
  max-width: 100%;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .centered-column-container {
    width: 83.333333%;
  }
}
@media (min-width: 1024px) {
  .centered-column-container {
    width: 83.333333%;
  }
}
@media (min-width: 1280px) {
  .centered-column-container {
    width: 66.666667%;
  }
}
.heading-subtitle {
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  --uk-text-opacity: 1;
  color: rgb(170 176 188 / var(--uk-text-opacity));
  margin-bottom: 0.4rem;
}
.dynamic-title-text {
  font-size: calc(1.365rem + 1.38vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 1280px) {
  .dynamic-title-text {
    font-size: 2.4rem;
  }
}
.footer-meta-info {
  font-size: 0.8rem;
  list-style-type: none;
  --uk-text-opacity: 1;
  color: rgb(170 176 188 / var(--uk-text-opacity));
  margin: 0;
  margin-bottom: 1.25rem !important;
  padding: 0;
}
.full-width-image {
  max-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.flexible-padding-box {
  flex: 1 1 auto;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .flexible-padding-box {
    padding: 2.8rem 3rem;
  }
}
@media (min-width: 1024px) {
  .flexible-padding-box {
    padding: 2.8rem 3rem;
  }
}
@media (min-width: 1280px) {
  .flexible-padding-box {
    padding: 2.8rem 3rem;
  }
}
.bottom-gap {
  margin-bottom: 2rem;
}
.positioned-element {
  margin-bottom: 1.25rem;
  position: relative;
}
.background-custom-blue {
  --uk-bg-opacity: 1;
  background-color: rgb(225 236 244 / var(--uk-bg-opacity));
}
.full-padding-centered-content {
  padding-bottom: 12.5rem;
  padding-top: 6rem;
  text-align: center !important;
}
@media (min-width: 768px) {
  .full-padding-centered-content {
    padding-bottom: 12.5rem;
    padding-top: 6rem;
  }
}
@media (min-width: 1024px) {
  .full-padding-centered-content {
    padding-bottom: 12.5rem;
    padding-top: 6rem;
  }
}
@media (min-width: 1280px) {
  .full-padding-centered-content {
    padding-bottom: 12.5rem;
    padding-top: 6rem;
  }
}
.centered-wide-auto-width {
  flex: 0 0 auto;
  margin-inline-end: auto !important;
  margin-inline-start: auto !important;
  max-width: 100%;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  .centered-wide-auto-width {
    width: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .centered-wide-auto-width {
    width: 66.666667%;
  }
}
.dynamic-header-font {
  font-size: calc(1.365rem + 1.38vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
@media (min-width: 1280px) {
  .dynamic-header-font {
    font-size: 2.4rem;
  }
}
.small-inline-subtext {
  display: inline-flex;
  font-size: 0.7rem;
  letter-spacing: 0.02rem;
  position: relative;
  vertical-align: top;
  --uk-text-opacity: 1;
  color: rgb(170 176 188 / var(--uk-text-opacity));
  margin-bottom: 0.4rem;
}
.centered-content-mid-size {
  flex: 0 0 auto;
  margin-inline-end: auto !important;
  margin-inline-start: auto !important;
  margin-top: -10rem !important;
  max-width: 100%;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  .centered-content-mid-size {
    width: 58.333333%;
  }
}
@media (min-width: 1280px) {
  .centered-content-mid-size {
    width: 50%;
  }
}
@media (min-width: 1536px) {
  .centered-content-mid-size {
    width: 41.666667%;
  }
}
.centered-pad-section {
  padding: 3rem !important;
  text-align: center !important;
}
.left-aligned-text {
  margin-bottom: 0.75rem !important;
  text-align: start;
}
.relatively-spaced-element {
  margin-bottom: 1rem;
  position: relative !important;
}
.styled-input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  height: calc(2.5rem + 2px);
  min-height: calc(2.5rem + 2px);
  width: 100%;
  --uk-bg-opacity: 1;
  background-clip: padding-box;
  background-color: rgb(254 254 254 / var(--uk-bg-opacity));
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  --uk-text-opacity: 1;
  color: rgb(96 105 123 / var(--uk-text-opacity));
  --uk-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
  --uk-shadow-colored: 0 0 1.25rem var(--uk-shadow-color);
  border: 1px solid rgba(8, 60, 130, 0.07);
  border-radius: 0.4rem;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
  padding-inline-end: 1rem;
  padding-bottom: 0.6rem;
  padding-inline-start: 1rem;
  padding-top: 0.6rem;
}
.styled-input-field::file-selector-button {
  pointer-events: none;
  --uk-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--uk-bg-opacity));
  --uk-text-opacity: 1;
  border: 0 solid;
  border-color: inherit;
  border-radius: 0;
  color: rgb(96 105 123 / var(--uk-text-opacity));
  margin-top: -0.6rem;
  margin-inline-end: -1rem;
  margin-bottom: -0.6rem;
  margin-inline-start: -1rem;
  padding-inline-end: 1rem;
  padding-bottom: 0.6rem;
  padding-inline-start: 1rem;
  padding-top: 0.6rem;
  transition-duration: 0.15s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.styled-input-field:focus {
  --uk-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--uk-bg-opacity));
  --uk-text-opacity: 1;
  color: rgb(96 105 123 / var(--uk-text-opacity));
  --uk-shadow-color: 0 0 1.25rem rgba(30, 34, 40, 0.04), unset;
  --uk-shadow: var(--uk-shadow-colored);
  --uk-border-opacity: 1;
  border-color: rgb(159 188 240 / var(--uk-border-opacity));
  border-color: rgba(63, 120, 224, 0.5) !important;
}
.styled-input-field:focus-visible {
  border-color: rgba(63, 120, 224, 0.5) !important;
  outline-width: 0 !important;
}
.styled-input-field:disabled {
  --uk-bg-opacity: 1;
  background-color: rgb(170 176 188 / var(--uk-bg-opacity));
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .styled-input-field {
    transition-property: none;
  }
  .styled-input-field::file-selector-button {
    transition-property: none;
  }
}
.placeholder-text-label {
  display: inline-block;
  font-size: 0.75rem;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform-origin: 0 0;
  white-space: nowrap;
  z-index: 2;
  --uk-text-opacity: 1;
  border: 1px solid transparent;
  color: rgb(149 156 169 / var(--uk-text-opacity));
  inset-inline-start: 0;
  padding-inline-end: 1rem;
  padding-bottom: 0.6rem;
  padding-inline-start: 1rem;
  padding-top: 0.6rem;
  text-align: start;
  top: 0;
}
.styled-primary-button {
  width: 100%;
  --uk-bg-opacity: 1 !important;
  background-color: rgb(36 74 125 / var(--uk-bg-opacity)) !important;
  --uk-text-opacity: 1;
  border-radius: 50rem !important;
  margin-bottom: 0.5rem;
  --uk-border-opacity: 1;
}
.styled-primary-button,
.styled-primary-button:hover {
  border-color: rgb(36 74 125 / var(--uk-border-opacity));
  color: rgb(255 255 255 / var(--uk-text-opacity));
}
.styled-primary-button:active,
.styled-primary-button:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(36 74 125 / var(--uk-bg-opacity));
  --uk-text-opacity: 1;
  --uk-border-opacity: 1;
}
.styled-primary-button:active {
  border-color: rgb(36 74 125 / var(--uk-border-opacity));
  color: rgb(255 255 255 / var(--uk-text-opacity));
}
.styled-primary-button:disabled {
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
}
:root {
  font-size: 20px;
}
*,
:after,
:before {
  box-sizing: border-box;
}
::-moz-selection {
  background-color: rgba(63, 120, 224, 0.7);
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
}
::selection {
  background-color: rgba(63, 120, 224, 0.7);
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
}
a {
  transition-duration: 0.15s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition-property: none;
  }
}
a:focus {
  outline: 0;
}
.more {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.01rem;
}
.more:after {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  --uk-content: "\e94c";
  content: var(--uk-content);
  font-family: Unicons;
  margin-inline-end: -0.25rem;
  padding-inline-start: 0.05rem;
  vertical-align: -3px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-spacing: 0.1rem;
}
.h1,
h1 {
  line-height: 1.3;
}
.h2,
h2 {
  line-height: 1.35;
}
.h3,
h3 {
  line-height: 1.4 !important;
}
.h4,
h4 {
  line-height: 1.45 !important;
}
.h5,
h5 {
  line-height: 1.5 !important;
}
.h6,
h6 {
  line-height: 1.55 !important;
}
body,
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  --uk-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--uk-bg-opacity));
  font-family: Manrope, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.7;
  --uk-text-opacity: 1;
  color: rgb(96 105 123 / var(--uk-text-opacity));
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: 0.05rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.01rem;
  line-height: 1.2;
  --uk-text-opacity: 1;
  color: rgb(52 63 82 / var(--uk-text-opacity));
  margin-bottom: 0.5rem;
  margin-top: 0;
  word-spacing: 0.1rem;
}
.h1,
h1 {
  font-size: calc(1.27rem + 0.24vw);
}
@media (min-width: 1280px) {
  .h1,
  h1 {
    font-size: 1.45rem;
  }
}
.h2,
h2 {
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1280px) {
  .h2,
  h2 {
    font-size: 1.3rem;
  }
}
.h3,
h3 {
  font-size: 1.1rem;
}
.h4,
h4 {
  font-size: 0.95rem;
}
.h5,
h5 {
  font-size: 0.9rem;
}
.h6,
h6 {
  font-size: 0.85rem;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
  padding-inline-start: 2rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
a {
  color: #3f78e0;
  text-decoration-line: none;
}
a:hover {
  color: #3f78e0;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration-line: none;
}
img,
svg {
  vertical-align: middle;
}
img {
  max-width: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
textarea {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
}
button {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
button {
  -webkit-appearance: button;
}
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none;
}
.blockquote {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.form-control::-webkit-date-and-time-value {
  height: 1.7em;
  margin: 0;
  min-width: 85px;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::file-selector-button {
  border-inline-end-width: 1px;
  margin-inline-end: 1rem;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  --uk-bg-opacity: 1;
  background-color: rgb(170 176 188 / var(--uk-bg-opacity));
}
textarea.form-control {
  min-height: calc(1.7em + 1.2rem + 2px);
}
.form-floating > label {
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-bottom: 0.2rem;
  padding-top: 1rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: 0.2rem;
  padding-top: 1rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-bottom: 0.2rem;
  padding-top: 1rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  --uk-translate-y: -0.4rem;
  --uk-translate-x: 0.2rem;
  --uk-scale-x: 0.8;
  --uk-scale-y: 0.8;
  color: #60697b;
  transform: translate(var(--uk-translate-x), var(--uk-translate-y))
    rotate(var(--uk-rotate)) skewX(var(--uk-skew-x)) skewY(var(--uk-skew-y))
    scaleX(var(--uk-scale-x)) scaleY(var(--uk-scale-y));
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  --uk-translate-y: -0.4rem;
  --uk-translate-x: 0.2rem;
  --uk-scale-x: 0.8;
  --uk-scale-y: 0.8;
  color: #60697b;
  transform: translate(var(--uk-translate-x), var(--uk-translate-y))
    rotate(var(--uk-rotate)) skewX(var(--uk-skew-x)) skewY(var(--uk-skew-y))
    scaleX(var(--uk-scale-x)) scaleY(var(--uk-scale-y));
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label:after {
  height: 1.5em;
  position: absolute;
  z-index: -1;
  --uk-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--uk-bg-opacity));
  --uk-content: "";
  border-radius: 0.4rem;
  bottom: 0.6rem 0.5rem;
  content: var(--uk-content);
  inset-inline-end: 0.6rem 0.5rem;
  inset-inline-start: 0.6rem 0.5rem;
  top: 0.6rem 0.5rem;
}
.form-floating > .form-control:focus ~ label:after,
.form-floating > .form-control:not(:placeholder-shown) ~ label:after {
  height: 1.5em;
  position: absolute;
  z-index: -1;
  --uk-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--uk-bg-opacity));
  --uk-content: "";
  border-radius: 0.4rem;
  bottom: 0.6rem 0.5rem;
  content: var(--uk-content);
  inset-inline-end: 0.6rem 0.5rem;
  inset-inline-start: 0.6rem 0.5rem;
  top: 0.6rem 0.5rem;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  --uk-translate-y: -0.4rem;
  --uk-translate-x: 0.2rem;
  --uk-scale-x: 0.8;
  --uk-scale-y: 0.8;
  color: #60697b;
  transform: translate(var(--uk-translate-x), var(--uk-translate-y))
    rotate(var(--uk-rotate)) skewX(var(--uk-skew-x)) skewY(var(--uk-skew-y))
    scaleX(var(--uk-scale-x)) scaleY(var(--uk-scale-y));
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
  --uk-text-opacity: 1;
  color: rgb(96 105 123 / var(--uk-text-opacity));
}
.form-floating > .form-control:disabled ~ label:after,
.form-floating > :disabled ~ label:after {
  --uk-bg-opacity: 1;
  background-color: rgb(170 176 188 / var(--uk-bg-opacity));
}
.btn {
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  --uk-text-opacity: 1;
  color: rgb(96 105 123 / var(--uk-text-opacity));
  --uk-shadow-color: unset;
  --uk-shadow: var(--uk-shadow-colored);
  border: 2px solid transparent;
  border-radius: 0.4rem;
  padding: 0.5rem 1.2rem;
  text-align: center;
  transition-duration: 0.15s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn .social > a,
.social.btn > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.btn:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--uk-bg-opacity));
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
  --uk-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--uk-border-opacity));
}
.btn:focus-visible {
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
  --uk-shadow-color: unset, 0 0 0 0.25rem rgba(92, 140, 229, 0.5);
  --uk-shadow: var(--uk-shadow-colored);
  border-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition-property: none;
  }
}
.btn:focus-visible {
  outline: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.nav,
.nav-link {
  font-size: 0.8rem;
  font-weight: 700;
  --uk-text-opacity: 1;
  color: rgb(52 63 82 / var(--uk-text-opacity));
}
.nav-link {
  background-color: inherit;
  border-width: 0;
  display: block;
  padding: 1.2rem 0;
  transition-duration: 0.15s;
  transition-duration: 0.2s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
blockquote.nav-link {
  padding-inline-start: 0;
}
.nav-link:focus,
.nav-link:hover {
  --uk-text-opacity: 1;
  color: rgb(63 120 224 / var(--uk-text-opacity));
}
.nav-link:focus-visible {
  --uk-shadow: 0 0 0 0.25rem rgba(63, 120, 224, 0.25);
  --uk-shadow-colored: 0 0 0 0.25rem var(--uk-shadow-color);
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition-property: none;
  }
}
.nav-link:focus-visible {
  outline: 0;
}
.nav-link:disabled {
  cursor: default;
  pointer-events: none;
  --uk-text-opacity: 1;
  color: rgb(149 156 169 / var(--uk-text-opacity));
}
.navbar {
  flex-wrap: wrap;
  position: relative;
  --uk-text-opacity: 1;
  color: rgb(52 63 82 / var(--uk-text-opacity));
  padding: 0;
}
.navbar,
.navbar .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.navbar .container {
  flex-wrap: inherit;
}
.navbar-brand {
  font-size: 0.7rem;
  margin-inline-end: 0;
  padding-bottom: 0;
  padding-top: 0;
  white-space: nowrap;
}
.navbar-brand,
.navbar-brand:focus,
.navbar-brand:hover {
  --uk-text-opacity: 1;
  color: rgb(63 120 224 / var(--uk-text-opacity));
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 700;
  list-style-type: none;
  --uk-text-opacity: 1;
  color: rgb(52 63 82 / var(--uk-text-opacity));
  margin-bottom: 0;
  padding: 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  --uk-text-opacity: 1;
  color: rgb(63 120 224 / var(--uk-text-opacity));
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  --uk-bg-opacity: 1;
  background-clip: border-box;
  background-color: rgb(255 255 255 / var(--uk-bg-opacity));
  --uk-text-opacity: 1;
  border: 1px solid rgba(164, 174, 198, 0.2);
  border-radius: 0.4rem;
  color: rgb(96 105 123 / var(--uk-text-opacity));
  word-wrap: break-word;
}
.card-footer {
  background-color: transparent;
  border-top: 1px rgba(164, 174, 198, 0.2);
  border-style: solid;
  padding-inline-end: 2rem;
  padding-bottom: 0.9rem;
  padding-top: 0.9rem;
  padding-inline-start: 2rem;
}
.card-footer:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
}
.card-img-top {
  border-start-end-radius: 0.4rem;
  border-start-start-radius: 0.4rem;
  width: 100%;
}
.alert {
  background-color: transparent;
  border: 0 solid transparent;
  border-radius: 0.4rem;
  color: inherit;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}
@media (min-width: 992px) {
  .navbar-expand-lg.transparent:not(.modal),
  .navbar-expand-lg.transparent:not(.modal-backdrop) {
    padding-top: 0.3rem;
  }
}
.offcanvas {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 1045;
  --uk-bg-opacity: 1;
  background-clip: padding-box;
  background-color: rgb(30 34 40 / var(--uk-bg-opacity));
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
  --uk-shadow-color: none;
  --uk-shadow: var(--uk-shadow-colored);
  bottom: 0;
  outline-width: 0;
  transition-duration: 0.15s;
  transition-property: transform 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 992px) {
  .navbar-expand-lg.transparent:not(.offcanvas) {
    padding-top: 0.3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition-property: none;
  }
}
.offcanvas {
  outline: 0;
}
.offcanvas.offcanvas-start {
  width: 15rem;
  --uk-translate-x: -100%;
  border-inline-end-color: transparent;
  border-inline-end-width: 0;
  border-style: solid;
  inset-inline-start: 0;
  top: 0;
  transform: translate(var(--uk-translate-x), var(--uk-translate-y))
    rotate(var(--uk-rotate)) skewX(var(--uk-skew-x)) skewY(var(--uk-skew-y))
    scaleX(var(--uk-scale-x)) scaleY(var(--uk-scale-y));
}
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.show {
  visibility: visible;
}
@media (min-width: 992px) {
  .navbar-expand-lg.transparent:not(.offcanvas-backdrop) {
    padding-top: 0.3rem;
  }
}
.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  padding-inline-end: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-inline-start: 1.5rem;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.offcanvas {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.offcanvas::-webkit-scrollbar {
  display: none;
}
.external {
  align-items: center;
  background-color: rgba(164, 174, 198, 0.15);
  display: inline-flex;
  font-size: 0.65rem;
  position: relative;
  vertical-align: 2px;
  --uk-shadow: 0 0 #0000;
  --uk-shadow-colored: 0 0 #0000;
  border-radius: 0.2rem;
  border-width: 0;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
  margin-inline-end: 0.1rem;
  margin-inline-start: 0.1rem;
  margin-bottom: 0.275rem;
  margin-top: 0.275rem;
  padding-inline-end: 0.4rem;
  padding-inline-start: 1.4rem;
}
blockquote.external {
  padding-inline-start: 0;
}
.external {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.external:after {
  align-items: center;
  border-radius: 0.2rem;
  border-end-end-radius: 0;
  border-start-end-radius: 0;
  color: inherit;
  display: flex;
  font-family: Unicons;
  font-size: 0.7rem;
  inset-inline-start: 0;
  justify-content: center;
  margin-inline-end: 0.4rem;
  padding-top: 0.05rem;
  position: absolute;
  text-align: center;
  width: 1.6rem;
}
.external .social > a:after,
.social.external > a:after {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.external:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.external {
  padding-bottom: 0.05rem;
  padding-inline-end: 1.6rem;
  padding-top: 0.05rem;
  padding-inline-start: 0.4rem;
}
.external,
.external:after {
  --uk-text-opacity: 1;
  color: rgb(96 105 123 / var(--uk-text-opacity));
}
.external:after {
  font-size: 0.65rem;
  inset-inline-end: 0;
  inset-inline-start: auto;
  margin-inline-end: 0;
  margin-inline-start: 0.4rem;
}
input,
textarea {
  -webkit-appearance: none !important;
}
.form-floating:not(.form-control:disabled):before {
  background-color: inherit;
}
.form-floating > textarea.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.3rem;
}
.form-floating > textarea.form-control:focus,
.form-floating > textarea.form-control:not(:placeholder-shown) {
  padding-top: 1.3rem;
}
.form-floating > textarea.form-control:-webkit-autofill {
  padding-top: 1.3rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  --uk-text-opacity: 1;
  color: rgb(149 156 169 / var(--uk-text-opacity));
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  --uk-text-opacity: 1;
  color: rgb(149 156 169 / var(--uk-text-opacity));
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label:after {
  background-color: transparent;
}
.form-floating > .form-control:focus ~ label:after,
.form-floating > .form-control:not(:placeholder-shown) ~ label:after {
  background-color: transparent;
}
.btn {
  display: inline-flex;
  position: relative;
  --uk-translate-y: 0px;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.01rem;
}
.btn,
.btn:not(.btn-link):hover {
  transform: translate(var(--uk-translate-x), var(--uk-translate-y))
    rotate(var(--uk-rotate)) skewX(var(--uk-skew-x)) skewY(var(--uk-skew-y))
    scaleX(var(--uk-scale-x)) scaleY(var(--uk-scale-y));
}
.btn:not(.btn-link):hover {
  --uk-translate-y: -0.15rem;
  --uk-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --uk-shadow-colored: 0 0.25rem 0.75rem var(--uk-shadow-color);
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
}
button:focus {
  outline: 0;
}
.btn-primary,
.btn-primary:hover {
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
}
.btn-primary:active,
.btn-primary:hover {
  --uk-bg-opacity: 1;
  background-color: rgb(63 120 224 / var(--uk-bg-opacity));
}
.btn-primary:active {
  --uk-border-opacity: 1;
  border-color: rgb(63 120 224 / var(--uk-border-opacity));
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes priceFade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(80%);
  }
}
@keyframes priceShow {
  0% {
    opacity: 0;
    transform: translateY(-80%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ripple-1 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes ripple-2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.7);
  }
}
@keyframes loader-scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.transparent:not(.page-loader) {
    padding-top: 0.3rem;
  }
}
.nav-link {
  font-weight: 700;
  letter-spacing: -0.01rem;
}
.nav-link p {
  font-size: 0.8rem;
}
.navbar-other .nav-link {
  cursor: pointer;
}
.navbar {
  width: 100%;
  z-index: 1020;
}
.navbar .container {
  position: relative;
}
.navbar .navbar-collapse {
  align-items: center;
}
.navbar .navbar-other .nav-item .nav-link {
  padding-bottom: 0;
  padding-top: 0;
}
.navbar .navbar-other .navbar-nav > .nav-item .nav-link {
  padding-inline-end: 0;
  padding-inline-start: 0;
}
.navbar .navbar-other .navbar-nav > .nav-item:last-child {
  margin-inline-start: 0.8rem;
}
button.hamburger {
  align-items: center;
  background-color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  --uk-text-opacity: 1;
  border-width: 0;
  color: rgb(52 63 82 / var(--uk-text-opacity));
  margin-bottom: 0;
  margin-top: 0;
  margin-inline-end: 0;
  margin-inline-start: 0.2rem;
  padding: 0;
  transition-duration: 0.15s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
button.hamburger:after,
button.hamburger:before {
  --uk-content: "";
  content: var(--uk-content);
}
@media (prefers-reduced-motion: reduce) {
  button.hamburger {
    transition-property: none;
  }
}
button.hamburger::-moz-focus-inner {
  border-width: 0;
  padding: 0;
}
button.hamburger:focus {
  outline: 0;
}
button.hamburger span,
button.hamburger:after,
button.hamburger:before {
  background-color: currentColor;
  border-radius: 2rem;
  height: 0.15rem;
  transition-duration: 0.15s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 1.2rem;
}
@media (prefers-reduced-motion: reduce) {
  button.hamburger span,
  button.hamburger:after,
  button.hamburger:before {
    transition-property: none;
  }
}
button.hamburger span,
button.hamburger:before {
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.card {
  color: inherit;
  --uk-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0 0 1.25rem rgba(30, 34, 40, 0.04);
  --uk-shadow-colored: 0 0 0 0.05rem var(--uk-shadow-color),
    0 0 1.25rem var(--uk-shadow-color);
  border-width: 0;
  box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
    var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
}
blockquote.card {
  padding-inline-start: 0;
}
.card-img-top img {
  border-start-end-radius: 0.4rem;
  border-start-start-radius: 0.4rem;
}
.offcanvas-body {
  padding-bottom: 0;
  padding-top: 0;
}
.offcanvas-nav .offcanvas-body {
  flex-grow: 0;
}
.offcanvas:not(.offcanvas-nav) {
  overflow-y: auto;
}
.offcanvas:not(.offcanvas-nav) .offcanvas-body {
  overflow-y: unset;
}
.overlay {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.overlay .social > a,
.social.overlay > a {
  margin-inline-end: 0.35rem;
  margin-inline-start: 0.35rem;
  margin-bottom: 0;
  margin-top: 0;
}
.overlay {
  transform: translateZ(0);
}
.overlay * {
  --uk-text-opacity: 1;
  color: rgb(255 255 255 / var(--uk-text-opacity));
  transition-duration: 0.15s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .overlay * {
    transition-property: none;
  }
}
.overlay img {
  max-width: 100%;
  transition-property: none;
  vertical-align: top;
}
.overlay:not(.caption-overlay) i {
  display: block;
  font-size: calc(1.265rem + 0.18vw);
}
.overlay img {
  backface-visibility: hidden;
}
.blog.single .post {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.container {
  margin-inline-end: auto;
  margin-inline-start: auto;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  width: 100%;
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .navbar-expand-lg .navbar-other .nav-item .nav-link > i {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .overlay:not(.caption-overlay) i {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .navbar-expand-lg .offcanvas {
    background-color: transparent;
    flex-grow: 1;
    height: auto;
    position: static;
    transform: none !important;
    visibility: visible;
    width: auto;
    z-index: auto;
    --uk-shadow: 0 0 #0000;
    --uk-shadow-colored: 0 0 #0000;
    border-width: 0;
    box-shadow: var(--uk-ring-offset-shadow, 0 0 #0000),
      var(--uk-ring-shadow, 0 0 #0000), var(--uk-shadow);
    transition-property: none;
  }
  blockquote.navbar-expand-lg .offcanvas {
    padding-inline-start: 0;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav {
    position: static;
  }
  .navbar-expand-lg .offcanvas-nav {
    flex-direction: row;
    position: unset;
  }
  .navbar-expand-lg .offcanvas-nav.offcanvas-start {
    width: 100%;
  }
  .navbar-expand-lg.transparent:not(.fixed) {
    padding-top: 0.3rem;
  }
  .navbar-expand-lg .navbar-collapse .nav-link {
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .offcanvas-nav {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .navbar-expand-lg .offcanvas-nav .offcanvas-body,
  .navbar-expand-lg .offcanvas-nav .offcanvas-header {
    width: 100%;
  }
  .navbar-expand-lg .offcanvas-nav .offcanvas-body {
    flex-grow: 0;
    overflow-y: unset;
  }
  .navbar-expand-lg .navbar-collapse .nav-link,
  .navbar-expand-lg .navbar-collapse .nav-link.active,
  .navbar-expand-lg .navbar-collapse .nav-link:focus,
  .navbar-expand-lg .navbar-collapse .nav-link:hover,
  .navbar-expand-lg .navbar-collapse .show > .nav-link {
    --uk-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--uk-text-opacity)) !important;
  }
  .navbar-expand-lg .navbar-collapse .nav-link {
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
  }
  .navbar-expand-lg .navbar-other .nav-item .nav-link > i {
    font-size: calc(1.255rem + 0.06vw);
  }
  .navbar-expand-lg .navbar-brand {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .shape {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .navbar-collapse .nav-link {
    padding-inline-end: 0.6rem;
    padding-inline-start: 0.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition-property: none;
  }
}
