@font-face {
    font-family: pp_telegrafregular;
    src: url('../fonts/Signika-Regular.woff2') format('woff2'), url('../fonts/Signika-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: pp_telegrafultrabold;
    src: url('../fonts/Signika-Semibold.woff2') format('woff2'), url('../fonts/Signika-Semibold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: pp_telegrafultralight;
    src: url('../fonts/Signika-Light.woff2') format('woff2'), url('../fonts/Signika-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body,
html {
    overflow-x: hidden;
    min-height: 100%
}

body {
    margin: 0;
    padding: 0;
    background: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff;
    font-size: 16px
}

b {
    font-family: pp_telegrafultrabold
}

@media (max-width:768px) {
    body {
        font-size: 13px
    }
}

#wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative
}

textarea {
    resize: none
}

h1 {
    font-family: pp_telegrafultrabold;
    font-size: 3.625em;
    color: #fff;
    text-align: center
}

body:not(#homePage) h1 {
    margin-top: 200px
}

.container {
    max-width: 1140px;
    margin: auto
}

.title-caption {
    font-family: pp_telegrafregular;
    font-size: 30px;
    color: #fff;
    text-align: center
}

button {
    font-family: pp_telegrafregular;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 50px;
    margin: auto;
    text-align: center
}

#language-selector {
  position: fixed;
  top: 10px;
  right: 20px;
  display: flex;
  gap: 6px;
  z-index: 9999; /* siempre encima de todo */
}

#language-selector button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s;
}

#language-selector button:hover {
  opacity: 1;
}

#language-selector img {
  width: 24px;
  height: auto;
  border-radius: 4px;
}

button a {
    text-decoration: none;
    color: #fff
}

body:not(#homePage) button {
    font-size: 20px
}

button:hover {
    background: #fff;
    color: #302473
}

button:hover a {
    background: #fff;
    color: #302473
}

input,
input:focus {
    outline: 0
}

.flex {
    display: flex
}

.box-shadow {
    box-shadow: 5px 5px 10px 0 rgba(42, 15, 60, .5);
    -webkit-box-shadow: 5px 5px 10px 0 rgba(42, 15, 60, .5);
    -moz-box-shadow: 5px 5px 10px 0 rgba(42, 15, 60, .5)
}

.blurry {
    filter: blur(5px)
}

section {
    max-width: 100%
}

.float {
    float: left
}

::placeholder {
    color: #fff;
    opacity: 1
}

:-ms-input-placeholder {
    color: #fff
}

::-ms-input-placeholder {
    color: #fff
}

.max-width-100 {
    max-width: 100%
}

#loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3d2647;
    z-index: 999;
    align-items: center;
    align-content: center;
    display: flex;
    font-size: 16px
}

#loading-container>div {
    width: 3em;
    height: 2.5em;
    border: 8px solid #fff;
    border-radius: 14px;
    margin: 0 auto;
    transition: transform ease 2.5s
}

#loading-container>div.glow-loading {
    animation: glow-loading ease-in-out 5s infinite
}

#loading-container.glow-out>div {
    outline: 0;
    background: #fff;
    transform: scale(50);
    box-shadow: 0 0 30px 10px rgb(255 255 255), 0 0 30px 10px rgb(255 255 255), inset 0 0 30px 10px rgb(255 255 255)
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@keyframes glow-loading {
    0% {
        box-shadow: none
    }

    50% {
        box-shadow: 0 0 15px 5px rgb(255 255 255), 0 0 15px 5px rgb(255 255 255), inset 0 0 15px 5px rgb(255 255 255)
    }

    100% {
        box-shadow: none
    }
}

header {
    border-top: 10px solid #5b00e1;
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
    align-items: center
}

#menu-container {
    margin-left: auto;
    align-self: center;
    display: flex;
    align-items: center;
    position: relative
}

#burger-menu {
    margin-left: 30px;
    cursor: pointer
}

#menu-container.opened #burger-menu {
    margin-top: -10px
}

#burger-menu>div {
    width: 28px;
    height: 2px;
    background: #fff;
    margin-top: 8px;
    border-radius: 10px;
    transition: all .5s
}

#burger-menu>div:first-child {
    margin-top: 0
}

#menu {
    position: absolute;
    right: -340px;
    top: 33px;
    width: 300px;
    height: 100%;
    transition: all .5s;
    text-align: right
}

