﻿*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
}

body{
  font-family: "IBM Plex Sans", sans-serif;
  overflow-x: hidden;
}

img{
  max-width: 100%;
  display: block;
}

a{
  text-decoration: none;
  color: inherit;
}

button{
  font-family: inherit;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-300.woff2') format('woff2');
  font-weight:300;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-400.woff2') format('woff2');
  font-weight:400;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-500.woff2') format('woff2');
  font-weight:500;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-600.woff2') format('woff2');
  font-weight:600;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-700.woff2') format('woff2');
  font-weight:700;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'IBM Plex Sans';
  src:url('../fonts/ibmplex-400.woff2') format('woff2');
  font-weight:400 700;
  font-display:swap;
  font-style:normal;
}

@keyframes rrWaPulse{
  0%{
    box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32),0 0 0 0 rgba(37,211,102,.55);
  }
  70%{
    box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32),0 0 0 16px rgba(37,211,102,0);
  }
  100%{
    box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32),0 0 0 0 rgba(37,211,102,0);
  }
}

@keyframes rrCtaGrad{
  0%,
  100%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
}

@keyframes rrHeroLogoSpin{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(1080deg);
  }
}

@keyframes rrHeroZoom{
  from{
    transform:scale(1.08);
  }
  to{
    transform:scale(1);
  }
}

@keyframes rrHeroFade{
  from{
    opacity:0;
  }
  to{
    opacity:1;
  }
}

@keyframes rrHeroRise{
  from{
    opacity:0;
    transform:translateY(28px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes rrUnifyGradient{
  0%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
  100%{
    background-position:0% 50%;
  }
}

@keyframes rrReviewsLeft{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

@keyframes rrLoaderBreathe{
  0%,
  100%{
    transform:scale(1);
  }
  50%{
    transform:scale(1.12);
  }
}

@keyframes rrFdprevGrad{
  0%,
  100%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
}

@keyframes rrIntroGrad{
  0%,
  100%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
}

@keyframes rrTechGrad{
  0%,
  100%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
}

.rr-footer{
  background:#12203F;
  color:rgba(255,255,255,.85);
  padding:clamp(56px,7vw,80px) clamp(20px,5vw,64px) 28px;
  font-family:'IBM Plex Sans',sans-serif;
}

.rr-footer__grid{
  max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:40px;
  padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.rr-footer__brand{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.rr-footer__brand img{
  width:56px;
  height:56px;
  object-fit:contain;
  display:block;
  margin:0 auto 12px;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

.rr-footer__brand p{
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.65);
  max-width:260px;
  margin:0 auto;
}

.rr-footer h4{
  text-align:center;
  font-size:13px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:rgba(255,255,255,.5);
  margin:0 0 18px;
}

.rr-footer__nav{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.rr-footer__nav a{
  color:rgba(255,255,255,.85);
  font-size:15px;
  text-decoration:none;
}

.rr-footer__contact{
  text-align:center;
}

.rr-footer__contact p{
  font-size:14px;
  line-height:1.8;
  color:rgba(255,255,255,.75);
  margin:0;
}

.rr-footer__contact a{
  color:rgba(255,255,255,.75);
  text-decoration:none;
}

.rr-footer__social{
  display:flex;
  gap:16px;
  justify-content:center;
}

.rr-footer__social a{
  color:rgba(255,255,255,.85);
  transition:color .2s;
}

.rr-footer__social a:hover{
  color:#25D366;
}

.rr-footer__grid > div:has(> .rr-footer__dev){
  display:flex;
  flex-direction:column;
}

.rr-footer__dev{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-top:auto;
  padding-top:28px;
}

.rr-footer__dev span{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:12px;
  letter-spacing:.06em;
  color:rgba(255,255,255,.45);
}

.rr-footer__dev img{
  height:40px;
  width:auto;
  max-width:150px;
  object-fit:contain;
  display:block;
  opacity:.8;
}

.rr-footer__bottom{
  max-width:1440px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  padding-top:22px;
  font-size:13px;
  color:rgba(255,255,255,.5);
}

.rr-wa-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1000;
  display:flex;
  align-items:center;
  background:#25D366;
  color:#fff;
  border-radius:999px;
  height:72px;
  padding:0 20px;
  box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32);
  text-decoration:none;
  transition:transform .2s;
  animation:rrWaPulse 2.4s ease-out infinite;
}

.rr-wa-float:hover{
  transform:scale(1.08);
}

.rr-wa-float span{
  max-width:0;
  opacity:0;
  margin-left:0;
  white-space:nowrap;
  overflow:hidden;
  font-weight:700;
  font-size:16px;
  transition:max-width .25s,opacity .2s,margin .25s;
  font-family:'IBM Plex Sans',sans-serif;
}

.rr-wa-float:hover span{
  max-width:120px;
  opacity:1;
  margin-left:12px;
}

.rr-svc-video{
  position:relative;
  min-height:82vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#0F1A38;
}

.rr-svc-video__bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.rr-svc-video__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(15,22,50,.6) 0%,rgba(15,22,50,.72) 60%,rgba(15,22,50,.85) 100%);
}

.rr-svc-video__stage{
  position:relative;
  z-index:1;
  width:100%;
  box-sizing:border-box;
  padding:clamp(90px,12vw,140px) clamp(70px,8vw,100px) clamp(50px,7vw,70px);
}

.rr-svc-video__track{
  position:relative;
  height:clamp(360px,42vw,420px);
  max-width:1100px;
  margin:0 auto;
}

.rr-svc-video__slide{
  position:absolute;
  top:50%;
  left:50%;
  width:min(480px,78vw);
  box-sizing:border-box;
  text-align:center;
  color:#fff;
  background:rgba(15,22,50,.55);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  border:1.5px solid rgba(255,255,255,.45);
  border-radius:26px;
  padding:clamp(30px,4vw,44px) clamp(26px,3.6vw,38px);
  box-shadow:0 30px 60px rgba(0,0,0,.35);
  transition:transform .55s cubic-bezier(.22,.9,.32,1),opacity .55s ease,filter .55s ease;
}

.rr-svc-video__icon{
  width:56px;
  height:56px;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.4);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
}

.rr-svc-video__icon svg{
  width:26px;
  height:26px;
  color:#65C5E8;
}

.rr-svc-video__slide h3{
  font-family:Chillax,sans-serif;
  font-weight:500;
  font-size:40px;
  color:#65C5E8;
  margin:0 0 14px;
  line-height:1.15;
  overflow-wrap:break-word;
  word-break:break-word;
}

.rr-svc-video__slide p{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:22px;
  line-height:1.6;
  color:rgba(255,255,255,.88);
  margin:0 auto 24px;
  max-width:400px;
}

.rr-svc-video__cta{
  display:inline-block;
  background:#ADDADB;
  color:#253677;
  border:2px solid #65C5E8;
  padding:13px 26px;
  border-radius:999px;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:20px;
  text-decoration:none;
  transition:transform .2s ease,background .3s ease,color .3s ease,border-color .3s ease;
}

.rr-svc-video__cta:hover{
  transform:scale(1.03);
}

.rr-svc-video__arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:background .2s ease,transform .2s ease;
}

.rr-svc-video__arrow:hover{
  background:rgba(255,255,255,.28);
  transform:translateY(-50%) scale(1.08);
}

.rr-svc-video__arrow--prev{
  left:clamp(6px,2vw,24px);
}

.rr-svc-video__arrow--next{
  right:clamp(6px,2vw,24px);
}

.rr-svc-video__dots{
  display:flex;
  gap:12px;
  justify-content:center;
  align-items:center;
  margin-top:40px;
  position:relative;
  z-index:1;
}

.rr-svc-video__dots .rr-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  border:none;
  padding:0;
  background:rgba(255,255,255,.4);
  cursor:pointer;
  transition:transform .25s ease,background .25s ease;
}

