html {
  --border-color: #d5deee;
  --blue-border-color: #005ca9;
  --blue-background-color: #eef2fa;
  color: #000;
}

/* headlines */
h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.uat-abstract {
  margin-top: 2.4rem;
}

h1,
.uat-h1 {
  margin-top: 4rem;
  margin-bottom: 0;
}

h1 + p,
.uat-h1 + p {
  margin-top: 2.4rem !important;
}

h2,
.uat-h2 {
  margin-top: 6.4rem;
  margin-bottom: 0;
  font-family: Galano;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: -0.01em;
}
h2 + p,
.uat-h2 + p {
  margin-top: 2.4rem !important;
}

h3,
.uat-h3 {
  margin-top: 6.4rem;
  margin-bottom: 0;
}

h4,
.uat-h4 {
  margin-top: 4.8rem;
  margin-bottom: 0;
}

h5,
.uat-h5 {
  margin-top: 4rem;
  margin-bottom: 0;
}

h1 + h2,
h1 + .uat-h2,
.uat-h1 + h2,
.uat-h1 + .uat-h2 {
  margin-top: 6.4rem;
}

h2 + h3,
h2 + .uat-h3,
.uat-h2 + h3,
.uat-h2 + .uat-h3 {
  margin-top: 3.2rem;
}

h3 + h4,
h3 + .uat-h4,
.uat-h3 + h4,
.uat-h3 + .uat-h4 {
  margin-top: 2.4rem;
}

h4 + h5,
h4 + .uat-h5,
.uat-h4 + h5,
.uat-h4 + .uat-h5 {
  margin-top: 2.4rem;
}

h2 + p,
.uat-h2 + p {
  margin-top: 2.4rem;
}

h3 + p,
.uat-h3 + p {
  margin-top: 1.6rem;
}

h4 + p,
.uat-h4 + p {
  margin-top: 0.8rem;
}

h5 + p,
.uat-h5 + p {
  margin-top: 0.8rem;
}

p {
  margin-top: 4rem;
  margin-bottom: 0;
}
.uat-hero-section {
  background-color: #ecf4fb;
  margin-bottom: 14.4rem;
}
/*
h1 {
  font-size: 27.648px;
  line-height: 40px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 33.1776px;
    line-height: 48px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 39.81312px;
    line-height: 56px;
  }
}

h2 {
  font-size: 23.04px;
  line-height: 32px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 27.648px;
    line-height: 40px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 33.1776px;
    line-height: 48px;
  }
}

h3 {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 21px;
    line-height: 32px;
  }
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 19.2px;
    line-height: 32px;
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: 23.04px;
    line-height: 32px;
  }
}

h5 {
  font-size: 13.33333px;
  line-height: 24px;
}

@media (min-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  h5 {
    font-size: 19.2px;
    line-height: 32px;
  }
}

h6 {
  font-size: 11.11111px;
  line-height: 16px;
}

@media (min-width: 768px) {
  h6 {
    font-size: 13.33333px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
  */
/* headlines */

.next-item {
  /* margin: 0.8rem; */
  cursor: pointer;
  margin: 0.5rem;
  color: #fff;
  border-radius: 5px;
  padding: 1rem 0.5rem;
  text-align: center;
}

.cards-layout .next-item__title {
  font-weight: 700;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  line-height: 3.2rem;
}
.usp-title {
  font-weight: 700;
  font-size: 1.3rem;
}

.color1 {
  /* background: #005ca9; */
  background: #5379b4;
}
.color2 {
  background: #4c92cf;
}
.color3 {
  background: #2ab1d5;
}
.light-blue {
  background: var(--blue-background-color);
}
.uniqa_box {
  box-shadow: 2px 8px 12px #0b335233;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 2.5rem;
  background-color: #fff;

  margin: 2.4rem 0;
}

