/*
Theme Name: theblog child
Template: theblog
Author:   Code Pros
Description: Child Theme
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 150%;
}

ul,
li {
  margin-bottom: 0;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.text-uppercase {
  text-transform: uppercase;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.cta-card {
  background: #fff;
  padding: 16px;
  max-width: 680px;
  margin-top: 32px;
}
.cta-card.shadow {
  box-shadow: 0px 2px 20px rgba(26, 26, 26, 0.08);
}
.cta-card.pc-v1 {
  background: #ebf5fb;
}
.cta-card.pc-v1 .btn-cta {
  background-color: #23748c !important;
}
@media screen and (min-width: 992px) {
  .cta-card {
    padding: 24px 36px;
  }
}
.cta-card .eyebrow {
  letter-spacing: 2px;
  font-size: 16px;
}
.cta-card figure {
  max-width: 100%;
}
.cta-card figure img {
  margin-bottom: 0;
}
.cta-card figure figcaption {
  margin-bottom: 24px;
  opacity: 0.8;
  font-size: 14px;
  text-align: right !important;
}
.cta-card .cta-card p img {
  margin: 0;
}

.entry-content .cta-card:first-child {
  margin-top: 0;
}

.block-editor .acf-radio-list {
  margin: 0 !important;
  padding: 0 !important;
}

a {
  text-decoration: none;
  color: inherit;
}
a.underline {
  text-decoration: underline;
  text-underline-position: below;
  text-underline-offset: 4px;
}

.inactive-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.inactive-overlay.active {
  opacity: 1;
  visibility: visible;
}
.inactive-overlay.blur {
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.55) 0%, rgba(26, 26, 26, 0.14) 100%);
  backdrop-filter: blur(3px);
  z-index: 101;
}

.wp-admin .wp-block-rank-math-toc-block a {
  text-decoration: none;
}
.wp-admin a {
  text-decoration: underline;
}

hr {
  background: #1a1a1a;
  height: 1px;
}

section {
  margin-bottom: 20px;
}

.btn-filled {
  background-color: #23748c;
  padding: 8px, 24px;
  border-radius: 24px;
  display: inline-block;
  color: #fff;
}

.btn-cta,
.wp-block-button__link {
  background: #1a1a1a !important;
  color: #fff !important;
  padding: 12px 32px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 20px;
  line-height: 125%;
  display: inline-block;
  position: relative !important;
  z-index: 1;
  overflow: hidden;
  transition: all 0.35s ease;
  cursor: pointer;
}
.btn-cta::before,
.wp-block-button__link::before {
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)), #1a1a1a;
}
.btn-cta:hover::before,
.wp-block-button__link:hover::before {
  opacity: 1;
  width: 100%;
}
.btn-cta:focus::before,
.wp-block-button__link:focus::before {
  opacity: 1;
  width: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)), #1a1a1a;
}
.btn-cta:active::before,
.wp-block-button__link:active::before {
  border-radius: 50%;
  opacity: 1;
  width: 86px;
  height: 86px;
  left: 24px;
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.12);
}

.post-meta.cd-cat a {
  display: inline-block;
  background-color: #eeebe5;
  border-radius: 14px;
  padding: 6px 16px;
  margin: 20px 0 12px;
}
.post-meta.cd-cat a h4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.04em;
}

.header {
  background-color: #fff;
}
.header .nav-wrapper {
  gap: 40px;
}
.header .nav-wrapper button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.header .header-logo {
  max-width: 202px;
}
.header .header-left {
  gap: 32px;
}
.header .header-left .hamIcon {
  margin-left: 0;
  cursor: pointer;
}
.header .ham-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  z-index: 99;
  transform: translateX(100vw);
  transition: transform 0.25s ease-in-out;
}
.header .ham-offcanvas .hamCloseIcon {
  border: none;
  background-color: transparent;
  outline: none;
  border: none;
  margin-left: auto;
  margin-right: 0;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.header .ham-offcanvas .hamCloseIcon .line {
  width: 100%;
  height: 2px;
  background: #1a1a1a;
  border-radius: 5px;
  position: absolute;
  top: 50%;
}
.header .ham-offcanvas .hamCloseIcon .line:first-child {
  transform: translateY(-7px) rotate(45deg) translateZ(0px);
}
.header .ham-offcanvas .hamCloseIcon .line:last-child {
  transform: translateY(-7px) rotate(-45deg) translateZ(0px);
}
.header .ham-offcanvas .ham-offcanvas-search {
  margin-top: 32px;
}
.header .ham-offcanvas .ham-offcanvas-search input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 8px;
  border-right: none;
  font-size: 16px;
}
.header .ham-offcanvas .ham-offcanvas-search button.ham-search {
  background-color: #1a1a1a;
  padding: 8px;
}
.header .ham-offcanvas .header-nav {
  padding-top: 25px;
}
.header .ham-offcanvas .hn-ham:not(:last-child) {
  margin-bottom: 16px;
}
.header .ham-offcanvas .hn-ham ul,
.header .ham-offcanvas .hn-ham li {
  list-style-type: none;
  margin-bottom: 0;
}
.header .ham-offcanvas .hn-ham ul a,
.header .ham-offcanvas .hn-ham li a {
  padding: 8px 0;
  display: inline-block;
}
.header .ham-offcanvas .hn-ham.hn-ham-major {
  padding: 32px 0 0;
}
.header .ham-offcanvas .hn-ham.hn-ham-actions li:not(:last-child) a {
  padding-bottom: 16px;
}
.header .ham-offcanvas .hn-ham.hn-ham-minor ul li a, .header .ham-offcanvas .hn-ham.hn-ham-actions ul li a {
  font-size: 16px;
}
.header .ham-offcanvas .hn-ham.hn-ham-minor ul li select, .header .ham-offcanvas .hn-ham.hn-ham-actions ul li select {
  margin-left: -3px;
  padding-right: 4px;
}
.header form.error .ham-offcanvas-search input {
  border-color: #ff0000;
}
.header.open .ham-offcanvas {
  transform: translateX(0);
}
.header.open .header-left .hamIcon {
  z-index: 0;
}
.header .hamIcon {
  border: none;
  outline: none;
  background: transparent;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.header .hamIcon .line {
  transition: transform 0.25s ease-in-out, width 0.25s ease-in-out;
  width: 30px;
  height: 2px;
  background: #1a1a1a;
  margin-bottom: 8px;
  border-radius: 5px;
}
.header .hamIcon .line:last-child {
  margin: 0;
}
.header .hamIcon img {
  max-width: 26px;
}
.header .hamIcon img.ham {
  display: inline;
}
.header .hamIcon img.cross {
  display: none;
}
.header .header-nav ul li,
.header .header-utils ul li {
  display: block;
  position: relative;
}
.header .header-nav ul li a,
.header .header-nav ul li select,
.header .header-utils ul li a,
.header .header-utils ul li select {
  line-height: 156%;
  color: #1a1a1a;
  transition: color 0.25s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.header .header-nav ul li select,
.header .header-utils ul li select {
  padding-right: 4px;
}
.header .header-nav ul li:hover a, .header .header-nav ul li.current-menu-item a, .header .header-nav ul li.current_page_item a,
.header .header-utils ul li:hover a,
.header .header-utils ul li.current-menu-item a,
.header .header-utils ul li.current_page_item a {
  color: #1a1a1a;
}
.header .header-nav ul li:hover a:after, .header .header-nav ul li.current-menu-item a:after, .header .header-nav ul li.current_page_item a:after,
.header .header-utils ul li:hover a:after,
.header .header-utils ul li.current-menu-item a:after,
.header .header-utils ul li.current_page_item a:after {
  opacity: 1;
  visibility: visible;
}
.header .header-nav ul {
  gap: 28px;
}
.header .header-nav ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.08px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.header .header-nav ul li:last-child a {
  background-color: #23748c;
  padding: 8px 28px;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.header .header-nav ul li:last-child:hover a {
  opacity: 0.7;
}
.header .header-utils {
  color: #b3b3b3;
}
.header .header-utils ul {
  gap: 16px;
}
.header .header-utils ul li {
  display: block;
}

.footer {
  background-color: #fff;
}
.footer h4 {
  font-size: 20px;
  line-height: 25px;
}
.footer .btn-cta {
  text-transform: capitalize;
  white-space: nowrap;
  border: none;
  font-size: 18px;
  cursor: pointer;
  min-width: 100px;
  height: 58px;
}
.footer .footer-logo {
  margin-bottom: 36px;
  text-align: center;
}
.footer .social-icons {
  gap: 24px;
}
.footer .select-button {
  position: relative;
}
.footer .select-button .selection-list {
  background-color: #fff;
  bottom: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 15px;
  min-height: 30px;
  width: 100%;
  z-index: 100;
  overflow-y: auto;
  list-style-type: none;
  transition-property: opacity, transform, visibility;
  transition-duration: 0.25s, 0.25s, 0s;
  transition-delay: 0s, 0s, 0.25s;
  transition-timing-function: ease-out;
}
.footer .select-button.active .selection-list {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.footer .footer-menu_wrapper > div {
  border-top: 1px solid #000;
  padding-top: 32px;
}
.footer .footer-menu_wrapper > div:first-child ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer ul li {
  list-style: none;
}
.footer ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer ul li a {
  font-size: 16px;
  line-height: 128%;
  margin-bottom: 10px;
  line-height: 175%;
}
.footer ul li a svg {
  width: 32px;
}
.footer .disclaimer-text {
  font-size: 14px;
  padding-top: 32px;
  border-top: 1px solid #000;
  color: #1A1A1A;
  line-height: 150%;
  padding-bottom: 32px;
  border-bottom: 1px solid #000;
  margin-bottom: 32px;
}
.footer .copy-right {
  font-size: 16px;
  line-height: 150%;
}
.footer .copy-right a {
  font-size: 18px;
  line-height: 128%;
}
.footer .copy-right a span {
  font-size: 16px;
}

.whole-chapter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  transition: all 0.3s linear;
  z-index: 2;
  background: #f3f3f3;
}
.whole-chapter .chapter-heading + .toc-chapter {
  box-shadow: none;
}
.whole-chapter p {
  font-size: 20px;
  line-height: 125%;
}
.whole-chapter.sticky {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.whole-chapter .chapter-heading {
  background: #1a1a1a;
  color: #fff;
}

.aside-cat-list .whole-chapter {
  position: unset;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  width: auto;
}

.shadow-card {
  box-shadow: 0px 2px 20px rgba(26, 26, 26, 0.08);
}
.shadow-card.author-ele {
  padding: 20px;
  max-width: 350px;
  margin: auto;
}
.shadow-card.author-ele img {
  width: 100%;
  height: auto;
}
.shadow-card.author-ele h3,
.shadow-card.author-ele p {
  font-size: 24px;
  line-height: 125%;
}

.toc-chapter {
  box-shadow: 0px 2px 20px rgba(26, 26, 26, 0.08);
  padding: 32px 40px;
}
.toc-chapter h4 {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 150%;
  letter-spacing: 2px;
}
.toc-chapter h3 {
  font-size: 22px;
}
.toc-chapter.border {
  border: 1px solid #cac6c3;
}
.toc-chapter.border.rounded {
  border-radius: 25px;
}
.toc-chapter .toc-list {
  list-style: none;
}
.toc-chapter .toc-list li {
  margin-bottom: 24px;
  transition: all 0.35s ease;
  line-height: 156%;
}
.toc-chapter .toc-list li .count {
  margin-right: 16px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background: #1a1a1a;
  color: #ffffff;
  border-radius: 50%;
  line-height: 175%;
  display: flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
  transition: all 0.35s ease;
}
.toc-chapter .toc-list li:last-child {
  margin-bottom: 0;
}
.toc-chapter .toc-list li a {
  border: 1px solid transparent;
}
.toc-chapter .toc-list li a:hover {
  opacity: 0.92;
}
.toc-chapter .toc-list li a:hover span:nth-child(2) {
  text-decoration: underline;
}
.toc-chapter .toc-list li a:active {
  opacity: 0.84;
}
.toc-chapter .toc-list li a:active span:nth-child(2) {
  text-decoration: underline;
}
.toc-chapter .toc-list li a:focus {
  border: 1px solid #1a1a1a;
}
.toc-chapter .toc-list li a:focus span:nth-child(2) {
  text-decoration: underline;
}

.wp-block-rank-math-toc-block {
  margin-top: 0 !important;
  margin-bottom: 32px !important;
  padding: 24px 20px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 2px 20px rgba(26, 26, 26, 0.08);
}
.wp-block-rank-math-toc-block h2 {
  margin: 0;
  margin-bottom: 18px;
  font-size: 24px !important;
  color: #1a1a1a;
  line-height: 125%;
}
.wp-block-rank-math-toc-block nav ul,
.wp-block-rank-math-toc-block nav .lwptoc_itemWrap {
  padding-left: 44px;
  margin: 0;
}
.wp-block-rank-math-toc-block nav ul li,
.wp-block-rank-math-toc-block nav .lwptoc_itemWrap li {
  display: block;
}
.wp-block-rank-math-toc-block nav ul li a,
.wp-block-rank-math-toc-block nav .lwptoc_itemWrap li a {
  position: relative;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 156%;
}
.wp-block-rank-math-toc-block nav ul li a:hover,
.wp-block-rank-math-toc-block nav .lwptoc_itemWrap li a:hover {
  border-bottom: none !important;
}
.wp-block-rank-math-toc-block nav ul li a::before,
.wp-block-rank-math-toc-block nav .lwptoc_itemWrap li a::before {
  content: "";
  position: absolute;
  height: 28px;
  width: 28px;
  background-image: url("./assets/images/icon-numbers.svg");
  left: -44px;
  top: -2px;
}
.wp-block-rank-math-toc-block nav ul li ul,
.wp-block-rank-math-toc-block nav .lwptoc_itemWrap li ul {
  margin-top: 24px !important;
}
.wp-block-rank-math-toc-block nav ul li,
.wp-block-rank-math-toc-block nav .lwptoc_itemWrap li {
  margin-bottom: 18px !important;
}
.wp-block-rank-math-toc-block nav ul li:last-child,
.wp-block-rank-math-toc-block nav .lwptoc_itemWrap li:last-child {
  margin-bottom: 0 !important;
}

.post-taxonomies,
.byline,
.edit-link,
#comments,
.comments-area,
.post-navigation .screen-reader-text,
.navigation.pagination .screen-reader-text,
.navigation.pagination .nav-next-text,
.navigation.pagination .nav-prev-text,
.home article .post-thumbnail {
  display: none !important;
}

.entry-content .footnote_referrer a {
  color: #1a1a1a;
}

.blog-detail .footnotes_reference_container {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.footnotes_reference_container {
  margin-top: 0 !important;
}
.footnotes_reference_container .footnote_container_prepare {
  padding: 0;
  padding-top: 0 !important;
}
.footnotes_reference_container .footnote_container_prepare > p {
  padding: 10px 18px 10px 18px !important;
  border-bottom: none !important;
  margin: 0 !important;
  background: #e6e6e6;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.footnotes_reference_container .footnote_container_prepare > p span {
  position: relative;
}
.footnotes_reference_container .footnote_container_prepare > p span:first-child {
  font-size: 22px !important;
  line-height: 125% !important;
}
.footnotes_reference_container .footnote_container_prepare > p span:last-child {
  color: #e6e6e6;
  padding: 0;
}
.footnotes_reference_container .footnote_container_prepare > p span:last-child::after {
  content: url("./assets/images/chevron.svg");
  position: absolute;
  right: 0;
  transition: all 0.35s ease;
}
.footnotes_reference_container .footnote_container_prepare > p span a {
  display: none;
}
.footnotes_reference_container .footnote_container_prepare.active > p span:last-child::after {
  transform: rotate(180deg);
}
.footnotes_reference_container .footnote_container_prepare + div {
  background: #e6e6e6;
  padding: 0px 18px 18px 18px;
}
.footnotes_reference_container .footnote_container_prepare + div .footnotes_table {
  margin: 0;
  border-spacing: 0 16px;
  border-collapse: separate;
  margin-top: -8px;
  margin-bottom: -16px;
}
.footnotes_reference_container .footnote_container_prepare + div .footnotes_table th,
.footnotes_reference_container .footnote_container_prepare + div .footnotes_table td {
  padding: 0 !important;
}
.footnotes_reference_container .footnote_container_prepare + div .footnotes_table th.footnote_plugin_index {
  vertical-align: unset !important;
}
.footnotes_reference_container .footnote_container_prepare + div .footnotes_table th a {
  font-size: 16px;
  line-height: 122%;
  color: #1a1a1a;
}
.footnotes_reference_container .footnote_container_prepare + div .footnotes_table td {
  font-size: 16px;
  line-height: 122%;
}
.footnotes_reference_container .footnote_container_prepare + div .footnotes_table td.footnote_plugin_text {
  vertical-align: unset !important;
}
.footnotes_reference_container .footnote_container_prepare + div .footnotes_table tr {
  margin-bottom: 16px;
}

.home .hero-banner {
  min-height: unset;
}
.home .hero-banner h1 {
  margin-bottom: 24px;
}
.home .hero-banner h5 {
  margin-top: 16px;
  color: #1a1a1a;
  font-family: "Muli-Regular";
  font-size: 20px;
  line-height: 32px;
  /* 127.273% */
  letter-spacing: 0.44px;
  font-weight: normal;
  max-width: 600px;
  margin: 0 auto;
}
.home .hero-banner p {
  max-width: 620px;
  margin: 0 auto;
  font-size: 18px;
}
.home .hero-banner .hb-separator,
.home .hero-banner nav.rank-math-breadcrumb {
  display: none;
}
.home a {
  transition: all 0.4s ease;
}
.home a:hover {
  opacity: 0.8;
}

