<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal--microclimate-banner {
  background-color: #005AE8;
  position: relative;
  z-index: 0; }
  .modal--microclimate-banner:after {
    -webkit-clip-path: polygon(53.14% 3.29%, 81.63% 0.71%, 100% 0px, 100% 100%, 85% 100%, 50% 100%, 24% 100%, 0px 100%, 0px 10.29%, 25.68% 6.57%);
            clip-path: polygon(53.14% 3.29%, 81.63% 0.71%, 100% 0px, 100% 100%, 85% 100%, 50% 100%, 24% 100%, 0px 100%, 0px 10.29%, 25.68% 6.57%);
    content: "";
    display: block;
    position: absolute;
    height: 60%;
    bottom: 0;
    width: 100%;
    background-color: #1466E9;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .modal--microclimate-banner:after {
        -webkit-clip-path: polygon(55.54% 0.91%, 80.03% 0.34%, 100% 0px, 100% 100%, 85% 100%, 50% 100%, 24% 100%, 0px 100%, 0 2.94%, 26.75% 1.82%);
                clip-path: polygon(55.54% 0.91%, 80.03% 0.34%, 100% 0px, 100% 100%, 85% 100%, 50% 100%, 24% 100%, 0px 100%, 0 2.94%, 26.75% 1.82%); } }

