@charset "UTF-8";

html {
  font-size: 56%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth
}

@media only screen and (min-width: 960px) {
  html {
    font-size: 62.5%
  }
}

body>div {
  font-size: 14px;
  font-size: 1.4rem
}

body {
  background-color: #fff;
  color: var(--dark-color);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all .2s ease-in-out
}

ol,
ul {
  margin: 0;
  padding: 0
}

li {
  list-style-type: none
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0
}

b,
strong {
  font-weight: 700
}

blockquote,
cite,
em,
i {
  font-style: italic
}

mark {
  background: #ddd;
  color: #333
}

blockquote {
  margin: 30px
}

blockquote:before {
  content: "“";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0 0 2rem
}

h1 {
  font-size: 5rem;
  font-family: Ysabeau SC, sans-serif
}

h2 {
  font-size: 3.6rem;
  font-family: Ysabeau SC, sans-serif
}

h3 {
  font-size: 2.4rem;
  font-family: Ysabeau SC, sans-serif
}

h4 {
  font-size: 1.8rem;
  font-weight: 400
}

h5 {
  font-size: 1.6rem
}

h6 {
  font-size: 1.3rem
}

a {
  text-decoration: none;
  font-weight: 700;
  color: #333
}

a:hover {
  text-decoration: underline;
  color: #4d4d4d
}

label {
  font-size: 1.4rem;
  color: #999
}

p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin: 0 0 15px
}

p.x-small {
  font-size: 1.2rem;
  line-height: 1.2
}

p.small {
  font-size: 1.4rem;
  line-height: 1.2
}

p.large {
  font-size: 1.8rem;
  line-height: 1.5
}

:root {
  --tablet-width: 670px;
  --desktop-width: 960px;
  --desktop-xl-width: 1400px;
  --main-color: #8D0024;
  --red: #8D0024;
  --dark-color: hsl(235, 14%, 22%);
  --grey: #898d8d
}

html {
  overflow-x: hidden
}

.inline-wrap {
  padding: 0 5%
}

@media only screen and (min-width: 960px) {
  .inline-wrap {
    width: min(90%, 1400px);
    margin: 0 auto
  }
}

.inline-wrap.narrow {
  width: min(90%, 960px)
}

.visible {
  display: flex !important
}

.hidden {
  display: none
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0
}

.profile-figure.expand p span {
  display: inline
}

button {
  background-color: transparent;
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0
}

@keyframes circleExpand {
  0% {
    background-position: center;
    background-size: 100% 100%
  }

  50% {
    background-position: top;
    background-size: 200% 200%;
    opacity: .2;
    transform: rotate(180deg)
  }

  to {
    background-position: center;
    background-size: 100% 100%
  }
}

@media (width < 670px) {
  .site-nav {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 77px;
    left: 0;
    z-index: 3
  }

  .site-nav.hidden {
    display: none
  }
}

@media (width > 670px) {
  .site-nav {
    display: block
  }
}

.site-nav ul {
  display: flex;
  height: 100%
}

@media (width < 670px) {
  .site-nav ul {
    flex-flow: column nowrap
  }
}

.site-nav ul li {
  padding: 16px;
  display: flex;
  align-items: center
}

.site-nav ul a {
  font-size: 1.4rem
}

.site-nav ul.white a {
  color: #fff
}

.site-header[data-astro-cid-3ef6ksr2] .inline-wrap[data-astro-cid-3ef6ksr2] {
  display: flex;
  justify-content: space-between
}

.site-logo[data-astro-cid-3ef6ksr2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0
}

.site-logo[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2] {
  position: relative;
  display: block
}

.site-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2] {
  padding: 5px 0 0
}

@media (width > 670px) {
  .menu-toggle[data-astro-cid-3ef6ksr2] {
    display: none
  }
}

.footer-nav[data-astro-cid-f7kmofhm] ul[data-astro-cid-f7kmofhm] {
  display: flex;
  height: 100%
}

@media (width < 670px) {
  .footer-nav[data-astro-cid-f7kmofhm] ul[data-astro-cid-f7kmofhm] {
    flex-flow: column nowrap;
    align-items: center
  }
}

