/* By default, all show classes are hidden */
.show-for-small, .show-for-medium, .show-for-large {
  display: none !important;
}

.show-for-small {
  display: block !important;
}

/* Define breakpoints */
@media (max-width: 639px) {
  
  /* Small screens */
  .hide-for-small {
    display: none !important;
  }

  /* Hide classes for medium and large screens should show here */
  .xshow-for-medium, .xshow-for-large {
    display: none !important;
  }
}

@media (min-width: 640px) /*and (max-width: 1023px)*/ {
  /* Medium screens */
  .show-for-medium {
    display: block !important;
  }
  .hide-for-medium {
    display: none !important;
  }

  /* Hide classes for small should stay hidden, and hide for large */
  .xhide-for-small {
    display: none !important;
  }
  .xshow-for-small, .xshow-for-large {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  /* Large screens */
  .show-for-large {
    display: block !important;
  }
  .hide-for-large {
    display: none !important;
  }

  /* Hide classes for small and medium */
  .xhide-for-small, .xhide-for-medium {
    display: none !important;
  }
  .xshow-for-small, .xshow-for-medium {
    display: none !important;
  }
}

html{font-size:1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media(max-width: 580px){html{font-size:1px}}@media(min-width: 2560px){html{font-size:1px}}section.u4m-cards-custom-formatting{margin:100rem 0;padding:0 20rem}section.u4m-cards-custom-formatting.reverse-text .intro .heading,section.u4m-cards-custom-formatting.reverse-text .intro .subheading{color:#fff}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2{position:absolute;z-index:0}@media(max-width: 1024px){section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2{display:none}}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.small,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.small{width:150rem;height:150rem;top:-1rem}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.medium,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.medium{width:300rem;height:300rem;top:-299rem}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.large,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.large{top:1px;-webkit-transform:translate(0, -100%);transform:translate(0, -100%);width:calc(50% - 220px);height:810px}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.topleft,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.topleft{left:1px;right:unset;-webkit-clip-path:polygon(0 0, 0 100%, 100% 100%, calc(100% - 800px) 0);clip-path:polygon(0 0, 0 100%, 100% 100%, calc(100% - 800px) 0)}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.topleft.large,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.topleft.large{left:calc(-73vw + 1535px)}@media screen and (max-width: 2300px){section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.topleft.large,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.topleft.large{left:-140px}}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.topright,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.topright{left:unset;right:0;-webkit-clip-path:polygon(100% 0, 0 100%, 100% 100%);clip-path:polygon(100% 0, 0 100%, 100% 100%);margin-bottom:-1px}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.topright.small,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.topright.small{left:unset;right:0;-webkit-clip-path:polygon(0 0, 100% 100%, 100% 0);clip-path:polygon(0 0, 100% 100%, 100% 0)}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.topleft.small,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.topleft.small{-webkit-clip-path:polygon(0 0, 100% 0, 0 100%);clip-path:polygon(0 0, 100% 0, 0 100%)}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.white,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.white{background-color:#fff}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.gray,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.gray{background-color:#f3f3f3}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.lightblue,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.lightblue{background-color:#dfeff3}section.u4m-cards-custom-formatting.has-accent-triangle .triangle-1.darkblue,section.u4m-cards-custom-formatting.has-accent-triangle .triangle-2.darkblue{background-color:#005baa}section.u4m-cards-custom-formatting .intro{float:none;margin-left:auto;margin-right:auto;max-width:1340rem;padding-left:20rem;padding-right:20rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin:0 auto 55rem}section.u4m-cards-custom-formatting .intro .heading{font-family:"Roboto Condensed",sans-serif;font-size:45rem;font-weight:bold;letter-spacing:.5rem;margin:0 0 30rem;line-height:1.1;color:#000;margin:0 0 20rem}@media(max-width: 1024px){section.u4m-cards-custom-formatting .intro .heading{font-size:35rem}}@media(max-width: 580px){section.u4m-cards-custom-formatting .intro .heading{font-size:28rem;margin-bottom:20rem}}section.u4m-cards-custom-formatting .intro .subheading{font-family:"Roboto",sans-serif;font-size:20rem;font-weight:400;line-height:1.5;letter-spacing:0;margin:0 0 20rem;color:#404041;max-width:828rem;margin:0 auto}@media(max-width: 580px){section.u4m-cards-custom-formatting .intro .subheading{font-size:18rem}}section.u4m-cards-custom-formatting .intro .cta a,section.u4m-cards-custom-formatting .intro .url a{display:inline-block;font-family:"Roboto Condensed",sans-serif;color:#fff;background-color:#0093d0;text-transform:uppercase;font-weight:bold;font-size:18rem;line-height:1.2;letter-spacing:1rem;text-decoration:none;text-align:center;border:0;border-radius:2rem;padding:14rem 30rem;margin:20rem 0;-webkit-transition:.1s ease-in;transition:.1s ease-in;cursor:pointer;margin:20rem 0 0}section.u4m-cards-custom-formatting .intro .cta a:hover,section.u4m-cards-custom-formatting .intro .cta a:focus,section.u4m-cards-custom-formatting .intro .url a:hover,section.u4m-cards-custom-formatting .intro .url a:focus{background-color:#fff;color:#0093d0;text-decoration:unset}section.u4m-cards-custom-formatting .wrapper{float:none;margin-left:auto;margin-right:auto;max-width:1340rem;padding-left:20rem;padding-right:20rem;padding-left:unset;padding-right:unset;max-width:1440rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40rem;position:relative;z-index:1}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}section.u4m-cards-custom-formatting .wrapper.card-style-text .card{-webkit-box-flex:0;-ms-flex:0 1 calc(25% - 40rem);flex:0 1 calc(25% - 40rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:40rem 35rem 45rem;background-color:#dfeff3}@media(max-width: 1024px){section.u4m-cards-custom-formatting .wrapper.card-style-text .card{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 40rem);flex:0 1 calc(50% - 40rem)}}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-text .card{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;width:100%;margin:0}}section.u4m-cards-custom-formatting .wrapper.card-style-text .card .image{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;aspect-ratio:1.6}section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content{padding:30rem 40rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(max-width: 768px){section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content{padding:30rem 20rem}}section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content .eyebrow{font-family:"Roboto",sans-serif;font-size:14rem;font-weight:bold;letter-spacing:3rem;line-height:1.5;margin:0 0 10rem;text-transform:uppercase;display:block;color:#005baa}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content .eyebrow{font-size:13rem}}section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content .title{font-family:"Roboto Condensed",sans-serif;font-size:26rem;font-weight:bold;letter-spacing:.5rem;margin:0 0 30rem;line-height:1.3;color:#000;margin:0}@media(max-width: 1024px){section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content .title{font-size:22rem}}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content .title{font-size:20rem;margin-bottom:20rem}}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content .title{margin:0}}section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content .description{font-family:"Roboto",sans-serif;font-size:15rem;font-weight:400;line-height:1.8;letter-spacing:.25rem;margin:0 0 20rem;color:#000;margin:10rem 0 0}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content .description{font-size:15rem}}section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.cta,section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.url{margin-top:auto}section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.cta a,section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.url a{font-family:"Roboto Condensed",sans-serif;color:#000;font-weight:bold;font-size:18rem;line-height:1.2;letter-spacing:.56px;text-decoration:none;text-align:center;border:0;margin:20rem 0;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16rem;margin:15rem 0 0}section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.cta a:after,section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.url a:after{content:"";margin-left:10rem;width:23rem;height:23rem;background-image:url("https://www.tdindustries.com/hubfs/Web%20Assets%202023/button-arrow.svg");display:inline-block;-webkit-transition:.1s ease-in;transition:.1s ease-in;-webkit-box-flex:0;-ms-flex:0 0 23rem;flex:0 0 23rem}section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.cta a:hover,section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.cta a:focus,section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.url a:hover,section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.url a:focus{color:#000;text-decoration:unset}section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.cta a:hover:after,section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.cta a:focus:after,section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.url a:hover:after,section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content span.url a:focus:after{background-image:url("https://www.tdindustries.com/hubfs/Web%20Assets%202023/button-arrow-hover.svg")}section.u4m-cards-custom-formatting .wrapper.card-style-text .card .content{height:100%;padding:unset}section.u4m-cards-custom-formatting .wrapper.card-style-image .card{-webkit-box-flex:0;-ms-flex:0 1 calc(25% - 40rem);flex:0 1 calc(25% - 40rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}@media(max-width: 1024px){section.u4m-cards-custom-formatting .wrapper.card-style-image .card{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 40rem);flex:0 1 calc(50% - 40rem)}}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-image .card{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;width:100%;margin:0}}section.u4m-cards-custom-formatting .wrapper.card-style-image .card .image{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;aspect-ratio:1.6}section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content{padding:30rem 40rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(max-width: 768px){section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content{padding:30rem 20rem}}section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content .eyebrow{font-family:"Roboto",sans-serif;font-size:14rem;font-weight:bold;letter-spacing:3rem;line-height:1.5;margin:0 0 10rem;text-transform:uppercase;display:block;color:#005baa}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content .eyebrow{font-size:13rem}}section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content .title{font-family:"Roboto Condensed",sans-serif;font-size:26rem;font-weight:bold;letter-spacing:.5rem;margin:0 0 30rem;line-height:1.3;color:#000;margin:0}@media(max-width: 1024px){section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content .title{font-size:22rem}}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content .title{font-size:20rem;margin-bottom:20rem}}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content .title{margin:0}}section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content .description{font-family:"Roboto",sans-serif;font-size:15rem;font-weight:400;line-height:1.8;letter-spacing:.25rem;margin:0 0 20rem;color:#000;margin:10rem 0 0}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content .description{font-size:15rem}}section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.cta,section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.url{margin-top:auto}section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.cta a,section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.url a{font-family:"Roboto Condensed",sans-serif;color:#000;font-weight:bold;font-size:18rem;line-height:1.2;letter-spacing:.56px;text-decoration:none;text-align:center;border:0;margin:20rem 0;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16rem;margin:15rem 0 0}section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.cta a:after,section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.url a:after{content:"";margin-left:10rem;width:23rem;height:23rem;background-image:url("https://www.tdindustries.com/hubfs/Web%20Assets%202023/button-arrow.svg");display:inline-block;-webkit-transition:.1s ease-in;transition:.1s ease-in;-webkit-box-flex:0;-ms-flex:0 0 23rem;flex:0 0 23rem}section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.cta a:hover,section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.cta a:focus,section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.url a:hover,section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.url a:focus{color:#000;text-decoration:unset}section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.cta a:hover:after,section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.cta a:focus:after,section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.url a:hover:after,section.u4m-cards-custom-formatting .wrapper.card-style-image .card .content span.url a:focus:after{background-image:url("https://www.tdindustries.com/hubfs/Web%20Assets%202023/button-arrow-hover.svg")}section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card{-webkit-box-flex:0;-ms-flex:0 1 calc(25% - 40rem);flex:0 1 calc(25% - 40rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#dfeff3}@media(max-width: 1024px){section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 40rem);flex:0 1 calc(50% - 40rem)}}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;width:100%;margin:0}}section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .image{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;aspect-ratio:1.6}section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content{padding:30rem 40rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(max-width: 768px){section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content{padding:30rem 20rem}}section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content .eyebrow{font-family:"Roboto",sans-serif;font-size:14rem;font-weight:bold;letter-spacing:3rem;line-height:1.5;margin:0 0 10rem;text-transform:uppercase;display:block;color:#005baa}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content .eyebrow{font-size:13rem}}section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content .title{font-family:"Roboto Condensed",sans-serif;font-size:26rem;font-weight:bold;letter-spacing:.5rem;margin:0 0 30rem;line-height:1.3;color:#000;margin:0}@media(max-width: 1024px){section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content .title{font-size:22rem}}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content .title{font-size:20rem;margin-bottom:20rem}}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content .title{margin:0}}section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content .description{font-family:"Roboto",sans-serif;font-size:15rem;font-weight:400;line-height:1.8;letter-spacing:.25rem;margin:0 0 20rem;color:#000;margin:10rem 0 0}@media(max-width: 580px){section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content .description{font-size:15rem}}section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.cta,section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.url{margin-top:auto}section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.cta a,section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.url a{font-family:"Roboto Condensed",sans-serif;color:#000;font-weight:bold;font-size:18rem;line-height:1.2;letter-spacing:.56px;text-decoration:none;text-align:center;border:0;margin:20rem 0;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16rem;margin:15rem 0 0}section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.cta a:after,section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.url a:after{content:"";margin-left:10rem;width:23rem;height:23rem;background-image:url("https://www.tdindustries.com/hubfs/Web%20Assets%202023/button-arrow.svg");display:inline-block;-webkit-transition:.1s ease-in;transition:.1s ease-in;-webkit-box-flex:0;-ms-flex:0 0 23rem;flex:0 0 23rem}section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.cta a:hover,section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.cta a:focus,section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.url a:hover,section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.url a:focus{color:#000;text-decoration:unset}section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.cta a:hover:after,section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.cta a:focus:after,section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.url a:hover:after,section.u4m-cards-custom-formatting .wrapper.card-style-imageGray .card .content span.url a:focus:after{background-image:url("https://www.tdindustries.com/hubfs/Web%20Assets%202023/button-arrow-hover.svg")}section.u4m-cards-custom-formatting .wrapper.two .card{-ms-flex-preferred-size:calc(50% - 40rem);flex-basis:calc(50% - 40rem)}section.u4m-cards-custom-formatting .wrapper.three .card{-ms-flex-preferred-size:calc(33.333% - 40rem);flex-basis:calc(33.333% - 40rem)}@media(max-width: 1024px){section.u4m-cards-custom-formatting .wrapper.three .card{-ms-flex-preferred-size:calc(50% - 40rem);flex-basis:calc(50% - 40rem)}}section.u4m-cards-custom-formatting .wrapper.four{gap:40rem}@media(max-width: 1024px){section.u4m-cards-custom-formatting .wrapper.four{gap:30rem}}section.u4m-cards-custom-formatting .wrapper.four .card{-ms-flex-preferred-size:calc(25% + 10px - 40px);flex-basis:calc(25% + 10px - 40px)}@media(max-width: 1280px){section.u4m-cards-custom-formatting .wrapper.four .card{-ms-flex-preferred-size:calc(33.3333333333% + 13.3333333333px - 40px);flex-basis:calc(33.3333333333% + 13.3333333333px - 40px)}}@media(max-width: 1024px){section.u4m-cards-custom-formatting .wrapper.four .card{-ms-flex-preferred-size:calc(50% + 15px - 30px);flex-basis:calc(50% + 15px - 30px
  
