@charset "UTF-8";
/* ==========================================================================
        Landing Page — Nexus CMS
   ========================================================================== */
body > main .d-none {
  display: none !important;
}
body > main .d-block {
  display: block;
}
body > main .d-block\! {
  display: block !important;
}
body > main .d-inline-block {
  display: inline-block;
}
body > main .d-flex {
  display: flex;
}
body > main .d-flex\! {
  display: flex !important;
}
body > main .d-table-cell {
  display: table-cell;
}
body > main .flex-column {
  flex-direction: column;
}
body > main .flex-column-reverse {
  flex-direction: column-reverse;
}
body > main .flex-row {
  flex-direction: row;
}
body > main .justify-evenly {
  justify-content: space-evenly !important;
}
body > main .justify-between {
  justify-content: space-between;
}
body > main .justify-center {
  justify-content: center;
}
body > main .justify-around {
  justify-content: space-around;
}
body > main .align-center {
  align-items: center;
}
body > main .grow {
  flex-grow: 1;
}
body > main .grow-0 {
  flex-grow: 0;
}
body > main .font-64 {
  font-size: 64px;
  line-height: 64px;
}
body > main .font-53 {
  font-size: 53px;
  line-height: 53px;
}
body > main .font-46 {
  font-size: 46px;
  line-height: 46px;
}
body > main .font-40 {
  font-size: 40px;
  line-height: 40px;
}
body > main .font-28 {
  font-size: 28px;
  line-height: 28px;
}
body > main .font-28\! {
  font-size: 28px !important;
  line-height: 28px !important;
}
body > main .font-24 {
  font-size: 24px;
  line-height: 24px;
}
body > main .font-21 {
  font-size: 21px;
  line-height: 21px;
}
body > main .font-20 {
  font-size: 20px;
  line-height: 20px;
}
body > main .font-16 {
  font-size: 16px;
  line-height: 16px;
}
body > main .font-14 {
  font-size: 14px;
  line-height: 14px;
}
body > main .line-44 {
  line-height: 44px;
}
body > main .line-42 {
  line-height: 42px;
}
body > main .line-34 {
  line-height: 34px;
}
body > main .line-29 {
  line-height: 29px;
}
body > main .line-22 {
  line-height: 22px;
}
body > main .line-12 {
  line-height: 12px;
}
body > main .font-light {
  font-weight: 300;
}
body > main .font-light\! {
  font-weight: 300 !important;
}
body > main .font-regular {
  font-weight: 400;
}
body > main .font-medium {
  font-weight: 500;
}
body > main .font-semibold {
  font-weight: 600;
}
body > main .font-bold {
  font-weight: 700;
}
body > main .font-bold\! {
  font-weight: 700 !important;
}
body > main .font-bolder {
  font-weight: 800;
}
body > main .font-black {
  font-weight: 900;
}
body > main .text-upper {
  text-transform: uppercase;
}
body > main .text-cap {
  text-transform: capitalize;
}
body > main .text-center {
  text-align: center;
}
body > main .text-left {
  text-align: left;
}
body > main .text-justify {
  text-align: justify;
  text-justify: inter-word;
}
body > main .ws-nowrap {
  white-space: nowrap;
}
body > main .text-underline {
  text-decoration: underline;
}
body > main .text-white {
  color: #fff;
}
body > main .text-white\! {
  color: #fff !important;
}
body > main .text-orange {
  color: #e56a00;
}
body > main .text-blue {
  color: #0573AF;
}
body > main .text-dark-blue {
  color: #004f9d;
}
body > main .text-gray {
  color: #E9E9E9;
}
body > main .bg-orange {
  background-color: #e56a00 !important;
}
body > main .bg-blue {
  background-color: #0573AF;
}
body > main .bg-dark-blue {
  background-color: #004f9d !important;
}
body > main .bg-gray {
  background-color: #E9E9E9;
}
body > main .bg-grad-blue {
  background: linear-gradient(to bottom, #0088ce 0%, #006394 100%);
}
body > main .fill-orange {
  fill: #e56a00;
  stroke: #e56a00;
}
body > main .fill-blue {
  fill: #0573AF;
  stroke: #0573AF;
}
body > main .shadow-1 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
body > main .shadow-light {
  box-shadow: 0 3px 3px 2px #dfdfdf;
}
body > main .w-100 {
  width: 100%;
}
body > main .w-95 {
  width: 95%;
}
body > main .w-60 {
  width: 60%;
}
body > main .max-w-100 {
  max-width: 100%;
}
body > main .h-100 {
  height: 100%;
}
body > main .w-25 {
  width: 25%;
}
body > main .w-25\! {
  width: 25% !important;
}
body > main .w-50 {
  width: 50%;
}
body > main .border-15 {
  border-radius: 15px;
}
body > main .border-card {
  border-top-right-radius: 15px 15px;
  border-top-left-radius: 15px 15px;
}
body > main .m-auto {
  margin: auto;
}
body > main .mt-auto {
  margin-top: auto;
}
body > main .mr-auto {
  margin-right: auto;
}
body > main .mb-auto {
  margin-bottom: auto;
}
body > main .ml-auto {
  margin-left: auto;
}
body > main .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
body > main .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
body > main .m-0 {
  margin: 0;
}
body > main .mt-0 {
  margin-top: 0 !important;
}
body > main .mr-0 {
  margin-right: 0;
}
body > main .mb-0 {
  margin-bottom: 0 !important;
}
body > main .ml-0 {
  margin-left: 0;
}
body > main .mx-0 {
  margin-left: 0;
  margin-right: 0;
}
body > main .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
body > main .p-0 {
  padding: 0;
}
body > main .pt-0 {
  padding-top: 0;
}
body > main .pr-0 {
  padding-right: 0;
}
body > main .pb-0 {
  padding-bottom: 0;
}
body > main .pl-0 {
  padding-left: 0;
}
body > main .px-0 {
  padding-left: 0;
  padding-right: 0;
}
body > main .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
body > main .m-1 {
  margin: 8px;
}
body > main .mt-1 {
  margin-top: 8px;
}
body > main .mr-1 {
  margin-right: 8px;
}
body > main .mb-1 {
  margin-bottom: 8px;
}
body > main .ml-1 {
  margin-left: 8px;
}
body > main .mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}
body > main .my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
body > main .p-1 {
  padding: 8px;
}
body > main .pt-1 {
  padding-top: 8px;
}
body > main .pr-1 {
  padding-right: 8px;
}
body > main .pb-1 {
  padding-bottom: 8px;
}
body > main .pl-1 {
  padding-left: 8px;
}
body > main .px-1 {
  padding-left: 8px;
  padding-right: 8px;
}
body > main .py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
body > main .m-2 {
  margin: 16px;
}
body > main .mt-2 {
  margin-top: 16px;
}
body > main .mr-2 {
  margin-right: 16px;
}
body > main .mb-2 {
  margin-bottom: 16px;
}
body > main .ml-2 {
  margin-left: 16px;
}
body > main .mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}
body > main .my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
body > main .p-2 {
  padding: 16px;
}
body > main .pt-2 {
  padding-top: 16px;
}
body > main .pr-2 {
  padding-right: 16px;
}
body > main .pb-2 {
  padding-bottom: 16px;
}
body > main .pl-2 {
  padding-left: 16px;
}
body > main .px-2 {
  padding-left: 16px;
  padding-right: 16px;
}
body > main .py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
body > main .m-3 {
  margin: 24px;
}
body > main .mt-3 {
  margin-top: 24px;
}
body > main .mr-3 {
  margin-right: 24px;
}
body > main .mb-3 {
  margin-bottom: 24px;
}
body > main .mb-3\! {
  margin-bottom: 24px !important;
}
body > main .ml-3 {
  margin-left: 24px;
}
body > main .mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}
body > main .my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
body > main .p-3 {
  padding: 24px;
}
body > main .pt-3 {
  padding-top: 24px;
}
body > main .pr-3 {
  padding-right: 24px;
}
body > main .pb-3 {
  padding-bottom: 24px;
}
body > main .pl-3 {
  padding-left: 24px;
}
body > main .px-3 {
  padding-left: 24px;
  padding-right: 24px;
}
body > main .py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}
body > main .m-4 {
  margin: 40px;
}
body > main .mt-4 {
  margin-top: 40px;
}
body > main .mr-4 {
  margin-right: 40px;
}
body > main .mb-4 {
  margin-bottom: 40px;
}
body > main .ml-4 {
  margin-left: 40px;
}
body > main .mx-4 {
  margin-left: 40px;
  margin-right: 40px;
}
body > main .my-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
body > main .p-4 {
  padding: 40px;
}
body > main .pt-4 {
  padding-top: 40px;
}
body > main .pr-4 {
  padding-right: 40px;
}
body > main .pb-4 {
  padding-bottom: 40px;
}
body > main .pl-4 {
  padding-left: 40px;
}
body > main .px-4 {
  padding-left: 40px;
  padding-right: 40px;
}
body > main .py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
body > main .m-5 {
  margin: 80px;
}
body > main .mt-5 {
  margin-top: 80px;
}
body > main .mr-5 {
  margin-right: 80px;
}
body > main .mb-5 {
  margin-bottom: 80px;
}
body > main .ml-5 {
  margin-left: 80px;
}
body > main .mx-5 {
  margin-left: 80px;
  margin-right: 80px;
}
body > main .my-5 {
  margin-top: 80px;
  margin-bottom: 80px;
}
body > main .p-5 {
  padding: 80px;
}
body > main .pt-5 {
  padding-top: 80px;
}
body > main .pr-5 {
  padding-right: 80px;
}
body > main .pb-5 {
  padding-bottom: 80px;
}
body > main .pl-5 {
  padding-left: 80px;
}
body > main .px-5 {
  padding-left: 80px;
  padding-right: 80px;
}
body > main .py-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}
body > main .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
body > main .ql-align-left {
  text-align: left !important;
  align-self: flex-start !important;
}
body > main .ql-align-center {
  text-align: center !important;
}
body > main .ql-align-right {
  text-align: right !important;
}
body > main .ql-align-justify {
  text-align: justify !important;
}
body > main .ql-size-small {
  font-size: 12px !important;
}
body > main .ql-size-default {
  font-size: 14px !important;
}
body > main .ql-size-medium {
  font-size: 18px !important;
}
body > main .ql-size-large {
  font-size: 24px !important;
}
body > main .ql-size-xlarge {
  font-size: 32px !important;
}
body > main .ql-size-xxlarge {
  font-size: 40px !important;
}
@media (max-width: 991px) {
  body > main .md\:w-95 {
    width: 95%;
  }
  body > main .md\:w-95\! {
    width: 95% !important;
  }
  body > main .md\:w-60 {
    width: 60%;
  }
  body > main .md\:w-60\! {
    width: 60% !important;
  }
  body > main .md\:font-40 {
    font-size: 40px;
  }
  body > main .md\:font-28 {
    font-size: 28px;
  }
  body > main .md\:font-24 {
    font-size: 24px;
  }
  body > main .md\:font-24\! {
    font-size: 24px !important;
  }
  body > main .md\:line-34 {
    line-height: 34px;
  }
  body > main .md\:line-34\! {
    line-height: 34px !important;
  }
  body > main .md\:text-upper {
    text-transform: uppercase;
  }
  body > main .md\:text-upper\! {
    text-transform: uppercase !important;
  }
  body > main .md\:text-center {
    text-align: center;
  }
  body > main .md\:d-flex {
    display: flex;
  }
  body > main .md\:flex-column {
    flex-direction: column;
  }
  body > main .md\:align-center {
    align-items: center;
  }
}
@media (max-width: 600px) {
  body > main .sm\:w-100 {
    width: 100%;
  }
  body > main .sm\:w-100\! {
    width: 100% !important;
  }
}

