@charset "UTF-8";
.white_text p,
.white_text a {
  color: #fff;
}

.link_hiver_effect a:hover {
  filter: drop-shadow(2px 4px 6px black);
}
.link_hiver_effect a:hover::after {
  filter: drop-shadow(2px 4px 6px black);
}

.text_underline p,
.text_underline a {
  text-decoration: underline;
}

.inv-button-inner a.inv-button-content {
  text-transform: initial;
}

@media screen and (max-width: 1199px) {
  .mobile-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .desctope-none {
    display: none;
  }
}

.zoom_hover_photo .vc_single_image-wrapper {
  overflow: hidden;
}
.zoom_hover_photo .vc_single_image-wrapper:hover img {
  transform: scale(1.2);
}
.zoom_hover_photo .vc_single_image-wrapper img {
  transition: transform 2s, filter 1.5s ease-in-out;
}

.full_width_photo figure,
.full_width_photo .vc_single_image-wrapper,
.full_width_photo img {
  width: 100% !important;
}

@media only screen and (max-width: 1200px) {
  [data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level,
  [data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
    min-height: unset !important;
  }
  .vc_row-o-full-height,
  .row_col_wrap_12 {
    min-height: unset !important;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #000;
}

/* ==========================================================================
   Custom File Upload Button (CF7)
   ========================================================================== */
/* 1. Hide the default browser file input completely */
.hidden-file-input {
  display: none !important;
}

/* 2. Wrapper styling */
.custom-file-wrapper {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
  /* 3. Button visual content */
}
.custom-file-wrapper .custom-file-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ff2f91;
  /* Pink background */
  border: 3px solid #ffffff;
  /* White border */
  border-radius: 50px;
  /* Pill shape */
  padding: 12px 30px;
  /* Cyan solid shadow */
  box-shadow: 6px 6px 0px 0px #01b7cc;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* Hover effect: slight press */
}
.custom-file-wrapper .custom-file-content:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0px 0px #01b7cc;
}
.custom-file-wrapper .custom-file-content {
  /* Active effect: full press */
}
.custom-file-wrapper .custom-file-content:active {
  transform: translate(6px, 6px);
  box-shadow: 0px 0px 0px 0px #01b7cc;
}
.custom-file-wrapper {
  /* 4. Text styling */
}
.custom-file-wrapper .custom-file-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 50px;
  /* Prevent long file names from breaking the button layout */
  min-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-file-wrapper {
  /* 5. Icon styling */
}
.custom-file-wrapper .custom-file-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  margin-bottom: 0 !important;
}

.pink_block .wpcf7 {
  padding: 40px 90px 40px 0;
  background: #ff2f91;
  box-shadow: 12px 12px 0px 0px #01b7cc;
  border-radius: 0 40px 40px 0;
  position: relative;
}
@media (max-width: 999px) {
  .pink_block .wpcf7 {
    padding: 20px 20px 20px 0;
    border-radius: 0 30px 30px 0;
    margin-top: -3px;
  }
}
.pink_block .wpcf7::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50vw;
  width: 50vw;
  height: 100%;
  background-color: #ff2f91;
}
.pink_block .wpcf7::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: -42vw;
  width: 50vw;
  height: 12px;
  background-color: #01b7cc;
}
.pink_block form p br {
  display: none;
}
.pink_block form p span input,
.pink_block form p span textarea {
  border-width: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 154%;
  color: #000000;
  height: 76px;
  background-color: transparent;
  border-bottom: 2px solid #000000;
  padding-left: 0;
  border-left: 0px;
  border-radius: 0;
}
.pink_block form p span input::placeholder,
.pink_block form p span textarea::placeholder {
  color: #000000;
}
.pink_block form p span textarea {
  height: 120px;
}
.pink_block form p span.wpcf7-not-valid-tip {
  background-color: #000;
}
.pink_block .acceptance-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
}
.pink_block .acceptance-row .acceptance-col p span.wpcf7-list-item {
  margin-left: 0;
}
.pink_block .acceptance-row .acceptance-col p span.wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
}
.pink_block .acceptance-row .acceptance-col p span.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pink_block .acceptance-row .acceptance-col p span.wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 7l2.5 2.5L11 4'/%3E%3C/svg%3E");
}
.pink_block .acceptance-row .acceptance-col p span.wpcf7-list-item label span.wpcf7-list-item-label {
  display: block;
}
.pink_block .acceptance-row .acceptance-col p span.wpcf7-list-item label span.wpcf7-list-item-label a {
  color: #000;
}
.pink_block .acceptance-row .acceptance-col p span.wpcf7-list-item label span.wpcf7-list-item-label a:hover {
  text-decoration: underline;
}
.pink_block .acceptance-row .acceptance-col p span.wpcf7-list-item label span.wpcf7-list-item-label {
  /* Create the custom checkbox */
}
.pink_block .acceptance-row .acceptance-col p span.wpcf7-list-item label span.wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #000000;
  flex-shrink: 0;
  background-color: transparent;
  transition: 0.2s ease-in-out;
  margin-right: 12px;
}
.pink_block .acceptance-row > p input {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ff2f91;
  padding: 12px 30px !important;
  border-radius: 50px !important;
  box-shadow: 6px 6px 0px 0px #01b7cc;
}
.pink_block .acceptance-row > p span.wpcf7-spinner {
  position: absolute;
}

.contact_row .row-bg-wrap .row-bg {
  background-size: auto !important;
}
@media (max-width: 999px) {
  .contact_row .text-col {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
.contact_row .text-col .wow-text p {
  font-weight: 700;
  font-size: 110px;
  line-height: 100%;
  color: #01b7cc;
}
@media (max-width: 1400px) {
  .contact_row .text-col .wow-text p {
    font-size: 80px;
  }
}
@media (max-width: 999px) {
  .contact_row .text-col .wow-text p {
    font-size: 60px;
  }
}
.contact_row .text-col .wow-text p strong {
  color: #ff2f91;
}
.contact_row .text-col .contacts_info .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 47px;
}
@media (max-width: 999px) {
  .contact_row .text-col .contacts_info .vc_column-inner > .wpb_wrapper {
    gap: 20px;
  }
}
.contact_row .text-col .contacts_info .vc_column-inner > .wpb_wrapper .wpb_text_column p strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  .contact_row .text-col .email_item {
    margin-top: 50px;
  }
}
.contact_row .text-col .email_item p a {
  font-weight: 700;
  font-size: 52px;
  line-height: 120%;
  color: #01b7cc;
  margin-top: 9px;
}
@media (max-width: 999px) {
  .contact_row .text-col .email_item p a {
    font-size: 32px;
  }
}
.contact_row .text-col .email_item p a strong {
  color: #ff2f91;
}

.team-member {
  max-width: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 999px) {
  .team-member {
    max-width: 130px;
  }
}
.team-member img {
  margin-bottom: -19px !important;
}
.team-member h4 {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 80% !important;
  text-align: center;
  display: block;
  max-width: 130px;
  margin: 0 auto;
}
.team-member .position {
  font-weight: 700;
  font-size: 20px;
  line-height: 80%;
  text-align: center;
  display: block;
  max-width: 130px;
  margin: 0 auto;
  color: #01b7cc;
}

.about_us_page .row-bg-wrap .row-bg {
  background-size: auto !important;
}
.about_us_page .text-col .vc_column-inner {
  position: relative;
}
@media (min-width: 1000px) {
  .about_us_page .text-col .vc_column-inner {
    padding-right: 140px;
    padding-top: 74px;
  }
}
.about_us_page .text-col .vc_column-inner::before {
  position: absolute;
  top: 242px;
  right: -93px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "CZEŚĆ!";
  font-weight: 700;
  font-size: 110px;
  line-height: 100%;
  color: #01b7cc;
}
@media (max-width: 999px) {
  .about_us_page .text-col .vc_column-inner::before {
    position: relative;
    font-size: 64px;
    line-height: 0;
    top: unset;
    right: unset;
  }
}
.about_us_page .text-col .vc_column-inner > .wpb_wrapper {
  padding: 64px 64px 64px 0;
  background: #ff2f91;
  box-shadow: 12px 12px 0px 0px #01b7cc;
  border-radius: 0 40px 40px 0;
  position: relative;
}
@media (max-width: 999px) {
  .about_us_page .text-col .vc_column-inner > .wpb_wrapper {
    padding: 20px 20px 20px 0;
    border-radius: 0 30px 30px 0;
    margin-top: -3px;
  }
}
.about_us_page .text-col .vc_column-inner > .wpb_wrapper p {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #000;
}
.about_us_page .text-col .vc_column-inner > .wpb_wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: -47vw;
  width: 50vw;
  height: 100%;
  background-color: #ff2f91;
  z-index: -1;
}
.about_us_page .text-col .vc_column-inner > .wpb_wrapper::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: -40vw;
  width: 50vw;
  height: 12px;
  background-color: #01b7cc;
}
@media (max-width: 999px) {
  .about_us_page .team_items {
    margin-top: 70px;
  }
}
.about_us_page .team_items .inner_row .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 600px) {
  .about_us_page .team_items .inner_row .vc_column-inner > .wpb_wrapper {
    justify-content: center !important;
  }
}
@media (min-width: 1600px) {
  .about_us_page .hello-wow {
    margin-top: -149px;
  }
}
.about_us_page .hello-wow p {
  font-weight: 700;
  font-size: 162px;
  line-height: 100%;
  color: #01b7cc;
}
@media (max-width: 1400px) {
  .about_us_page .hello-wow p {
    font-size: 140px;
  }
}
@media (max-width: 999px) {
  .about_us_page .hello-wow p {
    font-size: 90px;
  }
}
@media (max-width: 600px) {
  .about_us_page .hello-wow p {
    font-size: 60px;
  }
}
.about_us_page .hello-wow p strong {
  color: #ff2f91;
}

.oferta_row-1 .row-bg-wrap .row-bg {
  background-size: contain !important;
}
.oferta_row-1 .title_col h1,
.oferta_row-1 .title_col h2 {
  font-weight: 700;
  font-size: 162px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ff2f91;
}
@media (max-width: 1200px) {
  .oferta_row-1 .title_col h1,
  .oferta_row-1 .title_col h2 {
    font-size: 120px;
  }
}
@media (max-width: 999px) {
  .oferta_row-1 .title_col h1,
  .oferta_row-1 .title_col h2 {
    font-size: 64px;
  }
}
.oferta_row-1 .title_col h1 strong,
.oferta_row-1 .title_col h2 strong {
  font-size: 110px;
  color: #01b7cc;
  display: block;
  margin-left: 82px;
  margin-top: -59px;
}
@media (max-width: 1200px) {
  .oferta_row-1 .title_col h1 strong,
  .oferta_row-1 .title_col h2 strong {
    font-size: 75px;
    margin-left: 57px;
    margin-top: -46px;
  }
}
@media (max-width: 999px) {
  .oferta_row-1 .title_col h1 strong,
  .oferta_row-1 .title_col h2 strong {
    font-size: 60px;
    margin-left: 57px;
    margin-top: -26px;
  }
}
.oferta_row-1 .text_col p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.oferta_row-1 .text_col p strong {
  color: #ff2f91;
}

