:root {
  --brand-red: #f02c22;
  --brand-blue: #005bff;
  --brand-blue-hover: #1e3be0;
  --soft-bg: #fafafa;
  --line: #ececec;
  --muted: #d7d7d7;
  --text: #0b0b0b;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: #fff;
  font-family: "Inter Tight", Arial, sans-serif;
  font-weight: 400;
}

body.is-loading {
  overflow: hidden;
}

a {
  color: inherit;
}

.container {
  max-width: 1200px;
}

.page-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1055;
  height: 2px;
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--brand-blue);
  transition: width 80ms linear;
}

.brand {
  display: flex;
  flex-direction: column;
  width: max-content;
  text-align: center;
  line-height: 1;
}

.brand-name {
  color: var(--brand-red);
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -4px;
  line-height: .96;
}

.brand-tagline {
  margin-top: 4px;
  color: #eaeaea;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.45px;
  line-height: 1.1;
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: grid;
  place-items: center;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity .75s ease .15s, visibility 0s linear .9s;
}

.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-42px);
}

.brand-preloader .brand-name {
  font-size: 78px;
}

.brand-preloader .brand-tagline {
  font-size: 19px;
}

.preloader-icon-stage {
  width: 77px;
  height: 77px;
  margin-top: 56px;
  opacity: .5;
}

.preloader-gif {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-section {
  height: 680px;
  background: #fff;
}

.hero-container {
  padding-top: 1px;
}

.hero-brand {
  position: absolute;
  top: 53px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.hero-brand .brand-tagline {
  margin-top: 16px;
}

.hero-card {
  position: absolute;
  top: 228px;
  left: 20px;
  right: 20px;
  height: 406px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--soft-bg);
}

.hero-content {
  display: flex;
  height: 100%;
  padding: 120px 48px 36px;
  flex-direction: column;
  align-items: center;
}

.hero-copy {
  max-width: 985px;
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
}

.hero-button {
  width: 241px;
  height: 44px;
  margin-top: 39px;
  border: 0;
  border-radius: 10px;
  background: var(--brand-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.btn-primary {
  --bs-btn-bg: var(--brand-blue);
  --bs-btn-border-color: var(--brand-blue);
  --bs-btn-hover-bg: var(--brand-blue-hover);
  --bs-btn-hover-border-color: var(--brand-blue-hover);
  --bs-btn-active-bg: var(--brand-blue-hover);
  --bs-btn-active-border-color: var(--brand-blue-hover);
}

.hero-button:hover,
.contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 91, 255, .18);
}

.hero-icon {
  position: absolute;
  width: 64px;
  height: 64px;
  object-fit: contain;
  opacity: .1;
  user-select: none;
  animation: icon-drift 7s ease-in-out infinite;
}

.hero-icon-1 {
  top: 35px;
  left: 34px;
}

.hero-icon-2 {
  top: 39px;
  left: 32%;
  width: 66px;
  animation-delay: -1s;
}

.hero-icon-3 {
  top: 34px;
  left: 63%;
  width: 69px;
  animation-delay: -2.2s;
}

.hero-icon-4 {
  top: 39px;
  right: 31px;
  animation-delay: -3s;
}

.hero-icon-5 {
  bottom: 60px;
  left: 70px;
  animation-delay: -3.8s;
}

.hero-icon-6 {
  bottom: 47px;
  left: 26%;
  animation-delay: -4.5s;
}

.hero-icon-7 {
  right: 24%;
  bottom: 57px;
  animation-delay: -5.2s;
}

.hero-icon-8 {
  right: 35px;
  bottom: 43px;
  animation-delay: -6s;
}

@keyframes icon-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(0, -8px, 0) rotate(2deg);
  }
}

.services-section {
  min-height: 835px;
  padding: 137px 0 120px;
}

.section-heading h1,
.clients-title {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -.75px;
  line-height: 1.2;
}

.section-heading p {
  margin: 47px auto 0;
  font-size: 20px;
  line-height: 1.55;
}

.services-accordion {
  margin-top: 87px;
}

.service-item {
  border-top: 1px solid var(--line);
}

.service-item:last-child {
  border-bottom: 1px solid var(--line);
}

.service-title {
  margin: 0;
}

.service-toggle {
  display: flex;
  width: 100%;
  min-height: 88px;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #000;
  background: transparent;
  box-shadow: none;
  text-align: left;
  font: inherit;
  font-size: 24px;
  font-weight: 800;
  transition: color .2s ease;
}

.service-toggle:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: -2px;
}

