/*!
Theme Name: Odkryj Arabski
Theme URI: https://odkryjarabski.langmasters.pl/
Author: Esumo
Author URI: https://esumo.pl
Version: 1.1.0
*/

html{
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #006B36;
}

::selection {
  color: #fff;
  background: #006B36;
}

input,
button,
textarea {
  font-family: "Barlow", sans-serif;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #F3EDE0;
  font-size: 16px;
  color:#3A342F;
}

img {
  display: block;
  max-width: 100%;
}

p{
  font-weight: 500;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

header.main {
  padding: 32px 0;
}

header.main .brand img {
  display: block;
}

header.main nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}

header.main nav ul a {
  font-size: 17px;
  color: #3A342F;
  text-decoration: none;
  font-weight: 500;
  padding: 4px 0;
}

@media (min-width: 1200px) {
  .hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #006B36;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-left:hover:before,
  .hvr-underline-from-left:focus:before,
  .hvr-underline-from-left:active:before {
    right: 0;
  }
}

header.main nav ul .btn a {
  border-radius: 8px;
  background-color: #3A342F;
  color: #fff;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
  transition: 0.5s;
}

header.main nav ul .btn a:hover {
  background-color: #006B36;
  color: #fff;
}

header.main nav ul .sub--menu--wrapper{
  position: absolute;
  padding-top: 8px;
  display:none;
}

header.main nav ul li:hover .sub--menu--wrapper{
  display:block;
}

header.main nav ul .sub--menu--wrapper .sub--menu{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  position: relative;
}

header.main nav ul .sub--menu--wrapper .sub--menu:before{
  content:"";
  display: block;
  background-image:url('https://agatauczy.pl/wp-content/uploads/2024/09/menu-corner.svg');
  position: absolute;
  top: -8px;
  left: 0;
  width: 16px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}

header.main nav ul .sub--menu--wrapper .sub--menu a{
  font-size: 16px;
}

footer.main {
  background-color: #3A342F;
  padding: 64px 0 40px;
  color: #f0e4d4;
  position: relative;
}

.footer--divider.blue {
  background-color: #3A342F;
  border-bottom: 1px solid #B57E54;
}

.footer--divider img {
  margin-bottom: -32px;
}

footer.main a {
  color: #f0e4d4;
  text-decoration: none;
}

footer.main .copyrights {
  border-top: 1px solid #B57E54;
  margin-top: 32px;
  padding-top: 32px;
  align-items: center;
}

footer.main .col {
}

footer.main .copyrights > a{
  display: flex;
  align-items: center;
  gap:8px;
}

footer.main .copyrights > a img{
  display: block;
  width: 90px;
}

footer.main .col h3 {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

footer.main .col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

footer.main .col ul.socials {
  flex-direction: row;
  gap: 16px;
  margin-top: 24px;
}

footer.main .copyrights ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 16px;
}

.home--hero {
  padding: 0;
}

.home--hero .desc {
  width: 45%;
  color: #3A342F;
}

.home--hero .desc h1 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
}

.home--hero .desc h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1px;
  margin: 24px 0;
}

.home--hero .desc p {
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
  width: 90%;
  letter-spacing: -1px;
}

.home--hero .desc .hero--box {
  align-items: center;
  gap: 24px;
  border: 2px solid #f0e4d4;
  padding: 16px;
  border-radius: 8px;
  display: inline-flex;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;

  line-height: 120%;
}

.home--hero .image--wrapper {
  width: 50%;
}

.home--hero .image--wrapper img {
  display: block;
  width: 100%;
}

.primary,
.more-info-btn {
  background-color: #006B36;
  border: 2px solid #006B36;
  color: #fff;
  padding: 14px 22px;
  font-size: 20px;
  border-radius: 16px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: 0.5s;
}

.skarby-button{
  background-color: #fbbf0d;
  color: #3A342F;
  padding: 8px 16px;
  font-size: 20px;
  border-radius: 16px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: 0.5s;
}

.primary:hover,
.more-info-btn:hover {
  background-color: #3A342F;
  color: #fff;
}

.skarby-button:hover{
  background-color: #fbbf0d;
  color: #fff;
}

.secondary {
  background-color: transparent;
  border: 2px solid #006B36;
  color:#006B36;
  padding: 14px 22px;
  font-size: 20px;
  border-radius: 16px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: 0.5s;
}

.secondary:hover {
  background-color:#006B36;
  color: #fff;
}

.home--socials {
  padding: 40px 0;
}

.home--socials h3 {
  font-size: 56px;
  text-align: center;
  width: 100%;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  color: #3A342F;
  margin: 0;
}

.home--socials ul.socials {
  padding: 0;
  margin: 48px 0 0;
  list-style: none;
  display: flex;
  gap: 32px;
  width: 100%;
  justify-content: center;
}

.home--socials ul.socials li {
  width: 160px;
  height: 160px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#006B36;
}

.home--socials ul.socials li img {
  width: 64px;
}

.home--promo {
  padding: 144px 0 96px;
}

.home--promo .desc {
  width: 45%;
  color: #3A342F;
}

.home--promo .desc h2 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 24px 0 32px;
}

.home--promo .desc p {
  font-size: 24px;
  line-height: 135%;
  font-weight: 500;
  letter-spacing: -1px;
  width: 90%;
}

.home--promo .desc .hero--box {
  align-items: center;
  gap: 24px;
  border: 2px solid #f0e4d4;
  padding: 16px;
  border-radius: 8px;
  display: inline-flex;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.home--promo .image--wrapper {
  width: 50%;
  position: relative;
}

.home--promo .image--wrapper > img {
  border-radius: 72px;
}

.home--promo .image--wrapper .play {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home--courses {
  padding: 96px 0;
  background-color: #3A342F;
}

.home--courses h2 {
  text-align: center;
  color: #fff;
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0 0 56px;
  width: 100%;
  text-align: center;
}

.home--courses .owl-stage{
  display: flex;
  align-items: stretch;
}

.home--courses .single--course {
  width: 100%;
  background-color: #fff;
  padding: 24px;
  border-radius: 40px;
  color: #3A342F;
  min-height: 525px;
  height: 100%;
}

.home--courses .single--course img {
  border-radius: 16px;
  margin-bottom: 24px;
}

.home--courses .single--course h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 16px 0;
  display:none;
}

.home--courses .single--course h5 {
  font-size: 16px;
  margin: 0;
}

.home--courses .single--course p {
  color: #6b7391;
  font-size: 16px;
  line-height: 135%;
  font-weight: 500;
}

.home--courses .single--course .secondary {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.home--faq {
  padding: 96px 0;
}

.home--faq .row > h3 {
  width: 48%;
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
  color: #3A342F;
}

.home--faq .row > .desc {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home--faq .row > .desc p {
  font-size: 24px;
  font-weight: 500;;
  line-height: 135%;
  letter-spacing: -1px;
  color: #6b7391;
  margin: 0;
}

.home--faq .acc-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #3A342F;
  border-radius: 32px;
  padding: 32px;
  margin-top: 56px;
}

.home--faq .single--question {
  border-bottom: 1px solid #6b7391;
}

.home--faq .acc-btn {
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 8px 0;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  outline: none;
  text-align: left;
  transition: all 0.5s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  letter-spacing: -0.5px;
}

.home--faq .acc-btn:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("https://agatauczy.pl/wp-content/uploads/2024/04/plus.svg");
  position: absolute;
  right: 0;
  transition: all 0.3s linear;
}

.home--faq .acc-btn.is-open:after {
  background-image: url("https://agatauczy.pl/wp-content/uploads/2024/04/minus.svg");
}

.home--faq .acc-btn i {
  font-size: 13px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #c847ab;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 24px;
  right: 32px;
  transition: 0.5s;
}

.home--faq .acc-btn.is-open i {
  transform: rotate(180deg);
}

.home--faq .acc-content {
  max-height: 0;
  color: #f0e4d4;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.home--faq .acc-content p {
  width: 95%;
  margin: 8px 0 12px;
  font-size: 16px;
  line-height: 25px;
  display: block;
  color: #fff;
}

.home--book {
  padding: 96px 0 96px;
}

.home--book .desc {
  width: 45%;
  color: #3A342F;
}

.home--book .desc h2 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0 0 24px;
}

.home--book .desc h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1px;
  margin: 0 0 32px;
}

.home--book .desc p {
  font-size: 20px;
  line-height: 135%;
  font-weight: 500;
  width: 90%;
  letter-spacing: -1px;
}

.home--book .image--wrapper {
  width: 50%;
}

.home--book .image--wrapper img {
  margin: 0 auto;
  width: 80%;
}

.home--book .buttons--wrapper{
  display:flex;
  gap:16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top:24px;
}

.home--yt {
  padding: 96px 0 96px;
  background-image: url("https://agatauczy.pl/wp-content/uploads/2024/04/home-yt-bg.png");
  background-size: initial;
  background-position: center center;
  background-repeat: no-repeat;
}

.home--yt .desc {
  width: 45%;
  color: #3A342F;
}

.home--yt .desc h2 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0 0 24px;
}

.home--yt .desc h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1px;
  margin: 0 0 32px;
}

.home--yt .desc p {
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -1px;
  font-weight: 500;
  width: 90%;
}

.home--yt .image--wrapper {
  width: 50%;
  position: relative;
}

.home--yt .primary {
  margin-top: 12px;
}

.home--yt .image--wrapper .numbers {
  display: flex;
  gap: 24px;
  justify-content: center;
  width: 100%;
  margin-top: -48px;
}

.home--yt .image--wrapper .numbers .single--number {
  position: relative;
}

.home--yt .image--wrapper .numbers .single--number span {
  position: absolute;
  display: block;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  line-height: 130%;
}

.home--yt .image--wrapper .numbers .single--number span strong {
  display: block;
  font-size: 24px;
  margin: 8px 0;
  white-space: nowrap;
}

.home--newsletter {
  padding: 48px 0 96px 0;
}

.home--newsletter .newsletter--wrapper {
  background-color: #3A342F;
  color: #fff;
  padding: 64px 15%;
  border-radius: 32px;
}

.home--newsletter .newsletter--wrapper h2 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
  text-align: center;
}

.home--newsletter .newsletter--wrapper h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  margin: 24px 0 32px;
  text-align: center;
}

.home--newsletter .newsletter--wrapper span {
  font-size: 13px;
  margin: 32px 0;
  line-height: 120%;
  display: block;
  color: #9da3bc;
}

.home--newsletter .newsletter--wrapper input[type="text"] {
  width: 49%;
  padding: 16px 24px;
  font-size: 16px;
  border-radius: 16px;
  border: 0;
  font-weight: 500;
}

.home--newsletter .newsletter--wrapper input[type="submit"] {
  background-color:#006B36;
  color: #fff;
  padding: 16px 16px;
  font-size: 20px;
  border-radius: 16px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  font-weight: 500;
  transition: 0.5s;
  border: 0;
  box-shadow: none;
}

.home--newsletter .newsletter--wrapper input[type="submit"]:hover {
  background-color: #fbbf0d;
  color: #3A342F;
}

.home--newsletter .newsletter--wrapper form span{
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  margin:0;
}

.home--newsletter .newsletter--wrapper form span a{
  color:#fff;
}

.home--newsletter .newsletter--wrapper form span.blue {
  color: #9297b1;
  margin-bottom: 16px;
  margin-top:24px;
}

.home--newsletter .newsletter--wrapper form .checkbox--wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 16px 0;
}

.home--newsletter .newsletter--wrapper form .checkbox--wrapper label {
  color: #9297b1;
  font-size: 14px;
}

.home--newsletter .newsletter--wrapper form .checkbox--wrapper label a{
  color: #9297b1;
}

.home--newsletter .boxes {
  margin-top: 56px;
}

.home--newsletter .boxes > div {
  background-color: #3A342F;
  border-radius: 32px;
  padding: 32px;
  width: 32%;
}

.home--newsletter .boxes .yellow {
  background-color: #fbbf0d;
}

.home--newsletter .boxes .red {
  background-color:#006B36;
}

.home--newsletter .boxes h5 {
  color: #fff8ef;
  font-size: 24px;
  letter-spacing: -0.5px;
  margin: 24px 0 0;
  font-weight:700;
  line-height: 120%;
}

.home--blog {
  padding: 96px 0;
}

.home--blog h2 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
  text-align: center;
  width: 100%;
  color: #3A342F;
}

.home--blog h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  margin: 24px 0 56px;
  text-align: center;
  width: 100%;
  color: #3A342F;
}

.home--blog .single--post {
}

.home--blog .single--post .thumbnail {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.home--blog .single--post .thumbnail img {
  width: 100%;
  height: 256px;
  object-fit: cover;
}

.home--blog .single--post .thumbnail ul.info {
  position: absolute;
  z-index: 1;
  color: #fff;
  display: flex;
  bottom: 24px;
  left: 24px;
  padding: 5px 10px;
  border-radius: 12px;
  border: 1px solid #fff;
  font-size: 15px;
  list-style: none;
  margin: 0;
  gap: 12px;
}

.home--blog .single--post .thumbnail ul.info li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.home--blog .single--post .thumbnail ul.info li.divider {
  color: #fff;
}

.home--blog .single--post .thumbnail ul.info li.divider:last-of-type {
  display: none;
}

.home--blog .single--post .thumbnail:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to top,
    rgba(37, 54, 116, 1),
    rgba(37, 54, 116, 0)
  );
}

.home--blog .single--post h4 {
  font-size: 32px;
  line-height: 120%;
  font-weight:700;
  margin: 0 0px 16px;
  letter-spacing: -1px;
  color: #3A342F;
}

.home--blog .single--post .meta {
  padding: 24px;
}

.home--blog .single--post .meta a{
  text-decoration: none;
}

.home--blog .single--post p {
  color: #6b7391;
  font-size: 16px;
  line-height: 120%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home--blog .single--post a.more {
  display: flex;
  align-items: center;
  text-decoration: none;
  color:#006B36;
  font-weight: 600;
  font-size: 20px;
  gap: 8px;
  letter-spacing: -1px;
}

.home--blog .single--post a.more img {
  display: block;
  width: 32px;
}

.home--blog .container-fluid {
  width: calc(50% + 560px);
  margin-left: auto;
}

.home--blog .owl-theme .owl-dots {
  width: 100%;
  max-width: 600px;
  gap:12px;
  display: flex;
  border-radius: 16px;
  padding: 0;
  margin: 48px auto 0;
}

.home--blog .owl-theme .owl-dots .owl-dot {
  flex: 1;
}

.home--blog .owl-theme .owl-dots .owl-dot span {
  width: 100%;
  height: 10px;
  margin: 0;
  background: #f0e4d4;
}

.home--blog .owl-theme .owl-dots .owl-dot.active span {
  background: #fbbf0d;
}

.wrapper--404 {
  padding: 56px 0 0;
}

.wrapper--404 .desc {
  width: 45%;
}

.wrapper--404 img {
  width: 52%;
}

.wrapper--404 .desc h2 {
  font-size: 56px;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0 0 32px;
  color: #3A342F;
}

.wrapper--404 .desc p {
  color: #3A342F;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1px;
  margin: 16px 0;
}

.wrapper--404 .desc .buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 32px;
}

.error404 footer.main {
  padding-bottom: 120px;
}

.book--hero {
  padding: 40px 0 96px;
}

.book--hero h1 {
  font-size: 56px;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
  color: #3A342F;
  width: 100%;
  text-align: center;
}

.book--hero h3 {
  font-size: 32px;
  font-weight:700;
  letter-spacing: -1px;
  margin: 16px 0 64px;
  color: #3A342F;
  width: 100%;
  text-align: center;
}

.book--hero p {
  color: #3A342F;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -1px;
  margin: 0;
  padding-left: 24px;
}

.book--hero p.yellow {
  border-left: 2px solid #fbbf0d;
  width: 35%;
}

.book--hero p.red {
  border-left: 2px solid #e2241c;
  width: 60%;
}