.oferta_row-2 .text-col .vc_column-inner > .wpb_wrapper {
  padding: 64px 64px 64px 0;
  background: #ff2f91;
  box-shadow: 12px 12px 0px 0px #01b7cc;
  border-radius: 0 40px 40px 0;
  position: relative;
}
@media (max-width: 999px) {
  .oferta_row-2 .text-col .vc_column-inner > .wpb_wrapper {
    padding: 20px 20px 20px 0;
    border-radius: 0 30px 30px 0;
    margin-top: -3px;
  }
}
.oferta_row-2 .text-col .vc_column-inner > .wpb_wrapper p {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #000;
}
.oferta_row-2 .text-col .vc_column-inner > .wpb_wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: -47vw;
  width: 50vw;
  height: 100%;
  background-color: #ff2f91;
  z-index: -1;
}
.oferta_row-2 .text-col .vc_column-inner > .wpb_wrapper::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: -40vw;
  width: 50vw;
  height: 12px;
  background-color: #01b7cc;
}
@media (min-width: 1000px) {
  .oferta_row-3 {
    margin-top: -446px;
  }
}
.oferta_row-3 .nectar-flickity {
  overflow: hidden;
}
@media (max-width: 999px) {
  .oferta_row-3 .nectar-flickity .cell {
    width: 315px !important;
  }
}
.oferta_row-3 .nectar-flickity .cell .inner-wrap-outer .inner-wrap {
  position: relative;
  /* Main pink border */
  border: 3px solid #ff2f91;
  /* Adjust border-radius to match your design perfectly */
  height: 334px;
  border-radius: 40px;
  padding: 60px 15px 20px 15px;
  /* Cyan shifted border using a pseudo-element */
}
.oferta_row-3 .nectar-flickity .cell .inner-wrap-outer .inner-wrap::after {
  content: "";
  position: absolute;
  /* Shift the border 15px down and to the right */
  top: 15px;
  left: 15px;
  /* Match the size of the main block */
  width: 100%;
  height: 100%;
  /* Cyan border */
  border: 3px solid #01b7cc;
  /* Inherit the 40px radius from the parent (.inner-wrap) */
  border-radius: inherit;
  /* Push it behind the main block */
  z-index: -1;
  /* Ensure it doesn't block any mouse clicks */
  pointer-events: none;
  box-sizing: border-box;
}
.oferta_row-3 .nectar-flickity .cell .inner-wrap-outer .inner-wrap .img-with-aniamtion-wrap .hover-wrap-inner {
  width: 100%;
  margin-bottom: 34px;
}
.oferta_row-3 .nectar-flickity .cell .inner-wrap-outer .inner-wrap .img-with-aniamtion-wrap .hover-wrap-inner img {
  width: 100px;
  margin: 0 auto;
}
.oferta_row-3 .nectar-flickity .cell .inner-wrap-outer .inner-wrap .wpb_text_column p {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
}
.oferta_row-3 .nectar-flickity .cell .inner-wrap-outer .inner-wrap .wpb_text_column p strong {
  font-weight: 700;
  color: #01b7cc;
}

.oferta_row-4 h2 {
  font-weight: 700;
  font-size: 110px;
  line-height: 50%;
  text-transform: uppercase;
  color: #ff2f91;
  z-index: 1;
  position: relative;
}
@media (max-width: 1200px) {
  .oferta_row-4 h2 {
    font-size: 90px;
  }
}
@media (max-width: 999px) {
  .oferta_row-4 h2 {
    font-size: 60px;
  }
}
.oferta_row-4 h2 strong {
  font-size: 64px;
  color: #01b7cc;
  display: block;
  margin-left: 82px;
  margin-top: 13px;
}
@media (max-width: 1200px) {
  .oferta_row-4 h2 strong {
    font-size: 73px;
    margin-left: 63px;
  }
}
@media (max-width: 999px) {
  .oferta_row-4 h2 strong {
    font-size: 50px;
    margin-left: 46px;
  }
}
.oferta_row-4 .carousel-dynamic-wrapper {
  margin-top: -46px;
}
.oferta_row-4 .flickity-viewport {
  margin-top: 0px !important;
}
.oferta_row-4 .flickity-viewport .flickity-slider {
  margin: 0 !important;
}
.oferta_row-4 .flickity-viewport .flickity-slider .cell {
  margin: 0 30px !important;
  width: calc(33.3% - 40px) !important;
  position: relative;
  padding: 0 10px 10px 0 !important;
  z-index: 1;
}
@media (max-width: 999px) {
  .oferta_row-4 .flickity-viewport .flickity-slider .cell {
    padding: 0 5px 5px 0 !important;
    width: calc(50% - 30px) !important;
  }
}
@media (max-width: 600px) {
  .oferta_row-4 .flickity-viewport .flickity-slider .cell {
    padding: 0 3px 3px 0 !important;
    width: 100% !important;
  }
}
.oferta_row-4 .flickity-viewport .flickity-slider .cell img {
  border-bottom-right-radius: 50px;
  padding: 0 !important;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.oferta_row-4 .flickity-viewport .flickity-slider .cell a {
  z-index: 3;
}
.oferta_row-4 .flickity-viewport .flickity-slider .cell::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: 60px;
  padding: 10px;
  background: linear-gradient(to bottom, #ff2f91, #01b7cc);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 999px) {
  .oferta_row-4 .flickity-viewport .flickity-slider .cell::after {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .oferta_row-4 .flickity-viewport .flickity-slider .cell::after {
    padding: 3px;
  }
}
.oferta_row-4 .flickity-viewport .flickity-slider .cell {
  transition: all 0.3s ease-in-out;
}
.oferta_row-4 button.flickity-button {
  height: 50px !important;
  width: 50px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.oferta_row-4 button.flickity-button svg {
  display: none;
}
.oferta_row-4 button.flickity-button.previous {
  background-image: url(/wp-content/uploads/2026/04/Group-181.png);
  left: -27px !important;
}
.oferta_row-4 button.flickity-button.next {
  background-image: url(/wp-content/uploads/2026/04/Group-18.png);
  right: -27px !important;
}
.oferta_row-4 button.flickity-button::after {
  display: none !important;
}

.single-portfolio .bento-gallery-container .bento-item a::before {
  background: transparent;
}

.portfolio-filters.first-section.is-sticky {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  padding: 12px 55px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  z-index: 999 !important;
}
@media (max-width: 999px) {
  .portfolio-filters.first-section.is-sticky {
    padding: 0 15px !important;
  }
}
@media (max-width: 600px) {
  .portfolio-filters.first-section.is-sticky {
    top: 93px !important;
    gap: 5px !important;
  }
  .portfolio-filters.first-section.is-sticky a.portfolio-filter-btn {
    font-size: 10px !important;
    border-radius: 40px !important;
    padding: 7px 14px !important;
    font-weight: 100 !important;
  }
}

.oferta_row-2 .row_col_wrap_12.col.span_12.dark.left {
  justify-content: space-between;
}

.test-icons-row .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
  align-items: start;
}
.test-icons-row .wpb_wrapper .clear {
  display: none;
}
.test-icons-row .iwithtext {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 40px;
  padding: 60px 15px 28px;
  box-sizing: border-box;
  text-align: center;
  border: 3px solid #ff2f91;
}
.test-icons-row .iwithtext::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  border: 3px solid #01b7cc;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
}
.test-icons-row .iwithtext .iwt-icon {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.test-icons-row .iwithtext .iwt-icon img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.test-icons-row .iwithtext .iwt-text {
  width: 100%;
  padding-left: 0 !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.test-icons-row .iwithtext .iwt-text p {
  margin: 0;
  line-height: 1.25;
}
.test-icons-row .iwithtext .iwt-text p:first-child {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.test-icons-row .iwithtext .iwt-text p:last-child {
  color: #00e5e8;
  font-size: 16px;
  font-weight: 700;
}
.test-icons-row .iwithtext .iwt-text strong {
  color: #00e5e8;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .test-icons-row .wpb_wrapper {
    gap: 5px !important;
    grid-template-columns: 1fr 1fr;
  }
  .test-icons-row .wpb_wrapper .iwithtext {
    max-width: 90%;
  }
  .test-icons-row .wpb_wrapper .iwithtext .iwt-icon {
    top: 15px;
  }
  .test-icons-row .wpb_wrapper .iwithtext .iwt-icon img {
    width: 32px !important;
    height: 32px !important;
  }
  .test-icons-row .wpb_wrapper .iwithtext .iwt-text {
    font-size: 16px;
  }
  .test-icons-row .wpb_wrapper .iwithtext .iwt-text p,
  .test-icons-row .wpb_wrapper .iwithtext .iwt-text strong {
    font-size: 16px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .test-icons-row .iwithtext {
    padding: 50px 12px 22px;
  }
  .test-icons-row .iwithtext .iwt-icon img {
    width: 52px;
    height: 52px;
  }
}

.oferta-gallery-row {
  border-width: 2px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-style: solid;
  border-color: transparent;
  background: linear-gradient(#010101, #010101) padding-box, linear-gradient(270deg, #ff2f91 5.33%, #01b7cc 99.94%) border-box;
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .oferta_row-1 .title_col h1,
  .oferta_row-1 .title_col.oferta_custom_title_syles h2 {
    font-size: 90px;
  }
  .oferta_row-1 .title_col h1 strong,
  .oferta_row-1 .title_col.oferta_custom_title_syles h2 strong {
    font-size: 82px;
    margin-top: -35px;
  }
}
@media (min-width: 1301px) and (max-width: 1800px) {
  .oferta_row-1 .title_col h1,
  .oferta_row-1 .title_col.oferta_custom_title_syles h2 {
    font-size: 110px;
  }
  .oferta_row-1 .title_col h1 strong,
  .oferta_row-1 .title_col.oferta_custom_title_syles h2 strong {
    font-size: 92px;
    margin-top: -43px;
  }
}
@media (min-width: 1000px) {
  .oferta_row-2.custom_oferta_row_styles .text-col .vc_column-inner > .wpb_wrapper {
    padding: 64px 0px 64px 64px;
    background: #ff2f91;
    box-shadow: -12px 12px 0 0 #01b7cc;
    border-radius: 40px 0px 0px 40px !important;
    position: relative;
  }
  .oferta_row-2.custom_oferta_row_styles .text-col .vc_column-inner > .wpb_wrapper p {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #000;
  }
  .oferta_row-2.custom_oferta_row_styles .text-col .vc_column-inner > .wpb_wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    right: -47vw !important;
    left: unset;
    width: 50vw;
    height: 100%;
    background-color: #ff2f91;
    z-index: -1;
  }
  .oferta_row-2.custom_oferta_row_styles .text-col .vc_column-inner > .wpb_wrapper::after {
    position: absolute;
    content: "";
    bottom: -12px;
    right: -40vw !important;
    left: unset;
    width: 50vw;
    height: 12px;
    background-color: #01b7cc;
  }
}

.nectar-cta .nectar-button-type {
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #FF2F91;
  border: 3px solid #FFFFFF;
  box-shadow: 6px 6px 0px 0px #01B7CC;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 999px) {
  .nectar-cta .nectar-button-type {
    border: 2px solid #FFFFFF;
    font-size: 12px !important;
    line-height: 12px !important;
    box-shadow: 3px 3px 0px 0px #01B7CC;
  }
}
.nectar-cta .nectar-button-type:hover {
  box-shadow: 0px 0px 0px 0px #01B7CC;
}

@media (min-width: 1000px) {
  .home #header-outer:not(.small-nav) {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 999px) {
  .home #header-outer:not(.scrolled-down) {
    opacity: 0;
    pointer-events: none;
  }
}

#header-outer {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1000px) {
  #header-outer a#logo {
    margin-top: 20.5px !important;
    margin-bottom: 20.5px !important;
  }
}
@media (min-width: 1000px) {
  #header-outer ul.sf-menu {
    height: 70px !important;
  }
}

