@charset "UTF-8";.card-post{height:100%;border:1px solid #9c66ff;border-radius:1rem;background-color:#fff;padding:1rem;transition:all 450ms ease-in-out}.card-post:hover{box-shadow:0 0 8px 4px rgba(10,0,13,.15)}.card-post__link-wrapper{display:flex;flex-direction:column;gap:1rem;height:100%;text-decoration:none;color:#0a000d}.card-post__image{position:relative;height:150px;border-radius:.75rem;overflow:hidden}.card-post__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.card-post__image--fallback{display:flex;align-items:center;justify-content:center;background-color:#f8590b}.card-post__image--fallback svg{width:50%;height:auto}.card-post__content{display:flex;flex-direction:column;gap:.625rem;flex-grow:1}.card-post__category{display:inline-flex;align-self:flex-start;background-color:#9c66ff;color:#fff;font-weight:600;text-transform:capitalize;padding:.25rem .625rem;font-size:.75rem}.card-post__title{margin:0;font-weight:800;line-height:1.3;color:#0a000d;font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.card-post__title{font-size:1.5rem}}.card-post__excerpt{margin:0;flex-grow:1;color:#555060;line-height:1.5;font-size:1.125rem}.card-post__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.25rem}.card-post__date{color:#878787;text-transform:uppercase;letter-spacing:.02em;font-size:.6875rem}.card-post__button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background-color:#322681;color:#fff;border-radius:.5rem;padding:.5rem 1.25rem;font-weight:700;transition:all 450ms ease-in-out;font-size:.8125rem}.card-post:hover .card-post__button{background-color:#9c66ff}.single-hero{position:relative;overflow:hidden;padding-inline:4%}@media (min-width:768px){.single-hero{padding-inline:4%}}@media (min-width:992px){.single-hero{padding-inline:8%}}@media (min-width:1600px){.single-hero{padding-inline:10%}}.single-hero{padding-block:3rem}.single-hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--single-hero-bg);background-size:cover;background-position:center;background-repeat:no-repeat;transform:rotate(180deg);z-index:0}.single-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem;max-width:900px}.single-hero__badge{display:inline-block;align-self:flex-start;background-color:#9c66ff;color:#fff;font-weight:600;border-radius:0;padding:.2em .75em;text-decoration:none;transition:all .3s ease-in-out;font-size:.8125rem}.single-hero__badge:hover{background-color:#f8590b;color:#fff}.single-hero__title{color:#fff;font-weight:800;line-height:1.1;margin:0;font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.single-hero__title{font-size:2.5rem}}@media (min-width:768px){.single-hero__title{font-size:calc(1.425rem + 2.1vw)}}@media (min-width:768px) and (min-width:1200px){.single-hero__title{font-size:3rem}}.single-hero__excerpt{color:#fff;font-weight:500;line-height:1.4;margin:0;font-size:1rem}@media (min-width:768px){.single-hero__excerpt{font-size:1.125rem}}.single-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:.25rem}.single-hero__meta-item{display:inline-flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.75);font-size:.875rem}.single-hero__meta-item svg{width:1em;height:1em;flex-shrink:0;color:#f8590b;fill:#f8590b}.single-layout{padding-inline:4%}@media (min-width:768px){.single-layout{padding-inline:4%}}@media (min-width:992px){.single-layout{padding-inline:8%}}@media (min-width:1600px){.single-layout{padding-inline:10%}}.single-layout{padding-block:2.5rem 4rem;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media (min-width:992px){.single-layout{grid-template-columns:2fr 1fr}}.single-layout--full{grid-template-columns:1fr!important}.single-layout--full .single-layout__content{max-width:760px;margin:0 auto;width:100%}.single-layout__content{min-width:0;color:#0a000d}.single-layout__content h2,.single-layout__content h3,.single-layout__content h4,.single-layout__content h5,.single-layout__content h6{scroll-margin-top:calc(70px + 1rem);font-weight:700;color:#322681;margin-bottom:1rem}@media (min-width:768px){.single-layout__content h2,.single-layout__content h3,.single-layout__content h4,.single-layout__content h5,.single-layout__content h6{scroll-margin-top:calc(90px + 1rem)}}.single-layout__content h2{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.single-layout__content h2{font-size:1.5rem}}.single-layout__content h3{font-size:calc(1.2625rem + .15vw)}@media (min-width:1200px){.single-layout__content h3{font-size:1.375rem}}.single-layout__content h4{font-size:1.25rem}.single-layout__content h5{font-size:1.125rem}.single-layout__content h6{font-size:1rem}.single-layout__content li,.single-layout__content ol,.single-layout__content p,.single-layout__content ul{font-size:1rem;line-height:1.7}.single-layout__content p{color:#0a000d}.single-layout__content a{color:#322681;font-weight:500;text-decoration:underline}.single-layout__content img{max-width:100%;height:auto;border-radius:.75rem}.single-layout__content blockquote{border-left:4px solid #f8590b;margin:1.5rem 0;padding:.75rem 1.25rem;background-color:#f4f4f4;border-radius:0 .5rem .5rem 0}.single-layout__content blockquote p{margin:0;font-style:normal;font-size:1rem}.single-layout__content ol,.single-layout__content ul{padding-left:1.5rem;margin:1rem 0}.single-layout__content ul{list-style:none;padding-left:0}.single-layout__content ul li{border-left:3px solid #f8590b;padding-left:.75rem;margin-bottom:1rem}.single-layout__content ol li::marker{color:#f8590b;font-weight:700}.single-layout__content ol li b,.single-layout__content ol li strong{color:#f8590b}.single-layout__sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:calc(70px + 1rem)}@media (min-width:768px){.single-layout__sidebar{top:calc(90px + 1rem)}}.single-sidebar__toc{background-color:rgba(235,235,235,.25);border:1px solid #979797;border-radius:1rem;padding:1.5rem}.single-sidebar__toc-title{font-weight:700;color:#0a000d;margin:0 0 1rem;font-size:1rem}.single-sidebar__toc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.single-sidebar__toc-item{border-top:1px solid #ebebeb}.single-sidebar__toc-item:first-child{border-top:none}.single-sidebar__toc-item a{display:block;padding:.6rem 0;color:#322681;text-decoration:none;line-height:1.35;font-weight:500;transition:all .3s ease-in-out;font-size:.875rem}.single-sidebar__toc-item a:hover{color:#f8590b}.single-sidebar__toc-item--h3 a{padding-left:1rem;font-weight:400;color:#555060}.single-sidebar__toc-item--active>a{color:#f8590b;font-weight:700}.single-sidebar__subscribe{background-color:rgba(235,235,235,.25);border:1.5px solid #f8590b;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.single-sidebar__subscribe-title{margin:0;font-weight:700;color:#322681;font-size:1.125rem}.single-sidebar__subscribe-desc{margin:0;color:#555060;line-height:1.5;font-size:.875rem}.single-sidebar__subscribe-desc p{margin:0}.single-sidebar__subscribe-form .wpcf7-form-control-wrap{display:block;margin-bottom:.75rem}.single-sidebar__subscribe-form input[type=email],.single-sidebar__subscribe-form input[type=text]{width:100%;border:1px solid #ebebeb;border-radius:.5rem;padding:.625rem .875rem;font-size:.875rem}.single-sidebar__subscribe-form input[type=submit]{background-color:#f8590b;color:#fff;border:2px solid #f8590b;border-radius:.5rem;padding:.625rem 1.5rem;line-height:1.25;font-weight:700;cursor:pointer;text-decoration:none;box-shadow:0 .125rem .25rem 0 rgba(248,89,11,.075);transition:all 450ms ease-in-out;text-align:center}.single-sidebar__subscribe-form input[type=submit]:focus,.single-sidebar__subscribe-form input[type=submit]:hover{background-color:rgb(202.1992031873,70.438247012,5.8007968127);border-color:rgb(202.1992031873,70.438247012,5.8007968127);color:#fff}.single-sidebar__subscribe-form input[type=submit]{width:100%;border:none;cursor:pointer}.single-sidebar__subscribe-form .wpcf7-response-output{margin:.75rem 0 0;font-size:.8125rem}.single-related{padding-inline:4%}@media (min-width:768px){.single-related{padding-inline:4%}}@media (min-width:992px){.single-related{padding-inline:8%}}@media (min-width:1600px){.single-related{padding-inline:10%}}.single-related{padding-bottom:4rem}@media (min-width:768px){.single-related{margin-top:2rem}}.single-related__title{text-align:center;color:#322681;font-weight:700;margin-bottom:2rem;font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.single-related__title{font-size:2rem}}.single-related__slider{overflow:hidden}.single-related .swiper-slide{height:auto;display:flex}.single-related .card-post{width:100%}.single-related__pagination{margin-top:1.5rem;text-align:center}@media (min-width:992px){.single-related__pagination{display:none}}
/*# sourceMappingURL=single.min.css.map */