.service-icon {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  transition: background-color .25s ease, transform .35s ease;
}

.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .35s ease;
}

.service-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.service-toggle[aria-expanded="true"] .service-icon {
  color: #fff;
  background: var(--brand-blue);
  transform: rotate(90deg);
}

.service-toggle[aria-expanded="true"] .service-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.service-toggle[aria-expanded="true"] .service-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.service-copy {
  max-width: 1120px;
  padding: 0 0 35px;
  font-size: 17px;
  line-height: 1.55;
}

.service-copy h3 {
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 800;
}

.service-copy p {
  margin: 0 0 28px;
}

.clients-section {
  min-height: 699px;
  padding: 92px 0 70px;
}

.clients-title {
  margin-bottom: 88px;
}

.clients-grid {
  display: grid;
  min-height: 410px;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: 118px;
  align-items: center;
  column-gap: 24px;
  row-gap: 22px;
}

.client-logo {
  display: flex;
  grid-column: span 2;
  height: 94px;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  display: block;
  width: 100%;
  max-width: 165px;
  max-height: 82px;
  opacity: .24;
  filter: grayscale(1);
  transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}

.client-logo:hover img {
  opacity: .65;
  filter: grayscale(.45);
  transform: translateY(-3px);
}

.client-logo-11 {
  position: relative;
  left: calc((100% + 24px) * 1.5);
}

.client-logo-12 {
  position: relative;
  left: calc((100% + 24px) * 1.5);
}

.contact-section {
  min-height: 750px;
  padding: 35px 0 28px;
}

.contact-card {
  min-height: 690px;
  padding: 66px 51px 56px;
  border-radius: 20px;
  background: var(--soft-bg);
}

.contact-card h2 {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.45;
}

.contact-details p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.55;
}

.contact-details a {
  text-decoration: none;
}

.contact-details a:hover {
  color: var(--brand-blue);
}

.contact-phones {
  margin-top: 21px;
}

.map-frame {
  width: 100%;
  height: 320px;
  margin-top: 25px;
  overflow: hidden;
  background: #e2e2e2;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-form {
  padding-top: 5px;
}

.form-label {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
}

.form-control {
  min-height: 40px;
  padding: 8px 18px;
  border-color: #e8e8e8;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  font-weight: 300;
}

.form-control::placeholder {
  color: #a8a8a8;
}

.form-control:focus {
  border-color: rgba(0, 91, 255, .55);
  box-shadow: 0 0 0 .2rem rgba(0, 91, 255, .1);
}

textarea.form-control {
  min-height: 110px;
  resize: vertical;
}

.contact-form .mb-3 {
  margin-bottom: 18px !important;
}

.form-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  flex: 0 0 20px;
  border: 1.5px solid #8d8d8d;
  border-radius: 0;
}

.form-check-label {
  font-size: 16px;
  line-height: 1.35;
}

.form-check-label a {
  text-decoration: underline;
}

