.elementor-2 .elementor-element.elementor-element-2169d7d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-2169d7d{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-9a97cae *//* ============================================================
   NATOLIY HERO — CLEAN FULL VERSION
   Нові класи np-hero, щоб старі патчі nt-hero не ламали блок
   ============================================================ */

.np-hero {
  --np-navy: #071a33;
  --np-blue: #0b73f6;
  --np-blue-dark: #075bd8;
  --np-blue-soft: #eaf3ff;
  --np-bg: #f6f9fd;
  --np-white: #ffffff;
  --np-muted: #607086;
  --np-line: rgba(7, 26, 51, .12);
  --np-radius: 28px;
  --np-gutter: 24px;

  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 24px 0 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(11, 115, 246, .10), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--np-bg) 100%);
  color: var(--np-navy);
  font-family: inherit;
}

:root {
  overflow-x: hidden;
}

.np-hero,
.np-hero * {
  min-width: 0;
}

.np-hero *,
.np-hero *::before,
.np-hero *::after {
  box-sizing: border-box;
}

.np-hero a,
.np-hero a:hover,
.np-hero a:focus,
.np-hero a:active {
  text-decoration: none !important;
}

.np-hero svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- wrapper ---------- */

.np-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--np-gutter) * 2), 1440px);
  margin-inline: auto;
}

/* ---------- decor ---------- */

.np-hero__decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: .5;
  border: 34px solid rgba(11, 115, 246, .045);
}

.np-hero__decor--left {
  left: -120px;
  top: 160px;
  width: 310px;
  height: 720px;
  border-right: 0;
  transform: rotate(45deg);
}

.np-hero__decor--right {
  right: -120px;
  top: 300px;
  width: 320px;
  height: 580px;
  border-left: 0;
  transform: rotate(-45deg);
}

/* ---------- main grid ---------- */

.np-hero__main {
  display: grid;
  grid-template-columns: minmax(540px, 620px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

/* ---------- content ---------- */

.np-hero__content {
  min-height: 560px;
  padding: 38px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--np-line);
  border-radius: var(--np-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .76)),
    radial-gradient(circle at 86% 18%, rgba(11, 115, 246, .07), transparent 32%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 22px 70px rgba(7, 26, 51, .055);
}

.np-hero__badge {
  width: fit-content;
  min-height: 38px;
  margin: 0 0 24px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(11, 115, 246, .16);
  border-radius: 999px;
  background: var(--np-blue-soft);
  color: var(--np-blue-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.np-hero__badge svg {
  width: 18px;
  height: 18px;
  color: var(--np-blue-dark);
}

.np-hero__title {
  max-width: 590px;
  margin: 0;
  color: var(--np-navy);
  font-size: 52px;
  font-weight: 900;
  line-height: 1.01;
  letter-spacing: -0.045em;
}

.np-hero__subtitle {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--np-navy);
  font-size: 22px;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: -0.018em;
}

.np-hero__subtitle strong {
  color: var(--np-blue-dark);
  font-weight: 900;
}

.np-hero__text {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--np-muted);
  font-size: 17px;
  font-weight: 450;
  line-height: 1.44;
}

/* ---------- buttons ---------- */

.np-hero__actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}

.np-hero__btn {
  min-height: 56px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 17px;
  font-size: 16px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease,
    color .2s ease,
    border-color .2s ease;
}

.np-hero__btn svg {
  width: 21px;
  height: 21px;
}

.np-hero__btn--primary,
.np-hero__btn--primary:hover,
.np-hero__btn--primary:focus,
.np-hero__btn--primary:active {
  min-width: 264px;
  border: 1px solid rgba(7, 91, 216, .72);
  background: linear-gradient(135deg, #0b7cff 0%, #075bd8 100%) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .24),
    0 18px 38px rgba(11, 115, 246, .24);
}

.np-hero__btn--secondary,
.np-hero__btn--secondary:hover,
.np-hero__btn--secondary:focus,
.np-hero__btn--secondary:active {
  min-width: 250px;
  border: 1.5px solid rgba(7, 91, 216, .58);
  background: rgba(255, 255, 255, .76) !important;
  color: var(--np-blue-dark) !important;
}

.np-hero__btn:hover {
  transform: translateY(-2px);
}

/* ---------- media ---------- */

.np-hero__media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--np-radius);
  background: var(--np-navy);
  box-shadow:
    0 24px 80px rgba(7, 26, 51, .16),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}

.np-hero__media > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  object-position: center center;
  color: transparent;
}

.np-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 26, 51, .02) 0%, rgba(7, 26, 51, .08) 48%, rgba(7, 26, 51, .62) 100%),
    linear-gradient(90deg, rgba(7, 26, 51, .10), transparent 42%);
}

