.elementor-316 .elementor-element.elementor-element-6c17a67{--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-316 .elementor-element.elementor-element-6c17a67{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-b2bd4fe */.at-bus-use {
  --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: #ffffff;
  --at-soft: #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: 88px 0;
  background: var(--at-bg);
  overflow: hidden;
  box-sizing: border-box;
  font-family: inherit;
}

.at-bus-use *,
.at-bus-use *::before,
.at-bus-use *::after {
  box-sizing: border-box;
}

.at-bus-use__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-bus-use__head {
  max-width: 900px;
  margin: 0 0 38px;
}

.at-bus-use__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-bus-use__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-bus-use__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-bus-use__subtitle {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-bus-use__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.at-bus-use__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-soft);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.at-bus-use__card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .08);
  pointer-events: none;
}

.at-bus-use__card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .42);
  box-shadow: var(--at-shadow);
}

.at-bus-use__num {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--at-white);
  color: var(--at-blue-2);
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(10, 35, 55, .07);
}

.at-bus-use__card h3 {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 0 0 12px;
  color: var(--at-text);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.5px;
}

.at-bus-use__card p {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin: 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.52;
  font-weight: 500;
}

.at-bus-use__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-bus-use__card a:hover {
  gap: 13px;
  color: var(--at-dark);
}

.at-bus-use__card--dark,
.at-bus-use__card--cta {
  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);
}

.at-bus-use__card--dark::after,
.at-bus-use__card--cta::after {
  background: rgba(16, 174, 232, .18);
}

.at-bus-use__card--dark .at-bus-use__num,
.at-bus-use__card--cta .at-bus-use__num {
  background: var(--at-white);
  color: var(--at-blue-2);
}

.at-bus-use__card--dark h3,
.at-bus-use__card--cta h3 {
  color: var(--at-white);
}

.at-bus-use__card--dark p,
.at-bus-use__card--cta p {
  color: rgba(255, 255, 255, .74);
}

.at-bus-use__card--dark a,
.at-bus-use__card--cta a {
  color: var(--at-blue);
}

@media (max-width: 1320px) {
  .at-bus-use__container {
    width: min(100% - 48px, 1180px);
  }

  .at-bus-use__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .at-bus-use__card {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .at-bus-use {
    padding: 64px 0;
  }

  .at-bus-use__container {
    width: min(100% - 28px, 430px);
  }

  .at-bus-use__head {
    margin-bottom: 26px;
  }

  .at-bus-use__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-bus-use__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-bus-use__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-bus-use__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-bus-use__card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-bus-use__num {
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    border-radius: 14px;
  }

  .at-bus-use__card h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-bus-use__card p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-bus-use__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-bus-use__card--dark a,
  .at-bus-use__card--cta a {
    color: var(--at-white);
  }
}

@media (max-width: 390px) {
  .at-bus-use__container {
    width: min(100% - 24px, 430px);
  }

  .at-bus-use__card {
    padding: 20px;
  }

  .at-bus-use__title {
    font-size: 29px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7ddac6 */.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-861de03 */.at-bus-clients {
  --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: 88px 0;
  background: var(--at-bg);
  overflow: hidden;
  box-sizing: border-box;
  font-family: inherit;
}

.at-bus-clients *,
.at-bus-clients *::before,
.at-bus-clients *::after {
  box-sizing: border-box;
}

.at-bus-clients__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-bus-clients__layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 54px;
  align-items: start;
}

.at-bus-clients__head {
  position: sticky;
  top: 110px;
  padding: 42px;
  border-radius: var(--at-radius);
  background:
    radial-gradient(circle at 90% 0%, rgba(16, 174, 232, .22), transparent 34%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  color: var(--at-white);
  box-shadow: 0 24px 58px rgba(7, 24, 39, .18);
}

.at-bus-clients__label {
  min-height: 34px;
  margin: 0 0 16px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: var(--at-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .25px;
}

.at-bus-clients__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-bus-clients__title {
  max-width: 620px;
  margin: 0;
  color: var(--at-white);
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.7px;
}

.at-bus-clients__subtitle {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-bus-clients__btn {
  width: fit-content;
  min-height: 52px;
  margin-top: 32px;
  padding: 0 20px;
  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: 15px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-bus-clients__btn:hover {
  transform: translateY(-2px);
  color: var(--at-white);
  box-shadow: 0 16px 32px rgba(16, 174, 232, .22);
}

.at-bus-clients__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.at-bus-clients__card {
  position: relative;
  min-height: 230px;
  padding: 26px;
  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-bus-clients__card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -54px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .08);
  pointer-events: none;
}

.at-bus-clients__card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .42);
  box-shadow: 0 24px 58px rgba(10, 35, 55, .13);
}

.at-bus-clients__card span {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #edf6fb;
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.at-bus-clients__card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--at-text);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.45px;
}

.at-bus-clients__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-bus-clients__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);
}