header#top {
  margin-top: 21px;
}
@media (max-width: 999px) {
  header#top > .container > .row {
    padding: 10px 20px !important;
    position: relative !important;
    width: auto !important;
    margin: 0 auto;
    background-color: rgba(1, 1, 1, 0.3019607843);
    border-radius: 50px;
    z-index: 0 !important;
    backdrop-filter: blur(34px);
  }
  header#top > .container > .row::before {
    height: 100%;
    width: 100%;
    top: -2px !important;
    left: -2px !important;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: conic-gradient(from 90deg at 50% 50%, #FF2F91 -36.57deg, #01B7CC 41.17deg, #FF2F91 128.39deg, #01B7CC 220.86deg, #FF2F91 323.43deg, #01B7CC 401.17deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
  }
  header#top > .container > .row .col.span_9.col_last {
    right: 20px;
  }
  header#top > .container > .row .col.span_9.col_last .slide-out-widget-area-toggle.mobile-icon .lines-button:after, header#top > .container > .row .col.span_9.col_last .slide-out-widget-area-toggle.mobile-icon .lines:after, header#top > .container > .row .col.span_9.col_last .slide-out-widget-area-toggle.mobile-icon .lines:before {
    height: 1px !important;
    width: 18px !important;
  }
}
header#top .col_last nav ul.sf-menu {
  position: relative !important;
  width: auto !important;
  margin: 0 auto;
  background-color: rgba(1, 1, 1, 0.3019607843);
  border-radius: 50px;
  z-index: 0 !important;
  padding: 0 25px !important;
  backdrop-filter: blur(34px);
}
header#top .col_last nav ul.sf-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: conic-gradient(from 90deg at 50% 50%, #FF2F91 -36.57deg, #01B7CC 41.17deg, #FF2F91 128.39deg, #01B7CC 220.86deg, #FF2F91 323.43deg, #01B7CC 401.17deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

body #header-outer, body[data-header-color=dark] #header-outer {
  background-color: transparent;
  box-shadow: none !important;
}

.header-outer__gradient-blur-wrapper, .header-outer__gradient-blur-wrapper > div {
  display: none;
}

.yoast-breadcrumbs > span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 999px) {
  .yoast-breadcrumbs > span {
    gap: 10px;
  }
}
.yoast-breadcrumbs > span img {
  margin-bottom: 0 !important;
}
.yoast-breadcrumbs > span span {
  font-weight: 500;
  font-size: 12px;
  line-height: 114%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.yoast-breadcrumbs > span span a {
  color: rgba(255, 255, 255, 0.6980392157);
}
.yoast-breadcrumbs > span span a:hover {
  text-decoration: underline;
}

@media (max-width: 999px) {
  .nectar_hook_global_section_footer .normal-container .footer-top .left_col {
    order: 2;
  }
}
.nectar_hook_global_section_footer .normal-container .footer-top .left_col .vc_column-inner > .wpb_wrapper {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .nectar_hook_global_section_footer .normal-container .footer-top .left_col .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 31px;
    margin-bottom: 43px;
  }
}
@media (max-width: 999px) {
  .nectar_hook_global_section_footer .normal-container .footer-top .center_col {
    order: 1;
  }
}
.nectar_hook_global_section_footer .normal-container .footer-top .center_col .hover-wrap {
  margin-bottom: 7px;
}
.nectar_hook_global_section_footer .normal-container .footer-top .center_col .wpb_text_column p {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}
@media (max-width: 999px) {
  .nectar_hook_global_section_footer .normal-container .footer-top .right_col {
    order: 3;
  }
}
.nectar_hook_global_section_footer .normal-container .footer-top .right_col .vc_column-inner > .wpb_wrapper {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 999px) {
  .nectar_hook_global_section_footer .normal-container .footer-top .right_col .vc_column-inner > .wpb_wrapper {
    gap: 7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  .nectar_hook_global_section_footer .normal-container .footer_bottom .left_col {
    margin-bottom: 8px;
  }
}
.nectar_hook_global_section_footer .normal-container .footer_bottom .left_col .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .nectar_hook_global_section_footer .normal-container .footer_bottom .left_col .vc_column-inner > .wpb_wrapper {
    justify-content: center;
  }
}
.nectar_hook_global_section_footer .normal-container .footer_bottom .left_col .vc_column-inner > .wpb_wrapper p {
  font-weight: 400;
  font-size: 12px;
  line-height: 154%;
}
.nectar_hook_global_section_footer .normal-container .footer_bottom .right_col .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 999px) {
  .nectar_hook_global_section_footer .normal-container .footer_bottom .right_col .vc_column-inner > .wpb_wrapper {
    justify-content: center;
  }
}
.nectar_hook_global_section_footer .normal-container .footer_bottom .right_col .vc_column-inner > .wpb_wrapper p {
  font-weight: 400;
  font-size: 12px;
  line-height: 154%;
}
.nectar_hook_global_section_footer .normal-container .footer_bottom .right_col .vc_column-inner > .wpb_wrapper p a img {
  margin-bottom: 0;
  margin-left: 4px;
}

.main_dark_row video.nectar-video-bg {
  object-fit: contain !important;
}
@media (min-width: 1000px) {
  .main_dark_row video.nectar-video-bg {
    height: 81vh !important;
    top: 19px !important;
  }
}
@media (min-width: 1700px) {
  .main_dark_row video.nectar-video-bg {
    height: 764px !important;
  }
}
@media (max-width: 999px) {
  .main_dark_row video.nectar-video-bg {
    top: -37px;
  }
}
@media (max-width: 999px) {
  .main_dark_row .wpb_wrapper .vc_custom_heading {
    font-size: 23px !important;
  }
}

.big_bg_row-1.wpb_row .text-first {
  font-size: 162px;
  line-height: 100%;
  text-transform: uppercase;
  text-shadow: 0px 4px 54px rgba(0, 0, 0, 0.9490196078);
}
@media (max-width: 1300px) {
  .big_bg_row-1.wpb_row .text-first {
    font-size: 81px !important;
  }
}
@media (max-width: 999px) {
  .big_bg_row-1.wpb_row .text-first {
    font-size: 54px !important;
  }
}
.big_bg_row-1.wpb_row .text-second {
  font-size: 110px;
  line-height: 100%;
  text-transform: uppercase;
  text-shadow: 0px 4px 54px rgba(0, 0, 0, 0.9490196078);
  margin-left: 82px;
  margin-top: -42px;
}
@media (max-width: 1300px) {
  .big_bg_row-1.wpb_row .text-second {
    font-size: 55px !important;
    margin-left: 41px;
    margin-top: -21px;
  }
}
@media (max-width: 999px) {
  .big_bg_row-1.wpb_row .text-second {
    font-size: 36px !important;
    margin-left: 24px;
    margin-top: -13px;
  }
}

.big_bg_row-2.wpb_row .text-first {
  font-size: 162px;
  line-height: 100% !important;
  text-transform: uppercase;
  text-shadow: 0px 4px 54px rgba(0, 0, 0, 0.9490196078);
}
@media (max-width: 1300px) {
  .big_bg_row-2.wpb_row .text-first {
    font-size: 81px !important;
  }
}
@media (max-width: 999px) {
  .big_bg_row-2.wpb_row .text-first {
    font-size: 54px !important;
  }
}
.big_bg_row-2.wpb_row .text-first::first-letter {
  color: #01b7cc !important;
}
.big_bg_row-2.wpb_row .text-second {
  font-size: 110px;
  line-height: 100%;
  text-transform: uppercase;
  text-shadow: 0px 4px 54px rgba(0, 0, 0, 0.9490196078);
  margin-top: -24px;
  writing-mode: vertical-rl;
  margin-left: -6px;
}
@media (max-width: 1300px) {
  .big_bg_row-2.wpb_row .text-second {
    font-size: 55px !important;
    margin-top: -21px;
    margin-left: -4px;
  }
}
@media (max-width: 999px) {
  .big_bg_row-2.wpb_row .text-second {
    font-size: 36px !important;
    margin-top: -17px;
    margin-left: 3px;
  }
}

.big_bg_row-3.wpb_row {
  min-height: 400px;
}
.big_bg_row-3.wpb_row .text-first {
  font-size: 162px;
  line-height: 100% !important;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0px 4px 54px rgba(0, 0, 0, 0.9490196078);
}
@media (max-width: 1300px) {
  .big_bg_row-3.wpb_row .text-first {
    font-size: 81px !important;
  }
}
@media (max-width: 999px) {
  .big_bg_row-3.wpb_row .text-first {
    font-size: 54px !important;
  }
}
.big_bg_row-3.wpb_row .text-second {
  font-size: 110px;
  line-height: 100%;
  text-transform: uppercase;
  text-shadow: 0px 4px 54px rgba(0, 0, 0, 0.9490196078);
  margin-top: -68px;
  writing-mode: vertical-rl;
  margin-left: 239px;
  text-orientation: upright;
  letter-spacing: -57px;
}
@media (max-width: 1300px) {
  .big_bg_row-3.wpb_row .text-second {
    font-size: 55px !important;
    margin-top: -38px;
    margin-left: 119px;
    letter-spacing: -18px;
  }
}
@media (max-width: 999px) {
  .big_bg_row-3.wpb_row .text-second {
    font-size: 36px !important;
    margin-top: -29px;
    margin-left: 84px;
  }
}
.big_bg_row-3.wpb_row .text-3 {
  font-size: 110px;
  line-height: 100%;
  text-transform: uppercase;
  text-shadow: 0px 4px 54px rgba(0, 0, 0, 0.9490196078);
  margin-bottom: -10px !important;
  writing-mode: vertical-rl;
  margin-left: 239px;
  text-orientation: upright;
  letter-spacing: -57px;
}
@media (max-width: 1300px) {
  .big_bg_row-3.wpb_row .text-3 {
    font-size: 55px !important;
    margin-bottom: -2px !important;
    margin-left: 119px;
    letter-spacing: -28px;
  }
}
@media (max-width: 999px) {
  .big_bg_row-3.wpb_row .text-3 {
    font-size: 36px !important;
    margin-bottom: 9px !important;
    margin-left: 84px;
  }
}

.big_bg_row-4.wpb_row .text-first {
  font-size: 162px;
  line-height: 100% !important;
  text-transform: uppercase;
  text-shadow: 0px 4px 54px rgba(0, 0, 0, 0.9490196078);
}
@media (max-width: 1300px) {
  .big_bg_row-4.wpb_row .text-first {
    font-size: 81px !important;
  }
}
@media (max-width: 999px) {
  .big_bg_row-4.wpb_row .text-first {
    font-size: 54px !important;
  }
}
.big_bg_row-4.wpb_row .text-first::after {
  content: ".";
  color: #01b7cc;
}
.big_bg_row-4.wpb_row .text-second {
  font-size: 93px;
  line-height: 100% !important;
  text-transform: uppercase;
  text-shadow: 0px 4px 54px rgba(0, 0, 0, 0.9490196078);
  margin-left: 82px;
  margin-top: -42px;
}
.big_bg_row-4.wpb_row .text-second::after {
  content: ".";
  color: #ff2f91;
}
@media (max-width: 1300px) {
  .big_bg_row-4.wpb_row .text-second {
    font-size: 55px !important;
    margin-left: 41px;
    margin-top: -21px;
  }
}
@media (max-width: 999px) {
  .big_bg_row-4.wpb_row .text-second {
    font-size: 36px !important;
    line-height: 29px !important;
    margin-left: 24px;
    margin-top: -13px;
  }
}

