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;
}
@media (max-width: 768px) {
  main .main-wrap h1, main .main-wrap h2 {
    font-size: 26px;
    text-wrap: balance;
  }
  main .main-wrap h3, main .main-wrap p {
    text-wrap: balance;
  }
}

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;
}
@media (max-width: 767px) {
  body > main .ql-mobile-align-left {
    text-align: left !important;
    align-self: flex-start !important;
  }
  body > main .ql-mobile-align-center {
    text-align: center !important;
    align-self: center !important;
  }
  body > main .ql-mobile-align-right {
    text-align: right !important;
    align-self: flex-end !important;
  }
  body > main .ql-mobile-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;
}
body > main .ql-size-xxxlarge {
  font-size: 80px !important;
}
@media (max-width: 768px) {
  body > main .ql-size-xxlarge {
    font-size: 32px !important;
  }
  body > main .ql-size-xxxlarge {
    font-size: 36px !important;
  }
}
body > main .ql-indent-1 {
  margin-left: 30px !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;
  }
}

/*
<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-wrap #seo:has(.lp-faq-blue-boxes) {
  align-items: center;
}
.main-wrap #seo:has(.lp-faq-blue-boxes) h2 {
  text-align: center;
  width: 100%;
  font-size: 32px;
  margin: 24px 0;
  text-transform: uppercase;
}
.main-wrap #seo:has(.lp-faq-blue-boxes) h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 12px;
}

/*
<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%;
  }
}
.main-wrap .tile-wrapper-1--wrap-text .tile p, .main-wrap .tile-wrapper-1--wrap-text .tile h2 {
  white-space: normal;
}
.main-wrap .tile-wrapper-1--video {
  gap: 16px;
}
.main-wrap .tile-wrapper-1--video .tile {
  width: calc(33.333% - 10.666px);
  max-width: 560px;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .main-wrap .tile-wrapper-1--video .tile {
    width: calc(50% - 8px);
  }
}
@media (max-width: 768px) {
  .main-wrap .tile-wrapper-1--video .tile {
    width: 100%;
  }
}
.main-wrap .tile-wrapper-1--video .tile iframe {
  border-radius: 12px;
}

/*
<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;
  /* Marketing-toggleable: lets tile images fill their cell instead of capping at 80px. */
}
.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--full-image .tile img {
  width: 100% !important;
  height: auto !important;
}
.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;
}

/*
<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;
}

.main-wrap .drag-x * {
  user-select: none;
  -webkit-user-drag: none;
}
.main-wrap .drag-x.scroll {
  cursor: grab;
}
.main-wrap .drag-x.scroll:active {
  cursor: grabbing;
}

main .main-wrap {
  /*Page Header*/
  /*Nav (imported)*/
  /*Faqs and Info*/
  /*Faqs and Info Panels*/
  /*Popular Resources*/
  /*Meet Our Team*/
  /*Tips and Templates*/
  /*Sales Tools*/
  /*Customer Service*/
  /*Trade Shows*/
  /*Social Media*/
  /*SEO (imported)*/
}
main .main-wrap #page-header {
  color: #fff;
  background: linear-gradient(to top, #1f90c2 50%, #1762b9);
  margin-top: 0;
}
main .main-wrap #page-header::before {
  content: "";
  position: absolute;
  inset-block: 0;
  width: 100vw;
  background: linear-gradient(to top, #1f90c2 50%, #1762b9);
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
main .main-wrap #page-header p {
  text-align: center;
  max-width: 926px;
}
main .main-wrap #page-header .resource-search-container {
  margin: 5px 0 40px;
}
main .main-wrap #page-header .resource-search-container .input-wrapper input {
  min-width: 350px;
  border: none;
  color: #6a6a6a;
  transition: 0.24s all ease;
}
main .main-wrap #page-header .resource-search-container .input-wrapper input::placeholder {
  color: #6a6a6a;
  opacity: 1;
  font-weight: 800;
}
main .main-wrap #page-header .resource-search-container .input-wrapper svg {
  right: 7px;
  top: 6px;
  position: absolute;
}
main .main-wrap #page-header .resource-search-container .input-wrapper:has(+ .search-results.active) input {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 0 17px 6px rgba(71, 71, 71, 0.4);
  clip-path: inset(-40px -40px 0px -40px);
}
main .main-wrap #page-header .resource-search-container .search-results {
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: absolute;
  width: 100%;
  z-index: 1;
  box-shadow: 0 0 17px 6px rgba(71, 71, 71, 0.4);
  clip-path: inset(0px -40px -40px -40px);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
