@charset "UTF-8";
/* base/_reset.scss */
/* Andy Bell’s modern CSS reset – https://piccalil.li/blog/a-modern-css-reset/ */
/* Set up the box model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margins on common elements */
body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote,
dl, dd {
  margin: 0;
}

/* Set default body styles */
body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: "cy-text", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: #334;
  overflow-x: hidden;
}

/* Make media elements behave sensibly */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Remove default form font styles */
input,
button,
textarea,
select {
  font: inherit;
}

/* Avoid text overflows */
p,
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Ensure full height layout */
#root,
#__next {
  isolation: isolate;
}

main {
  overflow-y: visible;
}

.inside main {
  margin-top: 115px;
}

.grid-section {
  padding: 60px 4%;
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .grid-section {
    padding: 40px 4%;
  }
}
.grid-section .grid__icon {
  width: 100%;
  max-width: 130px;
  height: auto;
  margin-bottom: 30px;
  display: block;
}

.grid-section--header {
  padding: 30px 4%;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 768px) {
  .grid {
    gap: 40px;
  }
}
.grid--2 .grid__column {
  flex-basis: calc(50% - 30px);
}
.grid--3 .grid__column {
  flex-basis: calc(33.333% - 60px);
}
.grid--4 .grid__column {
  flex-basis: calc(25% - 45px);
}
.grid--no-stretch {
  justify-content: flex-start;
}
.grid--no-stretch.grid--4 .grid__column {
  flex: 0 0 calc(25% - 45px);
  max-width: calc(25% - 45px);
}
.grid--no-stretch.grid--3 .grid__column {
  flex: 0 0 calc(33.333% - 60px);
  max-width: calc(33.333% - 60px);
}
.grid--no-stretch.grid--2 .grid__column {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.grid__column--1-3 {
  flex-basis: calc(33.333% - 30px);
}
.grid__column--2-3 {
  flex-basis: calc(66.666% - 30px);
}
.grid__column--1-4 {
  flex-basis: calc(25% - 45px);
}
.grid__column--2-4 {
  flex-basis: calc(50% - 30px);
}
.grid__column--3-4 {
  flex-basis: calc(75% - 30px);
}
@media (max-width: 768px) {
  .grid__column, .grid__column--1-3, .grid__column--2-3, .grid__column--1-4, .grid__column--3-4 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.grid--reverse {
  flex-direction: row-reverse;
}

.grid-section--edge {
  padding: 0;
  margin: 60px auto;
}
.grid-section--edge .grid {
  gap: 0;
}

.grid-section--edge .grid__column--image {
  background-image: url("/assets/images/plus_bg_pattern_white_transparent.svg");
  background-repeat: repeat;
  background-position: 25px 25px;
  background-size: 100px;
}

.grid-section--edge .grid__column--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-section--edge .grid__column--content {
  padding: 80px 5%;
}

.grid-section--edge.grid__column--content-reverse {
  color: white;
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
}
@media (min-width: 1200px) {
  .grid-layout {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid__column--image {
  position: relative;
}

.grid__column--column-reverse {
  flex-direction: row-reverse;
}
body {
  color: #0B235F !important;
}

h1 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 100px !important;
  line-height: 105px !important;
  font-weight: 400 !important;
  color: #0B235F !important;
  padding-bottom: 50px !important;
}

.h1-xl {
  font-family: "all-round-gothic", sans-serif;
  font-size: 200px !important;
  line-height: 3.5rem !important;
  font-weight: 800 !important;
  padding-bottom: 50px;
}

.h1-small {
  font-family: "all-round-gothic", sans-serif;
  font-size: 64px !important;
  line-height: 64px !important;
}

h2 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 64px !important;
  line-height: 64px !important;
  font-weight: 300 !important;
}

h2:has(+ a.ctabtn) {
  margin-bottom: 1.765rem;
}

.h2-alt1 {
  font-size: 100px !important;
  line-height: 105px !important;
}
@media (max-width: 680px) {
  .h2-alt1 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
}

.h2-alt {
  font-family: "all-round-gothic", sans-serif;
  font-size: 64px !important;
  line-height: 64px !important;
  font-weight: 300 !important;
  color: #085CFC;
  padding: 20px 0px;
}
@media (max-width: 680px) {
  .h2-alt {
    font-size: 36px !important;
    line-height: 36px !important;
  }
}

.h2-alt2 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 100px !important;
  line-height: 100px !important;
  font-weight: 300 !important;
  color: #00E4FF;
  padding: 20px 0px;
}
@media (max-width: 680px) {
  .h2-alt2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
}

h3 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 48px !important;
  line-height: 54px !important;
  font-weight: 400 !important;
}

.h3-alt1 {
  font-size: 34px !important;
  line-height: 45px !important;
  font-weight: 300 !important;
}

h4 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 36px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
}

p {
  font-family: "cy-text", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
}

.p-caption {
  font-size: 16px !important;
}

.hero-content h1 {
  font-size: 64px !important;
  line-height: 68px !important;
}
@media (max-width: 680px) {
  .hero-content h1 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
}