.footer-nav[data-astro-cid-f7kmofhm] li[data-astro-cid-f7kmofhm] {
  padding: 16px;
  display: flex;
  align-items: center
}

.footer-nav[data-astro-cid-f7kmofhm] a[data-astro-cid-f7kmofhm] {
  font-size: 1.4rem
}

.footer-nav[data-astro-cid-f7kmofhm].white a[data-astro-cid-f7kmofhm] {
  color: #fff
}

.footer-nav[data-astro-cid-f7kmofhm].col ul[data-astro-cid-f7kmofhm] {
  flex-flow: column nowrap;
  align-items: flex-start
}

.footer-nav[data-astro-cid-f7kmofhm].col li[data-astro-cid-f7kmofhm] {
  padding: .3rem 0
}

.footer-nav[data-astro-cid-f7kmofhm].col li[data-astro-cid-f7kmofhm] a[data-astro-cid-f7kmofhm] {
  font-size: 1.3rem;
  font-weight: 600
}

nav[data-astro-cid-jteqffnh] ul[data-astro-cid-jteqffnh] {
  display: flex;
  gap: 20px
}

[data-astro-cid-jteqffnh][astro-icon] {
  width: 30px;
  color: #fff
}

footer[data-astro-cid-3z3v4afn] {
  padding: 50px 0;
  background-color: var(--red)
}

footer[data-astro-cid-3z3v4afn] .inline-wrap[data-astro-cid-3z3v4afn] {
  display: flex;
  flex-flow: column nowrap;
  gap: 50px
}

@media (width > 670px) {
  footer[data-astro-cid-3z3v4afn] .inline-wrap[data-astro-cid-3z3v4afn] {
    flex-flow: row nowrap
  }
}

footer[data-astro-cid-3z3v4afn] .inline-wrap[data-astro-cid-3z3v4afn]>[data-astro-cid-3z3v4afn] {
  flex: 1 1 0
}

footer[data-astro-cid-3z3v4afn] .inline-wrap[data-astro-cid-3z3v4afn] .large[data-astro-cid-3z3v4afn] {
  flex: 2 1 0
}

footer[data-astro-cid-3z3v4afn] .inline-wrap[data-astro-cid-3z3v4afn].col {
  flex-flow: column nowrap;
  justify-content: center
}

footer[data-astro-cid-3z3v4afn] .inline-wrap[data-astro-cid-3z3v4afn].row {
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 60px
}

footer[data-astro-cid-3z3v4afn] h4[data-astro-cid-3z3v4afn] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem
}

footer[data-astro-cid-3z3v4afn] p[data-astro-cid-3z3v4afn] {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.4rem
}

.logo-container[data-astro-cid-3z3v4afn] {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px
}

.icon-text[data-astro-cid-3z3v4afn] {
  text-indent: -29px;
  margin-left: 24px;
  margin-bottom: 1rem
}

.icon-text[data-astro-cid-3z3v4afn] svg[data-astro-cid-3z3v4afn] {
  width: 20px;
  display: inline;
  position: relative;
  top: 5px;
  margin-right: 5px
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh
}

form[data-astro-cid-3m55k3gs] {
  display: none;
  flex-flow: column nowrap;
  gap: 10px;
  background-color: #fff;
  border-radius: 20px
}

@media (width > 670px) {
  form[data-astro-cid-3m55k3gs] {
    min-width: 350px
  }
}

.banner-form[data-astro-cid-3m55k3gs] {
  background-color: #15172b;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px 20px 30px;
  width: 360px
}

@media (width < 670px) {
  .banner-form[data-astro-cid-3m55k3gs] {
    width: 100%
  }
}

.input-container[data-astro-cid-3m55k3gs] {
  height: 50px;
  position: relative;
  width: 100%
}

.ic1[data-astro-cid-3m55k3gs] {
  margin-top: 10px
}

.input[data-astro-cid-3m55k3gs] {
  background-color: #303245;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%
}

.cut[data-astro-cid-3m55k3gs] {
  background-color: #15172b;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform .2s;
  width: 76px
}

.cut-short[data-astro-cid-3m55k3gs] {
  width: 50px
}

.input[data-astro-cid-3m55k3gs]:focus~.cut[data-astro-cid-3m55k3gs],
.input[data-astro-cid-3m55k3gs]:not(:placeholder-shown)~.cut[data-astro-cid-3m55k3gs] {
  transform: translateY(8px)
}