.at-bus-clients__card--dark span {
  background: var(--at-white);
  color: var(--at-blue-2);
}

.at-bus-clients__card--dark h3 {
  color: var(--at-white);
}

.at-bus-clients__card--dark p {
  color: rgba(255, 255, 255, .74);
}

@media (max-width: 1180px) {
  .at-bus-clients__container {
    width: min(100% - 48px, 1180px);
  }

  .at-bus-clients__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .at-bus-clients__head {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  .at-bus-clients {
    padding: 64px 0;
  }

  .at-bus-clients__container {
    width: min(100% - 28px, 430px);
  }

  .at-bus-clients__head {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .at-bus-clients__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-bus-clients__title {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-bus-clients__subtitle {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-bus-clients__btn {
    width: 100%;
    margin-top: 24px;
  }

  .at-bus-clients__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-bus-clients__card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-bus-clients__card span {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 13px;
  }

  .at-bus-clients__card h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .at-bus-clients__card p {
    font-size: 15px;
    line-height: 1.48;
  }
}

@media (max-width: 390px) {
  .at-bus-clients__container {
    width: min(100% - 24px, 430px);
  }

  .at-bus-clients__head,
  .at-bus-clients__card {
    padding: 20px;
  }

  .at-bus-clients__title {
    font-size: 29px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-acb067c */.at-rent-steps {
  --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;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 86px 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(16, 174, 232, .11), transparent 30%),
    var(--at-bg);
  box-sizing: border-box;
  overflow: hidden;
  font-family: inherit;
}

.at-rent-steps *,
.at-rent-steps *::before,
.at-rent-steps *::after {
  box-sizing: border-box;
}

.at-rent-steps__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-rent-steps__head {
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  gap: 42px;
  align-items: end;
}

.at-rent-steps__label {
  width: fit-content;
  min-height: 34px;
  margin-bottom: 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-rent-steps__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-rent-steps__head h2 {
  max-width: 850px;
  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-rent-steps__head p {
  max-width: 560px;
  margin: 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-rent-steps__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.at-rent-steps__grid::before {
  content: "";
  position: absolute;
  top: 43px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(16, 174, 232, .32), transparent);
  pointer-events: none;
}

.at-rent-steps__card {
  position: relative;
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--at-border);
  border-radius: 24px;
  background: var(--at-white);
  box-shadow: 0 18px 42px rgba(10, 35, 55, .07);
  overflow: hidden;
  z-index: 1;
}

.at-rent-steps__card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -48px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .08);
  pointer-events: none;
}

.at-rent-steps__num {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #edf6fb;
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.at-rent-steps__card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--at-text);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.45px;
}

.at-rent-steps__card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--at-muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.at-rent-steps__card--accent {
  background:
    radial-gradient(circle at 90% 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);
}

.at-rent-steps__card--accent .at-rent-steps__num {
  background: var(--at-white);
  color: var(--at-blue-2);
}

.at-rent-steps__card--accent h3 {
  color: var(--at-white);
}

.at-rent-steps__card--accent p {
  color: rgba(255, 255, 255, .74);
}

.at-rent-steps__bottom {
  margin-top: 24px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--at-border);
  border-radius: 24px;
  background: var(--at-white);
  box-shadow: 0 18px 42px rgba(10, 35, 55, .06);
}

.at-rent-steps__note {
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.at-rent-steps__note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--at-text);
  font-weight: 950;
}

.at-rent-steps__btn {
  flex: 0 0 auto;
  min-height: 54px;
  padding: 0 22px;
  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;
  text-decoration: none !important;
  box-shadow: 0 16px 32px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-rent-steps__btn:hover {
  transform: translateY(-2px);
  color: var(--at-white);
  box-shadow: 0 20px 38px rgba(16, 174, 232, .28);
}

@media (max-width: 1320px) {
  .at-rent-steps__container {
    width: min(100% - 48px, 1180px);
  }

  .at-rent-steps__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .at-rent-steps__grid::before {
    display: none;
  }
}

@media (max-width: 900px) {
  .at-rent-steps__head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .at-rent-steps__head p {
    max-width: 720px;
  }

  .at-rent-steps__bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .at-rent-steps__btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .at-rent-steps {
    padding: 64px 0;
  }

  .at-rent-steps__container {
    width: min(100% - 28px, 430px);
  }

  .at-rent-steps__head {
    margin-bottom: 24px;
  }

  .at-rent-steps__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-rent-steps__head h2 {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-rent-steps__head p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-rent-steps__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-rent-steps__card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-rent-steps__num {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 14px;
  }

  .at-rent-steps__card h3 {
    font-size: 21px;
  }

  .at-rent-steps__card p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-rent-steps__bottom {
    margin-top: 18px;
    padding: 20px;
    border-radius: 20px;
  }

  .at-rent-steps__note {
    font-size: 15px;
  }
}

@media (max-width: 390px) {
  .at-rent-steps__container {
    width: min(100% - 24px, 430px);
  }

  .at-rent-steps__card,
  .at-rent-steps__bottom {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd9bf73 */.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-3597fb7 */.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-1c44db0 */.at-bus-price {
  --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: #ffffff;
  --at-soft: #f4f9fc;
  --at-white: #ffffff;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 92px 0;
  background:
    radial-gradient(circle at 88% 0%, rgba(16, 174, 232, .12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  box-sizing: border-box;
  overflow: hidden;
  font-family: inherit;
}

.at-bus-price *,
.at-bus-price *::before,
.at-bus-price *::after {
  box-sizing: border-box;
}

.at-bus-price__container {
  width: min(100% - 72px, 1460px);
  margin: 0 auto;
}

.at-bus-price__head {
  max-width: 920px;
  margin-bottom: 38px;
}

.at-bus-price__label {
  width: fit-content;
  min-height: 34px;
  margin-bottom: 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-bus-price__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-bus-price__head h2 {
  max-width: 900px;
  margin: 0;
  color: var(--at-text);
  font-size: clamp(34px, 3.1vw, 54px);
  line-height: 1.07;
  font-weight: 950;
  letter-spacing: -1.8px;
}

.at-bus-price__head p {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--at-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.at-bus-price__layout {
  display: grid;
  grid-template-columns: minmax(360px, .75fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: stretch;
}

.at-bus-price__visual {
  position: relative;
  min-height: 100%;
  padding: 32px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 0%, rgba(16, 174, 232, .25), transparent 36%),
    linear-gradient(145deg, var(--at-dark), var(--at-dark-2));
  color: var(--at-white);
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(7, 24, 39, .18);
}

.at-bus-price__visual::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .16);
  pointer-events: none;
}

.at-bus-price__route {
  position: relative;
  z-index: 1;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
}

.at-bus-price__route span,
.at-bus-price__mini-grid span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.at-bus-price__route strong {
  display: block;
  color: var(--at-white);
  font-size: 26px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.7px;
}

.at-bus-price__mini-grid {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.at-bus-price__mini-grid div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
}

.at-bus-price__mini-grid strong {
  display: block;
  color: var(--at-white);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}

.at-bus-price__note {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(16, 174, 232, .14);
}

.at-bus-price__note strong {
  display: block;
  color: var(--at-white);
  font-size: 20px;
  line-height: 1.22;
  font-weight: 950;
}

.at-bus-price__note p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.48;
  font-weight: 500;
}

.at-bus-price__factors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.at-bus-price__factors article {
  position: relative;
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--at-border);
  border-radius: 24px;
  background: var(--at-white);
  box-shadow: 0 18px 42px rgba(10, 35, 55, .07);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.at-bus-price__factors article::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -54px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(16, 174, 232, .08);
  pointer-events: none;
}

.at-bus-price__factors article:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 174, 232, .42);
  box-shadow: 0 24px 58px rgba(10, 35, 55, .12);
}

.at-bus-price__factors span {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #edf6fb;
  color: var(--at-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.at-bus-price__factors h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--at-text);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.45px;
}

.at-bus-price__factors p {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 0;
  color: var(--at-muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.at-bus-price__cta {
  margin-top: 22px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--at-border);
  border-radius: 26px;
  background: var(--at-white);
  box-shadow: 0 18px 42px rgba(10, 35, 55, .06);
}

.at-bus-price__cta strong {
  display: block;
  color: var(--at-text);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.4px;
}

.at-bus-price__cta p {
  max-width: 700px;
  margin: 6px 0 0;
  color: var(--at-muted);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.at-bus-price__btn {
  flex: 0 0 auto;
  min-height: 54px;
  padding: 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: 15px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 32px rgba(16, 174, 232, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.at-bus-price__btn:hover {
  transform: translateY(-2px);
  color: var(--at-white);
  box-shadow: 0 20px 38px rgba(16, 174, 232, .28);
}

@media (max-width: 1180px) {
  .at-bus-price__container {
    width: min(100% - 48px, 1180px);
  }

  .at-bus-price__layout {
    grid-template-columns: 1fr;
  }

  .at-bus-price__visual {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .at-bus-price {
    padding: 64px 0;
  }

  .at-bus-price__container {
    width: min(100% - 28px, 430px);
  }

  .at-bus-price__head {
    margin-bottom: 24px;
  }

  .at-bus-price__label {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .at-bus-price__head h2 {
    font-size: clamp(28px, 7.8vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.1px;
  }

  .at-bus-price__head p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .at-bus-price__visual {
    padding: 22px;
    border-radius: 22px;
  }

  .at-bus-price__route {
    padding: 20px;
    border-radius: 18px;
  }

  .at-bus-price__route strong {
    font-size: 22px;
  }

  .at-bus-price__mini-grid {
    grid-template-columns: 1fr;
  }

  .at-bus-price__mini-grid div {
    min-height: auto;
  }

  .at-bus-price__factors {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .at-bus-price__factors article {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .at-bus-price__factors span {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
  }

  .at-bus-price__factors h3 {
    font-size: 21px;
  }

  .at-bus-price__factors p {
    font-size: 15px;
    line-height: 1.48;
  }

  .at-bus-price__cta {
    margin-top: 18px;
    padding: 20px;
    align-items: stretch;
    flex-direction: column;
    border-radius: 20px;
  }

  .at-bus-price__cta strong {
    font-size: 20px;
  }

  .at-bus-price__cta p {
    font-size: 15px;
  }

  .at-bus-price__btn {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .at-bus-price__container {
    width: min(100% - 24px, 430px);
  }

  .at-bus-price__visual,
  .at-bus-price__factors article,
  .at-bus-price__cta {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71142a2 */.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-af61414 */.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-6787246 */.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 */