.books--wrapper {
  padding: 24px 0 96px;
}

.books--wrapper .row > h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight:700;
  letter-spacing: -1px;
  margin: 0 auto 32px;
  color: #3A342F;
  width: 100%;
  max-width: 960px;
  text-align: center;
}

.books--wrapper .row > p {
  color: #3A342F;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -1px;
  margin: 0 auto 24px;
  width: 100%;
  max-width: 960px;
  text-align: center;
}

.books--wrapper .single--book {
  background-color: #3A342F;
  padding: 32px;
  border-radius: 32px;
  margin: 40px auto 0;
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.books--wrapper .single--book img {
  width: 40%;
  border-radius: 16px;
  display: block;
}

.books--wrapper .single--book .desc {
  width: 55%;
}

.books--wrapper .single--book .desc h4 {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

.books--wrapper .single--book .desc h2 {
  font-size: 36px;
  font-weight:700;
  letter-spacing: -1px;
  color: #fff;
  margin: 8px 0 24px;
}

.books--wrapper .single--book .desc .pricing {
  display: flex;
  align-items: center;
  margin-top: 32px;
  gap: 32px;
}

.books--wrapper .single--book .desc .pricing h6 {
  margin: 0;
  font-weight:700;
  color: #fff;
  letter-spacing: -1px;
  font-size: 24px;
}

.books--wrapper .single--book .desc p {
  color: #fff;
}

.books--wrapper .single--book .desc ul {
  color: #fff;
}

.contact--hero {
  padding: 64px 0 96px;
}

.contact--hero .contact--wrapper {
  background-color: #3A342F;
  padding: 48px 32px;
  border-radius: 32px;
  width: 100%;
}

.contact--hero .contact--wrapper h1 {
  font-size: 56px;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
  color: #fff;
  width: 100%;
  text-align: center;
}

.contact--hero .contact--wrapper p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
  margin: 16px auto;
  width: 90%;
  text-align: center;
}

.contact--hero .contact--wrapper .forminator-ui#forminator-module-5370.forminator-design--default .forminator-consent__label p {
  font-size: 14px;
  text-align: left;
  color: #9297b1;
  display: block;
  font-weight: 500;
  width: 100%;
  margin: 0;
  line-height: 150%;
}

.contact--hero .contact--wrapper form span a {
  color: #fff;
}

.contact--hero .contact--wrapper form .primary {
  border: none;
  width: 100%;
  padding: 16px;
  margin: 24px 0;
}

.contact--hero .contact--wrapper .forminator-ui#forminator-module-5370.forminator-design--default .forminator-button-submit{
  background-color: #e2241c !important;
  color: #fff !important;
  border: none !important;
  width: 100% !important;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  padding: 16px !important;
  margin: 12px 0 0 !important;
  font-size: 20px !important;
  border-radius: 16px !important;
  display: inline-block !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: 0.5s;
}

.forminator-edit-module{
  display:none !important;
}

.contact--hero .contact--wrapper .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child){
  margin-bottom:8px;
}

.contact--hero .contact--wrapper .forminator-ui#forminator-module-5370.forminator-design--default .forminator-textarea {
  width: 100%;
  margin: 12px 0;
  min-height: 200px;
  border-radius: 12px;
  border: 0;
  padding: 24px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.contact--hero .contact--wrapper .forminator-ui#forminator-module-5370.forminator-design--default .forminator-input {
  width: 100%;
  margin: 12px 0;
  border-radius: 12px;
  border: 0;
  padding: 24px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.contact--hero .contact--wrapper .forminator-ui#forminator-module-5370.forminator-design--default .forminator-label{
  display:none;
}

.contact--hero .contact--wrapper form ::placeholder {
  color: #3A342F;
}

.contact--hero .contact--wrapper form .checkbox--wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 16px 0;
}

.contact--hero .contact--wrapper form .checkbox--wrapper label {
  color: #fff;
  font-size: 15px;
}

.about--hero {
  padding: 56px 0 96px;
}

.about--hero .desc {
  width: 45%;
  color: #3A342F;
}

.about--hero .desc h1 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
}

.about--hero .desc p {
  font-size: 24px;
  line-height: 135%;
  width: 100%;
  font-weight: 500;
  letter-spacing: -1px;
}

.about--hero .desc p span {
  display: inline-block;
  background-color: #fbbf0d;
  padding: 2px 8px;
  border-radius: 12px;
}

.about--hero .image--wrapper {
  width: 48%;
}

.about--hero .image--wrapper img {
  display: block;
  width: 100%;
}

.about--hero .row:nth-of-type(2) {
  margin-top: 64px;
}

.about--hero .row:nth-of-type(2) .image--wrapper {
  width: 45%;
}

.about--hero .row:nth-of-type(2) .image--wrapper img {
  border-radius: 24px;
}

.about--hero .row:nth-of-type(2) .desc {
  width: 48%;
}

.about--how {
  padding: 96px 0;
  background-color: #3A342F;
}

.about--how h2 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0 0 72px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.about--how p.box {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1px;
  margin: 0;
  padding-left: 24px;
  width: 31%;
  border-left: 2px solid #fff;
}

.about--how p.box.yellow {
  border-left: 2px solid #fbbf0d;
}

.about--how p.box.red {
  border-left: 2px solid #e2241c;
}

.mt-64 {
  margin-top: 64px;
}

.about--how h2.mb-48 {
  margin-bottom: 48px;
}

.about--how p.subheader {
  color: #fff;
  font-size: 24px;
  letter-spacing: -1px;
  margin: 0 auto;
  padding-left: 24px;
  width: 90%;
  text-align: center;
  line-height: 135%;
}

.about--how .cols--carousel {
  margin: 48px 0;
}

.about--how .single--col {
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  padding: 24px;
}

.about--how .single--col img {
  max-width: 32px;
}

.about--how .single--col h4 {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 12px;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #3A342F;
  font-weight: 600;
}

.about--how .single--col p {
  min-height: 280px;
  color: #6b7391;
  line-height: 135%;
}

.about--how .single--col .primary {
  width: 100%;
  text-align: center;
}

.about--why {
  padding: 96px 0 96px;
}

.about--why .desc {
  width: 45%;
  color: #3A342F;
}

.about--why .desc h3 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
}

.about--why .desc p {
  font-size: 24px;
  line-height: 135%;
  width: 100%;
  letter-spacing: -1px;
  font-weight: 500;
}

.about--why .image--wrapper {
  width: 48%;
}

.about--why .image--wrapper img {
  display: block;
  width: 100%;
  border-radius: 24px;
}

.about--products {
  padding: 0 0 96px;
}

.about--products h3 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  width: 100%;
  text-align: center;
  color: #3A342F;
  margin: 0 0 56px;
}

.about--products .single--product {
  width: 100%;
  border-radius: 32px;
  border: 2px solid #e2241c;
  color: #3A342F;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  transition: 0.5s;
}

.about--products .single--product img {
  display: block;
  width: 150px;
}

.about--products .single--product h5 {
  color: #3A342F;
  margin: 0;
  font-size: 24px;
  text-align: center;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -0.5px;
  transition: 0.5s;
}

.about--products .single--product:hover {
  background-color:#006B36;
}

.about--products .single--product:hover h5 {
  color: #fff;
}

.about--list {
  padding: 0 0 120px;
}

.about--list h4 {
  font-size: 32px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1px;
  width: 100%;
  text-align: center;
  color: #3A342F;
  margin: 0 0 56px;
}

.about--list ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about--list ul li {
  position: relative;
  padding-left: 56px;
  font-size: 24px;
  color: #3A342F;
  letter-spacing: -1px;
  line-height: 32px;
}

.about--list ul li:before {
  content: "";
  background-image: url("https://agatauczy.pl/wp-content/uploads/2024/05/check-square.svg");
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

/* Kursy */

.archive--courses {
  padding: 48px 0 96px;
}

.archive--courses h1 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
  color: #3A342F;
  width: 100%;
}

.archive--courses h2 {
  font-size: 32px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1px;
  margin: 16px 0 40px;
  color: #3A342F;
  width: 100%;
}

.archive--courses .row > p {
  font-size: 24px;
  line-height: 135%;
  font-weight: 500;
  width: 100%;
  color: #3A342F;
  margin: 8px 0;
}

.archive--courses h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1px;
  margin: 56px 0 48px;
  color: #3A342F;
  width: 100%;
}

.archive--courses .single--col {
  width: 32%;
  border: 2px solid #3A342F;
  border-radius: 32px;
  color: #3A342F;
  padding: 24px;
}

.archive--courses .single--col img {
  border-radius: 16px;
}

.archive--courses .single--col .desc {
  min-height: 570px;
}

.archive--courses .single--col h5 {
  font-size: 20px;
  font-weight:700;
  margin: 12px 0;
  letter-spacing: -0.5px;
}

.archive--courses .single--col p {
  margin: 0;
  font-weight: 500;
  font-size:16px;
  line-height: 120%;
}

.archive--courses .single--col .secondary {
  margin-top: 32px;
  width: 100%;
  text-align: center;
}

.courses--testimonies {
  padding: 32px 0 96px;
}

.courses--testimonies h3 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
  color: #3A342F;
  width: 100%;
  text-align: center;
}

.courses--testimonies .row > p {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 24px 0 48px;
  color: #3A342F;
  width: 100%;
  text-align: center;
}

.owl-carousel .single--testimony {
  border: 2px solid #006B36;
  background-image:url('https://odkryjarabski.langmasters.pl/wp-content/uploads/2025/03/testimony-bg.svg');
  background-size:cover;
  background-position: bottom center;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  color: #3A342F;
  gap: 32px;
  align-items: flex-start;
}

.owl-carousel .single--testimony > * {
  margin: 0;
}

.owl-carousel .single--testimony .quotes {
  display: block;
  max-width: 108px;
  margin-left: auto;
}

.owl-carousel .single--testimony p {
  font-size: 24px;
  line-height: 135%;
  font-weight: 500;
  letter-spacing: -1px;
}

.owl-carousel .single--testimony p strong, .owl-carousel .single--testimony p b {
  background-color: #fbbf0d;
  padding: 2px 8px;
  border-radius: 12px;
}

.owl-carousel .single--testimony h6 {
  font-weight:700;
  font-size: 24px;
  color:#006B36;
  letter-spacing: -0.5px;
}

.courses--testimonies .owl-theme .owl-nav {
  margin-top: 24px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  text-decoration: none;
}

.courses--faq {
  padding: 64px 0 96px;
  background-color: #3A342F;
  color: #fff;
}

.courses--faq h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 32px 0 32px;
  color: #fff;
  width: 100%;
}

.courses--faq p {
  line-height: 135%;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -1px;
  margin: 8px 0;
  color: #fff;
}

.courses--faq .single--question p{
  margin:8px 0 24px;
}

.courses--faq .acc-container {
  width: 100%;
  display: flex;
  margin-top: 56px;
  flex-direction: column;
  align-items: flex-start;
}

.courses--faq .acc-btn {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  cursor: pointer;
  padding: 24px 96px 24px 0;
  border: none;
  letter-spacing: -0.5px;
  font-weight:700;
  color: #fff;
  outline: none;
  text-align: left;
  transition: all 0.5s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: transparent;
}

.courses--faq .acc-btn h2 {
  margin: 0;
}

.courses--faq  .single--question{
  border-bottom: 2px solid #6B7391;
    margin-bottom: 24px;
}

.courses--faq .single--question h2{
  font-size:24px;
}

.courses--faq .acc-btn:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("https://agatauczy.pl/wp-content/uploads/2024/07/PlusCircle.svg");
  transition: all 0.3s linear;
  transform: translateY(-50%);
}

.courses--faq .acc-btn.is-open:after {
  background-image: url("https://agatauczy.pl/wp-content/uploads/2024/07/MinusCircle.svg");
}

.courses--faq .acc-btn i {
  font-size: 13px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #c847ab;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 24px;
  right: 32px;
  transition: 0.5s;
}

.courses--faq .acc-btn.is-open i {
  transform: rotate(180deg);
}

.courses--faq .acc-content {
  max-height: 0;
  color: #f0e4d4;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}


/* Newsletter */

.contact--hero.newsletter--hero .contact--wrapper h2 {
  font-size: 40px;
  font-weight:700;
  letter-spacing: -1px;
  margin: 0 0 40px;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 120%;
}

.contact--hero.newsletter--hero form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.contact--hero.newsletter--hero
  .contact--wrapper
  form
  .checkbox--wrapper
  label {
  color: #9297b1;
  font-size: 14px;
}

.contact--hero.newsletter--hero .contact--wrapper form span {
  color: #fff;
}

.contact--hero.newsletter--hero .contact--wrapper form span.blue{
  color: #9297b1;
  margin-bottom: 16px;
}

.contact--hero.newsletter--hero form a {
  text-decoration: none;
}

.contact--hero.newsletter--hero .people h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.5px;
}

.contact--hero.newsletter--hero .people h4 img {
  max-width: 136px;
}

.contact--hero.newsletter--hero .people h5 {
  font-size: 32px;
  font-weight:700;
  letter-spacing: -1px;
  margin: 0 0 24px;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 120%;
}

.contact--hero.newsletter--hero .people #countdown ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 32px 0 0;
}

.contact--hero.newsletter--hero .people #countdown ul li {
  color: #fff;
  font-size: 21px;
  letter-spacing: -0.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 96px;
}

.contact--hero.newsletter--hero .people #countdown ul li span {
  width: 78px;
  height: 78px;
  background-color: #fff;
  border-radius: 16px;
  color: #3A342F;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:700;
  font-size: 32px;
  letter-spacing: -0.5px;
}

.contact--hero.newsletter--hero .people .m-0 {
  margin: 0;
}

.contact--hero.newsletter--hero .people .mb-0{
  margin-bottom:0;
}

.courses--testimonies.newsletter--testimonies {
  padding: 40px 0;
}

.newsletter--about {
  padding: 0 0 64px;
}

.newsletter--about p {
  font-size: 28px;
  line-height: 135%;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0;
  color: #3A342F;
  width: 100%;
  text-align: center;
}

.newsletter--about h2 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 48px 0 64px;
  color: #3A342F;
  width: 100%;
  text-align: center;
}

.newsletter--about .values {
  display: flex;
  gap: 48px;
  width: 100%;
  justify-content: center;
}

.newsletter--about .values .single--value {
  width: 100%;
  max-width: 239px;
  background: #e2241c;
  padding: 40px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.5px;
  align-items: center;
  border-radius: 120px 120px 12px 12px;
}

.newsletter--about .values .single--value.yellow {
  background-color: #fbbf0d;
}

.newsletter--about .values .single--value.blue {
  background-color: #3A342F;
}

.newsletter--about .values .single--value img {
  width: 36px;
  display: block;
}

header #menu--toggler {
  display: none;
  background-color: #3A342F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

header.mobile {
  display: none;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 32px 0;
  z-index: 1000;
  overflow-y: scroll;
}