.placeholder[data-astro-cid-3m55k3gs] {
  color: #65657b;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform .2s, color .2s;
  top: 20px
}

.input[data-astro-cid-3m55k3gs]:focus~.placeholder[data-astro-cid-3m55k3gs],
.input[data-astro-cid-3m55k3gs]:not(:placeholder-shown)~.placeholder[data-astro-cid-3m55k3gs] {
  transform: translateY(-30px) translate(10px) scale(.75)
}

.input[data-astro-cid-3m55k3gs]:not(:placeholder-shown)~.placeholder[data-astro-cid-3m55k3gs] {
  color: #b3b3b3
}

.input[data-astro-cid-3m55k3gs]:focus~.placeholder[data-astro-cid-3m55k3gs] {
  color: #fff
}

.submit[data-astro-cid-3m55k3gs] {
  background-color: var(--main-color);
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  height: 50px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  font-weight: 600
}

.formResult[data-astro-cid-3m55k3gs] {
  color: #fff
}

form[data-astro-cid-veyvh6k4] {
  display: none;
  flex-flow: column nowrap;
  gap: 10px;
  background-color: #fff;
  border-radius: 20px
}

@media (width > 670px) {
  form[data-astro-cid-veyvh6k4] {
    min-width: 350px
  }
}

.banner-form[data-astro-cid-veyvh6k4] {
  background-color: #15172b;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px 20px 30px;
  width: 360px
}

@media (width < 670px) {
  .banner-form[data-astro-cid-veyvh6k4] {
    width: 100%
  }
}

.input-container[data-astro-cid-veyvh6k4] {
  height: 50px;
  position: relative;
  width: 100%
}

.ic1[data-astro-cid-veyvh6k4] {
  margin-top: 10px
}

.input[data-astro-cid-veyvh6k4] {
  background-color: #303245;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%
}

.cut[data-astro-cid-veyvh6k4] {
  background-color: #15172b;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform .2s;
  width: 76px
}

.cut-short[data-astro-cid-veyvh6k4] {
  width: 50px
}

.input[data-astro-cid-veyvh6k4]:focus~.cut[data-astro-cid-veyvh6k4],
.input[data-astro-cid-veyvh6k4]:not(:placeholder-shown)~.cut[data-astro-cid-veyvh6k4] {
  transform: translateY(8px)
}

.placeholder[data-astro-cid-veyvh6k4] {
  color: #65657b;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform .2s, color .2s;
  top: 20px
}

.input[data-astro-cid-veyvh6k4]:focus~.placeholder[data-astro-cid-veyvh6k4],
.input[data-astro-cid-veyvh6k4]:not(:placeholder-shown)~.placeholder[data-astro-cid-veyvh6k4] {
  transform: translateY(-30px) translate(10px) scale(.75)
}

.input[data-astro-cid-veyvh6k4]:not(:placeholder-shown)~.placeholder[data-astro-cid-veyvh6k4] {
  color: #b3b3b3
}

.input[data-astro-cid-veyvh6k4]:focus~.placeholder[data-astro-cid-veyvh6k4] {
  color: #fff
}

.submit[data-astro-cid-veyvh6k4] {
  background-color: var(--main-color);
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  height: 50px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  font-weight: 600
}

.formResult[data-astro-cid-veyvh6k4] {
  color: #fff
}

.info-wrap[data-astro-cid-jk4h5f6k] {
  position: relative;
  display: grid;
  gap: 1rem;
  justify-content: center;
  max-width: var(--desktop-xl-width);
  top: 40px;
  margin-bottom: 30px;
  margin-top: -40px;
  grid-template-columns: repeat(1, 1fr)
}

@media (width > 670px) {
  .info-wrap[data-astro-cid-jk4h5f6k] {
    padding: 0;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr)
  }
}

.info-main[data-astro-cid-jk4h5f6k] {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #fafafa;
  border-radius: 10px;
  border-top: 5px solid var(--red);
  padding: 6px 10px 10px;
  box-shadow: 0 0 1px #4d4d4d1a, 0 0 10px #4d4d4d33;
  min-height: 60px;
  transition: .3s
}