/*
<a href="" class="jpp-button" style="--button-color:#004F9D"></a>
*/
.main-wrap .jpp-button {
  background-color: var(--button-color, #0573AF);
  color: var(--button-text, #fff) !important;
  font-weight: 700;
  display: block;
  width: fit-content !important;
  height: fit-content;
  text-transform: uppercase;
  padding: 13px 40px !important;
  font-size: 14px !important;
  transition: all 0.24s ease;
  border: 1px solid transparent;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer;
}
.main-wrap .jpp-button:hover {
  background-color: #fff !important;
  color: var(--button-color, #0573AF) !important;
  border: 1px solid var(--button-color, #0573AF);
}
.main-wrap .jpp-button.btn-light-blue {
  --button-color: #0573AF;
}
.main-wrap .jpp-button.btn-blue {
  --button-color: #004f9d;
}
.main-wrap .jpp-button.btn-dark-blue {
  --button-color: #053b72;
}
.main-wrap .jpp-button.btn-navy-blue {
  --button-color: #042d4f;
}
.main-wrap .jpp-button.btn-alt-blue-marine {
  --button-color: #044464;
}
.main-wrap .jpp-button.btn-orange {
  --button-color: #e56a00;
  --button-text: #000;
}
.main-wrap .jpp-button.btn-black {
  --button-color: #222;
}
.main-wrap .jpp-button.btn-white-blue {
  --button-color: #004f9d;
  background-color: #fff !important;
  color: var(--button-color) !important;
}
.main-wrap .jpp-button.btn-white-blue:hover {
  background-color: var(--button-color) !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.main-wrap .jpp-button.btn-white-light-blue {
  --button-color: #0573AF;
  background-color: #fff !important;
  color: var(--button-color) !important;
}
.main-wrap .jpp-button.btn-white-light-blue:hover {
  background-color: var(--button-color) !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.main-wrap .jpp-button.btn-white-black {
  --button-color: #222;
  background-color: #fff !important;
  color: var(--button-color) !important;
}
.main-wrap .jpp-button.btn-white-black:hover {
  background-color: var(--button-color) !important;
  color: #fff !important;
  border: 1px solid #fff;
}

/*
<div class="tile-wrapper-1">
  <div class="tile">
    <p></p>
    <h2></h2>
    <ul>
      <li></li>
      <li></li>
      <li></li>
      <li></li>
      <li></li>
    </ul>
    <a href="" class="jpp-button"></a>
  </div>
  <div class="tile" style="--tile-color:#">
    <p></p>
    <h2></h2>
    <ul>
      <li></li>
      <li></li>
      <li></li>
      <li></li>
      <li></li>
    </ul>
    <a href="#sign-making" class="jpp-button" style="--button-color:#"></a>
  </div>
  <div class="tile" style="--tile-color:#">
    <p></p>
    <h2></h2>
    <ul>
      <li></li>
      <li></li>
      <li></li>
      <li></li>
      <li></li>
    </ul>
    <a href="#" class="jpp-button" style="--button-color:#"></a>
  </div>
</div>
*/
.main-wrap .tile-wrapper-1 {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  min-height: 270px;
}
.main-wrap .tile-wrapper-1 .tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 45px;
  background-color: #F7F7F7;
  width: 400px;
}
.main-wrap .tile-wrapper-1 .tile.cb-col-bg {
  background-color: transparent;
}
.main-wrap .tile-wrapper-1 .tile p {
  font-size: 20px;
  margin: 0;
  white-space: nowrap;
}
.main-wrap .tile-wrapper-1 .tile h2 {
  color: var(--tile-color, #0573AF);
  margin: 0 0 20px;
  white-space: nowrap;
}
.main-wrap .tile-wrapper-1 .tile h2 + p {
  white-space: unset;
  font-size: 14px;
}
.main-wrap .tile-wrapper-1 .tile ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.main-wrap .tile-wrapper-1 .tile ul li {
  font-size: 14px;
  padding-left: 18px;
}
.main-wrap .tile-wrapper-1 .tile ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: var(--tile-color, #0573AF);
  -webkit-mask-image: url(https://jpp.trgcdn.com/landing-pages/resources/index/popular-resources/check.svg);
  mask-image: url(https://jpp.trgcdn.com/landing-pages/resources/index/popular-resources/check.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media (max-width: 768px) {
  .main-wrap .tile-wrapper-1 {
    gap: 25px;
  }
  .main-wrap .tile-wrapper-1 .tile {
    max-width: 360px;
    width: 100%;
  }
}

/*
<div class="tile-wrapper-2 drag-x">
    <div class="tile" style="--tile-color:#004F9D">
        <img style="width:75px" src="" alt="" loading="lazy">
        <h3></h3>
        <p></p>
        <ul>
            <li></li>
            <li></li>
            <li></li>
            <li></li>
        </ul>
        <a href="" class="jpp-button" style="--button-color:#004F9D"></a>
    </div>
    <div class="tile">
        <img src="" alt="" loading="lazy">
        <h3></h3>
        <p></p>
        <ul>
            <li></li>
            <li></li>
            <li></li>
            <li></li>
        </ul>
        <a href="" class="jpp-button"></a>
    </div>
    <div class="tile" style="--tile-color:#F58220">
        <img style="width:67px;" src="" alt="" loading="lazy">
        <h3></h3>
        <p></p>
        <div class="list-wrapper">
            <ul>
                <li></li>
                <li></li>
                <li></li>
                <li></li>
            </ul>
            <ul>
                <li></li>
                <li></li>
                <li></li>
            </ul>
        </div>
        <a href="" class="jpp-button" style="--button-color:#f58220"></a>
    </div>
    <div class="tile" style="--tile-color:#86B9D8">
        <img style="width:150px" src="" alt="" loading="lazy">
        <h3><br></h3>
        <p></p>
        <ul>
            <li></li>
            <li></li>
            <li></li>
        </ul>
        <a href="" class="jpp-button" style="--button-color:#86B9D8"></a>
    </div>
</div>
*/
.main-wrap .tile-wrapper-2 {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  width: 100%;
  justify-content: space-between;
  max-width: 1451px;
  padding: 5px 5px 15px;
  scrollbar-color: rgba(175, 174, 174, 0.38) transparent;
}
.main-wrap .tile-wrapper-2::-webkit-scrollbar {
  height: 8px;
}
.main-wrap .tile-wrapper-2::-webkit-scrollbar-track {
  background: transparent;
}
.main-wrap .tile-wrapper-2::-webkit-scrollbar-thumb {
  background: rgba(175, 174, 174, 0.38);
  border-radius: 4px;
}
.main-wrap .tile-wrapper-2 .tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 28px 25px;
  background-color: #F8F8F8;
  border-radius: 10px;
  box-shadow: 0 1px 6px 1px rgba(128, 128, 128, 0.21);
  min-width: 250px;
}
.main-wrap .tile-wrapper-2 .tile img {
  width: 80px;
}
.main-wrap .tile-wrapper-2 .tile h3 {
  color: #004f9d;
  margin: 10px;
}
.main-wrap .tile-wrapper-2 .tile p {
  text-align: center;
  max-width: 293px;
  margin-top: 0;
}
.main-wrap .tile-wrapper-2 .tile .list-wrapper {
  display: flex;
  gap: 50px;
}
.main-wrap .tile-wrapper-2 .tile ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.main-wrap .tile-wrapper-2 .tile ul li {
  font-size: 14px;
  padding-left: 18px;
  white-space: nowrap;
}
.main-wrap .tile-wrapper-2 .tile ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #e56a00;
  -webkit-mask-image: url(https://jpp.trgcdn.com/landing-pages/resources/index/popular-resources/check.svg);
  mask-image: url(https://jpp.trgcdn.com/landing-pages/resources/index/popular-resources/check.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

html {
  scroll-behavior: smooth;
}
html .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main .main-wrap {
  width: 1500px;
  max-width: 92%;
  margin: 0 auto;
}
main .main-wrap h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 0;
}
main .main-wrap p, main .main-wrap li, main .main-wrap a, main .main-wrap dd {
  font-weight: 400;
}
main .main-wrap h2, main .main-wrap h3, main .main-wrap dt {
  font-weight: 900;
}
main .main-wrap h2 {
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
}
main .main-wrap h3 {
  font-size: 20px;
}
main .main-wrap p {
  font-size: 14px;
}
main .main-wrap a {
  color: #0573AF;
  text-decoration: underline;
  transition: all 0.24s ease;
}
main .main-wrap a:hover {
  color: #004f9d;
}
main .main-wrap section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
}
main .main-wrap #page-header {
  margin-bottom: 0;
}

/*
<section id="seo">
    <h2></h2>
    <p></p>
    <p><a href=""></a></p>

    <h3></h3>
    <p></p>
    <ul>
        <li><a href=""></a><a href=""></a></li>
        <li><a href=""></a></li>
        <li><a href=""></a></li>
        <li><a href=""></a></li>
        <li></li>
    </ul>
    <p></p>

    <h3></h3>
    <p></p>
    <ul>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
    </ul>
    <p><a href=""></a></p>
</section>
*/
.main-wrap #seo {
  margin: 40px 0;
  align-items: flex-start;
}
.main-wrap #seo h2 {
  font-size: 18px;
  font-weight: 900;
  text-transform: capitalize;
  text-align: left;
}
.main-wrap #seo h3, .main-wrap #seo li, .main-wrap #seo a {
  font-size: 14px;
}
.main-wrap #seo p {
  margin: 0 0 10px;
}
.main-wrap #seo ul {
  list-style: disc;
  margin-top: 0;
}
.main-wrap #seo h3 {
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.main-wrap #seo table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 10px 0;
}
.main-wrap #seo table th, .main-wrap #seo table td {
  padding: 10px 12px;
  text-align: left;
  border: 1px solid #ddd;
}
.main-wrap #seo table th {
  font-weight: 600;
  background-color: #f5f5f5;
}
.main-wrap #seo table tr:nth-child(even) {
  background-color: #fafafa;
}

