@charset "UTF-8";
* {
  font-family: "Raleway" !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body {
  background-color: #969696;
}
body > div {
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6, .no-hyphens {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
a, a:hover {
  color: #212529;
  text-decoration: underline;
  text-decoration-color: #5fb357;
}
a.btn, a.btn:hover, .store.alert a, .store.alert a:hover, footer a, footer a:hover {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0 0 15px 0;
}
p:last-child {
  padding-bottom: 0;
}
header .navbar a {
  font-weight: 500;
}
header .navbar .nav-link.active {
  color: #054C85;
}
header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item.active, header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  color: #212529;
  text-decoration: underline;
  text-decoration-color: #5fb357;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.45);
}
body > header h1 {
  font-size: 55px;
  font-weight: 500;
  margin: 15px 0 0 0;
}
body > header h2 {
  font-size: 30px;
  font-weight: 200;
  margin: 0;
}
body > header img {
  margin-top: 30px;
}
footer {
  color: #ffffff;
}
footer a, footer a:hover {
  color: #ffffff;
}
.title h1 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}
.title p {
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0 0 0;
}
@media (min-width: 992px) {
  .title h1 {
    font-size: 62px;
    font-weight: 500;
    margin: 0;
  }
  .title p {
    font-size: 25px;
    font-weight: 500;
    margin: 15px 0 0 0;
  }
}
.text-twitter {
  color: #4da0eb;
}
.text-green {
  color: #5fb357;
}
/* ---------- BUTTONS ---------- */
.btn-twitter {
  color: #fff;
  background-color: #4794da;
  border-color: #4794da;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #3779ba;
  border-color: #3779ba;
}
.btn-download {
  min-width: 380px;
}
#downloads-os-switch button {
  width: 150px;
  transition: background-color 250ms linear;
}
/* ---------- /BUTTONS ---------- */
.bg-light-gray {
  background-color: #f8f9fb;
}
.bg-gray {
  background-color: #cfd3d7;
}
.bg-cornsilk {
  background-color: #fcf9f6;
}
.bg-green {
  background-color: #5fb357;
}
.blg {
  border-left: 30px solid #cfd3d7;
}
.brg {
  border-right: 30px solid #cfd3d7;
}
/* ---------- LINE ---------- */
.line-text p.right-arrow a {
  margin-right: 1.8rem;
}
.line-text p.right-arrow a::after {
  display: none;
  content: "";
  font-family: "Font Awesome 5 Solid";
}
.line-text p.right-arrow a svg {
  margin-left: 0.3rem;
}
@media (min-width: 992px) {
  .center-vertical-outer {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
/* ---------- /LINE ---------- */
/* ---------- STORE ---------- */
#store-os-switch button {
  width: 150px;
  transition: background-color 250ms linear;
}
div.store.alert.alert-success {
  transition: background-color 250ms linear;
}
div.store.alert.alert-success a {
  font-size: 25px;
}
div.store.alert.alert-success a:hover {
  text-decoration: none;
}
div.store.alert.alert-success small a {
  font-size: 15px;
}
div.store.alert.alert-success small a:hover {
  text-decoration: underline;
}
div.store.alert.alert-success input {
  width: 100%;
  outline: 0;
  transition: background-color 250ms linear;
}
div.store.alert.alert-success input:focus {
  border-color: #cfd4da !important;
}
div.store.alert.alert-success.bg-success-subtle {
  border: 1px solid rgba(108, 117, 125, 0.05) !important;
}
div.store.alert.alert-success.bg-light {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
div.store.alert.alert-success.bg-light p {
  opacity: 0.5;
}
div.mp-1, div.mp-2, div.mpw-1, div.mpw-2 {
  cursor: pointer;
}
/* ---------- /STORE ---------- */
.card, .card-body, .card-footer, .card-footer:last-child {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.card {
  padding: 30px;
}
h3.card-title {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}
.card-body p, .card-footer p {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 0 0;
  padding: 0;
}
.card-body p a {
  color: #fff;
}
.card-footer p:has(a.btn) {
  text-align: center;
}
.support-button-external {
  position: absolute;
  top: 5px;
  right: 10px;
}
.bg-gray-gradient {
  background: linear-gradient(to bottom right, #969498, #646464);
}
.bg-blue-gradient {
  background: linear-gradient(to bottom right, #5699ce, #38668a);
}
.btn-green {
  --bs-btn-font-weight: 600;
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #5fb357;
  --bs-btn-border-color: #5fb357;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: color-mix(in srgb, #5fb357 90%, black);
  --bs-btn-hover-border-color: color-mix(in srgb, #5fb357 90%, black);
  --bs-btn-focus-shadow-rgb: 95, 179, 87;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: color-mix(in srgb, #5fb357 80%, black);
  --bs-btn-active-border-color: color-mix(in srgb, #5fb357 80%, black);
}
.btn-a {
  color: #525252;
  min-width: 150px;
}
/* ---------- */
.border-30 {
  border-width: 30px !important;
}
.border-top-2 {
  border-top-width: 2px !important;
  border-top-style: solid !important;
  border-top-color: #cfd3d7 !important;
}
.border-top-15 {
  border-top-width: 15px !important;
  border-top-style: solid !important;
  border-top-color: #cfd3d7 !important;
}
.border-end-15 {
  border-right-width: 15px !important;
  border-right-style: solid !important;
  border-right-color: #cfd3d7 !important;
}
.border-end-30 {
  border-right-width: 30px !important;
  border-right-style: solid !important;
  border-right-color: #cfd3d7 !important;
}
.border-bottom-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #cfd3d7 !important;
}
.border-bottom-15 {
  border-bottom-width: 15px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #cfd3d7 !important;
}
.border-start-15 {
  border-left-width: 15px !important;
  border-left-style: solid !important;
  border-left-color: #cfd3d7 !important;
}
.border-start-30 {
  border-left-width: 30px !important;
  border-left-style: solid !important;
  border-left-color: #cfd3d7 !important;
}
.border-gray {
  border-color: #cfd3d7 !important;
}
/* ---------- */
.p-30 {
  padding: 30px;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pe-0 {
  padding-right: 0;
}
.pe-10 {
  padding-right: 10px;
}
.pe-20 {
  padding-right: 20px;
}
.pe-30 {
  padding-right: 30px;
}
.pe-40 {
  padding-right: 40px;
}
@media (min-width: 576px) {
  .pe-sm-40 {
    padding-right: 40px !important;
  }
}
.pe-50 {
  padding-right: 50px;
}
.pe-60 {
  padding-right: 60px;
}
@media (min-width: 768px) {
  .pe-md-60 {
    padding-right: 60px !important;
  }
}
.pe-70 {
  padding-right: 70px;
}
.pe-80 {
  padding-right: 80px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.ps-0 {
  padding-left: 0;
}
.ps-10 {
  padding-left: 10px;
}
.ps-20 {
  padding-left: 20px;
}
.ps-30 {
  padding-left: 30px;
}
.ps-40 {
  padding-left: 40px;
}
@media (min-width: 576px) {
  .ps-sm-40 {
    padding-left: 40px !important;
  }
}
.ps-50 {
  padding-left: 50px;
}
.ps-60 {
  padding-left: 60px;
}
@media (min-width: 768px) {
  .ps-md-60 {
    padding-left: 60px !important;
  }
}
.ps-70 {
  padding-left: 70px;
}
.ps-80 {
  padding-left: 80px;
}
/* ---------- */
dialog {
  min-width: 300px;
  max-width: 500px;
}
/* ---------- */
#matomo-opt-out {
  margin-bottom: 20px;
}
#matomo-opt-out input[type="checkbox"] {
  margin-right: 10px;
}
#matomo-opt-out label > strong {
  font-weight: 400;
}
