html {
  box-sizing: border-box
}

body {
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2a2a2a;
  background: #fff
}

.topbar {
  background: linear-gradient(135deg, #042659 0%, #063a7f 100%);
  padding: 12px 24px;
  position: relative;
  overflow: hidden
}

.topbar::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #ff990f26 0%, transparent 70%);
  pointer-events: none
}

.topbarInner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px
}

.brandZone {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1 1 auto
}

.logoMount {
  background: #fff;
  padding: 8px 12px;
  border-radius: 0 16px 0 16px;
  box-shadow: 1px 4px 14px -1px #0426591c;
  border-bottom: 3px solid #FF990F;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px
}

.logoMount img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block
}

.taglineText {
  font-size: 14px;
  line-height: 1.3;
  color: #DCE1E5;
  font-weight: 400;
  max-width: 280px;
  letter-spacing: .02em
}

.contactQuick {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.phoneLink {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .03em;
  transition: color .28s ease-in-out;
  display: flex;
  align-items: center;
  gap: 8px
}

.phoneLink:hover {
  color: #FF990F
}

.phoneLink:focus {
  outline: 2px solid #FF990F;
  outline-offset: 4px;
  background: #ff990f1f;
  border-radius: 3px;
  padding: 4px 8px;
  margin: -4px -8px
}

.phoneIcon {
  width: 16px;
  height: 16px;
  fill: currentColor
}

.emailLink {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  transition: color .32s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 8px
}

.emailLink:hover {
  color: #FF990F
}

.emailLink:focus {
  outline: 2px solid #FF990F;
  outline-offset: 4px;
  background: #ff990f1f;
  border-radius: 3px;
  padding: 4px 8px;
  margin: -4px -8px
}

.emailIcon {
  width: 16px;
  height: 16px;
  fill: currentColor
}

.mainHeader {
  background: #fff;
  border-bottom: 2px solid #DCE1E5;
  padding: 24px;
  position: relative
}

.headerInner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap
}

.brandBlock {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 280px
}

.brandLogoHold {
  background: linear-gradient(135deg, #042659 0%, #063a7f 100%);
  padding: 12px 16px;
  border-radius: 28px 3px 28px 3px;
  box-shadow: 1px 1px 6px -1px #0426590f 1px 4px 14px -1px #0426591c;
  border: 2px solid #DCE1E5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 56px
}

.brandLogoHold img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1)
}