.contact-submit {
  display: block;
  width: 320px;
  height: 50px;
  margin: 20px auto 0;
  border: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.form-status {
  font-size: 14px;
}

.site-footer {
  min-height: 90px;
  padding: 14px 0 45px;
  color: #d4d4d4;
  font-size: 12px;
  line-height: 1.55;
}

.site-footer a {
  color: var(--brand-blue);
}

@media (min-width: 1200px) {
  .contact-card {
    padding-right: 77px;
    padding-left: 58px;
  }

  .contact-card > .row {
    display: grid;
    margin: 0;
    grid-template-columns: 500px 447px;
    column-gap: 94px;
  }

  .contact-card > .row > [class*="col-"] {
    width: auto;
    padding: 0;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .7, .2, 1);
}

.reveal-down {
  transform: translateY(-20px);
}

.reveal-up {
  transform: translateY(24px);
}

.reveal-left {
  transform: translateX(55px);
}

.reveal-right {
  transform: translateX(-55px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1199.98px) {
  .hero-card {
    left: 12px;
    right: 12px;
  }

  .hero-content {
    padding-right: 70px;
    padding-left: 70px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .contact-card {
    margin-inline: 2px;
  }
}

@media (max-width: 991.98px) {
  .reveal-left,
  .reveal-right {
    transform: translateY(24px);
  }

  .hero-section {
    height: 680px;
  }

  .brand-name {
    font-size: 54px;
    letter-spacing: -4px;
  }

  .brand-tagline {
    font-size: 13px;
  }

  .hero-brand {
    top: 20px;
  }

  .hero-brand .brand-tagline {
    margin-top: 4px;
  }

  .hero-card {
    top: 124px;
    height: 500px;
  }

  .hero-content {
    justify-content: center;
    padding: 70px 65px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-icon {
    width: 50px;
    height: 50px;
  }

  .services-section {
    padding-top: 90px;
  }

  .clients-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 106px;
  }

  .client-logo {
    grid-column: span 2;
  }

  .client-logo-10 {
    grid-column: 2 / span 2;
  }

  .client-logo-11,
  .client-logo-12 {
    grid-column: span 2;
    left: 0;
  }

  .contact-section {
    padding-top: 20px;
  }

  .contact-card {
    padding: 52px 45px;
  }

  .contact-form {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    height: 690px;
  }

  .hero-card {
    top: 88px;
    height: 543px;
  }

  .hero-content {
    padding: 74px 30px 48px;
  }

  .hero-copy {
    font-size: 18px;
    line-height: 1.58;
  }

  .hero-button {
    width: 74%;
    margin-top: 35px;
  }

  .hero-icon-2,
  .hero-icon-7 {
    display: none;
  }

  .section-heading h1,
  .clients-title {
    font-size: 34px;
  }

  .section-heading p {
    margin-top: 28px;
    font-size: 18px;
  }

  .services-accordion {
    margin-top: 58px;
  }

  .service-toggle {
    min-height: 78px;
    font-size: 21px;
  }

  .service-copy {
    font-size: 16px;
  }

  .clients-section {
    padding-top: 74px;
  }

  .clients-title {
    margin-bottom: 58px;
  }

  .clients-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 95px;
    row-gap: 10px;
  }

  .client-logo {
    grid-column: span 2;
  }

  .client-logo-11,
  .client-logo-12 {
    grid-column: span 2;
    left: 0;
  }

  .client-logo img {
    max-width: 150px;
  }

  .contact-card {
    padding: 42px 28px;
  }
}

@media (max-width: 479.98px) {
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }

  .brand-name {
    font-size: 43px;
    letter-spacing: -3.25px;
  }

  .brand-tagline {
    font-size: 11px;
  }

  .brand-preloader .brand-name {
    font-size: 60px;
  }

  .brand-preloader .brand-tagline {
    font-size: 15px;
  }

  .hero-section {
    height: 598px;
  }

  .hero-brand {
    top: 8px;
  }

  .hero-card {
    top: 85px;
    left: 8px;
    right: 8px;
    height: 467px;
  }

  .hero-content {
    justify-content: flex-start;
    padding: 77px 23px 32px;
  }

  .hero-copy {
    max-width: 257px;
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-button {
    width: 82%;
    margin-top: 31px;
  }

  .hero-icon {
    width: 38px;
    height: 38px;
  }

  .hero-icon-1 {
    top: 26px;
    left: 18px;
  }

  .hero-icon-3 {
    top: 24px;
    left: auto;
    right: 20px;
  }

  .hero-icon-4 {
    display: none;
  }

  .hero-icon-5 {
    bottom: 40px;
    left: 21px;
  }

  .hero-icon-6 {
    bottom: 94px;
    left: auto;
    right: 21px;
  }

  .hero-icon-8 {
    display: none;
  }

  .services-section {
    min-height: 760px;
    padding: 72px 0 90px;
  }

  .section-heading h1,
  .clients-title {
    font-size: 31px;
  }

  .section-heading p {
    max-width: 300px;
    font-size: 16px;
  }

  .services-accordion {
    margin-top: 52px;
  }

  .service-toggle {
    min-height: 74px;
    font-size: 20px;
  }

  .service-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .service-copy {
    padding-bottom: 20px;
    font-size: 15px;
  }

  .service-copy h3 {
    font-size: 16px;
  }

  .clients-section {
    min-height: 830px;
    padding: 65px 0;
  }

  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 96px;
    min-height: 620px;
    column-gap: 14px;
  }

  .client-logo,
  .client-logo-11,
  .client-logo-12 {
    grid-column: span 1;
    left: 0;
  }

  .client-logo img {
    max-width: 132px;
    max-height: 68px;
  }

  .contact-section {
    padding-top: 10px;
  }

  .contact-card {
    padding: 34px 20px 40px;
    border-radius: 18px;
  }

  .contact-card h2 {
    font-size: 25px;
  }

  .map-frame {
    height: 250px;
  }

  .contact-submit {
    width: 100%;
  }

  .site-footer {
    min-height: 150px;
    padding: 23px 12px 70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
