/* ====== PART SECTION IMPORT ====== */


/* ====== GLOBAL STYLE ====== */

.btn-green {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0F0822;
    padding: 20px 37px;
    border: none;
    text-decoration: none;
    outline: none;
    background: linear-gradient(86.26deg, #bdff00 0, #bdff00 104.32%);
    transition: 0.2s;
}

.btn-green:hover {
    color: #0F0822;
    text-decoration: none;
    outline: none;
    background: linear-gradient(86.26deg, #bdff00 0, #fff500 104.32%);
}

.btn-blue {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff;
    padding: 12px 16px;
    border: none;
    text-decoration: none;
    outline: none;
    background: linear-gradient(248.66deg, #7e51ff 0, #7e51ff 100%);
    transition: 0.2s;
}

.btn-blue:hover {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    background: linear-gradient(248.66deg, #7e51ff 0, #4e16c5 100%);
}

.wr-services-banner {
    padding: 80px 0 140px 0;
}

.wr-services-banner__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    z-index: 1;
}

.wr-services-banner__inner {
    position: relative;
    width: 60%;
    z-index: 2;
}

.wr-services-banner__breadcrumb {
    display: flex;
    align-items: center;
    margin: 24px 0 40px;
}

.wr-services-banner__breadcrumb--root {
    position: relative;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    transition: 0.1s;
}

.wr-services-banner__breadcrumb--root:hover {
    color: #BDFF00;
}

.wr-services-banner__breadcrumb--root::after {
    position: absolute;
    content: "";
    right: 8px;
    top: 44%;
    transform: translateY(-50%);
    height: 2px;
    width: 16px;
    background-color: #BDFF00;
}

.wr-services-banner__breadcrumb--current {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.wr-services-banner__title {
    margin: 0 0 24px 0;
    padding-right: 30px;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -0.04em;
}

.wr-services-banner__subtitle {
    max-width: 530px;
    margin-bottom: 40px;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.04em;
}

.wr-services-banner__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    z-index: 1;
}

.wr-services-banner__img img {
    width: 100%;
    height: auto;
}

.wr-service-faq {
    padding: 50px 0;
}

.wr-service-faq__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    z-index: 1;
}

.wr-service-faq__title {
    position: relative;
    width: 32%;
    padding-top: 32px;
}

.wr-service-faq__title span {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
}

.wr-service-faq__title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 8px;
    width: 88px;
    background-color: currentColor;
}

.wr-service-faq__info {
    width: 68%;
    padding-top: 32px;
    padding-left: 120px;
}

.wr-service-faq__desc {
    margin-bottom: 24px;
}

.wr-service-faq__desc p {
    font-style: normal;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    line-height: 32px;
}

.wr-service-faq__desc p strong,
.wr-service-faq__desc p b {
    font-weight: 700;
    color: #ffffff;
}

.wr-service-faq__link {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #BDFF00;
}

.wr-service-faq__link:hover,
.wr-service-faq__link:focus {
    color: #BDFF00;
}

.wr-bus {
    padding: 90px 0 0 0;
}

.wr-bus__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}

.wr-bus__title {
    position: relative;
    max-width: 820px;
    padding-top: 32px;
    margin-bottom: 24px;
}

.wr-bus__title span {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
}

.wr-bus__title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 8px;
    width: 88px;
    background-color: currentColor;
}

.wr-bus__subtitle {
    max-width: 670px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.wr-bus__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 100px;
}

.wr-bus__list__item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 90px;
    text-align: center;
}

.wr-bus__list__item img {
    width: auto;
    height: 66px;
    margin-bottom: 28px;
}