.info-main[data-astro-cid-jk4h5f6k]:hover {
  transform: translateY(-5px)
}

.info-main[data-astro-cid-jk4h5f6k] p[data-astro-cid-jk4h5f6k] {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600
}

[data-astro-cid-jk4h5f6k][astro-icon] {
  width: 28px;
  color: var(--red)
}

.hero-banner[data-astro-cid-kpkoygro] {
  background: no-repeat bottom/cover;
  position: relative;
  z-index: 0
}

@media (width < 670px) {
  .hero-banner[data-astro-cid-kpkoygro] {
    background-position: left
  }
}

.hero-banner[data-astro-cid-kpkoygro]>img[data-astro-cid-kpkoygro] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  opacity: .05;
  filter: saturate(0)
}

.hero-banner[data-astro-cid-kpkoygro]:after {
  content: "";
  z-index: -1;
  opacity: .05;
  background: url(./graphic.svg) no-repeat -25vw 0/60vw;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  filter: saturate(0) invert(1)
}

.hero-banner[data-astro-cid-kpkoygro] .inline-wrap[data-astro-cid-kpkoygro] {
  display: flex;
  align-items: center;
  padding: 50px
}

@media only screen and (max-width: 670px) {
  .hero-banner[data-astro-cid-kpkoygro] .inline-wrap[data-astro-cid-kpkoygro] {
    padding: 50px 5%;
    flex-flow: column nowrap
  }
}

.hero-banner[data-astro-cid-kpkoygro] .inline-wrap[data-astro-cid-kpkoygro] header[data-astro-cid-kpkoygro] {
  width: 100%
}

@media only screen and (min-width: 670px) {
  .hero-banner[data-astro-cid-kpkoygro] .inline-wrap[data-astro-cid-kpkoygro] header[data-astro-cid-kpkoygro] {
    width: 50%
  }
}

@media (width < 670px) {
  .section-title[data-astro-cid-kpkoygro] {
    text-align: center
  }
}

.section-title[data-astro-cid-kpkoygro] h1[data-astro-cid-kpkoygro] {
  font-size: 4rem
}

@media (width > 670px) {
  .section-title[data-astro-cid-kpkoygro] h1[data-astro-cid-kpkoygro] {
    font-size: 5rem
  }
}

.section-title[data-astro-cid-kpkoygro] h1[data-astro-cid-kpkoygro],
.section-title[data-astro-cid-kpkoygro] h4[data-astro-cid-kpkoygro] {
  color: #fff
}

.section-title[data-astro-cid-kpkoygro] h4[data-astro-cid-kpkoygro] {
  margin-bottom: 10px;
  font-weight: 600
}

.forms-wrap[data-astro-cid-kpkoygro] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 0
}

@media (width < 670px) {
  .forms-wrap[data-astro-cid-kpkoygro] {
    width: 100%
  }
}

.forms-wrap[data-astro-cid-kpkoygro] nav[data-astro-cid-kpkoygro] {
  position: relative;
  z-index: -1;
  display: flex;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-bottom: -20px;
  background-color: #303245
}

.forms-wrap[data-astro-cid-kpkoygro] nav[data-astro-cid-kpkoygro] a[data-astro-cid-kpkoygro] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  text-align: center;
  padding: 15px 15px 30px;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  font-size: 1.3rem;
  color: #b3b3b3;
  cursor: pointer
}

.forms-wrap[data-astro-cid-kpkoygro] nav[data-astro-cid-kpkoygro] a[data-astro-cid-kpkoygro].active,
.forms-wrap[data-astro-cid-kpkoygro] nav[data-astro-cid-kpkoygro] a[data-astro-cid-kpkoygro]:hover {
  text-decoration: none;
  background-color: #15172b;
  border-radius: 20px 20px 0 0
}

.forms-wrap[data-astro-cid-kpkoygro] nav[data-astro-cid-kpkoygro] a[data-astro-cid-kpkoygro].active {
  color: #fff
}

section[data-astro-cid-4wqgnjfp] {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden
}

section[data-astro-cid-4wqgnjfp]:before,
section[data-astro-cid-4wqgnjfp]:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: .1;
  bottom: -100px;
  left: -5vw;
  border: 2px solid var(--red)
}

