@charset "UTF-8";
@font-face {
  font-family: "GothamMedium";
  src: url("../../webfont/Gotham-Medium.otf") format("opentype");
}
/* === TIPS: OLD STYLE-HANDLING START =========================================
   Tips-boxar och inline-länkstilar för gamla DB-formatet.
   Ta bort detta block när mrgreen-tips migreras till ny knappstyling.
   ============================================================================ */
/* === TIPS: OLD STYLE-HANDLING SLUT === */
/* CLEAR FIX
================================================== */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

/* LAYOUT
================================================== */
body {
  color: #202020;
  font-size: 16px;
  font-family: "GothamMedium", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  background: #eee url("/Content/images/mrgreen_bg.png") repeat-y center;
}

@media only screen and (max-width: 767px) {
  .si-gt-menu {
    width: 100%;
  }
}
.si-gt-content-container {
  margin: 0 auto;
  text-align: center;
}

.si-gt-content {
  width: 655px;
  position: relative;
  max-width: 96%;
  margin: 0 auto;
  overflow: hidden;
}

.si-gt-progress-container {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 1.563em 0;
  background-color: transparent;
  border: 0;
}

.si-gt-progress {
  width: 70%;
  height: 0.3em;
  background-color: #e6e6e6;
  margin: 0 auto;
}

.si-gt-progressbar {
  width: 18%;
  height: 0.3em;
  background-color: #fe8f43;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  transition: 0.7s ease;
}

.modal-dialog {
  color: #202020;
}

/* Modal title keep visual size consistent after h5?h2 change for WCAG heading hierarchy */
.modal-title {
  font-size: 1.25rem;
  font-weight: 400;
}

h1.si-gt-slide-counter, h2.si-gt-slide-counter {
  color: #fff;
  background-color: #fe8f43;
  font-weight: 700;
  font-family: "GothamMedium", sans-serif;
  width: 200px;
  font-size: 0.75em;
  letter-spacing: 0.0625em;
  margin: 0 auto 2.5em auto;
  padding: 0.7em 0.5em 0.5em 0.5em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.si-gt-text-container {
  padding: 4em 0 1.5em 0;
}

.si-gt-demo-header-container {
  padding: 0;
  margin: 0;
}

.si-gt-question-container {
  padding: 1.5em 0 1.5em 0;
}

.si-gt-answer-container {
  margin: 0 0 1.5em 0;
  text-align: center;
}

.si-gt-answer-value-left,
.si-gt-answer-value-right {
  font-size: 0.75em;
  margin-top: 0.5em;
  float: left;
  text-transform: uppercase;
}

.si-gt-answer-value-right {
  float: right;
}

.si-gt-button-container {
  width: 90%;
  max-width: 90%;
  margin: 0.5em auto 1em auto;
  padding: 0;
}

.si-gt-float-left {
  width: 60%;
  float: left;
}

.si-gt-float-right {
  width: 40%;
  float: right;
}

.si-gt-footer-menu-mrgreen {
  display: none;
}

.clear {
  clear: both;
}

.si-gt-logotype {
  width: 250px;
  height: auto;
  margin: 0 0 1em 0;
}

#si-gt-left-overlay {
  width: 768px;
  height: 550px;
  position: absolute;
  top: 0;
  left: -768px;
  z-index: 10000;
}

#si-gt-right-overlay {
  width: 768px;
  height: 550px;
  position: absolute;
  top: 0;
  left: 768px;
  z-index: 10000;
}

.si-gt-result-abouttext {
  font-size: 0.8em;
}

.si-container {
  max-width: 100%;
  padding: 0;
}

#si-gt-closebutton {
  font-size: 12px;
  max-width: 100px;
  float: right;
  margin: inherit;
  text-decoration: none;
}

#si-gt-global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50vh;
  z-index: 9999;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  #si-gt-global-loader {
    height: 100vh;
  }
}
body:has(#si-gt-global-loader:not(.d-none)) .si-gt-footer {
  visibility: hidden;
}

.si-gt-loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.si-gt-loader-text {
  font-size: 1rem;
  color: #222;
  margin: 0;
  font-weight: 700;
}

/* menu */
.si-gt-header {
  color: #202020 !important;
  background-color: #fff;
  height: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0.875em;
  text-decoration: none;
  text-transform: uppercase;
}
.si-gt-header a:link, .si-gt-header a:visited {
  color: #202020 !important;
  font-weight: 400;
  text-transform: uppercase;
}
.si-gt-header a:link, .si-gt-header a:visited, .si-gt-header a:hover, .si-gt-header a:active {
  text-decoration: none !important;
}