.wr-bus__list__item--title {
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.wr-bus__list__item--subtitle {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.wr-services-contact-us {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wr-services-contact-us__inner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}

.wr-services-contact-us__info {
    width: 80%;
}

.wr-services-contact-us__title {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
    color: #FFF500;
}

.wr-services-contact-us__subtitle {
    margin-top: 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.wr-services-contact-us__btn {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

.wr-industry {
    padding: 100px 0 130px 0;
}

.wr-industry__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}

.wr-industry__title {
    position: relative;
    max-width: 820px;
    padding-top: 24px;
}

.wr-industry__title span {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
}

.wr-industry__title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 8px;
    width: 88px;
    background-color: currentColor;
}

.wr-industry__subtitle {
    max-width: 880px;
}

.wr-industry__subtitle p {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
}

.wr-industry__subtitle p strong,
.wr-industry__subtitle p b {
    font-weight: 700;
    color: #ffffff;
}

.wr-industry__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 24px;
}

.wr-industry__list__item {
    width: calc(100%/3);
    padding: 0 15px;
    margin-bottom: 30px;
}

.wr-industry__list__item__inner {
    position: relative;
    padding-bottom: 100%;
    background-color: rgba(68, 60, 85, 0.5);
    overflow: hidden;
}

.wr-industry__list__item__inner:hover .wr-industry__list__item--title {
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
}

.wr-industry__list__item__inner:hover .wr-industry__list__item--desc {
    transform: translateY(0);
}

.wr-industry__list__item__inner:hover .wr-industry__list__item--number {
    transform: translateX(-200px);
}

.wr-industry__list__item--title {
    position: absolute;
    top: 24px;
    left: 24px;
    padding-right: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    transition: 0.5s;
}

.wr-industry__list__item--desc {
    position: absolute;
    transform: translateY(500px);
    top: 60px;
    left: 24px;
    padding-right: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #ffffff;
    transition: 0.7s;
}

.wr-industry__list__item--number {
    position: absolute;
    bottom: 24px;
    left: 24px;
    transform: translateX(0);
    transition: 0.5s;
}

.wr-industry__list__item--number span {
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    color: #BDFF00;
}

.wr-industry__list-mob {
    display: none;
}

.wr-industry__list-mob__item {
    margin-bottom: 30px;
}

.wr-industry__list-mob__item:last-child {
    margin-bottom: 0;
}

.wr-industry__list-mob__item.is-active .wr-industry__list-mob__item--title:before {
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
}

.wr-industry__list-mob__item.is-active .wr-industry__list-mob__item--title::after {
    -webkit-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg);
}

.wr-industry__list-mob__item--title {
    position: relative;
    margin: 0;
    padding: 0 35px 8px 0;
    font-weight: 700;
    letter-spacing: -0.04em;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    cursor: pointer;
}

.wr-industry__list-mob__item--title::before {
    position: absolute;
    content: "";
    top: 20px;
    width: 20px;
    height: 2px;
    background: #BDFF00;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wr-industry__list-mob__item--title::after {
    position: absolute;
    top: 20px;
    width: 20px;
    height: 2px;
    background: #BDFF00;
    content: "";
    right: 0;
}

.wr-industry__list-mob__item--desc {
    display: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.7);
}

.wr-icons {
    padding: 50px 0 80px 0;
}

.wr-icons__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}

.wr-icons__title {
    position: relative;
    max-width: 820px;
    padding-top: 32px;
    margin-bottom: 48px;
}

.wr-icons__title span {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
}

.wr-icons__title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 8px;
    width: 88px;
    background-color: currentColor;
}

.wr-icons__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.wr-icons__list__item {
    display: flex;
    align-items: center;
    width: calc(100%/2);
    padding: 0 55px;
    margin-bottom: 30px;
}

.wr-icons__list__item img,
.wr-icons__list__item svg {
    width: 38px;
}

.wr-icons__list__item--title {
    width: calc(100% - 30px);
    padding-left: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.wr-service-slider {
    position: relative;
    padding: 160px 0 30px 0;
}

.wr-service-slider__bg {
    position: absolute;
    width: 440px;
    top: 160px;
    right: -18%;
    z-index: 1;
}

.wr-service-slider__bg-mob {
    display: none;
}

.wr-service-slider__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}

.wr-service-slider__inner {
    position: relative;
    max-width: 930px;
    z-index: 3;
}

.wr-service-slider__title {
    position: relative;
    margin-bottom: 48px;
    padding-top: 32px;
}

.wr-service-slider__title span {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
}

.wr-service-slider__title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 8px;
    width: 88px;
    background-color: currentColor;
}

.wr-service-slider__list {
    position: relative;
    padding-left: 140px;
}

.wr-service-slider__list__item {
    position: relative;
    padding-left: 76px;
    border-left: 1px solid #7E51FF;
}

