.pricelist-container > :first-child svg {
  display: none;
}

.product-container > :first-child svg {
  display: none;
}

.main-wrap {
  position: relative;
  z-index: 5;
  background: #fff;
}

[data-theme=dark] .main-wrap {
  background: #1f1f1f;
}

.relative {
  position: relative;
}

.footer-curve {
  position: absolute;
  z-index: 1;
  top: -20px;
}

@media screen and (min-width: 768px) {
  .footer-curve {
    top: -50px;
  }
}

@media screen and (min-width: 1400px) {
  .footer-curve {
    top: -100px;
  }
}

@media screen and (min-width: 1800px) {
  .footer-curve {
    top: -130px;
  }
}

@media screen and (min-width: 2200px) {
  .footer-curve {
    top: -170px;
  }
}

.footer-curve img {
  width: 100vw;
}

.margin-top {
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .margin-top {
    margin-top: 42px;
  }
}

.space-between {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .space-between {
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
  }
}

footer {
  position: relative;
  background: linear-gradient(to bottom right, #323232, #212121);
  padding: 50px 40px 25px 40px;
}

@media screen and (min-width: 1024px) {
  footer {
    padding: 105px 80px 50px 80px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  footer {
    padding: 105px 20px 50px 20px;
  }
}

@media screen and (max-width: 1024px) {
  footer .wedio-logo-small {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
}

.row {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .row {
    flex-direction: row;
    justify-content: space-between;
    margin-right: 60px;
    margin-top: 40px;
  }
}

.link-column {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: fit-content;
}

@media screen and (max-width: 1024px) {
  .link-column {
    margin-top: 16px;
  }

  .link-column:first-child {
    margin-top: 0;
  }
}

.link-column .footer-heading {
  color: #aaaaaa;
  letter-spacing: 0.32px;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .link-column .footer-heading {
    text-align: center;
    margin-bottom: 8px;
  }
}

.link-column .footer-heading.academy {
  margin-top: 16px;
}

.link-column .links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .link-column .links {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.link-column .links a {
  letter-spacing: 0.32px;
  color: white;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  .link-column .links a {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .link-column .links a {
    white-space: nowrap;
    margin-right: 16px;
    margin-bottom: 8px;
  }
}

.link-column .links .first-column {
  margin-right: 72px;
}

.link-column .links .first-column,
.link-column .links .second-column {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 1024px) {
  .link-column .links .first-column,
  .link-column .links .second-column {
    flex-direction: column;
  }
}

.footer-banner {
  background: #591ff8;
  border-radius: 16px;
  padding: 32px 36px;
  min-width: 310px;
  height: 115px;
  margin-top: 40px;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .footer-banner {
    margin-bottom: 16px;
  }
}

.footer-banner:hover {
  background: #7c4dff;
}

.footer-banner .footer-heading {
  font-size: 18px;
  font-weight: 800;
  color: white;
  width: max-content;
  line-height: normal;
}

.footer-banner .footer-subheading {
  color: white;
  line-height: normal;
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .copyright {
    flex-direction: row;
  }
}

.copyright .other-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .copyright .other-links {
    flex-wrap: nowrap;
    margin-top: 0;
  }
}

.copyright p {
  color: #cccccc;
  letter-spacing: 0.32px;
}

@media screen and (min-width: 1024px) {
  .copyright p {
    margin-right: 24px;
  }
}

.copyright .side-borders {
  display: flex;
  color: #cccccc;
  letter-spacing: 0.32px;
  padding: 0 12px;
}

@media screen and (min-width: 1024px) {
  .copyright .side-borders {
    border-left: 1px solid #707070;
  }

  .copyright .side-borders:last-child {
    border-right: 1px solid #707070;
  }
}

@media screen and (max-width: 1024px) {
  .copyright .side-borders {
    margin-bottom: 8px;
  }

  .copyright .side-borders:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
}

.copyright .footer-socials {
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .copyright .footer-socials {
    margin-left: 24px;
    margin-top: 0;
  }
}

.copyright .footer-socials img {
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  .copyright .footer-socials img {
    width: 30px;
    height: 30px;
  }
}

.language-selector {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .language-selector {
    margin-top: 16px;
  }
}

.language-selector .initial-box {
  background: #606060;
  border-radius: 50px;
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.language-selector .initial-box:hover {
  background: #777777;
}

.language-selector.active {
  z-index: 13;
}

.language-selector.active .initial-box {
  background: #777777;
}

.language-selector.active .dropdown-menu {
  transition: 0.2s;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  box-shadow: 0px 1px 3px #77777729;
  height: 100%;
  width: 180px;
  padding: 0px 8px 8px 8px;
  border-radius: 8px;
  background: white;
}

.language-selector.active .dropdown-menu-footer {
  transition: 0.2s;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  box-shadow: 0px 1px 3px #77777729;
  height: 100%;
  width: 180px;
  padding: 8px;
  border-radius: 8px;
  background: white;
}

.language-selector.active .dropdown-menu-connector-footer {
  pointer-events: all;
}

.dropdown-menu-footer {
  transform: scale(0.9);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: relative;
}

.language-selector .dropdown-menu {
  transform: scale(0.9);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: relative;
}

.dropdown-menu-connector-footer {
  position: absolute;
  bottom: 60px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  cursor: initial;
  z-index: -1;
}

.language-selector .dropdown-opt-label {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  margin-top: 8px;
  padding: 12px;
  width: 100%;
  cursor: pointer;
}

.language-selector .dropdown-opt-label .checkmark {
  display: none;
}

.language-selector .dropdown-opt-label:hover {
  background-color: black;
}

.language-selector .dropdown-opt-label:hover img {
  filter: invert(1);
}

.language-selector .dropdown-opt-label:hover a {
  color: white;
}

.language-selector .dropdown-opt-label.current-lang .checkmark {
  display: block;
  border: none !important;
}

.language-selector .initial-value {
  color: white;
  letter-spacing: 0.32px;
  margin-right: 12px;
  line-height: normal;
}

.language-selector .wedio-dropdown-content {
  z-index: 10;
  border-radius: 16px;
}