main .main-wrap {
  /*Full-width section (background bleeds edge-to-edge)*/
  /*Two-column layout*/
  /*Three-column layout (default context)*/
  /*Four-column layout (default context)*/
  /*Shared column side (three/four-col)*/
  /*Header*/
  /*Body*/
}
main .main-wrap .cb-section-full {
  position: relative;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
main .main-wrap .cb-section-full-bg {
  position: absolute;
  inset-block: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
main .main-wrap .cb-two-col {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
main .main-wrap .cb-two-col--top {
  align-items: flex-start;
}
main .main-wrap .cb-two-col--middle {
  align-items: center;
}
main .main-wrap .cb-two-col--bottom {
  align-items: flex-end;
}
main .main-wrap .cb-two-col--50-50 > .cb-two-col-side {
  flex: 1;
}
main .main-wrap .cb-two-col--33-67 > .cb-two-col-side:first-child {
  flex: 1;
}
main .main-wrap .cb-two-col--33-67 > .cb-two-col-side:last-child {
  flex: 2;
}
main .main-wrap .cb-two-col--67-33 > .cb-two-col-side:first-child {
  flex: 2;
}
main .main-wrap .cb-two-col--67-33 > .cb-two-col-side:last-child {
  flex: 1;
}
main .main-wrap .cb-two-col .jpp-button {
  white-space: nowrap;
}
@media (max-width: 768px) {
  main .main-wrap .cb-two-col {
    flex-direction: column;
  }
}
main .main-wrap .cb-two-col-side {
  min-width: 250px;
  padding: 24px;
  text-align: left;
}
main .main-wrap .cb-two-col-side--center {
  text-align: center;
}
main .main-wrap .cb-two-col-side--right {
  text-align: right;
}
main .main-wrap .cb-two-col-side.cb-col-has-bg {
  border-radius: 8px;
}
main .main-wrap .cb-two-col-side.cb-col-shadow {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
main .main-wrap .cb-three-col {
  display: flex;
  gap: 11px;
  max-width: 75%;
}
main .main-wrap .cb-three-col--center {
  margin: 0 auto;
}
main .main-wrap .cb-three-col--left {
  margin: 0 auto 0 0;
}
main .main-wrap .cb-three-col--right {
  margin: 0 0 0 auto;
}
main .main-wrap .cb-four-col {
  display: flex;
  gap: 11px;
  max-width: 90%;
}
main .main-wrap .cb-four-col--center {
  margin: 0 auto;
}
main .main-wrap .cb-four-col--left {
  margin: 0 auto 0 0;
}
main .main-wrap .cb-four-col--right {
  margin: 0 0 0 auto;
}
main .main-wrap .cb-col-side {
  flex: 1 1 0;
  min-width: 0;
}
main .main-wrap .cb-col-side.cb-col-has-bg {
  padding: 24px;
  border-radius: 8px;
}
main .main-wrap #page-header {
  margin-top: 0;
}
main .main-wrap .lp-header {
  position: relative;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0;
  z-index: 0;
  /* Layout: stacked (default) — image above content, centered */
  /* Layout: two-col — image left, content right */
  /* Layout: content-only — no image, centered text */
}
main .main-wrap .lp-header::before {
  content: "";
  position: absolute;
  inset-block: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: var(--lp-header-bg-color, transparent);
  background-image: var(--lp-header-bg-image, none);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  main .main-wrap .lp-header::before {
    background-image: var(--lp-header-bg-image-tablet, var(--lp-header-bg-image, none));
  }
}
@media (max-width: 768px) {
  main .main-wrap .lp-header::before {
    background-image: var(--lp-header-bg-image-mobile, var(--lp-header-bg-image-tablet, var(--lp-header-bg-image, none)));
  }
}
main .main-wrap .lp-header::after {
  content: "";
  position: absolute;
  inset-block: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: var(--lp-header-overlay, transparent);
}
main .main-wrap .lp-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}
main .main-wrap .lp-header__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
main .main-wrap .lp-header__content {
  text-align: center;
  max-width: 926px;
}
main .main-wrap .lp-header__content p {
  text-align: center;
  max-width: 926px;
}
main .main-wrap .lp-header__content h1, main .main-wrap .lp-header__content h2, main .main-wrap .lp-header__content h3 {
  color: #fff;
}
main .main-wrap .lp-header__button {
  margin-top: 20px;
  text-align: center;
}
main .main-wrap .lp-header__button a {
  margin: 0 auto;
}
main .main-wrap .lp-header__button--left a {
  margin: 0 auto 0 0;
}
main .main-wrap .lp-header__button--right a {
  margin: 0 0 0 auto;
}
main .main-wrap .lp-header__btn {
  display: inline-block;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: normal;
  padding: 13px 25px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: all 0.24s ease;
  cursor: pointer;
}
main .main-wrap .lp-header__btn--primary {
  background-color: #0088CE;
  border-color: #0088CE;
  color: #fff;
}
main .main-wrap .lp-header__btn--primary:hover {
  background-color: #1e95d4;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
}
main .main-wrap .lp-header__btn--secondary {
  background-color: #F58220;
  border-color: #F58220;
  color: #fff;
}
main .main-wrap .lp-header__btn--secondary:hover {
  background-color: #f6913a;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
}
main .main-wrap .lp-header--stacked .lp-header__inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
main .main-wrap .lp-header--stacked .lp-header__image {
  max-width: 500px;
}
main .main-wrap .lp-header--two-col .lp-header__inner {
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
main .main-wrap .lp-header--two-col .lp-header__image {
  flex: 0 0 auto;
  max-width: 45%;
}
main .main-wrap .lp-header--two-col .lp-header__content {
  flex: 1;
  text-align: left;
}
main .main-wrap .lp-header--two-col .lp-header__content p {
  text-align: left;
}
main .main-wrap .lp-header--content-only .lp-header__inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  main .main-wrap .lp-header {
    padding: 40px 0;
  }
  main .main-wrap .lp-header--two-col .lp-header__inner {
    flex-direction: column;
  }
  main .main-wrap .lp-header--two-col .lp-header__image {
    max-width: 100%;
  }
  main .main-wrap .lp-header--two-col .lp-header__content {
    text-align: center;
  }
  main .main-wrap .lp-header--two-col .lp-header__content p {
    text-align: center;
  }
}
main .main-wrap .lp-content {
  /* Column with background (gradient cards) */
  /*Carousel (Flickity).
    Cell width = (100% - gutters) / --cb-cells (from the admin "Cells per row" field).
    Flickity's `groupCells:'100%'` then paginates when the item count exceeds --cb-cells.*/
  /*Carousel Style 2 — image + jpp-button per cell (matches /print-and-cut bundle layout).
    The --cb-cells CSS var comes from the admin "Cells per row" field (view.php sets it
    on the outer wrapper). Cells divide (100% - gutter) by that count.*/
  /*Style 2 — 3 cells per row: tighter image padding on desktop, 2-up on tablet,
    full-width on small phones.*/
  /*Hide slider chrome when content doesn't need to slide*/
  /*Button row (consecutive buttons side-by-side)*/
  /*Category Tiles*/
  /*Image Grid*/
  /*Tables*/
  /*Video Slider Block*/
  /*Resources Block*/
  /*Trusted Source Block & Build Your Dream Business Block*/
  /*Build Your Dream Business Block*/
  /*Quote & Financing Block*/
  /*Materials Grid block — groups of circular material tiles with labels*/
  /*Meet The Team Tiles*/
  /*Your Business, Your Goals*/ /*Hero photo set via --ybyg-hero custom prop so editors can swap it.*/
  /* Follow Us On Social Media — ported from meet-the-team.scss, scoped to the block id. */
}
main .main-wrap .lp-content section:first-of-type {
  margin-top: 35px;
}
main .main-wrap .lp-content .cb-button--center a {
  margin: 0 auto;
}
main .main-wrap .lp-content .cb-button--left a {
  margin: 0 auto 0 0;
}
main .main-wrap .lp-content .cb-button--right a {
  margin: 0 0 0 auto;
}
main .main-wrap .lp-content .cb-col-bg {
  transition: box-shadow 0.24s ease, filter 0.24s ease, transform 0.24s ease;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main-wrap .lp-content .cb-col-bg:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  filter: brightness(1.2);
  transform: scale(1.03);
}
main .main-wrap .lp-content .cb-col-bg .cb-button a {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  border: none;
  background: none;
  padding: 0;
}
main .main-wrap .lp-content .cb-col-bg .cb-button a:hover {
  background: none;
}
@media (max-width: 575px) {
  main .main-wrap .lp-content .cb-col-bg {
    min-height: 140px;
    margin: 6px 0;
  }
}
main .main-wrap .lp-content .cb-carousel:focus {
  outline: none;
}
main .main-wrap .lp-content .cb-carousel.cb-carousel--style1 {
  /* Match the legacy Bootstrap-container width so tiles render at the same size
     as the original /industrial and /print-and-cut design-files carousels. */
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1400px) {
  main .main-wrap .lp-content .cb-carousel.cb-carousel--style1 {
    max-width: 1320px;
  }
}
main .main-wrap .lp-content .cb-carousel .cb-carousel-cell {
  width: calc((100% - 10px * var(--cb-cells, 3)) / var(--cb-cells, 3));
  max-width: 100%;
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
main .main-wrap .lp-content .cb-carousel .cb-carousel-cell a {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
main .main-wrap .lp-content .cb-carousel .cb-carousel-cell:hover {
  box-shadow: 0 0 12px rgba(2, 2, 2, 0.12);
}
main .main-wrap .lp-content .cb-carousel .cb-carousel-cell:hover .cb-carousel-label {
  color: #0573AF;
}
main .main-wrap .lp-content .cb-carousel .cb-carousel-cell:hover .cb-carousel-link {
  color: #222;
}
main .main-wrap .lp-content .cb-carousel .flickity-page-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 20px 0 0;
}
main .main-wrap .lp-content .cb-carousel .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #969696;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.18s ease;
}
main .main-wrap .lp-content .cb-carousel .flickity-page-dots .dot.is-selected {
  background: #0573AF;
  border-color: #0573AF;
  cursor: default;
}
main .main-wrap .lp-content .cb-carousel .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
main .main-wrap .lp-content .cb-carousel .flickity-prev-next-button.previous {
  left: -22px;
}
main .main-wrap .lp-content .cb-carousel .flickity-prev-next-button.next {
  right: -22px;
}
main .main-wrap .lp-content .cb-carousel .flickity-prev-next-button:disabled {
  display: none;
}
main .main-wrap .lp-content .cb-carousel .flickity-prev-next-button .flickity-button-icon {
  width: 40%;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 30%;
  fill: #333;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content .cb-carousel {
    /* Collapse to 2-up on tablet regardless of admin "Cells per row" (matches legacy). */
  }
  main .main-wrap .lp-content .cb-carousel .cb-carousel-cell {
    width: calc((100% - 20px) / 2);
  }
  main .main-wrap .lp-content .cb-carousel .flickity-prev-next-button.previous {
    left: 8px;
  }
  main .main-wrap .lp-content .cb-carousel .flickity-prev-next-button.next {
    right: 8px;
  }
}
@media (max-width: 575px) {
  main .main-wrap .lp-content .cb-carousel {
    /* On very narrow viewports let the cell fill most of the track so 1-per-page slides nicely */
  }
  main .main-wrap .lp-content .cb-carousel .cb-carousel-cell {
    width: calc(100vw - 48px);
  }
}
main .main-wrap .lp-content .cb-carousel-img {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
main .main-wrap .lp-content .cb-carousel-img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}
main .main-wrap .lp-content .cb-carousel-label {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  padding: 5px 12px;
  transition: color 0.2s;
  text-transform: uppercase;
  margin-top: auto;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main-wrap .lp-content .cb-carousel-link {
  font-size: 20px;
  color: #0573AF;
  padding-bottom: 16px;
  margin: 0;
  transition: color 0.2s;
}
main .main-wrap .lp-content .cb-carousel.cb-carousel--style2 .cb-carousel-cell {
  width: calc((100% - 120px) / var(--cb-cells, 2));
  max-width: none;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 16px 28px;
  border-radius: 0;
}
main .main-wrap .lp-content .cb-carousel.cb-carousel--style2 .cb-carousel-cell:hover {
  box-shadow: none;
}
main .main-wrap .lp-content .cb-carousel.cb-carousel--style2 .cb-carousel-img {
  width: 100%;
  height: auto;
  max-height: 320px;
  padding: 60px;
}
@media (max-width: 768px) {
  main .main-wrap .lp-content .cb-carousel.cb-carousel--style2 .cb-carousel-img {
    padding: 0;
  }
}
main .main-wrap .lp-content .cb-carousel.cb-carousel--style2 .cb-carousel-img img {
  width: 100%;
  height: auto;
  object-fit: scale-down;
}
main .main-wrap .lp-content .cb-carousel.cb-carousel--style2 .jpp-button {
  margin: 0 auto;
  font-size: 16px;
  padding: 14px 36px;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content .cb-carousel.cb-carousel--style2 .cb-carousel-cell {
    width: calc(100% - 100px);
  }
}
@media (max-width: 768px) {
  main .main-wrap .lp-content .cb-carousel.cb-carousel--style2 .cb-carousel-cell {
    width: 100%;
  }
}
main .main-wrap .lp-content .cb-carousel.cb-carousel--style2.cb-carousel--cells-3 .cb-carousel-img {
  padding: 30px;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content .cb-carousel.cb-carousel--style2.cb-carousel--cells-3 .cb-carousel-cell {
    width: 50%;
  }
  main .main-wrap .lp-content .cb-carousel.cb-carousel--style2.cb-carousel--cells-3 .cb-carousel-img {
    height: 250px;
    padding: 0;
  }
}
@media (max-width: 600px) {
  main .main-wrap .lp-content .cb-carousel.cb-carousel--style2.cb-carousel--cells-3 .cb-carousel-cell {
    width: 100%;
  }
}
main .main-wrap .lp-content .cb-carousel.cb-carousel--no-slide .flickity-page-dots,
main .main-wrap .lp-content .cb-carousel.cb-carousel--no-slide .flickity-prev-next-button {
  display: none;
}
main .main-wrap .lp-content .cb-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
main .main-wrap .lp-content .category-tiles {
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  /* + Cover variant: full-bleed images with label bar below */
}
main .main-wrap .lp-content .category-tiles--full-width .tile {
  max-width: none !important;
}
main .main-wrap .lp-content .category-tiles .tile {
  min-height: 200px;
  max-width: 300px;
  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
  position: relative;
  box-shadow: none;
}
main .main-wrap .lp-content .category-tiles .tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 12px rgba(2, 2, 2, 0.12);
}
main .main-wrap .lp-content .category-tiles .tile.shop-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main-wrap .lp-content .category-tiles .tile.shop-all-btn:hover {
  transform: unset;
  box-shadow: unset;
}
main .main-wrap .lp-content .category-tiles .tile.shop-all-btn a {
  padding: 13px 40px !important;
  height: fit-content !important;
  display: block !important;
}
main .main-wrap .lp-content .category-tiles .tile a {
  height: 100%;
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
main .main-wrap .lp-content .category-tiles .tile img {
  display: block;
  margin: auto auto 0;
  max-width: 94%;
  max-height: 128px;
}
main .main-wrap .lp-content .category-tiles .tile h5 {
  font-size: 16px;
  line-height: 18px;
  margin: auto -10px 0;
  padding: 12px 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #000;
  transition: 0.18s ease;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 1425px) {
  main .main-wrap .lp-content .category-tiles .tile h5 {
    line-height: 15px;
    font-size: 14px;
  }
}
main .main-wrap .lp-content .category-tiles .tile h5:not(img + h5) {
  margin: 0 -10px 0;
}
main .main-wrap .lp-content .category-tiles .tile .shop-now-button {
  margin: auto 0 0 0;
  background: #F58220;
  color: #fff;
  padding: 7px 12px;
  max-width: 100px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
main .main-wrap .lp-content .category-tiles .tile:hover h5 {
  color: #0573AF;
}
main .main-wrap .lp-content .category-tiles--cover .tile {
  min-height: 0;
  aspect-ratio: 1;
  overflow: hidden;
}
main .main-wrap .lp-content .category-tiles--cover .tile a {
  padding: 0;
  position: relative;
}
main .main-wrap .lp-content .category-tiles--cover .tile img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 48px);
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: cover;
}
main .main-wrap .lp-content .category-tiles--cover .tile h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  margin: 0;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
main .main-wrap .lp-content .category-tiles--cover .tile:hover h5 {
  color: inherit;
}
@media (max-width: 768px) {
  main .main-wrap .lp-content .category-tiles {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  main .main-wrap .lp-content .category-tiles {
    grid-template-columns: 1fr !important;
    justify-items: center;
  }
  main .main-wrap .lp-content .category-tiles .tile {
    min-width: 300px;
  }
}
main .main-wrap .lp-content .cb-image-grid {
  display: grid;
  grid-template-columns: repeat(var(--ig-cols, 4), 1fr);
  grid-auto-rows: minmax(var(--ig-row-h, 200px), auto);
  gap: var(--ig-gap, 0px);
  width: 100%;
}
@media (max-width: 768px) {
  main .main-wrap .lp-content .cb-image-grid {
    grid-template-columns: 1fr !important;
  }
  main .main-wrap .lp-content .cb-image-grid .cb-ig-cell {
    grid-column: span 1 !important;
  }
}
main .main-wrap .lp-content .cb-ig-cell {
  overflow: hidden;
}
main .main-wrap .lp-content .cb-ig-cell--image {
  background-size: cover;
  background-position: center;
}
main .main-wrap .lp-content .cb-ig-cell--both {
  padding: 30px;
}
main .main-wrap .lp-content .cb-ig-cell--both img {
  width: 100%;
  height: auto;
  display: block;
}
main .main-wrap .lp-content .cb-ig-cell--text {
  padding: 30px;
}
main .main-wrap .lp-content .cb-ig-cell a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
main .main-wrap .lp-content #comparison-table {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
main .main-wrap .lp-content #comparison-table .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px;
}
main .main-wrap .lp-content #comparison-table table {
  background: #F4F4F4;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
  font-size: 16px;
  width: 100%;
  min-width: 1310px;
  border-collapse: collapse;
  table-layout: fixed;
}
main .main-wrap .lp-content #comparison-table thead {
  background-color: #0573AF;
}
main .main-wrap .lp-content #comparison-table thead th {
  white-space: nowrap;
  width: 20%;
  text-align: center;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 800;
}
main .main-wrap .lp-content #comparison-table thead th:first-child {
  text-align: left;
  padding-left: 20px;
  vertical-align: bottom;
}
main .main-wrap .lp-content #comparison-table thead th:last-child {
  padding-right: 20px;
}
main .main-wrap .lp-content #comparison-table .image-container {
  width: 100%;
  margin: 0;
}
main .main-wrap .lp-content #comparison-table .image-container img {
  width: 60%;
}
main .main-wrap .lp-content #comparison-table tbody th:first-child {
  padding-left: 20px;
}
main .main-wrap .lp-content #comparison-table tbody td:last-child {
  padding-right: 20px;
}
main .main-wrap .lp-content #comparison-table tbody th, main .main-wrap .lp-content #comparison-table tbody td {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  width: 20%;
  padding: 20px 15px;
  vertical-align: middle;
}
main .main-wrap .lp-content #comparison-table tbody th {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 0;
}
main .main-wrap .lp-content #comparison-table tbody ul {
  list-style: inherit;
}
main .main-wrap .lp-content #comparison-table tbody ul li {
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .main-wrap .lp-content #comparison-table thead th {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  main .main-wrap .lp-content #comparison-table thead th {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 8px;
  }
  main .main-wrap .lp-content #comparison-table tbody th {
    font-size: 14px;
    line-height: 22px;
  }
  main .main-wrap .lp-content #comparison-table tbody td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 7px;
  }
}
main .main-wrap .lp-content #video-slider {
  display: block !important;
}
main .main-wrap .lp-content #video-slider a {
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
}
main .main-wrap .lp-content #video-slider > div {
  background: #F1EFEF;
  margin: 0 0 40px;
  padding: 80px 40px 40px;
}
@media (max-width: 767px) {
  main .main-wrap .lp-content #video-slider > div {
    padding: 40px 20px 80px;
  }
}
main .main-wrap .lp-content #video-slider h2 {
  margin-bottom: 12px;
  text-align: left !important;
}
@media (min-width: 992px) {
  main .main-wrap .lp-content #video-slider h2 {
    font-size: 44px;
  }
}
main .main-wrap .lp-content #video-slider .black-button {
  color: #FFFFFF !important;
  background-color: #0088CE;
  padding: 12px 32px;
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.24s ease;
}
main .main-wrap .lp-content #video-slider .black-button:hover {
  color: #FFFFFF !important;
  filter: brightness(1.2);
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #video-slider .black-button {
    padding: 8px 32px !important;
  }
}
main .main-wrap .lp-content #video-slider .vs-row {
  display: flex;
}
@media (max-width: 767px) {
  main .main-wrap .lp-content #video-slider .vs-row {
    flex-direction: column;
  }
}
main .main-wrap .lp-content #video-slider .vs-sidebar {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
main .main-wrap .lp-content #video-slider .vs-sidebar p {
  margin-bottom: 40px;
  padding-right: 120px;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #video-slider .vs-sidebar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 40px;
  }
  main .main-wrap .lp-content #video-slider .vs-sidebar p {
    padding-right: 0;
    text-align: center;
    max-width: 400px;
  }
}
main .main-wrap .lp-content #video-slider .vs-main {
  flex: 1;
  min-width: 0;
  overflow-x: scroll;
}
main .main-wrap .lp-content #video-slider .vs-main::-webkit-scrollbar {
  height: 16px;
}
main .main-wrap .lp-content #video-slider .vs-main::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #707070;
}
main .main-wrap .lp-content #video-slider .vs-main::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #F1EFEF;
}
main .main-wrap .lp-content #video-slider .video-slider {
  display: flex;
  flex-wrap: nowrap;
}
main .main-wrap .lp-content #video-slider .video {
  width: 420px;
  min-width: 420px;
}
main .main-wrap .lp-content #video-slider .video > div {
  background-color: #FFFFFF;
  padding: 44px 32px;
  height: 93% !important;
}
main .main-wrap .lp-content #video-slider .video > div:first-of-type {
  margin-right: 20px;
}
main .main-wrap .lp-content #video-slider .video a {
  text-decoration: none;
}
main .main-wrap .lp-content #video-slider .vs-video-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
  color: #353535;
}
main .main-wrap .lp-content #video-slider a:hover .vs-watch {
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  color: #004f9d;
}
main .main-wrap .lp-content #video-slider .vs-watch {
  color: #0573AF;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-weight: 500;
  font-size: 16px;
}
main .main-wrap .lp-content #resources-section {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
main .main-wrap .lp-content #resources-section .row > * {
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 0;
}
main .main-wrap .lp-content #resources-section .resources-section-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background-color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
main .main-wrap .lp-content #resources-section p {
  line-height: 23px;
  font-size: 16px;
  padding-bottom: 25px;
}
main .main-wrap .lp-content #resources-section h2, main .main-wrap .lp-content #resources-section p {
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #resources-section h2, main .main-wrap .lp-content #resources-section p {
    margin-left: 10%;
    margin-right: 10%;
  }
}
main .main-wrap .lp-content #resources-section h2 {
  text-transform: none;
}
main .main-wrap .lp-content #resources-section h2 .light {
  font-weight: 300;
}
main .main-wrap .lp-content #resources-section h2 .bold {
  font-weight: 800;
}
main .main-wrap .lp-content #resources-section h3 {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
}
main .main-wrap .lp-content #resources-section .container .container {
  padding: 45px 0;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #resources-section .container .container {
    padding: 0 !important;
  }
}
@media (max-width: 575px) {
  main .main-wrap .lp-content #resources-section .container .container > .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #resources-section .container .container:last-of-type {
    padding-bottom: 45px !important;
  }
}
main .main-wrap .lp-content #resources-section > div {
  margin-top: 25px;
}
@media (max-width: 768px) {
  main .main-wrap .lp-content #resources-section .col-sm-3 {
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  main .main-wrap .lp-content #resources-section .col-sm-3 {
    width: 100% !important;
  }
}
main .main-wrap .lp-content #resources-section .resources-box {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  min-height: 300px;
  background: #004F9D;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #resources-section .resources-box {
    margin-bottom: 28px;
  }
}
main .main-wrap .lp-content #resources-section .resources-box .row {
  min-height: 300px;
  max-height: 300px;
}
main .main-wrap .lp-content #resources-section .resources-box .row .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
  max-height: 300px;
}
main .main-wrap .lp-content #resources-section .resources-box .row .col-12 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
main .main-wrap .lp-content #resources-section .resources-box .row .col-12 h3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
main .main-wrap .lp-content #resources-section .resources-box .icolor-documents-outer {
  display: block !important;
  padding: 0;
}
main .main-wrap .lp-content #resources-section .resources-box .icolor-documents {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  background-image: url(https://jpp.trgcdn.com/landing-pages/roland/Print%20&%20Cut%20Document.png);
}
main .main-wrap .lp-content #resources-section .resources-box .roland-documents {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  background-image: url("https://jpplus-media.nyc3.cdn.digitaloceanspaces.com/landing-pages/roland/lifestyles/Roland-Documents.jpg");
}
main .main-wrap .lp-content #resources-section .resources-box .col-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .main-wrap .lp-content #resources-section .resources-box .blue-button {
  max-width: 132px;
  background-color: #f58220 !important;
  border: none !important;
  outline: none !important;
}
main .main-wrap .lp-content #resources-section .resources-box .blue-button:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  filter: brightness(1.1);
}
main .main-wrap .lp-content #resources-section .resources-box h2 {
  margin-left: revert;
  margin-right: revert;
  text-align: center;
  font-size: 32px;
  color: #fff !important;
  padding: 0 10px;
}
main .main-wrap .lp-content #resources-section .big-buttons {
  border-radius: 8px;
  height: 180px;
  position: relative;
}
@media (max-width: 575px) {
  main .main-wrap .lp-content #resources-section .big-buttons {
    margin: 12px 0;
    height: 140px;
  }
}
main .main-wrap .lp-content #resources-section .big-buttons:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  filter: brightness(1.2);
  transform: scale(1.03);
}
main .main-wrap .lp-content #resources-section .big-buttons a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
main .main-wrap .lp-content #resources-section .big-buttons a h3 {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  padding: 0;
}
main .main-wrap .lp-content #resources-section .big-buttons.teal {
  background: linear-gradient(120deg, #1762B9 0%, #1BA6DA 40%, #1BA6DA 60%, #1762B9 100%);
}
main .main-wrap .lp-content #resources-section .big-buttons.orange {
  background: linear-gradient(210deg, #f58220 0%, #a35a19 100%);
}
main .main-wrap .lp-content #resources-section .big-buttons.blue {
  background: linear-gradient(120deg, #0088ce 0%, #006394 40%, #006394 60%, #0088ce 100%);
}
main .main-wrap .lp-content #resources-section .container .row {
  display: flex;
  flex-wrap: wrap;
}
main .main-wrap .lp-content #resources-section .container .row.pad {
  padding: 0 60px;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #resources-section .container .row.pad {
    padding: 0 !important;
  }
}
@media (min-width: 576px) {
  main .main-wrap .lp-content #resources-section .container {
    max-width: 540px;
  }
  main .main-wrap .lp-content #resources-section .container .row .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  main .main-wrap .lp-content #resources-section .container .row .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  main .main-wrap .lp-content #resources-section .container .row .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  main .main-wrap .lp-content #resources-section .container .row .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  main .main-wrap .lp-content #resources-section .container .one-card {
    justify-content: center;
  }
  main .main-wrap .lp-content #resources-section .container .one-card .col-sm-4 {
    padding-right: 0;
  }
  main .main-wrap .lp-content #resources-section .container .one-card .col-sm-6 {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  main .main-wrap .lp-content #resources-section .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  main .main-wrap .lp-content #resources-section .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  main .main-wrap .lp-content #resources-section .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  main .main-wrap .lp-content #resources-section .container {
    max-width: 1320px;
  }
}
main .main-wrap .lp-content #trusted-source, main .main-wrap .lp-content #build-your-dream-business {
  position: relative;
  min-height: 515px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .main-wrap .lp-content #trusted-source .container .row, main .main-wrap .lp-content #build-your-dream-business .container .row {
  display: flex;
  flex-wrap: wrap;
}
main .main-wrap .lp-content #trusted-source .container .row .col-lg-6, main .main-wrap .lp-content #build-your-dream-business .container .row .col-lg-6 {
  height: 420px;
}
main .main-wrap .lp-content #trusted-source .container .row .col-lg-6 h2, main .main-wrap .lp-content #build-your-dream-business .container .row .col-lg-6 h2 {
  margin-block-start: 0;
  margin-block-end: 8px;
  font-size: 28px !important;
  line-height: 36px !important;
  color: #fff !important;
  text-transform: none !important;
  text-align: left;
}
main .main-wrap .lp-content #trusted-source .container .row .col-lg-6 p, main .main-wrap .lp-content #build-your-dream-business .container .row .col-lg-6 p {
  text-transform: none;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: left;
}
@media (min-width: 576px) {
  main .main-wrap .lp-content #trusted-source .container, main .main-wrap .lp-content #build-your-dream-business .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  main .main-wrap .lp-content #trusted-source .container, main .main-wrap .lp-content #build-your-dream-business .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  main .main-wrap .lp-content #trusted-source .container, main .main-wrap .lp-content #build-your-dream-business .container {
    max-width: 960px;
  }
  main .main-wrap .lp-content #trusted-source .container .row .col-lg-6, main .main-wrap .lp-content #build-your-dream-business .container .row .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  main .main-wrap .lp-content #trusted-source .container .row .col-lg-6 h2, main .main-wrap .lp-content #build-your-dream-business .container .row .col-lg-6 h2 {
    margin: 24px 0;
  }
}
@media (min-width: 1200px) {
  main .main-wrap .lp-content #trusted-source .container, main .main-wrap .lp-content #build-your-dream-business .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  main .main-wrap .lp-content #trusted-source .container, main .main-wrap .lp-content #build-your-dream-business .container {
    max-width: 1320px;
  }
}
main .main-wrap .lp-content #trusted-source .trusted-source-bg, main .main-wrap .lp-content #build-your-dream-business .trusted-source-bg {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background-color: #384949;
}
main .main-wrap .lp-content #trusted-source h2, main .main-wrap .lp-content #trusted-source p, main .main-wrap .lp-content #build-your-dream-business h2, main .main-wrap .lp-content #build-your-dream-business p {
  color: #fff;
}
main .main-wrap .lp-content #trusted-source h2 .light, main .main-wrap .lp-content #build-your-dream-business h2 .light {
  text-transform: none;
}
main .main-wrap .lp-content #trusted-source p:last-of-type, main .main-wrap .lp-content #build-your-dream-business p:last-of-type {
  margin-bottom: 48px;
}
main .main-wrap .lp-content #trusted-source .trusted-source-content, main .main-wrap .lp-content #build-your-dream-business .trusted-source-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 420px;
}
main .main-wrap .lp-content #trusted-source .trusted-source-image, main .main-wrap .lp-content #build-your-dream-business .trusted-source-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #trusted-source, main .main-wrap .lp-content #build-your-dream-business {
    min-height: auto;
  }
  main .main-wrap .lp-content #trusted-source .trusted-source-content, main .main-wrap .lp-content #build-your-dream-business .trusted-source-content {
    height: auto !important;
  }
  main .main-wrap .lp-content #trusted-source .trusted-source-image, main .main-wrap .lp-content #build-your-dream-business .trusted-source-image {
    height: 300px;
    margin-bottom: 40px;
  }
  main .main-wrap .lp-content #trusted-source .row .col-lg-6 h2, main .main-wrap .lp-content #build-your-dream-business .row .col-lg-6 h2 {
    margin-block-start: 23px !important;
  }
}
@media (max-width: 769px) {
  main .main-wrap .lp-content #trusted-source .col-lg-6, main .main-wrap .lp-content #build-your-dream-business .col-lg-6 {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 496px) {
  main .main-wrap .lp-content #trusted-source .container .row .col-lg-6:nth-of-type(2), main .main-wrap .lp-content #build-your-dream-business .container .row .col-lg-6:nth-of-type(2) {
    height: 240px !important;
  }
}
main .main-wrap .lp-content #build-your-dream-business {
  min-height: unset;
}
main .main-wrap .lp-content #build-your-dream-business .trusted-source-bg {
  background: linear-gradient(#0093de, #015eb6);
}
main .main-wrap .lp-content #build-your-dream-business .trusted-source-image {
  align-items: flex-end;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #build-your-dream-business .trusted-source-image {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  main .main-wrap .lp-content #build-your-dream-business .col-lg-6:nth-of-type(2) {
    height: 332px !important;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) and (max-width: 769px) {
  main .main-wrap .lp-content #build-your-dream-business .col-lg-6 p, main .main-wrap .lp-content #build-your-dream-business .col-lg-6 h2 {
    text-align: center !important;
  }
}
main .main-wrap .lp-content #quote-financing {
  margin: 0;
  position: relative;
  height: 536px;
}
main .main-wrap .lp-content #quote-financing h2, main .main-wrap .lp-content #quote-financing p {
  color: #fff;
}
main .main-wrap .lp-content #quote-financing h2 {
  margin-top: -20px;
  margin-bottom: 0;
}
main .main-wrap .lp-content #quote-financing p {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 500;
}
main .main-wrap .lp-content #quote-financing .jpp-button {
  display: inline-block;
}
main .main-wrap .lp-content #quote-financing .quote-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main .main-wrap .lp-content #quote-financing .quote-container {
  width: 100%;
  margin: 61px auto;
  height: 414px;
}
main .main-wrap .lp-content #quote-financing .quote-container > div {
  display: flex;
  height: 100%;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
