abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.not-found-box-wrapper {
  background-size: cover;
  margin-top: 44px;
  margin-bottom: 4rem;
  background: transparent url("../img/footer/footer-box-wave.svg") no-repeat 65%;
}
@media (min-width: 761px) {
  .not-found-box-wrapper {
    background-position: center;
  }
}
@media (min-width: 1606px) {
  .not-found-box-wrapper {
    background-size: contain;
  }
}
.not-found-box-wrapper .not-found-box {
  display: flex;
  max-width: 56rem;
  padding: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: auto;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.75) 100%);
  box-shadow: 0 2.5px 15.1px -0.6px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(13.5px);
}
.not-found-box-wrapper .not-found-box p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 135%;
}
@media (min-width: 761px) {
  .not-found-box-wrapper .not-found-box p {
    font-size: 1rem;
  }
}
.not-found-box-wrapper .not-found-box h1 {
  text-align: center;
  font-size: 1.94rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.not-found-box-wrapper .not-found-box img {
  max-width: 100%;
}
.not-found-box-wrapper .not-found-box .btn {
  font-size: 1.125rem;
  padding: 8px 10px;
  line-height: 100%;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.blog-post-hero {
  position: relative;
  margin-top: 68px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .blog-post-hero {
    margin-top: 40px;
  }
}
.blog-post-hero .post-background {
  position: absolute;
  z-index: -1;
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  bottom: 30vw;
  height: calc(100% - 30vw + 20px);
}
@media (min-width: 761px) {
  .blog-post-hero .post-background {
    align-items: center;
    justify-content: center;
    border-radius: 0;
    height: auto;
    top: -35px;
    bottom: unset;
  }
}
@media (min-width: 1200px) {
  .blog-post-hero .post-background {
    top: -40px;
    max-height: 402px;
    align-items: flex-start;
  }
}
.blog-post-hero .post-background div.hero-desktop {
  width: 100%;
  height: 469px;
  background-position-x: -1000px;
  display: none;
}
@media (min-width: 761px) {
  .blog-post-hero .post-background div.hero-desktop {
    background-image: url("../img/hero/hero-background.svg");
    display: block;
  }
}
@media (min-width: 1200px) {
  .blog-post-hero .post-background div.hero-desktop {
    margin: 0;
    background-position-x: center;
  }
}
.blog-post-hero .post-background div.hero-mobile {
  width: 100%;
  height: 100%;
  background-image: url("../img/hero/hero-background-mobile.svg");
}
@media (min-width: 761px) {
  .blog-post-hero .post-background div.hero-mobile {
    display: none;
    background-image: none;
  }
}
.blog-post-hero .hero-wrapper {
  margin-top: -2rem;
}
@media (min-width: 761px) {
  .blog-post-hero .hero-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .blog-post-hero .hero-wrapper {
    display: grid;
    grid-template-columns: 40% minmax(calc(60% - 20px), 593px);
    grid-template-rows: 362px 1fr;
    gap: 20px;
  }
}
.blog-post-hero .hero-wrapper .hero-header {
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .blog-post-hero .hero-wrapper .hero-header {
    grid-area: 1/1/2/2;
  }
}
.blog-post-hero .hero-wrapper .hero-header .back-button-wrapper {
  display: none;
}
@media (min-width: 761px) {
  .blog-post-hero .hero-wrapper .hero-header .back-button-wrapper {
    display: flex;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .blog-post-hero .hero-wrapper .hero-header .back-button-wrapper {
    margin-left: 1.5rem;
    margin-bottom: 65px;
  }
}
.blog-post-hero .hero-wrapper .hero-header .back-button-wrapper .back-button {
  border: 0;
  background: transparent;
  text-decoration: underline;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  position: relative;
  height: 1.5rem;
  cursor: pointer;
}
.blog-post-hero .hero-wrapper .hero-header .back-button-wrapper .back-button::before {
  content: "";
  background-image: url("../img/icons/arrow-left.svg");
  position: absolute;
  top: 0;
  left: -1.6rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.blog-post-hero .hero-wrapper .hero-header .post-title {
  font-size: 32px;
  line-height: 130%;
  color: #fefefe;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 761px) {
  .blog-post-hero .hero-wrapper .hero-header .post-title {
    font-size: 39px;
  }
}
@media (min-width: 1200px) {
  .blog-post-hero .hero-wrapper .hero-header .post-title {
    text-align: left;
  }
}
.blog-post-hero .hero-wrapper .hero-header .author-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  margin: 1.19rem 0 1.31rem 0;
  width: 100%;
}
.blog-post-hero .hero-wrapper .hero-header .author-data.center {
  justify-content: center;
}
@media (min-width: 761px) {
  .blog-post-hero .hero-wrapper .hero-header .author-data {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .blog-post-hero .hero-wrapper .hero-header .author-data {
    margin: 1.75rem 0;
  }
}
.blog-post-hero .hero-wrapper .hero-header .author-data .post-date {
  text-align: right;
}
@media (min-width: 761px) {
  .blog-post-hero .hero-wrapper .hero-header .author-data .post-author {
    display: none;
  }
}
.blog-post-hero .hero-wrapper .hero-header .post-data {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.blog-post-hero .hero-wrapper .hero-header .post-data.center {
  justify-content: center;
}
@media (min-width: 1200px) {
  .blog-post-hero .hero-wrapper .hero-header .post-data.center {
    justify-content: flex-end;
  }
}
.blog-post-hero .hero-wrapper .hero-header .category-wrapper {
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  min-height: 18px;
  display: none;
}
.blog-post-hero .hero-wrapper .hero-header .category-wrapper a {
  padding: 2px 0.5rem;
  border-radius: 8px;
}
@media (min-width: 761px) {
  .blog-post-hero .hero-wrapper .hero-header .category-wrapper {
    display: block;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .blog-post-hero .hero-wrapper .hero-header .category-wrapper {
    margin-bottom: 1.75rem;
  }
}
.blog-post-hero .hero-wrapper .hero-header .category-wrapper a {
  color: #fefefe;
  border: 1px solid #fefefe;
}
.blog-post-hero .hero-wrapper .hero-content {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .blog-post-hero .hero-wrapper .hero-content {
    grid-area: 1/2/3/3;
    margin-top: 65px;
    max-width: 593px;
    justify-self: end;
  }
}
.blog-post-hero .hero-wrapper .hero-content .post-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 15/11;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .blog-post-hero .hero-wrapper .hero-content .post-image-wrapper {
    max-width: 593px;
  }
}
.blog-post-hero .hero-wrapper .hero-content .post-image-wrapper .post-image {
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  width: auto;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.blog-post-hero .hero-wrapper .hero-content .category-wrapper {
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  min-height: 18px;
  margin-top: 1rem;
}
.blog-post-hero .hero-wrapper .hero-content .category-wrapper a {
  padding: 2px 0.5rem;
  border-radius: 8px;
}
@media (min-width: 761px) {
  .blog-post-hero .hero-wrapper .hero-content .category-wrapper {
    display: none;
  }
}
.blog-post-hero .hero-wrapper .hero-content .category-wrapper a {
  color: #686868;
  border: 1px solid #686868;
}
.blog-post-hero .hero-wrapper .post-author-section {
  display: none;
}
@media (min-width: 761px) and (max-width: 1199px) {
  .blog-post-hero .hero-wrapper .post-author-section {
    margin: 0 32px 24px;
  }
}
@media (min-width: 761px) {
  .blog-post-hero .hero-wrapper .post-author-section {
    display: block;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .blog-post-hero .hero-wrapper .post-author-section {
    grid-area: 2/1/3/2;
    margin-bottom: 3rem;
  }
}
@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.blog-post .scroll-to {
  cursor: pointer;
  display: block;
  margin: auto;
  width: fit-content;
}
.blog-post .scroll-to .back-btn {
  display: flex;
  padding: 1rem 1.75rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 0.375rem;
  border: 1px solid #bcbcbc;
  color: #bcbcbc;
  background: #fefefe;
}
@media (min-width: 1200px) {
  .blog-post .post-content {
    display: flex;
    justify-content: space-between;
    gap: 48px;
  }
}
.blog-post .post-content .main-column {
  max-width: 764px;
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .blog-post .post-content .main-column {
    max-width: calc(100vw - 2 * 100px - 48px - 335px);
  }
}
.blog-post .post-content .main-column .the-content {
  margin: 0 24px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.blog-post .post-content .main-column .the-content .intro {
  font-size: 1.25rem;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  padding: 24px;
  margin: 0 -24px;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 20px -0.628px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}
.blog-post .post-content .main-column .the-content .intro p,
.blog-post .post-content .main-column .the-content .intro ol,
.blog-post .post-content .main-column .the-content .intro ul,
.blog-post .post-content .main-column .the-content .intro blockquote,
.blog-post .post-content .main-column .the-content .intro table,
.blog-post .post-content .main-column .the-content .intro h1,
.blog-post .post-content .main-column .the-content .intro h2,
.blog-post .post-content .main-column .the-content .intro h3,
.blog-post .post-content .main-column .the-content .intro h4 {
  margin-bottom: 0;
}
.blog-post .post-content .main-column .the-content .intro::before {
  content: "Intro";
  color: rgba(26, 23, 29, 0.25);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  margin: auto;
}
.blog-post .post-content .main-column .the-content .intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: linear-gradient(93deg, #f26622 4.88%, #bc43a6 38.92%, #2c1c6f 103.36%);
}
.blog-post .post-content .side-column {
  display: none;
  position: relative;
  min-width: 335px;
  max-width: 512px;
}
@media (min-width: 1200px) {
  .blog-post .post-content .side-column {
    display: initial;
  }
}
.blog-post .post-content .side-column .post-cta {
  position: sticky;
  top: 96px;
  color: #191919;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  font-size: 1.9375rem;
  min-height: 22rem;
  min-width: 335px;
  max-width: 512px;
}
.blog-post .post-content .side-column .post-cta img {
  margin-left: -14px;
}
.blog-post .post-content .side-column .post-cta h2 {
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.blog-post .post-content .side-column .post-cta .btn {
  color: #f26622;
  border: 1px solid #f26622;
  font-size: 1.125rem;
  background: #fefefe;
}
.blog-post .post-content .side-column .post-cta .btn:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.blog-post .post-content .side-column .post-cta .btn:hover:after {
  opacity: 1;
}
.blog-post .post-content .side-column .post-cta .btn__content {
  color: #f26622;
}
.blog-post .tags {
  max-width: 764px;
  border-top: 1px solid #bcbcbc;
  padding: 30px 0;
  margin-bottom: 60px;
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .blog-post .tags {
    max-width: calc(100vw - 2 * 100px - 48px - 335px);
  }
}
.blog-post .tags li {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  color: #686868;
}
.blog-post .tags li:first-child {
  margin-left: 0;
}
.blog-post .tags li::before {
  display: none;
}
.blog-post .tags li a {
  color: #686868;
  border: 1px solid #686868;
  display: block;
  text-decoration: none;
  padding: 0.125rem 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.blog-post .tags li a:hover {
  background-color: #f5f5f5;
}

.resources-post .post-author-section {
  margin-bottom: 32px;
}

.blog-post .post-content .main-column .the-content .instagram-media {
  margin: auto !important;
  min-width: 0 !important;
}
.blog-post .post-content .main-column .the-content strong {
  font-weight: 700;
}
.blog-post .post-content .main-column .the-content em {
  font-style: italic;
}
.blog-post .post-content .main-column .the-content a {
  color: #f26622;
  font-weight: 400;
  text-decoration: underline;
}
.blog-post .post-content .main-column .the-content li {
  list-style: none;
  position: relative;
  margin: 10px 0 0 38px;
}
.blog-post .post-content .main-column .the-content ul > li::before {
  content: "•";
  color: #f26622;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  font-family: Raleway;
  line-height: 100%;
  padding: 0;
  position: absolute;
  left: -26px;
  top: -4px;
}
.blog-post .post-content .main-column .the-content ul ol {
  margin-bottom: 0;
}
.blog-post .post-content .main-column .the-content ul ul {
  margin-bottom: 0;
}
.blog-post .post-content .main-column .the-content ul ul > li::before {
  content: "";
  border: 2px solid #f26622;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  padding: 0;
  position: absolute;
  left: -26px;
  top: 10px;
}
.blog-post .post-content .main-column .the-content ol {
  counter-reset: li;
}
.blog-post .post-content .main-column .the-content ol > li {
  counter-increment: li;
}
.blog-post .post-content .main-column .the-content ol > li::before {
  content: counter(li) ".";
  color: #f26622;
  font-weight: 700;
  padding: 0;
  position: absolute;
  top: -1px;
  left: -55px;
  text-align: right;
  width: 44px;
}
.blog-post .post-content .main-column .the-content ol > li ol {
  margin-bottom: 0;
}
.blog-post .post-content .main-column .the-content ol > li ol > li::before {
  content: counter(li, upper-alpha) ".";
}
.blog-post .post-content .main-column .the-content ol > li ol > li ol {
  margin-bottom: 0;
}
.blog-post .post-content .main-column .the-content ol > li ol > li ol > li::before {
  content: counter(li, lower-alpha) ".";
}
.blog-post .post-content .main-column .the-content ol ul {
  margin-bottom: 0;
}
.blog-post .post-content .main-column .the-content blockquote {
  background: transparent url("../img/post/blockquote.svg") no-repeat 0 25px;
  padding: 60px 0 0 60px;
  overflow: hidden;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}
.blog-post .post-content .main-column .the-content h2 {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
.blog-post .post-content .main-column .the-content h3 {
  font-size: 1.125rem;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.blog-post .post-content ::selection,
.blog-post .post-content ::-moz-selection {
  background: #fbd1bc;
}
.blog-post .post-content .main-column .the-content p {
  margin-bottom: 20px;
  line-height: 28px;
}
.blog-post .post-content .main-column .the-content ol,
.blog-post .post-content .main-column .the-content ul {
  margin-bottom: 30px;
}
.blog-post .post-content .main-column .the-content blockquote {
  margin-bottom: 30px;
}
.blog-post .post-content .main-column .the-content h3,
.blog-post .post-content .main-column .the-content h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.blog-post .post-content .main-column .the-content h4 {
  margin-bottom: 20px;
}
.blog-post .post-content .main-column .the-content h6 {
  margin-bottom: 10px;
}
.blog-post .post-content .main-column .the-content caption {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
.blog-post .post-content .main-column .the-content a:hover {
  text-decoration: none;
}
.blog-post .post-content .main-column .the-content .wp-caption,
.blog-post .post-content .main-column .the-content .wp-block-image,
.blog-post .post-content .main-column .the-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.blog-post .post-content .main-column .the-content .wp-caption.aligncenter,
.blog-post .post-content .main-column .the-content .wp-block-image.aligncenter,
.blog-post .post-content .main-column .the-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .blog-post .post-content .main-column .the-content .wp-caption.aligncenter,
  .blog-post .post-content .main-column .the-content .wp-block-image.aligncenter,
  .blog-post .post-content .main-column .the-content img.aligncenter {
    float: none;
    margin: 0 auto;
  }
}
.blog-post .post-content .main-column .the-content .wp-caption.alignleft,
.blog-post .post-content .main-column .the-content .wp-block-image.alignleft,
.blog-post .post-content .main-column .the-content img.alignleft {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 1279px) {
  .blog-post .post-content .main-column .the-content .wp-caption.alignleft,
  .blog-post .post-content .main-column .the-content .wp-block-image.alignleft,
  .blog-post .post-content .main-column .the-content img.alignleft {
    float: none;
    margin: 0 auto;
  }
}
.blog-post .post-content .main-column .the-content .wp-caption.alignright,
.blog-post .post-content .main-column .the-content .wp-block-image.alignright,
.blog-post .post-content .main-column .the-content img.alignright {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 1279px) {
  .blog-post .post-content .main-column .the-content .wp-caption.alignright,
  .blog-post .post-content .main-column .the-content .wp-block-image.alignright,
  .blog-post .post-content .main-column .the-content img.alignright {
    float: none;
    margin: 0 auto;
  }
}
.blog-post .post-content .main-column .the-content .wp-caption .wp-caption-text,
.blog-post .post-content .main-column .the-content .wp-caption .wp-element-caption,
.blog-post .post-content .main-column .the-content .wp-block-image .wp-caption-text,
.blog-post .post-content .main-column .the-content .wp-block-image .wp-element-caption,
.blog-post .post-content .main-column .the-content img .wp-caption-text,
.blog-post .post-content .main-column .the-content img .wp-element-caption {
  text-align: right;
  margin-top: 0;
  font-size: 14px;
  position: relative;
}
.blog-post .post-content .main-column .the-content .wp-caption .wp-caption-text:after,
.blog-post .post-content .main-column .the-content .wp-caption .wp-element-caption:after,
.blog-post .post-content .main-column .the-content .wp-block-image .wp-caption-text:after,
.blog-post .post-content .main-column .the-content .wp-block-image .wp-element-caption:after,
.blog-post .post-content .main-column .the-content img .wp-caption-text:after,
.blog-post .post-content .main-column .the-content img .wp-element-caption:after {
  background: #8d8d8d;
  content: " ";
  width: 90px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
}
.blog-post .post-content .main-column .the-content object,
.blog-post .post-content .main-column .the-content iframe,
.blog-post .post-content .main-column .the-content twitterwidget {
  max-width: 100%;
  display: block;
  margin: 30px auto 0 auto;
}
.blog-post .post-content .main-column .the-content table {
  margin-bottom: 30px;
  width: 100%;
}
.blog-post .post-content .main-column .the-content table caption {
  margin-bottom: 30px;
}
.blog-post .post-content .main-column .the-content table thead th:first-child {
  text-align: left;
}
.blog-post .post-content .main-column .the-content table th {
  padding: 12px 30px;
  text-align: center;
  border-top: 1px solid #f26622;
  border-bottom: 1px solid #f26622;
}
.blog-post .post-content .main-column .the-content table tbody td:first-child {
  font-weight: 700;
  text-align: left;
}
.blog-post .post-content .main-column .the-content table td {
  padding: 8px 30px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.blog-post .post-content .main-column .the-content .shortcode.trial {
  background: #000 url("img/post-conversion-bar-bg.jpg") no-repeat 50% 50%;
  color: #fff;
  width: 100%;
  height: 90px;
  padding: 15px 30px;
  text-align: center;
  margin-bottom: 50px;
}
.blog-post .post-content .main-column .the-content .shortcode.trial h4 {
  margin: 0;
  height: 100%;
}
.blog-post .post-content .main-column .the-content .shortcode.trial span {
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
}
.blog-post .post-content .main-column .the-content .shortcode.trial .btn {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  width: auto;
  margin-left: 30px;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.category-header {
  height: 26rem;
  width: 100vw;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  margin-bottom: 4rem;
  background-size: cover;
  background: url("../img/category/header-sm.svg") no-repeat center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 5rem;
}
@media (max-width: 760px) {
  .category-header.smaller {
    height: 16rem;
  }
}
@media (min-width: 761px) {
  .category-header {
    justify-content: center;
    background: url("../img/category/header-md.svg") no-repeat center;
    background-size: cover;
    height: 10rem;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .category-header {
    background-size: cover;
    background: url("../img/category/header-lg.svg") no-repeat center;
  }
}
.category-header h3,
.category-header h2 {
  color: #fff;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  word-break: break-all;
}
.category-header h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}
.category-header h3 {
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 125%;
}
@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.category-menu {
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.75) 100%);
  box-shadow: 0 10px 20px -0.6px rgba(0, 0, 0, 0.05);
  padding: 24px;
  position: relative;
  margin: 32px 0;
  overflow: hidden;
}
@media (max-width: 360px) {
  .category-menu {
    padding: 16px;
  }
}
.category-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(93deg, #f26622 4.88%, #bc43a6 38.92%, #2c1c6f 103.36%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (min-width: 761px) {
  .category-menu {
    padding: 48px 68px;
  }
}
@media (min-width: 1200px) {
  .category-menu {
    padding: 48px 64px;
  }
}
.category-menu ul {
  display: grid;
  grid-gap: 48px 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 761px) {
  .category-menu ul {
    grid-gap: 48px 32px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .category-menu ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
.category-menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-menu ul li a {
  color: #191919;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 125%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.category-menu ul li a::before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: linear-gradient(93deg, #f26622 4.88%, #bc43a6 38.92%, #2c1c6f 103.36%);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.category-menu ul li a:hover, .category-menu ul li a:active {
  color: #fefefe;
}
.category-menu ul li a:hover::before, .category-menu ul li a:active::before {
  opacity: 1;
}
.category-menu .trends-menu-item a {
  color: #191919;
  position: relative;
}
.category-menu .trends-menu-item a::after {
  content: "®";
  font-weight: 600;
  font-size: 1rem;
  position: absolute;
  top: -0.5rem;
  right: -1rem;
}
.category-menu .trends-menu-item a:hover, .category-menu .trends-menu-item a:active {
  color: #bc43a6;
}
.category-menu .trends-menu-item a:hover::after, .category-menu .trends-menu-item a:active::after {
  color: #bc43a6;
  background: linear-gradient(93deg, #f26622 4.88%, #bc43a6 38.92%, #2c1c6f 103.36%);
  -webkit-background-clip: text;
  background-clip: text;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.comparison-table {
  margin: 64px 0 64px -24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% + 48px);
  border-radius: 4px;
  border: 1px solid #EEE;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 761px) {
  .comparison-table {
    border-radius: 16px;
  }
}
.comparison-table.single-company .table-header {
  grid-template-columns: 1fr;
}
@media (min-width: 761px) {
  .comparison-table.single-company .table-header {
    grid-template-columns: 60% 40%;
  }
}
.comparison-table.single-company .table-section .section-row {
  grid-template-columns: 1fr;
}
@media (min-width: 761px) {
  .comparison-table.single-company .table-section .section-row {
    grid-template-columns: 60% 40%;
  }
}
.comparison-table .table-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  width: 100%;
  position: sticky;
  top: -60px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  border-bottom: 2px solid #fff;
}
@media (min-width: 761px) {
  .comparison-table .table-header {
    grid-template-columns: 54% 1fr 1fr;
    grid-template-rows: 1fr;
    top: -10px;
    padding: 12px 0;
    border-radius: 16px 16px 0 0;
  }
}
.comparison-table .table-header, .comparison-table .table-header * {
  transition: all 0.3s ease-in-out;
}
.comparison-table .table-header.sticky {
  border-bottom: 2px solid #999;
  width: 100vw;
}
@media (min-width: 761px) {
  .comparison-table .table-header.sticky {
    border-bottom: 2px solid #EAECF0;
    width: 100%;
  }
}
@media (min-width: 761px) {
  .comparison-table .table-header.sticky .title {
    opacity: 0;
  }
}
.comparison-table .table-header.sticky .company .image {
  width: 32px;
  height: 32px;
}
@media (min-width: 761px) {
  .comparison-table .table-header.sticky .company .image {
    width: 40px;
    height: 40px;
  }
}
.comparison-table .table-header .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: linear-gradient(180deg, #EE5106 0%, #FF932F 100%);
  grid-area: 1/1/2/3;
  opacity: 1;
}
@media (min-width: 761px) {
  .comparison-table .table-header .title {
    grid-area: 1/1/2/2;
    background: #fff;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 24px;
  }
}
.comparison-table .table-header .title .title-1 {
  color: #FFFDFB !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  line-height: 1.2rem !important;
  white-space: nowrap !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 761px) {
  .comparison-table .table-header .title .title-1 {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    line-height: 1.5rem !important;
    background: linear-gradient(180deg, #EE5106 0%, #FF932F 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-align: left !important;
  }
}
.comparison-table .table-header .title .title-2 {
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  line-height: 1.2rem !important;
  white-space: nowrap !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 761px) {
  .comparison-table .table-header .title .title-2 {
    color: #2A2A2A !important;
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    line-height: 1.5rem !important;
    text-align: left !important;
  }
}
.comparison-table .table-header .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 24px;
  height: 127px;
}
@media (min-width: 761px) {
  .comparison-table .table-header .company {
    height: 180px;
  }
}
.comparison-table .table-header .company.sotrender {
  grid-area: 2/1/3/2;
}
@media (min-width: 761px) {
  .comparison-table .table-header .company.sotrender {
    grid-area: 1/2/2/3;
  }
}
.comparison-table .table-header .company.competition {
  grid-area: 2/2/3/3;
}
@media (min-width: 761px) {
  .comparison-table .table-header .company.competition {
    grid-area: 1/3/2/4;
  }
}
.comparison-table .table-header .company .image {
  width: 64px;
  height: 64px;
}
@media (min-width: 761px) {
  .comparison-table .table-header .company .image {
    width: 80px;
    height: 80px;
  }
}
.comparison-table .table-header .company span {
  color: #2A2A2A;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2rem;
}
@media (min-width: 761px) {
  .comparison-table .table-header .company span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.comparison-table .table-section {
  width: 100%;
  padding-bottom: 16px;
}
.comparison-table .table-section:last-child {
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  padding-bottom: 0;
}
@media (min-width: 761px) {
  .comparison-table .table-section:last-child {
    border-radius: 0 0 16px 16px;
  }
}
.comparison-table .table-section .section-header {
  width: 100%;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-bottom: 2px solid #fff;
  background: linear-gradient(180deg, #EE5106 0%, #FF932F 100%);
}
@media (min-width: 761px) {
  .comparison-table .table-section .section-header {
    border-bottom: 2px solid #EE5106;
    background: #fff;
    justify-content: flex-start;
  }
}
.comparison-table .table-section .section-header .section-title {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0 !important;
}
@media (min-width: 761px) {
  .comparison-table .table-section .section-header .section-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    background: linear-gradient(180deg, #EE5106 0%, #FF932F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
  }
}
.comparison-table .table-section .section-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  width: 100%;
}
@media (min-width: 761px) {
  .comparison-table .table-section .section-row {
    grid-template-columns: 54% 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.comparison-table .table-section .section-row:not(.first) {
  border-top: 1px solid #999;
}
@media (min-width: 761px) {
  .comparison-table .table-section .section-row:not(.first) {
    border-top: none;
  }
}
@media (min-width: 761px) {
  .comparison-table .table-section .section-row:nth-child(2n+1) {
    border-bottom: 1px solid var(--Gray-200, #EAECF0);
  }
}
@media (min-width: 761px) {
  .comparison-table .table-section .section-row:nth-child(2n) {
    border-bottom: 1px solid #EAECF0;
    background: #F9FAFB;
  }
}
.comparison-table .table-section .section-row .feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 16px 24px;
  border-bottom: 1px solid #EAECF0;
  background: #F9FAFB;
  color: #2A2A2A;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  grid-area: 1/1/2/3;
}
@media (min-width: 761px) {
  .comparison-table .table-section .section-row .feature {
    grid-area: 1/1/2/2;
    border: none;
    background: transparent;
    text-align: left;
    align-items: flex-start;
  }
}
.comparison-table .table-section .section-row .feature .subinfo {
  color: #2A2A2A;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 761px) {
  .comparison-table .table-section .section-row .feature .subinfo {
    text-align: left;
  }
}
.comparison-table .table-section .section-row .company {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  background: #fff;
  height: 73px;
}
@media (min-width: 761px) {
  .comparison-table .table-section .section-row .company {
    border: none;
    background: transparent;
  }
}
.comparison-table .table-section .section-row .company.social-icons {
  padding: 0;
}
.comparison-table .table-section .section-row .company.sotrender {
  grid-area: 2/1/3/2;
}
@media (min-width: 761px) {
  .comparison-table .table-section .section-row .company.sotrender {
    grid-area: 1/2/2/3;
  }
}
.comparison-table .table-section .section-row .company.competition {
  grid-area: 2/2/3/3;
}
@media (min-width: 761px) {
  .comparison-table .table-section .section-row .company.competition {
    grid-area: 1/3/2/4;
  }
}
.comparison-table .table-section .section-row .company .cell-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 100%;
}
.comparison-table .table-section .section-row .company .cell-content-wrapper:not(.social-icons-wrapper) {
  max-width: 108px;
}
.comparison-table .table-section .section-row .company .cell-content-wrapper.social-icons-wrapper {
  gap: 12px;
}
.comparison-table .table-section .section-row .company .cell-content-wrapper.social-icons-wrapper .icon {
  width: 16px;
  height: 16px;
}
.comparison-table .table-section .section-row .company .cell-content-wrapper .value {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.75rem;
}
.comparison-table .table-section .section-row .company .cell-content-wrapper .value.positive {
  border: 1px solid #75E0A7;
  background: #C1F6D6;
  color: #159059;
}
.comparison-table .table-section .section-row .company .cell-content-wrapper .value.negative {
  color: #B42318;
  border: 1px solid #FDA29B;
  background: #FECDCA;
}
.comparison-table .table-section .section-row .company .cell-content-wrapper .value span {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.75rem;
  display: block;
}
.comparison-table .table-section .section-row .company .cell-content-wrapper .value span.bigger {
  font-size: 0.75rem;
}
.comparison-table .table-section .section-row .company .cell-content-wrapper .value span:nth-child(2) {
  margin-top: 4px;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.wp-block-cta-buttons-three-points-and-image,
#wp-block-cta-buttons-three-points-and-image {
  border-radius: 5.744px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.75) 100%);
  background-color: #bcbcbc;
  box-shadow: 0px 1.804px 10.824px -0.451px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(9.7165021896px);
  margin: 48px 0;
  overflow: hidden;
  position: relative;
  padding: 24px 16px 184px 16px;
}
@media (min-width: 761px) {
  .wp-block-cta-buttons-three-points-and-image,
  #wp-block-cta-buttons-three-points-and-image {
    padding: 34px 46px;
  }
}
.wp-block-cta-buttons-three-points-and-image .content,
#wp-block-cta-buttons-three-points-and-image .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (min-width: 761px) {
  .wp-block-cta-buttons-three-points-and-image .content,
  #wp-block-cta-buttons-three-points-and-image .content {
    align-items: flex-start;
    max-width: 280px;
    gap: 16px;
  }
}
.wp-block-cta-buttons-three-points-and-image .image,
#wp-block-cta-buttons-three-points-and-image .image {
  position: absolute;
  left: 0;
  margin-top: 24px;
}
@media (min-width: 761px) and (max-width: 1199px) {
  .wp-block-cta-buttons-three-points-and-image .image,
  #wp-block-cta-buttons-three-points-and-image .image {
    margin-top: 0;
    right: -200px;
    bottom: -70px;
    max-width: 550px;
    left: unset;
  }
}
@media (min-width: 1200px) {
  .wp-block-cta-buttons-three-points-and-image .image,
  #wp-block-cta-buttons-three-points-and-image .image {
    margin-top: 0;
    right: -160px;
    left: unset;
    bottom: -65px;
    width: 39vw;
    max-width: 550px;
  }
}
.wp-block-cta-buttons-three-points-and-image ul.list,
#wp-block-cta-buttons-three-points-and-image ul.list {
  margin-bottom: 0;
}
.wp-block-cta-buttons-three-points-and-image ul.list li,
#wp-block-cta-buttons-three-points-and-image ul.list li {
  margin: 10px 0 0 36px;
  font-size: 14px;
}
.wp-block-cta-buttons-three-points-and-image ul.list li::before,
#wp-block-cta-buttons-three-points-and-image ul.list li::before {
  content: url("../img/post/black-check.svg");
  left: -36px;
  top: -8px;
}
.wp-block-cta-buttons-three-points-and-image .header,
#wp-block-cta-buttons-three-points-and-image .header {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
@media (min-width: 761px) {
  .wp-block-cta-buttons-three-points-and-image .header,
  #wp-block-cta-buttons-three-points-and-image .header {
    text-align: left;
  }
}
.wp-block-cta-buttons-three-points-and-image a.btn,
#wp-block-cta-buttons-three-points-and-image a.btn {
  padding: 11px 20px;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 761px) {
  .wp-block-cta-buttons-three-points-and-image a.btn,
  #wp-block-cta-buttons-three-points-and-image a.btn {
    width: auto;
  }
}

#wp-block-cta-buttons-simple-cta,
.wp-block-cta-buttons-simple-cta {
  color: #191919;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  font-size: 1.9375rem;
  min-height: 22rem;
  min-width: 335px;
  margin: 30px auto;
}
#wp-block-cta-buttons-simple-cta img,
.wp-block-cta-buttons-simple-cta img {
  margin-left: -14px;
}
#wp-block-cta-buttons-simple-cta .header,
.wp-block-cta-buttons-simple-cta .header {
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 130%;
}
#wp-block-cta-buttons-simple-cta .btn,
.wp-block-cta-buttons-simple-cta .btn {
  color: #f26622;
  border: 1px solid #f26622;
  font-size: 1.125rem;
  background: #fefefe;
}
#wp-block-cta-buttons-simple-cta .btn:after,
.wp-block-cta-buttons-simple-cta .btn:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
#wp-block-cta-buttons-simple-cta .btn:hover:after,
.wp-block-cta-buttons-simple-cta .btn:hover:after {
  opacity: 1;
}
#wp-block-cta-buttons-simple-cta .btn__content,
.wp-block-cta-buttons-simple-cta .btn__content {
  color: #f26622;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.footer-promo-box-wrapper {
  background-size: cover;
  padding: 2rem 0;
  background: transparent url("../img/footer/footer-box-wave.svg") no-repeat center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1606px) {
  .footer-promo-box-wrapper {
    background-size: contain;
  }
}
.footer-promo-box-wrapper .footer-promo-box {
  max-width: 1000px;
  margin: 4rem auto;
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.75) 100%);
  box-shadow: 0 2.513px 15.076px -0.628px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(13.5px);
}
.footer-promo-box-wrapper .footer-promo-box .btn {
  font-size: 1.125rem;
  line-height: normal;
}
.footer-promo-box-wrapper .footer-promo-box h1 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 125%;
}
@media (min-width: 761px) {
  .footer-promo-box-wrapper .footer-promo-box h1 {
    font-size: 2.44rem;
    font-weight: 700;
    line-height: 130%;
  }
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

#footer {
  color: #191919;
  padding-bottom: 1rem;
  margin-top: auto;
}
#footer .footer-wrapper {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 28px;
}
@media (min-width: 1200px) {
  #footer .footer-wrapper {
    flex-wrap: nowrap;
  }
}
#footer .footer-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  #footer .footer-head {
    display: none;
  }
}
#footer .footer-head .logo img {
  height: 25px;
  margin-bottom: 10px;
}
#footer .high-performer-wrapper {
  width: fit-content;
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
  align-items: center;
  height: 180px;
}
@media (min-width: 1200px) {
  #footer .high-performer-wrapper {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
  }
}
#footer .high-performer-wrapper .badge-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  #footer .high-performer-wrapper .badge-wrapper {
    width: 250px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
