.hero .btn.hero__btn .btn__text {
  position: relative;
  transition: right 0.5s ease;
  right: 0;
}
.hero .btn.hero__btn:hover .btn__text {
  right: 35px;
}
.hero .btn.hero__btn:hover .btn__icon {
  left: calc(100% - 40px);
  animation: none;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1439px) and (min-width: 992px) {
  .hero .btn.hero__btn:hover .btn__icon {
    left: calc(100% - 2.7777777778vw);
  }
}
@media (max-width: 991px) {
  .hero .btn.hero__btn:hover .btn__icon {
    left: calc(100% - 10.6666666667vw);
  }
}

.btn.btn-red .btn__icon {
  transition: all 0.6s ease;
}
.btn.btn-white .btn__icon {
  position: relative;
}
.btn.btn-white .btn__icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.10352 5.8407H12.1035M12.1035 5.8407L7.60352 1.3407M12.1035 5.8407L7.60352 10.3407' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), radial-gradient(135.31% 135.91% at 97.94% -103.52%, #B62533 0%, #F97842 34.21%, rgba(182, 37, 51, 0) 94.79%), radial-gradient(145.36% 136.51% at -29.78% -72.44%, #1E275B 0%, #080F35 17.62%, rgba(18, 0, 41, 0) 100%), radial-gradient(407.19% 133.23% at -10.42% -8.25%, #BC284A 56.36%, rgba(188, 40, 74, 0) 92.92%), linear-gradient(172deg, #E04847 0%, #C13350 100%);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.btn.btn-white:hover .btn__icon {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.765625 5.84048H10.9656M5.86563 0.740479V10.9405' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), radial-gradient(135.31% 135.91% at 97.94% -103.52%, #B62533 0%, #F97842 34.21%, rgba(182, 37, 51, 0) 94.79%), radial-gradient(145.36% 136.51% at -29.78% -72.44%, #1E275B 0%, #080F35 17.62%, rgba(18, 0, 41, 0) 100%), radial-gradient(407.19% 133.23% at -10.42% -8.25%, #BC284A 56.36%, rgba(188, 40, 74, 0) 92.92%), linear-gradient(172deg, #E04847 0%, #C13350 100%);
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn-white:hover .btn__icon:after {
  opacity: 1;
}
.btn.btn-blue:not(.faq .btn) .btn__icon {
  position: relative;
}
.btn.btn-blue:not(.faq .btn) .btn__icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.10352 5.8407H12.1035M12.1035 5.8407L7.60352 1.3407M12.1035 5.8407L7.60352 10.3407' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), radial-gradient(135.31% 135.91% at 97.94% -103.52%, #B62533 0%, #F97842 34.21%, rgba(182, 37, 51, 0) 94.79%), radial-gradient(145.36% 136.51% at -29.78% -72.44%, #1E275B 0%, #080F35 17.62%, rgba(18, 0, 41, 0) 100%), radial-gradient(407.19% 133.23% at -10.42% -8.25%, #BC284A 56.36%, rgba(188, 40, 74, 0) 92.92%), linear-gradient(172deg, #E04847 0%, #C13350 100%);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.btn.btn-blue:not(.faq .btn):hover .btn__icon {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.765625 5.84048H10.9656M5.86563 0.740479V10.9405' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), radial-gradient(135.31% 135.91% at 97.94% -103.52%, #B62533 0%, #F97842 34.21%, rgba(182, 37, 51, 0) 94.79%), radial-gradient(145.36% 136.51% at -29.78% -72.44%, #1E275B 0%, #080F35 17.62%, rgba(18, 0, 41, 0) 100%), radial-gradient(407.19% 133.23% at -10.42% -8.25%, #BC284A 56.36%, rgba(188, 40, 74, 0) 92.92%), linear-gradient(172deg, #E04847 0%, #C13350 100%);
  background-repeat: no-repeat, repeat;
  background-position: center;
  border-radius: 52px;
}
.btn.btn-blue:not(.faq .btn):hover .btn__icon:after {
  opacity: 1;
}

@keyframes scrollBtn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
    stroke: rgb(228, 100, 66);
  }
  100% {
    transform: translateY(0);
  }
}
.split-parent {
  overflow: hidden;
}

.split-child {
  display: inline-block;
}

.numbers h3,
.about h2, .about p,
.expertise h2 {
  overflow: hidden;
}

.about .about__right .about__right-img1::before {
  z-index: 1;
}

.ootb-tabcordion--entry .ootb-tabcordion--entry-content h2,
.ootb-tabcordion--entry .ootb-tabcordion--entry-content p,
.ootb-tabcordion--entry .ootb-tabcordion--entry-content .btn-wrap,
.ootb-tabcordion--entry .ootb-tabcordion--entry-left {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
}

