.nytd-navbar-wrapper {
  display: contents;
}
 
.nytd-navbar-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.nytd-navbar-navbar-interactive {
  width: 100%;
  height: 94px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
  background-color: var(--dl-color-nytd-nytd_ltyellow);
}
 
.nytd-navbar-link {
  display: contents;
}
 
.nytd-navbar-image1 {
  width: 10%;
  height: auto;
  text-decoration: none;
}
 
.nytd-navbar-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.nytd-navbar-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.nytd-navbar-link11 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-link21 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-link31 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-link41 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-link51 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-link52 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.nytd-navbar-burger-menu {
  display: none;
}
 
.nytd-navbar-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.nytd-navbar-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-nytd-nytd_ltyellow);
}
 
.nytd-navbar-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.nytd-navbar-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.nytd-navbar-logo {
  height: 3rem;
}
 
.nytd-navbar-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.nytd-navbar-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.nytd-navbar-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.nytd-navbar-link12 {
  font-family: "Montserrat";
  text-decoration: none;
}
 
.nytd-navbar-link22 {
  font-family: "Montserrat";
  text-decoration: none;
}
 
.nytd-navbar-link32 {
  font-family: "Montserrat";
  text-decoration: none;
}
 
.nytd-navbar-link42 {
  font-family: "Montserrat";
  text-decoration: none;
}
 
.nytd-navbar-link53 {
  font-family: "Montserrat";
  text-decoration: none;
}
 
.nytd-navbar-link54 {
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
}
 
.resources-fragment14 {
  display: contents;
}
 
.resources-text14 {
  display: inline-block;
}
 
.resources-fragment10 {
  display: contents;
}
 
.resources-text10 {
  display: inline-block;
}
 
.resources-fragment15 {
  display: contents;
}
 
.resources-text15 {
  display: inline-block;
}
 
.resources-fragment13 {
  display: contents;
}
 
.resources-text13 {
  display: inline-block;
}
 
.resources-fragment16 {
  display: contents;
}
 
.resources-text16 {
  display: inline-block;
}
 
.resources-fragment11 {
  display: contents;
}
 
.resources-text11 {
  display: inline-block;
}
 
.resources-fragment12 {
  display: contents;
}
 
.resources-text12 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .nytd-navbar-image1 {
    width: var(--dl-layout-size-large);
    height: auto;
  }
  .nytd-navbar-desktop-menu {
    display: none;
  }
  .nytd-navbar-burger-menu {
    display: flex;
  }
  .nytd-navbar-icon1 {
    width: 35px;
    height: auto;
  }
}
 
@media(max-width: 767px) {
  .nytd-navbar-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .nytd-navbar-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .nytd-navbar-icon1 {
    width: 35px;
    height: auto;
  }
}
 
@media(max-width: 479px) {
  .nytd-navbar-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .nytd-navbar-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
  .nytd-navbarroot-class-name15 {
    width: 100%;
  }
  .nytd-navbarroot-class-name16 {
    width: 100%;
  }
  .nytd-navbarroot-class-name17 {
    width: 100%;
  }
}

.nytd-footer1-wrapper {
  display: contents;
}
 
.nytd-footer1-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-nytd-nytd_dkblue);
}
 
.nytd-footer1-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.nytd-footer1-content {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
 
.nytd-footer1-link1 {
  display: contents;
}
 
.nytd-footer1-image1 {
  width: var(--dl-layout-size-xlarge);
  height: auto;
  align-self: center;
  text-decoration: none;
}
 
.nytd-footer1-credits1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.nytd-footer1-row {
  flex: 1;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.nytd-footer1-credits2 {
  gap: var(--dl-layout-space-twounits);
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.nytd-footer1-link12 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
}
 
.nytd-footer1-social-links {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
}
 
.nytd-footer1-link2 {
  display: contents;
}
 
.nytd-footer1-icon1 {
  fill: var(--dl-color-nytd-white);
  width: 30px;
  height: 30px;
  text-decoration: none;
}
 
.nytd-footer1-link3 {
  display: contents;
}
 
.nytd-footer1-icon3 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  width: 30px;
  height: 30px;
  text-decoration: none;
}
 
.nytd-footer1-link4 {
  display: contents;
}
 
.nytd-footer1-icon5 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  width: 30px;
  height: 30px;
  text-decoration: none;
}
 
