@charset "UTF-8";
@import "../../../theme/css/variables.css"; 
@font-face {
  font-family: "Tiempos Headline";
  font-display: swap;
  src: url("../../../fonts/TiemposHeadline-Regular.otf");
}
@font-face {
  font-family: "Tiempos Headline Medium";
  font-display: swap;
  src: url("../../../fonts/TiemposHeadline-Medium.otf");
}
@font-face {
  font-family: "Tiempos Headline Light";
  font-display: swap;
  src: url("../../../fonts/TiemposHeadline-Light.otf");
}
@font-face {
  font-family: Lato;
  font-display: swap;
  src: url("../../../fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-weight: 300;
  font-display: swap;
  src: url("../../../fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-weight: 700;
  font-display: swap;
  src: url("../../../fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-weight: 900;
  font-display: swap;
  src: url("../../../fonts/Lato-Black.ttf") format("truetype");
}
/*
  Bootstrap 4 default breakpoints:

  .col-sm for larger mobile phones (devices with resolutions ≥ 576px);
  .col-md for tablets (≥768px);
  .col-lg for laptops (≥992px);
  .col-xl for desktops (≥1200px)
*/
@media (min-width: 1024px) {
  .h-desktop {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .h-mobile {
    display: none !important;
  }
}
:root {
  --primary: #0DDC64;
  --milk: #ECE9E0;
  --font-regular: Lato, sans-serif;
  --font-headline: Lato, sans-serif;
  --page-width: 1200px;
  --breakpoint: 1024px;
  --gutter-width: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
}
@media (max-width: 1024px) {
  :root {
    --gutter-width: 16px ;
  }
}
:root body {
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
:root a {
  color: #3CB64B;
}
:root a:hover {
  cursor: pointer;
  color: #2f903b;
}
:root h2 {
  font-family: "Tiempos Headline", serif;
  font-size: 22px;
}
:root img {
  max-width: 100%;
  object-fit: contain;
}
:root .bold {
  font-weight: bold;
}
:root article p {
  font-size: 20px;
  line-height: 30px;
}
:root article h1 {
  font-family: "Tiempos Headline Medium", serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}
:root article blockquote {
  font-family: "Tiempos Headline Medium", serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 37px;
  color: #07AA4B;
}

.network-ayahtcr:before {
	content: 'Advertorial';
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	color: #FFF;
	z-index: 10;
}

.header {
  color: white;
  background-color: #54565A;
}
.header__container {
  --cols-width: 1200px;
  max-width: calc(var(--cols-width) + 2 * var(--gutter-width));
  margin: auto;
  padding: 0 var(--gutter-width);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
}
@media (max-width: 1024px) {
  .header__container {
    max-width: 100%;
  }
}
.header__phone {
  display: none;
}
@media (max-width: 330px) {
  .header__phone {
    display: none;
  }
}
body.network-style {
  font-size: 20px;
}
.page {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding-top: 24px;
}
.page--sectionContainer {
  --cols-width: 1200px;
  max-width: calc(var(--cols-width) + 2 * var(--gutter-width));
  margin: auto;
  padding: 0 var(--gutter-width);
}
@media (max-width: 1024px) {
  .page--sectionContainer {
    max-width: 100%;
  }
}
.page__left {
  flex-basis: 55%;
  margin-bottom: 32px;
  padding-right: 48px;
  border-right: 1px solid #9B9B9B;
}
.page__right {
  flex-basis: 45%;
  margin-bottom: 32px;
  padding-left: 48px;
}
.page .nextPageInjectedLink {
  display: block;
  margin-bottom: 14px;
  cursor: pointer;
  text-decoration: underline;
}
.page .article__body p:first-of-type:first-letter {
  font-size: 80px;
  font-weight: 700;
  line-height: 75px;
  float: left;
  padding-right: 8px;
}
.page .article__category {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  display: inline-block;
  height: 22px;
  margin: 0 0 14px;
  padding-bottom: 4px;
  letter-spacing: 2px;
  border-bottom: 3px solid #07AA4B;
}
.page .article__date {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 14px;
  letter-spacing: 1.78px;
  color: #000;
}
.page .article__image {
  margin-bottom: 14px;
}
.page .article__social__link {
  display: inline-block;
  margin: 0 32px 14px 0;
}
.page .findOut__heading {
  font-size: 28px;
  font-weight: 900;
  line-height: 27px;
  margin-bottom: 14px;
  letter-spacing: 0.7px;
}
.page .findOut__items a.nextPageInjectedLink {
  text-decoration: none;
  color: initial;
}
.page .findOut__items a.nextPageInjectedLink:hover {
  text-decoration: underline;
  color: #07AA4B;
}
.page .findOut__items__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid #9B9B9B;
}
.page .findOut__items__item__heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 8px 0 24px;
}
.page .findOut__items__item__image img {
  max-width: 170px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .page {
    flex-direction: column;
  }
  .page__left {
    padding: 0;
  }
  .page__right {
    padding: 0;
  }
  .page .findOut__items__item__image img {
    max-width: 134px;
  }
}

.footer {
  font-size: 12px;
  text-align: center;
  color: white;
  background-color: #54565A;
}
.footer__container {
  --cols-width: 1200px;
  max-width: calc(var(--cols-width) + 2 * var(--gutter-width));
  margin: auto;
  padding: 0 var(--gutter-width);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer__container {
    max-width: 100%;
  }
}
.footer__copyright {
  margin-bottom: 16px;
}
.footer__disclaimer {
  margin-bottom: 16px;
}
.footer__links {
  color: #3CB64B;
}

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