.mixin-title-h1 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  .mixin-title-h1 {
    font-size: 62px;
    line-height: 76px;
    letter-spacing: -2px;
  }
}
.mixin-title-h2 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .mixin-title-h2 {
    font-size: 42px;
    line-height: 54px;
  }
}
.mixin-title-h3 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .mixin-title-h3 {
    line-height: 28px;
  }
}
.mixin-title-h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .mixin-title-h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.mixin-paragraph {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .mixin-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}
.mixin-paragraph-bold {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .mixin-paragraph-bold {
    font-size: 16px;
    line-height: 24px;
  }
}
.mixin-text-small {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
}
.mixin-text-medium {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
}
.mixin-text-caption {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.mixin-text-button {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.mixin-text-subtitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mixin-text-subtitle {
    font-size: 20px;
  }
}
/* Responsive mixins */
.mixin-full-width {
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
.mixin-contanizr {
  max-width: 1440px;
  padding: 0 20px;
  float: none !important;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .mixin-contanizr {
    padding: 0 60px;
  }
}
@media (min-width: 1440px) {
  .mixin-contanizr {
    padding: 0 150px;
  }
}
.table-cmp a {
  color: #186746;
}
.table-cmp__description {
  margin-bottom: 40px;
}
.table-cmp__description li {
  line-height: 24px;
}
.table-cmp__figure {
  margin: 0;
}
.table-cmp__table {
  margin: 0;
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .table-cmp__table {
    font-size: 16px;
    line-height: 24px;
  }
}
.table-cmp__table .table-cmp__table-head .table-cmp__table-header-row:first-child .table-cmp__table-header:first-child {
  border-top-left-radius: 4px;
}
.table-cmp__table .table-cmp__table-head .table-cmp__table-header-row:first-child .table-cmp__table-header:last-child {
  border-top-right-radius: 4px;
}
.table-cmp__table .table-cmp__table-body .table-cmp__table-row:last-child .table-cmp__table-data:first-child {
  border-bottom-left-radius: 4px;
}
.table-cmp__table .table-cmp__table-body .table-cmp__table-row:last-child .table-cmp__table-data:last-child {
  border-bottom-right-radius: 4px;
}
.table-cmp__table--year-table-js {
  border-radius: 0;
}
.table-cmp__table-header-row:not(:first-child) .table-cmp__table-header:first-child,
.table-cmp__table-row .table-cmp__table-data:first-child {
  border-left: 2px solid #d5d8d7;
}
.table-cmp__table-header-row:not(:first-child) .table-cmp__table-header:last-child,
.table-cmp__table-row .table-cmp__table-data:last-child {
  border-right: 2px solid #d5d8d7;
}
.table-cmp__table-row:last-child .table-cmp__table-data {
  border-bottom: 2px solid #d5d8d7;
}
.table-cmp__table-header-row:not(:first-child) .table-cmp__table-header {
  border-top: 2px solid #d5d8d7;
}
.table-cmp__table--year-table-js .table-cmp__table-row:last-child .table-cmp__table-data {
  border-bottom: 0;
}
.table-cmp__table-row:nth-child(odd) {
  background-color: #FAFAFA;
}
.table-cmp__table-header {
  color: #0F310C;
  width: 376px;
}
.table-cmp__table-header--title {
  background-color: #186746;
  color: #ffffff;
}
.table-cmp__table-header,
.table-cmp__table-data {
  padding: 16px 20px;
}
.aem-Grid.aem-Grid--12.aem-Grid--default--12 .table.aem-GridColumn.aem-GridColumn--default--12 .has-year-table-js {
  padding: 0;
}
.aem-Grid.aem-Grid--12.aem-Grid--default--12 .table.aem-GridColumn.aem-GridColumn--default--12 .has-year-table-js:first-child {
  padding-bottom: 0;
}
.aem-Grid.aem-Grid--12.aem-Grid--default--12 .has-year-table-js .table-cmp__figure {
  margin-top: 0;
  margin-bottom: 0;
}
.aem-Grid.aem-Grid--12.aem-Grid--default--12 .has-year-table-js .table-cmp__table {
  margin-top: 0;
}
.has-year-table-js table .table-cmp__table-row:last-child .table-cmp__table-data {
  border-bottom: 2px solid #d5d8d7;
}
.has-year-table-js + .has-year-table-js table {
  border-radius: 0;
}
.cmp-main-container > .cmp-container > .aem-Grid .has-year-table-js:has( + .has-year-table-js) table .table-cmp__table-row:last-child .table-cmp__table-data {
  border-bottom: none;
}
.cmp-main-container > .cmp-container > .aem-Grid .has-year-table-js:has( + .has-year-table-js) .table-cmp__table-body .table-cmp__table-row:last-child .table-cmp__table-data {
  border-radius: 0;
}
.cmp-main-container > .cmp-container > .aem-Grid .has-year-table-js + .has-year-table-js .table-cmp__table-head .table-cmp__table-header-row:first-child .table-cmp__table-header {
  border-radius: 0;
  border-left: 2px solid #d5d8d7;
  border-right: 2px solid #d5d8d7;
}
.cmp-main-container > .cmp-container > .aem-Grid .has-year-table-js + .has-year-table-js table .table-cmp__table-row:last-child .table-cmp__table-data:first-child {
  border-bottom-left-radius: 4px;
}
.cmp-main-container > .cmp-container > .aem-Grid .has-year-table-js + .has-year-table-js table .table-cmp__table-row:last-child .table-cmp__table-data:last-child {
  border-bottom-right-radius: 4px;
}
