.wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

img.logo {
  display: block;
  width: 25%;
  min-width: 12rem;
  margin: auto;
  margin-top: 0;
}

.text {
  display: block;
  margin: 80% auto;
}

.title1 {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4vw;
}

.title2 {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4vw;
}

.option {
  display: inline-block;
  width: 14%;
  height: 100%;
  margin: auto 1.5%;
  border-radius: 25px;
  cursor: pointer;
  /*white-space: nowrap;*/
}

.disabled {
  filter: grayscale(100%);
}

.circle {
  background: #ffffff;
  height: 0;
  width: 65%;
  padding-bottom: 65%;
  border-radius: 50%;
  margin: -45% auto;
  vertical-align: middle;
  text-align: center;
  display: flex;
}

.icon {
  display: block;
  margin: auto;
  margin-top: 20%;
  width: 60%;
}
h1.fbi {
  color: #e6e6e6;
  font-size: 1.4vw;
  font-family: Armada;
  margin: 0;
}
.navigation a {
  color:#FFFFFF;
  text-decoration: none;
}

.navigation {
  color:#FFFFFF;
  text-decoration: none;
  font-size: 2.1vh;
}

.language_icon {
  height: 2.1vh;
}

.language_arrow {
  margin-top: 3px;
  height: 1.5vh;
  transform: rotate(90deg);
}

.select-lg-position {
  display: flex;
  align-items: start;
}

.custom-lg-select {
  text-align: center;
  position: relative;
  width: 4.4rem;
  user-select: none;
}

.select-lg-selected {
  background-color: #333333;
  color: white;
  padding: 5px;
  padding-top: 2px;
  cursor: pointer;
}

.select-lg-items {
  position: absolute;
  color: white;
  background-color: #333333;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  display: none;
  padding: 0;
  margin-top: 5px;
  z-index: 1000;
}

.select-lg-items li {
  list-style-type: none;
  padding-block: 10px;
  cursor: pointer;
}

.select-lg-items li:hover {
  background-color: #4fc1e8;
  border-radius: 8px;
}

.select-lg-items.show {
  display: block;
}

.d-none {
  display: none;
}