body,
html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

header {
  padding: 32px 0px;
}

header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .outer__header > p {
  margin: 0px;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
  font-weight: bold;
  background-color: #021f30;
  border-radius: 16px;
  border-top-right-radius: 4px;
  text-transform: uppercase;
}

header .outer__header > .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .outer__header > .logo > img {
  max-width: 240px;
  width: 100%;
}

header .outer__header > .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.semibold {
  font-weight: 600 !important;
}

.hero__section {
  padding-top: 8px;
}

.hero__section .outer__hero {
  margin-bottom: 48px;
  padding-bottom: 56px;
  border-bottom: 2px solid #f1f0f0;
}

.hero__section .outer__hero > h1 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  font-weight: bold;
}

.hero__section .outer__hero .text * {
  font-family: "Poppins", sans-serif;
}

.hero__section .outer__hero .text > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.hero__section .outer__hero .grid {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.hero__section .outer__hero .grid > img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.hero__section .outer__hero .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 48px;
}

.hero__section .outer__hero .author .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero__section .outer__hero .author .desc .date {
  font-size: 14px;
  line-height: 20px;
  color: #7f7f7f;
  font-weight: 400;
}

.hero__section .outer__hero .author .desc .spacer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #7f7f7f;
  font-weight: 400;
}

.hero__section .outer__hero .author .desc > p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}

.hero__section .outer__hero .author .desc > p span {
  font-weight: 600;
}

.hero__section .outer__hero .author > img {
  margin-right: 8px;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 250px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}

.hero__section .outer__hero > .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 32px;
  padding: 4px 15px;
  background-color: #255ecb;
  border-radius: 250px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  font-weight: bold;
}

span.bold {
  font-weight: bold;
}

footer {
  padding-top: 63px;
  padding-bottom: 77px;
  background-color: #021f30;
}

footer .outer__footer {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

footer .outer__footer .bottom {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .outer__footer .bottom > p {
  margin: 0px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #ffffff;
}

footer .outer__footer .bottom ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer .outer__footer .bottom ul > li {
  margin-right: 30px;
}

footer .outer__footer .bottom ul > li > a {
  text-decoration: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

footer .outer__footer .bottom ul > li > a:hover {
  opacity: 0.7;
}

footer .outer__footer .bottom ul > li:last-child {
  margin-right: 0px;
}

footer .outer__footer .desc > p {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #ffffff;
}

footer .outer__footer > .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 48px;
}

footer .outer__footer > .logo > img {
  max-width: 240px;
  width: 100%;
}

.gift__ideas {
  padding-bottom: 96px;
}

.gift__ideas .outer__gift .articles > .featured {
  margin-bottom: 48px;
}

.gift__ideas .outer__gift .articles > .featured .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 40px;
}

.gift__ideas .outer__gift .articles > .featured .list .elem {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.gift__ideas .outer__gift .articles > .featured .list .elem:hover {
  opacity: 0.7;
}

.gift__ideas .outer__gift .articles > .featured .list .elem .desc > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  color: #000000;
}

.gift__ideas .outer__gift .articles > .featured .list .elem .desc > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.gift__ideas .outer__gift .articles > .featured .list .elem .media {
  position: relative;
  height: 0px;
  padding-bottom: 100%;
  margin-bottom: 20px;
}

.gift__ideas .outer__gift .articles > .featured .list .elem .media > img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gift__ideas .outer__gift .articles > .featured > p {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 130%;
  font-weight: bold;
  color: #000000;
}

.gift__ideas .outer__gift .articles > .featured:last-child {
  margin-bottom: 0px;
}

.gift__ideas .outer__gift > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}

.gift__ideas .outer__gift > .top > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
  color: #000000;
}

.gift__ideas .outer__gift > .top > p {
  margin: 0px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
  color: #000000;
}

.bold {
  font-weight: bold !important;
}

.articles__wrapper .outer__articles > .article .text > p,
.gift__ideas .outer__gift .articles > .featured .list .elem .desc > p,
footer .outer__footer .desc > p,
footer .outer__footer .bottom > p footer .outer__footer .bottom ul li a {
  font-family: "Poppins", sans-serif;
}

.articles__wrapper .outer__articles > .article {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 2px solid #f1f0f0;
}

.articles__wrapper .outer__articles > .article .article__top .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.articles__wrapper .outer__articles > .article .article__top .title > h2 {
  margin: 0px;
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.articles__wrapper .outer__articles > .article .article__top .title > h2 a {
  color: #255ecb;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.articles__wrapper
  .outer__articles
  > .article
  .article__top
  .title
  > h2
  a:hover {
  opacity: 0.7;
}

.articles__wrapper .outer__articles > .article .article__top .title > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  background-color: #071958;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  color: #ffffff;
  margin-right: 22px;
  font-family: "Poppins", sans-serif;
}

.articles__wrapper .outer__articles > .article .article__top > .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.articles__wrapper .outer__articles > .article .article__top > .rating > p {
  margin: 0px;
  margin-right: 8px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000000;
}

.articles__wrapper .outer__articles > .article .article__top > .rating ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.articles__wrapper .outer__articles > .article .article__top > .rating ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 3px;
}

.articles__wrapper
  .outer__articles
  > .article
  .article__top
  > .rating
  ul
  > li:last-child {
  margin-right: 0px;
}

.articles__wrapper .outer__articles > .article .article__top > .rating > span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 8px;
}

.articles__wrapper .outer__articles > .article .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.articles__wrapper .outer__articles > .article .media > img {
  width: 100%;
}

