/* layer: preflights */
*,
::before,
::after {
  --un-rotate: 0;
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-scale-x: 1;
  --un-scale-y: 1;
  --un-scale-z: 1;
  --un-skew-x: 0;
  --un-skew-y: 0;
  --un-translate-x: 0;
  --un-translate-y: 0;
  --un-translate-z: 0;
  --un-pan-x: ;
  --un-pan-y: ;
  --un-pinch-zoom: ;
  --un-scroll-snap-strictness: proximity;
  --un-ordinal: ;
  --un-slashed-zero: ;
  --un-numeric-figure: ;
  --un-numeric-spacing: ;
  --un-numeric-fraction: ;
  --un-border-spacing-x: 0;
  --un-border-spacing-y: 0;
  --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-shadow-inset: ;
  --un-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-ring-inset: ;
  --un-ring-offset-width: 0px;
  --un-ring-offset-color: #fff;
  --un-ring-width: 0px;
  --un-ring-color: rgba(147, 197, 253, 0.5);
  --un-blur: ;
  --un-brightness: ;
  --un-contrast: ;
  --un-drop-shadow: ;
  --un-grayscale: ;
  --un-hue-rotate: ;
  --un-invert: ;
  --un-saturate: ;
  --un-sepia: ;
  --un-backdrop-blur: ;
  --un-backdrop-brightness: ;
  --un-backdrop-contrast: ;
  --un-backdrop-grayscale: ;
  --un-backdrop-hue-rotate: ;
  --un-backdrop-invert: ;
  --un-backdrop-opacity: ;
  --un-backdrop-saturate: ;
  --un-backdrop-sepia: ;
}
::backdrop {
  --un-rotate: 0;
  --un-rotate-x: 0;
  --un-rotate-y: 0;
  --un-rotate-z: 0;
  --un-scale-x: 1;
  --un-scale-y: 1;
  --un-scale-z: 1;
  --un-skew-x: 0;
  --un-skew-y: 0;
  --un-translate-x: 0;
  --un-translate-y: 0;
  --un-translate-z: 0;
  --un-pan-x: ;
  --un-pan-y: ;
  --un-pinch-zoom: ;
  --un-scroll-snap-strictness: proximity;
  --un-ordinal: ;
  --un-slashed-zero: ;
  --un-numeric-figure: ;
  --un-numeric-spacing: ;
  --un-numeric-fraction: ;
  --un-border-spacing-x: 0;
  --un-border-spacing-y: 0;
  --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-shadow-inset: ;
  --un-shadow: 0 0 rgba(0, 0, 0, 0);
  --un-ring-inset: ;
  --un-ring-offset-width: 0px;
  --un-ring-offset-color: #fff;
  --un-ring-width: 0px;
  --un-ring-color: rgba(147, 197, 253, 0.5);
  --un-blur: ;
  --un-brightness: ;
  --un-contrast: ;
  --un-drop-shadow: ;
  --un-grayscale: ;
  --un-hue-rotate: ;
  --un-invert: ;
  --un-saturate: ;
  --un-sepia: ;
  --un-backdrop-blur: ;
  --un-backdrop-brightness: ;
  --un-backdrop-contrast: ;
  --un-backdrop-grayscale: ;
  --un-backdrop-hue-rotate: ;
  --un-backdrop-invert: ;
  --un-backdrop-opacity: ;
  --un-backdrop-saturate: ;
  --un-backdrop-sepia: ;
}

