#new-header {
  position: fixed;
}

#new-header #new-header-top,
#new-header #new-header-middle {
  background-color: #056cae;
  height: 100%;
}

#new-header #new-header-top {
  height: 42px;
}

#new-header #new-header-middle {
  height: 76px;
}

#new-header #new-header-bottom {
  height: 52px;
  background-color: #f4f4f4;
}

#new-header-middle #logo {
  height: auto;
  width: 292px;
}

.header-container {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: auto;
}

.new-header-quick-links {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  gap: 34px;
}

.new-header-quick-links a {
  color: #ffffff;
}

.new-header-usps {
  display: flex;
  gap: 48px;
  color: white;
  font-size: 12px;
  line-height: 1;
}

.new-header-usps li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.new-header-row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.choice-helper {
  margin-left: 60px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  background-color: #FBBE00;
  height: 34px;
  border-radius: 8px;
  color: #033D54;
  font-size: 14px;
  cursor: pointer;
}

a.choice-helper:hover {
  text-decoration: none;
  background-color: #C39400;
}

.new-header-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-right: -8px;
}

.new-header-buttons a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  justify-content: center;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 8px;
  line-height: 1;
  max-width: 80px;
  text-align: center;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.new-header-account-name {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  max-height: 12px;
  overflow: clip;
}

.new-header-buttons a:hover {
  background-color: rgba(0,0,0,0.1);
  text-decoration: none;
}

.new-header-count {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
  width: 14px;
  border-radius: 999px;
  top: 2px;
  right: 14px;
  background-color: #FBBE00;
  border: 1px solid #FFFFFF;
  font-size: 10px;
  line-height: 1;
  color: #033D54;
}

.new-header-search, .new-header-search .aws-wrapper {
  height: 34px;
  position: relative;
}

.new-header-search input[type=search] {
  height: 34px;
  width: 640px;
  border-radius: 8px !important;
  border: none !important;
  outline: none !important;
  padding: 0 16px;
  font-size: 14px;
}

.new-header-search .aws-wrapper::before {
  content: '';
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'><path d='M15.7067 14.2968L12.6099 11.1987C14.9271 8.10222 14.2953 3.71356 11.1987 1.39641C8.10222 -0.920736 3.71356 -0.288925 1.39641 2.80759C-0.920736 5.90411 -0.288925 10.2928 2.80759 12.6099C5.29497 14.4712 8.71133 14.4712 11.1987 12.6099L14.2968 15.708C14.6861 16.0973 15.3174 16.0973 15.7067 15.708C16.096 15.3187 16.096 14.6874 15.7067 14.2982L15.7067 14.2968ZM7.02898 12.012C4.27695 12.012 2.046 9.78102 2.046 7.02898C2.046 4.27695 4.27695 2.046 7.02898 2.046C9.78102 2.046 12.012 4.27695 12.012 7.02898C12.009 9.77977 9.7798 12.009 7.02898 12.012Z' fill='%23333'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  z-index: 10;
}

.new-header-search input[type=search]::placeholder {
  color: #A4A4A4;
}