<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --primary-bg: rgb(243, 247, 249);
  --white: rgb(255, 255, 255);
  --blue: rgb(56, 182, 255);
  --dark-gray: rgb(36, 36, 36);
  --black: rgb(0, 0, 0);
  --footer-gray-bg: rgb(23, 24, 24);

  --transparent-dark-overlay: rgba(0, 0, 0, 0.537);

  --small-mobile-title-font: 1.3rem;
  --small-mobile-text-font: 1rem;
  --small-mobile-button-font: 0.9rem;

  --medium-mobile-title-font: 1.6rem;
  --medium-mobile-text-font: 1.4rem;
  --medium-mobile-button-font: 1.2rem;

  --avarage-tablets-title-font: 2.7rem;
  --avarage-tablets-text-font: 2.3rem;
  --avarage-tablets-button-font: 1.9rem;

  --large-tablets-title-font: 3.4rem;
  --large-tablets-text-font: 3rem;
  --large-tablets-button-font: 2.5rem;

  --small-desktop-title-font: 1.9rem;
  --small-desktop-text-font: 1.4rem;
  --small-desktop-button-font: 1.3rem;
}

html {
  overflow-x: hidden !important;
}

.blue-text {
  color: var(--blue);
}

.white-text {
  color: var(--white);
}

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

article &gt; p,
p,
span,
li {
  font-family: "Montserrat", sans-serif;
  font-size: var(--small-mobile-text-font) !important;
  z-index: 11;
}

h1,
h1 &gt; .title-uppercase,
h1 &gt; .blue-text,
h1 &gt; .white-text,
h2,
h2 &gt; .title-uppercase,
h2 &gt; .blue-text,
h2 &gt; .white-text,
h3,
h3 &gt; .title-uppercase,
h3 &gt; .blue-text,
h3 &gt; .white-text,
h2 &gt; span,
h3 &gt; span,
h2 &gt; span &gt; span {
  font-family: "Montserrat", sans-serif;
  font-size: var(--small-mobile-title-font) !important;
  font-weight: 500;
  z-index: 11;
}

/* h4 is in the steps, and it have to be a little bit smaller then h3 */
h4,
h4 &gt; .title-uppercase,
h4 &gt; .blue-text,
h4 &gt; .white-text,
h4 &gt; span,
h4 &gt; span &gt; span {
  font-family: "Montserrat", sans-serif;
  font-size: var(--small-mobile-text-font) !important;
  font-weight: 400;
  z-index: 11;
}

.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin top need to be same height as navbar-mobile */
  margin-top: 70px;
  height: 50vh;
  background-image: url(../media/blog/images/robot-ai-tlo.jpg);
  background-position: center;
  background-size: cover;
  padding: 20px;
}

.hero-content h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  position: relative;
}

.hero-content .separator {
  height: 2px;
  width: 240px;
  background-color: var(--blue);
  margin: 10px;
}

.hero-content p {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* GLOBAL CONTAINER SETTINGS ON MOBILE */

#posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  padding: 30px 5px;
  overflow-x: hidden;
  background-color: var(--primary-bg);
}

.post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  padding: 15px;
  background-color: var(--white);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
    0 6px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.15);
}

#posts .post-link {
  text-decoration: none;
}

#posts .post-link p {
  text-decoration: none;
  color: var(--black);
}

#posts .post-link .description p.blue-text {
  text-decoration: none;
}

.post-link img {
  width: 100%;
}

.separator {
  width: 100%;
  height: 2px;
  background-color: var(--blue);
}

.blue-text {
  color: var(--blue) !important;
}

.description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

#posts &gt; div &gt; a &gt; div &gt; p:nth-child(1),
#posts &gt; div &gt; a &gt; div &gt; p.blue-text {
  text-decoration: none;
  text-align: left;
}