@font-face {
  font-family: 'DINNextLTPro-LightCondensed';
  src: url(../fonts/DINNextLTPro-LightCondensed.otf) format('opentype');
}
@font-face {
  font-family: 'DINNextLTPro-Condensed';
  src: url(../fonts/DINNextLTPro-Condensed.otf) format('opentype');
}
.card-image img {
  transition: all 0.3s;
}
.card-image:hover img {
  transform: scale(1.1);
}
.news-date {
  position: relative;
  width: 47px;
  height: 65px;
  font-family: DINNextLTPro-LightCondensed, sans-serif;
  font-weight: normal;
  color: rgba(153, 153, 153, 1);
}
.news-date-day {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: fit-content;
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
}
.news-date-month {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: fit-content;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
}
.news-date-day::after {
  bottom: 2px;
  right: -20px;
  position: absolute;
  height: 0;
  width: 40px;
  display: block;
  content: '';
  background: #a8a8a8;
  border: 0.5px solid #a8a8a8;
  transform: rotate(129deg);
  -o-transform: rotate(129deg);
  -moz-transform: rotate(129deg);
  -webkit-transform: rotate(129deg);
}

.side-index::after {
  content: 'Top';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-family: DINNextLTPro-Condensed, sans-serif;
}
.news-tab {
  flex: 1;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #fff;
  border-bottom-color: #ddd;
  cursor: pointer;
}
.news-tab:hover {
  border: 1px solid #ddd;
  border-bottom-color: white;
}
.news-tab.active {
  border: 1px solid #0548e1;
  border-bottom-color: white;
}