.hero-content p {
  font-size: 30px !important;
  line-height: 40px !important;
}
@media (max-width: 680px) {
  .hero-content p {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.3 !important;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: 36px !important;
    line-height: 36px !important;
    font-weight: 500 !important;
    padding-bottom: 30px !important;
  }
  .h1-xl {
    font-size: 150px !important;
    line-height: 3rem !important;
    padding-bottom: 30px;
  }
  .h1-small {
    font-family: "all-round-gothic", sans-serif;
    font-size: 30px !important;
    line-height: 30px !important;
  }
  h2 {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  .h2-alt {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  h3 {
    font-size: 24px !important;
    line-height: 24px !important;
    padding: 0;
  }
  h4 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  p {
    font-family: "cy-text", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 0;
  }
  .label {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.1;
    margin: 0px;
  }
  .a-no-style {
    color: #000007;
    font-size: 16px !important;
  }
  a {
    font-size: 16px;
  }
}
.label {
  font-family: "cy-text", sans-serif;
  margin: 4px 0px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

ul, ol {
  font-family: "cy-text", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: 0;
}
@media (max-width: 768px) {
  ul, ol {
    font-size: 1rem;
  }
}
ul, ol {
  padding-left: 50px !important;
}

a {
  color: #085CFC;
  text-decoration: none;
}

.a-black {
  color: #000007;
}

.a-no-style {
  color: #000007;
}

.list-section li a {
  text-decoration: none !important;
}
.list-section li {
  font-family: "all-round-gothic", sans-serif;
}

.list-section li::marker {
  color: #085CFC;
}

.footer {
  font-family: "cy-text", sans-serif;
}

.footer-links {
  color: #fff;
  list-style-type: none;
  margin-top: 40px;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-link {
  text-decoration: none;
  color: #0B235F;
  font-weight: 700;
}
.footer-link:hover {
  text-decoration: underline;
}

.footer-logo {
  width: 378px;
}

.social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
  padding-left: 0 !important;
}

.social-links li {
  display: flex;
  margin-right: 15px;
}

.social-links img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.hero {
  position: relative;
  height: 93vh;
  overflow: hidden;
}
.hero h1 {
  color: #fff !important;
}
.hero h1.large-blue {
  color: #00E4FF !important;
  font-size: 100px !important;
  line-height: 105px !important;
  font-weight: 400 !important;
}
@media (max-width: 1300px) {
  .hero h1.large-blue {
    font-size: 80px !important;
    line-height: 86px !important;
  }
}
@media (max-width: 950px) {
  .hero h1.large-blue {
    font-size: 60px !important;
    line-height: 66px !important;
    padding: 0;
  }
}
@media (max-width: 680px) {
  .hero h1.large-blue {
    font-size: 36px !important;
    line-height: 36px !important;
  }
}
.hero h1.large-white {
  color: #fff !important;
  font-size: 100px !important;
  line-height: 105px !important;
  font-weight: 400 !important;
}
@media (max-width: 1300px) {
  .hero h1.large-white {
    font-size: 80px !important;
    line-height: 86px !important;
  }
}
@media (max-width: 950px) {
  .hero h1.large-white {
    font-size: 60px !important;
    line-height: 66px !important;
    padding: 0;
  }
}
@media (max-width: 680px) {
  .hero h1.large-white {
    font-size: 36px !important;
    line-height: 36px !important;
  }
}
.hero h1.medium-blue {
  color: #00E4FF !important;
  font-size: 64px !important;
  line-height: 69px !important;
}
@media (max-width: 680px) {
  .hero h1.medium-blue {
    font-size: 50px !important;
    line-height: 50px !important;
    padding: 0;
  }
}
.hero h1.medium-white {
  color: #fff !important;
  font-size: 64px !important;
  line-height: 69px !important;
}
@media (max-width: 680px) {
  .hero h1.medium-white {
    font-size: 50px !important;
    line-height: 50px !important;
    padding: 0;
  }
}

/* Background video*/
#headerVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
}

/* Content overlay */
.hero-content {
  position: relative;
  z-index: 3; /* ensures it sits above the video */
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  color: #fff;
}

.hero-image {
  position: absolute;
  z-index: 1; /* ensures it sits above the video */
  width: 100%;
  height: 100%;
}

.hero-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 35, 95, 0.85);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.subpage-header {
  color: #fff;
}
.subpage-header h1 {
  padding-top: 100px;
}
@media (max-width: 680px) {
  .subpage-header h1 {
    padding-top: 50px;
  }
}
.subpage-header {
  display: flex;
  justify-content: start;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 8% 0 2% 0;
  width: 100vw;
}
.overlay h1 {
  color: #fff !important;
}

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 24% 0 2% 0;
  width: 100vw;
}
.overlay-dark h1 {
  color: #fff !important;
}

.overlay-blue {
  background-color: rgba(8, 92, 252, 0.8);
  width: 100vw;
  color: #fff !important;
}
.overlay-blue h1 {
  color: #fff !important;
}

#team-page {
  background-image: url("/assets/images/temp/disk-image.jpg");
  background-size: cover;
  background-position: center;
}

#news-subpage {
  background-image: url("/assets/images/temp/news-detail-page-img.png");
  background-size: cover;
  background-position: center;
}

#contact-page {
  background-image: url("/assets/images/temp/contact-us.jpg");
  background-size: cover;
  background-position: center;
}

#startup-ventures-page {
  background-image: url("/assets/images/temp/biostl-lab-stairs.jpg");
  background-size: cover;
  background-position: center;
}

#fundraising-page {
  background-image: url("/assets/images/temp/fundraising-page-img.png");
  background-size: cover;
  background-position: center;
}