.microclimate-banner {
  height: calc(100vh - 158px);
  min-height: 650px;
  position: relative; }
  @media (max-width: 991.98px) {
    .microclimate-banner {
      height: 550px;
      min-height: unset;
      margin-top: -30px; } }
  .microclimate-banner-image {
    height: 100%;
    position: relative;
    width: 100%;
    position: absolute;
    z-index: -1; }
    .microclimate-banner-image video,
    .microclimate-banner-image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      width: 100%; }
    .microclimate-banner-image:before {
      content: "";
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .microclimate-banner-image img {
      -o-object-position: center top;
         object-position: center top; }
  .microclimate-banner-content {
    width: 100%;
    padding-right: 90px;
    padding-left: 90px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 101; }
    @media (max-width: 991.98px) {
      .microclimate-banner-content {
        padding-right: 30px;
        padding-left: 30px; } }
    @media (min-width: 576px) {
      .microclimate-banner-content {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .microclimate-banner-content {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .microclimate-banner-content {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .microclimate-banner-content {
        max-width: 1400px; } }
  .microclimate-banner-copy {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50px 15px 1fr;
    grid-template-columns: 50px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 15px;
    max-width: 55%;
    position: absolute;
    bottom: 200px; }
  .microclimate-banner-copy &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .microclimate-banner-copy &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
    @media (max-width: 767.98px) {
      .microclimate-banner-copy {
        max-width: 90%;
        bottom: 150px; } }
  .microclimate-banner-heading {
    color: #fff;
    padding: 0 7.5px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); }
    .microclimate-banner-heading {
      font-size: 24px; }
    @media (min-width: 575px) {
      .microclimate-banner-heading {
        font-size: calc(24px + 16 * (100vw - 575px) / 1025); } }
    @media (min-width: 1600px) {
      .microclimate-banner-heading {
        font-size: 40px; } }
  .microclimate-banner-button {
    transition: all 0.35s ease;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    background-color: #fff;
    color: #005AE8;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1);
    transition: all 0.35s ease;
    padding: 0;
    height: 50px;
    width: 50px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
    .microclimate-banner-button {
      font-size: 16px; }
    .prefers-reduced-motion .microclimate-banner-button {
      transition: none; }
    .microclimate-banner-button:hover {
      color: #000;
      background-color: #e6e6e6; }
    .microclimate-banner-button:disabled, .microclimate-banner-button.disabled {
      transition: none;
      opacity: 1;
      box-shadow: none;
      cursor: default;
      background-color: #f2f2f2;
      color: #434343;
      pointer-events: none; }
      .prefers-reduced-motion .microclimate-banner-button:disabled, .prefers-reduced-motion .microclimate-banner-button.disabled {
        transition: none; }
    .microclimate-banner-button:active, .microclimate-banner-button.active {
      background-color: #d9d9d9; }
    .microclimate-banner-button span {
      line-height: 0; }
    .microclimate-banner-button:hover {
      background-color: #fff;
      transform: scale(1.15); }
    .is-tabbing .microclimate-banner-button:focus {
      outline: 0.2rem solid #E6AE03 !important; }
    @media (max-width: 991.98px) {
      .microclimate-banner-button {
        height: 50px;
        width: 50px; }
        .microclimate-banner-button {
          font-size: 16px; } }
  .microclimate-banner-card-layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 0 30px;
    margin-top: auto; }
  .microclimate-banner-card-layout &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .microclimate-banner-card-layout &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
    @media (max-width: 991.98px) {
      .microclimate-banner-card-layout {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-gap: 15px;
        position: relative;
        top: 60px; }
      .microclimate-banner-card-layout &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
    @media (max-width: 767.98px) {
      .microclimate-banner-card-layout {
        top: 150px; } }
  .microclimate-banner-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 160px 1fr;
    grid-template-columns: 160px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    height: 160px;
    overflow: hidden;
    text-decoration: none; }
  .microclimate-banner-card &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .microclimate-banner-card &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
    @media (max-width: 991.98px) {
      .microclimate-banner-card {
        height: auto;
        min-height: 120px; } }
    @media (max-width: 767.98px) {
      .microclimate-banner-card {
        -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto; }
      .microclimate-banner-card &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .microclimate-banner-card &gt; *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; } }
    .microclimate-banner-card-image {
      height: 100%;
      position: relative;
      width: 100%; }
      .microclimate-banner-card-image video,
      .microclimate-banner-card-image img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        width: 100%; }
    .microclimate-banner-card-content {
      display: flex;
      align-items: center;
      padding: 30px 60px 30px 30px;
      position: relative; }
      .microclimate-banner-card-content:after {
        content: "\f12d";
        font-family: "icons" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px; }
      @media (max-width: 767.98px) {
        .microclimate-banner-card-content {
          padding: 15px 60px 15px 15px; }
          .microclimate-banner-card-content:after {
            right: 15px; }
            .microclimate-banner-card-content:after {
              font-size: 21px; } }
    .microclimate-banner-card-heading {
      color: #005AE8;
      margin: 0;
      text-decoration: none; }
      .microclimate-banner-card-heading {
        font-size: 18px; }
      @media (min-width: 575px) {
        .microclimate-banner-card-heading {
          font-size: calc(18px + 2 * (100vw - 575px) / 1025); } }
      @media (min-width: 1600px) {
        .microclimate-banner-card-heading {
          font-size: 20px; } }

.modal--microclimate-banner {
  background: #fff;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 999; }
  .modal--microclimate-banner:after {
    -webkit-clip-path: polygon(52.86% 3.43%, 78.54% 6.71%, 100% 10.29%, 100% 100%, 75% 100%, 50% 100%, 25% 100%, 0px 100%, 0px 0px, 24.98% 1.13%);
            clip-path: polygon(52.86% 3.43%, 78.54% 6.71%, 100% 10.29%, 100% 100%, 75% 100%, 50% 100%, 25% 100%, 0px 100%, 0px 0px, 24.98% 1.13%);
    background-color: #f2f2f2;
    height: 50%; }
    @media (max-width: 991.98px) {
      .modal--microclimate-banner:after {
        -webkit-clip-path: polygon(50.72% 1.91%, 77.47% 3.42%, 100% 5%, 100% 100%, 75% 100%, 50% 100%, 25% 100%, 0px 100%, 0px 0px, 23.11% 0.66%);
                clip-path: polygon(50.72% 1.91%, 77.47% 3.42%, 100% 5%, 100% 100%, 75% 100%, 50% 100%, 25% 100%, 0px 100%, 0px 0px, 23.11% 0.66%); } }
  @media (max-width: 767.98px) {
    .modal--microclimate-banner {
      height: calc(var(--vh, 1vh) * 100 - 65px); } }
  .modal--microclimate-banner .modal-dialog {
    position: absolute;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    margin: 0 auto;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    height: 100%; }
    @media (max-width: 991.98px) {
      .modal--microclimate-banner .modal-dialog {
        padding-left: 0;
        padding-right: 0;
        overflow: scroll; } }
    .modal--microclimate-banner .modal-dialog .modal-dismiss-button {
      transition: all 0.35s ease;
      display: inline-flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background-color: #fff;
      border: 2px solid #000;
      border-radius: 25px;
      padding: 12px 30px;
      cursor: pointer;
      font-weight: 600;
      text-decoration: none;
      display: flex;
      background-color: #fff;
      color: #005AE8;
      height: 65px;
      width: 65px;
      border-radius: 50%;
      border: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transform: scale(1);
      transition: all 0.35s ease;
      padding: 0;
      height: 50px;
      width: 50px;
      position: absolute;
      right: 0;
      top: 30px; }
      .modal--microclimate-banner .modal-dialog .modal-dismiss-button {
        font-size: 16px; }
      .prefers-reduced-motion .modal--microclimate-banner .modal-dialog .modal-dismiss-button {
        transition: none; }
      .modal--microclimate-banner .modal-dialog .modal-dismiss-button:hover {
        color: #000;
        background-color: #e6e6e6; }
      .modal--microclimate-banner .modal-dialog .modal-dismiss-button:disabled, .modal--microclimate-banner .modal-dialog .modal-dismiss-button.disabled {
        transition: none;
        opacity: 1;
        box-shadow: none;
        cursor: default;
        background-color: #f2f2f2;
        color: #434343;
        pointer-events: none; }
        .prefers-reduced-motion .modal--microclimate-banner .modal-dialog .modal-dismiss-button:disabled, .prefers-reduced-motion .modal--microclimate-banner .modal-dialog .modal-dismiss-button.disabled {
          transition: none; }
      .modal--microclimate-banner .modal-dialog .modal-dismiss-button:active, .modal--microclimate-banner .modal-dialog .modal-dismiss-button.active {
        background-color: #d9d9d9; }
      .modal--microclimate-banner .modal-dialog .modal-dismiss-button span {
        line-height: 0; }
      .modal--microclimate-banner .modal-dialog .modal-dismiss-button:hover {
        background-color: #fff;
        transform: scale(1.15); }
      .is-tabbing .modal--microclimate-banner .modal-dialog .modal-dismiss-button:focus {
        outline: 0.2rem solid #E6AE03 !important; }
      @media (max-width: 991.98px) {
        .modal--microclimate-banner .modal-dialog .modal-dismiss-button {
          height: 50px;
          width: 50px; }
          .modal--microclimate-banner .modal-dialog .modal-dismiss-button {
            font-size: 16px; } }
      @media (max-width: 991.98px) {
        .modal--microclimate-banner .modal-dialog .modal-dismiss-button {
          right: 15px;
          top: 15px; } }
  .modal--microclimate-banner .modal-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 500px 1fr;
    grid-template-columns: 500px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    min-height: auto;
    margin: 0; }
  .modal--microclimate-banner .modal-header &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .modal--microclimate-banner .modal-header &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
    @media (max-width: 991.98px) {
      .modal--microclimate-banner .modal-header {
        -ms-grid-columns: 300px 1fr;
        grid-template-columns: 300px 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        margin-bottom: 60px; }
      .modal--microclimate-banner .modal-header &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .modal--microclimate-banner .modal-header &gt; *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; } }
  .modal--microclimate-banner .modal-content {
    background-color: transparent;
    height: 100%; }

.microclimate-banner-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-60%);
  display: block;
  position: relative; }
  @media (max-width: 991.98px) {
    .microclimate-banner-carousel {
      position: absolute;
      position: relative;
      top: auto;
      left: auto;
      transform: translate(0, 0); } }
  .microclimate-banner-carousel .tns-nav {
    margin: 60px 0 0; }
    @media (max-width: 767.98px) {
      .microclimate-banner-carousel .tns-nav {
        margin: 30px 0; } }
  .microclimate-banner-carousel .carousel-controls {
    position: absolute;
    top: 35%;
    width: 100%;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .microclimate-banner-carousel .carousel-controls {
        top: auto;
        bottom: 30px; } }
    .microclimate-banner-carousel .carousel-controls .btn--prev {
      transition: all 0.35s ease;
      display: inline-flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background-color: #fff;
      border: 2px solid #000;
      border-radius: 25px;
      padding: 12px 30px;
      cursor: pointer;
      font-weight: 600;
      text-decoration: none;
      display: flex;
      background-color: #fff;
      color: #005AE8;
      height: 65px;
      width: 65px;
      border-radius: 50%;
      border: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transform: scale(1);
      transition: all 0.35s ease;
      padding: 0;
      position: absolute;
      left: 0;
      pointer-events: auto; }
      .microclimate-banner-carousel .carousel-controls .btn--prev {
        font-size: 16px; }
      .prefers-reduced-motion .microclimate-banner-carousel .carousel-controls .btn--prev {
        transition: none; }
      .microclimate-banner-carousel .carousel-controls .btn--prev:hover {
        color: #000;
        background-color: #e6e6e6; }
      .microclimate-banner-carousel .carousel-controls .btn--prev:disabled, .microclimate-banner-carousel .carousel-controls .btn--prev.disabled {
        transition: none;
        opacity: 1;
        box-shadow: none;
        cursor: default;
        background-color: #f2f2f2;
        color: #434343;
        pointer-events: none; }
        .prefers-reduced-motion .microclimate-banner-carousel .carousel-controls .btn--prev:disabled, .prefers-reduced-motion .microclimate-banner-carousel .carousel-controls .btn--prev.disabled {
          transition: none; }
      .microclimate-banner-carousel .carousel-controls .btn--prev:active, .microclimate-banner-carousel .carousel-controls .btn--prev.active {
        background-color: #d9d9d9; }
      .microclimate-banner-carousel .carousel-controls .btn--prev span {
        line-height: 0; }
      .microclimate-banner-carousel .carousel-controls .btn--prev:hover {
        background-color: #fff;
        transform: scale(1.15); }
      .is-tabbing .microclimate-banner-carousel .carousel-controls .btn--prev:focus {
        outline: 0.2rem solid #E6AE03 !important; }
      @media (max-width: 991.98px) {
        .microclimate-banner-carousel .carousel-controls .btn--prev {
          height: 50px;
          width: 50px; }
          .microclimate-banner-carousel .carousel-controls .btn--prev {
            font-size: 16px; } }
    .microclimate-banner-carousel .carousel-controls .btn--next {
      transition: all 0.35s ease;
      display: inline-flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background-color: #fff;
      border: 2px solid #000;
      border-radius: 25px;
      padding: 12px 30px;
      cursor: pointer;
      font-weight: 600;
      text-decoration: none;
      display: flex;
      background-color: #fff;
      color: #005AE8;
      height: 65px;
      width: 65px;
      border-radius: 50%;
      border: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transform: scale(1);
      transition: all 0.35s ease;
      padding: 0;
      position: absolute;
      pointer-events: auto;
      right: 0; }
      .microclimate-banner-carousel .carousel-controls .btn--next {
        font-size: 16px; }
      .prefers-reduced-motion .microclimate-banner-carousel .carousel-controls .btn--next {
        transition: none; }
      .microclimate-banner-carousel .carousel-controls .btn--next:hover {
        color: #000;
        background-color: #e6e6e6; }
      .microclimate-banner-carousel .carousel-controls .btn--next:disabled, .microclimate-banner-carousel .carousel-controls .btn--next.disabled {
        transition: none;
        opacity: 1;
        box-shadow: none;
        cursor: default;
        background-color: #f2f2f2;
        color: #434343;
        pointer-events: none; }
        .prefers-reduced-motion .microclimate-banner-carousel .carousel-controls .btn--next:disabled, .prefers-reduced-motion .microclimate-banner-carousel .carousel-controls .btn--next.disabled {
          transition: none; }
      .microclimate-banner-carousel .carousel-controls .btn--next:active, .microclimate-banner-carousel .carousel-controls .btn--next.active {
        background-color: #d9d9d9; }
      .microclimate-banner-carousel .carousel-controls .btn--next span {
        line-height: 0; }
      .microclimate-banner-carousel .carousel-controls .btn--next:hover {
        background-color: #fff;
        transform: scale(1.15); }
      .is-tabbing .microclimate-banner-carousel .carousel-controls .btn--next:focus {
        outline: 0.2rem solid #E6AE03 !important; }
      @media (max-width: 991.98px) {
        .microclimate-banner-carousel .carousel-controls .btn--next {
          height: 50px;
          width: 50px; }
          .microclimate-banner-carousel .carousel-controls .btn--next {
            font-size: 16px; } }
    @media (max-width: 991.98px) {
      .microclimate-banner-carousel .carousel-controls .btn--prev, .microclimate-banner-carousel .carousel-controls .btn--next {
        background-color: transparent;
        box-shadow: none; } }
    .microclimate-banner-carousel .carousel-controls:focus {
      box-shadow: none !important; }
      .microclimate-banner-carousel .carousel-controls:focus .btn--prev,
      .microclimate-banner-carousel .carousel-controls:focus .btn--next {
        outline: 0.2rem solid #E6AE03 !important; }
  .microclimate-banner-carousel .carousel-slide {
    height: 100%; }
    .microclimate-banner-carousel .carousel-slide video, .microclimate-banner-carousel .carousel-slide img {
      position: relative;
      height: auto; }
    @media (max-width: 991.98px) {
      .microclimate-banner-carousel .carousel-slide .split-content-container {
        grid-gap: 30px 0;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-template-rows: repeat(2, auto);
        /* autoprefixer: ignore next */
        grid-template-areas: "left-col" "right-col"; } }
  .microclimate-banner-carousel .carousel-content {
    background: transparent;
    min-height: auto;
    padding: 0; }
    .microclimate-banner-carousel .carousel-content .split-content {
      margin: 0;
      padding: 0 30px; }
    .microclimate-banner-carousel .carousel-content .btn--primary {
      margin-top: 30px; }
    @media (max-width: 991.98px) {
      .microclimate-banner-carousel .carousel-content .split-content {
        padding: 0; } }
    @media (max-width: 767.98px) {
      .microclimate-banner-carousel .carousel-content .btn--primary {
        width: 100%; } }
</pre></body></html>