#menu-container.opened #menu {
    right: 0
}

#menu-container.opened #burger-menu>div:nth-of-type(1) {
    display: none
}

#menu-container.opened #burger-menu>div:nth-of-type(2) {
    transform: rotate(45deg);
    transition: all .5s
}

#menu-container.opened #burger-menu>div:nth-of-type(3) {
    transform: rotate(-45deg);
    margin-top: -3px;
    transition: all .5s
}

#menu>ul>li {
    list-style: none;
    margin-top: 10px
}

#menu>ul>li a {
    font-family: pp_telegrafultrabold;
    font-size: 23px;
    color: #fff;
    text-decoration: none
}

#menu>ul>li a.active,
#menu>ul>li a:hover {
    text-shadow: 0 0 20px #fff
}

#menu-bg {
    display: none
}

#menu-container.opened #menu-bg {
    display: block;
    background: rgba(61, 38, 71, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

#search-container {
    position: relative
}

#search-container input {
    height: 40px;
    width: 0;
    border: 3px solid transparent;
    background: 0 0;
    border-radius: 50px;
    position: relative;
    outline: 0;
    color: #fff;
    padding: 0 50px 0 15px;
    font-family: pp_telegrafregular;
    font-size: 20px;
    transition: width .5s ease-in-out
}

#search-container:not(:hover) input {
    transition: border 0s .6s ease-in-out, width .5s
}

#search-container input.opened,
#search-container:hover input {
    width: 235px;
    border: 2px solid #fff;
    transition: width .5s ease-in-out
}

#search-container img {
    position: absolute;
    right: 16px;
    top: 11px
}

@keyframes typing {
    0% {
        width: 0
    }

    20% {
        width: 0
    }

    40% {
        width: 166px
    }

    60% {
        width: 166px
    }

    80% {
        width: 0
    }

    100% {
        width: 0
    }
}

#logo-container {
    overflow: hidden;
    animation: typing 12s infinite
}

#logo-o {
    box-shadow: 0 0 6px 1px rgb(255 255 255), 0 0 10px 1px rgb(255 255 255), inset 0 0 6px 1px rgb(255 255 255), inset 0 0 2px 1px rgb(255 255 255);
    width: 17px;
    height: 17px;
    border: 3.5px solid #fff;
    border-radius: 9px;
    margin-top: -4px
}

#introduction-video {
    position: relative
}

#introduction-video video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: center
}

#introduction-video #start-scroll {
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 40px;
    z-index: 10
}

#introduction-video #mute {
    cursor: pointer;
    position: absolute;
    right: 32px;
    bottom: 32px;
    z-index: 10;
    height: 25px;
    width: 28px;
    object-fit: contain;
    object-position: right
}

#introduction-video #mute.unmuted {
    margin-right: 10px
}

#youtube-popup {
    width: 650px;
    z-index: 99;
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    max-width: 100%;
    max-height: 100%
}

#youtube-popup .close {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100);
    z-index: 99;
    cursor: pointer
}

#youtube-popup>div {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

#youtube-popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

#tech-meets-art {
    color: #fff;
    font-family: pp_telegrafultrabold;
    text-align: center;
    transition: .5s all;
    font-size: 16px;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#tech-meets-art>div {
    position: relative;
    width: 42.5em;
    height: 23.5em;
    margin: auto;
    transition: .3s transform
}

#tech-meets-art>div.fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#tech-meets-art .scroll-scale {
    transition: .3s transform
}

#tech-meets-art p {
    padding: 0;
    margin: 0;
    line-height: 80%
}

#tech-meets-art p:nth-of-type(1) {
    font-size: 2.9375em;
    margin-left: .625em
}

#tech-meets-art p:nth-of-type(2),
#tech-meets-art p:nth-of-type(4) {
    font-size: 10.5625em
}

#tech-meets-art p:nth-of-type(3) {
    font-size: 6.4375em;
    margin-left: -2em
}

#tech-meets-art img {
    position: absolute
}

#paint-left-icon {
    bottom: 0;
    left: -15.5em;
    width: 3em;
    height: 3em;
}

#paint-right-icon {
    bottom: 1;
    left: 41em;
    width: 3em;
    height: 3em;
}

