.sec-Section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sec-Section-grey {
  background-color: #f8f8f8;
}
.sec-Section:not(.cst-related-sec) {
  padding-top: 0 !Important;
}

.sec-Section .lst-Grid {
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: -32px;
}

.sec-Section .lst-Grid_Item {
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px !important;
}

.sec-Section .sec-Section_Body .ani-Animation_Animate,
.sec-Section .sec-Section_Body .ani-Animation_Child{
  opacity: 0;
}

.sec-Section .sec-Section_Body .ani-Animation_SlideUp{
  -webkit-animation: ani-Slide-up 1s;
  animation: ani-Slide-up 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(.35,0,0,1);
  animation-timing-function: cubic-bezier(.35,0,0,1);
}

.sec-Section .crd-Card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.sec-Section .crd-Card_ImageContainer,
.sec-Section .crd-Card_ImageContainer-people {
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  background-color: #e3f7de;
}

@supports (-webkit-background-clip: text) {
  .sec-Section .crd-Card_ImageContainer, 
  .sec-Section .crd-Card_ImageContainer-people {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 25px 100%, 0 calc(100% - 25px));
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 25px 100%, 0 calc(100% - 25px));
  }
}

.sec-Section .crd-Card_ImageContainer {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.sec-Section .crd-Card_ImageContainer:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.sec-Section .crd-Card_ImageContainer>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-Section .crd-Card_Image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  transition: -webkit-transform .2s;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.sec-Section .img-Image {
  position: relative;
  margin: 0;
  background-color: #0e0e0e;
  overflow: hidden;
}

@supports ((-o-object-fit: cover) or (object-fit:cover)) {
  .sec-Section .img-Image_Image {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.sec-Section img.img-Image_Image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-Section .crd-Card_Content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: .5rem;
  padding-right: 15px;
  padding-bottom: .5rem;
}

.sec-Section .crd-Card_Content p {
  color: #666;
  margin: 0;
}

.sec-Section .crd-Card_Title {
  transition: color .2s;
  font-family: urw-din, 
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI, Helvetica,
    Arial, sans-serif, 
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  color: #000;
  font-size: 1.25rem;
  letter-spacing: -.01875rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin: 0;
}

.sec-Section .crd-Card_Link {
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: urw-din, 
    -apple-system, 
    BlinkMacSystemFont, 
    Segoe UI, Helvetica,
    Arial, sans-serif, 
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  color: #000;
  letter-spacing: -.01875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  font-weight: 500;
  border-top: .5rem solid transparent;
  color: #43b02a;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.sec-Section .crd-Card_Link svg {
  width: 8px;
  height: 14px;
  margin-top: 2px;
  margin-left: 14px;
  transition: -webkit-transform .2s;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  fill: currentColor;
}

.sec-Section .crd-Card[href]:hover .crd-Card_Link {
  color: #307d1e;
}


.sec-Section .crd-Card[href]:hover .crd-Card_Link svg {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.sec-Section .crd-Card[href]:hover .crd-Card_Image {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.sec-Section .sec-Section_Header {
  margin-bottom: 2rem;
}

.sec-Section .sec-Section_Header h2 {
  color: #000;
  font-size: 1.625rem;
  letter-spacing: -.01875rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}

.sec-Section .sec-Section_Header p {
  font-family: urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  color: #000;
  font-size: 1.125rem;
  letter-spacing: -.01875rem;
  line-height: 1.6875rem;
  margin-top: 1rem;
  color: #666;
  margin-bottom: 0;
}

.cst-related-sec li:before {
  display: none;
}
.cst-related-sec li {
  padding-left:0;
}


.cst-related-sec .cst-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cst-related-sec .cst-button-wrapper .hs-button {
  margin-top: 0;
}

.cst-related-sec.sec-Section .crd-Card_Link {
  margin-top: 0;
}

@media (min-width: 768px){
  .sec-Section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sec-Section .lst-Grid_Item-fourUp {
    width: calc(50% - 32px);
  }

  .sec-Section .crd-Card_Content{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sec-Section .crd-Card_Title-bold{
    font-size: 1.375rem;
    letter-spacing: -.03125rem;
    line-height: 2rem;
  }

  .sec-Section .crd-Card_Link{
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .sec-Section .sec-Section_Header {
    width: calc(75% - 8px);
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .sec-Section .sec-Section_Header h2 {
    font-size: 2rem;
    letter-spacing: -.03125rem;
    line-height: 2.625rem;
  }

  .sec-Section .sec-Section_Header p {
    font-size: 1.25rem;
    letter-spacing: -.03125rem;
    line-height: 1.875rem;
  }

  .sec-Section .lst-Grid_Item-threeUp, 
  .sec-Section .lst-Grid_Item-twoUp {
    width: calc(50% - 32px);
  }

  .cst-related-sec .cst-button-wrapper {
    margin-top: 2rem;
  }

}

@media (min-width: 900px){
  .sec-Section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sec-Section .lst-Grid_Item-fourUp {
    width: calc(33.33333% - 33px);
  }

  .sec-Section .sec-Section_Header {
    width: calc(66.66667% - 10.66667px);
    margin-bottom: 3rem;
  }

  .sec-Section .lst-Grid_Item-threeUp {
    width: calc(33.33333% - 33px);
  }
}

@media (min-width: 1200px){
  .sec-Section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sec-Section .lst-Grid_Item-fourUp {
    width: calc(25% - 32px);
  }

  .cst-related-sec .cst-button-wrapper {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .sec-Section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}


@keyframes ani-Slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}