@media (max-width: 800px) {
  .container {
    padding: 0 16px;
  }
  header #menu--toggler {
    display: flex;
  }
  header #menu--toggler img {
    display: block;
    width: 24px;
  }
  header.mobile a#menu--toggler {
    background-color: #3A342F;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  header.mobile a#menu--toggler img {
    display: block;
    width: 14px;
  }
  header.mobile nav ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }
  header.mobile nav ul .sub--menu{
    margin:16px 0 0px;
	  gap:12px;
  }
  header.mobile nav ul .sub--menu li a{
    font-size:16px;
  }
  header.mobile nav,
  header.mobile nav ul {
    width: 100%;
  }
  header.mobile nav ul li{

  }
  header.mobile nav ul li a {
    font-size: 19px;
    color: #3A342F;
    text-decoration: none;
    font-weight: 500;
    display:block;
    text-align: center;
  }

  header.mobile nav ul .btn a {
    border-radius: 8px;
    background-color: #3A342F;
    color: #fff;
    padding: 12px 24px;
    display: flex;
    justify-content: center;
    gap: 8px;
    transition: 0.5s;
  }

  header.mobile nav ul .btn a:hover {
    background-color:#006B36;
    color: #fff;
  }

  footer.main .col {
    margin-bottom: 32px;
    width: 100%;
  }
  footer.main .copyrights {
    margin-top: 0;
    font-size: 12px;
    gap: 8px;
  }
  footer.main .copyrights ul {
    gap: 12px;
  }
  .home--socials ul.socials {
    flex-wrap: wrap;
    gap: 24px;
  }
  .home--socials ul.socials li {
    width: 80px;
    height: 80px;
    border-radius: 24px;
  }
  .home--socials ul.socials li img {
    width: 40px;
  }
  .home--socials h3 {
    font-size: 44px;
  }
  .home--faq,
  .home--blog {
    padding: 40px 0;
  }
  .home--faq .acc-btn {
    font-size: 20px;
    padding-right: 32px;
  }
  .home--faq .row > h3 {
    width: 100%;
    font-size: 40px;
    margin-bottom: 40px;
  }
  .home--faq .row > .desc {
    width: 100%;
  }
  .home--faq .row > .desc p {
    font-size: 20px;
  }
  .home--faq .acc-content p {
    width: 100%;
    font-size: 15px;
  }
  .home--blog h2 {
    font-size: 40px;
    text-align:left;
  }
  .home--blog h3 {
    font-size: 28px;
    letter-spacing: -1px;
    text-align:left;
  }
  .home--blog .container-fluid {
    width: 100%;
    padding: 0 12px;
  }
  .container-fluid {
    padding: 0 12px;
  }
  .home--yt {
    padding: 40px 0;
    background-image: none;
  }
  .home--yt .image--wrapper {
    width: 100%;
    margin-bottom: 40px;
    order:1;
  }
  .home--yt .desc {
    width: 100%;
    order:2;
  }
  .home--yt .desc h2 {
    font-size: 40px;
  }
  .home--yt .image--wrapper .numbers {
    gap: 8px;
    margin-top: -24px;
  }
  .home--yt .image--wrapper .numbers .single--number span {
    font-size: 12px;
  }
  .home--yt .image--wrapper .numbers .single--number span strong {
    font-size: 17px;
  }
  .home--newsletter {
    padding: 40px 0;
  }
  .home--newsletter .boxes {
    margin-top: 40px;
    gap: 24px;
  }
  .home--newsletter .boxes > div {
    width: 100%;
  }
  .home--newsletter .boxes h5 {
    font-size: 21px;
  }
  .home--newsletter .boxes h5 br {
    display: none;
  }
  .home--newsletter .newsletter--wrapper h3 {
    font-size: 20px;
  }
  .home--newsletter .newsletter--wrapper h2 {
    font-size: 36px;
  }
  .home--newsletter .newsletter--wrapper {
    padding: 40px 24px 32px;
  }
  .home--newsletter .newsletter--wrapper input[type="text"] {
    width: 100%;
    margin-bottom: 8px;
  }
  .home--book {
    padding: 64px 0 40px;
  }
  .home--book .image--wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .home--book .desc {
    width: 100%;
  }
  .home--book .desc h2 {
    font-size: 40px;
  }
  .home--courses h2 {
    font-size: 40px;
  }
  .home--courses .owl-theme .owl-nav.disabled + .owl-dots,
  .about--how .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 16px;
  }

  .home--courses .owl-theme .owl-nav.disabled + .owl-dots span,
  .about--how .owl-theme .owl-nav.disabled + .owl-dots span {
    border-radius: 3px;
  }

  .home--courses .owl-theme .owl-nav.disabled + .owl-dots .active span,
  .about--how .owl-theme .owl-nav.disabled + .owl-dots .active span {
    background-color: #fbbf0d;
  }

  .products--carousel .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 16px;
  }

  .products--carousel .owl-nav.disabled + .owl-dots span {
    border-radius: 3px;
  }

  .products--carousel .owl-nav.disabled + .owl-dots .active span {
    background-color:#006B36;
  }
  .home--courses {
    padding: 64px 0 32px;
  }
  .home--promo {
    padding: 96px 0 64px;
  }
  .home--promo .image--wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .home--promo .desc {
    width: 100%;
  }
  .home--promo .desc > img {
    max-width: 250px;
  }
  .home--promo .desc h2 {
    font-size: 40px;
  }
  .home--promo .desc p {
    font-size: 20px;
    width: 100%;
  }
  .home--yt .desc p, .home--book .desc p, .home--hero .desc p{
    width:100%;
  }
  .home--hero .image--wrapper {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
  .home--hero .desc {
    width: 100%;
    order: 2;
  }
  .home--hero .desc h1 {
    font-size: 36px;
  }
  .home--hero .desc h3 {
    font-size: 24px;
  }
  .home--hero .desc p {
    font-size: 20px;
  }
  .home--hero .desc .hero--box {
    font-size: 15px;
    gap: 24px;
    line-height: 135%;
    letter-spacing: -0.5px;
  }
  .home--hero .desc .hero--box br {
    display: none;
  }
  .home--hero .desc .hero--box img {
    max-width: 100px;
  }
  header.main nav {
    display: none;
  }
  header .brand img {
    display: block;
    max-width: 170px;
  }
  .about--products .single--product {
    width: 100%;
    margin-bottom: 24px;
  }
  .about--products h3 {
    font-size: 44px;
  }
  .about--list {
    padding: 0 0 96px;
  }
  .about--list h4 {
    font-size: 28px;
    text-align: left;
  }
  .about--list ul {
    width: 100%;
    gap: 24px;
  }
  .about--list ul li {
    padding-left: 52px;
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 30px;
  }
  .about--why {
    padding: 64px 0 40px;
  }
  .about--why .image--wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .about--why .desc {
    width: 100%;
  }
  .about--why .desc h3 {
    font-size: 40px;
  }
  .about--why .desc p {
    font-size: 21px;
  }
  .about--hero {
    padding: 0 0 64px;
  }
  .about--hero .image--wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .about--hero .desc {
    width: 100%;
  }
  .about--hero .desc h1 {
    font-size: 40px;
  }
  .about--hero .desc p {
    font-size: 21px;
  }
  .about--hero .row:nth-of-type(2) {
    margin-top: 40px;
  }
  .about--hero .row:nth-of-type(2) .desc {
    width: 100%;
    order: 2;
  }
  .about--hero .row:nth-of-type(2) .image--wrapper {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
  .about--hero .desc p span {
    display: inline;
  }
  .about--how h2 {
    font-size: 44px;
  }
  .about--how {
    padding: 64px 0;
  }
  .about--how p.box {
    width: 100%;
    margin-bottom: 32px;
  }
  .about--how p.subheader {
    font-size: 20px;
    width: 100%;
    padding: 0;
  }
  .about--how .single--col p {
    min-height: 0;
    margin-bottom: 24px;
  }
  .about--how .mt-64 {
    margin-bottom: 56px;
  }
  .about--how .row:last-of-type {
    margin-top: 24px;
  }
  .archive--courses {
    padding: 32px 0 64px;
  }
  .archive--courses h1 {
    font-size: 44px;
  }
  .archive--courses h2 {
    font-size: 28px;
  }
  .archive--courses .row > p {
    font-size: 21px;
  }
  .archive--courses h3 {
    font-size: 28px;
  }
  .archive--courses .single--col {
    width: 100%;
    margin-bottom: 24px;
  }
  .courses--testimonies h3 {
    font-size: 40px;
  }
  .courses--testimonies .row > p {
    font-size: 21px;
  }
  .owl-carousel .single--testimony p {
    font-size: 20px;
  }
  .owl-carousel .single--testimony h6 {
    font-size: 21px;
  }
  .courses--faq h2 {
    font-size: 28px;
  }
  .courses--faq p {
    font-size: 20px;
  }
  .courses--faq .acc-btn {
    flex-wrap: wrap;
    padding: 0 0 24px;
  }
  .courses--faq .single--question h2{
    padding-right:56px;
  }
   .courses--faq .acc-btn:after {
    top:0;
    transform:none;
  } 
  .contact--hero {
    padding: 0 0 48px;
  }
  .newsletter--about {
    padding: 0 0 48px;
  }
  .newsletter--about p {
    font-size: 21px;
    line-height: 135%;
  }
  .newsletter--about h2 {
    font-size: 36px;
  }
  .newsletter--about .values {
    flex-wrap: wrap;
    gap: 24px;
  }
  .newsletter--about .values .single--value {
    max-width: 100%;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 600;
    padding: 32px;
    flex-direction: row;
    text-align: left;
  }
  .contact--hero .contact--wrapper {
    padding: 32px;
  }
  .contact--hero .contact--wrapper form input[type="text"] {
    width: 100%;
    padding: 16px 24px;
    margin-bottom: 8px;
  }
  .contact--hero .contact--wrapper form span {
    font-size: 13px;
  }
  .contact--hero.newsletter--hero .contact--wrapper h2 br {
    display: none;
  }
  .contact--hero.newsletter--hero .contact--wrapper h2,
  .contact--hero .contact--wrapper h1 {
    font-size: 32px;
    letter-spacing: -1px;
    margin: 0 0 16px;
  }
  .contact--hero .contact--wrapper p {
    font-size: 20px;
  }
  .contact--hero.newsletter--hero .people h4 {
    flex-direction: column;
    margin: 32px 0;
    gap: 12px;
    font-size: 15px;
    letter-spacing: -0.5px;
  }
  .contact--hero.newsletter--hero .people h5 {
    font-size: 28px;
  }
  .contact--hero.newsletter--hero .people #countdown ul li {
    font-size: 14px;
    min-width: 48px;
  }
  .contact--hero.newsletter--hero .people #countdown ul li span {
    width: 48px;
    height: 48px;
    color: #3A342F;
    display: flex;
    font-size: 18px;
  }
  .book--hero {
    padding: 32px 0 40px;
  }
  .book--hero h1 {
    font-size: 44px;
    line-height: 120%;
  }
  .book--hero h3 {
    font-size: 28px;
    line-height: 120%;
    margin: 24px 0 64px;
  }
  .book--hero p,
  .book--hero p.yellow,
  .book--hero p.red {
    width: 100%;
    margin-bottom: 24px;
  }
  .book--hero p {
    font-size: 20px;
    line-height: 135%;
  }
  .books--wrapper .row > h2 {
    font-size: 28px;
    line-height: 135%;
  }
  .books--wrapper .row > h2 br {
    display: none;
  }
  .books--wrapper .row > p {
    font-size: 21px;
  }
  .books--wrapper .row > p br {
    display: none;
  }
  .books--wrapper .single--book {
    flex-wrap: wrap;
  }
  .books--wrapper .single--book img {
    width: 100%;
    margin-bottom: 40px;
  }
  .books--wrapper .single--book .desc {
    width: 100%;
  }
  .books--wrapper .single--book .desc h2 {
    font-size: 32px;
  }
  .wrapper--404 {
    padding: 32px 0 0;
  }
  .wrapper--404 img {
    width: 100%;
  }
  .wrapper--404 .desc {
    width: 100%;
    margin-bottom: 40px;
  }
  .wrapper--404 .desc h2 {
    font-size: 32px;
  }
  .wrapper--404 .desc p {
    font-size: 21px;
    line-height: 135%;
  }
}

.blog--hero {
  padding: 40px 0 96px;
}

.blog--hero h1 {
  font-size: 56px;
  font-weight:700;
  line-height: 120%;
  letter-spacing: -1.5px;
  margin: 0;
  color: #3A342F;
  width: 100%;
  text-align: center;
}

.blog--hero h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 8px 0 48px;
  color: #3A342F;
  line-height: 135%;
  width: 100%;
  text-align: center;
}

.blog--hero .row > ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  margin: 0;
}

.blog--hero .row > ul li {
}

.blog--hero .row > ul a {
  border: 2px solid #3A342F;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 17px;
  color: #3A342F;
  text-decoration: none;
  letter-spacing: -0.5px;
  transition: 0.5s;
 display: inline-block;
} 

.blog--hero .row > ul a:hover {
  background-color: #3A342F;
  color: #fff;
}

.blog--hero .row > ul a.active {
  background-color: #3A342F;
  color: #fff;
}

.blog--wrapper {
  padding: 0 0 96px;
}

.blog--wrapper .sidebar--wrapper {
  width: 25%;
}

.blog--wrapper .sidebar--wrapper h2 {
  font-size: 28px;
  font-weight:700;
  letter-spacing: -1px;
  margin: 0 0 24px;
  color: #3A342F;
  width: 100%;
  text-align: center;
}

.blog--wrapper .sidebar--wrapper hr {
  margin: 24px 0;
  height: 0;
  border: 0;
}