#paint-right-icon2 {
    bottom: 0;
    left: 50em;
    width: 5em;
    height: 5em;
}

#paint-left {
    bottom: 0;
    left: 1.5em;
    width: 8.625em
}

#paint-right {
    bottom: -10em;
    right: 1.5625em;
    width: 16.25em
}

#shape-left {
    top: 2em;
    left: -3em;
    width: 8.6875em
}

#shape-right {
    right: -3.125em;
    top: 11.875em;
    width: 12.5em
}

@media (max-width:660px) {
    #tech-meets-art {
        font-size: 11px
    }
}

@media (max-width:450px) {
    #tech-meets-art {
        font-size: 8px
    }
}

@media (max-width:350px) {
    #tech-meets-art {
        font-size: 6px
    }
}

#who-we-are {
    text-align: center;
    width: 720px;
    color: #fff;
    margin: auto;
    padding-top: 100px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1500px
}

#who-we-are p {
    font-family: pp_telegrafultralight;
    font-size: 2em;
    line-height: 100%
}

#who-we-are p b {
    font-family: pp_telegrafregular
}

@media (max-width:768px) {
    #who-we-are {
        padding-top: 800px
    }
}

#what-we-do {
    padding-top: 380px;
    text-align: center
}

#what-we-do button {
    margin-top: 50px
}

#what-we-do .justify-image {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    transition: all .4s
}

#what-we-do .justify-image>div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

#what-we-do .justify-image .img-container {
    position: relative;
    z-index: 2;
    transition: transform .4s
}

#what-we-do .justify-image>div span {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-family: pp_telegrafultrabold;
    font-size: 24px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1000px rgb(90 68 227 / 50%)
}

#what-we-do .justify-image>div img {
    display: block;
    max-width: 100%
}

#what-we-do .justify-image .video-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none
}

#what-we-do .justify-image>div video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

#what-we-do .active {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0
}

#what-we-do .active:hover {
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 5px 5px 10px 0 rgba(42, 15, 60, .5);
    -webkit-box-shadow: 5px 5px 10px 0 rgba(42, 15, 60, .5);
    -moz-box-shadow: 5px 5px 10px 0 rgba(42, 15, 60, .5)
}

#products-left-container .img-container:nth-of-type(2) video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    #products-left-container {
        width: 20%
    }

    #products-right-container {
        width: calc(80% - 5px)
    }

    #products-right-container>.img-container:nth-of-type(1) {
        width: 28.025%
    }

    #products-right-container>.img-container:nth-of-type(2) {
        width: 28.025%
    }

    #products-right-container>.img-container:nth-of-type(3) {
        width: calc(43.95% - 15px)
    }

    #products-right-container>.img-container:nth-of-type(4) {
        width: calc(36% - 15px)
    }

    #products-right-container>.img-container:nth-of-type(5) {
        width: 21.7%
    }

    #products-right-container>.img-container:nth-of-type(6) {
        width: 20.86%
    }

    #products-right-container>.img-container:nth-of-type(7) {
        width: 20.86%
    }

    #products-left-container .img-container:nth-of-type(1) video {
        left: -130px
    }

    #products-right-container .img-container:nth-of-type(3) .video-container {
        height: 165px
    }

    #products-right-container .img-container:nth-of-type(3) video {
        top: -12px
    }

    #products-right-container .img-container:nth-of-type(4) .video-container {
        width: 400px
    }

    #products-right-container .img-container:nth-of-type(5) video {
        left: -122px
    }

    #products-right-container .img-container:nth-of-type(6) .video-container {
        width: 260px
    }

    #products-right-container .img-container:nth-of-type(6) video {
        left: -58px
    }

    #products-right-container .img-container:nth-of-type(7) .video-container {
        width: 229px;
        left: -30px
    }

    #products-right-container .img-container:nth-of-type(6) video {
        left: -122px
    }
}

@media (max-width:768px) {
    #what-we-do .justify-image>div {
        justify-content: center;
        align-items: center;
        width: 100%
    }

    #what-we-do .justify-image .img-container {
        width: 100%;
        height: 16em;
        position: relative;
        overflow: hidden
    }

    #what-we-do .justify-image>div img {
        margin: auto;
        width: 100%;
        position: absolute;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    #products-left-container .img-container:first-child>img,
    #products-right-container .img-container:nth-child(6)>img {
        object-position: center -3em
    }
}