@media (max-width: 680px) {
  .subpage-header h1 {
    font-size: 36px !important;
    line-height: 36px !important;
    font-weight: 500 !important;
    padding-bottom: 30px !important;
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: auto !important;
}

hr {
  border-color: black !important;
  margin: 30px 0 !important;
}

hr.divider-space {
  border: none;
  height: 0;
  margin: 30px 0;
}

.anchor-offset {
  scroll-margin-top: 50px;
}

.breadcrumb {
  text-decoration: none;
  font-size: 16px;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
@media (max-width: 680px) {
  button:not(:disabled),
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled) {
    width: 100% !important;
  }
}

.row {
  max-width: 1600px;
  margin: 0 auto !important;
  padding: 50px;
  display: flex;
}

.cols-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (max-width: 680px) {
  .row {
    padding: 20px;
  }
}
.homepage-animation {
  background-color: #000007;
  color: #fff;
}

.cyan-background {
  background-color: #00E4FF;
}

.sky-blue {
  background-color: #33bcff;
  color: #0B235F !important;
}

.mid-blue {
  background-color: rgb(45, 179, 255);
}

.blue {
  background-color: #0B2386;
  color: #fff;
}
.blue h2 {
  color: #00E4FF;
}
.blue .h2-alt {
  color: #fff;
}

.blue-alt {
  background-color: #0B2386;
  color: #fff;
}
.blue-alt h2 {
  color: #fff;
}

.cyan {
  color: #00E4FF;
}

.blue-text {
  color: #0B2386;
}

.deep-blue-text {
  color: #0B235F;
}

.vibrant-blue-text {
  color: rgb(8, 92, 252);
}

.white {
  color: #fff;
}

.black-text {
  color: #000007;
}

.vibrant-blue {
  background-color: rgb(8, 92, 252);
  color: #fff;
}
.vibrant-blue h2 {
  color: #fff;
}

.black-background {
  background-color: #000007;
  color: #fff !important;
}
.black-background h1 {
  color: #00E4FF !important;
}
.black-background h2 {
  color: #00E4FF !important;
}
.black-background .label {
  color: #fff;
}

.diamond-gradient-background {
  background: radial-gradient(70.08% 70.08% at 50% 23.58%, #0ED6ED 0%, #D9D9D9 100%);
  overflow: hidden;
}

.black-blue-background {
  background: linear-gradient(173.11deg, #085CFC -0.28%, #0B235F 14.84%);
  color: #fff;
}
.black-blue-background h1 {
  color: #fff !important;
}

.blue-to-white-gradient {
  background: linear-gradient(252.74deg, #ffffff 62.11%, #0674F8 126.57%);
  color: #0B235F !important;
}
.blue-to-white-gradient h1 {
  color: #0B2386 !important;
}

.dark-blue-background {
  background-color: #0B235F;
}

.biostl-icon {
  opacity: 0.15;
  background-size: 900px;
  width: 400px;
  margin: 0;
  position: absolute;
  right: -50px;
  bottom: -200px;
}

.homepage-carousel .carousel-cell {
  width: 33.33333%;
}

.carousel-cell {
  width: 25%;
  margin: 0 10px;
}

.funders-cell {
  background-color: #0B2386;
  width: 214px;
  height: 214px;
  border-radius: 20px;
  align-items: center;
  display: flex;
  margin: 0 6px;
  padding: 15px;
}
.funders-cell p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}

.funders-cell-headline {
  background-color: #0B2386;
  width: 292px;
  height: 214px;
  border-radius: 20px;
  align-items: center;
  display: flex;
  margin: 0 6px;
  padding: 15px;
}
.funders-cell-headline h3 {
  font-family: "all-round-gothic", sans-serif;
  font-size: 40px;
  line-height: 38px;
}
@media (max-width: 680px) {
  .funders-cell-headline h3 {
    font-size: 28px !important;
  }
}

.divider-carousel {
  width: 100%; /* full width */
  background-color: #fff;
}
.divider-carousel .flickity-viewport {
  min-height: 240px;
}
.divider-carousel .carousel-image {
  width: 100%;
  height: clamp(240px, 38vw, 400px);
  -o-object-fit: cover;
     object-fit: cover;
}

.divider-carousel-cell {
  width: 50%;
}
@media (max-width: 900px) {
  .divider-carousel-cell {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .divider-carousel-cell {
    width: 100%;
  }
}

.news-carousel {
  min-height: 500px;
  margin-bottom: 30px;
}

.news-carousel-cell {
  width: 100%; /* full width */
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #fff !important;
}
.news-carousel-cell a {
  color: #fff !important;
}

.news-carousel h3 {
  margin-bottom: 60px !important;
}

.news-carousel h4 {
  font-size: 32px !important;
  font-weight: 400 !important;
}

.news-carousel p {
  font-size: 17px !important;
}

#news-carousel-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#news-carousel-img img {
  border-radius: 10px;
}

.news-carousel-left {
  width: 50%;
  border-radius: 10px;
}

.news-carousel-right {
  width: 50%;
  padding: 30px;
}

@media (max-width: 800px) {
  .news-carousel-cell {
    width: 100%; /* full width */
    flex-direction: column;
  }
  .news-carousel-left {
    width: 100%;
    padding: 20px;
  }
  .news-carousel-right {
    padding: 20px;
    width: 100%;
  }
  #news-carousel-img {
    border-radius: 10px;
  }
}
@media (max-width: 680px) {
  .news-carousel h4 {
    font-size: 20px !important;
    font-weight: 400 !important;
  }
  .news-carousel p {
    font-size: 16px !important;
  }
  .news-carousel h3 {
    margin-bottom: 20px !important;
  }
}
.people_detail {
  margin-top: 100px;
}

.ratio-box {
  height: auto;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ratio-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* fill and crop */
  -o-object-position: center;
     object-position: center; /* optional: crop centered */
}
.ratio-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* fill and crop */
  -o-object-position: center;
     object-position: center; /* optional: crop centered */
}

.button-arrow {
  width: 20px;
  margin-left: 5px;
}

.ctabtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "cy-text", sans-serif;
  border-radius: 50px;
  padding: 5px 20px;
  text-transform: uppercase;
  border: none;
  margin-bottom: 10px;
  transition: 0.3s ease;
  text-decoration: none;
  gap: 0.2rem;
  margin-right: 10px;
  text-align: center;
}