.milestone_row .row-bg.viewport-desktop.using-image {
  background-position: -88% center !important;
  background-size: contain !important;
}
@media (max-width: 999px) {
  .milestone_row .row-bg.viewport-desktop.using-image {
    background-position: 69% -5% !important;
    background-size: 173% !important;
  }
}
@media (max-width: 999px) {
  .milestone_row .title_col {
    margin-bottom: 68px;
  }
}
.milestone_row .title_col .wpb_text_column h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 152px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ff2f91;
}
@media (max-width: 1300px) {
  .milestone_row .title_col .wpb_text_column h3 {
    font-size: 130px;
  }
}
@media (max-width: 999px) {
  .milestone_row .title_col .wpb_text_column h3 {
    font-size: 94px;
  }
}
.milestone_row .title_col .wpb_text_column p {
  font-weight: 700;
  font-size: 100px;
  line-height: 90%;
  text-transform: uppercase;
  color: #01b7cc;
  padding-bottom: 0;
  margin-left: 63px;
}
@media (max-width: 1300px) {
  .milestone_row .title_col .wpb_text_column p {
    font-size: 70px;
  }
}
@media (max-width: 999px) {
  .milestone_row .title_col .wpb_text_column p {
    font-size: 56px;
    margin-left: 0;
  }
}
.milestone_row .title_col .wpb_text_column p strong {
  color: #ff2f91;
}
.milestone_row .text_col_colored_borders {
  margin-bottom: 33px;
  position: relative;
  border-radius: 60px 0 0 60px;
  border-style: solid;
  border-color: transparent;
  border-width: 2px 0 2px 2px;
  padding: 60px 0 60px 60px;
  background: linear-gradient(#010101, #010101) padding-box, linear-gradient(270deg, #ff2f91 5.33%, #01b7cc 99.94%) border-box;
}
@media (max-width: 999px) {
  .milestone_row .text_col_colored_borders {
    padding: 34px 0 34px 16px;
    border-radius: 30px 0 0 30px;
    margin-bottom: 36px !important;
  }
}
.milestone_row .text_col_colored_borders p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 999px) {
  .milestone_row .text_col_colored_borders p {
    font-size: 16px;
  }
}
.milestone_row .text_col_colored_borders::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100vw;
  background-color: #ff2f91;
  top: -2px;
  right: -100vw;
}
.milestone_row .text_col_colored_borders::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100vw;
  background-color: #ff2f91;
  bottom: -2px;
  right: -100vw;
}
.milestone_row .milestone_col .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  gap: 35px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.milestone_row .milestone_col .vc_column-inner > .wpb_wrapper .nectar-milestone .number {
  font-weight: 500;
  font-size: 206px !important;
  line-height: 100% !important;
  color: #ffffff;
  text-shadow: 5px -5px 7px rgba(255, 47, 145, 0.8), -6px 7px 7px #01b7cc;
}
@media (max-width: 1300px) {
  .milestone_row .milestone_col .vc_column-inner > .wpb_wrapper .nectar-milestone .number {
    font-size: 176px !important;
  }
}
@media (max-width: 999px) {
  .milestone_row .milestone_col .vc_column-inner > .wpb_wrapper .nectar-milestone .number {
    font-size: 136px !important;
  }
}
.milestone_row .milestone_col .vc_column-inner > .wpb_wrapper .nectar-milestone .subject {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.milestone_row .second_title_col p {
  font-weight: 700;
  font-size: 152px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ff2f91;
}
@media (max-width: 1300px) {
  .milestone_row .second_title_col p {
    font-size: 100px !important;
  }
}
@media (max-width: 999px) {
  .milestone_row .second_title_col p {
    font-size: 54px !important;
  }
}
.milestone_row .second_title_col p strong {
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  text-transform: uppercase;
  color: #01b7cc;
  margin-left: 82px;
  margin-top: -31px;
  display: block;
}
@media (max-width: 1300px) {
  .milestone_row .second_title_col p strong {
    font-size: 70px !important;
    margin-left: 50px;
    margin-top: -22px;
  }
}
@media (max-width: 999px) {
  .milestone_row .second_title_col p strong {
    font-size: 36px !important;
    margin-left: 24px;
    margin-top: -9px;
  }
}

/* ==========================================================================
   Crossfade Logo Carousel
   ========================================================================== */
.logo-fade-carousel .portfolio-items {
  position: relative !important;
  /* Fixed block height to prevent page jumping */
  height: 120px !important;
  overflow: hidden;
  /* Wrapper created by JS for each set of logos */
}
.logo-fade-carousel .portfolio-items .slide-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  /* Smooth crossfade transition */
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  z-index: 1;
}
.logo-fade-carousel .portfolio-items .slide-group.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.logo-fade-carousel .portfolio-items .slide-group {
  /* Override Isotope styles */
}
.logo-fade-carousel .portfolio-items .slide-group .element {
  position: static !important;
  transform: none !important;
  /* 6 logos per row for desktop */
  width: 16.6666666667% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px !important;
}
.logo-fade-carousel .portfolio-items .slide-group .element .inner-wrap {
  width: 100%;
  text-align: center;
}
.logo-fade-carousel .portfolio-items .slide-group .element img {
  max-width: 100%;
  height: auto;
  max-height: 75px;
  object-fit: contain;
}
.logo-fade-carousel .portfolio-items .slide-group {
  /* Responsive */
}
@media (max-width: 999px) {
  .logo-fade-carousel .portfolio-items .slide-group .element {
    width: 33.3333333333% !important;
  }
}
@media (max-width: 600px) {
  .logo-fade-carousel .portfolio-items .slide-group .element {
    width: 50% !important;
  }
}

.logos_row {
  margin-top: 36px;
}
.logos_row .portfolio-items .element {
  width: 16.6666666667%;
}
.logos_row .portfolio-items .element .inner-wrap .work-item {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 15px 0;
}
.logos_row .portfolio-items .element .inner-wrap .work-item .work-info-bg,
.logos_row .portfolio-items .element .inner-wrap .work-item .work-info {
  display: none;
}
.logos_row .row_col_wrap_12 .vc_column-inner .column-image-bg {
  background-size: contain;
  background-position: unset !important;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.logos_row .row_col_wrap_12:hover .vc_column-inner .column-image-bg {
  opacity: 0;
}
.logos_row .nectar-flickity .flickity-viewport {
  margin: 0px 0 0px 0 !important;
  min-height: 111px;
}
.logos_row .nectar-flickity .flickity-viewport .cell .hover-wrap-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 53px !important;
}
.logos_row .nectar-flickity .flickity-viewport .cell .hover-wrap-inner img {
  max-height: 53px !important;
}

.nectar-flickity.nectar-carousel button.flickity-prev-next-button {
  transform: none !important;
  height: 41px !important;
  width: 41px !important;
  top: 73% !important;
}
.nectar-flickity.nectar-carousel button.flickity-prev-next-button::after,
.nectar-flickity.nectar-carousel button.flickity-prev-next-button svg {
  display: none;
}
.nectar-flickity.nectar-carousel button.flickity-prev-next-button::before {
  background-color: transparent;
}
.nectar-flickity.nectar-carousel button.flickity-prev-next-button.previous {
  left: calc(50% - 54px);
}
.nectar-flickity.nectar-carousel button.flickity-prev-next-button.previous::before {
  content: url(/wp-content/uploads/2026/03/Frame-2.png);
  height: 41px;
  width: 41px;
}
.nectar-flickity.nectar-carousel button.flickity-prev-next-button.next {
  right: calc(50% - 54px);
}
.nectar-flickity.nectar-carousel button.flickity-prev-next-button.next::before {
  content: url(/wp-content/uploads/2026/03/Frame-2-1.png);
  height: 41px;
  width: 41px;
}