#footer .high-performer-wrapper .badge-wrapper a:last-child img {
  margin-top: 0;
}
#footer .high-performer-wrapper .badge-wrapper a img {
  margin: 0;
  width: 76px;
}
@media (min-width: 761px) {
  #footer .high-performer-wrapper .badge-wrapper a img {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  #footer .high-performer-wrapper .badge-wrapper a img {
    margin-left: -10px;
  }
}
#footer .high-performer-wrapper a.g2-rank {
  width: 250px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #footer .high-performer-wrapper a.g2-rank {
    margin-bottom: 0;
  }
}
#footer .high-performer-wrapper a.g2-rank img {
  margin: 13px auto 0 auto;
  display: block;
  height: 20px;
}
#footer .social-channels {
  display: flex;
  flex-direction: row;
  gap: 13px;
  flex: 4;
  margin: 12px auto;
  justify-content: center;
}
#footer .navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 4;
  column-gap: 28px;
  row-gap: 24px;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  #footer .navigation {
    flex-wrap: nowrap;
    flex-basis: min-content;
    max-width: 1000px;
  }
}
#footer .navigation .menu-container {
  flex: 1;
}
#footer .navigation .sub-heading {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 17px;
  margin-top: 0;
}
@media (min-width: 1200px) {
  #footer .navigation .sub-heading {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
#footer .navigation .menu-break {
  display: none;
}
#footer .navigation .menu-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
#footer .navigation .menu-wrapper ul li,
#footer .navigation .menu-wrapper ul a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  #footer .navigation .menu-wrapper ul li,
  #footer .navigation .menu-wrapper ul a {
    font-size: 20px;
  }
}
#footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  #footer .footer-bottom {
    justify-content: space-between;
  }
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.hero {
  position: relative;
  margin-top: 57px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .hero {
    margin-top: 61px;
    margin-bottom: 0;
  }
}
.hero .post-background {
  position: absolute;
  z-index: -1;
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  bottom: 520px;
  height: 700px;
}
@media (min-width: 761px) {
  .hero .post-background {
    align-items: center;
    justify-content: center;
    border-radius: 0;
    height: auto;
    top: -35px;
    bottom: unset;
  }
}
@media (min-width: 1200px) {
  .hero .post-background {
    top: -61px;
    align-items: flex-start;
  }
}
.hero .post-background div.hero-desktop {
  width: 100%;
  height: 469px;
  background-position-x: -1000px;
  display: none;
}
@media (min-width: 761px) {
  .hero .post-background div.hero-desktop {
    background-image: url("../img/hero/hero-background.svg");
    display: block;
  }
}
@media (min-width: 1200px) {
  .hero .post-background div.hero-desktop {
    margin: 0;
    background-position-x: center;
  }
}
.hero .post-background div.hero-mobile {
  width: 100%;
  height: 100%;
  background-image: url("../img/hero/hero-background-mobile.svg");
}
@media (min-width: 761px) {
  .hero .post-background div.hero-mobile {
    display: none;
    background-image: none;
  }
}
.hero .hero-wrapper .hero-header {
  width: 100%;
  text-align: center;
}
.hero .hero-wrapper .hero-header--mobile {
  display: block;
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-header--mobile {
    display: none;
  }
}
.hero .hero-wrapper .hero-header--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-header--desktop {
    display: block;
  }
}
.hero .hero-wrapper .hero-header .blog-subheader {
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 125%;
  color: #fefefe;
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-header .blog-subheader {
    margin: 0 0 0.875rem 0;
    text-align: left;
  }
}
.hero .hero-wrapper .hero-header .blog-header {
  font-size: 2.38rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2.3rem;
  margin-top: 0.6rem;
  color: #fefefe;
}
@media (max-width: 360px) {
  .hero .hero-wrapper .hero-header .blog-header {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-header .blog-header {
    text-align: left;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 50px;
  }
}
.hero .hero-wrapper .hero-content .featured-post-wrapper {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .featured-post-wrapper {
    margin-bottom: 0;
  }
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post {
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post {
    max-width: 593px;
  }
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  width: 100%;
  aspect-ratio: 15/11;
  overflow: hidden;
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-image-wrapper .post-image {
  border-radius: 8px 8px 0 0;
  width: auto;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content {
  padding: 1.5rem 1rem;
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .post-tags .post-tag {
  border-radius: 8px;
  border: 1px solid #686868;
  display: flex;
  font-size: 0.75rem;
  padding: 2px 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .post-tags .post-tag a {
  color: #686868;
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .post-tags .post-tag:hover {
  background-color: #f5f5f5;
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .post-title {
  font-size: 1.25rem;
  line-height: 135%;
  font-weight: 700;
  text-align: left;
  margin-top: 0.5rem;
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .post-title {
    margin-top: 1rem;
    font-size: 1.56rem;
    line-height: 125%;
    font-weight: 600;
  }
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .post-title a {
  color: #191919;
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .post-title a::before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: linear-gradient(93deg, #f26622 4.88%, #bc43a6 38.92%, #2c1c6f 103.36%);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .footer {
  display: flex;
  align-items: center;
  margin-top: 1.38rem;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .footer {
    margin-top: 2rem;
    justify-content: flex-start;
    gap: 90px;
  }
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .footer .post-author {
  color: #191919;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .footer .post-author {
    font-size: 1rem;
    line-height: 160%;
  }
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .footer .post-author img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1.6rem;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .footer .post-author img {
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
  }
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .footer .post-date {
  color: #686868;
  font-size: 0.75rem;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post .post-content .footer .post-date {
    font-size: 1rem;
    line-height: 140%;
  }
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post:hover .post-content .post-title a {
  color: #fefefe;
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post:hover .post-content .post-title a::before {
  opacity: 1;
}
.hero .hero-wrapper .hero-content .featured-post-wrapper .featured-post:hover .post-image {
  transform: scale(1.1);
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section {
    width: 45%;
    max-width: 457px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .orange-content-wrapper {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper {
  display: flex;
  gap: 1.5rem;
  margin: 1.5rem auto;
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper.hide {
  display: none;
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper.newsletter-wrapper-sent {
  flex-direction: column;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper.newsletter-wrapper-sent {
    flex-direction: row;
  }
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper.newsletter-wrapper-sent .newsletter-title,
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper.newsletter-wrapper-sent .newsletter-intro {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper.newsletter-wrapper-sent {
    margin-top: 80px;
  }
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper.newsletter-wrapper-sent img {
  display: block;
  margin: auto;
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper.newsletter-wrapper-sent img.desktop {
  display: none;
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper.newsletter-wrapper-sent img.mobile {
    display: none;
  }
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper.newsletter-wrapper-sent img.desktop {
    display: block;
  }
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper {
    width: 66%;
    margin-bottom: 2.357rem;
  }
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper {
    width: 100%;
  }
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-title {
  color: #191919;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-title {
    color: #fefefe;
    text-align: left;
  }
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-intro {
  color: #191919;
  text-align: center;
  font-size: 1rem;
  line-height: 140%;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-intro {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-intro {
    color: #fefefe;
    text-align: left;
  }
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form {
  position: relative;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form {
    display: flex;
    gap: 1.4rem;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form {
    justify-content: flex-start;
  }
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-input {
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border: 1px solid #686868;
  background: #fefefe;
  margin: 1.5rem auto;
  width: 100%;
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-input.error {
  border: 1px solid #ed0000;
  background: #fef2f2;
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-input::placeholder {
  font-size: 1.125rem;
  color: #bcbcbc;
  text-align: left;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-input {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-input {
    width: 65%;
  }
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-input-error {
  display: none;
  position: absolute;
  font-size: 0.75rem;
  bottom: -20px;
  left: 1rem;
  color: #ed0000;
  gap: 0.25rem;
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-input-error img.desktop {
  display: none;
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-input-error {
    color: #fef2f2;
  }
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-input-error img.mobile {
    display: none;
  }
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-input-error img.desktop {
    display: block;
  }
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-input-error.show {
  display: flex;
}
.hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-button {
  display: flex;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border-radius: 6px;
  background: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  color: #fefefe;
  font-size: 1.125rem;
  font-weight: 500;
  min-width: 200px;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-button {
    width: 140px;
    min-width: 140px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-button {
    color: #191919;
    width: 30%;
    min-width: unset;
    border-radius: 6px;
    border: 1px solid #ef5509;
    background: #fefefe;
  }
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .newsletter-wrapper .newsletter-form .newsletter-button:hover {
    background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  }
}
.hero .hero-wrapper .hero-content .side-section .social-media-links-wrapper {
  margin: 1.5rem 0;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .side-section .social-media-links-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .hero .hero-wrapper .hero-content .side-section .social-media-links-wrapper {
    justify-content: flex-start;
    margin-bottom: 160px;
  }
}
.hero .hero-wrapper .hero-content .side-section .social-media-links-wrapper .social-media-header {
  text-align: center;
  color: #191919;
  font-size: 1.5rem;
  line-height: 135%;
  margin-bottom: 1.5rem;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .side-section .social-media-links-wrapper .social-media-header {
    font-size: 1rem;
    line-height: 140%;
    margin: 0 1.5rem 0 0;
  }
}
.hero .hero-wrapper .hero-content .side-section .social-media-links-wrapper .social-media-links {
  display: flex;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .side-section .social-media-links-wrapper .social-media-links {
    justify-content: flex-end;
    align-items: center;
    gap: 1.25rem;
    width: fit-content;
    margin: 0;
  }
}
.hero .hero-wrapper .hero-content .side-section .social-media-links-wrapper .social-media-links .social-media-link {
  cursor: pointer;
  width: 2.625rem;
  height: 2.625rem;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .side-section .social-media-links-wrapper .social-media-links .social-media-link {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.hero .hero-wrapper .hero-content .side-section .social-media-links-wrapper .social-media-links .social-media-link img {
  width: 2.625rem;
  height: 2.625rem;
}
@media (min-width: 761px) {
  .hero .hero-wrapper .hero-content .side-section .social-media-links-wrapper .social-media-links .social-media-link img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.pagination {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 6rem;
  margin-top: 4rem;
}
@media (min-width: 761px) {
  .pagination {
    padding-top: 4rem;
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .pagination.flat {
    padding-top: 0;
  }
}
.pagination.flat .page-numbers.prev, .pagination.flat .page-numbers.next, .pagination.flat .page-numbers.first, .pagination.flat .page-numbers.last {
  position: initial;
}
.pagination .page-numbers {
  color: #191919;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: normal;
  border-radius: 0.3125rem;
  border: 1.25px solid #f1f1f1;
  background: #fff;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.78125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.78125rem;
}
.pagination .page-numbers.current {
  border-radius: 0.3125rem;
  background: linear-gradient(270deg, #ee5106 0.33%, #ff932f 99.74%);
  color: #fff;
}
.pagination .page-numbers:hover {
  background-color: #f1f1f1;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .page-numbers.first, .pagination .page-numbers.last {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  text-indent: -9999px;
  position: absolute;
  top: 1rem;
}
@media (min-width: 761px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .page-numbers.first, .pagination .page-numbers.last {
    position: initial;
  }
}
.pagination .page-numbers.prev {
  background-image: url("../img/icons/pagination/prev.svg");
  left: 50px;
}
.pagination .page-numbers.next {
  background-image: url("../img/icons/pagination/next.svg");
  right: 50px;
}
.pagination .page-numbers.first {
  background-image: url("../img/icons/pagination/first.svg");
  left: 0;
}
.pagination .page-numbers.last {
  background-image: url("../img/icons/pagination/last.svg");
  right: 0;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.author-info .author-photo {
  border-radius: 50%;
  height: 90px;
  width: 90px;
}
.author-info .author-photo img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
}
.author-info .author-details {
  display: flex;
  flex-direction: column;
}
.author-info .author-details .author {
  color: #bcbcbc;
  font-size: 0.75rem;
}
.author-info .author-details .name {
  color: #191919;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2px;
}
.author-info .author-details .job-position {
  color: #7b7a7c;
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.author-info .author-details .bio {
  color: #191919;
  font-size: 0.75rem;
  line-height: normal;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    grid-gap: 20px;
  }
}
@media (min-width: 761px) and (max-width: 1199px) {
  .posts-grid {
    grid-template-columns: 1fr 1fr;
  }
  .posts-grid > :last-child:nth-of-type(odd) {
    grid-column: span 2;
  }
  .posts-grid > :last-child:nth-of-type(odd) .attachment-thumbnail-wrapper {
    aspect-ratio: 20/7;
  }
  .posts-grid > :last-child:nth-of-type(odd) .author-info {
    width: 50%;
  }
}
.posts-grid.category-header-padding {
  padding-top: 220px;
}
.posts-grid .post-preview {
  color: #191919;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 24px;
}
.posts-grid .post-preview:hover .post-content .post-title {
  color: #fefefe;
}
.posts-grid .post-preview:hover .post-content .post-title::before {
  opacity: 1;
}
.posts-grid .post-preview:hover .attachment-thumbnail-wrapper .attachment-thumbnail,
.posts-grid .post-preview:hover .attachment-thumbnail-wrapper img {
  transform: scale(1.1);
}
.posts-grid .post-preview.post-cta {
  align-items: center;
  justify-content: space-between;
  padding: 48px 32px;
  position: relative;
  font-size: 1.94rem;
}
.posts-grid .post-preview.post-cta .post-cta-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(11px);
  z-index: -1;
}
@media (min-width: 1200px) {
  .posts-grid .post-preview.post-cta .post-cta-background {
    backdrop-filter: blur(14px);
  }
}
.posts-grid .post-preview.post-cta .post-cta-sotrender-logo {
  margin-left: -14px;
}
.posts-grid .post-preview.post-cta h2 {
  font-size: 1.94rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 1200px) {
  .posts-grid .post-preview.post-cta h2 {
    font-size: 2.44rem;
  }
}
.posts-grid .post-preview.post-cta .post-cta-button-wrapper {
  width: 100%;
}
.posts-grid .post-preview.post-cta .post-cta-button-wrapper .post-cta-button {
  width: 100%;
}
@media (max-width: 360px) {
  .posts-grid .post-preview.post-cta .post-cta-button-wrapper .post-cta-button {
    padding: 16px;
  }
}
.posts-grid .post-preview .attachment-thumbnail-wrapper {
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  aspect-ratio: 10/7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-grid .post-preview .attachment-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1200px) {
  .posts-grid .post-preview .attachment-thumbnail-wrapper img {
    max-height: 310px;
  }
}
.posts-grid .post-preview .post-content {
  padding: 16px 16px 0 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex: 1;
}
.posts-grid .post-preview .post-content .meta {
  min-height: 1.13rem;
  margin-bottom: 8px;
}
.posts-grid .post-preview .post-content .categories {
  display: flex;
}
.posts-grid .post-preview .post-content .categories a {
  color: #686868;
  font-size: 0.63rem;
  border-radius: 8px;
  border: 1px solid #686868;
  display: flex;
  line-height: 1.2;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .posts-grid .post-preview .post-content .categories a {
    font-size: 0.75rem;
  }
}
.posts-grid .post-preview .post-content .categories a:hover {
  background-color: #f5f5f5;
}
.posts-grid .post-preview .post-content .post-title {
  color: #191919;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.posts-grid .post-preview .post-content .post-title::before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: linear-gradient(93deg, #f26622 4.88%, #bc43a6 38.92%, #2c1c6f 103.36%);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .posts-grid .post-preview .post-content .post-title {
    font-size: 1.38rem;
  }
}
@media (min-width: 761px) and (max-width: 1199px) {
  .posts-grid .post-preview .post-content .post-title {
    font-size: 1.25rem;
  }
}
.posts-grid .post-preview .post-content .author-info {
  display: flex;
  width: 100%;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .posts-grid .post-preview .post-content .author-info {
    font-size: 1rem;
  }
}
.posts-grid .post-preview .post-content .author-info .author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.posts-grid .post-preview .post-content .author-info img {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.posts-grid .post-preview .post-content .author-info .publication-date {
  color: #686868;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.resources-filtered-view .search-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 16px;
  color: #686868;
  font-size: 1rem;
  line-height: 135%;
  margin-bottom: 16px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 761px) {
  .resources-filtered-view .search-title {
    font-size: 1.25rem;
  }
}
.resources-filtered-view .results-empty {
  color: #686868;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  max-width: 348px;
  margin: auto;
}
@media (min-width: 761px) {
  .resources-filtered-view .results-empty {
    max-width: fit-content;
  }
}
.resources-filtered-view .resources-filtered-grid {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1200px) {
  .resources-filtered-view .resources-filtered-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.resources-filtered-view .resources-filtered-grid .resources-filtered-item {
  display: flex;
  padding: 20px 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(188, 188, 188, 0.25);
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
  color: #191919;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  transition: all 0.3s ease-in-out;
}
.resources-filtered-view .resources-filtered-grid .resources-filtered-item img {
  opacity: 0.5;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.resources-filtered-view .resources-filtered-grid .resources-filtered-item:hover {
  border-radius: 8px;
  border: 1px solid rgba(188, 188, 188, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.resources-filtered-view .resources-filtered-grid .resources-filtered-item:hover img {
  opacity: 1;
  filter: grayscale(0);
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.resources-grid {
  padding-top: 40px;
}
.resources-grid .resources-grid-header {
  line-height: 135%;
  display: flex;
  padding: 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d0d0d0;
  color: #686868;
  font-size: 1.35rem;
}
.resources-grid .category {
  width: 100%;
  margin-bottom: 40px;
}
.resources-grid .category,
.resources-grid .category *,
.resources-grid .category *::after,
.resources-grid .category *::before {
  transition: all 0.3s ease-in-out;
}
.resources-grid .category .header {
  font-weight: 600;
  line-height: 135%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  position: relative;
  border: 2px solid #d0d0d0;
}
.resources-grid .category .header.clickable {
  cursor: pointer;
}
.resources-grid .category .header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(270deg, #ee5106 0.33%, #ff932f 99.74%);
  opacity: 0;
}
.resources-grid .category .header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  opacity: 0;
}
.resources-grid .category .header.clickable:hover {
  background: #fff8f0;
  border: 2px solid #fff8f0;
}
.resources-grid .category .header.clickable:hover .title {
  color: #f26622;
}
.resources-grid .category .header.clickable:hover .header-image {
  filter: none;
}
.resources-grid .category .header .header-image {
  filter: grayscale(100%) brightness(0.8);
  width: 32px;
  height: 32px;
}
.resources-grid .category .header .title {
  color: #686868;
  font-size: 1.25rem;
  font-weight: 600;
}
.resources-grid .category .items-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  background-color: #fff;
  position: relative;
}
@media (min-width: 1200px) {
  .resources-grid .category .items-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.resources-grid .category .items-list--hidden {
  z-index: -1;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: z-index 0s ease 0.3s;
}
@media (min-width: 1200px) {
  .resources-grid .category .items-list--longer .item:nth-child(7) {
    border: none;
    box-shadow: none;
    cursor: default;
  }
  .resources-grid .category .items-list--longer .item:nth-child(7)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 8px;
    z-index: 2;
    opacity: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 70%);
  }
  .resources-grid .category .items-list--longer .item:nth-child(7):hover {
    border: none;
    box-shadow: none;
  }
}
.resources-grid .category .items-list--longer .item:nth-child(8) {
  border: none;
  box-shadow: none;
  cursor: default;
}
.resources-grid .category .items-list--longer .item:nth-child(8)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px;
  z-index: 2;
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 70%);
}
.resources-grid .category .items-list--longer .item:nth-child(8):hover {
  border: none;
  box-shadow: none;
}
.resources-grid .category .items-list .item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 16px;
  border-radius: 8px;
  border: 1px solid rgba(188, 188, 188, 0.25);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
  color: #191919;
  line-height: 140%;
  margin-bottom: 8px;
  position: relative;
}
.resources-grid .category .items-list .item:hover {
  border: 1px solid rgba(188, 188, 188, 0.25);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.resources-grid .category .items-list .item .item-image {
  filter: grayscale(100%);
  width: 24px;
  opacity: 0.5;
}
.resources-grid .category .footer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.resources-grid .category .footer .items-list-button {
  cursor: pointer;
  padding: 8px;
  color: #686868;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 135%;
  margin: auto;
  background: transparent;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  gap: 4px;
  grid-area: 1/1/2/2;
  position: relative;
  transition: none;
}
@media (max-width: 760px) {
  .resources-grid .category .footer .items-list-button {
    width: 100%;
    border-radius: 4px;
    padding: 12px;
  }
}
.resources-grid .category .footer .items-list-button.expand-button {
  opacity: 1;
  z-index: 1;
  text-decoration: underline;
  align-items: flex-end;
}
@media (max-width: 760px) {
  .resources-grid .category .footer .items-list-button.expand-button {
    border: 1px solid #f26622;
    color: #f26622;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 135%;
    text-decoration: none;
  }
}
.resources-grid .category .footer .items-list-button.expand-button:hover {
  color: #f26622;
  text-decoration-color: #f26622;
}
.resources-grid .category .footer .items-list-button.expand-button:hover .icon-wrapper .expand-orange {
  visibility: visible;
}
.resources-grid .category .footer .items-list-button.expand-button:hover .icon-wrapper .expand-gray {
  visibility: hidden;
}
.resources-grid .category .footer .items-list-button.expand-button,
.resources-grid .category .footer .items-list-button.expand-button * {
  transition: none;
}
.resources-grid .category .footer .items-list-button.expand-button .icon-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.resources-grid .category .footer .items-list-button.expand-button .icon-wrapper .expand-orange {
  width: 16px;
  visibility: visible;
  transition: none;
  grid-area: 1/1/2/2;
}
@media (min-width: 761px) {
  .resources-grid .category .footer .items-list-button.expand-button .icon-wrapper .expand-orange {
    visibility: hidden;
  }
}
.resources-grid .category .footer .items-list-button.expand-button .icon-wrapper .expand-gray {
  width: 16px;
  visibility: hidden;
  transition: none;
  grid-area: 1/1/2/2;
}
@media (min-width: 761px) {
  .resources-grid .category .footer .items-list-button.expand-button .icon-wrapper .expand-gray {
    visibility: visible;
  }
}
.resources-grid .category .footer .items-list-button.collapse-button {
  color: #fff;
  opacity: 0;
  z-index: -1;
}
.resources-grid .category .footer .items-list-button.collapse-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  opacity: 0;
  z-index: -2;
  border-radius: 4px;
}
@media (min-width: 761px) {
  .resources-grid .category .footer .items-list-button.collapse-button::before {
    border-radius: 8px;
  }
}
.resources-grid .category .footer .items-list-button.collapse-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  opacity: 0;
  z-index: -2;
  border-radius: 4px;
}
@media (min-width: 761px) {
  .resources-grid .category .footer .items-list-button.collapse-button::after {
    border-radius: 8px;
  }
}
.resources-grid .category.active .header {
  border: 2px solid transparent;
}
.resources-grid .category.active .header::before {
  opacity: 1;
}
.resources-grid .category.active .header:hover {
  -webkit-text-fill-color: #fff;
  background: transparent;
  border: 2px solid transparent;
}
.resources-grid .category.active .header:hover::after {
  opacity: 1;
}
.resources-grid .category.active .header:hover .header-image {
  filter: grayscale(100%) brightness(700%) contrast(100%);
}
.resources-grid .category.active .header .header-image {
  filter: grayscale(100%) brightness(700%) contrast(100%);
}
.resources-grid .category.active .header .title {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.resources-grid .category.active .items-list--hidden {
  z-index: 0;
  height: fit-content;
  opacity: 1;
  overflow: visible;
}
@media (min-width: 1200px) {
  .resources-grid .category.active .items-list .item:nth-child(7) {
    border: 1px solid rgba(188, 188, 188, 0.25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
    cursor: pointer;
    background: #fff;
    background-clip: unset;
    -webkit-text-fill-color: unset;
  }
  .resources-grid .category.active .items-list .item:nth-child(7):hover {
    border: 1px solid rgba(188, 188, 188, 0.25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  }
  .resources-grid .category.active .items-list .item:nth-child(7)::after {
    opacity: 0;
  }
}
.resources-grid .category.active .items-list .item:nth-child(8) {
  border: 1px solid rgba(188, 188, 188, 0.25);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
  cursor: pointer;
  background: #fff;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}
.resources-grid .category.active .items-list .item:nth-child(8):hover {
  border: 1px solid rgba(188, 188, 188, 0.25);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.resources-grid .category.active .items-list .item:nth-child(8)::after {
  opacity: 0;
}
.resources-grid .category.active .items-list-button {
  margin-top: 24px;
}
.resources-grid .category.active .items-list-button.expand-button {
  opacity: 0;
  z-index: -1;
}
.resources-grid .category.active .items-list-button.collapse-button {
  opacity: 1;
  z-index: 1;
}
.resources-grid .category.active .items-list-button.collapse-button * {
  z-index: 1;
}
.resources-grid .category.active .items-list-button.collapse-button::before {
  opacity: 1;
  z-index: 0;
}
.resources-grid .category.active .items-list-button.collapse-button::after {
  z-index: 0;
}
.resources-grid .category.active .items-list-button.collapse-button:hover::after {
  opacity: 1;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.resources-header {
  color: #fff;
  height: 26rem;
  width: 100vw;
  margin-bottom: 4rem;
  background: url("../img/resources/header-sm.svg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 761px) {
  .resources-header {
    justify-content: center;
    background: url("../img/resources/header-md.svg") no-repeat center;
    background-size: cover;
    height: 334px;
  }
}
@media (min-width: 1200px) {
  .resources-header {
    background: url("../img/resources/header-lg.svg") no-repeat center;
    background-size: cover;
  }
}
.resources-header h1 {
  color: #fff;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 16px;
  margin-bottom: 48px;
}
@media (min-width: 761px) {
  .resources-header h1 {
    font-size: 3rem;
  }
}
.resources-header img {
  margin-left: -16px;
}
.resources-header .resources-search-form {
  width: 322px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .resources-header .resources-search-form {
    width: 386px;
  }
}
.resources-header .resources-search-form .search-input {
  border-radius: 0 6px 6px 0;
  padding: 0.75rem 1rem;
  width: 100%;
  background: transparent;
  height: 3rem;
  transition: all 0.3s ease-in-out;
}
.resources-header .resources-search-form .search-input::placeholder {
  color: #bcbcbc;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.resources-header .resources-search-form .search-button {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 0.75rem 1rem;
  height: 3rem;
  border-radius: 0 6px 6px 0;
  background: transparent;
}
.resources-header .resources-search-form .search-button:hover .search-icon-hover {
  opacity: 1;
}
.resources-header .resources-search-form .search-button:hover .search-icon {
  opacity: 0;
}
.resources-header .resources-search-form .search-button .search-icon-hover {
  opacity: 0;
  width: 1.5rem;
  height: 1.5rem;
  grid-area: 1/1/2/2;
  transition: all 0.3s ease-in-out;
}
.resources-header .resources-search-form .search-button .search-icon {
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  grid-area: 1/1/2/2;
  transition: all 0.3s ease-in-out;
}
.resources-header .resources-search-form .search-button img {
  width: 1.5rem;
  height: 1.5rem;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.resources-hero {
  position: relative;
  padding: 50px 0 29px 0;
  margin-bottom: 16px;
}
@media (min-width: 761px) {
  .resources-hero {
    padding: 32px 0 60px 0;
  }
}
@media (min-width: 1200px) {
  .resources-hero {
    padding-bottom: 90px;
    margin-bottom: 55px;
  }
}
.resources-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 760px) {
  .resources-hero::before {
    background-image: url("../img/hero/hero-background-mobile.svg");
  }
}
@media (min-width: 761px) {
  .resources-hero::before {
    background-image: url("../img/hero/hero-background-full.svg");
  }
}
.resources-hero .hero-wrapper {
  width: 100%;
  text-align: center;
}
.resources-hero .hero-wrapper .back-button-wrapper {
  display: none;
}
@media (min-width: 761px) {
  .resources-hero .hero-wrapper .back-button-wrapper {
    display: flex;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .resources-hero .hero-wrapper .back-button-wrapper {
    margin-bottom: 37px;
  }
}
.resources-hero .hero-wrapper .back-button-wrapper .back-button {
  border: 0;
  background: transparent;
  text-decoration: underline;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  position: relative;
  height: 1.5rem;
  cursor: pointer;
}
.resources-hero .hero-wrapper .back-button-wrapper .back-button::before {
  content: "";
  background-image: url("../img/icons/arrow-left.svg");
  position: absolute;
  top: 0;
  left: -1.6rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.resources-hero .hero-wrapper .post-title {
  font-size: 32px;
  line-height: 130%;
  color: #fefefe;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 761px) {
  .resources-hero .hero-wrapper .post-title {
    font-size: 39px;
  }
}
.resources-hero .hero-wrapper .category-wrapper {
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 18px;
  margin: 0 auto 16px;
}
.resources-hero .hero-wrapper .category-wrapper a {
  color: #fefefe;
  border: 1px solid #fefefe;
  padding: 2px 8px;
  border-radius: 8px;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

.search-input-form {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (min-width: 761px) {
  .search-input-form {
    width: 56px;
    margin-top: calc(-50px - 2.5rem);
  }
}
@media (min-width: 1200px) {
  .search-input-form {
    margin-top: calc(-32px - 1rem);
  }
}
.search-input-form:hover {
  border: 1px solid #f26622;
}
.search-input-form.open {
  width: 100%;
}
@media (min-width: 761px) {
  .search-input-form.open {
    width: 322px;
  }
}
.search-input-form.open:hover {
  border: 1px solid #bcbcbc;
}
.search-input-form.open .search-input {
  padding: 0.75rem 1rem;
  width: 100%;
}
@media (min-width: 761px) {
  .search-input-form.open .search-input {
    width: 322px;
  }
}
.search-input-form.open .search-input::placeholder {
  opacity: 1;
}
.search-input-form .search-input {
  border-radius: 0 6px 6px 0;
  width: 0;
  padding: 0;
  background: transparent;
  height: 3rem;
  transition: all 0.3s ease-in-out;
}
.search-input-form .search-input::placeholder {
  opacity: 0;
  color: #bcbcbc;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.search-input-form .search-button {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 0.75rem 1rem;
  width: 56px;
  height: 3rem;
  border-radius: 0 6px 6px 0;
  background: transparent;
}
.search-input-form .search-button:hover .search-icon-hover {
  opacity: 1;
}
.search-input-form .search-button:hover .search-icon {
  opacity: 0;
}
.search-input-form .search-button .search-icon-hover {
  opacity: 0;
  width: 1.5rem;
  height: 1.5rem;
  grid-area: 1/1/2/2;
  transition: all 0.3s ease-in-out;
}
.search-input-form .search-button .search-icon {
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  grid-area: 1/1/2/2;
  transition: all 0.3s ease-in-out;
}
.search-input-form .search-button img {
  width: 1.5rem;
  height: 1.5rem;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
cite,
q,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
ins,
del {
  text-decoration: none;
}

q,
blockquote {
  quotes: none;
}

q:after,
q:before,
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

th {
  text-align: left;
}

button,
input,
select,
textarea {
  font: inherit;
}

pre,
code,
var,
samp,
kbd {
  font-family: monospace, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #ebebeb;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #191919;
  font: 400 16px/22px Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
}
body a {
  outline: 0;
  text-decoration: none;
}
body a:focus, body a.focus, body a:hover, body a:active, body a.active {
  outline: 0;
  text-decoration: none;
}
body .nowrap {
  white-space: nowrap;
}
body hr {
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  box-sizing: content-box;
  height: 0;
  margin: 10px 0;
}
body h1 {
  text-align: center;
  color: #191919;
  font-style: normal;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: 600;
}
body h2 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
body h3 {
  color: #191919;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@media (min-width: 761px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    text-align: center;
    color: #191919;
    font-style: normal;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 700;
  }
  body h2 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  body h3 {
    color: #191919;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn,
.hubspot-cta-button {
  background-image: linear-gradient(85deg, #ee5106 23.56%, #ff932f 126.17%);
  cursor: pointer;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 28px;
  text-decoration: none !important;
  transition: 0.15s all ease-in;
  position: relative;
}
.btn::after,
.hubspot-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #ff932f 23.56%, #ee5106 126.17%);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.btn:hover:after,
.hubspot-cta-button:hover:after {
  opacity: 1;
}
.btn__content, .btn__content:focus, .btn__content:hover, .btn__content:active,
.btn div,
.btn div:focus,
.btn div:hover,
.btn div:active,
.hubspot-cta-button__content,
.hubspot-cta-button__content:focus,
.hubspot-cta-button__content:hover,
.hubspot-cta-button__content:active,
.hubspot-cta-button div,
.hubspot-cta-button div:focus,
.hubspot-cta-button div:hover,
.hubspot-cta-button div:active {
  color: #fefefe;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.btn.btn-lg,
.hubspot-cta-button.btn-lg {
  padding: 13px 30px;
}
.btn.small,
.hubspot-cta-button.small {
  text-transform: none;
  padding: 7px 15px;
}
.btn.btn-secondary,
.hubspot-cta-button.btn-secondary {
  color: #bcbcbc;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background: #fefefe;
  cursor: pointer;
}
.btn.btn-secondary::after,
.hubspot-cta-button.btn-secondary::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #f26622;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 6px;
  background: linear-gradient(266deg, #fefefe 26.76%, #fce0d3 106.38%);
  transition: all 0.3s ease-in-out;
}
.btn.btn-secondary:hover::after,
.hubspot-cta-button.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-secondary .btn__content,
.hubspot-cta-button.btn-secondary .btn__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #bcbcbc;
}

@media (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}

.section-title {
  color: #191919;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.5rem 0;
}
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 761px) {
  .section-title {
    text-align: left;
  }
}

.wrapper {
  max-width: calc(100vw - 48px);
  margin: auto;
}
@media (min-width: 540px) {
  .wrapper {
    min-width: 300px;
    width: 90vw;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) {
  .wrapper {
    max-width: 686px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
@media ((min-width: 1200px) and (max-width: 1300px)) {
  .wrapper {
    margin: 0 100px;
    max-width: calc(100vw - 2 * 100px);
  }
}
@media (min-width: 1640px) {
  .wrapper {
    max-width: 1366px;
  }
}
.wrapper.similar-posts {
  margin-bottom: 74px;
}

.no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  padding-top: 340px;
}
@media (min-width: 761px) {
  .no-results {
    padding-top: 220px;
  }
}

*:focus {
  outline: none;
}

#top {
  position: sticky;
  z-index: 99;
  top: -150px;
  transition: 0.2s ease-in-out;
  width: 100vw;
  background-color: #fff;
}
#top.up {
  top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
#top.up .logo-mobile img {
  margin-top: 0;
  margin-left: 0;
  width: 200px;
}
#top.up .logo-nav-opened {
  display: block;
}
#top.up .label-toggle {
  background-image: url("/images/shared/burger-dark.svg");
  margin-top: 0;
  height: 24px;
  width: 24px;
}
#top .wrapper--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  #top .wrapper--top {
    padding: 20px 0;
  }
}
#top .wrapper--top .logo img {
  width: 160px;
}
#top .wrapper--top .main-nav {
  display: none;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  #top .wrapper--top .main-nav.visible {
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 0 0 rgba(94, 94, 94, 0.2);
    left: 0;
    padding: 40px 0;
    position: absolute;
    right: 0;
    top: 52px;
    width: 100%;
    z-index: 40;
    background: #fff;
    list-style-type: none;
    margin: 0;
    text-align: left;
  }
}
#top .wrapper--top .main-nav .wrapper--nav {
  width: 100vw;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .wrapper--nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
  }
}
#top .wrapper--top .main-nav .menu-main-nav-container,
#top .wrapper--top .main-nav .menu-main-nav-pl-container,
#top .wrapper--top .main-nav .menu-user-menu-top-container,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container {
  width: 100%;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .menu-main-nav-container,
  #top .wrapper--top .main-nav .menu-main-nav-pl-container,
  #top .wrapper--top .main-nav .menu-user-menu-top-container,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container {
    width: unset;
  }
}
#top .wrapper--top .main-nav .menu-main-nav-container .menu,
#top .wrapper--top .main-nav .menu-main-nav-pl-container .menu,
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu {
  display: flex;
  list-style: none;
  flex-direction: column;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .menu-main-nav-container .menu,
  #top .wrapper--top .main-nav .menu-main-nav-pl-container .menu,
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu {
    flex-direction: row;
  }
}
#top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item,
#top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item,
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item {
  display: inline-block;
  transition: 0.3s;
  white-space: nowrap;
  color: #191919;
  cursor: pointer;
  font-weight: 400;
  min-height: 34px;
  position: relative;
  line-height: 22px;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item:hover a,
  #top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item:hover a,
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item:hover a,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item:hover a {
    color: #e8702a;
  }
}
#top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children,
#top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children,
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children {
  margin-right: 18px;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children:hover::after,
  #top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children:hover::after,
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children:hover::after,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children:hover::after {
    border-top-color: #f26622;
  }
}
@media (max-width: 1199px) {
  #top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children:first-child::after,
  #top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children:first-child::after,
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children:first-child::after,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children:first-child::after {
    left: 71px;
  }
}
@media (max-width: 1199px) {
  #top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children:nth-child(3)::after,
  #top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children:nth-child(3)::after,
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children:nth-child(3)::after,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children:nth-child(3)::after {
    left: 84px;
  }
}
#top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children::after,
#top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children::after,
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children::after,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: auto;
  top: 22px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #191919;
  transition: 0.1s ease-in;
  z-index: -1;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children::after,
  #top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children::after,
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children::after,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children::after {
    right: 3px;
    top: 12px;
    left: auto;
  }
}
#top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children.visible::after,
#top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children.visible::after,
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children.visible::after,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children.visible::after {
  transform: rotate(180deg);
}
#top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children.visible .sub-menu,
#top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children.visible .sub-menu,
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children.visible .sub-menu,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children.visible .sub-menu {
  display: block;
}
#top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children .sub-menu,
#top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children .sub-menu,
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children .sub-menu,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children .sub-menu {
  display: none;
  background-color: #fff;
  border-radius: 2px;
  left: 0;
  min-width: 100%;
  margin: 0;
  padding-inline-start: 40px;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children .sub-menu,
  #top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children .sub-menu,
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children .sub-menu,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 3;
    right: inherit;
    bottom: inherit;
    box-shadow: 0 0 2px 0 rgba(94, 94, 94, 0.5);
    padding: 0;
  }
}
#top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item,
#top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item,
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  display: block;
  margin-left: 0;
  transition: 0.3s;
  white-space: nowrap;
  color: #191919;
  cursor: pointer;
  font-weight: 400;
  min-height: 34px;
  position: relative;
  line-height: 22px;
}
#top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a,
#top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a,
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 15px 0;
  color: #191919;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a,
  #top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a,
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding: 10px 16px;
  }
}
#top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item a,
#top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item a,
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item a,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item a {
  padding: 15px 0;
  color: #191919;
  display: block;
  position: relative;
  text-decoration: none;
  transition: 0.1s ease-in;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .menu-main-nav-container .menu .menu-item a,
  #top .wrapper--top .main-nav .menu-main-nav-pl-container .menu .menu-item a,
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu .menu-item a,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu .menu-item a {
    padding: 5px 20px 5px 15px;
  }
}
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu > .menu-item:nth-child(2),
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu > .menu-item:nth-child(2) {
  text-align: center;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu > .menu-item:nth-child(2),
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu > .menu-item:nth-child(2) {
    margin-left: 15px;
  }
}
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu > .menu-item:nth-child(2) a,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu > .menu-item:nth-child(2) a {
  border: 1px solid #686868;
  min-width: 200px;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  transition: 0.1s ease-in;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu > .menu-item:nth-child(2) a,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu > .menu-item:nth-child(2) a {
    min-width: auto;
  }
}
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu > .menu-item:nth-child(2) a:hover,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu > .menu-item:nth-child(2) a:hover {
  border-color: transparent;
  color: #fff;
}
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu > .menu-item:nth-child(2) a:hover::after,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu > .menu-item:nth-child(2) a:hover::after {
  opacity: 1;
}
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu > .menu-item:nth-child(2) a::after,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu > .menu-item:nth-child(2) a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(101deg, rgba(255, 142, 36, 0.95) 0, #eb4700 113%);
  transition: 0.1s ease-in;
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
}
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu > .menu-item.menu-item-has-children:last-child::after,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu > .menu-item.menu-item-has-children:last-child::after {
  display: none;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .menu-user-menu-top-container .menu > .menu-item.menu-item-has-children:last-child a,
  #top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu > .menu-item.menu-item-has-children:last-child a {
    padding-right: 0;
  }
}
#top .wrapper--top .main-nav .menu-user-menu-top-container .menu > .menu-item.menu-item-language,
#top .wrapper--top .main-nav .menu-user-menu-top-pl-container .menu > .menu-item.menu-item-language {
  margin-right: 0;
}
#top .wrapper--top .main-nav .contact-information {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  #top .wrapper--top .main-nav .contact-information {
    width: unset;
    display: none;
  }
}
#top .wrapper--top .main-nav .contact-information .tel,
#top .wrapper--top .main-nav .contact-information .email {
  min-height: 34px;
  margin-bottom: 10px;
  line-height: 22px;
}
#top .wrapper--top .main-nav .contact-information .tel a,
#top .wrapper--top .main-nav .contact-information .email a {
  color: #191919;
}
#top .wrapper--top .navbar-toggle {
  display: block;
  background-image: url("../img/icons/burger-dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
  height: 24px;
  width: 24px;
}
@media (min-width: 1200px) {
  #top .wrapper--top .navbar-toggle {
    display: none;
  }
}