#featured-projects {
    padding-top: 290px;
    font-size: 16px;
    text-align: center
}

#featured-projects h1 {
    margin-bottom: 100px
}

#featured-projects button {
    margin-top: 100px
}

.swiper {
    overflow: visible
}

#featured-projects .swiper-slide {
    transition: .4s all;
    width: calc(100% - 35em) !important;
    position: relative
}

#featured-projects .swiper-slide img {
    width: 100%;
    display: block
}

#featured-projects .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    cursor: pointer;
}

#featured-projects .swiper-slide-active {
    z-index: 10;
    transform: scale(1.2);
    transition: .4s all;
    box-shadow: 5px 5px 10px 0 rgba(42, 15, 60, .5);
    -webkit-box-shadow: 5px 5px 10px 0 rgba(42, 15, 60, .5);
    -moz-box-shadow: 5px 5px 10px 0 rgba(42, 15, 60, .5)
}

#featured-projects .swiper-slide .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    color: #fff;
    font-size: 2em;
    font-family: pp_telegrafultrabold;
    display: flex;
    align-items: center;
    padding: 30px;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    /* mio */
    box-shadow: inset 0 0 0 1000px rgba(88, 68, 219, 0.342); 
    cursor: pointer
}

#featured-projects .swiper-slide:not(.swiper-slide-active) .title span {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    width: 2.875em;
    height: 4.75em;
    background-size: 2.875em 4.75em !important;
    margin-top: -2.375em
}

.swiper-button-next {
    background: url(../media/arrow-right.png)
}

.swiper-button-prev {
    background: url(../media/arrow-left.png)
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: ""
}

#recaptcha-container {
    min-width: 304px;
    min-height: 78px;
    margin: 15px 0;
    padding: 10px;
    border-radius: 4px;
}

/* Para el modo compacto (si aparece) */
.grecaptcha-badge {
    visibility: visible !important;
}

/* Si usas el widget invisible y solo aparece el badge */
.grecaptcha-badge {
    z-index: 9999;
} */

#submit-button {
    transition: all 0.3s ease;
}

#submit-button:disabled {
    opacity: 0.3;
    /* cursor: not-allowed; */
    background-color: #cccccc;
}

@media (max-width:768px) {
    #featured-projects {
        font-size: 10px
    }

    #featured-projects .swiper-slide {
        width: calc(100% - 14em) !important
    }
}

@media (max-width:450px) {
    #featured-projects {
        font-size: 7px
    }
}

#glo-team {
    padding-top: 290px
}

#glo-team h1 {
    margin-bottom: 20px
}

#glo-team .title-caption {
    margin-bottom: 80px;
    font-family: pp_telegrafultralight
}

#glo-team .swiper-slide {
    transition: .4s all;
    position: relative
}

#glo-team .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 69%);
    -moz-box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 69%);
    box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 69%);
    overflow: hidden
}

#glo-team .swiper-slide:hover:after {
    display: none
}

#glo-team .swiper-slide img {
    width: 100%;
    display: block
}

#glo-team .swiper-slide .team-member {
    font-family: pp_telegrafregular;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    position: absolute;
    width: 100%
}

#glo-team .swiper-slide:hover {
    z-index: 2;
    transform: scale(1.1);
    transition: .4s all
}

#glo-team .swiper {
    position: relative
}

#glo-team .swiper-button-next {
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    margin-top: -40px;
    right: 0;
    padding-right: 15px;
    padding-left: 15px;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px
}

#glo-team .swiper-button-prev {
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    margin-top: -40px;
    left: 0;
    padding-right: 15px;
    padding-left: 15px;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width:768px) {
    #glo-team .swiper-slide .team-member {
        font-size: 20px
    }
}

#clients {
    padding-top: 370px;
    max-width: 1400px;
    margin: auto
}

.clients-logos {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.clients-logos>div {
    width: 15%
}

.clients-logos img:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, .8))
}

@media (max-width:768px) {
    .clients-logos>div {
        width: 23%
    }
}

@media (max-width:500px) {
    .clients-logos>div {
        width: 48%
    }
}

@media (max-width:360px) {
    .clients-logos>div {
        width: 48%
    }
}