#si-gt-page1 .si-gt-header {
  display: none;
}

.navbar-toggler {
  width: 47px;
  height: 34px;
  background-color: #eee;
  border: none;
}
.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 2px;
  background-color: rgba(32, 32, 32, 0.6);
  margin-bottom: 5px;
}

#navbarNav {
  justify-content: center;
}

.navbar {
  padding: 0.5rem 1rem;
}

span.link-text {
  line-height: normal;
}

/* buttons */
.btn:hover {
  color: #202020;
  background-color: #249752;
}

.btn-active, .si-gt-radio-group .si-gt-radio-input:checked + label,
.si-gt-radio-group-vertical .si-gt-radio-input:checked + label {
  background-color: #249752;
}

/* ===== NAV BUTTONS ===== */
.si-gt-button {
  color: #fff !important;
  background: #249752;
  font-weight: 400;
  font-family: "GothamMedium", sans-serif;
  border-radius: 2px;
  min-width: 150px;
  max-width: 70%;
  font-size: 1em;
  letter-spacing: 0;
  text-decoration: none;
  margin: 0 auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: none !important;
  transition: 0.4s ease;
  text-transform: uppercase;
}

.si-gt-start-button {
  font-weight: 400;
  width: 300px;
  max-width: 70%;
  font-size: 2.25em;
  margin: 0 auto;
  padding: 0.1em 0 0.1em 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* TYPOGRAPHY & LINKS
================================================== */
h1,
h2,
h3 {
  font-weight: 700;
  font-family: "GothamMedium", sans-serif;
}

a,
a:visited,
a:active,
a:hover {
  color: #202020;
  text-decoration: underline;
}

a, a:hover, a:link, a:active, a:visited {
  color: #202020;
  text-decoration: underline;
}

.si-gt-standard-text {
  /* width: 80%; */
  color: #202020;
  font-size: 1.188em;
  padding: 0.5em 0 1.5em 0;
  margin: 0 auto;
}

#sigt_startpagetext .si-gt-standard-text {
  padding: 1em 0em 0em 0em;
}

.si-gt-question {
  color: #202020;
  font-size: 1.75em;
  font-family: "GothamMedium", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.si-gt-footer {
  color: #202020;
  font-size: 0.688em;
  font-weight: 400;
  text-align: center;
  border: none;
  padding: 6em 0.5em 0.5em 0.5em;
}

.si-gt-footer a:link, .si-gt-footer a:visited {
  color: #202020;
  font-weight: 400;
  text-decoration: none;
}
.si-gt-footer .si-gt-footer-menu {
  color: #202020;
  text-decoration: none;
}
.si-gt-footer .si-gt-footer-menu a {
  color: #202020;
  text-transform: none;
}

.si-gt-footer-logo {
  width: 85px;
}

.si-gt-text-container h3 {
  color: #202020;
  text-transform: uppercase;
}

.si-gt-demo-header-container h3 {
  color: #202020;
  text-transform: uppercase;
}

.si-gt-result-message h3 {
  color: #202020;
  text-transform: uppercase;
}

.si-gt-float-left h3 {
  color: #202020;
  text-transform: uppercase;
}

.si-gt-feedbacktext-container h1 {
  font-size: 2em;
}

/* COOKIES
================================================== */
#si-gt-cookie-view {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#si-gt-cookie-view .si-gt-content {
  overflow: visible;
  padding-bottom: 4em;
}