#start-tab .intro .uniqa_box {
  padding: 6rem;
  margin: 6rem auto;
  width: 100%;
  max-width: 720px;
}
.radio-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  justify-content: center;
  gap: 1rem;
  font-family: Open Sans, sans-serif;
}
.radio-container input {
  display: none;
}
.radio-container label {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 8px;
  width: 100%;

  color: var(--text-color);
  transition: color 0.3s ease-out;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
  justify-content: center;

  transition: border-color 0.3s ease-out;
  cursor: pointer;
  box-shadow: 0 2px 4px #e3ebf8;
}
.radio-container label .checkbox {
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
}
.radio-container label .checkbox > div {
  height: 24px;
  width: 24px;
  background: url("../icons/circleUncheck.svg");
  background-size: contain;
}
.radio-container label .icon {
  flex-grow: 1;
  text-align: center;
}
.radio-container label .icon + div {
  text-align: center;
}
.radio-container label img {
  max-width: 60px;
  aspect-ratio: 1/1;
}
@media (max-width: 409px) {
  #start-tab .intro .uniqa_box {
    padding: 2rem;
  }
  .radio-container {
    width: 100%;
  }
  .radio-container label .icon {
    order: 1;
  }
  .radio-container label .text {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 410px) {
  .radio-container label {
    aspect-ratio: 1/1;
    flex-direction: column;
    width: 140px;
    max-width: 140px;
  }
  .radio-container label .text {
    flex-grow: 0;
    text-align: center;
  }
}
.radio-container input[type="radio"]:checked + label,
.radio-container input[type="radio"]:hover + label {
  border: 1px solid var(--blue-border-color);
}
.radio-container input[type="radio"]:checked + label .checkbox > div,
.radio-container input[type="radio"]:hover + label .checkbox > div {
  background: url("../icons/circleCheck.svg");
  background-size: contain;
}
.radio-container input[type="radio"]:checked + label,
.radio-container input[type="radio"]:hover + label {
  color: #005ca9;
}

.modal-footer {
  background: #eef2fa;
}

.btn_group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  align-content: center;
  justify-content: center;
}
.btn_group > .btn {
  align-self: stretch;
}

.myFlag {
  width: 30px;
  height: 25px;
  background: white;
  border: 1px solid #eef2fa;
  border-radius: 5px;
  box-shadow: 0px 1px 0.5px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myFlag::before {
  content: " ";
  height: 20px;
  width: 20px;
  background: url("../img/me.svg") no-repeat;
  background-size: contain;
  background-position: right bottom;
  margin-top: 1px;
}

/* uniqa fonts */
.uat-headlines-25 {
  line-height: 2.8rem;
  font-weight: 600;
  font-size: 1.92rem;
  font-family: Galano;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: none;
}

.uat-headlines-50 {
  line-height: 3.2rem;
  font-weight: 600;
  font-size: 2.3rem;
  font-family: Galano;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: none;
}

.uat-headlines-75 {
  line-height: 3.6rem;
  font-weight: 600;
  font-size: 2.76rem;
  font-family: Galano;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-transform: none;
}

.uat-headlines-100 {
  line-height: 4rem;
  font-weight: 600;
  font-size: 3.32rem;
  font-family: Galano;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-transform: none;
}

.uat-headlines-150 {
  line-height: 4.8rem;
  font-weight: 600;
  font-size: 3.98rem;
  font-family: Galano;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}

.uat-headlines-200 {
  line-height: 5.6rem;
  font-weight: 600;
  font-size: 4.78rem;
  font-family: Galano;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none;
}

.uat-headlines-25-regular {
  line-height: 2.8rem;
  font-weight: 400;
  font-size: 1.92rem;
  font-family: Galano;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: none;
}

.uat-headlines-50-regular {
  line-height: 3.2rem;
  font-weight: 400;
  font-size: 2.3rem;
  font-family: Galano;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: none;
}
.uat-hero-section__title {
  padding-top: 6rem;
  margin: 0;
  margin-bottom: 1.6rem;
  hyphens: auto;
  word-break: break-word;
}
.uat-hero-section__desc {
  margin-top: 0;
  margin-bottom: 0;
  hyphens: auto;
  word-break: break-word;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
/* uniqa fonts */