.blog--wrapper .sidebar--wrapper p {
  color: #3A342F;
  margin: 8px 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.blog--wrapper .sidebar--wrapper p a {
  font-weight: 700;
}

.blog--wrapper .sidebar--wrapper .wp-block-image img {
  border-radius: 16px;
}

.blog--wrapper .sidebar--wrapper .wp-block-search__input {
  border: 2px solid #3A342F;
  border-radius: 24px;
  background: transparent;
  padding: 16px;
  color: #3A342F;
  font-weight: 500;
}

.blog--wrapper .sidebar--wrapper .wp-block-search__button {
  font-size: 0;
  border: 2px solid #3A342F;
  border-radius: 24px;
  background: transparent;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog--wrapper .sidebar--wrapper .wp-block-search__button:before {
  content: "";
  width: 24px;
  display: block;
  height: 24px;
  background-image: url("https://agatauczy.pl/wp-content/uploads/2024/06/search.svg");
}

.blog--wrapper .sidebar--wrapper ul.categories {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  margin: 00 0 48px;
}

.blog--wrapper .sidebar--wrapper ul.categories li {
}

.blog--wrapper .sidebar--wrapper ul.categories li a {
  border: 2px solid #3A342F;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 12px;
  font-weight: 500;
  color: #3A342F;
  text-decoration: none;
  letter-spacing: -0.5px;
  transition: 0.5s;
 display: inline-block;
} 
.blog--wrapper .sidebar--wrapper ul.categories a.active {
  background-color: #3A342F;
  color: #fff;
}

.blog--wrapper .post--wrapper {
  width: 67.5%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.single-post--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-post--wrapper .post--thumbnail {
  width: 47%;
}

.single-post--wrapper .post--thumbnail img {
  border-radius: 24px;
  height: 250px;
  object-fit: cover;
}

.single-post--wrapper .post--desc {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.single-post--wrapper .post--desc a{
  text-decoration: none;
}

.single-post--wrapper .post--desc p {
  font-size: 16px;
  line-height: 135%;
  color: #6B7391;
  margin: 0;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-post--wrapper .post--desc h3 {
  margin: 0;
  font-size: 24px;
  font-weight:700;
  letter-spacing: -0.5px;
  line-height: 120%;
  color: #3A342F;
}

.single-post--wrapper .post--desc a.more {
  font-weight: 500;
  text-decoration: none;
  color:#006B36;
  letter-spacing: -0.5px;
}

.single-post--wrapper .post--desc ul.info {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 4px;
  margin: 0;
}

.single-post--wrapper .post--desc ul.info a {
  font-size: 16px;
  color: #3A342F;
  font-weight: 500;
  text-decoration: none;
}

.single-post--wrapper .post--desc ul.info > li.divider {
  color: #9da3bc;
}

.single-post--wrapper .post--desc ul.info > li.divider:last-of-type {
  display: none;
}

.post--wrapper .wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #3A342F;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.post--wrapper .wp-pagenavi a,
.post--wrapper .wp-pagenavi span {
  border: 0;
}

.post--wrapper .wp-pagenavi a {
  background-color: #f2ece8;
  color: #3A342F;
  font-weight: 500;
  padding: 4px 8px;
}

.blog--wrapper.single--content .post--wrapper {
  display: block;
  color: #3A342F;
}

.blog--wrapper.single--content .post--wrapper img.thumbnail {
  border-radius: 24px;
  margin-bottom: 40px;
}

.blog--wrapper.single--content .post--wrapper .skarby-button {
  width: 100%;
  text-align: center;
  margin: 24px 0;
}

.blog--wrapper.single--content .post--wrapper p, 
.blog--wrapper.single--content .post--wrapper ul, 
.blog--wrapper.single--content .post--wrapper ol {
  font-size: 20px;
  line-height: 155%;
  font-weight: 400;
  letter-spacing: -.75px;
}

.blog--wrapper.single--content .post--wrapper .wp-block-image img{
	border-radius:12px;
}

.blog--wrapper.single--content .post--wrapper p a,
.blog--wrapper.single--content .post--wrapper ul a,
.blog--wrapper.single--content .post--wrapper ol a {
  font-weight: 600;
  color: #3A342F;
}

.blog--wrapper.single--content .post--wrapper .more-info-btn {
  color: #fff;
}

.blog--wrapper.single--content .post--wrapper iframe {
  width: 100%;
  height: auto;
  min-height: 430px;
  border-radius: 24px;
}

.blog--wrapper.single--content .post--wrapper h4,
.blog--wrapper.single--content .post--wrapper h4 strong {
  font-size: 20px;
  font-weight:700;
  letter-spacing: -0.5px;
  color: #3A342F;
  line-height: 120%;
}

.blog--wrapper.single--content .post--wrapper h3,
.blog--wrapper.single--content .post--wrapper h3 strong {
  font-size: 24px;
  font-weight:700;
  letter-spacing: -1px;
  color: #3A342F;
  line-height: 120%;
}

.blog--wrapper.single--content .post--wrapper h2,
.blog--wrapper.single--content .post--wrapper h2 strong {
  font-size: 32px;
  font-weight:700;
  letter-spacing: -1px;
  color:#006B36;
  line-height: 120%;
}

.hs-ad {
  font-weight: 400;
  font-style: normal;
  line-height: 1.4rem;
  padding: 30px 20px 30px 20px;
  background: #3A342F;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  background-image: url("https://agatauczy.pl/wp-content/uploads/2024/06/agatauczy-pattern-dark.png");
  background-position: right top;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 30px;
}

.hs-ad-col-1 {
  max-width: 95%;
}

.hs-ad-col-2 {
  min-width: 200px;
  text-align: center;
}

.hs-ad-col-1 p {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.hs-ad .btn {
  color: #fff8ef;
  text-decoration: none;
  font-weight: bold;
}
.hs-ad .btn {
  background-color: #e21e1c;
  padding: 10px 15px;
  border-radius: 5px;
}

.book-info {
  max-width: 100%;
}
.extra-info {
  background-color: #fef6e8;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  max-width: 800px;
  margin: auto;
}

.book-info .col-first {
  flex-grow: 1;
  max-width: 60%;
}

@media (max-width:800px){
	.book-info .col-first{
		max-width:100%;
	}
	.extra-info {
		flex-direction: column-reverse
	}
}

.single--content .more--posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 96px;
}

.blog--wrapper.single--content .more--posts h3 {
  font-size: 32px;
  font-weight:700;
  letter-spacing: -1px;
  color: #3A342F;
  line-height: 120%;
  margin: 0;
}

.blog--wrapper.single--content .more--posts hr {
  width: 100%;
  margin: 32px 0;
  border: 0;
  background-color: #f0e4d4;
  height: 2px;
  display: block;
}

.blog--wrapper.single--content .more--posts .single-post--wrapper {
  width: 48%;
  flex-direction: column;
}

.blog--wrapper.single--content
  .more--posts
  .single-post--wrapper
  .post--thumbnail {
  width: 100%;
  margin-bottom: 24px;
}

.blog--wrapper.single--content .more--posts .single-post--wrapper .post--desc {
  width: 100%;
}

.blog--wrapper.single--content
  .more--posts
  .single-post--wrapper
  .post--thumbnail
  img {
  height: auto;
}

.blog--wrapper.single--content .more--posts .single-post--wrapper h3 {
  font-size: 24px;
}

@media (max-width: 800px) {
  .blog--hero {
    padding: 32px 0 48px;
  }
  .blog--hero h1 {
    font-size: 44px;
  }
  .blog--hero h3 {
    font-size: 24px;
    margin-bottom:0;
    display:none;
  }
  .blog--hero .row > ul {
    gap: 8px;
  }
  .blog--hero .row > ul a {
    padding: 5px 10px;
    font-size: 16px;
  }
  .blog--wrapper .sidebar--wrapper {
    width: 100%;
    margin-top: 40px;
  }
  .blog--wrapper .sidebar--wrapper .no-mobile {
    display: none;
  }

  .blog--wrapper .post--wrapper {
    width: 100%;
  }
  .blog--wrapper .single-post--wrapper {
    flex-direction: column;
  }

  .blog--wrapper .single-post--wrapper .post--thumbnail {
    width: 100%;
    margin-bottom: 24px;
  }

  .blog--wrapper .single-post--wrapper .post--desc {
    width: 100%;
  }

  .blog--wrapper .single-post--wrapper.post--thumbnail img {
    height: auto;
  }

  .blog--wrapper .single-post--wrapper h3 {
    font-size: 24px;
  }
  .single-post--wrapper .post--thumbnail img {
    height: auto;
  }
  .blog--wrapper.single--content .more--posts .single-post--wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}

.landing--faq {
  padding: 96px 0 64px;
}

.landing--faq h2 {
  width: 100%;
  margin: 0;
  font-size: 48px;
  letter-spacing: -1px;
  font-weight:700;
  color: #3A342F;
}

.landing--faq h3 {
  width: 100%;
  color:#006B36;
  font-size: 32px;
  font-weight:700;
  margin: 24px 0 32px 0;
  letter-spacing: -1px;
}

.landing--faq .acc-container {
  width: 100%;
}

.landing--faq .acc-container .single--question {
  border-bottom: 2px solid #DBC8B2;
  margin-bottom: 24px;
}

.landing--faq .acc-btn {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  cursor: pointer;
  padding: 24px 96px 24px 0;
  border: none;
  letter-spacing: -0.5px;
  font-weight:600;
  color: #3A342F;
  outline: none;
  text-align: left;
  transition: all 0.5s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: transparent;
}

.landing--faq .acc-btn:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("https://odkryjarabski.langmasters.pl/wp-content/uploads/2025/03/PlusCircle.svg");
  transition: all 0.3s linear;
  transform: translateY(-50%);
}

.landing--faq .acc-btn.is-open:after {
  background-image: url("https://odkryjarabski.langmasters.pl/wp-content/uploads/2025/03/MinusCircle.svg");
}

.landing--faq .acc-content {
  max-height: 0;
  color: #c7c7c7;
  font-size: 21px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.landing--faq .acc-content p {
  font-size: 21px;
  line-height: 150%;
  margin: 8px 0 24px;
  display: block;
  color: #3A342F;
  max-width: 90%;
}

.landing--faq .acc-content p a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.landing--faq .acc-content ol {
  margin: 12px 0;
  font-size: 21px;
  color: #3A342F;
  line-height: 150%;
}

.landing--faq .acc-content ul {
  margin: 16px 0;
  font-size: 21px;
  color: #3A342F;
  line-height: 150%;
}

.page-template-page-landing header.main {
  padding: 32px 0;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}

.page-template-page-landing header.main .brand img {
  max-width: 316px;
}

.page-template-page-landing .primary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
}

.page-template-page-landing .primary img {
  max-width: 40px;
}

.landing--hero {
  padding: 64px 0;
}

.landing--hero .desc img.mobile{
  display:none;
}

.landing--hero .row > img {
  width: 55%;
}

.landing--hero .desc {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap:16px;
}

.landing--hero .desc > *{
  margin:0;
}

.landing--hero .desc h1 {
  font-size: 56px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin: 0 0 8px;
}

.landing--hero .desc h2 {
  color: #3A342F;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 24px;
  border: 2px solid #3A342F;
  border-radius: 16px;
  padding: 8px 16px;
}

.landing--hero .desc p {
  font-size: 20px;
  line-height: 140%;
  width: 100%;
  font-weight: 400;
}

.landing--hero .desc p strong{
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -.5px;
}

.landing--hero .desc .hero--box {
  align-items: center;
  gap: 24px;
  border: 2px solid #f0e4d4;
  padding: 16px;
  border-radius: 8px;
  display: inline-flex;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  line-height: 120%;
}

.landing--hero .desc .primary {
  font-size: 24px;
  font-weight: 600;
  margin-top:8px;
}

.landing--stop {
  background-color: #3A342F;
  padding: 80px 0;
}

.landing--stop .row {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.landing--stop h3 {
  margin: 0 0 16px;
  font-size: 32px;
  color: #fff;
  font-weight:700;
  letter-spacing: -1px;
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.landing--stop p {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.5px;
  width: 100%;
  line-height: 140%;
}

.landing--about {
  padding: 64px 0;
}

.landing--about .desc {
  width: 45%;
  color: #3A342F;
  display:flex;
  flex-direction: column;
  gap:24px;
  align-items: flex-start;
}

.landing--about .desc  > *{
  margin:0;
}

.landing--about .desc h2 {
  font-size: 48px;
  line-height: 110%;
  font-weight:700;
  letter-spacing: -1.5px;
}

.landing--about .desc p {
  font-size: 21px;
  line-height: 140%;
  letter-spacing: -1px;
  width: 100%;
  font-weight: 400;
}

.landing--about .photo {
  width: 50%;
}

.landing--about .photo img {
  width: 100%;
}

.landing--about .numbers {
  width: 100%;
}

.landing--about .numbers p {
  font-size: 24px;
  width: 100%;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 8px 0;
  line-height: 135%;
  color: #3A342F;
}

.landing--about .numbers .values {
  display: flex;
  justify-content: center;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 24px 0 0;
}

.landing--about .numbers .values li {
  border-left: 2px solid #f0e4d4;
  padding: 16px;
}

.landing--about .numbers .values img {
  margin: 0 auto;
}

.landing--about .numbers .values h5 {
  font-weight: 600;
  font-size: 19px;
  color: #3A342F;
  text-align: center;
  letter-spacing: -1px;
  margin: 16px 0 0;
  line-height: 120%;
}

.landing--map {
  padding: 64px 0;
}

.landing--map h3 {
  font-size: 48px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1px;
  color: #3A342F;
  margin: 0;
}

.landing--map h4 {
  font-size: 32px;
  font-weight:700;
  letter-spacing: -1px;
  color: #3A342F;
  margin: 0;
}

.landing--map p {
  font-size: 24px;
  width: 100%;
  margin: 24px 0;
  line-height: 135%;
  color: #3A342F;
}

.landing--map .map--wrapper {
  position: relative;
  margin-top: 64px;
}

.landing--map .map--wrapper > img {
  width: 100%;
  display: block;
}

.landing--map .map--wrapper ul {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  width: 300px;
  padding: 0;
  justify-content: flex-start;
  gap: 6px;
}

.landing--map .map--wrapper li {
  background-color: #3A342F;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px;
  box-sizing: border-box;
}

.landing--map .map--wrapper li img {
  display: block;
  width: 32px;
}

.landing--text {
  padding: 56px 0;
}

.landing--text img {
  width: 40%;
}

.landing--text .desc {
  width: 50%;
}

.landing--text .desc h3 {
  font-size: 32px;
  font-weight:700;
  letter-spacing: -1px;
  color: #3A342F;
  margin: 0 0 24px;
  line-height: 135%;
}

.landing--text .desc h3.h2{
  font-size:48px;
  line-height: 110%;
}

.landing--text .desc h2 {
  font-size: 48px;
  font-weight:700;
  letter-spacing: -1px;
  color: #3A342F;
  margin: 0 0 24px;
  line-height: 120%;
}

.landing--text .desc p {
  font-size: 24px;
  width: 100%;
  margin: 8px 0 0;
  letter-spacing: -1px;
  line-height: 135%;
  color: #3A342F;
}

.landing--text .desc p a{
  font-weight: 600;
  text-decoration: none;
  color:inherit
}

.landing--text .desc h4{
  font-size: 24px;
  width: 100%;
  font-weight: 600;
  margin: 24px 0;
  letter-spacing: -1px;
  line-height: 140%;
  color: #3A342F;
  padding:28px;
  border:2px solid #3A342F;
  border-radius: 24px;
}

.landing--text .desc .primary {
  display: inline-flex;
  margin-top: 24px;
  font-size: 24px;
}

.landing--text .desc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0 0;
  padding: 0;
}

.landing--text .desc ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #3A342F;
}

.landing--text .desc ul li span.number{
  min-width:40px;
  height:40px;
  display:flex;
  justify-content: center;
  align-items: center;
  color:#fff;;
  background-color:#055226;
  border-radius: 50%;
}

.landing--text .desc ul li br{
  display: none;
}

.landing--text .desc ul li img {
  max-width: 48px;
}

.landing--text .desc ul.logotypes{
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
}

.landing--text .desc ul.logotypes li img{
  max-width: 120px;
  width:auto;
}

.landing--text .easy-boxes{
  margin-top:48px;
  align-items: stretch;
  row-gap:32px;
}

.landing--text .easy-boxes .single-easy{
  background-color: #006B36;
  padding: 32px;
  border-radius: 24px;
  width: 49%;
  display:flex;
  flex-direction: column;
  gap:8px;
  align-items: flex-start;
}

.landing--text .easy-boxes .single-easy h3{
  margin: 0 0 16px;
  color: #fff;
  font-size: 24px;
  letter-spacing: -.5px;
  font-weight: 600;
  display:flex;
  align-items: center;
  gap:16px;
}

.landing--text .easy-boxes .single-easy p{
  color: #F3EDE0;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
  margin: 0;
}

.landing--text .container-fluid{
/*   width: calc(50% + 560px);
    margin-left: auto; */
    margin-top:64px;
}

.landing--text .container-fluid .owl-carousel .owl-stage{
  display:flex;
  align-items: stretch;
}

.landing--text .why-carousel .single-why{
  background-color: #006B36;
  padding: 32px;
  border-radius: 24px;
  display:flex;
  flex-direction: column;
  gap:8px;
  align-items: flex-start;
  height: 100%;
}

.landing--text .why-carousel .single-why h3{
  margin: 16px 0 16px;
  color: #fff;
  font-size: 24px;
  letter-spacing: -.5px;
  font-weight: 600;
  display:flex;
  align-items: center;
  gap:16px;
}

.landing--text .why-carousel .single-why img{
  width:40px;
  height:40px;
  object-fit: contain;
  object-position: center center;
}

.landing--text .why-carousel .single-why p{
  color: #F3EDE0;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
  margin: 0;
}


.landing--text.pb-96 {
  padding-bottom: 96px;
}

.landing--additional{
  padding:64px 0;
}

.landing--additional .row{
  row-gap:40px;
}

.landing--additional .col{
  width:48%;
}

.landing--additional  h4{
  font-size: 32px;
  margin: 20px 0;
  letter-spacing: -.5px;
}

.landing--additional  p{
  font-size:20px;
  line-height: 140%;
  font-weight: 400;
}

.landing--additional h3 {
  width: 100%;
  margin: 0;
  font-size: 48px;
  letter-spacing: -1.5px;
  font-weight: 700;
  color: #3A342F;
  line-height: 110%;
}

.landing--easy {
  padding: 96px 0 64px;
}

.landing--easy h3 {
  font-size: 64px;
  font-weight:700;
  letter-spacing: -1.5px;
  color: #3A342F;
  margin: 0 0 32px;
  line-height: 120%;
}

.landing--easy .row > p {
  font-size: 24px;
  width: 100%;
  margin: 16px 0 0;
  line-height: 135%;
  color: #3A342F;
}

.landing--easy .row:nth-of-type(2) {
  margin-top: 56px;
  row-gap: 24px;
}

.landing--easy .single--easy {
  background-color: #3A342F;
  padding: 32px;
  border-radius: 16px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing--easy .single--easy p {
  font-size: 24px;
  margin: 0;
  max-width: 85%;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 135%;
}

.landing--assets {
  padding: 64px 0;
}

.landing--assets h2 {
  width: 100%;
  margin: 0;
  font-size: 48px;
  letter-spacing: -1px;
  font-weight:700;
  color: #3A342F;
  text-align: center;
  line-height: 135%;
}

.landing--assets .row > p {
  font-size: 24px;
  width: 100%;
  margin: 16px 0 0;
  line-height: 135%;
  color: #3A342F;
  text-align: center;
}

.landing--assets ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 64px 0 0;
  padding: 0;
  row-gap: 56px;
  align-items: flex-start;
}

.landing--assets ul li {
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.landing--assets ul li img {
  max-height: 48px;
}

.landing--assets ul li h5 {
  margin: 24px 0 0;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 135%;
  font-weight:700;
  color: #3A342F;
  text-align: center;
}

.landing--how {
  padding: 64px 0;
}

.landing--how h2 {
  width: 100%;
  margin: 0 0 40px;
  font-size: 64px;
  letter-spacing: -1px;
  font-weight:700;
  color: #3A342F;
  text-align: center;
  line-height: 135%;
}

.landing--how .col {
  width: 31%;
  margin-bottom: 32px;
}

.landing--how p {
  font-size: 24px;
  width: 100%;
  margin: 16px 0 0;
  line-height: 135%;
  color: #3A342F;
}

.landing--how ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0;
  padding: 0;
  row-gap: 24px;
  align-items: flex-start;
}

.landing--how ul li {
  width: 19%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.landing--how ul li img {
  max-height: 48px;
}

.landing--how ul li h5 {
  margin: 24px 0 0;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 135%;
  font-weight:700;
  color: #3A342F;
  text-align: center;
}

.landing--agenda {
  padding: 24px 0;
}

.landing--agenda .container-bg {
  background-color: #055226;
  border-radius: 24px;
  padding: 40px 40px 40px;
}

.landing--agenda .row > h2{
  width: 100%;
  font-size: 48px;
  text-align: center;
  margin: 0 0 24px;
}

.landing--agenda .row > p{
  font-size: 20px;
    font-weight: 400;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 140%;
}

.landing--agenda .container h3 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 48px;
  letter-spacing: -1px;
  font-weight:700;
  margin: 48px 0;
}

.landing--agenda .acc-container {
  width: 100%;
}

.landing--agenda .acc-container .single--question {
  border-bottom: 2px solid #EFD8B8;
}

.landing--agenda .acc-btn {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  cursor: pointer;
  padding: 16px 0;
  border: none;
  letter-spacing: -0.5px;
  font-weight:700;
  color: #fff;
  outline: none;
  text-align: left;
  transition: all 0.5s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: transparent;
}

.landing--agenda .acc-btn span,
.landing--agenda .acc-btn h5 {
  min-width: 40%;
}

.landing--agenda .acc-btn h5 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 24px;
  font-weight:700;
}

.landing--agenda .acc-btn:after {
  content: "";
  width: 40px;
  height: 40px;
  /* position: absolute;
  top:50%;
  right:0; */
  background-image: url("https://odkryjarabski.langmasters.pl/wp-content/uploads/2025/03/PlusCircle-1.svg");
  transition: all 0.3s linear;
}

.landing--agenda .acc-btn.is-open:after {
  background-image: url("https://odkryjarabski.langmasters.pl/wp-content/uploads/2025/03/MinusCircle-1.svg");
}

.landing--agenda .acc-content {
  max-height: 0;
  color: #F3EDE0;
  font-size: 21px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.landing--agenda .acc-content p {
  font-size: 21px;
  line-height: 150%;
  margin: 8px 0 24px;
  display: block;
  color: #fff;
}

.landing--agenda .acc-content p a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.landing--agenda .acc-content ol {
  margin: 12px 0;
  font-size: 21px;
  color: #fff;
  line-height: 150%;
}

.landing--agenda .acc-content ul {
  margin: 16px 0;
  font-size: 21px;
  color: #fff;
  line-height: 150%;
}

.landing--agenda ul.numbers {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 64px 0 0;
  list-style: none;
  align-items: flex-start;
}

.landing--agenda ul.numbers li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 23%;
}

.landing--agenda ul.numbers li img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.landing--agenda ul.numbers li h5 {
  color: #fff;
  font-size: 28px;
  font-weight:700;
  text-align: center;
  letter-spacing: -1px;
  margin: 0;
  line-height: 120%;
}

.landing--inside {
  padding: 96px 0 96px 0;
}

.landing--inside h2 {
  width: 100%;
  margin: 0 0 40px;
  font-size: 48px;
  letter-spacing: -1.5px;
  font-weight:700;
  color: #3A342F;
  text-align: center;
  line-height: 110%;
}

.landing--inside .row > p {
  text-align: center;
  margin: -16px 0 0;
}

.landing--inside p {
  font-size: 24px;
  width: 100%;
  margin: 16px 0 0;
  line-height: 135%;
  color: #3A342F;
}

.landing--inside .single--inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width:1100px){
  .landing--inside.landing--bonuses .single--inside:nth-of-type(odd) .desc{
    order:2;
  }
  
  .landing--inside.landing--bonuses .single--inside:nth-of-type(odd) img{
    order:1;
  }
}


.landing--inside .single--inside .desc {
  width: 50%;
}

.landing--inside .single--inside h3 {
  font-size: 48px;
  font-weight:700;
  letter-spacing: -1px;
  color: #3A342F;
  margin: 0 0 32px;
  line-height: 110%;
}

.landing--inside .single--inside .video--wrapper{
  width: 45%;
  display: block;
  position: relative;;
}

.landing--inside .single--inside .video--wrapper img{
  width:100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.landing--inside .single--inside .video--wrapper .play{
  position:absolute;
  width:  56px;
  height: auto;
  display: block;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.landing--inside .single--inside img {
  width: 45%;
}

.landing--inside .primary {
  font-size: 24px;
  margin-top: 48px;
  display: inline-flex;
}

.landing--inside .single--inside .date {
  border: 2px solid #e2241c;
  border-radius: 16px;
  padding: 8px 16px;
  font-weight:700;
  display: inline-block;
  margin-top: 32px;
  font-size: 24px;
  letter-spacing: -1px;
  color: #3A342F;
}

.landing--text.landing--certificate {
  padding: 64px 0 64px;
  background-color:#006B36;
  position: relative;
  z-index: 2;
}

.landing--text.landing--certificate img {
  width: 60%;
  margin-bottom:-40px;
}

.landing--text.landing--certificate .desc {
  width: 35%;
  color:#fff;
}

.landing--text.landing--certificate .desc p{
  color:#fff;
  font-weight:400;
}

.landing--text.landing--certificate .desc h3 {
  font-size: 64px;
  color:#fff;
  letter-spacing: -1.5px;
}

.landing--important.nd{
  padding:12px 0;
}


.landing--long {
  padding: 96px 0;
  background-color: #3A342F;
  position: relative;
}

.landing--long h2 {
  width: 100%;
  margin: 0 0 32px;
  font-size: 64px;
  letter-spacing: -1.5px;
  font-weight:700;
  color: #fff;
}

.landing--long p {
  font-size: 24px;
  color: #fff;
  width: 100%;
  line-height: 135%;
  margin: 16px 0;
}

.landing--long img {
  display: block;
  margin: 48px auto 0;
}

.courses--testimonies.landing--testimonies {
  padding: 96px 0 64px;
}

.courses--testimonies.landing--testimonies .row > p {
  font-size: 24px;
  line-height: 135%;
  margin: 16px 0;
}

.courses--testimonies.landing--testimonies p.small {
  font-size: 16px;
}

.courses--testimonies.landing--testimonies p.small a{
  color: #3A342F;
    font-weight: 600;
    text-decoration: none;
}

.courses--testimonies.landing--testimonies .container-fluid {
  margin: 48px 0;
}

.landing--counter {
  padding: 32px 0 64px 0;
}

.landing--counter img {
  width: 55%;
}

.landing--counter .desc {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.landing--counter h3 {
  width: 100%;
  margin: 0;
  font-size: 64px;
  letter-spacing: -1.5px;
  font-weight:700;
  line-height: 120%;
  color: #3A342F;
}

.landing--counter h4 {
  display: flex;
  gap: 12px;
  margin: 24px 0;
  background-color:#006B36;
  font-size: 64px;
  font-weight:700;
  padding:24px;
  border-radius: 12px;
  color: #fff;
  letter-spacing: 4px;
}

.landing--text.landing--important .desc h3 {
  font-size: 48px;
  line-height: 120%;
}

.landing--text.landing--important .desc {
  width: 48%;
}

.landing--text.wider .desc{
  width: 100%;
}

.landing--text.landing--important .row > img {
  width: 50%;
}

.landing--text.landing--important .desc h5 {
  display: inline-flex;
  align-items: center;
  background-color: #19a6d3;
  padding: 10px 16px;
  border-radius: 16px;
  gap: 16px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

.landing--text.landing--important .desc h5 img {
  max-width: 48px;
}

.landing--judyta {
  padding: 96px 0;
  background-color: #3A342F;
}

.landing--judyta .col {
  width: 45%;
}

.landing--judyta .col h2 {
  width: 100%;
  margin: 0 0 32px;
  font-size: 64px;
  letter-spacing: -1.5px;
  font-weight:700;
  color: #fff;
  line-height: 120%;
}

.landing--judyta .col h3 {
  width: 100%;
  margin: 0 0 32px;
  font-size: 48px;
  letter-spacing: -1px;
  font-weight:700;
  line-height: 120%;
  color: #fff;
}

.landing--judyta p {
  font-size: 24px;
  color: #fff;
  width: 100%;
  line-height: 135%;
  margin: 16px 0;
}

.landing--judyta .col img {
  max-width: 300px;
}

.landing--judyta .col h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  font-size: 64px;
  font-weight:700;
  min-width:276px;
  color: #fff;
}

.landing--judyta .col h4 span {
  background-color:#006B36;
  font-size: 64px;
  font-weight:700;
  padding:24px;
  border-radius: 12px;
  color: #fff;
  letter-spacing: 4px;
}

.landing--pricing {
  padding: 64px 0;
}

.landing--pricing h2 {
  font-size: 64px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
  color: #3A342F;
  width: 100%;
  text-align: center;
}

.landing--pricing .row > p {
  font-size: 24px;
  line-height: 135%;
  letter-spacing: -1px;
  margin: 24px 0 48px;
  color: #3A342F;
  width: 100%;
  text-align: center;
}

.landing--pricing .toggler--wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
  gap: 24px;
  justify-content: center;
  background-color: #006B36;
  align-items: center;
  border-radius: 24px;
  padding: 12px;
}

.landing--pricing .toggle,
.landing--pricing .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.landing--pricing .toggler {
  color: #fff;
  opacity: 0.8;
  transition: 0.2s;
  font-weight:500;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.5px;
  text-align: center;
  cursor: pointer;
}

.landing--pricing .toggler span {
  display: block;
  color:#fff;
  font-weight: 500;
  font-size: 18px;
}

.landing--pricing .toggler--is-active {
  color: #fff;
  opacity: 1;
}

.landing--pricing .b {
  display: block;
}

.landing--pricing .toggle {
  /* pointer-events: none; */
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 100px;
  background-color: #F3EDE0;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.landing--pricing .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.landing--pricing .check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}

.landing--pricing .switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #3A342F;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}



.landing--pricing .wrapper-full {
  background-color: #EFD8B8;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color:#3A342F;
  border: 4px solid #006B36;
}

.landing--pricing .wrapper-full.hide {
  display: none;
}

.landing--pricing .wrapper-full .col {
  width: 46%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.landing--pricing .wrapper-full .col h2 {
  font-size: 48px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
  color: #3A342F;
  width: 100%;
  text-align: left;
}

.landing--pricing .wrapper-full .col h4 {
  font-weight: 500;
  font-size: 72px;
  color: #3A342F;
  margin: 24px 0;
  letter-spacing: -1px;
  display:flex;
  gap:24px;
  align-items: center;
}

.landing--pricing .wrapper-full .col h4 span{
  font-size: 48px;
  color:#006B36;
  text-decoration: line-through;
}

.landing--pricing .wrapper-full .col .primary {
  display: inline-flex;
  margin-top: auto;
}

.landing--pricing .wrapper-full .col p {
  font-size: 24px;
  color: #3A342F;
  width: 100%;
  line-height: 140%;
  margin: 12px 0;
}

.landing--pricing .wrapper-full .col p:last-of-type{
  margin-bottom:32px;
}

.landing--pricing .wrapper-full .col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.landing--pricing .wrapper-full .col ul li {
  color: #3A342F;
  font-size: 21px;
  padding: 4px 0 4px 48px;
  position: relative;
}
.landing--pricing .wrapper-full .col ul li:before {
  content: "";
  background-image: url("https://odkryjarabski.langmasters.pl/wp-content/uploads/2025/03/oa-tick.svg");
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  left: 0;
}

.webinar--hero{
  padding-top:32px;
}

.webinar--hero h3{
  font-size: 21px;
  font-weight:700;
  color: #3A342F;
  letter-spacing: -.5px;
  text-align: center;
  width: auto;
  margin: 0 auto;
  border: 2px solid #3A342F;
  padding: 10px 20px;
  border-radius: 16px;
}

.webinar--hero h1{
  font-size: 48px;
  font-weight:700;
  color: #3A342F;
  letter-spacing: -1.5px;
  text-align: center;
  width: 100%;
  margin: 16px 0;
}

.webinar--hero p{
  font-size: 24px;
  font-weight: 500;
  color: #3A342F;
  text-align: center;
  width: 100%;
  margin: 0;
}

.webinar--presents{
  background-color: #3A342F;
    padding: 96px 0;
}
.webinar--presents .row > img{
  margin:0 auto;
}
.webinar--presents h3{
  font-size: 48px;
  font-weight:700;
  color: #fff;
  line-height: 120%;
  letter-spacing: -1.5px;
  text-align: center;
  width: 100%;
  margin:24px 0;
}

.webinar--presents .row > p{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 0 auto 56px;
}

.webinar--presents .single--present {
  width: 49%;
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
}

.webinar--presents .single--present img{
  border-radius: 8px;
}

.webinar--presents .single--present h5{
  color: #3A342F;
  font-weight:700;
  font-size: 32px;
  letter-spacing: -1px;
  margin: 16px 0;
}

.webinar--presents .single--present p{
  margin: 0;
  color: #3A342F;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -.5px;
}

.webinar--video{
  padding:0 0 80px;
}

.webinar--video h3{
  font-size: 48px;
  font-weight:700;
  color: #3A342F;
  letter-spacing: -1.5px;
  line-height: 120%;
  text-align: center;
  width: 100%;
  margin: 0 0 24px 0;
}

.webinar--video h4{
  font-size: 48px;
  font-weight:700;
  color: #3A342F;
  letter-spacing: -1.5px;
  line-height: 120%;
  text-align: center;
  width: 100%;
  margin:32px 0;
}

.webinar--video p {
  font-size: 24px;
  font-weight: 500;
  color: #3A342F;
  text-align: center;
  width: 100%;
  margin: 16px 0;
}

.webinar--video iframe{
  width: 100%;
    height: 625px;
    border-radius: 12px;
    overflow: hidden;
    margin: 32px 0;
}

.webinar--video p strong{
  color:#e21e1c;
  display: block;
}

.webinar--video .video--thumb{
  margin:32px 0;
}

.webinar--video ul.ticks{
  display: flex;
  list-style: none;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  margin: 24px 0;
  flex-wrap:wrap;
  row-gap:24px;
}

.webinar--video ul.ticks li{
  width: 49%;
  padding:24px 32px 24px 96px;
  position: relative;
  background-color:#3A342F;
  border-radius: 12px;
  color:#fff; font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.webinar--video ul.ticks li:before{
  content:"";
  width: 49px;
  height: 56px;
  display: block;
  background-image: url('https://agatauczy.pl/wp-content/uploads/2024/08/webinar-tick.svg');
  position: absolute;
  background-size: cover;
  background-position: center center;
  left: 24px;
}

.webinar--info{
  padding:80px 0 0;
}

.webinar--info h3{
  font-size: 48px;
  font-weight:700;
  color: #3A342F;
  letter-spacing: -1.5px;
  line-height: 120%;
  text-align: center;
  width: 100%;
  margin:0;
}

.webinar--info   p{
  font-size: 24px;
  font-weight: 500;
  color: #3A342F;
  text-align: center;
  width: 100%;
  margin: 16px 0;
}

.webinar--info  p.smaller{
  font-size: 20px;
}

.webinar--info .info--details {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 32px;
  margin: 32px 0;
}

.webinar--info .info--details div{
  background-color: #3A342F;
  padding: 16px;
  display: flex;
  border-radius: 16px;
  color: #fff;
  align-items: center;
  gap: 24px;
  font-size: 48px;
  font-weight:700;
  letter-spacing: -1px;
}

.webinar--info .info--details img{
  width: 56px;
  display: block;;
}

.lesson--more{
  padding:56px 0;
}

.lesson--more h3{
  font-size: 48px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0 0 32px;
  color: #3A342F;
  width: 100%;
}

.lesson--more p{
  font-size: 24px;
  line-height: 135%;
  font-weight: 500;
  width: 100%;
  margin: 8px 0;
  color: #3A342F;
}

.lesson--more img{
  width: 50%;
  margin: 32px auto;
}

.lesson--cta{
padding:24px 0;
}

/* .lesson--cta h3{
  font-size: 48px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0 0 32px;
  color: #3A342F;
  width: 100%;
  text-align: center;
} */

.lesson--videos{
  background-color: #3A342F;
  padding: 48px 0 96px;
}

.lesson--videos h3{
  font-size: 48px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin:48px 0;
  color: #fff;
  width: 100%;
  text-align: center;
}

.lesson--videos p{
  font-size: 24px;
  line-height: 135%;
  font-weight: 500;
  width: 100%;
  margin: 8px 0;
  color: #fff;
  text-align: center;
}

.lesson--videos  iframe{
  width: 90%;
  height: auto;
  min-height: 600px;
  border-radius: 12px;
  overflow: hidden;
  margin: 32px auto;
  display: block;
}

@media (max-width:900px){
  .lesson--videos  iframe{
    min-height: 225px;
    width:100%;
  }
}

.lesson--videos  .primary{
  font-size: 24px;
  margin: 16px auto 64px;
}

.lesson--videos  h4{
  font-size: 32px;
  color: #FBBF0D;
  font-weight:700;
  text-align: center;
  width: 100%;
  margin: 48px auto 16px;
}

.lesson--materials{
  padding:24px 0 80px;
}

.lesson--materials h3 {
  font-size: 48px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0 0 32px;
  color: #3A342F;
  width: 100%;
  text-align:center;
}
.lesson--materials p {
  font-size: 24px;
  line-height: 135%;
  font-weight: 500;
  width: 100%;
  margin: 8px 0;
  color: #3A342F;
  text-align:center;
}
.lesson--materials .buttons{
  display:flex;
  gap:24px;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top:24px;
}
body:not(.page-template-page-demo) .lesson--materials ul{
  display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    align-items: flex-start;
    padding: 0;
    margin: 40px 0;
}
body:not(.page-template-page-demo) .lesson--materials  ul li{
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:32px;
}
.lesson--materials ul li h5{
  margin: 0;
  font-size: 24px;
  font-weight:700;
  color: #3A342F;
  letter-spacing: -.5px;
}
.lesson--materials .single--icon{
  background-color: #3A342F;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin: 40px auto;
  color: #fff;
}
.lesson--materials .single--icon p{
  color:#fff;
}
.lesson--materials .single--icon h4{
  font-size:24px;
}
/* 
.lesson--login{
  padding:56px 0 80px;
  background-image:url('https://agatauczy.pl/wp-content/uploads/2024/08/lesson-bg.svg');
  background-size:initial;
  background-repeat: no-repeat;
  background-position: center center;
}

.lesson--login h3{
  font-size: 48px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
  color: #3A342F;
  width: 100%;
  text-align:center;
}

.lesson--login p{
  font-size: 24px;
  line-height: 135%;
  font-weight: 500;
  width: 100%;
  margin: 8px auto;
  color: #3A342F;
  text-align:center;
  max-width: 950px;
}

.lesson--login img{
    margin: 32px auto;
    max-width:500px;
}

.lesson--login form{
  background-color: #3A342F;
  padding: 32px;
  width: 100%;
  max-width: 800px;
  margin: 32px auto 0;
  border-radius: 16px;
}

.lesson--login form img, #mailerlite > img{
  margin:0 auto
}

.lesson--login form p{
  color:#fff;
  font-size:19px;
  margin:0 auto 32px;
}

.lesson--login form p.error{
  color:#E2241C;
}


.lesson--login form input[type="email"]{
  border: 0;
  background-color: #fff;
  padding: 16px 24px;
  width: 75%;
  font-size: 20px;
  border-radius: 12px
}

.lesson--login form input[type="submit"]{
  border: 0;
  background-color: #e21e1c;
  padding: 16px 24px;
  color:#fff;
  font-weight: 600;
  width: 23%;
  margin-left:1%;
  font-size: 20px;
  border-radius: 12px;
  cursor: pointer;
  transition:.5s;
}

.lesson--login form input[type="submit"]:hover{
  background-color:#FBBF0D;
  color:#000;
}

.lesson--login #mailerlite{
  background-color: #3A342F;
  padding: 32px;
  width: 100%;
  max-width: 800px;
  margin: 32px auto 0;
  border-radius: 16px;
}

.lesson--login #mailerlite p{
  color:#fff;
  font-size:19px;
  margin:16px auto 32px;
}

.page-template-page-lesson .hide, .page-template-page-skarby .hide{
  display:none;
}
.skarb--cta{
  background-color: #3A342F;
}
.skarb--cta h3{
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  line-height: 120%;
}
.skarb--cta p{
  font-size: 24px;
  line-height: 135%;
  width: 100%;
  font-weight: 500;
  color: #fff;
  margin: 32px 0;
}
.skarb--cta .desc{
  margin: 56px 00;
  width: 50%;
}

.skarb--cta img{
  width: 40%;
  margin: 56px 0 0;
}
.skarb--materials{
  padding:40px 0;
}
.skarb--materials h3{
  font-size: 48px;
  line-height: 110%;
  font-weight:700;
  letter-spacing: -1.5px;
  width: 100%;
  text-align:center;
  margin:40px 0;
  color:#3A342F;
}
.skarb--materials ul{
  width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.skarb--materials ul li{
  color:#3A342F;
  width: 100%;
  gap:12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px 0;
}
.skarb--materials ul li span{
  width:30px;
}
.skarb--materials ul li h5{
  font-weight:700;
  font-size: 24px;
  margin: 0 24px 0 24px;
  width:30%;
  line-height:120%;
}
.skarb--materials ul li p{
  margin:0 auto 0 0;
  width:30%;
} */
.mobile-only{
  display:none;
}
.page--wrapper{
  padding:56px 0;
  color: #3A342F;
}

.page--wrapper h1{
  font-size: 56px;
    line-height: 120%;
    font-weight:700;
    letter-spacing: -1.5px;
    margin-top:0;
}
.page--wrapper p, .page--wrapper ul, .page--wrapper ol {
  font-size: 20px;
  line-height: 135%;
  font-weight: 500;
  width: 100%;
  letter-spacing: -1px;
}

.page--wrapper a{
  color:inherit;
  text-decoration: underline;
}

@media (min-width:1140px){
  .home--courses .single--course p {
    min-height: 230px;
}
}

@media (max-width: 900px) {
  .page--wrapper{
    padding:24px 0;
  }
  .page--wrapper h1{
    font-size: 32px;
      letter-spacing: -1px;
  }
  .page--wrapper p, .page--wrapper ul, .page--wrapper ol {
    font-size: 16px;
    letter-spacing: -.5px;
  }
  .page-template-page-landing header.main .brand img,
  .page-template-page-landing header .brand img {
    max-width: 250px;
  }
  .landing--hero .desc {
    width: 100%;
    order: 2;
  }
  .page-template-page-landing .landing--hero .row > img, .page-template-page-landing-czasy .landing--hero .row > img, .page-template-page-landing-fundamenty .landing--hero .row > img {
    display:none;
  }
  .landing--hero .desc img.mobile{
    display: block;
    margin: 24px auto 0;
    width: 90%;
  }
  .landing--hero .desc h2 {
    font-size: 18px;
  }
  .landing--hero .desc h1 {
    font-size: 40px;
  }
  .landing--hero .desc p {
    font-size: 21px;
    width: 100%;
  }
  .landing--hero .desc .primary,
  .landing--text .desc .primary {
    font-size: 20px;
    font-weight: 600;
  }
  .landing--hero .desc .hero--box img {
    max-width: 100px;
  }
  .landing--hero .desc .hero--box {
    font-size: 15px;
    gap: 24px;
    line-height: 135%;
    letter-spacing: -0.5px;
  }
  .page-template-page-landing .primary img {
    max-width: 32px;
  }
  .landing--about {
    padding: 40px 0;
  }
  .landing--about .desc {
    width: 100%;
    order:2;
  }
  .landing--about .photo {
    width: 100%;
    margin-bottom: 64px;
    order:1;
  }
  .landing--about .for-who {
    width: 100%;
  }
  .landing--about .numbers {
    width: 100%;
  }
  .landing--about .desc h2 {
    font-size: 32px;
  }
  .landing--about .desc p,
  .landing--about .for-who p,
  .landing--about .numbers p {
    font-size: 20px;
  }
  .landing--about .align-center {
    margin-bottom: 32px;
  }
  .landing--about .for-who h3 {
    font-size: 28px;
    line-height: 120%;
  }
  .landing--about .numbers .values {
    flex-direction: column;
    gap: 24px;
  }
  .landing--about .numbers .values li {
    border-right: 2px solid #f0e4d4;
  }
  .landing--map h3 {
    font-size: 40px;
  }
  .landing--map p {
    font-size: 20px;
  }
  .landing--map h4 {
    font-size: 28px;
    line-height: 120%;
  }
  .landing--map {
    padding-top: 0;
  }
  .landing--map .map--wrapper ul {
    padding: 0;
    position: relative;
    width: 100%;
    justify-content: center;
  }
  .landing--text .row > img,
  .landing--text.landing--important .row > img {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
  .landing--text .desc,
  .landing--text.landing--important .desc {
    width: 100%;
    order: 2;
  }
  .landing--text .desc p {
    font-size: 20px;
  }
  .landing--faq {
    padding: 64px 0 56px;
  }
  .landing--faq h2 {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 120%;
  }
  .landing--faq h3 {
    font-size: 28px;
  }
  .landing--faq .acc-btn {
    font-size: 20px;
    line-height: 135%;
  }
  .landing--faq .acc-content p,
  .landing--faq .acc-content ul,
  .landing--faq .acc-content ol {
    font-size: 17px;
    line-height: 135%;
  }
  .landing--text.landing--important .desc h5 img {
    margin: 0;
    max-width: 32px;
  }
  .page-template-page-landing .primary img
  {
    display:none
  }
  .landing--text.landing--important .desc h5 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .landing--text.landing--important .desc h3 {
    font-size: 32px;
  }
  .landing--judyta .col {
    width: 100%;
  }
  .landing--text.landing--important{
    padding:48px 0;
  }
  .landing--text.landing--important.st .row > img{
    display:none;
  }
  .landing--judyta .col h2 {
    text-align: center;
    font-size: 32px;
  }
  .landing--judyta p {
    font-size: 20px;
    text-align: center;
  }
  .landing--judyta .col h3 {
    font-size: 28px;
    text-align: center;
  }
  .landing--judyta .col h4 span {
    font-size: 32px;
  }
  .landing--judyta .col h4 {
    gap: 8px;
    justify-content: center;
    font-size: 32px;
  }
  .landing--judyta {
    padding: 64px 0;
  }
  .landing--judyta .col img {
    margin:32px auto 0 auto;
  }
  .landing--pricing .wrapper-full {
    padding: 32px;
    flex-wrap: wrap;
  }
  .landing--pricing .wrapper-full .col {
    width: 100%;
  }
  .landing--pricing .wrapper-full .col h2,
  .landing--pricing .wrapper-full .col h4 {
    font-size: 32px;
  }
  .landing--pricing .wrapper-full .col h4 span{
    font-size:24px;
  }
  .landing--pricing .wrapper-full .col p {
    font-size: 20px;
  }
  .landing--pricing .wrapper-full .col .primary {
    margin: 24px 0;
    line-height: 120%;
  }
  .landing--pricing .wrapper-full .col ul li {
    font-size: 17px;
    padding: 8px 0 8px 40px;
  }
  .landing--pricing .wrapper-full .col ul li:before {
    background-size: cover;
    width: 24px;
    height: 24px;
  }
  .landing--pricing .toggler {
    font-size: 20px;
  }
  .landing--pricing .toggler span {
    font-size: 15px;
    line-height: 120%;
    margin-top: 8px;
  }
  .landing--pricing .toggle,
  .landing--pricing .toggler {
    margin: 0;
  }
  .landing--pricing .row > p {
    font-size: 20px;
  }
  .landing--pricing h2 {
    font-size: 40px;
  }
  .landing--stop h3 {
    font-size: 28px;
    line-height: 135%;
  }
  .landing--stop p {
    font-size: 20px;
  }
  .landing--easy h3 {
    font-size: 40px;
  }
  .landing--easy {
    padding-top: 64px;
  }
  .landing--easy .row > p,
  .landing--easy .single--easy p {
    font-size: 20px;
  }
  .landing--easy .single--easy {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .landing--easy .single--easy p {
    order: 2;
    max-width: 100%;
  }
  .landing--easy .single--easy img {
    order: 1;
  }
  .landing--text .desc h2,
  .landing--assets h2,
  .landing--how h2 {
    font-size: 32px;
  }
  .landing--text .desc ul li {
    line-height: 130%;
    font-size: 20px;
  }
  .landing--assets h2 br {
    display: none;
  }
  .landing--assets .row > p,
  .landing--how p {
    font-size: 20px;
  }
  .landing--assets ul {
    align-items: flex-start;
  }
  .landing--assets ul li {
    width: 48%;
  }
  .footer--divider{
    display:none;
  }
  .landing--assets ul li h5 {
    font-size: 20px;
  }
  .landing--how{
    padding-top:24px;
  }
  .landing--how ul {
    align-items: flex-start;
    justify-content: center;
    gap: 4%;
    row-gap: 32px;
  }
  .landing--how ul li {
    width: 48%;
  }
  .landing--how ul li h5 {
    font-size: 20px;
  }
  .landing--how .col {
    width: 100%;
    margin-bottom:0px;
  }
  .landing--agenda .container h3 {
    margin:48px 0 32px;
    font-size: 24px;
  }
  .landing--agenda{
    padding-top:0;
  }
  .landing--agenda .container{
    padding: 16px 24px 40px;
  }
  .landing--agenda .acc-btn {
    width: 100%;
    font-size: 17px;
  }
  .landing--agenda .acc-btn h5 {
    gap: 12px;
    font-size: 17px;
}
.landing--agenda .acc-btn span, .landing--agenda .acc-btn h5{
  min-width: 20%;
}
.landing--agenda .acc-btn h5 img{
  max-width: 24px;;
}
.landing--agenda .acc-content p, .landing--agenda .acc-content ol, .landing--agenda .acc-content ul{
  font-size:17px;
}
.landing--agenda ul.numbers {
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 32px;
}
.landing--agenda ul.numbers li {
  width: 48%;
}
.landing--agenda ul.numbers li img{
  max-width: 32px;
}
.landing--agenda ul.numbers li h5 {
  font-size: 20px;
}
.landing--inside h2{
  font-size:40px;
}
.landing--inside p{
  font-size:19px;
}
.landing--inside .single--inside{
  flex-wrap: wrap;
}
.landing--inside .single--inside .desc{
  width: 100%;
  order:2;;
}
.landing--inside .single--inside img{
  width: 100%;
  order:1;
  margin-bottom:40px;
}
.landing--inside .single--inside .video--wrapper{
  width: 100%;
  order:1;
  margin-bottom:40px;
}
.landing--inside .single--inside .video--wrapper img{
  margin-bottom:0;
}
.landing--inside .single--inside h3, .landing--text.landing--certificate .desc h3, .landing--long h2{
  font-size:32px;
  line-height: 110%;
}
.landing--inside .primary, .landing--text.landing--certificate .desc p, .landing--long p{
  font-size: 20px;
}
.landing--inside .single--inside .date {
  font-size: 16px;
}
.landing--text.landing--certificate .desc{
  width: 100%;
}
.landing--text.landing--certificate{
  margin:0 0 32px;
}
.landing--long{
  padding:64px 0;
}
.landing--inside{
  padding:40px 0;
}
.landing--counter .desc{
  width: 100%;
}
.landing--counter img{
  width: 100%;
  margin-top:40px;
}
.landing--counter h3 {
  font-size: 28px;
  text-align: center;
}
.landing--counter h4{
  width: 100%;
  justify-content: center;
  font-size:32px;
}
.landing--counter h4 span {
  font-size: 32px;
  line-height: 96px;
  width: 60px;
}
.webinar--hero h1, .webinar--video h3, .webinar--video h4, .webinar--presents h3, .webinar--info h3 {
  font-size: 32px;
}
.webinar--video ul.ticks li{
  width:100%;
  font-size:19px;
}
.webinar--video p, .webinar--hero p, .webinar--presents .row > p, .webinar--info p, .webinar--presents .single--present p{
  font-size:19px;
}
.webinar--presents .single--present{
  width: 100%;
  margin-bottom:24px;
}
.webinar--info .info--details{
  flex-direction: column;
}
.webinar--info .info--details div, .webinar--presents .single--present h5{
  font-size:24px;
}
.lesson--videos h3, .lesson--materials h3, .lesson--more h3, .lesson--cta h3, .lesson--login h3, .skarb--cta h3, .skarb--materials h3{
  font-size:32px;
}
.lesson--cta{
  padding-bottom:64px;
}
.lesson--more{
  padding-top:0;
}
.lesson--materials{
  padding-bottom:56px;
}
.lesson--videos{
  padding-bottom:48px;
}
.lesson--videos .primary{
  margin-bottom:0;
}
.lesson--videos p, .lesson--materials p, .lesson--more p, .skarb--cta p{
  font-size:19px;
}
.lesson--materials ul, .lesson--materials .buttons{
  flex-direction: column;
}
.lesson--materials ul li{
  width: 100%;
}
.lesson--cta a.primary{
  font-size:19px;
  text-align: center;
}
.lesson--more img{
  width:100%
}
.lesson--login form input[type="email"], .lesson--login form input[type="submit"]{
  width: 100%;
  margin:4px 0;
}
.skarb--cta .desc{
  width:100%;
  margin:48px 0 32px;
}
.skarb--cta img{
  width: 100%;
  margin:0;;
}
.skarb--materials ul li{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.skarb--materials ul li span{
 	display: inline-block;
    width: auto;
}
	.skarb--materials ul li p {
    width: 100%;
  }
.skarb--materials ul li h5{
 	margin: 0;
    width: 90%;
}
.desktop-only{
  display:none;
}
.mobile-only{
  display:flex;
}
.post--wrapper .wp-pagenavi {
  gap:16px;
}
.landing--text{
  padding:48px 0;
}
.landing--assets{
  padding-bottom:24px;
  padding-top:32px;
}
.mobile-no-img .row > img{
  display: none;
}
.landing--easy{
  padding-bottom:24px;
}
.landing--map .map--wrapper ul{
  display: none;
}
.landing--map{
  display:none;
}
.landing--hero{
  padding-top:56px;
}
footer.main .copyrights > a{
  width: 100%;
  text-align: justify;
  justify-content: center;
}
.home--hero .image--wrapper img{
  width:70%;
  margin: 0 auto;
}
.landing--text .desc h3.h2, .landing--agenda .row > h2{
  font-size:32px;
}
.landing--text .easy-boxes .single-easy{
  width:100%;
  padding:24px;
}
.landing--text .desc ul.logotypes{
  flex-wrap:wrap;
}
}

/* Comments */

.comments--wrapper{
  margin-top:48px;
}
.comments--wrapper .form-submit input[type="submit"]{
  width: 100%;
  color: #fff;
  font-weight: 600;
  background-color:#006B36;
  border: 0;
  font-size: 24px;
  padding: 12px;
  border-radius: 12px;
  letter-spacing: -.5px;
  cursor: pointer;
}

.comments--wrapper .form-submit{
  width: 100%;
}

.comments--wrapper #comments {
  border-top:2px solid #f0e4d4;
}

.comments--wrapper .comment-respond{
  padding-top:48px;
  border-top:2px solid #f0e4d4;
}

.comments--wrapper .comments-area .comment-respond .comment-reply-title{
  font-size:32px;
  margin: 0;
}

.comments--wrapper .comments-area .comment-respond .comment-reply-title small a{
  display: block;
  font-size: 17px;
  margin-bottom: 12px;
}

.comments--wrapper .comments-area .comment-form p.logged-in-as{
  font-size: 17px;
}

.comments--wrapper .comments-area .comment-respond .comment-notes{
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -.5px;
  color: #6b7391;
  margin: 8px 0 8px;
}

.comments--wrapper .comments-area .comment-form{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 24px;
}

.comments--wrapper .comments-area .comment-form p{
  margin:0;
}

.comments--wrapper .comments-area .comment-form .comment-form-comment textarea{
  padding: 12px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.comments--wrapper .comments-area .comment-form-url{
  display:none;
}

.comments--wrapper .comments-area .comment-form-author, .comments--wrapper .comments-area .comment-form-email{
  width: 48%;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

.comments--wrapper .comments-area .comment-form-author input, .comments--wrapper .comments-area .comment-form-email input{
  width:80%;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.comments--wrapper .comments-area .comment-form-author label, .comments--wrapper .comments-area .comment-form-email label{
  width:20%;
}

.comments--wrapper .comments-area .comment-form-comment{
  display: flex;
    flex-direction: column;
    gap: 8px;
    width:100%;
}

.comments--wrapper .comments-area label{
  font-size: 17px;
  letter-spacing: 0;
}

.comments--wrapper .comments-area .recaptcha_wrap{
	order:4;
}

.blog--wrapper.single--content .comments-area .recaptcha_wrap iframe{
	border-radius:0;
	min-height:0;
	height:auto;
}

.comments--wrapper .comments-area .form-submit{
	order:5;
} 

.comments--wrapper .comments-area .comment-form-cookies-consent{
	 width: 50%;
    display: flex;
    align-items: flex-start;
	line-height: 150%;
    gap: 12px;
}

.comments--wrapper .comments-area .comment-form-cookies-consent label{
	    line-height: 150%;
}

.comments--wrapper .comments-area .comment-form-cookies-consent input{
	margin: 6px 0 0;
}

.comments--wrapper .comments-area h2.comments-title{
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -.5px;
  color: #6b7391;
}

.comments--wrapper .comments-area  > .comment-list{
  list-style: none;
  padding: 0;
  margin: 48px 0;
}

.comments--wrapper .comments-area  > .comment-list .comment-meta{
  display:flex;
  align-items: center;
  gap:16px;
  font-size:17px;
}

.comments--wrapper .comments-area  > .comment-list .comment-author{
  display:flex;
  align-items: center;
  gap:16px;
}

.comments--wrapper .comments-area  > .comment-list .comment-author img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.comments--wrapper .comments-area  > .comment-list .comment-content p{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.5px;
}

.comments--wrapper .comments-area  > .comment-list .comment-author .says{
  font-size: 0;
  width: 24px;
  height: 1px;
  background-color: #6b7391;
}

.blog--wrapper.single--content .post--wrapper .comment-metadata a{
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: -.5px;
  color: #6b7391;
}

.blog--wrapper.single--content .post--wrapper .reply a{
  font-size: 17px;
  color:#006B36;
  text-decoration: none;
  margin: 0;
}

.comments--wrapper .comments-area  > .comment-list ol.children{
  list-style: none;
  padding: 0 0 0 32px;
  margin: 32px 0 32px 32px;
  border-left:1px solid  rgba(0,0,0,0.1);
}

@media (max-width:900px){
 .single .blog--wrapper .sidebar--wrapper{
  display:none;
 }
 .comments--wrapper .comments-area  > .comment-list ol.children{
  list-style: none;
  padding: 0 0 0 16px;
  margin: 32px 0 32px 16px;
  border-left:1px solid  rgba(0,0,0,0.1);
}
.comments--wrapper .comments-area .comment-form-author, .comments--wrapper .comments-area .comment-form-email{
  width: 100%;
}
.webinar--video iframe{
  height: 190px;
}
}

section .container #form--wrapper{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent{
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .2)!important;
  padding: 32px !important;
  text-align: center !important;
  border-radius: 12px !important;
  margin: 0 0 32px!important; 
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4{
  color: #fff !important;
    font-family: "M PLUS Rounded 1c", sans-serif !important;
    font-weight:700;
    text-align: center !important;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p{
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  width: 100%;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper{
  background-color: transparent !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody{
  padding:0 !important;
}
section .container #form--wrapper  > span{
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  margin: 0;
}
section .container #form--wrapper  > span a{
  color:#fff;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent{
  display:flex;
  gap:16px;
  margin:0;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button[type="submit"]{
  background-color: #e2241c !important;
color: #fff !important;
border: none !important;
width: 100% !important;
font-family: "M PLUS Rounded 1c", sans-serif !important;
padding: 16px !important;
margin: 12px 0 0 !important;
font-size: 20px !important;
border-radius: 16px!important; 
display: inline-block !important; 
text-decoration: none !important;
font-weight: 500 !important;
transition: 0.5s;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button[type="submit"]:hover{
  background-color: #fbbf0d !important;
  color: #3A342F !important;
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p{
  color: rgba(255,255,255,.9) !important;
  font-size: 15px !important;
  text-align: left;
  width: 100%;
  margin: 0 !important;
  letter-spacing: -.5px !important;
  line-height: 135% !important;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p a{
  color:#fff !important;
  text-decoration:none !important;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p span{
  display: inline !important;
}
section .container #form--wrapper  .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p {
  color: #9297b1 !important;
  font-size: 15px !important;
  text-align: left;
  width: 100%;
  margin: 12px 0 !important;
  letter-spacing: -.5px !important;
  line-height: 135% !important;
}
section .container #form--wrapper  .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p span{
  display: inline !important;
}
section .container #form--wrapper  .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p span a, section .container #form--wrapper  .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p a{
  color:#fff !important;
  text-decoration:none !important;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input{
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  border-radius: 12px !important;
border: 0 !important;
padding: 24px 24px !important;
font-size: 16px !important;
font-weight: 500 !important;
color: #000 !important;
}
section .container #form--wrapper  .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p a{
  color:red !important;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper.embedForm{
  max-width:100%;
}
section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description{
  color: #9297b1 !important;
    font-size: 15px !important;
    text-align: left;
    width: 100%;
    margin: 0 !important;
    letter-spacing: -.5px !important;
    line-height: 135% !important;
}
section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description a{
  color:#fff !important;
  text-decoration:none !important;
}
section .container #form--wrapper  .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button[type="submit"]{
  background-color: #e2241c !important;
color: #fff !important;
border: none !important;
width: 100% !important;
font-family: "M PLUS Rounded 1c", sans-serif !important;
padding: 16px !important;
margin: 0 !important;
font-size: 18px !important;
border-radius: 16px!important; 
display: inline-block !important; 
text-decoration: none !important;
font-weight: 500 !important;
transition: 0.5s;
}
section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRowbutton[type="submit"]:hover{
  background-color: #fbbf0d !important;
  color: #3A342F !important;
}
section .container #form--wrapper .ml-form-embedContainer div.primary{
  background-color:transparent;
  padding:0;
}
section .container #form--wrapper  .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input{
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  border-radius: 12px !important;
border: 0 !important;
padding: 16px 24px !important;
font-size: 16px !important;
font-weight: 500 !important;
color: #000 !important;
}
section .container #mailerlite #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form{
  padding:0;
  display:block;
  background:transparent
}
/* section .container #mailerlite #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm, section .container #mailerlite #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow{
  float:none;
} */
section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description, section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description a{
  color:red !important;
}
@media (max-width:800px){
  section .container #form--wrapper{
      margin:32px 0;
  }
  section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent{
      flex-direction:column;
  }
}




.wrapper--ty {
  padding: 56px 0;
}

.wrapper--ty .desc {
  width: 50%;
}

.wrapper--ty img {
  width: 46%;
}
.wrapper--ty .desc h1 {
  font-size: 56px;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 0;
  color: #3A342F;
}

.wrapper--ty .desc h3 {
  font-size: 32px;
  font-weight:700;
  letter-spacing: -1.5px;
  margin: 24px 0 24px;
  color: #3A342F;
}

.wrapper--ty .desc p {
  color: #3A342F;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: -.5px;
  margin: 16px 0;
}

.wrapper--ty .desc p a:not(.primary){
  color: #3A342F;
}

@media (max-width:800px){
  .wrapper--ty{
    padding:24px 0 48px;
  }
  .wrapper--ty .desc {
    width: 100%;
  }
  
  .wrapper--ty img {
    width: 70%;
    margin:40px auto 0 auto;
  }
  .wrapper--ty .desc h1 {
    font-size: 40px;
  }
  .wrapper--ty .desc h3 {
    font-size: 21px;
  }
  .wrapper--ty .primary{
    text-align:center;
    font-size:16px;
  }
	.comments--wrapper .comments-area .comment-form-cookies-consent{
		width:100%;
	}
}

.promo--counter {
  padding:0 0 48px;
}

.promo--counter h3{
    font-size: 24px;
    text-align: center;
    width: 100%;
    line-height: 120%;
    font-weight:700;
    letter-spacing: -1.5px;
    color: #3A342F;
    margin: 0;
}


.promo--counter #countdown ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 32px 0 0
}

.promo--counter #countdown ul li {
  color: #3A342F;
  font-size: 21px;
  letter-spacing: -.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 96px
}

.promo--counter #countdown ul li span {
  width: 78px;
  height: 78px;
  background-color:#006B36;
  border-radius: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:700;
  font-size: 32px;
  letter-spacing: -.5px
}

.promo--counter .container{
  border: 2px solid #f0e4d4;
  padding: 32px 0;
  border-radius: 12px;
}

.header--counter{
  background-color:#006B36;
  padding: 16px 0;
  position: relative;
}

.header--counter #timer--toggler{
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 16px;
  transform: translateY(-50%);
}

.header--counter .row{
  gap:24px;
}

.header--counter h3{
  margin: 0;
  color: #fff;
  font-size: 17px;
  letter-spacing: -.5px;
}

.header--counter .cta{
    background-color: #fbbf0d;
    color: #3A342F;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 12px;
    letter-spacing: -.5px;
    transition:.5s;
}

.header--counter .cta:hover{
  background-color:#3A342F;
  color:#fff;
}


.header--counter #countdownHeader ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.header--counter #countdownHeader ul li {
  color: #3A342F;
  font-size: 13px;
  letter-spacing: -.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-height: 40px;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px 12px;
}

.header--counter #countdownHeader ul li span {
  border-radius: 16px;
  color: #3A342F;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -.5px;
}


@media (max-width:800px){
  .header--counter .row{
    gap:12px;
  }
  .header--counter .container {
    padding: 0 32px;
}
.header--counter #timer--toggler{
  top:20px;
  transform:none;
}
  .header--counter #countdownHeader ul li {
    flex-direction: column;
    gap: 0px;
    min-width: 72px;
    padding: 8px 8px;
  }
  .promo--counter h3 {
    font-size: 21px;
  }
  .promo--counter #countdown ul li {
    font-size: 14px;
    min-width: 48px
}

.promo--counter #countdown ul li span {
    width: 48px;
    height: 48px;
    display: flex;
    font-size: 18px
}
.promo--counter .container{
  border:0;
  padding-top:0;
  padding-bottom: 0;
}
.header--counter h3 {
  font-size: 15px;
}
.landing--text .container-fluid{
  width:100%;
}
.landing--text .why-carousel .single-why{
  padding:24px;
}
.landing--additional .col {
  width: 100%;
}
.landing--additional h3{
  font-size:32px;
}
.landing--additional h4 {
  font-size: 24px;
}
.landing--agenda .acc-btn{
  flex-wrap:wrap;
}
.landing--agenda .acc-btn span{
  width:100%;
}
}