main .main-wrap .lp-content #quote-financing .quote-container > div > div:first-child {
  flex: auto;
  display: flex;
  align-items: center;
  height: 286px;
}
main .main-wrap .lp-content #quote-financing .quote-container > div > div:first-child > div {
  flex: auto;
  width: 50%;
  text-align: center;
  margin: 0 8px;
}
main .main-wrap .lp-content #quote-financing .quote-container > div > div:first-child > div:last-child {
  position: absolute;
  width: 5%;
  height: 286px;
  left: 45%;
  content: "";
  border-right: #fff solid 2px;
  z-index: 1;
}
@media (max-width: 768px) {
  main .main-wrap .lp-content #quote-financing {
    height: auto;
  }
  main .main-wrap .lp-content #quote-financing .quote-container {
    height: auto;
    margin: 30px auto;
  }
  main .main-wrap .lp-content #quote-financing .quote-container > div > div:first-child {
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
  }
  main .main-wrap .lp-content #quote-financing .quote-container > div > div:first-child > div {
    width: 100%;
    margin: 20px 0;
  }
  main .main-wrap .lp-content #quote-financing .quote-container > div > div:first-child > div:last-child {
    display: none;
  }
}
main .main-wrap .lp-content .materials-grid {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
main .main-wrap .lp-content .materials-grid .technical-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
main .main-wrap .lp-content .materials-grid .technical-material-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main .main-wrap .lp-content .materials-grid .technical-material-header {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
main .main-wrap .lp-content .materials-grid .technical-materials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
main .main-wrap .lp-content .materials-grid .technical-material {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
main .main-wrap .lp-content .materials-grid .technical-material img {
  width: 85px;
  height: 85px;
  object-fit: contain;
  margin-bottom: 8px;
  border-radius: 55px;
}
main .main-wrap .lp-content .materials-grid .technical-material p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
main .main-wrap .lp-content .materials-grid .technical-material .technical-material-subtext {
  font-size: 12px;
  font-style: italic;
  margin-top: 4px;
}
@media (max-width: 768px) {
  main .main-wrap .lp-content .materials-grid .technical-materials {
    gap: 18px;
  }
  main .main-wrap .lp-content .materials-grid .technical-material {
    width: 72px;
  }
  main .main-wrap .lp-content .materials-grid .technical-material img {
    width: 68px;
    height: 68px;
  }
}
main .main-wrap .lp-content #tiles-wrapper {
  display: grid;
  grid-template-columns: repeat(var(--mtt-cols, 5), 1fr);
  gap: 50px;
  margin: 30px 0;
  justify-content: center;
  /* Meet-the-team popup overlay (rendered after #tiles-wrapper by the block). */
}
main .main-wrap .lp-content #tiles-wrapper .no-scroll {
  overflow: hidden;
}
@media (max-width: 1500px) {
  main .main-wrap .lp-content #tiles-wrapper {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 1200px) {
  main .main-wrap .lp-content #tiles-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #tiles-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 669px) {
  main .main-wrap .lp-content #tiles-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal {
  grid-template-columns: repeat(var(--mtt-cols, 3), 1fr);
  gap: 30px;
}
@media (max-width: 1500px) {
  main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 1200px) {
  main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 930px) {
  main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
main .main-wrap .lp-content #tiles-wrapper .tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  width: 240px;
  height: 356px;
  margin: 0 auto;
}
main .main-wrap .lp-content #tiles-wrapper .tile > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 214px;
}
main .main-wrap .lp-content #tiles-wrapper .tile .tile-text-wrapper {
  text-align: center;
  margin: 10px 0;
}
main .main-wrap .lp-content #tiles-wrapper .tile .tile-text-wrapper .name {
  text-transform: uppercase;
  font-size: 16pt;
  font-weight: 800;
}
main .main-wrap .lp-content #tiles-wrapper .tile .tile-text-wrapper .title {
  font-style: italic;
  font-size: 10pt;
  padding: 0 8px;
}
main .main-wrap .lp-content #tiles-wrapper .tile .tile-text-wrapper .email {
  font-size: 10pt;
  margin-top: 10px;
}
main .main-wrap .lp-content #tiles-wrapper .tile .tile-text-wrapper .phone {
  font-size: 11px;
  margin-bottom: 10px;
}
main .main-wrap .lp-content #tiles-wrapper .tile .tile-text-wrapper .bio {
  text-decoration: underline;
  background: none;
  border: none;
  color: inherit;
  margin-bottom: 15px;
  font-size: 10pt;
  font-weight: 700;
  cursor: pointer;
}
main .main-wrap .lp-content #tiles-wrapper .tile .orange-box {
  display: inline-block;
  padding: 13px 25px;
  margin-left: 30px;
  margin-right: 30px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #f58220;
  color: #fff !important;
  text-align: center;
  border-radius: 0;
}
main .main-wrap .lp-content #tiles-wrapper .tile .orange-box:hover {
  background-color: #f68f37;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