.wr-service-slider__list__item:last-child {
    border-left: 0;
}

.wr-service-slider__list__item::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    border: 1px solid #7E51FF;
    background-color: #0F0822;
    border-radius: 50%;
    left: -16px;
    top: 0;
    transition: 0.3s;
}

.wr-service-slider__list__item::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #7E51FF;
    border-radius: 50%;
    left: -8px;
    top: 8px;
    transition: 0.3s;
}

.wr-service-slider__list__item:hover::before,
.wr-service-slider__list__item.current::before {
    width: 52px;
    height: 52px;
    left: -26px;
}

.wr-service-slider__list__item:hover::after,
.wr-service-slider__list__item.current::after {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 50%;
    left: -12px;
    top: 14px;
}

.wr-service-slider__list__item:hover .wr-service-slider__list__item__info--title,
.wr-service-slider__list__item.current .wr-service-slider__list__item__info--title {
    opacity: 1;
    font-size: 48px;
    line-height: 56px;
}

.wr-service-slider__list__item:hover .wr-service-slider__list__item__info--desc,
.wr-service-slider__list__item.current .wr-service-slider__list__item__info--desc {
    opacity: 1;
}

.wr-service-slider__list__item:hover .wr-service-slider__list__item__info--desc p,
.wr-service-slider__list__item.current .wr-service-slider__list__item__info--desc p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
}

.wr-service-slider__list__item__info {
    padding-bottom: 48px;
}

.wr-service-slider__list__item__info--title {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.04em;
    color: #ffffff;
    opacity: 0.3;
    transition: 0.5s;
}

.wr-service-slider__list__item__info--title span {
    color: #7E51FF;
}

.wr-service-slider__list__item__info--desc {
    opacity: 0.3;
    transition: 0.5s;
}

.wr-service-slider__list__item__info--desc p {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.5s;
}

.wr-service-slider__list__item__info--desc p strong,
.wr-service-slider__list__item__info--desc p b {
    font-weight: 700;
    color: #ffffff;
}

.wr-service-slider__list__item__info--desc h1,
.wr-service-slider__list__item__info--desc h2,
.wr-service-slider__list__item__info--desc h3,
.wr-service-slider__list__item__info--desc h4,
.wr-service-slider__list__item__info--desc h5,
.wr-service-slider__list__item__info--desc h6 {
    margin-top: 20px;
    color: #ffffff;
}

.wr-service-slider__list__item__info--desc ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.7);
}

.wr-service-slider__list__item__info--desc img {
    width: 100%;
    height: auto;
}

.wr-solution {
    padding: 100px 0 130px 0;
}

.wr-solution__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}

.wr-solution__title {
    position: relative;
    max-width: 820px;
    padding-top: 32px;
    margin-bottom: 48px;
}

.wr-solution__title span {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
}

.wr-solution__title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 8px;
    width: 88px;
    background-color: currentColor;
}

.wr-solution__list__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.wr-solution__list__item__video {
    width: 60%;
    min-height: 380px;
}

.wr-solution__list__item__video--inner {
    position: relative;
    width: 100%;
    border: 1px solid #443C55;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wr-solution__list__item__video--btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    outline: none;
    border: none;
    background: rgba(15, 8, 34, 0.2);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 50%;
    z-index: 10;
}

.wr-solution__list__item__video--btn.btn-none {
    opacity: 0;
    visibility: hidden;
}

.wr-solution__list__item__video--btn:focus,
.wr-solution__list__item__video--btn:hover {
    outline: none;
}

.wr-solution__list__item__video--btn img,
.wr-solution__list__item__video--btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.wr-solution__list__item__info {
    position: relative;
    width: 40%;
    padding: 32px 32px 130px 32px;
    background: rgba(68, 60, 85, 0.3);
}

.wr-solution__list__item--title {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
}

.wr-solution__list__item--desc p {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.7);
}

.wr-solution__list__item--desc p strong,
.wr-solution__list__item--desc p b {
    font-weight: 700;
    color: #ffffff;
}

.wr-solution__list__item--btn {
    position: absolute;
    bottom: 48px;
    left: 32px;
}

.mfp-iframe-holder .mfp-close:hover {
    color: #BDFF00 !important;
}

.wr-tech {
    padding: 40px 0 110px 0;
}