.nytd-footer1-link5 {
  display: contents;
}
 
.nytd-footer1-icon7 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  width: 30px;
  height: 30px;
  text-decoration: none;
}
 
.nytd-footer1-link6 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  align-self: center;
  border-radius: var(--dl-layout-radius-radius8);
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.nytd-footer1-content3 {
  fill: var(--dl-color-nytd-white);
  color: var(--dl-color-nytd-white);
  align-self: center;
}
 
.resources-fragment17 {
  display: contents;
}
 
.resources-text90 {
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.resources-fragment18 {
  display: contents;
}
 
.resources-text91 {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.resources-fragment19 {
  display: contents;
}
 
.resources-text92 {
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 400;
}
 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .nytd-footer1-credits1 {
    flex-direction: column;
  }
  .nytd-footer1-row {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .nytd-footer1-social-links {
    align-self: center;
  }
}
 
@media(max-width: 767px) {
  .nytd-footer1-content {
    flex-direction: column;
  }
  .nytd-footer1-credits1 {
    flex-direction: column;
  }
  .nytd-footer1-row {
    padding: 0px;
    padding-right: 0px;
    flex-direction: column;
  }
  .nytd-footer1-credits2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: auto;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }
  .nytd-footer1-social-links {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .nytd-footer1-content {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .nytd-footer1-image1 {
    height: 3rem;
  }
  .nytd-footer1-row {
    align-items: center;
    justify-content: center;
  }
  .nytd-footer1-social-links {
    justify-content: center;
  }
}

.resources-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.resources-fragment10 {
  display: contents;
}
 
.resources-text10 {
  display: inline-block;
}
 
.resources-fragment11 {
  display: contents;
}
 
.resources-text11 {
  display: inline-block;
}
 
.resources-fragment12 {
  display: contents;
}
 
.resources-text12 {
  display: inline-block;
}
 
.resources-fragment13 {
  display: contents;
}
 
.resources-text13 {
  display: inline-block;
}
 
.resources-fragment14 {
  display: contents;
}
 
.resources-text14 {
  display: inline-block;
}
 
.resources-fragment15 {
  display: contents;
}
 
.resources-text15 {
  display: inline-block;
}
 
.resources-fragment16 {
  display: contents;
}
 
.resources-text16 {
  display: inline-block;
}
 
.resources-layout349 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-nytd-white);
}
 
.resources-max-width {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.resources-container2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  max-width: 600px;
  align-self: flex-start;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fourunits);
  flex-direction: column;
}
 
.resources-text17 {
  fill: var(--dl-color-nytd-nytd_dkblue);
  color: var(--dl-color-nytd-nytd_dkblue);
  font-size: 40px;
  align-self: flex-start;
  text-align: left;
  font-family: "Proxima Soft Bold";
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
}
 
.resources-text18 {
  font-size: 18px;
  text-align: left;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.resources-text19 {
  font-style: normal;
}
 
.resources-container3 {
  width: 100%;
}
 
.resources-card10 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkblue);
}
 
.resources-image10 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text21 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.resources-card11 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_blue);
}
 
.resources-image11 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text25 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.resources-text26 {
  text-align: center;
}
 
.resources-text28 {
  text-align: center;
}
 
.resources-text30 {
  text-align: center;
}
 
.resources-card12 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_turquoise);
}
 
.resources-image12 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text32 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.resources-card13 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_green);
}
 
.resources-image13 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text37 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.resources-card14 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_gold);
}
 
.resources-image14 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text41 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: auto;
  text-transform: none;
  text-decoration: none;
}
 
.resources-text42 {
  line-height: 1.5;
}
 
.resources-text44 {
  line-height: 1.5;
}
 
.resources-text46 {
  line-height: 1.5;
}
 
.resources-card15 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkorange);
}
 