.np-hero__capacity {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  min-width: 122px;
  padding: 16px 18px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  color: var(--np-navy);
  box-shadow: 0 18px 44px rgba(7, 26, 51, .18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.np-hero__capacity strong {
  color: var(--np-blue-dark);
  font-size: 31px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.np-hero__capacity span {
  color: var(--np-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

/* ---------- service chips ---------- */

.np-hero-services {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  display: flex;
  align-items: stretch;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 66px 4px 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 70px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 70px), transparent 100%);
}

.np-hero-services::-webkit-scrollbar {
  display: none;
}

.np-hero-services__item {
  flex: 0 0 188px;
  min-height: 84px;
  padding: 10px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  color: var(--np-navy);
  box-shadow:
    0 18px 46px rgba(7, 26, 51, .20),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform .2s ease, background .2s ease;
}

.np-hero-services__item:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.np-hero-services__item img {
  width: 62px;
  height: 62px;
  display: block;
  border-radius: 15px;
  object-fit: cover;
  background: var(--np-blue-soft);
}

.np-hero-services__item strong {
  display: block;
  margin: 0 0 4px;
  color: var(--np-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.08;
}

.np-hero-services__item em {
  display: block;
  color: var(--np-muted);
  font-style: normal;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.22;
}

/* ---------- bottom features ---------- */

.np-hero__features {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.np-hero-card {
  min-height: 104px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  border: 1px solid var(--np-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .76);
  color: var(--np-navy);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    0 18px 52px rgba(7, 26, 51, .05);
}

.np-hero-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--np-blue-soft);
  color: var(--np-blue-dark);
}

.np-hero-card__icon svg {
  width: 30px;
  height: 30px;
}

.np-hero-card strong {
  display: block;
  margin: 0 0 5px;
  color: var(--np-navy);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.12;
}

.np-hero-card em {
  display: block;
  max-width: 260px;
  color: var(--np-muted);
  font-style: normal;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 1.32;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (min-width: 1261px) and (max-width: 1499px) {
  .np-hero__inner {
    width: min(100% - (var(--np-gutter) * 2), 1280px);
  }

  .np-hero__main {
    grid-template-columns: minmax(520px, 590px) minmax(0, 1fr);
  }

  .np-hero__content,
  .np-hero__media,
  .np-hero__media > img {
    min-height: 540px;
  }

  .np-hero__content {
    padding: 34px 36px;
  }

  .np-hero__title {
    font-size: 48px;
  }

  .np-hero__subtitle {
    font-size: 21px;
  }

  .np-hero__text {
    font-size: 16px;
  }

  .np-hero__btn {
    padding: 0 20px;
    font-size: 15px;
  }

  .np-hero__btn--primary {
    min-width: 240px;
  }

  .np-hero__btn--secondary {
    min-width: 225px;
  }
}

@media (min-width: 981px) and (max-width: 1260px) {
  .np-hero__inner {
    width: min(100% - (var(--np-gutter) * 2), 1120px);
  }

  .np-hero__main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .np-hero__content,
  .np-hero__media,
  .np-hero__media > img {
    min-height: 520px;
  }

  .np-hero__content {
    padding: 30px 28px;
  }

  .np-hero__title {
    font-size: 42px;
  }

  .np-hero__subtitle {
    font-size: 19px;
  }

  .np-hero__text {
    font-size: 15.5px;
  }

  .np-hero__actions {
    gap: 10px;
  }

  .np-hero__btn {
    min-width: 0;
    flex: 1 1 0;
    padding: 0 14px;
    font-size: 14px;
  }

  .np-hero-services__item {
    flex-basis: 170px;
  }

  .np-hero-card {
    padding: 16px 14px;
    gap: 12px;
  }

  .np-hero-card strong {
    font-size: 15.5px;
  }

  .np-hero-card em {
    font-size: 12.5px;
  }
}

@media (max-width: 980px) {
  .np-hero {
    padding: 16px 0 34px;
  }

  .np-hero__inner {
    width: min(100% - (var(--np-gutter) * 2), 760px);
  }

  .np-hero__main {
    grid-template-columns: 1fr;
  }

  .np-hero__content {
    min-height: auto;
    padding: 30px 26px 26px;
  }

  .np-hero__media,
  .np-hero__media > img {
    min-height: 470px;
  }

  .np-hero__title {
    max-width: 100%;
    font-size: clamp(38px, 7vw, 54px);
  }

  .np-hero__subtitle,
  .np-hero__text {
    max-width: 100%;
  }

  .np-hero__actions {
    flex-wrap: wrap;
  }

  .np-hero__btn,
  .np-hero__btn--primary,
  .np-hero__btn--secondary {
    min-width: 0;
    flex: 1 1 240px;
  }

  .np-hero__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .np-hero {
    --np-gutter: 12px;
    padding: 12px 0 28px;
  }

  .np-hero__decor {
    display: none;
  }

  .np-hero__inner {
    width: calc(100% - (var(--np-gutter) * 2));
    max-width: 100%;
  }

  .np-hero__content {
    padding: 22px 18px 18px;
    border-radius: 24px;
  }

  .np-hero__badge {
    min-height: 34px;
    margin-bottom: 18px;
    padding: 0 13px;
    font-size: 13px;
  }

  .np-hero__title {
    font-size: 34px;
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .np-hero__subtitle {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.28;
  }

  .np-hero__text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.42;
  }

  .np-hero__actions {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .np-hero__btn,
  .np-hero__btn--primary,
  .np-hero__btn--secondary {
    width: 100%;
    min-height: 56px;
    min-width: 0;
    padding: 0 16px;
    border-radius: 17px;
    font-size: 15px;
  }

  .np-hero__media,
  .np-hero__media > img {
    min-height: 390px;
    border-radius: 24px;
  }

  .np-hero__capacity {
    top: 14px;
    right: 14px;
    min-width: 104px;
    padding: 12px 13px;
    border-radius: 16px;
  }

  .np-hero__capacity strong {
    font-size: 25px;
  }

  .np-hero-services {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 9px;
    padding: 3px 46px 3px 3px;
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 48px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 48px), transparent 100%);
  }

  .np-hero-services__item {
    flex-basis: 154px;
    min-height: 74px;
    padding: 8px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 9px;
    border-radius: 17px;
  }

  .np-hero-services__item img {
    width: 52px;
    height: 52px;
    border-radius: 13px;
  }

  .np-hero-services__item strong {
    font-size: 13px;
  }

  .np-hero-services__item em {
    font-size: 10.5px;
  }

  .np-hero__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
  }

  .np-hero-card {
    min-height: 132px;
    padding: 16px 12px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 10px;
    border-radius: 20px;
  }

  .np-hero-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .np-hero-card strong {
    font-size: 15px;
  }

  .np-hero-card em {
    max-width: 150px;
    margin-inline: auto;
    font-size: 12.5px;
  }
}

@media (max-width: 390px) {
  .np-hero__title {
    font-size: 31px;
  }

  .np-hero__subtitle {
    font-size: 16px;
  }

  .np-hero__media,
  .np-hero__media > img {
    min-height: 365px;
  }

  .np-hero-services__item {
    flex-basis: 146px;
  }

  .np-hero-card {
    min-height: 126px;
  }
}

/* ============================================================
   HERO PATCH — фото 45%, текстова частина ширша
   ============================================================ */

@media (min-width: 981px) {
  .np-hero__main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  .np-hero__content {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .np-hero__title {
    max-width: 660px !important;
  }

  .np-hero__subtitle,
  .np-hero__text {
    max-width: 620px !important;
  }

  .np-hero__media > img {
    object-position: center center !important;
  }

  .np-hero-services__item {
    flex-basis: 170px !important;
  }
}

/* на середніх ПК — майже 50/50, щоб фото не стало занадто вузьким */
@media (min-width: 981px) and (max-width: 1260px) {
  .np-hero__main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }

  .np-hero__content {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61f1625 */.at-services {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-text: #122033;
  --at-muted: #66758a;
  --at-border: #dfe8f0;
  --at-bg: #f4f9fc;
  --at-white: #ffffff;
  --at-radius: 24px;
  --at-shadow: 0 16px 40px rgba(10, 35, 55, .08);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 44px 0 88px;
  background: var(--at-bg);
  overflow: hidden;
  box-sizing: border-box;
}

.at-services *,
.at-services *::before,
.at-services *::after {
  box-sizing: border-box;
}

.at-services__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-services__head {
  max-width: 840px;
  margin: 0 0 36px;
}

.at-services__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .1);
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-services__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .12);
}

.at-services__title {
  max-width: 860px;
  margin: 0;
  color: var(--at-text);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-services__subtitle {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.at-services__card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--at-border);
  border-radius: var(--at-radius);
  background: var(--at-white);
  box-shadow: var(--at-shadow);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.at-services__card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .09);
  pointer-events: none;
}

.at-services__card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .42);
  box-shadow: 0 24px 58px rgba(10, 35, 55, .13);
}

.at-services__card-top {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.at-services__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(16, 174, 232, .2);
}

.at-services__tag {
  min-height: 30px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #edf6fb;
  color: var(--at-muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.at-services__card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--at-text);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-services__card p {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-services__card a {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: auto 0 0;
  padding-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--at-blue-2);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  transition: gap .2s ease, color .2s ease;
}

.at-services__card a:hover {
  gap: 13px;
  color: var(--at-dark);
}

.at-services__card--dark {
  background:
    radial-gradient(circle at 88% 0%, rgba(16, 174, 232, .24), transparent 34%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 24px 58px rgba(7, 24, 39, .18);
}

.at-services__card--dark::after {
  background: rgba(16, 174, 232, .18);
}

.at-services__card--dark .at-services__icon {
  background: var(--at-white);
  color: var(--at-blue-2);
  box-shadow: none;
}

.at-services__card--dark .at-services__tag {
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .72);
}

.at-services__card--dark h3 {
  color: var(--at-white);
}

.at-services__card--dark p {
  color: rgba(255, 255, 255, .72);
}

.at-services__card--dark a {
  color: var(--at-blue);
}

@media (max-width: 1320px) {
  .at-services__container {
    width: min(100% - 48px, 1180px);
  }

  .at-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .at-services__card {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .at-services {
    padding: 52px 0 64px;
  }

  .at-services__container {
    width: min(100% - 28px, 430px);
  }

  .at-services__head {
    margin-bottom: 26px;
  }

  .at-services__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-services__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-services__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-services__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-services__card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-services__card-top {
    margin-bottom: 22px;
  }

  .at-services__icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .at-services__tag {
    font-size: 11px;
  }

  .at-services__card h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-services__card p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-services__card a {
    width: 100%;
    min-height: 52px;
    margin-top: 22px;
    padding: 0 18px;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
    color: var(--at-white);
  }

  .at-services__card--dark a {
    color: var(--at-white);
  }
}

@media (max-width: 390px) {
  .at-services {
    padding-top: 46px;
  }

  .at-services__container {
    width: min(100% - 24px, 430px);
  }

  .at-services__card {
    padding: 20px;
  }

  .at-services__title {
    font-size: 29px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e8437a */.at-fleet {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-white: #ffffff;
  --at-muted: rgba(255, 255, 255, .72);
  --at-line: rgba(255, 255, 255, .12);
  --at-card: rgba(255, 255, 255, .055);
  --at-radius: 24px;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 86px 0;
  background:
    radial-gradient(circle at 82% 0%, rgba(16, 174, 232, .22), transparent 34%),
    linear-gradient(180deg, var(--at-dark) 0%, var(--at-dark-2) 100%);
  color: var(--at-white);
  overflow: hidden;
  box-sizing: border-box;
}

.at-fleet *,
.at-fleet *::before,
.at-fleet *::after {
  box-sizing: border-box;
}

.at-fleet__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-fleet__head {
  max-width: 920px;
  margin: 0 0 42px;
}

.at-fleet__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .12);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-fleet__label::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .14);
}

.at-fleet__title {
  max-width: 1030px;
  margin: 0;
  color: var(--at-white);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-fleet__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-fleet__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.at-fleet__card {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-card);
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .18);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.at-fleet__card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .46);
  background: rgba(255, 255, 255, .075);
}

