.fade-in,
.fade-in-delay,
.fade-up,
.fade-up-delay,
.fade-in-right,
.fade-in-right-delay,
.fade-in-left,
.fade-in-left-delay,
.fade-down,
.fade-down-delay {
  opacity: 0;
  will-change: opacity;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
.fade-up,
.fade-up-delay {
  will-change: transform;
  transform: translateY(20px);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
.fade-down,
.fade-down-delay {
  will-change: transform;
  transform: translateY(-20px);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
.fade-in-right,
.fade-in-right-delay {
  will-change: transform;
  transform: translateX(-20px);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
.fade-in-left,
.fade-in-left-delay {
  will-change: transform;
  transform: translateX(20px);
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
html,
body {
  font-family: "Instrument Sans", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-size: 14px;
}
@media (min-width: 576px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
body {
  position: relative;
  color: #000;
  background: url("../../img/main/background-tile.jpg") #f0e8df;
  background-repeat: repeat;
  padding-right: 0 !important;
}

strong {
  font-weight: 650;
}
iframe {
  border-radius: 16px;
}
img {
  -o-object-fit: cover;
  object-fit: cover;
}
label {
  pointer-events: none;
}
.section {
  margin: 80px 0;
}
@media (min-width: 768px) {
  .section {
    margin: 100px 0;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
.cta {
  border-radius: 8px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  line-height: 42px;
  padding: 0 32px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  background: #0082fa;
  color: #fff;
  margin-top: 10px;
  z-index: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
.cta[disabled] {
  filter: grayscale(100);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}
.cta:hover {
  background: #0067c7;
  color: #fff;
}
.cta--outline {
  border: 1px solid #0082fa;
  color: #0082fa;
  background: none;
}
.cta--outline:hover {
  background: #0082fa;
  color: #fff;
}
.cta--secondary {
  background: #0fd2ff;
  border: none;
  color: #fff;
}
.cta--secondary:hover {
  background: #00b2db;
  color: #fff;
}
.cta--secondary--outline {
  border: 1px solid #0fd2ff;
  color: #0fd2ff;
  background: none;
}
.cta--secondary--outline:hover {
  background: #0fd2ff;
  color: #fff;
}
.cta--white {
  background: #fff;
  color: #000;
}
.cta--white:hover {
  background: #ccc;
  color: #000;
}
.cta--white--outline {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.cta--white--outline:hover {
  background: #fff;
  color: #000;
}
.cta--black {
  background: #222;
  color: #fff;
}
.cta--black:hover {
  background: #444;
  color: #fff;
}
.cta--black--outline {
  border: 1px solid #000;
  color: #000;
  background: none;
}
.cta--black--outline:hover {
  background: #000;
  color: #fff;
}
.cta--gray {
  background: #575757;
  color: #fff;
}
.cta--gray:hover {
  background: #3d3d3d;
  color: #fff;
}
.cta--gray--secondary {
  background: #f0f0f0;
  border: none;
  color: #666;
}
.cta--gray--secondary:hover {
  background: #e0e0e0;
  color: #333;
}
.cta--gray--outline {
  border: 1px solid #575757;
  color: #575757;
  background: none;
}
.cta--gray--outline:hover {
  background: #575757;
  color: #fff;
}
.cta--violet {
  background: #8250fa;
  color: #fff;
}
.cta--violet:hover {
  background: #5f1ef9;
  color: #fff;
}
.cta--violet--secondary {
  background: #ece5fe;
  border: none;
  color: #5f1ef9;
}
.cta--violet--secondary:hover {
  background: #ded1fe;
  border: none;
  color: #4606de;
}
.cta--violet--outline {
  border: 1px solid #8250fa;
  color: #8250fa;
  background: none;
}
.cta--violet--outline:hover {
  background: #8250fa;
  color: #fff;
}
.cta--pink {
  background: #fa0064;
  color: #fff;
}
.cta--pink:hover {
  background: #c70050;
  color: #fff;
}
.cta--pink--outline {
  border: 1px solid #fa0064;
  color: #fa0064;
  background: none;
}
.cta--pink--outline:hover {
  background: #fa0064;
  color: #fff;
}
.cta--pink--secondary {
  background: #ffe1ed;
  border: none;
  color: #c70050;
}
.cta--pink--secondary:hover {
  background: #ffd1e4;
  border: none;
  color: #c70050;
}
.cta--blue {
  background: #0fd2ff;
  color: #fff;
}
.cta--blue:hover {
  background: #00b2db;
  color: #fff;
}
.cta--blue--outline {
  border: 1px solid #0fd2ff;
  color: #0fd2ff;
  background: none;
}
.cta--blue--outline:hover {
  background: #0fd2ff;
  color: #fff;
}
.cta--big {
  height: 60px;
  line-height: 60px;
  padding: 0px 32px;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .cta--big {
    height: 68px;
    line-height: 68px;
    padding: 4px 36px;
    font-size: 1.2rem;
  }
}
s .cta--medium {
  height: 50px;
  line-height: 40px;
  font-size: 1rem;
}
.cta--small {
  height: 40px;
  padding: 0 24px;
  font-size: 0.95rem;
}
.cta--circle {
  padding: 0;
  height: 44px;
  width: 44px;
}
body[data-brand="alto"] .cta {
  font-weight: 200;
}
body[data-brand="xkom"] .cta {
  font-weight: 400;
}
.pill {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4d4d4d;
  border: 1px solid #ccc;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  font-size: 0.8rem;
  line-height: 0.8rem;
  vertical-align: baseline;
  align-self: flex-start;
  margin-bottom: 16px;
  font-weight: 200;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 650;
}
h1 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1400px) {
  h1 {
    max-width: unset;
  }
}
h1 br {
  display: none;
}
@media (min-width: 400px) {
  h1 br {
    display: initial;
  }
}
h2 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.2rem;
  }
}

.section h2 {
  margin-bottom: 40px;
}
h3 {
  font-size: 1.42rem;
}
h4 {
  font-size: 1.26rem;
}
h5 {
  margin-bottom: 40px;
  font-size: 1.12rem;
}
p {
  font-weight: 300;
  color: #4d4d4d;
  font-size: 1rem;
}
.nobr {
  display: inline-block;
}
.hide {
  opacity: 0;
  visibility: hidden;
}
.box-shadow {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 0;
  margin-top: 0;
  overflow: hidden;
}
.header__logos-wrapper {
  height: auto;
  width: 100%;
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) {
  .header__logos-wrapper {
    padding: 40px 24px 24px 24px;
  }
}
.header #x-kom {
  height: 32px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
@media (min-width: 576px) {
  .header #x-kom {
    height: 48px;
  }
}
.header #x-kom:hover {
  opacity: 0.9;
}
.header #alto {
  height: 42px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
@media (min-width: 576px) {
  .header #alto {
    height: 60px;
  }
}
.header #alto:hover {
  opacity: 0.9;
}
.header #vendor {
  height: 16px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
@media (min-width: 576px) {
  .header #vendor {
    height: 24px;
  }
}
.header #vendor:hover {
  opacity: 0.9;
}
.header-menu {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 12px 0;
  transition: 0.6s;
  height: 80px;
  display: flex;
  align-items: center;
}
.header-menu .hamburger {
  cursor: pointer;
}
@media (min-width: 992px) {
  .header-menu .hamburger {
    display: none;
  }
}
.header-menu__nav {
  height: 72px;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
}
.header-menu__nav-desktop-menu {
  display: none;
}
@media (min-width: 992px) {
  .header-menu__nav-desktop-menu {
    display: initial;
  }
}
.header-menu__nav-desktop-menu ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.header-menu__nav-desktop-menu ul a li {
  color: #fff;
  white-space: nowrap;
  padding: 0 18px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
.header-menu__nav-desktop-menu ul a li:hover {
  opacity: 0.8;
}
.header-menu__nav-desktop-menu .cta {
  margin-left: 20px;
  white-space: nowrap;
}
.header-menu #brand-white {
  width: 100%;
  height: 36px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
.header-menu #brand-white path {
  fill: #fff;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
@media (min-width: 768px) {
  .header-menu #brand-white {
    height: 40px;
  }
}
.header-menu #vendor {
  height: 16px;
}
@media (min-width: 576px) {
  .header-menu #vendor {
    height: 24px;
  }
}
.header-menu .navbar-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
.header-menu .navbar-overlay-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.header-menu .navbar {
  background: #fff;
  border-radius: 16px;
  width: 130px;
  position: fixed;
  right: 16px;
  top: 120px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
.header-menu .navbar ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.header-menu .navbar li {
  font-size: 18px;
  font-weight: 500;
}
.header-menu .nav__link {
  color: #000;
}
.header-menu .nav__link:hover > li {
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  .header-menu .nav__link:hover > li {
    background-color: unset;
  }
}
.header-menu .nav-link.active {
  background: none;
  color: unset;
}
.header-menu .nav-link.active .navbar-active {
  visibility: visible;
  opacity: 1;
}
.header-menu .offcanvas-header {
  padding: 24px 24px 12px 24px;
}
.header-menu .offcanvas-end {
  width: 300px;
}
.header-menu .offcanvas-body {
  padding: 0;
}
.header-menu .offcanvas-body .cta {
  margin-left: 20px;
  width: 251px;
}
.header-menu #offcanvasRightLabel {
  font-weight: 650;
  margin: 0;
}
.header-menu ul {
  list-style-type: none;
  padding: 0;
}
.header-menu ul li {
  font-size: 18px;
  padding: 12px 0;
  padding-left: 24px;
}
.top {
  position: relative;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
}
.top__wrapper {
  display: flex;
  align-items: center;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0 320px 0;
}

