.tm {
  color: #071525;
  background-color: #f5f1e8;
  font-family: Montserrat, Arial, sans-serif;
}

.nav {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: auto;
  padding: 24px 32px;
  display: flex;
}

.logo {
  color: #071525;
  letter-spacing: .14em;
  font-weight: 800;
  text-decoration: none;
}

.menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.btn {
  color: #fff;
  background-color: #006f9f;
  border-radius: 4px;
  padding: 15px 21px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.hero {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  max-width: 1240px;
  margin: auto;
  padding: 90px 32px 110px;
  display: grid;
}

.eyebrow {
  color: #006f9f;
  letter-spacing: .18em;
  font-weight: 700;
}

.title {
  letter-spacing: -.05em;
  font-size: 76px;
  line-height: .95;
}

.copy {
  max-width: 580px;
  font-size: 18px;
  line-height: 1.7;
}

.art {
  color: #fff;
  background-color: #071525;
  flex-direction: column;
  justify-content: space-between;
  min-height: 440px;
  padding: 42px;
  display: flex;
  box-shadow: 22px 22px #c89a47;
}

.art-title {
  font-size: 54px;
  line-height: .92;
}

.band {
  text-align: center;
  letter-spacing: .16em;
  background-color: #c89a47;
  padding: 21px;
  font-weight: 800;
}

.section {
  padding: 110px max(32px, 50% - 588px);
}

.heading {
  font-size: 58px;
  line-height: 1.02;
}

.split {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  display: grid;
}

.lead {
  font-size: 25px;
  line-height: 1.5;
}

.bodycopy {
  color: #5a6671;
  line-height: 1.8;
}

.dark {
  color: #fff;
  background-color: #071525;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  display: grid;
}

.card {
  border: 1px solid #394654;
  min-height: 220px;
  padding: 30px;
}

.card-title {
  margin-top: 45px;
}

.muted {
  color: #9eabb7;
}

.white {
  background-color: #fff;
}

.steps {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.step {
  border-top: 2px solid #c89a47;
  padding: 20px 4px;
}

.feature {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #006f9f;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr .6fr;
  padding: 45px;
  display: grid;
}

.feature-title {
  font-size: 38px;
}

.industries {
  grid-column-gap: 45px;
  grid-row-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.industry {
  border-top: 1px solid #b9c0c6;
  padding: 20px 4px;
}

.cta {
  color: #fff;
  background-color: #006f9f;
  justify-content: space-between;
  align-items: center;
  padding: 90px max(32px, 50% - 588px);
  display: flex;
}

.gold {
  color: #071525;
  background-color: #c89a47;
}

.footer {
  color: #fff;
  background-color: #071525;
  justify-content: space-between;
  padding: 25px max(32px, 50% - 588px);
  font-size: 12px;
  display: flex;
}

.contact-page {
  color: #071525;
  background-color: #f5f1e8;
  min-height: 100vh;
  font-family: Montserrat, Arial, sans-serif;
}

.contact-nav {
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
  padding: 28px 32px;
  display: flex;
}

.contact-logo {
  color: #071525;
  letter-spacing: .14em;
  font-weight: 800;
  text-decoration: none;
}

.contact-back {
  color: #006f9f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.contact-main {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  max-width: 1240px;
  margin: auto;
  padding: 90px 32px 110px;
  display: grid;
}

.contact-kicker {
  color: #006f9f;
  letter-spacing: .18em;
  font-weight: 700;
}

.contact-title {
  letter-spacing: -.05em;
  font-size: 72px;
  line-height: .96;
}

.contact-copy {
  color: #4f5e6b;
  max-width: 580px;
  font-size: 18px;
  line-height: 1.75;
}

.contact-channels {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 55px;
  display: grid;
}

.contact-channel {
  color: #071525;
  border-top: 2px solid #c89a47;
  padding-top: 18px;
  text-decoration: none;
}

.contact-label {
  color: #006f9f;
  letter-spacing: .17em;
  font-size: 10px;
  display: block;
}

.contact-value {
  margin-top: 12px;
  font-size: 15px;
  display: block;
}

.contact-panel {
  color: #fff;
  background-color: #071525;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  padding: 48px;
  display: flex;
  box-shadow: 22px 22px #c89a47;
}

.contact-number {
  color: #c89a47;
  letter-spacing: .16em;
  font-size: 10px;
}

.contact-panel-title {
  margin-top: 70px;
  font-size: 45px;
}

.contact-panel-copy {
  color: #a9b5c0;
  line-height: 1.75;
}

.contact-button {
  color: #fff;
  background-color: #006f9f;
  width: max-content;
  margin-top: 25px;
  padding: 17px 22px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.contact-note {
  color: #7f8e9c;
  margin-top: 45px;
  font-size: 11px;
}

.contact-footer {
  color: #fff;
  background-color: #071525;
  justify-content: space-between;
  padding: 26px max(32px, 50% - 588px);
  font-size: 11px;
  display: flex;
}

.fa-page {
  color: #071525;
  text-align: right;
  background-color: #fff;
  font-family: Noto Sans Arabic, IBM Plex Sans Arabic, Arial, sans-serif;
}

.fa-nav {
  border-bottom: 1px solid #e2e2e2;
  justify-content: space-between;
  align-items: center;
  padding: 20px max(32px, 50% - 640px);
  display: flex;
}

.fa-logo {
  object-fit: contain;
  width: 132px;
  height: 36px;
}

.fa-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.fa-actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.fa-primary {
  color: #fff;
  background-color: #071525;
  padding: 13px 24px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.fa-secondary {
  color: #071525;
  border: 1px solid #071525;
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.fa-hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 560px 1fr;
  align-items: center;
  padding: 72px max(32px, 50% - 640px) 96px;
  display: grid;
}

.fa-hero-copy {
  max-width: 560px;
}

.fa-h1 {
  margin: 0 0 22px;
  font-size: 56px;
  line-height: 1.25;
}

.fa-copy {
  color: #59636d;
  font-size: 17px;
  line-height: 1.8;
}

.fa-buttons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-top: 28px;
  display: flex;
}

.fa-hero-image {
  object-fit: cover;
  width: 100%;
  height: 480px;
}

.fa-trust {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 42px max(32px, 50% - 640px);
}

.fa-trust-line {
  color: #006f9f;
  word-spacing: 20px;
  font-weight: 700;
}

.fa-section {
  padding: 96px max(32px, 50% - 640px);
}

.fa-about {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.fa-about-image {
  object-fit: cover;
  width: 100%;
  height: 440px;
}

.fa-label {
  color: #006f9f;
  letter-spacing: .08em;
  font-weight: 700;
}

.fa-h2 {
  margin: 12px 0;
  font-size: 40px;
  line-height: 1.35;
}

.fa-pillar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  display: flex;
}

.fa-gray {
  background-color: #f5f5f5;
}

.fa-center {
  text-align: center;
  max-width: 720px;
  margin: auto;
}

.fa-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  display: grid;
}

.fa-card {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  min-height: 230px;
  padding: 28px;
}

.fa-method {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 48px;
  display: grid;
}

.fa-why {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.fa-why-image {
  object-fit: cover;
  width: 100%;
  height: 390px;
}

.fa-industries {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 44px;
  display: grid;
}

.fa-final {
  text-align: center;
  padding: 96px 32px;
}

.fa-footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #fff;
  background-color: #071525;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 1fr;
  padding: 64px max(32px, 50% - 640px) 32px;
  display: grid;
}

.fa-footer-logo {
  width: 140px;
}

.ca-page {
  color: #071525;
  text-align: right;
  background-color: #f5f1e8;
  min-height: 100vh;
  font-family: Noto Sans Arabic, IBM Plex Sans Arabic, Arial, sans-serif;
}

.ca-nav {
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
  padding: 28px 32px;
  display: flex;
}

.ca-logo {
  color: #006f9f;
  font-weight: 800;
  text-decoration: none;
}

.ca-back {
  color: #006f9f;
  font-size: 13px;
  text-decoration: none;
}

.ca-main {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  max-width: 1240px;
  margin: auto;
  padding: 90px 32px 110px;
  display: grid;
}

.ca-kicker {
  color: #006f9f;
  font-weight: 700;
}

.ca-title {
  font-size: 70px;
  line-height: 1.2;
}

.ca-copy {
  color: #59636d;
  font-size: 18px;
  line-height: 1.8;
}

.ca-channels {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
  display: grid;
}

.ca-channel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #071525;
  border-top: 2px solid #c89a47;
  flex-direction: column;
  padding-top: 18px;
  text-decoration: none;
  display: flex;
}

.ca-panel {
  color: #fff;
  background-color: #071525;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  padding: 48px;
  display: flex;
  box-shadow: -22px 22px #c89a47;
}

.ca-gold {
  color: #c89a47;
}

.ca-panel-title {
  font-size: 44px;
}

.ca-panel-copy {
  color: #b2bdc7;
  line-height: 1.8;
}

.ca-button {
  color: #fff;
  background-color: #006f9f;
  width: max-content;
  margin-top: 20px;
  padding: 16px 22px;
  text-decoration: none;
}

.ca-note {
  color: #8795a1;
  margin-top: 40px;
  font-size: 11px;
}

.ca-footer {
  color: #fff;
  background-color: #071525;
  justify-content: space-between;
  padding: 26px max(32px, 50% - 588px);
  display: flex;
}

.fx-page {
  color: #141414;
  text-align: right;
  background-color: #fff;
  width: 100%;
  font-family: Noto Sans Arabic, IBM Plex Sans Arabic, Arial, sans-serif;
}

.fx-navbar {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  min-height: 77px;
  padding: 20px 80px;
  display: flex;
}

.fx-logo {
  object-fit: contain;
  width: 132px;
  height: 36px;
  display: block;
}

.fx-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.fx-link {
  color: #212121;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.fx-nav-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.fx-language {
  color: #595959;
  white-space: nowrap;
  direction: ltr;
  font-size: 14px;
  font-weight: 500;
}

.fx-nav-button {
  color: #fff;
  white-space: nowrap;
  background-color: #212121;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.fx-hero {
  background-color: #fff;
  padding: 96px 80px;
}

.fx-hero-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: center;
  max-width: 1264px;
  margin: 0 auto;
  display: flex;
}

.fx-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 560px;
  display: flex;
}

.fx-title {
  color: #141414;
  letter-spacing: -.02em;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.25;
}

.fx-description {
  color: #595959;
  max-width: 560px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

.fx-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.fx-primary {
  color: #fff;
  white-space: nowrap;
  background-color: #212121;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.fx-secondary {
  color: #212121;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #212121;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.fx-hero-image {
  object-fit: cover;
  flex: none;
  width: 640px;
  height: 480px;
  display: block;
}

.hf-page {
  color: #fff;
  background-color: #071525;
  width: 100%;
  font-family: Noto Sans Arabic, IBM Plex Sans Arabic, Arial, sans-serif;
}

.hf-nav {
  direction: ltr;
  background-color: #071525;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 9px 100px;
  display: flex;
}

.hf-nav-left {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  direction: ltr;
  align-items: center;
  display: flex;
}

.hf-wa-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #071525;
  direction: ltr;
  background-color: #c89a47;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 15px 26px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.hf-wa-icon {
  object-fit: contain;
  width: 18px;
  height: 18px;
}

