/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  background: #131F35;
  text-align: center;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero h1 {
  color: #FFFFFF;
  position: relative;
  text-align: left;
}
#hero h1::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 145px !important;
  height: 9px;
  background-color: #EB010F;
  right: 0;
}
#hero h3,
#hero p.h3 {
  color: #FFFFFF;
  font: normal normal normal 18px/32px Rubik !important;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  #hero {
    min-height: 320px;
  }
  #hero h1, #hero h3, #hero p.h3 {
    text-align: center;
  }
  #hero h1::after {
    margin-left: auto;
    margin-right: auto;
  }
  #hero h3,
  #hero p.h3 {
    font-size: clamp(1.5rem, 24px + (33 - 24) * (100vw - 320px) / 1600, 2.0625rem) !important;
    line-height: clamp(2.1875rem, 35px + (44 - 35) * (100vw - 320px) / 1600, 2.75rem) !important;
  }
}

#breadcrumb {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #BABABA;
}
#breadcrumb .rank-math-breadcrumb .separator {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 22px;
  padding-bottom: 22px;
}
#breadcrumb .rank-math-breadcrumb p {
  padding: 0;
}
#breadcrumb .rank-math-breadcrumb .separator,
#breadcrumb .rank-math-breadcrumb a,
#breadcrumb .rank-math-breadcrumb .last {
  font: normal normal bold 16px/19px Rubik;
  letter-spacing: 0px;
  color: #131F35;
  text-transform: capitalize;
}

body {
  background: #F7F7F7;
}

/*Became and Free*/
#recent,
#free {
  position: relative;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#recent h3,
#free h3 {
  color: #131F35;
  text-transform: uppercase;
  position: relative;
  max-width: 620px;
}
#recent h3::after,
#free h3::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 20% !important;
  height: 9px;
  background-color: #EB010F;
}
#recent .color-red,
#free .color-red {
  color: #EB010F;
}
#recent .worry-image,
#free .worry-image {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 814px;
  margin-left: auto;
}
#recent picture,
#free picture {
  max-height: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#recent img,
#free img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px 0px 0px 8px;
}
#recent .main-content,
#free .main-content {
  color: #454545;
}
@media (max-width: 991px) {
  #recent,
  #free {
    padding: 60px 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #recent,
  #free {
    min-height: 640px;
  }
  #recent .worry-image-wrapper,
  #free .worry-image-wrapper {
    position: absolute;
    right: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 900px;
    z-index: 1;
  }
}
@media (min-width: 1920px) {
  #recent .worry-image-wrapper,
  #free .worry-image-wrapper {
    right: calc((100vw - 1920px) / 2) !important;
  }
}

/*Common Blog*/
#common-blog h2 {
  color: #131F35;
  text-transform: uppercase;
  position: relative;
}
#common-blog h2::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 145px !important;
  height: 9px;
  background-color: #EB010F;
}
#common-blog .card {
  border: 1px solid #B2B2B2;
  border-radius: 8px;
  padding: 15px 15px 0 15px;
  background: #FFFFFF;
}
#common-blog .date {
  font: normal normal normal 14px/25px Rubik;
  color: #131F35;
}
#common-blog .container-link {
  border-top: 1px solid #DBDBDB;
}
#common-blog .container-link a {
  color: #EB010F !important;
}
#common-blog img {
  border-radius: 8px;
}
@media screen and (min-width: 1025px) {
  #common-blog .card {
    padding: 38px 30px 0 30px;
  }
  #common-blog img {
    height: 150px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1551px) {
  #common-blog img {
    height: 295px;
  }
}

/*Line Divider*/
#line-divider .divider {
  height: 1px;
  width: 100%;
  background: #B2B2B2;
}

/*Pagination*/
#pagination .page-numbers {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: fit-content;
  margin-left: auto;
  font: normal normal normal 18px/27px Rubik;
  letter-spacing: 0px;
  color: #E0E0E0;
}
#pagination .page-numbers.current {
  font: normal normal normal 18px/27px Rubik;
  letter-spacing: 0px;
  color: #000000;
}
#pagination .page-numbers .icon-chevron-right,
#pagination .page-numbers .icon-chevron-left {
  color: #000000;
  font-size: 14px;
}
#pagination .page-numbers li {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E0E0E0;
}
#pagination .page-numbers li:last-of-type {
  border-right: 0;
}
#pagination .page-numbers li span,
#pagination .page-numbers li a {
  margin-left: unset;
}
#pagination .page-numbers li a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagination .container-pagination {
  margin-bottom: 4em;
}
@media screen and (min-width: 1025px) {
  #pagination .container-pagination {
    margin-bottom: 7em;
  }
}

#subscription {
  margin-top: 7em;
}