.at-fleet__card--accent {
  border-color: rgba(16, 174, 232, .42);
}

.at-fleet__image {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: #eef5f9;
  flex: 0 0 auto;
}

.at-fleet__carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.at-fleet__track {
  width: 100%;
  height: 100%;
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: transform .32s ease;
}

.at-fleet__slide {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  overflow: hidden;
}

.at-fleet__slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center;
}

.at-fleet__arrow {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 42px !important;
  height: 34px !important;
  min-width: 42px !important;
  min-height: 34px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .34) !important;
  border-radius: 999px !important;
  background: rgba(7, 24, 39, .82) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer !important;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
  backdrop-filter: blur(10px);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.at-fleet__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.at-fleet__arrow--prev {
  left: 18px;
}

.at-fleet__arrow--next {
  right: 18px;
}

.at-fleet__arrow--prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.at-fleet__arrow--next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}

.at-fleet__arrow:hover {
  background: var(--at-blue) !important;
  border-color: var(--at-blue) !important;
  transform: translateY(-50%) scale(1.04);
}

.at-fleet__arrow:focus,
.at-fleet__arrow:focus-visible {
  outline: none !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, .24),
    0 0 0 4px rgba(16, 174, 232, .28);
}

.at-fleet__dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 11;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(7, 24, 39, .72);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.at-fleet__dots button {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 9px !important;
  height: 9px !important;
  min-width: 9px !important;
  min-height: 9px !important;
  padding: 0 !important;
  display: block !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .55) !important;
  cursor: pointer !important;
  transition: width .2s ease, background .2s ease;
}

.at-fleet__dots button.is-active {
  width: 30px !important;
  background: var(--at-blue) !important;
}

.at-fleet__content {
  flex: 1;
  min-height: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.at-fleet__top {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.at-fleet__top h3 {
  margin: 0;
  color: var(--at-white);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-fleet__top span {
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.at-fleet__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.at-fleet__list li {
  position: relative;
  margin: 0;
  padding-left: 19px;
  color: var(--at-muted);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 500;
}

.at-fleet__list li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--at-blue);
}

.at-fleet__content a {
  width: fit-content;
  margin: auto 0 0;
  padding-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--at-blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  transition: gap .2s ease, color .2s ease;
  cursor: pointer;
}

.at-fleet__content a:hover {
  gap: 13px;
  color: var(--at-white);
}

.at-fleet__action {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}

.at-fleet__btn {
  min-height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-fleet__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

@media (max-width: 1320px) {
  .at-fleet__container {
    width: min(100% - 48px, 1180px);
  }

  .at-fleet__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .at-fleet__image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .at-fleet {
    padding: 58px 0 64px;
  }

  .at-fleet__container {
    width: min(100% - 28px, 430px);
  }

  .at-fleet__head {
    margin-bottom: 28px;
  }

  .at-fleet__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-fleet__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-fleet__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-fleet__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-fleet__card {
    border-radius: 20px;
  }

  .at-fleet__image {
    height: 235px;
  }

  .at-fleet__arrow {
    width: 38px !important;
    height: 32px !important;
    min-width: 38px !important;
    min-height: 32px !important;
  }

  .at-fleet__arrow--prev {
    left: 12px;
  }

  .at-fleet__arrow--next {
    right: 12px;
  }

  .at-fleet__arrow::before {
    width: 9px;
    height: 9px;
    border-top-width: 3px;
    border-right-width: 3px;
  }

  .at-fleet__dots {
    bottom: 13px;
    padding: 6px 8px;
  }

  .at-fleet__dots button {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
  }

  .at-fleet__dots button.is-active {
    width: 26px !important;
  }

  .at-fleet__content {
    padding: 22px;
  }

  .at-fleet__top {
    margin-bottom: 18px;
  }

  .at-fleet__top h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-fleet__list {
    gap: 9px;
  }

  .at-fleet__list li {
    font-size: 15px;
  }

  .at-fleet__content a {
    width: 100%;
    min-height: 52px;
    margin-top: 22px;
    padding: 0 18px;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
    color: var(--at-white);
  }

  .at-fleet__action {
    margin-top: 26px;
  }

  .at-fleet__btn {
    width: 100%;
    min-height: 58px;
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .at-fleet {
    padding-top: 52px;
  }

  .at-fleet__container {
    width: min(100% - 24px, 430px);
  }

  .at-fleet__image {
    height: 215px;
  }

  .at-fleet__content {
    padding: 20px;
  }

  .at-fleet__title {
    font-size: 29px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbe16f0 */.at-trust {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-text: #122033;
  --at-muted: #66758a;
  --at-border: #dfe8f0;
  --at-bg: #f4f9fc;
  --at-white: #ffffff;
  --at-radius: 24px;
  --at-shadow: 0 16px 40px rgba(10, 35, 55, .08);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 82px 0 88px;
  background: var(--at-bg);
  overflow: hidden;
  box-sizing: border-box;
}

.at-trust *,
.at-trust *::before,
.at-trust *::after {
  box-sizing: border-box;
}

.at-trust__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-trust__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 42px;
  align-items: end;
  margin: 0 0 38px;
}

.at-trust__head {
  max-width: 930px;
}

.at-trust__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .1);
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-trust__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .12);
}

.at-trust__title {
  max-width: 980px;
  margin: 0;
  color: var(--at-text);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-trust__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-trust__summary {
  padding: 26px;
  border-radius: var(--at-radius);
  background:
    radial-gradient(circle at 86% 0%, rgba(16, 174, 232, .24), transparent 36%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  box-shadow: 0 22px 54px rgba(7, 24, 39, .16);
}

.at-trust__summary span {
  display: block;
  margin: 0 0 16px;
  color: var(--at-white);
  font-size: 20px;
  line-height: 1.22;
  font-weight: 950;
  letter-spacing: -.4px;
}

.at-trust__summary ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.at-trust__summary li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 600;
}

.at-trust__summary li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--at-blue);
}

.at-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.at-trust__card {
  position: relative;
  min-height: 238px;
  padding: 28px;
  border: 1px solid var(--at-border);
  border-radius: var(--at-radius);
  background: var(--at-white);
  box-shadow: var(--at-shadow);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.at-trust__card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .08);
  pointer-events: none;
}

.at-trust__card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .42);
  box-shadow: 0 24px 58px rgba(10, 35, 55, .13);
}

.at-trust__num {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(16, 174, 232, .2);
}