.btn-vibrant-blue {
  background-color: rgb(8, 92, 252);
  color: #fff;
}

.btn-vibrant-blue:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0B235F;
}

.btn-blue {
  background-color: #0B2386;
  color: #fff;
}

.btn-blue:hover {
  color: #00E4FF;
  text-decoration: none;
}

.btn-green {
  background-color: #ADD00F;
  color: #0B235F;
}

.btn-green:hover {
  background-color: #fff;
  text-decoration: none;
}

.btn-white {
  background-color: #fff;
  color: #0B235F;
}

.btn-white:hover {
  background-color: #0B235F;
  text-decoration: none;
  color: #fff;
}

.btn-cyan-blue {
  background-color: #00E4FF;
  color: #0B2386;
}

.btn-cyan-blue:hover {
  background-color: #fff;
  text-decoration: none;
}

.btn-tag {
  font-family: "cy-text", sans-serif;
  font-size: 14px;
  background-color: transparent;
  color: #000007;
  border-radius: 50px;
  padding: 5px 20px;
  text-transform: uppercase;
  border: 1px solid;
  margin-bottom: 10px;
  margin-left: 10px;
}

.btn-tag-slider {
  font-family: "cy-text", sans-serif;
  font-size: 14px;
  background-color: transparent;
  color: #000007;
  border-radius: 50px;
  padding: 5px 20px;
  text-transform: uppercase;
  border: 1px solid;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.btn-tag-white {
  font-family: "cy-text", sans-serif;
  font-size: 14px;
  background-color: white;
  color: #085CFC;
  border-radius: 50px;
  padding: 5px 20px;
  text-transform: uppercase;
  border: none;
  margin-bottom: 10px;
  margin-left: 15px;
  text-align: center;
  text-decoration: none;
}

.btn-tag-black {
  font-family: "cy-text", sans-serif;
  font-size: 14px;
  background-color: #000007;
  color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  text-transform: uppercase;
  border: 1px solid #085CFC;
  margin-bottom: 10px;
  margin-left: 15px;
  text-align: center;
}

.news-tags-list {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0 !important;
}

.news-tags-list--filters {
  margin-bottom: 0;
}
.news-tags-list--filters .btn-tag {
  color: white;
  border: 1px solid blue;
  margin-bottom: 0;
}
.news-tags-list--filters .label {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .news-tags-list li {
    margin-bottom: 10px;
  }
  .news-tags-list--filters {
    margin-top: 10px;
  }
}
.news-title {
  text-decoration: none;
  color: #fff;
  font-size: 27px;
}

.news-title:hover {
  text-decoration: underline;
}

.news-landing {
  padding-top: 100px;
}

.news-landing-image-wrap {
  max-height: 455px;
  overflow: hidden;
}
.news-landing-image-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-feature-headline {
  padding-bottom: 30px !important;
}
.news-feature-headline a {
  color: #0B2386 !important;
  text-decoration: none;
}
.news-feature-headline a:hover {
  text-decoration: underline;
}
@media (max-width: 680px) {
  .news-feature-headline a {
    font-size: 27px !important;
  }
}

@media (max-width: 900px) {
  .news_headlinewrap {
    padding-top: 60px;
  }
}

@media (max-width: 480px) {
  .btn-green {
    width: 100%;
    font-size: 14px;
  }
  .btn-blue {
    width: 100%;
    font-size: 14px;
  }
  .btn-cyan-blue {
    width: 100%;
    font-size: 14px;
  }
  .btn-vibrant-blue {
    width: 100%;
    font-size: 14px;
  }
  .btn-white {
    width: 100%;
    font-size: 14px;
  }
}
.ticker-wrapper-hp {
  display: flex;
  overflow-x: hidden;
  text-wrap: nowrap;
  padding: 30px;
}

.ticker-wrapper-hp ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  animation: scroll 30s linear infinite;
  --gap: 20px;
  gap: var(--gap);
  padding-left: 0 !important;
}
.ticker-wrapper-hp ul li {
  list-style-type: none;
  margin: 0 40px;
}
.ticker-wrapper-hp ul h4 {
  margin: 0;
}
.ticker-wrapper-hp ul a {
  color: black;
  text-decoration: none;
}
.ticker-wrapper-hp ul a:hover {
  text-decoration: underline;
  color: #0B235F;
}
@media (max-width: 680px) {
  .ticker-wrapper-hp ul a {
    font-size: 24px !important;
  }
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.ticker-wrapper-hp:hover ul {
  animation-play-state: paused;
}

.ticker-wrapper {
  display: flex;
}

.ticker-wrapper ul {
  display: flex;
  animation: scroll 60s linear infinite;
  --gap: 20px;
  gap: var(--gap);
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.ticker-wrapper:hover ul {
  animation-play-state: paused;
}

.ticker_item {
  font-size: 1.5rem;
}

/* .ticker li {
  margin-right: 15px;
  white-space: nowrap;
} */
.stat-ticker {
  display: flex;
  /* flex-direction: row; */
  flex-wrap: wrap !important;
  margin-right: 100px !important;
  gap: var(--gap);
}

.stat-ticker h1 {
  color: #00E4FF !important;
}

.stat-ticker p {
  text-wrap: wrap;
  width: 300px;
}

.card-body {
  background: rgba(6, 116, 248, 0.25);
  border: 0.73px solid rgb(0, 0, 0) !important;
  border-radius: 10px;
  width: 100%;
  min-height: 200px;
}

.card {
  border: none !important;
  width: 100%;
}

.card-dark {
  background: rgb(10, 24, 61);
  border: 0.73px solid rgb(0, 0, 0) !important;
  border-radius: 10px;
  color: #fff !important;
  width: 100%;
}

.logo-grid-card {
  height: 100%;
  padding: 30px 20px;
  border: 1px solid #cbe2ff !important;
}

.logo-grid-card-inner {
  width: 100%;
  height: 100%;
  justify-content: center;
}

.logo-grid-card-inner img,
.logo-grid-card-inner .card-text {
  margin: auto 0;
  font-size: 30px;
  font-weight: 600;
}

.card-no-bg {
  background: transparent;
}

.bio-card {
  margin: 20px 0;
}

.bio-card-img {
  border-radius: 100%;
  width: 295px;
  margin-bottom: 20px;
}

.card-text {
  padding: 0 !important;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 480px) {
  .bio-card {
    margin: 10px 0px;
  }
  .bio-card-img {
    width: 140px;
    margin-bottom: 20px;
  }
  .cards-section {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .card-text {
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 680px) {
  .flickity-prev-next-button.previous {
    left: -32px !important;
  }
}
@media (max-width: 680px) {
  .flickity-prev-next-button.next {
    right: -32px !important;
  }
}

.news-card-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 700px) {
  .news-card-img img {
    height: 200px;
  }
}
@media (min-width: 1400px) {
  .news-card-img img {
    height: 300px;
  }
}

.news_slider {
  width: 100%;
}
.news_slider .flickity-prev-next-button.previous {
  left: -30px;
}
.news_slider .flickity-prev-next-button.next {
  right: -30px;
}

.news-slider-cell {
  width: 33.333%;
  padding: 0 15px;
}
.news-slider-cell p {
  font-size: 20px !important;
  line-height: 30px;
  margin-bottom: 0;
}
.news-slider-cell p a {
  font-size: 20px !important;
  line-height: 30px;
}
@media (max-width: 900px) {
  .news-slider-cell {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .news-slider-cell {
    width: 85%;
  }
}

.iconblock-image {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 20px;
}

/* strip all chrome */
.accordion.accordion-plain .accordion-item,
.accordion.accordion-plain .accordion-button,
.accordion.accordion-plain .accordion-body {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.white .accordion {
  color: white;
}
.white .accordion-item {
  color: white;
}
.white .accordion-button {
  color: white;
}
.white .accordion-body a {
  color: white;
}

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

.accordion-header {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  padding: 15px 0;
}

.accordion-content-wrap {
  border-bottom: 2px solid #fff;
}

.accordion.accordion-plain .accordion-button:not(.collapsed) {
  color: inherit;
  background: transparent !important;
  box-shadow: none !important;
}

/* remove focus ring & add a subtle underline on hover for affordance */
.accordion.accordion-plain .accordion-button:focus {
  box-shadow: none !important;
}

.accordion.accordion-plain .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

/* replace Bootstrap caret with a simple chevron */
.accordion.accordion-plain .accordion-button::after {
  background-image: none !important;
  content: url("/assets/images/arrow-down-icon.svg");
  transform: rotate(0deg);
  transition: transform 0.2s;
  margin-right: 40px;
  height: auto;
}

.accordion.accordion-plain .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.outline-logo {
  margin: 0;
  position: fixed;
  right: -200px;
  bottom: -500px;
  z-index: -10;
}

.in-the-news-links-small {
  margin: 0;
  padding: 0;
  padding-left: 0 !important;
  line-height: 1.5rem;
}

.in-the-news-links-small li {
  list-style-type: none;
  margin-bottom: 30px;
  padding: 0;
}

.in-the-news-links-small a {
  color: #085CFC;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.in-the-news-links-small a:hover {
  text-decoration: underline;
  color: #0B235F;
}

.linkedin-card {
  padding: 24px;
  background: rgba(6, 116, 248, 0.25);
  border-radius: 12px;
  margin-bottom: 20px;
}

.custom-divider {
  border: none;
  height: 3px;
  background-color: #fff;
  margin: 20px 0px;
}

.custom-divider-dark {
  border: none;
  height: 3px;
  background-color: #000007;
  margin: 20px 0px;
}

.content-section-block {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 50px 0 50px 50px;
}

.content-section-block-left {
  width: 40%;
  padding-right: 40px;
}

.content-section-block-right {
  width: 60% !important;
  /*background-image: url('/assets/images/temp/innovators-hour-image.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
  padding: 20px 0;
  margin-right: -62px;
}

.content-section-block-right-video {
  width: 60% !important;
  padding: 20px 0;
}

.content-section-block--novertpadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 728px) {
  .content-section-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    padding: 0px;
  }
  .content-section-block-left {
    width: 100% !important;
    padding: 20px;
  }
  .content-section-block-right {
    width: 100% !important;
    /*background-image: url('/assets/images/temp/innovators-hour-image.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;*/
  }
  .content-section-block-right-video {
    width: 100% !important;
    padding: 20px 0;
  }
}
.img-section-block-cropped-2 {
  height: 410px;
  position: absolute;
  right: 0;
  padding-left: 40px;
}

@media (max-width: 600px) {
  .img-section-block-cropped-1 {
    position: relative;
    height: 200px; /* adjust as needed */
    padding: 0;
  }
  .img-section-block-cropped-2 {
    height: 200px;
    position: relative;
    right: 0;
    top: 0;
    padding-left: 0;
  }
}
/* Search bar styling code */
.search-bar-style-alt {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-family: "cy-text", sans-serif;
}

.search-bar-alt {
  border-bottom: 1px solid #fff; /* underline */
  width: 100%;
  transition: 0.3s;
}

.search-bar-alt input {
  border: none;
  outline: none;
  background: transparent;
  flex: 1;
  color: #fff;
  width: 100%;
}

.search-bar-alt input::-moz-placeholder {
  color: rgb(154, 151, 151);
  font-weight: 400;
  font-size: 1rem;
}

.search-bar-alt input::placeholder {
  color: rgb(154, 151, 151);
  font-weight: 400;
  font-size: 1rem;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  display: flex;
  justify-content: center;
}

.page-link {
  background-color: transparent !important;
  border: none !important;
  color: rgb(154, 151, 151) !important;
  font-family: "cy-text", sans-serif !important;
}
.page-link[active] {
  color: #fff !important;
}

.page-link:active {
  color: #fff !important;
}

.page-link:hover {
  color: #fff !important;
}

.mini-email-input {
  background-color: #fff;
  border-radius: 50px;
  border: none;
  padding: 10px 15px;
  font-family: "cy-text", sans-serif;
  width: 70%;
}

@media (max-width: 600px) {
  .mini-email-input {
    width: 100%;
  }
}
.section-block-with-bg-image {
  color: #fff;
}

/* --------------------------------------------------
   SVG Positioning
-------------------------------------------------- */
.animation-graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70vw;
  max-width: 475px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 680px) {
  .animation-graphic {
    font-size: 22px;
    width: 90vw;
  }
}

/* Fade all paths except the 3 animated pieces */
/*.animation-wrapper.fade-start svg path { opacity: 0.2; }*/
.animation-wrapper svg path {
  opacity: 1;
  vector-effect: non-scaling-stroke;
}

/* --------------------------------------------------
   Intro + Outro Shared Animation
-------------------------------------------------- */
.animation-intro {
  line-height: 46px;
  font-size: 40px;
  font-weight: 400;
  font-family: "all-round-gothic", sans-serif;
  position: relative;
  z-index: 10;
}
@media (max-width: 680px) {
  .animation-intro {
    font-size: 26px;
    line-height: 34px;
  }
}

.animation-outro {
  opacity: 0;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
@media (max-width: 680px) {
  .animation-outro {
    font-size: 22px;
  }
}

/* --------------------------------------------------
   Columns Wrapper
-------------------------------------------------- */
.animation-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 160px 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 680px) {
  .animation-columns {
    flex-direction: column;
    padding: 80px 40px 60px;
  }
}

/* --------------------------------------------------
   h3 Column Animations
-------------------------------------------------- */
/* Default state shared by all 3 */
.animation-columns h3 {
  flex: 0 1 33.3333%;
  opacity: 0;
}
@media (max-width: 680px) {
  .animation-columns h3 {
    margin-bottom: 60px;
  }
}

#image-stage {
  position: relative;
  width: 100%; /* adjust this to the size you want */
  height: 700px; /* keeps consistent stage height */
  margin: 0 auto; /* centers horizontally */
  overflow: hidden;
}

/* Every image positioned absolutely so they overlap perfectly */
#image-stage img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-notification {
  text-align: center;
  background-color: #ADD00F;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease-out; /* fade duration */
}
.form-notification.hidden {
  opacity: 0;
}
.form-notification p {
  margin-bottom: 0;
}
.form-notification button {
  border: none;
  color: #0B235F;
  right: 10px;
  position: absolute;
  top: 13px;
}

@media (max-width: 680px) {
  .two-column-headline-text {
    flex-direction: column;
  }
}

.search-results .search-result-wrap {
  border-bottom: 1px solid rgb(200, 200, 200);
}
.search-results h2 {
  line-height: 30px !important;
  font-weight: 500 !important;
  font-size: 28px !important;
}
.search-results p {
  font-size: 14px;
}
.search-results a {
  text-decoration: none;
}
.search-results a:hover {
  text-decoration: underline;
}
.search-results .page-link {
  color: #0B235F !important;
}
.search-results .page-link[active] {
  color: rgb(8, 92, 252) !important;
  text-decoration: underline;
}

.video-full-width {
  padding: 0 !important;
  margin-bottom: 30px;
}

.testimonials-carousel {
  padding: 60px 0;
}
.testimonials-carousel .flickity-prev-next-button.next {
  right: -32px;
}
.testimonials-carousel .flickity-prev-next-button.previous {
  left: -32px;
}

.testimonials-box {
  width: 40%;
  padding: 50px 30px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.testimonials-box h3 {
  margin-bottom: 30px;
  color: white;
  z-index: 2;
}
.testimonials-box h4 {
  margin-bottom: 30px;
  color: white;
  z-index: 2;
}
.testimonials-box p {
  color: white;
  z-index: 2;
}
.testimonials-box blockquote {
  position: relative;
  z-index: 2;
}
.testimonials-box blockquote p {
  font-style: italic;
  font-size: 24px;
}
@media (max-width: 800px) {
  .testimonials-box blockquote p {
    font-size: 1.3rem;
  }
}
.testimonials-box blockquote footer {
  color: white;
}
.testimonials-box blockquote footer cite {
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
}
@media (max-width: 800px) {
  .testimonials-box blockquote footer cite {
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  .testimonials-box {
    width: 85%;
    padding: 30px 24px;
  }
}

.testimonials-box--grad-1 {
  background: linear-gradient(135deg, #455400 20%, #ADD00F 100%);
}

.testimonials-box--grad-2 {
  background: linear-gradient(135deg, #000817 0%, #085bfc 100%);
}

.testimonials-box--grad-3 {
  background: linear-gradient(135deg, #002965 0%, #33BCFF 100%);
}

.testimonial-logo-mark {
  width: 340px;
  position: absolute;
  right: -10px;
  bottom: -30px;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}

.testimonial-logo-mark-alt {
  width: 340px;
  position: absolute;
  right: -10px;
  bottom: -30px;
  opacity: 0.07;
  z-index: 1;
  pointer-events: none;
}

.testimonials-box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

#jobAlert h1 {
  font-size: 46px !important;
  padding-bottom: 30px !important;
  line-height: 50px !important;
}

#jobAdvertisement h1 {
  font-size: 46px !important;
  padding-bottom: 30px !important;
  line-height: 50px !important;
}
#jobAdvertisement h3 {
  font-size: 24px !important;
  line-height: 30px !important;
}
#jobAdvertisement #JobDetail {
  margin-bottom: 30px;
}
#jobAdvertisement p {
  font-size: 14px !important;
}
#jobAdvertisement table p {
  font-size: 14px !important;
}
#jobAdvertisement table span {
  font-size: 14px !important;
}
#jobAdvertisement td {
  font-size: 14px;
}
#jobAdvertisement ul, #jobAdvertisement ol {
  font-size: 14px;
}

