@charset "UTF-8";
/* Variables */
html {
  --accent-color-10: #C2B2AA;
  --white-color-10: rgba(255, 255, 255, 1);
  --black-color-10: rgba(19, 27, 38, 1);
  --secondary-color-10: rgba(245, 244, 242, 1);
  --background-color: #FAF5EF;
  font-size: 16px;
}

/* Variables */
/* begin::general */
* {
  margin: 0;
  padding: 0;
  font-family: "Galano Grotesque", sans-serif;
  text-decoration: none;
  border: none;
  transition: all 0.2s linear;
}

img:not(.img-contain) {
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 100%;
  overflow-x: hidden;
}

section {
  overflow-y: hidden;
}

body {
  background-color: var(--background-color);
}

section {
  overflow-x: hidden;
}

@media (max-width: 575px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: calc(var(--bs-gutter-x) * 1.5);
    padding-right: calc(var(--bs-gutter-x) * 1.5);
  }
}
@media (max-width: 320px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: calc(var(--bs-gutter-x) * 1) !important;
    padding-right: calc(var(--bs-gutter-x) * 1) !important;
  }
}
/* end::general */
/* begin::form settings */
input[type=text], input[type=password], input[type=date], input[type=email], input[type=tel],
textarea, .form-select-lg {
  width: 100%;
  border-radius: 0;
  padding: 13px 15px !important;
  border: 1px solid var(--black-color-4);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.form-check-input {
  border-radius: 0 !important;
}

.form-check-input:checked {
  background-color: var(--accent-color-10);
  border-color: var(--accent-color-10);
}

.form-check-input:focus, .form-select:focus {
  border-color: var(--accent-color-10);
  outline: 0;
  box-shadow: 0 0 0 0.15rem var(--accent-color-2);
}

.form-control:focus, .form-textarea:focus {
  border-color: var(--accent-color-10);
  outline: 0;
  box-shadow: 0 0 0 0.15rem var(--accent-color-2);
}

.form-label {
  font-size: 14px;
  margin-bottom: 4px;
}

select {
  outline: none;
}

br.pc {
  display: none;
}
@media (min-width: 1200px) {
  br.pc {
    display: block;
  }
}

.big-image-section .pc-custom {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .big-image-section .pc-custom {
    display: block;
  }
}
@media (min-width: 1806px) {
  .big-image-section .pc-custom {
    display: block;
  }
}
@media (min-width: 858px) and (max-width: 1174px) {
  .big-image-section .pc-custom {
    display: block;
  }
}
@media (min-width: 608px) and (max-width: 710px) {
  .big-image-section .pc-custom {
    display: block;
  }
}
/* end::form settings */
/* begin::fonts */
@font-face {
  font-family: "Galano Grotesque";
  src: url("/wp-content/themes/belkord/assets/fonts/GalanoGrotesqueBold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("/wp-content/themes/belkord/assets/fonts/GalanoGrotesqueSemiBold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("/wp-content/themes/belkord/assets/fonts/GalanoGrotesqueMedium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("/wp-content/themes/belkord/assets/fonts/GalanoGrotesqueRegular.otf") format("opentype");
  font-weight: 400;
}
.accent {
  color: var(--accent-color-10) !important;
  display: contents;
}

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

.word-decoration {
  position: relative;
}
.word-decoration:before {
  content: "";
  background-image: url("/wp-content/themes/belkord/assets/img/stroke_1.png");
  background-repeat: no-repeat;
  background-size: 132px;
  position: absolute;
  left: -39px;
  top: -18px;
  width: 182px;
  height: 85px;
}
.word-decoration dotlottie-player {
  position: absolute;
  width: 250px !important;
  height: 67px !important;
  transform: scaleY(0.6);
  top: -20px;
  left: -100px;
}

h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}
@media (max-width: 1599px) {
  h1 {
    font-size: 47px;
    font-weight: 600;
    line-height: 59px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

h2 {
  font-size: 37px;
  font-weight: 600;
  line-height: 49px;
  font-weight: 200;
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 200;
  line-height: 42px;
}

h4 {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
}

h5 {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

p, li, a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

a:hover {
  color: var(--accent-color-10);
}

.accent {
  color: var(--accent-color-10) !important;
}

/* end::fonts */
/* begin::buttons */
.btn-accent, .wp-element-button {
  background: linear-gradient(129deg, #eebe88 42%, #a25d11 57%, #ecbd88 83%);
  background-size: 110% auto; /* Zwiększenie wielkości gradientu */
  transition: all 0.5s ease; /* Dodanie płynności do przesunięcia gradientu */
  border-radius: 0 !important;
  color: #fff;
  padding: 13.5px 39px;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .btn-accent, .wp-element-button {
    font-size: 16px;
  }
}

.btn-accent:hover, .wp-element-button:hover {
  color: #fff;
  background-size: 110% auto;
  background-position: -200% 0; /* Przesunięcie gradientu w prawo po najechaniu */
}
.btn-accent:hover span, .wp-element-button:hover span {
  color: #FFF !important;
}

.btn-dark {
  background-color: #171B17;
  color: #9FA0A8;
  padding: 13.5px 39px;
  border: 1px solid #171B17;
  font-size: 16px;
  font-weight: 600;
}
.btn-dark.small {
  padding: 10px 15px;
  border: 1px solid var(--black-color-10);
  font-size: 14px;
  font-weight: 500;
}

.btn-dark:hover {
  color: #fff;
  background-color: var(--accent-color);
  border: 1px solid #fff;
}

/* end::buttons */
/* begin::navbar */
.top-bar {
  background: linear-gradient(129deg, #eebe88 42%, #a25d11 57%, #ecbd88 83%);
  height: 6px;
  width: 100%;
}

nav.main-navbar {
  padding-top: 39px;
  filter: drop-shadow(2px 4px 6px var(--black-color-2));
}
nav.main-navbar.second-navbar .mobile-burger {
  filter: invert(1);
}
@media (max-width: 1599px) {
  nav.main-navbar {
    padding-top: 10px;
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  nav.main-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
nav.main-navbar.scrolled {
  transform: translateY(-120px);
}
nav.main-navbar.dark-bg {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  nav.main-navbar.dark-bg {
    padding-top: 0;
    padding-bottom: 0;
  }
}
nav.main-navbar a {
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  nav.main-navbar {
    margin-right: 0;
  }
  nav.main-navbar .main-menu {
    margin-top: 0px !important;
  }
}
nav.main-navbar:not(.hero-navi-fixed) .mega-menu {
  margin-left: 84px;
}
nav.main-navbar .container-fluid {
  padding: 0;
}
nav.main-navbar .mega-menu {
  background-color: var(--white-color-10);
  padding: 25px;
  width: 100%;
  margin-right: 164px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
nav.main-navbar .main-menu {
  position: relative;
}
nav.main-navbar .main-menu ul:not(.dropdown-menu) {
  display: flex;
}
nav.main-navbar .main-menu ul {
  list-style: none;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
nav.main-navbar .main-menu ul li {
  position: relative;
  padding: 11.5px 20px;
}
nav.main-navbar .main-menu ul li a:not(:hover) {
  color: rgba(0, 0, 0, 0.5254901961);
}
nav.main-navbar .main-menu ul li a:hover {
  color: #000;
}
nav.main-navbar .main-menu ul li a img {
  -o-object-fit: contain;
     object-fit: contain;
}
nav.main-navbar .btn-holder {
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 1599px) {
  nav.main-navbar .mobile-burger {
    display: block !important;
    margin-left: auto;
    margin-right: 16px;
    cursor: pointer;
    -o-object-fit: contain;
       object-fit: contain;
    width: 20px;
    height: 20px;
  }
  nav.main-navbar .main-menu {
    height: 81px;
  }
}
@media (max-width: 1599px) and (max-width: 991px) {
  nav.main-navbar .main-menu {
    height: 63px;
  }
}
@media (max-width: 1599px) {
  nav.main-navbar .main-menu img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  nav.main-navbar .logo-holder {
    height: 81px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1599px) and (max-width: 991px) {
  nav.main-navbar .logo-holder {
    height: 63px;
  }
}
@media (max-width: 1599px) {
  nav.main-navbar .logo-holder .big-logo {
    display: block;
  }
  nav.main-navbar .logo-holder .big-logo img {
    width: 200px;
  }
}
@media (max-width: 1599px) and (max-width: 575px) {
  nav.main-navbar .logo-holder .big-logo img {
    width: 160px;
  }
}
@media (max-width: 1599px) {
  nav.main-navbar .logo-holder .small-logo {
    display: none !important;
  }
}
@media (max-width: 319px) {
  nav.main-navbar .logo-holder .big-logo img {
    width: 50vw;
  }
}

.mobile-menu-offcanvas {
  background-image: url(/wp-content/themes/belkord/assets/img/Hero_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #070908;
}
@media (max-width: 575px) {
  .mobile-menu-offcanvas {
    width: 100% !important;
  }
}
.mobile-menu-offcanvas ul {
  padding-left: 0;
}
.mobile-menu-offcanvas ul li {
  position: relative;
  list-style: none;
  margin-bottom: 16px;
  padding: 8px;
}
@media (max-width: 319px) {
  .mobile-menu-offcanvas ul li {
    margin-bottom: 0;
  }
}
.mobile-menu-offcanvas ul li.backarrow {
  margin-bottom: 30px;
}
.mobile-menu-offcanvas ul li a {
  color: #fff;
  display: flex;
  cursor: pointer;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 25px;
}
@media (max-width: 319px) {
  .mobile-menu-offcanvas ul li a {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media (max-width: 319px) {
  .mobile-menu-offcanvas .btn-dark {
    font-size: 5vw;
  }
}
.mobile-menu-offcanvas .btn-close {
  transform: scale(1.5);
  width: 16px;
  height: 16px;
  opacity: 1;
  filter: brightness(0) invert(1);
}
.mobile-menu-offcanvas hr {
  color: var(--black-color-1);
}
.mobile-menu-offcanvas .offcanvas-body {
  padding: 24px;
  padding-top: 50px;
}
.mobile-menu-offcanvas .offcanvas-header {
  padding: 24px;
}

/* end::navbar */
/***** footer *****/
footer.footer {
  padding-bottom: 160px;
  background-color: #000;
  padding-top: 176px;
}
@media (max-width: 767px) {
  footer.footer {
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  footer.footer {
    padding-top: 67px;
  }
}
footer.footer * {
  color: #fff;
}
footer.footer .poprawa-logo img {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  footer.footer .poprawa-logo img {
    right: 50%;
    transform: translateX(50%);
  }
}
footer.footer .poprawa-logo {
  position: relative;
}
footer.footer .aos-animate img {
  max-width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
footer.footer .logo-footer {
  margin-bottom: 53px;
}
footer.footer .logo-footer img {
  filter: brightness(0) invert(1);
}
footer.footer .menu-footer a {
  font-weight: 600;
  color: #efbf87;
  margin-bottom: 20px;
}
footer.footer .menu-footer a:not(:hover) {
  opacity: 0.7;
  color: #a79a8c;
}
@media (max-width: 991px) {
  footer.footer .menu-footer a {
    font-size: 14px;
  }
}
footer.footer .top .title {
  color: #292929;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1599px) {
  footer.footer .top .title {
    font-size: 16px;
  }
}
footer.footer .top .footer-big, footer.footer .top .footer-big a {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 1599px) {
  footer.footer .top .footer-big, footer.footer .top .footer-big a {
    font-size: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 1199px) {
  footer.footer .top .footer-big, footer.footer .top .footer-big a {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  footer.footer .top .footer-big, footer.footer .top .footer-big a {
    font-size: 20px;
    line-height: 30px;
  }
}
footer.footer .top .footer-small, footer.footer .top .footer-small a {
  font-size: 22px;
}
@media (max-width: 1599px) {
  footer.footer .top .footer-small, footer.footer .top .footer-small a {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 1199px) {
  footer.footer .top .footer-small, footer.footer .top .footer-small a {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  footer.footer .top .footer-small, footer.footer .top .footer-small a {
    font-size: 16px;
  }
}
footer.footer .bottom * {
  color: #292929;
}
footer.footer .bottom.copyright p {
  font-size: 14px;
  line-height: 24px;
  text-align: end;
  font-weight: 700;
}
@media (max-width: 767px) {
  footer.footer .bottom.copyright p {
    text-align: center;
  }
}
footer.footer .bottom.links {
  gap: 30px;
}
@media (max-width: 1599px) {
  footer.footer .bottom.links {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  footer.footer .bottom.links {
    margin-top: 44px;
  }
}
footer.footer .bottom.links a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
footer.footer .poprawa-logo {
  filter: brightness(0) invert(1);
}
footer.footer .poprawa-logo img {
  width: 127px;
  display: flex;
  margin: auto;
  margin-top: 58px;
}
footer.footer .footer-info-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer.footer img {
  -o-object-fit: contain;
     object-fit: contain;
}
footer.footer p {
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0px;
}
footer.footer p:not(.big-text) {
  max-width: 500px;
}
@media (max-width: 575px) {
  footer.footer p {
    font-size: 18px;
    line-height: 30px;
  }
}

/***** End footer *****/
/***** Begin top-cover *****/
.top-cover {
  background-color: #fff;
  width: 100%;
  height: 300px;
  z-index: -1;
}
@media (max-width: 1599px) {
  .top-cover {
    height: 100px;
  }
}

/***** End top=cover *****/
/***** hero-main *****/
.hero-main {
  background-color: #fff;
  padding-top: 200px;
  padding-bottom: 200px;
  margin-top: 114px;
}
.hero-main img, .hero-main video {
  width: 1550px;
  height: 100%;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .hero-main img, .hero-main video {
    width: 1242px;
  }
}
.hero-main video {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero-main video {
    transform: translateX(-38%);
  }
}
@media (max-width: 1599px) {
  .hero-main {
    padding-top: 170px;
    padding-bottom: 170px;
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .hero-main {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .hero-main {
    padding-top: 110px;
    padding-bottom: 110px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .hero-main {
    padding-top: 250px;
    padding-bottom: 250px;
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .hero-main {
    padding-top: 30vh;
    padding-bottom: 30vh;
    margin-top: 58px;
  }
}
@media (min-width: 768px) {
  .hero-main .hero-content {
    margin-left: 100px;
  }
  .hero-main .button-holder {
    margin-left: 100px;
  }
}
.hero-main .hero-content {
  max-width: 700px;
}
.hero-main .hero-content h1 {
  margin-bottom: 59px;
  max-width: 533px;
}
@media (min-width: 1400px) {
  .hero-main .hero-content h1 {
    min-height: 240px;
  }
}
@media (max-width: 1599px) {
  .hero-main .hero-content h1 {
    min-height: 177px;
    max-width: 380px;
  }
}
@media (max-width: 575px) {
  .hero-main .hero-content h1 {
    margin-bottom: 32px;
    max-width: 300px;
  }
}
.hero-main .button-holder {
  z-index: 999;
}

/***** End hero-main *****/
/***** hero-offer *****/
.hero-offer {
  background-color: #fff;
  padding-top: 186px;
  padding-bottom: 68px;
}
@media (max-width: 992px) {
  .hero-offer {
    padding-top: 130px;
  }
}
.hero-offer .hero-content {
  max-width: 700px;
}
.hero-offer .hero-content h1 {
  font-size: 72px;
  margin-bottom: 39px;
}
@media (max-width: 1599px) {
  .hero-offer .hero-content h1 {
    font-size: 47px;
    line-height: 59px;
  }
}
@media (max-width: 575px) {
  .hero-offer .hero-content h1 {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 42px;
  }
}
.hero-offer .hero-content p {
  font-size: 22px;
  line-height: 36px;
}
@media (max-width: 1599px) {
  .hero-offer .hero-content p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .hero-offer .hero-content p {
    font-size: 16px;
    line-height: 30px;
  }
}

/***** End hero-offer *****/
/***** hero-offer *****/
.hero-certs {
  background-color: #fff;
  padding-top: 207px;
  padding-bottom: 148px;
}
@media (max-width: 1599px) {
  .hero-certs {
    padding-top: 150px;
    padding-bottom: 110px;
  }
}
@media (max-width: 992px) {
  .hero-certs {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .hero-certs {
    padding-bottom: 117px;
  }
}
@media (max-width: 575px) {
  .hero-certs {
    padding-bottom: 50px;
  }
  .hero-certs .container-fluid {
    flex-direction: column;
    position: relative;
  }
  .hero-certs .hero-content {
    position: absolute;
    bottom: 0;
    background-color: rgba(238, 190, 136, 0.8705882353) !important;
    padding: 50px 50px !important;
  }
  .hero-certs .hero-content h1 {
    margin-bottom: 0 !important;
  }
}
.hero-certs .hero-image {
  width: 40%;
}
@media (max-width: 767px) {
  .hero-certs .hero-image {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .hero-certs .hero-image {
    width: 100%;
  }
}
.hero-certs .hero-image img {
  height: 100%;
  width: 100%;
}
.hero-certs .hero-content {
  background-color: #eebe88;
  width: 60%;
  padding: 100px 100px;
  display: flex !important;
  align-items: center;
}
@media (max-width: 1100px) {
  .hero-certs .hero-content {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .hero-certs .hero-content {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .hero-certs .hero-content {
    width: 100%;
    flex-direction: column;
    display: none !important;
  }
}
.hero-certs .hero-content h1 {
  font-size: 54px;
  line-height: 66px;
  max-width: 712px;
}
@media (max-width: 1599px) {
  .hero-certs .hero-content h1 {
    font-size: 47px;
    line-height: 59px;
  }
}
@media (max-width: 991px) {
  .hero-certs .hero-content h1 {
    font-size: 37px;
    line-height: 49px;
  }
}
@media (max-width: 767px) {
  .hero-certs .hero-content h1 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .hero-certs .hero-content h1 {
    margin-bottom: 32px;
  }
}

/***** End hero-offer *****/
/***** Begin accreditations-section *****/
.accreditations-section {
  background-color: #fff;
  padding-bottom: 150px;
}
@media (max-width: 1599px) {
  .accreditations-section {
    padding-bottom: 100px;
  }
}
.accreditations-section h2 {
  font-size: 38px;
  line-height: 50px;
  max-width: 800px;
  margin: auto;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
  color: #c2b2aa;
}
@media (max-width: 1599px) {
  .accreditations-section h2 {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
.accreditations-section .acc-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media (max-width: 991px) {
  .accreditations-section .acc-holder {
    justify-content: center;
  }
}
.accreditations-section .acc-holder .single-acc {
  width: calc(33% - 9px);
  padding: 74px 49px;
  border: 1px solid #d9ccc6;
}
@media (max-width: 991px) {
  .accreditations-section .acc-holder .single-acc {
    width: calc(50% - 9px);
  }
}
@media (max-width: 767px) {
  .accreditations-section .acc-holder .single-acc {
    width: 100%;
  }
}
.accreditations-section .acc-holder .single-acc img {
  width: 100%;
}

/***** End accreditations-section *****/
/***** Begin certs-section *****/
.certs-section {
  background-color: #fff;
  padding-bottom: 150px;
}
@media (max-width: 1599px) {
  .certs-section {
    padding-bottom: 100px;
  }
}
.certs-section h2 {
  font-size: 38px;
  line-height: 50px;
  max-width: 800px;
  margin: auto;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
  color: #c2b2aa;
}
@media (max-width: 1599px) {
  .certs-section h2 {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
.certs-section .cert-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.certs-section .cert-holder .single-cert {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  background-color: #e3eef2;
  width: calc(33% - 9px);
  padding: 39px 30px;
}
@media (max-width: 991px) {
  .certs-section .cert-holder .single-cert {
    width: calc(50% - 9px);
  }
}
@media (max-width: 767px) {
  .certs-section .cert-holder .single-cert {
    width: 100%;
  }
}
.certs-section .cert-holder .single-cert img {
  -o-object-fit: contain;
     object-fit: contain;
}
.certs-section .cert-holder .single-cert .date {
  font-size: 14px;
  font-weight: 600;
}
.certs-section .cert-holder .single-cert h3 {
  margin-top: 37px;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  .certs-section .cert-holder .single-cert h3 {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .certs-section .cert-holder .single-cert h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.certs-section .cert-holder .single-cert .author {
  font-size: 22px;
  font-weight: 600;
  color: #93aeb8;
  max-width: 280px;
  display: block;
}
@media (max-width: 1599px) {
  .certs-section .cert-holder .single-cert .author {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .certs-section .cert-holder .single-cert .author {
    font-size: 16px;
    line-height: 20px;
  }
}
.certs-section .cert-holder .single-cert p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 1599px) {
  .certs-section .cert-holder .single-cert p {
    font-size: 18px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .certs-section .cert-holder .single-cert p {
    font-size: 16px;
    line-height: 24px;
  }
}

/***** End certs-section *****/
/*****  Begin heading-section *****/
.heading-section {
  background-color: #fff;
  padding-bottom: 120px;
}
@media (max-width: 1599px) {
  .heading-section {
    padding-bottom: 80px !important;
  }
}
.heading-section h2 {
  font-size: 38px;
  line-height: 50px;
  max-width: 800px;
  margin: auto;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .heading-section h2 {
    font-size: 27px;
    line-height: 35px;
  }
}

/*****  End heading-section *****/
/***** tags-section *****/
.tags-section {
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 89px;
}
@media (max-width: 1599px) {
  .tags-section {
    padding-top: 70px;
  }
}
.tags-section .tags-holder {
  gap: 10px;
  max-width: 897px;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
@media (max-width: 575px) {
  .tags-section .tags-holder {
    gap: 5px;
  }
}
@media (max-width: 420px) {
  .tags-section .tags-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.tags-section .tags-holder .tag {
  color: var(--accent-color-10);
  border: 1px solid var(--accent-color-10);
  padding: 8.5px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .tags-section .tags-holder .tag {
    font-size: 16px;
    padding: 2px 10px;
  }
}
@media (max-width: 575px) {
  .tags-section .tags-holder .tag {
    font-size: 14px;
    padding: 2px 8px;
  }
}
@media (max-width: 420px) {
  .tags-section .tags-holder .tag {
    font-size: 12px;
  }
}
.tags-section .content {
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 1599px) {
  .tags-section .content {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .tags-section .content:before {
    content: "";
    background: #c2b2aa;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .tags-section .content .decor {
    display: contents;
    position: relative;
  }
  .tags-section .content .decor:before {
    content: "";
    background: #d9ccc6;
    height: 600px;
    width: 1px;
    position: absolute;
    bottom: 43px;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .tags-section .content .decor:before {
    bottom: 43px;
    height: 500px;
  }
}
@media (min-width: 768px) {
  .tags-section .content .decor:after {
    content: "";
    background: #d9ccc6;
    height: 600px;
    width: 1px;
    position: absolute;
    bottom: 43px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .tags-section .content .decor:after {
    bottom: 43px;
    height: 500px;
  }
}
.tags-section h2 {
  font-weight: 600;
  color: #c2b2aa;
  background: #fff;
  z-index: 999;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/***** End tags-section *****/
/***** Begin offer-category-cards-section *****/
.offer-category-cards-section {
  padding-bottom: 89px;
}
@media (max-width: 1199px) {
  .offer-category-cards-section .row {
    gap: 20px;
  }
}
.offer-category-cards-section .offer-cat-card {
  padding: 30px;
  display: flex;
  gap: 38px;
}
@media (max-width: 575px) {
  .offer-category-cards-section .offer-cat-card {
    display: flex;
    flex-direction: column;
  }
}
.offer-category-cards-section .offer-cat-card .button-holder {
  display: flex;
}
.offer-category-cards-section .offer-cat-card.left {
  background-color: #f2e8e3;
}
.offer-category-cards-section .offer-cat-card.right {
  background-color: #e3f0f2;
}
.offer-category-cards-section .offer-cat-card .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.offer-category-cards-section .offer-cat-card img {
  aspect-ratio: 230/300;
  height: 300px;
}
@media (max-width: 1599px) {
  .offer-category-cards-section .offer-cat-card img {
    height: 236px;
  }
}
@media (max-width: 575px) {
  .offer-category-cards-section .offer-cat-card img {
    height: auto;
  }
}
.offer-category-cards-section .offer-cat-card h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 35px;
}
@media (max-width: 1599px) {
  .offer-category-cards-section .offer-cat-card h3 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .offer-category-cards-section .offer-cat-card h3 {
    font-size: 20px;
  }
}
.offer-category-cards-section .offer-cat-card .btn-white {
  font-size: 18px;
  padding: 13.5px 50px;
  font-weight: 600;
  background-color: #fff;
  color: #000;
}
@media (max-width: 1599px) {
  .offer-category-cards-section .offer-cat-card .btn-white {
    font-size: 16px;
    padding: 13.5px 40px;
  }
}
@media (max-width: 339px) {
  .offer-category-cards-section .offer-cat-card .btn-white {
    font-size: 16px;
    padding: 13.5px 20px;
  }
}
.offer-category-cards-section .offer-cat-card .btn-white:hover {
  background-color: #000;
  color: #fff;
}

/***** End offer-category-cards-section *****/
/***** Begin big-image-section *****/
@media (max-width: 1599px) {
  .big-image-section .big-image {
    max-width: 1242px;
    margin: auto;
  }
}
.big-image-section.offer img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.big-image-section.offer .big-image {
  height: unset;
}
.big-image-section .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 950px;
}
@media (max-width: 767px) {
  .big-image-section .content {
    left: 28%;
    transform: translate(-20%, -50%);
  }
}
.big-image-section .content h2 {
  font-size: 46.5px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media (max-width: 1599px) {
  .big-image-section .content h2 {
    font-size: 47px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .big-image-section .content h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .big-image-section .content h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .big-image-section .content h2 {
    font-size: 4.9vw;
    line-height: 6vw;
    transform: scale(1.2);
  }
}
.big-image-section .container-fluid img {
  max-width: 1500px;
  display: flex;
  margin: auto;
}

/***** End big-image-section *****/
/***** Begin logo-slide *****/
.logo-slide {
  padding-top: 40px;
}
@media (min-width: 991px) {
  .logo-slide {
    pointer-events: none;
  }
}
@media (max-width: 575px) {
  .logo-slide .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .logo-slide li {
    height: 60px;
  }
  .logo-slide .archievement-cards {
    padding-bottom: 0 !important;
  }
}
.logo-slide .slide-holder {
  gap: 40px;
}
@media (max-width: 767px) {
  .logo-slide .slide-holder {
    gap: 0;
  }
}
.logo-slide .slide-holder img {
  width: 250px;
  max-height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .logo-slide .slide-holder img {
    width: 180px;
  }
}

/***** End logo-slide *****/
/***** video-section *****/
.video-section {
  padding-top: 100px;
  margin-top: -100px;
  overflow: visible;
  margin-bottom: 47px;
}
.video-section * {
  color: #fff;
}
.video-section h2 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  max-width: 360px;
  margin: 0 auto 53px auto;
}
@media (max-width: 575px) {
  .video-section h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 auto 44px auto;
  }
}
.video-section p {
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  max-width: 660px;
  margin: 67px auto 0 auto;
}
@media (max-width: 575px) {
  .video-section p {
    margin: 153px auto 0 auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
}
@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideFromright {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.video-section .video-holder {
  position: relative;
}
.video-section .video-holder span.play {
  animation: moveWord 3s cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  position: absolute;
  left: calc(50% - 38px);
  top: calc(50% - 38px);
  border-radius: 50%;
  background: #69ff00;
  z-index: 1;
  color: #070908;
  cursor: pointer;
}
.video-section .video-holder span.play:hover {
  box-shadow: 0 0 0 10px rgba(49, 204, 44, 0.4);
}
@media (max-width: 767px) {
  .video-section #videoPlayer {
    width: 100% !important;
    height: auto;
  }
}
.video-section .start-overlay {
  position: relative;
}
.video-section .start-overlay:before {
  content: "liczysz kalorie";
  position: absolute;
  max-width: 600px;
  left: -78px;
  bottom: -25px;
  font-size: 86px;
  line-height: 96px;
  font-weight: 700;
  color: var(--accent-color-10);
  height: 269px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .video-section .start-overlay:before {
    left: -2vw;
    font-size: 86px;
    bottom: -45px;
  }
}
@media (max-width: 767px) {
  .video-section .start-overlay:before {
    left: -2vw;
    font-size: 59px;
    bottom: -109px;
    max-width: 222px;
    line-height: 62px;
  }
}
@media (max-width: 575px) {
  .video-section .start-overlay:before {
    bottom: -16px;
    font-size: 9vw;
    height: 28vw;
    left: -1vw;
    line-height: 10vw;
    max-width: 170px;
  }
}
.video-section .start-overlay.aos-animate:before {
  animation: slideFromLeft 1s ease forwards;
}
.video-section .start-overlay.aos-animate:after {
  animation: slideFromright 1s ease forwards;
}
.video-section .start-overlay:after {
  content: "na oko?";
  position: absolute;
  left: -78px;
  bottom: -31px;
  font-size: 99px;
  line-height: 78px;
  font-weight: 700;
  max-width: 368px;
}
@media (max-width: 991px) {
  .video-section .start-overlay:after {
    left: -2vw;
    font-size: 75px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .video-section .start-overlay:after {
    left: -2vw;
    font-size: 59px;
    bottom: -25px;
  }
}
@media (max-width: 575px) {
  .video-section .start-overlay:after {
    left: -1vw;
    bottom: -32px;
    font-size: 11vw;
    line-height: 49px;
  }
}
@media (max-width: 767px) {
  .video-section .start-overlay img {
    width: 100%;
  }
}

/***** End video-section *****/
/***** photo-slider *****/
.splide__arrow {
  top: calc(50% - 40px);
}

.photo-slider:not(.logo-slide) {
  background-color: #E5F1E3;
  padding-top: 152px;
}
.photo-slider:not(.logo-slide) img {
  aspect-ratio: 543/675;
  max-height: 675px;
}
@media (max-width: 575px) {
  .photo-slider:not(.logo-slide) {
    padding-top: 68px;
  }
}
.photo-slider:not(.logo-slide) h2 {
  font-size: 30px;
  font-weight: 600;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 78px;
  line-height: 47px;
}
@media (max-width: 1599px) {
  .photo-slider:not(.logo-slide) h2 {
    font-size: 27px;
    line-height: 35px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px) {
  .photo-slider:not(.logo-slide) h2 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 44px;
  }
}
.photo-slider span.title {
  display: flex;
  margin: auto;
  font-size: 24px;
  font-weight: 600;
  max-width: 320px;
  text-align: center;
  line-height: 34px;
  margin-top: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1599px) {
  .photo-slider span.title {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .photo-slider span.title {
    font-size: 18px;
    line-height: 26px;
  }
}
.photo-slider .content-bottom {
  margin-top: 63px;
}
@media (max-width: 575px) {
  .photo-slider .content-bottom {
    margin-top: 40px;
  }
}
.photo-slider .content-bottom p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
@media (max-width: 1599px) {
  .photo-slider .content-bottom p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .photo-slider .content-bottom p {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.photo-slider .info-box {
  background-color: #dae5d9;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 35px auto 77px auto;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 20px 30px;
}
.photo-slider .info-box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 26px;
}
@media (max-width: 575px) {
  .photo-slider .info-box {
    margin-left: 30px;
    margin-right: 30px;
    flex-direction: column;
    margin: 35px 30px 48px 30px;
  }
  .photo-slider .info-box p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
}
.photo-slider .info-box p {
  color: #7d887b;
  margin-bottom: 0;
  max-width: 500px;
}
.photo-slider .cta-content {
  margin-bottom: 167px;
}
.photo-slider .cta-content h3 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1599px) {
  .photo-slider .cta-content h3 {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .photo-slider .cta-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .photo-slider .cta-content {
    margin-bottom: 80px;
  }
}
.photo-slider .splide__arrow--next {
  right: 12em;
}
@media (max-width: 991px) {
  .photo-slider .splide__arrow--next {
    right: 6em;
  }
}
@media (max-width: 575px) {
  .photo-slider .splide__arrow--next {
    right: 3vw;
  }
}
.photo-slider .splide__arrow--prev {
  left: 12em;
}
@media (max-width: 991px) {
  .photo-slider .splide__arrow--prev {
    left: 6em;
  }
}
@media (max-width: 575px) {
  .photo-slider .splide__arrow--prev {
    left: 3vw;
  }
}
.photo-slider .splide__arrow {
  width: 46px;
  height: 46px;
  background: #fff;
  opacity: 1;
}
.photo-slider .splide__arrow:hover {
  transform: scale(1.3) translateY(-20px);
}
.photo-slider .photoSlider2 .splide__arrow {
  background: #000;
}
.photo-slider .photoSlider2 .splide__arrow svg {
  filter: invert(1);
}
.photo-slider .splide__arrow svg {
  width: 27px;
  height: 27px;
}
.photo-slider .splide__slide {
  display: flex;
  justify-content: center;
}
.photo-slider .splide__slide.is-active {
  opacity: 1;
  transition: all 0.3s !important;
}
.photo-slider .splide__slide:not(.is-active) {
  opacity: 0.4;
  transition: all 0.3s !important;
}
.photo-slider.before-after-slider {
  background-color: #fff;
  padding-bottom: 148px;
}
@media (max-width: 767px) {
  .photo-slider.before-after-slider {
    padding-bottom: 77px;
  }
}
.photo-slider.before-after-slider h2 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  max-width: 550px;
  margin: auto;
  margin-bottom: 52px;
}
@media (max-width: 575px) {
  .photo-slider.before-after-slider h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 43px;
  }
}
.photo-slider.before-after-slider .content-holder {
  position: relative;
}
.photo-slider.before-after-slider .content-holder:before {
  content: "-2,5 tony";
  position: absolute;
  font-size: 143px;
  line-height: 108px;
  font-weight: 700;
  max-width: 318px;
  color: #E8F0DF;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
@media (max-width: 575px) {
  .photo-slider.before-after-slider .content-holder:before {
    top: 20vw;
  }
}
.photo-slider.before-after-slider p {
  position: relative;
  max-width: 660px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 120px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 575px) {
  .photo-slider.before-after-slider p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.photo-slider.before-after-slider .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1.2);
}
.photo-slider.before-after-slider .splide__pagination__page {
  width: 11.5px;
  height: 11.5px;
  margin: 6px;
}
.photo-slider.before-after-slider .splide__pagination {
  bottom: -4.3em;
}
@media (max-width: 991px) {
  .photo-slider.before-after-slider .splide__track {
    overflow: visible !important;
  }
  .photo-slider.before-after-slider .splide__slide {
    width: 440px !important;
  }
}
@media (max-width: 500px) {
  .photo-slider.before-after-slider .splide__slide {
    width: 320px !important;
  }
  .photo-slider.before-after-slider .splide__slide:not(.is-active) {
    opacity: 1;
  }
  .photo-slider.before-after-slider .splide__slide img {
    width: 151px !important;
  }
}
@media (max-width: 360px) {
  .photo-slider.before-after-slider .splide__slide {
    width: 280px !important;
  }
  .photo-slider.before-after-slider .splide__slide img {
    width: 131px !important;
  }
}
.photo-slider.before-after-slider .button-holder {
  position: relative;
}
.photo-slider.before-after-slider .splide {
  max-width: 1330px;
}
.photo-slider.before-after-slider .splide__slide {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.photo-slider.before-after-slider .splide__slide img {
  aspect-ratio: 239/354;
}
.photo-slider.before-after-slider .splide__slide .img-holder {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.photo-slider.before-after-slider .splide__slide .img-holder:before {
  background-color: rgba(0, 0, 0, 0.4666666667);
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  left: 10px;
  bottom: 10px;
  position: absolute;
}
.photo-slider.before-after-slider .splide__slide .img-holder:first-child:before {
  content: "Przed";
}
.photo-slider.before-after-slider .splide__slide .img-holder:last-child:before {
  content: "Po";
}

/***** End photo-slider *****/
/***** archievement-cards *****/
.archievement-cards {
  max-width: 1279px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .archievement-cards {
    padding-bottom: 89px;
  }
}
.archievement-cards .container {
  gap: 20px;
}
@media (max-width: 1199px) {
  .archievement-cards .container {
    overflow: auto;
  }
}
.archievement-cards .custom-card .single-archievement-card {
  aspect-ratio: 528/262;
  min-width: 268px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.archievement-cards .custom-card .single-archievement-card .content {
  padding: 23px 24px 27px 24px;
  padding-left: 38%;
}
.archievement-cards .custom-card .single-archievement-card .content h3 {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
  margin-bottom: 7px;
}
.archievement-cards .custom-card .single-archievement-card .content p {
  color: #fff;
  opacity: 0.3;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

/***** End archievement-cards *****/
/***** begin about-with-cards *****/
.about-with-cards {
  background-color: #fff;
  padding-top: 238px;
  padding-bottom: 138px;
}
@media (max-width: 767px) {
  .about-with-cards {
    padding-top: 119px;
    padding-bottom: 68px;
  }
}
.about-with-cards .splide {
  max-width: 1130px;
  margin: 0 auto;
}
.about-with-cards .splide .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1.2);
}
.about-with-cards .splide .splide__pagination__page {
  width: 11.5px;
  height: 11.5px;
  margin: 6px;
}
.about-with-cards .splide .splide__pagination {
  bottom: -4.3em;
}
.about-with-cards .splide p {
  max-width: none !important;
}
.about-with-cards .splide .splide__track {
  overflow: visible !important;
}
.about-with-cards h2 {
  text-align: center;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  max-width: 400px;
  margin: 0px auto 41px auto;
}
@media (max-width: 575px) {
  .about-with-cards h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0px auto 31px auto;
  }
}
.about-with-cards p {
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  max-width: 450px;
  margin: 0 auto 45px auto;
}
@media (max-width: 575px) {
  .about-with-cards p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 41px auto;
  }
}
.about-with-cards .splide__slide:nth-child(1) .about-card {
  background-color: #f5ffea;
  margin-right: 20px;
}
.about-with-cards .splide__slide:nth-child(2) .about-card {
  background-color: #effeff;
  margin-right: 10px;
  margin-left: 10px;
}
.about-with-cards .splide__slide:nth-child(3) .about-card {
  background-color: #fffcea;
  margin-left: 20px;
}
.about-with-cards .about-card {
  height: 100%;
  padding: 61px 50px 50px 50px;
}
.about-with-cards .about-card ul {
  padding-left: 18px;
}
.about-with-cards .about-card ul li {
  list-style: disc;
}
.about-with-cards .about-card .icon {
  margin-bottom: 40px;
}
.about-with-cards .about-card .icon img {
  width: 49px;
  height: 49px;
}
.about-with-cards .about-card .content h3 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}
.about-with-cards .about-card .content p, .about-with-cards .about-card .content li, .about-with-cards .about-card .content a, .about-with-cards .about-card .content span {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.about-with-cards .about-card .content p {
  max-width: 220px;
  margin-bottom: 20px;
}
.about-with-cards .about-card .content li {
  margin-bottom: 10px;
}

/***** end about-with-cards *****/
/***** begin testimonials *****/
.testimonials {
  padding-top: 100px;
  padding-bottom: 184px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 105px;
  }
}
.testimonials .testimonialsSlider2, .testimonials .testimonialsSlider {
  pointer-events: none;
}
.testimonials h2 {
  text-align: center;
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  max-width: 450px;
  margin: 0px auto 52px auto;
}
@media (max-width: 1599px) {
  .testimonials h2 {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .testimonials h2 {
    margin: 0px auto 34px auto;
  }
}
@media (max-width: 575px) {
  .testimonials h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonials .content-holder p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #686868;
  max-width: 460px;
  margin: 52px auto 0 auto;
  margin-bottom: 0;
}
.testimonials .content-holder p a {
  color: var(--accent-color-10);
  text-decoration: underline;
}
@media (max-width: 575px) {
  .testimonials .content-holder p {
    font-size: 14px;
    line-height: 25px;
  }
}
.testimonials .testimonialsSlider2 .splide__slide {
  direction: ltr;
  text-align: left;
}
.testimonials .single-testimonial {
  margin: 20px;
  padding: 42px 29px;
  background-color: #fff;
  filter: drop-shadow(0 8px 11px rgba(129, 129, 129, 0.1));
}
@media (max-width: 575px) {
  .testimonials .single-testimonial {
    margin: 10px;
  }
}
.testimonials .single-testimonial .top-info {
  flex-wrap: wrap;
  align-items: center;
}
.testimonials .single-testimonial .top-info .author {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
@media (max-width: 575px) {
  .testimonials .single-testimonial .top-info .author {
    font-size: 14px;
    line-height: 23px;
  }
}
.testimonials .single-testimonial .top-info .icon {
  padding-left: 7px;
  padding-right: 7px;
}
.testimonials .single-testimonial .top-info .state {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #B6B6B6;
}
.testimonials .single-testimonial .stars {
  display: flex;
  margin-top: 19px;
  margin-bottom: 19px;
  gap: 5px;
}
.testimonials .single-testimonial .content h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.testimonials .single-testimonial .content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

/***** end testimonials *****/
/***** begin big image section *****/
.big-image {
  position: relative;
  overflow: hidden;
  background-size: cover; /* dostosowuje obraz do rozmiaru sekcji */
  background-position: center; /* ustawia obraz na środku */
}

section br.mobile {
  display: inline-block !important;
}

@media (min-width: 768px) {
  section br.mobile {
    display: none !important;
  }
}
section br.desktop {
  display: inline-block !important;
}

@media (max-width: 767px) {
  section br.desktop {
    display: none !important;
  }
}
/* Ukrycie paska przewijania dla Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Styl dla Safari */
  .archievement-cards .container::-webkit-scrollbar {
    display: none; /* Ukrycie paska przewijania */
  }
}
/***** end big image section *****/
/***** begin text section *****/
.text-section {
  padding-top: 80px;
  padding-bottom: 165px;
}
.text-section.offer p {
  font-size: 25px;
  line-height: 45px;
}
@media (max-width: 1599px) {
  .text-section.offer p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .text-section.offer p {
    font-size: 16px;
    line-height: 30px;
  }
}
.text-section h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 1599px) {
  .text-section h3 {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .text-section h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.text-section .btn-outline-black {
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  font-size: 22px;
  padding: 17.5px 30px;
}
@media (max-width: 1599px) {
  .text-section .btn-outline-black {
    font-size: 16px;
    padding: 10.5px 25px;
  }
}
.text-section .btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}
.text-section h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .text-section h2 {
    line-height: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .text-section .container {
    max-width: 1140px;
  }
}
.text-section .text-col {
  margin-top: -10px;
}

/***** end text section *****/
/***** page-decoration *****/
.page-decoration {
  position: relative;
}
.page-decoration img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.page-decoration img.mobile {
  top: 90vh;
}

/***** End page-decoration *****/
/***** Begin steps-section *****/
.steps-section {
  padding-top: 143px;
}
.steps-section h2 {
  margin-bottom: 100px;
  font-weight: 600;
}
.steps-section .steps-holder {
  margin-bottom: 60px;
  display: flex;
  gap: 15px;
}
@media (max-width: 1199px) {
  .steps-section .steps-holder {
    flex-direction: column;
  }
  .steps-section .steps-holder .step {
    width: 100% !important;
    align-items: center;
  }
  .steps-section .steps-holder .step .number {
    margin-right: 20px;
  }
  .steps-section .steps-holder .step:first-child::after, .steps-section .steps-holder .step:nth-child(3)::after {
    content: url(/wp-content/themes/belkord/assets/img/rarrow.png);
    position: absolute;
    top: 110px !important;
    right: -40px;
    transform: rotate(90deg);
  }
  .steps-section .steps-holder .step:nth-child(2)::after {
    content: url(/wp-content/themes/belkord/assets/img/rarrow-rev.png);
    position: absolute;
    bottom: -26px !important;
    left: -48px !important;
    right: unset !important;
    transform: rotate(90deg);
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .steps-section .steps-holder .step {
    display: flex;
  }
  .steps-section .steps-holder .step .number, .steps-section .steps-holder .step h3 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .steps-section .steps-holder .step {
    aspect-ratio: 271/234;
  }
}
.steps-section .steps-holder .step {
  position: relative;
  padding: 39px 30px;
  background-color: #fff;
  width: 25%;
}
@media (min-width: 576px) {
  .steps-section .steps-holder .step:first-child::after, .steps-section .steps-holder .step:nth-child(3)::after {
    content: url(/wp-content/themes/belkord/assets/img/rarrow.png);
    position: absolute;
    top: -40px;
    right: -40px;
  }
  .steps-section .steps-holder .step:nth-child(2)::after {
    content: url(/wp-content/themes/belkord/assets/img/rarrow-rev.png);
    position: absolute;
    bottom: -40px;
    right: -40px;
  }
}
@media (max-width: 575px) {
  .steps-section .steps-holder .step:nth-child(2n+1)::after {
    content: url(/wp-content/themes/belkord/assets/img/rarrow-rev.png);
    position: absolute;
    bottom: -265px;
    right: unset;
    left: -282px;
    transform: rotate(90deg);
  }
  .steps-section .steps-holder .step:nth-child(2n):after {
    content: unset;
  }
  .steps-section .steps-holder .step:nth-child(2n)::before {
    content: url(/wp-content/themes/belkord/assets/img/rarrow-rev.png);
    position: absolute;
    bottom: -26px !important;
    right: -43px !important;
    left: unset !important;
    transform: rotate(90deg) scaleY(-1) !important;
  }
}
.steps-section .steps-holder .step h3 {
  font-size: 21px;
  line-height: 29px;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .steps-section .steps-holder .step h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.steps-section .steps-holder .step .number {
  margin-bottom: 33px;
  aspect-ratio: 1;
  width: 39px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #cdbeab;
  border-radius: 50px;
  font-weight: 600;
}
.steps-section .inside-cta-holder h3 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}
.steps-section .inside-cta-holder .button-holder {
  margin-bottom: 89px;
}

/***** End steps section *****/
/***** Begin steps-section 2 *****/
.steps-section2 {
  padding-top: 143px;
}
.steps-section2 h2 {
  margin-bottom: 100px;
  font-weight: 600;
  color: #c2b2aa;
  z-index: 999;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.steps-section2 .steps-holder {
  margin-bottom: 60px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .steps-section2 .steps-holder {
    flex-direction: column;
  }
  .steps-section2 .steps-holder .step {
    width: 100% !important;
    align-items: center;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .steps-section2 .steps-holder .step {
    display: flex;
    flex-direction: column;
  }
  .steps-section2 .steps-holder .step .number, .steps-section2 .steps-holder .step h3 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .steps-section2 .steps-holder .step {
    aspect-ratio: 271/234;
  }
}
.steps-section2 .steps-holder .step {
  position: relative;
  padding: 39px 30px;
  background-color: #fff;
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.steps-section2 .steps-holder .step:hover span {
  transform: scale(1.05);
}
.steps-section2 .steps-holder .step * {
  text-align: center;
}
.steps-section2 .steps-holder .step p {
  margin-bottom: 12px;
  font-size: 18px;
}
.steps-section2 .steps-holder .step span.read-more-link {
  text-align: center;
  color: #efbd94;
  font-weight: 600;
  text-decoration: underline;
  font-size: 20px;
}
.steps-section2 .steps-holder .step h3 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .steps-section2 .steps-holder .step h3 {
    font-size: 24px;
    line-height: 37px;
  }
}
.steps-section2 .inside-cta-holder h3 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}
.steps-section2 .inside-cta-holder .button-holder {
  margin-bottom: 89px;
}

body.single-szkolenia {
  background: #fff;
}

/***** End steps section 2*****/
/***** Begin szkolenia-content *****/
.szkolenia-content {
  margin-bottom: 100px;
}
.szkolenia-content .wp-block-buttons {
  margin-top: 32px;
}
.szkolenia-content img {
  margin-bottom: 32px;
}
.szkolenia-content * {
  font-family: "Galano Grotesque", sans-serif;
}
.szkolenia-content p {
  font-size: 18px;
  line-height: 32px;
}
.szkolenia-content h1 {
  margin-bottom: 32px;
}
.szkolenia-content p, .szkolenia-content h5, .szkolenia-content h4, .szkolenia-content h3, .szkolenia-content h2 {
  margin-bottom: 24px;
}

/***** End szkolenia-content *****/
/***** Begin table-section *****/
main {
  overflow: hidden;
}

.table-section {
  overflow: visible;
  margin-bottom: 114px;
}
.table-section .title {
  position: relative;
  display: flex;
  justify-content: center;
}
.table-section .title h2 {
  background-color: #faf5ef;
  width: -moz-max-content;
  width: max-content;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 999 !important;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  color: #c2b2aa;
}
@media (max-width: 1599px) {
  .table-section .title h2 {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .table-section .title h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (min-width: 575px) {
  .table-section .table-content {
    border: 1px solid #d9ccc6;
    padding: 100px 40px 30px 40px;
  }
}
@media (min-width: 575px) and (max-width: 1599px) {
  .table-section .table-content {
    padding: 50px 40px 20px 40px;
  }
}
@media (max-width: 575px) {
  .table-section .table-content {
    padding-top: 50px;
  }
}
.table-section .table-content a {
  color: #000;
  padding-bottom: 20px;
  padding-top: 20px;
  align-items: center;
}
.table-section .table-content a:not(:last-child) {
  border-bottom: 1px solid #d9ccc6;
}
@media (max-width: 1599px) {
  .table-section .table-content a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.table-section .table-content a h3 {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .table-section .table-content a h3 {
    font-size: 18px;
    padding-right: 50px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .table-section .table-content a h3 {
    font-size: 16px;
  }
}
.table-section .table-content a .price {
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .table-section .table-content a .price {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .table-section .table-content a .price {
    font-size: 14px;
  }
}
.table-section .table-content a:hover {
  color: #c2b2aa;
  cursor: default;
}
.table-section .table-content a h3, .table-section .table-content a span {
  margin-bottom: 0;
}

/***** End table section *****/
/***** Begin fw-image-with-cta section *****/
.fw-image-with-cta {
  padding-bottom: 600px;
  background-image: url(/wp-content/themes/belkord/assets/img/big-image.png);
  position: relative;
}
.fw-image-with-cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #fff -5%, rgba(255, 255, 255, 0.56) 26%, rgba(255, 255, 255, 0) 65%);
  width: 100%;
  height: 900px;
}
.fw-image-with-cta h2 {
  font-size: 52px;
  font-weight: 600;
  position: relative;
  margin-top: 82px;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .fw-image-with-cta h2 {
    font-size: 4.9vw;
    line-height: 6vw;
    transform: scale(1.1);
  }
}

/***** End fw-image-with-cta section *****/
.hero-navi-top {
  animation: myAnim 0.7s ease 0s 1 normal forwards;
}

.hero-navi-fixed {
  animation: myAnim2 0.7s ease 0s 1 normal forwards;
}

@keyframes myAnim2 {
  100% {
    opacity: 1;
  }
  50% {
    top: -100px;
    opacity: 0;
  }
}
@keyframes myAnim {
  100% {
    opacity: 1;
  }
  50% {
    top: -100px;
    opacity: 0;
  }
}
@keyframes moveWord {
  0% {
    transform: translateY(0) translateX(0);
  }
  12% {
    transform: scale(1.1) translateX(0px);
  }
  25% {
    transform: translateY(0) translateX(0);
  }
  37% {
    transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(0) translateX(0);
  }
  75% {
    transform: translateY(0px) translateX(0px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.accent {
  display: block;
  animation: moveWord 3s cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  width: -moz-max-content;
  width: max-content;
}

.archievement-cards .container {
  /* Dostosowanie przewijania sekcji */
  overflow-x: scroll; /* Umożliwienie poziomego przewijania */
  overflow-y: hidden; /* Ukrycie pionowego scrollbar wewnątrz sekcji */
  -webkit-overflow-scrolling: touch; /* Dodanie płynnego przewijania na Safari */
}

@media (max-width: 768px) {
  .archievement-cards .container::-webkit-scrollbar {
    display: none !important;
  }
}
@media (max-width: 575px) {
  #splide01 .splide__track {
    overflow: visible;
  }
}
.mobile-menu-offcanvas .offcanvas-body {
  gap: 50px;
}
.mobile-menu-offcanvas .offcanvas-body .btn-accent {
  font-size: 22px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}

.mobile-menu-social-icons {
  margin-left: 10px;
  margin-top: -50px;
  margin-bottom: 30px;
}
.mobile-menu-social-icons img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
  height: 40px;
}

section br.mobile {
  display: inline-block !important;
}

@media (min-width: 768px) {
  section br.mobile {
    display: none !important;
  }
}
section br.desktop {
  display: inline-block !important;
}

@media (max-width: 767px) {
  section br.desktop {
    display: none !important;
  }
}
.tags-holder a {
  pointer-events: none;
}

.splide * {
  transition: none;
}

@media (max-width: 575px) {
  .big-image-section .container-fluid {
    PADDING-LEFT: 0 !important;
    PADDING-RIGHT: 0 !important;
  }
}
/* Style dla dropdown */
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  content: " ▼";
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  min-width: 160px;
}

.dropdown-menu li {
  list-style: none;
  min-width: -moz-max-content;
  min-width: max-content;
}

.dropdown-menu li a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: black;
}

.dropdown-menu li a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-menu {
  display: block;
  top: 100%;
}

/* Style dla dropdown w menu mobilnym */
.mobile-dropdown {
  position: relative;
  margin-bottom: 0 !important;
}

.mobile-dropdown.open .dropdown-toggle::after {
  transform: translatey(-7px) rotate(180deg);
}

.mobile-dropdown-toggle::after {
  content: " ▼";
  margin-left: 5px;
}

.mobile-dropdown-menu {
  display: none;
  flex-direction: column;
  transition: all 0.5s ease; /* Dodanie płynności do przesunięcia gradientu */
  padding: 13.5px 39px;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

.mobile-dropdown-menu li {
  list-style: none;
  margin-bottom: 0 !important;
}

.mobile-dropdown-menu li a {
  display: block;
  padding: 0px 15px;
  text-decoration: none;
  color: black;
}

.mobile-dropdown.open .mobile-dropdown-menu {
  display: flex;
  max-height: 200px; /* Adjust this value according to the number of items in the dropdown */
}

#mainHeading {
  white-space: normal; /* Dopuszczamy normalne łamanie tekstu */
  word-wrap: break-word; /* Łamanie długich słów */
  -webkit-hyphens: auto;
          hyphens: auto; /* Włączamy automatyczne dzielenie słów */
}

.big-image-section video {
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 1550px;
  position: relative;
}
@media (max-width: 767px) {
  .big-image-section video {
    height: 100%;
    width: auto;
  }
}

.photo-slider.logo-slide .splide__slide:not(.is-active) {
  opacity: 1 !important;
}

.top-bar-holder {
  position: sticky;
  top: 0;
  z-index: 999999;
}

.top-bar-holder.scrolled {
  position: sticky;
  top: -100%;
  z-index: 999999;
}

#szkoleniaModal .splide__arrow {
  background-color: white;
  border-radius: 50%;
  color: black;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  cursor: pointer;
}
#szkoleniaModal .slide-description {
  position: absolute;
  bottom: 20px;
  left: 16px;
  color: white;
  padding: 5px 10px;
  z-index: 1;
}
#szkoleniaModal .splide__slide {
  position: relative;
}
#szkoleniaModal img {
  aspect-ratio: 1/1.5;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  #szkoleniaModal img {
    aspect-ratio: 1;
  }
}
#szkoleniaModal .modal-header, #szkoleniaModal .modal-footer {
  border: none;
  height: 0;
  padding: 0;
  z-index: 9;
}
#szkoleniaModal .modal-content {
  border-radius: 0;
}
#szkoleniaModal h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
}
#szkoleniaModal p {
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 30px;
}
#szkoleniaModal a {
  font-size: 16px;
}
#szkoleniaModal button.btn-close {
  top: 30px;
  right: 30px;
  position: absolute;
}
#szkoleniaModal .splide__arrow {
  top: 80% !important;
  font-size: 25px;
}
@media (max-width: 991px) {
  #szkoleniaModal .splide__arrow {
    top: 70% !important;
  }
}
#szkoleniaModal .modal-body {
  padding: 8px;
}
#szkoleniaModal #image-szkolenia-slider .splide__slide:after {
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent, #000);
  content: "";
}
@media (max-width: 991px) {
  #szkoleniaModal .content-column {
    padding: 3rem;
  }
}
@media (max-width: 575px) {
  #szkoleniaModal button.btn-close {
    top: -42px;
    right: 42px;
    position: absolute;
    filter: brightness(0) invert(1);
    opacity: 1;
  }
  #szkoleniaModal .modal-dialog {
    margin-top: 80px;
  }
}

@media (max-width: 575px) {
  .offcanvas-backdrop.show {
    opacity: 0.6 !important;
  }
}
.tags-section h2 {
  z-index: 99998;
}

nav.fixed-top {
  z-index: 99999;
}

div#wpadminbar {
  z-index: 9999999;
}

div#mobile-menu-offcanvas {
  z-index: 99999999999999 !important;
}

.steps-section2:not(:has(.step:nth-child(5))) button {
  display: none;
}

.offcanvas-backdrop {
  z-index: 999999;
}

.tags-section .content:after {
  content: "";
  background: #ffffff;
  height: 25px;
  width: 100%;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  z-index: 9999;
}

.text-section.privacy-page {
  padding-top: 200px;
}
.text-section.privacy-page p {
  margin-bottom: 24px;
}
.text-section.privacy-page h2 {
  margin-top: 24px;
}
.text-section.privacy-page .justify *:not(h2) {
  text-align: justify;
}
.text-section.privacy-page h1 {
  font-size: 42px;
  line-height: 57px;
  margin-bottom: 32px;
}

@media (min-width: 1600px) {
  .p-page .top-cover {
    height: 120px;
  }
}
.modal-open .top-bar {
  opacity: 0.4;
}

div#mobile-menu-offcanvas {
  z-index: 99999;
}

.steps-section2 .step a {
  z-index: 1;
}/*# sourceMappingURL=main 2.css.map */