.at-trust__card h3 {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 0 0 12px;
  color: var(--at-text);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-trust__card p {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-trust__card--dark {
  background:
    radial-gradient(circle at 86% 0%, rgba(16, 174, 232, .24), transparent 36%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 22px 54px rgba(7, 24, 39, .18);
}

.at-trust__card--dark::after {
  background: rgba(16, 174, 232, .16);
}

.at-trust__card--dark .at-trust__num {
  background: var(--at-white);
  color: var(--at-blue-2);
  box-shadow: none;
}

.at-trust__card--dark h3 {
  color: var(--at-white);
}

.at-trust__card--dark p {
  color: rgba(255, 255, 255, .72);
}

@media (max-width: 1320px) {
  .at-trust__container {
    width: min(100% - 48px, 1180px);
  }

  .at-trust__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .at-trust__summary {
    max-width: 680px;
  }

  .at-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .at-trust {
    padding: 56px 0 64px;
  }

  .at-trust__container {
    width: min(100% - 28px, 430px);
  }

  .at-trust__top {
    gap: 24px;
    margin-bottom: 28px;
  }

  .at-trust__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-trust__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-trust__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-trust__summary {
    padding: 22px;
    border-radius: 20px;
  }

  .at-trust__summary span {
    font-size: 19px;
  }

  .at-trust__summary li {
    font-size: 15px;
  }

  .at-trust__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-trust__card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-trust__num {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .at-trust__card h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-trust__card p {
    font-size: 15px;
    line-height: 1.48;
  }
}

@media (max-width: 390px) {
  .at-trust {
    padding-top: 50px;
  }

  .at-trust__container {
    width: min(100% - 24px, 430px);
  }

  .at-trust__summary,
  .at-trust__card {
    padding: 20px;
  }

  .at-trust__title {
    font-size: 29px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7bd1ba */.at-international {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-white: #ffffff;
  --at-muted: rgba(255, 255, 255, .74);
  --at-line: rgba(255, 255, 255, .14);
  --at-card: rgba(255, 255, 255, .055);
  --at-radius: 24px;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 84px 0 88px;
  background:
    radial-gradient(circle at 82% 0%, rgba(16, 174, 232, .24), transparent 34%),
    radial-gradient(circle at 12% 100%, rgba(16, 174, 232, .1), transparent 30%),
    linear-gradient(180deg, var(--at-dark) 0%, var(--at-dark-2) 100%);
  color: var(--at-white);
  overflow: hidden;
  box-sizing: border-box;
}

.at-international *,
.at-international *::before,
.at-international *::after {
  box-sizing: border-box;
}

.at-international__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-international__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 640px);
  gap: 58px;
  align-items: center;
}

.at-international__content {
  max-width: 820px;
}

.at-international__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .12);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-international__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .14);
}

.at-international__title {
  max-width: 920px;
  margin: 0;
  color: var(--at-white);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-international__text {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-international__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
}

.at-international__item {
  min-height: 72px;
  padding: 17px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid var(--at-line);
  border-radius: 18px;
  background: var(--at-card);
}

.at-international__item span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .1);
}

.at-international__item p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 650;
}

.at-international__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin: 34px 0 0;
}

.at-international__btn-main,
.at-international__btn-outline {
  min-height: 58px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.at-international__btn-main {
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
}

.at-international__btn-outline {
  border: 1.5px solid rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .045);
  color: var(--at-white);
}

.at-international__btn-main:hover,
.at-international__btn-outline:hover {
  transform: translateY(-2px);
}

.at-international__btn-main:hover {
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

.at-international__btn-outline:hover {
  border-color: rgba(16, 174, 232, .65);
}

.at-international__media {
  position: relative;
  min-height: 520px;
  border-radius: var(--at-radius);
  background: #f4f9fc;
  overflow: hidden;
  box-shadow: 0 26px 66px rgba(0, 0, 0, .26);
}

.at-international__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.at-international__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(7, 24, 39, .82) 100%);
  pointer-events: none;
}

.at-international__badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(7, 24, 39, .84);
  backdrop-filter: blur(12px);
}

.at-international__badge strong {
  display: block;
  color: var(--at-blue);
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.7px;
  white-space: nowrap;
}

.at-international__badge span {
  display: block;
  max-width: 290px;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  text-align: right;
}

@media (max-width: 1320px) {
  .at-international__container {
    width: min(100% - 48px, 1180px);
  }

  .at-international__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .at-international__content {
    max-width: 900px;
  }

  .at-international__media {
    max-width: 860px;
  }
}

@media (max-width: 767px) {
  .at-international {
    padding: 56px 0 64px;
  }

  .at-international__container {
    width: min(100% - 28px, 430px);
  }

  .at-international__inner {
    gap: 28px;
  }

  .at-international__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-international__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-international__text {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-international__list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .at-international__item {
    min-height: auto;
    padding: 16px;
    border-radius: 17px;
  }

  .at-international__item p {
    font-size: 15px;
  }

  .at-international__actions {
    gap: 10px;
    margin-top: 26px;
  }

  .at-international__btn-main,
  .at-international__btn-outline {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    font-size: 16px;
    text-align: center;
  }

  .at-international__media {
    min-height: 340px;
    border-radius: 20px;
  }

  .at-international__media img {
    min-height: 340px;
  }

  .at-international__badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 17px;
  }

  .at-international__badge strong {
    font-size: 24px;
  }

  .at-international__badge span {
    max-width: 100%;
    text-align: left;
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .at-international {
    padding-top: 50px;
  }

  .at-international__container {
    width: min(100% - 24px, 430px);
  }

  .at-international__title {
    font-size: 29px;
  }

  .at-international__media,
  .at-international__media img {
    min-height: 315px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75c3d20 */.at-b2b {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-text: #122033;
  --at-muted: #66758a;
  --at-border: #dfe8f0;
  --at-bg: #f4f9fc;
  --at-white: #ffffff;
  --at-radius: 24px;
  --at-shadow: 0 16px 40px rgba(10, 35, 55, .08);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 82px 0 88px;
  background: var(--at-bg);
  overflow: hidden;
  box-sizing: border-box;
}

.at-b2b *,
.at-b2b *::before,
.at-b2b *::after {
  box-sizing: border-box;
}

.at-b2b__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-b2b__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
  align-items: end;
  margin: 0 0 38px;
}

.at-b2b__head {
  max-width: 940px;
}

.at-b2b__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .1);
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-b2b__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .12);
}

.at-b2b__title {
  max-width: 1030px;
  margin: 0;
  color: var(--at-text);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-b2b__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-b2b__note {
  padding: 26px;
  border-radius: var(--at-radius);
  background:
    radial-gradient(circle at 86% 0%, rgba(16, 174, 232, .24), transparent 36%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  box-shadow: 0 22px 54px rgba(7, 24, 39, .16);
}

.at-b2b__note strong {
  display: block;
  margin: 0 0 12px;
  color: var(--at-white);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-b2b__note p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-b2b__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.at-b2b__card {
  position: relative;
  min-height: 258px;
  padding: 28px;
  border: 1px solid var(--at-border);
  border-radius: var(--at-radius);
  background: var(--at-white);
  box-shadow: var(--at-shadow);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.at-b2b__card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .08);
  pointer-events: none;
}

.at-b2b__card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .42);
  box-shadow: 0 24px 58px rgba(10, 35, 55, .13);
}

.at-b2b__num {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(16, 174, 232, .2);
}

.at-b2b__card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--at-text);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-b2b__card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-b2b__card--dark {
  background:
    radial-gradient(circle at 86% 0%, rgba(16, 174, 232, .24), transparent 36%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 22px 54px rgba(7, 24, 39, .18);
}

.at-b2b__card--dark::after {
  background: rgba(16, 174, 232, .16);
}

.at-b2b__card--dark .at-b2b__num {
  background: var(--at-white);
  color: var(--at-blue-2);
  box-shadow: none;
}

.at-b2b__card--dark h3 {
  color: var(--at-white);
}

.at-b2b__card--dark p {
  color: rgba(255, 255, 255, .72);
}

.at-b2b__segments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 32px 0 0;
  border: 1px solid var(--at-border);
  border-radius: var(--at-radius);
  background: var(--at-white);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(10, 35, 55, .06);
}

