/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/about-us/about-us.scss ***!
  \****************************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 13.6rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 10.8rem;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: rgb(22, 22, 22);
  position: relative !important;
  overflow-x: hidden;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes enter-left {
  0% {
    opacity: 0;
    transform: translateX(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-60px);
  }
  20%, 50%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-45px);
  }
  60% {
    transform: translateY(-30px);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-out {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes highlight-text {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rock-in-shake {
  0% {
    opacity: 0;
    transform: translate(-200px, 200px) rotate(-15deg) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg) scale(1.05);
  }
  75% {
    transform: translate(2px, -2px) rotate(5deg);
  }
  85% {
    transform: translate(-2px, 2px) rotate(-5deg);
  }
  92% {
    transform: translate(1px, -1px) rotate(5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes contact-subtitle-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(3.48deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(3.48deg) translateY(0);
  }
}
@keyframes contact-phone-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(-5.85deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(-5.85deg) translateY(0);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.about {
  width: 100%;
  z-index: 2;
  margin-top: -9.375rem;
  display: flex;
  padding: 0rem 2.875rem 13.75rem 5.9375rem;
  position: relative;
  gap: 3.1875rem;
}
@media screen and (max-width: 1400px) {
  .about {
    flex-direction: column;
    gap: 10.6875rem;
    padding: 0rem 1.25rem 12.5rem 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .about {
    gap: 5rem;
    margin-top: -21.875rem;
    padding: 0rem 1.25rem 15.625rem 1.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .about {
    margin-top: -7.8125vw;
    padding: 0vw 2.39583vw 11.45833vw 4.94792vw;
  }
}
.about__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.about__text-side {
  flex: 2;
  align-items: center;
  margin-top: auto;
}
@media screen and (max-width: 1400px) {
  .about__text-side {
    flex-direction: column;
    gap: 9.4375rem;
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .about__text-side {
    flex-direction: column;
    gap: 9.4375rem;
    padding-inline: 0.625rem;
  }
}
.about__text-side.show .about__title,
.about__text-side.show .about__text,
.about__text-side.show .about__button {
  animation: fade-in-up 0.5s ease-out forwards;
}
.about__text-side.show .about__subtitle {
  animation: enter-right 0.5s ease-out forwards;
  animation-delay: 0.2s;
}
.about__text-side.show .about__text {
  animation-delay: 0.4s;
}
.about__text-side.show .about__button {
  animation-delay: 0.6s;
}
.about__text-side.show .about__text span {
  animation: highlight-text 0.5s ease-out forwards 0.8s;
}
.about__images-side {
  display: flex;
  flex: 3;
}
@media screen and (max-width: 576px) {
  .about__images-side {
    flex-direction: column;
    align-items: center;
    gap: 4.375rem;
    padding-bottom: 5rem;
    flex: 1;
  }
}
.about__images-side.show .about__image-wrapper {
  animation: bounce 1.2s ease forwards;
}
.about__title {
  opacity: 0;
  color: rgb(15, 15, 15);
  margin-bottom: 1.25rem;
  margin-top: 8.75rem;
}
@media screen and (max-width: 576px) {
  .about__title {
    margin-top: 18.75rem;
  }
}
.about__subtitle {
  opacity: 0;
  background-color: rgb(169, 41, 41);
  margin-left: 5.5625rem;
  display: inline-block;
  margin-bottom: 3.375rem;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 576px) {
  .about__subtitle {
    margin-left: 1.875rem;
  }
}
.about__text {
  opacity: 0;
  margin-left: 1.5625rem;
  margin-bottom: 2.125rem;
}
.about__text span {
  background: linear-gradient(to right, rgb(245, 169, 28) 0%, rgb(245, 169, 28) 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.6s ease-out;
}
.about__button {
  opacity: 0;
  display: inline-block;
  color: rgb(245, 169, 28);
  margin-left: 1.5625rem;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .about__button:hover {
    transform: scale(1.1);
  }
}
.about__image-wrapper {
  opacity: 0;
  width: 100%;
  max-height: 37.6875rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .about__image-wrapper {
    max-height: 37.6875rem;
  }
}
@media screen and (max-width: 1400px) {
  .about__image-wrapper {
    width: 70%;
    max-height: 31.25rem;
  }
}
@media screen and (max-width: 576px) {
  .about__image-wrapper {
    width: 70%;
    height: 25rem;
  }
}
@media screen and (min-width: 1921px) {
  .about__image-wrapper {
    max-height: 36.77917vw;
  }
}
.about__image-wrapper--1 {
  margin-right: 2.4375rem;
}
@media screen and (max-width: 992px) {
  .about__image-wrapper--1 {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .about__image-wrapper--1 {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .about__image-wrapper--1 {
    margin-right: 0rem;
  }
}
.about__image-wrapper--1 svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.about__image-wrapper--2 {
  margin-right: 1.8125rem;
  margin-top: -7.5rem;
}
.about__image-wrapper--2 svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 992px) {
  .about__image-wrapper--2 {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .about__image-wrapper--2 {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .about__image-wrapper--2 {
    margin-top: 0rem;
    margin-right: 0rem;
  }
  .about__image-wrapper--2 svg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
}
.about__image-wrapper--3 {
  margin-right: 2.625rem;
}
.about__image-wrapper--3 svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .about__image-wrapper--3 {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .about__image-wrapper--3 {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .about__image-wrapper--3 {
    margin-top: 0rem;
    margin-right: 0rem;
  }
}
.about__image-wrapper--4 {
  margin-top: -7.5rem;
}
.about__image-wrapper--4 svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 576px) {
  .about__image-wrapper--4 {
    margin-top: 0rem;
  }
  .about__image-wrapper--4 svg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
}
.about__image {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.about__img-caption {
  color: rgb(15, 15, 15);
}
.about__image-wrapper:nth-of-type(even) .about__img-caption {
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .about__image-wrapper:nth-of-type(even) .about__img-caption {
    margin-top: 0px;
  }
}
.about__wire-wrapper {
  opacity: 0;
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .about__wire-wrapper {
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .about__wire-wrapper {
    bottom: 4%;
  }
}
.about__wire-wrapper svg {
  width: 100vw;
}
@media screen and (max-width: 1200px) {
  .about__wire-wrapper svg {
    width: 150vw;
  }
}
@media screen and (max-width: 768px) {
  .about__wire-wrapper svg {
    width: 200vw;
  }
}
@media screen and (max-width: 576px) {
  .about__wire-wrapper svg {
    width: 300vw;
  }
}
.about__wire-wrapper.show {
  animation: fade-in 0.5s ease-out forwards;
}
.about__button-wrapper {
  display: inline-block;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .about__button-wrapper:hover {
    transform: scale(1.1);
  }
}

/*# sourceMappingURL=about-us.css.map*/