.wr-tech__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}

.wr-tech__title {
    position: relative;
    max-width: 820px;
    padding-top: 32px;
    margin-bottom: 24px;
}

.wr-tech__title span {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
}

.wr-tech__title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 8px;
    width: 88px;
    background-color: currentColor;
}

.wr-tech__subtitle {
    max-width: 850px;
}

.wr-tech__subtitle p {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
}

.wr-tech__subtitle p strong,
.wr-tech__subtitle p b {
    font-weight: 700;
    color: #ffffff;
}

.wr-tech__subtitle h1,
.wr-tech__subtitle h2,
.wr-tech__subtitle h3,
.wr-tech__subtitle h4,
.wr-tech__subtitle h5,
.wr-tech__subtitle h6 {
    margin-top: 20px;
    color: #ffffff;
}

.wr-tech__platform-title,
.wr-tech__software-title,
.wr-tech__hardware-title,
.wr-tech__add-title {
    margin-top: 80px;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.04em;
}

.wr-tech__platform-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 40px;
}

.wr-tech__platform-list__item {
    width: calc(100%/5);
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}

.wr-tech__platform-list__item__inner {
    position: relative;
    width: 100%;
    background: rgba(68, 60, 85, 0.3);
    padding-bottom: 100%;
}

.wr-tech__platform-list__item__info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
    text-align: center;
}

.wr-tech__platform-list__item img,
.wr-tech__platform-list__item svg {
    max-height: 88px;
    margin-bottom: 24px;
}

.wr-tech__platform-list__item--title {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.wr-tech__software-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 40px;
}

.wr-tech__software-list__item {
    width: calc(100%/5);
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}

.wr-tech__software-list__item__inner {
    position: relative;
    width: 100%;
    background: rgba(68, 60, 85, 0.3);
    padding-bottom: 100%;
}

.wr-tech__software-list__item img,
.wr-tech__software-list__item svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 88%;
    max-height: 70%;
}

.wr-tech__hardware-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 40px;
}

.wr-tech__hardware-list.two .wr-tech__hardware-list__item {
    width: calc(100%/2);
}

.wr-tech__hardware-list.two .wr-tech__hardware-list__item__inner {
    padding-bottom: 65%;
}

.wr-tech__hardware-list.three .wr-tech__hardware-list__item {
    width: calc(100%/3);
}

.wr-tech__hardware-list.three .wr-tech__hardware-list__item__inner {
    padding-bottom: 100%;
}

.wr-tech__hardware-list__item {
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}

.wr-tech__hardware-list__item__inner {
    position: relative;
    width: 100%;
    background: rgba(68, 60, 85, 0.3);
    padding-bottom: 100%;
}

.wr-tech__hardware-list__item__info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    text-align: center;
}

.wr-tech__hardware-list__item img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.wr-tech__hardware-list__item--title {
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.wr-tech__add-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 50px;
}

.wr-tech__add-list__item {
    display: flex;
    width: calc(100%/2);
    padding: 0 15px;
    margin-bottom: 50px;
}

.wr-tech__add-list__item__img {
    width: 72px;
}

.wr-tech__add-list__item img {
    width: 100%;
    height: auto;
}

.wr-tech__add-list__item__info {
    width: calc(100% - 72px);
    padding-left: 40px;
}

.wr-tech__add-list__item--title {
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.wr-tech__add-list__item--subtitle {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.wr-explore {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wr-explore::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 8, 34, 0.6);
    z-index: 1;
}

.wr-explore__inner-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}

.wr-explore__img {
    width: 48%;
}

.wr-explore__info {
    width: 52%;
    padding-left: 30px;
}

.wr-explore__title {
    margin: 0 0 50px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.wr-other-services {
    padding: 80px 0 130px 0;
}

.wr-other-services__inner-wrapper {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}

.wr-other-services__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}

.wr-other-services__title {
    position: relative;
    margin: 0;
    padding-top: 32px;
}

.wr-other-services__title span {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
}

.wr-other-services__title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 8px;
    width: 88px;
    background-color: currentColor;
}

.wr-other-services__subtitle {
    width: 100%;
    max-width: 930px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.wr-other-services__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.wr-other-services__list__item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-decoration: none;
}