.ootb-tabcordion--entry .ootb-tabcordion--entry-left {
  transform: translateX(-20px);
}

.ootb-tabcordion--entry .ootb-tabcordion--entry-content h2 {
  transition-delay: 0.2s;
  transform: translateY(20px);
}

.ootb-tabcordion--entry .ootb-tabcordion--entry-content p {
  transition-delay: 0.4s;
  transform: translateY(20px);
}

.ootb-tabcordion--entry .ootb-tabcordion--entry-content .btn-wrap {
  transition-delay: 0.6s;
  transform: translateY(20px);
}

.ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content h2,
.ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content p,
.ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .btn-wrap,
.ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-left {
  opacity: 1;
  visibility: visible;
}

.ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-left {
  transform: translateX(0);
}

.ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content h2,
.ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content p,
.ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .btn-wrap {
  transform: translateY(0);
}

.faq .big-title,
.values .big-title,
.benefits .big-title,
.image-text h2,
.positions h2,
.cta h2,
.contact-info .contact-info__left h2 {
  overflow: hidden;
}

body.page-template-careers .image-text .image-text__left::before,
.page-template-services .image-text .image-text__left::before {
  z-index: 1;
}

.blog-list li .blog-list__img img {
  transition: transform 0.5s ease;
}

.blog-list li:hover .blog-list__img img {
  transform: scale(1.1);
}

.site-footer .site-footer__top form button {
  transition: color 0.4s ease;
}
.site-footer .site-footer__top form button svg {
  transition: transform 0.4s ease;
}

.site-footer .site-footer__top form button:hover {
  color: #FCD2D2;
}
.site-footer .site-footer__top form button:hover svg {
  transform: rotate(180deg);
}

@media all and (min-width: 991px) {
  .popup {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease, visibility 0.1s ease;
  }
  .popup .popup__wrap {
    transform: translateY(100%);
    transition: transform 0.2s ease;
  }
  .popup .popup__close {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    transition-delay: 0.2s;
  }
  .popup h2 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transition-delay: 0.8s;
  }
  .popup form {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transition-delay: 0.8s;
  }
  .popup .event-title {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transition-delay: 0.8s;
  }
  .popup .magnetic {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  }
  .popup .wpcf7-response-output {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  }
  .popup form .field-wrap {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  }
  .popup form .field-wrap:nth-child(2) {
    transition-delay: 0.6s;
  }
  .popup form .field-wrap:nth-child(3) {
    transition-delay: 0.6s;
  }
  .popup form .field-wrap:nth-child(4) {
    transition-delay: 0.5s;
  }
  .popup form .field-wrap:nth-child(5) {
    transition-delay: 0.5s;
  }
  .popup form .field-wrap:nth-child(6) {
    transition-delay: 0.4s;
  }
  .popup form .field-wrap:nth-child(7) {
    transition-delay: 0.3s;
  }
  .popup form .field-wrap:nth-child(8) {
    transition-delay: 0.2s;
  }
  .popup.show {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .popup.show .popup__wrap {
    transform: translateY(0);
    transition-delay: 0.3s;
    transition: transform 0.5s ease;
  }
  .popup.show .popup__close {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
  }
  .popup.show h2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.7s;
  }
  .popup.show form {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.7s;
  }
  .popup.show .event-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.7s;
  }
  .popup.show .magnetic {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 1.9s;
  }
  .popup.show .wpcf7-response-output {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 2s;
  }
  .popup.show .field-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .popup.show .field-wrap:nth-child(2) {
    transition-delay: 0.9s;
  }
  .popup.show .field-wrap:nth-child(3) {
    transition-delay: 0.9s;
  }
  .popup.show .field-wrap:nth-child(4) {
    transition-delay: 1.1s;
  }
  .popup.show .field-wrap:nth-child(5) {
    transition-delay: 1.1s;
  }
  .popup.show .field-wrap:nth-child(6) {
    transition-delay: 1.3s;
  }
  .popup.show .field-wrap:nth-child(7) {
    transition-delay: 1.5s;
  }
  .popup.show .field-wrap:nth-child(8) {
    transition-delay: 1.7s;
  }
  .popup.show .field-wrap:nth-child(9) {
    transition-delay: 1.9s;
  }
  .popup.show .field-wrap:nth-child(10) {
    transition-delay: 2s;
  }
  .popup.show .field-wrap:nth-child(11) {
    transition-delay: 2.2s;
  }
  .btn:hover .btn__icon {
    animation: pulseBtn 1s linear infinite;
    transform-origin: center;
    will-change: transform;
  }
}
.popup .popup__wrap .popup__content form textarea {
  resize: none;
}
.popup .popup__wrap .popup__content form textarea::-webkit-scrollbar {
  width: 5px;
}
.popup .popup__wrap .popup__content form textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.popup .popup__wrap .popup__content form textarea::-webkit-scrollbar-thumb {
  background-color: #11143E;
}