main .main-wrap #page-header .resource-search-container .search-results.active {
  opacity: 1;
  pointer-events: auto;
}
main .main-wrap #page-header .resource-search-container .search-results .result-item {
  color: #000;
  background: #fff;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #dbdbdb;
  transition: 0.3s ease all;
  font-weight: 600;
}
main .main-wrap #page-header .resource-search-container .search-results .result-item:hover {
  background: #f7f7f7;
  color: #0573AF;
}
main .main-wrap #page-header .resource-search-container .search-results .result-item:last-child {
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 768px) {
  main .main-wrap #page-header .resource-search-container .input-wrapper input {
    min-width: 280px;
  }
}
main .main-wrap #faqs-and-info {
  margin-top: 10px;
}
main .main-wrap #faqs-and-info .tile-wrapper-1 .tile.active {
  background: #e9ecef;
}
main .main-wrap #faqs-and-info .tile-wrapper-1 .tile.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 40px solid #e9ecef;
}
@media (max-width: 991px) {
  main .main-wrap #faqs-and-info .tile-wrapper-1 {
    flex-direction: column;
  }
  main .main-wrap #faqs-and-info .tile-wrapper-1 .tile {
    align-self: center;
  }
  main .main-wrap #faqs-and-info .panel-wrapper {
    background-color: #044464;
    padding: 75px 0;
    margin-top: 16px;
  }
  main .main-wrap #faqs-and-info .panel-wrapper:not(:has(> div.active)) {
    display: none;
  }
  main .main-wrap #faqs-and-info .panel-wrapper > div {
    max-width: 1300px;
  }
  main .main-wrap #faqs-and-info .panel-wrapper > div:not(.active) {
    display: none;
  }
  main .main-wrap #faqs-and-info .panel-wrapper::before {
    content: "";
    position: absolute;
    inset-block: 0;
    width: 100vw;
    background: #044464;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
  main .main-wrap #faqs-and-info .panel-wrapper a:not(.jpp-button) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 27px 10px 16px 10px;
    background: #F7F7F7;
    text-decoration: none;
    min-width: 160px;
    min-height: 160px;
  }
  main .main-wrap #faqs-and-info .panel-wrapper a:not(.jpp-button):hover {
    transform: translateY(-5px);
  }
  main .main-wrap #faqs-and-info .panel-wrapper a:not(.jpp-button) p {
    color: #044464;
    font-weight: 900;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    margin: 20px 0 0 0;
    line-height: 18px;
    text-transform: uppercase;
    height: 36px;
    display: flex;
    align-items: center;
  }
  main .main-wrap #faqs-and-info .panel-wrapper .technology-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    align-items: center;
  }
}
@media (max-width: 991px) and (max-width: 906px) {
  main .main-wrap #faqs-and-info .panel-wrapper .technology-panel {
    justify-content: center;
  }
  main .main-wrap #faqs-and-info .panel-wrapper .technology-panel .button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991px) and (max-width: 700px) {
  main .main-wrap #faqs-and-info .panel-wrapper .technology-panel {
    display: grid;
    grid-template-columns: 160px 160px;
    gap: 30px;
  }
  main .main-wrap #faqs-and-info .panel-wrapper .technology-panel .button-wrapper {
    grid-column: 1/-1;
  }
}
@media (max-width: 991px) {
  main .main-wrap #faqs-and-info .panel-wrapper .sign-making-panel, main .main-wrap #faqs-and-info .panel-wrapper .customer-service-panel {
    display: flex;
    align-items: center;
    gap: 35px;
    min-height: 350px;
  }
  main .main-wrap #faqs-and-info .panel-wrapper .sign-making-panel .left-column, main .main-wrap #faqs-and-info .panel-wrapper .customer-service-panel .left-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }
  main .main-wrap #faqs-and-info .panel-wrapper .sign-making-panel .left-column .tile-wrapper, main .main-wrap #faqs-and-info .panel-wrapper .customer-service-panel .left-column .tile-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    min-width: 355px;
  }
  main .main-wrap #faqs-and-info .panel-wrapper .sign-making-panel .left-column .tile-wrapper a, main .main-wrap #faqs-and-info .panel-wrapper .customer-service-panel .left-column .tile-wrapper a {
    padding: 13px 10px 16px 10px;
    justify-content: flex-end;
  }
  main .main-wrap #faqs-and-info .panel-wrapper .sign-making-panel .left-column .tile-wrapper a p, main .main-wrap #faqs-and-info .panel-wrapper .customer-service-panel .left-column .tile-wrapper a p {
    margin: 11px 0 0 0;
  }
  main .main-wrap #faqs-and-info .panel-wrapper .sign-making-panel .image-wrapper, main .main-wrap #faqs-and-info .panel-wrapper .customer-service-panel .image-wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  main .main-wrap #faqs-and-info {
    margin-bottom: 0;
  }
}
main .main-wrap #faqs-and-info-panels {
  background-color: #86B9D8;
  padding: 75px 0;
}
main .main-wrap #faqs-and-info-panels:not(.active) {
  display: none;
}
main .main-wrap #faqs-and-info-panels > div {
  max-width: 1300px;
}
main .main-wrap #faqs-and-info-panels > div:not(.active) {
  display: none;
}
main .main-wrap #faqs-and-info-panels::before {
  content: "";
  position: absolute;
  inset-block: 0;
  width: 100vw;
  background: #86B9D8;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