.resources-image15 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text48 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: auto;
  text-transform: none;
  text-decoration: none;
}
 
.resources-card16 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_red);
}
 
.resources-image16 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text54 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: auto;
  text-transform: none;
  text-decoration: none;
}
 
.resources-card17 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_magenta);
}
 
.resources-image17 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text60 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
 
.resources-card18 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_purple);
}
 
.resources-image18 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text66 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.resources-card19 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_dkblue);
}
 
.resources-image19 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text70 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.resources-card20 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-nytd-nytd_blue);
}
 
.resources-image20 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text76 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.resources-card21 {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-theme-primary2);
}
 
.resources-image21 {
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
  object-fit: cover;
}
 
.resources-text83 {
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Proxima Soft Bold";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.resources-fragment17 {
  display: contents;
}
 
.resources-text90 {
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
}
 
.resources-fragment18 {
  display: contents;
}
 
.resources-text91 {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.resources-fragment19 {
  display: contents;
}
 
.resources-text92 {
  display: inline-block;
  font-style: normal;
  font-family: "Montserrat";
  font-weight: 400;
}
 
@media(max-width: 1600px) {
  .resources-container1 {
    border-color: var(--dl-color-nytd-nytd_gold);
    border-width: 0px;
    background-color: var(--dl-color-nytd-white);
  }
  .resources-text17 {
    color: var(--dl-color-nytd-nytd_dkblue);
    font-size: 45px;
    font-family: Proxima Soft Bold;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    text-decoration: none;
  }
  .resources-text18 {
    font-size: 22px;
    font-style: normal;
    text-align: left;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
  }
  .resources-text25 {
    font-family: Proxima Soft Bold;
  }
  .resources-text41 {
    font-size: 36px;
    font-family: Proxima Soft Bold;
  }
  .resources-text42 {
    line-height: 1.5;
  }
  .resources-text43 {
    line-height: 1.5;
  }
  .resources-text44 {
    line-height: 1.5;
  }
  .resources-text45 {
    line-height: 1.5;
  }
  .resources-text46 {
    line-height: 1.5;
  }
}
 
@media(max-width: 991px) {
  .resources-max-width {
    flex-direction: column;
  }
  .resources-container2 {
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .resources-text21 {
    font-family: Proxima Soft Bold;
  }
  .resources-text25 {
    font-family: Proxima Soft Bold;
  }
  .resources-text41 {
    font-size: 36px;
    font-family: Proxima Soft Bold;
  }
  .resources-text42 {
    line-height: 1.5;
  }
  .resources-text43 {
    line-height: 1.5;
  }
  .resources-text44 {
    line-height: 1.5;
  }
  .resources-text45 {
    line-height: 1.5;
  }
  .resources-text46 {
    line-height: 1.5;
  }
  .resources-text54 {
    font-size: 36px;
    font-family: Proxima Soft Bold;
  }
  .resources-text60 {
    font-size: 36px;
    font-family: Proxima Soft Bold;
  }
  .resources-text66 {
    font-family: Proxima Soft Bold;
  }
  .resources-text70 {
    font-family: Proxima Soft Bold;
  }
  .resources-text76 {
    font-family: Proxima Soft Bold;
  }
}
 
@media(max-width: 767px) {
  .resources-container2 {
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .resources-card10 {
    width: 100%;
  }
  .resources-card11 {
    width: 100%;
  }
  .resources-text25 {
    font-family: Proxima Soft Bold;
  }
  .resources-card12 {
    width: 100%;
  }
  .resources-card13 {
    width: 100%;
  }
  .resources-card14 {
    width: 100%;
  }
  .resources-card15 {
    width: 100%;
  }
  .resources-card16 {
    width: 100%;
  }
  .resources-card17 {
    width: 100%;
  }
  .resources-card18 {
    width: 100%;
  }
  .resources-card19 {
    width: 100%;
  }
  .resources-card20 {
    width: 100%;
  }
  .resources-card21 {
    width: 100%;
  }
  .resources-text83 {
    font-family: Proxima Soft Bold;
  }
}