section[data-astro-cid-4wqgnjfp]:before {
  z-index: -2
}

section[data-astro-cid-4wqgnjfp]:after {
  z-index: -1;
  background: url(./graphic.svg) no-repeat center/100% 100%;
  animation: circleExpand 15s infinite
}

section[data-astro-cid-4wqgnjfp] p[data-astro-cid-4wqgnjfp] {
  font-size: 1.4rem
}

.inline-wrap[data-astro-cid-4wqgnjfp] {
  display: flex;
  align-items: center;
  gap: 80px
}

@media (width < 670px) {
  .inline-wrap[data-astro-cid-4wqgnjfp] {
    flex-flow: column nowrap;
    gap: 40px
  }
}

@media (width > 670px) {
  .inline-wrap[data-astro-cid-4wqgnjfp] .section-title[data-astro-cid-4wqgnjfp] {
    width: 50%;
    padding: 50px
  }
}

.inline-wrap[data-astro-cid-4wqgnjfp] .section-title[data-astro-cid-4wqgnjfp] h2[data-astro-cid-4wqgnjfp] {
  color: var(--main-color)
}

.inline-wrap[data-astro-cid-4wqgnjfp] figure[data-astro-cid-4wqgnjfp] {
  position: relative;
  transition: .3s
}

@media (width < 670px) {
  .inline-wrap[data-astro-cid-4wqgnjfp] figure[data-astro-cid-4wqgnjfp] {
    order: -1
  }
}

@media (width > 670px) {
  .inline-wrap[data-astro-cid-4wqgnjfp] figure[data-astro-cid-4wqgnjfp] {
    margin-right: -5vw;
    width: 40%;
    box-shadow: -30px 30px 0 0 var(--dark-color)
  }

  .inline-wrap[data-astro-cid-4wqgnjfp] figure[data-astro-cid-4wqgnjfp]:hover {
    box-shadow: 200px 0 0 60px #4d0013
  }
}

.inline-wrap[data-astro-cid-4wqgnjfp] figure[data-astro-cid-4wqgnjfp] img[data-astro-cid-4wqgnjfp] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

section[data-astro-cid-ehl34mg2] {
  position: relative;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 50px
}

section[data-astro-cid-ehl34mg2] .section-title[data-astro-cid-ehl34mg2] {
  text-align: center;
  margin-block: 0 30px
}

section[data-astro-cid-ehl34mg2] .section-title[data-astro-cid-ehl34mg2] h4[data-astro-cid-ehl34mg2] {
  margin-bottom: 20px;
  color: var(--main-color);
  font-weight: 600
}

section[data-astro-cid-ehl34mg2]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  background: url(./background.svg) no-repeat center/cover;
  background: var(--dark-color) no-repeat center/cover;
  z-index: -1;
  opacity: 1
}

@media (width > 670px) {
  section[data-astro-cid-ehl34mg2]:before {
    max-height: 450px
  }
}

section[data-astro-cid-ehl34mg2] .feature-image[data-astro-cid-ehl34mg2] {
  width: 100%;
  object-fit: cover
}

section[data-astro-cid-ehl34mg2] p[data-astro-cid-ehl34mg2] {
  max-width: var(--tablet-width);
  margin: 30px auto;
  text-align: center;
  font-weight: 600
}

section[data-astro-cid-jdszawf4] {
  position: relative;
  z-index: 0;
  padding: 50px 0
}

section[data-astro-cid-jdszawf4]:before,
section[data-astro-cid-jdszawf4]:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  border: 3px solid var(--red);
  opacity: .1;
  z-index: -1
}

section[data-astro-cid-jdszawf4]:before {
  left: -100px;
  top: -100px
}

section[data-astro-cid-jdszawf4]:after {
  bottom: -100px;
  right: -100px
}

figure[data-astro-cid-jdszawf4] {
  display: flex;
  width: 100%
}

@media (width < 670px) {
  figure[data-astro-cid-jdszawf4] {
    flex-flow: column nowrap
  }
}

@media (width > 670px) {
  figure[data-astro-cid-jdszawf4] {
    align-items: center;
    margin: 0 auto;
    max-width: 1000px
  }
}