.at-b2b__segment {
  padding: 24px;
  border-right: 1px solid var(--at-border);
}

.at-b2b__segment:last-child {
  border-right: 0;
}

.at-b2b__segment h3 {
  margin: 0 0 10px;
  color: var(--at-text);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.4px;
}

.at-b2b__segment p {
  margin: 0;
  color: var(--at-muted);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.at-b2b__action {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}

.at-b2b__btn {
  min-height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-b2b__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

@media (max-width: 1320px) {
  .at-b2b__container {
    width: min(100% - 48px, 1180px);
  }

  .at-b2b__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .at-b2b__note {
    max-width: 680px;
  }

  .at-b2b__grid,
  .at-b2b__segments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .at-b2b__segment:nth-child(2) {
    border-right: 0;
  }

  .at-b2b__segment:nth-child(1),
  .at-b2b__segment:nth-child(2) {
    border-bottom: 1px solid var(--at-border);
  }
}

@media (max-width: 767px) {
  .at-b2b {
    padding: 56px 0 64px;
  }

  .at-b2b__container {
    width: min(100% - 28px, 430px);
  }

  .at-b2b__top {
    gap: 24px;
    margin-bottom: 28px;
  }

  .at-b2b__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-b2b__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-b2b__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-b2b__note {
    padding: 22px;
    border-radius: 20px;
  }

  .at-b2b__note strong {
    font-size: 20px;
  }

  .at-b2b__note p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-b2b__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-b2b__card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-b2b__num {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .at-b2b__card h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-b2b__card p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-b2b__segments {
    grid-template-columns: 1fr;
    margin-top: 24px;
    border-radius: 20px;
  }

  .at-b2b__segment,
  .at-b2b__segment:nth-child(2) {
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid var(--at-border);
  }

  .at-b2b__segment:last-child {
    border-bottom: 0;
  }

  .at-b2b__segment h3 {
    font-size: 19px;
  }

  .at-b2b__segment p {
    font-size: 15px;
  }

  .at-b2b__action {
    margin-top: 26px;
  }

  .at-b2b__btn {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .at-b2b {
    padding-top: 50px;
  }

  .at-b2b__container {
    width: min(100% - 24px, 430px);
  }

  .at-b2b__card,
  .at-b2b__note,
  .at-b2b__segment {
    padding: 20px;
  }

  .at-b2b__title {
    font-size: 29px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4573ca9 */.at-process {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-white: #ffffff;
  --at-muted: rgba(255, 255, 255, .74);
  --at-line: rgba(255, 255, 255, .14);
  --at-card: rgba(255, 255, 255, .055);
  --at-radius: 24px;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 82px 0 88px;
  background:
    radial-gradient(circle at 82% 0%, rgba(16, 174, 232, .24), transparent 34%),
    radial-gradient(circle at 12% 100%, rgba(16, 174, 232, .1), transparent 30%),
    linear-gradient(180deg, var(--at-dark) 0%, var(--at-dark-2) 100%);
  color: var(--at-white);
  overflow: hidden;
  box-sizing: border-box;
}

.at-process *,
.at-process *::before,
.at-process *::after {
  box-sizing: border-box;
}

.at-process__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-process__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
  align-items: end;
  margin: 0 0 38px;
}

.at-process__head {
  max-width: 930px;
}

.at-process__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .12);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-process__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .14);
}

.at-process__title {
  max-width: 980px;
  margin: 0;
  color: var(--at-white);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-process__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-process__price {
  padding: 26px;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-card);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .16);
}

.at-process__price span {
  display: block;
  margin: 0 0 16px;
  color: var(--at-white);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-process__price-grid {
  display: grid;
  gap: 10px;
}

.at-process__price-grid p {
  position: relative;
  margin: 0;
  padding: 13px 14px 13px 36px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.at-process__price-grid p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--at-blue);
  transform: translateY(-50%);
}

.at-process__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.at-process__step {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-card);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .14);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.at-process__step::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .12);
  pointer-events: none;
}

.at-process__step:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .46);
  background: rgba(255, 255, 255, .075);
}

.at-process__step--accent {
  background:
    radial-gradient(circle at 86% 0%, rgba(16, 174, 232, .24), transparent 36%),
    rgba(255, 255, 255, .07);
  border-color: rgba(16, 174, 232, .42);
}

.at-process__num {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(16, 174, 232, .2);
}

.at-process__step h3 {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 0 0 12px;
  color: var(--at-white);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-process__step p {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-process__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 32px 0 0;
  padding: 26px;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-card);
}

.at-process__bottom-text {
  max-width: 760px;
}