#contact,
#contact-us-form {
    width: 670px;
    margin: auto;
    padding-left: 20px;
    text-align: center;
    padding-right: 20px
}

#contact-us-form {
    padding-top: 300px
}

#contact-us-form input,
#contact-us-form select,
#contact-us-form textarea {
    width: 100%;
    background: 0 0;
    color: #e3dfec;
    font-family: pp_telegrafregular;
    font-size: 24px;
    padding: 14px 25px;
    border: 2px solid #fff;
    margin-bottom: 18px;
    border-radius: 50px;
    box-sizing: border-box
}

#contact-us-form ::-webkit-input-placeholder {
    color: #e3dfec
}

#contact-us-form ::-moz-placeholder {
    color: #e3dfec
}

#contact-us-form ::placeholder {
    color: #e3dfec
}

#contact-us-form select::before,
select::after {
    box-sizing: border-box
}

#contact-us-form select {
    appearance: none;
    margin: 0;
    z-index: 1;
    outline: 0;
    grid-area: select;
    opacity: 0;
    padding: 0
}

#contact-us-form select option {
    color: #201736
}

.select {
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    margin-bottom: 18px;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 50px;
    padding-bottom: 12px;
    padding-top: 12px;
    box-sizing: border-box
}

.select>span {
    color: #e3dfec;
    font-family: pp_telegrafregular;
    font-size: 26px;
    padding: 14px 25px;
    position: absolute;
    width: 100%;
    text-align: left
}

.select::after {
    content: "";
    justify-self: end;
    width: 36px;
    height: 22px;
    background: url(../images/arrow-down.png);
    grid-area: select;
    margin-right: 25px
}

select:focus+.focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #fff;
    border-radius: inherit
}

#contact-us-form button[type=submit] {
    margin-top: 10px
}

#contact-us-form h2 {
    font-family: pp_telegrafregular;
    display: none;
    border-radius: 50px;
    padding: 8px;
    color: #fff
}

@media (max-width:768px) {

    #contact-us-form input,
    #contact-us-form select,
    #contact-us-form textarea {
        font-size: 20px
    }

    button {
        font-size: 22px
    }
}

#contact {
    font-family: pp_telegrafregular;
    font-size: 25px;
    padding-bottom: 270px;
    padding-top: 110px
}

#contact .seperator {
    height: 3px;
    width: 100%;
    background: #fff
}

#contact .country,
#contact .email {
    font-family: pp_telegrafultrabold
}

#contact a {
    font-family: pp_telegrafregular;
    color: #fff;
    text-decoration: none;
    outline: 0
}

.flex>div {
    flex-grow: 1
}

@media (max-width:768px) {

    #contact,
    #contact-us-form {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
        padding-right: 20px
    }
}

#back-to-top {
    font-size: 18px;
    color: #e3dfec;
    text-align: center;
    font-family: pp_telegrafregular;
    cursor: pointer
}

footer {
    display: flex;
    align-items: center;
    padding: 40px 55px 80px 55px
}

footer .email a {
    font-family: pp_telegrafregular;
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

footer .logo {
    text-align: center
}

footer .social-media {
    text-align: right;
}

footer .social-media a {
    margin-right: 40px;
}

footer>div {
    width: 33.33%
}

@media (max-width:768px) {
    footer {
        flex-direction: column
    }

    .flex>div {
        width: 100%;
        text-align: center;
        margin-top: 15px
    }
}

.img-loader,
.img-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.img-loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, .2);
    border-right: 1.1em solid rgba(255, 255, 255, .2);
    border-bottom: 1.1em solid rgba(255, 255, 255, .2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

#tags-container {
    width: 800px;
    overflow-x: hidden;
    margin: auto;
    padding-top: 25px
}

#prPage .swiper-slide {
    font-family: pp_telegrafultrabold;
    font-size: 18px;
    cursor: pointer;
    width: 150px;
    height: 65px;
    margin: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all .3s ease
}

#prPage .swiper-slide-active {
    color: #fff !important;
    text-shadow: none !important
}

#prPage .show-all .swiper-slide-active {
    color: rgba(255, 255, 255, .5) !important;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%) !important
}

#prDetailsPage .items,
#prPage .items {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

#prPage .items>div {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
    display: none
}

#prDetailsPage .items>div,
#prPage .items>div.active {
    width: 32%;
    height: auto;
    display: inherit
}