/* DEMO */


.page-template-page-demo .landing--hero .desc .primary{
  margin:0;
}

.lesson--login {
  padding: 56px 0 80px;
}

.lesson--login h3 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1.5px;
  margin: 0;
  color: #3A342F;
  width: 100%;
  text-align: center
}

.lesson--login p {
  font-size: 32px;
  line-height: 135%;
  font-weight: 600;
  width: 100%;
  margin: 8px auto;
  color: #3A342F;
  text-align: center;
}

.lesson--login img {
  margin: 32px auto;
  max-width: 600px
}

.lesson--login form {
  background-color: #3A342F;
  padding: 32px;
  width: 100%;
  max-width: 800px;
  margin: 32px auto 0;
  border-radius: 32px
}

#mailerlite>img,.lesson--login form img {
  margin: 0 auto
}

.lesson--login form p {
  color: #fff;
  font-weight:500;
  font-size: 24px;
  margin: 0 auto 32px
}

.lesson--login form p.error {
  color: #e2241c
}

.lesson--login form input[type=email] {
  border: 0;
  background-color: #fff;
  padding: 16px 24px;
  width: 75%;
  font-size: 20px;
  border-radius: 12px
}

.lesson--login form input[type=submit] {
  border: 0;
  background-color: #006B36;
  padding: 16px 24px;
  color: #fff;
  font-weight: 600;
  width: 23%;
  margin-left: 1%;
  font-size: 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: .5s
}

