/* inlined: main.css */
.main-section {
    position: relative;
    min-height: 917px;
    z-index: 1;
}

.main__top-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
    background-image: url("/assets/about-us-assets/img/main/light-shadow.webp");
    background-size: cover;
}

.main__top-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main__top-image--position-bottom {
    width: 1129.85px;
    height: 768.873px;
    z-index: 0;
    top: 0;
    left: 0;
}

.main__top-image--position-down {
    width: 100%;
    max-width: 735px;
    max-height: 735px;
    object-fit: contain;
    z-index: 1;
    position: absolute;
    top: -200px;
    left: -200px;
    overflow: hidden;
}

.main__top-image--position-top {
    width: 500px;
    height: 540px;
    z-index: 2;
}

.main__content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 860px;
    position: relative;
    top: 381px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.main__title {
    font-family: 'Raleway', sans-serif;
    font-size: 116px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    /* max-width: 1061px; */
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: white;
}

.main__subtitle {
    font-family: Raleway;
    font-size: 58px;
    font-style: normal;
    font-weight: 200;
    line-height: 63.8px;
    margin: 0;
    padding: 0;
    color: white;
    max-width: 1000px;
    width: 100%;
}

.main_button {
    margin-top: 40px;
    z-index: 9999;
}

.main__button:hover {
    background-color: #6c01f6;
    color: white;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.main__bottom-image-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    /* z-index: auto;  */
    min-height: 100%;
}

.main__bottom-image--position-bottom {
    width: 100vw;
    height: 100%;
    /* z-index: -1; */
    z-index: 1; 
    position: absolute;
    bottom: 0;
    left: 0;
}

.main__bottom-image--position-top {
    width: 100%;
    max-width: 900px;
    height: 900px;
    object-fit: contain;
    z-index: 10;
    position: absolute;
    top: 120px;
    right: -300px;
    animation: infiniteRotate 50s linear infinite;
}

@keyframes infiniteRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1700px) {
    .main__bottom-image--position-top {
        max-width: 900px;
        top: 250px;
    }
}

@media screen and (max-width: 1520px) {
    .main__title {
        font-size: 90px;
    }
}

@media screen and (max-width: 1450px) {
    .main__subtitle {
        font-size: 58px;
    }
}

@media screen and (max-width: 1300px) {
    .main__title {
        font-size: 80px;
    }

    .main__top-image--position-top {
        width: 400px;
        height: 440px;
    }

    .main__top-image--position-down {
        width: 635px;
        height: 635px;
        top: -250px;
    }

    .main__bottom-image--position-top {
        width: 800px;
        top: 250px;
        right: -800px;
    }
}

@media screen and (max-width: 1200px) {
    .main__content-container {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .main__title {
        font-size: 52px;
        text-align: center;
    }

    .main__subtitle {
        font-size: 32px;
        line-height: 35px;
        max-width: 550px;
        text-align: center;
    }

    .main__bottom-image--position-top {
        width: 700px;
        top: 250px;
        right: -800px;
    }

    .main__top-image--position-down {
        width: 535px;
        height: 635px;
        top: -200px;
    }

    .main__top-image--position-top {
        width: 340px;
        height: 340px;
    }
}

@media screen and (max-width: 920px) {
    .main__content-container {
        width: 600px;
    }
}

@media screen and (max-width: 800px) {
    .main__content-container {
        width: 600px;
    }
}

@media screen and (max-width: 700px) {
    .main__content-container {
        width: 500px;
    }
}

@media screen and (max-width: 650px) {
    .main-section {
        min-height: 800px;
        width: 100%;
    }

    .main__bottom-image--position-top {
        display: none;
    }

    .main__title {
        font-size: 42px;
        width: 273px;
    }

    .main__subtitle {
        font-size: 28px;
        line-height: 30px;
        width: 282px;
    }

    .main__button {
        width: 220px;
        height: 47px;
        padding: 0;
        margin-top: 32px;
    }
}

@media screen and (max-width: 420px) {
    .main__content-container {
        bottom: 0;
    }

    .main__subtitle {
        font-size: 23px;
        line-height: 25px;
        width: 282px;
    }
}

@media (min-width: 1521px) {
    .main__content-container {
        max-width: 1060px;
    }
}
/* end: main.css */
/* inlined: about.css */
.about {
    z-index: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #1D1D1D;
}

.about--services {
    background-color: transparent;
}

.about__main-title {
    font-family: Raleway;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 79.2px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 163px;
    text-align: center;
}

.about__main-title span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 72px;
}

