.text-text-section {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .text-text-section {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
.text-text-section h2 {
  line-height: 140%;
}
@media (max-width: 419px) {
  .text-text-section h2 {
    font-size: 7vw;
  }
}
.text-text-section .img-wrapper {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .text-text-section .img-wrapper {
    margin-top: 50px;
  }
}
.text-text-section .img-wrapper img {
  border-radius: 8px;
}
.text-text-section .content-col {
  margin-top: 40px;
}
.text-text-section .content-col p:last-child {
  margin-bottom: 0;
}
.text-text-section .offer-heading {
  margin-bottom: 0;
  margin-top: 100px;
}
.text-text-section.background-styles {
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .text-text-section.background-styles {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.text-text-section.background-styles .offer-heading {
  color: #fff;
}
.text-text-section.background-styles .icon-and-title img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
  margin-bottom: 16px;
}
.text-text-section.background-styles .icon-and-title h3 {
  margin-bottom: 0 !important;
}
.text-text-section.background-styles .icon-and-title {
  margin-bottom: 16px;
}
.text-text-section .tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 42px;
}
.text-text-section .tiles-wrapper .tile {
  padding: 40px;
  border-radius: 16px;
  background: #F2F5FB;
  width: calc(33.33% - 16px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.text-text-section .tiles-wrapper .tile:nth-child(4), .text-text-section .tiles-wrapper .tile:nth-child(5) {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .text-text-section .tiles-wrapper .tile:nth-child(4), .text-text-section .tiles-wrapper .tile:nth-child(5) {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .text-text-section .tiles-wrapper .tile {
    width: 100%;
  }
}
.text-text-section .tiles-wrapper .tile h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
@media (max-width: 419px) {
  .text-text-section .tiles-wrapper .tile h3 {
    font-size: 5vw;
  }
}
.text-text-section .tiles-wrapper .tile p {
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
@media (max-width: 419px) {
  .text-text-section .tiles-wrapper .tile p {
    font-size: 4vw;
  }
}

.contact-section {
  padding-top: 0;
  padding-bottom: 72px;
}

@media (max-width: 991px) {
  .contact-section.contact .details-column {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
@media (max-width: 575px) {
  .big-testimonials.compensation .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.cta-widget a.btn-accent {
  margin-top: 24px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.main-content-section p {
  margin-bottom: 16px;
}

blockquote {
  border-radius: 16px;
  background: #F2F5FB;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
blockquote p {
  margin-bottom: 0;
}
blockquote h3 {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 150%;
}
blockquote h3:last-child {
  margin-bottom: 0;
}

blockquote:after {
  content: url(/wp-content/themes/bartkiewicz/assets/img/quote-accent.svg);
  position: absolute;
  right: -20px;
  bottom: -40px;
}
@media (max-width: 575px) {
  blockquote:after {
    right: 0px;
    bottom: -50px;
  }
}

.text-text-section.no-quote-icon blockquote:after {
  content: none;
}

blockquote {
  border-radius: 16px;
  background: rgba(232, 170, 66, 0.1607843137);
  border: 3px solid #e8aa42;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  blockquote {
    padding: 24px;
  }
}

.collaboration-section * {
  text-align: left !important;
}

@media (min-width: 1200px) {
  .collaboration-section2:not(:has(li:nth-child(4))) .splide__arrow {
    display: none;
  }
}
@media (max-width: 1199px) {
  #how-it-works-slider li {
    max-width: calc(100% - 80px);
  }
  .collaboration-section2 #how-it-works-slider .splide__arrow {
    top: -50px;
    background-repeat: no-repeat !important;
  }
}
@media (max-width: 419px) {
  .collaboration-section h2, .contact-section h2 {
    font-size: 7vw !important;
    line-height: 140% !important;
  }
}

.collaboration-section {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .collaboration-section {
    padding-top: 0;
    padding-bottom: 144px;
  }
}
.collaboration-section .heading {
  margin-left: 0 !important;
}
.collaboration-section .splide__arrows button svg {
  opacity: 0;
}
.collaboration-section .splide__arrows button.splide__arrow--prev {
  background: url(/wp-content/themes/bartkiewicz/assets/img/larrow.svg) !important;
}
.collaboration-section .splide__arrows button.splide__arrow--next {
  background: url(/wp-content/themes/bartkiewicz/assets/img/rarrow.svg) !important;
}

.collaboration-section2 .splide__arrow {
  top: -100px;
  transform: unset;
  background: transparent;
  width: 40px;
  height: 40px;
}
.collaboration-section2 .splide__arrow--prev {
  right: 60px;
  left: unset;
}
.collaboration-section2 .splide__arrow svg {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.collaboration-section2 .splide__track {
  overflow: visible;
}
.collaboration-section2 .logo-holder {
  padding: 40px;
  border-radius: 16px;
  height: unset;
}
.collaboration-section2 .logo-holder span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.collaboration-section2 .logo-holder h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.collaboration-section2 .logo-holder p {
  color: #000;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
}

.full-picture-section {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .full-picture-section {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
.full-picture-section img {
  width: 100%;
  height: auto;
}

.big-testimonials .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 575px) {
  .big-testimonials {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.big-testimonials .questions-btn {
  display: flex;
  margin-top: 24px;
}
.big-testimonials h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px !important;
  margin-bottom: 32px;
}
.big-testimonials h2 strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .big-testimonials h2 {
    font-size: 32px;
  }
}
@media (max-width: 419px) {
  .big-testimonials h2 {
    font-size: 7vw;
  }
}
.big-testimonials p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.big-testimonials p strong {
  font-weight: 600;
}
.big-testimonials p:last-child {
  margin-bottom: 0;
}
.big-testimonials .title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  opacity: 0.5;
}

.atts-section .bg-holder p {
  max-width: unset;
  line-height: 150%;
}

.atts-section {
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (max-width: 767px) {
  .atts-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.atts-section .icons-holder h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin: 0 6px 16px 6px;
}
.atts-section .heading {
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
  max-width: 600px;
}
@media (max-width: 419px) {
  .atts-section h2 {
    font-size: 7vw;
  }
  .atts-section h4 {
    font-size: 4vw;
  }
  .atts-section .buttons-holder {
    width: 100%;
  }
  .atts-section .btn {
    font-size: 4vw;
    width: 100%;
  }
}

@media (max-width: 419px) {
  .about-section h2 {
    font-size: 7vw;
  }
  .about-section .buttons-holder {
    width: 100%;
  }
  .about-section .btn {
    font-size: 4vw;
    width: 100%;
  }
}

.main-content-section {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .main-content-section {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media (max-width: 419px) {
  .main-content-section h2 {
    font-size: 7vw;
  }
  .main-content-section h4 {
    font-size: 4vw;
  }
  .main-content-section .buttons-holder {
    width: 100%;
  }
  .main-content-section .btn {
    font-size: 4vw;
    width: 100%;
  }
}

.hero-section * {
  color: #fff !important;
}
.hero-section .line-accent:before {
  background-color: #fff;
}
.hero-section .order-lg-2 {
  position: relative;
  max-width: 1200px;
}
.hero-section .order-lg-2 p {
  max-width: 580px;
}
.hero-section p {
  margin-bottom: 0;
}
.hero-section h4 {
  margin-bottom: 24px;
}
.hero-section .btn {
  margin-top: 32px;
}
.hero-section h1 {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .hero-section h1 {
    font-size: 52px !important;
    line-height: 110%;
    margin-bottom: 24px;
  }
  .hero-section p {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  .hero-section {
    padding-bottom: 72px;
  }
  .hero-section h1 {
    font-size: 32px;
    line-height: 120%;
  }
  .hero-section h4 {
    font-weight: 400;
  }
  .hero-section .btn {
    font-size: 16px;
  }
}
@media (max-width: 419px) {
  .hero-section h1 {
    font-size: 7vw;
  }
  .hero-section h4 {
    font-size: 4vw;
  }
  .hero-section .buttons-holder {
    width: 100%;
  }
  .hero-section .btn {
    font-size: 4vw;
    width: 100%;
  }
}
.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(260deg, rgba(0, 0, 0, 0) 1.02%, rgba(0, 0, 0, 0.8) 82.84%);
  background-blend-mode: multiply, normal, normal;
}

.doc-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.doc-slider .slider-wrapper {
  display: flex;
  width: 100%;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.doc-slider .doc-holder {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  pointer-events: none;
}
.doc-slider .logo {
  flex: 0 0 auto;
  padding: 20px 10px;
  display: flex;
  align-items: center;
}
.doc-slider .logo img {
  max-height: 353px;
  width: auto;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
  border-radius: 12px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.docs-slider-section {
  padding: 100px 0;
  position: relative;
  background-size: cover;
}
@media (max-width: 767px) {
  .docs-slider-section {
    padding-top: 72px;
    padding-bottom: 52px;
  }
}
.docs-slider-section .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.631372549), transparent);
}
.docs-slider-section .heading {
  margin-bottom: 50px;
}
.docs-slider-section .heading h2 {
  position: relative;
  color: #fff;
}
.docs-slider-section .heading h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #ADADAD;
  position: relative;
}

.collaboration-section .logo-holder {
  background: none;
}/*# sourceMappingURL=style-landing.css.map */