main .main-wrap #faqs-and-info-panels a:not(.jpp-button) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 27px 10px 16px 10px;
  background: #F7F7F7;
  text-decoration: none;
  min-width: 160px;
  min-height: 160px;
}
main .main-wrap #faqs-and-info-panels a:not(.jpp-button):hover {
  transform: translateY(-5px);
}
main .main-wrap #faqs-and-info-panels a:not(.jpp-button) p {
  color: #053b72;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  margin: 20px 0 0 0;
  line-height: 18px;
  text-transform: uppercase;
  height: 36px;
  display: flex;
  align-items: center;
}
main .main-wrap #faqs-and-info-panels .technology-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  align-items: center;
}
@media (max-width: 906px) {
  main .main-wrap #faqs-and-info-panels .technology-panel {
    justify-content: center;
  }
  main .main-wrap #faqs-and-info-panels .technology-panel .button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  main .main-wrap #faqs-and-info-panels .technology-panel {
    display: grid;
    grid-template-columns: 160px 160px;
    gap: 30px;
  }
  main .main-wrap #faqs-and-info-panels .technology-panel .button-wrapper {
    grid-column: 1/-1;
  }
}
main .main-wrap #faqs-and-info-panels .sign-making-panel, main .main-wrap #faqs-and-info-panels .customer-service-panel {
  display: flex;
  align-items: center;
  gap: 35px;
  min-height: 350px;
}
main .main-wrap #faqs-and-info-panels .sign-making-panel .left-column, main .main-wrap #faqs-and-info-panels .customer-service-panel .left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
main .main-wrap #faqs-and-info-panels .sign-making-panel .left-column .tile-wrapper, main .main-wrap #faqs-and-info-panels .customer-service-panel .left-column .tile-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  min-width: 355px;
}
main .main-wrap #faqs-and-info-panels .sign-making-panel .left-column .tile-wrapper a, main .main-wrap #faqs-and-info-panels .customer-service-panel .left-column .tile-wrapper a {
  padding: 13px 10px 16px 10px;
  justify-content: flex-end;
}
main .main-wrap #faqs-and-info-panels .sign-making-panel .left-column .tile-wrapper a p, main .main-wrap #faqs-and-info-panels .customer-service-panel .left-column .tile-wrapper a p {
  margin: 11px 0 0 0;
}
main .main-wrap #faqs-and-info-panels .sign-making-panel .image-wrapper, main .main-wrap #faqs-and-info-panels .customer-service-panel .image-wrapper {
  max-width: 447px;
}
main .main-wrap #faqs-and-info-panels .sign-making-panel .image-wrapper img, main .main-wrap #faqs-and-info-panels .customer-service-panel .image-wrapper img {
  aspect-ratio: 1.37/1;
  width: 446px;
}
@media (max-width: 768px) {
  main .main-wrap #popular-resources {
    margin: 0 0 30px;
  }
}
main .main-wrap #meet-our-team {
  margin-bottom: 75px;
}
main .main-wrap #meet-our-team h2 {
  margin-bottom: 5px;
}
main .main-wrap #meet-our-team .p-1 {
  max-width: 842px;
  text-align: center;
  margin-bottom: 5px;
}
main .main-wrap #meet-our-team .p-2 {
  margin-bottom: 0;
}
main .main-wrap #meet-our-team .p-3 {
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
  max-width: 839px;
  text-align: center;
  margin-bottom: 35px;
}
main .main-wrap #meet-our-team .button-wrapper {
  display: flex;
  gap: 18px;
}
main .main-wrap #meet-our-team .cards-wrapper {
  display: flex;
  gap: 38px;
  overflow-x: auto;
  margin-top: 40px;
  width: 100%;
  justify-content: space-between;
  max-width: 1205px;
  padding: 0 15px 15px;
}
main .main-wrap #meet-our-team .cards-wrapper .card {
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  padding: 0 42px 19px;
  min-width: 198px;
  width: 198px;
}
main .main-wrap #meet-our-team .cards-wrapper .card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 233px;
  background: #083A71;
}
main .main-wrap #meet-our-team .cards-wrapper .card * {
  background-color: #083A71;
}
main .main-wrap #meet-our-team .cards-wrapper .card > img {
  width: 114px;
  background-color: #F5F5F5;
  border-radius: 70px;
}
main .main-wrap #meet-our-team .cards-wrapper .card h3 {
  color: #F58220;
  margin: 10px 0 0;
}
main .main-wrap #meet-our-team .cards-wrapper .card .title {
  max-width: 114px;
  text-align: center;
  margin: 0 0 9px;
  height: 34px;
}
main .main-wrap #meet-our-team .cards-wrapper .card > span {
  background-color: #fff;
  height: 1px;
  opacity: 0.5;
  width: 100%;
}
main .main-wrap #meet-our-team .cards-wrapper .card .favorite {
  text-align: center;
  margin-top: 12px;
}
main .main-wrap #meet-our-team .cards-wrapper .card .favorite span {
  font-weight: 700;
}
main .main-wrap #meet-our-team .cards-wrapper .card .icon-wrapper {
  display: flex;
  width: 112px;
  justify-content: space-evenly;
}
main .main-wrap #meet-our-team .cards-wrapper .card .icon-wrapper a {
  display: flex;
  flex: 1;
  justify-content: center;
}
main .main-wrap #meet-our-team .cards-wrapper .card .icon-wrapper a:first-of-type {
  justify-content: flex-start;
}
main .main-wrap #meet-our-team .cards-wrapper .card .icon-wrapper a:last-of-type {
  justify-content: flex-end;
}
main .main-wrap #meet-our-team .cards-wrapper .card .icon-wrapper a::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -34px;
  left: -2px;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
  background-color: #0573AF;
  border-radius: 5px;
  padding: 3px 8px;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease;
  pointer-events: none;
  z-index: 1;
}
main .main-wrap #meet-our-team .cards-wrapper .card .icon-wrapper a:hover::after {
  opacity: 1;
  visibility: visible;
}
main .main-wrap #meet-our-team .cards-wrapper .card .icon-wrapper a:hover img {
  transform: scale(1.3);
}
main .main-wrap #meet-our-team .cards-wrapper .card .icon-wrapper a img {
  width: 29px;
  transition: all 0.24s ease;
}
@media (max-width: 768px) {
  main .main-wrap #meet-our-team {
    margin: 0;
  }
  main .main-wrap #meet-our-team h2 {
    margin-top: 0;
  }
  main .main-wrap #meet-our-team .p-2 {
    text-align: center;
  }
}
main .main-wrap #tips-and-templates > div {
  display: flex;
  align-items: center;
}
main .main-wrap #tips-and-templates > div > div {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
@media (min-width: 769px) {
  main .main-wrap #tips-and-templates > div > div {
    min-width: 292px;
  }
}
main .main-wrap #tips-and-templates > div > div video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 675px;
}
main .main-wrap #tips-and-templates > div > div h2 {
  text-align: left;
  margin-bottom: 0;
}
main .main-wrap #tips-and-templates > div > div h2 span {
  font-size: 30px;
}
main .main-wrap #tips-and-templates > div > div p {
  max-width: 460px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  main .main-wrap #tips-and-templates {
    margin: 0;
  }
  main .main-wrap #tips-and-templates > div {
    flex-direction: column-reverse;
  }
  main .main-wrap #tips-and-templates > div > div {
    margin: 40px 0 0;
  }
  main .main-wrap #tips-and-templates > div > div h2 {
    text-align: center;
    margin-top: 0;
  }
  main .main-wrap #tips-and-templates > div > div p {
    text-align: center;
  }
  main .main-wrap #tips-and-templates > div > div a {
    margin: 0 auto;
  }
}
main .main-wrap #sales-tools > div {
  align-items: stretch;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  max-width: 1300px;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 15px;
}
main .main-wrap #sales-tools > div > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .main-wrap #sales-tools > div > div img {
  max-width: 275px;
}
main .main-wrap #sales-tools > div > div h3 {
  color: #0573AF;
  margin-bottom: 13px;
}
main .main-wrap #sales-tools > div > div p {
  text-align: center;
  max-width: 259px;
  min-height: 100px;
  margin: 0;
}
@media (max-width: 768px) {
  main .main-wrap #sales-tools {
    margin-top: 15px;
  }
}
main .main-wrap #contact-customer-service {
  background-color: #f8f8f8;
  max-width: 900px;
  margin: 50px auto;
  padding: 40px 60px;
}
main .main-wrap #contact-customer-service h2 {
  font-size: 32px;
  margin-top: 0;
}
main .main-wrap #contact-customer-service .image-text-wrapper {
  display: flex;
  align-items: center;
}
main .main-wrap #contact-customer-service .image-text-wrapper picture {
  width: 100%;
  max-width: 400px;
}
main .main-wrap #contact-customer-service .image-text-wrapper .text-column {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-left: 25px;
  width: 50%;
}
main .main-wrap #contact-customer-service .image-text-wrapper .text-column p {
  font-weight: 400;
}
main .main-wrap #contact-customer-service .image-text-wrapper .text-column dl div {
  display: flex;
  margin-bottom: 20px;
}
main .main-wrap #contact-customer-service .image-text-wrapper .text-column dl div dd {
  margin: 0;
}
main .main-wrap #contact-customer-service .image-text-wrapper .text-column dl div:nth-of-type(1) dt {
  margin-right: 23px;
}
main .main-wrap #contact-customer-service .image-text-wrapper .text-column dl div:nth-of-type(2) dt {
  margin-right: 27px;
}
main .main-wrap #contact-customer-service .image-text-wrapper .text-column dl div:nth-of-type(2) dd {
  max-width: 257px;
}
main .main-wrap #contact-customer-service .image-text-wrapper .text-column dl div:nth-of-type(3) dt {
  margin-right: 17px;
}
@media (max-width: 768px) {
  main .main-wrap #contact-customer-service {
    padding: 25px 15px;
  }
  main .main-wrap #contact-customer-service h2 {
    margin: 0;
    text-align: center;
  }
  main .main-wrap #contact-customer-service .image-text-wrapper {
    flex-direction: column-reverse;
  }
  main .main-wrap #contact-customer-service .image-text-wrapper picture {
    max-width: 550px;
  }
  main .main-wrap #contact-customer-service .image-text-wrapper .text-column {
    margin: 0 0 30px;
    align-items: center;
    width: 70%;
  }
  main .main-wrap #contact-customer-service .image-text-wrapper .text-column p {
    text-align: center;
  }
}
main .main-wrap #trade-shows {
  margin: 50px 50px;
  min-height: 352px;
  justify-content: center;
  background-color: rgba(9, 27, 54, 0.75);
}
main .main-wrap #trade-shows h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
main .main-wrap #trade-shows h2 span {
  font-size: 50px;
  color: #f58220;
  font-weight: 900;
  text-transform: uppercase;
}
main .main-wrap #trade-shows p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  max-width: 547px;
  margin-top: 0;
}
main .main-wrap #trade-shows a {
  margin-top: 20px;
  white-space: nowrap;
}
main .main-wrap #trade-shows picture {
  position: absolute;
  z-index: -2;
  inset: 0;
}
main .main-wrap #trade-shows picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
@media (max-width: 768px) {
  main .main-wrap #trade-shows {
    margin: 30px 0;
    padding: 15px;
  }
  main .main-wrap #trade-shows h2 {
    font-size: 20px;
  }
  main .main-wrap #trade-shows h2 span {
    font-size: 40px;
  }
  main .main-wrap #trade-shows p {
    max-width: 353px;
  }
}
main .main-wrap #social-media {
  background-color: #004F9D;
}
main .main-wrap #social-media::before {
  content: "";
  position: absolute;
  inset-block: 0;
  width: 100vw;
  background: #004F9D;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
