#video-banner {
  width: 100vw;
  z-index: 9;
  position: relative;
}
#video-banner .video-banner-bg {
  padding-top: 135px;
  background: linear-gradient(238.97deg, #006b99 6.41%, #003a53 85.02%);
  display: flex;
  align-items: flex-end;
}
@media (min-width: 550px) {
  #video-banner .video-banner-bg {
    padding-top: 200px;
  }
}
@media (min-width: 768px) {
  #video-banner .video-banner-bg {
    min-height: 400px;
  }
}
@media (min-width: 1000px) {
  #video-banner .video-banner-bg {
    min-height: 500px;
  }
}
@media (min-width: 1300px) {
  #video-banner .video-banner-bg {
    min-height: 600px;
  }
}
@media (min-width: 768px) {
  #video-banner .video-banner-bg .frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 100px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  #video-banner .video-banner-bg .frame {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #video-banner .video-banner-bg .frame .head-tag {
    width: 50%;
  }
}
#video-banner .video-banner-bg .frame .head-tag h1 {
  padding: 0 30px;
  font-family: utopia-std;
  font-size: 54px;
  color: #fff;
  letter-spacing: 0;
  font-style: italic;
  line-height: 54px;
  font-weight: 400;
  position: relative;
  margin-bottom: 35px !important;
  margin-top: 0;
}
@media (min-width: 1000px) {
  #video-banner .video-banner-bg .frame .head-tag h1 {
    margin-left: 10%;
  }
}
#video-banner .video-banner-bg .frame .head-tag h1:before {
  position: absolute;
  display: inline-block;
  width: 12px;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  background-color: rgba(2, 181, 204, 0.66);
  height: 175%;
  content: "";
  vertical-align: middle;
  margin-right: 24px;
}
@media (min-width: 768px) {
  #video-banner .video-banner-bg .frame .head-tag h1:before {
    height: 100%;
    width: 18px;
    margin-left: -5px;
    transform: unset;
  }
}
#video-banner .video-banner-bg .frame .video {
  display: block;
  width: 100%;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  #video-banner .video-banner-bg .frame .video {
    width: 50%;
    margin-bottom: -150px;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  #video-banner .video-banner-bg .frame .video {
    position: relative;
    right: 0;
    width: 50%;
    max-width: 761px;
  }
}
#video-banner .video-banner-bg .frame .video .card-img-top {
  object-fit: cover;
  width: 100%;
}
#video-banner .video-banner-bg .frame .video .play-button {
  width: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block !important;
}
#video-banner .caption {
  margin-top: 40px;
}
#video-banner .caption .frame {
  position: relative;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
}
@media (min-width: 1440px) {
  #video-banner .caption .frame {
    width: 50%;
    max-width: 700px;
  }
}
#video-banner .caption .frame p {
  margin-left: 24px;
}
@media (min-width: 768px) {
  #video-banner .caption .frame p {
    max-width: 45%;
  }
}
@media (min-width: 1440px) {
  #video-banner .caption .frame p {
    margin-left: -50px;
    max-width: 382px;
  }
}
#video-banner .caption .frame p.video-banner-caption-heading {
  font-weight: 700;
}
@media (min-width: 768px) {
  #video-banner .caption .frame p.video-banner-caption-heading {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #video-banner .caption .frame p.video-banner-caption {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
  }
}
#video-banner .caption .frame:before {
  position: absolute;
  display: inline-block;
  width: 2px;
  left: 25px;
  top: 0;
  background: #f68634;
  height: calc(100% - 50px);
  content: " ";
  vertical-align: middle;
  margin-right: 24px;
}
@media (min-width: 1440px) {
  #video-banner .caption .frame:before {
    left: -75px;
  }
}