.home .category-list {
  margin-top: 0;
}

.category-list {
  background: #fdfdfc;
  margin-top: -20px;
  padding-bottom: 22px;
}
.category-list .hb-separator {
  height: 0.5px;
}
.category-list .cl-single {
  margin-bottom: 40px;
}
.category-list .cat-img-text h2 {
  color: #1a1a1a;
  font-size: 36px;
  line-height: 150%;
}
.category-list .cat-img-text img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}
.category-list a h3 {
  margin-bottom: 26px;
  font-size: 22px;
}

.guides-list.bg-transparent {
  background: transparent;
}
.guides-list h2 {
  font-size: 36px;
  line-height: 150%;
  /* 54px */
}
.guides-list .row .col-md-4 .gl-single {
  margin-bottom: 32px;
}
.guides-list .row .col-md-4 .gl-single img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.guides-list ul li {
  font-size: 18px;
  line-height: 22.59px;
  margin-bottom: 12px;
}

.lead-gen {
  background: #eae6de;
}
.lead-gen.download-block {
  background-color: #f9f6f1;
}
.lead-gen .lg-text h2 {
  line-height: 150%;
  font-size: 36px;
}
.lead-gen .lg-text p {
  margin-bottom: 24px;
}
.lead-gen .lg-text p.lg-small {
  color: #1a1a1a;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 0;
}
.lead-gen .lg-text ul {
  margin-left: 16px;
  margin-bottom: 24px;
}
.lead-gen .lg-text input {
  background: transparent;
  padding: 14px 24px;
  border: 1px solid #1a1a1a;
  opacity: 0.6499999762;
  width: 100%;
  font-size: 18px;
  line-height: 150%;
}
.lead-gen .lg-text .btn-cta {
  border: none;
  outline: none;
}
.lead-gen .lg-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.container {
  box-sizing: border-box;
}