.hf-language {
  color: #afbac6;
  direction: ltr;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.hf-links {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  direction: ltr;
  align-items: center;
  display: flex;
}

.hf-link {
  color: #fff;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.hf-logo-link {
  width: 70px;
  height: 58px;
  display: block;
}

.hf-logo {
  object-fit: contain;
  width: 70px;
  height: 58px;
  display: block;
}

.hf-hero {
  background-color: #071525;
  height: 650px;
  padding: 90px 100px;
}

.hf-row {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  direction: ltr;
  align-items: center;
  width: 1240px;
  height: 470px;
  margin: 0 auto;
  display: flex;
}

.hf-art {
  background-image: linear-gradient(142.295deg, #0a1a2e 0%, #0e2a42 39.286%, #003d57 71.429%);
  border-radius: 16px;
  flex: none;
  width: 608px;
  height: 470px;
  position: relative;
  overflow: hidden;
}

.hf-art-label {
  opacity: .7;
  color: #fff;
  direction: rtl;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 40px;
  right: 40px;
}

.hf-line-one {
  background-color: #c89a478c;
  border-radius: 2px;
  width: 120px;
  height: 3px;
  position: absolute;
  top: 380px;
  right: 48px;
}

.hf-line-two {
  background-color: #c89a4773;
  border-radius: 2px;
  width: 156px;
  height: 3px;
  position: absolute;
  top: 396px;
  right: 48px;
}

.hf-line-three {
  background-color: #c89a4759;
  border-radius: 2px;
  width: 192px;
  height: 3px;
  position: absolute;
  top: 412px;
  right: 48px;
}

.hf-line-four {
  background-color: #c89a4740;
  border-radius: 2px;
  width: 228px;
  height: 3px;
  position: absolute;
  top: 428px;
  right: 48px;
}

.hf-copy {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  direction: rtl;
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  width: 560px;
  display: flex;
}

.hf-eyebrow {
  color: #c89a47;
  border: 1.5px solid #c89a47;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.hf-title {
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  width: 560px;
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.24;
}

.hf-description {
  color: #afbac6;
  text-align: right;
  width: 540px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.hf-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.hf-outline {
  color: #fff;
  border: 1.5px solid #66758a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 15px 26px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.hf-gold-button {
  color: #071525;
  background-color: #c89a47;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 15px 26px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.ht-section {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #f5f1e8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 248px;
  padding: 44px 100px;
  font-family: Noto Sans Arabic, IBM Plex Sans Arabic, Arial, sans-serif;
  display: flex;
}

.ht-heading {
  color: #8a8272;
  text-align: center;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
}

.ht-logos {
  object-fit: contain;
  width: 960px;
  height: 38px;
  display: block;
}

.ht-note {
  color: #b0a692;
  text-align: center;
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 23px;
}

.rv-page {
  color: #fff;
  background-color: #071525;
  width: 100%;
  font-family: Noto Sans Arabic, IBM Plex Sans Arabic, Arial, sans-serif;
}

.rv-nav {
  direction: ltr;
  background-color: #071525;
  border-bottom: 1px solid #afbac61f;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 9px 100px;
  display: flex;
}

.rv-nav-left {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  direction: ltr;
  align-items: center;
  display: flex;
}

.rv-wa {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #071525;
  direction: ltr;
  background-color: #c89a47;
  border-radius: 6px;
  align-items: center;
  height: 54px;
  padding: 11px 22px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.rv-wa-icon {
  object-fit: contain;
  width: 18px;
  height: 18px;
}

.rv-language {
  color: #afbac6;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
}

.rv-links {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  direction: ltr;
  display: flex;
}

.rv-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.rv-logo-link {
  width: 70px;
  height: 58px;
}

.rv-logo {
  object-fit: contain;
  width: 70px;
  height: 58px;
}

.rv-hero {
  background-color: #071525;
  padding: 70px 100px 120px;
}

.rv-hero-row {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  direction: ltr;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}

.rv-visual {
  background-image: linear-gradient(145deg, #0d223b 0%, #0b3550 52%, #006f9f 145%);
  border-radius: 20px;
  flex: none;
  width: 608px;
  height: 510px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px #0000003d;
}

.rv-ring-one {
  border: 1px solid #c89a4738;
  border-radius: 50%;
  width: 440px;
  height: 440px;
  position: absolute;
  top: -150px;
  left: -130px;
}

.rv-ring-two {
  border: 1px solid #ffffff1c;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -80px;
  left: -60px;
}

.rv-visual-label {
  opacity: .72;
  color: #fff;
  letter-spacing: .04em;
  font-size: 12px;
  position: absolute;
  top: 38px;
  right: 38px;
}

.rv-wordmark {
  color: #ffffff0e;
  letter-spacing: -.06em;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 108px;
  font-weight: 800;
  position: absolute;
  top: 168px;
  left: 38px;
}

.rv-speed {
  width: 248px;
  height: 76px;
  position: absolute;
  bottom: 52px;
  right: 44px;
}

.rv-speed-one {
  background-color: #c89a47bf;
  border-radius: 3px;
  width: 118px;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.rv-speed-two {
  background-color: #c89a4794;
  border-radius: 3px;
  width: 158px;
  height: 3px;
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
}

.rv-speed-three {
  background-color: #c89a476b;
  border-radius: 3px;
  width: 198px;
  height: 3px;
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
}

.rv-speed-four {
  background-color: #c89a4747;
  border-radius: 3px;
  width: 238px;
  height: 3px;
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
}

.rv-mini-card {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #071525;
  direction: rtl;
  background-color: #f5f1e8;
  border-radius: 10px;
  align-items: center;
  padding: 16px 18px;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
  box-shadow: 0 14px 40px #00000038;
}

.rv-mini-number {
  color: #006f9f;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 30px;
}

.rv-mini-copy {
  color: #445568;
  font-size: 11px;
  line-height: 1.55;
}

.rv-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  direction: rtl;
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  width: 556px;
  display: flex;
}

.rv-eyebrow {
  color: #c89a47;
  letter-spacing: .06em;
  font-size: 12px;
  font-weight: 700;
}

.rv-title {
  text-align: right;
  width: 100%;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.23;
}

.rv-title-accent {
  color: #c89a47;
  font-style: normal;
}

.rv-description {
  color: #afbac6;
  width: 535px;
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
}

.rv-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.rv-gold-button {
  color: #071525;
  background-color: #c89a47;
  border-radius: 6px;
  align-items: center;
  height: 60px;
  padding: 14px 26px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.rv-outline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border: 1.5px solid #66758a;
  border-radius: 6px;
  align-items: center;
  height: 60px;
  padding: 14px 26px;
  text-decoration: none;
  display: flex;
}

.rv-local {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-top: 1px solid #afbac62e;
  width: 100%;
  padding-top: 18px;
  font-size: 12px;
  display: flex;
}

.rv-local-title {
  color: #fff;
}

.rv-local-copy {
  color: #8291a1;
}

.rv-trust {
  background-color: #f5f1e8;
  padding: 0 100px 88px;
}

.rv-trust-card {
  color: #071525;
  background-color: #fff;
  border-top: 4px solid #c89a47;
  border-radius: 12px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 44px 26px;
  transform: translateY(-46px);
  box-shadow: 0 22px 60px #07152521;
}

.rv-trust-head {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rv-trust-kicker {
  color: #006f9f;
  font-size: 11px;
  font-weight: 700;
}

.rv-trust-title {
  margin: 6px 0 0;
  font-size: 28px;
}

.rv-trust-copy {
  color: #68737d;
  width: 430px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.rv-logo-shell {
  background-color: #f8f6f0;
  border: 1px solid #e7e1d5;
  border-radius: 8px;
  justify-content: center;
  margin-top: 28px;
  padding: 22px 38px;
  display: flex;
}

.rv-trust-logos {
  object-fit: contain;
  width: 960px;
  height: 38px;
}

.rv-proof-grid {
  grid-row-gap: 0;
  grid-column-gap: 0;
  border-top: 1px solid #e4e7e9;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
  display: grid;
}

.rv-proof {
  border-left: 1px solid #e4e7e9;
  padding: 20px 18px 8px;
}

.rv-proof-title {
  margin-bottom: 6px;
  font-size: 14px;
  display: block;
}

.rv-proof-copy {
  color: #73808c;
  font-size: 11px;
}

.rv-note {
  color: #a29a8c;
  text-align: center;
  margin: 20px 0 0;
  font-size: 10px;
}

.u-page {
  color: #fff;
  background-color: #071525;
  width: 100%;
  font-family: Noto Sans Arabic, IBM Plex Sans Arabic, Arial, sans-serif;
  overflow: hidden;
}

.u-nav {
  direction: ltr;
  background-color: #071525f5;
  border-bottom: 1px solid #afbac61f;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 9px max(40px, 50% - 620px);
  display: flex;
}

.u-nav-left {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  direction: ltr;
  align-items: center;
  display: flex;
}

.u-wa {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #071525;
  direction: ltr;
  background-color: #c89a47;
  border-radius: 6px;
  align-items: center;
  height: 52px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
}

.u-wa-icon {
  object-fit: contain;
  width: 18px;
  height: 18px;
}

.u-language {
  color: #afbac6;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
}

.u-links {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  direction: ltr;
  display: flex;
}

.u-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.u-logo-link {
  width: 70px;
  height: 58px;
}

.u-logo {
  object-fit: contain;
  width: 70px;
  height: 58px;
}

.u-hero {
  background-color: #071525;
  background-image: radial-gradient(circle at 78% 22%, #006f9f21, #0000 34%);
  padding: 66px max(40px, 50% - 620px) 128px;
}

.u-hero-row {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  direction: ltr;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}

.u-visual {
  background-image: linear-gradient(145deg, #0c2139 0%, #0b334d 55%, #005879 125%);
  border-radius: 22px;
  flex: none;
  width: 608px;
  height: 530px;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 90px #0000004d;
}

.u-glow {
  background-image: radial-gradient(circle, #006f9f6b, #006f9f00 70%);
  border-radius: 50%;
  width: 310px;
  height: 310px;
  position: absolute;
  top: 100px;
  left: 120px;
}

.u-orbit-one {
  border: 1px solid #c89a4738;
  border-radius: 50%;
  width: 460px;
  height: 460px;
  position: absolute;
  top: -170px;
  left: -150px;
}

.u-orbit-two {
  border: 1px solid #ffffff1c;
  border-radius: 50%;
  width: 330px;
  height: 330px;
  position: absolute;
  top: -105px;
  left: -80px;
}

.u-index {
  color: #91a0ae;
  letter-spacing: .18em;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  position: absolute;
  top: 30px;
  left: 32px;
}

.u-chip-one {
  color: #d7b66f;
  border: 1px solid #c89a478c;
  border-radius: 100px;
  padding: 8px 14px;
  font-size: 11px;
  position: absolute;
  top: 35px;
  right: 34px;
}

.u-chip-two {
  color: #d8e0e7;
  border: 1px solid #ffffff2e;
  border-radius: 100px;
  padding: 7px 13px;
  font-size: 11px;
  position: absolute;
  top: 84px;
  right: 132px;
}

.u-chip-three {
  color: #7dbbd6;
  border: 1px solid #006f9fbf;
  border-radius: 100px;
  padding: 7px 14px;
  font-size: 11px;
  position: absolute;
  top: 130px;
  right: 54px;
}

.u-core {
  direction: rtl;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 175px;
  left: 70px;
}

.u-core-small {
  color: #a9b6c2;
  font-size: 14px;
}

.u-core-title {
  color: #fff;
  font-size: 68px;
  line-height: 1.05;
}

.u-speed {
  width: 260px;
  height: 78px;
  position: absolute;
  bottom: 58px;
  right: 42px;
}

.u-line-one {
  background-color: #c89a47cc;
  width: 120px;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.u-line-two {
  background-color: #c89a4799;
  width: 164px;
  height: 3px;
  display: block;
  position: absolute;
  top: 21px;
  right: 0;
}

.u-line-three {
  background-color: #c89a476b;
  width: 208px;
  height: 3px;
  display: block;
  position: absolute;
  top: 42px;
  right: 0;
}

.u-line-four {
  background-color: #c89a4740;
  width: 252px;
  height: 3px;
  display: block;
  position: absolute;
  top: 63px;
  right: 0;
}

.u-signal {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  direction: rtl;
  background-color: #071525b8;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  align-items: center;
  padding: 13px 15px;
  display: flex;
  position: absolute;
  bottom: 28px;
  left: 28px;
}

.u-signal-dot {
  background-color: #c89a47;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.u-signal-text {
  color: #c4ced7;
  font-size: 10px;
}

.u-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: rtl;
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  width: 556px;
  display: flex;
}

.u-eyebrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #c89a47;
  letter-spacing: .05em;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.u-eyebrow-line {
  background-color: #c89a47;
  width: 34px;
  height: 2px;
}

.u-title {
  text-align: right;
  letter-spacing: -.015em;
  width: 100%;
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
}

.u-accent {
  color: #c89a47;
  font-style: normal;
  display: inline-block;
}

.u-description {
  color: #afbac6;
  width: 535px;
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
}

.u-buttons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.u-primary {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #071525;
  background-color: #c89a47;
  border-radius: 6px;
  align-items: center;
  height: 60px;
  padding: 14px 24px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
}

.u-secondary {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  border: 1px solid #66758a;
  border-radius: 6px;
  align-items: center;
  height: 60px;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.u-facts {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-top: 1px solid #afbac62b;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding-top: 20px;
  display: grid;
}

.u-fact {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.u-fact-title {
  color: #fff;
  font-size: 12px;
}

.u-fact-copy {
  color: #7f8e9c;
  font-size: 10px;
}

.u-trust {
  background-color: #f5f1e8;
  padding: 0 max(40px, 50% - 620px) 92px;
}

.u-trust-card {
  color: #071525;
  background-color: #fff;
  border-radius: 14px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 36px 44px 26px;
  position: relative;
  transform: translateY(-52px);
  box-shadow: 0 24px 70px #07152524;
}

.u-trust-accent {
  background-color: #c89a47;
  border-radius: 0 14px 0 0;
  width: 170px;
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
}

.u-trust-top {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.u-trust-heading {
  flex-direction: column;
  display: flex;
}

.u-trust-label {
  color: #006f9f;
  letter-spacing: .05em;
  font-size: 10px;
  font-weight: 700;
}

.u-trust-title {
  margin: 7px 0 0;
  font-size: 30px;
  line-height: 1.35;
}

.u-trust-copy {
  color: #697580;
  width: 440px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.u-logo-viewport {
  background-color: #f8f6f0;
  border: 1px solid #e5dfd2;
  border-radius: 9px;
  margin-top: 28px;
  padding: 22px 36px;
  overflow-x: auto;
}

.u-trust-logos {
  object-fit: contain;
  width: 960px;
  height: 38px;
  margin: 0 auto;
  display: block;
}

.u-proof-row {
  border-top: 1px solid #e4e7e9;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  display: grid;
}

.u-proof {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 1px solid #e4e7e9;
  align-items: flex-start;
  padding: 20px 16px 8px;
  display: flex;
}

.u-proof-number {
  color: #c89a47;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.u-proof-title {
  font-size: 13px;
  display: block;
}

.u-proof-copy {
  color: #7a858e;
  margin-top: 4px;
  font-size: 10px;
  display: block;
}

.u-note {
  color: #a39b8c;
  text-align: center;
  margin: 19px 0 0;
  font-size: 9px;
}

.u-page-1 {
  box-sizing: border-box;
  color: #fff;
  background-color: #071525;
  width: 100%;
  max-width: 100%;
  font-family: Noto Sans Arabic, IBM Plex Sans Arabic, Arial, sans-serif;
  overflow: hidden;
}

.u-nav-1 {
  box-sizing: border-box;
  direction: ltr;
  background-color: #071525f5;
  border-bottom: 1px solid #afbac61f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 80px;
  padding: 9px max(40px, 50% - 620px);
  display: flex;
}

.u-nav-left-1 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  direction: ltr;
  flex: none;
  align-items: center;
  min-width: 0;
  display: flex;
}

.u-links-1 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  direction: ltr;
  min-width: 0;
  display: flex;
}

.u-logo-link-1 {
  flex: none;
  width: 70px;
  height: 58px;
}

.u-hero-1 {
  box-sizing: border-box;
  background-color: #071525;
  background-image: radial-gradient(circle at 78% 22%, #006f9f21, #0000 34%);
  width: 100%;
  padding: 66px max(40px, 50% - 620px) 128px;
}

.u-hero-row-1 {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  direction: ltr;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}

.u-visual-1 {
  box-sizing: border-box;
  background-image: linear-gradient(145deg, #0c2139 0%, #0b334d 55%, #005879 125%);
  border-radius: 22px;
  flex: none;
  width: 608px;
  min-width: 0;
  max-width: 100%;
  height: 530px;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 90px #0000004d;
}

.u-copy-1 {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: rtl;
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  width: 556px;
  min-width: 0;
  max-width: 100%;
  display: flex;
}

.u-title-1 {
  text-align: right;
  letter-spacing: -.015em;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
}

.u-description-1 {
  color: #afbac6;
  overflow-wrap: break-word;
  width: 535px;
  max-width: 100%;
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
}

.u-buttons-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  max-width: 100%;
  display: flex;
}

.u-trust-1 {
  box-sizing: border-box;
  background-color: #f5f1e8;
  width: 100%;
  padding: 0 max(40px, 50% - 620px) 92px;
}

.u-trust-card-1 {
  box-sizing: border-box;
  color: #071525;
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  min-width: 0;
  max-width: 1240px;
  margin: 0 auto;
  padding: 36px 44px 26px;
  position: relative;
  transform: translateY(-52px);
  box-shadow: 0 24px 70px #07152524;
}

.u-trust-top-1 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 0;
  display: flex;
}

.u-trust-copy-1 {
  color: #697580;
  width: 440px;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.u-logo-viewport-1 {
  box-sizing: border-box;
  background-color: #f8f6f0;
  border: 1px solid #e5dfd2;
  border-radius: 9px;
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
  padding: 22px 36px;
  overflow-x: auto;
}

.u-trust-logos-1 {
  aspect-ratio: 960 / 38;
  object-fit: contain;
  width: 960px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.u-page-1-2 {
  box-sizing: border-box;
  color: #fff;
  background-color: #071525;
  width: 100%;
  max-width: 100%;
  font-family: Noto Sans Arabic, IBM Plex Sans Arabic, Arial, sans-serif;
  overflow: hidden;
}

.u-nav-1-2 {
  box-sizing: border-box;
  direction: ltr;
  background-color: #071525f5;
  border-bottom: 1px solid #afbac61f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 80px;
  padding: 9px max(40px, 50% - 620px);
  display: flex;
}

.u-nav-left-1-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  direction: ltr;
  flex: none;
  align-items: center;
  min-width: 0;
  display: flex;
}

.u-links-1-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  direction: ltr;
  min-width: 0;
  display: flex;
}

.u-logo-link-1-2 {
  flex: none;
  width: 70px;
  height: 58px;
}

.u-hero-1-2 {
  box-sizing: border-box;
  background-color: #071525;
  background-image: radial-gradient(circle at 78% 22%, #006f9f21, #0000 34%);
  width: 100%;
  padding: 66px max(40px, 50% - 620px) 128px;
}

.u-hero-row-1-2 {
  box-sizing: border-box;
  grid-row-gap: clamp(36px, 5.25vw, 76px);
  grid-column-gap: clamp(36px, 5.25vw, 76px);
  direction: ltr;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}

.u-visual-1-2 {
  box-sizing: border-box;
  background-image: linear-gradient(145deg, #0c2139 0%, #0b334d 55%, #005879 125%);
  border-radius: 22px;
  flex: 52%;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: 530px;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 90px #0000004d;
}

.u-copy-1-2 {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: rtl;
  flex-direction: column;
  flex: 48%;
  align-items: flex-end;
  width: auto;
  min-width: 0;
  max-width: 100%;
  display: flex;
}

.u-title-1-2 {
  text-align: right;
  letter-spacing: -.015em;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.2;
}

.u-accent-1 {
  color: #c89a47;
  white-space: normal;
  overflow-wrap: anywhere;
  font-style: normal;
  display: inline;
}

.u-description-1-2 {
  color: #afbac6;
  white-space: normal;
  overflow-wrap: anywhere;
  width: 535px;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
}

.u-buttons-1-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  max-width: 100%;
  display: flex;
}

.u-trust-1-2 {
  box-sizing: border-box;
  background-color: #f5f1e8;
  width: 100%;
  padding: 0 max(40px, 50% - 620px) 92px;
}

.u-trust-card-1-2 {
  box-sizing: border-box;
  color: #071525;
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  min-width: 0;
  max-width: 1240px;
  margin: 0 auto;
  padding: 36px 44px 26px;
  position: relative;
  transform: translateY(-52px);
  box-shadow: 0 24px 70px #07152524;
}

.u-trust-top-1-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 0;
  display: flex;
}

.u-trust-copy-1-2 {
  color: #697580;
  width: 440px;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.u-logo-viewport-1-2 {
  box-sizing: border-box;
  background-color: #f8f6f0;
  border: 1px solid #e5dfd2;
  border-radius: 9px;
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
  padding: 22px 36px;
  overflow-x: auto;
}

.u-trust-logos-1-2 {
  aspect-ratio: 960 / 38;
  object-fit: contain;
  width: 960px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.u-page-1-2-3 {
  box-sizing: border-box;
  color: #fff;
  background-color: #071525;
  width: 100%;
  max-width: 100%;
  font-family: Noto Sans Arabic, IBM Plex Sans Arabic, Arial, sans-serif;
  overflow: hidden;
}

.u-nav-1-2-3 {
  box-sizing: border-box;
  direction: ltr;
  background-color: #071525f5;
  border-bottom: 1px solid #afbac61f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 80px;
  padding: 9px max(40px, 50% - 620px);
  display: flex;
}

.u-nav-left-1-2-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  direction: ltr;
  flex: none;
  align-items: center;
  min-width: 0;
  display: flex;
}

.u-links-1-2-3 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  direction: ltr;
  min-width: 0;
  display: flex;
}

.u-logo-link-1-2-3 {
  flex: none;
  width: 70px;
  height: 58px;
}

.u-hero-1-2-3 {
  box-sizing: border-box;
  background-color: #071525;
  background-image: radial-gradient(circle at 78% 22%, #006f9f21, #0000 34%);
  width: 100%;
  padding: 66px max(40px, 50% - 620px) 84px;
}

.u-hero-row-1-2-3 {
  box-sizing: border-box;
  grid-row-gap: clamp(36px, 5.25vw, 76px);
  grid-column-gap: clamp(36px, 5.25vw, 76px);
  direction: ltr;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}

.u-visual-1-2-3 {
  box-sizing: border-box;
  background-image: linear-gradient(145deg, #0c2139 0%, #0b334d 55%, #005879 125%);
  border-radius: 22px;
  flex: 52%;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: 530px;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 90px #0000004d;
}

.u-copy-1-2-3 {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: rtl;
  flex-direction: column;
  flex: 48%;
  align-items: flex-end;
  width: auto;
  min-width: 0;
  max-width: 100%;
  display: flex;
}

.u-title-1-2-3 {
  text-align: right;
  letter-spacing: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.34;
}

.u-title-line {
  white-space: normal;
  overflow-wrap: anywhere;
  width: 100%;
  max-width: 100%;
  display: block;
}

.u-accent-1-2 {
  color: #c89a47;
  white-space: normal;
  overflow-wrap: anywhere;
  font-style: normal;
  display: inline;
}

.u-button-arrow {
  display: inline-block;
}

.u-description-1-2-3 {
  color: #afbac6;
  white-space: normal;
  overflow-wrap: anywhere;
  width: 535px;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
}

.u-buttons-1-2-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  max-width: 100%;
  display: flex;
}

.u-trust-1-2-3 {
  box-sizing: border-box;
  background-color: #f5f1e8;
  width: 100%;
  padding: 0 max(40px, 50% - 620px) 92px;
}

.u-trust-card-1-2-3 {
  box-sizing: border-box;
  color: #071525;
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  min-width: 0;
  max-width: 1240px;
  margin: 0 auto;
  padding: 36px 44px 26px;
  position: relative;
  transform: translateY(-52px);
  box-shadow: 0 24px 70px #07152524;
}

.u-trust-top-1-2-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 0;
  display: flex;
}

.u-trust-copy-1-2-3 {
  color: #697580;
  width: 440px;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.u-logo-viewport-1-2-3 {
  box-sizing: border-box;
  background-color: #f8f6f0;
  border: 1px solid #e5dfd2;
  border-radius: 9px;
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
  padding: 22px 36px;
  overflow-x: auto;
}

.u-trust-logos-1-2-3 {
  aspect-ratio: 960 / 38;
  object-fit: contain;
  width: 960px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.p-partnership {
  box-sizing: border-box;
  direction: rtl;
  background-image: linear-gradient(#071525 0 70px, #f5f1e8 70px 100%);
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0 max(40px, 50% - 620px) 112px;
  overflow: hidden;
}

.p-shell {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 1240px;
  margin: 0 auto;
}

.p-card {
  box-sizing: border-box;
  color: #071525;
  background-color: #fff;
  border: 1px solid #07152512;
  border-radius: 22px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 52px 52px 38px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 80px #07152524;
}

.p-top-line {
  background-color: #c89a47;
  border-radius: 0 22px 0 0;
  width: 220px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.p-section-index {
  color: #9aa4ad;
  letter-spacing: .16em;
  direction: ltr;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  position: absolute;
  top: 34px;
  left: 42px;
}

.p-head {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  align-items: end;
  width: 100%;
  min-width: 0;
  padding-top: 12px;
  display: grid;
}

.p-heading-group {
  min-width: 0;
}

.p-kicker {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #006f9f;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.p-kicker-dot {
  background-color: #c89a47;
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 5px #c89a471f;
}

.p-title {
  letter-spacing: -.015em;
  max-width: 560px;
  margin: 12px 0 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
}

.p-intro {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.p-copy {
  color: #697580;
  overflow-wrap: anywhere;
  width: 100%;
  min-width: 0;
  max-width: 520px;
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.p-promise {
  box-sizing: border-box;
  color: #071525;
  overflow-wrap: anywhere;
  border-right: 3px solid #c89a47;
  width: fit-content;
  max-width: 100%;
  padding: 6px 15px 6px 0;
  font-size: 13px;
  font-weight: 700;
}

.p-client-band {
  box-sizing: border-box;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f8f5ed;
  border: 1px solid #e6dfd1;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-width: 0;
  margin-top: 38px;
  padding: 20px 24px;
  display: grid;
}

.p-client-caption {
  border-left: 1px solid #ddd4c5;
  min-width: 0;
  padding-left: 24px;
}

.p-caption-small {
  color: #006f9f;
  font-size: 9px;
  font-weight: 700;
}

.p-caption-title {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
}

.p-logo-frame {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 7px 10px;
  overflow: hidden;
}

.p-logos {
  opacity: .88;
  filter: contrast(1.08);
  object-fit: contain;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

.p-pillars {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  margin-top: 18px;
  display: grid;
}

.p-pillar {
  box-sizing: border-box;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  min-width: 0;
  transform-style: preserve-3d;
  background-color: #fbfaf7;
  border: 1px solid #e7e8e8;
  border-top: 3px solid #d8dde0;
  border-radius: 10px;
  align-items: flex-start;
  padding: 26px 24px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  display: flex;
}

.p-pillar:hover {
  border-color: #d4a24a80;
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 18px 38px #0715251f;
}

.p-pillar-featured {
  background-image: linear-gradient(145deg, #fffaf0, #fbfaf7);
  border-top-color: #c89a47;
}

.p-pillar-number {
  color: #c89a47;
  letter-spacing: .08em;
  flex: none;
  padding-top: 4px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.p-pillar-body {
  min-width: 0;
}

.p-pillar-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.p-pillar-copy {
  color: #7a858e;
  overflow-wrap: anywhere;
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.75;
}

.p-note {
  color: #a39b8c;
  text-align: center;
  margin: 22px 0 0;
  font-size: 9px;
  line-height: 1.6;
}

.a-partnership {
  box-sizing: border-box;
  color: #071525;
  direction: rtl;
  background-color: #f5f1e8;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 56px max(40px, 50% - 620px) 112px;
  overflow: hidden;
}

.a-wrap {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 1240px;
  margin: 0 auto;
}

.a-stage {
  direction: rtl;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  width: 100%;
  min-width: 0;
  display: grid;
  overflow: hidden;
  box-shadow: 0 30px 80px #07152529;
}

.a-statement {
  box-sizing: border-box;
  color: #fff;
  background-color: #071525;
  background-image: radial-gradient(circle at 18% 85%, #006f9f57, #0000 36%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  min-height: 390px;
  padding: 58px 52px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-orbit {
  pointer-events: none;
  border: 1px solid #c89a4738;
  border-radius: 50%;
  position: absolute;
}

.a-orbit-one {
  width: 360px;
  height: 360px;
  bottom: -210px;
  left: -180px;
}

.a-orbit-two {
  border-color: #ffffff1f;
  width: 240px;
  height: 240px;
  bottom: -145px;
  left: -120px;
}

.a-stage-index {
  color: #728191;
  letter-spacing: .16em;
  direction: ltr;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  position: absolute;
  top: 30px;
  left: 34px;
}

.a-kicker {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #d3ad61;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.a-kicker-line {
  background-color: #c89a47;
  width: 38px;
  height: 2px;
}

.a-title {
  letter-spacing: 0;
  overflow-wrap: anywhere;
  width: 100%;
  min-width: 0;
  max-width: 510px;
  margin: 18px 0 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.48;
}

.a-stage-note {
  color: #b8c4ce;
  border: 1px solid #ffffff26;
  border-radius: 100px;
  margin-top: 30px;
  padding: 10px 15px;
  font-size: 11px;
}

.a-intro-panel {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 58px 52px;
  display: flex;
}

.a-intro-number {
  color: #006f9f;
  font-size: 11px;
  font-weight: 700;
}

.a-copy {
  color: #566471;
  overflow-wrap: anywhere;
  width: 100%;
  min-width: 0;
  max-width: 500px;
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.a-promise-row {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f5ed;
  border-right: 4px solid #c89a47;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin-top: 6px;
  padding: 19px 20px;
  display: flex;
}

.a-promise-icon {
  color: #071525;
  background-color: #c89a47;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.a-promise-title {
  font-size: 14px;
  font-weight: 700;
}

.a-promise-copy {
  color: #7a858e;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.6;
}

.a-logo-section {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #07152514;
  border-radius: 18px;
  width: 100%;
  min-width: 0;
  margin-top: 22px;
  padding: 30px 30px 28px;
  box-shadow: 0 16px 44px #07152512;
}

.a-logo-head {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
  margin-bottom: 22px;
  display: flex;
}

.a-logo-kicker {
  color: #006f9f;
  font-size: 9px;
  font-weight: 700;
}

.a-logo-title {
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.a-logo-status {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #8a8272;
  white-space: nowrap;
  align-items: center;
  font-size: 9px;
  display: flex;
}

.a-status-dot {
  background-color: #c89a47;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.a-logo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  display: grid;
}

.a-logo-card {
  box-sizing: border-box;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #384553;
  background-color: #f7f4ec;
  border: 1px solid #ded7c9;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 82px;
  transition: transform .25s, background .25s, border-color .25s;
  display: flex;
}

.a-mark {
  color: #006f9f;
  flex: none;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.a-mark-triangle, .a-mark-diamond {
  color: #c89a47;
}

.a-wordmark {
  color: #34414d;
  letter-spacing: .025em;
  white-space: nowrap;
  min-width: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.a-wordmark-soft {
  letter-spacing: 0;
  font-size: 11px;
}

.a-wordmark-large {
  letter-spacing: .08em;
  font-size: 13px;
}

.a-pillars {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  margin-top: 22px;
  display: grid;
}

.a-pillar {
  box-sizing: border-box;
  color: #fff;
  background-color: #0b2035;
  border: 1px solid #ffffff14;
  border-radius: 14px;
  min-width: 0;
  min-height: 190px;
  padding: 27px 26px;
  transition: transform .25s, background .25s;
  position: relative;
  overflow: hidden;
}

.a-pillar-gold {
  color: #071525;
  background-image: linear-gradient(145deg, #b98735, #d5aa58);
  border-color: #0000;
}

.a-pillar-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.a-pillar-no {
  opacity: .78;
  letter-spacing: .1em;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.a-pillar-arrow {
  opacity: .58;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.a-pillar-title {
  margin: 32px 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.a-pillar-copy {
  color: #aebbc7;
  max-width: 285px;
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.8;
}

.a-pillar-copy-dark {
  color: #071525b8;
}

.a-disclaimer {
  color: #9c9485;
  text-align: center;
  margin: 18px 0 0;
  font-size: 9px;
  line-height: 1.65;
}

.s-services {
  color: #071525;
  background-color: #f5f1e8;
  padding: 120px 0 112px;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.s-wrap {
  width: calc(100% - 80px);
  max-width: 1240px;
  margin: 0 auto;
}

.s-head {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: end;
  margin-bottom: 56px;
  display: grid;
}

.s-heading-block {
  min-width: 0;
}

.s-intro {
  border-right: 1px solid #0715252e;
  min-width: 0;
  padding: 0 28px 4px 0;
}

.s-kicker {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #8a5a0b;
  align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.s-kicker-dot {
  background-color: #d7a93e;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 6px #d7a93e29;
}

.s-title {
  color: #071525;
  letter-spacing: 0;
  max-width: 720px;
  margin: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.25;
}

.s-index {
  color: #1553ad;
  text-align: right;
  letter-spacing: 1.7px;
  direction: ltr;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.s-lead {
  color: #354252;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.9;
}

.s-all-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #071525;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: inline-flex;
}

.s-all-arrow {
  border: 1px solid #07152547;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  transition: transform .25s, background-color .25s;
  display: grid;
}

.s-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  display: grid;
}

.s-card {
  border: 1px solid #07152524;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 330px;
  padding: 28px;
  transition: transform .28s, box-shadow .28s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s-card-strategy {
  color: #f8f3e9;
  background-color: #071525;
  grid-column-start: span 7;
  min-height: 390px;
}

.s-card-social {
  color: #fff;
  background-color: #155acb;
  grid-column-start: span 5;
  min-height: 390px;
}

.s-card-content {
  background-color: #fffdf8;
  grid-column-start: span 4;
}

.s-card-brand {
  background-color: #d7a93e;
  grid-column-start: span 8;
}

.s-card-web {
  background-color: #e8edf3;
  grid-column-start: span 7;
}

.s-card-ads {
  color: #fff;
  background-color: #0d294b;
  grid-column-start: span 5;
}

.s-card-top {
  z-index: 3;
  direction: ltr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.s-no {
  color: #415063;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.s-no-light {
  color: #ffffffd1;
}

.s-symbol {
  color: #071525;
  border: 1px solid #0715253b;
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  display: grid;
}

.s-symbol-strategy {
  color: #e8bd59;
  border-color: #d7a93e80;
}

.s-symbol-light {
  color: #fff;
  border-color: #ffffff7a;
}

.s-symbol-gold {
  color: #e8bd59;
  border-color: #d7a93e8c;
}

.s-card-body {
  z-index: 3;
  min-width: 0;
  max-width: 570px;
  position: relative;
}

.s-en {
  color: #1553ad;
  text-align: right;
  letter-spacing: 1.8px;
  direction: ltr;
  margin-bottom: 11px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.s-en-light {
  color: #ffffffc7;
}

.s-card-title {
  color: #071525;
  letter-spacing: 0;
  margin: 0 0 14px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4;
}

.s-light {
  color: #fff;
}

.s-card-copy {
  color: #354252;
  max-width: 540px;
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
}

.s-copy-light {
  color: #ffffffe0;
}

.s-route {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.s-route-light {
  color: #ffffffc2;
}

.s-route-line {
  background-color: #d7a93ea6;
  width: 42px;
  height: 1px;
}

.s-orbit {
  border: 1px solid #ffffff40;
  border-radius: 50%;
  width: 310px;
  height: 310px;
  position: absolute;
  top: -85px;
  left: -88px;
  box-shadow: 0 0 0 42px #ffffff0d, 0 0 0 84px #ffffff09;
}

.s-crop {
  opacity: .55;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.s-crop-corner {
  border-style: solid;
  border-color: #155acb;
  width: 27px;
  height: 27px;
  position: absolute;
}

.s-crop-one {
  border-width: 2px 2px 0 0;
  top: 0;
  right: 0;
}

.s-crop-two {
  border-width: 0 0 2px 2px;
  bottom: 0;
  left: 0;
}

.s-brand-word {
  color: #07152513;
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: -30px;
  left: 22px;
}

.s-brand-body {
  max-width: 610px;
}

.s-browser {
  direction: ltr;
  background-color: #ffffff7a;
  border: 1px solid #07152533;
  border-radius: 7px;
  width: 140px;
  height: 96px;
  position: absolute;
  top: 27px;
  left: 26px;
}

.s-browser-bar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #07152529;
  align-items: center;
  height: 23px;
  padding: 0 8px;
  display: flex;
}

.s-browser-dot {
  background-color: #155acb;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.s-browser-screen {
  padding: 13px;
}

.s-screen-line {
  background-color: #07152538;
  width: 52px;
  height: 5px;
  margin-bottom: 7px;
}

.s-screen-wide {
  background-color: #071525;
  width: 82px;
}

.s-screen-button {
  background-color: #d7a93e;
  width: 34px;
  height: 13px;
  margin-top: 11px;
}

.s-pulse {
  opacity: .34;
  width: 180px;
  position: absolute;
  bottom: 32px;
  left: -10px;
}

.s-pulse-line {
  transform-origin: 0;
  background-image: linear-gradient(90deg, #0000, #d7a93e);
  height: 2px;
  margin-top: 13px;
}

.s-pulse-one {
  width: 130px;
}

.s-pulse-two {
  width: 180px;
}

.s-pulse-three {
  width: 95px;
}

.s-footer-line {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-top: 1px solid #0715252e;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
  padding-top: 32px;
  display: flex;
}

.s-footer-note {
  color: #354252;
  font-size: 16px;
  line-height: 1.7;
}

.s-footer-cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #071525;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

._w-work {
  color: #fff;
  background-color: #050f1b;
  padding: 124px 0 112px;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

._w-shell {
  width: calc(100% - 80px);
  max-width: 1240px;
  margin: 0 auto;
}

._w-head {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: end;
  margin-bottom: 58px;
  display: grid;
}

._w-title-side {
  min-width: 0;
}

._w-head-copy {
  border-right: 1px solid #ffffff2e;
  min-width: 0;
  padding: 0 28px 3px 0;
}

._w-kicker {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #e5b94f;
  align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

._w-kicker-line {
  background-color: #e5b94f;
  width: 42px;
  height: 2px;
}

._w-title {
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.22;
}

._w-index {
  color: #73a8ff;
  text-align: right;
  letter-spacing: 1.8px;
  direction: ltr;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

._w-lead {
  color: #c9d2de;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.9;
}

._w-status {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #9fabb9;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.7;
  display: flex;
}

._w-status-dot {
  background-color: #e5b94f;
  border-radius: 50%;
  flex: none;
  width: 7px;
  height: 7px;
  margin-top: 7px;
}

._w-feature {
  background-color: #0a192b;
  border: 1px solid #ffffff2e;
  margin-bottom: 20px;
  transition: transform .35s, box-shadow .35s;
}

._w-feature-art {
  background-image: linear-gradient(135deg, #155acb 0%, #0b3474 48%, #071525 100%);
  min-height: 540px;
  position: relative;
  overflow: hidden;
}

._w-grid-lines {
  opacity: .7;
  background-image: linear-gradient(#ffffff17 1px, #0000 1px), linear-gradient(90deg, #ffffff17 1px, #0000 1px);
  background-size: 64px 64px;
  position: absolute;
  inset: 0;
}

._w-sun {
  background-color: #e5b94f;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  position: absolute;
  top: 8%;
  left: 7%;
  box-shadow: 0 0 0 34px #e5b94f1c, 0 0 0 68px #e5b94f0e;
}

._w-word {
  letter-spacing: -5px;
  direction: ltr;
  font-weight: 700;
  line-height: .82;
  position: absolute;
}

._w-word-one {
  color: #fffffff5;
  font-size: 112px;
  top: 8%;
  right: 4%;
}

._w-word-two {
  color: #0000;
  font-size: 112px;
  bottom: 7%;
  right: 4%;
}

._w-slice {
  background-color: #071525d1;
  width: 44%;
  height: 150%;
  position: absolute;
  top: -25%;
  left: 29%;
  transform: rotate(18deg);
  box-shadow: 0 0 70px #07152547;
}

._w-cross {
  color: #fff;
  font-size: 118px;
  font-weight: 200;
  line-height: 1;
  position: absolute;
  bottom: 3%;
  left: 5%;
}

._w-art-label {
  color: #ffffffb8;
  letter-spacing: 2px;
  direction: ltr;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 28px;
  left: 30px;
}

._w-feature-info {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 72px minmax(0, 1fr) auto 52px;
  align-items: end;
  padding: 30px;
  display: grid;
}

._w-project-number {
  color: #7590ad;
  letter-spacing: 1px;
  direction: ltr;
  font-size: 14px;
  line-height: 1.4;
}

._w-tag {
  color: #e5b94f;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

._w-project-title {
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
}

._w-project-meta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #c9d2de;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
}

._w-project-arrow {
  color: #fff;
  border: 1px solid #ffffff52;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  display: grid;
}

._w-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

._w-project {
  border: 1px solid #ffffff2e;
  transition: transform .35s;
  overflow: hidden;
}

._w-project-gold {
  color: #071525;
  background-color: #e5b94f;
}

._w-project-blue {
  color: #fff;
  background-color: #0a192b;
}

._w-gold-art {
  background-color: #e5b94f;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

._w-fold {
  background-color: #f6d985;
  position: absolute;
  box-shadow: 0 20px 60px #0715251f;
}

._w-fold-one {
  width: 58%;
  height: 145%;
  top: -28%;
  right: 12%;
  transform: rotate(-16deg);
}

._w-fold-two {
  background-color: #c68d15;
  width: 38%;
  height: 120%;
  top: -10%;
  left: -4%;
  transform: rotate(25deg);
}

._w-gold-letter {
  color: #071525;
  font-size: 250px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: -11%;
  right: 8%;
}

._w-gold-caption {
  color: #071525b8;
  letter-spacing: 1.7px;
  direction: ltr;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 23px;
  left: 24px;
}

._w-blue-art {
  background-image: linear-gradient(145deg, #071525, #123c75);
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

._w-ring {
  border: 1px solid #73a8ff94;
  border-radius: 50%;
  position: absolute;
}

._w-ring-one {
  width: 360px;
  height: 360px;
  top: -70px;
  right: -80px;
}

._w-ring-two {
  width: 235px;
  height: 235px;
  top: -6px;
  right: -18px;
  box-shadow: 0 0 0 35px #155acb1f;
}

._w-blue-panel {
  background-color: #ffffff14;
  border: 1px solid #ffffff47;
  width: 50%;
  height: 47%;
  padding: 28px;
  position: absolute;
  bottom: 14%;
  left: 11%;
  box-shadow: 0 28px 60px #00000040;
}

._w-ui-line {
  background-color: #ffffff61;
  width: 46%;
  height: 8px;
  margin-bottom: 13px;
}

._w-ui-long {
  background-color: #fff;
  width: 82%;
  height: 12px;
}

._w-ui-button {
  background-color: #e5b94f;
  width: 82px;
  height: 30px;
  margin-top: 40px;
}

._w-blue-caption {
  color: #ffffffb3;
  letter-spacing: 1.7px;
  direction: ltr;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 23px;
  left: 24px;
}

._w-small-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 180px;
  padding: 27px;
  display: flex;
}

._w-small-info-dark {
  background-color: #0a192b;
}

._w-small-tag {
  color: #72500d;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

._w-tag-light {
  color: #73a8ff;
}

._w-small-title {
  color: #071525;
  letter-spacing: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}

._w-text-light {
  color: #fff;
}

._w-circle-arrow {
  border: 1px solid #07152559;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 46px;
  height: 46px;
  font-size: 18px;
  display: grid;
}

._w-circle-light {
  color: #fff;
  border-color: #ffffff52;
}

._w-marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: rtl;
  border-bottom: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: center;
  padding: 54px 0 48px;
  display: flex;
  overflow: hidden;
}

._w-marquee-text {
  color: #fff;
  white-space: nowrap;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

._w-marquee-mark {
  color: #e5b94f;
  font-size: 22px;
}

._w-bottom {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  display: flex;
}

._w-note {
  color: #8f9baa;
  max-width: 650px;
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

._w-cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

._w-cta-arrow {
  color: #e5b94f;
  font-size: 20px;
}

.pw-section {
  color: #fff;
  background-color: #050f1b;
  padding: 124px 0 112px;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.pw-wrap {
  width: calc(100% - 80px);
  max-width: 1240px;
  margin: 0 auto;
}

.pw-head {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: end;
  margin-bottom: 58px;
  display: grid;
}

.pw-head-main {
  min-width: 0;
}

.pw-intro {
  border-right: 1px solid #ffffff2e;
  min-width: 0;
  padding: 0 28px 3px 0;
}

.pw-kicker {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #e5b94f;
  align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.pw-kicker-line {
  background-color: #e5b94f;
  width: 42px;
  height: 2px;
}

.pw-title {
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.22;
}

.pw-index {
  color: #73a8ff;
  text-align: right;
  letter-spacing: 1.8px;
  direction: ltr;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.pw-lead {
  color: #c9d2de;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.9;
}

.pw-ready {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #aeb8c5;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.7;
  display: flex;
}

.pw-ready-dot {
  background-color: #e5b94f;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-top: 7px;
}

.pw-feature {
  background-color: #0a192b;
  border: 1px solid #ffffff2e;
  margin-bottom: 20px;
  transition: transform .35s, box-shadow .35s;
  overflow: hidden;
}

.pw-hero-art {
  background-image: linear-gradient(135deg, #155acb, #0b3474 52%, #071525);
  min-height: 540px;
  position: relative;
  overflow: hidden;
}

.pw-grid {
  opacity: .7;
  background-image: linear-gradient(#ffffff17 1px, #0000 1px), linear-gradient(90deg, #ffffff17 1px, #0000 1px);
  background-size: 64px 64px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pw-disc {
  background-color: #e5b94f;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  position: absolute;
  top: 8%;
  left: 7%;
  box-shadow: 0 0 0 34px #e5b94f1c, 0 0 0 68px #e5b94f0e;
}

.pw-idea {
  color: #fff;
  direction: ltr;
  font-size: 112px;
  font-weight: 700;
  line-height: .86;
  position: absolute;
  top: 8%;
  right: 4%;
}

.pw-impact {
  color: #ffffff2e;
  direction: ltr;
  font-size: 112px;
  font-weight: 700;
  line-height: .86;
  position: absolute;
  bottom: 7%;
  right: 4%;
}

.pw-band {
  background-color: #071525d1;
  width: 44%;
  height: 760px;
  position: absolute;
  top: -120px;
  left: 29%;
  transform: rotate(18deg);
  box-shadow: 0 0 70px #07152547;
}

.pw-plus {
  color: #fff;
  font-size: 118px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  bottom: 3%;
  left: 5%;
}

.pw-art-note {
  color: #ffffffbd;
  letter-spacing: 2px;
  direction: ltr;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 28px;
  left: 30px;
}

.pw-feature-info {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 72px minmax(0, 1fr) auto 52px;
  align-items: end;
  padding: 30px;
  display: grid;
}

.pw-number {
  color: #92a2b5;
  letter-spacing: 1px;
  direction: ltr;
  font-size: 14px;
  line-height: 1.4;
}

.pw-info-main {
  min-width: 0;
}

.pw-label {
  color: #e5b94f;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.pw-feature-title {
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
}

.pw-meta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #d3d9e1;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
}

.pw-arrow {
  color: #fff;
  border: 1px solid #ffffff57;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  display: grid;
}

.pw-projects {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.pw-card {
  border: 1px solid #ffffff2e;
  transition: transform .35s;
  overflow: hidden;
}

.pw-gold-card {
  color: #071525;
  background-color: #e5b94f;
}

.pw-blue-card {
  color: #fff;
  background-color: #0a192b;
}

.pw-gold-art {
  background-color: #e5b94f;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.pw-shape-one {
  background-color: #f6d985;
  width: 58%;
  height: 570px;
  position: absolute;
  top: -110px;
  right: 12%;
  transform: rotate(-16deg);
  box-shadow: 0 20px 60px #0715251f;
}

.pw-shape-two {
  background-color: #c68d15;
  width: 38%;
  height: 480px;
  position: absolute;
  top: -40px;
  left: -4%;
  transform: rotate(25deg);
}

.pw-arabic-mark {
  color: #071525;
  font-size: 250px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: -11%;
  right: 8%;
}

.pw-note-dark {
  color: #071525b8;
}

.pw-blue-art {
  background-image: linear-gradient(145deg, #071525, #123c75);
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.pw-ring-one {
  border: 1px solid #73a8ff94;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  position: absolute;
  top: -70px;
  right: -80px;
}

.pw-ring-two {
  border: 1px solid #73a8ff94;
  border-radius: 50%;
  width: 235px;
  height: 235px;
  position: absolute;
  top: -6px;
  right: -18px;
  box-shadow: 0 0 0 35px #155acb1f;
}

.pw-ui {
  background-color: #ffffff14;
  border: 1px solid #ffffff47;
  width: 50%;
  height: 47%;
  padding: 28px;
  position: absolute;
  bottom: 14%;
  left: 11%;
  box-shadow: 0 28px 60px #00000040;
}

.pw-ui-heading {
  background-color: #fff;
  width: 82%;
  height: 12px;
  margin-bottom: 14px;
}

.pw-ui-line {
  background-color: #fff6;
  width: 48%;
  height: 7px;
  margin-bottom: 11px;
}

.pw-ui-button {
  background-color: #e5b94f;
  width: 82px;
  height: 30px;
  margin-top: 40px;
}

.pw-card-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 180px;
  padding: 27px;
  display: flex;
}

.pw-card-info-dark {
  background-color: #0a192b;
}

.pw-card-label {
  color: #6f4a07;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.pw-label-blue {
  color: #73a8ff;
}

.pw-card-title {
  color: #071525;
  letter-spacing: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}

.pw-white {
  color: #fff;
}

.pw-dark-arrow {
  border: 1px solid #07152561;
  border-radius: 50%;
  place-items: center;
  width: 46px;
  height: 46px;
  font-size: 18px;
  display: grid;
}

.pw-light-arrow {
  color: #fff;
  border: 1px solid #ffffff57;
  border-radius: 50%;
  place-items: center;
  width: 46px;
  height: 46px;
  font-size: 18px;
  display: grid;
}

.pw-rhythm {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: center;
  padding: 54px 0 48px;
  display: flex;
  overflow: hidden;
}

.pw-rhythm-word {
  color: #fff;
  white-space: nowrap;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

.pw-star {
  color: #e5b94f;
  font-size: 22px;
}

.pw-bottom {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  display: flex;
}

.pw-disclaimer {
  color: #9da9b7;
  max-width: 650px;
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.pw-cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.pw-cta-icon {
  color: #e5b94f;
  font-size: 20px;
}

.fw-section {
  box-sizing: border-box;
  color: #071525;
  background-color: #f5f1e8;
  width: 100%;
  padding: 104px 40px 112px;
  font-family: Noto Sans Arabic, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.fw-shell {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.fw-header {
  text-align: center;
  width: 720px;
  max-width: 100%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.fw-kicker {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #9c761d;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
}

.fw-kicker-line {
  background-color: #d6a936;
  width: 36px;
  height: 2px;
  display: block;
}

.fw-title {
  color: #071525;
  letter-spacing: 0;
  margin: 0 0 18px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.3;
}

.fw-title-accent {
  color: #1d4ed8;
}

.fw-intro {
  color: #56606c;
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
}

.fw-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  width: 100%;
  display: grid;
}

.fw-card {
  background-color: #fff;
  border: 1px solid #0715251c;
  border-radius: 18px;
  min-width: 0;
  transition: transform .24s, box-shadow .24s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 36px #07152512;
}

.fw-offset {
  margin-top: 36px;
}

.fw-media {
  aspect-ratio: 308 / 385;
  background-color: #d9d5cc;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fw-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .4s;
  display: block;
}

.fw-image:hover {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.04);
}

.fw-index {
  color: #f5d060;
  letter-spacing: 1px;
  background-color: #071525db;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 28px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
}

.fw-card-body {
  box-sizing: border-box;
  text-align: right;
  min-height: 126px;
  padding: 20px 20px 22px;
}

.fw-category {
  color: #8b6817;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.fw-card-title {
  color: #071525;
  margin: 0 0 5px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.55;
}

.fw-card-subtitle {
  color: #5f6975;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.fw-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.fw-all {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  white-space: nowrap;
  background-color: #071525;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 142px;
  height: 48px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}

.fw-arrow {
  color: #f5d060;
  font-size: 20px;
  line-height: 1;
}

.fw-footer-line {
  background-color: #07152524;
  width: 100%;
  height: 1px;
}

.hw-section {
  box-sizing: border-box;
  color: #fff;
  background-color: #071525;
  width: 100%;
  padding: 104px 40px 112px;
  font-family: Noto Sans Arabic, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.hw-shell {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.hw-header {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.hw-heading {
  text-align: right;
  min-width: 0;
}

.hw-kicker {
  color: #d4a24a;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.hw-title {
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.25;
}

.hw-title-accent {
  color: #45a9d0;
}

.hw-lead {
  color: #bac4cf;
  text-align: right;
  width: 440px;
  max-width: 100%;
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
}

.hw-layout {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  align-items: stretch;
  display: grid;
}

.hw-process {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  min-width: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.hw-rail {
  opacity: .72;
  background-image: linear-gradient(#d4a24a 0%, #2f89ae 100%);
  width: 2px;
  position: absolute;
  top: 34px;
  bottom: 34px;
  right: 25px;
}

.hw-step {
  z-index: 1;
  box-sizing: border-box;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #ffffff0b;
  border: 1px solid #ffffff1c;
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 52px minmax(0, 1fr) 64px;
  align-items: center;
  min-height: 92px;
  padding: 17px 18px 17px 16px;
  transition: transform .22s, border-color .22s, background-color .22s;
  display: grid;
  position: relative;
}

.hw-number {
  box-sizing: border-box;
  color: #e2b45c;
  background-color: #071525;
  border: 1px solid #d4a24ab3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  display: flex;
}

.hw-copy {
  text-align: right;
  min-width: 0;
}

.hw-step-title {
  color: #fff;
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.hw-step-text {
  color: #b8c2cd;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.hw-tag {
  color: #78c7e5;
  background-color: #3c9fc61f;
  border-radius: 999px;
  justify-self: end;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.hw-visual {
  min-width: 0;
  height: 540px;
  transform-style: preserve-3d;
  background-color: #0b2438;
  border: 1px solid #ffffff1f;
  border-radius: 28px;
  margin: 0;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1), box-shadow .42s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 70px #00000047;
}

.hw-visual:hover {
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 26px 54px #07152529;
}

.hw-image {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  display: block;
}

.hw-shade {
  background-image: linear-gradient(#0715250a 38%, #071525e0 100%);
  position: absolute;
  inset: 0;
}

.hw-visual-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  max-width: 260px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 24px;
}

.hw-dot {
  background-color: #d4a24a;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: block;
  box-shadow: 0 0 0 6px #d4a24a26;
}

.hw-visual-index {
  color: #ffffffb8;
  letter-spacing: 1.4px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 22px;
  left: 22px;
}

.why-section {
  box-sizing: border-box;
  color: #071525;
  background-color: #fff;
  width: 100%;
  padding: 104px 40px 112px;
  font-family: Noto Sans Arabic, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.why-shell {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.why-layout {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr);
  align-items: center;
  display: grid;
}

.why-content {
  text-align: right;
  min-width: 0;
}

.why-kicker {
  color: #a77a24;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.why-title {
  color: #071525;
  letter-spacing: 0;
  max-width: 560px;
  margin: 0 0 18px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.3;
}

.why-title-accent {
  color: #1d5c79;
}

.why-intro {
  color: #586672;
  max-width: 580px;
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

.why-feature {
  box-sizing: border-box;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fff;
  background-color: #071525;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 112px;
  margin-bottom: 18px;
  padding: 20px 22px;
  transition: transform .22s;
  display: grid;
  position: relative;
  box-shadow: 0 18px 45px #07152521;
}

.why-feature-number {
  color: #e2b45c;
  border: 1px solid #d4a24ab8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.why-feature-copy {
  min-width: 0;
}

.why-feature-title {
  color: #fff;
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.why-feature-text {
  color: #bec8d2;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.why-feature-mark {
  color: #7ac8e5;
  white-space: nowrap;
  background-color: #4aaed41f;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.why-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.why-card {
  box-sizing: border-box;
  min-width: 0;
  min-height: 154px;
  transform-style: preserve-3d;
  background-color: #f8f7f3;
  border: 1px solid #e1e4e7;
  border-radius: 17px;
  padding: 19px 20px 21px;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), border-color .3s, background-color .3s;
}

.why-card:hover {
  border-color: #d4a24a85;
  transform: translate3d(-4px, 0, 0);
}

.why-card-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.why-number {
  color: #a77a24;
  font-size: 13px;
  font-weight: 800;
}

.why-dash {
  background-color: #d7ad5c;
  width: 28px;
  height: 1px;
  display: block;
}

.why-card-title {
  color: #071525;
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.why-card-text {
  color: #626e79;
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}

.why-visual {
  background-color: #071525;
  border-radius: 26px;
  min-width: 0;
  height: 650px;
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 65px #0715252e;
}

.why-image {
  object-fit: cover;
  object-position: 50% 18%;
  width: 100%;
  height: 100%;
  transition: transform .52s;
  display: block;
}

.why-shade {
  background-image: linear-gradient(#07152508 42%, #071525e0 100%);
  position: absolute;
  inset: 0;
}

.why-visual-top {
  color: #ffffffd9;
  letter-spacing: 1.3px;
  background-color: #07152566;
  border: 1px solid #ffffff40;
  border-radius: 999px;
  padding: 7px 10px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 24px;
  left: 24px;
}

.why-visual-caption {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 27px;
  right: 27px;
}

.why-caption-line {
  background-image: linear-gradient(#d4a24a, #42a5cc);
  border-radius: 2px;
  width: 3px;
  height: 54px;
  display: block;
}

.why-caption-title {
  color: #fff;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.why-caption-text {
  color: #c7d0d9;
  font-size: 12px;
  line-height: 1.6;
  display: block;
}

.ind-section {
  box-sizing: border-box;
  color: #071525;
  background-color: #f5f1e8;
  width: 100%;
  padding: 104px 40px 112px;
  font-family: Noto Sans Arabic, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.ind-shell {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.ind-header {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 58px;
  display: flex;
}

.ind-heading {
  text-align: right;
  min-width: 0;
}

.ind-kicker {
  color: #9d741f;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.ind-title {
  color: #071525;
  letter-spacing: 0;
  max-width: 650px;
  margin: 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.3;
}

.ind-title-accent {
  color: #1f6e8f;
}

.ind-intro {
  color: #525e69;
  text-align: right;
  width: 450px;
  max-width: 100%;
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
}

.ind-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, .75fr);
  align-items: stretch;
  display: grid;
}

.ind-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  display: grid;
}

.ind-card {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd8cc;
  border-radius: 17px;
  min-width: 0;
  min-height: 126px;
  padding: 18px 20px;
  transition: transform .22s, border-color .22s, box-shadow .22s;
}

.ind-card-dark {
  background-color: #071525;
  border-color: #071525;
}

.ind-card-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.ind-number {
  color: #a67c29;
  font-size: 12px;
  font-weight: 800;
}

.ind-line {
  background-color: #d1a64e;
  width: 26px;
  height: 1px;
  display: block;
}

.ind-card-title {
  color: #071525;
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.ind-card-note {
  color: #68737d;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.ind-card-title-light {
  color: #fff;
}

.ind-card-note-light {
  color: #b8c3ce;
}

.ind-collage {
  box-sizing: border-box;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #071525;
  border-radius: 24px;
  grid-template-rows: 330px 190px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  padding: 14px;
  display: grid;
  position: relative;
  box-shadow: 0 24px 58px #0715252b;
}

.ind-photo {
  background-color: #0c2b42;
  border-radius: 15px;
  min-width: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.ind-photo-main {
  grid-column: 1 / 3;
}

.ind-photo-small {
  height: 190px;
}

.ind-image {
  object-fit: cover;
  object-position: 50% 16%;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .4s;
  display: block;
}

.ind-image:hover {
  filter: saturate(1.08);
  transform: scale(1.04);
}

.ind-photo-label {
  color: #f1c56d;
  background-color: #071525c7;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 12px;
  right: 12px;
}

.ind-collage-caption {
  color: #fff;
  text-shadow: 0 2px 12px #0000008c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  position: absolute;
  top: 250px;
  right: 28px;
}

.ind-collage-accent {
  color: #efc469;
}

.tm-section {
  box-sizing: border-box;
  color: #fff;
  background-color: #071525;
  width: 100%;
  padding: 104px 40px 112px;
  font-family: Noto Sans Arabic, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.tm-shell {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.tm-header {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.tm-heading {
  text-align: right;
  min-width: 0;
}

.tm-kicker {
  color: #d5a54c;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.tm-title {
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.3;
}

.tm-title-accent {
  color: #5db6d8;
}

.tm-header-note {
  box-sizing: border-box;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #ffffff0b;
  border: 1px solid #ffffff1c;
  border-radius: 15px;
  align-items: flex-start;
  width: 470px;
  max-width: 100%;
  padding: 16px 18px;
  display: flex;
}

.tm-note-dot {
  background-color: #d5a54c;
  border-radius: 50%;
  flex: none;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  display: block;
  box-shadow: 0 0 0 6px #d5a54c1f;
}

.tm-note-text {
  color: #b9c4cf;
  text-align: right;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.tm-stage {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
  align-items: stretch;
  display: grid;
}

.tm-feature {
  box-sizing: border-box;
  color: #071525;
  background-color: #f5f1e8;
  border-radius: 24px;
  min-width: 0;
  min-height: 450px;
  padding: 32px 34px;
  transition: transform .24s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 65px #00000038;
}

.tm-feature-top {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tm-card-label {
  color: #80601d;
  letter-spacing: .7px;
  font-family: Arial, Noto Sans Arabic, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.tm-card-label-light {
  color: #bde5f4;
}

.tm-status {
  color: #785b1c;
  white-space: nowrap;
  background-color: #e6dfd1;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  display: inline-flex;
}

.tm-status-dark {
  color: #cfeaf4;
  background-color: #0715258c;
}

.tm-quote-mark {
  color: #07152517;
  font-family: Georgia, serif;
  font-size: 160px;
  font-weight: 700;
  line-height: .8;
  position: absolute;
  top: 66px;
  left: 31px;
}

.tm-feature-quote {
  z-index: 1;
  color: #071525;
  text-align: right;
  max-width: 610px;
  margin: 78px 0 58px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.75;
  position: relative;
}

.tm-client {
  z-index: 1;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: flex;
  position: relative;
}

.tm-avatar {
  color: #d5a54c;
  background-color: #071525;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.tm-client-copy {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.tm-client-name {
  color: #071525;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.tm-client-role {
  color: #68737e;
  font-size: 13px;
  line-height: 1.5;
}

.tm-feature-line {
  background-image: linear-gradient(90deg, #d5a54c14, #d5a54c, #1e769a4d);
  height: 2px;
  position: absolute;
  bottom: 30px;
  left: 34px;
  right: 34px;
}

.tm-stack {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: 1fr;
  min-width: 0;
  display: grid;
}

.tm-card {
  box-sizing: border-box;
  color: #071525;
  background-color: #fff;
  border: 1px solid #ffffff1f;
  border-radius: 22px;
  min-width: 0;
  min-height: 214px;
  padding: 26px;
  transition: transform .22s;
}

.tm-card-blue {
  color: #fff;
  background-image: linear-gradient(135deg, #0d3f59, #176a8d);
  border-color: #176485;
}

.tm-card-top {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.tm-mini-quote {
  color: #ffffff47;
  font-family: Georgia, serif;
  font-size: 54px;
  font-weight: 700;
  line-height: .7;
}

.tm-mini-quote-gold {
  color: #b4842552;
}

.tm-card-quote {
  color: #071525;
  text-align: right;
  margin: 0 0 25px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}

.tm-card-quote-light {
  color: #fff;
}

.tm-card-footer {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tm-client-placeholder {
  color: #c3e0eb;
  font-size: 12px;
  line-height: 1.5;
}

.tm-client-placeholder-dark {
  color: #6b7580;
}

.tm-integrity {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #93a0ad;
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.tm-integrity-index {
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.tm-integrity-text {
  color: #aeb9c4;
  white-space: nowrap;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.tm-integrity-line {
  background-color: #ffffff1f;
  width: 100%;
  height: 1px;
}

.cta-section {
  box-sizing: border-box;
  background-color: #f5f1e8;
  width: 100%;
  padding: 76px 40px 104px;
  font-family: Noto Sans Arabic, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.cta-shell {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.cta-panel {
  background-color: #071525;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  min-height: 600px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 32px 80px #07152533;
}

.cta-copy {
  z-index: 2;
  box-sizing: border-box;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 72px 64px 68px;
  display: flex;
  position: relative;
}

.cta-kicker {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #e0b25a;
  align-items: center;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.cta-kicker-line {
  background-color: #d4a24a;
  width: 38px;
  height: 2px;
  display: block;
}

.cta-title {
  color: #fff;
  letter-spacing: 0;
  max-width: 660px;
  margin: 0 0 22px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.32;
}

.cta-title-accent {
  color: #65c0e2;
}

.cta-text {
  color: #b9c4cf;
  max-width: 570px;
  margin: 0 0 34px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
}

.cta-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.cta-button {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  min-height: 54px;
  transform-style: preserve-3d;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform .22s, box-shadow .22s, background-color .22s;
  display: inline-flex;
}

.cta-button:hover {
  transform: translate3d(0, -3px, 0);
  box-shadow: 0 14px 30px #0715252e;
}

.cta-button-primary {
  color: #071525;
  background-color: #d4a24a;
  box-shadow: 0 14px 30px #d4a24a2e;
}

.cta-button-whatsapp {
  color: #fff;
  background-color: #ffffff0d;
  border: 1px solid #ffffff47;
}

.cta-whatsapp-icon {
  object-fit: contain;
  width: 18px;
  height: 18px;
  display: block;
}

.cta-arrow {
  font-size: 20px;
  line-height: 1;
}

.cta-meta {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #82909d;
  align-items: center;
  margin-top: 34px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.cta-meta-dot {
  background-color: #d4a24a;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
}

.cta-visual {
  z-index: 1;
  background-color: #0b2d43;
  min-width: 0;
  height: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.cta-image {
  object-fit: cover;
  object-position: 50% 18%;
  width: 100%;
  height: 100%;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1), filter .45s;
  display: block;
}

.cta-image:hover {
  filter: saturate(1.06);
  transform: scale(1.025);
}

.cta-image-shade {
  background-image: linear-gradient(90deg, #071525e0 0%, #07152524 48%, #0715250a 100%);
  position: absolute;
  inset: 0;
}

.cta-image-label {
  color: #ffffffdb;
  letter-spacing: 1.4px;
  background-color: #0715256b;
  border: 1px solid #ffffff45;
  border-radius: 999px;
  padding: 7px 10px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 26px;
  left: 26px;
}

.cta-speed-lines {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 261px;
}

.cta-speed-line {
  background-color: #e1b35b;
  border-radius: 2px;
  height: 2px;
  display: block;
}

.cta-speed-one {
  opacity: .95;
  width: 78px;
}

.cta-speed-two {
  opacity: .65;
  width: 112px;
}

.cta-speed-three {
  opacity: .36;
  width: 148px;
}

.cta-orbit {
  border: 1px solid #65c0e224;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  position: absolute;
  top: -160px;
  right: -120px;
}

.ft-section {
  box-sizing: border-box;
  color: #fff;
  background-color: #050f1b;
  width: 100%;
  padding: 72px 40px 34px;
  font-family: Noto Sans Arabic, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.ft-shell {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.ft-top {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: minmax(340px, 1.45fr) repeat(3, minmax(120px, .55fr));
  align-items: start;
  display: grid;
}

.ft-brand {
  text-align: right;
  min-width: 0;
}

.ft-brand-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  align-items: center;
  margin-bottom: 23px;
  text-decoration: none;
  display: inline-flex;
}

.ft-mark {
  box-sizing: border-box;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #ffffff09;
  border: 1px solid #d4a24a5c;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 48px;
  height: 48px;
  display: flex;
}

.ft-mark-line {
  background-image: linear-gradient(90deg, #42a6ce, #d4a24a);
  border-radius: 2px;
  height: 3px;
  display: block;
}

.ft-mark-one {
  width: 18px;
}

.ft-mark-two {
  width: 26px;
}

.ft-mark-three {
  width: 34px;
}

.ft-brand-copy {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ft-brand-ar {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
}

.ft-brand-en {
  color: #d4a24a;
  letter-spacing: 1.5px;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
}

.ft-brand-statement {
  color: #d0d7de;
  max-width: 390px;
  margin: 0 0 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
}

.ft-contact-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #909ca8;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.75;
  display: flex;
}

.ft-contact-line {
  display: block;
}

.ft-contact-links {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.ft-contact-link {
  color: #aeb9c4;
  text-decoration: none;
  transition: color .18s;
}

.ft-separator {
  color: #5d6874;
}

.ft-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  display: flex;
}

.ft-column-title {
  color: #fff;
  margin: 0 0 7px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.ft-link {
  color: #aeb9c4;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .18s, transform .18s;
  position: relative;
}

.ft-link-pending {
  color: #737f8b;
  cursor: default;
}

.ft-middle {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-top: 1px solid #172536;
  border-bottom: 1px solid #172536;
  align-items: center;
  margin-top: 58px;
  padding: 22px 0;
  display: flex;
}

.ft-city {
  color: #7d8995;
  letter-spacing: 1.4px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.ft-middle-line {
  background-image: linear-gradient(90deg, #d4a24a14, #d4a24a8f, #409dc433);
  width: 100%;
  height: 1px;
}

.ft-promise {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #b9c3cd;
  white-space: nowrap;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.ft-promise-dot {
  background-color: #d4a24a;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
}

.ft-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #687480;
  justify-content: space-between;
  align-items: center;
  padding-top: 27px;
  font-size: 12px;
  line-height: 1.6;
  display: flex;
}

.ft-copyright {
  margin: 0;
}

.ft-legal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.ft-legal-dot {
  color: #a37d2d;
}

.ft-logo-image {
  object-fit: contain;
  width: 84px;
  height: auto;
  display: block;
}

.sv2-section {
  color: #071525;
  background-color: #f5f1e8;
  padding: 120px 0 132px;
  font-family: Thmanyah, Tahoma, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.sv2-orbit {
  border: 1px solid #0aa7b829;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  position: absolute;
  top: 160px;
  left: -220px;
}

.sv2-shell {
  z-index: 1;
  width: calc(100% - 160px);
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

.sv2-head {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: end;
  margin-bottom: 78px;
  display: grid;
}

.sv2-heading-block {
  min-width: 0;
}

.sv2-eyebrow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0aa7b8;
  align-items: center;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.sv2-eyebrow-line {
  background-color: #d4a24a;
  width: 42px;
  height: 2px;
  display: inline-block;
}

.sv2-title {
  letter-spacing: 0;
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.14;
}

.sv2-title-accent {
  color: #d4a24a;
}

.sv2-intro-block {
  border-right: 2px solid #d4a24a;
  min-width: 0;
  padding-bottom: 5px;
  padding-right: 25px;
}

.sv2-intro {
  color: #43505c;
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1.85;
}

.sv2-system-note {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #071525;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.sv2-system-dot {
  background-color: #0aa7b8;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 5px #0aa7b81f;
}

.sv2-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  display: grid;
}

.sv2-card {
  min-width: 0;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #0715251a;
  border-radius: 22px;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), box-shadow .32s, border-color .32s;
  overflow: hidden;
  box-shadow: 0 16px 42px #07152514;
}

.sv2-card:hover {
  border-color: #d4a24a94;
  transform: translate3d(0, -7px, 0);
  box-shadow: 0 22px 46px #07152529;
}

.sv2-card-offset {
  margin-top: 34px;
}

.sv2-media {
  background-color: #071525;
  height: 290px;
  position: relative;
  overflow: hidden;
}

.sv2-image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1), filter .4s;
  display: block;
}

.sv2-image:hover {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.sv2-image-brand {
  object-position: 50% 26%;
}

.sv2-shade {
  pointer-events: none;
  background-image: linear-gradient(#0715251f 35%, #071525d1 100%);
  position: absolute;
  inset: 0;
}

.sv2-number {
  z-index: 2;
  color: #fff;
  letter-spacing: .08em;
  background-color: #0715259e;
  border: 1px solid #ffffff73;
  border-radius: 999px;
  padding: 7px 10px 5px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 18px;
  left: 18px;
}

.sv2-photo-tag {
  z-index: 2;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #fff;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: absolute;
  bottom: 18px;
  right: 20px;
}

.sv2-photo-line {
  background-color: #d4a24a;
  width: 24px;
  height: 2px;
  display: inline-block;
}

.sv2-card-body {
  flex-direction: column;
  min-height: 250px;
  padding: 27px 26px 25px;
  display: flex;
  position: relative;
}

.sv2-body-accent {
  background-image: linear-gradient(90deg, #0aa7b8, #d4a24a);
  width: 54px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 26px;
}

.sv2-card-title {
  color: #071525;
  margin: 0 0 13px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.42;
}

.sv2-card-text {
  color: #5c6670;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
}

.sv2-more {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0a7f91;
  align-items: center;
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}

.sv2-arrow {
  color: #d4a24a;
  font-size: 18px;
}

.th-hero {
  color: #fff;
  background-color: #071525;
  min-height: 720px;
  padding: 72px 0 42px;
  font-family: Thmanyah, Tahoma, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.th-glow {
  filter: blur(2px);
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
}

.th-glow-one {
  background-image: radial-gradient(circle, #0aa7b838 0%, #0aa7b800 68%);
  width: 560px;
  height: 560px;
  top: 20px;
  left: -250px;
}

.th-glow-two {
  background-image: radial-gradient(circle, #d4a24a26 0%, #d4a24a00 70%);
  width: 440px;
  height: 440px;
  bottom: -260px;
  right: 18%;
}

.th-shell {
  z-index: 2;
  width: calc(100% - 160px);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.th-grid {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: minmax(430px, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  min-height: 585px;
  display: grid;
}

.th-copy {
  z-index: 5;
  min-width: 0;
  position: relative;
}

.th-eyebrow {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #b9c4cf;
  align-items: center;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.th-eyebrow-line {
  transform-origin: 100%;
  background-color: #d4a24a;
  width: 46px;
  height: 2px;
  display: inline-block;
}

.th-title {
  color: #fff;
  letter-spacing: 0;
  margin: 0 0 25px;
  font-size: 61px;
  font-weight: 700;
  line-height: 1.16;
}

.th-title-line {
  display: block;
}

.th-title-gold {
  color: #e4b75f;
}

.th-description {
  color: #c8d1da;
  max-width: 560px;
  margin: 0 0 31px;
  font-size: 19px;
  line-height: 1.85;
}

.th-actions {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-wrap: wrap;
  margin-bottom: 35px;
  display: flex;
}

.th-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-height: 53px;
  padding: 0 23px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .24s, background-color .24s, border-color .24s;
  display: inline-flex;
}

.th-button-primary {
  color: #071525;
  transform-style: preserve-3d;
  background-color: #d4a24a;
  border: 1px solid #d4a24a;
  transition: transform .22s, box-shadow .22s;
}

.th-button-primary:hover {
  transform: translate3d(0, -3px, 0);
  box-shadow: 0 12px 28px #daa24a38;
}

.th-button-secondary {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #ffffff0a;
  border: 1px solid #ffffff47;
  transition: transform .22s, background-color .22s, border-color .22s;
}

.th-button-secondary:hover {
  background-color: #ffffff12;
  border-color: #d4a24a;
  transform: translate3d(0, -3px, 0);
}

.th-button-icon {
  font-size: 19px;
  line-height: 1;
}

.th-proof {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #ffffff1f;
  flex-wrap: wrap;
  padding-top: 25px;
  display: flex;
}

.th-proof-item {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-items: flex-start;
  min-width: 180px;
  display: flex;
}

.th-proof-dot {
  background-color: #0aa7b8;
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  box-shadow: 0 0 0 5px #0aa7b81f;
}

.th-proof-dot-gold {
  background-color: #d4a24a;
  box-shadow: 0 0 0 5px #d4a24a1f;
}

.th-proof-title {
  color: #fff;
  margin-bottom: 4px;
  font-size: 14px;
  display: block;
}

.th-proof-copy {
  color: #8fa0ae;
  font-size: 12px;
  line-height: 1.5;
  display: block;
}

.th-stage {
  perspective: 1200px;
  direction: ltr;
  min-width: 0;
  height: 590px;
  position: relative;
}

.th-stage-ring {
  border: 1px solid #0aa7b840;
  border-radius: 50%;
  width: 430px;
  height: 430px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 42px #0aa7b806, 0 0 0 84px #d4a24a05;
}

.th-photo {
  will-change: transform;
  background-color: #0b2031;
  border: 1px solid #ffffff38;
  transition: transform .5s cubic-bezier(.2, .75, .25, 1), box-shadow .35s;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 28px 70px #00000061;
}

.th-photo-main {
  z-index: 3;
  border-radius: 26px;
  width: 64%;
  height: 88%;
  top: 4%;
  left: 23%;
}

.th-photo-side-a {
  z-index: 4;
  border-radius: 18px;
  width: 34%;
  height: 44%;
  top: 3%;
  left: 0;
  transform: rotate(-5deg);
}

.th-photo-side-b {
  z-index: 4;
  border-radius: 18px;
  width: 36%;
  height: 43%;
  bottom: 1%;
  left: 2%;
  transform: rotate(5deg);
}

.th-image {
  object-fit: cover;
  object-position: 50% 16%;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .4s;
  display: block;
}

.th-image:hover {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.025);
}

.th-image-main {
  object-position: 50% 12%;
}

.th-image-web {
  object-position: 50% 20%;
}

.th-photo-shade {
  pointer-events: none;
  background-image: linear-gradient(#07152505 50%, #071525d1 100%);
  position: absolute;
  inset: 0;
}

.th-photo-label {
  z-index: 2;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  bottom: 19px;
  right: 22px;
}

.th-photo-label-small {
  font-size: 12px;
  bottom: 13px;
  right: 15px;
}

.th-photo-index {
  z-index: 2;
  color: #fff;
  letter-spacing: .1em;
  background-color: #0715259e;
  border: 1px solid #ffffff4d;
  border-radius: 999px;
  padding: 7px 9px 5px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 17px;
  left: 19px;
}

.th-chip {
  z-index: 6;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #071525c7;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  position: absolute;
  box-shadow: 0 12px 26px #00000040;
}

.th-chip-one {
  top: 18%;
  right: 0;
}

.th-chip-two {
  bottom: 24%;
  right: 3%;
}

.th-chip-three {
  bottom: 3%;
  left: 27%;
}

.th-chip-dot {
  background-color: #0aa7b8;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.th-chip-dot-gold {
  background-color: #d4a24a;
}

.th-speed-lines {
  z-index: 5;
  width: 135px;
  height: 48px;
  position: absolute;
  top: 5%;
  right: 3%;
}

.th-speed-line {
  transform-origin: 100%;
  background-image: linear-gradient(90deg, #d4a24a00, #d4a24a);
  border-radius: 99px;
  height: 2px;
  display: block;
  position: absolute;
  right: 0;
}

.th-speed-line-one {
  width: 118px;
  top: 5px;
}

.th-speed-line-two {
  width: 88px;
  top: 19px;
}

.th-speed-line-three {
  width: 58px;
  top: 33px;
}

.th-stage-caption {
  z-index: 6;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ffffff94;
  letter-spacing: .08em;
  white-space: nowrap;
  transform-origin: 0;
  align-items: center;
  font-size: 10px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 21%;
  transform: translateY(-50%)rotate(-90deg);
}

.th-caption-number {
  color: #d4a24a;
  font-weight: 700;
}

.th-caption-rule {
  background-color: #ffffff47;
  width: 28px;
  height: 1px;
}

.th-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #ffffff6b;
  letter-spacing: .08em;
  direction: rtl;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.th-bottom-line {
  background-color: #fff3;
  width: 72px;
  height: 1px;
}

.th-motion-css {
  display: none;
}

.th-chip-1 {
  transition: transform .28s, border-color .28s, background-color .28s;
}

.th-crop-css {
  display: none;
}

.th-image-1, .th-image-main-1, .th-image-web-1 {
  object-position: 50%0;
}

.th-photo-main-1 {
  height: 68%;
  top: 15%;
}

.th-photo-side-a-1 {
  height: 36%;
  top: 10%;
}

.th-photo-side-b-1 {
  height: 36%;
  bottom: 10%;
}

.th-copy-1 {
  opacity: 0;
  transform-style: preserve-3d;
  transition: opacity .9s cubic-bezier(.2, .7, .2, 1), transform .9s cubic-bezier(.2, .7, .2, 1);
  transform: translate3d(0, 24px, 0);
}

.th-stage-1 {
  opacity: 0;
  transform-style: preserve-3d;
  transition: opacity 1.05s cubic-bezier(.2, .7, .2, 1) .12s, transform 1.05s cubic-bezier(.2, .7, .2, 1) .12s;
  transform: translate3d(-22px, 12px, 0)scale(.97);
}

.ar-audit-css, .th-glow-1 {
  display: none;
}

.hw-lead-1 {
  color: #dbe3eb;
}

.hw-step-text-1 {
  color: #c7d1dc;
}

.tm-note-text-1 {
  color: #c3ced9;
}

.tm-integrity-text-1 {
  color: #b8c5d2;
}

.ft-contact-line-1 {
  color: #b8c3cf;
}

.ft-contact-link-1 {
  color: #c8d1db;
}

.ft-link-1 {
  color: #b5c0cc;
}

.ft-copyright-1 {
  color: #9facba;
}

.ar-audit-fix {
  display: none;
}

.cta-title-1 {
  font-size: clamp(48px, 4.25vw, 68px);
}

.cta-image-label-1, .ft-city-1 {
  letter-spacing: 0;
  direction: rtl;
}

.th-glow-one-1-parent.th-glow-one-1, .th-glow-two-1-parent.th-glow-two-1, .ar-final-polish, .ar-cta-wrap-fix {
  display: none;
}

.cta-title-1-2-3 {
  font-size: 48px;
}

.en-layout-utils {
  display: none;
}

.en-grid-ltr {
  direction: ltr;
}

.en-copy-left {
  text-align: left;
  direction: ltr;
  align-items: flex-start;
}

.en-text-left {
  text-align: left;
  direction: ltr;
}

.en-row-left {
  direction: ltr;
  justify-content: flex-start;
}

.en-proof-left {
  text-align: left;
  direction: ltr;
}

.cta-title-1-2 {
  font-size: 56px;
}

.cta-image-label-1-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero, .split {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-main {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .contact-title {
    font-size: 60px;
  }

  .fa-menu {
    display: none;
  }

  .fa-hero, .fa-about {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .fa-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .fa-method {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }

  .fa-why {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .fa-industries {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .ca-main {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .fx-navbar {
    padding: 20px 40px;
  }

  .fx-links {
    display: none;
  }

  .fx-hero {
    padding: 72px 40px;
  }

  .fx-hero-row {
    flex-direction: column;
  }

  .fx-copy {
    width: 100%;
  }

  .fx-hero-image {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
  }

  .hf-nav {
    padding: 9px 40px;
  }

  .hf-links {
    display: none;
  }

  .hf-hero {
    height: auto;
    padding: 72px 40px;
  }

  .hf-row {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .hf-art {
    width: 100%;
    max-width: 608px;
  }

  .hf-copy, .hf-title, .hf-description {
    width: 100%;
  }

  .ht-section {
    height: auto;
    padding: 44px 40px;
  }

  .ht-logos {
    width: 100%;
    height: auto;
  }

  .rv-nav {
    padding: 9px 40px;
  }

  .rv-links {
    display: none;
  }

  .rv-hero {
    padding: 60px 40px 110px;
  }

  .rv-hero-row {
    flex-direction: column;
  }

  .rv-visual {
    width: 100%;
    max-width: 608px;
  }

  .rv-copy, .rv-description {
    width: 100%;
  }

  .rv-trust {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rv-trust-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .rv-trust-copy {
    width: 100%;
  }

  .rv-trust-logos {
    width: 100%;
    height: auto;
  }

  .u-nav {
    padding: 9px 40px;
  }

  .u-language {
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .u-links {
    display: none;
  }

  .u-hero {
    padding: 56px 40px 120px;
  }

  .u-hero-row {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-direction: column-reverse;
  }

  .u-visual {
    width: 100%;
    max-width: 680px;
    height: 500px;
  }

  .u-copy {
    width: 100%;
    max-width: 680px;
  }

  .u-description {
    width: 100%;
  }

  .u-trust {
    padding-left: 32px;
    padding-right: 32px;
  }

  .u-trust-card {
    padding: 32px 34px 24px;
  }

  .u-trust-top {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .u-trust-copy {
    width: 100%;
  }

  .u-trust-logos {
    min-width: 760px;
    margin: 0;
  }

  .u-proof-row {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .u-proof {
    border-bottom: 1px solid #e4e7e9;
  }

  .u-nav-1 {
    padding: 9px 40px;
  }

  .u-links-1 {
    display: none;
  }

  .u-hero-1 {
    padding: 56px 40px 120px;
  }

  .u-hero-row-1 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-direction: column-reverse;
  }

  .u-visual-1 {
    width: 100%;
    max-width: 680px;
    height: 500px;
  }

  .u-copy-1 {
    width: 100%;
    max-width: 680px;
  }

  .u-description-1 {
    width: 100%;
  }

  .u-trust-1 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .u-trust-card-1 {
    padding: 32px 34px 24px;
  }

  .u-trust-top-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .u-trust-copy-1 {
    width: 100%;
  }

  .u-trust-logos-1 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }

  .u-nav-1-2 {
    padding: 9px 40px;
  }

  .u-links-1-2 {
    display: none;
  }

  .u-hero-1-2 {
    padding: 56px 40px 120px;
  }

  .u-hero-row-1-2 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-direction: column-reverse;
  }

  .u-visual-1-2 {
    flex: none;
    width: 100%;
    max-width: 680px;
    height: 500px;
  }

  .u-copy-1-2 {
    flex: none;
    width: 100%;
    max-width: 680px;
  }

  .u-description-1-2 {
    width: 100%;
  }

  .u-trust-1-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .u-trust-card-1-2 {
    padding: 32px 34px 24px;
  }

  .u-trust-top-1-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .u-trust-copy-1-2 {
    width: 100%;
  }

  .u-trust-logos-1-2 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }

  .u-nav-1-2-3 {
    padding: 9px 40px;
  }

  .u-nav-left-1-2-3 {
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
    display: flex;
  }

  .u-links-1-2-3 {
    display: none;
  }

  .u-hero-1-2-3 {
    padding: 56px 40px 84px;
  }

  .u-hero-row-1-2-3 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-direction: column-reverse;
  }

  .u-visual-1-2-3 {
    flex: none;
    width: 100%;
    max-width: 680px;
    height: 500px;
  }

  .u-copy-1-2-3 {
    flex: none;
    width: 100%;
    max-width: 680px;
  }

  .u-title-1-2-3 {
    font-size: 46px;
    line-height: 1.38;
  }

  .u-description-1-2-3 {
    width: 100%;
  }

  .u-trust-1-2-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .u-trust-card-1-2-3 {
    padding: 32px 34px 24px;
  }

  .u-trust-top-1-2-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .u-trust-copy-1-2-3 {
    width: 100%;
  }

  .u-trust-logos-1-2-3 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }

  .p-partnership {
    padding-bottom: 92px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .p-card {
    padding: 46px 38px 34px;
  }

  .p-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .p-title {
    font-size: 35px;
  }

  .p-copy {
    max-width: 680px;
  }

  .p-client-band {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .p-client-caption {
    border-bottom: 1px solid #ddd4c5;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .p-pillars {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .p-pillar {
    padding: 22px 24px;
  }

  .a-partnership {
    padding: 48px 32px 92px;
  }

  .a-stage {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .a-statement {
    min-height: 340px;
    padding: 50px 40px;
  }

  .a-intro-panel {
    padding: 42px 40px;
  }

  .a-logo-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a-pillars {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .a-pillar {
    min-height: 160px;
  }

  .a-pillar-title {
    margin-top: 24px;
  }

  .s-services {
    padding: 92px 0 88px;
  }

  .s-wrap {
    width: calc(100% - 48px);
  }

  .s-head {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }

  .s-intro {
    max-width: 680px;
    padding-right: 22px;
  }

  .s-title {
    font-size: 46px;
  }

  .s-card {
    min-height: 345px;
  }

  .s-card-strategy {
    grid-column-start: span 7;
  }

  .s-card-social, .s-card-content {
    grid-column-start: span 5;
  }

  .s-card-brand, .s-card-web {
    grid-column-start: span 7;
  }

  .s-card-ads {
    grid-column-start: span 5;
  }

  .s-card-title {
    font-size: 26px;
  }

  .s-brand-word {
    font-size: 112px;
  }

  ._w-work {
    padding: 96px 0 90px;
  }

  ._w-shell {
    width: calc(100% - 48px);
  }

  ._w-head {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 44px;
  }

  ._w-head-copy {
    max-width: 700px;
    padding-right: 22px;
  }

  ._w-title {
    font-size: 50px;
  }

  ._w-feature-art {
    min-height: 450px;
  }

  ._w-sun {
    width: 330px;
    height: 330px;
  }

  ._w-word-one, ._w-word-two {
    font-size: 86px;
  }

  ._w-feature-info {
    grid-template-rows: auto;
    grid-template-columns: 50px minmax(0, 1fr) 48px;
  }

  ._w-project-title {
    font-size: 30px;
  }

  ._w-project-meta {
    display: none;
  }

  ._w-gold-art, ._w-blue-art {
    min-height: 340px;
  }

  ._w-small-title {
    font-size: 27px;
  }

  ._w-marquee-text {
    font-size: 38px;
  }

  .pw-section {
    padding: 96px 0 90px;
  }

  .pw-wrap {
    width: calc(100% - 48px);
  }

  .pw-head {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 44px;
  }

  .pw-intro {
    max-width: 700px;
    padding-right: 22px;
  }

  .pw-title {
    font-size: 50px;
  }

  .pw-hero-art {
    min-height: 450px;
  }

  .pw-disc {
    width: 330px;
    height: 330px;
  }

  .pw-idea, .pw-impact {
    font-size: 86px;
  }

  .pw-feature-info {
    grid-template-rows: auto;
    grid-template-columns: 50px minmax(0, 1fr) 48px;
  }

  .pw-feature-title {
    font-size: 30px;
  }

  .pw-meta {
    display: none;
  }

  .pw-gold-art, .pw-blue-art {
    min-height: 340px;
  }

  .pw-card-title {
    font-size: 27px;
  }

  .pw-rhythm-word {
    font-size: 38px;
  }

  .fw-section {
    padding: 88px 32px 96px;
  }

  .fw-header {
    margin-bottom: 52px;
  }

  .fw-title {
    font-size: 42px;
  }

  .fw-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fw-offset {
    margin-top: 28px;
  }

  .fw-footer {
    margin-top: 54px;
  }

  .hw-section {
    padding: 88px 32px 96px;
  }

  .hw-header {
    align-items: flex-start;
    margin-bottom: 48px;
  }

  .hw-title {
    font-size: 42px;
  }

  .hw-lead {
    width: 380px;
  }

  .hw-layout {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hw-process {
    order: 1;
  }

  .hw-visual {
    order: 2;
    height: 520px;
  }

  .hw-image {
    object-position: 50% 20%;
  }

  .why-section {
    padding: 88px 32px 96px;
  }

  .why-layout {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .why-content {
    order: 1;
  }

  .why-title {
    font-size: 42px;
  }

  .why-visual {
    order: 2;
    height: 560px;
  }

  .why-image {
    object-position: 50% 16%;
  }

  .ind-section {
    padding: 88px 32px 96px;
  }

  .ind-title {
    font-size: 42px;
  }

  .ind-layout {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .ind-grid {
    order: 1;
  }

  .ind-collage {
    order: 2;
    grid-template-rows: 380px 210px;
    grid-template-columns: 1fr;
  }

  .ind-photo-small {
    height: 210px;
  }

  .ind-collage-caption {
    top: 296px;
  }

  .tm-section {
    padding: 88px 32px 96px;
  }

  .tm-title {
    font-size: 42px;
  }

  .tm-stage {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .tm-feature {
    min-height: 420px;
  }

  .tm-stack {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-card {
    min-height: 230px;
  }

  .cta-section {
    padding: 64px 32px 88px;
  }

  .cta-panel {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cta-copy {
    order: 1;
    padding: 64px 54px;
  }

  .cta-title {
    font-size: 48px;
  }

  .cta-visual {
    order: 2;
    height: 500px;
  }

  .cta-image-shade {
    background-image: linear-gradient(#07152580 0%, #0715250d 45%, #07152533 100%);
  }

  .ft-section {
    padding: 64px 32px 32px;
  }

  .ft-top {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto;
    grid-template-columns: minmax(300px, 1.2fr) repeat(3, minmax(100px, .55fr));
  }

  .ft-brand-statement {
    font-size: 16px;
  }

  .sv2-section {
    padding: 96px 0 110px;
  }

  .sv2-shell {
    width: calc(100% - 64px);
  }

  .sv2-head {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }

  .sv2-title {
    font-size: 54px;
  }

  .sv2-intro-block {
    max-width: 640px;
  }

  .sv2-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv2-card-offset {
    margin-top: 0;
  }

  .th-hero {
    min-height: 0;
    padding: 64px 0 48px;
  }

  .th-shell {
    width: calc(100% - 64px);
  }

  .th-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .th-copy {
    max-width: 720px;
  }

  .th-title {
    font-size: 56px;
  }

  .th-stage {
    width: 100%;
    max-width: 700px;
    height: 590px;
    margin: 0 auto;
  }

  .th-bottom {
    margin-top: 22px;
  }

  .cta-title-1-2-3 {
    font-size: 44px;
  }

  .cta-title-1-2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }

  .title {
    font-size: 48px;
  }

  .heading {
    font-size: 40px;
  }

  .grid, .steps, .feature, .industries {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cta {
    display: block;
  }

  .footer {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
  }

  .contact-main {
    padding-top: 60px;
  }

  .contact-title {
    font-size: 46px;
  }

  .contact-channels {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .contact-panel {
    min-height: 420px;
    padding: 32px;
  }

  .contact-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .fa-primary, .fa-secondary {
    text-align: center;
  }

  .fa-h1 {
    font-size: 42px;
  }

  .fa-buttons {
    flex-direction: column;
  }

  .fa-h2 {
    font-size: 34px;
  }

  .fa-grid, .fa-method, .fa-industries, .fa-footer {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .ca-title {
    font-size: 44px;
  }

  .ca-channels {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .ca-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .fx-navbar {
    padding: 18px 24px;
  }

  .fx-logo {
    width: 110px;
    height: 30px;
  }

  .fx-language {
    display: none;
  }

  .fx-nav-button {
    padding: 10px 14px;
    font-size: 13px;
  }

  .fx-hero {
    padding: 56px 24px;
  }

  .fx-title {
    font-size: 42px;
  }

  .fx-description {
    font-size: 16px;
  }

  .fx-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .fx-primary, .fx-secondary {
    text-align: center;
  }

  .hf-nav {
    padding: 11px 24px;
  }

  .hf-nav-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hf-wa-button {
    height: 54px;
    padding: 11px 15px;
  }

  .hf-language {
    display: none;
  }

  .hf-logo-link, .hf-logo {
    width: 60px;
    height: 50px;
  }

  .hf-hero {
    padding: 56px 24px;
  }

  .hf-row {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .hf-art {
    height: 360px;
  }

  .hf-line-one {
    top: 270px;
  }

  .hf-line-two {
    top: 286px;
  }

  .hf-line-three {
    top: 302px;
  }

  .hf-line-four {
    top: 318px;
  }

  .hf-title {
    font-size: 40px;
  }

  .hf-description {
    font-size: 16px;
  }

  .hf-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hf-outline, .hf-gold-button {
    height: 56px;
  }

  .ht-section {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding: 40px 24px;
  }

  .ht-logos {
    min-width: 720px;
  }

  .ht-note {
    max-width: 320px;
  }

  .rv-nav {
    padding: 11px 24px;
  }

  .rv-wa {
    height: 52px;
    padding: 10px 14px;
  }

  .rv-language {
    display: none;
  }

  .rv-hero {
    padding: 48px 24px 105px;
  }

  .rv-visual {
    height: 390px;
  }

  .rv-wordmark {
    font-size: 72px;
    top: 130px;
  }

  .rv-title {
    font-size: 42px;
  }

  .rv-description {
    font-size: 16px;
  }

  .rv-buttons {
    flex-direction: column;
    width: 100%;
  }

  .rv-gold-button, .rv-outline {
    justify-content: center;
  }

  .rv-local {
    flex-direction: column;
  }

  .rv-trust {
    padding-left: 18px;
    padding-right: 18px;
  }

  .rv-trust-card {
    padding: 28px 22px 22px;
  }

  .rv-logo-shell {
    padding: 20px;
    overflow: hidden;
  }

  .rv-trust-logos {
    min-width: 760px;
  }

  .rv-proof-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .rv-proof {
    border-bottom: 1px solid #e4e7e9;
  }

  .u-nav {
    height: 72px;
    padding: 8px 24px;
  }

  .u-wa {
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 44px;
    min-width: 44px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .u-wa-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: block;
  }

  .u-language {
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 36px;
    display: inline-flex;
  }

  .u-logo-link, .u-logo {
    width: 60px;
    height: 50px;
  }

  .u-hero {
    padding: 42px 24px 110px;
  }

  .u-visual {
    height: 380px;
  }

  .u-core {
    top: 126px;
    left: 42px;
  }

  .u-core-title {
    font-size: 54px;
  }

  .u-speed {
    transform-origin: 100% 100%;
    bottom: 40px;
    right: 24px;
    transform: scale(.78);
  }

  .u-signal {
    bottom: 20px;
    left: 20px;
  }

  .u-title {
    font-size: 42px;
  }

  .u-description {
    font-size: 15px;
  }

  .u-buttons {
    flex-direction: column;
    width: 100%;
  }

  .u-primary, .u-secondary {
    justify-content: space-between;
    height: 56px;
  }

  .u-facts {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .u-trust {
    padding-bottom: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-trust-card {
    padding: 28px 20px 22px;
    transform: translateY(-46px);
  }

  .u-trust-title {
    font-size: 25px;
  }

  .u-logo-viewport {
    padding: 18px 20px;
  }

  .u-trust-logos {
    min-width: 700px;
  }

  .u-proof {
    padding-left: 4px;
    padding-right: 4px;
  }

  .u-wordmark, .u-wa-label {
    display: none;
  }

  .u-nav-1 {
    height: 72px;
    padding: 8px 24px;
  }

  .u-logo-link-1 {
    width: 60px;
    height: 50px;
  }

  .u-hero-1 {
    padding: 42px 24px 110px;
  }

  .u-visual-1 {
    aspect-ratio: 1.45;
    height: auto;
  }

  .u-title-1 {
    font-size: 42px;
  }

  .u-description-1 {
    font-size: 15px;
  }

  .u-buttons-1 {
    flex-direction: column;
    width: 100%;
  }

  .u-trust-1 {
    padding-bottom: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-trust-card-1 {
    padding: 28px 20px 22px;
    transform: translateY(-46px);
  }

  .u-logo-viewport-1 {
    padding: 18px 20px;
  }

  .u-trust-logos-1 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .u-nav-1-2 {
    height: 72px;
    padding: 8px 24px;
  }

  .u-logo-link-1-2 {
    width: 60px;
    height: 50px;
  }

  .u-hero-1-2 {
    padding: 42px 24px 110px;
  }

  .u-visual-1-2 {
    aspect-ratio: 1.45;
    height: auto;
  }

  .u-title-1-2 {
    font-size: 42px;
  }

  .u-description-1-2 {
    font-size: 15px;
  }

  .u-buttons-1-2 {
    flex-direction: column;
    width: 100%;
  }

  .u-trust-1-2 {
    padding-bottom: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-trust-card-1-2 {
    padding: 28px 20px 22px;
    transform: translateY(-46px);
  }

  .u-logo-viewport-1-2 {
    padding: 18px 20px;
  }

  .u-trust-logos-1-2 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .u-nav-1-2-3 {
    height: 72px;
    padding: 8px 24px;
  }

  .u-nav-left-1-2-3 {
    flex-shrink: 0;
    align-items: center;
    gap: 6px;
    display: flex;
  }

  .u-logo-link-1-2-3 {
    width: 60px;
    height: 50px;
  }

  .u-hero-1-2-3 {
    padding: 42px 24px 72px;
  }

  .u-visual-1-2-3 {
    aspect-ratio: 1.45;
    height: auto;
  }

  .u-title-1-2-3 {
    font-size: 42px;
  }

  .u-description-1-2-3 {
    font-size: 15px;
  }

  .u-buttons-1-2-3 {
    flex-direction: column;
    width: 100%;
  }

  .u-trust-1-2-3 {
    padding-bottom: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .u-trust-card-1-2-3 {
    padding: 28px 20px 22px;
    transform: translateY(-46px);
  }

  .u-logo-viewport-1-2-3 {
    padding: 18px 20px;
  }

  .u-trust-logos-1-2-3 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .p-partnership {
    background-image: linear-gradient(#071525 0 48px, #f5f1e8 48px 100%);
    padding-bottom: 76px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-card {
    border-radius: 16px;
    padding: 40px 22px 28px;
  }

  .p-top-line {
    width: 140px;
  }

  .p-section-index {
    top: 22px;
    left: 22px;
  }

  .p-title {
    margin-top: 10px;
    font-size: 29px;
  }

  .p-copy {
    font-size: 13px;
  }

  .p-client-band {
    margin-top: 30px;
    padding: 18px;
  }

  .p-logo-frame {
    padding: 5px 0;
  }

  .p-pillars {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .p-pillar {
    padding: 20px;
  }

  .p-note {
    margin-top: 18px;
  }

  .a-partnership {
    padding: 38px 16px 76px;
  }

  .a-stage {
    border-radius: 18px;
  }

  .a-statement {
    min-height: 310px;
    padding: 44px 24px;
  }

  .a-title {
    font-size: 32px;
  }

  .a-intro-panel {
    padding: 34px 24px;
  }

  .a-copy {
    font-size: 14px;
  }

  .a-logo-section {
    padding: 24px 18px;
  }

  .a-logo-head {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .a-logo-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a-logo-card {
    height: 72px;
  }

  .a-pillars {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .a-pillar {
    min-height: 150px;
    padding: 23px 21px;
  }

  .s-services {
    padding: 76px 0 72px;
  }

  .s-wrap {
    width: calc(100% - 36px);
  }

  .s-title {
    font-size: 38px;
    line-height: 1.3;
  }

  .s-lead {
    font-size: 17px;
  }

  .s-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .s-card {
    padding: 24px;
  }

  .s-card-strategy {
    grid-column-start: span 1;
    min-height: 360px;
  }

  .s-card-social, .s-card-content, .s-card-brand, .s-card-web, .s-card-ads {
    grid-column-start: span 1;
    min-height: 310px;
  }

  .s-card-title {
    font-size: 27px;
  }

  .s-card-copy {
    font-size: 16px;
  }

  .s-footer-line {
    flex-direction: column;
    align-items: flex-start;
  }

  ._w-work {
    padding: 78px 0 74px;
  }

  ._w-shell {
    width: calc(100% - 36px);
  }

  ._w-title {
    font-size: 42px;
  }

  ._w-lead {
    font-size: 17px;
  }

  ._w-feature-art {
    min-height: 390px;
  }

  ._w-sun {
    width: 260px;
    height: 260px;
    top: 18%;
    left: -5%;
  }

  ._w-word-one, ._w-word-two {
    letter-spacing: -3px;
    font-size: 64px;
  }

  ._w-slice {
    width: 50%;
    left: 32%;
  }

  ._w-feature-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 46px;
    padding: 24px;
  }

  ._w-project-number {
    display: none;
  }

  ._w-project-title {
    font-size: 27px;
  }

  ._w-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  ._w-gold-art, ._w-blue-art {
    min-height: 370px;
  }

  ._w-marquee {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 42px 0 38px;
  }

  ._w-marquee-text {
    font-size: 30px;
  }

  ._w-marquee-mark {
    font-size: 15px;
  }

  ._w-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  ._w-note {
    max-width: 100%;
  }

  .pw-section {
    padding: 78px 0 74px;
  }

  .pw-wrap {
    width: calc(100% - 36px);
  }

  .pw-title {
    font-size: 42px;
  }

  .pw-lead {
    font-size: 17px;
  }

  .pw-hero-art {
    min-height: 390px;
  }

  .pw-disc {
    width: 260px;
    height: 260px;
    top: 18%;
    left: -5%;
  }

  .pw-idea, .pw-impact {
    font-size: 64px;
  }

  .pw-band {
    width: 50%;
    left: 32%;
  }

  .pw-feature-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) 46px;
    padding: 24px;
  }

  .pw-number {
    display: none;
  }

  .pw-feature-title {
    font-size: 27px;
  }

  .pw-projects {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pw-gold-art, .pw-blue-art {
    min-height: 370px;
  }

  .pw-rhythm {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 42px 0 38px;
  }

  .pw-rhythm-word {
    font-size: 30px;
  }

  .pw-star {
    font-size: 15px;
  }

  .pw-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .pw-disclaimer {
    max-width: 100%;
  }

  .fw-section {
    padding: 72px 24px 80px;
  }

  .fw-header {
    margin-bottom: 42px;
  }

  .fw-kicker {
    font-size: 13px;
  }

  .fw-title {
    font-size: 36px;
    line-height: 1.38;
  }

  .fw-intro {
    font-size: 16px;
    line-height: 1.85;
  }

  .fw-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .fw-card-body {
    min-height: 118px;
    padding: 18px;
  }

  .fw-card-title {
    font-size: 19px;
  }

  .fw-footer {
    margin-top: 44px;
  }

  .hw-section {
    padding: 72px 24px 80px;
  }

  .hw-header {
    margin-bottom: 40px;
    display: block;
  }

  .hw-heading {
    margin-bottom: 18px;
  }

  .hw-title {
    font-size: 36px;
  }

  .hw-lead {
    width: 100%;
    font-size: 16px;
  }

  .hw-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hw-rail {
    right: 39px;
  }

  .hw-step {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 94px;
    padding: 16px;
  }

  .hw-number {
    width: 48px;
    height: 48px;
  }

  .hw-tag {
    display: none;
  }

  .hw-visual {
    border-radius: 22px;
    height: 480px;
  }

  .why-section {
    padding: 72px 24px 80px;
  }

  .why-title {
    font-size: 36px;
  }

  .why-intro {
    font-size: 15px;
  }

  .why-feature {
    grid-template-rows: auto;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 18px;
  }

  .why-feature-number {
    width: 46px;
    height: 46px;
  }

  .why-feature-mark {
    display: none;
  }

  .why-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .why-card {
    min-height: 150px;
    padding: 17px;
  }

  .why-visual {
    border-radius: 22px;
    height: 500px;
  }

  .ind-section {
    padding: 72px 24px 80px;
  }

  .ind-header {
    margin-bottom: 42px;
    display: block;
  }

  .ind-heading {
    margin-bottom: 17px;
  }

  .ind-title {
    font-size: 36px;
  }

  .ind-intro {
    width: 100%;
    font-size: 16px;
  }

  .ind-card {
    min-height: 122px;
    padding: 17px;
  }

  .ind-collage {
    grid-template-rows: 330px 180px;
    grid-template-columns: 1fr;
  }

  .ind-photo-small {
    height: 180px;
  }

  .ind-collage-caption {
    top: 248px;
  }

  .tm-section {
    padding: 72px 24px 80px;
  }

  .tm-header {
    margin-bottom: 42px;
    display: block;
  }

  .tm-heading {
    margin-bottom: 20px;
  }

  .tm-title {
    font-size: 36px;
  }

  .tm-header-note {
    width: 100%;
  }

  .tm-feature {
    min-height: 390px;
    padding: 27px;
  }

  .tm-feature-quote {
    margin-top: 68px;
    margin-bottom: 48px;
    font-size: 25px;
  }

  .tm-stack {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .tm-card {
    min-height: 210px;
  }

  .tm-integrity-text {
    white-space: normal;
  }

  .cta-section {
    padding: 52px 24px 72px;
  }

  .cta-panel {
    border-radius: 26px;
  }

  .cta-copy {
    padding: 52px 38px;
  }

  .cta-title {
    font-size: 40px;
  }

  .cta-text {
    font-size: 16px;
  }

  .cta-visual {
    height: 450px;
  }

  .ft-section {
    padding: 58px 24px 30px;
  }

  .ft-top {
    grid-column-gap: 26px;
    grid-row-gap: 42px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-brand {
    grid-column: 1 / 3;
  }

  .ft-column {
    align-items: flex-start;
  }

  .ft-middle {
    margin-top: 46px;
  }

  .ft-bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sv2-section {
    padding: 76px 0 84px;
  }

  .sv2-shell {
    width: calc(100% - 40px);
  }

  .sv2-title {
    font-size: 42px;
  }

  .sv2-intro {
    font-size: 18px;
  }

  .sv2-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sv2-card {
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    display: grid;
  }

  .sv2-media {
    height: 100%;
    min-height: 300px;
  }

  .sv2-card-body {
    min-height: 300px;
    padding: 26px 22px 23px;
  }

  .sv2-card-title {
    font-size: 23px;
  }

  .th-hero {
    padding: 52px 0 42px;
  }

  .th-shell {
    width: calc(100% - 40px);
  }

  .th-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .th-title {
    font-size: 46px;
  }

  .th-description {
    font-size: 17px;
  }

  .th-stage {
    height: 520px;
  }

  .th-photo-main {
    width: 66%;
    left: 22%;
  }

  .th-photo-side-a {
    width: 35%;
  }

  .th-photo-side-b {
    width: 37%;
  }

  .th-chip-one {
    right: 0;
  }

  .th-stage-caption {
    display: none;
  }

  .th-photo-main-1 {
    height: 72%;
    top: 13%;
  }

  .th-photo-side-a-1 {
    height: 35%;
    top: 11%;
  }

  .th-photo-side-b-1 {
    height: 35%;
    bottom: 11%;
  }

  .hw-lead-1 {
    color: #e1e7ed;
  }

  .hw-step-text-1 {
    color: #d0d8e1;
  }

  .cta-title-1 {
    font-size: 44px;
  }

  .cta-title-1-2-3 {
    font-size: 40px;
  }

  .cta-title-1-2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 479px) {
  .u-nav {
    padding-left: 18px;
    padding-right: 18px;
  }

  .u-wa {
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 36px;
    padding: 0;
    display: flex;
  }

  .u-wa-icon {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    display: block;
  }

  .u-language {
    justify-content: center;
    align-items: center;
    min-width: 38px;
    min-height: 34px;
    font-size: 12px;
    display: inline-flex;
  }

  .u-hero {
    padding: 34px 18px 96px;
  }

  .u-hero-row {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .u-visual {
    border-radius: 16px;
    height: 320px;
  }

  .u-index {
    top: 22px;
    left: 22px;
  }

  .u-chip-two {
    display: none;
  }

  .u-chip-three {
    top: 88px;
  }

  .u-core {
    top: 112px;
    left: 30px;
  }

  .u-core-small {
    font-size: 11px;
  }

  .u-core-title {
    font-size: 44px;
  }

  .u-speed {
    bottom: 22px;
  }

  .u-signal {
    display: none;
  }

  .u-title {
    font-size: 35px;
    line-height: 1.24;
  }

  .u-description {
    font-size: 14px;
    line-height: 1.8;
  }

  .u-trust {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-trust-card {
    padding: 24px 16px 18px;
  }

  .u-trust-title {
    font-size: 22px;
  }

  .u-trust-copy {
    font-size: 12px;
  }

  .u-logo-viewport {
    padding: 15px;
  }

  .u-trust-logos {
    min-width: 620px;
  }

  .u-note {
    line-height: 1.6;
  }

  .u-wa-label {
    display: none;
  }

  .u-nav-1 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .u-hero-1 {
    padding: 34px 18px 96px;
  }

  .u-hero-row-1 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .u-visual-1 {
    aspect-ratio: 1.32;
    border-radius: 16px;
    height: auto;
  }

  .u-title-1 {
    font-size: 35px;
    line-height: 1.24;
  }

  .u-description-1 {
    font-size: 14px;
    line-height: 1.8;
  }

  .u-trust-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-trust-card-1 {
    padding: 24px 16px 18px;
  }

  .u-trust-copy-1 {
    font-size: 12px;
  }

  .u-logo-viewport-1 {
    padding: 15px;
  }

  .u-trust-logos-1 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .u-nav-1-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .u-hero-1-2 {
    padding: 34px 18px 96px;
  }

  .u-hero-row-1-2 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .u-visual-1-2 {
    aspect-ratio: 1.32;
    border-radius: 16px;
    height: auto;
  }

  .u-title-1-2 {
    font-size: 35px;
    line-height: 1.24;
  }

  .u-description-1-2 {
    font-size: 14px;
    line-height: 1.8;
  }

  .u-trust-1-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-trust-card-1-2 {
    padding: 24px 16px 18px;
  }

  .u-trust-copy-1-2 {
    font-size: 12px;
  }

  .u-logo-viewport-1-2 {
    padding: 15px;
  }

  .u-trust-logos-1-2 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .u-nav-1-2-3 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .u-nav-left-1-2-3 {
    flex-shrink: 0;
    align-items: center;
    gap: 4px;
    display: flex;
  }

  .u-hero-1-2-3 {
    padding: 34px 18px 60px;
  }

  .u-hero-row-1-2-3 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .u-visual-1-2-3 {
    aspect-ratio: 1.32;
    border-radius: 16px;
    height: auto;
  }

  .u-title-1-2-3 {
    font-size: 35px;
    line-height: 1.24;
  }

  .u-description-1-2-3 {
    font-size: 14px;
    line-height: 1.8;
  }

  .u-trust-1-2-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-trust-card-1-2-3 {
    padding: 24px 16px 18px;
  }

  .u-trust-copy-1-2-3 {
    font-size: 12px;
  }

  .u-logo-viewport-1-2-3 {
    padding: 15px;
  }

  .u-trust-logos-1-2-3 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .p-partnership {
    padding-bottom: 64px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-card {
    padding: 38px 16px 24px;
  }

  .p-kicker {
    font-size: 10px;
  }

  .p-title {
    font-size: 25px;
  }

  .p-promise {
    font-size: 12px;
  }

  .p-client-band {
    padding: 15px;
  }

  .p-pillar {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding: 18px 16px;
  }

  .p-pillar-title {
    font-size: 15px;
  }

  .p-pillar-copy {
    font-size: 10px;
  }

  .a-partnership {
    padding: 30px 10px 64px;
  }

  .a-statement {
    padding: 42px 18px;
  }

  .a-stage-index {
    top: 20px;
    left: 18px;
  }

  .a-title {
    font-size: 28px;
  }

  .a-intro-panel {
    padding: 30px 18px;
  }

  .a-promise-row {
    padding: 16px 14px;
  }

  .a-logo-section {
    padding: 21px 13px;
  }

  .a-logo-title {
    font-size: 17px;
  }

  .a-logo-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .a-logo-card {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    height: 66px;
  }

  .a-mark {
    font-size: 18px;
  }

  .a-wordmark {
    font-size: 7px;
  }

  .a-wordmark-soft {
    font-size: 9px;
  }

  .a-wordmark-large {
    font-size: 11px;
  }

  .a-pillar {
    padding: 21px 18px;
  }

  .a-pillar-title {
    font-size: 16px;
  }

  .a-disclaimer {
    padding: 0 8px;
  }

  .s-services {
    padding: 64px 0 60px;
  }

  .s-wrap {
    width: calc(100% - 28px);
  }

  .s-head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 32px;
  }

  .s-intro {
    padding-right: 16px;
  }

  .s-kicker {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .s-title {
    font-size: 32px;
    line-height: 1.36;
  }

  .s-index {
    font-size: 11px;
  }

  .s-lead {
    font-size: 16px;
    line-height: 1.85;
  }

  .s-all-link {
    font-size: 15px;
  }

  .s-card {
    min-height: 300px;
    padding: 21px;
  }

  .s-card-strategy {
    min-height: 345px;
  }

  .s-card-title {
    font-size: 24px;
    line-height: 1.45;
  }

  .s-card-copy {
    font-size: 15px;
    line-height: 1.8;
  }

  .s-route {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .s-route-line {
    width: 27px;
  }

  .s-brand-word {
    font-size: 88px;
    bottom: -12px;
  }

  .s-browser {
    width: 112px;
    height: 78px;
    top: 20px;
    left: 18px;
  }

  .s-browser-screen {
    padding: 9px;
  }

  .s-footer-note, .s-footer-cta {
    font-size: 15px;
  }

  ._w-work {
    padding: 64px 0 62px;
  }

  ._w-shell {
    width: calc(100% - 28px);
  }

  ._w-head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 34px;
  }

  ._w-head-copy {
    padding-right: 16px;
  }

  ._w-kicker {
    font-size: 14px;
  }

  ._w-title {
    font-size: 34px;
    line-height: 1.3;
  }

  ._w-lead {
    font-size: 16px;
    line-height: 1.85;
  }

  ._w-status {
    font-size: 12px;
  }

  ._w-feature-art {
    min-height: 310px;
  }

  ._w-grid-lines {
    background-size: 42px 42px;
  }

  ._w-sun {
    width: 205px;
    height: 205px;
  }

  ._w-word-one {
    font-size: 45px;
    top: 10%;
  }

  ._w-word-two {
    font-size: 45px;
    bottom: 9%;
  }

  ._w-cross {
    font-size: 74px;
  }

  ._w-art-label {
    font-size: 9px;
    top: 17px;
    left: 18px;
  }

  ._w-feature-info {
    padding: 20px;
  }

  ._w-tag {
    font-size: 12px;
  }

  ._w-project-title {
    font-size: 23px;
    line-height: 1.5;
  }

  ._w-project-arrow {
    width: 42px;
    height: 42px;
  }

  ._w-gold-art {
    min-height: 300px;
  }

  ._w-gold-letter {
    font-size: 190px;
  }

  ._w-blue-art {
    min-height: 300px;
  }

  ._w-blue-panel {
    padding: 18px;
  }

  ._w-small-info {
    min-height: 160px;
    padding: 22px;
  }

  ._w-small-title {
    font-size: 24px;
  }

  ._w-marquee {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  ._w-marquee-text {
    font-size: 24px;
  }

  ._w-note {
    font-size: 12px;
  }

  ._w-cta {
    font-size: 15px;
  }

  .pw-section {
    padding: 64px 0 62px;
  }

  .pw-wrap {
    width: calc(100% - 28px);
  }

  .pw-head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 34px;
  }

  .pw-intro {
    padding-right: 16px;
  }

  .pw-kicker {
    font-size: 14px;
  }

  .pw-title {
    font-size: 34px;
    line-height: 1.3;
  }

  .pw-lead {
    font-size: 16px;
    line-height: 1.85;
  }

  .pw-ready {
    font-size: 12px;
  }

  .pw-hero-art {
    min-height: 310px;
  }

  .pw-grid {
    background-size: 42px 42px;
  }

  .pw-disc {
    width: 205px;
    height: 205px;
  }

  .pw-idea {
    font-size: 45px;
    top: 10%;
  }

  .pw-impact {
    font-size: 45px;
    bottom: 9%;
  }

  .pw-plus {
    font-size: 74px;
  }

  .pw-art-note {
    font-size: 9px;
    top: 17px;
    left: 18px;
  }

  .pw-feature-info {
    padding: 20px;
  }

  .pw-label {
    font-size: 12px;
  }

  .pw-feature-title {
    font-size: 23px;
    line-height: 1.5;
  }

  .pw-arrow {
    width: 42px;
    height: 42px;
  }

  .pw-gold-art {
    min-height: 300px;
  }

  .pw-arabic-mark {
    font-size: 190px;
  }

  .pw-blue-art {
    min-height: 300px;
  }

  .pw-ui {
    padding: 18px;
  }

  .pw-card-info {
    min-height: 160px;
    padding: 22px;
  }

  .pw-card-title {
    font-size: 24px;
  }

  .pw-rhythm {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .pw-rhythm-word {
    font-size: 24px;
  }

  .pw-disclaimer {
    font-size: 12px;
  }

  .pw-cta {
    font-size: 15px;
  }

  .fw-section {
    padding: 60px 18px 68px;
  }

  .fw-header {
    margin-bottom: 34px;
  }

  .fw-title {
    font-size: 31px;
  }

  .fw-intro {
    font-size: 15px;
  }

  .fw-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .fw-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .fw-offset {
    margin-top: 0;
  }

  .fw-card-body {
    min-height: auto;
  }

  .fw-footer {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 38px;
  }

  .fw-all {
    min-width: 130px;
    height: 46px;
    padding: 0 18px;
  }

  .fw-footer-line {
    display: none;
  }

  .hw-section {
    padding: 60px 18px 68px;
  }

  .hw-header {
    margin-bottom: 32px;
  }

  .hw-title {
    font-size: 31px;
  }

  .hw-lead {
    font-size: 15px;
    line-height: 1.85;
  }

  .hw-process {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hw-rail {
    top: 32px;
    bottom: 32px;
    right: 34px;
  }

  .hw-step {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    border-radius: 15px;
    grid-template-rows: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 92px;
    padding: 14px 13px;
  }

  .hw-number {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .hw-step-title {
    font-size: 18px;
  }

  .hw-step-text {
    font-size: 13px;
  }

  .hw-visual {
    height: 420px;
  }

  .hw-visual-label {
    font-size: 14px;
    bottom: 19px;
    right: 18px;
  }

  .hw-visual-index {
    top: 18px;
    left: 18px;
  }

  .why-section {
    padding: 60px 18px 68px;
  }

  .why-title {
    font-size: 31px;
  }

  .why-intro {
    margin-bottom: 26px;
  }

  .why-feature {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 104px;
    padding: 15px;
  }

  .why-feature-number {
    width: 44px;
    height: 44px;
  }

  .why-feature-title {
    font-size: 18px;
  }

  .why-feature-text {
    font-size: 13px;
  }

  .why-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .why-card {
    min-height: auto;
  }

  .why-visual {
    height: 430px;
  }

  .why-visual-caption {
    bottom: 20px;
    right: 20px;
  }

  .why-caption-title {
    font-size: 16px;
  }

  .ind-section {
    padding: 60px 18px 68px;
  }

  .ind-title {
    font-size: 31px;
  }

  .ind-intro {
    font-size: 15px;
  }

  .ind-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ind-card {
    border-radius: 14px;
    min-height: 116px;
    padding: 14px 13px;
  }

  .ind-card-top {
    margin-bottom: 10px;
  }

  .ind-card-title {
    font-size: 15px;
  }

  .ind-card-note {
    font-size: 11px;
  }

  .ind-collage {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    grid-template-rows: 270px 150px;
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .ind-photo-small {
    height: 150px;
  }

  .ind-photo-label {
    top: 9px;
    right: 9px;
  }

  .ind-collage-caption {
    font-size: 16px;
    top: 197px;
    right: 22px;
  }

  .tm-section {
    padding: 60px 18px 68px;
  }

  .tm-title {
    font-size: 31px;
  }

  .tm-note-text {
    font-size: 13px;
  }

  .tm-feature {
    border-radius: 20px;
    min-height: 370px;
    padding: 22px;
  }

  .tm-feature-top {
    align-items: flex-start;
  }

  .tm-quote-mark {
    font-size: 130px;
    top: 62px;
    left: 20px;
  }

  .tm-feature-quote {
    margin-top: 62px;
    margin-bottom: 42px;
    font-size: 21px;
    line-height: 1.8;
  }

  .tm-card {
    border-radius: 18px;
    padding: 22px;
  }

  .tm-card-quote {
    font-size: 17px;
  }

  .tm-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .tm-integrity {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tm-integrity-index {
    display: none;
  }

  .cta-section {
    padding: 42px 18px 60px;
  }

  .cta-panel {
    border-radius: 22px;
  }

  .cta-copy {
    padding: 42px 24px;
  }

  .cta-title {
    font-size: 33px;
    line-height: 1.4;
  }

  .cta-text {
    margin-bottom: 28px;
    font-size: 15px;
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-button {
    width: 100%;
  }

  .cta-meta {
    flex-wrap: wrap;
    margin-top: 27px;
  }

  .cta-visual {
    height: 390px;
  }

  .cta-image-label {
    top: 18px;
    left: 18px;
  }

  .cta-speed-lines {
    bottom: 24px;
    right: 20px;
  }

  .ft-section {
    padding: 50px 18px 28px;
  }

  .ft-top {
    grid-column-gap: 18px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-brand {
    grid-column: 1 / 3;
  }

  .ft-brand-ar {
    font-size: 20px;
  }

  .ft-brand-statement {
    font-size: 15px;
  }

  .ft-contact-block {
    font-size: 12px;
  }

  .ft-column-title {
    font-size: 14px;
  }

  .ft-link {
    font-size: 13px;
  }

  .ft-middle {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .ft-middle-line {
    display: none;
  }

  .ft-promise {
    white-space: normal;
  }

  .ft-bottom {
    font-size: 11px;
  }

  .sv2-section {
    padding: 64px 0 72px;
  }

  .sv2-shell {
    width: calc(100% - 28px);
  }

  .sv2-head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 40px;
  }

  .sv2-eyebrow {
    font-size: 15px;
  }

  .sv2-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .sv2-intro-block {
    padding-right: 17px;
  }

  .sv2-intro {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 1.75;
  }

  .sv2-system-note {
    font-size: 12px;
  }

  .sv2-card {
    border-radius: 17px;
    display: block;
  }

  .sv2-media {
    height: 245px;
    min-height: 0;
  }

  .sv2-card-body {
    min-height: 225px;
    padding: 24px 20px 21px;
  }

  .sv2-card-title {
    font-size: 22px;
  }

  .sv2-card-text {
    font-size: 15px;
  }

  .th-hero {
    padding: 42px 0 36px;
  }

  .th-shell {
    width: calc(100% - 28px);
  }

  .th-eyebrow {
    margin-bottom: 17px;
    font-size: 12px;
  }

  .th-eyebrow-line {
    width: 32px;
  }

  .th-title {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.2;
  }

  .th-description {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.75;
  }

  .th-actions {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 28px;
    display: grid;
  }

  .th-button {
    width: 100%;
  }

  .th-proof {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .th-proof-item {
    width: 100%;
    min-width: 0;
  }

  .th-stage {
    height: 410px;
  }

  .th-stage-ring {
    width: 280px;
    height: 280px;
  }

  .th-photo-main {
    border-radius: 19px;
    width: 72%;
    height: 88%;
    left: 20%;
  }

  .th-photo-side-a {
    border-radius: 14px;
    width: 38%;
    height: 39%;
  }

  .th-photo-side-b {
    border-radius: 14px;
    width: 40%;
    height: 38%;
  }

  .th-photo-label {
    font-size: 12px;
    bottom: 13px;
    right: 14px;
  }

  .th-photo-label-small {
    font-size: 9px;
  }

  .th-chip {
    min-height: 32px;
    padding: 0 10px;
    font-size: 10px;
  }

  .th-chip-one {
    top: 12%;
  }

  .th-chip-two {
    bottom: 20%;
    right: 0;
  }

  .th-chip-three {
    display: none;
  }

  .th-speed-lines {
    width: 90px;
  }

  .th-speed-line-one {
    width: 80px;
  }

  .th-speed-line-two {
    width: 57px;
  }

  .th-speed-line-three {
    width: 34px;
  }

  .th-bottom {
    justify-content: center;
    margin-top: 14px;
  }

  .th-bottom-hint {
    display: none;
  }

  .th-photo-main-1 {
    height: 74%;
    top: 12%;
  }

  .th-photo-side-a-1 {
    height: 34%;
    top: 12%;
  }

  .th-photo-side-b-1 {
    height: 34%;
    bottom: 12%;
  }

  .cta-title-1 {
    font-size: 36px;
  }

  .cta-title-1-2-3 {
    font-size: 32px;
  }

  .cta-title-1-2 {
    font-size: 34px;
  }
}