figure[data-astro-cid-jdszawf4] figcaption[data-astro-cid-jdszawf4] {
  position: relative;
  background-color: var(--red);
  border-radius: 10px
}

@media (width < 670px) {
  figure[data-astro-cid-jdszawf4] figcaption[data-astro-cid-jdszawf4] {
    width: auto;
    padding: 20px;
    margin: -50px 5% 0;
    display: flex;
    flex-flow: column nowrap
  }
}

@media (width > 670px) {
  figure[data-astro-cid-jdszawf4] figcaption[data-astro-cid-jdszawf4] {
    border-radius: 20px;
    padding: 20px 30px;
    margin: 50px 0 50px -100px
  }
}

figure[data-astro-cid-jdszawf4] figcaption[data-astro-cid-jdszawf4] p[data-astro-cid-jdszawf4] {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600
}

figure[data-astro-cid-jdszawf4] figcaption[data-astro-cid-jdszawf4] h2[data-astro-cid-jdszawf4] {
  color: #fff
}

img[data-astro-cid-jdszawf4] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (width > 670px) {
  img[data-astro-cid-jdszawf4] {
    width: 70%;
    height: auto
  }
}

section[data-astro-cid-jud2fnef] {
  position: relative;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden
}

section[data-astro-cid-jud2fnef]:before,
section[data-astro-cid-jud2fnef]:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  opacity: .1;
  top: calc(40% - 250px);
  right: -10vw;
  border: 2px solid var(--red)
}

section[data-astro-cid-jud2fnef]:before {
  z-index: -2
}

section[data-astro-cid-jud2fnef]:after {
  z-index: -1;
  background: url(./graphic.svg) no-repeat top/cover;
  animation: circleExpand 15s infinite
}

.inline-wrap[data-astro-cid-jud2fnef] {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 80px
}

.section-title[data-astro-cid-jud2fnef] {
  width: 100%
}

.section-title[data-astro-cid-jud2fnef] h2[data-astro-cid-jud2fnef] {
  color: var(--red);
  margin-bottom: 0
}

article[data-astro-cid-jud2fnef] {
  flex: 1 1 100%;
  width: 100%;
  margin-bottom: 0;
  background-color: #f5f4f0e6;
  padding: 20px;
  border-radius: 20px
}

@media (width > 670px) {
  article[data-astro-cid-jud2fnef] {
    max-width: 80%
  }
}

article[data-astro-cid-jud2fnef]:hover {
  background-color: var(--red)
}

article[data-astro-cid-jud2fnef]:hover h3[data-astro-cid-jud2fnef],
article[data-astro-cid-jud2fnef]:hover li[data-astro-cid-jud2fnef] {
  color: #fff
}

article[data-astro-cid-jud2fnef]:hover img[data-astro-cid-jud2fnef] {
  filter: saturate(0) brightness(1) invert(1)
}

article[data-astro-cid-jud2fnef] img[data-astro-cid-jud2fnef] {
  object-fit: contain;
  filter: saturate(0) invert(1) brightness(0);
  transform: scale(1.2);
  max-width: 30px
}

article[data-astro-cid-jud2fnef] h3[data-astro-cid-jud2fnef] {
  display: flex;
  gap: 10px;
  line-height: 1
}

article[data-astro-cid-jud2fnef] ul[data-astro-cid-jud2fnef] {
  display: grid;
  gap: 30px 30px;
  padding-left: 41px
}

@media (width > 670px) {
  article[data-astro-cid-jud2fnef] ul[data-astro-cid-jud2fnef] {
    gap: 20px 100px
  }
}

article[data-astro-cid-jud2fnef] ul[data-astro-cid-jud2fnef] li[data-astro-cid-jud2fnef] {
  width: 90%;
  line-height: 1.2;
  font-weight: 600
}

article[data-astro-cid-jud2fnef] ul[data-astro-cid-jud2fnef] li[data-astro-cid-jud2fnef] p[data-astro-cid-jud2fnef] {
  line-height: 1.3
}

article[data-astro-cid-jud2fnef] ul[data-astro-cid-jud2fnef] li[data-astro-cid-jud2fnef] p[data-astro-cid-jud2fnef] small[data-astro-cid-jud2fnef] {
  display: block;
  font-weight: 400;
  margin-top: .75rem
}