.blog-detail .wp-block-button__link {
  z-index: 0;
  margin-bottom: 32px;
}
.blog-detail .product-cta {
  background-color: #ebf5fb;
}
.blog-detail .product-cta.pc-v2 {
  position: relative;
  box-shadow: unset;
  overflow: hidden;
}
.blog-detail .product-cta.pc-v2 .pc-bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.blog-detail .product-cta.pc-v2 .pc-text {
  margin-top: 365px;
}
.blog-detail .product-cta.pc-v3 a.btn-cta {
  background-color: #23748c !important;
  margin-bottom: 12px;
}
.blog-detail .pc-v1 h2.title,
.blog-detail .pc-v3 h2.title {
  color: #1a1a1a;
  font-size: 28px;
  line-height: 125%;
  font-weight: unset;
}
.blog-detail .pc-v1 .pc-content .pc-text ul,
.blog-detail .pc-v3 .pc-content .pc-text ul {
  padding: 0;
  margin: 0;
  margin-bottom: 28px;
}
.blog-detail .pc-v1 .pc-content .pc-text ul li,
.blog-detail .pc-v3 .pc-content .pc-text ul li {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  position: relative;
  padding-left: 32px;
  margin: 0;
}
.blog-detail .pc-v1 .pc-content .pc-text ul li::before,
.blog-detail .pc-v3 .pc-content .pc-text ul li::before {
  content: url(assets/images/icons/LiMarker.svg);
  /* No text content */
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
}
.blog-detail .pc-v1 .pc-content .pc-text ul li:not(:last-child),
.blog-detail .pc-v3 .pc-content .pc-text ul li:not(:last-child) {
  margin-bottom: 12px;
}
.blog-detail .pc-v1 .pc-content .pc-text p,
.blog-detail .pc-v3 .pc-content .pc-text p {
  font-size: 18px;
  margin-bottom: 28px;
  line-height: 29px;
}
.blog-detail .pc-actions {
  text-align: center;
}
.blog-detail .pc-actions .btn-cta-text {
  position: relative;
  font-size: 20px;
  line-height: 25px;
}
.blog-detail .pc-actions .btn-cta-text::after {
  content: url(assets/images/icons/external-link.svg);
  display: inline-block;
  margin-left: 4px;
  vertical-align: sub;
}
.blog-detail .pc-v1 .pc-actions {
  gap: 12px;
}