.rr-svc-video__dots .rr-dot:hover{
  background:rgba(255,255,255,.7);
}

.rr-svc-video__dots .rr-dot.is-active{
  background:#ADDADB;
  transform:scale(1.6);
}

.rr-cta{
  position:relative;
  overflow:hidden;
  background:linear-gradient(120deg,#ffffff 0%,#EAF6FC 25%,#ffffff 50%,#DCEFFB 75%,#ffffff 100%);
  background-size:300% 300%;
  background-attachment:fixed;
  animation:rrCtaGrad 16s ease-in-out infinite;
  padding:clamp(50px,5vw,70px) clamp(20px,5vw,64px);
  text-align:center;
}

.rr-cta h2,
.rr-cta p,
.rr-cta__actions{
  position:relative;
  z-index:1;
  opacity:0;
  transform:translateY(22px);
  transition:opacity .6s cubic-bezier(.16,.8,.32,1),transform .6s cubic-bezier(.16,.8,.32,1);
}

.rr-cta h2{
  transition-delay:0s;
}

.rr-cta p{
  transition-delay:.1s;
}

.rr-cta__actions{
  transition-delay:.2s;
}

.rr-cta.is-in h2,
.rr-cta.is-in p,
.rr-cta.is-in .rr-cta__actions{
  opacity:1;
  transform:translateY(0);
}

.rr-cta h2{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:55px;
  margin:0 0 18px;
  line-height:1.15;
  color:#253677;
}

.rr-cta p{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:30px;
  line-height:1.5;
  max-width:750px;
  margin:0 auto 36px;
  color:#253677;
}

.rr-cta__actions{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
}

.rr-btn{
  display:block;
  text-align:center;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  text-decoration:none;
  border-radius:999px;
  transition:transform .2s;
}

.rr-btn:hover{
  transform:scale(1.06);
}

.rr-btn--lime-lg{
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  background-size:200% 100%;
  background-position:left center;
  color:#fff;
  padding:15px 30px;
  font-size:22px;
  border:none;
  transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease,background-position .4s ease;
}

.rr-btn--lime-lg:hover{
  background-position:right center;
}

.rr-btn--outline-white{
  border:1.5px solid #253677;
  color:#253677;
  background:transparent;
  padding:17px 32px;
  border-radius:999px;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:500;
  font-size:22px;
  text-decoration:none;
  transition:background .2s,color .2s,border-color .2s,transform .2s;
  display:inline-block;
}

.rr-btn--outline-white:hover{
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  border-color:transparent;
  color:#fff;
  transform:scale(1.06);
}

.rr-fin__index-tab.is-active{
  color:#253677;
}

.rr-fin__index-tab:not(.is-active):hover{
  color:#3E7DB8;
}

.rr-fin__index-panel.is-active{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
  z-index:1;
}

.rr-hero__brand{
  display:inline-flex;
  flex-direction:column;
  align-items:stretch;
  margin:0 auto;
}

.rr-hero__row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(16px,2.4vw,38px);
}

.rr-hero__logo{
  width:clamp(160px,17vw,240px);
  height:auto;
  display:block;
  margin:0;
  flex:none;
  animation:rrHeroLogoSpin 2.2s cubic-bezier(.16,1,.3,1) forwards;
}

.rr-hero{
  position:relative;
  width:100%;
  height:100vh;
  min-height:640px;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.rr-hero__bg{
  position:absolute;
  inset:0;
  z-index:0;
}

.rr-hero__bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.08);
  animation:rrHeroZoom 2.4s cubic-bezier(.16,.8,.32,1) forwards;
}

.rr-hero__gradient{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(rgba(15,22,50,.5) 0%,rgba(15,22,50,.6) 32%,rgba(13,19,45,.97) 100%);
  pointer-events:none;
  opacity:0;
  animation:rrHeroFade 1.6s ease forwards;
}

.rr-hero__glow{
  position:absolute;
  inset:0;
  z-index:1;
  background:radial-gradient(circle at 18% 15%,rgba(101,197,232,.3),transparent 55%);
  pointer-events:none;
  opacity:0;
  animation:rrHeroFade 2s ease .3s forwards;
}

.rr-hero__content{
  position:relative;
  z-index:2;
  max-width:1440px;
  margin:0 auto;
  width:100%;
  padding:0 clamp(20px,5vw,64px);
  box-sizing:border-box;
  color:#fff;
  text-align:center;
}

.rr-hero__content h1{
  font-family:Chillax,sans-serif;
  font-weight:300;
  font-size:clamp(54px,9vw,124px);
  line-height:1;
  letter-spacing:.07em;
  margin:0;
  text-align:left;
  max-width:1040px;
  opacity:0;
  animation:rrHeroRise 1s cubic-bezier(.16,.8,.32,1) .35s forwards;
}

.rr-hero__kicker{
  font-family:Chillax,sans-serif;
  font-weight:500;
  font-size:clamp(18px,2.1vw,25px);
  letter-spacing:.3em;
  text-transform:uppercase;
  color:#65C5E8;
  text-align:center;
  margin:18px 0 26px;
  opacity:0;
  animation:rrHeroRise 1s cubic-bezier(.16,.8,.32,1) .65s forwards;
}

.rr-reviews{
  position:relative;
  padding:clamp(80px,9vw,110px) 0;
  background:linear-gradient(120deg,#ffffff 0%,#EAF6FC 25%,#ffffff 50%,#DCEFFB 75%,#ffffff 100%);
  background-size:300% 300%;
  background-attachment:fixed;
  animation:rrUnifyGradient 16s ease-in-out infinite;
  overflow:hidden;
}

.rr-reviews__head{
  position:relative;
  z-index:1;
  max-width:1240px;
  margin:0 auto 48px;
  padding:0 20px;
  text-align:center;
}

.rr-reviews__badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
}

.rr-reviews__badge span{
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:15px;
  color:#3E4759;
  letter-spacing:.02em;
}

.rr-reviews__stars{
  display:flex;
  gap:3px;
  justify-content:center;
  margin:0;
}

.rr-reviews__stars svg{
  width:20px;
  height:20px;
}

.rr-reviews__head h2{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:55px;
  color:#253677;
  margin:0 0 14px;
  line-height:1.1;
  white-space:nowrap;
}

.rr-reviews__rows{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:22px;
}

.rr-reviews__row{
  overflow:hidden;
  width:100%;
  padding:20px 0;
  margin:-20px 0;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}

.rr-reviews__track{
  display:flex;
  gap:20px;
  width:max-content;
}

.rr-reviews__track--a{
  animation:rrReviewsLeft 30s linear infinite;
}

.rr-reviews__row:hover .rr-reviews__track{
  animation-play-state:paused;
}

.rr-review-card{
  flex:0 0 auto;
  width:360px;
  box-sizing:border-box;
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(37,54,119,.1);
  box-shadow:none;
  padding:24px;
  transition:box-shadow .25s ease,transform .25s ease;
}