@media (min-width: 768px) {
  .top__wrapper {
    padding: 32px 0 174px 0;
  }
}

.top__copy {
  display: flex;
  opacity: 0;
}
.top__copy h2,
.top__copy h3,
.top__copy h4 {
  font-weight: 200;
  color: #000;
  margin-bottom: 10px;
}
.top__copy h2 {
  margin-bottom: 0;
}

.top__copy h1 {
  margin-bottom: 24px;
}
.top__copy--center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
}
.top__copy--left {
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
}

@media (min-width: 576px) {
  .top__copy--left {
    align-items: flex-start;
    text-align: left;
  }
}
.top__image {
  display: flex;
  justify-content: center;
}
.top__image img {
  height: 100%;
  max-height: 240px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}
@media (min-width: 576px) {
  .top__image img {
    max-height: 300px;
    top: 0;
  }
}
@media (min-width: 992px) {
  .top__image img {
    max-height: 320px;
    top: 0;
    left: 10%;
  }
}
@media (min-width: 1200px) {
  .top__image img {
    max-height: 380px;
  }
}
.top .plyr__video-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  max-width: 1920px;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden;
}
.top .plyr__video-embed iframe {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.plyr {
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
}
.steps {
  margin: 0 auto;
}
.steps__card {
  background: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  padding: 60px 20px 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.steps__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  font-size: 1.1rem;
}
.steps__item-icon {
  border-radius: 6px;
  border: 2px solid #c382fa;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.steps__item-icon span {
  font-size: 26px;
  color: #c382fa;
  font-weight: 400;
  position: relative;
  top: 2px;
}
.steps__item-coupon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px dashed #8250fa;
  color: #8250fa;
  border-radius: 8px;
  height: 40px;
  padding: 0 26px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin-bottom: 14px;
  white-space: nowrap;
}
.slider .products__item {
  max-width: 300px;
}
@media screen and (min-width: 600px) {
  .slider .products__item {
    max-width: unset;
  }
}
.products__item {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 24px 30px 30px 30px;
  border-radius: 16px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  font-size: 0.9rem;
  background: #fff;
}

