:root {
  --theme-dark-blue: #001c58;
  --tab-gray: #e5e8ed;
  --theme-light-blue: #193266;
  --theme-orange: #c43c30;
  --theme-blue: #203268;
  --theme-green:#30c474;
}

@media screen and (min-width: 1060px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: block;
  margin-top: 0;
}

h1 {
  margin: 0;
  font-weight: normal !important;
  font-size: 3.4vw;
  font-family: "Brandon Grotesque Bold" !important;
}
.italic {
  font-family: "Brandon Grotesque Bold Italic" !important;
}
.italic-regular {
  font-family: "Brandon Grotesque Regular Italic" !important;
}
.light {
  font-family: "Brandon Grotesque Light" !important;
}
.regular {
  font-family: "Brandon Grotesque Regular" !important;
}
.bold {
  font-family: "Brandon Grotesque Bold" !important;
}

.black {
  font-family: "Brandon Grotesque Black" !important;
}

.grey {
  color: #e5e8ed;
  font-size: 0.7em;
  margin-right: 1vw;
}

p {
  margin: 0;
}
html, body {
  width: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Brandon Grotesque Regular" !important;
}

.text-center {
  text-align: center;
}
.flex-justify-center {
  display: flex;
  justify-content: center;
}

.flex-center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

.btn {
  outline: none;
  border: none;
}

.mobile {
  display: none;
}

.pointer {
  cursor: pointer;
}
.bold-on-hover:hover {
  font-family: "Brandon Grotesque Bold" !important;
}

.footer {
  padding-top: 3vw;
  padding-bottom: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
  color: white;
  background: #0C2760;
  font-size: 2vw;
}

.footer > .bold {
  font-size: 2vw;
}

.footer h2 {
  margin: 0;
  margin-bottom: 2vw;
  text-align: center;
  font-weight: normal;
}
.footer .toggle {
  margin-top: 3vw;
  padding-top: 1vh;
  display: flex;
  align-items: center;
}

@keyframes rotate-svg-434 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}

@keyframes rotate-svg-435 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.footer .toggle svg {
  animation: rotate-svg-435 200ms forwards linear alternate;
}

.footer .toggle svg.rotated {
  animation: rotate-svg-434 200ms forwards linear alternate;
}

.footer svg {
  margin-left: 0.5vw;
  cursor: pointer;
  width: 1.9vw;
  height: 1.9vw;
}

.footer .expendable {
  font-size: 1.2vw;
  transition: all 300ms ease-in-out;
  overflow-y: hidden;
  margin-bottom: 2vw;
}


/* hover area style */
.hover-area {
  display: flex;
  align-items: center;
  position: relative;
}

.hover-area .hover-content {
  display: none;
  position: absolute;
  z-index: 100;
  top: 3vw;
  left: -5vw;
  text-align: left;
}

.hover-area .hover-content .title-de32 {
  font-size: 1.5vw;
  margin-bottom: 2vw;
}

.hover-area .hover-content .block-re43 {
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.hover-area .hover-content .number-bullet {
  color: white;
  width: 2vw;
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1vw;
  background: var(--theme-dark-blue);
}

.hover-area .hover-content .text-container-fd3 {
  width: 31vw;
}

.hover-area:hover .hover-content {
  display: block;
  background: white;
  padding: 2vw;
  font-size: 1.2vw;
  color: var(--theme-dark-blue);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0.4vw;
}

.hover-area.hover-area-d523 .hover-content {
  left: 10vw;
  top: -4vw;
  width: 30vw;
  font-size: 1.2vw;
}

.hover-area.left-hover-area .hover-content {
  left: unset !important;
  top: -6vw;
  width: 30vw;
  right: 12vw;
}


.hover-area .hover-content .brick-title {
  padding-left: 0 !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

.hover-area.hover-area-d523 .hover-content .bold {
  font-size: 1.4vw;
  margin-bottom: 0.5vw;
}

.hover-area.hover-area-d523 .hover-content .table-header {
  padding-top: 1.2vw;
  font-size: 1vw;
}

.hover-area.hover-area-d523 .hover-content .table-header .rank-header {
  width: 3vw;
}

.hover-area.hover-area-d523 .hover-content .table-header .name-header {
  width: 10vw;
}

.hover-area.hover-area-d523 .hover-content .table-header .rating-header {
  width: 3vw;
}

.hover-area.hover-area-d523 .hover-content .score {
  width: 3vw;
}

.hover-area.hover-area-d523 .hover-content .index,
.hover-area.hover-area-d523 .hover-content .name,
.hover-area.hover-area-d523 .hover-content .score {
  font-size: 1vw;
}