@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.2;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

img {
  vertical-align: middle;
}

body {
  font-family: "Roboto Condensed", sans-serif;
}

.body-home {
  padding-top: 60px;
}

.home-h2, .page--content h2, .cs-h2 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 0.45em;
}

.cs-form-section-h {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 0.3em;
  margin-top: 0.8em;
}

.home-h1, .page--content h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

.home-h1--cs {
  margin-bottom: 20px;
}

.hr, .page--content hr {
  margin: 0 -15px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.color-primary {
  color: #231f42;
}

.article-default p {
  margin: 0.7em 0;
}
.article-default p:last-of-type {
  margin-bottom: 0;
}
.article-default p:first-of-type {
  margin-top: 0;
}
.article-default ul, .article-default ol {
  margin: 0.7em 0;
  padding-left: 1.4em;
  list-style-type: disc;
}
.article-default ul:last-of-type, .article-default ol:last-of-type {
  margin-bottom: 0;
}
.article-default ul:first-of-type, .article-default ol:first-of-type {
  margin-top: 0;
}
.article-default ul li, .article-default ol li {
  margin: 0.2em 0;
  line-height: 1.3em;
}

.page--content a:not(.no-page-content):not(.btn) {
  color: #231f42;
}
.page--content a:not(.no-page-content):not(.btn):hover {
  text-decoration: underline;
}
.page--content > * {
  margin: 1em 0;
}
.page--content > *:last-child {
  margin-bottom: 0;
}
.page--content > *:first-child {
  margin-top: 0;
}

.text, .page--content {
  line-height: 1.3em;
  color: #231f42;
  font-size: 16px;
}
.text p, .page--content p {
  margin: 1em 0;
}
.text p:last-of-type, .page--content p:last-of-type {
  margin-bottom: 0;
}
.text p:first-of-type, .page--content p:first-of-type {
  margin-top: 0;
}

.text--big {
  font-size: 20px;
  font-weight: 300;
}
.text--big ul li {
  font-size: 20px;
}

.home-ul, .page--content ul {
  font-size: 16px;
}
.home-ul li, .page--content ul li {
  background-image: url("../res/ul-icon.9f8d59a75f83.svg");
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 23px 12px;
  padding-left: 26px;
  margin: 0.5em 0;
  line-height: 1.3em;
}
.home-ul li:first-of-type, .page--content ul li:first-of-type {
  margin-top: 0;
}

.page--content ol {
  font-size: 16px;
  list-style-type: decimal;
  padding-left: 30px;
}
.page--content ol li {
  margin: 0.5em 0;
  line-height: 1.3em;
}

.page--content table thead {
  font-size: 18px;
}
.page--content table td, .page--content table th {
  padding: 5px 8px;
  border: 1px solid grey;
}

strong {
  font-weight: bold;
}

.width--12 {
  max-width: 1200px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.center-content {
  padding: 0 30px;
  display: flex;
  justify-content: center;
}

.home-nav-wrp {
  z-index: 1000;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.fb-icon {
  margin-left: 20px;
  font-size: 20px;
  color: #231f42;
}

.home-nav-padding {
  padding: 10px 0;
}

.home-logo img {
  height: 40px;
}

@keyframes btn-scale {
  0% {
    transform: scale(1);
  }
  94% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.btn--anim {
  animation-name: btn-scale;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.home-nav-lout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-nav-lout .r-block {
  display: flex;
  align-items: center;
}
.home-nav-lout .r-block .btn {
  margin-left: 20px;
}

.home-nav ul {
  display: flex;
}
.home-nav ul li a {
  padding: 3px 1px;
  margin: 0 12px;
  text-transform: uppercase;
  color: black;
  display: inline-block;
  transition: all 0.3s;
}
.home-nav ul li a.menu-active {
  border-bottom: 4px solid #231f42;
}
.home-nav ul li a:hover {
  color: #231f42;
}

.mobile-nav-button {
  cursor: pointer;
  border: none;
  padding: 0;
  font-size: 23px;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}

.cs-mobile-header {
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #12131f;
  padding: 10px 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.cs-mobile-header .e--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs-mobile-header .e--logo img {
  width: 100%;
  max-width: 60px;
}

@media screen and (max-width: 1000px) {
  .cs-desktop-nav, #nav-cs {
    display: none;
  }
  .cs-mobile-header {
    display: block;
  }
  .fb-icon {
    margin-right: 20px;
  }
}
.mobile-nav {
  position: fixed;
  top: 0;
  right: -500px;
  background-color: #12131f;
  border-left: 1px solid #2a2b38;
  height: 100vh;
  z-index: 100000;
  padding: 14px 40px 14px 20px;
}
.mobile-nav .home-nav ul {
  margin-top: 10px;
  flex-direction: column;
}
.mobile-nav .home-nav ul li a {
  margin: 3px 0;
}

[data-mobile-nav=slide], [data-mobile-nav=nav] {
  transition: transform 0.2s;
}

.cs-mobile-nav {
  padding: 14px 0;
}
.cs-mobile-nav ul .second-level li a {
  padding-left: 36px;
}
.cs-mobile-nav ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  padding: 6px 24px;
  transition: all 0.1s;
}
.cs-mobile-nav ul li a:hover {
  color: #e07820;
}
.cs-mobile-nav ul li a.active {
  background-color: rgba(224, 120, 32, 0.15);
  color: #e07820 !important;
}
.cs-mobile-nav hr {
  border: 0;
  border-bottom: 1px solid #2a2b38;
}

.menu-contact {
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.85);
}
.menu-contact .e--heading {
  opacity: 1;
}
.menu-contact .e--info {
  opacity: 0.65;
}
.menu-contact a {
  color: rgba(255, 255, 255, 0.7);
}
.menu-contact a:hover {
  text-decoration: underline;
  color: white;
}

.btn {
  z-index: 2;
  display: inline-block;
  font-size: 13px;
  background-color: #231f42;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  color: white;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  transition: all 0.05s ease;
}
.btn:hover {
  background-color: rgb(16.5979381443, 14.7010309278, 31.2989690722);
}
.btn i {
  margin-right: 2px;
}
.btn .e--discount {
  color: black;
  background-color: yellow;
  padding: 2px 4px;
  border-radius: 4px;
  margin-top: 4px;
}

.btn--disabled {
  background-color: grey;
  border-color: grey;
  pointer-events: none;
}

.btn--big {
  font-size: 16px;
  padding: 13px 18px;
}

.btn--grey {
  background: #eef2f4;
  color: #3e3e3e;
}
.btn--grey:hover {
  background: #e4e9ed;
}

.btn--deactivated {
  background-color: grey;
  color: white;
  border-color: grey;
  cursor: default;
}
.btn--deactivated:hover {
  background-color: grey;
}
.btn--deactivated:before {
  background: none;
}

.btn--green {
  background-color: rgb(35.2857142857, 196.8571428571, 24.1428571429);
}
.btn--green:hover {
  background-color: rgb(32.0285714286, 178.6857142857, 21.9142857143);
}

.btn--red {
  background-color: #cd0000;
}
.btn--red:hover {
  background-color: #a90000;
}

.btn--table {
  font-size: 12px;
  padding: 4px 6px;
  margin: -4px 0;
}

.btn--mar-t {
  margin-top: 20px;
}

textarea, input:not([type=checkbox]) {
  background-color: #f8f8f8;
  color: black;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
}
textarea:focus, input:not([type=checkbox]):focus {
  border-color: #231f42;
}

label + input:not([type=checkbox]), label + textarea {
  margin-top: 5px;
}

input[type=checkbox] {
  float: left;
  margin: 0;
  margin-top: 0.15em;
  margin-right: 4px;
}

label {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
}
label.required:after {
  content: " *";
}
label a {
  color: #231f42;
}
label a:hover {
  text-decoration: underline;
}

form input + .helptext {
  max-height: 0;
  margin-top: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}

form input:focus + .helptext {
  margin-top: 6px;
  max-height: 300px;
}

form .helptext {
  display: block;
  font-size: 12px;
  opacity: 0.6;
  line-height: 1.15em;
}

form > ul > li {
  margin-bottom: 10px;
}

/* --------------------------------
 * *
 * *Animace
 * *
 * *-------------------------------- */
@keyframes selectedAnimation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.slider-hykel {
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 400px;
}
@media screen and (max-width: 970px) {
  .slider-hykel {
    height: 300px;
  }
}
@media screen and (max-width: 820px) {
  .slider-hykel {
    display: none;
  }
}

.slider-text {
  padding: 50px 0;
  max-width: 500px;
}
.slider-text h1 {
  font-size: 46px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: #231f42;
}
.slider-text h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 14px;
  color: #231f42;
}
.slider-text .text {
  margin-bottom: 28px;
}

/* --------------------------------
 * *
 * *Slider
 * *
 * *-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider li:nth-of-type(1) {
  background-image: url("../publicsection/res/showbox-bg.6eec9dbf1349.jpg");
}

.cd-hero-slider .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: -1;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
.cd-hero-slider {
  position: relative;
  overflow: hidden;
  height: 420px;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cd-hero-slider li .bg {
  transform: scale(1.1);
}
.cd-hero-slider li:not(.selected) {
  pointer-events: none;
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  opacity: 1;
  transform: scale(1);
}
.cd-hero-slider li.selected .bg {
  animation: selectedAnimation 5s linear;
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  opacity: 0;
  transform: scale(2.5);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  transition: all 0.5s;
}
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* --------------------------------
 * *
 * *Single slide style
 * *
 * *-------------------------------- */
/* --------------------------------
 * *
 * *Single slide animation
 * *
 * *-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    transform: translateX(40px);
  }
  .cd-hero-slider .move-left .cd-half-width {
    transform: translateX(-40px);
  }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    transform: translateX(0);
  }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport
    * *wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2), .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type, .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .cd-hero-slider .cd-full-width h2, .cd-hero-slider .cd-full-width p, .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    transform: translateX(100px);
  }
  .cd-hero-slider .move-left .cd-full-width h2, .cd-hero-slider .move-left .cd-full-width p, .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    transform: translateX(-100px);
  }
  .cd-hero-slider .selected .cd-full-width h2, .cd-hero-slider .selected .cd-full-width p, .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    transform: translateX(0);
  }
  .cd-hero-slider li.is-moving .cd-full-width h2, .cd-hero-slider li.is-moving .cd-full-width p, .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport
    * *wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected h2 {
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected p {
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .cd-hero-slider li.selected .cd-btn {
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}
/* --------------------------------
 * *
 * *Slider navigation
 * *
 * *-------------------------------- */
.cd-slider-nav {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.cd-slider-nav nav ul {
  margin-left: auto;
  margin-right: auto;
  width: 108px;
  padding-bottom: 28px;
  overflow: auto;
}
.cd-slider-nav li {
  float: left;
  display: inline;
  width: 13px;
  height: 13px;
  margin-left: 7px;
  margin-right: 7px;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s;
}
.cd-slider-nav li.selected {
  background-color: black;
  transition: all 0.2s;
}
.cd-slider-nav li:hover {
  background-color: black;
}

/* --------------------------------
 * *
 * *Javascript disabled
 * *
 * *-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}
.no-js .cd-hero-slider li.selected {
  display: block;
}
.no-js .cd-slider-nav {
  display: none;
}

.home-pad--s {
  padding: 30px 0;
}

.home-pad--l {
  padding: 60px 0;
}

.video-icon-overlay {
  position: relative;
}
.video-icon-overlay .video-icon {
  transition: 0.2s all;
  color: #171717;
  opacity: 0.7;
  position: absolute;
  font-size: 70px;
  transform: translateX(-35px) translateY(-35px);
  top: 50%;
  left: 50%;
}

.text-page .e--layout {
  max-width: 840px;
  margin: 0 auto;
  padding: 40px 20px;
}
.text-page .e--content {
  border-radius: 20px;
  background-color: #f7f7f7;
  padding: 30px 40px;
}
.text-page .e--heading {
  font-size: 30px;
  font-weight: 200;
  margin-left: 40px;
  margin-bottom: 20px;
}

.home-showbox {
  background-image: url("../publicsection/res/showbox-bg.6eec9dbf1349.jpg");
  background-size: cover;
}
.home-showbox .wrp {
  position: relative;
  width: 100%;
}
.home-showbox .slider-hykel {
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 400px;
}
@media screen and (max-width: 1130px) {
  .home-showbox .slider-hykel {
    height: 330px;
  }
}
@media screen and (max-width: 1010px) {
  .home-showbox .slider-hykel {
    height: 280px;
  }
}
@media screen and (max-width: 880px) {
  .home-showbox .slider-hykel {
    height: 250px;
  }
}
@media screen and (max-width: 780px) {
  .home-showbox .slider-hykel {
    display: none;
  }
}
.home-showbox .slider-text {
  padding: 55px 0;
  max-width: 500px;
}
.home-showbox .slider-text h1 {
  font-size: 46px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: #231f42;
}
.home-showbox .slider-text h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 14px;
  color: #231f42;
}
.home-showbox .slider-text .text {
  margin-bottom: 28px;
}

.home-imgwtext {
  display: flex;
  align-items: center;
  margin: -20px 0;
}
.home-imgwtext .item {
  display: flex;
  align-items: center;
}
.home-imgwtext .img, .home-imgwtext .desc {
  transition: 0.2s all;
}
.home-imgwtext .desc {
  margin-left: 20px;
}
.home-imgwtext .text {
  color: white;
  opacity: 0.6;
}
.home-imgwtext a:hover .desc {
  transform: translateX(5px);
}
.home-imgwtext a:hover .img {
  transform: scale(1.05);
}
.home-imgwtext a:hover .h {
  opacity: 1;
}
.home-imgwtext a:hover .video-icon {
  opacity: 1;
}
.home-imgwtext li {
  width: calc(50% - 40px);
  margin: 20px;
}
.home-imgwtext li .h {
  transition: 0.2s all;
  color: white;
  opacity: 0.8;
}
.home-imgwtext li img {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .home-imgwtext {
    flex-direction: column;
    align-items: center;
  }
  .home-imgwtext li {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 500px) {
  .home-imgwtext li a {
    flex-direction: column;
  }
  .home-imgwtext li a .h {
    margin: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.home-3opt {
  counter-reset: home3opt;
  display: flex;
  margin: -20px;
}
.home-3opt li {
  flex-grow: 1;
  flex-basis: 0;
  margin: 20px;
}
.home-3opt li a {
  display: block;
}
.home-3opt li a:hover .text {
  transform: translateX(6px);
}
.home-3opt li a:hover .h {
  color: #231f42;
}
.home-3opt li a:hover .h:before {
  margin-right: 16px;
  transform: scale(1.2);
}
.home-3opt li .h {
  color: #231f42;
  transition: 0.2s all;
}
.home-3opt li .h:before {
  box-sizing: border-box;
  display: inline-block;
  counter-increment: home3opt;
  content: counter(home3opt);
  border-radius: 50%;
  width: 37px;
  height: 37px;
  padding: 4px;
  border: 1px solid #231f42;
  background-color: #231f42;
  color: white;
  text-align: center;
  margin-right: 10px;
  transition: 0.2s all;
}
.home-3opt li .text {
  transition: 0.2s all;
}
@media screen and (max-width: 1050px) {
  .home-3opt {
    flex-direction: column;
  }
}

.home-numbers-bg {
  background-image: url("../publicsection/res/numbers-light-bg.e7501d6dbc8f.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.home-learn-trading {
  display: flex;
  align-items: center;
}
.home-learn-trading img {
  width: 130px;
  margin-right: 40px;
}
@media screen and (max-width: 520px) {
  .home-learn-trading {
    text-align: center;
    flex-direction: column;
  }
  .home-learn-trading img {
    margin: 0;
    margin-bottom: 40px;
  }
}

.home-ebook {
  display: flex;
  align-items: center;
}
.home-ebook .home-h1 {
  color: #231f42;
  margin-bottom: 10px;
}
.home-ebook .heading-2 {
  margin-bottom: 14px;
  color: #231f42;
  font-size: 30px;
  font-weight: 300;
}
.home-ebook .btn {
  margin-top: 22px;
}
.home-ebook .fb-page {
  max-width: 350px;
  width: 100%;
  margin-left: 40px;
}
.home-ebook img {
  width: 180px;
  margin-right: 40px;
}
@media screen and (max-width: 950px) {
  .home-ebook {
    flex-direction: column;
    text-align: center;
  }
  .home-ebook img {
    margin: 0;
    margin-bottom: 40px;
  }
  .home-ebook .fb-page {
    margin: 0;
    margin-top: 40px;
  }
}

.home-reviews {
  display: flex;
  margin: -10px -20px;
  flex-wrap: wrap;
}
.home-reviews .item {
  width: calc(50% - 40px);
  margin: 20px;
  display: flex;
}
.home-reviews .item .p {
  margin-bottom: 10px;
  color: #888;
  line-height: 1.3em;
}
.home-reviews .item .author {
  font-weight: bold;
  color: #231f42;
}
.home-reviews .item img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .home-reviews {
    flex-direction: column;
    margin: -10px 0;
  }
  .home-reviews .item {
    width: 100%;
    margin: 20px 0;
  }
}

.home-how-we-work {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -35px;
}
.home-how-we-work .item {
  width: 50%;
  padding: 20px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-how-we-work .item .text {
  color: #231f42;
  opacity: 0.8;
  text-align: center;
}
.home-how-we-work .item .icon {
  margin-bottom: 15px;
  font-size: 30px;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #231f42;
  border: 1px solid #231f42;
}
@media screen and (max-width: 670px) {
  .home-how-we-work {
    flex-direction: column;
  }
  .home-how-we-work .item {
    width: 100%;
  }
}

.home-dark-bg {
  background-color: #231f42;
  color: white;
}
.home-dark-bg .page--content {
  color: white;
}

.home-facts {
  display: flex;
  justify-content: space-around;
}
.home-facts .item {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  text-align: center;
  padding-top: 30px;
}
.home-facts .item .number {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #37e52b;
}
.home-facts .item .desc {
  text-align: center;
  opacity: 0.7;
}
@media screen and (max-width: 650px) {
  .home-facts {
    flex-direction: column;
    align-items: center;
  }
  .home-facts .item {
    margin: 20px 0;
  }
}

.home-team {
  display: flex;
  margin: -40px;
}
.home-team .item {
  margin: 40px;
  text-align: center;
  width: 50%;
}
.home-team .item .h {
  color: #231f42;
}
.home-team .item img {
  border-radius: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .home-team {
    flex-direction: column;
  }
  .home-team .item {
    width: auto;
  }
}

.tym-foto {
  border-radius: 50%;
  margin-bottom: 30px;
}

.home-live-trading-room {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-live-trading-room .progress-bar {
  margin-bottom: 12px;
}
.home-live-trading-room > div {
  width: 47.5%;
}
@media screen and (max-width: 700px) {
  .home-live-trading-room {
    flex-direction: column;
  }
  .home-live-trading-room > div {
    width: 100%;
  }
  .home-live-trading-room > div:first-of-type {
    margin-bottom: 20px;
  }
}

.btn--ltr-mar-t {
  margin-top: 28px;
}

.progress-bar {
  height: 24px;
  background-color: #333;
}
.progress-bar .bar {
  height: 24px;
  background-color: #231f42;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  padding: 2px 4px;
  font-weight: bold;
}
.progress-bar .bar.bar--100 {
  justify-content: center;
  width: 100%;
}

.progress-bar-heading {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 3px;
  line-height: 1.3em;
}

.home-video-and-desc {
  display: flex;
  justify-content: space-between;
}
.home-video-and-desc .home-h1 {
  margin-bottom: 20px;
}
.home-video-and-desc .text {
  color: white;
  opacity: 0.7;
  line-height: 1.5em;
}
.home-video-and-desc > div {
  width: 48%;
}
@media screen and (max-width: 700px) {
  .home-video-and-desc {
    flex-direction: column;
  }
  .home-video-and-desc > div {
    width: 100%;
  }
  .home-video-and-desc > div:first-of-type {
    margin-bottom: 40px;
  }
}

.home-contact {
  display: flex;
}
.home-contact > div {
  width: 50%;
}
.home-contact .messages {
  width: 100%;
}
.home-contact .contact-info {
  text-align: center;
}
.home-contact .contact-info .links {
  margin-top: 16px;
  line-height: 1.3em;
}
.home-contact .contact-info .links a {
  color: #231f42;
  margin: 0 10px;
  transition: 0.1s all;
}
.home-contact .contact-info .links a:hover {
  color: #231f42;
}
.home-contact .contact-form button {
  margin-top: 6px;
}
.home-contact .contact-form input, .home-contact .contact-form textarea, .home-contact .contact-form button {
  width: 100%;
}
.home-contact .contact-form textarea {
  height: 70px;
}
.home-contact .contact-form .form-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.home-contact .contact-form .form-ul > li:nth-of-type(1) {
  width: 48%;
}
.home-contact .contact-form .form-ul > li:nth-of-type(2) {
  width: 48%;
}
.home-contact .contact-form .form-ul > li:nth-of-type(3) {
  width: 100%;
}
@media screen and (max-width: 850px) {
  .home-contact {
    flex-direction: column;
    align-items: center;
  }
  .home-contact > div {
    width: 100%;
    max-width: 600px;
  }
  .home-contact > div:first-of-type {
    margin-bottom: 30px;
  }
}

.home-footer {
  text-align: center;
}
.home-footer .text {
  color: white;
}
.home-footer a {
  color: #37e52b;
}
.home-footer a:hover {
  text-decoration: underline;
}

.ps-posts {
  display: grid;
  grid-gap: 60px;
}
.ps-posts .anchor {
  display: block;
  position: relative;
  top: -108px;
  visibility: hidden;
}
.ps-posts > article {
  display: flex;
  align-items: flex-start;
}
.ps-posts > article h1 {
  margin-bottom: 7px;
}
.ps-posts > article time {
  margin-bottom: 20px;
  display: block;
}
.ps-posts > article img {
  vertical-align: middle;
  width: 100%;
}
.ps-posts > article .images {
  margin-right: 30px;
  width: 100%;
  max-width: 400px;
}
.ps-posts > article .images .all-images {
  margin-top: 10px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
.ps-posts > article .text {
  max-width: 50%;
}
.ps-posts > article .text .btn {
  margin-top: 20px;
}
@media screen and (max-width: 720px) {
  .ps-posts > article {
    flex-direction: column;
  }
  .ps-posts > article .text {
    max-width: 100%;
  }
  .ps-posts > article .images {
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

.mapa-produktu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.mapa-produktu img {
  width: 100%;
  max-width: 700px;
}

.vzdelavani-sekce {
  margin-bottom: 40px;
}
.vzdelavani-sekce.white-bg {
  background-color: white;
  padding: 40px;
}
.vzdelavani-sekce .heading-section {
  margin-bottom: 30px;
}

.ps-vizualizace-sekce {
  margin: 40px 0;
}
.ps-vizualizace-sekce .home-h2 {
  margin-bottom: 16px;
}
.ps-vizualizace-sekce .e-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ps-vizualizace-sekce .e-video {
  max-width: 50%;
  width: 100%;
}
.ps-vizualizace-sekce .e-btn {
  text-align: center;
  margin-top: 14px;
}

.ps-vizualizace-workspace {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
  padding: 12px 20px;
}
.ps-vizualizace-workspace .e-heading {
  margin-top: -25px;
  padding: 0 5px 0 5px;
  background-color: white;
}

.ps-vizualizace-obsah {
  max-width: 850px;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0 auto 20px auto;
}
.ps-vizualizace-obsah .e-media img {
  max-width: 100%;
}
.ps-vizualizace-obsah .e-two-columns {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 680px) {
  .ps-vizualizace-obsah .e-two-columns {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.product-page-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.product-page-list .e-discount {
  position: absolute;
  top: 100px;
  left: calc(50% - 31px);
  background-color: #ff5000;
  color: white;
  border-radius: 15px;
  padding: 3px 10px;
  display: inline-block;
  animation: scale 0.5s none infinite alternate;
}
.product-page-list h2 {
  color: #231f42;
  margin-bottom: 5px;
  transition: all 0.2s;
}
.product-page-list img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 2px solid #231f42;
}
.product-page-list a {
  position: relative;
  display: block;
  color: #231f42;
  text-align: center;
  line-height: 1.2em;
  transition: all 0.1s;
}
.product-page-list a:hover {
  transform: scale(1.02);
}
.product-page-list a:hover h2 {
  text-shadow: 0 0 6px #231f42;
}
.product-page-list a:not(.emphasized) img {
  width: 90px;
  height: 90px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .product-page-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 750px) {
  .product-page-list--centering {
    grid-template-columns: repeat(6, 1fr);
  }
  .product-page-list--centering > li {
    grid-column: span 2;
  }
  .product-page-list--centering > li:last-child:nth-child(3n-1) {
    grid-column-end: -2;
  }
  .product-page-list--centering > li:nth-last-child(2):nth-child(3n+1) {
    grid-column-end: 4;
  }
  .product-page-list--centering > li:last-child:nth-child(3n-2) {
    grid-column-end: 5;
  }
}

.c-pp-header h1 {
  font-size: 46px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 15px;
  color: #231f42;
}
.c-pp-header h2 {
  font-size: 36px;
  text-transform: none;
  line-height: 1.2em;
  margin-bottom: 14px;
  color: #231f42;
}
.c-pp-header .c-vp-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.c-pp-header-layout {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.c-pp-header-layout .pp-buttons {
  margin-top: 20px;
}
.c-pp-header-layout > div {
  width: 47.5%;
}
@media screen and (max-width: 750px) {
  .c-pp-header-layout {
    flex-direction: column-reverse;
  }
  .c-pp-header-layout > div {
    width: 100%;
  }
  .c-pp-header-layout > div:last-of-type {
    margin-bottom: 30px;
  }
}

.c-pp-header-clean-layout {
  text-align: center;
}
.c-pp-header-clean-layout h2 {
  margin-bottom: 36px;
}

.c-pp-clean-heading {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .c-pp-clean-heading {
    text-align: center;
  }
}
.c-pp-clean-heading h2 {
  font-size: 26px;
}

.c-pp-price-layout {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 900px) {
  .c-pp-price-layout {
    grid-template-columns: 1fr;
  }
}

.home-primary-bg {
  background-color: rgba(23, 23, 23, 0.25);
}
.home-primary-bg h2 {
  color: #231f42 !important;
}

.product-page-content {
  font-size: 16px;
  font-weight: 300;
}
.product-page-content h2 + h2 {
  margin-top: 0;
}
.product-page-content h2 {
  text-transform: none;
  color: #231f42;
}
.product-page-content ul {
  font-size: 16px;
}
.product-page-content ul li {
  margin: 1em 0;
}

.product-page-prices {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
  align-items: center;
}
.product-page-prices > li {
  background-color: white;
  border-radius: 8px;
  padding: 20px 15px;
  margin: 10px;
  max-width: 250px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
}
.product-page-prices > li.points {
  max-width: 300px;
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
}
.product-page-prices > li.notebook {
  max-width: 350px;
  border: none;
  text-align: left;
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.product-page-prices > li.notebook h2 {
  font-size: 22px;
  color: #231f42;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.product-page-prices > li.notebook p {
  font-size: 16px;
  line-height: 1.1em;
  opacity: 0.7;
}
.product-page-prices > li .desc {
  font-size: 22px;
  color: #231f42;
  display: block;
  margin-bottom: 10px;
}
.product-page-prices > li .price {
  display: block;
}
.product-page-prices > li .original-price {
  text-decoration: line-through;
  color: grey;
}
.product-page-prices > li .discount-tag {
  display: inline-block;
  color: white;
  font-size: 15px;
  background-color: #ff5000;
  padding: 3px 6px;
  border-radius: 5px;
  margin-top: 10px;
}
.product-page-prices > li .btn {
  display: block;
  margin-top: 15px;
}

.c-lp-logo {
  display: flex;
  justify-content: center;
  margin: 35px auto 50px auto;
}
.c-lp-logo img {
  height: 100px;
}

.c-lp-layout {
  padding-top: 120px;
  padding-bottom: 120px;
}
.c-lp-layout .e-video-section {
  max-width: 800px;
  margin: 0 auto;
}
.c-lp-layout img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .c-lp-layout {
    grid-template-columns: 1fr;
  }
}

.c-lp-alt-layout {
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-lp-alt-content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.c-lp-alt-content .btn {
  margin-top: 0;
}
.c-lp-alt-content h1 {
  margin-bottom: 0;
  color: #231f42;
}
.c-lp-alt-content h2 {
  margin-top: 0.45em;
  font-size: 20px;
}
.c-lp-alt-content .e-small-text {
  font-size: 11px;
  line-height: 1.1;
  opacity: 0.45;
  margin-top: 0;
}

.c-lp-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 50px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .c-lp-content {
    grid-template-columns: 1fr;
  }
}
.c-lp-content .btn {
  margin-top: 0;
}
.c-lp-content h1 {
  margin-bottom: 0;
  color: #231f42;
}
.c-lp-content h2 {
  margin-top: 0.45em;
  font-size: 20px;
}
.c-lp-content .e-small-text {
  font-size: 11px;
  line-height: 1.1;
  opacity: 0.45;
  margin-top: 0;
}

.c-lp-reviews {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
  background-color: transparent !important;
}
.c-lp-reviews .public-h1 {
  text-align: center;
  margin-bottom: 90px;
}

.cl-lp-stick-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.public-h1 {
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 12px;
}

.c-lp-btn {
  width: 100%;
  line-height: 1.4;
  font-size: 22px !important;
}
.c-lp-btn .e-text {
  font-size: 13px !important;
  opacity: 0.7;
}

.c-lp-form {
  margin: 0 0 10px 0;
}
.c-lp-form .messages {
  width: 100%;
}
.c-lp-form .messages li {
  font-size: 18px;
  padding: 16px;
  font-weight: 300;
}
.c-lp-form label[for=id_email] {
  display: none;
}
.c-lp-form input[name=email] {
  font-size: 22px;
  width: 100%;
  font-weight: 300;
  padding: 0.4em 0.7em;
  margin-bottom: 14px;
}

.c-lp-messages {
  margin-top: 10px;
}

.bg-logo {
  position: relative;
  z-index: 1;
}
.bg-logo > * {
  z-index: 100;
}
.bg-logo:after {
  z-index: -1;
  pointer-events: none;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background-image: url("../res/logo.e2d92055a203.png");
  background-size: cover;
  background-position: -50vw 20vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.bg-logo--white {
  background-color: #f8f7f5;
}
.bg-logo--white:after {
  opacity: 0.75;
  background-image: url("../res/logo-white.f89fd7fa68a4.png");
}

.c-lp-video {
  border: 1px solid #a7a7a7;
  border-radius: 8px;
  overflow: hidden;
}

.cs-page-heading {
  font-size: 28px;
  color: black;
  margin-bottom: 0.5em;
}

.cs-heading-subtext {
  color: #a2a2a2;
  margin-top: -0.8rem;
  margin-bottom: 20px;
}

.cs-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .cs-content-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1400px) and (min-width: 800px) {
  .cs-content-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1800px) and (min-width: 1400px) {
  .cs-content-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.cs-content-grid-home {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .cs-content-grid-home {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1500px) and (min-width: 800px) {
  .cs-content-grid-home {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cs-content-grid-home .cs-product-card {
  grid-column: span 1;
}
.cs-content-grid-home .cs-product-card .e--body {
  margin-top: 0px;
}
.cs-content-grid-home .cs-product-card .e--link {
  color: black;
  display: block;
}
.cs-content-grid-home .cs-product-card .btn {
  font-size: 16px;
}

.cs-socials {
  font-size: 18px;
  margin-top: 16px;
  text-align: center;
}
.cs-socials a {
  color: rgba(255, 255, 255, 0.6);
}
.cs-socials a:hover {
  color: white;
}

.cs-card {
  width: 100%;
  grid-column: span 10;
  background-color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.cs-card .e--header {
  padding: 1.2rem 1.5rem;
  font-size: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.cs-card .e--body {
  padding: 1.5rem;
}
.cs-card .e--footer {
  padding: 1.2rem 1.5rem;
  border-top: 1px solid #e8e8e8;
  margin-top: auto;
}

.cs-card--overflow {
  overflow-x: auto;
}

.cs-button-group {
  display: flex;
}
.cs-button-group > *:not(:last-child) {
  margin-right: 10px;
}

.cs-two-sided {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cs-product-card {
  margin-top: 35px;
}
.cs-product-card .cs-card-link {
  color: black;
}
.cs-product-card .cs-card-link:hover .e--heading {
  text-decoration: underline;
}
.cs-product-card .e--heading {
  color: black;
}
.cs-product-card .e--heading h3 {
  margin-bottom: 0.4rem;
}
.cs-product-card .e--body {
  margin-top: -59px;
}
.cs-product-card .e--hero-image {
  margin-top: -35px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.cs-product-card .e--icon {
  width: 4.375rem;
  border-radius: 4px;
}
.cs-product-card .e--top-section {
  margin-bottom: 1.2rem;
}
.cs-product-card .e--desc {
  opacity: 0.4;
  text-align: justify;
  margin-bottom: 1.4rem;
}
.cs-product-card .e--desc ul {
  list-style: none;
  padding-left: 0;
}
.cs-product-card .e--desc ul li {
  position: relative;
  padding-left: 26px;
}
.cs-product-card .e--desc ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 15px;
  line-height: 1.3em;
  color: #e07820;
}

.cs-product-card-wide .e--layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 500px) {
  .cs-product-card-wide .e--layout-2 {
    grid-template-columns: 1fr;
  }
}
.cs-product-card-wide .e--video {
  border-radius: 8px;
  overflow: hidden;
}
.cs-product-card-wide .e--desc {
  margin-bottom: 20px;
  line-height: 1.2;
  opacity: 0.65;
}
.cs-product-card-wide .e--header-a {
  color: black;
}

.cs-table-head {
  background-color: #231f42;
  padding: 12px 14px;
  color: white;
}

.cs-table-trade {
  font-size: 14px;
}
.cs-table-trade thead {
  color: #959595;
  border-bottom: 1px solid #d6d6d6;
  text-transform: uppercase;
}
.cs-table-trade thead th {
  padding: 11px 14px;
  text-align: left;
}
.cs-table-trade tbody tr:nth-of-type(2n) {
  background-color: #eef2f4;
}
.cs-table-trade td {
  padding: 12px 14px;
}
.cs-table-trade .col-symbol {
  width: 82px;
}
.cs-table-trade .col-s {
  width: 80px;
}
.cs-table-trade .col-m {
  width: 100px;
}
.cs-table-trade .col-l {
  width: 120px;
}
.cs-table-trade .col-xl {
  width: 140px;
}

.cs-table {
  width: 100%;
  margin-bottom: -12px;
  border: 1px solid #d6d6d6;
  background-color: white;
}
.cs-table thead {
  color: #959595;
  border-bottom: 1px solid #d6d6d6;
  text-transform: uppercase;
}
.cs-table thead th {
  padding: 12px 14px;
  text-align: left;
}
.cs-table td {
  padding: 12px 14px;
}
.cs-table tr:nth-of-type(2n) {
  background-color: #f5f8fa;
}

.cs-tools-list-table {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .cs-tools-list-table i {
    display: none;
  }
}
.cs-tools-list-table .e-preparing {
  color: #c9c9c9;
}
.cs-tools-list-table .e-product-title:target {
  font-weight: bold;
}
.cs-tools-list-table a {
  color: #231f42;
}
.cs-tools-list-table a:hover {
  text-decoration: underline;
}

.cs-tools-list-highlighted {
  max-width: 1040px;
  margin: 0 auto;
}
.cs-tools-list-highlighted .e--box {
  background-color: black;
  color: white;
  padding: 32px 40px;
  margin-bottom: 20px;
  border: 1px solid #2b2b2b;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: center;
  border-radius: 8px;
}
@media screen and (max-width: 820px) {
  .cs-tools-list-highlighted .e--box {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 24px;
    text-align: center;
  }
}
.cs-tools-list-highlighted .e--box .e--info {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .cs-tools-list-highlighted .e--box .e--info {
    text-align: center;
  }
}
.cs-tools-list-highlighted .e--box .e--info .e--pack-heading {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
  color: white;
  margin-bottom: 14px;
  padding-left: 14px;
  border-left: 4px solid #e07820;
}
@media screen and (max-width: 820px) {
  .cs-tools-list-highlighted .e--box .e--info .e--pack-heading {
    padding-left: 0;
    border-left: none;
  }
}
.cs-tools-list-highlighted .e--box .e--info .e--pack-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  margin-bottom: 18px;
}
.cs-tools-list-highlighted .e--box .e--info .e--pack-individual {
  margin-bottom: 18px;
}
.cs-tools-list-highlighted .e--box .e--info .e--pack-individual .e--label {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3px;
}
.cs-tools-list-highlighted .e--box .e--info .e--pack-individual .e--vals {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.cs-tools-list-highlighted .e--box .e--info .e--pack-savings {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #e07820;
  border: 1px solid rgba(224, 120, 32, 0.6);
  background: rgba(224, 120, 32, 0.1);
  border-radius: 999px;
  padding: 10px 22px;
}
.cs-tools-list-highlighted .e--box .e--info .e--pack-savings i {
  font-size: 20px;
}
.cs-tools-list-highlighted .e--box .e--prices .cs-price-list {
  width: 100%;
}

.cs-price-list {
  display: flex;
  align-items: stretch;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 700px) {
  .cs-price-list {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
}
.cs-price-list > div {
  position: relative;
  container-type: inline-size;
  text-align: center;
  flex: 1 1 140px;
  max-width: 166px;
  min-width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #181818 0%, #0c0c0c 100%);
  border: 1px solid #2b2b2b;
  border-radius: 16px;
  padding: 20px 10px 14px;
}
@media screen and (max-width: 700px) {
  .cs-price-list > div {
    min-width: 0;
    width: 100%;
  }
}
.cs-price-list > div.e--tier--featured {
  border-color: #dda528;
  box-shadow: 0 0 20px rgba(221, 165, 40, 0.3), 0 0 46px rgba(221, 165, 40, 0.12);
}
.cs-price-list > div .e--tier-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  background: linear-gradient(135deg, #f4cb62 0%, #dda528 100%);
  color: #1a1200;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cs-price-list > div .e--tier-badge i {
  font-size: 9px;
}
.cs-price-list > div .e--tier-ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background: linear-gradient(135deg, #f2b544 0%, #d98a1e 100%);
  color: #1a1200;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cs-price-list > div .e--price-heading {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
}
.cs-price-list > div .e--price-box {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cs-price-list > div .e--price-box .e--disc-badge {
  display: inline-block;
  width: auto;
  background: rgba(224, 120, 32, 0.15);
  border: 1px solid rgba(224, 120, 32, 0.5);
  color: #f0a24d;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.cs-price-list > div .e--price-box .e--disc-countdown {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cs-price-list > div .e--price-box .e--price-top {
  width: 100%;
  min-height: 30px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.cs-price-list > div .e--price-box .e--price-top .e--disc-badge {
  margin-bottom: 0;
}
.cs-price-list > div .e--price-box .e--price-top .e--disc-countdown {
  margin-bottom: 0;
}
.cs-price-list > div .e--price-box .e--price-block {
  width: 100%;
  margin-bottom: 4px;
}
.cs-price-list > div .e--price-box .e--price-block .e--amount {
  font-size: clamp(20px, max(1.9vw, 11cqi), 32px);
  font-weight: 800;
  color: white;
  line-height: 1.1;
}
.cs-price-list > div .e--price-box .e--original-price {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: line-through;
  margin-bottom: 14px;
  margin-top: -3px;
}
.cs-price-list > div .e--price-box .e--price-wout-disc {
  font-size: clamp(20px, max(1.9vw, 11cqi), 32px);
  font-weight: 800;
  color: white;
  margin: 0 0 14px 0;
  padding: 8px 0;
  white-space: nowrap;
}
.cs-price-list > div .e--price-box .e--crossed {
  text-decoration: line-through;
}
.cs-price-list > div .e--price-box .btn {
  margin-top: auto;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
}
.cs-price-list > div .e--price-box .e--feature-line {
  margin-top: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}
.cs-price-list > div .e--price-box .e--feature-line i {
  color: rgb(35, 197, 24);
  margin-right: 4px;
}
.cs-price-list .e--preparing {
  color: orange;
}
.cs-price-list:not(.m--some-disc-active) .e--price-top:empty {
  min-height: 0;
  margin-bottom: 0;
}

.cs-results-error {
  color: red;
  margin-top: 1.5rem;
}
.cs-results-error a {
  color: red;
}
.cs-results-error a:hover {
  text-decoration: underline;
}

.cs-results-warning {
  color: #ffb700;
  margin-top: 1.5rem;
}
.cs-results-warning a {
  color: #ffb700;
}
.cs-results-warning a:hover {
  text-decoration: underline;
}

.cs-select {
  border-radius: 4px !important;
  border: 1px solid #D2D2D2 !important;
  background-color: #f8f8f8 !important;
  font-size: 15px !important;
  padding: 5px 10px !important;
  min-width: 140px;
}
.cs-select a {
  color: black !important;
}
.cs-select .e--filter-menu {
  padding-top: 30px !important;
}

.cs-filters {
  font-size: 16px;
  display: flex;
  flex-direction: row;
}
.cs-filters > li {
  position: relative;
  border: 1px solid grey;
  border-radius: 20px;
  padding: 0.2em 0.7em;
  margin-right: 0.5rem;
}
.cs-filters > li a {
  color: grey;
}
.cs-filters > li.active {
  background-color: #231f42;
  border-color: #231f42;
}
.cs-filters > li.active a {
  color: white;
}
.cs-filters > li:active .e--filter-menu, .cs-filters > li:active .e--filter-menu:hover {
  display: block;
}
.cs-filters .e--filter-menu {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  padding-top: 27px;
  width: 100%;
}
.cs-filters .e--filter-menu:hover {
  display: block;
}
.cs-filters .e--filter-menu ul {
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0.4em 0;
  overflow: hidden;
}
.cs-filters .e--filter-menu ul li a {
  display: block;
  padding: 0.2em 0.7em;
  width: 100%;
  color: black;
}
.cs-filters .e--filter-menu ul li a:hover {
  color: #231f42;
  background-color: #f2f2f2;
}

.cs-filter-challange {
  background-color: #ffd500;
  color: black;
  display: inline-block;
  border-radius: 20px;
  padding: 0.2em 0.7em;
  margin-bottom: 0.5rem;
}
.cs-filter-challange a {
  color: red;
}
.cs-filter-challange a:hover {
  text-decoration: underline;
}

.cs-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.cs-home-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 20px;
}
.cs-home-nav .e--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.cs-home-nav li a {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  padding: 16px 20px;
}
.cs-home-nav li a:hover .e--c1 {
  transform: rotate(260deg);
}
.cs-home-nav li a:hover .e--c2 {
  transform: rotate(20deg);
}
.cs-home-nav li a:hover .e--c3 {
  transform: rotate(130deg);
}
.cs-home-nav .e--text-section {
  margin-right: 20px;
  color: black;
}
.cs-home-nav .e--text-section .e--heading {
  font-weight: 600;
}
.cs-home-nav .e--text-section .e--text {
  font-size: 13px;
  opacity: 0.7;
}
.cs-home-nav .e--circles {
  background-color: #231f42;
  border-radius: 8px;
  color: white;
  width: 55px;
  height: 55px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.cs-home-nav .e--circles .e--c-html {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 3px solid white;
}
.cs-home-nav .e--circles .e--c-svg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 300ms linear;
}
.cs-home-nav .e--circles .e--c-svg circle {
  fill: transparent;
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 250;
}
.cs-home-nav .e--circles .e--c1 {
  transform: rotate(200deg);
}
.cs-home-nav .e--circles .e--c1 circle {
  stroke-dashoffset: 230;
}
.cs-home-nav .e--circles .e--c2 {
  transform: rotate(90deg);
}
.cs-home-nav .e--circles .e--c2 circle {
  stroke-dashoffset: 240;
}
.cs-home-nav .e--circles .e--c3 {
  transform: rotate(330deg);
}
.cs-home-nav .e--circles .e--c3 circle {
  stroke-dashoffset: 230;
}

/* ------------- videocourses ------------- */
.cs-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
.cs-breadcrumbs li {
  margin: 3px 0;
}
.cs-breadcrumbs li a {
  color: #231f42;
  margin-right: 7px;
}
.cs-breadcrumbs li a:hover {
  text-decoration: underline;
}
.cs-breadcrumbs i {
  margin-right: 7px;
}

.cs-vc-info img {
  border-radius: 8px 8px 0 0;
  max-width: 100%;
}
.cs-vc-info .e--text {
  opacity: 0.7;
}

.cs-vc-chapter {
  width: 100%;
  margin-bottom: 14px;
}
.cs-vc-chapter .e--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background-color: white;
  padding: 10px 16px;
  color: black;
  margin: 0;
  cursor: pointer;
  transition: all 0.05s;
}
.cs-vc-chapter .e--title h2 {
  font-size: 20px;
}
.cs-vc-chapter .e--title .icon {
  font-size: 14px;
  opacity: 0.7;
}
.cs-vc-chapter .e--title .icon-plus {
  display: block;
}
.cs-vc-chapter .e--title .icon-minus {
  display: none;
}
.cs-vc-chapter .e--title:hover h2 {
  color: #231f42;
}
.cs-vc-chapter .e--title.active .icon-plus {
  display: none;
}
.cs-vc-chapter .e--title.active .icon-minus {
  display: block;
}
.cs-vc-chapter .e--title.active {
  border-bottom: 1px solid #e9e9e9;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cs-vc-chapter .e--video-list {
  display: none;
  background-color: white;
  padding: 10px 0;
  counter-reset: video-counter;
  border-radius: 0 0 8px 8px;
}
.cs-vc-chapter .e--video-list li {
  counter-increment: video-counter;
}
.cs-vc-chapter .e--video-list li a::before {
  content: counter(video-counter) ". ";
}
.cs-vc-chapter .e--video-list a {
  display: block;
  padding: 6px 16px;
  color: #494949;
  transition: background-color 0.05s;
}
.cs-vc-chapter .e--video-list a:hover {
  background-color: #f3f3f3;
}

.cs-video-iframe {
  border-radius: 8px;
}

.cs-vc-video-page {
  margin: 0 auto;
  width: 85%;
}
@media screen and (max-width: 1000px) {
  .cs-vc-video-page {
    width: 100%;
  }
}
.cs-vc-video-page .e--text {
  color: black;
}
.cs-vc-video-page .e--video {
  margin-bottom: 20px;
}
.cs-vc-video-page .e--video .e--text-on-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 12px 18px;
  color: white;
  font-size: 22px;
  font-weight: 500;
  opacity: 0.7;
  pointer-events: none;
}
.cs-vc-video-page .e--video .e--text-on-video.e--text-on-video--center {
  text-align: center;
  color: black;
  top: 50%;
  left: 50%;
  opacity: 0.1;
  transform: translate(-50%, -50%);
  font-size: 50px;
}
@media screen and (max-width: 1300px) {
  .cs-vc-video-page .e--video .e--text-on-video.e--text-on-video--center {
    font-size: 46px;
  }
}
@media screen and (max-width: 500px) {
  .cs-vc-video-page .e--video .e--text-on-video.e--text-on-video--center {
    font-size: 24px;
  }
}

.cs-video-page-nav-new {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.cs-video-page-nav-new span:nth-of-type(2) {
  text-align: center;
}
.cs-video-page-nav-new span:nth-of-type(3) {
  text-align: right;
}

/* videocrouses end */
.cs-challange-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 28px;
}
@media only screen and (max-width: 1700px) {
  .cs-challange-list {
    grid-template-columns: 1fr;
  }
}

.cs-challange {
  position: relative;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #e8e8e8;
}
.cs-challange .e--state-icon {
  position: absolute;
  top: 0;
  margin-top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-challange .e--heading {
  font-size: 20px;
  margin-bottom: 4px;
}
.cs-challange .e--date {
  color: #5c5c5c;
  font-size: 14px;
}
.cs-challange .cs-chall-metrics {
  padding-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.cs-challange .cs-chall-metrics .e--desc {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #484848;
}
.cs-challange .cs-chall-metrics .e--number {
  font-size: 24px;
  padding-bottom: 2px;
}
.cs-challange .e--link {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: #231f42;
}
.cs-challange .e--link:hover {
  text-decoration: underline;
}

.cs-challange-completed {
  border: 1px solid #02dc02;
}
.cs-challange-completed .e--number {
  color: #02dc02;
}
.cs-challange-completed .e--state-icon {
  background-color: #02dc02;
}

.cs-challange-failed {
  border: 1px solid red;
}
.cs-challange-failed .e--state-icon {
  background-color: red;
}

.cs-home-posts {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .cs-home-posts {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .cs-home-posts .cs-post .item {
    display: flex;
    flex-direction: column;
  }
  .cs-home-posts .cs-post .item .desc {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}
.cs-home-posts .cs-post .item:not(:last-of-type) {
  margin-bottom: 20px;
}
.cs-home-posts .cs-post > a {
  display: flex;
  align-items: center;
}
.cs-home-posts .cs-post .img, .cs-home-posts .cs-post .desc {
  transition: 0.2s all;
}
.cs-home-posts .cs-post .desc {
  margin-left: 20px;
}
.cs-home-posts .cs-post .desc .cs-page-heading {
  margin-bottom: 8px;
}
.cs-home-posts .cs-post .desc .date {
  color: #231f42;
  opacity: 0.5;
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}
.cs-home-posts .cs-post .desc .text {
  color: black;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}
.cs-home-posts .cs-post img {
  width: 160px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.cs-home-posts .cs-post > a:hover .desc {
  transform: translateX(5px);
}
.cs-home-posts .cs-post > a:hover .img {
  transform: scale(1.05);
}
.cs-home-posts .cs-post > a:hover .h {
  opacity: 1;
}
.cs-license-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
}
.cs-license-heading-row .cs-page-heading {
  margin-bottom: 0;
}
.cs-license-heading-row .cs-license-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #f4cb62 0%, #dda528 100%);
  color: #1a1200;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 7px 14px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(221, 165, 40, 0.4), 0 0 20px rgba(221, 165, 40, 0.18);
  transition: 0.2s all;
}
.cs-license-heading-row .cs-license-cta-btn i {
  font-size: 12px;
}
.cs-license-heading-row .cs-license-cta-btn:hover {
  box-shadow: 0 0 12px rgba(221, 165, 40, 0.55), 0 0 28px rgba(221, 165, 40, 0.28);
  transform: translateY(-1px);
  color: #1a1200;
}

.cs-home-dark .cs-page-heading {
  color: white;
}
@media screen and (min-width: 800px) {
  .cs-home-dark .cs-content-grid-home {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cs-home-dark .cs-card {
  background-color: #000000;
  border: 1px solid #2b2b2b;
  overflow: hidden;
}
.cs-home-dark .cs-card .e--header {
  border-bottom-color: #2a2b38;
}
.cs-home-dark .cs-card .e--footer {
  border-top-color: #2a2b38;
}
.cs-home-dark .cs-product-card {
  flex-direction: column;
  margin-top: 0;
}
.cs-home-dark .cs-product-card .e--card-top {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cs-home-dark .cs-product-card .e--card-top .e--hero-image {
  float: left;
  width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: none;
  margin: 0 14px 10px 0;
}
.cs-home-dark .cs-product-card .e--card-top .e--body {
  margin-top: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cs-home-dark .cs-product-card .e--card-top .e--link {
  display: flow-root;
}
.cs-home-dark .cs-product-card .e--card-top .e--desc ul {
  display: flow-root;
}
.cs-home-dark .cs-product-card .e--card-bottom {
  padding: 1.2rem 1.5rem;
  border-top: 1px solid #2a2b38;
}
.cs-home-dark .cs-product-card .e--mini-price {
  margin-top: auto;
  margin-bottom: 14px;
}
.cs-home-dark .cs-product-card .e--discount-badge {
  display: inline-block;
  background-color: #ffe300;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.cs-home-dark .cs-product-card .e--from-price {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.cs-home-dark .cs-product-card .e--from-price strong {
  font-size: 28px;
  font-weight: 700;
  color: #e07820;
  text-shadow: 0 0 10px rgba(224, 120, 32, 0.5), 0 0 30px rgba(224, 120, 32, 0.2) !important;
}
.cs-home-dark .cs-product-card .e--from-price--big {
  font-size: 20px;
}
.cs-home-dark .cs-product-card .e--from-price--big strong {
  font-size: 40px;
  text-shadow: 0 0 20px rgba(224, 120, 32, 0.5), 0 0 40px rgba(224, 120, 32, 0.2) !important;
}
.cs-home-dark .cs-product-card .e--card-actions {
  display: flex;
  gap: 10px;
}
.cs-home-dark .cs-product-card .e--card-actions .btn {
  flex: 1;
  text-align: center;
}
.cs-home-dark .cs-product-card .e--heading {
  color: white;
}
.cs-home-dark .cs-product-card .e--heading h3 {
  color: white;
}
.cs-home-dark .cs-product-card .e--desc {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.cs-home-dark .cs-product-card .e--preparing {
  color: rgba(255, 255, 255, 0.7);
  margin-top: auto;
}
.cs-home-dark .cs-product-card .e--detail-link {
  display: inline-block;
  color: #e07820;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
}
.cs-home-dark .cs-product-card .cs-price-list .e--price-heading {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}
.cs-home-dark .cs-product-card .cs-price-list .e--price-wout-disc {
  color: white;
}
.cs-home-dark .cs-home-posts .desc .cs-page-heading {
  color: white;
}
.cs-home-dark .cs-home-posts .desc .date {
  color: rgba(255, 255, 255, 0.4);
}
.cs-home-dark .cs-home-posts .desc .text {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}

.cs-main-product-wrp {
  width: 100%;
  margin-bottom: 24px;
}

.cs-product-card--main {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 2fr minmax(280px, 1.5fr);
  align-items: stretch;
  border: 1px solid #e07820 !important;
  box-shadow: 0 0 15px rgba(224, 120, 32, 0.25), 0 0 30px rgba(224, 120, 32, 0.1) !important;
}
@media screen and (min-width: 1850px) {
  .cs-product-card--main {
    grid-template-columns: minmax(220px, 1fr) 1.75fr minmax(280px, 1.9fr);
  }
}
@media screen and (max-width: 1850px) and (min-width: 1300px) {
  .cs-product-card--main {
    grid-template-columns: minmax(200px, 0.85fr) 1.15fr minmax(320px, 1.6fr);
  }
  .cs-product-card--main .e--main-body {
    padding: 24px 10px;
  }
  .cs-product-card--main .e--main-pricing {
    padding: 20px 14px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 900px) {
  .cs-product-card--main {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto 1fr;
  }
  .cs-product-card--main .e--main-image {
    grid-column: 1;
    grid-row: 1;
  }
  .cs-product-card--main .e--main-image img {
    max-width: 200px;
    margin: 0 auto;
  }
  .cs-product-card--main .e--main-body {
    grid-column: 1;
    grid-row: 2;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(224, 120, 32, 0.25);
  }
  .cs-product-card--main .e--main-pricing {
    grid-column: 2;
    grid-row: 1/3;
    border-left: 1px solid rgba(224, 120, 32, 0.25);
  }
}
@media screen and (max-width: 900px) {
  .cs-product-card--main {
    grid-template-columns: 1fr;
  }
}
.cs-product-card--main .e--main-image {
  padding: 16px;
  display: flex;
}
@media screen and (max-width: 900px) {
  .cs-product-card--main .e--main-image {
    padding: 16px 16px 0;
  }
}
.cs-product-card--main .e--main-image img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
}
.cs-product-card--main .e--main-body {
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .cs-product-card--main .e--main-body {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(224, 120, 32, 0.25);
    border-bottom: 1px solid rgba(224, 120, 32, 0.25);
  }
}
.cs-product-card--main .e--body-hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 14px 0 12px;
}
.cs-product-card--main .e--main-badge {
  display: inline-block;
  background-color: #e07820;
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  align-self: flex-start;
}
.cs-product-card--main .e--main-heading-link {
  text-decoration: none;
}
.cs-product-card--main .e--main-heading {
  font-size: 38px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.15;
}
.cs-product-card--main .e--main-pillars {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}
.cs-product-card--main .e--main-pillars .e--pillar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.cs-product-card--main .e--main-pillars .e--pillar i {
  color: #e07820;
  font-size: 22px;
}
.cs-product-card--main .e--main-pillars .e--pillar-plus {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: 700;
}
.cs-product-card--main .e--desc {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.cs-product-card--main .e--main-savings {
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.cs-product-card--main .e--main-savings > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
}
.cs-product-card--main .e--main-savings > div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.cs-product-card--main .e--main-savings > div .e--savings-icon {
  flex: 0 0 auto;
  font-size: 16px;
  color: #e07820;
}
.cs-product-card--main .e--main-savings > div:last-child .e--savings-icon {
  color: #e07820;
}
.cs-product-card--main .e--main-savings > div .e--text {
  min-width: 0;
}
.cs-product-card--main .e--main-savings > div .e--label {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}
.cs-product-card--main .e--main-savings > div .e--value {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.cs-product-card--main .e--main-savings > div .e--orange {
  color: #e07820;
}
.cs-product-card--main .e--main-pricing {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cs-product-card--main .e--main-pricing .cs-price-list {
  flex-wrap: nowrap;
}
.cs-product-card--main .e--main-pricing .e--main-footer-text {
  margin-top: 14px;
  font-size: 18px;
  color: #e07820;
  text-shadow: 0 0 10px rgba(224, 120, 32, 0.5), 0 0 30px rgba(224, 120, 32, 0.2) !important;
  text-align: center;
  text-transform: uppercase;
}
.cs-product-card--main .e--main-pricing .e--main-footer-text i {
  color: #e07820;
  margin-right: 4px;
}
.cs-product-card--main .e--main-pricing .e--detail-link {
  display: inline-block;
  color: #e07820;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 500;
}
.cs-product-card--main .e--main-pricing .e--detail-link:hover {
  text-decoration: underline;
}
.cs-product-card--main .e--main-pricing .e--main-cta {
  display: block;
  width: 100%;
  margin-top: 16px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  background-color: #e07820;
  box-shadow: 0 0 10px rgba(224, 120, 32, 0.5), 0 0 30px rgba(224, 120, 32, 0.2) !important;
  color: white;
  border-radius: 6px;
  padding: 12px 20px;
}
.cs-product-card--main .e--main-pricing .e--main-cta:hover {
  background-color: rgb(188.9354330709, 100.8220472441, 26.2645669291);
  color: white;
}
.cs-product-card--main .e--main-pricing .e--preparing {
  color: rgba(255, 255, 255, 0.6);
}

.cs-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 24px;
  background-color: #000000;
  border: 1px solid #2b2b2b;
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .cs-trust-bar {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .cs-trust-bar {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cs-trust-bar .e--item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cs-trust-bar .e--icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #e07820;
  font-size: 26px;
}
.cs-trust-bar .e--text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.3;
}

.es-layout {
  display: flex;
}
.es-layout > * {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.es-layout .e--heading {
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: 300;
}
.es-layout .e--price-box {
  background-color: #231f42;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 1.5rem;
  color: white;
  width: 300px;
}
.es-layout .e--billing-info {
  padding: 1.5rem;
}
.es-layout .e--billing-info input {
  width: 190px;
}

.es-price, .es-discount {
  padding: 12px;
  border-radius: 4px;
  margin-top: 12px;
  width: 100%;
}

.es-price {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.es-price .e--price {
  font-size: 22px;
  font-weight: 300;
}
.es-price .e--price-info {
  opacity: 0.5;
  font-size: 13px;
}
.es-price .e--price-type {
  margin-bottom: 6px;
}

.es-discount {
  background-color: rgb(239, 255, 0);
  color: black;
}

.es-product-info li {
  opacity: 0.6;
  margin-bottom: 3px;
}
.es-product-info .e--type {
  opacity: 1;
}

/* old styles */
.cs-menu-top-wrp {
  height: 56.5px;
}

.cs-menu-top {
  position: fixed;
  background-color: #231f42;
  width: 100%;
  color: white;
  padding: 12px 18px;
  display: flex;
  z-index: 1000;
  align-items: center;
}
.cs-menu-top .cs-logo {
  margin-right: 85px;
}
.cs-menu-top .cs-logo img {
  height: 30px;
}
.cs-menu-top .wrp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cs-menu-top .wrp .menu ul {
  display: flex;
}
.cs-menu-top .wrp .menu ul li a {
  color: white;
  opacity: 0.7;
  margin: 0 10px;
  transition: all 0.1s;
}
.cs-menu-top .wrp .menu ul li a:hover {
  opacity: 1;
}
.cs-menu-top .mobile-nav-button {
  color: white;
  display: none;
}

.cs-menu-left-and-content {
  display: flex;
}

.cs-logo {
  width: 65%;
  margin: 10px auto 0 auto;
}

.cs-logo-sub {
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.06em;
  margin-top: 4px;
  padding: 3px 0;
}

.cs-menu-left-wrp {
  width: 215px;
  flex-shrink: 0;
}
.cs-menu-left-wrp a > i {
  display: inline-block;
  width: 18px;
  margin-right: 4px;
  text-align: center;
}
.cs-menu-left-wrp .cs-profile {
  text-align: center;
  line-height: 1.2;
  margin-top: 14px;
  margin-bottom: 24px;
}
.cs-menu-left-wrp .cs-profile a {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.cs-menu-left-wrp .cs-profile a:hover {
  color: white;
}
.cs-menu-left-wrp .cs-menu-left {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  padding: 16px 16px;
  position: fixed;
  height: 100vh;
  width: 215px;
  background-color: #000000;
  overflow-y: auto;
}
.cs-menu-left-wrp .cs-menu-left .e-hr {
  margin: 14px 0;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #2a2b38;
}
.cs-menu-left-wrp .cs-menu-left .menu > ul {
  padding: 0;
}
.cs-menu-left-wrp .cs-menu-left .menu > ul .second-level {
  padding: 4px 0;
  background-color: #2c2c2c;
  border-radius: 0 0 4px 4px;
}
.cs-menu-left-wrp .cs-menu-left .menu > ul .second-level > li a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.1;
  font-size: 15px;
  padding: 4px 12px;
  opacity: 0.8;
}
.cs-menu-left-wrp .cs-menu-left .menu > ul .second-level > li a:hover, .cs-menu-left-wrp .cs-menu-left .menu > ul .second-level > li a.active {
  opacity: 1;
  color: white;
}
.cs-menu-left-wrp .cs-menu-left .menu > ul.first-level > li > a {
  line-height: 1.1;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  padding: 8px 12px;
  transition: all 0.1s;
}
.cs-menu-left-wrp .cs-menu-left .menu > ul.first-level > li > a:hover {
  color: #e07820;
  text-shadow: 0px 0px 6px rgba(224, 120, 32, 0.7);
}
.cs-menu-left-wrp .cs-menu-left .menu > ul.first-level > li > a.active {
  background-color: rgba(224, 120, 32, 0.15);
  color: #e07820;
  border-radius: 4px;
  border-left: 2px solid;
  box-shadow: -10px 0px 8px -5px rgba(224, 120, 32, 0.5);
}

.cs-profile-link a {
  color: white;
  opacity: 0.8;
}
.cs-profile-link a:hover {
  opacity: 1;
}

.cs-section-link {
  display: block;
  color: #231f42;
  margin-bottom: 24px;
}
.cs-section-link:hover {
  text-decoration: underline;
}

.cs-content {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f8fa;
}
.cs-content .cs-h2 {
  margin-top: 1.5em;
}
.cs-content .cs-content-inner {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cs-content.cs-home-dark {
  background-color: #0a0a0a;
  background-image: radial-gradient(circle at 15% 4%, rgba(255, 227, 0, 0.12) 0%, transparent 20%), radial-gradient(circle at 45% 2%, rgba(255, 200, 0, 0.09) 0%, transparent 18%), radial-gradient(circle at 75% 5%, rgba(224, 120, 32, 0.1) 0%, transparent 22%), radial-gradient(circle at 92% 13%, rgba(255, 227, 0, 0.08) 0%, transparent 18%), radial-gradient(circle at 4% 88%, rgba(224, 120, 32, 0.1) 0%, transparent 20%), radial-gradient(circle at 14% 97%, rgba(255, 200, 0, 0.07) 0%, transparent 18%), radial-gradient(circle at 42% 93%, rgba(255, 227, 0, 0.08) 0%, transparent 20%), radial-gradient(circle at 96% 95%, rgba(255, 200, 0, 0.07) 0%, transparent 18%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.login-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../clientsection/background-login.269fbceecca2.jpg");
}
.login-wrp .text {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}

.signin-box {
  width: 325px;
  margin: 40px;
  border-radius: 8px;
  padding: 20px 30px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.signin-box .header {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.signin-box .header h2 {
  font-size: 18px;
  color: #231f42;
  text-transform: uppercase;
}
.signin-box .login-logo {
  margin-bottom: 12px;
}
.signin-box .login-logo img {
  height: 110px;
}
.signin-box .btn-cta {
  margin-top: 20px;
  text-align: center;
}
.signin-box .btm-links {
  display: flex;
  justify-content: space-between;
}
.signin-box .btm-links a {
  color: black;
  font-size: 14px;
}
.signin-box .btm-links a:hover {
  color: #231f42;
}
.signin-box input:not([type=checkbox]) {
  width: 100%;
}
.signin-box button {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.signin-box .us-btn-signup {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.signin-box .us-login-text {
  line-height: 1.3;
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #231f42;
  text-align: center;
  opacity: 0.7;
}

form .errorlist li, .messages li {
  font-size: 14px;
  line-height: 1.2em;
  padding: 6px 10px;
  margin-bottom: 10px;
  background-color: grey;
  color: white;
}

form .errorlist li {
  background-color: darkred;
  color: white;
}

.messages {
  display: inline-block;
  border-radius: 4px;
}
.messages li {
  border-radius: 4px;
}
.messages li.error {
  background-color: darkred;
  color: white;
}
.messages li.success {
  background-color: green;
  color: white;
}
.messages li.info {
  background-color: cornflowerblue;
  color: white;
}
.messages li.warning {
  background-color: #fcba03;
  color: white;
}
.messages a {
  color: white;
  text-decoration: underline;
}

.cs-top-message {
  width: 100%;
  padding: 12px 30px;
}

.cs-top-message--warning {
  background-color: #ffd500;
}

.cs-table-old {
  font-size: 14px;
}
.cs-table-old .icon-false {
  color: darkred;
}
.cs-table-old .icon-true {
  color: green;
}
.cs-table-old thead {
  background-color: rgba(23, 23, 23, 0.7);
  color: white;
  text-transform: uppercase;
}
.cs-table-old thead th {
  padding: 8px 10px;
  text-align: left;
}
.cs-table-old tbody tr:nth-of-type(2n-1) {
  background-color: rgba(23, 23, 23, 0.1);
}
.cs-table-old tbody tr:nth-of-type(2n) {
  background-color: rgba(23, 23, 23, 0.25);
}
.cs-table-old td {
  padding: 7px 10px;
}
.cs-table-old .col-symbol {
  width: 82px;
}
.cs-table-old .col-s {
  width: 80px;
}
.cs-table-old .col-m {
  width: 100px;
}
.cs-table-old .col-l {
  width: 120px;
}
.cs-table-old .col-xl {
  width: 140px;
}

.cs-swing-club .year-wrp {
  display: flex;
  flex-direction: column;
}
.cs-swing-club .year-wrp:not(:last-of-type) {
  margin-bottom: 25px;
}
.cs-swing-club .year-wrp .year-heading {
  background-color: #171717;
  padding: 8px 12px;
}
.cs-swing-club .year-wrp .year-heading .h {
  text-transform: uppercase;
  color: white;
}
.cs-swing-club .week-and-table {
  display: flex;
}
.cs-swing-club .week-and-table .cs-table {
  border-top: 3px solid white;
}
.cs-swing-club .week-and-table .week-heading {
  background-color: rgba(23, 23, 23, 0.1);
  padding: 8px 12px;
  width: 130px;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-right: 3px solid white;
  border-top: 3px solid white;
}
.cs-swing-club .week-and-table .week-heading .h {
  color: #231f42;
  text-transform: uppercase;
}

.cs-swing-club-filters {
  display: flex;
  margin: 25px 0;
}
.cs-swing-club-filters .cs-filter {
  margin-right: 10px;
}

.cs-swing-club-results-date {
  display: flex;
}
.cs-swing-club-results-date *:not(:last-child) {
  margin-right: 10px;
}

.cs-swing-club-text {
  color: #393939;
  max-width: 670px;
  text-align: justify;
  line-height: 1.2;
}

.cs-sc-result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-sc-result-header .e--account-select {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cs-swing-club-result {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
}
.cs-swing-club-result .e-graph {
  padding: 14px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}
.cs-swing-club-result .e-graph .e-switcher {
  margin-bottom: 10px;
  cursor: pointer;
  padding: 2px;
  font-size: 16px;
  display: inline-flex;
  background-color: #f1f1f1;
  border-radius: 8px;
}
.cs-swing-club-result .e-graph .e-switcher li {
  padding: 4px 10px;
  border-radius: 6px;
}
.cs-swing-club-result .e-graph .e-switcher .active {
  background-color: #231f42;
  color: white;
}
.cs-swing-club-result hr {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 20px;
}
.cs-swing-club-result .e-numbers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  padding: 14px;
}
.cs-swing-club-result .e-stat-tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  padding: 14px 28px;
}
.cs-swing-club-result .e-stat-tables table {
  align-self: start;
}
.cs-swing-club-result .e-stat-tables table td:nth-child(1) {
  font-weight: bold;
}
.cs-swing-club-result .e-stat-tables table td:nth-child(2) {
  text-align: right;
}
.cs-swing-club-result .e-stat-number {
  padding: 10px;
  text-align: center;
}
.cs-swing-club-result .e-stat-number .e-positive {
  color: #10af49;
}
.cs-swing-club-result .e-stat-number .e-negative {
  color: red;
}
.cs-swing-club-result .e-stat-number .e-percent {
  font-size: 26px;
  margin-bottom: 5px;
}
.cs-swing-club-result .e-stat-number .e-desc {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #484848;
}

.cs-h-link {
  color: #231f42;
}
.cs-h-link:hover {
  text-decoration: underline;
}

.cs-swing-club-table-row .e-state {
  color: #7a15e9;
  font-size: 13px;
  padding: 2px 5px;
  border-radius: 4px;
  border: 1px solid #7a15e9;
}
.cs-swing-club-table-row .e-symbol {
  font-weight: bold;
  color: #231f42;
}
.cs-swing-club-table-row .e-less-important {
  color: #666666;
}

.cs-home-text {
  color: #393939;
  max-width: 620px;
  text-align: justify;
  line-height: 1.2;
}

.cs-filter {
  display: flex;
  flex-direction: column;
  width: 160px;
}
.cs-filter .filters {
  background-color: rgba(23, 23, 23, 0.1);
}
.cs-filter .filters ul {
  margin: 10px 0;
}
.cs-filter .filters ul li a {
  display: block;
  padding: 1px 7px;
  margin: 4px 0;
  border-left: 5px solid transparent;
  color: #888;
}
.cs-filter .filters ul li a:hover {
  color: black;
}
.cs-filter .filters ul li a.active {
  color: black;
  border-color: #171717;
}

.cs-filter-heading {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  background-color: #171717;
  padding: 8px 12px;
}

.cs-visualizations {
  width: 100%;
}
.cs-visualizations li {
  padding: 20px;
  border: 1px solid #ddd;
  display: flex;
  max-width: 900px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  .cs-visualizations li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cs-visualizations li .e-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cs-visualizations li .e-image {
  margin-right: 20px;
}
.cs-visualizations li .e-image img {
  vertical-align: middle;
  border-radius: 16px;
}
.cs-visualizations li .e-desc {
  line-height: 1.2;
}
.cs-visualizations li .e-buttons {
  margin-top: 6px;
}
.cs-visualizations li .e-buttons .btn {
  margin-top: 8px;
  margin-right: 10px;
}
.cs-visualizations li .home-h2 {
  color: #231f42;
}

.cs-ebooks {
  display: flex;
  margin: -8px;
}
.cs-ebooks li {
  margin: 8px;
}
.cs-ebooks a {
  display: flex;
  width: 100px;
  flex-direction: column;
  align-items: center;
  color: #231f42;
}
.cs-ebooks a i {
  color: #171717;
  font-size: 50px;
  margin-bottom: 10px;
}
.cs-ebooks a .item-text {
  line-height: 1.1;
  max-width: 100px;
  text-align: center;
}
.cs-ebooks a:hover {
  text-decoration: underline;
}

.cs-ltr {
  display: flex;
  margin: -10px;
  width: 100%;
  flex-wrap: wrap;
}
.cs-ltr .item {
  margin: 10px;
  max-width: 300px;
  width: 100%;
}
.cs-ltr .item .content {
  background-color: rgba(23, 23, 23, 0.1);
  padding: 8px 12px;
}
.cs-ltr .item .content a {
  color: #231f42;
}
.cs-ltr .item .content a:hover {
  text-decoration: underline;
}

.cs-ltr-gcal {
  margin-top: 30px;
}

.cancel-rec-payment {
  color: white;
  background-color: darkred;
  text-transform: uppercase;
  padding: 4px 8px;
  margin-left: 6px;
  font-size: 16px;
  transition: 0.1s all;
}
.cancel-rec-payment:hover {
  background-color: rgb(179.8, 0, 0);
}

.cs-credit-cards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cs-credit-cards li img {
  width: 50px;
  margin: 5px;
}
.cs-credit-cards li img.bigger {
  width: 60px;
}

.cs-order-payment {
  display: flex;
  align-items: center;
}
.cs-order-payment .btn {
  margin-right: 30px;
}

.cs-order-vop {
  margin-bottom: 10px;
  transition: all 0.1s ease-in-out;
}
.cs-order-vop.error {
  border-left: 3px solid red;
  padding-left: 10px;
}

.cs-order-terms {
  color: #999;
  max-width: 675px;
  font-size: 13px;
}

.cs-order-discount {
  margin-top: 10px;
  color: white;
  background-color: #ff5000;
  padding: 0.3em 0.45em;
  font-size: 22px;
  font-weight: 300;
}

.cs-ltr .cs-order-info {
  max-width: 363px;
}
.cs-ltr .cs-order-info hr {
  border: none;
  border-bottom: 1px solid #ccc;
}
.cs-ltr .cs-order-info table {
  width: 100%;
}
.cs-ltr .cs-order-info table strong {
  color: rgb(35.2857142857, 196.8571428571, 24.1428571429);
}
.cs-ltr .cs-order-info table tr.important {
  font-size: 18px;
}
.cs-ltr .cs-order-info table tr td {
  width: 50%;
  padding: 3px 0;
}
.cs-ltr .cs-order-info table tr td:nth-child(1):first-letter {
  text-transform: uppercase;
}
.cs-ltr .cs-order-info table tr td:nth-child(1) {
  font-weight: 600;
}
.cs-ltr .cs-order-info table tr td:nth-child(1).unimportant {
  font-weight: 500;
}
.cs-ltr .cs-order-info table tr td:nth-child(2) {
  text-align: right;
}
.cs-ltr .cs-order-billing-info {
  max-width: 240px;
}
.cs-ltr .cs-order-billing-info input {
  width: 100%;
}

.cs-home-news {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .cs-home-news {
    flex-direction: column;
  }
  .cs-home-news .fb-page {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.cs-home-news .fb-page {
  max-width: 400px;
  width: 100%;
  margin-left: 40px;
}
.cs-home-news .cs-post .item:not(:last-of-type) {
  margin-bottom: 20px;
}
.cs-home-news .cs-post > a {
  display: flex;
  align-items: center;
  max-width: 600px;
}
.cs-home-news .cs-post .img, .cs-home-news .cs-post .desc {
  transition: 0.2s all;
}
.cs-home-news .cs-post .desc {
  margin-left: 20px;
}
.cs-home-news .cs-post .date {
  color: #231f42;
  display: block;
  margin-bottom: 12px;
}
.cs-home-news .cs-post .h {
  transition: 0.2s all;
  color: black;
  opacity: 0.8;
}
.cs-home-news .cs-post img {
  width: 200px;
  flex-shrink: 0;
}
.cs-home-news .cs-post > a:hover .desc {
  transform: translateX(5px);
}
.cs-home-news .cs-post > a:hover .img {
  transform: scale(1.05);
}
.cs-home-news .cs-post > a:hover .h {
  opacity: 1;
}
.cs-home-news .cs-post > a:hover .video-icon {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .cs-home-news .cs-post > a {
    flex-direction: column;
  }
  .cs-home-news .cs-post > a .h {
    margin: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.cs-home-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  grid-gap: 20px;
  margin-top: 20px;
  width: 100%;
}
.cs-home-products li {
  border: 1px solid #ddd;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #231f42;
  line-height: 1.2em;
}
.cs-home-products li .desc {
  margin-bottom: 13px;
}
.cs-home-products li .btn {
  margin-top: 7px;
}
.cs-home-products li .discount {
  color: white;
  background-color: #ff5000;
  padding: 3px 6px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.cs-home-products li h2 {
  color: #231f42;
}
.cs-home-products li h2:hover {
  text-decoration: underline;
}
.cs-home-products li img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 2px solid #231f42;
}

.cs-vis-text-page .e-image {
  max-width: 100%;
  margin-top: 20px;
  vertical-align: middle;
}
.cs-vis-text-page .e-buttons {
  margin-top: 20px;
}
.cs-vis-text-page .e-buttons a {
  margin-right: 7px;
}

.cs-trade-image {
  color: #231f42;
  transition: all 0.1s ease-in-out;
}
.cs-trade-image:hover {
  color: #231f42;
}

.pp-h1 {
  color: #231f42;
  font-size: 36px;
  margin-bottom: 0.3em;
}

.pp-h2 {
  color: black;
  font-size: 30px;
  margin-bottom: 1em;
}

.pp-h3 {
  color: black;
  font-size: 24px;
  margin-bottom: 0.7em;
}

.pp-heading-desc {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 300;
  color: #575757;
}

.pp-buy-btn {
  margin-top: 14px;
  display: inline-block;
}

.pp-bg-image {
  background-image: url("../clientsection/bg-product-page-light.1321e5aa0f9e.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.pp-bg-alt {
  background-color: white;
}

.pp-tool-content {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  margin: 0 auto 20px auto;
}
.pp-tool-content .e-action {
  margin-top: 30px;
  text-align: center;
}
.pp-tool-content .e-media img {
  max-width: 100%;
}
.pp-tool-content .e-two-columns {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 680px) {
  .pp-tool-content .e-two-columns {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

.pp-indicator {
  margin-bottom: 30px;
}
.pp-indicator .e--header {
  font-size: 24px;
}
.pp-indicator .e--icon {
  max-width: 50px;
  border-radius: 4px;
  margin-right: 10px;
}
.pp-indicator .e--two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 650px) {
  .pp-indicator .e--two-columns {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.pp-indicator .e--two-columns img {
  width: 100%;
}
.pp-indicator .e--action {
  margin-top: 30px;
  text-align: center;
}
.pp-indicator .e--media {
  border-radius: 8px;
  overflow: hidden;
}

.pp-installation {
  margin-top: 24px;
}
.pp-installation .e--container {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 500px) {
  .pp-installation .e--container {
    flex-direction: column;
    align-items: baseline;
  }
}
.pp-installation .e--heading {
  font-size: 20px;
  margin-bottom: 10px;
}

.pp-tool-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) and (min-width: 500px) {
  .pp-tool-nav {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .pp-tool-nav {
    grid-template-columns: 1fr 1fr;
  }
}
.pp-tool-nav li {
  display: flex;
}
.pp-tool-nav li a {
  display: block;
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  color: black;
  transition: all 0.1s ease-in-out;
}
.pp-tool-nav li a .e--icon {
  max-width: 50px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.pp-tool-nav li a .e--title {
  font-size: 16px;
  margin-bottom: 8px;
}
.pp-tool-nav li a .e--text {
  font-size: 13px;
  opacity: 0.75;
}
.pp-tool-nav li a:hover {
  transform: scale(1.05);
}
.pp-tool-nav li a:hover .e--title {
  color: #231f42;
}

.pp-margin-l {
  margin-top: 60px;
  margin-bottom: 60px;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #231f42;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 30px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. However, delay the fade out process for 2.5 seconds */
  animation: fadein 0.5s, fadeout 0.5s 7.5s;
}

/* Animations to fade the snackbar in and out */
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.55);
  flex-direction: column;
  align-items: center;
}
.modal .e-content {
  position: relative;
  background-color: white;
  margin-top: 50px;
  padding: 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 400px;
}
.modal .e-content h2 {
  font-size: 18px;
  color: #231f42;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
}
.modal .e-content .e-close-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 6px;
  background: none;
  border: none;
  color: red;
  font-size: 14px;
}
.modal .e-content .e-close-button:hover {
  color: darkred;
}
.modal .e-modal-btn {
  margin-top: 14px;
  text-align: center;
}
.modal .e-checkbox {
  margin-bottom: 4px;
  text-align: left;
}
.modal .e-checkbox input[type=checkbox] {
  margin-top: 0.25em;
}

html {
  scroll-behavior: smooth;
}

.full-width {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 800px) {
  .full-width {
    padding: 0 30px;
  }
}

.small-width {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 800px) {
  .small-width {
    padding: 0 30px;
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-animation-black {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.pulse {
  animation: pulse-animation 2s infinite;
}

.pulse-black {
  animation: pulse-animation-black 2s infinite;
}

.hp-hero-button {
  background-color: #d4aa02;
  color: black;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 0.6em 1em;
  border-radius: 8px;
  transition: 0.05s ease-in-out all;
}
.hp-hero-button:hover {
  background-color: #ffcc00;
  box-shadow: 0px 0px 10px rgba(255, 204, 0, 0.45);
}

.hp-hero-section {
  font-family: "Roboto";
  text-align: center;
  color: white;
  background-image: linear-gradient(to right, #1f1f1f, #3e3e3e);
  padding: 70px 0 70px 0;
}
.hp-hero-section .video-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.hp-hero-section .logo {
  margin: 50px 0 100px 0;
  width: 220px;
}
.hp-hero-section h1 {
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hp-hero-section h1 strong {
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .hp-hero-section h1 {
    font-size: 46px;
  }
}
.hp-hero-section .desc {
  line-height: 1.3em;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 200;
}
.hp-hero-section .two-column {
  text-align: left;
  display: grid;
  grid-template-columns: 5fr 6fr;
  grid-gap: 50px;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .hp-hero-section .two-column {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
.hp-hero-section .video {
  border-radius: 8px;
}
.hp-hero-section .e-small-text {
  font-size: 11px;
  line-height: 1.1;
  opacity: 0.45;
  margin-top: 0;
  color: white;
  text-align: justify;
}
.hp-hero-section .e-small-text a {
  color: white !important;
}
.hp-hero-section .e-small-text a:hover {
  text-decoration: underline;
}

.hp-product-pages {
  font-family: "Roboto";
  background-color: #f8f7f5;
  padding: 70px 0;
}
.hp-product-pages .product-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}
.hp-product-pages .product-page:not(:last-of-type) {
  margin-bottom: 90px;
}
.hp-product-pages .product-page .media img {
  width: 100%;
}
.hp-product-pages .product-page .media .wrapper {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .hp-product-pages .product-page {
    grid-template-columns: 1fr;
    grid-gap: 70px;
  }
}
.hp-product-pages .heading {
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 12px;
}
.hp-product-pages .benefits {
  opacity: 0.8;
  line-height: 1.3em;
}
.hp-product-pages .benefits li {
  margin: 0.3em 0;
}

.hp-reviews {
  font-family: "Roboto";
  background-color: #f8f7f5;
  padding-bottom: 70px;
}
.hp-reviews ul {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.hp-reviews ul li .name {
  margin-top: 12px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .hp-reviews ul {
    grid-template-columns: 1fr;
  }
}

.hp-pricing {
  background-color: #f8f7f5;
  padding-bottom: 70px;
}

.hp-tool-nav {
  background-color: #f8f7f5;
  font-family: "Roboto";
  padding-bottom: 1px;
  padding-top: 40px;
}
.hp-tool-nav .pp-tool-nav li a {
  background-color: transparent;
  border: 1px solid black;
}
@media screen and (max-width: 1080px) {
  .hp-tool-nav .pp-tool-nav {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 568px) {
  .hp-tool-nav .pp-tool-nav {
    grid-template-columns: 1fr 1fr;
  }
}

.hp-anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.hp-footer {
  font-family: "Roboto";
  color: #b1b1b1;
  background-image: linear-gradient(to right, #1f1f1f, #3e3e3e);
  padding: 20px 0;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}
.hp-footer a {
  color: white;
}
.hp-footer a:hover {
  text-decoration: underline;
}
.hp-footer .e--layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .hp-footer .e--layout {
    grid-template-columns: 1fr;
  }
}
.hp-footer .e--heading {
  font-size: 20px;
  margin-bottom: 10px;
}

.hp-products {
  font-family: "Roboto";
  background-color: #f8f7f5;
  padding: 70px 0 120px 0;
}
.hp-products .product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}
.hp-products .product:not(:last-of-type) {
  margin-bottom: 160px;
}
.hp-products .product .media img {
  width: 100%;
}
.hp-products .product .media .wrapper {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .hp-products .product {
    grid-template-columns: 1fr;
    grid-gap: 70px;
  }
}
.hp-products .heading {
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 12px;
}
.hp-products .info-part {
  position: relative;
}
.hp-products .info-part .design-number {
  font-size: 240px;
  font-weight: 700;
  position: absolute;
  top: -90px;
  left: -70px;
  opacity: 0.05;
}
.hp-products .info-part .design-icon {
  position: absolute;
  opacity: 0.05;
  width: 220px;
  right: -30px;
  bottom: -60px;
}
.hp-products .benefits {
  opacity: 0.8;
  line-height: 1.3em;
}
.hp-products .benefits li {
  padding: 0.3em 0;
}

.hp-products-h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 60px;
}

.hp-btn-prim {
  background-color: #d4aa02;
  color: black;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0.6em 1em;
  border-radius: 8px;
  margin-top: 20px;
  transition: 0.05s ease-in-out all;
}
.hp-btn-prim:hover {
  background-color: #ffcc00;
  box-shadow: 0px 0px 10px rgba(255, 204, 0, 0.45);
}

.hp-nav-top {
  width: 100%;
  position: sticky;
  padding: 10px 0;
  top: 0;
  z-index: 99999;
  background-image: linear-gradient(to right, #1f1f1f, #3e3e3e);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3215686275);
}
.hp-nav-top .logo {
  width: 64px;
  margin-right: 40px;
}
.hp-nav-top .e--logo-menu {
  display: flex;
}
.hp-nav-top .e--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hp-nav-top .inside-menu {
  display: flex;
  margin: auto 0;
  font-weight: 200;
}
.hp-nav-top .inside-menu li a {
  margin-right: 20px;
  color: white;
  opacity: 0.7;
  transition: 0.05s all ease-in-out;
}
.hp-nav-top .inside-menu li a:hover, .hp-nav-top .inside-menu li a.active {
  color: #d4aa02;
  opacity: 1;
}
.hp-nav-top .button-group {
  display: flex;
  align-items: center;
}
.hp-nav-top .button-group .e--socials {
  font-size: 20px;
}
.hp-nav-top .button-group .e--socials a {
  color: white;
  margin-right: 6px;
  transition: 0.05s all ease-in-out;
}
.hp-nav-top .button-group .e--socials a:hover {
  color: #d4aa02;
}
.hp-nav-top .button-group .e--buttons {
  margin-left: 20px;
}
.hp-nav-top .button-group .e--buttons .button {
  margin-right: 8px;
}
@media screen and (max-width: 650px) {
  .hp-nav-top .button-group .e--buttons {
    display: none;
  }
}
.hp-nav-top .button-group .button {
  padding: 6px 16px;
  border-radius: 4px;
  transition: 0.1s ease-in-out all;
}
.hp-nav-top .button-primary {
  background-color: #d4aa02;
  display: inline-block;
  color: black;
}
.hp-nav-top .button-primary:hover {
  background-color: #ffcc00;
  box-shadow: 0px 0px 10px rgba(255, 204, 0, 0.45) !important;
}
.hp-nav-top .button-secondary {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
.hp-nav-top .button-secondary:hover {
  background-color: white;
  color: black;
}

.homepage-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.hp-articles article {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  margin: 140px 0;
}
@media screen and (max-width: 1000px) {
  .hp-articles article {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.hp-articles article .heading {
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.2;
}
.hp-articles article .text time {
  opacity: 0.7;
}
.hp-articles article .text .page--content {
  margin-top: 16px;
}
.hp-articles article .images img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.hp-articles article .images .all-images {
  display: grid;
  margin-top: 10px;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.hp-text-page {
  line-height: 1.3em;
  font-family: "Roboto";
  margin: 100px 0;
}
.hp-text-page h1 {
  margin-bottom: 0.8em;
}
.hp-text-page img {
  max-width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}
.hp-text-page p {
  opacity: 0.8;
  margin: 1em 0;
}
.hp-text-page a {
  color: #d4aa02;
}
.hp-text-page a:hover {
  text-decoration: underline;
}

.roboto-normal {
  font-family: "Roboto" !important;
}

@media screen and (max-width: 1000px) {
  .hp-desktop-menu {
    display: none !important;
  }
  .hp-mobile-menu {
    display: block !important;
  }
}
.hp-mobile-menu {
  display: none;
}
.hp-mobile-menu #menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  left: -100%;
  top: -100%;
}
.hp-mobile-menu #menu-toggle:checked ~ .menu {
  opacity: 1;
  visibility: visible;
}
.hp-mobile-menu #menu-toggle:checked ~ .menu nav ul li {
  opacity: 1;
  transform: translateY(5px);
}
.hp-mobile-menu #menu-toggle:checked ~ .menu-button .menu-icon {
  background: transparent;
}
.hp-mobile-menu #menu-toggle:checked ~ .menu-button .menu-icon:before {
  transform: rotate(-45deg);
  top: 0;
  background: #ffffff;
}
.hp-mobile-menu #menu-toggle:checked ~ .menu-button .menu-icon:after {
  transform: rotate(45deg);
  top: 0;
  background: #ffffff;
}
.hp-mobile-menu .menu {
  display: block;
  background-image: linear-gradient(to right, #1f1f1f, #3e3e3e);
  color: #FFF;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  padding: 40px;
  transition: all 0.44s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  font-size: 20px;
  font-weight: 300;
}
.hp-mobile-menu .menu ul li {
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.44s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.hp-mobile-menu .menu ul li:nth-child(0) {
  transition-delay: 0s;
}
.hp-mobile-menu .menu ul li:nth-child(1) {
  transition-delay: 0.05s;
}
.hp-mobile-menu .menu ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.hp-mobile-menu .menu ul li:nth-child(3) {
  transition-delay: 0.15s;
}
.hp-mobile-menu .menu ul li:nth-child(4) {
  transition-delay: 0.2s;
}
.hp-mobile-menu .menu ul li:nth-child(5) {
  transition-delay: 0.25s;
}
.hp-mobile-menu .menu ul li:nth-child(6) {
  transition-delay: 0.3s;
}
.hp-mobile-menu .menu nav ul {
  color: white;
  list-style: none;
}
.hp-mobile-menu .menu nav ul li {
  margin-bottom: 1.5em;
}
.hp-mobile-menu .menu nav ul a {
  text-decoration: none;
  color: white;
}
.hp-mobile-menu .menu-button {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 0 28px 20px;
  border-radius: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 300;
}
.hp-mobile-menu .menu-icon {
  background: #ffffff;
  display: block;
  height: 3px;
  position: relative;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.15s ease-out;
  width: 30px;
}
.hp-mobile-menu .menu-icon:before, .hp-mobile-menu .menu-icon:after {
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  width: 100%;
}
.hp-mobile-menu .menu-icon:before {
  top: 8px;
}
.hp-mobile-menu .menu-icon:after {
  top: -8px;
}

@media screen and (max-width: 650px) {
  .hp-hero-section {
    padding: 70px 0;
  }
  .hp-hero-section .two-column {
    grid-gap: 40px;
  }
  .hp-product-pages {
    padding: 70px 0;
  }
  .hp-product-pages .product-page {
    grid-gap: 40px;
  }
  .hp-product-pages .product-page:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .hp-products {
    padding: 100px 0;
  }
  .hp-products .product {
    grid-gap: 40px;
  }
  .hp-products .product:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .hp-reviews ul {
    grid-gap: 40px;
  }
  .hp-reviews .hp-products-h2 {
    margin-bottom: 40px;
  }
}
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: linear-gradient(to right, #1a1a1a, #2e2e2e);
  color: #fff;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cookie-bar__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 800px) {
  .cookie-bar__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 20px 16px;
  }
}
.cookie-bar__text {
  flex: 1;
  min-width: 0;
}
.cookie-bar__text h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 5px 0;
  color: #fff;
  letter-spacing: 0.01em;
}
.cookie-bar__text p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}
.cookie-bar__groups {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .cookie-bar__groups {
    gap: 10px;
  }
}
.cookie-bar__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.15s;
}
.cookie-bar__group:hover {
  background: rgba(255, 255, 255, 0.06);
}
.cookie-bar__group--required {
  opacity: 0.5;
  cursor: default;
}
.cookie-bar__group--required:hover {
  background: transparent;
}
.cookie-bar__group input[type=checkbox] {
  display: none;
}
.cookie-bar__group input[type=checkbox]:checked + .cookie-bar__toggle {
  background: #d4aa02;
}
.cookie-bar__group input[type=checkbox]:checked + .cookie-bar__toggle::after {
  transform: translateX(16px);
}
.cookie-bar__toggle {
  width: 36px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  position: relative;
  transition: background 0.2s;
}
.cookie-bar__toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.cookie-bar__label {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cookie-bar__desc {
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.cookie-bar__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .cookie-bar__buttons {
    flex-direction: row;
    justify-content: center;
  }
}
.cookie-bar__buttons button {
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: box-shadow 0.15s, transform 0.1s, background-color 0.15s;
  white-space: nowrap;
}
.cookie-bar__buttons button:hover {
  box-shadow: 0 0 10px rgba(212, 170, 2, 0.35);
}
.cookie-bar__buttons button:active {
  transform: scale(0.98);
}
.cookie-bar__buttons .cookie-consent__accept-all {
  background: #d4aa02;
  color: #000;
}
.cookie-bar__buttons .cookie-consent__accept {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cookie-bar__buttons .cookie-consent__accept:hover {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.16);
}
.cookie-bar__buttons .cookie-consent__decline {
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  font-size: 12px;
}
.cookie-bar__buttons .cookie-consent__decline:hover {
  box-shadow: none;
  color: rgba(255, 255, 255, 0.75);
}
.cookie-bar__buttons .cookie-consent__decline {
  padding: 6px 20px;
}
.cookie-bar__buttons .cookie-consent__decline:hover {
  color: #fff;
}/*# sourceMappingURL=default.css.map */