main .main-wrap .lp-content #tiles-wrapper .tile .justify-evenly {
  justify-content: space-evenly;
}
main .main-wrap .lp-content #tiles-wrapper .tile--contact {
  justify-content: space-evenly;
}
main .main-wrap .lp-content #tiles-wrapper .tile--contact > img {
  width: 95%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  max-height: none;
}
main .main-wrap .lp-content #tiles-wrapper .tile--contact .tile-text-wrapper {
  width: 100%;
  padding: 0 12px;
}
main .main-wrap .lp-content #tiles-wrapper .tile--contact .contact-row {
  display: flex;
  align-items: center;
}
main .main-wrap .lp-content #tiles-wrapper .tile--contact .contact-row + .contact-row {
  margin-top: 4px;
}
main .main-wrap .lp-content #tiles-wrapper .tile--contact .contact-row img {
  width: 18px;
  margin-right: 5px;
}
main .main-wrap .lp-content #tiles-wrapper .tile--contact .contact-row .email,
main .main-wrap .lp-content #tiles-wrapper .tile--contact .contact-row .phone {
  font-size: 15px;
  margin: 0;
}
main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal .tile {
  flex-direction: row;
  justify-content: unset;
  width: unset;
  height: unset;
  min-width: 418px;
}
@media (max-width: 669px) {
  main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal .tile {
    min-width: 300px;
    max-height: 213px;
  }
}
main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal .tile > img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  max-height: 250px;
}
@media (max-width: 669px) {
  main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal .tile > img {
    max-height: 213px;
  }
}
main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal .tile .tile-text-wrapper {
  padding: 40px 10px;
  margin: 0;
  width: 100%;
}
@media (max-width: 669px) {
  main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal .tile .tile-text-wrapper {
    padding: 45px 5px;
  }
}
main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal .tile .tile-text-wrapper .title {
  white-space: nowrap;
}
@media (max-width: 669px) {
  main .main-wrap .lp-content #tiles-wrapper.tiles-wrapper--horizontal .tile .tile-text-wrapper .title {
    white-space: normal;
  }
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup {
  display: flex;
  border-radius: 10px;
  width: 90%;
  max-width: 1200px;
  overflow-y: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 1001;
  position: relative;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup {
    flex-direction: column-reverse;
  }
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content {
  width: 30%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content {
    flex-direction: row-reverse;
    width: unset;
  }
}
@media (max-width: 600px) {
  main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content {
    align-items: end;
  }
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 0 30px;
  min-height: 180px;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper {
    justify-content: flex-end;
    padding: 10px;
  }
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper .email-wrapper, main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper .phone-wrapper {
  display: flex;
  align-items: center;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper .email-wrapper img, main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper .phone-wrapper img {
  margin-right: 10px;
  width: 18px;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper .email-wrapper div, main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper .phone-wrapper div {
  font-size: 10pt;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper .phone-wrapper {
  margin-top: 10px;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper .phone-wrapper div {
  font-size: 14px;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper .team-logo-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper .team-logo-wrapper div {
  white-space: nowrap;
  font-style: italic;
  font-size: 10pt;
  margin-right: 10px;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content .left-text-wrapper .team-logo-wrapper img {
  width: 95px;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content > img {
  border-bottom-right-radius: 10px;
  max-width: 100%;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .left-popup-content > img {
    width: 35%;
    object-fit: contain;
    border-bottom-right-radius: 0;
    border-top-right-radius: 10px;
  }
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .right-popup-content {
  width: 70%;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .right-popup-content {
    width: unset;
  }
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .right-popup-content > button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 19px;
  font-weight: 900;
  align-self: flex-end;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .right-popup-content .name {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .right-popup-content .title {
  font-style: italic;
  font-size: 18px;
}
main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .right-popup-content p {
  scrollbar-width: thin;
  scrollbar-color: white transparent;
  margin: 30px 0;
  font-size: 14pt;
  line-height: 20px !important;
}
@media (max-width: 1024px) {
  main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .right-popup-content p {
    overflow-y: scroll;
    max-height: 450px;
    font-size: 12pt;
  }
}
@media (max-width: 767px) {
  main .main-wrap .lp-content #tiles-wrapper .mtt-overlay .tile-popup .right-popup-content p {
    font-size: 12pt;
  }
}
main .main-wrap .lp-content #your-business-your-goals {
  display: flex;
  flex-direction: row;
  align-items: normal;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #F8F8F8;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #your-business-your-goals {
    flex-direction: column;
  }
}
main .main-wrap .lp-content #your-business-your-goals > .img-wrapper {
  flex: 9;
  background-image: linear-gradient(to bottom, rgba(1, 64, 96, 0.5), rgba(0, 113, 171, 0.5)), var(--ybyg-hero, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
main .main-wrap .lp-content #your-business-your-goals > .img-wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 25px;
}
main .main-wrap .lp-content #your-business-your-goals > .img-wrapper > div h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
}
main .main-wrap .lp-content #your-business-your-goals > .img-wrapper > div h2 span {
  font-weight: 700;
  font-size: 35px;
}
main .main-wrap .lp-content #your-business-your-goals > .img-wrapper > div a {
  color: #0573AF !important;
  background: #fff !important;
  border: 2px solid transparent !important;
}
main .main-wrap .lp-content #your-business-your-goals > .img-wrapper > div a:hover {
  color: #fff !important;
  background: #0573AF !important;
  border-color: #fff !important;
}
main .main-wrap .lp-content #your-business-your-goals .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 11;
  padding: 30px 65px;
}
@media (max-width: 768px) {
  main .main-wrap .lp-content #your-business-your-goals .content-wrapper {
    padding: 30px 4%;
  }
}
main .main-wrap .lp-content #your-business-your-goals .content-wrapper > p {
  text-align: center;
  max-width: 650px;
  line-height: 20px;
  margin: 0 0 30px;
}
main .main-wrap .lp-content #your-business-your-goals .content-wrapper .tile-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
main .main-wrap .lp-content #your-business-your-goals .content-wrapper .tile-column .tile-wrapper {
  display: flex;
  padding: 15px 40px 0;
  box-shadow: 0 0 4px 3px rgba(172, 172, 172, 0.7411764706);
  border-radius: 3px;
  margin-bottom: 20px;
  max-width: 700px;
  width: 100%;
}
main .main-wrap .lp-content #your-business-your-goals .content-wrapper .tile-column .tile-wrapper:last-of-type {
  margin-bottom: 0;
}
main .main-wrap .lp-content #your-business-your-goals .content-wrapper .tile-column .tile-wrapper .img-wrapper {
  min-width: 79px;
}
main .main-wrap .lp-content #your-business-your-goals .content-wrapper .tile-column .tile-wrapper .img-wrapper img {
  width: fit-content;
  height: 53px;
  object-fit: contain;
}
main .main-wrap .lp-content #your-business-your-goals .content-wrapper .tile-column .tile-wrapper h3 {
  text-transform: capitalize;
  margin: 0;
  color: #0573AF;
}
main .main-wrap .lp-content #your-business-your-goals .content-wrapper .tile-column .tile-wrapper p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}
main .main-wrap .lp-content #follow-us-on-social-media {
  display: block;
  padding: 95px 80px;
  background-color: #f8f8f8;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (max-width: 1200px) {
  main .main-wrap .lp-content #follow-us-on-social-media {
    padding: 95px 60px;
  }
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #follow-us-on-social-media {
    padding: 95px 40px;
  }
}
@media (max-width: 767px) {
  main .main-wrap .lp-content #follow-us-on-social-media {
    padding: 45px 0;
  }
}
main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper > img {
  width: 50%;
  max-width: 690px;
}
@media (max-width: 900px) {
  main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper > img {
    width: 78%;
  }
}
@media (max-width: 700px) {
  main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper > img {
    width: 90%;
  }
}
main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper .right-column {
  margin: 30px;
  width: 50%;
}
@media (max-width: 1023px) {
  main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper .right-column {
    width: 90%;
    text-align: center;
  }
}
main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper .right-column h2 {
  color: #004F9D !important;
  font-size: 32pt !important;
  line-height: 34pt !important;
}
@media (max-width: 991px) {
  main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper .right-column h2 {
    font-size: 28pt !important;
    line-height: 32pt !important;
  }
}
@media (max-width: 767px) {
  main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper .right-column h2 {
    font-size: 26pt !important;
    line-height: 28pt !important;
  }
}
main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper .right-column p {
  font-size: 14pt !important;
}
main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper .right-column .social-links {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper .right-column .social-links {
    justify-content: center;
  }
}
main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper .right-column .social-links a img {
  width: 60px;
  transition: transform 0.24s ease;
}
main .main-wrap .lp-content #follow-us-on-social-media .follow-us-wrapper .right-column .social-links a:hover img {
  transform: scale(1.1);
}

/*# sourceMappingURL=landing-pages.css.map */
