/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/main.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
.blog-detail-back-to-nav {
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 20px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.87px;
  text-transform: uppercase;
}
@media (min-width: 982px) {
  .blog-detail-back-to-nav {
    padding: 65px 20px 0;
  }
}
.blog-detail-back-to-nav .back-link {
  position: relative;
  display: inline-block;
  padding-left: 21px;
  color: #0057B7;
}
.blog-detail-back-to-nav .back-link::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"7\" height=\"12\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.092 6 6.5 10.445 5.454 11.5 0 6 5.454.5 6.5 1.555 2.092 6Z\" fill=\"%230057B7\"/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  content: "";
}

.post-detail:not(.no-sidebar) .blog-post-article-header {
  margin: 0 0 30px auto;
}
@media (min-width: 800px) {
  .post-detail:not(.no-sidebar) .blog-post-article-header {
    width: calc(70% - 24px);
    max-width: 816px;
  }
}
@media (min-width: 1024px) {
  .post-detail:not(.no-sidebar) .blog-post-article-header {
    width: calc(100% - 336px);
  }
}

.blog-post-article-header .post-header-meta {
  margin-bottom: 10px;
  color: var(--color--royal-blue);
}
.blog-post-article-header .post-header-meta a {
  color: var(--color--royal-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  transition: ease all 0.4s 0s;
}
.blog-post-article-header .post-title {
  padding-bottom: 0;
  color: #2a2a2a;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.blog-post-article-header .post-date {
  display: inline-block;
  margin-top: 10px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.blog-post-article-header .post-author-about {
  margin: 24px 0;
  overflow: auto;
}
@media (min-width: 800px) {
  .blog-post-article-header .post-author-about {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.blog-post-article-header .post-author-about .post-author-avatar {
  position: relative;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100%;
}
.blog-post-article-header .post-author-about .post-author-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.blog-post-article-header .post-author-about .post-author-content {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.blog-post-article-header .post-author-about .post-author-content .post-author-name {
  font-size: 16px;
  color: #222222;
  line-height: 19px;
}
.blog-post-article-header .post-author-about .post-author-content .post-author-name a {
  color: #222222;
  transition: ease all 0.4s 0s;
}
.blog-post-article-header .post-author-about .post-author-content .post-author-name a:hover {
  color: var(--color--royal-blue);
}
.blog-post-article-header .post-author-about .post-author-content .post-author-social-media {
  display: block;
}

.single-post-article-footer .post-author-about {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  overflow: auto;
}
@media (min-width: 800px) {
  .single-post-article-footer .post-author-about {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.single-post-article-footer .post-author-about .post-author-avatar {
  position: relative;
  width: 93px;
  height: 93px;
  overflow: hidden;
  border-radius: 100%;
}
.single-post-article-footer .post-author-about .post-author-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.single-post-article-footer .post-author-about .post-author-content {
  display: inline-block;
}
.single-post-article-footer .post-author-about .post-author-content .post-author-name {
  margin-bottom: 8px;
  font-size: 16px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}
.single-post-article-footer .post-author-about .post-author-content .author-company-detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.single-post-article-footer .post-author-about .post-author-content .author-company-detail span::after {
  content: ",";
}
.single-post-article-footer .post-author-about .post-author-content .author-company-detail span:last-child::after {
  display: none;
}
.single-post-article-footer .post-author-about .post-author-content .post-author-social-media {
  display: block;
}

.post-inner-nav {
  position: relative;
  width: 100%;
  min-height: 49px;
}
@media (min-width: 800px) {
  .post-inner-nav {
    position: relative;
    width: 30%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .post-inner-nav {
    max-width: 274px;
  }
}
.post-inner-nav .post-image {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .post-inner-nav .post-image {
    margin-bottom: 0;
  }
}
.post-inner-nav .post-inner-nav-menu {
  --nav-clip-path: inset(0 0 100% 0);
  --nav-pointer-events: none;
  --toggle-rotation: 0deg;
  position: relative;
  top: 0;
  width: 100%;
  background: #F3F5F8;
}
@media (min-width: 800px) {
  .post-inner-nav .post-inner-nav-menu {
    position: sticky;
    top: 100px;
    margin-top: 0;
    background: transparent;
  }
}
@media (max-width: 799px) {
  .post-inner-nav .post-inner-nav-menu.nav-sticky {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
  }
}
.post-inner-nav .post-inner-nav-menu.open {
  --nav-clip-path: inset(0 0 0 0);
  --nav-pointer-events: all;
  --toggle-rotation: 180deg;
}
.post-inner-nav .post-inner-nav-menu.open .post-inner-nav-toggle {
  transform: rotate(-180deg);
}
.post-inner-nav .post-inner-nav-menu-items {
  background-color: #FFF;
  transition: clip-path 0.2s ease-out;
}
@media (max-width: 799px) {
  .post-inner-nav .post-inner-nav-menu-items {
    position: relative;
    z-index: 10;
    left: 50%;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0 12px;
    background: #F3F5F8;
    overflow: hidden;
    pointer-events: var(--nav-pointer-events);
    will-change: clip-path;
    transform: translateX(-50%);
    transition: ease all 0.4s 0s;
  }
}
@media (max-width: 799px) and (min-width: 800px) {
  .post-inner-nav .post-inner-nav-menu-items {
    background: #FFF;
  }
}
.post-inner-nav .post-inner-nav-heading {
  position: relative;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .post-inner-nav .post-inner-nav-heading {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  .post-inner-nav .post-inner-nav-heading {
    padding: 12px 0;
  }
}
.post-inner-nav .post-inner-nav-heading:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  height: 1px;
  content: "";
  transform: translateX(-50%);
}
.post-inner-nav .post-inner-nav-toggle {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"22\" viewBox=\"0 0 21 22\" fill=\"none\"><circle cx=\"10.4027\" cy=\"10.8771\" r=\"10.2643\" fill=\"%230057B7\"/><path d=\"M6.01313 8.68279L10.4028 13.0725L14.7925 8.68279L15.3214 9.21167L10.4028 14.1302L5.48425 9.21167L6.01313 8.68279Z\" fill=\"white\" stroke=\"white\"/></svg>");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  transition: ease all 0.4s 0s;
}
@media (min-width: 800px) {
  .post-inner-nav .post-inner-nav-toggle {
    display: none;
  }
}
.post-inner-nav .post-inner-nav-menu-link {
  display: inline-block;
  padding: 8px 12px;
  color: #000;
  border-left: 4px solid #F3F5F8;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  transition: ease all 0.4s 0s;
}
.post-inner-nav .post-inner-nav-menu-link:hover {
  color: var(--color--royal-blue);
}
.post-inner-nav .post-inner-nav-menu-link.active {
  border-left: 4px solid #0156B8;
  color: var(--color--royal-blue);
}
.post-inner-nav .share-this {
  margin-top: 30px;
  display: none;
}
@media (min-width: 801px) {
  .post-inner-nav .share-this {
    display: block;
  }
}
.post-inner-nav .share-this .share-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.post-inner-nav .share-this .cher-link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  background: linear-gradient(180deg, #006748 0%, #014630 100%);
  color: #fff;
  white-space: nowrap;
}
.post-inner-nav .share-this .cher-links {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.post-inner-nav .share-this .cher-link-item {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.post-inner-nav .share-this .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.post-inner-nav .share-this .icon.icon-facebook {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.9 1.5H3.1C2.21634 1.5 1.5 2.21634 1.5 3.1V28.9C1.5 29.7837 2.21634 30.5 3.1 30.5H17V19.285H13.225V14.895H17V11.665C17 7.92 19.29 5.88 22.63 5.88C23.7555 5.87755 24.8804 5.93429 26 6.05V9.965H23.7C21.88 9.965 21.525 10.825 21.525 12.095V14.89H25.875L25.31 19.28H21.5V30.5H28.9C29.7837 30.5 30.5 29.7837 30.5 28.9V3.1C30.5 2.21634 29.7837 1.5 28.9 1.5Z\" fill=\"%230156B8\"/></svg>");
}
.post-inner-nav .share-this .icon.icon-twitter {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M18.6638%2013.8561L29.0874%202H26.6174L17.5665%2012.2945L10.3377%202H2L12.9315%2017.5671L2%2030H4.47021L14.0281%2019.1287L21.6623%2030H30L18.6632%2013.8561H18.6638ZM15.2805%2017.7042L14.1729%2016.1541L5.36026%203.81955H9.15435L16.2663%2013.7739L17.3739%2015.324L26.6185%2028.2632H22.8244L15.2805%2017.7048V17.7042Z%22%20fill%3D%22%230156B8%22%2F%3E%3C%2Fsvg%3E");
}
.post-inner-nav .share-this .icon.icon-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M26.2126%2026.2112H21.9123V19.48C21.9123%2017.8753%2021.8833%2015.8115%2019.676%2015.8115C17.4396%2015.8115%2017.098%2017.5612%2017.098%2019.3656V26.2112H12.801V12.3718H16.9224V14.2632H16.982C17.5572%2013.1757%2018.959%2012.0286%2021.0519%2012.0286C25.4086%2012.0286%2026.2126%2014.8932%2026.2126%2018.6213V26.2112ZM7.95125%2010.4819C6.56884%2010.4819%205.45389%209.36383%205.45389%207.98633C5.45389%206.61044%206.56884%205.49233%207.95125%205.49233C9.3256%205.49233%2010.4438%206.61044%2010.4438%207.98633C10.4438%209.36383%209.3256%2010.4819%207.95125%2010.4819ZM5.79546%2026.2112H10.1022V12.3718H5.79546V26.2112ZM28.3539%201.5H3.63806C2.45866%201.5%201.5%202.43606%201.5%203.59122V28.4072C1.5%2029.5623%202.45866%2030.5%203.63806%2030.5H28.3539C29.5365%2030.5%2030.5%2029.5623%2030.5%2028.4072V3.59122C30.5%202.43606%2029.5365%201.5%2028.3539%201.5Z%22%20fill%3D%22%230156B8%22%2F%3E%3C%2Fsvg%3E");
}

.related-posts {
  padding: 40px 20px 80px;
}
@media (min-width: 600px) {
  .related-posts {
    padding: 50px 20px 90px;
  }
}
.related-posts.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.related-posts .section-title {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2.88px;
  text-align: center;
  text-transform: uppercase;
}
.related-posts .container {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .related-posts .container {
    padding: 0 20px;
  }
}
.related-posts .posts-wrapper {
  display: flex;
  flex-flow: column;
  gap: 36px;
}
@media (min-width: 800px) {
  .related-posts .posts-wrapper {
    flex-flow: row;
  }
}
.related-posts .blog-post-card {
  width: 100%;
  background: #F3F5F8;
  border: 1px solid #EEE;
}
@media (min-width: 800px) {
  .related-posts .blog-post-card {
    width: calc(33.33% - 24px);
  }
}
.related-posts .blog-post-card .wp-block-image {
  height: 250px;
}
.related-posts .blog-post-card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.related-posts .blog-post-card .card-content {
  padding: 26px 16px 21px;
}
.related-posts .blog-post-card .post-date {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.related-posts .blog-post-card .post-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.87px;
  text-transform: uppercase;
}
.related-posts .blog-post-card .more-link {
  margin-top: 24px;
}

.single-post {
  width: 100% !important;
}
.single-post .post-detail {
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px 0;
}
.single-post .post-detail .post-detail-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 800px) {
  .single-post .post-detail .post-detail-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .single-post .post-detail .post-detail-wrapper {
    gap: 62px;
  }
}
.single-post .post-detail .et_pb_column {
  float: none;
}
@media (min-width: 800px) {
  .single-post .post-detail:not(.no-sidebar) .post-content {
    width: calc(70% - 24px);
  }
}
@media (min-width: 1024px) {
  .single-post .post-detail:not(.no-sidebar) .post-content {
    width: calc(100% - 336px);
  }
}
.single-post .post-detail ul {
  margin: 0;
}
.single-post .post-detail .post-content .post-image {
  margin-bottom: 26px;
}
@media (min-width: 600px) {
  .single-post .post-detail .post-content .post-image {
    margin-bottom: 0;
  }
}
.single-post .post-detail .post-content .post-image img {
  display: block;
}
@media (min-width: 600px) {
  .single-post .post-detail .post-content .post-image img {
    width: 100%;
    height: 395px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.single-post .post-detail .post-content h1,
.single-post .post-detail .post-content h2,
.single-post .post-detail .post-content h3,
.single-post .post-detail .post-content h4,
.single-post .post-detail .post-content h5,
.single-post .post-detail .post-content h6 {
  color: #2a2a2a;
}
.single-post .post-detail .post-content p {
  color: #222222;
  line-height: 24px;
}
.single-post .post-detail .post-content a {
  color: #0057b7;
  transition: ease all 0.4s 0s;
}
.single-post .post-detail .post-content a:hover {
  opacity: 0.9;
}
.single-post .post-detail .post-content ol {
  list-style: auto;
}
.single-post .post-detail .post-content ul {
  margin-left: 15px;
  list-style: disc;
}
.single-post .post-detail .post-content .post-inner-nav-menu-items {
  list-style: none;
}
.single-post .post-detail .post-content .post-inner-nav-menu-items .post-inner-nav-menu-link {
  color: #000;
}
.single-post .post-detail .post-content .post-inner-nav-menu-items .post-inner-nav-menu-link.active {
  color: var(--color--royal-blue);
}

/*# sourceMappingURL=main.scss.css.map*/