.testemonials-row .nectar-flickity.nectar-carousel button.flickity-prev-next-button {
  top: 106% !important;
}
@media (min-width: 1000px) {
  .testemonials-row .nectar-flickity.nectar-carousel button.flickity-prev-next-button {
    display: none;
  }
}
.testemonials-row .title_col h4 {
  font-weight: 700;
  font-size: 162px;
  line-height: 100%;
  color: #ff2f91;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .testemonials-row .title_col h4 {
    font-size: 100px !important;
  }
}
@media (max-width: 999px) {
  .testemonials-row .title_col h4 {
    font-size: 54px !important;
  }
}
.testemonials-row .title_col h4 strong {
  font-weight: 700;
  font-size: 110px;
  line-height: 100%;
  text-transform: uppercase;
  color: #01b7cc;
  display: block;
  margin-top: -35px;
  margin-left: 82px;
}
@media (max-width: 1300px) {
  .testemonials-row .title_col h4 strong {
    font-size: 60px !important;
    margin-top: -15px;
    margin-left: 30px;
  }
}
@media (max-width: 999px) {
  .testemonials-row .title_col h4 strong {
    font-size: 36px !important;
    margin-top: -15px;
    margin-left: 24px;
  }
}
@media (max-width: 1300px) {
  .testemonials-row .testimonials_col .flickity-viewport {
    margin: 50px 0 50px 0 !important;
  }
}
@media (max-width: 999px) {
  .testemonials-row .testimonials_col .flickity-viewport {
    margin: 35px 0 35px 0 !important;
  }
}
.testemonials-row .testimonials_col .flickity-slider .cell {
  padding: 40px !important;
  border-radius: 40px;
  height: 488px !important;
  background: linear-gradient(#010101, #010101) padding-box, linear-gradient(0deg, #ff2f91 45.65%, #01b7cc 99.97%) border-box;
  border-style: solid;
  border-color: transparent;
  border-width: 3px 3px 3px 3px;
  margin: -1.5px !important;
}
@media (max-width: 1300px) {
  .testemonials-row .testimonials_col .flickity-slider .cell {
    padding: 30px !important;
    border-radius: 30px;
  }
}
@media (max-width: 999px) {
  .testemonials-row .testimonials_col .flickity-slider .cell {
    padding: 20px !important;
    border-radius: 20px;
  }
}
@media (max-width: 690px) {
  .testemonials-row .testimonials_col .flickity-slider .cell {
    width: 85% !important;
    height: 422px !important;
  }
}
.testemonials-row .testimonials_col .flickity-slider .cell:nth-child(odd)::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -40px;
  top: -11px;
  height: 48px;
  width: calc(100% + 80px);
  background-color: #010101;
  -webkit-mask: radial-gradient(circle at bottom left, transparent 40px, black 40.5px) bottom left/51% 100% no-repeat, radial-gradient(circle at bottom right, transparent 40px, black 40.5px) bottom right/51% 100% no-repeat;
  mask: radial-gradient(circle at bottom left, transparent 40px, black 40.5px) bottom left/51% 100% no-repeat, radial-gradient(circle at bottom right, transparent 40px, black 40.5px) bottom right/51% 100% no-repeat;
}
@media (max-width: 1300px) {
  .testemonials-row .testimonials_col .flickity-slider .cell:nth-child(odd)::before {
    height: 34px;
    left: -30px;
    width: calc(100% + 60px);
    -webkit-mask: radial-gradient(circle at bottom left, transparent 30px, black 30.5px) bottom left/51% 100% no-repeat, radial-gradient(circle at bottom right, transparent 30px, black 30.5px) bottom right/51% 100% no-repeat;
    mask: radial-gradient(circle at bottom left, transparent 30px, black 30.5px) bottom left/51% 100% no-repeat, radial-gradient(circle at bottom right, transparent 30px, black 30.5px) bottom right/51% 100% no-repeat;
  }
}
@media (max-width: 999px) {
  .testemonials-row .testimonials_col .flickity-slider .cell:nth-child(odd)::before {
    height: 30px;
    left: -25px;
    width: calc(100% + 50px);
    -webkit-mask: radial-gradient(circle at bottom left, transparent 24px, black 26.5px) bottom left/51% 100% no-repeat, radial-gradient(circle at bottom right, transparent 24px, black 26.5px) bottom right/51% 100% no-repeat;
    mask: radial-gradient(circle at bottom left, transparent 24px, black 26.5px) bottom left/51% 100% no-repeat, radial-gradient(circle at bottom right, transparent 24px, black 26.5px) bottom right/51% 100% no-repeat;
  }
}
.testemonials-row .testimonials_col .flickity-slider .cell:nth-child(even)::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -40px;
  top: unset;
  bottom: -11px;
  height: 48px;
  width: calc(100% + 80px);
  background-color: #010101;
  -webkit-mask: radial-gradient(circle at top left, transparent 40px, black 40.5px) top left/51% 100% no-repeat, radial-gradient(circle at top right, transparent 40px, black 40.5px) top right/51% 100% no-repeat;
  mask: radial-gradient(circle at top left, transparent 40px, black 40.5px) top left/51% 100% no-repeat, radial-gradient(circle at top right, transparent 40px, black 40.5px) top right/51% 100% no-repeat;
}
@media (max-width: 1300px) {
  .testemonials-row .testimonials_col .flickity-slider .cell:nth-child(even)::before {
    height: 34px;
    left: -30px;
    bottom: -7px;
    width: calc(100% + 60px);
    -webkit-mask: radial-gradient(circle at top left, transparent 30px, black 30.5px) top left/51% 100% no-repeat, radial-gradient(circle at top right, transparent 30px, black 30.5px) top right/51% 100% no-repeat;
    mask: radial-gradient(circle at top left, transparent 30px, black 30.5px) top left/51% 100% no-repeat, radial-gradient(circle at top right, transparent 30px, black 30.5px) top right/51% 100% no-repeat;
  }
}
@media (max-width: 999px) {
  .testemonials-row .testimonials_col .flickity-slider .cell:nth-child(even)::before {
    height: 30px;
    left: -25px;
    bottom: -10px;
    width: calc(100% + 50px);
    -webkit-mask: radial-gradient(circle at top left, transparent 24px, black 26.5px) top left/51% 100% no-repeat, radial-gradient(circle at top right, transparent 24px, black 26.5px) top right/51% 100% no-repeat;
    mask: radial-gradient(circle at top left, transparent 24px, black 26.5px) top left/51% 100% no-repeat, radial-gradient(circle at top right, transparent 24px, black 26.5px) top right/51% 100% no-repeat;
  }
}
.testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer {
  padding: 40px;
  border-radius: 20px;
  background-color: #242424;
}
@media (max-width: 1300px) {
  .testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer {
    padding: 30px !important;
  }
}
@media (max-width: 999px) {
  .testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer {
    padding: 20px !important;
  }
}
.testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer .inner-wrap {
  max-height: 402px !important;
  overflow: hidden;
}
@media (max-width: 690px) {
  .testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer .inner-wrap {
    max-height: 343px !important;
  }
}
.testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer .inner-wrap .wpb_text_column {
  position: relative;
}
.testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer .inner-wrap .wpb_text_column::before {
  position: relative;
  content: url(/wp-content/uploads/2026/03/Frame-5.svg);
}
.testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer .inner-wrap .wpb_text_column p {
  font-weight: 400;
  font-size: 16px;
  line-height: 154%;
}
@media (max-width: 999px) {
  .testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer .inner-wrap .wpb_text_column p {
    font-size: 14px;
  }
}
.testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer .inner-wrap .wpb_text_column p:first-of-type {
  padding-top: 18px;
  padding-bottom: 8px;
}
.testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer .inner-wrap .wpb_text_column p strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 154%;
}
@media (max-width: 999px) {
  .testemonials-row .testimonials_col .flickity-slider .cell .inner-wrap-outer .inner-wrap .wpb_text_column p strong {
    font-size: 16px;
  }
}

