html body .site-common-header .landing-contact-actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

html body .site-common-header .landing-contact-actions .landing-chat-phone {
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 174px !important;
  height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 13px !important;
  margin: 0 !important;
  padding: 6px 18px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #1267ee !important;
  background-color: #1267ee !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(18, 103, 238, .22) !important;
  filter: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: nowrap !important;
  transition: none !important;
  animation: none !important;
}

html body .site-common-header .landing-contact-actions .landing-chat-phone:hover,
html body .site-common-header .landing-contact-actions .landing-chat-phone:focus,
html body .site-common-header .landing-contact-actions .landing-chat-phone:focus-visible,
html body .site-common-header .landing-contact-actions .landing-chat-phone:active {
  background: #1267ee !important;
  background-color: #1267ee !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(18, 103, 238, .22) !important;
  transform: none !important;
  filter: none !important;
  text-decoration: none !important;
}

html body .site-common-header .landing-contact-actions .landing-chat-phone::before,
html body .site-common-header .landing-contact-actions .landing-chat-phone::after {
  display: none !important;
  content: none !important;
}

html body .site-common-header .header-phone-icon {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 13px !important;
  background: #1267ee !important;
  color: #fff !important;
}

html body .site-common-header .header-phone-icon svg {
  width: 27px !important;
  height: 27px !important;
  display: block !important;
  overflow: visible !important;
  fill: currentColor !important;
}

html body .site-common-header .header-phone-label {
  display: inline-block !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
}

@media (max-width: 760px) {
  html body.home-page .landing-main {
    width: 100% !important;
    max-width: none !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  html body.home-page .landing-main > section {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html body .site-common-header .landing-contact-actions .landing-chat-phone {
    min-width: 128px !important;
    height: 46px !important;
    gap: 8px !important;
    padding: 4px 11px !important;
  }

  html body .site-common-header .header-phone-icon {
    flex-basis: 38px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
  }

  html body .site-common-header .header-phone-icon svg {
    width: 23px !important;
    height: 23px !important;
  }

  html body .site-common-header .header-phone-label {
    font-size: 14px !important;
  }
}

@media (max-width: 380px) {
  html body .site-common-header .landing-contact-actions .landing-chat-phone {
    min-width: 118px !important;
    gap: 6px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  html body .site-common-header .header-phone-label {
    font-size: 13px !important;
  }
}