.lesson--login form input[type=submit]:hover {
  background-color: #EA4343;
  color: #fff
}

.lesson--login #mailerlite {
  background-color: #3A342F;
  padding: 32px;
  width: 100%;
  max-width: 800px;
  margin: 32px auto 0;
  border-radius: 16px
}

.lesson--login #mailerlite p {
  color: #fff;
  font-size: 24px;
  font-weight:500;
  margin: 0px auto 32px
}

.page-template-page-demo .hide {
  display: none
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  color: #fff!important;
  border: 1px solid rgba(255,255,255,.2)!important;
  padding: 32px!important;
  text-align: center!important;
  border-radius: 12px!important;
  margin: 0 0 32px!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #fff!important;
  font-family: "Barlow", sans-serif !important;;
  font-weight: 800;
  text-align: center!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #fff;
  font-family: "M PLUS Rounded 1c",sans-serif;
  text-align: center;
  width: 100%
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent!important;
  font-family: "M PLUS Rounded 1c",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
  padding: 0!important
}

section .container #form--wrapper>span {
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  margin: 0
}

section .container #form--wrapper>span a {
  color: #fff
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  display: flex;
  gap: 16px;
  margin: 0
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button[type=submit] {
  background-color: #e2241c!important;
  color: #fff!important;
  border: none!important;
  width: 100%!important;
  font-family: "Barlow", sans-serif !important;;
  padding: 16px!important;
  margin: 12px 0 0!important;
  font-size: 20px!important;
  border-radius: 16px!important;
  display: inline-block!important;
  text-decoration: none!important;
  font-weight: 500!important;
  transition: .5s
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button[type=submit]:hover {
  background-color: #fbbf0d!important;
  color: #3A342F!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: rgba(255,255,255,.9) !important;
  font-size: 15px!important;
  text-align: left;
  width: 100%;
  margin: 0!important;
  letter-spacing: -.5px!important;
  line-height: 135%!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p a {
  color: #fff!important;
  text-decoration: none!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p span {
  display: inline!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p {
  color: #9297b1!important;
  font-size: 15px!important;
  text-align: left;
  width: 100%;
  margin: 12px 0!important;
  letter-spacing: -.5px!important;
  line-height: 135%!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p span {
  display: inline!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p a,section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p span a {
  color: #fff!important;
  text-decoration: none!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  font-family: "Barlow", sans-serif !important;;
  border-radius: 12px!important;
  border: 0!important;
  padding: 24px 24px!important;
  font-size: 16px!important;
  font-weight: 500!important;
  color: #000!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p a {
  color: red!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 100%
}

section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #9297b1!important;
  font-size: 15px!important;
  text-align: left;
  width: 100%;
  margin: 0!important;
  letter-spacing: -.5px!important;
  line-height: 135%!important
}

section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description a {
  color: #fff!important;
  text-decoration: none!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button[type=submit] {
  background-color: #006B36!important;
  color: #fff!important;
  border: none!important;
  width: 100%!important;
  font-family: "Barlow", sans-serif !important;;
  padding: 16px!important;
  margin: 0!important;
  font-size: 18px!important;
  border-radius: 16px!important;
  display: inline-block!important;
  text-decoration: none!important;
  font-weight: 500!important;
  transition: .5s
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRowbutton[type=submit]:hover {
  background-color: #EA4343 !important;
}

section .container #form--wrapper .ml-form-embedContainer div.primary {
  background-color: transparent;
  padding: 0
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  font-family: "Barlow", sans-serif !important;;
  border-radius: 12px!important;
  border: 0!important;
  padding: 16px 24px!important;
  font-size: 16px!important;
  font-weight: 500!important;
  color: #000!important
}

section .container #mailerlite #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  padding: 0;
  display: block;
  background: 0 0
}

section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description,section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description a {
  color: red!important
}



@media (max-width: 850px) {
  section .container #form--wrapper {
      margin:32px 0
  }

  section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
      flex-direction: column
  }
}

.page-template-page-demo  .landing--hero .desc .buttons{
  margin-top:0;
}


.lesson--more {
  padding: 56px 0
}

.lesson--more h3 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1.5px;
  margin: 0 0 32px;
  color: #3A342F;
  width: 100%
}

.lesson--more p {
  font-size: 24px;
  line-height: 135%;
  font-weight: 500;
  width: 100%;
  margin: 8px 0;
  color: #3A342F
}

.lesson--more img {
  width: 50%;
  margin: 32px auto
}

.lesson--cta {
  padding: 24px 0 80px;
}

.lesson--cta .container{
  background-color:#3A342F;
  padding:40px;
  border-radius: 32px;
}

.lesson--cta h3 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1.5px;
  margin: 0;
  color: #fff;
  text-align: center
}

.landing-for-you.demo-steps{
  padding:96px 0 80px;
}

.landing-for-you.demo-steps .row:nth-of-type(2){
  row-gap:32px;
}

.landing-for-you .row > h2 {
  width: 100%;
  font-size: 48px;
  text-align: center;
  color: #fff;
  margin: 0px 0px 40px;
}

.landing-for-you .row > p {
  font-size: 21px;
  width: 90%;
  text-align: center;
  line-height: 140%;
  color: #fff;
  font-weight: 400;
  margin: 0px auto 16px;
}

.landing-for-you.demo-steps .row > h2, .landing-for-you.demo-steps .row > p{
  color:#3A342F;
}

.landing-for-you.demo-steps .row > p{
  font-size:28px;
}

.landing-for-you .row:nth-of-type(2) {
  margin-top: 40px;
  margin-bottom: 40px;
  align-items: stretch;
}

.landing-for-you.demo-steps .single-step {
  width: 49%;
  background-color:#3A342F;
  color:#fff;
  padding: 32px;
  border-radius: 24px;
  letter-spacing: -.5px;
display:flex;
flex-direction:column;
gap:24px;
font-size: 24px;
}

.landing-for-you .single-step h4{
font-size:28px;
}

.landing-for-you .single-step > *{
margin:0;
}


.lesson--videos{
  background-color: #3A342F;
    padding: 96px 0;
}

.lesson--videos .row{
  justify-content: center;
  flex-direction: column;
  gap:32px;
  align-items: center;
}

.lesson--videos .row > *{
  margin:0;
}

.lesson--videos h2{
  width: 100%;
    font-size: 48px;
    color: #fff;
    letter-spacing: -1.5px;
}

.lesson--videos p{
  font-size: 24px;
    line-height: 135%;
    letter-spacing: -1px;
    color: #fff;
    width: 100%;
}

.page-template-page-demo .lesson--videos  h4{
  text-align: center;
    color: #006B36;
    font-weight: 600;
    font-size: 24px;
    padding: 16px 32px;
    border: 2px solid #006B36;
    border-radius: 16px;
    width:auto;
}

.lesson--videos iframe{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 16px auto;
  max-width: 960px;
  min-height: 0;
  border-radius: 12px;
}

.lesson--videos .primary{
  font-size:24px;
}

.lesson--materials{
  background-color: #3A342F;
    padding: 32px 0 96px 0;
}

.lesson--materials .materials-wrapper{
  display: flex;
  flex-direction: column;
  gap:32px;
  justify-content: center;
  align-items: center;
  background-color:#F3EDE0;
  padding:64px;
  border-radius:48px;
}

.lesson--materials .materials-wrapper > *{
  margin:0;
}

.lesson--materials .materials-wrapper h2{
  width: 100%;
    font-size: 48px;
    letter-spacing: -1.5px;
}

.lesson--materials .materials-wrapper h3{
  color:#006B36;
  display:flex;
  align-items: center;
  width:100%;
  margin:24px 0;
  gap:32px;
  white-space: nowrap;
  font-weight: 700;
  font-size:32px;
  letter-spacing: -1px;
}

.lesson--materials .materials-wrapper h3:before, .lesson--materials .materials-wrapper h3:after{
  width:100%;
  height:2px;
  background-color:#006B36;
  content:"";
  display: block;
}

.lesson--materials .materials-wrapper h4{
  font-weight: 700;
  font-size:32px;
  letter-spacing: -1px;
}

.lesson--materials .materials-wrapper p{
  font-size: 24px;
    line-height: 135%;
    letter-spacing: -1px;
    width: 100%;
}
.lesson--materials iframe{
  display: block;
  width: 100%;
  border-radius: 12px;
}

.lesson--materials .buttons{
  display:flex;
  align-items: center;
  margin-top:16px;
  gap:8px;
}

.lesson--materials .buttons a{
  font-size:24px;
}

.lesson--materials img{
  margin:0 auto;
  display:block;
  border-radius: 12px;
}

.lesson--materials .vueFlashCardsId{
  width:100%;
}

.lesson--materials .vueFlashCardsId .flashcard-choices .flashcard-choice.active {
  background: #006B36;
}

.lesson--materials .vueFlashCardsId .hooper-slide.is-current{
  width:100% !important;
}

.lesson--materials .to-do-list{
  background-color: #006B36;
  padding: 64px;
  width: 100%;
  border-radius: 48px;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.lesson--materials .to-do-list .col{
  display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
}

.lesson--materials .to-do-list .col img{
  margin:0;
}

.lesson--materials .to-do-list .col h3{
  width: 100%;
  font-size: 48px;
  letter-spacing: -1.5px;
  margin:0;
  color:#fff;
}

.lesson--materials .to-do-list .col ul{
  display: flex;
      padding: 0;
      margin: 0;
      flex-direction: column;
      gap: 16px;
      list-style: none;
      font-size: 24px;
      color: #fff;
}

.lesson--materials .to-do-list .col ul li{
  font-weight: 600;
  display:flex;
  align-items: center;
  gap:24px;
}

.lesson--materials .to-do-list .col ul li:before{
  content:"";
  width:35px;
  min-width: 35px;
  height:40px;
  background-image: url('https://francuskistart.langmasters.pl/wp-content/uploads/2025/08/list-icon-2.svg');
  background-size: contain;
  background-position: center center;
}

.lesson--materials .to-do-list .col ul li.disable{
  font-weight: normal;
  text-decoration: line-through;
  opacity:.75;
}

.lesson--materials .to-do-list .col ul li.disable:before{
  background-image:url('https://francuskistart.langmasters.pl/wp-content/uploads/2025/08/list-icon-1.svg');
}


.lesson-arguments .row{
  margin-bottom:64px;
}

.lesson-arguments h3{
  width: 100%;
  font-size: 48px;
  letter-spacing: -1.5px;
  width:48%;
  margin:0;
}

.lesson-arguments .text-wrapper{
  display:flex;
  flex-direction: column;
  gap:32px;
  width:48%;
}

.lesson-arguments .text-wrapper > *{
  margin:0;
}

.lesson-arguments .text-wrapper p{
  font-size:24px;
  line-height:135%;
}

.landing--pricing .landing--pricing--logos img {
  margin: 0 auto;
  display: block;
}

.landing--pricing .landing--pricing--logos {
  width: 100%;
}

@media (max-width:960px){
  .lesson--login h3{
    font-size:40px;
  }
  .lesson--login img{
    width:100%;
  }
  .lesson--login p{
    font-size:21px;
  }
  .lesson--login form input[type=email]{
    width:100%;
    margin-bottom:16px;
  }
  .lesson--login form input[type=submit]{
    width:100%;
  }
  section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
    flex-direction: column
}
section .container #form--wrapper .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  margin-bottom: 10px !important;
  width: 100% !important;
  padding: 0;
}
section .container #form--wrapper .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  display: inline-block !important;
  margin-bottom: 20px;
  width: 100%;
}
section .container #form--wrapper .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{
  width:100%;
}
.page-template-page-demo .landing--hero .row > img{
  display:block;
  margin-bottom:40px;
}
.lesson--videos h2, .lesson--more h3, .lesson--cta h3{
  font-size:40px;
}
.lesson--materials .materials-wrapper h2{
  font-size:32px;
}
.lesson--materials .materials-wrapper h3{
  font-size:28px;
}
.lesson--materials .materials-wrapper h4{
  font-size:24px;
}
.lesson--materials .materials-wrapper{
  padding:32px;
}
.lesson-arguments h3{
  font-size:40px;
  width:100%;
  margin-bottom:64px;
}
.landing-for-you.demo-steps .single-step{
  width:100%;
}
.lesson-arguments .text-wrapper{
  width:100%;
}
.lesson-arguments .text-wrapper p, .landing-for-you .single-step p, .lesson--more p, .lesson--materials .to-do-list .col ul{
  font-size:20px;
}
.lesson--cta .container {
  width: 95%;
  margin: 0 auto;
}
.lesson--cta .container .row{
  flex-direction: column;
  gap: 24px;
}
.lesson--materials .to-do-list{
  padding:32px;
  flex-direction: column;
}
.lesson--materials .to-do-list .col h3{
  font-size:40px;
  margin-bottom:48px;
}
.lesson--materials .materials-wrapper h3{
  white-space: wrap;
}
.lesson--materials .buttons{
  flex-wrap:wrap;
  flex-direction: column;
}
.lesson--materials .buttons a{
  width:100%;
}
}