@media (max-width: 680px) {
  button.flickity-button[type=button]:not(:disabled) {
    height: 50px !important;
    width: 50px !important;
  }
}

@media (max-width: 680px) {
  .flickity-enabled {
    padding: 0 !important;
  }
}

/* Navbar */
.navbar-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar-custom-alt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Navbar when scrolled */
.navbar-custom.navbar-scrolled {
  background-color: #fff; /* white background */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-custom-alt.navbar-scrolled {
  background-color: #fff; /* white background */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Default logo */
.navbar-custom .logo-switch {
  height: 70px;
  max-width: 238px;
  transition: opacity 0.3s ease;
  content: url("/assets/images/biostl-logo-white-reverse.svg");
}
@media (max-width: 680px) {
  .navbar-custom .logo-switch {
    height: 40px;
  }
}

.navbar-custom-alt .logo-switch {
  height: 70px;
  max-width: 238px;
  transition: opacity 0.3s ease;
  content: url("/assets/images/biostl-logo-color.svg");
}
@media (max-width: 680px) {
  .navbar-custom-alt .logo-switch {
    height: 40px;
  }
}

/* When hovering over navbar */
.navbar-custom:hover .logo-switch {
  content: url("/assets/images/biostl-logo-color.svg");
}

.navbar-custom-alt:hover .logo-switch {
  content: url("/assets/images/biostl-logo-color.svg");
}

/* When scrolled */
.navbar-custom.navbar-scrolled .logo-switch {
  content: url("/assets/images/biostl-logo-color.svg");
}

/* Default state (top of page) */
.navbar-custom .btn {
  color: #fff; /* white menu text */
  transition: color 0.3s ease;
  width: auto !important;
}
@media (max-width: 680px) {
  .navbar-custom .btn {
    padding: 0.375rem;
    font-size: 1.2rem;
  }
}

/* When hovering over navbar */
.navbar-custom:hover .btn {
  color: #000; /* black menu text */
}

/* When scrolled */
.navbar-custom.navbar-scrolled .btn {
  color: #000; /* black menu text on white background */
}

/* Default text/button color */
.navbar-custom a,
.navbar-custom-alt a,
.navbar-custom button .navbar-custom-alt button {
  color: #fff;
  transition: color 0.3s ease;
}

/* Hover effect — background turns white, menu turns black */
.navbar-custom:hover {
  background-color: #fff;
}

.navbar-custom:hover a,
.navbar-custom-alt:hover a,
.navbar-custom:hover button .navbar-custom-alt:hover button {
  color: #000;
}

.navbar-custom-link a {
  text-decoration: none;
  color: #000007;
  font-weight: 300;
  font-family: "all-round-gothic", sans-serif;
  text-transform: capitalize;
  font-size: 5rem;
  line-height: 100%;
}
@media (max-width: 680px) {
  .navbar-custom-link a {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .navbar-custom-link a {
    font-size: 40px;
  }
  .navbar-custom {
    padding: 1rem;
  }
  .navbar-custom-alt {
    padding: 1rem;
  }
  .fullscreen-menu {
    padding: 20px !important;
  }
}
#menuBtn {
  font-family: "all-round-gothic", sans-serif;
  font-size: 1.7625rem;
  font-weight: 500 !important;
}
@media (max-width: 680px) {
  #menuBtn {
    font-size: 1.2rem;
  }
}