.flexible-content > .new-icon-drawers {
  margin: 130px 0;
}
.flexible-content > .new-icon-drawers h2 {
  font-family: "utopia-std";
  color: #000;
  font-size: 48px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: 0px;
  text-align: center;
}
.flexible-content > .new-icon-drawers .cta-wrapper.icons .drawer img {
  width: auto;
  height: 90px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .flexible-content > .new-icon-drawers .cta-wrapper.icons .drawer img {
    display: block;
    margin: 30px auto;
  }
}
.flexible-content > .new-icon-drawers .cta-wrapper.images .drawer-image {
  overflow: hidden;
  height: 227px;
}
@media (max-width: 767px) {
  .flexible-content > .new-icon-drawers .cta-wrapper.images .drawer-image {
    display: flex;
    justify-content: center;
  }
}
.flexible-content > .new-icon-drawers .cta-wrapper.images .drawer-image img {
  width: 100%;
  height: 100%;
  max-height: 227px;
  object-fit: cover;
  margin-bottom: 30px;
}
.flexible-content > .new-icon-drawers .cta-wrapper.images h3 {
  border-top: none;
}
@media (max-width: 767px) {
  .flexible-content > .new-icon-drawers .cta-wrapper.numbers .drawer h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 40px;
  }
}
@media (min-width: 768px) {
  .flexible-content > .new-icon-drawers .cta-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flexible-content > .new-icon-drawers .cta-wrapper .drawer {
    width: 30%;
  }
}
.flexible-content > .new-icon-drawers .drawer {
  margin-bottom: 60px;
}
.flexible-content > .new-icon-drawers .drawer h2 {
  font-family: "utopia-std";
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: 0px;
  text-align: left;
  color: #f68634 !important;
  margin: 0;
  position: relative;
  display: inline;
}
.flexible-content > .new-icon-drawers .drawer h2:after {
  content: " ";
  width: 10px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  background-image: url("/wp-content/themes/push10-npt/assets/imgs/right-carat.png");
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.flexible-content > .new-icon-drawers .drawer h3 {
  border-top: 1px solid #f68634;
  padding-top: 30px;
  font-family: Utopia Std;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 20px !important;
}
.flexible-content > .new-icon-drawers .drawer .drawer-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  text-align: left;
}
.flexible-content > .new-icon-drawers .drawer .drawer-text .hidden {
  display: none;
}
.flexible-content > .new-icon-drawers .drawer a {
  position: relative;
}
.flexible-content > .new-icon-drawers .drawer a:after {
  content: "+";
  width: 10px;
  height: 10px;
  position: relative;
  padding-left: 5px;
  color: #f68634;
}
.flexible-content > .new-icon-drawers .drawer a.opened:after {
  content: "-";
}
.flexible-content > .new-icon-drawers .expanded-drawer {
  border-top: 5px solid #f68634;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  display: none;
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
  flex: 0;
  position: relative;
}
.flexible-content > .new-icon-drawers .expanded-drawer a {
  position: absolute;
  right: 45px;
  top: 45px;
}
@media (max-width: 768px) {
  .flexible-content > .new-icon-drawers .expanded-drawer a {
    right: 20px;
    top: 20px;
  }
}
.flexible-content > .new-icon-drawers .expanded-drawer p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.flexible-content > .new-icon-drawers .expanded-drawer.mob {
  display: none;
  height: 0;
}
.flexible-content > .new-icon-drawers .expanded-drawer.mob.active {
  display: block;
  padding: 30px 50px;
  margin-bottom: 50px;
  flex: 1 0 auto;
}
@media (min-width: 768px) {
  .flexible-content > .new-icon-drawers .expanded-drawer.mob.active {
    display: none !important;
  }
}
.flexible-content > .new-icon-drawers .expanded-drawer.desktop.active {
  display: block !important;
  padding: 70px 100px;
  margin-bottom: 100px;
  flex: 1 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .flexible-content > .new-icon-drawers .expanded-drawer.desktop.active {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .flexible-content > .new-icon-drawers .expanded-drawer.desktop {
    display: none !important;
  }
}
.flexible-content > .new-icon-drawers .expanded-drawer.active {
  opacity: 1 !important;
  display: block !important;
  height: auto !important;
}
.flexible-content > .visual-repeater .frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (min-width: 1386px) and (max-width: 1600px) {
  .flexible-content > .visual-repeater .frame {
    max-width: 1300px !important;
  }
}
.flexible-content > .visual-repeater .frame h3 {
  margin-bottom: 15px;
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap {
  display: flex;
  flex-direction: column;
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #f68634;
}
@media (max-width: 768px) {
  .flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item {
    flex-direction: column !important;
  }
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item .vr-img,
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item .vr-info {
  width: 45%;
}
@media (max-width: 768px) {
  .flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item .vr-img,
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item .vr-info {
    width: 100%;
  }
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item .vr-img {
  position: relative;
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item .vr-img img {
  object-fit: cover;
  width: 100%;
  z-index: 2;
  position: relative;
  height: 100%;
}
@media (min-width: 1400px) {
  .flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item .vr-img img {
    max-height: 300px;
  }
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item .vr-img:before {
  content: " ";
  position: absolute;
  left: -30px;
  top: -30px;
  width: 100%;
  height: 100%;
  background-color: #02b5cc;
  z-index: 1;
}
@media (max-width: 768px) {
  .flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item .vr-img:before {
    content: none !important;
  }
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item .vr-info h4 {
  font-family: "utopia-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 18px;
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item .vr-info p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 30px;
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item:nth-child(even) {
  flex-direction: row-reverse;
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item:nth-child(even) .vr-img:before {
  left: unset;
  right: -30px;
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item:nth-child(2n) .vr-img:before {
  background-color: #f68634;
}
.flexible-content > .visual-repeater .frame .vr-repeater-wrap .vr-item:nth-child(3n) .vr-img:before {
  background-color: #7c2a53;
}
.flexible-content > .visual-repeater.background-purple h3, .flexible-content > .visual-repeater.background-blue h3 {
  color: #fff;
}
.flexible-content > .visual-repeater.background-purple .vr-item .vr-img:before, .flexible-content > .visual-repeater.background-blue .vr-item .vr-img:before {
  background-color: #02b5cc !important;
}
.flexible-content > .visual-repeater.background-purple .vr-item .vr-info > h4,
.flexible-content > .visual-repeater.background-purple .vr-item .vr-info p, .flexible-content > .visual-repeater.background-blue .vr-item .vr-info > h4,
.flexible-content > .visual-repeater.background-blue .vr-item .vr-info p {
  color: #fff !important;
}
.flexible-content > .visual-repeater.background-purple {
  background: linear-gradient(238.97deg, #7c2a53 16.85%, #40172b 74.45%);
}
.flexible-content > .visual-repeater.background-purple .vr-info > * {
  color: #fff !important;
}
.flexible-content > .visual-repeater.background-purple .vr-info .btn-simple {
  border-bottom: 1px solid #fff !important;
}
.flexible-content > .visual-repeater.background-blue {
  background: linear-gradient(238.97deg, #006b99 6.41%, #003a53 85.02%);
}
.flexible-content > .visual-repeater.left-align .vr-item {
  flex-direction: row !important;
}
.flexible-content > .visual-repeater.left-align .vr-item .vr-img:before {
  right: unset !important;
  left: -30px !important;
}
.flexible-content #three-feat-posts .frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 230px;
}
.flexible-content #three-feat-posts .frame .feat-posts {
  width: 100%;
}
@media (min-width: 768px) {
  .flexible-content #three-feat-posts .frame .feat-posts {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 30px;
  }
}
.flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post {
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 30px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post {
    flex-direction: row;
    min-height: 277px;
    margin-bottom: 0;
  }
}
.flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post:first-of-type {
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
}
.flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post:first-of-type .feat-img-wrap {
  width: 100%;
}
.flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post:first-of-type .feat-img-wrap:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post:first-of-type .feat-img-wrap img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post:first-of-type .feat-blog-details {
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding: 45px;
  width: calc(100% - 90px);
}
.flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post:first-of-type .feat-blog-details p {
  color: #fff;
}
.flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post .feat-img-wrap {
  height: 250px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post .feat-img-wrap {
    display: block;
    width: 50%;
    height: 100%;
  }
}
.flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post .feat-img-wrap img {
  width: 100%;
  position: relative;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post .feat-img-wrap img {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post .feat-img-wrap img {
    height: 100%;
  }
}
.flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post .feat-blog-details {
  margin: 25px 30px;
}
@media (min-width: 768px) {
  .flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post .feat-blog-details {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post p {
  font-family: "utopia-std";
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
@media (min-width: 768px) {
  .flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post p {
    font-size: 30px;
    line-height: 33px;
  }
}
.flexible-content #three-feat-posts .frame .feat-posts .feat-blog-post a {
  position: relative;
  bottom: unset;
  display: inline;
  width: fit-content;
}
.flexible-content .quicklinks-cta-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 36px 0;
  width: 100vw;
}
@media (min-width: 1200px) {
  .flexible-content .quicklinks-cta-wrap {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.flexible-content .quicklinks-cta-wrap.background-blue {
  background-color: #024a69;
}
.flexible-content .quicklinks-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .flexible-content .quicklinks-cta:after {
    height: 500px !important;
    max-height: 500px !important;
}
  }
.flexible-content .quicklinks-cta:after {
  content: " ";
  position: absolute;
  z-index: -2;
  width: 100vw;
  height: 830px;
  bottom: 0;
  max-height: 830px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.flexible-content .quicklinks-cta.image-1:after {
  background-image: url("/wp-content/themes/push10-npt/assets/imgs/img-1.jpg");
  background: linear-gradient(#ffffff 1%, rgba(0, 0, 0, 0) 35%), url("/wp-content/themes/push10-npt/assets/imgs/img-1.jpg") no-repeat center bottom;
}
.flexible-content .quicklinks-cta.image-2:after {
  background-image: url("/wp-content/themes/push10-npt/assets/imgs/img-2.jpg");
  background: linear-gradient(#ffffff 1%, rgba(0, 0, 0, 0) 35%), url("/wp-content/themes/push10-npt/assets/imgs/img-2.jpg") no-repeat center bottom;
}
.flexible-content .quicklinks-cta.image-3:after {
  background-image: url("/wp-content/themes/push10-npt/assets/imgs/img-3.jpg");
  background: linear-gradient(#ffffff 1%, rgba(0, 0, 0, 0) 35%), url("/wp-content/themes/push10-npt/assets/imgs/img-3.jpg") no-repeat center bottom;
}
.flexible-content .quicklinks-cta.image-4:after {
  background-image: url("/wp-content/themes/push10-npt/assets/imgs/img-4.jpg");
  background: linear-gradient(#ffffff 1%, rgba(0, 0, 0, 0) 35%), url("/wp-content/themes/push10-npt/assets/imgs/img-4.jpg") no-repeat center bottom;
}
.flexible-content .quicklinks-cta.image-5:after {
  background-image: url("/wp-content/themes/push10-npt/assets/imgs/img-5.jpg");
  background: linear-gradient(#ffffff 1%, rgba(0, 0, 0, 0) 35%), url("/wp-content/themes/push10-npt/assets/imgs/img-5.jpg") no-repeat center bottom;
}
.flexible-content .quicklinks-cta.no-bg-img:after {
  content: none;
}
@media (max-width: 1200px) {
  .flexible-content .quicklinks-cta .frame {
    max-width: unset !important;
  }
}
@media (min-width: 768px) {
  .flexible-content .quicklinks-cta .frame {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.flexible-content .quicklinks-cta .frame .cta-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .flexible-content .quicklinks-cta .frame .cta-single {
    width: calc(33% - 2px);
  }
}
.flexible-content .quicklinks-cta .frame .cta-single h2.tag {
  padding-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 650px) {
  .flexible-content .quicklinks-cta .frame .cta-single h2.tag {
    padding-top: 0;
    margin-bottom: 36px;
  }
}
.flexible-content .quicklinks-cta .frame .cta-single p {
  color: #fff;
  font-family: "utopia-std";
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  font-size: 24px;
  text-align: center;
  max-width: 90%;
}
@media (min-width: 1200px) {
  .flexible-content .quicklinks-cta .frame .cta-single p {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 36px;
    max-width: 265px;
  }
}
@media (min-width: 768px) {
  .flexible-content .quicklinks-cta .frame .cta-single p {
    text-align: left;
  }
}
.flexible-content .quicklinks-cta .frame .cta-single:nth-child(n+1):after {
  content: " ";
  height: 2px;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .flexible-content .quicklinks-cta .frame .cta-single:nth-child(n+1):after {
    position: absolute;
    right: 0;
    width: 2px;
    height: 100%;
  }
}
.flexible-content .quicklinks-cta .frame .cta-single:last-of-type:after {
  content: none;
}
.flexible-content .quicklinks-cta .frame .cta-single a {
  margin-top: 30px !important;
  background-color: #f5802a;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 40px;
  border-radius: 25px;
  font-family: DINNextLTPro-Medium;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 13px;
  margin-bottom: 36px;
  margin-top: 0;
  text-align: center;
}
.flexible-content .quicklinks-cta .frame .cta-single a:hover {
  background-color: #d06920;
}
@media (min-width: 768px) {
  .flexible-content .quicklinks-cta .frame .cta-single a {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=new-flex-blocks.css.map */