.articles__wrapper .outer__articles > .article .btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.articles__wrapper .outer__articles > .article .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 76px;
  font-size: 25px;
  line-height: 130%;
  font-weight: bold;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
  text-decoration: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fc321b),
    to(#e32813)
  );
  background: linear-gradient(to bottom, #fc321b, #e32813);
  -webkit-box-shadow: 0px 6px 0px #7e1a0e;
  box-shadow: 0px 6px 0px #7e1a0e;
  -webkit-transition: 0.3s ease box-shadow;
  transition: 0.3s ease box-shadow;
}

.articles__wrapper .outer__articles > .article .btn > a:hover {
  -webkit-box-shadow: inset 0 0 16px rgba(62, 13, 7, 0.35);
  box-shadow: inset 0 0 16px rgba(62, 13, 7, 0.35);
}

.articles__wrapper .outer__articles > .article .text {
  margin-top: 30px;
}

.articles__wrapper .outer__articles > .article .text > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  color: #262626;
}

.articles__wrapper .outer__articles > .article .text > p a {
  color: #255ecb;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.articles__wrapper .outer__articles > .article .text > p a:hover {
  opacity: 0.7;
}

.articles__wrapper .outer__articles > .article .text > p.bigger {
  font-size: 20px;
}

.articles__wrapper .outer__articles > .article .text > p:last-child {
  margin-bottom: 0px;
}

.articles__wrapper .outer__articles > .article .btn > a {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.hero__section .outer__hero > .grid > .el {
  position: relative;
  display: block;
  height: 0px;
  padding-bottom: 115%;
}

.hero__section .outer__hero > .grid > .el img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .gift__ideas .outer__gift .articles > .featured .list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px) {
  footer .outer__footer > .logo img {
    max-width: 200px;
  }

  footer .outer__footer .bottom {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .outer__footer .bottom > p {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  footer .outer__footer .bottom ul > li {
    margin-right: 20px;
  }

  .gift__ideas .outer__gift .articles > .featured {
    margin-bottom: 32px;
  }

  .gift__ideas {
    padding-bottom: 64px;
  }

  .gift__ideas .outer__gift .articles > .featured .list .elem .desc > p {
    font-size: 16px;
  }

  .gift__ideas .outer__gift .articles > .featured .list {
    grid-template-columns: repeat(3, 1fr);
  }

  .articles__wrapper .outer__articles > .article {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .articles__wrapper .outer__articles > .article .article__top .title > h2 {
    font-size: 24px;
    line-height: 130%;
  }

  .articles__wrapper .outer__articles > .article .article__top .title > span {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    font-size: 16px;
    margin-right: 8px;
  }

  .articles__wrapper .outer__articles > .article .text > p {
    font-size: 16px;
  }

  .articles__wrapper .outer__articles > .article .text > p.bigger {
    font-size: 18px;
  }

  .articles__wrapper .outer__articles > .article .text > p {
    margin-bottom: 15px;
  }

  .articles__wrapper .outer__articles > .article .btn > a {
    font-size: 20px;
    line-height: 130%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero__section .outer__hero .author {
    margin-bottom: 40px;
  }

  .articles__wrapper .outer__articles > .article .btn > a {
    height: auto;
  }

  .hero__section .outer__hero .author > img {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
  }

  .hero__section .outer__hero .author .desc > p {
    font-size: 12px;
    line-height: 18px;
  }

  .hero__section .outer__hero .author .desc .spacer {
    margin: 0px 7px;
    font-size: 12px;
  }

  .hero__section .outer__hero .author .desc .date {
    font-size: 12px;
    color: #7f7f7f;
  }

  header .outer__header > .logo > img {
    max-width: 140px;
  }

  header {
    padding: 24px 0px;
  }

  .hero__section .outer__hero > h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero__section .outer__hero .grid {
    margin-bottom: 40px;
  }

  .hero__section .outer__hero .text > p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero__section .outer__hero {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .articles__wrapper .outer__articles > .article .article__top > .rating > span,
  .articles__wrapper .outer__articles > .article .article__top > .rating > p {
    font-size: 14px;
  }

  .gift__ideas .outer__gift > .top > h6 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 28px;
  }

  .gift__ideas .outer__gift .articles > .featured > p {
    font-size: 22px;
  }

  .gift__ideas .outer__gift > .top > p {
    font-size: 16px;
  }

  .gift__ideas .outer__gift .articles > .featured .list .elem .media {
    margin-bottom: 16px;
  }

  .gift__ideas .outer__gift .articles > .featured .list {
    grid-row-gap: 32px;
  }
}

.hero__section .outer__hero .text > p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .gift__ideas .outer__gift .articles > .featured .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 370px) {
  .gift__ideas .outer__gift .articles > .featured .list .elem .desc > p {
    font-size: 14px;
  }

  footer .outer__footer .bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .outer__footer .bottom ul > li {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  footer .outer__footer .bottom ul > li:last-child {
    margin-bottom: 0px;
  }

  .articles__wrapper .outer__articles > .article .btn > a {
    font-size: 17px;
    line-height: 24px;
  }

  .articles__wrapper .outer__articles > .article .article__top .title > h2 {
    font-size: 21px;
  }

  .articles__wrapper
    .outer__articles
    > .article
    .article__top
    > .rating
    ul
    > li {
    margin-right: 1px;
  }

  .hero__section .outer__hero > h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .hero__section .outer__hero .author .desc .date {
    max-width: 90px;
  }

  .hero__section .outer__hero .grid {
    margin-bottom: 30px;
  }

  .hero__section .outer__hero .author {
    margin-bottom: 30px;
  }

  .hero__section .outer__hero .author .desc > p,
  .hero__section .outer__hero .author .desc .date {
    font-size: 11px;
    line-height: 16px;
  }
}
