[fed="row_1"] picture[fed="logo__fraser"] {
  text-align: center;
}
@media (max-width: 991px) {
  [fed="row_1"] picture[fed="logo__fraser"] {
    margin-top: 33px;
  }
}
@media (min-width: 992px) {
  [fed="row_1"] picture[fed="logo__fraser"] {
    margin-top: 17px;
  }
}
@media (max-width: 991px) {
  [fed="row_1"] picture[fed="logo__fraser"] img[fed="logo__fraser"] {
    width: 450px;
  }
}
@media (max-width: 550px) {
  [fed="row_1"] picture[fed="logo__fraser"] img[fed="logo__fraser"] {
    width: 80%;
  }
}
@media (min-width: 992px) {
  [fed="row_1"] picture[fed="logo__fraser"] img[fed="logo__fraser"] {
    width: 500px;
  }
}
[fed="row_1"] [fed="tagline"] {
  content: normal;
  font-weight: 200;
  color: #000;
}
@media (max-width: 991px) {
  [fed="row_1"] [fed="tagline"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  [fed="row_1"] [fed="tagline"] {
    font-size: 24px;
  }
}
[fed="row_1"] form[fed="home"] {
  background-color: #edf5fa;
  border-radius: 7px;
}
[fed="row_1"] form[fed="home"] .input-group {
  border-radius: 7px;
}
[fed="row_1"] form[fed="home"] input[fed="value"] {
  padding-top: 12px;
  background-color: #edf5fa;
  border-color: #edf5fa;
  color: #173b5b;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
@media (max-width: 991px) {
  [fed="row_1"] form[fed="home"] input[fed="value"] {
    height: 43px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  [fed="row_1"] form[fed="home"] input[fed="value"] {
    font-size: 21px;
    height: 66px;
  }
}
[fed="row_1"] form[fed="home"] input[fed="value"]::placeholder {
  color: #173b5b;
}
[fed="row_1"] form[fed="home"] button[fed="submit"] {
  background-color: #edf5fa;
  border-color: #edf5fa;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
[fed="row_1"] form[fed="home"] button[fed="submit"] img {
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  [fed="row_1"] form[fed="home"] button[fed="submit"] img {
    height: 20px;
  }
}
@media (min-width: 992px) {
  [fed="row_1"] form[fed="home"] button[fed="submit"] img {
    height: 30px;
  }
}
[fed="row_1"] div[fed="nav__browse"] {
  font-weight: normal;
}
@media (max-width: 991px) {
  [fed="row_1"] div[fed="nav__browse"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  [fed="row_1"] div[fed="nav__browse"] {
    font-size: 18px;
  }
}
[fed="row_1"] div[fed="nav__browse"] a {
  color: #06c;
}
section[fed="featured"] {
  position: relative;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  section[fed="featured"] {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
section[fed="featured"] h2 {
  margin-bottom: 25px;
  padding-bottom: 12px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 3px solid #557b97;
}
section[fed="featured"] [fed="featured__container"] {
  min-height: 250px;
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  section[fed="featured"] [fed="featured__container"] {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  section[fed="featured"] [fed="featured__container"] {
    box-shadow: 2px 2px 4px 1px #d1e1ec;
  }
}
section[fed="featured"] div[fed="featured__left"] {
  display: flex;
}
@media (max-width: 991px) {
  section[fed="featured"] div[fed="featured__left"] {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  section[fed="featured"] div[fed="featured__left"] {
    width: 50%;
    display: flex;
    justify-content: end;
  }
}
section[fed="featured"] div[fed="featured__left"] picture[fed="featured"] {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  section[fed="featured"] div[fed="featured__left"] picture[fed="featured"] {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  section[fed="featured"] div[fed="featured__left"] picture[fed="featured"] {
    display: flex;
    align-items: center;
    overflow: hidden;
  }
}
section[fed="featured"] div[fed="featured__left"] picture[fed="featured"] img[fed="featured"] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section[fed="featured"] div[fed="featured__right"] {
  padding-top: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  section[fed="featured"] div[fed="featured__right"] {
    padding-bottom: 0.75rem;
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  section[fed="featured"] div[fed="featured__right"] {
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    width: 50%;
  }
}
section[fed="featured"] div[fed="featured__right"] article {
  content: normal;
}
@media (max-width: 991px) {
  section[fed="featured"] div[fed="featured__right"] article {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 300px) {
  section[fed="featured"] div[fed="featured__right"] article {
    min-width: 300px;
  }
}
section[fed="featured"] div[fed="featured__right"] h3 {
  color: #06c;
}
@media (max-width: 991px) {
  section[fed="featured"] div[fed="featured__right"] h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  section[fed="featured"] div[fed="featured__right"] h3 {
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: 500;
  }
}
section[fed="featured"] div[fed="featured__right"] p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
}
@media (max-width: 991px) {
  section[fed="featured"] div[fed="featured__right"] p {
    display: none;
  }
}
section[fed="featured"] a[fed="featured__view_all"] {
  font-weight: 400;
  color: #06c;
}
@media (max-width: 991px) {
  section[fed="featured"] a[fed="featured__view_all"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  section[fed="featured"] a[fed="featured__view_all"] {
    position: absolute;
    left: 0;
    bottom: -3rem;
    font-size: 20px;
  }
}
section[fed="whats_new"],
section[fed="popular"],
section[fed="how_to_use"] {
  position: relative;
  margin-bottom: 4rem;
  min-height: 400px;
}
@media (min-width: 992px) {
  section[fed="whats_new"],
  section[fed="popular"],
  section[fed="how_to_use"] {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
section[fed="whats_new"] h2,
section[fed="popular"] h2,
section[fed="how_to_use"] h2 {
  margin-bottom: 25px;
  padding-bottom: 12px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 3px solid #557b97;
}
section[fed="whats_new"] [fed="whats_new__container"],
section[fed="popular"] [fed="whats_new__container"],
section[fed="how_to_use"] [fed="whats_new__container"],
section[fed="whats_new"] [fed="popular__container"],
section[fed="popular"] [fed="popular__container"],
section[fed="how_to_use"] [fed="popular__container"],
section[fed="whats_new"] [fed="how_to_use__container"],
section[fed="popular"] [fed="how_to_use__container"],
section[fed="how_to_use"] [fed="how_to_use__container"] {
  position: relative;
}
@media (max-width: 991px) {
  section[fed="whats_new"] [fed="whats_new__container"],
  section[fed="popular"] [fed="whats_new__container"],
  section[fed="how_to_use"] [fed="whats_new__container"],
  section[fed="whats_new"] [fed="popular__container"],
  section[fed="popular"] [fed="popular__container"],
  section[fed="how_to_use"] [fed="popular__container"],
  section[fed="whats_new"] [fed="how_to_use__container"],
  section[fed="popular"] [fed="how_to_use__container"],
  section[fed="how_to_use"] [fed="how_to_use__container"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: start;
    gap: 0rem;
  }
}
@media (min-width: 992px) {
  section[fed="whats_new"] [fed="whats_new__container"],
  section[fed="popular"] [fed="whats_new__container"],
  section[fed="how_to_use"] [fed="whats_new__container"],
  section[fed="whats_new"] [fed="popular__container"],
  section[fed="popular"] [fed="popular__container"],
  section[fed="how_to_use"] [fed="popular__container"],
  section[fed="whats_new"] [fed="how_to_use__container"],
  section[fed="popular"] [fed="how_to_use__container"],
  section[fed="how_to_use"] [fed="how_to_use__container"] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
section[fed="whats_new"] [fed="whats_new__container"] article,
section[fed="popular"] [fed="whats_new__container"] article,
section[fed="how_to_use"] [fed="whats_new__container"] article,
section[fed="whats_new"] [fed="popular__container"] article,
section[fed="popular"] [fed="popular__container"] article,
section[fed="how_to_use"] [fed="popular__container"] article,
section[fed="whats_new"] [fed="how_to_use__container"] article,
section[fed="popular"] [fed="how_to_use__container"] article,
section[fed="how_to_use"] [fed="how_to_use__container"] article {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  max-height: 500px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  section[fed="whats_new"] [fed="whats_new__container"] article,
  section[fed="popular"] [fed="whats_new__container"] article,
  section[fed="how_to_use"] [fed="whats_new__container"] article,
  section[fed="whats_new"] [fed="popular__container"] article,
  section[fed="popular"] [fed="popular__container"] article,
  section[fed="how_to_use"] [fed="popular__container"] article,
  section[fed="whats_new"] [fed="how_to_use__container"] article,
  section[fed="popular"] [fed="how_to_use__container"] article,
  section[fed="how_to_use"] [fed="how_to_use__container"] article {
    margin-top: 1rem;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  section[fed="whats_new"] [fed="whats_new__container"] article,
  section[fed="popular"] [fed="whats_new__container"] article,
  section[fed="how_to_use"] [fed="whats_new__container"] article,
  section[fed="whats_new"] [fed="popular__container"] article,
  section[fed="popular"] [fed="popular__container"] article,
  section[fed="how_to_use"] [fed="popular__container"] article,
  section[fed="whats_new"] [fed="how_to_use__container"] article,
  section[fed="popular"] [fed="how_to_use__container"] article,
  section[fed="how_to_use"] [fed="how_to_use__container"] article {
    box-shadow: 2px 2px 4px 1px #d1e1ec;
  }
}
section[fed="whats_new"] [fed="whats_new__container"] article time,
section[fed="popular"] [fed="whats_new__container"] article time,
section[fed="how_to_use"] [fed="whats_new__container"] article time,
section[fed="whats_new"] [fed="popular__container"] article time,
section[fed="popular"] [fed="popular__container"] article time,
section[fed="how_to_use"] [fed="popular__container"] article time,
section[fed="whats_new"] [fed="how_to_use__container"] article time,
section[fed="popular"] [fed="how_to_use__container"] article time,
section[fed="how_to_use"] [fed="how_to_use__container"] article time {
  display: inline-block;
  margin-bottom: 0.75rem;
  width: 100%;
  color: #000;
  font-weight: 300;
}
section[fed="whats_new"] [fed="whats_new__container"] article img,
section[fed="popular"] [fed="whats_new__container"] article img,
section[fed="how_to_use"] [fed="whats_new__container"] article img,
section[fed="whats_new"] [fed="popular__container"] article img,
section[fed="popular"] [fed="popular__container"] article img,
section[fed="how_to_use"] [fed="popular__container"] article img,
section[fed="whats_new"] [fed="how_to_use__container"] article img,
section[fed="popular"] [fed="how_to_use__container"] article img,
section[fed="how_to_use"] [fed="how_to_use__container"] article img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  section[fed="whats_new"] [fed="whats_new__container"] article img,
  section[fed="popular"] [fed="whats_new__container"] article img,
  section[fed="how_to_use"] [fed="whats_new__container"] article img,
  section[fed="whats_new"] [fed="popular__container"] article img,
  section[fed="popular"] [fed="popular__container"] article img,
  section[fed="how_to_use"] [fed="popular__container"] article img,
  section[fed="whats_new"] [fed="how_to_use__container"] article img,
  section[fed="popular"] [fed="how_to_use__container"] article img,
  section[fed="how_to_use"] [fed="how_to_use__container"] article img {
    height: 150px;
  }
}
@media (min-width: 992px) {
  section[fed="whats_new"] [fed="whats_new__container"] article img,
  section[fed="popular"] [fed="whats_new__container"] article img,
  section[fed="how_to_use"] [fed="whats_new__container"] article img,
  section[fed="whats_new"] [fed="popular__container"] article img,
  section[fed="popular"] [fed="popular__container"] article img,
  section[fed="how_to_use"] [fed="popular__container"] article img,
  section[fed="whats_new"] [fed="how_to_use__container"] article img,
  section[fed="popular"] [fed="how_to_use__container"] article img,
  section[fed="how_to_use"] [fed="how_to_use__container"] article img {
    height: 125px;
  }
}
section[fed="whats_new"] [fed="whats_new__container"] article h4,
section[fed="popular"] [fed="whats_new__container"] article h4,
section[fed="how_to_use"] [fed="whats_new__container"] article h4,
section[fed="whats_new"] [fed="popular__container"] article h4,
section[fed="popular"] [fed="popular__container"] article h4,
section[fed="how_to_use"] [fed="popular__container"] article h4,
section[fed="whats_new"] [fed="how_to_use__container"] article h4,
section[fed="popular"] [fed="how_to_use__container"] article h4,
section[fed="how_to_use"] [fed="how_to_use__container"] article h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1em;
}
section[fed="whats_new"] [fed="whats_new__container"] article h4 a,
section[fed="popular"] [fed="whats_new__container"] article h4 a,
section[fed="how_to_use"] [fed="whats_new__container"] article h4 a,
section[fed="whats_new"] [fed="popular__container"] article h4 a,
section[fed="popular"] [fed="popular__container"] article h4 a,
section[fed="how_to_use"] [fed="popular__container"] article h4 a,
section[fed="whats_new"] [fed="how_to_use__container"] article h4 a,
section[fed="popular"] [fed="how_to_use__container"] article h4 a,
section[fed="how_to_use"] [fed="how_to_use__container"] article h4 a {
  font-size: 18px;
  font-weight: 400;
}
section[fed="whats_new"] [fed="whats_new__container"] article p,
section[fed="popular"] [fed="whats_new__container"] article p,
section[fed="how_to_use"] [fed="whats_new__container"] article p,
section[fed="whats_new"] [fed="popular__container"] article p,
section[fed="popular"] [fed="popular__container"] article p,
section[fed="how_to_use"] [fed="popular__container"] article p,
section[fed="whats_new"] [fed="how_to_use__container"] article p,
section[fed="popular"] [fed="how_to_use__container"] article p,
section[fed="how_to_use"] [fed="how_to_use__container"] article p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section[fed="whats_new"] [fed="whats_new__container"] article p,
  section[fed="popular"] [fed="whats_new__container"] article p,
  section[fed="how_to_use"] [fed="whats_new__container"] article p,
  section[fed="whats_new"] [fed="popular__container"] article p,
  section[fed="popular"] [fed="popular__container"] article p,
  section[fed="how_to_use"] [fed="popular__container"] article p,
  section[fed="whats_new"] [fed="how_to_use__container"] article p,
  section[fed="popular"] [fed="how_to_use__container"] article p,
  section[fed="how_to_use"] [fed="how_to_use__container"] article p {
    display: none;
  }
}
section[fed="whats_new"] a[fed="whats_new__view_all"],
section[fed="popular"] a[fed="whats_new__view_all"],
section[fed="how_to_use"] a[fed="whats_new__view_all"],
section[fed="whats_new"] a[fed="popular__view_all"],
section[fed="popular"] a[fed="popular__view_all"],
section[fed="how_to_use"] a[fed="popular__view_all"],
section[fed="whats_new"] a[fed="how_to_use__view_all"],
section[fed="popular"] a[fed="how_to_use__view_all"],
section[fed="how_to_use"] a[fed="how_to_use__view_all"] {
  font-weight: 400;
  color: #06c;
}
@media (max-width: 991px) {
  section[fed="whats_new"] a[fed="whats_new__view_all"],
  section[fed="popular"] a[fed="whats_new__view_all"],
  section[fed="how_to_use"] a[fed="whats_new__view_all"],
  section[fed="whats_new"] a[fed="popular__view_all"],
  section[fed="popular"] a[fed="popular__view_all"],
  section[fed="how_to_use"] a[fed="popular__view_all"],
  section[fed="whats_new"] a[fed="how_to_use__view_all"],
  section[fed="popular"] a[fed="how_to_use__view_all"],
  section[fed="how_to_use"] a[fed="how_to_use__view_all"] {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  section[fed="whats_new"] a[fed="whats_new__view_all"],
  section[fed="popular"] a[fed="whats_new__view_all"],
  section[fed="how_to_use"] a[fed="whats_new__view_all"],
  section[fed="whats_new"] a[fed="popular__view_all"],
  section[fed="popular"] a[fed="popular__view_all"],
  section[fed="how_to_use"] a[fed="popular__view_all"],
  section[fed="whats_new"] a[fed="how_to_use__view_all"],
  section[fed="popular"] a[fed="how_to_use__view_all"],
  section[fed="how_to_use"] a[fed="how_to_use__view_all"] {
    position: absolute;
    left: 0;
    bottom: -3rem;
    font-size: 20px;
  }
}