[data-astro-cid-jud2fnef][astro-icon] {
  width: 30px
}

.call-to-action[data-astro-cid-balv45lp] {
  background: url(./background.svg) no-repeat bottom/cover;
  padding: 40px 0;
  position: relative;
  z-index: 0
}

@media (width > 670px) {
  .call-to-action[data-astro-cid-balv45lp] {
    padding: 80px
  }
}

.call-to-action[data-astro-cid-balv45lp]:after {
  content: "";
  z-index: -1;
  opacity: .05;
  background: url(./graphic.svg) no-repeat center/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.call-to-action[data-astro-cid-balv45lp] .section-title[data-astro-cid-balv45lp] {
  text-align: center
}

.call-to-action[data-astro-cid-balv45lp] h2[data-astro-cid-balv45lp],
.call-to-action[data-astro-cid-balv45lp] p[data-astro-cid-balv45lp] {
  color: #fff
}

.call-to-action[data-astro-cid-balv45lp] h2[data-astro-cid-balv45lp] b[data-astro-cid-balv45lp],
.call-to-action[data-astro-cid-balv45lp] p[data-astro-cid-balv45lp] b[data-astro-cid-balv45lp] {
  display: block
}

.call-to-action[data-astro-cid-balv45lp] .details[data-astro-cid-balv45lp] {
  font-size: 1.4rem;
  line-height: 1.4;
  max-width: 600px;
  margin: 20px auto -35px;
  padding: 20px 20px 50px;
  background-color: #5c00174d;
  border-radius: 20px
}

.call-to-action[data-astro-cid-balv45lp] .details[data-astro-cid-balv45lp]:hover {
  background-color: #5c001780
}

.call-to-action[data-astro-cid-balv45lp] a[data-astro-cid-balv45lp] {
  padding: 1em 2em;
  margin-top: 20px;
  border: none;
  outline: none;
  color: #fff;
  background: var(--main-color);
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation
}

.call-to-action[data-astro-cid-balv45lp] a[data-astro-cid-balv45lp]:hover {
  text-decoration: none;
  background-color: var(--dark-color)
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: 400% 0
  }

  to {
    background-position: 0 0
  }
}

figure[data-astro-cid-i24524gl] {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 0
}

figure[data-astro-cid-i24524gl] .profile-image[data-astro-cid-i24524gl],
figure[data-astro-cid-i24524gl] img[data-astro-cid-i24524gl] {
  width: 152px;
  object-fit: cover;
  border-radius: 50%;
  z-index: 2;
  border: 6px solid #fff
}

figure[data-astro-cid-i24524gl] p[data-astro-cid-i24524gl] {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 0
}

figure[data-astro-cid-i24524gl] figcaption[data-astro-cid-i24524gl] {
  background-color: #fff;
  padding: 80px 20px 20px;
  border-radius: 10px
}

.image-name-wrap[data-astro-cid-i24524gl] {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 10px;
  margin: 0 auto -70px 0
}

.image-name-wrap[data-astro-cid-i24524gl] .profile-image[data-astro-cid-i24524gl],
.image-name-wrap[data-astro-cid-i24524gl] img[data-astro-cid-i24524gl] {
  grid-row: 1/3
}

.image-name-wrap[data-astro-cid-i24524gl] h3[data-astro-cid-i24524gl] {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 10px;
  align-self: flex-end
}

.image-name-wrap[data-astro-cid-i24524gl] h4[data-astro-cid-i24524gl] {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
  align-self: flex-start
}

.faculty-section[data-astro-cid-u6ceq2fc] {
  position: relative;
  z-index: 0;
  padding: 50px 0;
  background-color: var(--grey)
}

.faculty-section[data-astro-cid-u6ceq2fc]:after {
  content: "";
  z-index: -1;
  opacity: .2;
  background: url(./graphic.svg) no-repeat bottom/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.faculty-section[data-astro-cid-u6ceq2fc] h2[data-astro-cid-u6ceq2fc] {
  color: #fff
}

.faculty-list[data-astro-cid-u6ceq2fc] {
  display: flex;
  gap: 50px;
  flex-flow: row wrap
}

main[data-astro-cid-j7pv25f6] {
  flex: 1 1 0
}