@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800&display=swap");
.nowrap {
  white-space: nowrap; }

.blog-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  min-height: 50vh;
  overflow: hidden; }
  .blog-hero h1 {
    color: #ffffff;
    font-family: 'Roboto Mono', monospace;
    font-size: 100px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 10px;
    text-shadow: 0 2px rgba(0, 0, 0, 0.21); }
  .blog-hero h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 0 2px rgba(0, 0, 0, 0.21); }
  .blog-hero h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 2px rgba(0, 0, 0, 0.21); }

.blog-hero-image {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.blog-hero-container {
  position: relative;
  margin-bottom: 5%; }

.publication-date-section {
  border-bottom-width: 1px;
  border-bottom-color: #eeeeee;
  border-bottom-style: solid;
  text-align: right;
  padding: 20px 0px; }

.blog-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 3px;
  cursor: pointer; }
  .blog-checkbox .blog-checkbox-action:checked ~ .blog-checkbox-thumb {
    border-color: #06aeff; }
    .blog-checkbox .blog-checkbox-action:checked ~ .blog-checkbox-thumb:after {
      background: rgba(6, 174, 255, 0.25); }

.blog-checkbox-action {
  display: none; }

.blog-checkbox-info {
  flex: 1;
  margin: 0 0 0 1.5rem; }

.blog-checkbox-title {
  margin: 0;
  line-height: 24px;
  max-width: 50vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.blog-checkbox-thumb {
  padding: 2px;
  border: 3px solid rgba(6, 155, 250, 0);
  border-radius: 8px; }
  .blog-checkbox-thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 174, 255, 0);
    border-radius: 8px; }
  .blog-checkbox-thumb .brand-image-placeholder {
    top: 0; }

.blog-section {
  margin-top: 40px;
  margin-bottom: 40px; }
  .blog-section:not(:last-child) {
    padding-bottom: 60px;
    border-bottom: 1px solid #eeeeee; }
  .blog-section p {
    text-align: justify; }

.blog-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1; }

.cta-text {
  line-height: 40px; }

.cta-button {
  margin-top: 10px; }

@media (max-width: 768px) {
  .blog-hero h1 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 0; }
  .blog-hero h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 10px; }
  .blog-hero h3 {
    font-size: 16px;
    line-height: 1.5; }

  .blog-heading, .blog-heading + p {
    text-align: center; }

  .blog-hero-container {
    margin-top: 10%; } }
.blog-hero {
  background-image: url("../img/blog/background.png");
  background-color: #006bff;
  background-size: cover; }
  .blog-hero h2 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 10vw; }
    @media (min-width: 768px) {
      .blog-hero h2 {
        margin-top: 80px;
        font-size: 6vw; } }
    .blog-hero h2 .style-1 {
      color: #2D85FF; }
    .blog-hero h2 .style-2 {
      color: #FFFFFF; }
  .blog-hero h1 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 8vw; }
    @media (min-width: 768px) {
      .blog-hero h1 {
        font-size: 6vw; } }

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