.form_row .row-bg.viewport-desktop.using-image {
  background-size: contain;
  background-position: 78% center !important;
}
@media (max-width: 999px) {
  .form_row .row-bg.viewport-desktop.using-image {
    background-size: 196%;
    background-position: top center !important;
  }
}
.form_row .column_container .vc_column-inner > .wpb_wrapper {
  position: relative;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper::before {
  position: absolute;
  top: 183px;
  right: -336px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "CZEŚĆ!";
  font-weight: 700;
  font-size: 162px;
  line-height: 100%;
  color: #01b7cc;
}
@media (max-width: 999px) {
  .form_row .column_container .vc_column-inner > .wpb_wrapper::before {
    position: relative;
    font-size: 82px;
    line-height: 0;
    top: unset;
    right: unset;
  }
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 {
  padding: 40px 90px 40px 0;
  background: #ff2f91;
  box-shadow: 12px 12px 0px 0px #01b7cc;
  border-radius: 0 40px 40px 0;
  position: relative;
}
@media (max-width: 999px) {
  .form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 {
    padding: 20px 20px 20px 0;
    border-radius: 0 30px 30px 0;
    margin-top: -3px;
  }
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50vw;
  width: 50vw;
  height: 100%;
  background-color: #ff2f91;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: -49vw;
  width: 50vw;
  height: 12px;
  background-color: #01b7cc;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 form p span input,
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 form p span textarea {
  border-width: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 154%;
  color: #000000;
  height: 76px;
  background-color: transparent;
  border-bottom: 2px solid #000000;
  padding-left: 0;
  border-left: 0px;
  border-radius: 0;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 form p span input::placeholder,
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 form p span textarea::placeholder {
  color: #000000;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 form p span textarea {
  height: 120px;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 form p span.wpcf7-not-valid-tip {
  background-color: #000;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row .acceptance-col p span.wpcf7-list-item {
  margin-left: 0;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row .acceptance-col p span.wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row .acceptance-col p span.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row .acceptance-col p span.wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 7l2.5 2.5L11 4'/%3E%3C/svg%3E");
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row .acceptance-col p span.wpcf7-list-item label span.wpcf7-list-item-label {
  display: block;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row .acceptance-col p span.wpcf7-list-item label span.wpcf7-list-item-label a {
  color: #000;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row .acceptance-col p span.wpcf7-list-item label span.wpcf7-list-item-label a:hover {
  text-decoration: underline;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row .acceptance-col p span.wpcf7-list-item label span.wpcf7-list-item-label {
  /* Create the custom checkbox */
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row .acceptance-col p span.wpcf7-list-item label span.wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #000000;
  flex-shrink: 0;
  background-color: transparent;
  transition: 0.2s ease-in-out;
  margin-right: 12px;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row > p input {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ff2f91;
  padding: 12px 30px !important;
  border-radius: 50px !important;
  box-shadow: 6px 6px 0px 0px #01b7cc;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper .wpcf7 .acceptance-row > p span.wpcf7-spinner {
  position: absolute;
}
.form_row .column_container .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  position: relative;
  margin-top: -47px;
}
@media (max-width: 999px) {
  .form_row .column_container .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    margin-top: -32px;
  }
}
.form_row .column_container .vc_column-inner > .wpb_wrapper > .wpb_text_column p {
  font-weight: 700;
  font-size: 162px;
  line-height: 100%;
  color: #01b7cc;
  display: inline-flex;
  margin-top: 0px;
}
@media (max-width: 999px) {
  .form_row .column_container .vc_column-inner > .wpb_wrapper > .wpb_text_column p {
    font-size: 64px;
  }
}
.form_row .column_container .vc_column-inner > .wpb_wrapper > .wpb_text_column p strong {
  color: #ff2f91;
  margin-top: -1px;
}

/* ==========================================================================
   Projects Scroll Accordion Styles
   ========================================================================== */
.projects_row {
  margin-top: 5%;
}
@media (max-width: 999px) {
  .projects_row {
    margin-top: 100px;
  }
}
.projects_row .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  position: relative;
}
.projects_row .vc_column-inner > .wpb_wrapper > .wpb_text_column::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100vw;
  background-color: #ff2f91;
  top: 0px;
  right: -90vw;
}
@media (max-width: 600px) {
  .projects_row .vc_column-inner > .wpb_wrapper > .wpb_text_column::before {
    right: -82vw;
  }
}
.projects_row .vc_column-inner > .wpb_wrapper > .wpb_text_column::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100vw;
  background-color: #ff2f91;
  bottom: 0px;
  right: -90vw;
}
@media (max-width: 600px) {
  .projects_row .vc_column-inner > .wpb_wrapper > .wpb_text_column::after {
    right: -82vw;
  }
}
.projects_row .project_row {
  position: relative;
  margin-top: -2px;
  padding: 0 !important;
  border-width: 2px;
  border-radius: 60px;
  border-style: solid;
  border-color: transparent;
  background: linear-gradient(#010101, #010101) padding-box, linear-gradient(270deg, #ff2f91 5.33%, #01b7cc 99.94%) border-box;
}
@media (max-width: 600px) {
  .projects_row .project_row {
    border-radius: 30px;
  }
}
.projects_row .project_row:nth-child(odd)::before {
  position: absolute;
  content: "";
  right: -2px;
  top: 0;
  height: calc(100% + 1px);
  width: 53px;
  background-color: #010101;
}
.projects_row .project_row:nth-child(even)::before {
  position: absolute;
  content: "";
  left: -2px;
  top: 0;
  height: calc(100% + 1px);
  width: 53px;
  background-color: #010101;
}
.projects_row .project_row {
  /* * Inner Row Accordion Logic
       * Triggered by .is-collapsed class from JS
       */
}
.projects_row .project_row .inner_row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  /* Smooth height transition */
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.6s ease;
  overflow: hidden;
  padding: 20px 60px !important;
}
@media (max-width: 1300px) {
  .projects_row .project_row .inner_row {
    padding: 40px 30px !important;
  }
}
@media (max-width: 600px) {
  .projects_row .project_row .inner_row {
    padding: 30px 15px !important;
  }
}
@media (min-width: 1000px) {
  .projects_row .project_row .inner_row {
    /* 1. Default state: OPEN */
    max-height: 1000px !important;
    padding: 80px 60px !important;
  }
  .projects_row .project_row .inner_row::before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.5);
    z-index: 2;
    /* Overlay hidden by default when open */
    opacity: 0;
    border-radius: 60px;
    transition: opacity 0.4s ease;
  }
  .projects_row .project_row .inner_row {
    /* 2. Collapsed state: CLOSED (Triggered by JS scroll) */
  }
}
@media (min-width: 1000px) and (max-width: 600px) {
  .projects_row .project_row .inner_row::before {
    border-radius: 30px;
  }
}
@media (min-width: 1000px) {
  .projects_row .project_row .inner_row.is-collapsed {
    max-height: 130px !important;
    padding: 20px 60px !important;
  }
  .projects_row .project_row .inner_row.is-collapsed::before {
    /* Show dark overlay when collapsed */
    opacity: 1 !important;
  }
}
.projects_row .project_row .title_col {
  z-index: 1;
}
@media (max-width: 1200px) {
  .projects_row .project_row .title_col {
    width: 98%;
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .projects_row .project_row .title_col {
    width: 100%;
    margin-left: 0;
    margin-bottom: -65px;
  }
}
.projects_row .project_row .title_col h3 {
  font-weight: 700;
  font-size: 82px;
  line-height: 62px;
  text-transform: uppercase;
  color: #ff2f91;
}
@media (max-width: 1400px) {
  .projects_row .project_row .title_col h3 {
    font-size: 63px;
    line-height: 43px;
  }
}
@media (max-width: 600px) {
  .projects_row .project_row .title_col h3 {
    font-size: 42px;
    line-height: 36px;
  }
}
.projects_row .project_row .title_col h3 p {
  color: #ff2f91;
  padding-bottom: 0;
}
.projects_row .project_row .title_col h3 strong {
  margin-left: 54px;
  color: #01b7cc;
}
@media (max-width: 600px) {
  .projects_row .project_row .title_col h3 strong {
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  .projects_row .project_row .image_col {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .projects_row .project_row .image_col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.projects_row .project_row .image_col .inner-wrap {
  max-width: 470px;
  width: 100%;
  aspect-ratio: 470/277;
  overflow: hidden;
}
.projects_row .project_row .image_col .inner-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.projects_row .project_row .image_col .inner-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
  display: block;
}
.projects_row .project_row .image_col .inner-wrap:hover img {
  /* Zoom in image on hover */
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .projects_row .project_row .meta_col {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .projects_row .project_row .meta_col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.projects_row .project_row .meta_col .inner-wrap {
  height: 100%;
}
.projects_row .project_row .meta_col .inner-wrap .work-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}
@media (max-width: 600px) {
  .projects_row .project_row .meta_col .inner-wrap .work-text .inner_text_wrap_row {
    font-size: 14px;
    line-height: 113%;
  }
}
.projects_row .project_row .meta_col .inner-wrap .work-text .nectar-cta {
  display: flex;
  margin-bottom: 6px;
}
.projects_row .project_row .meta_col .inner-wrap .work-text .nectar-cta a {
  padding: 0;
}
.projects_row .project_row .meta_col .inner-wrap .work-text .nectar-cta a::after {
  display: none;
}

/* ==========================================================================
   Sectional Parallax Video - Full Width & Visibility Fix
   ========================================================================== */
.parallax-video-bg {
  margin: 0 !important;
  max-width: none !important;
  border: none !important;
  /* 1. BACKGROUND LAYERS */
}
.parallax-video-bg .row-bg-wrap,
.parallax-video-bg .video-color-overlay,
.parallax-video-bg .nectar-video-wrap,
.parallax-video-bg .nectar-video-inner {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  transform: none !important;
}
.parallax-video-bg .nectar-video-wrap video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  min-width: 100vw !important;
  min-height: 100vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: cover !important;
}
.parallax-video-bg {
  /* 2. EXPAND PARENT TEXT CONTAINERS */
}
.parallax-video-bg .row_col_wrap_12 {
  z-index: 10;
  position: relative;
  max-width: 1400px; /* Your site width */
  margin: 0 auto !important;
  height: auto !important;
}
.parallax-video-bg .row_col_wrap_12 .column_container,
.parallax-video-bg .row_col_wrap_12 .vc_column-inner,
.parallax-video-bg .row_col_wrap_12 .theiaStickySidebar {
  position: relative;
  overflow: visible !important;
  height: auto !important;
  transform: none !important; /* Transformation ban is needed here */
}
.parallax-video-bg {
  /* IMPORTANT: This is the block our JS moves. Remove all restrictions from it! */
}
.parallax-video-bg .row_col_wrap_12 .wpb_wrapper {
  position: relative;
  overflow: visible !important;
  height: auto !important;
  display: flex;
  flex-direction: column; /* Arrange slides in a long vertical column */
  align-items: flex-start;
}
.parallax-video-bg {
  /* 3. SLIDES */
}
.parallax-video-bg .inner_row {
  height: 100vh !important;
  min-height: 100vh !important;
  margin: 0 !important;
  box-sizing: border-box;
  display: block !important;
  /* Override potential animation hiding from the Salient theme */
  opacity: 1 !important;
  visibility: visible !important;
}

/* Scroll track */
.parallax-scroll-track {
  position: relative;
  width: 100%;
  overflow: visible;
}

/* 1. Define custom property for the angle (Place this at the top of your SCSS file) */
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 90deg;
}
/* 2. Keyframes for endless rotation */
@keyframes spin-gradient {
  0% {
    --border-angle: 90deg;
  }
  100% {
    --border-angle: 450deg;
  }
  /* 90 + 360 = full rotation */
}
/* ==========================================================================
   SCROLL ANIMATIONS (Modern & Trendy)
   ========================================================================== */
/* Basic fade-up animation */
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  /* Class is added via JS when element enters the viewport */
}
.scroll-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
  /* Triggers inline CSS animations if needed */
  animation-play-state: running;
}

/* Staggered animation for Bento grid items */
.bento-grid.scroll-animate-stagger .bento-item {
  opacity: 0;
  /* Slight scale for a modern pop-up effect */
  transform: scale(0.92) translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.bento-grid.scroll-animate-stagger.is-visible .bento-item {
  opacity: 1;
  transform: scale(1) translateY(0);
  /* Delays for staggered appearance of grid items */
}
.bento-grid.scroll-animate-stagger.is-visible .bento-item:nth-child(1) {
  transition-delay: 0.1s;
}
.bento-grid.scroll-animate-stagger.is-visible .bento-item:nth-child(2) {
  transition-delay: 0.25s;
}
.bento-grid.scroll-animate-stagger.is-visible .bento-item:nth-child(3) {
  transition-delay: 0.4s;
}
.bento-grid.scroll-animate-stagger.is-visible .bento-item:nth-child(4) {
  transition-delay: 0.55s;
}

.portfolio_top_block {
  padding-top: 111px;
  padding-bottom: 70px;
}
@media (max-width: 999px) {
  .portfolio_top_block {
    padding-bottom: 40px;
  }
}
.portfolio_top_block .row-bg-wrap {
  height: 140vh;
}
.portfolio_top_block .row-bg-wrap .row-bg-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 73.53%, #000000 100%);
}
.portfolio_top_block .breadcrubs {
  margin-bottom: 35px !important;
}
@media (min-width: 1000px) {
  .portfolio_top_block .breadcrubs {
    margin-bottom: 91px !important;
  }
}
.portfolio_top_block .project-category {
  position: relative;
  /* Required for positioning the border pseudo-element */
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 1px -1px 3px #FF2F91, -1px 2px 3px #01B7CC;
  border-radius: 50px;
  padding: 15px 35px;
  width: fit-content;
  /* 1. Clean semi-transparent background and blur (glassmorphism effect) */
  background-color: rgba(1, 1, 1, 0.7);
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}
@media (max-width: 999px) {
  .portfolio_top_block .project-category {
    font-size: 12px;
    border-radius: 40px;
    padding: 12px 25px;
  }
}
.portfolio_top_block {
  /* 2. Create the gradient border using a pseudo-element with a mask */
}
.portfolio_top_block .project-category::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Stretches to the exact size of the button */
  border-radius: 50px;
  padding: 2px;
  /* This defines the THICKNESS of the border */
  /* Your gradient from Figma */
  background: conic-gradient(from 90deg at 50% 50%, #FF2F91 -36.57deg, #01B7CC 41.17deg, #FF2F91 128.39deg, #01B7CC 220.86deg, #FF2F91 323.43deg, #01B7CC 401.17deg);
  /* Magic: cut out the inner part, leaving only the border */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  /* Place it under the main background and text */
  pointer-events: none;
  /* Ensure the border doesn't block clicks */
}
.portfolio_top_block h1.title {
  font-weight: 700;
  font-size: 162px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FF2F91;
}
@media (max-width: 1700px) {
  .portfolio_top_block h1.title {
    font-size: 100px;
  }
}
@media (max-width: 999px) {
  .portfolio_top_block h1.title {
    font-size: 50px;
  }
}
.portfolio_top_block h1.title p {
  color: #FF2F91;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.portfolio_top_block h1.title strong {
  color: #01B7CC;
  margin-left: 82px;
  font-size: 110px;
  margin-top: -50px;
  display: block;
}
@media (max-width: 1700px) {
  .portfolio_top_block h1.title strong {
    font-size: 65px;
    margin-top: -35px;
    margin-left: 62px;
  }
}
@media (max-width: 999px) {
  .portfolio_top_block h1.title strong {
    font-size: 35px;
    margin-top: -16px;
    margin-left: 32px;
  }
}
.portfolio_top_block h1.title strong::after {
  content: ":";
}
.portfolio_top_block .inner_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.portfolio_top_block .inner_row .column_container:first-child {
  padding: 40px 90px 40px 0;
  background: #FF2F91;
  box-shadow: 12px 12px 0px 0px #01B7CC;
  border-radius: 0 40px 40px 0;
  position: relative;
}
@media (max-width: 999px) {
  .portfolio_top_block .inner_row .column_container:first-child {
    padding: 20px 20px 20px 0;
    border-radius: 0 30px 30px 0;
    margin-top: -3px;
    width: 100%;
    margin-right: 0;
  }
}
.portfolio_top_block .inner_row .column_container:first-child::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50vw;
  width: 50vw;
  height: 100%;
  background-color: #FF2F91;
}
.portfolio_top_block .inner_row .column_container:first-child::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: -49vw;
  width: 50vw;
  height: 12px;
  background-color: #01B7CC;
}
.portfolio_top_block .inner_row .column_container:first-child .project-numbers .info-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  margin-bottom: 0 !important;
}
@media (max-width: 999px) {
  .portfolio_top_block .inner_row .column_container:first-child .project-numbers .info-item {
    padding: 12px 0;
  }
}
.portfolio_top_block .inner_row .column_container:first-child .project-numbers .info-item:not(:last-child) {
  border-bottom: 2px solid #000000;
}
.portfolio_top_block .inner_row .column_container:first-child .project-numbers .info-item p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 154%;
  color: #000;
}
@media (max-width: 999px) {
  .portfolio_top_block .inner_row .column_container:first-child .project-numbers .info-item p {
    font-size: 14px !important;
  }
}
.portfolio_top_block .inner_row .column_container:last-child {
  width: 48%;
}
@media (max-width: 999px) {
  .portfolio_top_block .inner_row .column_container:last-child {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .portfolio_top_block .inner_row .column_container:last-child .vc_column-inner > .wpb_wrapper {
    padding-left: 15%;
  }
}
.portfolio_top_block .inner_row .column_container:last-child .vc_column-inner > .wpb_wrapper h2 {
  font-weight: 700;
  font-size: 82px;
  line-height: 62px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 1700px) {
  .portfolio_top_block .inner_row .column_container:last-child .vc_column-inner > .wpb_wrapper h2 {
    font-size: 60px;
  }
}
@media (max-width: 999px) {
  .portfolio_top_block .inner_row .column_container:last-child .vc_column-inner > .wpb_wrapper h2 {
    font-size: 52px;
    margin-top: 35px;
  }
}

/* ==========================================================================
   Bento Gallery (100% Pixel-Perfect to Figma using Absolute Percentages)
   ========================================================================== */
.portfolio_gallery_block {
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .portfolio_gallery_block .vc_column_container .vc_column-inner > .wpb_wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.bento-gallery-container {
  width: 100%;
  margin: 40px 0;
  /* Internal padding to prevent 10px borders from being cut off */
  padding: 10px;
  box-sizing: border-box;
  /* Scaled padding for screens smaller than 999px (5px) */
}
@media (max-width: 999px) {
  .bento-gallery-container {
    padding: 5px;
  }
}
.bento-gallery-container {
  /* Scaled padding for mobile screens smaller than 600px (3px) */
}
@media (max-width: 600px) {
  .bento-gallery-container {
    padding: 3px;
  }
}
.bento-gallery-container .bento-grid {
  position: relative;
  width: 100%;
  /* Exact proportions of the entire block based on Figma (1310 / 742) */
  aspect-ratio: 1310/742;
}
.bento-gallery-container .bento-item {
  position: absolute;
}
.bento-gallery-container .bento-item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  /* Keeps image zoom within radius */
  position: relative;
}
.bento-gallery-container .bento-item a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 1;
}
.bento-gallery-container .bento-item img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease-in-out;
  border-radius: inherit;
  margin-bottom: 0;
}
.bento-gallery-container .bento-item:hover img {
  transform: scale(1.08);
}
.bento-gallery-container .bento-item {
  /* Pseudo-element for external colored borders */
}
.bento-gallery-container .bento-item::after {
  content: "";
  position: absolute;
  pointer-events: none;
  /* Allows clicks through the border */
  z-index: 2;
}
.bento-gallery-container {
  /* -------------------------------------------------------------
        Positioning based on exact Figma coordinates
        ------------------------------------------------------------- */
  /* 1: Top Left Image (870 x 385) */
}
.bento-gallery-container .bento-item-1 {
  top: 0;
  left: 0;
  width: 68%;
  /* 870 / 1310 approx */
  height: 51.88%;
  /* 385 / 742 */
  border-right: 10px solid #FF2F91;
  z-index: 1;
}
@media (max-width: 999px) {
  .bento-gallery-container .bento-item-1 {
    border-right-width: 5px;
  }
}
@media (max-width: 600px) {
  .bento-gallery-container .bento-item-1 {
    border-right-width: 3px;
  }
}
.bento-gallery-container {
  /* 2: Top Right Image (391 x 276) */
}
.bento-gallery-container .bento-item-2 {
  /* Adjusted positioning with fallback for scaled border */
  bottom: calc(57% + 10px);
  left: 68%;
  width: 29.84%;
  /* 391 / 1310 */
  height: 37.19%;
  /* 276 / 742 */
  border-top-right-radius: 50px;
  box-shadow: 10px 10px 0px 0px #FF2F91;
  z-index: 2;
}
@media (max-width: 999px) {
  .bento-gallery-container .bento-item-2 {
    bottom: calc(57% + 5px);
    border-top-right-radius: 20px;
    box-shadow: 5px 5px 0px 0px #FF2F91;
  }
}
@media (max-width: 600px) {
  .bento-gallery-container .bento-item-2 {
    bottom: calc(57% + 3px);
    border-top-right-radius: 15px;
    box-shadow: 3px 3px 0px 0px #FF2F91;
  }
}
.bento-gallery-container {
  /* 3: Bottom Left Image (782 x 333) */
}
.bento-gallery-container .bento-item-3 {
  bottom: 21px;
  left: 0;
  width: 60.81%;
  height: 47.2%;
  z-index: 3;
  /* Gap filler/mask element */
}
.bento-gallery-container .bento-item-3::before {
  content: "";
  background-color: #000;
  top: -10px;
  left: 0px;
  width: 19px;
  height: 10px;
  z-index: 3;
  position: absolute;
}
@media (max-width: 999px) {
  .bento-gallery-container .bento-item-3::before {
    top: -5px;
    height: 5px;
  }
}
@media (max-width: 600px) {
  .bento-gallery-container .bento-item-3::before {
    top: -3px;
    height: 3px;
  }
}
.bento-gallery-container .bento-item-3 {
  /* Gradient border: Right, Top, and Bottom */
}
.bento-gallery-container .bento-item-3::after {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: 0px;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-image-source: linear-gradient(to bottom, #FF2F91, #01B7CC);
  border-image-slice: 1;
}
@media (max-width: 999px) {
  .bento-gallery-container .bento-item-3::after {
    top: -5px;
    right: -5px;
    bottom: -5px;
    border-width: 5px 5px 5px 0;
  }
}
@media (max-width: 600px) {
  .bento-gallery-container .bento-item-3::after {
    top: -3px;
    right: -3px;
    bottom: -3px;
    border-width: 3px 3px 3px 0;
  }
}
.bento-gallery-container {
  /* 4: Bottom Right Image (504 x 423) */
}
.bento-gallery-container .bento-item-4 {
  bottom: 0;
  right: 0;
  width: 38.47%;
  /* 504 / 1310 */
  height: 57%;
  /* 423 / 742 */
  z-index: 4;
  /* Gradient border: Right and Bottom */
}
.bento-gallery-container .bento-item-4::after {
  top: 0px;
  right: -10px;
  bottom: -10px;
  left: 0px;
  border-width: 0px 10px 10px 0;
  border-style: solid;
  border-image-source: linear-gradient(to bottom, #FF2F91, #01B7CC);
  border-image-slice: 1;
}
@media (max-width: 999px) {
  .bento-gallery-container .bento-item-4::after {
    right: -5px;
    bottom: -5px;
    border-width: 0px 5px 5px 0;
  }
}
@media (max-width: 600px) {
  .bento-gallery-container .bento-item-4::after {
    right: -3px;
    bottom: -3px;
    border-width: 0px 3px 3px 0;
  }
}

/* Hide empty placeholders if there are fewer than 4 images */
.empty-placeholder {
  display: none;
}

/* ==========================================================================
   Fixed 3px borders and offsets specifically for .portfolio_gallery_block
   ========================================================================== */
.remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper h2 {
  font-weight: 700;
  font-size: 110px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FF2F91;
}
@media (max-width: 1700px) {
  .remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper h2 {
    font-size: 90px;
  }
}
@media (max-width: 999px) {
  .remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper h2 {
    font-size: 47px;
  }
}
.remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper h2 p {
  color: #FF2F91;
}
.remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper h2 strong {
  color: #01B7CC;
  margin-left: 82px;
  font-size: 82px;
  margin-top: -39px;
  display: block;
}
@media (max-width: 1700px) {
  .remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper h2 strong {
    font-size: 72px;
    margin-top: -25px;
    margin-left: 62px;
  }
}
@media (max-width: 999px) {
  .remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper h2 strong {
    font-size: 35px;
    margin-top: -16px;
    margin-left: 32px;
  }
}
.remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row {
    padding: 0 10%;
  }
}
@media (max-width: 999px) {
  .remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row {
    flex-wrap: wrap;
  }
}
.remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row::before, .remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row::after {
  display: none;
}
.remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row .vc_column_container.col .wpb_wrapper .cat {
  position: relative;
  /* Required for positioning the border pseudo-element */
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 20px 50px;
  width: fit-content;
  margin-top: -55px;
  z-index: 11;
  position: absolute;
  /* 1. Clean semi-transparent background and blur (glassmorphism effect) */
  background-color: rgba(1, 1, 1, 0.3);
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}
@media (max-width: 1500px) {
  .remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row .vc_column_container.col .wpb_wrapper .cat {
    font-size: 14px;
    border-radius: 40px;
    padding: 15px 30px;
  }
}
@media (max-width: 999px) {
  .remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row .vc_column_container.col .wpb_wrapper .cat {
    font-size: 12px;
    border-radius: 40px;
    padding: 12px 25px;
  }
}
.remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row .vc_column_container.col .wpb_wrapper .cat::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Stretches to the exact size of the button */
  border-radius: 50px;
  padding: 2px;
  /* This defines the THICKNESS of the border */
  /* Your gradient from Figma */
  background: conic-gradient(from 90deg at 50% 50%, #FF2F91 -36.57deg, #01B7CC 41.17deg, #FF2F91 128.39deg, #01B7CC 220.86deg, #FF2F91 323.43deg, #01B7CC 401.17deg);
  /* Magic: cut out the inner part, leaving only the border */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  /* Place it under the main background and text */
  pointer-events: none;
  /* Ensure the border doesn't block clicks */
}
.remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row .vc_column_container.col .wpb_wrapper .bottom-col {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 17px;
}
.remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row .vc_column_container.col .wpb_wrapper .bottom-col h4 {
  font-weight: 700;
  font-size: 42px;
  line-height: 117%;
  color: #FFFFFF;
  width: calc(100% - 60px);
}
@media (max-width: 1400px) {
  .remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row .vc_column_container.col .wpb_wrapper .bottom-col h4 {
    font-size: 31px;
  }
}
.remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row .vc_column_container.col .wpb_wrapper .bottom-col .arrow-button {
  width: fit-content;
  margin-left: 10px;
}
@media (max-width: 999px) {
  .remaining_portfolio_block .vc_column_container .vc_column-inner > .wpb_wrapper .inner_row .vc_column_container.col .wpb_wrapper .bottom-col .arrow-button {
    width: 40px;
  }
}
.remaining_portfolio_block .project-img .bento-gallery-container {
  /* Set fixed padding so borders aren't cut off */
  padding: 3px !important;
  /* 1: Top Left */
}
.remaining_portfolio_block .project-img .bento-gallery-container .bento-item-1 {
  border-right: 3px solid #FF2F91 !important;
}
.remaining_portfolio_block .project-img .bento-gallery-container {
  /* 2: Top Right */
}
.remaining_portfolio_block .project-img .bento-gallery-container .bento-item-2 {
  /* Adjust positioning offset to match the 3px shadow */
  bottom: calc(57% + 3px) !important;
  box-shadow: 3px 3px 0px 0px #FF2F91 !important;
}
.remaining_portfolio_block .project-img .bento-gallery-container {
  /* 3: Bottom Left */
}
.remaining_portfolio_block .project-img .bento-gallery-container .bento-item-3 {
  /* Adjust the black gap filler to 3px */
}
.remaining_portfolio_block .project-img .bento-gallery-container .bento-item-3::before {
  top: -3px !important;
  height: 3px !important;
}
.remaining_portfolio_block .project-img .bento-gallery-container .bento-item-3 {
  /* Adjust gradient border thickness and offset to 3px */
}
.remaining_portfolio_block .project-img .bento-gallery-container .bento-item-3::after {
  top: -3px !important;
  right: -3px !important;
  bottom: -3px !important;
  left: 0px !important;
  border-width: 3px 3px 3px 0 !important;
}
.remaining_portfolio_block .project-img .bento-gallery-container {
  /* 4: Bottom Right */
}
.remaining_portfolio_block .project-img .bento-gallery-container .bento-item-4 {
  /* Adjust gradient border thickness and offset to 3px */
}
.remaining_portfolio_block .project-img .bento-gallery-container .bento-item-4::after {
  top: 0px !important;
  right: -3px !important;
  bottom: -3px !important;
  left: 0px !important;
  border-width: 0px 3px 3px 0 !important;
}

.page-id-11 .container-wrap {
  background-position: top left !important;
  background-size: 59% !important;
  background-image: url(/wp-content/uploads/2026/04/glass-factal_elemnty_O_gradienty_2-2-3.webp);
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .page-id-11 .container-wrap {
    background-size: 100% !important;
  }
}

.portfolio_page .bento-gallery-container .bento-item:hover img {
  transform: unset !important;
}
.portfolio_page h1 {
  font-weight: 700;
  font-size: 162px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FF2F91;
}
@media (max-width: 1600px) {
  .portfolio_page h1 {
    font-size: 100px;
  }
}
@media (max-width: 999px) {
  .portfolio_page h1 {
    font-size: 58px;
  }
}
.portfolio_page h1 strong {
  font-weight: 700;
  font-size: 110px;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin-top: -32px;
  color: #01B7CC;
  margin-left: 82px;
}
@media (max-width: 1600px) {
  .portfolio_page h1 strong {
    font-size: 70px;
    margin-left: 62px;
    margin-top: -21px;
  }
}
@media (max-width: 999px) {
  .portfolio_page h1 strong {
    font-size: 50px;
    margin-left: 10px;
    margin-top: -13px;
  }
}
.portfolio_page .ibento-portfolio-module .portfolio-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  z-index: 20;
  position: relative;
  background-color: transparent !important;
}
@media (max-width: 999px) {
  .portfolio_page .ibento-portfolio-module .portfolio-filters {
    margin-bottom: 83px;
  }
}
.portfolio_page .ibento-portfolio-module .portfolio-filters a {
  /* 3. Your Button Styles */
}
.portfolio_page .ibento-portfolio-module .portfolio-filters a.portfolio-filter-btn {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 20px 50px;
  width: fit-content;
  z-index: 11;
  /* Clean semi-transparent background and blur (glassmorphism effect) */
  background-color: rgba(1, 1, 1, 0.3) !important;
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}
@media (max-width: 999px) {
  .portfolio_page .ibento-portfolio-module .portfolio-filters a.portfolio-filter-btn {
    font-size: 12px;
    border-radius: 40px;
    padding: 12px 25px;
  }
}
.portfolio_page .ibento-portfolio-module .portfolio-filters a.portfolio-filter-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  /* Updated gradient: replaced "90deg" with "var(--border-angle)" */
  background: conic-gradient(from var(--border-angle) at 50% 50%, #FF2F91 -36.57deg, #01B7CC 41.17deg, #FF2F91 128.39deg, #01B7CC 220.86deg, #FF2F91 323.43deg, #01B7CC 401.17deg);
  /* Magic: cut out the inner part, leaving only the border */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
.portfolio_page .ibento-portfolio-module .portfolio-filters a.portfolio-filter-btn {
  /* 4. Trigger the animation on hover! */
}
.portfolio_page .ibento-portfolio-module .portfolio-filters a.portfolio-filter-btn:hover::before {
  /* 2s determines the speed of rotation. Adjust as needed! */
  animation: spin-gradient 1.5s linear infinite;
}
.portfolio_page .ibento-portfolio-module .portfolio-filters a.portfolio-filter-btn.active::before {
  animation: spin-gradient 4.5s linear infinite;
}
@media (max-width: 600px) {
  .portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 35px !important;
  }
}
@media (max-width: 600px) {
  .portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .bento-gallery-container {
    margin: 0;
  }
}
.portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row:nth-child(even) .portfolio-meta {
  text-align: right;
}
.portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row:nth-child(even) .project-img .bento-grid {
  transform: scaleX(-1);
}
.portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta {
  margin-bottom: -28% !important;
  margin-top: 12%;
  z-index: 5;
  position: relative;
}
@media (max-width: 600px) {
  .portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta {
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column-reverse;
    margin-top: -47px;
  }
}
.portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta h2.portfolio-title {
  font-weight: 700;
  font-size: 110px;
  line-height: 80%;
  text-transform: uppercase;
  color: #FF2F91;
  margin-bottom: 41px !important;
}
@media (max-width: 1600px) {
  .portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta h2.portfolio-title {
    font-size: 90px;
  }
}
@media (max-width: 999px) {
  .portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta h2.portfolio-title {
    font-size: 70px;
    margin-bottom: 21px !important;
  }
}
@media (max-width: 600px) {
  .portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta h2.portfolio-title {
    font-size: 40px;
    margin-top: 8px !important;
  }
}
.portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta h2.portfolio-title strong {
  color: #01B7CC;
  margin-left: 82px;
  font-size: 82px;
  display: block;
  margin-top: -17px;
}
@media (max-width: 1600px) {
  .portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta h2.portfolio-title strong {
    font-size: 65px;
    margin-left: 60px;
  }
}
@media (max-width: 999px) {
  .portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta h2.portfolio-title strong {
    font-size: 55px;
    margin-left: 45px;
    margin-top: -10px;
  }
}
@media (max-width: 600px) {
  .portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta h2.portfolio-title strong {
    font-size: 30px;
    margin-left: 20px;
    margin-top: -6px;
  }
}
.portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta .portfolio-cat {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 20px 50px;
  width: fit-content;
  z-index: 11;
  /* Clean semi-transparent background and blur (glassmorphism effect) */
  background-color: rgba(1, 1, 1, 0.3) !important;
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}
@media (max-width: 999px) {
  .portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta .portfolio-cat {
    font-size: 12px;
    border-radius: 40px;
    padding: 12px 25px;
  }
}
.portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .portfolio-meta .portfolio-cat::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  /* Updated gradient: replaced "90deg" with "var(--border-angle)" */
  background: conic-gradient(from var(--border-angle) at 50% 50%, #FF2F91 -36.57deg, #01B7CC 41.17deg, #FF2F91 128.39deg, #01B7CC 220.86deg, #FF2F91 323.43deg, #01B7CC 401.17deg);
  /* Magic: cut out the inner part, leaving only the border */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1000px) {
  .portfolio_page .ibento-portfolio-module .portfolio-items-container .portfolio-item-row .project-img {
    padding: 0 10%;
  }
}
.portfolio_page .ibento-portfolio-module .portfolio-load-more-wrap {
  text-align: center;
}
.portfolio_page .ibento-portfolio-module .portfolio-load-more-wrap #portfolio-load-more {
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #FF2F91;
  border: 3px solid #FFFFFF;
  box-shadow: 6px 6px 0px 0px #01B7CC;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 999px) {
  .portfolio_page .ibento-portfolio-module .portfolio-load-more-wrap #portfolio-load-more {
    border: 2px solid #FFFFFF;
    font-size: 12px !important;
    line-height: 12px !important;
    box-shadow: 3px 3px 0px 0px #01B7CC;
  }
}
.portfolio_page .ibento-portfolio-module .portfolio-load-more-wrap #portfolio-load-more:hover {
  box-shadow: 0px 0px 0px 0px #01B7CC;
}

