.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.justify {
  text-align: justify;
}
.hidden-sm {
  display: none;
}
.hidden-md {
  display: none;
}
.position-relative {
  position: relative;
}
.container-fluid {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
}
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 70rem) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}
.row {
  position: relative;
  width: 100%;
}
.row [class^="col"] {
  float: left;
  margin: 0.5rem 2% 2rem;
  min-height: 0.125rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}
.col-1-sm {
  width: 4.33333333%;
}
.col-2-sm {
  width: 12.66666667%;
}
.col-3-sm {
  width: 21%;
}
.col-4-sm {
  width: 29.33333333%;
}
.col-5-sm {
  width: 37.66666667%;
}
.col-6-sm {
  width: 46%;
}
.col-7-sm {
  width: 54.33333333%;
}
.col-8-sm {
  width: 62.66666667%;
}
.col-9-sm {
  width: 71%;
}
.col-10-sm {
  width: 79.33333333%;
}
.col-11-sm {
  width: 87.66666667%;
}
.col-12-sm {
  width: 96%;
}
@media only screen and (min-width: 45rem) {
  .hidden-sm {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .hidden-md {
    display: block;
  }
}
@media only screen and (min-width: 70rem) {
  .col-1 {
    width: 4.33333333%;
  }
  .col-2 {
    width: 12.66666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33333333%;
  }
  .col-5 {
    width: 37.66666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33333333%;
  }
  .col-8 {
    width: 62.66666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33333333%;
  }
  .col-11 {
    width: 87.66666667%;
  }
  .col-12 {
    width: 96%;
  }
}
.m-by {
  display: none;
}
#top {
  transition: 0.2s ease filter, 0.3s ease transform;
}
#top.lock {
  filter: blur(15px);
  transform: scale(0.9);
}
.lock-modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 9999;
  text-align: center;
  position: relative;
}
.lock-modal.show {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}
.lock-modal .white-lock {
  display: block;
  margin: 0 auto 15px;
}
.lock-modal .close {
  position: absolute;
  top: 20px;
  right: 40px;
}
.lock-modal h2 {
  color: white;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 120%;
  font-size: 2rem;
  letter-spacing: normal;
}
.lock-modal p {
  color: white;
  font-size: 1rem;
  margin-bottom: 25px;
  opacity: 0.6;
}
.lock-modal label {
  color: white;
  font-size: 1rem;
  padding: 8px 0;
  display: block;
  text-align: left;
}
.lock-modal input {
  padding: 14px 16px;
  border-radius: 7px;
  border: none;
  margin-right: 20px;
  outline: 2px solid transparent;
  margin-bottom: 15px;
}
.lock-modal form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lock-modal p {
  color: white;
}
.lock-modal .button.inverted:hover {
  border-color: #4361ee;
  outline-color: #4361ee;
}
.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 146px);
}
.intro .row {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 800px;
}
.intro .row .col-4 {
  height: 100%;
  display: flex;
  align-items: center;
}
.intro .row .text {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro .row .col-8 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro h1 {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  color: #27232a;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 135%;
}
.intro h1 strong {
  font-weight: normal;
  color: #4361ee;
}
.intro p {
  color: #6b6b6b;
  margin-top: 10px;
}
.spline {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  flex: 1;
}
main {
  margin-top: 200px;
}
h2 {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  color: #27232a;
  font-weight: 300;
  letter-spacing: -3px;
}
.my-work .thumb {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 20px;
  max-height: 450px;
}
.my-work .thumb img {
  transform: scale(1);
  transition: 0.2s ease all;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-work article {
  padding-bottom: 30px;
}
.my-work article .locked h3 {
  background: url(/907da3f962a49acdaa41.svg) no-repeat left center;
  padding-left: 45px;
}
.my-work article .in-progress {
  cursor: not-allowed;
}
.my-work article > a {
  display: block;
  text-decoration: none;
  color: initial;
  overflow: hidden;
}
.my-work article > a:hover .thumb img {
  transform: scale(1.1);
}
.my-work article > a:hover .info > .title h3 {
  color: #4361ee;
}
.my-work article > a:hover .info > .title .icon {
  transform: rotateZ(0deg);
  outline-color: #4361ee;
}
.my-work .info strong {
  text-transform: uppercase;
  font-size: 1rem;
  color: #27232a;
  font-weight: 300;
}
.my-work .info h3 {
  font-size: 2.5rem;
  color: #27232a;
  font-weight: 300;
  letter-spacing: -3px;
  line-height: 100%;
}
.my-work .info > .title {
  display: flex;
  align-items: center;
}
.my-work .info .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 12px;
  border-radius: 50%;
  outline: 2px solid #27232a;
  background: none;
  box-sizing: border-box;
  border: none;
  margin: 15px;
  background-color: white;
  transform: rotateZ(45deg);
  transition: 0.2s ease all;
}
.my-work .info .coming-soon {
  display: flex;
  padding: 25px;
  color: #6b6b6b;
}
.my-work .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  display: flex;
  gap: 1rem;
}
.my-work .info ul li {
  background-color: #eee;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 8px 18px;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
}
.my-work .info ul li:first-child {
  margin-left: 0;
}
footer {
  min-height: 600px;
  display: flex;
  text-align: center;
  align-items: center;
}
footer h2 {
  margin-bottom: 20px;
  font-size: 4rem;
}
footer h2 a {
  text-decoration: none;
  color: #27232a;
}
footer h2 a:hover {
  color: #4361ee;
  text-decoration: underline;
}
footer h2 a:visited {
  color: #03254E;
}
footer .social {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social a {
  padding: 10px 20px;
  text-decoration: none;
}
footer .social a::after {
  content: "•";
  color: transparent;
  font-size: 30px;
  line-height: 0;
  transition: 0.1s ease color;
}
footer .social a img {
  position: relative;
  top: 0;
  transition: 0.1s ease top;
}
footer .social a:hover img {
  top: -8px;
}
footer .social a:hover::after {
  color: #4361ee;
}
@media screen and (min-width: 70rem) {
  header.sticky {
    padding: 10px 60px;
  }
  .intro h1 {
    font-size: 2.5rem;
    letter-spacing: -2.5px;
  }
  .intro .row .text {
    position: relative;
    z-index: 1;
  }
  .my-work .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
  }
  .my-work .thumb {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 650px;
    max-height: none;
  }
  .my-work .smaller .thumb {
    height: 200px;
  }
  .my-work .info ul {
    overflow: visible;
  }
  .spline {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
  }
  .spline #spline-viewer-container {
    width: 100%;
    height: 100%;
    flex: 1;
    min-width: 800px;
    min-height: 800px;
  }
  .spline #spline-viewer-container spline-viewer {
    width: 100%;
    height: 100%;
  }
  .spline #logo {
    display: none !important;
  }
  .spline canvas {
    width: 100%;
    height: 100%;
    outline: none;
    filter: saturate(1.2);
  }
  .spline .loader-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spline .loader-container .bg {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    will-change: background-position;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(/96db23cbdd46b6483d40.svg);
    mask-image: url(/96db23cbdd46b6483d40.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: 85% center;
    -webkit-mask-position: 85% center;
  }
  #spline-container {
    display: flex;
  }
  .lock-modal h2 {
    font-size: 3rem;
    letter-spacing: inherit;
  }
  .lock-modal form {
    flex-direction: row;
    align-items: flex-end;
  }
  .lock-modal form .btn.secondary {
    padding: 13px 30px;
  }
  .lock-modal input {
    margin-bottom: 0;
  }
  .lock-modal small a {
    display: block;
    color: white;
    font-size: 14px;
    padding-top: 8px;
    opacity: 0.8;
    transition: 0.2s ease opacity;
  }
  .lock-modal small a:hover {
    opacity: 1;
  }
  @keyframes placeHolderShimmer {
    0% {
      background-position: -946px center;
    }
    100% {
      background-position: 946px center;
    }
  }
}
.btn {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 7px;
  transition: 0.15s ease all;
  outline: 2px solid transparent;
  cursor: pointer;
  min-height: 44px;
  border: none;
  box-sizing: border-box;
  line-height: 120%;
}
.btn.icon {
  background-color: transparent;
  padding: 10px;
  min-height: 44px;
  min-width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.icon.secondary.inverted {
  outline: none;
}
.btn.primary {
  padding: 13px 30px;
  color: #4361ee;
  border: 2px solid #4361ee;
  background-color: transparent;
}
.btn.primary:hover,
.btn.primary:focus-visible {
  background-color: #4361ee;
  color: white;
}
.btn.primary:active {
  background-color: #03254E;
  transition: none;
}
.btn.secondary {
  color: #27232a;
}
.btn.secondary:hover {
  outline-color: transparent;
}
.btn.secondary:focus-visible {
  outline-color: #4361ee;
  transition: none;
}
.btn.secondary:active {
  outline-color: #4361ee;
  transition: none;
}
.btn.secondary.inverted {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}
.btn.secondary.inverted:hover,
.btn.secondary.inverted:focus-visible {
  border-color: #4361ee;
  background-color: #4361ee;
  color: white;
}
.btn.secondary.inverted:hover {
  outline: none;
}
.btn.secondary.inverted:active {
  background-color: #03254E;
  transition: none;
}
header {
  box-sizing: border-box;
  font-weight: 400;
}
header .logo-dark {
  display: none;
}
header .logo-standard {
  display: block;
}
header.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 1px 30px;
}
header .top {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}
header .menu ul {
  display: flex;
  padding: 0;
  margin: 0;
}
header .menu li {
  list-style: none;
  margin: 0 15px;
}
header .menu li a {
  transition: 0.1s ease top;
  position: relative;
  top: 0;
  padding: 25px 30px;
}
header .menu li a::after {
  content: "";
  color: transparent;
  font-size: 30px;
  line-height: 0;
  transition: 0.2s ease color, 0.1s ease top 0.1s;
  display: block;
  text-align: center;
  bottom: -12px;
  position: relative;
}
header .menu li a:active {
  outline: none;
  color: #4361ee;
}
header .menu li a:hover {
  top: -5px;
}
header .menu li a:hover::after {
  color: #4361ee;
  bottom: -5px;
}
header.internal {
  font-family: "Inter", sans-serif;
}
header.internal .top {
  margin: 10px auto;
}
header.internal .logo img {
  max-width: 50px;
}
header.internal .logo a {
  display: flex;
  align-items: center;
}
header.internal .logo a:hover {
  text-decoration: underline;
}
header.internal .logo a > p {
  padding: 10px 20px;
  margin: 0;
  font-size: 1.2rem;
  color: #27232a;
}
header.internal li a::after {
  content: "↑";
  bottom: -20px;
}
header.internal li a:hover {
  top: -5px;
}
header.internal li a:hover::after {
  bottom: -15px;
}
header.dark a,
header.dark p {
  color: white !important;
}
header.dark .logo > a,
header.dark .logo p {
  color: white !important;
}
header.dark .logo-dark {
  display: block;
}
header.dark .logo-standard {
  display: none;
}
header.dark.sticky {
  background: rgba(26, 26, 26, 0.95);
}
.lazy-image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
.lazy-image-wrapper .lazy-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px);
  transform: scale(1.1);
  transition: opacity 0.3s ease-out;
}
.lazy-image-wrapper img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.lazy-image-wrapper img[loading="lazy"].lazy-loaded {
  opacity: 1;
}
img[loading="lazy"]:not(.lazy-loaded) {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.fade-in {
  animation: fadeIn 0.3s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.spline-preview {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spline-preview .preview-image {
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
  border-radius: 12px;
  animation: floatAndRotate 6s ease-in-out infinite;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.spline-preview:hover .preview-image,
.spline-preview.button-hovered .preview-image {
  transform: scale(1.3) rotate(8deg);
  filter: blur(8px);
  opacity: 0.6;
  animation-play-state: paused;
}
.spline-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.spline-overlay .spline-start-btn {
  pointer-events: auto;
}
.spline-start-btn {
  background: transparent;
  border: none;
  color: #03254E;
  font-family: 'Instrument Serif', serif;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 20px;
  position: relative;
  letter-spacing: 0.02em;
}
.spline-start-btn .btn-text {
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.spline-start-btn .btn-text .main-text {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 4px;
}
.spline-start-btn .btn-text .sub-text {
  font-size: 18px;
  opacity: 0.7;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.01em;
}
.spline-start-btn .pause-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 24px;
  height: 24px;
}
.spline-start-btn:hover {
  opacity: 0.7;
}
.spline-start-btn:active {
  opacity: 0.5;
}
.spline-start-btn.end-call-mode {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  color: #374151;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.spline-start-btn.end-call-mode .btn-text {
  opacity: 0;
  pointer-events: none;
}
.spline-start-btn.end-call-mode .pause-icon {
  opacity: 1;
}
.spline-start-btn.end-call-mode:hover {
  background: #ffffff;
  transform: scale(1.1);
  opacity: 1;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.spline-loading .spline-start-btn {
  pointer-events: none;
  opacity: 0.7;
  font-style: normal;
}
.spline-loading .spline-start-btn::after {
  display: none;
}
.contact {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ai-toggle-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ai-toggle-container .toggle-label {
  color: #27232a;
  font-size: 1.2rem;
  transition: 0.15s ease all;
  cursor: pointer;
}
.ai-toggle-container .toggle-label:hover {
  color: #4361ee;
}
.ai-toggle-container .toggle-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  cursor: pointer;
}
.ai-toggle-container .toggle-switch input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.ai-toggle-container .toggle-switch input[type="checkbox"]:checked + .slider {
  background-color: #4361ee;
}
.ai-toggle-container .toggle-switch input[type="checkbox"]:checked + .slider:before {
  transform: translateX(24px);
}
.ai-toggle-container .toggle-switch input[type="checkbox"]:focus + .slider {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
}
.ai-toggle-container .toggle-switch .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e7eb;
  transition: all 0.3s ease;
  border-radius: 14px;
}
.ai-toggle-container .toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: all 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .ai-toggle-container {
    display: flex;
  }
  .ai-toggle-container .toggle-label {
    display: none;
  }
  .intro {
    flex-direction: column;
    padding-top: 120px;
  }
  .intro .spline {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
    order: -1;
  }
  .intro .spline .spline-preview {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
  }
  .intro .spline .spline-preview .preview-image {
    max-width: 300px;
    max-height: 300px;
  }
  .intro .spline .spline-overlay {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .intro .spline .spline-overlay .spline-start-btn .btn-text .main-text {
    font-size: 24px;
  }
  .intro .spline .spline-overlay .spline-start-btn .btn-text .sub-text {
    font-size: 14px;
  }
  .spline-loaded #spline-viewer-container {
    transform: translateX(-15%);
  }
}
.spline-loaded .spline-preview {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
  animation: removeFromDOM 0.3s forwards;
}
.spline-loaded .spline-overlay {
  position: fixed;
  top: 24px;
  left: auto;
  right: 180px;
  transform: none;
  z-index: 1000;
}
.spline-loaded #spline-viewer-container {
  display: block !important;
}
@keyframes removeFromDOM {
  0% {
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
    display: none;
  }
}
@keyframes floatAndRotate {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.06) rotate(2deg);
  }
  50% {
    transform: scale(1.12) rotate(4deg);
  }
  75% {
    transform: scale(1.06) rotate(2deg);
  }
}
@media (max-width: 768px) {
  .spline-start-btn {
    padding: 16px;
  }
  .spline-start-btn .btn-text .main-text {
    font-size: 24px;
  }
  .spline-start-btn .btn-text .sub-text {
    font-size: 14px;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.spline-start-btn {
  animation: slideUp 0.6s ease-out 0.3s both;
}
.placeholder-thumb {
  background: #f0f0f0;
  color: #555;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  border: 2px dashed #ccc;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
html {
  scroll-behavior: initial;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
video:focus-visible {
  outline-width: 3px !important;
  outline-color: #03254E !important;
  outline-style: solid !important;
  border-radius: 7px;
}
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