#menuBtnAlt {
  font-family: "all-round-gothic", sans-serif;
  color: #000007;
  font-size: 1.7625rem;
  font-weight: 500 !important;
}
@media (max-width: 680px) {
  #menuBtnAlt {
    font-size: 1.2rem;
  }
}

/* Fullscreen menu */
.fullscreen-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #33bcff;
  background-image: url("/assets/images/diamond-gradient.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: start;
  transition: right 0.5s ease;
  z-index: 2000;
  padding: 50px;
}

.fullscreen-menu.active {
  right: 0;
}

.fullscreen-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  padding-left: 0 !important;
}

.fullscreen-menu li {
  margin: 2rem 0;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 680px) {
  .fullscreen-menu li {
    font-size: 1.6rem;
  }
}

.fullscreen-menu a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.fullscreen-menu a:hover {
  color: rgb(8, 92, 252);
}

/* Close button */
.close-btn {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 3rem;
  background: none;
  border: none;
  width: 20px !important;
}
@media (max-width: 680px) {
  .close-btn {
    width: 20px !important;
  }
}

/* Search bar styling code */
.search-bar-style {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 600px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-family: "all-round-gothic", sans-serif;
}

.search-bar {
  border-bottom: 3px solid #000007; /* underline */
  width: 100%;
  transition: 0.3s;
}

