/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/text-under-title/text-under-title.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;
}

@keyframes under-title-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(-10.75deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(-10.75deg) translateY(0);
  }
}
.text-under-title {
  background-image: url(7432d3869575f8979761.svg);
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 87.5rem;
  margin-top: -12.5rem;
}
@media screen and (max-width: 1600px) {
  .text-under-title {
    padding-bottom: 78.125rem;
    margin-top: -10.875rem;
  }
}
@media screen and (max-width: 1400px) {
  .text-under-title {
    padding-bottom: 78.125rem;
    margin-top: -9.6875rem;
  }
}
@media screen and (max-width: 1200px) {
  .text-under-title {
    padding-bottom: 68.75rem;
    margin-top: -8.375rem;
  }
}
@media screen and (max-width: 992px) {
  .text-under-title {
    padding-bottom: 81.25rem;
    margin-top: -7.25rem;
  }
}
@media screen and (max-width: 768px) {
  .text-under-title {
    padding-bottom: 81.25rem;
    margin-top: -6.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .text-under-title {
    padding-bottom: 68.75rem;
    margin-top: -5.1875rem;
  }
}
@media screen and (min-width: 1921px) {
  .text-under-title {
    padding-bottom: 72.91667vw;
    margin-top: -10.41667vw;
  }
}
.text-under-title__wrapper {
  text-align: center;
  padding-top: 18.75rem;
  margin-inline: 31.875rem;
}
@media screen and (max-width: 1600px) {
  .text-under-title__wrapper {
    margin-inline: 27.9375rem;
    padding-top: 16.3125rem;
  }
}
@media screen and (max-width: 1400px) {
  .text-under-title__wrapper {
    margin-inline: 22.375rem;
    padding-top: 14.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .text-under-title__wrapper {
    margin-inline: 15.625rem;
    padding-top: 12.5rem;
  }
}
@media screen and (max-width: 992px) {
  .text-under-title__wrapper {
    margin-inline: 12.5rem;
    padding-top: 10.875rem;
  }
}
@media screen and (max-width: 768px) {
  .text-under-title__wrapper {
    margin-inline: 6.25rem;
    padding-top: 9.375rem;
  }
}
@media screen and (max-width: 576px) {
  .text-under-title__wrapper {
    margin-inline: 3.125rem;
    padding-top: 7.9375rem;
  }
}
@media screen and (min-width: 1921px) {
  .text-under-title__wrapper {
    margin-inline: 26.5625vw;
    padding-top: 15.625vw;
  }
}
.text-under-title__title {
  opacity: 0;
  background-color: rgb(169, 41, 41);
  color: rgb(255, 255, 255);
  display: inline-block;
  transform: rotate(-10.75deg);
}
.text-under-title__title.show {
  animation: under-title-fade-in-up 0.5s ease-out forwards;
}
.text-under-title__text {
  opacity: 0;
  color: rgb(255, 255, 255);
  margin-top: 4.375rem;
}
@media screen and (max-width: 1600px) {
  .text-under-title__text {
    margin-top: 3.8125rem;
  }
}
@media screen and (max-width: 1400px) {
  .text-under-title__text {
    margin-top: 3.375rem;
  }
}
@media screen and (max-width: 1200px) {
  .text-under-title__text {
    margin-top: 2.8125rem;
  }
}
@media screen and (max-width: 992px) {
  .text-under-title__text {
    margin-top: 2.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .text-under-title__text {
    margin-top: 2.0625rem;
  }
}
@media screen and (max-width: 576px) {
  .text-under-title__text {
    margin-top: 1.6875rem;
  }
}
@media screen and (min-width: 1921px) {
  .text-under-title__text {
    margin-top: 3.64583vw;
  }
}
.text-under-title__text.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
.text-under-title__svg {
  opacity: 0;
  width: 100vw;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 1600px) {
  .text-under-title__svg {
    width: 110vw;
  }
}
@media screen and (max-width: 1400px) {
  .text-under-title__svg {
    width: 120vw;
  }
}
@media screen and (max-width: 1200px) {
  .text-under-title__svg {
    width: 130vw;
  }
}
@media screen and (max-width: 992px) {
  .text-under-title__svg {
    width: 135vw;
  }
}
@media screen and (max-width: 768px) {
  .text-under-title__svg {
    width: 140vw;
  }
}
@media screen and (max-width: 576px) {
  .text-under-title__svg {
    width: 160vw;
  }
}
@media screen and (min-width: 1921px) {
  .text-under-title__svg {
    width: 100vw;
  }
}
.text-under-title__svg svg {
  display: block;
  width: 100%;
  height: auto;
}
.text-under-title__svg.show {
  animation: fade-in 0.5s ease-out forwards;
}

/*# sourceMappingURL=text-under-title.css.map*/