@media (min-width: 992px) {
  header[fed="top"] nav[fed="top"] [fed="head__left"] a[fed="logo"] img[fed="logo"] {
    width: 353px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  header[fed="top"] nav[fed="top"] [fed="head__left"] a[fed="logo"] img[fed="logo"] {
    max-width: 225px;
  }
}
main[fed="content_container"] [fed="main_content_column"] {
  display: unset;
}
@media (max-width: 991px) {
  header[fed="top"] [fed="head__right"] button[fed="search"],
  dialog[fed="mobile"] button[fed="dialog__mobile__search"] {
    display: none;
  }
}
[fed="page_title"] {
  display: none;
}
section[fed="alfred"] {
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section[fed="alfred"] img[fed="alfred"] {
  max-width: 700px;
}
@media (max-width: 991px) {
  section[fed="alfred"] img[fed="alfred"] {
    width: 90%;
  }
}
@media (min-width: 992px) {
  section[fed="alfred"] img[fed="alfred"] {
    width: 75%;
  }
}
@media (min-width: 1400px) {
  section[fed="alfred"] img[fed="alfred"] {
    width: 55%;
  }
}
section[fed="alfred"] h2 {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 24px !important;
  font-weight: 300 !important;
}
section[fed="alfred"] div[fed="container__search"] {
  width: 100%;
  max-width: 850px;
  min-width: 250px;
}
section[fed="alfred"] form[fed="search"] {
  position: relative;
  width: 100%;
  max-width: 850px;
  height: 66px;
  margin-bottom: 0;
  margin-right: 17px;
  align-self: center;
  background-color: #edf5fa;
  border-radius: 6px;
}
section[fed="alfred"] form[fed="search"] button[fed="search__submit"] {
  right: 17px;
}
section[fed="alfred"] form[fed="search"] button[fed="search__submit"] img{
  width: 25px;
  height: 25px;
}
section[fed="alfred"] form[fed="search"] div[fed="search"] {
  height: 100%;
}
section[fed="alfred"] form[fed="search"] div[fed="search"] select[fed="search"] {
  content: normal;
}
section[fed="alfred"] form[fed="search"] div[fed="search"] span.select2 {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
section[fed="alfred"] form[fed="search"] div[fed="search"] span.select2 span.selection {
  width: 100%;
  padding-bottom: 0;
}
section[fed="alfred"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
  background-color: transparent;
}
section[fed="alfred"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection ul#select2-head-search-container {
  content: normal;
}
section[fed="alfred"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
}
section[fed="alfred"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search textarea.select2-search__field {
  height: 1.17em;
  margin-top: 0;
  margin-left: 0;
  display: inline-flex;
  align-self: center;
  align-items: center;
  text-align: left;
  text-indent: 1em;
  font-weight: 400;
  color: #002241;
  font-size: 21px;
  line-height: 22px;
}
section[fed="alfred"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search textarea.select2-search__field::placeholder {
  color: #173b5b;
}
section[fed="alfred"] form[fed="search"] div[fed="search"] span.select2 span.selection span.dropdown-wrapper {
  content: normal;
}
section[fed="alfred"] form[fed="search"] div[fed="search"] input[fed="search"] {
  background-color: #edf5fa;
  color: #002241;
  font-size: 21px;
  font-weight: normal;
}
p {
  font-size: 16px;
}
h3[fed="categories"] {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
hr[fed="categories"] {
  border-top: 3px solid #557b97;
  margin-bottom: 27px;
}
div[fed="categories"] {
  display: grid;
  gap: 17px;
}
@media (min-width: 992px) {
  div[fed="categories"] {
    grid-template-areas: ". . .";
  }
}
@media (max-width: 991px) {
  div[fed="categories"] {
    grid-template-area: ".";
  }
}
div[fed="categories"] a {
  font-size: 16px;
  color: #06c;
  font-weight: bold;
}