@media (min-width: 375px) and (orientation: portrait) {
  h1,
  h1 &gt; .title-uppercase,
  h1 &gt; .blue-text,
  h1 &gt; .white-text,
  h2,
  h2 &gt; .title-uppercase,
  h2 &gt; .blue-text,
  h2 &gt; .white-text,
  h3,
  h3 &gt; .title-uppercase,
  h3 &gt; .blue-text,
  h3 &gt; .white-text,
  h2 &gt; span,
  h3 &gt; span,
  h2 &gt; span &gt; span {
    font-size: var(--medium-mobile-title-font) !important;
    font-family: "Montserrat", "sans-serif";
  }

  /* text with span style-values */
  p,
  span,
  li,
  a,
  li &gt; a,
  .white-text,
  .blue-text,
  .title-uppercase {
    font-size: var(--medium-mobile-button-font) !important;
  }
}

@media (orientation: landscape) {
  .post-container {
    width: 40%;
  }

  .hero-content {
    height: calc(100vh - 70px);
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .hero-content {
    height: 70vh;
  }

  article &gt; p,
  p,
  span,
  li,
  #main-header &gt; div &gt; p &gt; span {
    font-size: var(--avarage-tablets-text-font) !important;
  }

  h1,
  h1 &gt; .title-uppercase,
  h1 &gt; .blue-text,
  h1 &gt; .white-text,
  h2,
  h2 &gt; .title-uppercase,
  h2 &gt; .blue-text,
  h2 &gt; .white-text,
  h3,
  h3 &gt; .title-uppercase,
  h3 &gt; .blue-text,
  h3 &gt; .white-text,
  h2 &gt; span,
  h3 &gt; span,
  h2 &gt; span &gt; span {
    font-size: var(--avarage-tablets-title-font) !important;
  }

  h4,
  h4 &gt; .title-uppercase,
  h4 &gt; .blue-text,
  h4 &gt; .white-text,
  h4 &gt; span,
  h4 &gt; span &gt; span {
    font-size: var(--avarage-tablets-title-font) !important;
  }

  .hero-content .separator {
    z-index: 333;
    width: 500px;
  }

  .post-container {
    position: relative;
    width: 60%;
    padding: 30px;
  }

  #posts .post-link p {
    font-size: var(--avarage-tablets-button-font) !important;
  }

  #posts .post-link .description p.blue-text {
    font-size: 1rem;
  }
}

@media (min-width: 1023.8px) and (orientation: landscape) {
  .hero-content {
    margin-top: 0px;
    height: 50vh;
    background-image: url(../media/blog/images/robot-ai-tlo-landscape.jpg);
    /* background-position: 0px 0px;
    background-size: cover; */
  }

  article &gt; p,
  p,
  span,
  li,
  #main-header &gt; div &gt; p &gt; span {
    font-size: var(--small-desktop-text-font) !important;
  }

  h1,
  h1 &gt; .title-uppercase,
  h1 &gt; .blue-text,
  h1 &gt; .white-text,
  h2,
  h2 &gt; .title-uppercase,
  h2 &gt; .blue-text,
  h2 &gt; .white-text,
  h3,
  h3 &gt; .title-uppercase,
  h3 &gt; .blue-text,
  h3 &gt; .white-text,
  h2 &gt; span,
  h3 &gt; span,
  h2 &gt; span &gt; span {
    font-size: var(--small-desktop-title-font) !important;
  }

  h4,
  h4 &gt; .title-uppercase,
  h4 &gt; .blue-text,
  h4 &gt; .white-text,
  h4 &gt; span,
  h4 &gt; span &gt; span {
    font-size: var(--small-desktop-title-font) !important;
  }

  .post-container {
    margin: 15px 30px;
    position: relative;
    width: 300px;
    padding: 15px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .post-container:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
      0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 10px 10px rgba(0, 0, 0, 0.2);
  }

  #posts .post-link p {
    font-size: var(--small-desktop-button-font) !important;
  }

  #posts .post-link .description p.blue-text {
    font-size: 1rem !important;
  }

  .post-link img {
    width: 100%;
    height: 185px;
  }

  main {
    background-color: var(--primary-bg);
  }

  #posts {
    max-width: 1000px;
    margin: 0 auto;
  }
}
</pre></body></html>