.wr-other-services__list__item:hover {
    text-decoration: none;
}

.wr-other-services__list__item__inner {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: end;
    flex-direction: column;
    padding: 40px 40px 30px 40px;
    border: 2px solid #443C55;
    overflow: hidden;
}

.wr-other-services__list__item__inner:hover {
    color: #BDFF00;
    text-decoration: none;
}

.wr-other-services__list__item__inner:hover .wr-other-services__list__item--title {
    text-decoration: underline;
}

.wr-other-services__list__item__inner:hover .wr-other-services__list__item--desc p {
    text-decoration: none;
}

.wr-other-services__list__item__inner:hover .wr-other-services__list__item--img {
    transform: translate(-50%, -50%) scale(1);
}

.wr-other-services__list__item__inner::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    opacity: 0.6;
    z-index: 1;
}

.wr-other-services__list__item--img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    z-index: 1;
}

.wr-other-services__list__item--title {
    position: relative;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
    color: #BDFF00;
    z-index: 2;
}

.wr-other-services__list__item--desc {
    position: relative;
    width: 100%;
    margin-top: 8px;
    z-index: 2;
}

.wr-other-services__list__item--desc p {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.wr-other-services__mobile-link {
    display: none;
}

.wr-service-page {
    padding: 20px 0 0 0;
}

.wr-service-page .wr-services-banner {
    padding-bottom: 0;
}

.wr-spacing {
    display: block;
}

.wr-spacing-mob {
    display: none;
}


/* ====== MEDIAQUERY IMPORT ====== */


/* ====== MEDIAQUERY ====== */

@media screen and (max-width: 1200px) {
    .wr-industry__list__item--title {
        font-size: 32px;
        line-height: 42px;
    }
    .wr-industry__list__item--desc {
        font-size: 24px;
        line-height: 32px;
    }
    .wr-industry__list__item--number span {
        font-size: 42px;
        line-height: 42px;
    }
    .wr-other-services__subtitle {
        max-width: 750px;
    }
}

@media screen and (max-width: 991px) {
    .wr-services-banner {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .wr-services-banner__inner-wrapper {
        flex-wrap: wrap;
    }
    .wr-services-banner__inner {
        width: 100%;
        order: 2;
    }
    .wr-services-banner__img {
        position: static;
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    .wr-services-banner__breadcrumb {
        margin-top: 0;
        margin-bottom: 24px;
    }
    .wr-services-banner__breadcrumb--root,
    .wr-services-banner__breadcrumb--current {
        font-size: 12px;
        line-height: 16px;
    }
    .wr-services-banner__title {
        margin-bottom: 16px;
        padding-right: 0;
        font-size: 32px;
        line-height: 40px;
    }
    .wr-services-banner__subtitle {
        padding-right: 0;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .wr-services-banner__btn button {
        width: 100%;
    }
    .wr-service-faq {
        padding: 40px 0;
    }
    .wr-service-faq__inner-wrapper {
        flex-wrap: wrap;
    }
    .wr-service-faq__title {
        width: 100%;
        line-height: 1;
    }
    .wr-service-faq__title::before {
        width: 64px;
    }
    .wr-service-faq__title span {
        font-size: 32px;
        line-height: 38px;
    }
    .wr-service-faq__info {
        width: 100%;
        padding: 0;
    }
    .wr-service-faq__desc p {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-service-faq__link {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-bus {
        padding: 40px 0;
    }
    .wr-bus__title {
        width: 100%;
        line-height: 1;
    }
    .wr-bus__title::before {
        width: 64px;
    }
    .wr-bus__title span {
        font-size: 32px;
        line-height: 38px;
    }
    .wr-bus__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-bus__list {
        padding-top: 50px;
    }
    .wr-bus__list__item {
        width: 100%;
        margin-bottom: 70px;
    }
    .wr-bus__list__item:last-child {
        margin-bottom: 0;
    }
    .wr-bus__list__item--title {
        font-size: 24px;
        line-height: 32px;
    }
    .wr-bus__list__item--subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-services-contact-us {
        padding: 80px 0;
    }
    .wr-services-contact-us__inner-wrapper {
        flex-wrap: wrap;
    }
    .wr-services-contact-us__info {
        width: 100%;
    }
    .wr-services-contact-us__title {
        padding-right: 0;
        font-size: 32px;
        line-height: 38px;
    }
    .wr-services-contact-us__subtitle {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }
    .wr-services-contact-us__btn {
        margin-top: 24px;
        width: 100%;
        justify-content: center;
    }
    .wr-services-contact-us__btn button,
    .wr-services-contact-us__btn a {
        width: 100%;
        text-align: center;
    }
    .wr-industry {
        padding: 40px 0 80px 0;
    }
    .wr-industry__title {
        width: 100%;
        line-height: 1;
    }
    .wr-industry__title::before {
        width: 64px;
    }
    .wr-industry__title span {
        font-size: 32px;
        line-height: 38px;
    }
    .wr-industry__subtitle p {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-industry__list {
        display: none;
    }
    .wr-industry__list-mob {
        display: block;
    }
    .wr-icons {
        padding: 20px 0 40px 0;
    }
    .wr-icons__title {
        width: 100%;
        line-height: 1;
        margin-bottom: 25px;
    }
    .wr-icons__title::before {
        width: 64px;
    }
    .wr-icons__title span {
        font-size: 32px;
        line-height: 38px;
    }
    .wr-icons__list {
        flex-wrap: wrap;
    }
    .wr-icons__list__item {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .wr-icons__list__item--title {
        padding-left: 20px;
        font-size: 15px;
        line-height: 24px;
    }
    .wr-service-slider {
        padding-top: 80px;
    }
    .wr-service-slider__bg {
        display: none;
    }
    .wr-service-slider__bg-mob {
        display: block;
        margin-bottom: 30px;
    }
    .wr-service-slider__title {
        width: 100%;
        line-height: 1;
        margin-bottom: 30px;
    }
    .wr-service-slider__title::before {
        width: 64px;
    }
    .wr-service-slider__title span {
        font-size: 32px;
        line-height: 38px;
    }
    .wr-service-slider__list {
        padding-left: 12px;
    }
    .wr-service-slider__list__item {
        padding-left: 28px;
    }
    .wr-service-slider__list__item:hover::after,
    .wr-service-slider__list__item.current::after {
        width: 12px;
        height: 12px;
        left: -6px;
        top: 6px;
        background-color: #ffffff;
    }
    .wr-service-slider__list__item:hover::before,
    .wr-service-slider__list__item.current::before {
        width: 24px;
        height: 24px;
        left: -12px;
    }
    .wr-service-slider__list__item:hover .wr-service-slider__list__item__info--title,
    .wr-service-slider__list__item.current .wr-service-slider__list__item__info--title {
        opacity: 1;
        font-size: 24px;
        line-height: 32px;
    }
    .wr-service-slider__list__item:hover .wr-service-slider__list__item__info--desc,
    .wr-service-slider__list__item.current .wr-service-slider__list__item__info--desc {
        opacity: 1;
    }
    .wr-service-slider__list__item:hover .wr-service-slider__list__item__info--desc p,
    .wr-service-slider__list__item.current .wr-service-slider__list__item__info--desc p {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-service-slider__list__item::before {
        width: 24px;
        height: 24px;
        left: -12px;
    }
    .wr-service-slider__list__item::after {
        width: 12px;
        height: 12px;
        left: -6px;
        top: 6px;
    }
    .wr-service-slider__list__item__info {
        padding-left: 0;
        padding-bottom: 24px;
    }
    .wr-service-slider__list__item__info--title {
        font-size: 24px;
        line-height: 32px;
    }
    .wr-service-slider__list__item__info--desc p {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-tech {
        padding: 40px 0 0 0;
    }
    .wr-tech__title {
        width: 100%;
        line-height: 1;
    }
    .wr-tech__title::before {
        width: 64px;
    }
    .wr-tech__title span {
        font-size: 32px;
        line-height: 38px;
    }
    .wr-tech__subtitle p {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-tech__platform-title,
    .wr-tech__software-title,
    .wr-tech__hardware-title,
    .wr-tech__add-title {
        margin-top: 24px;
        font-size: 24px;
        line-height: 32px;
    }
    .wr-tech__platform-list {
        flex-wrap: wrap;
        padding-top: 24px;
    }
    .wr-tech__platform-list__item {
        width: 50% !important;
    }
    .wr-tech__platform-list__item--title {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-tech__platform-list__item img,
    .wr-tech__platform-list__item svg {
        max-height: 70px;
        margin-bottom: 15px;
    }
    .wr-tech__software-list {
        flex-wrap: wrap;
        padding-top: 24px;
    }
    .wr-tech__software-list__item {
        width: 50% !important;
    }
    .wr-tech__hardware-list {
        padding-top: 24px;
        flex-wrap: wrap;
    }
    .wr-tech__hardware-list__item {
        width: 50% !important;
    }
    .wr-tech__hardware-list__item__inner {
        padding-bottom: 100% !important;
    }
    .wr-tech__hardware-list__item--title {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-tech__hardware-list__item__info {
        padding: 10px;
    }
    .wr-tech__add-list {
        flex-wrap: wrap;
        padding-top: 24px;
    }
    .wr-tech__add-list__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .wr-tech__add-list__item__img {
        width: 40px;
    }
    .wr-tech__add-list__item__info {
        width: calc(100% - 40px);
        padding-left: 20px;
    }
    .wr-tech__add-list__item--title {
        font-size: 16px;
        line-height: 24px;
    }
    .wr-tech__add-list__item--subtitle {
        font-size: 12px;
        line-height: 16px;
    }
    .wr-solution {
        padding: 50px 0;
    }
    .wr-solution__title {
        width: 100%;
        line-height: 1;
    }
    .wr-solution__title::before {
        width: 64px;
    }
    .wr-solution__title span {
        font-size: 32px;
        line-height: 38px;
    }
    .wr-solution__list__item:last-child {
        margin-bottom: 0;
    }
    .wr-solution__list__item__video {
        width: 100%;
        min-height: 176px;
        margin-bottom: 30px;
    }
    .wr-solution__list__item__video--btn {
        width: 80px;
        height: 80px;
    }
    .wr-solution__list__item__video--btn img,
    .wr-solution__list__item__video--btn svg {
        height: 40px;
    }
    .wr-solution__list__item__info {
        width: 100%;
        padding: 0;
        background: none;
    }
    .wr-solution__list__item--title {
        font-size: 24px;
        line-height: 32px;
    }
    .wr-solution__list__item--desc {
        margin-bottom: 30px;
    }
    .wr-solution__list__item--btn {
        display: flex;
        position: static;
    }
    .wr-solution__list__item--btn a {
        width: 100%;
        text-align: center;
    }
    .wr-explore {
        padding: 80px 0;
    }
    .wr-explore__inner-wrapper {
        flex-wrap: wrap;
    }
    .wr-explore__img {
        width: 100%;
        margin-bottom: 20px;
    }
    .wr-explore__info {
        width: 100%;
        padding-left: 0;
    }
    .wr-explore__title {
        padding-right: 0;
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 38px;
    }
    .wr-explore__btn {
        margin-top: 24px;
        width: 100%;
        display: flex;
    }
    .wr-explore__btn a {
        width: 100%;
        text-align: center;
    }
    .wr-other-services {
        padding: 40px 0 80px 0;
    }
    .wr-other-services__inner {
        margin-bottom: 24px;
    }
    .wr-other-services__link {
        display: none;
    }
    .wr-other-services__mobile-link {
        width: 100%;
        display: block;
        text-align: center;
    }
    .wr-other-services__title {
        width: 100%;
        line-height: 1;
    }
    .wr-other-services__title::before {
        width: 64px;
    }
    .wr-other-services__title span {
        font-size: 32px;
        line-height: 38px;
    }
    .wr-other-services__subtitle {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 24px;
    }
    .wr-other-services__list {
        flex-wrap: wrap;
    }
    .wr-other-services__list__item {
        width: 100%;
        margin-bottom: 24px;
    }
    .wr-other-services__list__item__inner {
        height: 240px;
        padding: 16px;
    }
    .wr-other-services__list__item--title {
        font-size: 24px;
        line-height: 32px;
    }
    .wr-other-services__list__item--desc {
        display: none;
    }
    .wr-spacing {
        display: none;
    }
    .wr-spacing-mob {
        display: block;
    }
}


/*# sourceMappingURL=services.css.map */