a {
  color: #ed145b;
  text-align: left;
  text-decoration: none;
}

.idoru-consent-banner[hidden],
.idoru-consent-modal[hidden] {
  display: none;
}

.idoru-consent-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 10000;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background-color: #101010;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  color: #fff;
  gap: 20px;
}

.idoru-consent-banner-copy {
  flex: 1 1 auto;
}

.idoru-consent-banner h2,
.idoru-consent-panel h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0px;
}

.idoru-consent-banner p,
.idoru-consent-panel p,
.idoru-consent-option small {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.idoru-consent-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.idoru-consent-button,
.idoru-consent-close {
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.idoru-consent-button {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 20px;
}

.idoru-consent-button-primary {
  background-color: #ed145b;
  color: #fff;
}

.idoru-consent-button-secondary {
  background-color: transparent;
  color: #fff;
}

.idoru-consent-button:focus-visible,
.idoru-consent-close:focus-visible,
.idoru-consent-option input:focus-visible {
  outline-color: #fff;
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
}

.idoru-consent-modal {
  position: fixed;
  z-index: 10001;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.idoru-consent-modal-backdrop {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.58);
}

.idoru-consent-panel {
  position: relative;
  width: min(560px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  overflow: auto;
  padding: 24px;
  border-radius: 8px;
  background-color: #101010;
  color: #fff;
}

.idoru-consent-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.idoru-consent-options {
  display: grid;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 12px;
}

.idoru-consent-option {
  display: flex;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  gap: 12px;
}

.idoru-consent-option input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.idoru-consent-option span {
  display: grid;
  gap: 4px;
}

.idoru-consent-option strong {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.idoru-consent-option small {
  color: rgba(255, 255, 255, 0.78);
}

.idoru-consent-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .idoru-consent-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    flex-direction: column;
    padding: 16px;
  }

  .idoru-consent-actions {
    width: 100%;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .idoru-consent-button {
    width: 100%;
  }

  .idoru-consent-panel {
    padding: 20px;
  }
}

.navbar-logo-left {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  background-color: #000;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1344px;
  margin-bottom: 0px;
  padding: 20px 0px;
}

.container {
  width: 100%;
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: #f2437c;
}

.nav-link:active {
  color: #fa6294;
}

.nav-link:focus {
  color: #ed145b;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
  color: #fff;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary {
  padding: 12px 25px;
  background-color: #ed145b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.button-primary:hover {
  background-color: #f2437c;
  color: #fff;
}

.button-primary:active {
  background-color: #fa6294;
}

.button-primary.nav {
  margin-left: 20px;
}

.container-full {
  max-width: 1344px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-full.bgimage {
  background-image: url('../images/IDORU-P1-Hero.png');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.container-full.gradient {
  background-image: radial-gradient(circle closest-side at 50% 55%, #0c1b32, #000);
}

.container-full.topgradient {
  padding-bottom: 40px;
  background-image: radial-gradient(circle closest-side at 30% 50%, #0c1b32, #000);
}

.container-full.footer {
  max-width: 100%;
  margin-top: 100px;
  background-color: #131313;
}

.container-full.gradient-big {
  background-image: radial-gradient(circle closest-side at 50% 50%, #0c1b32, #000);
}

.container-full.black {
  background-color: #000;
}

.div-block {
  max-width: 1312px;
  text-align: left;
}

.image.bottom {
  margin-bottom: 20px;
}

.button-inline {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image.topmargin {
  margin-top: 2%;
}

.div-block-2 {
  width: 100%;
  text-align: center;
}

.body {
  overflow: visible;
  background-color: #000;
}

.body.white {
  background-color: #fff;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 120%;
  text-align: left;
}

.heading.bigspace {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading.black {
  color: #000;
}

.heading.black.bottom {
  margin-bottom: 20px;
}

.heading.black.bottom.faq {
  margin-top: 40px;
}

.column {
  color: #fff;
}

.column.xtra-pad-left {
  padding-left: 20px;
}

.hero-heading-right {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.container-2.footinternal {
  max-width: 1344px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  margin-bottom: -1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper.first {
  overflow: visible;
  margin-top: 60px;
}

.hero-wrapper.special {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-wrapper.special.notop {
  margin-top: 0px;
}

.hero-wrapper.special-tech {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-wrapper.special-tech.notop {
  margin-top: 0px;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-split.smallun {
  max-width: 30%;
}

.hero-split.sdcard {
  overflow: visible;
  max-width: 62%;
}

.hero-split.smallun-tech {
  max-width: none;
}

.hero-split.techspecs {
  overflow: visible;
  max-width: 50%;
  margin-top: 60px;
  margin-right: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.hero-split.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.usp-image {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.usp-image.biggun {
  overflow: hidden;
  max-width: 200%;
  text-align: left;
}

.usp-image.biggun-right {
  overflow: hidden;
  max-width: 200%;
  text-align: right;
}

.usp-image.inbanner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 160%;
  font-weight: 300;
}

.margin-bottom-24px.smol {
  font-size: 14px;
}

.margin-bottom-24px.black {
  color: #000;
}

.heading-2 {
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 36px;
  font-weight: 400;
}

.heading-2.black {
  color: #000;
}

.heading-2.inban {
  margin-top: 0px;
}

.footer-light {
  position: relative;
  padding: 80px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
}

.footer-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.footer-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.footer-link-two {
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #f2437c;
}

.footer-link-two:active {
  color: #fa6294;
}

.footer-link-two:focus {
  color: #ed145b;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0px;
}

.footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-field {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ed145b;
  background-image: url('../images/submit2.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-bottom-row-social {
  margin-top: 18px;
}

.footer-bottom-row-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.footer-copyright {
  color: #626262;
}

.footer-contact-details {
  margin-bottom: 0px;
  text-align: right;
}

.footer-contact-link {
  color: #626262;
  text-decoration: none;
}

.footer-contact-link:visited {
  color: #626262;
}

.footer-contact-link:hover {
  color: #626262;
}

.footer-contact-link:active {
  color: #626262;
}

.footer-social-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-social-link {
  margin-left: 12px;
}

.link {
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #ed145b;
  font-size: 20px;
  line-height: 160%;
}

.link:hover {
  color: #f2437c;
}

.link:active {
  color: #fa6294;
}

.columns {
  margin-top: 5%;
}

.pull-quote {
  max-width: 480px;
  margin-top: 80px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 120%;
  font-weight: 200;
}

.pull-quote.margin-below {
  margin-bottom: 80px;
}

.text-span {
  color: #ed145b;
}

.image-2 {
  margin-top: 0%;
  clear: none;
  text-align: right;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.column-2 {
  text-align: right;
}

.column-3 {
  text-align: right;
}

.text-block {
  color: #fff;
}

.image-5 {
  clear: none;
}

.text-span-2 {
  background-image: url('../images/linkarrow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.image-6 {
  margin-top: 10px;
  text-align: right;
}

.image-6.side {
  max-height: 300px;
}

.success-message {
  background-color: #313131;
}

.error-message {
  background-color: #2f5577;
}

.div-block-4 {
  overflow: hidden;
}

.question {
  padding-top: 5px;
  padding-bottom: 0px;
}

.downloads-latest-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  column-gap: 24px;
  row-gap: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.downloads-latest-title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  column-gap: 0px;
  row-gap: 12px;
  grid-column-gap: 0px;
  grid-row-gap: 12px;
}

.downloads-section-title {
  margin-bottom: 0px;
}

.downloads-latest-version {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}

.downloads-platform-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  column-gap: 12px;
  row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.downloads-platform-buttons .button-primary {
  margin-bottom: 0px;
}

.download-os-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.download-os-button::before {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-flex: 0 0 18px;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
}

.download-os-button-mac::before {
  background-image: url('../images/icon-macos.svg');
}

.download-os-button-windows::before {
  background-image: url('../images/icon-windows.svg');
}

.download-os-button-linux::before {
  background-image: url('../images/icon-linux.svg?v=2026-05-22-3');
}

.downloads-firmware-section {
  margin-top: 32px;
}

.release-accordion {
  margin-top: 24px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.release-accordion-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  list-style: none;
  grid-column-gap: 12px;
}

.release-accordion-summary::-webkit-details-marker {
  display: none;
}

.release-accordion-summary::marker {
  display: none;
}

.release-accordion-label {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.release-accordion-meta {
  margin-right: auto;
  color: #626262;
}

.release-accordion-icon::before {
  content: '+';
  color: #ed145b;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.release-accordion[open] .release-accordion-icon::before {
  content: '-';
}

.release-accordion-content {
  padding-bottom: 18px;
}

.release-history-link {
  margin-top: 20px;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 31px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #211d2f;
}

.banner.first {
  margin-top: 60px;
}

.banner.special {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner.special.notop {
  margin-top: 0px;
}

.banner.special-tech {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner.special-tech.notop {
  margin-top: 0px;
}

.link-2 {
  color: #ed145b;
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.video {
  display: block;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #242424;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #383838;
    color: #fff;
  }

  .container-full.topgradient {
    background-image: radial-gradient(circle closest-side at 27% 25%, #0c1b32, #000);
  }

  .heading {
    font-size: 56px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-wrapper.special-tech {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-split.smallun {
    max-width: none;
  }

  .hero-split.techspecs {
    max-width: none;
    margin-right: 0px;
  }

  .usp-image.inbanner {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .footer-wrapper-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .pull-quote {
    font-size: 40px;
  }

  .icon {
    color: #fff;
  }

  .image-6.hidden {
    display: none;
  }

  .banner {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .banner.special-tech {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .banner.reverse {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    background-color: #242424;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .footer-light {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom-right {
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-contact-details {
    margin-bottom: 20px;
    text-align: left;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .downloads-latest-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .downloads-platform-buttons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-right: 4px;
    padding-left: 16px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #242424;
  }

  .button-primary {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .downloads-latest-version {
    font-size: 20px;
  }

  .downloads-platform-buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .release-accordion-label {
    font-size: 18px;
  }

  .release-accordion-meta {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-button.w--open {
    background-color: #383838;
  }

  .container-full.topgradient {
    background-image: radial-gradient(circle closest-side at 50% 10%, #0c1b32, #000);
  }

  .container-full.footer {
    margin-top: 60px;
  }

  .heading {
    font-size: 40px;
  }

  .column.xtra-pad-left {
    padding-left: 0px;
  }

  .container-2 {
    max-width: none;
  }

  .hero-wrapper {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-split {
    margin-bottom: 0px;
  }

  .hero-split.smallun {
    max-width: none;
  }

  .hero-split.banner {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .hero-split.banner.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-split.xtravpads {
    margin-bottom: 20px;
  }

  .usp-image {
    margin-bottom: 10px;
  }

  .margin-bottom-24px {
    font-size: 17px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .footer-light {
    padding-top: 40px;
  }

  .footer-wrapper-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bottom-row-social {
    margin-top: 20px;
  }

  .footer-bottom-row-spacer {
    display: none;
  }

  .footer-contact-details {
    margin-bottom: 20px;
    text-align: left;
  }

  .footer-social-block-two {
    margin-top: 0px;
  }

  .pull-quote {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 32px;
  }

  .column-3 {
    padding-top: 30px;
    text-align: center;
  }

  .image-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-4 {
    max-height: 200px;
  }

  .icon {
    color: #fff;
  }

  .image-6.hidden {
    display: none;
  }

  .banner {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