main .main-wrap #social-media h2 {
  color: #fff;
  font-size: 32px;
  margin: 40px 0 0;
  text-align: center;
}
main .main-wrap #social-media p {
  margin-top: 0;
  text-align: center;
}
main .main-wrap #social-media p:nth-of-type(1) {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
main .main-wrap #social-media p:nth-of-type(2) {
  font-size: 32px;
  color: #F58220;
  font-weight: 900;
  margin-bottom: 15px;
  background-color: #004f9d;
}
main .main-wrap #social-media .icons-wrapper {
  display: flex;
  margin-bottom: 40px;
  gap: 26px;
}
main .main-wrap #social-media .icons-wrapper a:hover img {
  filter: brightness(1.6);
  transform: translateY(-5px) scale(1.1);
}
main .main-wrap #social-media .icons-wrapper a img {
  height: 30px;
  min-height: 30px;
  transition: all 0.24s ease;
  filter: brightness(1);
}
@media (max-width: 768px) {
  main .main-wrap #social-media br {
    display: block !important;
  }
  main .main-wrap #social-media h2 {
    line-height: 32px;
    margin-bottom: 10px;
  }
  main .main-wrap #social-media p:nth-of-type(1) {
    font-size: 16px;
  }
  main .main-wrap #social-media p:nth-of-type(2) {
    font-size: 24px;
  }
  main .main-wrap #social-media .icons-wrapper {
    gap: 5px;
  }
  main .main-wrap #social-media .icons-wrapper a {
    margin: 0 9px;
  }
  main .main-wrap #social-media .icons-wrapper a img {
    height: 25px;
    min-height: 25px;
  }
}

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