.cat-tabs-holder-mobile .cat-tabs .auto-nav-more-list .ct-item.active {
  display: none;
}

.cat-tabs {
  margin-top: -20px;
  border-top: 1px solid #eae6de;
  background: #f9f6f1;
  max-height: 67px;
}
.cat-tabs .ct-list ul li {
  list-style: none;
}
.cat-tabs .ct-list ul li:not(:last-child) {
  margin-right: 64px;
}
.cat-tabs .ct-list ul li a {
  display: block;
  margin: 0 !important;
}
.cat-tabs .ct-list .ct-item {
  white-space: nowrap;
  color: #1a1a1a;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
}
.cat-tabs .ct-list .ct-item a {
  color: #1a1a1a;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
}
.cat-tabs.cat-tabs-v2 {
  background: #f9f6f1;
}
.cat-tabs.cat-tabs-v2 .ct-list:first-child .ct-item h2 {
  margin-right: 16px;
}
.cat-tabs #mainMenu {
  position: relative;
}
.cat-tabs .main-nav {
  display: inline-flex;
  padding: 0;
  list-style: none;
  align-items: center;
}
.cat-tabs .main-nav li a {
  margin: 10px;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 30px;
  font-family: sans-serif;
  text-decoration: none;
}
.cat-tabs .ct-item:last-child {
  position: relative;
}
.cat-tabs #autoNavMore {
  min-width: 200px;
  position: unset;
}
.cat-tabs #autoNavMore .anm-menu {
  background: #484848;
  min-width: 200px;
  cursor: pointer;
  padding: 20px 0;
}
.cat-tabs #autoNavMore .anm-menu > div a {
  color: #fff;
  padding: 0;
  padding-left: 20px !important;
}
.cat-tabs .ct-list .auto-nav-more-list {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  text-align: right;
  padding: 0;
  list-style: none;
  background: #484848;
  padding-bottom: 0;
  z-index: 10;
  top: 100%;
  min-width: 200px;
}
.cat-tabs .ct-list .auto-nav-more-list .ct-item {
  padding: 12px 0;
  padding-left: 20px;
  margin-left: 0 !important;
  transition: 0.4s;
}
.cat-tabs .ct-list .auto-nav-more-list .ct-item:not(:last-child) {
  margin-right: 0;
}
.cat-tabs .ct-list .auto-nav-more-list .ct-item.active > a {
  border-bottom: none;
}
.cat-tabs .ct-list .auto-nav-more-list .ct-item:hover {
  background: #eae6de;
}
.cat-tabs .ct-list .auto-nav-more-list .ct-item:hover a {
  color: #1a1a1a;
}
.cat-tabs .ct-list .auto-nav-more-list .ct-item a {
  margin: 0;
  text-align: start;
  color: #fff;
  padding-bottom: 0;
}
.cat-tabs .ct-item:last-child.active .auto-nav-more-list {
  opacity: 1;
  visibility: visible;
}