.search-bar input {
  border: none;
  outline: none;
  background: transparent;
  flex: 1;
  color: #001133;
  min-width: 0; /* prevents overflow on small screens */
  width: 100%;
  height: auto;
}

.search-bar input::-moz-placeholder {
  color: rgba(0, 0, 34, 0.3);
  font-weight: 400;
  font-size: 2rem;
}

.search-bar input::placeholder {
  color: rgba(0, 0, 34, 0.3);
  font-weight: 400;
  font-size: 2rem;
}

.magnifying-glass {
  width: 40px;
}

.section-anchor {
  scroll-margin-top: 100px;
}

.navbar-addlink {
  font-family: "all-round-gothic", sans-serif;
  background-color: rgba(255, 255, 255, 0.6901960784);
  border: 1px solid #ffffff;
  color: #0B235F !important;
  font-size: 1.4rem;
  font-weight: 500 !important;
}
@media (max-width: 680px) {
  .navbar-addlink {
    font-size: 1.2rem;
    padding: 0.375rem;
  }
}

.navbar-custom.navbar-scrolled .navbar-addlink,
.navbar-custom-alt.navbar-scrolled .navbar-addlink {
  background-color: rgba(45, 179, 255, 0.0901960784);
  border: 1px solid #2db3ff;
  color: #0B235F !important;
  font-size: 1.4rem;
}
@media (max-width: 680px) {
  .navbar-custom.navbar-scrolled .navbar-addlink,
  .navbar-custom-alt.navbar-scrolled .navbar-addlink {
    font-size: 1.2rem;
    padding: 0.375rem;
  }
}

