/*--------------------------------------------------
                     Variables
 --------------------------------------------------*/
:root {
  --desktop-hori-padding: 10%;
  --mobile-hori-padding: 2rem;
  --mobile-vert-padding: 3rem;
  --move-left: calc(-100% + -50px);
  --move-right: calc(100% + 50px);
  /* --cta-dark-bg: #df86d0; */
  --cta-dark-bg: #ff50c9;
  --cta-dark-blue-bg: #033857;
  --dark-text-color: #18264d;
  --main-spacing: 4rem;
  --merging-color: rgb(243 192 221);
}

/*--------------------------------------------------
                     HTML5 Reset
 --------------------------------------------------*/
 html {
    scroll-behavior: smooth;
  }


html, body, div, section, article, aside, header,
hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,
blockquote, address, time, span, em, strong, img,
ol, ul, li, figure, canvas, video, th, td, tr {
  margin: 0;
  padding: 0;
  border: 0;
}

main *, main *:before, main *:after {
    box-sizing: border-box;
}

main button {
  border: none;
  background: none;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

address, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

picture {
  z-index: 1;
}

/*--------------------------------------------------
                Reset RD code
 --------------------------------------------------*/
.toptop_banner {
  height: 0px;
  margin-bottom: 0px;
}

.pd_purchase_left{
	display: none !important;
}

/*fix purchase ui issues*/
.banner1200{
	height: 0px !important;
}

/*hide pdrm purchase*/
.bundle_pdrm{
	display: none !important;
}

.container {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.on_600 {
  display: none;
}

.back_top {
  z-index: 999 !important;
}

/*--------------------------------------------------
                     Fonts
--------------------------------------------------*/

@font-face {
  font-family: 'hiatusregular';
  src: url('/stat/edms/product/2023/PDR/font/hiatus-webfont.woff2') format('woff2'),
       url('/stat/edms/product/2023/PDR/font/hiatus-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ibu';
  src: url('/stat/edms/product/2023/PDR/font/akusayangibu.woff2') format('woff2'),
       url('/stat/edms/product/2023/PDR/font/akusayangibu.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main span,
main ul {
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: clamp(1.6rem, 5vw, 3.4rem);
  font-weight: bold;
}

h2, h3, main p {
  line-height: 1.3;
}

h2, h3 {
  color: white;
}

main h3 {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  font-weight: 700;
}

main p, main ul {
  font-size: clamp(1rem, 1vw, 1.1rem);
  line-height: 2rem;
  font-family: system-ui;
  font-weight: 400;
  line-height: 1.4;
}

main a,
main button {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-weight: 600;
  color: white;
}


/*--------------------------------------------------
                       Main layout
--------------------------------------------------*/

#main-content {
  /* background: linear-gradient(180deg, #18264d 10%, rgb(251 178 165) 50%, rgb(251 151 169) 80%); */
  background: #ffffff;
}

h2 span {
  background: rgb(1,94,247);
  background: linear-gradient(90deg, rgba(1,94,247,1) 0%, rgba(163,0,254,1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: inline-block;
}

h2, h3 {
  margin-bottom: 0.4rem;
}

.text {
  height: fit-content;
}

    /*=====   Play Button   ======*/

.video-btn {
  display: flex;
  position: relative;
}

.video-btn:after,
.video-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.video-btn:after {
  width: 0;
  height: 0;
  border: 1.3em solid transparent;
  border-left: 2em solid white;
  margin-top: -1.25em;
  margin-left: -0.7em;
}

.video-btn:before {
  width: 5.6em;
  height: 5.6em;
  margin-left: -2.8em;
  margin-top: -2.8em;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 24px #000000c7;
  background: #0000008c;
}

.video-btn:hover:before {
  background: #7d2dd2;
  transition: all 0.45s ease;
}

.video-btn:hover:before,
.video-btn:hover:after {
  transform: scale(1.05);
}


/*--------------------------------------------------
                      Main Hero
--------------------------------------------------*/

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: white;
  text-align: center;
  width: 100%;
  height: auto;
}

.hero > :nth-child(1) {
  height: fit-content;
  align-self: center;
  justify-self: center;
  padding: 2rem 1rem;
  z-index: 2;
  max-width: 800px;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  margin-top: -50px;
}

.hero .product {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.hero picture, .hero img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  grid-column: 1 / -1;
  grid-row: 1;
  opacity: 1;
}

.hero .product img {
  width: 10%;
  margin-right: 2%;
  min-width: 45px;
}

.hero h1 {
  font-family: 'hiatusregular';
  font-size: clamp(4rem, 10vw, 7rem);
  color: var(--dark-text-color);
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 100;
}

.hero h2 {
  font-size: clamp(0.8rem, 3vw, 2.5rem);
  font-weight: 600;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
  color: var(--dark-text-color);
}

.btn-cta {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}

.btn-cta a {
   border-radius: 10px;
   font-size: 1rem;
   line-height: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 70px;
   width: 190px;
   transition: 0.2s all;
   margin: 12px;
   background: #18264d;
}

.btn-cta a:hover {
  transform: scale(1.08);
  font-size: 1.1rem;
}

.btn-cta span {
  font-size: clamp(0.6rem, 0.6vw, 1rem);
}

.btn-cta :nth-child(1) {
  border: 2px solid white;
}


/*--------------------------------------------------
            Express love and appreciation
 --------------------------------------------------*/
.express-love {
  display: grid;
  grid-template-columns: 800px auto;
  padding: calc(var(--main-spacing) * 1) var(--desktop-hori-padding) var(--main-spacing);
  grid-template-areas: 'video infos';
}

.express-love h3 {
  margin-bottom: 2rem;
  font-size: clamp(1.6rem, 2vw, 2.6rem);
  color: #000000;
  text-align: left;
}

.express-love div.infos {
  padding: var(--main-spacing);
  padding-right: 0;
  grid-area: infos;
}

.express-love div.infos p {
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  font-weight: 300;
}

.express-love div.videos {
  border-radius: 15px;
  width: 800px;
  grid-area: video;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.express-love-left {
  grid-template-columns: auto 800px;
  grid-template-areas: 'infos video';
}

.express-love-left div.infos {
  padding: var(--main-spacing);
  padding-left: 0;
}

/*--------------------------------------------------
                    More Assets
--------------------------------------------------*/

.more-assets {
  display: grid;
  height: fit-content;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-items: center;
  padding: calc(var(--main-spacing) * 1) var(--desktop-hori-padding) var(--main-spacing);
  gap: 3rem;
  background: linear-gradient(170deg, rgb(117 230 235) 0%, rgb(33 226 235) 100%);
}

.more-assets a {
  line-height: 1.3;
}

.more-assets span p {
  color: white;
}

.more-assets div {
  display: grid;
  width: 100%;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1914px) {
  .more-assets div:nth-of-type(9),
  .more-assets div:nth-of-type(10) {
    display: grid;
  }
}

@media (max-width: 1802px) {
  .more-assets div:nth-of-type(9),
  .more-assets div:nth-of-type(10) {
    display: none;
  }
}

@media (max-width: 1429px) {
  .more-assets div:nth-of-type(10) {
    display: grid;
  }
}

@media (max-width: 1130px) {
  .more-assets div:nth-of-type(9) {
    display: none;
  }
}

@media (max-width: 1057px) {
  .more-assets div:nth-of-type(9),
  .more-assets div:nth-of-type(10) {
    display: grid;
  }
}

.more-assets span {
  grid-column: 1 / -1;
  text-align: center;
  color: black;
}

.more-assets h3 {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  color: var(--dark-text-color);
}

.more-assets h4 {
  padding: 0.8rem 1rem;
  font-weight: 700;
  color: black;
  position: relative;
}

.more-assets div p {
  padding: 0 1rem;
  color: black;
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  margin-top: -0.8rem;
  padding-bottom: 0.5rem;
}

.more-assets .tooltip-txt {
  position: absolute;
  background: black;
  left: 9%;
  top: -77%;
  color: white;
  font-size: 13px;
  padding: 0.4rem;
  border-radius: 8px;
  border: solid white 2px;
  filter: drop-shadow(2px 4px 15px black);
  display: none;
}

.more-assets h4:hover > .tooltip-txt {
  display: block;
}


.more-assets svg {
  max-height: 0.8rem;
  max-width: 1rem;
  fill: black;
}


.more-assets .tooltip-txt svg {
  fill: white;
}

.more-assets .deeplink {
  background: #18264d;
  display: flex;
  width: 100%;
  font-size: 0.8rem;
  padding: 1rem;
  font-weight: 300;
  transition: all 0.2s;
  align-self: stretch;
  align-items: center;
}

.more-assets .deeplink:hover {
  padding-left: 1.4rem !important;
  transition: all 0.2s;
}

.more-assets .deeplink b {
  padding: 0 4px;
}

.more-assets img {
  width: 100%;
  height: auto;
  transform: scale(1.02);
}

.more-assets img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
 }

.more-assets img:nth-of-type(1) {
  position: inherit;
  z-index: 1;
  opacity: 1;
  transition: all 0.4s;
 }

.more-assets img:nth-of-type(1):hover:has(+img) {
  opacity: 0;
  transition: all 0s;
 }

.more-assets > a {
  background: #18264d;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  transition: 0.2s all;
  font-weight: 600;
  grid-column: 1 / -1;
  transition: all 0.2s;
}

.more-assets > a:hover {
  transform: scale(1.08);
}

  /*--------------------------------------------------
                     Blog Articles
  --------------------------------------------------*/

.blog-articles {
  display: grid;
  height: fit-content;
  padding: var(--main-spacing) 0 16rem;
  background: linear-gradient(180deg, rgb(251 151 169) 0%, rgb(178 71 71) 100%);
  overflow: hidden;
}

.blog-articles h3 {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 2rem;
  /* filter: drop-shadow(0px 3px 4px #ff7f9561)
          drop-shadow(0px 0px 1px #ff7f9561); */
}

.blog-list {
  display: grid;
  justify-items: center;
  mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 18%, rgba(0,0,0,0.95) 22%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 75%, rgba(0,0,0,0.7595413165266106) 80%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 18%, rgba(0,0,0,0.95) 22%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 75%, rgba(0,0,0,0.7595413165266106) 80%, rgba(0,0,0,0) 100%);
  grid-row: 2;
  grid-column: 1;
}

.blog-list article {
  display: flex;
  min-width: 350px;
  width: 67vw;
  max-width: 1050px;
  background: #ffffff63;
  background: #801f1f;
  border-radius: 25px;
  overflow: hidden;
  grid-row: 1;
  grid-column: 1;
  transition: transform 0.6s;
  transition: all 0.6s;
}

article.active {
  transform: translate(0);
  z-index: 5;
  opacity: 1;
}

article.prv {
  transform: translate(var(--move-left));
  z-index: 4;
  cursor: pointer;
  opacity: 0.9;
}

article.nxt {
  transform: translate(var(--move-right));
  z-index: 4;
  cursor: pointer;
  opacity: 0.9;
}

article.active,
article.prv,
article.nxt {
  position: relative;
}

article.off-right,
article.off-left {
  opacity: 0;
}

article.off-right {
  transform: translate(200%);
}

article.off-left {
  transform: translate(-200%);
}

.blog-list img {
  width: 50%;
  object-fit: cover;
  height: auto;
}

.blog-articles a {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.blog-articles :is(h4, p) {
  color: white;
  /* filter: drop-shadow(1px 2px 2px #c178ac); */
}

.blog-articles h4 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.2;
  margin-bottom: 0.6rem;
}

.blog-articles span {
  padding-top: 1rem;
  color: white;
  width: fit-content;
  transition: all 0.2s;
}

.blog-articles span:hover {
  transform: translate(15%, 0);
}

.blog-articles button {
  width: 20%;
  height: 100%;
  font-size: 184px;
  grid-row: 2;
  grid-column: 1;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}

.blog-articles button:hover {
  background: transparent;
}

.to-nxt {
  justify-self: end;
}

/*--------------------------------------------------
                Footer landing page only
--------------------------------------------------*/

footer.minimal {
  background-color: black;
  color: white;
  text-align: center;
  padding: 1rem;
}

/*--------------------------------------------------
                     Create
 --------------------------------------------------*/

 .create {
    background: var(--main-bg-color);
    /* width: fit-content; */
    /* margin: 0 auto; */
    border-radius: 50px;
    margin: 3rem 0;
    padding: 0;
  }

  .create h3 {
    margin-bottom: 1.5rem;
  }

/*--------------------------------------------------
                  all steps
 --------------------------------------------------*/

.section-header {
  padding-top: 2rem;
  text-align: center;
  height: auto;
 }

.section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  color: var(--dark-text-color);
}

.all-steps .intro {
  text-align: left;
  padding: 3rem;
}

.all-steps .intro p {
  margin: 0 auto;
  font-size: clamp(1.5rem, 1.2vw, 2.1rem);
}

.all-steps ul {
  list-style-type: disclosure-closed;
  list-style-position: inside;
  padding: 1rem;
  font-weight: 500;
  color: #004a22;
}

.all-steps .pro-tip {
  background: #004a22;
  padding: 2px 8px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}

.all-steps p.tip-txt {
  font-style: italic;
  margin-left: 1rem;
  margin-top: 0.6rem;
}

.all-steps {
  display: grid;
}

.index-bar {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  background: #fce6e9;
  border-radius: 10px;
}

.index-bar span {
  height: 33%;
  background: #fcb1b1;
  border-radius: 8px;
}

.all-steps .vids {
  display: grid;
}

.all-steps video {
  width: 100%;
}

.all-steps video.active {
  display: block;
}

/*--------------------------------------------------
                      Advanced tips
--------------------------------------------------*/

.advanced-tips {
  display: grid;
  justify-items: center;
  text-align: center;
  /* background: linear-gradient(170deg, rgba(1,94,247,1) 0%, rgba(163,0,254,1) 100%);
  background: linear-gradient(170deg, rgb(0 183 196) 0%, rgb(237 0 254 / 60%) 100%);
  background: linear-gradient(170deg, #00b7c4 0%, #fe009b85 100%); */
  background: linear-gradient(170deg, rgb(204 228 241) 0%, rgb(144 183 205) 100%);
  padding: 4rem 0;
}

.advanced-tips span {
  grid-column: 1 / -1;
  text-align: center;
  color: black;
}

.advanced-tips h3 {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  color: var(--dark-text-color);
  max-width: 1000px;
  padding: 0 4rem;
}

.advanced-tips span p {
  width: 100%;
  max-width: 800px;
  color: white;
}

.more-assets h4 {
  padding: 0.8rem 1rem;
  font-weight: 700;
  color: black;
  position: relative;
}

.advanced-tips div p {
  padding: 0 1rem;
  color: black;
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  margin-top: -0.8rem;
  padding-bottom: 0.5rem;
}

.advanced-tips img {
  width: 100%;
  height: auto;
  transform: scale(1.02);
}

.advanced-tips > a {
  background: #18264d;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  transition: 0.2s all;
  font-weight: 600;
  grid-column: 1 / -1;
  transition: all 0.2s;
}

.advanced-tips > a:hover {
  transform: scale(1.08);
}

.topics-wrap {
  display: grid;
  height: fit-content;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  padding: 3rem var(--desktop-hori-padding) 3rem;
  gap: 3rem;
}

.topics-wrap div {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.topics-wrap h4 {
  color: #000000;
  padding: 1rem;
}

.advanced-tips .cta-btns {
  grid-column: 1 / -1;
  justify-self: center;
  display: flex;
  gap: 2rem;
  height: min-content;
}

.learn-more {
  background: #18264d;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  transition: 0.2s all;
  font-weight: 600;
  display: block;
  width: fit-content;
}

.free-download {
  border: solid #18264d 3px;
  background: #ffffff;
  color: #18264d;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  transition: 0.2s all;
  font-weight: 600;
  display: block;
  width: fit-content;
}

.learn-more:hover,
.free-download:hover {
  transform: scale(1.08);
}


/*==================================================
                  Large Laptop
==================================================*/
@media (max-width: 1585px) {

  :root {
    --main-spacing: 3rem;
  }

  .express-love {
    grid-template-columns: 600px auto;
  }
  
  .express-love div.videos {
    width: 600px;
  }
  
  .express-love-left {
    grid-template-columns: auto 600px;
  }

}

  /*==================================================
                   smaller Desktop
  ==================================================*/

@media (max-width: 1285px) {

    /*-///////////  Basic layout /////////////-*/
  /*--------------------------------------------------
                      Hero
  --------------------------------------------------*/

  .hero {
    grid-template-columns: 1fr 1.7fr;
  }

  .hero > :nth-child(1) {
    max-width: 450px;
  }

  .create h3 {
    margin-bottom: 1rem;
  }

  /*--------------------------------------------------
                    all steps
   --------------------------------------------------*/
   .section-header {
    padding-top: 0;
 }

 .section-header h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: -1rem;
}

  
  /*--------------------------------------------------
                        Advanced tips
  --------------------------------------------------*/
  .topics-wrap {
    padding: 3rem 2rem;
    gap: 2rem;
    width: 90%;
  }

}

  /*==================================================
                    Desktop layout
  ==================================================*/

@media (max-width: 1065px) {

  .topics-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  /*--------------------------------------------------
                     Blog Articles
  --------------------------------------------------*/

  .blog-list article {
    display: grid;
    grid-template-rows: 0.6fr 1fr;
    width: 35vw;
   }

  .blog-articles a {
    align-self: auto;
  }

  .blog-list img {
    grid-row: 1;
    width: 100%;
    height: -webkit-fill-available;
  }

  .express-love {
    grid-template-columns: 400px auto;
  }
  
  .express-love div.videos {
    width: 400px;
  }
  
  .express-love-left {
    grid-template-columns: auto 400px;
  }

}

@media (max-width: 684px) {
  .create {
    margin: 3rem;
  }
  
  .express-love {
    display: block;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .express-love h3 {
    margin-bottom: 1rem;
    font-size: clamp(1.3rem, 2vw, 2.1rem);
  }
  
  .express-love div.infos {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
    padding-top: 2rem;
  }

  .express-love div.videos {
    width: 100%;
  }
  
   /*--------------------------------------------------
                         Advanced tips
   --------------------------------------------------*/
   .topics-wrap {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 3rem 4rem;
    gap: 3rem;
  }
}

  /*==================================================
                 Smaller Laptop Screen
  ==================================================*/

@media (max-width: 650px) {

  #main-content {
    background: #ffffff;
  }

  .hero img {
    filter: blur(4px);
    opacity: 0.2;
  }

  .hero > :nth-child(1) {
    grid-column: 1 / -1;
    padding: var(--main-spacing);
  }

  .hero h3 {
    font-size: clamp(2rem, 3vw, 3rem);
  }

    /*--------------------------------------------------
                    all steps
   --------------------------------------------------*/

   .section-header{
    margin: 0;
    padding: 0;
  }

  .section-header h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    padding: 0 1rem;
  }


   .more-assets .flowers-5 {
     bottom: -144px;
     right: -8%;
     max-width: 300px;
   }

   .more-assets > a {
     width: 100%;
     text-align: center;
     font-size: clamp(1rem, 4vw, 1.5rem);
   }
  
   .advanced-tips .cta-btns {
    display: grid;
    width: 100%;
    padding: 0 4rem;
   }
    .learn-more {
      width: 100%;
     text-align: center;
     font-size: clamp(1rem, 4vw, 1.5rem);
    }

    .free-download {
      width: 100%;
     text-align: center;
     font-size: clamp(1rem, 4vw, 1.5rem);
    }
}


  /*==================================================
                      iPad layout
  ==================================================*/

@media (max-width: 500px) {

  .hero > :nth-child(1) {
    padding: var(--main-spacing) 1rem;
  }

  .hero h1 {
    font-size: clamp(6rem, 9vw, 7rem);
    line-height: 0.8;
    margin: 3rem 0 1rem;
  }

  hero h2 {
    margin: 0 auto 15%;
  }

    /*--------------------------------------------------
                    all steps
   --------------------------------------------------*/


   

/*--------------------------------------------------
                Advanced tips
--------------------------------------------------*/

  .advanced-tips {
    padding: var(--mobile-vert-padding) var(--mobile-hori-padding);
  }

/*--------------------------------------------------
                  More Assets
--------------------------------------------------*/

  .more-assets {
    padding: var(--mobile-vert-padding) var(--mobile-hori-padding);
    gap: var(--mobile-hori-padding);
  }

  .more-assets > a {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }

  /*--------------------------------------------------
                    Blog list
  --------------------------------------------------*/

  .blog-articles {
    padding: 1rem 0 var(--main-spacing);
  }

  .blog-list {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .blog-list article {
    grid-template-rows: 50% 50%;
    min-width: 80%;
    max-height: 440px;
  }

  .blog-list img {
    height: 50%;
    min-height: 200px;
  }

  .blog-articles button {
    display: none;
  }

  .blog-articles h3 {
    font-size: 2rem;
    text-align: center;
    padding-inline: 2rem;
  }

  .blog-articles h4 {
    font-size: clamp(1rem, 2vw, 1.6rem);
  }

  .blog-list article p,
  .blog-list article span {
    font-size: clamp(0.8rem, 2vw, 1.1rem);
  }
}
