/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
/* @font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 200;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
} */
@keyframes load {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.all-deals > p {
  text-align: center;
}
.all-deals .deal-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  background-color: #FFF;
  border-left: 5px solid #febf32;
  border-left: 5px solid var(--blog_side_color);
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.05);
  position: relative;
  border-radius: 0;
  border-radius: var(--border_radius);
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px;
}
@media (max-width: 768px) {
  .all-deals .deal-row {
    flex-direction: column;
    margin: 20px 10px;
  }
}
.all-deals .deal-row__left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .all-deals .deal-row__left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.all-deals .deal-row__right {
  width: 59%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .all-deals .deal-row__right {
    width: 100%;
  }
}
.all-deals .deal-row__right a,
.all-deals .deal-row__right h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.13;
  margin: 0;
  color: black;
  text-decoration: none;
}
@media (max-width: 768px) {
  .all-deals .deal-row__right a,
  .all-deals .deal-row__right h3 {
    display: block;
    margin-bottom: 20px;
  }
}
.all-deals .deal-row__right a:hover,
.all-deals .deal-row__right h3:hover {
  text-decoration: underline;
}
.all-deals .deal-row__right--title {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-weight: bold;
  line-height: 1.33;
  font-weight: bold;
  display: block;
  color: #2d3748;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.all-deals .deal-row__right--authoring-information {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .all-deals .deal-row__right--authoring-information {
    padding-bottom: 10px;
  }
}
.all-deals .deal-row__right--author {
  color: #718096;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.all-deals .deal-row__right--author:hover {
  text-decoration: underline;
}
.all-deals .deal-row__right--date {
  color: #a0aec0;
  font-size: 12px;
}
.all-deals .pager {
  width: 70%;
  background-color: #fff;
  margin: 0 auto;
}
.all-deals .pager ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 10px;
}
.all-deals .pager ul .pager__item {
  padding: 2px 10px;
  margin: 3px;
  min-width: 10px;
}
.all-deals .pager ul .pager__item:hover {
  background-color: #718096;
  color: white;
}
.all-deals .pager ul .pager__item.is-active {
  background-color: #718096;
  color: white;
}

.page-node-type-blog-post .layout-content {
  background-color: #f8f8f8;
  background-color: var(--global_background);
}

.deal {
  width: 800px;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .deal {
    padding: 0;
  }
}
.deal__container {
  color: #000000;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.05);
}
.deal__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.deal__content {
  padding: 0 4rem 4rem;
}
@media (max-width: 1024px) {
  .deal__content {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .deal__content {
    padding: 0 1rem;
  }
}
.deal__content--title {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-weight: bold;
  line-height: 1.33;
  display: block;
  color: black;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .deal__content--title {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .deal__content--title {
    margin-top: 2rem;
  }
}
.deal__content--body {
  color: #4a5568;
  padding-top: 40px;
  border-top: 2px solid #edf2f7;
}

.featured-deals {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}
.featured-deals > p {
  color: white;
  text-align: center;
}
.featured-deals .deal-row {
  flex: 0 1 30%;
  background-color: white;
  padding: 25px;
}
@media (max-width: 1024px) {
  .featured-deals .deal-row {
    flex: 0 1 50%;
  }
}
@media (max-width: 768px) {
  .featured-deals .deal-row {
    flex: 1;
  }
}
.featured-deals .deal-row__top {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.featured-deals .deal-row__top .icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../assets/svgs/deal-icon.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
}
.featured-deals .deal-row__top .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  margin: 0;
}
.featured-deals .deal-row__top .title a {
  color: #9146AF;
  text-decoration: none;
}
.featured-deals .deal-row__bottom {
  color: #213B73;
}