.magnetic-size {
  display: none;
}

textarea {
  resize: none;
}

@keyframes pulseBtn {
  0% {
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
  50% {
    transform: translate3d(0, 0, 0) scale(1.1, 1.1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
.popup .popup__wrap::-webkit-scrollbar {
  width: 5px;
}
.popup .popup__wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.popup .popup__wrap::-webkit-scrollbar-thumb {
  background-color: #11143E;
}

.soc-icons li img {
  transition: filter 0.5s ease;
}

@media all and (max-width: 991px) {
  main {
    overflow: hidden;
  }
}

@media all and (max-width: 991px) {
  .site-header .site-header__menu li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.4s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  .site-header .site-header__menu li:nth-child(1) {
    transition-delay: 1s;
  }
  .site-header .site-header__menu li:nth-child(2) {
    transition-delay: 0.9s;
  }
  .site-header .site-header__menu li:nth-child(3) {
    transition-delay: 0.8s;
  }
  .site-header .site-header__menu li:nth-child(4) {
    transition-delay: 0.7s;
  }
  .site-header .site-header__menu li:nth-child(5) {
    transition-delay: 0.6s;
  }
  .site-header .site-header__menu li:nth-child(6) {
    transition-delay: 0.5s;
  }
}
@media all and (max-width: 991px) and (max-height: 700px) {
  .site-header .site-header__menu li {
    margin-bottom: 5vw;
  }
}
@media all and (max-width: 991px) {
  .site-header .soc-icons li {
    visibility: hidden;
    transform: translateX(10px);
    transition: opacity 0.4s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  .site-header .soc-icons li:nth-child(1) {
    transition-delay: 0.4s;
  }
  .site-header .soc-icons li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .site-header .soc-icons li:nth-child(3) {
    transition-delay: 0.2s;
  }
  .site-header .btn-text {
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.4s ease, visibility 0.3s ease, transform 0.3s ease;
    transition-delay: 0.1s;
  }
  .site-header.open .site-header__menu li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .site-header.open .site-header__menu li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .site-header.open .site-header__menu li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .site-header.open .site-header__menu li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .site-header.open .site-header__menu li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .site-header.open .site-header__menu li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .site-header.open .site-header__menu li:nth-child(6) {
    transition-delay: 0.6s;
  }
  .site-header.open .soc-icons li {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .site-header.open .soc-icons li:nth-child(1) {
    transition-delay: 0.7s;
  }
  .site-header.open .soc-icons li:nth-child(2) {
    transition-delay: 0.8s;
  }
  .site-header.open .soc-icons li:nth-child(3) {
    transition-delay: 0.9s;
  }
  .site-header.open .btn-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 1s;
  }
}

@media all and (max-width: 991px) {
  .site-header nav {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    height: calc(100vh - 17.6vw);
  }
}

.site-header.open {
  height: auto;
}
@media all and (max-width: 991px) {
  .site-header.open nav {
    opacity: 1;
    visibility: visible;
  }
}

.site-header .open-menu {
  z-index: 3;
}

@media all and (max-width: 991px) and (max-height: 700px) {
  .site-header nav .soc-icons {
    margin-top: 20px;
  }
}

@media all and (max-width: 991px) and (max-height: 700px) {
  .site-header nav .btn.mobile {
    margin-top: 6vw;
  }
}

.hero .hero__scroll {
  left: calc(50% - 650px);
  opacity: 0;
}

@media only screen and (max-width: 1439px) and (min-width: 992px) {
  .hero .hero__scroll {
    left: 4.5138888889vw;
  }
}
.site-header {
  transition: top 0.3s, padding 0.3s, background 0.3s, -webkit-backdrop-filter 0s;
  transition: top 0.3s, padding 0.3s, backdrop-filter 0s, background 0.3s;
  transition: top 0.3s, padding 0.3s, backdrop-filter 0s, background 0.3s, -webkit-backdrop-filter 0s;
}
.site-header .wrapper {
  transition: padding 0.3s, max-width 0.3s, background 0s, -webkit-backdrop-filter 0s;
  transition: padding 0.3s, max-width 0.3s, backdrop-filter 0s, background 0s;
  transition: padding 0.3s, max-width 0.3s, backdrop-filter 0s, background 0s, -webkit-backdrop-filter 0s;
}

@keyframes slideFromBottomPercentage {
  0% {
    transform: translateY(-30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideFromBottom {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes heroScroll {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroSlideFromBottom {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.cards .cards__list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}/*# sourceMappingURL=updates.css.map */