@charset "UTF-8";
/*========================================================
  Hauser Design Group Custom Styling
========================================================*/
html {
  scrollbar-gutter: stable; /* Keeps space for the scrollbar */
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

.bde-rich-text h2 {
  font-size: 3rem;
  line-height: initial;
  text-align: inherit;
}
.bde-rich-text p {
  margin-bottom: 34px;
  font-size: 1.8rem;
}

.btn-l {
  border-radius: 4px;
}
.btn-l.btn-secondary span {
  color: #ffffff;
  padding-right: 5px;
}

h2 {
  font-weight: 700;
  font-size: 9.65rem;
  line-height: 0.86;
  margin-top: 43px;
  text-align: center;
}
@media (max-width: 1119px) {
  h2 {
    text-wrap: balance;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 8.5rem;
    text-wrap: balance;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 4.5rem;
  }
}
h2 > small {
  font-size: 3.7rem;
  margin-bottom: 28px;
  line-height: 1;
  text-transform: none;
  display: block;
}
@media (max-width: 1023px) {
  h2 > small {
    font-size: 2.5rem;
  }
}
@media (max-width: 479px) {
  h2 > small {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}

h3.title-overlay {
  position: absolute;
  left: 0;
  bottom: 11px;
  background: #292929;
  padding: 12px 12px 8px;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 27px;
}
@media (max-width: 479px) {
  h3.title-overlay {
    position: relative;
    bottom: auto;
    left: 0px;
    width: 100%;
    font-size: 1.9rem;
  }
}
h3.title-overlay small {
  display: block;
  color: #fff212;
  font-size: 1.8rem;
}
@media (max-width: 479px) {
  h3.title-overlay small {
    font-size: 1.4rem;
    line-height: 1.25;
  }
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  backdrop-filter: blur(8px);
}

.modal-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.modal-outer,
.modal-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-outer.is-active,
.modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal-inner {
  position: relative;
  z-index: 999;
  width: 40%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
@media (max-width: 479px) {
  .modal-inner {
    width: calc(100% - 60px);
  }
}
.modal-inner {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}

.close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.close-modal .breakdance-icon-atom {
  font-size: 20px;
}

.modal-trigger {
  cursor: pointer;
}
.modal-trigger a {
  pointer-events: none;
}

.component-highlights {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.component-highlights .highlights-list.bde-basic-list {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  list-style-type: none;
}
.component-highlights .highlights-list.bde-basic-list li {
  padding-inline-start: 0;
  color: #ffffff;
}
.component-highlights .highlights-list.bde-basic-list li::marker {
  color: #292929;
}
.component-highlights .highlights-list.bde-basic-list li:nth-child(-n+3) {
  display: inline;
  padding-inline-start: 5px;
}
.component-highlights .highlights-list.bde-basic-list li:nth-child(-n+2):after {
  content: "•";
  font-weight: bold;
  color: #fff212;
  padding-left: 5px;
}
.component-highlights .highlights-rating {
  margin: 15px 0;
}

.section-hero .component-highlights {
  margin-bottom: 24px;
  flex-direction: row;
  align-self: flex-end;
}
@media (max-width: 1119px) {
  .section-hero .component-highlights {
    flex-direction: column;
    align-self: center;
  }
}
@media (max-width: 479px) {
  .section-hero .component-highlights {
    display: none;
  }
}
.section-hero .component-highlights .highlights-list.bde-basic-list {
  margin-right: 16px;
  text-align: center;
  max-width: unset;
  white-space: nowrap;
}
@media (max-width: 1119px) {
  .section-hero .component-highlights .highlights-list.bde-basic-list {
    white-space: wrap;
    margin-right: 0;
  }
}
.section-hero .component-highlights .highlights-list.bde-basic-list li {
  padding-inline-start: 12px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #292929;
  display: inline-block;
}
@media (max-width: 1119px) {
  .section-hero .component-highlights .highlights-list.bde-basic-list li {
    font-size: 1.45rem;
  }
}
.section-hero .component-highlights .highlights-list.bde-basic-list li:nth-child(-n+2):after {
  color: #292929;
}
.section-hero .component-highlights .highlights-list.bde-basic-list li:not(:last-child):after {
  content: "•";
  padding-left: 8px;
}
.section-hero .component-highlights .highlights-rating {
  margin: 0;
}
.section-hero .component-highlights .highlights-rating .bde-star-rating__wrapper {
  gap: 9px;
}
@media (max-width: 1119px) {
  .section-hero .component-highlights .highlights-rating .bde-star-rating__wrapper {
    flex-wrap: nowrap;
  }
}
.section-hero .component-highlights .highlights-rating .bde-star-rating__wrapper svg {
  fill: #292929;
  width: 25px;
  height: 25px;
}
@media (max-width: 1119px) {
  .section-hero .component-highlights .highlights-rating .bde-star-rating__wrapper svg {
    width: 20px;
  }
}

.component-quote-form h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.3rem;
  text-align: center;
}
.component-quote-form h3 + p {
  margin-bottom: 12px;
}
.component-quote-form .bde-text {
  color: #fff !important;
  font-size: 1.5rem;
  margin: 17px 5px 12px;
  line-height: 1.3;
  text-align: center;
}
.component-quote-form .bde-form-builder {
  margin-bottom: 15px;
}
.component-quote-form .bde-form-builder .breakdance-form {
  gap: 12px;
}
.component-quote-form .bde-form-builder button.button-atom--primary {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  font-size: 2.1rem;
}

section[class^=bde-section].section-cta__double-buttons {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
section[class^=bde-section].section-cta__double-buttons .section-container {
  padding-top: 18px;
  padding-bottom: 20px;
}
@media (max-width: 1119px) {
  section[class^=bde-section].section-cta__double-buttons .section-container .bde-columns {
    flex-direction: row;
  }
}
@media (max-width: 479px) {
  section[class^=bde-section].section-cta__double-buttons .section-container .bde-columns {
    flex-direction: column;
  }
}
section[class^=bde-section].section-cta__double-buttons .bde-columns {
  column-gap: 10px;
}
section[class^=bde-section].section-cta__double-buttons {
  z-index: 1;
}
section[class^=bde-section].section-cta__double-buttons .btn-l {
  font-size: 3.4rem;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1119px) {
  section[class^=bde-section].section-cta__double-buttons .btn-l {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  section[class^=bde-section].section-cta__double-buttons .btn-l {
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  section[class^=bde-section].section-cta__double-buttons .btn-l {
    flex-direction: row;
    font-size: 1.8rem;
  }
}
section[class^=bde-section].section-cta__double-buttons .btn-l .text-highlight {
  padding-left: 5px;
}

.component-double-buttons {
  width: 100%;
}
.component-double-buttons .bde-columns {
  --bde-column-gap: 10px;
}
.component-double-buttons a.oxymade-btn {
  font-size: 2.4rem;
}
.component-double-buttons a.oxymade-btn.btn-secondary {
  color: #ffffff !important;
}
@media (max-width: 1023px) {
  .component-double-buttons a.oxymade-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .component-double-buttons a.oxymade-btn {
    font-size: 2.4rem;
  }
}
.component-double-buttons .oxymade-btn-icon-wrapper {
  font-size: 4rem;
  color: #fff212;
  position: relative;
  margin-right: 3px !important;
  margin-top: -10px;
  margin-left: -3px;
  margin-bottom: -6px;
}
@media (max-width: 1023px) {
  .component-double-buttons .oxymade-btn-icon-wrapper {
    display: none;
  }
}

header.bde-header-builder {
  z-index: 1;
}
header.bde-header-builder .bde-menu-custom-area {
  display: none;
}
@media (max-width: 479px) {
  header.bde-header-builder .bde-menu-custom-area {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .breakdance .bde-menu-11-106 .breakdance-menu--fullscreen .breakdance-menu-list {
    height: 100dvh !important;
  }
  .bde-menu.bde-menu-11-106 .breakdance-menu-list {
    background: url("../bg-concrete-dark04.jpg") top left no-repeat;
    background-size: cover;
  }
  .bde-menu.bde-menu-11-106 .breakdance-menu-list .breakdance-menu-item .breakdance-menu-link {
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
  }
  .bde-menu.bde-menu-11-106 .breakdance-menu-list .breakdance-menu-item.bde-button {
    display: block;
    text-align: center;
  }
  .bde-menu.bde-menu-11-106 .breakdance-menu-list .breakdance-menu-item.bde-button .button-atom {
    width: 80%;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
  }
  .bde-menu.bde-menu-11-106 .breakdance-menu-list .bde-menu-custom-area .bde-custom-area-link {
    justify-content: center;
    font-size: 1.5rem;
    line-height: 2;
    padding-top: 45px;
  }
}
body.home.breakdance .section-hero {
  background: url("../bg-concrete-light01.jpg") top center no-repeat;
  background-size: cover;
}
body.home.breakdance .section-hero > .section-container {
  padding-top: 24px;
}
@media (min-width: 1200px) {
  body.home.breakdance .section-hero > .section-container {
    padding-bottom: 0;
  }
}
body.home.breakdance .section-hero .quick-highlights .highlight-list {
  text-align: center;
}
body.home.breakdance .section-hero h1.hero {
  font-weight: 700;
  font-size: 9.65rem;
  line-height: 0.86;
  margin-top: 43px;
}
@media (max-width: 1023px) {
  body.home.breakdance .section-hero h1.hero {
    font-size: 8.5rem;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-hero h1.hero {
    font-size: 4.5rem;
  }
}
body.home.breakdance .section-hero h1.hero > small {
  font-size: 3.7rem;
  margin-bottom: 28px;
  line-height: 1;
  text-transform: none;
  display: block;
}
@media (max-width: 1023px) {
  body.home.breakdance .section-hero h1.hero > small {
    font-size: 2.5rem;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-hero h1.hero > small {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
body.home.breakdance .section-hero .hero-subcontent {
  margin-top: 33px;
  margin-bottom: 29px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
body.home.breakdance .section-hero .hero-bullets {
  width: 56%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-hero .hero-bullets {
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) {
  body.home.breakdance .section-hero .hero-bullets {
    flex-wrap: wrap;
  }
}
body.home.breakdance .section-hero .hero-bullets > div {
  align-items: center;
  flex-wrap: nowrap;
  font-weight: 700;
  margin-bottom: 14px;
  width: 45%;
  font-size: 2.2rem;
}
@media (max-width: 1023px) {
  body.home.breakdance .section-hero .hero-bullets > div {
    font-size: 1.7rem;
    width: auto;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-hero .hero-bullets > div {
    width: 45%;
  }
}
body.home.breakdance .section-hero .hero-bullets .bde-icon-icon.breakdance-icon-atom {
  padding: 5px !important;
  margin-right: 10px;
  background-color: transparent;
}
body.home.breakdance .section-hero .section-hero__button {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  body.home.breakdance .section-hero .section-hero__button {
    display: none;
  }
}
body.home.breakdance .section-hero .section-hero__quote {
  background: url("../bg-concrete-dark05.jpg") top center no-repeat;
  background-size: cover;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  padding: 23px 23px 56px;
}
body.home.breakdance .section-hero .section-hero__quote .component-quote-form .bde-form-builder button.button-atom--primary {
  font-size: 2.5rem;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-hero .section-hero__quote {
    display: none;
  }
}
body.home.breakdance .section-problem {
  background: url("../bg-concrete-dark01.jpg") top center no-repeat;
  background-size: cover;
  color: #ffffff;
  overflow-x: hidden;
}
body.home.breakdance .section-problem .section-container {
  padding-top: 38px;
  padding-bottom: 38px;
}
body.home.breakdance .section-problem .section-problem__content {
  padding: 71px 0;
}
body.home.breakdance .section-problem .section-problem__content h2, body.home.breakdance .section-problem .section-problem__content p {
  color: #ffffff;
}
body.home.breakdance .section-problem .section-problem__content .bde-rich-text {
  position: relative;
}
body.home.breakdance .section-problem .section-problem__slider .breakdance-swiper-wrapper {
  padding: 0 !important;
}
body.home.breakdance .section-problem .section-problem__slider .breakdance-swiper-wrapper .swiper-wrapper {
  transition-timing-function: linear;
}
body.home.breakdance .section-problem .section-problem__slider .bde-advancedslide .advanced-slider__slide {
  align-items: flex-start;
  position: relative;
  padding: 5px;
}
body.home.breakdance .section-problem .section-problem__slider .bde-advancedslide .advanced-slider__slide h3 {
  top: auto;
  bottom: 19px;
  left: auto;
  padding: 11px 16px 15px 15px;
}
@media (max-width: 1023px) {
  body.home.breakdance .section-problem .section-problem__slider .bde-advancedslide .advanced-slider__slide {
    align-items: flex-start;
  }
}
body.home.breakdance .section-problem .section-problem__slider .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
body.home.breakdance .section-problem .section-problem__slider .swiper-button-next > svg {
  background-color: transparent !important;
}
body.home.breakdance .section-guarantee {
  background: url("../bg-concrete-light02.jpg") top center no-repeat;
  background-size: cover;
}
body.home.breakdance .section-guarantee .section-guarantee__text {
  margin-top: 34px;
  margin-bottom: 75px;
  text-align: center;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-guarantee .section-guarantee__text {
    text-wrap: balance;
  }
}
body.home.breakdance .section-guarantee .section-guarantee__image-list {
  margin-bottom: 63px;
}
@media (max-width: 767px) {
  body.home.breakdance .section-guarantee .section-guarantee__image-list .bde-column:first-child {
    --column-width: 40%;
  }
}
@media (max-width: 767px) {
  body.home.breakdance .section-guarantee .section-guarantee__image-list .bde-column:last-child {
    --column-width: 60%;
  }
}
@media (max-width: 1119px) {
  body.home.breakdance .section-guarantee .section-guarantee__image-list .bde-icon-list li .bde-icon-list__item-wrapper {
    align-items: flex-start;
  }
}
body.home.breakdance .section-guarantee .section-guarantee__image-list .bde-icon-list li .bde-icon-list__icon {
  border: 2px solid #292929;
  border-radius: 4px;
  margin-right: 0px;
  padding: 3px;
}
body.home.breakdance .section-guarantee .section-guarantee__image-list .bde-icon-list li .bde-icon-list__text {
  font-size: 2.3rem;
  font-weight: bold;
}
body.home.breakdance .section-guarantee .section-guarantee__image-list .bde-icon-list li .bde-icon-list__text small {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.25;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-guarantee .section-guarantee__image-list .bde-icon-list li .bde-icon-list__text small {
    display: block;
  }
}
body.home.breakdance .section-guarantee .section-guarantee__image-list .component-double-buttons {
  width: 93%;
}
@media (max-width: 479px) {
  body.home.breakdance .section-guarantee .section-guarantee__image-list .component-double-buttons {
    width: 100%;
  }
}
body.home.breakdance .section-guarantee a.section-guarantee__text-link {
  color: #292929;
  font-size: 1.5rem;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-guarantee a.section-guarantee__text-link {
    font-size: 1.2rem;
  }
}
body.home.breakdance .section-solution {
  background: url("../bg-concrete-dark03.jpg") top center no-repeat;
  background-size: cover;
}
body.home.breakdance .section-solution .section-solution__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 479px) {
  body.home.breakdance .section-solution .section-solution__wrapper {
    justify-content: center;
    width: 100%;
  }
}
body.home.breakdance .section-solution .section-solution__container {
  max-width: 374px;
  position: relative;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-solution .section-solution__container {
    max-width: 30%;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-solution .section-solution__container {
    max-width: none;
    margin-bottom: 25px;
  }
}
body.home.breakdance .section-solution .section-solution__container h3.section-solution__header {
  background: url("../bg-heading-highlight.jpg") bottom center no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 0;
  padding: 8px 10px 14px;
  font-weight: 700;
  font-size: 6.8rem;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-solution .section-solution__container h3.section-solution__header {
    font-size: 4.8rem;
  }
}
@media (max-width: 1023px) {
  body.home.breakdance .section-solution .section-solution__container h3.section-solution__header {
    font-size: 3.4rem;
  }
}
body.home.breakdance .section-solution .section-solution__container h4.section-solution__subheading {
  text-align: center;
  color: #ffffff;
  font-size: 3.3rem;
  margin-bottom: 0;
  padding: 26px 5px 31px;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-solution .section-solution__container h4.section-solution__subheading {
    font-size: 2.5rem;
  }
}
body.home.breakdance .section-solution .section-solution__container h4.section-solution__subheading, body.home.breakdance .section-solution .section-solution__container .section-solution__list {
  background: url("../bg-concrete-dark04.jpg") top center no-repeat;
  background-size: cover;
}
body.home.breakdance .section-solution .section-solution__container .section-solution__list {
  color: #ffffff;
  min-height: 175px;
}
@media (max-width: 479px) {
  body.home.breakdance .section-solution .section-solution__container .section-solution__list {
    min-height: unset;
  }
}
body.home.breakdance .section-solution .section-solution__container .section-solution__list ul {
  margin: 0;
  padding: 33px 10px 5px 30px;
}
@media (max-width: 1023px) {
  body.home.breakdance .section-solution .section-solution__container .section-solution__list ul {
    padding: 22px 10px 5px 22px;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-solution .section-solution__container .section-solution__list ul {
    padding: 33px 10px 33px 30px;
  }
}
body.home.breakdance .section-solution .section-solution__container .section-solution__list ul li {
  font-size: 2rem;
  position: relative;
  text-wrap: balance;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-solution .section-solution__container .section-solution__list ul li {
    font-size: 1.4rem;
    line-height: 1.25;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-solution .section-solution__container .section-solution__list ul li {
    font-size: 1.7rem;
  }
}
body.home.breakdance .section-solution .section-solution__container .section-solution__list ul li::marker {
  color: #fff212;
}
body.home.breakdance .section-solution .section-solution__container .section-solution__list ul.icon-check {
  list-style: none;
  padding-left: 38px;
}
body.home.breakdance .section-solution .section-solution__container .section-solution__list ul.icon-check li::before {
  content: "";
  mask: url("img/svg-check.svg") no-repeat center;
  mask-size: contain;
  position: absolute;
  left: -25px;
  top: 0;
  background-color: #fff212;
  width: 20px;
  height: 20px;
}
body.home.breakdance .section-solution .section-solution__container:first-child img.section-solution__image-arrow, body.home.breakdance .section-solution .section-solution__container:nth-child(2) img.section-solution__image-arrow {
  display: block;
  position: absolute;
  right: -78px;
  margin: 0px;
  top: 48%;
  z-index: 1;
}
@media (max-width: 1023px) {
  body.home.breakdance .section-solution .section-solution__container:first-child img.section-solution__image-arrow, body.home.breakdance .section-solution .section-solution__container:nth-child(2) img.section-solution__image-arrow {
    display: none;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-solution .section-solution__container:first-child img.section-solution__image-arrow, body.home.breakdance .section-solution .section-solution__container:nth-child(2) img.section-solution__image-arrow {
    margin: auto auto 30px;
    transform: rotate(90deg);
  }
}
body.home.breakdance .section-solution .section-solution__content {
  color: #ffffff;
  text-align: center;
  margin: 34px auto;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-solution .section-solution__content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
  }
}
@media (max-width: 1023px) {
  body.home.breakdance .section-solution .section-solution__content {
    width: 90%;
  }
}
body.home.breakdance .section-solution .section-solution__content .bde-rich-text {
  color: inherit;
  margin-bottom: 21px;
}
body.home.breakdance .section-solution .section-solution__content .bde-text-link {
  justify-content: center;
  font-size: 3.7rem;
  font-weight: 600;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-solution .section-solution__content .bde-text-link {
    font-size: 2.8rem;
  }
}
body.home.breakdance .section-process {
  background: url("../bg-concrete-light03.jpg") top center no-repeat;
  background-size: cover;
}
body.home.breakdance .section-process .section-process__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  body.home.breakdance .section-process .section-process__wrapper {
    justify-content: space-between;
    width: 100%;
  }
}
body.home.breakdance .section-process h2 {
  margin-bottom: 41px;
}
body.home.breakdance .section-process .section-process__container {
  max-width: 374px;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-process .section-process__container {
    max-width: 33%;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-process .section-process__container {
    max-width: none;
    margin-bottom: 25px;
  }
}
body.home.breakdance .section-process .section-process__container h3.section-process__header {
  background: url("../bg-heading-dark.jpg") bottom center no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 0;
  padding: 8px 10px 14px;
  font-weight: 700;
  font-size: 6.8rem;
  color: #ffffff;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-process .section-process__container h3.section-process__header {
    font-size: 4.8rem;
  }
}
@media (max-width: 1023px) {
  body.home.breakdance .section-process .section-process__container h3.section-process__header {
    font-size: 3.4rem;
  }
}
body.home.breakdance .section-process .section-process__container h4.section-process__subheading {
  text-align: center;
  font-size: 4.4rem;
  margin-bottom: 0;
  padding: 35px 5px 48px;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-process .section-process__container h4.section-process__subheading {
    font-size: 2.5rem;
  }
}
body.home.breakdance .section-process .section-process__container h4.section-process__subheading, body.home.breakdance .section-process .section-process__container .section-process__list {
  background: url("../bg-concrete-light04.jpg") top center no-repeat;
  background-size: cover;
}
body.home.breakdance .section-process .section-process__container .section-process__list {
  min-height: 175px;
}
@media (max-width: 479px) {
  body.home.breakdance .section-process .section-process__container .section-process__list {
    min-height: unset;
  }
}
body.home.breakdance .section-process .section-process__container .section-process__list ul {
  margin: 0;
  padding: 33px 10px 5px 30px;
}
@media (max-width: 1023px) {
  body.home.breakdance .section-process .section-process__container .section-process__list ul {
    padding: 22px 10px 5px 22px;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-process .section-process__container .section-process__list ul {
    padding: 33px 10px 33px 30px;
  }
}
body.home.breakdance .section-process .section-process__container .section-process__list ul li {
  font-size: 2rem;
  position: relative;
  text-wrap: balance;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-process .section-process__container .section-process__list ul li {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 1119px) {
  body.home.breakdance .section-process .section-process__container .section-process__list ul li {
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-process .section-process__container .section-process__list ul li {
    font-size: 1.7rem;
  }
}
body.home.breakdance .section-process .section-process__container .section-process__list ul li::marker {
  color: #fff212;
}
body.home.breakdance .section-process .section-process__container .section-process__list ul.icon-check {
  list-style: none;
  padding-left: 38px;
}
body.home.breakdance .section-process .section-process__container .section-process__list ul.icon-check li::before {
  content: "";
  mask: url("img/svg-check.svg") no-repeat center;
  mask-size: contain;
  position: absolute;
  left: -25px;
  top: 0;
  background-color: #fff212;
  width: 20px;
  height: 20px;
}
body.home.breakdance .section-proof {
  background: url("../bg-concrete-light05.jpg") top center no-repeat;
  background-size: cover;
}
body.home.breakdance .section-proof .section-proof__video {
  border-radius: 4px;
}
body.home.breakdance .section-proof .lty-playbtn {
  display: none !important;
}
body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 {
  --num-columns: 4;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 {
    --num-columns: 2;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 {
    --num-columns: 2;
    --space-between-items: 5px;
  }
}
body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 .bde-stats-grid_item {
  height: 266px;
  padding: 10px 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 .bde-stats-grid_item {
    height: 200px;
  }
}
body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 .bde-stats-grid_item h3.bde-stats-grid_number {
  order: 1;
  font-size: 4.8rem;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 .bde-stats-grid_item h3.bde-stats-grid_number {
    font-size: 3rem;
  }
}
body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 .bde-stats-grid_item .bde-stats-grid_icon.breakdance-icon-atom {
  order: 2;
  font-size: 118px;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 .bde-stats-grid_item .bde-stats-grid_icon.breakdance-icon-atom {
    font-size: 75px;
  }
}
body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 .bde-stats-grid_item:nth-child(3) .bde-stats-grid_icon.breakdance-icon-atom {
  font-size: 148px;
}
@media (max-width: 479px) {
  body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 .bde-stats-grid_item:nth-child(3) .bde-stats-grid_icon.breakdance-icon-atom {
    font-size: 75px;
  }
}
body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 .bde-stats-grid_item .bde-stats-grid_text {
  order: 3;
  font-size: 2.3rem;
  line-height: 1.2;
}
@media (max-width: 479px) {
  body.home.breakdance .section-proof .section-proof__grid.bde-stats-grid-2-787 .bde-stats-grid_item .bde-stats-grid_text {
    font-size: 1.3rem;
    font-weight: normal;
  }
}
body.home.breakdance .section-team {
  background: url("../bg-concrete-dark06.jpg") top center no-repeat;
  background-size: cover;
}
body.home.breakdance .section-team h2 {
  color: #ffffff;
  margin-bottom: 32px;
}
body.home.breakdance .section-team .section-team__text {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.55;
  text-align: center;
  text-wrap: pretty;
  margin-bottom: 75px;
}
body.home.breakdance .section-team .section-team__wrapper {
  align-self: center;
  max-width: 997px;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-team .section-team__wrapper .section-team__quote {
    flex-direction: row;
  }
}
@media (max-width: 479px) {
  body.home.breakdance .section-team .section-team__wrapper .section-team__quote {
    flex-direction: column;
  }
}
@media (max-width: 1119px) {
  body.home.breakdance .section-team .section-team__wrapper .section-team__quote-author {
    width: 69%;
  }
}
@media (max-width: 767px) {
  body.home.breakdance .section-team .section-team__wrapper .section-team__quote-author {
    width: 75%;
    align-self: center;
  }
}
body.home.breakdance .section-team .section-team__wrapper .section-team__quote-text {
  justify-content: center;
}
body.home.breakdance .section-team .section-team__wrapper .section-team__quote-text .bde-blockquote {
  background-color: transparent;
  padding: 0;
  color: #ffffff;
}
@media (max-width: 1023px) {
  body.home.breakdance .section-team .section-team__wrapper .section-team__quote-text .bde-blockquote {
    font-size: 1.5rem;
  }
}
body.home.breakdance .section-team .section-team__wrapper .section-team__quote-text .bde-blockquote .inline-text_blockquote-icon {
  font-size: 3.1rem;
  color: #fff212;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1119px) {
  body.home.breakdance .section-team .section-team__wrapper .section-team__quote-text .bde-blockquote .inline-text_blockquote-icon {
    font-size: 2.7rem;
  }
}
@media (max-width: 1023px) {
  body.home.breakdance .section-team .section-team__wrapper .section-team__quote-text .bde-blockquote .inline-text_blockquote-icon {
    font-size: 2rem;
  }
}
body.home.breakdance .section-team .section-team__wrapper .section-team__quote-text .bde-blockquote cite {
  font-weight: 300;
  font-size: 80%;
  margin-top: 10px;
  line-height: 1.25;
  text-wrap: pretty;
}
@media (max-width: 767px) {
  body.home.breakdance .section-team [class^=bde-gallery].section-team__gallery .ee-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.home.breakdance .section-team [class^=bde-gallery].section-team__gallery .ee-gallery-item {
  height: 232px;
}

@media (max-width: 479px) {
  footer.footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
footer.footer [class^=bde-basic-list].footer-links__list2 {
  list-style: none;
  padding-inline-start: 0;
}
footer.footer [class^=bde-basic-list].footer-links__list2 li {
  padding-inline-start: 0;
}/*# sourceMappingURL=custom.css.map */