.brandText {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brandName {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #042659;
  letter-spacing: -.01em
}

.brandDescriptor {
  font-size: 14px;
  line-height: 1.3;
  color: #5a5a5a;
  font-weight: 400;
  max-width: 320px
}

.navPrimary {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.navPrimary a {
  font-size: 16px;
  line-height: 1.3;
  color: #042659;
  text-decoration: none;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 16px;
  transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center
}

.navPrimary a:hover {
  background: #DCE1E5;
  color: #042659
}

.navPrimary a:focus {
  background: #ff990f26;
  outline: 2px solid #FF990F;
  outline-offset: 2px
}

.mainFooter {
  background: linear-gradient(180deg, #f7f9fa 0%, #fff 100%);
  padding: 96px 24px 24px;
  position: relative;
  overflow: hidden
}

.mainFooter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #042659 0%, #FF990F 50%, #042659 100%)
}

.footerPrimary {
  max-width: 1140px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px
}

.footerColumn {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.footerHeading {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #042659;
  margin: 0;
  letter-spacing: .01em
}

.footerText {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0
}

.footerList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footerList a {
  font-size: 14px;
  line-height: 1.5;
  color: #042659;
  text-decoration: none;
  font-weight: 400;
  transition: color .27s ease-in-out, padding-left .27s ease-in-out;
  display: inline-block;
  padding-left: 0
}

.footerList a:hover {
  color: #FF990F;
  padding-left: 8px
}

.footerList a:focus {
  background: #ff990f26;
  outline: 2px solid #FF990F;
  outline-offset: 2px;
  border-radius: 3px;
  padding: 4px 8px
}

.addressBlock {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.addressLine {
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a4a;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.addressIcon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px
}

.contactBlock {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.contactItem {
  display: flex;
  align-items: center;
  gap: 8px
}

.contactItem a {
  font-size: 14px;
  line-height: 1.5;
  color: #042659;
  text-decoration: none;
  font-weight: 400;
  transition: color .29s cubic-bezier(0.4, 0, 0.2, 1)
}

.contactItem a:hover {
  color: #FF990F
}

.contactItem a:focus {
  background: #ff990f26;
  outline: 2px solid #FF990F;
  outline-offset: 2px;
  border-radius: 3px;
  padding: 4px 8px
}

.contactItemIcon {
  width: 16px;
  height: 16px;
  fill: #042659
}

.footerLogoZone {
  max-width: 1140px;
  margin: 0 auto 48px;
  display: flex;
  justify-content: center;
  align-items: center
}

.footerLogoShell {
  background: linear-gradient(135deg, #042659 0%, #063a7f 100%);
  padding: 16px 24px;
  border-radius: 16px 0 16px 0;
  box-shadow: 1px 4px 14px -1px #0426591c 1px 12px 48px -1px #0426591c;
  border: 3px solid #FF990F;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.footerLogoShell img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1)
}

.footerSecondary {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 0 0;
  border-top: 1px solid #DCE1E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.copyrightText {
  font-size: 14px;
  line-height: 1.5;
  color: #6a6a6a;
  margin: 0
}

.footerNavSecondary {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.footerNavSecondary a {
  font-size: 14px;
  line-height: 1.5;
  color: #042659;
  text-decoration: none;
  font-weight: 400;
  transition: color .26s ease-in-out
}

.footerNavSecondary a:hover {
  color: #FF990F
}

.footerNavSecondary a:focus {
  background: #ff990f26;
  outline: 2px solid #FF990F;
  outline-offset: 2px;
  border-radius: 3px;
  padding: 4px 8px
}

.consentToast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: 420px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 1px 4px 14px -1px #0426591c 1px 12px 48px -1px #0426591c;
  border: 2px solid #DCE1E5;
  padding: 24px;
  z-index: 8000;
  display: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity .22s linear, transform .22s linear
}

.consentToast.visible {
  opacity: 1;
  transform: translateY(0)
}

.consentHead {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #042659;
  margin: 0 0 12px
}

.consentBody {
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a4a;
  margin: 0 0 24px
}

.consentActions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.consentBtn {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  transition: background-color .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: lowercase;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.consentAccept {
  background: #FF990F;
  color: #fff
}

.consentAccept:hover {
  background: #e68a0d;
  transform: translateY(-2px)
}

.consentAccept:focus {
  outline: 2px solid #042659;
  outline-offset: 2px;
  background: #d67c0b
}

.consentDecline {
  background: #DCE1E5;
  color: #042659
}

.consentDecline:hover {
  background: #c5cdd4;
  transform: translateY(-2px)
}

.consentDecline:focus {
  outline: 2px solid #042659;
  outline-offset: 2px;
  background: #b5bfc8
}

.consentManage {
  background: transparent;
  color: #042659;
  border: 2px solid #042659;
  padding: 10px 22px
}

.consentManage:hover {
  background: #04265914
}

.consentManage:focus {
  outline: 2px solid #FF990F;
  outline-offset: 2px;
  background: #0426591f
}

.consentPanel {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #DCE1E5;
  display: none
}

.consentPanel.active {
  display: block
}

.consentOptions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px
}

.consentOption {
  display: flex;
  align-items: center;
  gap: 12px
}

.consentOption input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #FF990F
}

.consentOption label {
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a4a;
  cursor: pointer;
  flex: 1
}

.prefsLink {
  font-size: 14px;
  line-height: 1.5;
  color: #042659;
  text-decoration: none;
  font-weight: 400;
  transition: color .26s ease-in-out;
  cursor: pointer
}

.prefsLink:hover {
  color: #FF990F
}

.prefsLink:focus {
  background: #ff990f26;
  outline: 2px solid #FF990F;
  outline-offset: 2px;
  border-radius: 3px;
  padding: 4px 8px
}

@media (max-width: 768px) {
  .topbarInner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .brandZone {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .contactQuick {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%
  }

  .headerInner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .brandBlock {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: auto
  }

  .navPrimary {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%
  }

  .navPrimary a {
    width: 100%;
    justify-content: center
  }

  .footerPrimary {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .footerSecondary {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .footerNavSecondary {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .consentToast {
    bottom: 12px;
    right: 12px;
    left: 12px;
    max-width: none
  }

  .consentActions {
    flex-direction: column
  }

  .consentBtn {
    width: 100%
  }
}

@media (max-width: 375px) {
  .topbar {
    padding: 8px 12px
  }

  .mainHeader {
    padding: 12px
  }

  .mainFooter {
    padding: 48px 12px 12px
  }

  .brandName {
    font-size: 19px
  }

  .brandDescriptor {
    font-size: 14px
  }

  .navPrimary a {
    font-size: 14px;
    padding: 12px
  }

  .consentToast {
    padding: 12px
  }

  .consentHead {
    font-size: 16px
  }

  .consentBody {
    font-size: 14px
  }
}

@media (min-width: 1024px) {
  .topbarInner {
    gap: 48px
  }

  .headerInner {
    gap: 96px
  }

  .footerPrimary {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (min-width: 1280px) {
  .footerPrimary {
    grid-template-columns: repeat(4, 1fr)
  }
}

.policy-frame {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 24px;
  background: #fff
}

.policy-frame h1 {
  font-size: 46px;
  line-height: 1.1;
  color: #042659;
  margin: 0 0 48px
}

.policy-frame h2 {
  font-size: 33px;
  line-height: 1.3;
  color: #042659;
  margin: 48px 0 24px
}

.policy-frame h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #042659;
  margin: 48px 0 24px
}

.policy-frame h4 {
  font-size: 19px;
  line-height: 1.5;
  color: #042659;
  margin: 24px 0 12px
}

.policy-frame h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #042659;
  margin: 24px 0 12px
}

.policy-frame h6 {
  font-size: 14px;
  line-height: 1.5;
  color: #042659;
  margin: 24px 0 12px;
  text-transform: uppercase;
  letter-spacing: .05em
}

.policy-frame p {
  font-size: 16px;
  line-height: 1.7;
  color: #1a1a1a;
  margin: 0 0 24px
}

.policy-frame strong,
.policy-frame b {
  color: #042659;
  font-weight: 600
}

.policy-frame em,
.policy-frame i {
  font-style: italic;
  color: #333
}

.policy-frame a {
  color: #FF990F;
  text-decoration: underline;
  transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.policy-frame a:hover {
  color: #042659;
  text-decoration: none
}

.policy-frame a:focus {
  outline: 2px solid #FF990F;
  outline-offset: 2px;
  border-radius: 3px
}

.policy-frame ul,
.policy-frame ol {
  font-size: 16px;
  line-height: 1.7;
  color: #1a1a1a;
  margin: 0 0 24px;
  padding-left: 24px
}

.policy-frame ul li,
.policy-frame ol li {
  margin-bottom: 12px
}

.policy-frame ul li:last-child,
.policy-frame ol li:last-child {
  margin-bottom: 0
}

.policy-frame hr {
  border: none;
  height: 1px;
  background: #DCE1E5;
  margin: 48px 0
}

.policy-frame div {
  margin-bottom: 24px
}

.policy-frame table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5
}

.policy-frame table th,
.policy-frame table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #DCE1E5
}

.policy-frame table th {
  background: #042659;
  color: #fff;
  font-weight: 600
}

.policy-frame table tr:nth-child(even) {
  background: #dce1e533
}

@media (max-width: 768px) {
  .policy-frame {
    padding: 24px 12px
  }

  .policy-frame h1 {
    font-size: 33px;
    margin-bottom: 24px
  }

  .policy-frame h2 {
    font-size: 24px;
    margin-top: 24px
  }

  .policy-frame h3 {
    font-size: 19px;
    margin-top: 24px
  }

  .policy-frame h4,
  .policy-frame h5 {
    font-size: 16px
  }

  .policy-frame h6 {
    font-size: 14px
  }

  .policy-frame p,
  .policy-frame ul,
  .policy-frame ol {
    font-size: 14px
  }

  .policy-frame hr {
    margin: 24px 0
  }
}

@media (max-width: 375px) {
  .policy-frame {
    padding: 24px 8px
  }

  .policy-frame h1 {
    font-size: 24px
  }

  .policy-frame h2 {
    font-size: 19px
  }

  .policy-frame h3 {
    font-size: 16px
  }
}

.resellers {
  background: #fff;
  color: #1a1a1a;
  min-height: 100vh
}

.resellers * {
  box-sizing: border-box
}

.resellers .openingVisual {
  background: linear-gradient(270deg, #FF990F 0%, #042659 100%);
  padding: 96px 24px 48px;
  position: relative;
  overflow: hidden
}

.resellers .openingVisual::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: #ffffff14;
  transform: rotate(45deg);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.resellers .openingVisual::after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 5%;
  width: 120px;
  height: 120px;
  background: #dce1e51f;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.resellers .openingContainer {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center
}

.resellers .openingText {
  z-index: 2;
  position: relative
}

.resellers .openingLabel {
  font-size: 14px;
  line-height: 1.5;
  color: #DCE1E5;
  letter-spacing: .08em;
  margin: 0 0 12px;
  text-transform: uppercase
}

.resellers .openingHeading {
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  font-weight: 700
}

.resellers .openingImageWrapper {
  position: relative;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  animation: slideFromLeft .8s linear
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-80px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.resellers .openingImageWrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #042659b3 0%, #04265933 100%);
  z-index: 1
}

.resellers .openingImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block
}

.resellers .partnersDistribution {
  padding: 96px 24px;
  background: linear-gradient(180deg, #DCE1E5 0%, #fff 35%);
  position: relative
}

.resellers .distributionContainer {
  max-width: 1140px;
  margin: 0 auto
}

.resellers .distributionGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px
}

.resellers .distributionContent {
  animation: slideFromLeft .7s linear
}

.resellers .distributionHeading {
  font-size: 33px;
  line-height: 1.3;
  color: #042659;
  margin: 0 0 24px;
  font-weight: 700
}

.resellers .distributionHeading span {
  display: block
}

.resellers .distributionText {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a2a;
  margin: 0 0 24px
}

.resellers .distributionCards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 48px 0 0
}

.resellers .distributionCard {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 1px 4px 14px -1px #0426591c;
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border-left: 4px solid transparent
}

.resellers .distributionCard:hover {
  transform: translateY(-4px);
  box-shadow: 1px 12px 48px -1px #0426591c
}

.resellers .distributionCard:nth-child(1) {
  border-left-color: #FF990F
}

.resellers .distributionCard:nth-child(2) {
  border-left-color: #042659
}

.resellers .distributionCard:nth-child(3) {
  border-left-color: #DCE1E5
}

.resellers .cardIcon {
  width: 48px;
  height: 48px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.resellers .cardIcon svg {
  width: 100%;
  height: 100%;
  fill: #FF990F
}

.resellers .cardHeading {
  font-size: 19px;
  line-height: 1.3;
  color: #042659;
  margin: 0 0 12px;
  font-weight: 600
}

.resellers .cardDescription {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0
}

.resellers .diamondDivider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 24px;
  background: #fff
}

.resellers .diamondShape {
  width: 8px;
  height: 8px;
  background: #FF990F;
  transform: rotate(45deg);
  opacity: .6
}

.resellers .diamondShape:nth-child(2),
.resellers .diamondShape:nth-child(4),
.resellers .diamondShape:nth-child(6),
.resellers .diamondShape:nth-child(8) {
  background: #042659
}

.resellers .diamondShape:nth-child(3),
.resellers .diamondShape:nth-child(7) {
  background: #DCE1E5;
  opacity: .8
}

.resellers .partnershipTerms {
  padding: 96px 24px;
  background: #fff;
  position: relative
}

.resellers .termsContainer {
  max-width: 1140px;
  margin: 0 auto
}

.resellers .termsLayout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  position: relative
}

.resellers .termsImageSection {
  position: relative;
  animation: slideFromLeft .9s linear
}

.resellers .termsImageWrapper {
  position: relative;
  height: 400px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 1px 12px 48px -1px #ff990f1c
}

.resellers .termsImageWrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #0426594d 0%, #ff990f66 100%);
  z-index: 1
}

.resellers .termsImageWrapper::after {
  content: '';
  position: absolute;
  top: 24px;
  right: 24px;
  width: 80px;
  height: 80px;
  background: #ffffff26;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 2
}

.resellers .termsImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block
}

.resellers .termsContent {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.resellers .termsHeading {
  font-size: 33px;
  line-height: 1.3;
  color: #042659;
  margin: 0;
  font-weight: 700
}

.resellers .termsIntro {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a2a;
  margin: 0
}

.resellers .termsList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0 0
}

.resellers .termsItem {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #DCE1E5;
  transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out
}

.resellers .termsItem:hover {
  border-color: #FF990F;
  box-shadow: 1px 4px 14px -1px #ff990f1c
}

.resellers .termsNumber {
  font-size: 62px;
  line-height: 1.1;
  color: #FF990F;
  font-weight: 700;
  opacity: .3;
  min-width: 80px
}

.resellers .termsItemContent {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.resellers .termsItemTitle {
  font-size: 19px;
  line-height: 1.3;
  color: #042659;
  margin: 0;
  font-weight: 600
}

.resellers .termsItemText {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0
}

.resellers .statsBlock {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 48px 0 0
}

.resellers .statItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
  background: linear-gradient(135deg, #042659 0%, #FF990F 100%);
  border-radius: 16px;
  box-shadow: 1px 4px 14px -1px #0426591c
}

.resellers .statIcon {
  width: 48px;
  height: 48px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.resellers .statIcon svg {
  width: 100%;
  height: 100%;
  fill: #fff
}

.resellers .statNumber {
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 8px;
  font-weight: 700
}

.resellers .statLabel {
  font-size: 14px;
  line-height: 1.5;
  color: #DCE1E5;
  margin: 0
}

.resellers .linkUnderline {
  position: relative;
  display: inline-block;
  color: #042659;
  text-decoration: none;
  font-weight: 600;
  transition: color .28s ease-in-out
}

.resellers .linkUnderline::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #FF990F;
  transition: width .32s cubic-bezier(0.4, 0, 0.2, 1), left .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.resellers .linkUnderline:hover::after {
  width: 100%;
  left: 0
}

.resellers .linkUnderline:hover {
  color: #FF990F
}

.resellers .linkUnderline:focus-visible {
  outline: 2px solid #042659 !important;
  outline-offset: 4px !important;
  border-radius: 3px !important
}

.resellers button:focus-visible,
.resellers .distributionCard:focus-visible,
.resellers .termsItem:focus-visible {
  outline: 2px solid #042659 !important;
  outline-offset: 4px !important
}

@media (min-width: 768px) {
  .resellers .openingVisual {
    padding: 96px 48px
  }

  .resellers .openingContainer {
    grid-template-columns: 1fr 1fr
  }

  .resellers .openingHeading {
    font-size: 62px
  }

  .resellers .openingImageWrapper {
    height: 380px
  }

  .resellers .partnersDistribution {
    padding: 96px 48px
  }

  .resellers .distributionCards {
    grid-template-columns: repeat(3, 1fr)
  }

  .resellers .partnershipTerms {
    padding: 96px 48px
  }

  .resellers .termsLayout {
    grid-template-columns: 1fr 1fr
  }

  .resellers .termsImageWrapper {
    height: 500px
  }

  .resellers .statsBlock {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 1024px) {
  .resellers .distributionGrid {
    grid-template-columns: 1fr
  }

  .resellers .termsLayout {
    grid-template-columns: 1fr 1.2fr;
    gap: 96px
  }

  .resellers .termsImageWrapper {
    height: 600px
  }

  .resellers .statsBlock {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (min-width: 1280px) {
  .resellers .openingHeading {
    font-size: 62px
  }

  .resellers .distributionHeading {
    font-size: 46px
  }

  .resellers .termsHeading {
    font-size: 46px
  }
}

.events {
  background: #fff;
  color: #1a1a2e;
  min-height: 100vh
}

.events .openingvisual {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: visible
}

.events .openingvisual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #04265905 2px, #04265905 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #04265905 2px, #04265905 4px);
  pointer-events: none;
  z-index: 1
}

.events .photographcard {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 1px 4px 14px -1px #0426591c;
  background: #fff
}

.events .photographcard img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.events .photographcard:hover img {
  transform: scale(1.05)
}

.events .textzone {
  position: relative;
  z-index: 2
}

.events .textzone h1 {
  font-size: 46px;
  line-height: 1.1;
  margin: 0 0 24px;
  color: #042659;
  font-weight: 700
}

.events .textzone .summary {
  font-size: 19px;
  line-height: 1.5;
  color: #2c3e50;
  margin: 0
}

.events .schedulegrid {
  background: linear-gradient(180deg, #DCE1E5 0%, #fff 100%);
  padding: 96px 24px;
  position: relative;
  overflow: hidden
}

.events .schedulegrid::before {
  content: '∞';
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  font-size: 480px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #0426590f;
  pointer-events: none;
  z-index: 0
}

.events .schedulegrid .containerwrap {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.events .schedulegrid .sectionlabel {
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #042659;
  margin: 0 0 12px;
  font-weight: 600
}

.events .schedulegrid .maintitle {
  font-size: 62px;
  line-height: 1.1;
  color: #042659;
  margin: 0 0 48px;
  font-weight: 700
}

.events .schedulegrid .maintitle span {
  display: block
}

.events .topbar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px
}

.events .statsbox {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 1px 1px 6px -1px #0426590f;
  transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.events .statsbox:hover {
  box-shadow: 1px 12px 48px -1px #0426591c;
  transform: translateY(-4px)
}

.events .statsbox .number {
  font-size: 46px;
  line-height: 1.1;
  color: #FF990F;
  font-weight: 700;
  margin: 0 0 8px
}

.events .statsbox .label {
  font-size: 16px;
  line-height: 1.3;
  color: #042659;
  margin: 0;
  font-weight: 500
}

.events .eventlist {
  display: grid;
  gap: 24px
}

.events .eventcard {
  background: #fff;
  border-radius: 28px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
  box-shadow: 1px 4px 14px -1px #0426591c;
  transition: box-shadow .32s ease-in-out, transform .32s ease-in-out;
  position: relative;
  overflow: hidden
}

.events .eventcard::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #FF990F 0%, #042659 100%);
  transform: translateX(6px);
  transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.events .eventcard:hover::after {
  transform: translateX(0)
}

.events .eventcard:hover {
  box-shadow: 1px 12px 48px -1px #0426591c;
  transform: translateX(-8px)
}

.events .eventcard .datetime {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.events .eventcard .monthday {
  font-size: 62px;
  line-height: 1.1;
  color: #042659;
  font-weight: 700;
  margin: 0
}

.events .eventcard .yeartime {
  font-size: 19px;
  line-height: 1.3;
  color: #FF990F;
  margin: 0;
  font-weight: 600
}

.events .eventcard .location {
  font-size: 16px;
  line-height: 1.5;
  color: #5a6c7d;
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 8px
}

.events .eventcard .location::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #DCE1E5;
  border-radius: 3px;
  flex-shrink: 0
}

.events .eventcard .details h3 {
  font-size: 33px;
  line-height: 1.3;
  color: #042659;
  margin: 0 0 12px;
  font-weight: 700
}

.events .eventcard .details .description {
  font-size: 16px;
  line-height: 1.7;
  color: #2c3e50;
  margin: 0 0 24px
}

.events .eventcard .details .description:last-of-type {
  margin-bottom: 24px
}

.events .eventcard .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px
}

.events .eventcard .tag {
  background: #DCE1E5;
  color: #042659;
  font-size: 14px;
  line-height: 1.3;
  padding: 8px 12px;
  border-radius: 16px;
  font-weight: 500
}

.events .eventcard .registerbtn {
  background: #042659;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  padding: 12px 48px;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  font-weight: 600;
  transition: background .27s ease-in-out, box-shadow .27s ease-in-out;
  box-shadow: 1px 1px 6px -1px #0426590f
}

.events .registerbtn:hover {
  background: #FF990F;
  box-shadow: 1px 4px 14px -1px #ff990f1c
}

.events .registerbtn:focus {
  outline: 3px solid #ff990f66;
  outline-offset: 2px
}

.events .registerbtn:active {
  transform: scale(0.98)
}

.events .eventcard.past {
  opacity: .7
}

.events .eventcard.past .registerbtn {
  background: #DCE1E5;
  color: #5a6c7d;
  cursor: not-allowed
}

.events .eventcard.past .registerbtn:hover {
  background: #DCE1E5;
  box-shadow: 1px 1px 6px -1px #0426590f
}

@keyframes slideup {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.events .eventcard:nth-child(1) {
  animation: slideup .4s linear .1s backwards
}

.events .eventcard:nth-child(2) {
  animation: slideup .4s linear .2s backwards
}

.events .eventcard:nth-child(3) {
  animation: slideup .4s linear .3s backwards
}

.events .eventcard:nth-child(4) {
  animation: slideup .4s linear .4s backwards
}

.events .eventcard:nth-child(5) {
  animation: slideup .4s linear .5s backwards
}

@media (max-width: 1024px) {
  .events .openingvisual {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 24px
  }

  .events .photographcard {
    max-width: 480px;
    margin: 0 auto
  }

  .events .photographcard img {
    height: 320px
  }

  .events .textzone h1 {
    font-size: 33px
  }

  .events .textzone .summary {
    font-size: 16px
  }

  .events .schedulegrid {
    padding: 48px 24px
  }

  .events .schedulegrid::before {
    font-size: 280px
  }

  .events .schedulegrid .maintitle {
    font-size: 46px
  }

  .events .topbar {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .events .statsbox {
    padding: 24px
  }

  .events .statsbox .number {
    font-size: 33px
  }

  .events .eventcard {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px
  }

  .events .eventcard .monthday {
    font-size: 46px
  }

  .events .eventcard .details h3 {
    font-size: 24px
  }
}

@media (max-width: 768px) {
  .events .openingvisual {
    padding: 24px 12px
  }

  .events .photographcard img {
    height: 280px
  }

  .events .textzone h1 {
    font-size: 24px;
    margin-bottom: 12px
  }

  .events .textzone .summary {
    font-size: 14px
  }

  .events .schedulegrid {
    padding: 48px 12px
  }

  .events .schedulegrid::before {
    font-size: 180px;
    right: -10%
  }

  .events .schedulegrid .maintitle {
    font-size: 33px;
    margin-bottom: 24px
  }

  .events .statsbox {
    padding: 12px
  }

  .events .statsbox .number {
    font-size: 24px
  }

  .events .statsbox .label {
    font-size: 14px
  }

  .events .eventcard {
    padding: 24px;
    border-radius: 16px
  }

  .events .eventcard .monthday {
    font-size: 33px
  }

  .events .eventcard .yeartime {
    font-size: 16px
  }

  .events .eventcard .location {
    font-size: 14px
  }

  .events .eventcard .details h3 {
    font-size: 19px
  }

  .events .eventcard .details .description {
    font-size: 14px
  }

  .events .registerbtn {
    width: 100%;
    padding: 12px 24px;
    font-size: 14px
  }
}

@media (max-width: 375px) {
  .events .openingvisual {
    padding: 24px 12px
  }

  .events .photographcard img {
    height: 240px
  }

  .events .textzone h1 {
    font-size: 19px
  }

  .events .schedulegrid .maintitle {
    font-size: 24px
  }

  .events .eventcard .monthday {
    font-size: 24px
  }

  .events .eventcard .details h3 {
    font-size: 16px
  }
}

.aboutUs {
  background: #fff;
  color: #1a1a2e;
  overflow-x: clip
}

.aboutUs .titleIntro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1140px;
  margin: 0 auto;
  padding: 96px 24px 48px;
  gap: 48px;
  position: relative
}

.aboutUs .titleIntro::before {
  content: '';
  position: absolute;
  top: 12%;
  left: 8%;
  width: 180px;
  height: 180px;
  background: #DCE1E5;
  opacity: .3;
  border-radius: 28px;
  transform: rotate(15deg);
  z-index: 0;
  pointer-events: none
}

.aboutUs .titleIntro::after {
  content: '';
  position: absolute;
  bottom: 20%;
  right: 12%;
  width: 120px;
  height: 120px;
  background: #FF990F;
  opacity: .2;
  border-radius: 16px;
  transform: rotate(-8deg);
  z-index: 0;
  pointer-events: none
}

.aboutUs .textColumn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 48px;
  position: relative;
  z-index: 1
}

.aboutUs .mainHeading {
  font-size: 62px;
  line-height: 1.1;
  margin: 0 0 24px;
  color: #042659
}

.aboutUs .quoteText {
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  color: #5a5a6e;
  font-style: italic
}

.aboutUs .imageColumn {
  position: relative;
  z-index: 1
}

.aboutUs .heroImage {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 40%;
  border-radius: 16px;
  filter: sepia(0.15) saturate(1.1) brightness(1.05);
  display: block
}

.aboutUs .storyGrid {
  background: linear-gradient(to left, #FF990F, #042659);
  padding: 96px 24px;
  position: relative
}

.aboutUs .storyGrid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #ffffff08 2px, #ffffff08 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #ffffff08 2px, #ffffff08 4px);
  pointer-events: none;
  z-index: 1
}

.aboutUs .storyContainer {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  position: relative;
  z-index: 2
}

.aboutUs .storyHeading {
  font-size: 46px;
  line-height: 1.3;
  margin: 0 0 24px;
  color: #fff
}

.aboutUs .storyParagraph {
  font-size: 19px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: #ffffffe6
}

.aboutUs .storyParagraph:last-child {
  margin: 0
}

.aboutUs .storyYear {
  display: inline-block;
  background: #fff3;
  color: #fff;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 12px
}

.aboutUs .teamShowcase {
  padding: 96px 24px;
  background: #f5f7fa;
  position: relative
}

.aboutUs .teamShowcase::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #FF990F transparent transparent;
  opacity: .6
}

.aboutUs .teamContainer {
  max-width: 1140px;
  margin: 0 auto
}

.aboutUs .teamTitle {
  font-size: 46px;
  line-height: 1.3;
  margin: 0 0 48px;
  color: #042659;
  text-align: center
}

.aboutUs .profileCards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.aboutUs .profileCard {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 1px 4px 14px -1px #0426591c;
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.aboutUs .profileCard:hover {
  transform: translateY(-8px);
  box-shadow: 1px 12px 48px -1px #0426591c
}

.aboutUs .profileCard.xyz-in {
  animation-name: xyz-in
}

@keyframes xyz-in {
  from {
    opacity: 0;
    transform: rotateY(-90deg)
  }

  to {
    opacity: 1;
    transform: rotateY(0deg)
  }
}

.aboutUs .profileCard:nth-child(1) {
  animation-delay: .1s;
  animation-duration: .6s;
  animation-fill-mode: both
}

.aboutUs .profileCard:nth-child(2) {
  animation-delay: .2s;
  animation-duration: .6s;
  animation-fill-mode: both
}

.aboutUs .profileCard:nth-child(3) {
  animation-delay: .3s;
  animation-duration: .6s;
  animation-fill-mode: both
}

.aboutUs .profileCard:nth-child(4) {
  animation-delay: .4s;
  animation-duration: .6s;
  animation-fill-mode: both
}

.aboutUs .profileImage {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center 30%;
  display: block
}

.aboutUs .profileDetails {
  padding: 24px
}

.aboutUs .profileName {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 8px;
  color: #042659
}

.aboutUs .profileRole {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #5a5a6e
}

.aboutUs .valuesDisplay {
  padding: 96px 24px;
  background: #fff;
  position: relative
}

.aboutUs .valuesDisplay::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #DCE1E5
}

.aboutUs .valuesWrap {
  max-width: 1140px;
  margin: 0 auto
}

.aboutUs .valuesHeading {
  font-size: 46px;
  line-height: 1.3;
  margin: 0 0 48px;
  color: #042659
}

.aboutUs .valuesList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px
}

.aboutUs .valueItem {
  position: relative;
  padding: 24px;
  background: #f5f7fa;
  border-radius: 3px;
  border: 2px dashed #DCE1E5;
  transition: border-color .28s ease-in-out
}

.aboutUs .valueItem:hover {
  border-color: #FF990F
}

.aboutUs .valueItem::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #FF990F;
  opacity: .1;
  transition: height .32s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
  z-index: 0
}

.aboutUs .valueItem:hover::before {
  height: 100%
}

.aboutUs .valueIcon {
  width: 64px;
  height: 64px;
  margin: 0 0 12px;
  position: relative;
  z-index: 1
}

.aboutUs .valueIcon svg {
  width: 100%;
  height: 100%;
  fill: #042659
}

.aboutUs .valueLabel {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #042659;
  position: relative;
  z-index: 1
}

.aboutUs .valueDescription {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #5a5a6e;
  position: relative;
  z-index: 1
}

@media (max-width: 1024px) {
  .aboutUs .titleIntro {
    grid-template-columns: 1fr;
    padding: 48px 24px 24px
  }

  .aboutUs .textColumn {
    padding: 0 0 24px
  }

  .aboutUs .mainHeading {
    font-size: 46px
  }

  .aboutUs .quoteText {
    font-size: 19px
  }

  .aboutUs .heroImage {
    height: 380px
  }

  .aboutUs .storyGrid {
    padding: 48px 24px
  }

  .aboutUs .storyContainer {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .aboutUs .storyHeading {
    font-size: 33px
  }

  .aboutUs .teamShowcase {
    padding: 48px 24px
  }

  .aboutUs .teamTitle {
    font-size: 33px;
    margin: 0 0 24px
  }

  .aboutUs .profileCards {
    grid-template-columns: repeat(2, 1fr)
  }

  .aboutUs .valuesDisplay {
    padding: 48px 24px
  }

  .aboutUs .valuesHeading {
    font-size: 33px;
    margin: 0 0 24px
  }

  .aboutUs .valuesList {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media (max-width: 768px) {
  .aboutUs .titleIntro {
    padding: 24px 12px 12px
  }

  .aboutUs .mainHeading {
    font-size: 33px
  }

  .aboutUs .quoteText {
    font-size: 16px
  }

  .aboutUs .heroImage {
    height: 280px
  }

  .aboutUs .storyGrid {
    padding: 24px 12px
  }

  .aboutUs .storyHeading {
    font-size: 24px
  }

  .aboutUs .storyParagraph {
    font-size: 16px
  }

  .aboutUs .teamShowcase {
    padding: 24px 12px
  }

  .aboutUs .teamTitle {
    font-size: 24px
  }

  .aboutUs .profileCards {
    grid-template-columns: 1fr
  }

  .aboutUs .profileImage {
    height: 240px
  }

  .aboutUs .profileDetails {
    padding: 12px
  }

  .aboutUs .profileName {
    font-size: 19px
  }

  .aboutUs .profileRole {
    font-size: 14px
  }

  .aboutUs .valuesDisplay {
    padding: 24px 12px
  }

  .aboutUs .valuesHeading {
    font-size: 24px
  }

  .aboutUs .valueItem {
    padding: 12px
  }

  .aboutUs .valueIcon {
    width: 48px;
    height: 48px
  }

  .aboutUs .valueLabel {
    font-size: 19px
  }

  .aboutUs .valueDescription {
    font-size: 14px
  }
}

@media (max-width: 375px) {
  .aboutUs .titleIntro {
    padding: 12px 8px 8px
  }

  .aboutUs .mainHeading {
    font-size: 24px
  }

  .aboutUs .quoteText {
    font-size: 14px
  }

  .aboutUs .heroImage {
    height: 220px
  }

  .aboutUs .storyGrid {
    padding: 12px 8px
  }

  .aboutUs .storyHeading {
    font-size: 19px
  }

  .aboutUs .storyParagraph {
    font-size: 14px
  }

  .aboutUs .teamShowcase {
    padding: 12px 8px
  }

  .aboutUs .teamTitle {
    font-size: 19px
  }

  .aboutUs .profileImage {
    height: 200px
  }

  .aboutUs .valuesDisplay {
    padding: 12px 8px
  }

  .aboutUs .valuesHeading {
    font-size: 19px
  }

  .aboutUs .valueLabel {
    font-size: 16px
  }
}

.floralconsult {
  background: #fff;
  color: #1a1a1a;
  overflow-x: clip
}

.floralconsult ::selection {
  background: #042659;
  color: #fff
}

.floralconsult .titlezone {
  background: radial-gradient(circle at top right, #DCE1E5 0%, #fff 68%);
  padding: 96px 24px;
  position: relative;
  overflow: hidden
}

.floralconsult .titlezone::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #FF990F 0%, #042659 100%)
}

.floralconsult .titlecontainer {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.floralconsult .titletextarea {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.floralconsult .mainstatement {
  font-size: 46px;
  line-height: 1.1;
  color: #042659;
  margin: 0;
  display: flex;
  flex-direction: column
}

.floralconsult .mainstatement span {
  display: block
}

.floralconsult .clarification {
  font-size: 19px;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0
}

.floralconsult .titlevisual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 1px 12px 48px -1px #0426591c
}

.floralconsult .titlevisual img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  filter: saturate(0.75)
}

.floralconsult .titlevisual::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: #FF990F;
  z-index: 1
}

.floralconsult .clientstories {
  background: #fff;
  padding: 96px 24px;
  position: relative
}

.floralconsult .clientstories::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #DCE1E5;
  clip-path: polygon(0 0, 100% 0, 0 100%)
}

.floralconsult .clientstories::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #DCE1E5;
  clip-path: polygon(100% 0, 100% 100%, 0 0)
}

.floralconsult .storycontainer {
  max-width: 1140px;
  margin: 0 auto
}

.floralconsult .storylabel {
  font-size: 33px;
  line-height: 1.3;
  color: #042659;
  margin: 0 0 48px;
  text-align: center
}

.floralconsult .casegrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.floralconsult .casecard {
  background: #fff;
  border: 2px solid #DCE1E5;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: transform .28s ease-in-out, box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1);
  border-right: 4px solid #FF990F
}

.floralconsult .casecard:hover {
  transform: translateY(-8px);
  box-shadow: 1px 12px 48px -1px #ff990f1c
}

.floralconsult .clientname {
  font-size: 19px;
  line-height: 1.3;
  color: #042659;
  margin: 0;
  font-weight: 600
}

.floralconsult .clientsituation {
  font-size: 14px;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0
}

.floralconsult .outcomelabel {
  font-size: 14px;
  line-height: 1.3;
  color: #FF990F;
  margin: 8px 0 0;
  font-weight: 600;
  letter-spacing: .05em
}

.floralconsult .consistency {
  background: linear-gradient(to left, #DCE1E5 0%, #fff 100%);
  padding: 96px 24px;
  position: relative;
  clip-path: polygon(0 0, 100% 48px, 100% 100%, 0 100%)
}

.floralconsult .consistencycontainer {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 48px;
  align-items: start
}

.floralconsult .metricbox {
  background: #fff;
  border-radius: 28px;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: 1px 4px 14px -1px #0426591c;
  position: relative;
  overflow: hidden;
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.floralconsult .metricbox:nth-child(2) {
  margin-top: 48px
}

.floralconsult .metricbox:hover {
  transform: scale(1.05)
}

.floralconsult .metricbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to left, #FF990F 0%, #042659 100%)
}

.floralconsult .metricnumber {
  font-size: 62px;
  line-height: 1.1;
  color: #042659;
  margin: 0;
  font-weight: 700
}

.floralconsult .metrictext {
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
  text-align: center
}

.floralconsult .metricdetail {
  font-size: 14px;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 8px 0 0;
  text-align: center;
  opacity: .8
}

.floralconsult .professional {
  background: #fff;
  padding: 96px 24px;
  position: relative
}

.floralconsult .professionalcontainer {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.floralconsult .visualpair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.floralconsult .visualframe {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 1px 4px 14px -1px #0426591c;
  position: relative
}

.floralconsult .visualframe img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.floralconsult .visualframe:hover img {
  transform: scale(1.08)
}

.floralconsult .visualframe::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #042659
}

.floralconsult .contexttext {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.floralconsult .contextheading {
  font-size: 33px;
  line-height: 1.3;
  color: #042659;
  margin: 0
}

.floralconsult .contextparagraph {
  font-size: 16px;
  line-height: 1.7;
  color: #1a1a1a;
  margin: 0
}

.floralconsult .relationshiplist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none
}

.floralconsult .relationshipitem {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  padding: 12px;
  background: #DCE1E5;
  border-radius: 3px;
  transition: background .3s ease-in-out
}

.floralconsult .relationshipitem:hover {
  background: #042659;
  color: #fff
}

.floralconsult .relationshipitem::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #FF990F;
  border-radius: 0;
  flex-shrink: 0
}

.floralconsult .resellerlink {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 24px;
  background: #FF990F;
  color: #fff;
  text-decoration: none !important;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.3;
  transition: background .27s cubic-bezier(0.4, 0, 0.2, 1), transform .27s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 1px 4px 14px -1px #ff990f1c
}

.floralconsult .resellerlink:hover {
  background: #042659;
  transform: translateX(8px)
}

.floralconsult .resellerlink:active {
  transform: translateX(8px) scale(0.97)
}

@media (max-width: 1024px) {
  .floralconsult .titlecontainer {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .floralconsult .mainstatement {
    font-size: 33px
  }

  .floralconsult .clarification {
    font-size: 16px
  }

  .floralconsult .titlevisual img {
    height: 380px
  }

  .floralconsult .casegrid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .floralconsult .consistencycontainer {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .floralconsult .metricbox:nth-child(2) {
    margin-top: 0
  }

  .floralconsult .professionalcontainer {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .floralconsult .visualpair {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .floralconsult .titlezone {
    padding: 48px 24px
  }

  .floralconsult .mainstatement {
    font-size: 24px
  }

  .floralconsult .clarification {
    font-size: 14px
  }

  .floralconsult .titlevisual img {
    height: 280px
  }

  .floralconsult .clientstories {
    padding: 48px 24px
  }

  .floralconsult .storylabel {
    font-size: 24px;
    margin: 0 0 24px
  }

  .floralconsult .consistency {
    padding: 48px 24px
  }

  .floralconsult .metricnumber {
    font-size: 46px
  }

  .floralconsult .metrictext {
    font-size: 14px
  }

  .floralconsult .professional {
    padding: 48px 24px
  }

  .floralconsult .contextheading {
    font-size: 24px
  }

  .floralconsult .contextparagraph {
    font-size: 14px
  }

  .floralconsult .relationshipitem {
    font-size: 14px
  }

  .floralconsult .visualframe img {
    height: 240px
  }
}

@media (max-width: 375px) {
  .floralconsult .titlezone {
    padding: 24px 12px
  }

  .floralconsult .titlecontainer {
    gap: 24px
  }

  .floralconsult .mainstatement {
    font-size: 19px
  }

  .floralconsult .titlevisual img {
    height: 220px
  }

  .floralconsult .clientstories {
    padding: 24px 12px
  }

  .floralconsult .storylabel {
    font-size: 19px
  }

  .floralconsult .casecard {
    padding: 12px
  }

  .floralconsult .consistency {
    padding: 24px 12px
  }

  .floralconsult .metricbox {
    padding: 24px 12px
  }

  .floralconsult .metricnumber {
    font-size: 33px
  }

  .floralconsult .professional {
    padding: 24px 12px
  }

  .floralconsult .professionalcontainer {
    gap: 24px
  }

  .floralconsult .visualframe img {
    height: 200px
  }
}

@keyframes typewriter {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes blink {

  0%,
  100% {
    border-right-color: #042659
  }

  50% {
    border-right-color: transparent
  }
}

.floralconsult .typingeffect {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid #042659;
  animation: typewriter 3.2s steps(40) .5s forwards, blink .75s linear infinite;
  max-width: fit-content
}

.services {
  background: #fff;
  color: #1a1a2e;
  overflow-x: clip
}

.services * {
  box-sizing: border-box
}

.services .topBanner {
  background: linear-gradient(270deg, #042659 0%, #FF990F 100%);
  padding: 96px 24px;
  position: relative;
  overflow: hidden
}

.services .topBanner::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #fff
}

.services .topBanner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 48%, #ffffff08 49%, #ffffff08 51%, transparent 52%), linear-gradient(-45deg, transparent 48%, #ffffff08 49%, #ffffff08 51%, transparent 52%);
  background-size: 24px 24px;
  animation: bannerPatternShift 60s linear infinite;
  pointer-events: none
}

@keyframes bannerPatternShift {
  0% {
    background-position: 0 0, 0 0
  }

  100% {
    background-position: 240px 240px, -240px 240px
  }
}

.services .topBannerContainer {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.services .topBannerHeading {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  font-weight: 700;
  letter-spacing: -.02em
}

.services .topBannerQuote {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffffeb;
  margin: 0;
  font-style: italic;
  max-width: 720px
}

@media (max-width: 1023px) {
  .services .topBanner {
    padding: 48px 24px
  }

  .services .topBannerHeading {
    font-size: 46px
  }

  .services .topBannerQuote {
    font-size: 19px
  }
}

@media (max-width: 767px) {
  .services .topBanner {
    padding: 48px 12px
  }

  .services .topBannerHeading {
    font-size: 33px
  }

  .services .topBannerQuote {
    font-size: 16px
  }
}

.services .offeringsZone {
  padding: 96px 24px;
  background: #fff;
  position: relative
}

.services .offeringsZone::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle at center, #0426590a 0%, transparent 70%);
  pointer-events: none;
  z-index: 0
}

.services .offeringsContainer {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.services .offeringsIntro {
  max-width: 720px;
  margin: 0 0 48px
}

.services .offeringsTitle {
  font-size: 46px;
  line-height: 1.3;
  color: #042659;
  margin: 0 0 24px;
  font-weight: 700
}

.services .offeringsParagraph {
  font-size: 19px;
  line-height: 1.7;
  color: #2d2d2d;
  margin: 0 0 12px
}

.services .offeringsParagraph:last-of-type {
  margin-bottom: 0
}

.services .offeringsLayout {
  display: flex;
  gap: 48px;
  align-items: flex-start
}

.services .offeringsImageWrapper {
  flex: 0 0 480px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 1px 4px 14px -1px #0426591c
}

.services .offeringsImageWrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000026;
  transition: opacity .35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  pointer-events: none
}

.services .offeringsImageWrapper:hover::before {
  opacity: 0
}

.services .offeringsImage {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  transition: transform .4s ease-in-out
}

.services .offeringsImageWrapper:hover .offeringsImage {
  transform: scale(1.05)
}

.services .offeringsList {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.services .offeringsCard {
  background: #fff;
  border: 2px solid #DCE1E5;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden
}

.services .offeringsCard::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #FF990F;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.services .offeringsCard:hover::before {
  transform: scaleY(1);
  transform-origin: top
}

.services .offeringsCard:hover {
  border-color: #FF990F;
  box-shadow: 1px 12px 48px -1px #ff990f1c;
  transform: translateX(8px)
}

.services .offeringsCardHeader {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px
}

.services .offeringsCardIcon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #FF990F 0%, #042659 100%);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.services .offeringsCard:hover .offeringsCardIcon {
  transform: rotate(12deg) scale(1.1)
}

.services .offeringsCardIcon svg {
  width: 24px;
  height: 24px;
  fill: #fff
}

.services .offeringsCardTitle {
  font-size: 24px;
  line-height: 1.3;
  color: #042659;
  margin: 0;
  font-weight: 600
}

.services .offeringsCardText {
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a;
  margin: 0
}

@media (max-width: 1023px) {
  .services .offeringsZone {
    padding: 48px 24px
  }

  .services .offeringsTitle {
    font-size: 33px
  }

  .services .offeringsParagraph {
    font-size: 16px
  }

  .services .offeringsLayout {
    flex-direction: column;
    gap: 48px
  }

  .services .offeringsImageWrapper {
    flex: 0 0 auto;
    width: 100%
  }

  .services .offeringsImage {
    height: 400px
  }
}

@media (max-width: 767px) {
  .services .offeringsZone {
    padding: 48px 12px
  }

  .services .offeringsTitle {
    font-size: 24px
  }

  .services .offeringsParagraph {
    font-size: 14px
  }

  .services .offeringsCard {
    padding: 12px
  }

  .services .offeringsCardTitle {
    font-size: 19px
  }

  .services .offeringsCardText {
    font-size: 14px
  }

  .services .offeringsImage {
    height: 280px
  }
}

.services .detailsSection {
  padding: 96px 24px;
  background: #f7f9fb;
  position: relative;
  overflow: hidden
}

.services .detailsSection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #DCE1E5 25%, transparent 25%), linear-gradient(-45deg, #DCE1E5 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #DCE1E5 75%), linear-gradient(-45deg, transparent 75%, #DCE1E5 75%);
  background-size: 32px 32px;
  background-position: 0 0, 0 16px, 16px -16px, -16px 0;
  opacity: .08;
  pointer-events: none
}

.services .detailsContainer {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.services .detailsHeader {
  text-align: center;
  margin-bottom: 48px
}

.services .detailsMainTitle {
  font-size: 46px;
  line-height: 1.1;
  color: #042659;
  margin: 0 0 24px;
  font-weight: 700
}

.services .detailsSubtext {
  font-size: 19px;
  line-height: 1.5;
  color: #3a3a3a;
  margin: 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto
}

.services .detailsGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px
}

.services .detailsColumn {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.services .detailsItem {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #DCE1E5;
  transition: all .27s ease-in-out;
  position: relative;
  overflow: hidden
}

.services .detailsItem::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #ff990f08 0%, #04265908 100%);
  opacity: 0;
  transition: opacity .27s ease-in-out;
  pointer-events: none
}

.services .detailsItem:hover {
  transform: translateY(-4px);
  box-shadow: 1px 12px 48px -1px #0426591c;
  border-color: #FF990F
}

.services .detailsItem:hover::after {
  opacity: 1
}

.services .detailsItemIconWrap {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: #042659;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1
}

.services .detailsItem:hover .detailsItemIconWrap {
  background: #FF990F;
  transform: rotate(-8deg)
}

.services .detailsItemIconWrap svg {
  width: 28px;
  height: 28px;
  fill: #fff
}

.services .detailsItemContent {
  flex: 1;
  position: relative;
  z-index: 1
}

.services .detailsItemLabel {
  font-size: 19px;
  line-height: 1.3;
  color: #042659;
  margin: 0 0 8px;
  font-weight: 600
}

.services .detailsItemDescription {
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a;
  margin: 0
}

@media (max-width: 1023px) {
  .services .detailsSection {
    padding: 48px 24px
  }

  .services .detailsMainTitle {
    font-size: 33px
  }

  .services .detailsSubtext {
    font-size: 16px
  }

  .services .detailsGrid {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media (max-width: 767px) {
  .services .detailsSection {
    padding: 48px 12px
  }

  .services .detailsMainTitle {
    font-size: 24px
  }

  .services .detailsSubtext {
    font-size: 14px
  }

  .services .detailsItem {
    padding: 12px
  }

  .services .detailsItemLabel {
    font-size: 16px
  }

  .services .detailsItemDescription {
    font-size: 14px
  }

  .services .detailsItemIconWrap {
    width: 48px;
    height: 48px
  }

  .services .detailsItemIconWrap svg {
    width: 24px;
    height: 24px
  }
}

.services ::selection {
  background: #042659;
  color: #fff
}

.contactUs {
  background: #fff;
  color: #1a1a2e;
  overflow-x: clip
}

.contactUs ::selection {
  background: #042659;
  color: #fff
}

.contactUs .topSplit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1140px;
  margin: 0 auto;
  gap: 0;
  position: relative;
  min-height: 520px
}

.contactUs .topSplit::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 48px;
  bottom: 48px;
  width: 3px;
  background: linear-gradient(to bottom, #FF990F, #042659);
  transform: translateX(-50%);
  z-index: 2
}

.contactUs .leftZone {
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.contactUs .leftZone::before {
  content: '[';
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 240px;
  line-height: 1;
  color: #DCE1E5;
  font-weight: 300;
  pointer-events: none;
  z-index: 1
}

.contactUs .leftZone::after {
  content: ']';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 240px;
  line-height: 1;
  color: #DCE1E5;
  font-weight: 300;
  pointer-events: none;
  z-index: 1
}

.contactUs .textContent {
  position: relative;
  z-index: 3
}

.contactUs .mainHeading {
  font-size: 46px;
  line-height: 1.1;
  margin: 0 0 24px;
  font-weight: 700
}

.contactUs .mainHeading .accent {
  background: linear-gradient(90deg, #FF990F 0%, #042659 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block
}

.contactUs .description {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 12px
}

.contactUs .rightZone {
  padding: 96px 48px 96px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(270deg, #FF990F 0%, #042659 100%);
  position: relative
}

.contactUs .metricBox {
  background: #ffffff26;
  border: 2px solid #ffffff4d;
  border-radius: 16px;
  padding: 48px 24px;
  text-align: center;
  position: relative;
  transition: border-color .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.contactUs .metricBox:hover {
  border-color: #fff9
}

.contactUs .metricBox::before {
  content: '';
  position: absolute;
  inset: -2px;
  border: 2px solid transparent;
  border-radius: 16px;
  opacity: 0;
  transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .15s;
  pointer-events: none
}

.contactUs .metricBox:hover::before {
  opacity: 1;
  border-color: #fff
}

.contactUs .bigNumber {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px
}

.contactUs .metricLabel {
  font-size: 19px;
  line-height: 1.3;
  color: #fff;
  margin: 0
}

.contactUs .formArea {
  background: #001a3d;
  padding: 96px 24px
}

.contactUs .formContainer {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 96px;
  align-items: start
}

.contactUs .formIntro {
  position: sticky;
  top: 96px
}

.contactUs .formTitle {
  font-size: 33px;
  line-height: 1.3;
  margin: 0 0 24px;
  color: #fff;
  font-weight: 600
}

.contactUs .formSubtext {
  font-size: 16px;
  line-height: 1.7;
  color: #fffc;
  margin: 0 0 12px
}

.contactUs .actualForm {
  background: #fff;
  border-radius: 28px;
  padding: 48px;
  box-shadow: 1px 12px 48px -1px #0426591c
}

.contactUs .inputRow {
  margin: 0 0 24px
}

.contactUs .inputLabel {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 8px;
  font-weight: 600;
  color: #042659
}

.contactUs .textInput {
  width: 70%;
  padding: 12px 24px;
  border: 2px solid #DCE1E5;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  color: #1a1a2e
}

.contactUs .textInput::placeholder {
  font-style: italic;
  opacity: .55
}

.contactUs .textInput:focus {
  outline: none;
  border-color: #042659;
  box-shadow: 1px 4px 14px -1px #0426591c
}

.contactUs .textInput:hover {
  border-color: #FF990F
}

.contactUs .selectWrapper {
  position: relative
}

.contactUs .selectWrapper::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #042659;
  pointer-events: none;
  transition: border-top-color .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.contactUs .selectWrapper:hover::after {
  border-top-color: #FF990F
}

.contactUs .selectInput {
  width: 100%;
  padding: 12px 48px 12px 24px;
  border: 2px solid #DCE1E5;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  color: #1a1a2e;
  appearance: none;
  cursor: pointer
}

.contactUs .selectInput:focus {
  outline: none;
  border-color: #042659;
  box-shadow: 1px 4px 14px -1px #0426591c
}

.contactUs .selectInput:hover {
  border-color: #FF990F
}

.contactUs .privacyCheck {
  margin: 24px 0;
  display: flex;
  align-items: start;
  gap: 12px
}

.contactUs .checkboxInput {
  width: 20px;
  height: 20px;
  border: 2px solid #DCE1E5;
  border-radius: 3px;
  appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background-color .26s cubic-bezier(0.4, 0, 0.2, 1), border-color .26s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 2px
}

.contactUs .checkboxInput:checked {
  background: #042659;
  border-color: #042659
}

.contactUs .checkboxInput:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
}

.contactUs .checkboxInput:focus {
  outline: 2px solid #FF990F;
  outline-offset: 2px
}

.contactUs .privacyText {
  font-size: 14px;
  line-height: 1.5;
  color: #1a1a2e;
  margin: 0
}

.contactUs .privacyText a {
  color: #042659;
  text-decoration: underline;
  transition: color .27s ease-in-out
}

.contactUs .privacyText a:hover {
  color: #FF990F
}

.contactUs .submitBtn {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(270deg, #FF990F 0%, #042659 100%);
  border: none;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 1px 1px 6px -1px #0426590f;
  text-transform: lowercase
}

.contactUs .submitBtn:hover {
  transform: translateY(-2px);
  box-shadow: 1px 12px 48px -1px #0426591c
}

.contactUs .submitBtn:active {
  transform: translateY(0)
}

.contactUs .submitBtn:focus {
  outline: 3px solid #FF990F;
  outline-offset: 3px
}

.contactUs .detailsSection {
  padding: 96px 24px;
  background: #f5f7fa;
  position: relative
}

.contactUs .detailsSection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #FF990F
}

.contactUs .detailsWrap {
  max-width: 1140px;
  margin: 0 auto
}

.contactUs .detailsHeading {
  font-size: 33px;
  line-height: 1.3;
  margin: 0 0 48px;
  text-align: center;
  font-weight: 600;
  color: #042659
}

.contactUs .contactGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px
}

.contactUs .contactCard {
  background: #fff;
  border-radius: 16px;
  padding: 48px 24px;
  text-align: center;
  box-shadow: 1px 1px 6px -1px #0426590f;
  transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), transform .35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.contactUs .contactCard:hover {
  box-shadow: 1px 12px 48px -1px #0426591c;
  transform: translateY(-4px)
}

.contactUs .iconCircle {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  border-radius: 28px;
  background: linear-gradient(270deg, #FF990F 0%, #042659 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: floatLoop 4s linear infinite
}

@keyframes floatLoop {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-8px)
  }
}

.contactUs .iconSvg {
  width: 40px;
  height: 40px;
  fill: #fff
}

.contactUs .cardTitle {
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 12px;
  font-weight: 600;
  color: #042659
}

.contactUs .cardValue {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #1a1a2e
}

.contactUs .cardValue a {
  color: #042659;
  text-decoration: none;
  transition: color .29s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: inline-block
}

.contactUs .cardValue a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #FF990F;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .33s cubic-bezier(0.4, 0, 0.2, 1)
}

.contactUs .cardValue a:hover {
  color: #FF990F
}

.contactUs .cardValue a:hover::after {
  transform: scaleX(1);
  transform-origin: left
}

@media (max-width: 1024px) {
  .contactUs .topSplit {
    grid-template-columns: 1fr;
    gap: 0
  }

  .contactUs .topSplit::before {
    left: 24px;
    right: 24px;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 3px
  }

  .contactUs .leftZone::before,
  .contactUs .leftZone::after {
    font-size: 160px
  }

  .contactUs .leftZone {
    padding: 96px 24px
  }

  .contactUs .rightZone {
    padding: 96px 24px
  }

  .contactUs .mainHeading {
    font-size: 33px
  }

  .contactUs .formContainer {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .contactUs .formIntro {
    position: static
  }

  .contactUs .contactGrid {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media (max-width: 768px) {
  .contactUs .topSplit {
    min-height: auto
  }

  .contactUs .leftZone::before,
  .contactUs .leftZone::after {
    font-size: 120px
  }

  .contactUs .leftZone {
    padding: 48px 24px
  }

  .contactUs .rightZone {
    padding: 48px 24px
  }

  .contactUs .mainHeading {
    font-size: 24px
  }

  .contactUs .description {
    font-size: 14px
  }

  .contactUs .bigNumber {
    font-size: 46px
  }

  .contactUs .metricLabel {
    font-size: 16px
  }

  .contactUs .formArea {
    padding: 48px 24px
  }

  .contactUs .actualForm {
    padding: 24px
  }

  .contactUs .formTitle {
    font-size: 24px
  }

  .contactUs .detailsSection {
    padding: 48px 24px
  }

  .contactUs .detailsHeading {
    font-size: 24px;
    margin: 0 0 24px
  }
}

@media (max-width: 375px) {

  .contactUs .leftZone::before,
  .contactUs .leftZone::after {
    display: none
  }

  .contactUs .mainHeading {
    font-size: 19px
  }

  .contactUs .bigNumber {
    font-size: 33px
  }
}

.successpage {
  background: linear-gradient(270deg, #FF990F 0%, #042659 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px
}

.successpage .confirmwrap {
  background: #fff;
  border-radius: 28px;
  box-shadow: 1px 12px 48px -1px #0426591c;
  max-width: 580px;
  padding: 48px;
  text-align: center;
  width: 100%
}

.successpage .iconholder {
  align-items: center;
  background: linear-gradient(270deg, #FF990F 0%, #042659 100%);
  border-radius: 16px;
  display: flex;
  height: 96px;
  justify-content: center;
  margin: 0 auto 24px;
  width: 96px
}

.successpage .checkmark {
  border: 4px solid #fff;
  border-radius: 0;
  border-left: 0;
  border-top: 0;
  height: 48px;
  transform: rotate(45deg);
  width: 24px
}

.successpage .leadtext {
  color: #042659;
  font-size: 33px;
  line-height: 1.3;
  margin: 0 0 12px
}

.successpage .bodytext {
  color: #042659;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 24px
}

.successpage .bodytext:last-of-type {
  margin-bottom: 48px
}

.successpage .detailbox {
  background: #DCE1E5;
  border-radius: 16px;
  margin: 0 0 24px;
  padding: 24px;
  text-align: left
}

.successpage .detailrow {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin: 0 0 12px
}

.successpage .detailrow:last-child {
  margin: 0
}

.successpage .detaillabel {
  color: #042659;
  font-size: 14px;
  line-height: 1.5;
  opacity: .7
}

.successpage .detailvalue {
  color: #042659;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5
}

.successpage .actionlink {
  background: #042659;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 48px;
  text-decoration: none;
  transition: background .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.successpage .actionlink:hover {
  background: #FF990F
}

.successpage .actionlink:focus {
  outline: 2px solid #042659;
  outline-offset: 4px
}

@media (max-width: 768px) {
  .successpage {
    padding: 24px 12px
  }

  .successpage .confirmwrap {
    padding: 24px
  }

  .successpage .iconholder {
    height: 80px;
    margin-bottom: 24px;
    width: 80px
  }

  .successpage .checkmark {
    border-width: 3px;
    height: 40px;
    width: 20px
  }

  .successpage .leadtext {
    font-size: 24px;
    margin-bottom: 12px
  }

  .successpage .bodytext {
    font-size: 14px
  }

  .successpage .detailbox {
    padding: 12px
  }

  .successpage .actionlink {
    padding: 12px 24px;
    width: 100%
  }
}