.at-process__bottom-text strong {
  display: block;
  margin: 0 0 8px;
  color: var(--at-white);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-process__bottom-text p {
  margin: 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-process__btn {
  flex: 0 0 auto;
  min-height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-process__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

@media (max-width: 1320px) {
  .at-process__container {
    width: min(100% - 48px, 1180px);
  }

  .at-process__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .at-process__price {
    max-width: 680px;
  }

  .at-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .at-process__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .at-process {
    padding: 56px 0 64px;
  }

  .at-process__container {
    width: min(100% - 28px, 430px);
  }

  .at-process__top {
    gap: 24px;
    margin-bottom: 28px;
  }

  .at-process__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-process__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-process__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-process__price {
    padding: 22px;
    border-radius: 20px;
  }

  .at-process__price span {
    font-size: 20px;
  }

  .at-process__price-grid p {
    padding: 13px 14px 13px 34px;
    font-size: 14px;
  }

  .at-process__steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-process__step {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-process__num {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .at-process__step h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-process__step p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-process__bottom {
    margin-top: 24px;
    padding: 22px;
    border-radius: 20px;
  }

  .at-process__bottom-text strong {
    font-size: 20px;
  }

  .at-process__bottom-text p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-process__btn {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .at-process {
    padding-top: 50px;
  }

  .at-process__container {
    width: min(100% - 24px, 430px);
  }

  .at-process__price,
  .at-process__step,
  .at-process__bottom {
    padding: 20px;
  }

  .at-process__title {
    font-size: 29px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa30f1b */.at-pricing {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-text: #122033;
  --at-muted: #66758a;
  --at-border: #dfe8f0;
  --at-bg: #f4f9fc;
  --at-white: #ffffff;
  --at-radius: 24px;
  --at-shadow: 0 16px 40px rgba(10, 35, 55, .08);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 82px 0 88px;
  background: var(--at-bg);
  overflow: hidden;
  box-sizing: border-box;
}

.at-pricing *,
.at-pricing *::before,
.at-pricing *::after {
  box-sizing: border-box;
}

.at-pricing__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-pricing__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 42px;
  align-items: end;
  margin: 0 0 38px;
}

.at-pricing__head {
  max-width: 960px;
}

.at-pricing__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .1);
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-pricing__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .12);
}

.at-pricing__title {
  max-width: 1060px;
  margin: 0;
  color: var(--at-text);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-pricing__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-pricing__quote {
  padding: 26px;
  border-radius: var(--at-radius);
  background:
    radial-gradient(circle at 86% 0%, rgba(16, 174, 232, .24), transparent 36%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  box-shadow: 0 22px 54px rgba(7, 24, 39, .16);
}

.at-pricing__quote strong {
  display: block;
  margin: 0 0 12px;
  color: var(--at-white);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-pricing__quote p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.at-pricing__card {
  position: relative;
  min-height: 248px;
  padding: 28px;
  border: 1px solid var(--at-border);
  border-radius: var(--at-radius);
  background: var(--at-white);
  box-shadow: var(--at-shadow);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.at-pricing__card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .08);
  pointer-events: none;
}

.at-pricing__card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .42);
  box-shadow: 0 24px 58px rgba(10, 35, 55, .13);
}

.at-pricing__num {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(16, 174, 232, .2);
}

.at-pricing__card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--at-text);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-pricing__card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-pricing__card--dark {
  background:
    radial-gradient(circle at 86% 0%, rgba(16, 174, 232, .24), transparent 36%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 22px 54px rgba(7, 24, 39, .18);
}

.at-pricing__card--dark::after {
  background: rgba(16, 174, 232, .16);
}

.at-pricing__card--dark .at-pricing__num {
  background: var(--at-white);
  color: var(--at-blue-2);
  box-shadow: none;
}

.at-pricing__card--dark h3 {
  color: var(--at-white);
}

.at-pricing__card--dark p {
  color: rgba(255, 255, 255, .72);
}

.at-pricing__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 32px 0 0;
  padding: 26px;
  border: 1px solid var(--at-border);
  border-radius: var(--at-radius);
  background: var(--at-white);
  box-shadow: 0 12px 32px rgba(10, 35, 55, .06);
}

.at-pricing__methods {
  flex: 1;
}

.at-pricing__methods span {
  display: block;
  margin: 0 0 16px;
  color: var(--at-text);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-pricing__methods-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.at-pricing__methods-grid div {
  padding-right: 18px;
  border-right: 1px solid var(--at-border);
}

.at-pricing__methods-grid div:last-child {
  border-right: 0;
}

.at-pricing__methods-grid strong {
  display: block;
  margin: 0 0 7px;
  color: var(--at-text);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}

.at-pricing__methods-grid p {
  margin: 0;
  color: var(--at-muted);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.at-pricing__btn {
  flex: 0 0 auto;
  min-height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-pricing__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

@media (max-width: 1320px) {
  .at-pricing__container {
    width: min(100% - 48px, 1180px);
  }

  .at-pricing__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .at-pricing__quote {
    max-width: 680px;
  }

  .at-pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .at-pricing__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .at-pricing__methods {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .at-pricing {
    padding: 56px 0 64px;
  }

  .at-pricing__container {
    width: min(100% - 28px, 430px);
  }

  .at-pricing__top {
    gap: 24px;
    margin-bottom: 28px;
  }

  .at-pricing__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-pricing__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-pricing__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-pricing__quote {
    padding: 22px;
    border-radius: 20px;
  }

  .at-pricing__quote strong {
    font-size: 20px;
  }

  .at-pricing__quote p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-pricing__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-pricing__card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-pricing__num {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .at-pricing__card h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-pricing__card p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-pricing__bottom {
    margin-top: 24px;
    padding: 22px;
    border-radius: 20px;
  }

  .at-pricing__methods span {
    font-size: 20px;
  }

  .at-pricing__methods-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .at-pricing__methods-grid div {
    padding-right: 0;
    padding-bottom: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--at-border);
  }

  .at-pricing__methods-grid div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .at-pricing__btn {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .at-pricing {
    padding-top: 50px;
  }

  .at-pricing__container {
    width: min(100% - 24px, 430px);
  }

  .at-pricing__quote,
  .at-pricing__card,
  .at-pricing__bottom {
    padding: 20px;
  }

  .at-pricing__title {
    font-size: 29px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-764f6a3 */.at-safety {
--at-dark: #071827;
--at-dark-2: #0b2235;
--at-blue: #10aee8;
--at-blue-2: #0787d8;
--at-text: #122033;
--at-muted: #66758a;
--at-border: #dfe8f0;
--at-bg: #f4f9fc;
--at-white: #ffffff;
--at-radius: 24px;
--at-shadow: 0 16px 40px rgba(10, 35, 55, .08);

width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
padding: 82px 0 88px;
background: var(--at-bg);
overflow: hidden;
box-sizing: border-box;
}

.at-safety *,
.at-safety *::before,
.at-safety *::after {
box-sizing: border-box;
}

.at-safety__container {
width: min(100% - 72px, 1460px);
margin: 0 auto;
}

.at-safety__inner {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(480px, 640px);
gap: 58px;
align-items: center;
}

.at-safety__content {
max-width: 860px;
}

.at-safety__label {
min-height: 34px;
margin: 0 0 14px;
padding: 0 14px;
display: inline-flex;
align-items: center;
gap: 9px;
border-radius: 999px;
background: rgba(16, 174, 232, .1);
color: var(--at-blue-2);
font-size: 13px;
line-height: 1;
font-weight: 900;
letter-spacing: .25px;
}

.at-safety__label::before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--at-blue);
box-shadow: 0 0 0 5px rgba(16, 174, 232, .12);
}

.at-safety__title {
max-width: 980px;
margin: 0;
color: var(--at-text);
font-size: clamp(34px, 3.1vw, 52px);
line-height: 1.08;
font-weight: 950;
letter-spacing: -1.7px;
}

.at-safety__text {
max-width: 760px;
margin: 18px 0 0;
color: var(--at-muted);
font-size: 18px;
line-height: 1.55;
font-weight: 500;
}

.at-safety__list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
margin: 30px 0 0;
}

.at-safety__item {
min-height: 72px;
padding: 17px;
display: flex;
align-items: flex-start;
gap: 12px;
border: 1px solid var(--at-border);
border-radius: 18px;
background: var(--at-white);
box-shadow: 0 10px 26px rgba(10, 35, 55, .05);
}

.at-safety__item span {
flex: 0 0 auto;
width: 9px;
height: 9px;
margin-top: 6px;
border-radius: 50%;
background: var(--at-blue);
box-shadow: 0 0 0 5px rgba(16, 174, 232, .1);
}

.at-safety__item p {
margin: 0;
color: var(--at-text);
font-size: 15px;
line-height: 1.42;
font-weight: 750;
}

.at-safety__actions {
display: flex;
flex-wrap: wrap;
gap: 13px;
margin: 34px 0 0;
}

.at-safety__btn-main,
.at-safety__btn-outline {
min-height: 58px;
padding: 0 28px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 15px;
font-size: 16px;
line-height: 1;
font-weight: 950;
text-decoration: none !important;
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.at-safety__btn-main {
background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
color: var(--at-white);
box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
}

.at-safety__btn-outline {
border: 1.5px solid rgba(16, 174, 232, .26);
background: var(--at-white);
color: var(--at-text);
}

.at-safety__btn-main:hover,
.at-safety__btn-outline:hover {
transform: translateY(-2px);
}

.at-safety__btn-main:hover {
box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

.at-safety__btn-outline:hover {
border-color: rgba(16, 174, 232, .58);
}

.at-safety__media {
position: relative;
min-height: 520px;
border-radius: var(--at-radius);
background: var(--at-white);
overflow: hidden;
box-shadow: 0 24px 60px rgba(10, 35, 55, .14);
}

.at-safety__media img {
display: block;
width: 100%;
height: 100%;
min-height: 520px;
object-fit: cover;
object-position: center;
}

.at-safety__media::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, transparent 46%, rgba(7, 24, 39, .82) 100%);
pointer-events: none;
}

.at-safety__badge {
position: absolute;
left: 24px;
right: 24px;
bottom: 24px;
z-index: 2;
padding: 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
border: 1px solid rgba(255, 255, 255, .16);
border-radius: 20px;
background: rgba(7, 24, 39, .84);
backdrop-filter: blur(12px);
}

.at-safety__badge strong {
display: block;
color: var(--at-blue);
font-size: 28px;
line-height: 1;
font-weight: 950;
letter-spacing: -.7px;
white-space: nowrap;
}

.at-safety__badge span {
display: block;
max-width: 320px;
color: rgba(255, 255, 255, .76);
font-size: 15px;
line-height: 1.35;
font-weight: 600;
text-align: right;
}

@media (max-width: 1320px) {
.at-safety__container {
width: min(100% - 48px, 1180px);
}

.at-safety__inner {
grid-template-columns: 1fr;
gap: 38px;
}

.at-safety__content {
max-width: 900px;
}

.at-safety__media {
max-width: 860px;
}
}

@media (max-width: 767px) {
.at-safety {
padding: 56px 0 64px;
}

.at-safety__container {
width: min(100% - 28px, 430px);
}

.at-safety__inner {
gap: 28px;
}

.at-safety__label {
margin-bottom: 13px;
font-size: 12px;
}

.at-safety__title {
font-size: clamp(28px, 7.8vw, 36px);
line-height: 1.12;
letter-spacing: -1.1px;
}

.at-safety__text {
margin-top: 14px;
font-size: 15px;
line-height: 1.48;
}

.at-safety__list {
grid-template-columns: 1fr;
gap: 10px;
margin-top: 24px;
}

.at-safety__item {
min-height: auto;
padding: 16px;
border-radius: 17px;
}

.at-safety__item p {
font-size: 15px;
}

.at-safety__actions {
gap: 10px;
margin-top: 26px;
}

.at-safety__btn-main,
.at-safety__btn-outline {
width: 100%;
min-height: 56px;
padding: 0 18px;
font-size: 16px;
text-align: center;
}

.at-safety__media {
min-height: 340px;
border-radius: 20px;
}

.at-safety__media img {
min-height: 340px;
}

.at-safety__badge {
left: 14px;
right: 14px;
bottom: 14px;
padding: 16px;
flex-direction: column;
align-items: flex-start;
border-radius: 17px;
}

.at-safety__badge strong {
font-size: 24px;
}

.at-safety__badge span {
max-width: 100%;
text-align: left;
font-size: 14px;
}
}

@media (max-width: 390px) {
.at-safety {
padding-top: 50px;
}

.at-safety__container {
width: min(100% - 24px, 430px);
}

.at-safety__title {
font-size: 29px;
}

.at-safety__media,
.at-safety__media img {
min-height: 315px;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63e15c2 */.at-reviews {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-white: #ffffff;
  --at-muted: rgba(255, 255, 255, .74);
  --at-line: rgba(255, 255, 255, .14);
  --at-card: rgba(255, 255, 255, .055);
  --at-radius: 24px;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 82px 0 88px;
  background:
    radial-gradient(circle at 82% 0%, rgba(16, 174, 232, .24), transparent 34%),
    radial-gradient(circle at 12% 100%, rgba(16, 174, 232, .1), transparent 30%),
    linear-gradient(180deg, var(--at-dark) 0%, var(--at-dark-2) 100%);
  color: var(--at-white);
  overflow: hidden;
  box-sizing: border-box;
}

.at-reviews *,
.at-reviews *::before,
.at-reviews *::after {
  box-sizing: border-box;
}

.at-reviews__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-reviews__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 42px;
  align-items: end;
  margin: 0 0 38px;
}

.at-reviews__head {
  max-width: 930px;
}

.at-reviews__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .12);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-reviews__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .14);
}

.at-reviews__title {
  max-width: 960px;
  margin: 0;
  color: var(--at-white);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-reviews__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-reviews__note {
  padding: 26px;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-card);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .16);
}

.at-reviews__note strong {
  display: block;
  margin: 0 0 12px;
  color: var(--at-white);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-reviews__note p {
  margin: 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.at-reviews__card {
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-card);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .16);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.at-reviews__card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .46);
  background: rgba(255, 255, 255, .075);
}

.at-reviews__card--accent {
  border-color: rgba(16, 174, 232, .42);
}

.at-reviews__video {
  position: relative;
  min-height: 290px;
  background: #f4f9fc;
  overflow: hidden;
}

.at-reviews__video img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  object-position: center;
}

.at-reviews__video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 24, 39, .08), rgba(7, 24, 39, .68));
  pointer-events: none;
}