#prPage .items>div.active {
    display: block
}

#prDetailsPage .items>div img {
    width: 100%;
    height: auto
}

@media (max-width:480px) {

    #prDetailsPage .items>div,
    #prPage .items>div.active {
        width: 45%
    }
}

@media (max-width:320px) {

    #prDetailsPage .items>div,
    #prPage .items>div.active {
        width: 100%
    }
}

#prPage .items img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#prPage .items .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    color: #fff;
    font-size: 1.5em;
    font-family: pp_telegrafultrabold;
    display: flex;
    align-items: center;
    padding: 30px;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1000px rgb(90 68 227 / 50%);
    cursor: pointer;
    margin: 0
}

#prDetailsPage h1 {
    margin-top: 50px !important
}

#prDetailsPage button {
    font-size: 1em !important;
    margin-top: 200px
}

#prDetailsPage video {
    width: 600px
}

#prDetailsPage .video-container {
    position: relative
}

#prDetailsPage .video-container .play {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    border-radius: 60px;
    background: #563fdf;
    z-index: 9999999;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 8
}

#prDetailsPage .video-container .play::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right: 0;
    border-left: 40px solid #fff;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    z-index: 9;
    margin-top: -20px
}

body.innerPage {
    background-position: top;
    text-align: center
}

.innerPage #show-all-btn {
    padding: 5px 20px;
    text-align: center;
    margin: 50px auto;
    width: 130px;
    display: block;
    cursor: pointer
}

.innerPage #show-all-btn.active {
    background: #fff;
    color: #302473
}

.innerPage h2 {
    font-family: pp_telegrafultrabold;
    font-size: 2.3em;
    width: 400px;
    max-width: 100%;
    margin: 50px auto -20px auto
}

.innerPage p {
    font-family: pp_telegrafultralight;
    font-size: 1.3em;
    width: 400px;
    max-width: 100% !important;
    margin: 30px auto !important;
    color: #fff !important
}

.technologies-title {
    font-family: pp_telegrafultrabold;
    font-size: 1.3em;
    margin-bottom: 30px;
    margin-top: 30px
}

.back-nav {
    background: url(../images/nav-bg.png);
    background-size: cover;
    width: 134px;
    height: 250px;
    position: absolute;
    top: 100px
}

.back-nav img {
    position: absolute;
    top: 100px;
    width: 24px;
    left: 12px
}

.next-nav {
    background: url(../images/nav-bg.png);
    background-size: cover;
    width: 134px;
    height: 250px;
    position: absolute;
    right: 0;
    top: 100px;
    cursor: pointer;
    transform: rotate(180deg)
}

.next-nav img {
    position: absolute;
    top: 100px;
    width: 24px;
    left: 12px
}

#prDetailsPage .technologies {
    display: flex;
    justify-content: center;
    gap: 30px
}

#prDetailsPage .technologies .technology-img {
    height: 60px;
    margin-bottom: 10px
}

#prDetailsPage .technologies img {
    max-width: 60px;
    max-height: 60px
}

#prDetailsPage .technologies span {
    display: block;
    font-family: pp_telegrafultralight;
    font-size: 18px;
    color: #fff
}

#prDetailsPage .video-container {
    width: 1000px;
    max-width: 100%;
    margin: auto
}

.video-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 54%;
    padding-top: 25px;
    height: 0
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#blogListPage {
    text-align: center
}

#blogListPage article {
    margin-bottom: 50px
}

#blogListPage article h2 {
    font-family: pp_telegrafultrabold;
    font-size: 2em
}

#blogListPage article p {
    font-family: pp_telegrafultralight;
    font-size: 1.3em;
    width: 800px;
    max-width: 100%;
    margin: 20px auto
}

#blogListPage article img {
    max-width: 100%
}

#blogListPage article h3 {
    font-family: pp_telegrafultrabold
}

#chat {
    position: fixed;
    top: 600px;
    bottom: 0;
    right: 0;
    z-index: 10
}

.grecaptcha-badge {
    visibility: hidden;
    z-index: -1
}

#recaptcha-disclaimer {
    color: #e3dfec;
    font-family: pp_telegrafregular;
    font-size: 13px
}

#recaptcha-disclaimer a {
    color: #e3dfec
}