.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  right: unset;
  margin-left: unset;
  margin-right: unset;
  z-index: 20;
}

#custom-language-switcher {
  background: transparent;
  border: none;
  outline: none;
  text-transform: uppercase;
}

.paginator .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginator .page-numbers:not(:first-child) {
  margin-left: 40px;
}
.paginator .page-numbers.prev, .paginator .page-numbers.next {
  color: transparent;
  position: relative;
}
.paginator .page-numbers.prev::before, .paginator .page-numbers.next::before {
  content: url("./assets/images/icons/left-chev.svg");
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 0;
}
.paginator .page-numbers.next::before {
  transform: translateY(-50%) rotate(180deg);
  top: 39%;
  left: 0;
  right: unset;
}
.paginator .page-numbers.current {
  background: #1a1a1a;
  color: #fff;
  width: 40px;
  height: 40px;
}

.three-column {
  text-align: center;
}
.three-column h2 {
  font-size: 36px;
  line-height: normal;
}
.three-column .tcl-each {
  max-width: 362px;
  margin: auto;
}
.three-column .tcl-each h3 {
  font-size: 22px;
  line-height: normal;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.ep-cta {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.35s ease;
  padding: 8px 36px !important;
  border-radius: 30px;
}
.ep-cta-filled {
  padding: 8px 28px;
  background-color: #303b43;
  color: #fff;
  border: 0;
  outline: none;
}
.ep-cta-bordered {
  padding: 8px 28px;
  border: 1px solid #303b43;
  margin-top: 40px;
  color: #1a1a1a;
}
.ep-cta-bordered:hover {
  color: inherit !important;
  opacity: 0.7;
}
.ep-cta:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.ke-wrapper {
  height: 78px;
}

@media (min-width: 992px) {
  .ep-cta-filled, .ep-cta-outlined {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-lg-112px {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .pt-lg-112px {
    padding-top: 112px !important;
  }
}
.pt-112px {
  padding-top: 112px;
}

.pb-112px {
  padding-bottom: 112px;
}

h2.section-title {
  font-size: 36px;
  line-height: 45px;
}

span.over {
  font-size: 14px;
  letter-spacing: 2.4px;
  font-weight: 600;
}

.section-accordion > .card {
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
}
.section-accordion > .card:last-child {
  margin-bottom: 0 !important;
}
.section-accordion > .card > .card-header {
  background: #fff;
  padding: 18px 55px 18px 25px;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}
.section-accordion > .card > .card-header[aria-expanded=true] {
  background-color: transparent;
}
.section-accordion > .card > .card-header[aria-expanded=true] .rotate-icon {
  transform: rotate(180deg);
}
.section-accordion > .card > .card-header .accicon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.section-accordion > .card > .card-header .title {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 600;
}
.section-accordion > .card .card-body-wrap {
  overflow: hidden;
}
.section-accordion > .card .card-body-wrap .card-body {
  padding: 0 55px 18px 25px;
}
.section-accordion > .card .collapse-card {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.35s ease;
  overflow: hidden;
}
.section-accordion > .card .collapse-card.show {
  grid-template-rows: 1fr;
}

.btn-more {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #1a1a1a;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out;
  padding-right: 20px;
  position: relative;
}
.btn-more::after {
  content: "";
  background-image: url("./assets/images/icons/angle-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 4px;
}
.btn-more:hover {
  opacity: 0.5;
}

input,
button {
  border: none;
  outline: none;
}

.close-module::after {
  content: url("./assets/images/icons/angle-down.svg");
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}

.sticky-widget {
  position: sticky;
  top: 24px;
}

.over-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
}

.gl-single > a {
  display: block;
}
.gl-single > a:first-child {
  border-radius: 8px;
  overflow: hidden;
}
.gl-single h3 {
  font-size: 22px;
  line-height: 33px;
}

/* Download Block*/
.download-block {
  padding: 48px 0;
}
.download-block ul {
  margin-left: 0 !important;
}
.download-block ul li {
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.download-block ul li::before {
  content: url(./assets/images/icons/check-icon.svg);
  display: inline-block;
  vertical-align: middle;
  min-width: 19px;
  line-height: 0;
  margin-top: 4px;
}
.download-block ul li:not(:last-child) {
  margin-bottom: 8px;
}

.btn-cta-hb {
  padding: 8px 12px;
  line-height: 150%;
  background-color: #23748C;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  width: 100%;
  transition: 0.4s;
  cursor: pointer;
}
.btn-cta-hb.loading {
  background-color: #CCC;
  padding-right: 40px;
  pointer-events: none;
}
.btn-cta-hb.loading::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  right: 6px;
  top: 50%;
  width: 0px;
  height: 0px;
  margin-top: -2px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-left-color: #FFF;
  border-top-color: #FFF;
  animation: spin 0.6s infinite linear, grow 0.3s forwards ease-out;
}
.btn-cta-hb:hover {
  opacity: 0.8;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .btn-cta-hb {
    padding: 8px 36px;
  }
}

@keyframes spin {
  to {
    transform: rotate(359deg);
  }
}
@keyframes grow {
  to {
    width: 14px;
    height: 14px;
    margin-top: -8px;
    right: 13px;
  }
}

/*# sourceMappingURL=style.css.map */