.navbar-custom:hover .navbar-addlink,
.navbar-custom-alt:hover .navbar-addlink {
  background-color: rgba(45, 179, 255, 0.0901960784);
  border: 1px solid #2db3ff;
  color: #0B235F !important;
  font-size: 1.4rem;
}
@media (max-width: 680px) {
  .navbar-custom:hover .navbar-addlink,
  .navbar-custom-alt:hover .navbar-addlink {
    font-size: 1.2rem;
    padding: 0.375rem;
  }
}

/*  Responsive adjustments */
@media (max-width: 768px) {
  .search-bar {
    width: 60%;
  }
  .search-bar i {
    font-size: 1.3rem;
  }
  .search-bar input {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .search-bar {
    width: 40%;
  }
  .search-bar input {
    font-size: 0.95rem;
  }
  .magnifying-glass {
    width: 20px;
  }
}
/* Swiper.js style overwrites */
.freeform {
  background-color: #fcfcfc;
  padding: 30px;
  border: 1px solid #eaeaea;
}

.freeform-row .freeform-column {
  padding: 0 0 25px 0;
}
.freeform-row .freeform-column .freeform-input {
  padding: 10px 5px;
  font-size: 1rem;
  border: 1px solid #8095a7;
  font-family: "cy-text", sans-serif;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.freeform-row .freeform-column .freeform-label {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.freeform-row .freeform-column .freeform-input-only-label {
  font-size: 1.1em;
}
.freeform-row .freeform-column .freeform-input[type=radio] {
  margin-bottom: 10px; /**/
}
.freeform-row .freeform-column label {
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .freeform-row .freeform-column {
    flex: none !important;
  }
}
.freeform-row .button, .freeform-row button {
  display: block;
  max-width: 369px;
  padding: 18px 22px;
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  width: 100%;
  cursor: pointer;
  font-family: "cy-text", sans-serif;
  font-weight: 600;
  border: none;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}
.freeform-row .button:hover, .freeform-row button:hover {
  background-color: #085CFC;
}
@media (max-width: 768px) {
  .freeform-row {
    flex-direction: column;
  }
}

.freeform-form-has-errors {
  margin-bottom: 20px;
}

.freeform-errors li {
  margin-left: 0;
  padding-left: 0;
  font-size: 1rem;
}
.freeform-errors li:before {
  content: none;
}

.freeform-input[type=checkbox] {
  margin-bottom: 8px;
}

.filter-form .freeform-column {
  padding: 0 10px 25px 0;
}

.mini-email-input {
  background-color: #fff;
  border-radius: 50px;
  border: none;
  padding: 10px 15px;
  font-family: "cy-text", sans-serif;
  width: 70%;
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .mini-email-input {
    width: 100%;
  }
}
.email-field {
  flex: 1;
  border: none;
  background-color: transparent;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #085CFC;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #00E4FF;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #085CFC;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #00E4FF;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 8, 92, 252;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 0, 228, 255;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(3.2, 36.8, 100.8);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(0, 91.2, 102);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(205.6, 222.4, 254.4);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(204, 249.6, 255);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(156.2, 189.8, 253.8);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(153, 244.2, 255);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #085CFC;
  --bs-link-color-rgb: 8, 92, 252;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(6.4, 73.6, 201.6);
  --bs-link-hover-color-rgb: 6, 74, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(8, 92, 252, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(106.8, 157.2, 253.2);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(102, 238.8, 255);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(1.6, 18.4, 50.4);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(0, 45.6, 51);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(4.8, 55.2, 151.2);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(0, 136.8, 153);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(106.8, 157.2, 253.2);
  --bs-link-hover-color: rgb(136.44, 176.76, 253.56);
  --bs-link-color-rgb: 107, 157, 253;
  --bs-link-hover-color-rgb: 136, 177, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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