.products__item-badge {
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6a6a6a;
  border: 1px solid #6a6a6a;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  align-self: center;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 14px;
  margin-top: -42px;
}

.products__item-badge::before {
  content: url("../../img/logos/microsoft.svg");
}
.products__item-image {
  margin-top: 16px;
}
.products__item-image img {
  max-height: 200px;
  height: 100%;
  width: 80%;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.products__item h4 {
  margin-bottom: 8px;
}
.products__item-rating {
  margin-bottom: 10px;
}
.products__item ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0;
  margin-bottom: 20px;
}
.products__item ul li {
  margin-bottom: 0px;
  font-weight: 200;
  color: #4d4d4d;
}
.products__item ul li strong {
  color: #000;
  font-weight: 400;
}
.products__item-footer {
  display: flex;
  justify-content: center;
  bottom: 24px;
  width: 100%;
  margin-top: auto;
}
.products__item-footer-button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}
.products__item-footer-button svg path {
  pointer-events: none;
}
.products__item-footer-button svg rect {
  fill: #0082fa;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  height: 40px;
  width: 40px;
}
.products__item-footer-button svg rect:hover {
  fill: #0067c7;
}
.products__item-footer-button svg rect:active {
  fill: #004d94;
}
.products__item-footer-cart {
  height: 24px;
  width: 24px;
}
.products__item-price {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.products__item-price .old-price {
  text-decoration: line-through;
  color: #999;
  font-weight: 300;
  margin-left: 10px;
}
.products__item-price .new-price {
  font-size: 1.5rem;
  font-weight: 400;
}
.check-icon {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
}
.check-icon::before {
  content: "";
  display: block;
  color: #63c642;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.main {
  margin-left: auto;
  margin-right: auto;
}
.main__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .main__wrapper > * {
    margin: 0;
  }
}
.main__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__image img {
  border-radius: 16px;
  max-height: 420px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
}
.main__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
}
.main__copy .cta {
  margin-top: 0;
}
.social h2 {
  margin-bottom: 25px;
}
.social__wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  gap: 32px;
  transition: 0.3s;
  width: auto;
}
@media (min-width: 576px) {
  .social__wrapper {
    max-width: unset;
  }
}