.rr-review-card:hover{
  box-shadow:0 6px 14px rgba(37,54,119,.1);
  transform:translateY(-3px);
}

.rr-review-card__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}

.rr-review-card__avatar{
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:17px;
  flex:0 0 44px;
}

.rr-review-card__id{
  min-width:0;
}

.rr-review-card__name{
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:14.5px;
  color:#253677;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.rr-review-card__meta{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:12px;
  color:#8A93A6;
}

.rr-review-card__stars{
  display:flex;
  gap:2px;
  margin:2px 0 4px;
}

.rr-review-card__stars svg{
  width:14px;
  height:14px;
}

.rr-review-card__time{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:12px;
  color:#8A93A6;
  margin:0 0 10px;
}

.rr-review-card__text{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:14px;
  line-height:1.6;
  color:#3E4759;
  margin:0;
  display:-webkit-box;
  -webkit-line-clamp:5;
  line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.rr-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:transparent;
  padding:16px clamp(14px,3vw,32px) 0;
  box-sizing:border-box;
  transition:padding .3s;
}

.rr-header__inner{
  max-width:1320px;
  margin:0 auto;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:15px 34px 15px 40px;
}

.rr-header__pill-bg{
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:999px;
  background:rgba(15,22,50,.42);
  backdrop-filter:blur(16px) saturate(160%);
  -webkit-backdrop-filter:blur(16px) saturate(160%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 10px 30px rgba(10,15,35,.28);
  pointer-events:none;
  transition:background .3s ease,box-shadow .3s ease;
  transform:translateZ(0);
  will-change:transform;
  isolation:isolate;
}

.rr-header.is-scrolled .rr-header__pill-bg{
  background:rgba(12,18,42,.62);
  box-shadow:0 14px 34px rgba(5,8,25,.4);
}

.rr-header__logo{
  display:flex;
  align-items:center;
  line-height:1;
}

.rr-header__logo img{
  width:38px;
  height:38px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

.rr-header__right{
  display:flex;
  align-items:center;
  gap:44px;
}

.rr-header__nav{
  display:flex;
  align-items:center;
  gap:32px;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.rr-header__nav a{
  color:#fff;
  font-family:Chillax,sans-serif;
  font-weight:500;
  font-size:19.5px;
  text-decoration:none;
  border-bottom:2px solid transparent;
  padding-top:10px;
  padding-bottom:10px;
  text-transform:lowercase;
}

.rr-header__nav a.is-active{
  font-weight:600;
  border-bottom-color:#ADDADB;
}

.rr-header__nav a:hover{
  border-bottom-color:#ADDADB;
}

.rr-nav-item{
  position:relative;
  -webkit-tap-highlight-color:transparent;
}

.rr-nav-item *{
  -webkit-tap-highlight-color:transparent;
}

.rr-nav-item__toggle{
  outline:none;
}

.rr-nav-item__toggle:focus,
.rr-nav-item__link:focus,
.rr-nav-item__dropdown a:focus{
  outline:none;
}

.rr-nav-item__row{
  display:flex;
  align-items:center;
  gap:2px;
}

.rr-nav-item__toggle{
  background:none;
  border:none;
  color:#fff;
  cursor:pointer;
  padding:4px;
  display:none;
  align-items:center;
  line-height:0;
}

.rr-nav-item__toggle svg{
  transition:transform .2s ease;
}

.rr-nav-item.is-open .rr-nav-item__toggle svg{
  transform:rotate(180deg);
}

.rr-nav-item__dropdown{
  position:absolute;
  top:100%;
  left:0;
  padding-top:16px;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
  z-index:1010;
}

.rr-nav-item:hover .rr-nav-item__dropdown,
.rr-nav-item.is-open .rr-nav-item__dropdown{
  opacity:1;
  pointer-events:auto;
}

.rr-nav-item__dropdown-inner{
  background:rgba(15,22,50,.62);
  backdrop-filter:blur(16px) saturate(160%);
  -webkit-backdrop-filter:blur(16px) saturate(160%);
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:12px;
  min-width:220px;
  box-shadow:0 18px 36px rgba(10,15,35,.32);
  display:flex;
  flex-direction:column;
  gap:6px;
  transform:translateY(-6px);
  transition:transform .2s ease;
}

.rr-nav-item:hover .rr-nav-item__dropdown-inner,
.rr-nav-item.is-open .rr-nav-item__dropdown-inner{
  transform:translateY(0);
}

.rr-nav-item__dropdown a{
  color:#fff;
  font-size:14.5px;
  font-weight:500;
  padding:12px 16px;
  border-radius:8px;
  white-space:nowrap;
  border-bottom:none;
}

.rr-nav-item__dropdown a:hover{
  background:rgba(255,255,255,.12);
}

.rr-header__actions{
  display:flex;
  align-items:center;
  gap:18px;
}

.rr-header__socials{
  display:flex;
  align-items:center;
  gap:18px;
}

.rr-social{
  color:#fff;
  display:flex;
  transition:color .2s;
}

.rr-social:hover{
  color:#25D366;
}

.rr-btn--lime{
  display:block;
  background:#ADDADB;
  color:#253677;
  padding:21px 28px;
  font-size:17px;
  line-height:0;
  border:2px solid #65C5E8;
  font-family:Chillax,sans-serif;
  text-transform:lowercase;
  transition:background .3s ease,color .3s ease,border-color .3s ease;
}

#rrHeader .rr-btn--lime:hover{
  transform:scale(1.03);
}

#rrHeader .rr-btn--lime{
  font-family:Chillax,sans-serif;
  text-transform:lowercase;
}

.rr-header__burger{
  position:relative;
  z-index:1002;
  display:none;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:32px;
  height:32px;
  background:none;
  border:none;
  cursor:pointer;
  padding:0;
}

.rr-header__burger span{
  display:block;
  width:100%;
  height:2px;
  background:#fff;
  border-radius:2px;
  transition:transform .25s ease,opacity .2s ease;
}

.rr-header__burger.is-open span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.rr-header__burger.is-open span:nth-child(2){
  opacity:0;
}

.rr-header__burger.is-open span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

.rr-header__overlay{
  position:fixed;
  inset:0;
  background:rgba(15,22,50,.55);
  opacity:0;
  pointer-events:none;
  transition:opacity .3s ease;
  z-index:1000;
}

.rr-header__overlay.is-open{
  opacity:1;
  pointer-events:auto;
}

body.rr-menu-open .rr-wa-float{
  display:none;
}

.elementor-widget-html:has(> #rrHeader){
  font-size:0;
  line-height:0;
}

.elementor-column:has(#rrHeader),
.elementor-container:has(#rrHeader),
.elementor-top-section:has(#rrHeader),
.elementor-widget-wrap:has(#rrHeader){
  min-height:0 !important;
  height:0 !important;
}

#rrPageLoader{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#1B3A78;
  opacity:1;
  visibility:visible;
  transition:opacity .45s ease,visibility .45s ease;
}

#rrPageLoader::before{
  content:'';
  position:absolute;
  inset:-25%;
  background:radial-gradient(circle at 14% 18%,#0A1730 0%,transparent 40%),radial-gradient(circle at 58% 42%,#8FE3FB 0%,transparent 36%),radial-gradient(circle at 88% 85%,#0A1730 0%,transparent 42%),radial-gradient(circle at 20% 85%,#2C4A94 0%,transparent 45%),linear-gradient(135deg,#1B3A78 0%,#2C4A94 55%,#1B3A78 100%);
  filter:blur(70px);
  z-index:0;
}

.rr-loader__wrap{
  position:relative;
  z-index:1;
}

#rrPageLoader.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

.rr-loader__wrap{
  position:relative;
  width:150px;
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.rr-loader__logo{
  width:120px;
  height:120px;
  object-fit:contain;
  animation:rrLoaderBreathe 1.4s ease-in-out infinite;
  animation-play-state:paused;
}

.rr-fdprev{
  position:relative;
  background:linear-gradient(120deg,#ffffff 0%,#EAF6FC 25%,#ffffff 50%,#DCEFFB 75%,#ffffff 100%);
  background-size:300% 300%;
  background-attachment:fixed;
  animation:rrFdprevGrad 16s ease-in-out infinite;
  padding:clamp(50px,5vw,70px) clamp(24px,5vw,64px);
  overflow:hidden;
}

.rr-fdprev__topline{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(
    90deg,
    #2C4A94 0%,
    #65C5E8 50%,
    #2C4A94 100%
  );
  z-index:3;
}

.rr-fdprev__row{
  position:relative;
  z-index:2;
  max-width:1320px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:clamp(50px,6vw,90px);
  flex-wrap:nowrap;
}

.rr-fdprev__img{
  position:relative;
  flex:0 0 clamp(300px,32vw,460px);
  width:clamp(300px,32vw,460px);
  padding:30px 0 42px 50px;
  box-sizing:border-box;
  isolation:isolate;
}

.rr-fdprev__img::before{
  content:"";
  position:absolute;
  z-index:0;
  left:5px;
  top:0;
  width:76%;
  height:calc(100% - 18px);
  border:2px solid #79BDF1;
  border-right:0;
  border-radius:220px 0 0 20px;
  box-sizing:border-box;
  opacity:0;
  transform:translateX(-25px);
  transition:
    opacity .7s cubic-bezier(.16,.8,.32,1) .15s,
    transform .7s cubic-bezier(.16,.8,.32,1) .15s;
}

.rr-fdprev__img::after{
  content:"";
  position:absolute;
  z-index:1;
  left:-10px;
  bottom:-4px;
  width:135px;
  height:115px;
  background-image:radial-gradient(
    circle,
    #9FD3F6 2.4px,
    transparent 2.8px
  );
  background-size:20px 20px;
  background-position:center;
  opacity:0;
  transform:translateY(20px);
  transition:
    opacity .7s cubic-bezier(.16,.8,.32,1) .3s,
    transform .7s cubic-bezier(.16,.8,.32,1) .3s;
}

.rr-fdprev.is-in .rr-fdprev__img::before,
.rr-fdprev.is-in .rr-fdprev__img::after{
  opacity:1;
  transform:translate(0);
}

.rr-fdprev__img-frame{
  position:relative;
  z-index:2;
  width:100%;
  aspect-ratio:3/4;
  padding:5px;
  box-sizing:border-box;
  overflow:hidden;
  background:linear-gradient(
    145deg,
    #2C4A94 0%,
    #65C5E8 48%,
    #2C4A94 100%
  );
  border-radius:180px 24px 170px 14px;
  box-shadow:0 28px 55px -30px rgba(37,54,119,.38);
  opacity:0;
  transform:translateX(-60px);
  transition:
    opacity .6s cubic-bezier(.16,.8,.32,1),
    transform .6s cubic-bezier(.16,.8,.32,1);
}

.rr-fdprev.is-in .rr-fdprev__img-frame{
  opacity:1;
  transform:translateX(0);
}

.rr-fdprev__img-frame img{
  position:absolute;
  inset:5px;
  width:calc(100% - 10px);
  height:calc(100% - 10px);
  object-fit:cover;
  object-position:center;
  display:block;
  border-radius:175px 19px 165px 9px;
  opacity:0;
  transition:opacity 1s ease;
}

.rr-fdprev__img-frame img.is-active{
  opacity:1;
}

.rr-fdprev__text-wrap{
  flex:1 1 auto;
  min-width:0;
  box-sizing:border-box;
}

.rr-fdprev__text{
  width:100%;
  text-align:center;
}

.rr-fdprev__text h2{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:clamp(34px,3.4vw,55px);
  color:#253677;
  margin:0 0 14px;
  line-height:1.1;
  opacity:0;
  transform:translateX(60px);
  transition:
    opacity .55s cubic-bezier(.16,.8,.32,1),
    transform .55s cubic-bezier(.16,.8,.32,1);
}

.rr-fdprev__text__h2-line{
  display:block;
  width:0;
  height:4px;
  margin:0 auto 26px;
  border-radius:2px;
  background:linear-gradient(
    90deg,
    #2C4A94 0%,
    #65C5E8 50%,
    #2C4A94 100%
  );
  opacity:0;
  transition:
    opacity .55s cubic-bezier(.16,.8,.32,1) .04s,
    width .3s ease;
}

.rr-fdprev.is-in .rr-fdprev__text__h2-line{
  opacity:1;
}

.rr-fdprev__text p{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:30px;
  line-height:1.5;
  color:#253677;
  margin:0 0 30px;
  opacity:0;
  transform:translateX(60px);
  transition:
    opacity .55s cubic-bezier(.16,.8,.32,1) .08s,
    transform .55s cubic-bezier(.16,.8,.32,1) .08s;
}

.rr-fdprev__actions{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
  opacity:0;
  transform:translateX(60px);
  transition:
    opacity .55s cubic-bezier(.16,.8,.32,1) .16s,
    transform .55s cubic-bezier(.16,.8,.32,1) .16s;
}

.rr-fdprev.is-in .rr-fdprev__text h2,
.rr-fdprev.is-in .rr-fdprev__text p,
.rr-fdprev.is-in .rr-fdprev__actions{
  opacity:1;
  transform:translateX(0);
}

.rr-fdprev__btn{
  display:inline-block;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:22px;
  text-decoration:none;
  padding:14px 30px;
  border-radius:999px;
  box-sizing:border-box;
  transition:
    transform .2s ease,
    background-color .2s ease,
    color .2s ease;
}

.rr-fdprev.is-in .rr-fdprev__btn:hover{
  transform:scale(1.06);
}

.rr-fdprev__btn--fill{
  background:linear-gradient(
    90deg,
    #2C4A94 0%,
    #65C5E8 50%,
    #2C4A94 100%
  );
  background-size:200% 100%;
  background-position:left center;
  color:#fff;
  transition:transform .2s ease,background-color .2s ease,color .2s ease,background-position .4s ease;
}

.rr-fdprev.is-in .rr-fdprev__btn--fill:hover{
  background-position:right center;
}

.rr-fdprev__btn--outline{
  border:1.5px solid #253677;
  color:#253677;
  background:transparent;
}

.rr-fdprev__btn--outline:hover{
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  border-color:transparent;
  color:#fff;
}

.rr-intro{
  position:relative;
  background:linear-gradient(120deg,#ffffff 0%,#EAF6FC 25%,#ffffff 50%,#DCEFFB 75%,#ffffff 100%);
  background-size:300% 300%;
  background-attachment:fixed;
  animation:rrIntroGrad 16s ease-in-out infinite;
  padding:clamp(50px,5vw,70px) clamp(24px,5vw,64px);
  overflow:hidden;
}

.rr-intro__topline{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  z-index:3;
}

.rr-intro__row{
  position:relative;
  z-index:2;
  max-width:1320px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:clamp(50px,6vw,90px);
  flex-wrap:nowrap;
}

.rr-intro__img{
  position:relative;
  flex:0 0 clamp(300px,32vw,455px);
  width:clamp(300px,32vw,455px);
  padding:48px 45px 52px 42px;
  box-sizing:border-box;
  isolation:isolate;
}

.rr-intro__img::before{
  content:"";
  position:absolute;
  z-index:0;
  top:15px;
  left:0;
  width:72%;
  height:105px;
  border-top:2px solid rgba(101,197,232,.85);
  border-left:2px solid rgba(101,197,232,.85);
  border-radius:65px 0 0 0;
  opacity:0;
  transform:translate(-25px,-15px);
  pointer-events:none;
  transition:
    opacity .65s cubic-bezier(.16,.8,.32,1) .12s,
    transform .65s cubic-bezier(.16,.8,.32,1) .12s;
}

.rr-intro__img::after{
  content:"";
  position:absolute;
  z-index:0;
  right:5px;
  bottom:12px;
  width:74%;
  height:115px;
  border-right:2px solid rgba(44,74,148,.68);
  border-bottom:2px solid rgba(44,74,148,.68);
  border-radius:0 0 65px 0;
  opacity:0;
  transform:translate(25px,15px);
  pointer-events:none;
  transition:
    opacity .65s cubic-bezier(.16,.8,.32,1) .2s,
    transform .65s cubic-bezier(.16,.8,.32,1) .2s;
}

.rr-intro.is-in .rr-intro__img::before,
.rr-intro.is-in .rr-intro__img::after{
  opacity:1;
  transform:translate(0,0);
}

.rr-intro__line-node{
  position:absolute;
  z-index:1;
  display:block;
  width:14px;
  height:14px;
  border:3px solid #EAF6FC;
  border-radius:50%;
  box-sizing:border-box;
  box-shadow:0 0 0 2px #65C5E8;
  background:#2C4A94;
  opacity:0;
  transform:scale(.3);
  pointer-events:none;
  transition:
    opacity .45s ease .45s,
    transform .45s cubic-bezier(.16,.8,.32,1) .45s;
}

.rr-intro__line-node--one{
  top:8px;
  left:71%;
}

.rr-intro__line-node--two{
  right:-1px;
  bottom:119px;
  background:#65C5E8;
  box-shadow:0 0 0 2px #2C4A94;
}

.rr-intro.is-in .rr-intro__line-node{
  opacity:1;
  transform:scale(1);
}

.rr-intro__dots{
  position:absolute;
  z-index:1;
  top:70px;
  right:0;
  width:86px;
  height:110px;
  background-image:radial-gradient(
    circle,
    rgba(101,197,232,.9) 2.5px,
    transparent 3px
  );
  background-size:18px 18px;
  opacity:0;
  transform:translateX(20px);
  pointer-events:none;
  transition:
    opacity .65s ease .3s,
    transform .65s cubic-bezier(.16,.8,.32,1) .3s;
}

.rr-intro.is-in .rr-intro__dots{
  opacity:1;
  transform:translateX(0);
}

.rr-intro__accent-line{
  position:absolute;
  z-index:1;
  left:7px;
  bottom:105px;
  width:58px;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg,#2C4A94,#65C5E8);
  transform-origin:left center;
  transform:scaleX(0);
  pointer-events:none;
  transition:transform .55s cubic-bezier(.16,.8,.32,1) .38s;
}

.rr-intro__accent-line::before,
.rr-intro__accent-line::after{
  content:"";
  position:absolute;
  top:50%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#65C5E8;
  transform:translateY(-50%);
}

.rr-intro__accent-line::before{
  left:0;
}

.rr-intro__accent-line::after{
  right:0;
  background:#2C4A94;
}

.rr-intro.is-in .rr-intro__accent-line{
  transform:scaleX(1);
}

.rr-intro__img-frame{
  position:relative;
  z-index:2;
  width:100%;
  aspect-ratio:3/4;
  padding:5px;
  box-sizing:border-box;
  overflow:hidden;
  background:linear-gradient(
    145deg,
    #2C4A94 0%,
    #397DB9 34%,
    #65C5E8 62%,
    #2C4A94 100%
  );
  border-radius:95px 24px 95px 24px;
  box-shadow:
    0 32px 65px -30px rgba(37,54,119,.5),
    0 12px 28px -20px rgba(37,54,119,.3);
  opacity:0;
  transform:translateX(-60px);
  transition:
    opacity .6s cubic-bezier(.16,.8,.32,1),
    transform .6s cubic-bezier(.16,.8,.32,1),
    box-shadow .35s ease;
}

.rr-intro.is-in .rr-intro__img-frame{
  opacity:1;
  transform:translateX(0);
}

.rr-intro.is-in .rr-intro__img-frame:hover{
  box-shadow:
    0 38px 75px -28px rgba(37,54,119,.58),
    0 16px 35px -22px rgba(37,54,119,.4);
}

.rr-intro__img-frame img{
  position:absolute;
  inset:5px;
  width:calc(100% - 10px);
  height:calc(100% - 10px);
  object-fit:cover;
  object-position:center;
  display:block;
  border-radius:90px 19px 90px 19px;
  transform:none;
  opacity:0;
  transition:opacity 1s ease;
}

.rr-intro__img-frame img.is-active{
  opacity:1;
}

.rr-intro__text-wrap{
  flex:1 1 auto;
  min-width:0;
  box-sizing:border-box;
}

.rr-intro__text{
  width:100%;
  text-align:center;
}

.rr-intro__text h2{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:clamp(34px,3.4vw,55px);
  color:#253677;
  margin:0 0 14px;
  line-height:1.1;
  opacity:0;
  transform:translateX(60px);
  transition:
    opacity .55s cubic-bezier(.16,.8,.32,1),
    transform .55s cubic-bezier(.16,.8,.32,1);
}

.rr-intro__text__h2-line{
  display:block;
  width:0;
  height:4px;
  margin:0 auto 26px;
  border-radius:2px;
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  opacity:0;
  transition:
    opacity .55s cubic-bezier(.16,.8,.32,1) .04s,
    width .3s ease;
}

.rr-intro.is-in .rr-intro__text__h2-line{
  opacity:1;
}

.rr-intro__text p{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:30px;
  line-height:1.5;
  color:#253677;
  margin:0 0 30px;
  opacity:0;
  transform:translateX(60px);
  transition:
    opacity .55s cubic-bezier(.16,.8,.32,1) .08s,
    transform .55s cubic-bezier(.16,.8,.32,1) .08s;
}

.rr-intro__text a{
  display:inline-block;
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  background-size:200% 100%;
  background-position:left center;
  color:#fff;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:22px;
  text-decoration:none;
  padding:14px 30px;
  border-radius:999px;
  box-sizing:border-box;
  box-shadow:0 12px 25px -15px rgba(37,54,119,.7);
  opacity:0;
  transform:translateX(60px);
  transition:
    opacity .55s cubic-bezier(.16,.8,.32,1) .16s,
    transform .55s cubic-bezier(.16,.8,.32,1) .16s,
    background-position .4s ease,
    box-shadow .3s ease;
}

.rr-intro.is-in .rr-intro__text h2,
.rr-intro.is-in .rr-intro__text p{
  opacity:1;
  transform:translateX(0);
}

.rr-intro.is-in .rr-intro__text a{
  opacity:1;
  transform:translateX(0);
}

.rr-intro.is-in .rr-intro__text a:hover{
  transform:scale(1.06);
  background-position:right center;
  box-shadow:0 16px 30px -14px rgba(37,54,119,.75);
}

.rr-svc-stack__nav button.is-active{
  color:#fff;
  background:#253677;
}

.rr-svc-stack.is-compact .rr-svc-stack__card.is-active{
  opacity:1;
  transform:scale(1) translateY(0);
  pointer-events:auto;
  z-index:20 !important;
}

.rr-tech{
  position:relative;
  background:linear-gradient(120deg,#ffffff 0%,#EAF6FC 25%,#ffffff 50%,#DCEFFB 75%,#ffffff 100%);
  background-size:300% 300%;
  background-attachment:fixed;
  animation:rrTechGrad 16s ease-in-out infinite;
  overflow:hidden;
  padding:clamp(50px,5vw,70px) clamp(24px,5vw,64px);
}

.rr-tech__row{
  position:relative;
  z-index:2;
  max-width:1320px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:clamp(50px,6vw,90px);
  flex-wrap:nowrap;
}

.rr-tech__text-wrap{
  flex:1 1 auto;
  min-width:0;
  box-sizing:border-box;
}

.rr-tech__text{
  width:100%;
  text-align:center;
}

.rr-tech__text h2{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:clamp(34px,3.4vw,55px);
  line-height:1.1;
  color:#253677;
  margin:0 0 14px;
  opacity:0;
  transform:translateX(-60px);
  transition:
    opacity .55s cubic-bezier(.16,.8,.32,1),
    transform .55s cubic-bezier(.16,.8,.32,1);
}

.rr-tech__text__h2-line{
  display:block;
  width:0;
  height:4px;
  margin:0 auto 26px;
  border-radius:2px;
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  opacity:0;
  transition:
    opacity .55s cubic-bezier(.16,.8,.32,1) .04s,
    width .3s ease;
}

.rr-tech.is-in .rr-tech__text__h2-line{
  opacity:1;
}

.rr-tech__text p{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:30px;
  line-height:1.5;
  color:#253677;
  margin:0;
  opacity:0;
  transform:translateX(-60px);
  transition:
    opacity .55s cubic-bezier(.16,.8,.32,1) .08s,
    transform .55s cubic-bezier(.16,.8,.32,1) .08s;
}

.rr-tech.is-in .rr-tech__text h2,
.rr-tech.is-in .rr-tech__text p{
  opacity:1;
  transform:translateX(0);
}

.rr-tech__img{
  position:relative;
  flex:0 0 clamp(320px,30vw,400px);
  width:clamp(320px,30vw,400px);
  padding:24px 25px 30px 20px;
  box-sizing:border-box;
  isolation:isolate;
}

.rr-tech__img::before{
  content:"";
  position:absolute;
  z-index:0;
  top:4px;
  right:0;
  bottom:10px;
  left:34%;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(44,74,148,.7) 38%,
      rgba(44,74,148,.7) 100%
    ) top 20px right 52px / calc(100% - 52px) 2px no-repeat,
    linear-gradient(
      180deg,
      rgba(44,74,148,.7) 0%,
      rgba(101,197,232,.9) 50%,
      rgba(44,74,148,.7) 100%
    ) top 52px right 20px / 2px calc(100% - 104px) no-repeat,
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(101,197,232,.9) 38%,
      rgba(44,74,148,.7) 100%
    ) bottom 20px right 52px / calc(100% - 52px) 2px no-repeat;
  opacity:0;
  transform:translateX(22px);
  pointer-events:none;
  transition:
    opacity .7s ease .15s,
    transform .7s cubic-bezier(.16,.8,.32,1) .15s;
}

.rr-tech__img::after{
  content:"";
  position:absolute;
  z-index:1;
  left:-4px;
  bottom:22px;
  width:88px;
  height:92px;
  background-image:radial-gradient(
    circle,
    rgba(44,74,148,.85) 2.3px,
    transparent 2.8px
  );
  background-size:18px 18px;
  opacity:0;
  transform:translateY(18px);
  pointer-events:none;
  transition:
    opacity .65s ease .28s,
    transform .65s cubic-bezier(.16,.8,.32,1) .28s;
}

.rr-tech.is-in .rr-tech__img::before{
  opacity:1;
  transform:translateX(0);
}

.rr-tech.is-in .rr-tech__img::after{
  opacity:.85;
  transform:translateY(0);
}

.rr-tech__img-frame{
  position:relative;
  z-index:2;
  width:100%;
  aspect-ratio:3/4;
  padding:5px;
  box-sizing:border-box;
  overflow:hidden;
  background:linear-gradient(135deg,#1B2C63 0%,#2C4A94 30%,#65C5E8 55%,#2C4A94 80%,#1B2C63 100%);
  border-radius:24px 90px 24px 90px;
  box-shadow:
    0 30px 60px -24px rgba(15,26,56,.65),
    0 0 24px rgba(101,197,232,.15);
  opacity:0;
  transform:translateX(60px);
  transition:
    opacity .6s cubic-bezier(.16,.8,.32,1),
    transform .6s cubic-bezier(.16,.8,.32,1);
}

.rr-tech.is-in .rr-tech__img-frame{
  opacity:1;
  transform:translateX(0);
}

.rr-tech__img-frame img{
  position:absolute;
  inset:5px;
  width:calc(100% - 10px);
  height:calc(100% - 10px);
  object-fit:cover;
  object-position:center;
  display:block;
  border-radius:19px 85px 19px 85px;
  opacity:0;
  transition:opacity 1s ease;
}

.rr-tech__img-frame img.is-active{
  opacity:1;
}

@media (max-width:780px){
  .rr-hero__row{
    flex-direction:column;
    gap:14px;
  }

  .rr-hero__content h1{
    text-align:center;
  }

  .rr-hero__kicker{
    font-size:min(3.4vw,20px);
    white-space:nowrap;
    max-width:100%;
  }

  .rr-wa-float{
    width:72px;
    padding:0;
    justify-content:center;
  }

  .rr-wa-float:hover{
    transform:none;
  }

  .rr-wa-float span,
  .rr-wa-float:hover span{
    display:none;
    max-width:0;
    opacity:0;
    margin-left:0;
  }

  .rr-cta h2{
    font-size:36px;
  }

  .rr-cta p{
    font-size:20px;
  }

  .rr-btn--lime-lg{
    font-size:16px;
    padding:13px 24px;
  }

  .rr-btn--outline-white{
    font-size:16px;
    padding:13px 24px;
  }

  .rr-fin__index-nav{
    gap:clamp(14px,6vw,32px);
  }

  .rr-fin__index-tab__label{
    display:none;
  }

  .rr-fin__index-tab{
    padding:14px 6px;
  }

  .rr-fin__index-tab__icon{
    width:24px;
    height:24px;
  }

  .rr-fin__index-panels{
    min-height:0;
  }

  .rr-fin__index-panel{
    position:static;
    flex-direction:column;
    display:none;
    border-radius:8px;
  }

  .rr-fin__index-panel.is-active{
    display:flex;
  }

  .rr-fin__index-mark{
    flex:0 0 auto;
    width:100%;
    height:112px;
    padding:16px 0 0;
  }

  .rr-fin__index-mark::after{
    display:none;
  }

  .rr-fin__index-mark svg{
    width:100px;
    height:100px;
  }

  .rr-fin__index-content{
    padding:20px 24px 28px;
  }

  .rr-fin__index-content h3{
    font-size:26px;
  }

  .rr-fin__index-content p{
    font-size:20px;
  }

  .rr-reviews__head h2{
    white-space:normal;
    font-size:36px;
  }

  .rr-review-card{
    width:290px;
    padding:20px;
  }

  .rr-reviews__track--a{
    animation:none;
  }

  .rr-reviews__row{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .rr-reviews__row::-webkit-scrollbar{
    display:none;
  }

  .rr-btn:hover,
  .rr-btn--lime:hover,
  #rrHeader .rr-btn--lime:hover,
  .rr-btn--lime-lg:hover,
  .rr-btn--outline-white:hover,
  .rr-fdprev__btn:hover,
  .rr-fdprev__btn--fill:hover,
  .rr-fdprev__btn--outline:hover,
  .rr-svc-stack__cta:hover,
  .rr-svc-video__cta:hover,
  .rr-eo-btn:hover,
  .rr-tc-btn:hover,
  .rr-di-card__cta:hover,
  .rr-nv-ig__btn:hover,
  .rr-dif-submit:hover,
  .rr-intro__text a:hover{
    transform:none !important;
    background-position:left center !important;
    box-shadow:none !important;
  }

  .rr-fdprev{
    padding:0;
  }

  .rr-fdprev__row{
    max-width:none;
    gap:0;
    flex-direction:column;
  }

  .rr-fdprev__img{
    flex:1 1 auto;
    width:100%;
    max-width:none;
    padding:0;
    order:2;
  }

  .rr-fdprev__img::before,
  .rr-fdprev__img::after{
    display:none;
  }

  .rr-fdprev__img-frame{
    width:100%;
    aspect-ratio:auto;
    height:300px;
    padding:0;
    border-radius:0;
    background:none;
    box-shadow:none;
    transform:translateY(24px);
  }

  .rr-fdprev.is-in .rr-fdprev__img-frame{
    transform:translateY(0);
  }

  .rr-fdprev__img-frame img{
    inset:0;
    width:100%;
    height:100%;
    border-radius:0;
    -webkit-mask-image:linear-gradient(
      180deg,
      transparent 0%,
      #000 30%
    );
    mask-image:linear-gradient(
      180deg,
      transparent 0%,
      #000 30%
    );
  }

  .rr-fdprev__text-wrap{
    flex-basis:100%;
    min-width:0;
    padding:44px 24px;
    order:1;
  }

  .rr-fdprev__text h2{
    font-size:36px;
    white-space:normal;
  }

  .rr-fdprev__text p{
    font-size:20px;
  }

  .rr-fdprev__actions{
    flex-direction:column;
    align-items:center;
    width:100%;
  }

  .rr-fdprev__btn{
    width:100%;
    max-width:320px;
    padding:13px 24px;
    font-size:16px;
    text-align:center;
  }

  .rr-intro{
    padding:0;
  }

  .rr-intro__row{
    max-width:none;
    gap:0;
    flex-direction:column;
  }

  .rr-intro__img{
    flex:1 1 auto;
    width:100%;
    max-width:none;
    padding:0;
    order:2;
  }

  .rr-intro__img::before,
  .rr-intro__img::after,
  .rr-intro__line-node,
  .rr-intro__dots,
  .rr-intro__accent-line{
    display:none;
  }

  .rr-intro__img-frame{
    width:100%;
    aspect-ratio:auto;
    height:300px;
    padding:0;
    border-radius:0;
    background:none;
    box-shadow:none;
    transform:translateY(24px);
  }

  .rr-intro.is-in .rr-intro__img-frame{
    transform:translateY(0);
  }

  .rr-intro.is-in .rr-intro__img-frame:hover{
    box-shadow:none;
  }

  .rr-intro__img-frame img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    border-radius:0;
    transform:none;
    -webkit-mask-image:linear-gradient(
      180deg,
      transparent 0%,
      #000 18%
    );
    mask-image:linear-gradient(
      180deg,
      transparent 0%,
      #000 18%
    );
  }

  .rr-intro__text-wrap{
    flex-basis:100%;
    min-width:0;
    padding:44px clamp(20px,6vw,40px);
    order:1;
  }

  .rr-intro__text h2{
    font-size:36px;
    white-space:normal;
  }

  .rr-intro__text p{
    font-size:20px;
  }

  .rr-intro__text p span{
    font-size:22px !important;
  }

  .rr-intro__text a{
    width:100%;
    max-width:320px;
    padding:13px 24px;
    font-size:16px;
    text-align:center;
  }

  .rr-svc-stack{
    height:375vh;
  }

  .rr-svc-stack__intro{
    top:100px;
    width:calc(100% - 40px);
    font-size:14px;
    line-height:1.3;
  }

  .rr-svc-stack__card{
    padding-top:190px;
  }

  .rr-svc-stack__cardinner{
    padding:22px;
    box-shadow:none;
  }

  .rr-svc-stack__text h3{
    font-size:25px;
  }

  .rr-svc-stack__text p{
    font-size:20px;
    margin:0 0 10px;
  }

  .rr-svc-stack__tags{
    gap:8px 16px;
  }

  .rr-svc-stack__card[data-idx="2"] .rr-svc-stack__tags{
    display:none;
  }

  .rr-svc-stack__tag{
    font-size:20px;
  }

  .rr-svc-stack__cta{
    font-size:15px;
  }

  .rr-svc-stack__nav{
    top:90px;
    width:calc(100% - 30px);
    box-sizing:border-box;
    justify-content:center;
  }

  .rr-svc-stack__nav button{
    flex:1;
    padding:9px 5px;
    font-size:11px;
  }

  .rr-svc-stack.is-compact{
    height:100vh;
  }

  .rr-svc-stack.is-compact .rr-svc-stack__card.is-active{
    padding-top:165px;
    align-items:flex-start;
  }

  .rr-tech{
    padding:0;
    background-attachment:scroll;
  }

  .rr-tech__row{
    max-width:none;
    display:flex;
    flex-direction:column;
    gap:0;
  }

  .rr-tech__text-wrap{
    width:100%;
    order:1;
    padding:44px 24px;
  }

  .rr-tech__img{
    width:100%;
    max-width:none;
    flex:none;
    order:2;
    padding:0;
  }

  .rr-tech__img::before,
  .rr-tech__img::after{
    display:none;
  }

  .rr-tech__img-frame{
    width:100%;
    height:300px;
    aspect-ratio:auto;
    padding:0;
    border-radius:0;
    background:none;
    box-shadow:none;
    transform:translateY(24px);
  }

  .rr-tech.is-in .rr-tech__img-frame{
    transform:translateY(0);
  }

  .rr-tech__img-frame img{
    inset:0;
    width:100%;
    height:100%;
    border-radius:0;
    -webkit-mask-image:linear-gradient(
      180deg,
      transparent 0%,
      #000 18%
    );
    mask-image:linear-gradient(
      180deg,
      transparent 0%,
      #000 18%
    );
  }

  .rr-tech__text h2{
    font-size:36px;
  }

  .rr-tech__text p{
    font-size:20px;
  }

  .rr-tech__text p span{
    font-size:22px !important;
  }
}

@media (max-width:640px){
  .rr-svc-video__arrow{
    display:none;
  }

  .rr-svc-video__stage{
    padding-top:clamp(70px,16vw,110px);
    padding-left:16px;
    padding-right:16px;
    padding-bottom:40px;
    touch-action:pan-y;
  }

  .rr-svc-video{
    min-height:88vh;
  }

  .rr-svc-video__track{
    height:480px;
    touch-action:pan-y;
  }

  .rr-svc-video__slide{
    width:min(280px,68vw);
    padding:clamp(22px,5vw,30px) 20px;
  }

  .rr-svc-video__slide h3{
    font-size:30px;
  }

  .rr-svc-video__slide p{
    font-size:20px;
  }

  .rr-svc-video__cta{
    font-size:16px;
    padding:11px 22px;
  }

  .rr-svc-video__dots{
    margin-top:24px;
  }
}

@media (max-width:400px){
  .rr-svc-video__arrow{
    width:30px;
    height:30px;
  }

  .rr-svc-video__slide{
    width:74vw;
  }
}

@media (max-width:900px){
  .rr-cta{
    background-attachment:scroll;
  }

  .rr-fdprev{
    background-attachment:scroll;
  }

  .rr-fdprev__text h2{
    font-size:45px;
  }

  .rr-fdprev__text p{
    font-size:24px;
  }

  .rr-fdprev__btn{
    font-size:18px;
  }

  .rr-intro{
    background-attachment:scroll;
  }

  .rr-intro__text h2{
    font-size:45px;
  }

  .rr-intro__text p{
    font-size:24px;
  }

  .rr-intro__text p span{
    font-size:27px !important;
  }

  .rr-intro__text a{
    font-size:18px;
  }
}

@media (max-width:480px){
  .rr-cta__actions{
    flex-direction:column;
    align-items:center;
    width:100%;
  }

  .rr-cta__actions a{
    width:100%;
    max-width:320px;
    text-align:center;
    box-sizing:border-box;
  }

  .rr-hero__content h1{
    font-size:76px;
    letter-spacing:.09em;
  }

  .rr-fdprev__img-frame{
    height:240px;
  }

  .rr-fdprev__text-wrap{
    padding-left:20px;
    padding-right:20px;
  }

  .rr-intro__img-frame{
    height:240px;
  }

  .rr-tech__img-frame{
    height:240px;
  }
}

@media (max-width:1024px){
  .rr-header__inner{
    padding:10px 20px 10px 18px;
  }

  .rr-header__burger{
    display:flex;
  }

  .rr-header__right{
    position:fixed;
    top:0;
    right:0;
    height:100vh;
    width:min(78vw,320px);
    background:radial-gradient(circle at 90% -8%, rgba(101,197,232,.5), transparent 55%),radial-gradient(circle at -10% 105%, rgba(44,74,148,.6), transparent 60%),linear-gradient(165deg,#0F1A38 0%,#1B2C63 45%,#2C4A94 100%);
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:36px;
    padding:32px;
    transform:translateX(100%);
    transition:transform .3s;
    z-index:1001;
    box-shadow:-10px 0 40px rgba(0,0,0,.35);
    overflow:hidden;
  }

  .rr-header__right::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='104' viewBox='0 0 60 104'%3E%3Cpath d='M30 0L60 17.3V52L30 69.3L0 52V17.3Z' fill='none' stroke='%23ffffff' stroke-opacity='0.07' stroke-width='1'/%3E%3C/svg%3E");
    background-size:52px 90px;
    pointer-events:none;
    z-index:0;
  }

  .rr-header__right>*{
    position:relative;
    z-index:1;
  }

  .rr-header__right.is-open{
    transform:translateX(0);
  }

  .rr-header__nav{
    position:static;
    transform:none;
    flex-direction:column;
    align-items:flex-start;
    gap:22px;
    width:100%;
  }

  .rr-nav-item{
    width:100%;
  }

  .rr-nav-item__link{
    flex:0 1 auto;
  }

  .rr-nav-item__row{
    justify-content:space-between;
    width:100%;
  }

  .rr-nav-item__toggle{
    padding:4px 4px 4px 16px;
    display:flex;
  }

  .rr-nav-item__dropdown{
    position:static;
    opacity:1;
    pointer-events:auto;
    padding-top:6px;
    display:none;
  }

  .rr-nav-item.is-open .rr-nav-item__dropdown{
    display:flex;
  }

  .rr-nav-item__dropdown-inner{
    background:rgba(255,255,255,.06) !important;
    box-shadow:none !important;
    border-radius:12px !important;
    padding:14px 16px 14px 18px !important;
    min-width:0 !important;
    gap:14px !important;
    transform:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    border:none !important;
    border-left:2px solid rgba(101,197,232,.55) !important;
    margin-left:16px;
  }

  .rr-nav-item__dropdown a{
    padding:6px 0;
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,.85);
    transition:color .2s ease;
  }

  .rr-nav-item__dropdown a:active,
  .rr-nav-item__dropdown a:hover{
    color:#65C5E8;
  }

  .rr-header__actions{
    flex-direction:column;
    align-items:center;
    gap:18px;
    width:100%;
  }

  .rr-header__socials{
    display:flex;
    align-items:center;
    gap:22px;
  }

  .rr-header__actions .rr-social svg{
    width:24px;
    height:24px;
  }

  .rr-header__actions .rr-btn--lime{
    padding:14px 32px;
    font-size:15.5px;
    width:100%;
    box-sizing:border-box;
    text-align:center;
  }
}

@media (prefers-reduced-motion:reduce){
  #rrPageLoader{
    transition:opacity .2s ease,visibility .2s ease;
  }

  .rr-loader__logo{
    animation:none;
  }

  .rr-tech__text h2,
  .rr-tech__text p,
  .rr-tech__img-frame,
  .rr-tech__img::before,
  .rr-tech__img::after{
    transition:none;
  }
}

@media (max-width:1000px){
  .rr-tech__row{
    gap:45px;
  }

  .rr-tech__text h2{
    font-size:46px;
    white-space:normal;
  }

  .rr-tech__text p{
    font-size:24px;
  }

  .rr-tech__text p span{
    font-size:27px !important;
  }

  .rr-tech__img{
    flex-basis:340px;
    width:340px;
  }
}

@media (max-width:640px){
  .rr-cta h2,
  .rr-reviews__head h2,
  .rr-fdprev__text h2,
  .rr-intro__text h2,
  .rr-tech__text h2{
    font-size:36px;
  }
}

@media (max-width:780px){
  .rr-intro__text h2,
  .rr-tech__text h2{
    font-size:36px;
  }

  .rr-tech__img{
    flex:none;
    width:100%;
    max-width:none;
    padding:0;
    align-self:stretch;
  }

  .rr-tech__img-frame{
    width:100%;
    max-width:none;
    overflow:hidden;
  }

  .rr-tech__img-frame img{
    position:absolute;
    inset:0;
    width:100%;
    max-width:none;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
  }
}