.at-reviews__play {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .24);
}

.at-reviews__content {
  padding: 26px;
}

.at-reviews__tag {
  min-height: 30px;
  margin: 0 0 16px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(16, 174, 232, .12);
  color: var(--at-blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.at-reviews__content h3 {
  margin: 0 0 12px;
  color: var(--at-white);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-reviews__content p {
  margin: 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-reviews__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 32px 0 0;
  padding: 26px;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-card);
}

.at-reviews__facts {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 22px;
}

.at-reviews__facts div {
  padding-right: 22px;
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.at-reviews__facts div:last-child {
  border-right: 0;
}

.at-reviews__facts strong {
  display: block;
  margin: 0 0 6px;
  color: var(--at-blue);
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-reviews__facts span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

.at-reviews__btn {
  flex: 0 0 auto;
  min-height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-reviews__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

@media (max-width: 1320px) {
  .at-reviews__container {
    width: min(100% - 48px, 1180px);
  }

  .at-reviews__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .at-reviews__note {
    max-width: 680px;
  }

  .at-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .at-reviews__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .at-reviews__facts {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .at-reviews {
    padding: 56px 0 64px;
  }

  .at-reviews__container {
    width: min(100% - 28px, 430px);
  }

  .at-reviews__top {
    gap: 24px;
    margin-bottom: 28px;
  }

  .at-reviews__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-reviews__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-reviews__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-reviews__note {
    padding: 22px;
    border-radius: 20px;
  }

  .at-reviews__note strong {
    font-size: 20px;
  }

  .at-reviews__note p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-reviews__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-reviews__card {
    border-radius: 20px;
  }

  .at-reviews__video {
    min-height: 230px;
  }

  .at-reviews__video img {
    min-height: 230px;
  }

  .at-reviews__play {
    left: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
  }

  .at-reviews__content {
    padding: 22px;
  }

  .at-reviews__content h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-reviews__content p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-reviews__bottom {
    margin-top: 24px;
    padding: 22px;
    border-radius: 20px;
  }

  .at-reviews__facts {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .at-reviews__facts div {
    padding-right: 0;
    padding-bottom: 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .at-reviews__facts div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .at-reviews__facts strong {
    font-size: 22px;
  }

  .at-reviews__btn {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .at-reviews {
    padding-top: 50px;
  }

  .at-reviews__container {
    width: min(100% - 24px, 430px);
  }

  .at-reviews__note,
  .at-reviews__bottom,
  .at-reviews__content {
    padding: 20px;
  }

  .at-reviews__title {
    font-size: 29px;
  }

  .at-reviews__video,
  .at-reviews__video img {
    min-height: 215px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-725fed2 */.at-faq {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-text: #122033;
  --at-muted: #66758a;
  --at-border: #dfe8f0;
  --at-bg: #f4f9fc;
  --at-white: #ffffff;
  --at-radius: 24px;
  --at-shadow: 0 16px 40px rgba(10, 35, 55, .08);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 82px 0 88px;
  background: var(--at-bg);
  overflow: hidden;
  box-sizing: border-box;
}

.at-faq *,
.at-faq *::before,
.at-faq *::after {
  box-sizing: border-box;
}

.at-faq__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-faq__inner {
  display: grid;
  grid-template-columns: minmax(380px, 520px) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.at-faq__head {
  position: sticky;
  top: 32px;
}

.at-faq__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .1);
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-faq__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .12);
}

.at-faq__title {
  margin: 0;
  color: var(--at-text);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-faq__subtitle {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-faq__box {
  margin: 30px 0 0;
  padding: 26px;
  border-radius: var(--at-radius);
  background:
    radial-gradient(circle at 86% 0%, rgba(16, 174, 232, .24), transparent 36%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  box-shadow: 0 22px 54px rgba(7, 24, 39, .16);
}

.at-faq__box strong {
  display: block;
  margin: 0 0 12px;
  color: var(--at-white);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-faq__box p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-faq__box a {
  min-height: 56px;
  margin: 24px 0 0;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-faq__box a:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

.at-faq__list {
  display: grid;
  gap: 14px;
}

.at-faq__item {
  border: 1px solid var(--at-border);
  border-radius: var(--at-radius);
  background: var(--at-white);
  box-shadow: var(--at-shadow);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.at-faq__item[open] {
  border-color: rgba(16, 174, 232, .46);
  box-shadow: 0 24px 58px rgba(10, 35, 55, .13);
}

.at-faq__item summary {
  padding: 25px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  cursor: pointer;
  list-style: none;
}

.at-faq__item summary::-webkit-details-marker {
  display: none;
}

.at-faq__item summary span {
  color: var(--at-text);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -.4px;
}

.at-faq__item summary i {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  box-shadow: 0 12px 26px rgba(16, 174, 232, .18);
}

.at-faq__item summary i::before,
.at-faq__item summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--at-white);
  transform: translate(-50%, -50%);
}

.at-faq__item summary i::before {
  width: 16px;
  height: 2px;
  border-radius: 99px;
}

.at-faq__item summary i::after {
  width: 2px;
  height: 16px;
  border-radius: 99px;
  transition: opacity .2s ease;
}

.at-faq__item[open] summary i::after {
  opacity: 0;
}

.at-faq__answer {
  padding: 0 28px 28px;
}

.at-faq__answer p {
  max-width: 820px;
  margin: 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.58;
  font-weight: 500;
}

@media (max-width: 1320px) {
  .at-faq__container {
    width: min(100% - 48px, 1180px);
  }

  .at-faq__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .at-faq__head {
    position: static;
  }

  .at-faq__subtitle {
    max-width: 760px;
  }

  .at-faq__box {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .at-faq {
    padding: 56px 0 64px;
  }

  .at-faq__container {
    width: min(100% - 28px, 430px);
  }

  .at-faq__inner {
    gap: 28px;
  }

  .at-faq__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-faq__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-faq__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-faq__box {
    margin-top: 24px;
    padding: 22px;
    border-radius: 20px;
  }

  .at-faq__box strong {
    font-size: 20px;
  }

  .at-faq__box p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-faq__box a {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
  }

  .at-faq__list {
    gap: 12px;
  }

  .at-faq__item {
    border-radius: 20px;
  }

  .at-faq__item summary {
    gap: 16px;
    padding: 21px 22px;
  }

  .at-faq__item summary span {
    font-size: 18px;
    line-height: 1.28;
  }

  .at-faq__item summary i {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .at-faq__answer {
    padding: 0 22px 22px;
  }

  .at-faq__answer p {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 390px) {
  .at-faq {
    padding-top: 50px;
  }

  .at-faq__container {
    width: min(100% - 24px, 430px);
  }

  .at-faq__title {
    font-size: 29px;
  }

  .at-faq__box,
  .at-faq__item summary,
  .at-faq__answer {
    padding-left: 20px;
    padding-right: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-891a7ba */.at-final {
  --at-dark: #071827;
  --at-dark-2: #0b2235;
  --at-blue: #10aee8;
  --at-blue-2: #0787d8;
  --at-white: #ffffff;
  --at-muted: rgba(255, 255, 255, .74);
  --at-line: rgba(255, 255, 255, .14);
  --at-card: rgba(255, 255, 255, .055);
  --at-radius: 24px;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 86px 0 92px;
  background:
    radial-gradient(circle at 82% 0%, rgba(16, 174, 232, .24), transparent 34%),
    radial-gradient(circle at 12% 100%, rgba(16, 174, 232, .1), transparent 30%),
    linear-gradient(180deg, var(--at-dark) 0%, var(--at-dark-2) 100%);
  color: var(--at-white);
  overflow: hidden;
  box-sizing: border-box;
}

.at-final *,
.at-final *::before,
.at-final *::after {
  box-sizing: border-box;
}

.at-final__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 540px;
  gap: 58px;
  align-items: center;
}

.at-final__content {
  max-width: 900px;
}

.at-final__label {
  min-height: 34px;
  margin: 0 0 14px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(16, 174, 232, .12);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-final__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-blue);
  box-shadow: 0 0 0 5px rgba(16, 174, 232, .14);
}

.at-final__title {
  max-width: 980px;
  margin: 0;
  color: var(--at-white);
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -2.3px;
}

.at-final__text {
  max-width: 740px;
  margin: 20px 0 0;
  color: var(--at-muted);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
}

.at-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin: 36px 0 0;
}

.at-final__btn-main,
.at-final__btn-outline {
  min-height: 58px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.at-final__btn-main {
  background: linear-gradient(135deg, var(--at-blue), var(--at-blue-2));
  color: var(--at-white);
  box-shadow: 0 16px 34px rgba(16, 174, 232, .22);
}

.at-final__btn-outline {
  border: 1.5px solid rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .045);
  color: var(--at-white);
}

.at-final__btn-main:hover,
.at-final__btn-outline:hover {
  transform: translateY(-2px);
}

.at-final__btn-main:hover {
  box-shadow: 0 20px 42px rgba(16, 174, 232, .28);
}

.at-final__btn-outline:hover {
  border-color: rgba(16, 174, 232, .65);
}

.at-final__panel {
  padding: 28px;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-card);
  box-shadow: 0 26px 66px rgba(0, 0, 0, .22);
}

.at-final__contacts {
  padding: 26px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 0%, rgba(16, 174, 232, .24), transparent 36%),
    rgba(255, 255, 255, .06);
}

.at-final__contacts span {
  display: block;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
}

.at-final__contacts a {
  display: inline-flex;
  color: var(--at-blue);
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1px;
  text-decoration: none !important;
  transition: color .2s ease;
}

.at-final__contacts a:hover {
  color: var(--at-white);
}

.at-final__contacts p {
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.at-final__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 0;
}

.at-final__fact {
  min-height: 124px;
  padding: 20px;
  border: 1px solid var(--at-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
}

.at-final__fact strong {
  display: block;
  margin: 0 0 9px;
  color: var(--at-white);
  font-size: 22px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-final__fact span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

@media (max-width: 1320px) {
  .at-final__container {
    width: min(100% - 48px, 1180px);
  }

  .at-final__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .at-final__panel {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .at-final {
    padding: 58px 0 66px;
  }

  .at-final__container {
    width: min(100% - 28px, 430px);
  }

  .at-final__inner {
    gap: 28px;
  }

  .at-final__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-final__title {
    font-size: clamp(31px, 8.8vw, 42px);
    line-height: 1.1;
    letter-spacing: -1.4px;
  }

  .at-final__text {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-final__actions {
    gap: 10px;
    margin-top: 26px;
  }

  .at-final__btn-main,
  .at-final__btn-outline {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
    text-align: center;
  }

  .at-final__panel {
    padding: 18px;
    border-radius: 20px;
  }

  .at-final__contacts {
    padding: 22px;
    border-radius: 18px;
  }

  .at-final__contacts a {
    font-size: 25px;
    line-height: 1.08;
  }

  .at-final__contacts p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-final__facts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .at-final__fact {
    min-height: auto;
    padding: 18px;
    border-radius: 17px;
  }

  .at-final__fact strong {
    font-size: 21px;
  }

  .at-final__fact span {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .at-final {
    padding-top: 52px;
  }

  .at-final__container {
    width: min(100% - 24px, 430px);
  }

  .at-final__title {
    font-size: 30px;
  }

  .at-final__panel {
    padding: 16px;
  }

  .at-final__contacts {
    padding: 20px;
  }

  .at-final__contacts a {
    font-size: 23px;
  }
}/* End custom CSS */