.social__wrapper:hover {
  transform: scale(1.1);
  transform-origin: bottom;
}

.social__item {
  position: relative;
  width: 42px;
  height: 42px;
  transition: 0.3s;
  text-align: center;
}

.social__item:hover {
  transform: scale(1.2);
}

.social__item img {
  height: 42px;
  width: 42px;
}

.articles__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .articles__wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.articles__item {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 300px;
  padding: 120px 40px;
  border-radius: 16px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  color: #fff;
}
@media (min-width: 768px) {
  .articles__item {
    padding: 140px 40px;
  }
}
.articles__item:nth-child(1) .articles__item-background {
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 50%, transparent),
    url("https://geex.x-kom.pl/wp-content/uploads/2021/08/jaki-oczyszczacz-powietrza-kupic-690x450.jpeg");
}
.articles__item:nth-child(2) .articles__item-background {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent),
    url("https://geex.x-kom.pl/wp-content/uploads/2021/09/Gracz-Minecrafta-pexele-1.jpg");
}
.articles__item:nth-child(3) .articles__item-background {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent),
    url("https://geex.x-kom.pl/wp-content/uploads/2021/08/garett-women-emma-unboxing-800x600.png");
}
.articles__item:hover {
  color: #fff;
  background-size: 135%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
}
.articles__item:hover .articles__item-background {
  transform: scale(1.05);
}
.articles__item-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.articles__item-copy h4 {
  line-height: 1.4;
  margin-bottom: 14px;
  font-size: 1.2rem;
}
.articles__item-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faq {
  line-height: 1.25;
}
.faq__arrow-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  height: 40px;
  width: 40px;
}
.faq__arrow-wrapper path {
  fill: #707070;
}
.faq__arrow {
  width: 30px;
  height: 30px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
.faq__accordion.active {
  background-color: #f5f5f5;
}
.faq__accordion.active .faq__arrow-wrapper img {
  transition: transform 0.3s;
  transform: rotate(180deg);
  height: 24px;
  width: 24px;
}
.faq__accordion {
  background-color: unset;
  color: #000;
  cursor: pointer;
  padding: 18px;
  padding-right: 60px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
}
@media (min-width: 768px) {
  .faq__accordion {
    padding-right: 80px;
  }
}
.faq__accordion:first-of-type {
  border-radius: 16px 16px 0 0;
  border-top: none;
}
.faq__accordion:last-of-type {
  border-radius: 0 0 16px 16px;
}
.faq__accordion:last-of-type.active {
  border-radius: 0;
}
@media (min-width: 576px) {
  .faq__accordion:hover {
    background-color: #eee;
  }
}
.faq__accordion-wrapper {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  background: #fff;
}
.faq__accordion-wrapper button {
  font-weight: 400;
  font-size: 1rem;
}
.faq__accordion-panel {
  padding: 0 10% 0 20px;
  background-color: #fdfdfd;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  border-bottom: 1px solid #d9d9d9;
}
.faq__accordion-panel:first-child {
  border-top: none;
  border-radius: 16px 16px 0 0;
}
.faq__accordion-panel:last-child {
  border-radius: 0 0 16px 16px;
  border-bottom: none;
}
.faq__accordion-panel p {
  margin: 20px 0;
}
.counter__cards-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 22px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  font-size: 1rem;
  background: #fff;
}
@media (min-width: 768px) {
  .counter__cards-wrapper {
    padding: 14px 20px;
  }
}
.counter__cards-item {
  margin: 10px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .counter__cards-item {
    margin: 20px 24px;
    width: auto;
  }
}
.counter__cards-item span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 40px;
}
@media (min-width: 576px) {
  .counter__cards-item span {
    font-size: 2.4rem;
  }
}
.counter__cards-item p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 200;
  color: #4d4d4d;
}
.counter .colon {
  font-size: 32px;
  opacity: 0.2;
  font-weight: 300;
  display: none;
}
@media (min-width: 576px) {
  .counter .colon {
    display: block;
  }
}
.counter__finish {
  padding: 20px;
  margin: 0;
  color: #606060;
  display: none;
}
@media (min-width: 992px) {
  .contact__copy {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.contact h4 {
  font-size: 1rem;
  margin-bottom: 26px;
  font-weight: 400;
}
.contact p {
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .contact p {
    font-size: 20px;
  }
}
.contact__arrow {
  position: absolute;
  border-color: #1a1a1a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 4px 4px 2px;
  display: inline-block;
  height: 0px;
  width: 0px;
  right: 20px;
}
.contact__items-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  text-align: center;
  margin: 17px;
}
.contact__item img {
  margin-bottom: 16px;
  height: 30px;
  width: auto;
}
.contact__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  border-radius: 16px;
  padding: 32px 24px;
  max-width: 700px;
}
@media (min-width: 576px) {
  .contact__card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 46px;
  }
}
.contact__card p {
  font-size: 0.9rem;
  margin-top: 10px;
}
.contact__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.contact__input-wrapper #subject {
  padding: 10px 20px;
}
.contact__input-wrapper label {
  position: absolute;
  left: 16px;
  color: #707070;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  background: #fff;
  border-radius: 16px;
  padding: 0 4px;
  font-size: 14px;
}
.contact__form {
  position: relative;
  width: 100%;
}
.contact__form input,
.contact__form select {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 7px 20px;
  width: 100%;
  text-align: left;
  line-height: 1rem;
}
.contact__form input::-moz-placeholder,
.contact__form select::-moz-placeholder {
  color: #707070;
}
.contact__form input::-moz-placeholder,
.contact__form select::-moz-placeholder {
  color: #707070;
}
.contact__form input::placeholder,
.contact__form select::placeholder {
  color: #707070;
}
.contact__form input:active,
.contact__form input:focus,
.contact__form select:active,
.contact__form select:focus {
  border-color: #000;
  outline: none;
}
.contact__form input:focus + label,
.contact__form select:focus + label {
  font-size: 13px;
  transform: translateY(-20px);
}
.contact__form input:not(:-moz-placeholder-shown) + label,
.contact__form select:not(:-moz-placeholder-shown) + label {
  font-size: 13px;
  transform: translateY(-20px);
}
.contact__form input:not(:placeholder-shown) + label,
.contact__form select:not(:placeholder-shown) + label {
  font-size: 13px;
  transform: translateY(-20px);
}
.contact__form textarea {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 7px 20px;
  width: 100%;
  text-align: left;
}
.contact__form textarea:active,
.contact__form textarea:focus {
  border-color: #000;
  outline: none;
}
.contact__form #textarea-label {
  top: 10px;
}
.contact__form textarea:focus + label {
  font-size: 13px;
  transform: translateY(-20px);
}
.contact__form textarea:valid + label {
  font-size: 13px;
  transform: translateY(-20px);
}
.contact__form select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .contact__form #email,
  .contact__form #tel {
    width: 98%;
  }
}
.contact__form #email {
  justify-self: flex-start;
}
@media (min-width: 768px) {
  .contact__form #tel {
    position: relative;
    right: -6px;
  }
}
@media (min-width: 768px) {
  .contact__form #tel-label {
    left: 24px;
  }
}
.contact__form-submit input {
  background: #0082fa;
  color: #fff;
  border: none;
  width: 100%;
  height: 48px;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__form-submit input {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .contact__form-submit input {
    width: 220px;
  }
}
.contact__info-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.contact__info-wrapper img {
  height: 18px;
  width: 18px;
  margin-right: 6px;
}
.contact__info-wrapper p {
  color: #707070;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
.contact__character-counter {
  position: absolute;
  bottom: 8px;
  right: 20px;
  font-size: 12px;
  color: #707070;
}
::file-selector-button,
::-webkit-file-upload-button,
#file {
  background: #ebebeb;
  border: none;
  border-radius: 16px;
  width: 100%;
  height: 0;
  padding: 0;
}
input[type="file"] {
  opacity: 0;
}
.contact__file-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
}
@media (min-width: 768px) {
  .contact__file-wrapper {
    flex-direction: row;
    flex-shrink: 0;
    margin-bottom: 26px;
  }
}
#file-label {
  background-color: #f0f0f0;
  border-radius: 8px;
  height: 40px;
  max-width: 172px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  #file-label {
    width: 172px;
  }
}
#file-label ::after {
  content: "ewrw";
}
#file-label:hover {
  background: #e0e0e0;
}
#file-label:active {
  background: #ccc;
}
#file-info {
  color: #707070;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  #file-info {
    margin-left: 12px;
    margin-bottom: 0;
    margin-top: 0;
    align-self: center;
  }
}
#checkbox1 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 3px;
  position: relative;
  z-index: 2;
}
#checkbox-checked {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  margin-top: 3px;
}
#checkbox1:checked ~ #checkbox-checked {
  display: block;
}
#checkbox1:checked {
  opacity: 0;
}
.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .newsletter {
    max-height: 400px;
  }
}
.newsletter p {
  margin-bottom: 6px;
}
.newsletter__items-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .newsletter__items-wrapper {
    flex-direction: row;
    padding: 20px 0;
  }
}
.newsletter__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  text-align: center;
  margin: 17px;
}
.newsletter__item img {
  margin-bottom: 16px;
  height: 30px;
  width: auto;
}
.newsletter__item p {
  line-height: 22px;
}
.newsletter__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  border-radius: 16px;
  padding: 24px;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .newsletter__card {
    padding: 42px;
  }
}
.newsletter__card p {
  font-size: 0.9rem;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .newsletter__card p {
    margin-left: 30px;
  }
}
.newsletter__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.newsletter__input-wrapper label {
  position: absolute;
  left: 18px;
  color: #707070;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  background: #fff;
  padding: 0 4px;
  cursor: text;
}
@media (min-width: 576px) {
  .newsletter__input-wrapper label {
    left: 68px;
  }
}
.newsletter__form {
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .newsletter__form {
    display: flex;
  }
}
.newsletter__form input,
.newsletter__form select {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 7px 20px;
  width: 100%;
  text-align: left;
  height: 48px;
}
@media (min-width: 576px) {
  .newsletter__form input,
  .newsletter__form select {
    margin-left: 50px;
  }
}
.newsletter__form input::-moz-placeholder,
.newsletter__form select::-moz-placeholder {
  color: #707070;
}
.newsletter__form input::-moz-placeholder,
.newsletter__form select::-moz-placeholder {
  color: #707070;
}
.newsletter__form input::placeholder,
.newsletter__form select::placeholder {
  color: #707070;
}
.newsletter__form input:active,
.newsletter__form input:focus,
.newsletter__form select:active,
.newsletter__form select:focus {
  outline: none;
}
.newsletter__form input:focus + label,
.newsletter__form select:focus + label {
  font-size: 13px;
  transform: translateY(-20px);
}
.newsletter__form input:not(:-moz-placeholder-shown) + label,
.newsletter__form select:not(:-moz-placeholder-shown) + label {
  font-size: 13px;
  transform: translateY(-20px);
}
.newsletter__form input:not(:placeholder-shown) + label,
.newsletter__form select:not(:placeholder-shown) + label {
  font-size: 13px;
  transform: translateY(-20px);
}
.newsletter__form-submit button {
  width: 100%;
  transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
  margin: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .newsletter__form-submit button {
    position: relative;
    left: -50px;
    margin-top: 0;
  }
}
.banner__card {
  background: #f1f1f1;
  border-radius: 16px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .banner__card {
    flex-direction: row;
    text-align: start;
  }
}
.banner__card h1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .banner__card h1 {
    margin-bottom: 0;
  }
}
.banner__card .cta {
  padding: 0 20px 0 30px;
  height: 46px;
}
.fancy__card {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
  border-radius: 200px;
  display: flex;
  flex-direction: column;
  max-width: 96%;
  position: relative;
  margin-bottom: 40px;
  transition: 0.6s;
}
@media screen and (min-width: 576px) {
  .fancy__card {
    flex-direction: row;
    height: 340px;
  }
}
@media screen and (min-width: 992px) {
  .fancy__card {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 576px) {
  .fancy__card:hover {
    background: #fff;
  }
  .fancy__card:hover > .fancy__photo {
    transform: scale(1.05) translateY(-8px);
    opacity: 1;
  }
  .fancy__card:hover > img {
    transform: scale(1.05) translateY(12px);
    transition-delay: 0.05s;
    opacity: 1;
  }
}
.fancy__card#intersection {
  background: url("../../img/main/card-bg.jpg") no-repeat;
  background-size: cover;
  padding: 0;
  min-height: 300px;
}
.fancy__photo {
  position: relative;
  width: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 10%, #e1ecfa 60%);
  border-radius: 200px 200px 0 0;
  height: 240px;
  transition: 0.3s;
  opacity: 0.5;
}
@media screen and (min-width: 576px) {
  .fancy__photo {
    width: 40%;
    margin: 40px;
    border-radius: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .fancy__photo {
    width: 50%;
  }
}
.fancy a {
  text-decoration: none;
  color: unset;
}
.fancy__card .cta {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fancy__card img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
  height: 70%;
  transition: 0.3s;
  opacity: 0.9;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 576px) {
  .fancy__card img {
    height: 90%;
    top: unset;
    left: -40px;
    bottom: -20px;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .fancy__card img {
    left: 40px;
    bottom: -20px;
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  .fancy__card img {
    left: -50px;
  }
}
.fancy__card #kaski {
  height: 68%;
}
@media screen and (min-width: 576px) {
  .fancy__card #kaski {
    height: 94%;
    left: -60px;
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .fancy__card #kaski {
    left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .fancy__card #kaski {
    height: 82%;
    left: -20px;
    bottom: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .fancy__card img {
    height: 110%;
  }
  .fancy__card #kaski {
    height: 98%;
    left: -20px;
  }
}
.fancy__copy {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 400px) {
  .fancy__copy {
    padding: 40px;
  }
}
@media screen and (min-width: 576px) {
  .fancy__copy {
    width: 50%;
    padding: 20px 20px 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .fancy__copy {
    padding: 20px 20px 20px 8px;
  }
}
.fancy__copy span.series {
  font-weight: 200;
  color: #8f8f8f;
  font-size: 15px;
}
.fancy__copy#last {
  padding: 30px;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .fancy__copy#last {
    padding: 40px;
  }
}
.fancy__listing {
  margin-top: 20px;
  font-size: 15px;
}
.fancy__listing p::before {
  content: "+";
  color: #96238e;
  font-weight: 650;
  margin-left: -8px;
  position: relative;
  left: -6px;
}
.fancy__card-img {
  max-width: unset;
  height: 80%;
  max-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  bottom: -60px;
  max-width: 90%;
}
.fancy__card-img-2 {
  max-height: 300px;
}
@media screen and (min-width: 768px) {
  .fancy__card-img {
    max-width: 200%;
    max-height: unset;
    height: unset;
    bottom: unset;
  }
  .fancy__card-img-2 {
    left: -200px;
  }
  .fancy__card-img-3 {
    max-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .fancy__card-img {
    width: unset;
    max-width: unset;
    max-height: 80%;
  }
  .fancy__card-img-2 {
    left: -100px;
    max-height: 400px;
  }
  .fancy__card-img-3 {
    max-height: 300px;
    left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .fancy__card-img {
    left: -60px;
  }
  .fancy__card-img-2 {
    left: -100px;
    max-height: 400px;
  }
  .fancy__card-img-3 {
    left: 0;
  }
}
.fancy__card p {
  font-weight: 200;
  line-height: 1.5;
}
.timeline__wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  padding-left: 32px;
  overflow-y: hidden;
  padding-top: 8px;
}
.timeline__line {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
  border-radius: 20px;
  background: radial-gradient(rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 80%);
}
.timeline__item {
  width: 100%;
  text-align: start;
  position: relative;
  padding-left: 64px;
  margin-bottom: 0;
  margin-top: 32px;
}
.timeline__item h4 {
  opacity: 0;
  transform: translateY(20px);
  font-weight: 200;
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
}
.timeline__item-dot-wrapper {
  opacity: 0;
  transform: none !important;
}
.timeline__item-dot {
  content: "";
  position: absolute;
  left: -8px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #0082fa;
}
@media screen and (min-width: 992px) {
  .timeline__wrapper {
    flex-direction: row;
    padding-left: 0;
  }
  .timeline__item {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 32px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .timeline__item-dot-wrapper {
    transform: translateY(30px);
  }
  .timeline__item-dot {
    left: 50%;
    transform: translateX(-50%);
    top: -8px;
  }
  .timeline__line {
    height: 2px;
    width: 100%;
    transform: translateX(-100%);
  }
  .timeline__item h4 {
    margin-top: 32px;
  }
}
.statbars__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 64px;
}
.statbars__wrapper .statbars__bar {
  height: 32px;
  border-radius: 8px;
  transition: 1s cubic-bezier(0.6, 0.2, 0.4, 1);
  width: 0%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  will-change: width;
  background-color: #0082fa;
}
.statbars__wrapper .statbars__bar-label {
  font-weight: 200;
  transition: 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  margin-right: 16px;
  color: rgba(255, 255, 255, 0);
  line-height: 100%;
  position: relative;
  top: 1px;
}
.slider__container {
  display: flex;
}
.slider {
  margin-bottom: 0;
  margin: 0 auto;
}
.tns-ovh {
  overflow: visible;
}
.slider__nav {
  display: none;
}
@media (min-width: 768px) {
  .slider__nav {
    display: block;
  }
}
.slider__nav button {
  height: 50px;
  width: 50px;
  border-radius: 8px;
  border: none;
  background: #000;
  margin: 0 20px;
}
@media screen and (min-width: 576px) {
  .slider__nav button {
    margin: 0 -10px;
  }
}
.slider__nav-next:hover,
.slider__nav-prev:hover {
  background: #333;
}
.slider__nav-next:active,
.slider__nav-prev:active {
  background: #666;
}
.slider__nav-next,
.slider__nav-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  transition: 0.3s;
}
.slider__nav-next {
  right: 0;
  top: 30%;
}
@media screen and (min-width: 576px) {
  .slider__nav-next {
    top: 50%;
  }
}
.slider__nav-prev {
  left: 0;
  top: 30%;
}
@media screen and (min-width: 576px) {
  .slider__nav-prev {
    top: 50%;
  }
}
.slider__nav button[disabled] {
  background: rgba(0, 0, 0, 0.15);
  opacity: 0.4;
}
.slider__nav button[disabled] svg {
  fill: rgba(0, 0, 0, 0.4);
}
.tns-outer {
  padding: 0;
}

.tns-item {
  opacity: 0.12;
  transition: 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: grab;
}
.tns-slide-active {
  opacity: 1;
  filter: unset;
}
.tns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 60px 0 0 0;
}
.tns-nav [aria-controls] {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 2px;
  border-radius: 200px;
  background: #33333360;
  border: 0;
  transition: 0.3s;
}
.tns-nav .tns-nav-active {
  background: #000;
  width: 8px;
  height: 8px;
} /*# sourceMappingURL=xmain.min.css.map */