.si-gt-cookie-text-container {
  text-align: left;
  margin: 1.5em 0 1.5em 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.si-gt-cookie-text {
  color: #202020;
  margin: 1.5em 0 1em 0;
}
.si-gt-cookie-text button {
  color: #202020;
}

/* Neutralisera knappen i både normalt läge och vid hover/active */
.si-gt-cookie-link,
.si-gt-cookie-link:hover,
.si-gt-cookie-link:focus,
.si-gt-cookie-link:active {
  display: inline;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
  color: inherit;
}

/* Ta bort Bootstraps blå skugga vid klick/fokus om den står designen */
.si-gt-cookie-link:focus {
  box-shadow: none;
}

/* PAGE SLIDE
================================================== */
.si-gt-slide-container {
  min-height: 300px;
  height: auto !important; /* Skriver över JS-beräkningen som sätter fasta pixlar */
  overflow-x: hidden !important;
  overflow-y: visible !important; /* Förhindrar att text klipps bort i botten */
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.si-gt-slide {
  transform: none;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  position: absolute;
  transition: transform 0.7s ease, opacity 0.7s ease;
}

.prev {
  width: 100%;
  transform: translate3d(-110%, 0, 0);
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.active {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  padding: 0 3px 0 3px;
  position: relative !important; /* Detta är nyckeln för att slippa att text trillar ur containern ner över kanten */
}

.next {
  width: 100%;
  padding: 0 3px 0 3px;
  transform: translate3d(110%, 0, 0);
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

/* CONTENT
================================================== */
/* 10 scale buttons */
.sid-row-button {
  width: 8%;
  margin-left: 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  float: left;
}
.sid-row-button:hover, .sid-row-button:active {
  cursor: pointer;
}
.sid-row-button:first-child {
  margin: 0;
}

.button-row {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-row-under-left {
  font-size: 0.85rem;
  float: left;
}

.button-row-under-right {
  font-size: 0.85rem;
  float: right;
}

.si-gt-radio-group,
.si-gt-radio-group-vertical {
  display: flex;
  gap: 0;
}
.si-gt-radio-group .si-gt-radio-option,
.si-gt-radio-group-vertical .si-gt-radio-option {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
}
.si-gt-radio-group .si-gt-radio-option label,
.si-gt-radio-group-vertical .si-gt-radio-option label {
  width: 100% !important;
  cursor: pointer;
  margin: 0 !important;
  border-radius: 0;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-height: 1.5em;
  padding: 0.25em 0.15em;
}
.si-gt-radio-group .si-gt-radio-option + .si-gt-radio-option,
.si-gt-radio-group-vertical .si-gt-radio-option + .si-gt-radio-option {
  margin-left: -1px;
}
.si-gt-radio-group .si-gt-radio-option:has(.si-gt-radio-input:checked),
.si-gt-radio-group .si-gt-radio-option:has(.si-gt-radio-input:focus-visible),
.si-gt-radio-group-vertical .si-gt-radio-option:has(.si-gt-radio-input:checked),
.si-gt-radio-group-vertical .si-gt-radio-option:has(.si-gt-radio-input:focus-visible) {
  position: relative;
  z-index: 1;
}
.si-gt-radio-group .si-gt-radio-option:first-child label,
.si-gt-radio-group-vertical .si-gt-radio-option:first-child label {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.si-gt-radio-group .si-gt-radio-option:last-child label,
.si-gt-radio-group-vertical .si-gt-radio-option:last-child label {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.si-gt-radio-group .si-gt-radio-input:focus-visible + label,
.si-gt-radio-group-vertical .si-gt-radio-input:focus-visible + label {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

.si-gt-radio-group {
  flex-direction: row;
  flex-wrap: wrap;
}
.si-gt-radio-group:has(.yesno-btn) {
  display: flex;
  max-width: 100%;
  justify-content: center;
}
.si-gt-radio-group:has(.yesno-btn) .si-gt-radio-option {
  flex: 0 0 auto;
}

.si-gt-radio-group-vertical {
  flex-direction: column;
  display: inline-flex;
  min-width: 280px;
  max-width: 100%;
}
.si-gt-radio-group-vertical .si-gt-radio-option {
  flex: 0 0 auto;
  max-width: 100%;
}
.si-gt-radio-group-vertical .si-gt-radio-option + .si-gt-radio-option {
  margin-left: 0;
  margin-top: -1px;
}
.si-gt-radio-group-vertical .si-gt-radio-option:first-child label {
  border-radius: 0;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.si-gt-radio-group-vertical .si-gt-radio-option:last-child label {
  border-radius: 0;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

@media (max-width: 576px) {
  .si-gt-progress-container {
    width: 100% !important;
    margin-left: 0 !important;
    position: inherit !important;
    padding: 0 !important;
    height: 0 !important;
    max-width: 100% !important;
  }
  .si-gt-progress {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
  }
  .si-gt-progressbar {
    max-width: 100% !important;
    border-radius: 0 !important;
  }
  .button-row-under-left {
    margin-left: 10%;
  }
  .button-row-under-right {
    margin-right: 10%;
  }
}
/* ===== DEMOGRAPHIC YES-NO BUTTONS ===== */
.si-gt-yesno {
  margin-bottom: 5%;
}

/* ===== DEMOGRAPHIC AGE ===== */
#si-gt-age-container .si-gt-age {
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
}

input[type=number]#si-gt-age {
  color: #202020;
  background: #fff;
  font-weight: 400;
  font-family: "GothamMedium", sans-serif;
  font-size: 2.25em;
  text-align: center;
}

/* remove arrow buttons in the text field */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ===== DEMOGRAPHIC VISIT FREQUENCE ===== */
.si-gt-visit-frequence-fieldset {
  margin-bottom: 5%;
}

.si-gt-visit-frequence-selector {
  background-color: #249752;
}

/* ===== DEMOGRAPHIC GAMES ===== */
.si-gt-games-fieldset {
  margin-bottom: 5%;
}

.si-gt-games-selector {
  background-color: #249752;
}

.sid-row-button,
.yesno-btn,
.si-gt-visit-frequence-selector,
.si-gt-games-selector {
  color: #fff;
  background-color: #134326;
  border: #fff 1px solid;
  font-family: "GothamMedium", sans-serif;
  font-weight: 400;
  font-family: "GothamMedium", sans-serif;
  font-size: 1.5em;
  transition: all 0.3s ease;
}

.yesno-btn,
.si-gt-visit-frequence-selector,
.si-gt-games-selector {
  font-size: 1.25em;
  padding: 0.5em 0.5em !important;
}

.sid-row-button:hover,
.yesno-btn:hover,
.si-gt-visit-frequence-selector:hover,
.si-gt-games-selector:hover {
  color: #fff;
  background-color: #249752;
  border: #fff 1px solid;
}

.sid-row-button:active,
.yesno-btn:active,
.si-gt-visit-frequence-selector:active,
.si-gt-games-selector:active,
.sid-row-button.btn-active,
.si-gt-radio-group .si-gt-radio-input:checked + label.sid-row-button,
.si-gt-radio-group-vertical .si-gt-radio-input:checked + label.sid-row-button,
.yesno-btn.btn-active,
.si-gt-radio-group .si-gt-radio-input:checked + label.yesno-btn,
.si-gt-radio-group-vertical .si-gt-radio-input:checked + label.yesno-btn,
.si-gt-visit-frequence-selector.btn-active,
.si-gt-radio-group .si-gt-radio-input:checked + label.si-gt-visit-frequence-selector,
.si-gt-radio-group-vertical .si-gt-radio-input:checked + label.si-gt-visit-frequence-selector,
.si-gt-games-selector.btn-active,
.si-gt-radio-group .si-gt-radio-input:checked + label.si-gt-games-selector,
.si-gt-radio-group-vertical .si-gt-radio-input:checked + label.si-gt-games-selector {
  color: #fff;
  background-color: #249752;
  border: #fff 1px solid;
}

.yesno-btn {
  width: 150px;
  max-width: 100%;
}

/* CHART
================================================== */
.si-gt-chart {
  padding: 0;
  margin: 0;
  width: 48%;
  float: left;
}
.si-gt-chart .si-gt-bar-1 {
  background-color: #9ecd4e;
  width: 50px;
}
.si-gt-chart .si-gt-bar-2 {
  background-color: #f5a927;
  width: 50%;
}
.si-gt-chart .si-gt-bar-3 {
  background-color: #df4c45;
  width: 100%;
}
.si-gt-chart li {
  height: 40px;
  margin: 0 0 10px 0;
  position: relative;
  background-color: #eee;
  list-style: none;
}
.si-gt-chart li:first-child {
  margin: 0 0 10px 0;
}
.si-gt-chart li:last-child {
  margin-bottom: 0;
}

.si-gt-chart-label {
  text-align: left;
  height: 40px;
}

.si-gt-chart-icon {
  width: 30px;
  height: 30px;
  margin: 5px 0 5px 6px;
}

.si-gt-chart-text {
  width: 48%;
  padding: 0;
  margin: 0;
  font-size: 0.85em;
  float: right;
}
.si-gt-chart-text li {
  height: auto;
  min-height: 40px;
  margin: 0 0 10px 0;
  position: relative;
  text-align: left;
  list-style: none;
}
.si-gt-chart-text li:last-child {
  margin-bottom: 0;
}
.si-gt-chart-text em {
  font-weight: 700;
  font-family: "GothamMedium", sans-serif;
}

/* FEEDBACK
================================================== */
.si-gt-givefeedback-placeholder {
  min-height: 370px;
}

.si-gt-givefeedback-content {
  color: #202020;
  background-color: #ddd;
  border: 0;
  margin: 0 4px 1em 4px;
  padding: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  clear: both;
}

.si-gt-givefeedback-headline {
  color: #202020;
  font-family: "GothamMedium", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  letter-spacing: 1px;
}

.si-gt-givefeedback-rate-text {
  width: 70%;
  line-height: 1.2;
  text-align: left;
  float: left;
}

.si-gt-givefeedback-field-text {
  text-align: left;
  vertical-align: middle;
  margin-bottom: 0.75em;
}

textarea[id^=si-gt-feedbacktextbox] {
  color: #202020;
  border: 0;
  height: 100px;
  margin: 0 0 0.5em 0;
  padding: 7px;
  text-align: left;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  box-shadow: none;
  resize: none;
}

.si-gt-givefeedback-rating {
  float: right;
}

.si-gt-givefeedback-rating img {
  width: 24px;
  height: 24px;
}

.si-gt-accessible-rating {
  border: none;
  padding: 0;
  margin: 0;
}

.si-gt-rating-group {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

.si-gt-rating-label {
  cursor: pointer;
}

.si-gt-rating-star {
  font-size: 2rem;
  color: #767676;
  transition: color 0.15s ease-in-out;
}

.si-gt-rating-star.selected {
  color: #d4a017;
}

.si-gt-rating-star.hover {
  color: #c79100;
}

.si-gt-rating-input:focus + .si-gt-rating-star {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

.si-gt-givefeedback-container .ui-btn {
  color: #202020;
  font-weight: 400;
  background: #249752;
  width: 150px;
  font-size: 0.85em;
  border: none;
  border-radius: 50px;
  margin: 0 auto;
  padding-top: 1em;
  float: right;
  filter: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  text-transform: uppercase;
}

[id^=si-gt-givefeedback-sent] {
  font-size: 1.25em;
}

[id^=si-gt-feedbacksubmit] {
  max-width: 100px;
  font-size: 10px;
  float: right;
}

/* RESULT
================================================== */
.si-gt-result-container {
  font-family: "GothamMedium", sans-serif;
  color: #202020;
  padding: 1.5em;
  border: 0;
  filter: none;
  border-radius: 3px;
}

.si-gt-result-tipscontainer {
  background-color: transparent;
  border: transparent;
  border-radius: 0;
  padding: 0.5em 0 0.5em 0;
  margin: 0 auto;
  text-align: center;
  box-shadow: none;
}

.si-gt-main-tip {
  background-color: transparent;
  color: #202020;
  padding: 20px 30px 10px 30px;
  border-radius: 2px;
  border: none;
  box-shadow: none;
}
.si-gt-main-tip .si-gt-main-tip-icon {
  color: #202020;
  font-size: 3em;
}
.si-gt-main-tip h2 {
  font-family: "GothamMedium", sans-serif;
  color: #202020;
  font-size: 1.8em;
  font-weight: 700;
}
.si-gt-main-tip .si-gt-result-tips-text {
  font-family: "GothamMedium", sans-serif;
  color: #202020;
}
.si-gt-main-tip .si-gt-question {
  color: #202020;
}
.si-gt-main-tip a {
  display: inline-block;
  background-color: transparent;
  color: #db3424;
  border-radius: 0;
  padding: 0;
  font-family: "GothamMedium", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  margin-top: 0;
  border: none;
}
.si-gt-main-tip a:hover {
  background-color: transparent;
  color: #db3424;
  text-decoration: none;
  border: none;
}
.si-gt-main-tip a:focus-visible {
  outline: 2px solid #249752;
  outline-offset: 2px;
}

.si-gt-secondary-tip-center,
.si-gt-secondary-tip-left,
.si-gt-secondary-tip-right {
  background-color: transparent;
  color: #202020;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px 0;
  word-break: break-word;
  font-size: 0.9em;
  box-shadow: none;
}
.si-gt-secondary-tip-center h2,
.si-gt-secondary-tip-left h2,
.si-gt-secondary-tip-right h2 {
  font-family: "GothamMedium", sans-serif;
  color: #202020;
  font-size: 1.1em;
  font-weight: 400;
}
.si-gt-secondary-tip-center .si-gt-result-tips-text,
.si-gt-secondary-tip-left .si-gt-result-tips-text,
.si-gt-secondary-tip-right .si-gt-result-tips-text {
  font-family: "GothamMedium", sans-serif;
  color: #202020;
}
.si-gt-secondary-tip-center .si-gt-question,
.si-gt-secondary-tip-left .si-gt-question,
.si-gt-secondary-tip-right .si-gt-question {
  font-family: "GothamMedium", sans-serif;
  color: #202020;
  font-size: 1.1em;
  font-weight: 400;
}
.si-gt-secondary-tip-center a,
.si-gt-secondary-tip-left a,
.si-gt-secondary-tip-right a {
  display: inline-block;
  background-color: transparent;
  color: #db3424;
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: "GothamMedium", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  margin-top: 0;
}
.si-gt-secondary-tip-center a:hover,
.si-gt-secondary-tip-left a:hover,
.si-gt-secondary-tip-right a:hover {
  background-color: transparent;
  color: #db3424;
  text-decoration: none;
  border: none;
}
.si-gt-secondary-tip-center a:focus-visible,
.si-gt-secondary-tip-left a:focus-visible,
.si-gt-secondary-tip-right a:focus-visible {
  outline: 2px solid #249752;
  outline-offset: 2px;
}

.si-gt-secondary-tip-center {
  text-align: center;
}

.si-gt-secondary-tip-left {
  float: left;
  width: 48%;
  text-align: left;
}

.si-gt-secondary-tip-right {
  float: right;
  width: 48%;
  text-align: left;
}

/*******New one page result **********/
.si-gt-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5rem;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 24px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .si-gt-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}

.si-gt-result-icon {
  font-size: 4rem;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  transform: scaleX(-1);
}
@media (max-width: 575px) {
  .si-gt-result-icon {
    font-size: 2rem;
    grid-column: 1;
    grid-row: 1;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.si-gt-grid h2 {
  grid-column: 2;
  grid-row: 1;
  border-left: 6px solid #249752;
  padding-left: 10px;
}
@media (max-width: 575px) {
  .si-gt-grid h2 {
    grid-column: 1;
    grid-row: 2;
  }
}

.si-gt-grid p {
  grid-column: 2;
  grid-row: 2;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .si-gt-grid p {
    grid-column: 1;
    grid-row: 3;
  }
}

.si-gt-cat-icon {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 575px) {
  .si-gt-cat-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.si-gt-cat-text {
  text-align: left;
}

.si-gt-cat-text p {
  margin: 0;
}

.si-gt-result-container:has(.accordion) {
  border-radius: 3px;
  padding: 0;
}

.si-gt-detailed-accordion .accordion-item {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 3px !important;
}
.si-gt-detailed-accordion .accordion-header {
  background-color: transparent;
}
.si-gt-detailed-accordion .accordion-button {
  background-color: transparent;
  border-bottom: none;
  color: #202020;
}
.si-gt-detailed-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border-bottom: none;
  color: #202020;
}
.si-gt-detailed-accordion .accordion-button:focus {
  box-shadow: none;
  outline: 2px solid #249752;
  outline-offset: 2px;
}
.si-gt-detailed-accordion .accordion-button:focus:not(:focus-visible) {
  outline: none;
}
.si-gt-detailed-accordion .accordion-button::after, .si-gt-detailed-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  filter: none;
}
.si-gt-detailed-accordion .accordion-body {
  background-color: transparent;
}
.si-gt-detailed-accordion .alert-success {
  background-color: rgba(128, 200, 146, 0.35);
  border-color: rgba(128, 200, 146, 0.55);
  border-radius: 2px;
  color: #202020;
}
.si-gt-detailed-accordion .alert-warning {
  background-color: rgba(255, 207, 115, 0.35);
  border-color: rgba(255, 207, 115, 0.55);
  border-radius: 2px;
  color: #202020;
}
.si-gt-detailed-accordion .alert-danger {
  background-color: rgba(220, 53, 69, 0.35);
  border-color: rgba(220, 53, 69, 0.55);
  border-radius: 2px;
  color: #202020;
}

.si-gt-skeleton {
  display: block;
  width: 100%;
}
.si-gt-skeleton .placeholder {
  border-radius: 4px;
}

.si-gt-skeleton-h1 .placeholder {
  height: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.si-gt-skeleton-tip .placeholder {
  height: 3.5rem;
  border-radius: 80px;
  display: block;
}

.si-gt-feedbacktext-container {
  color: #202020;
}

.si-gt-feedbacktext-container h1,
.si-gt-feedbacktext-container p,
#si-gt-detailed-analysis-container,
.si-gt-result-tipscontainer {
  animation: si-gt-fadein 0.3s ease-in;
}

@keyframes si-gt-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Gamtest CPlus / JAS
================================================== */
#jas-cat-container {
  background: transparent;
  color: #202020;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 0px 4px 24px 0px rgba(32, 32, 32, 0.05);
}

#jas-mainfeedback {
  color: black;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.jas-speechbubble {
  width: 85%;
  margin: 0 auto;
}

.jas-description {
  padding: 20px 0;
  color: #202020;
  text-align: left;
}

.jas-categories {
  background: rgba(238, 238, 238, 0.1);
  color: #202020;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: 8px;
  cursor: pointer;
}

.jas-front i {
  color: rgba(238, 238, 238, 0.85);
}

.jas-cat-descr p {
  opacity: 0.85;
}

/* Gamtest C Progress bar
================================================== */
.shortgt-progress {
  width: 30%;
  background-color: #eee;
  margin-right: 5px;
  border: 1px solid darkgray;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0.25;
  color: white;
}

.shortgt-progress3 {
  width: 30%;
}

.activated-progress {
  opacity: 1;
}

/* FOCUS STYLES (WCAG 2.4.7 Focus Visible)
================================================== */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role=button]:focus-visible {
  outline: 2px solid #249752;
  outline-offset: 2px;
}

.si-gt-button:focus-visible {
  outline: 2px solid #249752 !important;
  outline-offset: 2px;
}

.si-gt-start-button:focus-visible {
  outline: 2px solid #249752 !important;
  outline-offset: 2px;
}

.navbar-toggler:focus-visible {
  outline: 2px solid #249752;
  outline-offset: 2px;
  box-shadow: none;
}

.navbar-nav .nav-link:focus-visible {
  outline: 2px solid #249752;
  outline-offset: 2px;
}

.btn-close:focus-visible {
  outline: 2px solid #249752;
  outline-offset: 2px;
  box-shadow: none;
}

.modal-footer .si-gt-button:focus-visible {
  outline: 2px solid #249752 !important;
  outline-offset: 2px;
}

.si-gt-footer a:focus-visible {
  outline: 2px solid #249752;
  outline-offset: 2px;
}

.si-gt-cookie-text button:focus-visible,
#si-gt-cookie-content button:focus-visible {
  outline: 2px solid #249752;
  outline-offset: 2px;
}

.si-gt-main-tip a:focus-visible,
.si-gt-secondary-tip-left a:focus-visible,
.si-gt-secondary-tip-right a:focus-visible,
.si-gt-secondary-tip-center a:focus-visible {
  outline: 2px solid #249752;
  outline-offset: 2px;
}

[id^=si-gt-feedbacksubmit]:focus-visible {
  outline: 2px solid #249752 !important;
  outline-offset: 2px;
}

input[type=number]#si-gt-age:focus-visible {
  outline: 2px solid #249752;
  outline-offset: 2px;
}

/* MEDIA QUERIES
================================================== */
@media only screen and (max-width: 480px) {
  /* =====  TEST ===== */
  h1 {
    font-size: 2em;
  }
  .si-gt-question {
    font-size: 1.4em;
  }
  .si-gt-text-container {
    padding: 1em 0 1.5em 0;
  }
  .si-gt-standard-text {
    font-size: 1em;
    padding: 1.5em 0 1.5em 0;
  }
  .sid-row-button {
    font-size: 1.1em;
    padding: 0.4em 0;
  }
  h1.si-gt-slide-counter, h2.si-gt-slide-counter {
    margin: 1em auto 1.5em auto;
    max-width: 100%;
  }
  .si-gt-progress-container {
    width: 80%;
    height: 50px;
    margin-left: 20%;
    padding-top: 20px;
    top: 0px;
    position: absolute;
  }
  .si-gt-progress {
    width: 85%;
  }
  .si-gt-radio-group-vertical {
    min-width: 160px;
  }
  .si-gt-visit-frequence .si-gt-visit-frequence-selector {
    font-size: 1em;
  }
  .si-gt-games .si-gt-games-selector {
    font-size: 1em;
  }
  /* result */
  .si-gt-feedbacktext-container h1 {
    font-size: 1.4em;
  }
  .si-gt-feedbacktext-container .si-gt-standard-text {
    padding-top: 0.5em;
  }
  .si-gt-result-container {
    padding: 0.5em;
  }
  .si-gt-result-message {
    padding: 1em;
  }
  .si-gt-result-text {
    width: 100%;
    max-width: 100%;
  }
  .si-gt-result-tipscontainer {
    padding: 1em;
  }
  .si-gt-result-tips-text {
    width: 100%;
    max-width: 100%;
  }
  .si-gt-result-tips-phone span.line1 {
    font-size: 3em;
  }
  .si-gt-result-tips-phone span.line2 {
    font-size: 5em;
  }
  /* chart */
  .si-gt-chart {
    height: auto;
    margin: 0 auto 1em auto;
    padding: 0;
    width: 100%;
    float: none;
  }
  .si-gt-chart .si-gt-bar-1 {
    height: 50px;
    width: 100%;
  }
  .si-gt-chart .si-gt-bar-2 {
    height: 125px;
    width: 100%;
  }
  .si-gt-chart .si-gt-bar-3 {
    height: 250px;
    width: 100%;
  }
  .si-gt-chart li {
    display: inline-block;
    margin: 0 2.5% 0 2.5%;
    width: 15%;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    bottom: 0;
    background-color: #eee;
    height: 250px;
  }
  .si-gt-chart li:first-child {
    margin: 0 2.5% 0 0;
  }
  .si-gt-chart li:last-child {
    margin: 0 0 0 2.5%;
  }
  .si-gt-chart-label {
    bottom: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
  }
  .si-gt-chart-icon {
    width: 70%;
    height: auto;
    margin: 15%;
    bottom: 0;
    position: absolute;
  }
  .si-gt-chart-text {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
  }
  .si-gt-chart-text li {
    height: auto;
    margin: 0 0 1em 0;
    text-align: left;
  }
  .si-gt-chart-text li:first-child {
    margin: 1em 0 1em 0;
  }
  .si-gt-chart-text em {
    font-weight: bold;
  }
  /* recommendations */
  .si-gt-secondary-tip-left,
  .si-gt-secondary-tip-right {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .si-gt-secondary-tip-center,
  .si-gt-secondary-tip-left,
  .si-gt-secondary-tip-right {
    text-align: center;
  }
  /* send feedback */
  #si-gt-sendfeedback-container h2 {
    font-size: 1.1em;
  }
  .si-gt-givefeedback-content {
    font-size: 0.9em;
  }
  .si-gt-givefeedback-rate-text {
    margin-bottom: 0.5em;
  }
  .si-gt-givefeedback-rate-text,
  .si-gt-givefeedback-rating {
    width: 100%;
    float: none;
  }
  .si-gt-givefeedback-rating img {
    width: 30px;
    height: auto;
  }
  /* Gamtest C Progress bar
  ================================================== */
  .si-gt-progress-container-shortgt {
    top: auto !important;
    display: inline-block !important;
    width: 100% !important;
    position: inherit !important;
    margin-left: 0;
  }
  .shortgt-progress {
    width: 30%;
  }
}
/* LAYOUT */
.si-gt-header {
  max-width: 655px;
}

.si-gt-answer-value-left,
.si-gt-answer-value-right {
  text-transform: none;
}

/* TYPOGRAPHY & LINKS */
h1 {
  font-weight: 400;
}

.si-gt-header a:link .link-text, .si-gt-header a:visited .link-text, .si-gt-header a:active .link-text {
  text-decoration: none;
  text-transform: none;
}
.si-gt-header a:hover .link-text {
  text-decoration: underline;
}

.si-gt-cookie-text {
  color: #bbb;
}
.si-gt-cookie-text button {
  color: #bbb;
}

.si-gt-givefeedback-headline {
  color: #fff;
}

#si-gt-sendfeedback-container h2 {
  font-size: 1.5em;
}

/* TIPS
================================================== */
/* === TIPS: OLD STYLE-HANDLING START === */
.si-gt-main-tip {
  margin: 0 auto 20px auto;
}

.si-gt-main-tip .si-gt-question,
.si-gt-secondary-tip-center .si-gt-question,
.si-gt-secondary-tip-left .si-gt-question,
.si-gt-secondary-tip-right .si-gt-question {
  margin-bottom: 0.4em;
}
.si-gt-main-tip a,
.si-gt-secondary-tip-center a,
.si-gt-secondary-tip-left a,
.si-gt-secondary-tip-right a {
  display: inline;
  text-decoration: underline;
}
.si-gt-main-tip a:hover,
.si-gt-secondary-tip-center a:hover,
.si-gt-secondary-tip-left a:hover,
.si-gt-secondary-tip-right a:hover {
  text-decoration: underline;
}

.si-gt-secondary-tip-center,
.si-gt-secondary-tip-left,
.si-gt-secondary-tip-right {
  text-align: left;
}

/* === TIPS: OLD STYLE-HANDLING SLUT === */
/* RESULTAT
================================================== */
/* CONTENT */
.si-gt-start-button {
  width: 150px;
  max-width: 70% !important;
  padding: 0.5em 0 0.5em 0 !important;
  font-size: 1em;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2em;
  }
  .si-gt-question {
    font-size: 2em;
  }
  .si-gt-progress-container-shortgt {
    margin-bottom: 10px;
  }
}