/* Category Portfolio overrides */
body.tax-portfolio-category #header-space {
  display: none !important;
}
body.tax-portfolio-category .container-wrap {
  padding-top: 0 !important;
}

.portfolio_top_block .yoast-breadcrumbs a {
  color: #ffffff !important;
  text-decoration: none;
}
.portfolio_top_block .yoast-breadcrumbs a:hover {
  opacity: 0.8;
}

.portfolio_gallery_block, .remaining_portfolio_block {
  clear: both;
}

/* Fix 3-column grid layout */
.remaining_portfolio_block .inner_row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  flex-wrap: unset !important;
}
.remaining_portfolio_block .inner_row::before, .remaining_portfolio_block .inner_row::after {
  display: none !important;
}
@media (max-width: 999px) {
  .remaining_portfolio_block .inner_row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .remaining_portfolio_block .inner_row {
    grid-template-columns: 1fr !important;
  }
}

.remaining_portfolio_block .vc_col-sm-4 {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}

@media (max-width: 767px) {
  .page-id-1148 #ajax-content-wrap .vc_row.top_margin_tablet_70px {
    margin-top: 0 !important;
  }
  .page-id-1148 .oferta_row-2 .row_col_wrap_12 > .wpb_column:has(.oferta-gallery-row) {
    order: 1 !important;
  }
  .page-id-1148 .oferta_row-2 .row_col_wrap_12 > .text-col {
    order: 2 !important;
  }
  .page-id-1148 .oferta_5_squard_row {
    padding-top: 130px !important;
    margin-bottom: 30px !important;
  }
  .page-id-1148 .oferta_5_squard_row .row-bg-wrap {
    top: 27px !important;
    height: 100% !important;
  }
  .page-id-1148 .oferta_5_squard_row .row-bg-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .page-id-1148 .oferta_5_squard_row::after {
    bottom: -30px !important;
  }
  .page-id-1148 .oferta_5_squard_row .row_col_wrap_12 {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    row-gap: 20px;
  }
  .page-id-1148 .oferta_5_squard_row .test-icons-row {
    width: 33.333% !important;
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .page-id-1148 .oferta_5_squard_row .test-icons-row .wpb_wrapper {
    display: flex !important;
    justify-content: center !important;
  }
  .page-id-1148 .oferta_5_squard_row .test-icons-row .iwithtext {
    width: 128px !important;
    max-width: 100% !important;
    border-radius: 16px !important;
    padding: 8px !important;
    box-sizing: border-box !important;
  }
  .page-id-1148 .oferta_5_squard_row .test-icons-row .iwithtext::after {
    border-radius: inherit !important;
  }
  .page-id-1148 .oferta_5_squard_row .test-icons-row .iwt-text {
    font-size: 11px !important;
    gap: 4px !important;
    width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
  .page-id-1148 .oferta_5_squard_row .test-icons-row .iwt-text strong,
  .page-id-1148 .oferta_5_squard_row .test-icons-row .iwt-text h3 {
    font-size: 12px !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
  .page-id-1148 .oferta-gallery-row {
    overflow: visible !important;
  }
  .page-id-1148 .oferta-gallery-row .wpb_wrapper {
    overflow: visible !important;
  }
  .page-id-1148 .oferta-gallery-row .flickity-slider > div {
    width: 92% !important;
  }
  .page-id-1148 .oferta-gallery-row button.flickity-button {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 42px !important;
    height: 42px !important;
    z-index: 50 !important;
  }
  .page-id-1148 .oferta-gallery-row button.flickity-button.previous {
    left: 8px !important;
  }
  .page-id-1148 .oferta-gallery-row button.flickity-button.next {
    right: 8px !important;
  }
  .page-id-1148 .oferta_row-1 .title_col h1,
  .page-id-1148 .oferta_row-1 .title_col h2,
  .page-id-1148 .oferta_row-4 h2 {
    font-size: 44px !important;
  }
  .page-id-1148 .oferta_row-1 .title_col h1 strong,
  .page-id-1148 .oferta_row-1 .title_col h2 strong,
  .page-id-1148 .oferta_row-4 h2 strong {
    font-size: 32px !important;
    margin-left: 28px !important;
    margin-top: -16px !important;
  }
  .page-id-1148 .oferta_row-1 .text_col p {
    font-size: 15px !important;
    line-height: 140% !important;
  }
  .page-id-1148 .oferta_row-2 .text-col .vc_column-inner > .wpb_wrapper p {
    font-size: 15px !important;
    line-height: 140% !important;
  }
}

/*# sourceMappingURL=pageart.css.map */
