.web-page.installation-guide .container {
  max-width: 113rem; }

.web-page.installation-guide .sharing-options {
  justify-content: flex-start;
  color: #FFF; }
  .web-page.installation-guide .sharing-options button {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    border-radius: 0;
    padding: 8px 16px; }

.web-page.installation-guide .page-cells {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap; }
  .web-page.installation-guide .page-cells .cell {
    display: inline-block;
    flex: none; }
  .web-page.installation-guide .page-cells.three-cells .cell {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 551px) {
      .web-page.installation-guide .page-cells.three-cells .cell {
        width: 50%; } }
    @media (min-width: 1181px) {
      .web-page.installation-guide .page-cells.three-cells .cell {
        width: 33.33%;
        margin-bottom: 0; } }
  .web-page.installation-guide .page-cells.two-cells .cell {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 551px) {
      .web-page.installation-guide .page-cells.two-cells .cell {
        width: 50%;
        margin-bottom: 0; } }

.web-page.installation-guide .main .page-hero {
  padding: 42px;
  background: #192329; }
  .web-page.installation-guide .main .page-hero h1 {
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    width: 945px;
    max-width: 100%;
    font-size: 30px;
    line-height: 36px; }
    @media (min-width: 551px) {
      .web-page.installation-guide .main .page-hero h1 {
        font-size: 50px;
        line-height: 56px; } }
  .web-page.installation-guide .main .page-hero .page-subheading {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px; }
  .web-page.installation-guide .main .page-hero .hero-cells {
    display: flex;
    align-items: center; }
    .web-page.installation-guide .main .page-hero .hero-cells .cell {
      width: auto;
      display: flex;
      align-items: center;
      gap: 5px; }
      .web-page.installation-guide .main .page-hero .hero-cells .cell .cell-icon {
        width: 30px;
        height: 30px; }
        .web-page.installation-guide .main .page-hero .hero-cells .cell .cell-icon svg {
          width: auto;
          height: auto; }
      .web-page.installation-guide .main .page-hero .hero-cells .cell .cell-content {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
      .web-page.installation-guide .main .page-hero .hero-cells .cell:nth-child(2) {
        border-left: 1px solid #A9AFB6;
        border-right: 1px solid #A9AFB6;
        margin: 0 10px;
        padding: 0 10px; }

.web-page.installation-guide .main .section.page-section {
  display: flex;
  padding: 42px 42px 20px 42px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px; }
  .web-page.installation-guide .main .section.page-section .inner-container {
    width: 100%; }
  .web-page.installation-guide .main .section.page-section h2 {
    color: #000;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 26px; }
    @media (min-width: 551px) {
      .web-page.installation-guide .main .section.page-section h2 {
        font-size: 30px;
        line-height: 32px; } }
  .web-page.installation-guide .main .section.page-section h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 20px; }
  .web-page.installation-guide .main .section.page-section h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 20px; }
  .web-page.installation-guide .main .section.page-section hr {
    height: 1px;
    width: 100%;
    background: #A9AFB6;
    margin: 26px 0;
    border: 0 none; }
  .web-page.installation-guide .main .section.page-section p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
  .web-page.installation-guide .main .section.page-section ul {
    margin-top: 20px;
    margin-bottom: 20px; }
    .web-page.installation-guide .main .section.page-section ul li {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
    .web-page.installation-guide .main .section.page-section ul ul {
      margin-top: 0;
      margin-bottom: 0; }
  .web-page.installation-guide .main .section.page-section img {
    margin: 0 auto;
    display: block;
    width: 100%; }
  .web-page.installation-guide .main .section.page-section .note-section {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: #C2D0E0;
    margin-bottom: 40px; }
    .web-page.installation-guide .main .section.page-section .note-section p {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
      .web-page.installation-guide .main .section.page-section .note-section p:last-child {
        margin: 0; }
    .web-page.installation-guide .main .section.page-section .note-section strong {
      color: #375167;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 125%;
      text-transform: uppercase; }
    .web-page.installation-guide .main .section.page-section .note-section ul {
      margin-top: 0;
      margin-bottom: 0; }
      .web-page.installation-guide .main .section.page-section .note-section ul li {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
    .web-page.installation-guide .main .section.page-section .note-section.red-note-section {
      background: #DE3C60; }
      .web-page.installation-guide .main .section.page-section .note-section.red-note-section p, .web-page.installation-guide .main .section.page-section .note-section.red-note-section ul li, .web-page.installation-guide .main .section.page-section .note-section.red-note-section strong {
        color: #fff; }
    .web-page.installation-guide .main .section.page-section .note-section.transparent-note-section {
      background: transparent;
      border: 1px solid #66737E; }
      .web-page.installation-guide .main .section.page-section .note-section.transparent-note-section p, .web-page.installation-guide .main .section.page-section .note-section.transparent-note-section ul li, .web-page.installation-guide .main .section.page-section .note-section.transparent-note-section strong {
        color: #000; }
      .web-page.installation-guide .main .section.page-section .note-section.transparent-note-section hr {
        margin: 0; }
  .web-page.installation-guide .main .section.page-section.white-section {
    background: #fff; }
  .web-page.installation-guide .main .section.page-section.grey-section {
    background: #F4F4F4; }
    .web-page.installation-guide .main .section.page-section.grey-section p a {
      color: #000; }
  .web-page.installation-guide .main .section.page-section .page-section-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .web-page.installation-guide .main .section.page-section .page-cells.three-cells.special-spacing {
    padding: 20px 0; }
    @media (min-width: 1181px) {
      .web-page.installation-guide .main .section.page-section .page-cells.three-cells.special-spacing {
        padding: 40px 0; } }
    .web-page.installation-guide .main .section.page-section .page-cells.three-cells.special-spacing .cell {
      width: calc(100% - 20px); }
      @media (min-width: 551px) {
        .web-page.installation-guide .main .section.page-section .page-cells.three-cells.special-spacing .cell {
          width: calc(50% - 20px); } }
      @media (min-width: 1181px) {
        .web-page.installation-guide .main .section.page-section .page-cells.three-cells.special-spacing .cell {
          width: calc(33.33% - 40.5px); }
          .web-page.installation-guide .main .section.page-section .page-cells.three-cells.special-spacing .cell:nth-child(2) {
            padding-left: 40px;
            padding-right: 40px;
            margin-left: 40px;
            margin-right: 40px;
            border-left: 1px solid #A9AFB6;
            border-right: 1px solid #A9AFB6; } }
  .web-page.installation-guide .main .section.page-section .page-cells.two-cells.extra-details h2 {
    margin-bottom: 40px; }
  .web-page.installation-guide .main .section.page-section .page-cells.two-cells.extra-details .cell {
    width: 100%; }
    @media (min-width: 551px) {
      .web-page.installation-guide .main .section.page-section .page-cells.two-cells.extra-details .cell {
        width: calc(50% - 40.5px); }
        .web-page.installation-guide .main .section.page-section .page-cells.two-cells.extra-details .cell:first-child {
          padding-right: 40px;
          border-right: 1px solid #A9AFB6; }
        .web-page.installation-guide .main .section.page-section .page-cells.two-cells.extra-details .cell:last-child {
          padding-left: 40px; } }
  .web-page.installation-guide .main .section.page-section .page-cells.two-cells.special-spacing {
    padding: 40px 0; }
    .web-page.installation-guide .main .section.page-section .page-cells.two-cells.special-spacing .cell {
      width: 100%; }
      @media (min-width: 551px) {
        .web-page.installation-guide .main .section.page-section .page-cells.two-cells.special-spacing .cell {
          width: calc(50% - 40.5px); }
          .web-page.installation-guide .main .section.page-section .page-cells.two-cells.special-spacing .cell:first-child {
            padding-right: 40px;
            border-right: 1px solid #A9AFB6; }
          .web-page.installation-guide .main .section.page-section .page-cells.two-cells.special-spacing .cell:last-child {
            padding-left: 40px; } }
  .web-page.installation-guide .main .section.page-section .page-cells.two-cells.big-cell .cell {
    width: 100%; }
    @media (min-width: 551px) {
      .web-page.installation-guide .main .section.page-section .page-cells.two-cells.big-cell .cell {
        width: 33.33%; }
        .web-page.installation-guide .main .section.page-section .page-cells.two-cells.big-cell .cell:first-child {
          width: 66.66%; } }
  .web-page.installation-guide .main .section.page-section .page-cells.two-cells.bigger-cell .cell {
    width: 100%; }
    @media (min-width: 551px) {
      .web-page.installation-guide .main .section.page-section .page-cells.two-cells.bigger-cell .cell {
        width: 28%; }
        .web-page.installation-guide .main .section.page-section .page-cells.two-cells.bigger-cell .cell:first-child {
          width: 72%; } }
  .web-page.installation-guide .main .section.page-section .page-cells.two-cells.smaller-cell .cell {
    width: 100%; }
    @media (min-width: 551px) {
      .web-page.installation-guide .main .section.page-section .page-cells.two-cells.smaller-cell .cell {
        width: 55%; }
        .web-page.installation-guide .main .section.page-section .page-cells.two-cells.smaller-cell .cell:first-child {
          width: 45%; } }
  .web-page.installation-guide .main .section.page-section .page-cells.two-cells.uneven-cell .cell {
    width: 100%; }
    @media (min-width: 551px) {
      .web-page.installation-guide .main .section.page-section .page-cells.two-cells.uneven-cell .cell {
        width: 47%; }
        .web-page.installation-guide .main .section.page-section .page-cells.two-cells.uneven-cell .cell:first-child {
          width: 53%; } }
  .web-page.installation-guide .main .section.page-section .page-cells.two-cells.small-cell .cell {
    width: 100%; }
    @media (min-width: 551px) {
      .web-page.installation-guide .main .section.page-section .page-cells.two-cells.small-cell .cell {
        width: 65%; }
        .web-page.installation-guide .main .section.page-section .page-cells.two-cells.small-cell .cell:first-child {
          width: 35%; } }
  .web-page.installation-guide .main .section.page-section .page-cells.five-cells .cell {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 551px) {
      .web-page.installation-guide .main .section.page-section .page-cells.five-cells .cell {
        width: 50%; } }
    @media (min-width: 1181px) {
      .web-page.installation-guide .main .section.page-section .page-cells.five-cells .cell {
        width: 20%;
        margin-bottom: 0; } }
    .web-page.installation-guide .main .section.page-section .page-cells.five-cells .cell img {
      margin-left: 0;
      margin-right: 10px;
      width: calc(100% - 10px); }