/* layer: shortcuts */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  min-width: 1200px;
}
.wrapper {
  height: 500px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* layer: default */
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0rem;
}
.right-18 {
  right: 4.5rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0rem;
}
.top-1\/2 {
  top: 50%;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-2000 {
  z-index: 2000;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-mt-15 {
  margin-top: -3.75rem;
}
.\!mr-8 {
  margin-right: 2rem !important;
}
.mb-15 {
  margin-bottom: 3.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-50 {
  margin-bottom: 12.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-19 {
  margin-top: 4.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-30 {
  margin-top: 7.5rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-50 {
  margin-top: 12.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.\!h-600px {
  height: 600px !important;
}
.\!w-1232px {
  width: 1232px !important;
}
.h-1 {
  height: 0.25rem;
}
.h-120 {
  height: 30rem;
}
.h-120px {
  height: 120px;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-500px {
  height: 500px;
}
.h-6 {
  height: 1.5rem;
}
.h-600px {
  height: 600px;
}
.h-680px {
  height: 680px;
}
.h-70 {
  height: 17.5rem;
}
.h-70px {
  height: 70px;
}
.h-9 {
  height: 2.25rem;
}
.min-h-screen {
  min-height: 100vh;
}
.min-w-1\/3 {
  min-width: 33.3333333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.3333333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-100 {
  width: 25rem;
}
.w-1080px {
  width: 1080px;
}
.w-12 {
  width: 3rem;
}
.w-120 {
  width: 30rem;
}
.w-142px {
  width: 142px;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.6666666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-214px {
  width: 214px;
}
.w-32 {
  width: 8rem;
}
.w-40 {
  width: 10rem;
}
.w-90 {
  width: 22.5rem;
}
.w-full {
  width: 100%;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.cursor-pointer {
  cursor: pointer;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-hex-444 {
  --un-border-opacity: 1;
  border-color: rgba(68, 68, 68, var(--un-border-opacity));
}
.border-hex-999 {
  --un-border-opacity: 1;
  border-color: rgba(153, 153, 153, var(--un-border-opacity));
}
.border-hex-ddd {
  --un-border-opacity: 1;
  border-color: rgba(221, 221, 221, var(--un-border-opacity));
}
.border-hex-eee {
  --un-border-opacity: 1;
  border-color: rgba(238, 238, 238, var(--un-border-opacity));
}
.border-primary {
  --un-border-opacity: 1;
  border-color: rgba(5, 72, 225, var(--un-border-opacity));
}
.border-secondary {
  --un-border-opacity: 1;
  border-color: rgba(250, 158, 0, var(--un-border-opacity));
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-20 {
  border-radius: 5rem;
}
.rounded-3px {
  border-radius: 3px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lb-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-lt-lg {
  border-top-left-radius: 0.5rem;
}
.bg-hex-333 {
  --un-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--un-bg-opacity));
}
.bg-hex-e1e9ff {
  --un-bg-opacity: 1;
  background-color: rgba(225, 233, 255, var(--un-bg-opacity));
}
.bg-hex-f4f6f8 {
  --un-bg-opacity: 1;
  background-color: rgba(244, 246, 248, var(--un-bg-opacity));
}
.bg-hex-f5f7ff {
  --un-bg-opacity: 1;
  background-color: rgba(245, 247, 255, var(--un-bg-opacity));
}
.bg-hex-f7f8f9 {
  --un-bg-opacity: 1;
  background-color: rgba(247, 248, 249, var(--un-bg-opacity));
}
.bg-primary,
.hover\:bg-primary:hover {
  --un-bg-opacity: 1;
  background-color: rgba(5, 72, 225, var(--un-bg-opacity));
}
.bg-secondary {
  --un-bg-opacity: 1;
  background-color: rgba(250, 158, 0, var(--un-bg-opacity));
}
.bg-transparent,
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.bg-white {
  --un-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--un-bg-opacity));
}
.hover\:bg-darkprimary:hover {
  --un-bg-opacity: 1;
  background-color: rgba(2, 96, 237, var(--un-bg-opacity));
}
.bg-opacity-80 {
  --un-bg-opacity: 0.8;
}
.\!bg-contain {
  background-size: contain !important;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-25 {
  padding-left: 6.25rem;
}
.pl-28 {
  padding-left: 7rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pt-0 {
  padding-top: 0rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.indent-2em {
  text-indent: 2em;
}
.text-10 {
  font-size: 2.5rem;
}
.text-12px {
  font-size: 12px;
}
.text-18px {
  font-size: 18px;
}
.text-6 {
  font-size: 1.5rem;
}
.text-8 {
  font-size: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.leading-20px {
  line-height: 20px;
}
.leading-24px {
  line-height: 24px;
}
.leading-28px {
  line-height: 28px;
}
.leading-70px {
  line-height: 70px;
}
.hover\:text-primary:hover,
.text-primary {
  --un-text-opacity: 1;
  color: rgba(5, 72, 225, var(--un-text-opacity));
}
.hover\:text-secondary:hover,
.text-secondary {
  --un-text-opacity: 1;
  color: rgba(250, 158, 0, var(--un-text-opacity));
}
.hover\:text-white:hover,
.text-white {
  --un-text-opacity: 1;
  color: rgba(255, 255, 255, var(--un-text-opacity));
}
.text-hex-333 {
  --un-text-opacity: 1;
  color: rgba(51, 51, 51, var(--un-text-opacity));
}
.text-hex-444 {
  --un-text-opacity: 1;
  color: rgba(68, 68, 68, var(--un-text-opacity));
}
.text-hex-666 {
  --un-text-opacity: 1;
  color: rgba(102, 102, 102, var(--un-text-opacity));
}
.text-hex-777 {
  --un-text-opacity: 1;
  color: rgba(119, 119, 119, var(--un-text-opacity));
}
.text-hex-888 {
  --un-text-opacity: 1;
  color: rgba(136, 136, 136, var(--un-text-opacity));
}
.text-hex-999 {
  --un-text-opacity: 1;
  color: rgba(153, 153, 153, var(--un-text-opacity));
}
.text-hex-ccc {
  --un-text-opacity: 1;
  color: rgba(204, 204, 204, var(--un-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.opacity-50 {
  opacity: 0.5;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-link {
  position: relative;
  display: block;
  margin: 0 12px;
  color: #222;
  transition: opacity 0.3s;
}
.header-link:hover {
  color: #ff7300;
}
.header-link.active::after {
  content: '';
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: -10px;
  display: block;
  height: 2px;
  background-color: #ff7300;
  border-radius: 1px;
}