.about__title {
    text-align: center;
    font-family: Raleway;
    font-size: 58px;
    font-style: normal;
    font-weight: 200;
    line-height: 63.8px;
    color: #FFF;
    margin-bottom: 56px;
}

.about__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-left: 250px;
    margin-right: 250px;
}

.about__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 630px;
}

.about__container-title {
    font-family: Raleway;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 57.2px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 10px;
}

.about__text {
    font-family: Biryani;
    font-size: 18px;
    font-style: normal;
    font-weight: 275;
    line-height: 28.8px;
    color: #FFF;
    margin-top: 10px;
}

.about__image {
    border-radius: 10px;
    border: 1px solid #777;
    object-fit: cover;
}

@media screen and (max-width: 1630px) {
    .about__container {
        margin-left: 150px;
        margin-right: 150px;
    }
}

@media screen and (max-width: 1410px) {
    .about__container {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media screen and (max-width: 1305px) {
    .about__image {
        width: 570px;
    }

    .about__container-title {
        font-size: 32px;
        line-height: 36.2px;
    }

    .about__container {
        gap: 15px;
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 1160px) {
    .about__text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1080px) {
    .about__main-title, 
    .about__main-title span {
        font-size: 48px;
        margin-top: 159px;
    }

    .about__title {
        line-height: 35px;
        font-size: 32px;
    }

    .about__container {
        flex-direction: column;
        gap: 32px;
        margin-left: 67px;
        margin-right: 67px;
    }

    .about__image {
        width: 100%;
    }

    .about__text-container {
        width: 100%;
        text-align: center;
        margin-left: 102px;
        margin-right: 102px;
        align-items: center;
    }

    .about__container-title {
        font-size: 32px;
        line-height: 36.2px;
        margin: 22px auto;
    }

    .about__text {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        max-width: 700px;
    }
}

@media screen and (max-width: 600px) {
    .about__container {
        margin-left: 20px;
        margin-right: 20px;
        gap: 22px;
    }

    .about__main-title, 
    .about__main-title span {
        font-size: 32px;
        line-height: 35.2px;
        margin-top: 50px;
    }

    .about__title {
        font-size: 20px;
        line-height: 26.4px;
    }

    .about__container-title {
        font-size: 24px;
        line-height: 26.4px;
        margin: 22px auto;
    }

    .about__text {
        text-align: left;
        font-size: 18px;
        font-style: normal;
        font-weight: 275;
        line-height: 28.8px;
    }

    .about__title {
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 440px) {
    .about__main-title {
        max-width: 250px;
        text-align: center;
        margin: 50px auto 5px;

    }

    .about__title {
        font-size: 28px;
        line-height: 30px;
        max-width: 250px;
        text-align: center;
        margin: 0 auto 36px;
    }

    .about__image {
        width: 335px;
        height: auto;
    }

    .about__text-container {
        width: 335px;
        text-align: left;
    }

    .about__container-title {
        font-size: 28px;
        font-style: normal;
        font-weight: 200;
    }
}
/* end: about.css */
/* inlined: history.css */
.history-section {
  display: flex;
  flex-direction: column;
  padding-top: 220px;
  background-color: #1d1d1d;
}

.history-section__title {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 79.2px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 57px;
}

.history-section__image-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}

.history-section__image {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1500px) {
  .history-section__title {
    font-size: 60px;
  }

  .history-section__image-container {
    overflow-x: auto; /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling in Safari */
    width: 100%;
    display: flex; /* Flexbox for horizontal layout */
    justify-content: flex-start; /* Align items to the start */
    align-items: flex-end; /* Align items to the bottom */
  }

  .history-section__image {
    width: 1500px; /* Fixed width for horizontal overflow */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Block-level element inside flex container */
  }
}

@media screen and (max-width: 1200px) {
  .history-section__title {
    font-size: 50px;
    line-height: 66px;
  }
}

@media screen and (max-width: 910px) {
  .history-section__title {
    font-size: 38px;
    line-height: 52.8px;
  }

  .history-section {
    padding-top: 120px;
  }
}

@media screen and (max-width: 570px) {
  .history-section__title {
    margin: 10px auto;
    font-size: 36px;
    width: 330px;
  }
}
/* end: history.css */
/* inlined: team.css */
.team-section {
    display: flex;
    flex-direction: column;
    padding: 220px 250px;
    max-width: 100%;
    position: relative;
    z-index: 0;
    background-color: #1D1D1D;
}

.team-section__title {
    font-family: 'Raleway', sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 79.2px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
}

.team-section__subtitle {
    font-family: 'Biryani', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 275;
    line-height: 28.8px;
    color: #FFF;
    text-align: center;
    max-width: 1116px;
    margin: 0 auto 60px;
}

.team-section__images {
    display: grid;
    grid-template-columns: repeat(3, 460px);
    justify-content: center;
    gap: 20px;
    row-gap: 100px;
}

.team-section__image-container {
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 1;
}

.team-section__wrap {
    width: 460px;
    height: 600px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    background-color: black;
    box-sizing: border-box;
    z-index: 1;
    float: left;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    overflow: hidden;
}

.team-section__image-container:not(.open) .team-section__description-container {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.team-section__image-container.shrink {
    transform: translateX(100%);
    opacity: 0;
}

.team-section__tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.team-section__description-container {
    position: absolute;
    top: 0;
    left: 50px;
    transform: translate(50%);
    width: 862px;
    z-index: -1;
    opacity: 0;
    box-sizing: border-box;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.team-section__image-container.open .team-section__description-container {
    opacity: 1;
}

.section__description-inner-container {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 10px;
    border: 1px solid #777;
    background-color: #292929;
}

.team-section__description {
    color: #FFF;
    font-family: 'Biryani', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 275;
    line-height: 28.8px;
    text-align: left;
}

.team-section__tag {
    color: #FF8902;
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: lowercase;
}

.team-section__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    z-index: 0;
    cursor: pointer;
    object-fit: contain;
    object-position: bottom;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    transition: filter 0.7s ease, opacity 0.7s ease;
    opacity: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.team-section__image:hover, 
.team-section__image-container.open .team-section__image--hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.team-section__name {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
}

.team-section__position {
    font-size: 16px;
    color: #555;
}

.team-section__text-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    color: white;
    border: 1px solid #777;
    border-radius: 10px;
    white-space: normal;
    width: calc(100% - 40px);
    overflow-wrap: break-word;
}

.team-section__name {
    color: #FFF;
    font-family: "Josefin Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.team-section__position {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.team-section__pattern-top {
    position: absolute;
    bottom: 1300px;
    right: 0;
    width: 100%;
    max-width: 900px;
    height: 100%;
    max-height: 1100px;
}

.team-section__pattern-bottom {
    position: absolute;
    left: -650px;
    bottom: -900px;
    transform: translate(50%);
    width: 100%;
    max-width: 1300px;
    height: 100%;
    max-height: 2000px;
    z-index: 0;
}

@media screen and (max-width: 1460px) {
    .team-section {
        padding: 140px 100px;
    }

    .team-section__images {
        grid-template-columns: repeat(2, 460px);
        gap: 10px;
        row-gap: 80px;
    }

    .team-section__title {
        font-size: 60px;
    }

    .team-section__description-container {
        padding: 20px 50px;
        width: 700px;
        left: 0;
        transform: translate(65%);
    }
}

@media screen and (max-width: 1210px) {
    .team-section__description-container {
        width: 600px;
        transform: translate(65%);
    }

    .team-section__description {
        font-size: 14px;
        font-style: normal;
        font-weight: 275;
        line-height: 24.8px;
    }

    .team-section__tag {
        font-size: 20px;
    }

    .team-section__images {
        grid-template-columns: repeat(2, 400px);
        gap: 10px;
        row-gap: 80px;
    }

    .team-section__wrap {
        width: 400px;
        height: 520px;
    }

    .team-section__text-container {
        width: 370px;
    }

    .team-section__name {
        font-size: 24px;
    }

    .team-section__position {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .team-section__pattern-bottom,
    .team-section__pattern-top {
        display: none;
    }

    .team-section {
        padding: 140px 50px;
    }

    .team-section__images {
        grid-template-columns: repeat(2, 400px);
        gap: 10px;
        row-gap: 80px;
    }

    .team-section__image-container {
        width: 400px;
        height: 520px;
    }

    .team-section__title {
        font-size: 48px;
    }

    .team-section__subtitle {
        font-size: 18px;
        line-height: 160%;
        max-width: 630px;
        margin: 0 auto 43px;
    }

    .team-section__text-container {
        width: 370px;
    }

    .team-section__name {
        font-size: 24px;
    }

    .team-section__position {
        font-size: 18px;
    }
}

@media screen and (max-width: 999px) {
    .team-section__image-container {
        display: flex;
        position: relative;
        flex-direction: column;
        z-index: 1;
        flex-shrink: 0; 
    }
    
    .team-section__description-container {
        position: static;
        transform: translate(-20%);
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
        z-index: 10; 
    }

    .team-section__image-container.open .team-section__description-container {
        max-height: 600px; 
        opacity: 1;
        overflow: visible; 
    }
}

@media screen and (max-width: 834px) {
    .team-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .team-section__images {
        grid-template-columns: repeat(2, 350px);
        gap: 10px;
        row-gap: 80px;
    }

    .team-section__wrap,
    .team-section__image-container {
        width: 350px;
        min-height: 455px;
        height: auto;
    }

    .team-section__title {
        font-size: 42px;
    }

    .team-section__subtitle {
        font-size: 14px;
    }

    .team-section__text-container {
        width: 320px;
    }

    .team-section__name {
        font-size: 22px;
    }

    .team-section__position {
        font-size: 16px;
    }

    /* .team-section__description-container {
        top: 85%;
    } */
}

@media screen and (max-width: 735px) {
    .team-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .team-section__title {
        font-size: 36px;
    }

    .team-section__subtitle {
        font-size: 14px;
    }

    .team-section__images {
        grid-template-columns: repeat(2, 300px);
        gap: 10px;
        row-gap: 80px;
    }

    .team-section__wrap,
    .team-section__image-container  {
        width: 300px;
        min-height: 390px;
    }

    .team-section__text-container {
        width: 270px;
    }

    .team-section__name {
        font-size: 18px;
    }

    .team-section__description-container {
        position: absolute; 
        top: 100%; 
        left: 0;
        transform: translate(-25%);
    }
}

@media screen and (max-width: 640px) {
    .team-section__description-container {
        position: static;
        top: 100%; 
        left: 0;
        transform: translate(-10%);
    }

    .team-section__image-container.open .team-section__description-container {
        max-height: 700px; 
        opacity: 1;
        overflow: visible; 
    }

    .team-section {
        padding: 120px 0;
    }

    .team-section__title {
        font-size: 36px;
        line-height: 39px;
        margin: 0 auto 10px;
    }

    .team-section__subtitle {
        font-size: 18px;
        line-height: 160%;
        max-width: 630px;
        margin: 0 20px 43px;
    }

    .team-section__images {
        grid-template-columns: repeat(1, 350px);
        gap: 10px;
        row-gap: 60px;
    }

    .team-section__wrap,
    .team-section__image-container {
        width: 350px;
        min-height: 437px;
        height: auto;
    }

    .team-section__text-container {
        width: 320px;
        bottom: 10px;
    }

    .team-section__name {
        font-size: 22px;
    }

    .team-section__position {
        font-size: 16px;
    }

    .team-section__description-container {
        width: 450px;
    }

    .team-section__tag-conatiner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 500px) {
    .team-section__description-container {
        width: 100%;
        transform: translate(0%);
        padding: 20px 0;
    }

    .team-section__title {
        width: 350px;
    }

    .team-section__subtitle {
        font-size: 16px;
        line-height: 160%;
        max-width: 630px;
        margin: 0 20px 43px;
    }

    .team-section {
        padding-bottom: 100px;
    }

    .team-section__images {
        row-gap: 40px;
    }

    .team-section__image-container.open .team-section__description-container {
        max-height: 750px; 
        opacity: 1;
        overflow: visible; 
    }
}

@media screen and (max-width: 400px) {
    .team-section__wrap,
    .team-section__image-container {
        width: 335px;
        min-height: 436px;
    }

    .team-section__images {
        grid-template-columns: repeat(1, 335px);
        gap: 10px;
        row-gap: 60px;
    }
}
/* end: team.css */
/* inlined: about-modal.css */
.modal {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-content {
    background-color: black;
    margin: auto;
    padding: 3px;
    border-radius: 10px;
    width: 90%; 
    max-width: 1293.965px;
    height: auto; 
    aspect-ratio: 16 / 9; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%; 
    transform: translateY(-50%);
}

.close {
    position: absolute;
    top: -30px;
    right: -10px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}

.close:hover,
.close:focus {
    color: #ccc;
}

.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 768px) {
    .modal-content {
        width: 95%; 
        aspect-ratio: 16 / 9; 
    }

    .close {
        top: -20px;
        right: -10px;
        font-size: 30px; 
    }
}
/* end: about-modal.css */
/* inlined: contacts.css */
.footer-contacts {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    border: 1px solid rgba(254, 241, 225, 0.20);
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(57px);
    overflow: hidden;
    padding: 124px 250px 135px;
    position: relative;
    height: 466px;
}

.footer-contacts__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
    max-width: 827px;
    height: 100%;
}

.footer-contacts__gif {
    max-width: 827px;
    width: 100%;
    height: 100%;
    max-height: 60px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.footer-contacts__title {
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFF;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
    display: block;
    margin-bottom: 20px;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.footer-contacts__title span {
    display: inline-block;
    animation: blink 1s alternate 2s;
}

.footer-contacts__title span:nth-child(1) {
    animation-delay: 2s;
}

.footer-contacts__title span:nth-child(2) {
    animation-delay: 2.2s;
}

.footer-contacts__title span:nth-child(3) {
    animation-delay: 2.4s;
}

.footer-contacts__title span:nth-child(4) {
    animation-delay: 2.6s;
}

.footer-contacts__title span:nth-child(5) {
    animation-delay: 2.8s;
}

.footer-contacts__title span:nth-child(6) {
    animation-delay: 2s;
}

.footer-contacts__title span:nth-child(7) {
    animation-delay: 2.2s;
}

.footer-contacts__title span:nth-child(8) {
    animation-delay: 2.4s;
}

.footer-contacts__title span:nth-child(9) {
    animation-delay: 2.6s;
}

.footer-contacts__title span:nth-child(10) {
    animation-delay: 2.8s;
}

.footer-contacts__title span:nth-child(11) {
    animation-delay: 2s;
}

.footer-contacts__title span:nth-child(12) {
    animation-delay: 2.2s;
}

.footer-contacts__title span:nth-child(13) {
    animation-delay: 2.4s;
}

.footer-contacts__title span:nth-child(14) {
    animation-delay: 2.6s;
}

.footer-contacts__title span:nth-child(15) {
    animation-delay: 2.8s;
}

.footer-contacts__title span:nth-child(16) {
    animation-delay: 2s;
}

.footer-contacts__title span:nth-child(17) {
    animation-delay: 2.2s;
}

.footer-contacts__title span:nth-child(18) {
    animation-delay: 2.4s;
}

.footer-contacts__title span:nth-child(19) {
    animation-delay: 2.6s;
}


@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.footer-contacts__button {
    display: flex;
    width: 320px;
    height: 54px;
    /* asymmetric vertical padding optically centers the all-caps label,
       which otherwise sits high because it has no descenders */
    padding: 22px 24px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: none;
    background-color: #FFF;
    color: #000;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.footer-contacts__button:hover {
    background-color: #6c01f6;
    color: white;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.footer-contacts__image-container {
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 1;
    width: auto;
    height: 100%;
}

.footer-contacts__image {
    width: 120%;
    max-width: 492px;
    position: relative;
    bottom: 30px;
    left: -10vw;
}

.footer-contacts__svg {
    position: relative;
}

@media (max-width: 1545px) {
    .footer-contacts__title {
        font-size: 50px;
    }
}

@media (max-width: 1300px) {
    .footer-contacts {
        padding: 124px 150px 135px;
    }
}

@media (max-width: 1200px) {
    .footer-contacts {
        padding: 124px 50px 135px;
    }
}

@media (max-width: 1152px) {
    .footer-contacts__title {
        font-size: 40px;
    }
}

@media (max-width: 1000px) {
    .footer-contacts__text-container {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }

    .footer-contacts__button {
        margin: 0;
    }

    .footer-contacts__image {
        position: absolute;
        bottom: 50%;
        left: 40%;
    }

    .footer-contacts__svg {
        left: -120%;
    }

    .footer-contacts__gif {
        max-width: 664px;
        max-height: 50px;
    }
}


@media (max-width: 738px) {
    .footer-contacts__title {
        font-size: 30px;
    }

    .footer-contacts__gif {
        max-width: 334px;
        max-height: 30px;
    }
}

@media (max-width: 566px) {
    .footer-contacts__title {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .footer-contacts__button {
        width: 220px;
        height: 47px;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        padding: 4px 0 0;
    }
    
    .footer-contacts {
        max-height: 305px;
    }

    .footer-contacts__title {
        font-size: 18px;
    }

    .footer-contacts__svg {
        left: -40%;
        top: -50%;
    }

    .footer-contacts__gif {
        max-height: 25px;
    }

    .footer-contacts {
        max-height: 305px;
    }

    .footer-contacts__image {
        position: absolute;
        max-width: 303px;
        left: 20%;
        bottom: -20%;
    }

    .footer-contacts__svg {
        max-width: 325px;
        left: -100%;
    }

    .footer-contacts {
        padding: 54px 20px 50px;
    }
}
/* end: contacts.css */
/* inlined: prefooter.css */
.prefooter {
  width: 100%;
  height: 306px;
  margin-bottom: 120px;
  border: 1px solid rgba(254 241 225 / 20%);
  background-color: rgb(41 41 41);
  position: relative;
  margin-top: 180px;
  overflow: hidden;
  background-image: url("/assets/about-us-assets/img/prefooter/prefooter-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.prefooter__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 32px;
}

.cta-section {
  margin-top: 60px !important;
}

.ind {
  margin-bottom: 180px;
  margin-top: 0;
}

.footer-business__gif {
  max-width: 90%;
}

.footer-business__gif img {
  width: 100%;
}

.prefooter .main_button {
  margin: 0;
}

.prefooter.last {
  margin-bottom: 120px;
}

@media (min-width: 768px) {
  .prefooter {
    height: 466px;
    margin-bottom: 140px;
    background-image: url("/assets/about-us-assets/img/prefooter/prefooter-bg-tablet.webp");
  }

  .prefooter.last {
    margin-bottom: 140px;
  }
}

@media (min-width: 1024px) {
  .prefooter {
    height: 466px;
    background-image: url("/assets/about-us-assets/img/prefooter/prefooter-bg-desktop.webp");
    background-position: left;
    background-size: contain;
  }

  .footer-business__gif {
    max-width: 900px;
  }
}

@media (min-width: 1280px) {
  .prefooter {
    margin-bottom: 180px;
  }
  
  .prefooter__inner {
    max-width: 1166px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 24px;
    padding-left: 24px;
    align-items: flex-end;
  }

  .footer-business__gif {
    max-width: 1153px;
  }

  .prefooter.last {
    margin-bottom: 220px;
  }
}
/* end: prefooter.css */
/* inlined: form-modal.css */
.modal-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
  
  .modal-form__content {
    background-color: transparent;
    border-radius: 10px;
    padding: 20px;
    width: 800px;
    max-width: 100%;
    height: 600px;   
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  
  .modal-form__close {
    position: absolute;
    top: 80px;
    right: 10px;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }
  
  .modal-form.visible {
    opacity: 1;
    pointer-events: auto;
  }
/* end: form-modal.css */