.triptych {
	width: 100vw;
	max-width: 100%;
	padding-top: 0;
}

@media (min-width:30.0625rem) {
	.triptych {
		padding-top: 80px
	}
}

.triptych__inner {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1440px;
	max-width: 100%
}

@media (min-width:48.0625rem) {
	.triptych__inner {
		padding: 1.25rem 5rem
	}
}

@media (max-width:48rem) {
	.triptych__inner {
		padding: 1.25rem 1.25rem
	}
}

@media (min-width:1401px) {
	.triptych__inner {
		padding: 0 11.5625rem 4.125rem
	}
}

@media (max-width:1400px) {
	.triptych__inner {
		padding: 0 2.5rem 4.125rem
	}
}

@media (max-width:767px) {
	.triptych__inner {
		padding: 0 3.125rem 4.25rem
	}
}

@media (max-width:30rem) {
	.triptych__inner {
		padding: 0 1.25rem 1.25rem
	}
}

.triptych__header {
	width: 45rem;
	max-width: 100%;
	margin: 0 auto;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	color: #3b3c43;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

@media (max-width:767px) {
	.triptych__header {
		width: 100%;
		font-size: 2rem
	}
}

.triptych__subline {
	width: 45rem;
	max-width: 100%;
	margin: 2.5rem auto 3.75rem;
	line-height: 1.2;
	text-align: center;
	color: #3b3c43;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

@media (max-width:767px) {
	.triptych__subline {
		width: 100%;
		font-size: 1rem;
		margin: 1.875rem auto
	}
}

.triptych__subline--bold {
	font-weight: 700;
	white-space: nowrap
}

.triptych__triptych {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:1400px) {
	.triptych__triptych {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

@media (max-width:767px) {
	.triptych__triptych {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.triptych__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%
}

@media (max-width:767px) {
	.triptych__column {
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 1.25rem
	}
}

.triptych__divider {
	height: 6.875rem;
	margin: auto 0;
	border-left: 2px solid #d8d8d8
}

@media (max-width:767px) {
	.triptych__divider {
		display: none
	}
}

.triptych__triptych-header {
	text-align: center;
	font-weight: 400;
	line-height: 1;
	color: #3b3c43
}

@media (max-width:767px) {
	.triptych__triptych-header {
		margin-bottom: 0
	}
}

@media (max-width:767px) {
	.triptych__break {
		content: ' ';
		display: none
	}
}

.triptych__percent-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.triptych__icon {
	width: 5.1875rem;
	height: 5.1875rem;
	margin: .625rem .9375rem 0 0
}

@media (max-width:1024px) {
	.triptych__icon {
		width: 3.75rem;
		height: 3.75rem;
		margin: .625rem .625rem 0 0
	}
}

.triptych__percent {
	font-weight: 700;
	font-size: 6.875rem;
	color: #3b3c43;
	text-align: center
}

@media (max-width:1024px) {
	.triptych__percent {
		font-size: 5rem
	}
}

.triptych__percent__true-number {
	display: block;
	width: 0;
	height: 0;
	max-width: 0;
	max-height: 0;
	visibility: hidden
}

.triptych__percent1 {
	width: 7.875rem
}

@media (max-width:1024px) {
	.triptych__percent1 {
		width: 5.625rem
	}
}

.triptych__percent2 {
	width: 7.875rem
}

@media (max-width:1024px) {
	.triptych__percent2 {
		width: 5.625rem
	}
}

.triptych__percent3 {
	width: 7.875rem
}

@media (max-width:1024px) {
	.triptych__percent3 {
		width: 5.625rem
	}
}

.triptych__dollar-symbol,
.triptych__percent-symbol {
	position: relative;
	line-height: 1;
	top: .8rem;
	right: -.25rem;
	font-size: 2.6875rem;
	color: #3b3c43
}

@media (max-width:1024px) {
	.triptych__dollar-symbol,
	.triptych__percent-symbol {
		top: .7rem;
		font-size: 1.875rem
	}
}

@media all and (-ms-high-contrast:none) {
	.triptych__dollar-symbol,
	.triptych__percent-symbol {
		top: .25rem
	}
}

.triptych__dollar-symbol {
	right: .25rem
}

.triptych__times-symbol {
	position: relative;
	line-height: 1;
	top: unset;
	bottom: 1.5rem;
	right: -.5rem;
	font-size: 2.6875rem;
	color: #3b3c43;
	-ms-flex-item-align: end;
	align-self: flex-end
}

@media (max-width:1024px) {
	.triptych__times-symbol {
		top: unset;
		bottom: 1.125rem;
		right: -.5rem;
		font-size: 1.875rem
	}
}

@media all and (-ms-high-contrast:none) {
	.triptych__times-symbol {
		top: auto;
		bottom: 1.75rem;
		right: -.75rem
	}
}

.triptych__text {
	margin: 0 .9375rem 0 0;
	font-size: .875rem;
	line-height: 1.4;
	color: #3b3c43
}

@media (max-width:1024px) {
	.triptych__text {
		margin: 0
	}
}

@media (max-width:767px) {
	.triptych__text {
		width: 18.75rem;
		text-align: center;
		font-size: 1rem
	}
}

.triptych__button-container {
	margin: 5rem 0 0;
	text-align: center
}

@media (max-width:767px) {
	.triptych__button-container {
		margin: 2.5rem 0
	}
}

.triptych__button {
	border: 0;
	padding: .9375rem 1.5625rem;
	background-color: #fbc600;
	color: #3b3c43;
	font-weight: 700;
	line-height: .9;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	display: inline-block
}

.triptych__button:hover {
	background-color: #3b3c43;
	color: #fff
}

.triptych__button:focus {
	outline-color: #3b3c43
}

.triptych__button.-disabled {
	cursor: not-allowed
}

.triptych__button.-disabled:hover {
	background-color: #fbc600;
	color: #3b3c43
}

.triptych__button.-disabled:focus {
	outline: 0
}

@media (max-width:767px) {
	.triptych__button {
		line-height: 1.2
	}
}

/*solution page insight component Khan-1247*/
  .triptych__insight {
      margin-top: 6rem !important;}
  .triptych__subline.insight { 
	margin-top: 0.5rem;
	width: auto!important;
    font-size: 25px;
    margin-bottom: 2.5rem;	}
  .insight_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    outline: 1px solid #ddd;
    outline-offset: 15px;}
/*solution page insight component Khan-1247*/

.slide {
  width: 100vw;
  max-width: 100%;
}
.slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 48rem) {
  .slide__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.slide__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 3.125rem;
}
@media (min-width: 48.0625rem) {
  .slide__inner {
    padding: 1.25rem 5rem;
  }
}
@media (max-width: 48rem) {
  .slide__inner {
    padding: 1.25rem 1.25rem;
  }
}
@media (max-width: 48rem) {
  .slide__inner {
    padding: 1.25rem 0;
  }
}
@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__inner {
    padding: 1.25rem 0;
  }
}
.slide__left, .slide__right {
  width: 50%;
}
@media (max-width: 48rem) {
  .slide__left, .slide__right {
    width: 100%;
  }
}
@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__left, .slide__right {
    width: 100%;
  }
}
.slide__image-container {
  width: 100%;
  height: 26.1875rem;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 48rem) {
  .slide__image-container {
    height: 18.75rem;
  }
}
@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__image-container {
    height: 18.75rem;
  }
}
@media (max-width: 30rem) {
  .slide__image-container {
    height: 15.625rem;
  }
}
.slide__header {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
  color: #3b3c43;
  margin: 1.25rem 7.5rem 1.25rem 0;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  display: block;
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .slide__header {
    display: none;
  }
}
@media (max-width: 90rem) {
  .slide__header {
    margin-right: 2.5rem;
  }
}
@media (max-width: 48rem) {
  .slide__header {
    margin: 0 3.125rem 1.875rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__header {
    margin: 0 3.125rem 1.875rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media (max-width: 30rem) {
  .slide__header {
    margin: 0 1.25rem 1.875rem;
  }
}
@media (max-width: 48rem) {
  .slide__bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.slide__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 12.1875rem;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
@media (max-width: 48rem) {
  .slide__text-container {
    margin: 1.25rem 3.125rem 2.5rem;
    min-height: auto;
  }
}
@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__text-container {
    margin: 1.25rem 3.125rem 2.5rem;
    min-height: auto;
  }
}
@media (max-width: 30rem) {
  .slide__text-container {
    margin: 1.25rem;
  }
}
.slide__text-content {
  display: none;
}
.slide__gold-bar {
  min-width: 0.625rem;
  background-color: #fbc600;
}
.slide__text-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 8.125rem 0 0;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  overflow: hidden;
}
@media (max-width: 30rem) {
  .slide__text-inner-container {
    height: 20.625rem;
  }
}
@media (min-width: 30.0625rem) and (max-width: 48rem) {
  .slide__text-inner-container {
    height: 15rem;
  }
}
@media (min-width: 48.0625rem) {
  .slide__text-inner-container {
    height: 17.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .slide__text-inner-container {
    height: 14.375rem;
  }
}
@media (min-width: 90.0625rem) {
  .slide__text-inner-container {
    height: 15rem;
  }
}
@media (max-width: 90rem) {
  .slide__text-inner-container {
    margin: 0 2.5rem 0 0;
  }
}
.slide__text-expandable-container {
  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;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0.9375rem;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}
.slide__text-expandable-container blockquote {
  margin: 0;
}
.slide__text-expandable-container cite {
  font-style: normal;
}
.slide__text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}
@media (max-width: 48rem) {
  .slide__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.slide__byline {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
}
@media (max-width: 48rem) {
  .slide__byline {
    font-size: 1rem;
  }
}
@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slide__byline {
    font-size: 1rem;
  }
}

.slick-slider {
  position: static;
}

.slick-list {
  position: absolute;
  top: 3.125rem;
  right: 0;
  width: 39.25rem;
  max-width: 50%;
}
@media (max-width: 48rem) {
  .slick-list {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 53.125rem) and (max-height: 27.25rem) {
  .slick-list {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}

.slide-controls {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.75rem;
}
@media (min-width: 30.0625rem) {
  .slide-controls {
    margin-left: 2.75rem;
  }
}
@media screen and (min-width: 48rem) {
  .slide-controls {
    margin-left: -0.5rem;
  }
}
@media screen and (min-width: 48rem) and (max-height: 425px) and (orientation: landscape) {
  .slide-controls {
    margin-left: 2.75rem;
  }
}
@media screen and (min-width: 48rem) and (max-width: 769px) and (max-height: 1024px) and (orientation: portrait) {
  .slide-controls {
    margin-left: 2.75rem;
  }
}
.slide-controls > .slick-dots {
  text-align: center;
  position: relative;
  margin: 0;
  top: -2px;
  bottom: auto;
  width: 160px;
  left: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.slide-controls > .slick-dots > li button:active, .slide-controls > .slick-dots > li button:focus, .slide-controls > .slick-dots > li button:focus-visible {
  outline: 2px solid #3b3c43;
}
.slide-controls button {
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.slide-controls button:active, .slide-controls button:focus, .slide-controls button:focus-visible {
  outline: 2px solid #3b3c43;
}
.slide-controls button:last-of-type {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}


.hero {
  padding: 6rem 0 0;
}
.hero:focus, .hero:focus-visible {
  outline: none;
}
@media (min-width: 1184px) {
  .hero {
    padding: 6rem 0 0rem;
  }
}
@media (min-width: 1280px) {
  .hero {
    padding: 6rem 0 0;
  }
}
.hero__container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  overflow-x: hidden;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48.0625rem) {
  .hero__container {
    padding: 1.25rem 5rem;
  }
}
@media (max-width: 48rem) {
  .hero__container {
    padding: 1.25rem 1.25rem;
  }
}
.hero__container:focus, .hero__container:focus-visible {
  outline: none !important;
}
@media (min-width: 768px) {
  .hero__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hero__copy {
  color: #3b3c43;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .hero__copy {
    min-width: 350px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 900px) {
  .hero__copy {
    min-width: 400px;
  }
}
@media (min-width: 1280px) {
  .hero__copy {
    min-width: 500px;
  }
}
.hero__heading--wrapper {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  margin: 1.5rem 0;
}
.hero__heading--wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #fbc600;
  z-index: 2;
}
.hero__heading {
  margin: 0;
  color: #3b3c43;
  font-size: 2.5rem;
  max-width: 30rem;
  padding-left: 1rem;
  line-height: 1;
  letter-spacing: -2px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 0;
}
@media (min-width: 370px) {
  .hero__heading {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .hero__heading {
    font-size: 3rem;
    line-height: 0.9;
  }
}
@media (min-width: 1024px) {
  .hero__heading {
    font-size: 3.875rem;
  }
}
@media (min-width: 1280px) {
  .hero__heading {
    font-size: 4.25rem;
  }
}
.hero__heading-light {
  font-weight: 400;
}
.hero__subheading {
  color: #3b3c43;
  font-size: 1.3125rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  max-width: 30rem;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .hero__subheading {
    font-size: 1.625rem;
    margin-bottom: 5rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .hero__subheading {
    max-width: 24rem;
  }
}
.hero__image-svg {
  position: relative;
  min-height: 350px;
  width: 100%;
  padding-bottom: 0;
  z-index: -1;
  padding: 3rem 0 0;
}
@media (min-width: 396px) {
  .hero__image-svg {
    padding: 3rem 0;
    right: 5rem;
  }
}
@media (min-width: 900px) {
  .hero__image-svg {
    right: 0rem;
  }
}
@media (min-width: 768px) {
  .hero__image-svg {
    margin: 0;
    width: 100%;
    min-height: 500px;
    min-width: 500px;
    padding-bottom: 0;
  }
}
.hero__image-svg-2 {
  position: relative;
  min-height: 350px;
  min-width: 350px;
  width: 50%;
  padding-bottom: 0;
  z-index: -1;
  padding: 3rem 0 0;
}
@media (min-width: 768px) {
  .hero__image-svg-2 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .hero__image-svg-2 {
    right: -22%;
    width: 55%;
  }
}
@media (min-width: 1440px) {
  .hero__image-svg-2 {
    margin: 0;
    top: 0;
    right: 10%;
    max-width: 700px;
    min-height: 500px;
    padding-bottom: 0;
  }
}
.hero__image {
  position: relative;
  background-size: 125%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
  width: 100%;
  padding-bottom: 0;
  z-index: -1;
}
@media (min-width: 396px) {
  .hero__image {
    margin-top: 0;
    padding-bottom: 6rem;
  }
}
@media (min-width: 580px) and (max-width: 768px) {
  .hero__image {
    padding-bottom: 13rem;
  }
}
@media (min-width: 700px) and (min-height: 901px) {
  .hero__image {
    padding-bottom: 12rem;
  }
}
@media (min-width: 768px) {
  .hero__image {
    margin: 0;
    min-height: 500px;
    min-width: 500px;
    background-position: left;
    background-size: 150%;
    right: 3rem;
    padding-bottom: 0;
  }
}
@media (min-width: 900px) {
  .hero__image {
    right: -2.5rem;
    background-position: center;
    background-size: 100%;
  }
}
@media (min-width: 1280px) {
  .hero__image {
    padding-top: 6rem;
    right: -7rem;
  }
}
@media (min-width: 1440px) {
  .hero__image {
    padding-top: 8rem;
    right: -8rem;
  }
}
.hero__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__buttons-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero__buttons-column:first-of-type {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .hero__buttons-column:first-of-type {
    margin-right: 3rem;
  }
}
@media (min-width: 21.25rem) {
  .hero__buttons-column:last-of-type br {
    display: none;
  }
}
.hero__button {
  border: 0;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  line-height: 1.1;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.hero__button:hover {
  background-color: #3b3c43;
  color: #ffffff;
}
.hero__button:focus, .hero__button:focus-visible {
  outline-color: #3b3c43;
}
.hero__button.-disabled {
  cursor: not-allowed;
}
.hero__button.-disabled:hover {
  background-color: #fbc600;
  color: #3b3c43;
}
.hero__button.-disabled:focus, .hero__button.-disabled:focus-visible {
  outline: none;
}
@media (max-width: 48rem) {
  .hero__button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40rem);
    -webkit-transform: translateX(-40rem);
    -ms-transform: translateX(-40rem);
    -o-transform: translateX(-40rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40rem);
    -webkit-transform: translateX(-40rem);
    -ms-transform: translateX(-40rem);
    -o-transform: translateX(-40rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

.quadtych-head {
	background-color: #3b3c43;
	color: #fff;
	padding-bottom: 5rem
}

.quadtych-head__inner {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%
}

@media (min-width:48.0625rem) {
	.quadtych-head__inner {
		padding: 1.5rem 2.5rem
	}
}

@media (max-width:48rem) {
	.quadtych-head__inner {
		padding: 1rem
	}
}

.quadtych-head__content {
	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;
	max-width: 60rem;
	margin: 0 auto
}

.quadtych-head__content.-leap-year {
	padding-top: 2rem
}

.quadtych-head__content.-leap-year>a {
	outline-color: #fbc600
}

.quadtych-head__content.-leap-year .quadtych-head__title {
	margin: 2rem auto 2.5rem;
	max-width: 45rem
}

.quadtych-head__title {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -2px;
	font-weight: 400;
	margin: 4rem 0 2.5rem;
	max-width: 60rem
}

.quadtych-head__title>span {
	font-weight: 700
}

@media (min-width:768px) {
	.quadtych-head__title {
		font-size: 2.5rem
	}
}

@media (min-width:64rem) {
	.quadtych-head__title {
		font-size: 3.375rem
	}
}

.quadtych-head__subtitle-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 2rem;
	max-width: 50rem
}

@media (max-width:63.9375rem) {
	.quadtych-head__subtitle-container {
		max-width: 37rem
	}
}

@media (max-width:47.9375rem) {
	.quadtych-head__subtitle-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
}

.quadtych-head__subtitle-container a {
	color: #fbc600;
	-webkit-text-decoration-color: #fbc600;
	text-decoration-color: #fbc600;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

.quadtych-head__subtitle-container a>span {
	color: #fff
}

.quadtych-head__subtitle-container a:focus {
	outline: 2px solid #fbc600
}

.quadtych-head__img {
	width: 12.5rem;
	min-width: 12.5rem
}

@media (max-width:63.9375rem) {
	.quadtych-head__img {
		width: 11.25rem;
		min-width: 11.25rem
	}
}

@media (max-width:47.9375rem) {
	.quadtych-head__img {
		margin-bottom: 2rem
	}
}

.quadtych-head__subtitle {
	margin: 0 auto 2rem;
	line-height: 1.4;
	text-align: left;
	margin-left: 3rem
}

@media (max-width:63.9375rem) {
	.quadtych-head__subtitle {
		margin-left: 3rem
	}
}

@media (max-width:47.9375rem) {
	.quadtych-head__subtitle {
		max-width: 25rem;
		margin-left: 0
	}
}

.quadtych-head__link {
	color: inherit;
	-webkit-text-decoration-color: #fbc600;
	text-decoration-color: #fbc600
}

.quadtych-head__link:active,
.quadtych-head__link:focus,
.quadtych-head__link:visited {
	color: inherit
}

.quadtych-foot {
	background-color: #f7f7f7
}

.quadtych-foot__inner {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%
}

@media (max-width:48rem) {
	.quadtych-foot__inner {
		padding: 1rem 1rem 2.5rem
	}
}

@media (min-width:48.0625rem) {
	.quadtych-foot__inner {
		padding: 1.5rem 2.5rem 4rem
	}
}

.quadtych-foot__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-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;
	max-width: 1280px;
	margin: -6rem auto 0
}

@media (min-width:768px) {
	.quadtych-foot__cards {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@supports (-webkit-appearance:none) {
	.quadtych-foot__cards {
		max-width: 60.8125rem
	}
}

@media (min-width:768px) {
	.quadtych-foot.-leap-year .quadtych-card {
		min-height: 250px
	}
}

@supports (-webkit-overflow-scrolling:touch) {
	.quadtych-foot.-leap-year .quadtych-card__subtitle {
		top: 6rem
	}
}

.quadtych-card {
	position: relative;
	background-color: #fff;
	padding: 2rem 1rem 10rem;
	min-height: 150px;
	min-width: 250px;
	width: calc(100% - 2rem);
	max-width: 400px;
	-webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .14);
	margin-bottom: 1rem;
	margin-right: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.quadtych-card.-visible {
	opacity: 1
}

@media (min-width:23.4375rem) {
	.quadtych-card {
		padding-bottom: 8rem
	}
}

@media (min-width:480px) {
	.quadtych-card {
		padding: 2rem 2rem 4rem;
		width: 100%;
		max-width: 375px;
		min-height: 200px
	}
}

@media (min-width:768px) {
	.quadtych-card {
		min-height: 225px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.quadtych-card:nth-of-type(odd) {
		margin-right: 1rem
	}
}

@media (min-width:769px) {
	.quadtych-card {
		padding-bottom: 3rem
	}
}

@media (min-width:64rem) {
	.quadtych-card {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%
	}
	.quadtych-card:nth-of-type(3) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.quadtych-card:nth-of-type(4) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	@ supports (-webkit-appearance:none) {
		-ms-flex: 1;
		flex: 1;
		width: 50%
	}
	.quadtych-card:nth-of-type(3) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 100%
	}
	.quadtych-card:nth-of-type(4) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 100%
	}
}

.quadtych-card__title {
	margin: .25rem 0 1.5rem;
	font-weight: 400;
	font-size: 1.125rem;
	letter-spacing: -.7px
}

.quadtych-card__title>span {
	font-weight: 700
}

@media (min-width:480px) {
	.quadtych-card__title {
		margin: 0 0 1.5rem;
		font-size: 1.375rem
	}
}

.quadtych-card__img {
	display: block;
	float: left;
	margin-right: .5rem;
	max-height: 3rem;
	max-width: 3rem;
	min-width: 2.5rem
}

@media (min-width:480px) {
	.quadtych-card__img {
		max-height: 3rem
	}
}

.quadtych-card__subtitle {
	line-height: 1.4;
	margin-bottom: 2rem;
	max-width: calc(100% - 4rem);
	position: absolute;
	left: 1.25rem;
	top: 6rem
}

@media (min-width:768px) {
	.quadtych-card__subtitle {
		left: 2.25rem
	}
}

@media (min-width:769px) {
	.quadtych-card__subtitle {
		position: relative;
		top: auto;
		left: auto;
		top: unset;
		left: 3.5rem
	}
}

.quadtych-card__link {
	padding: 0;
	margin: 1rem auto 1rem;
	position: absolute;
	left: 1.25rem;
	bottom: 1.5rem;
	color: #3e8529;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media all and (-ms-high-contrast:none) {
	.quadtych-card__link {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: .3125rem
	}
}

@media (min-width:480px) {
	.quadtych-card__link {
		margin-left: 0
	}
}

@media (min-width:768px) {
	.quadtych-card__link {
		left: 2.25rem
	}
}

@media (min-width:769px) {
	.quadtych-card__link {
		left: 5.5rem
	}
}

.quadtych-card__link:hover .quadtych-card__arrow {
	-webkit-animation: arrowBounce .6s infinite ease-in-out;
	animation: arrowBounce .6s infinite ease-in-out
}

.quadtych-card__arrow {
	margin-left: .5rem
}

.pagefx-footnote-back {
  color: inherit;
  height: 0;
  width: 0;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  margin-left: 0.5em;
}
.pagefx-footnote-back:focus {
  height: auto;
  width: auto;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
}

.pagefx-footnote:focus .pagefx-footnote-back {
  height: auto;
  width: auto;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
}

.pagefx-footnote-anchor {
  color: inherit;
  text-decoration: none;
}
.pagefx-footnote-anchor:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.footnotes {
  background-color: #f7f7f7;
}
.footnotes__container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}
@media (min-width: 48.0625rem) {
  .footnotes__container {
    padding: 1.25rem 5rem;
  }
}
@media (max-width: 48rem) {
  .footnotes__container {
    padding: 1.25rem 1.25rem;
  }
}
@media (min-width: 48.0625rem) {
  .footnotes__container {
    padding: 0.3125rem 5rem 3.75rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 48rem) {
  .footnotes__container {
    font-size: 1rem;
  }
}
.footnotes__footnote {
  text-align: center;
  color: #3b3c43;
}
.footnotes__footnote-disclosure {
  font-size: 70%;
  line-height: 1.2;
  vertical-align: top;
  margin: 0 auto;
}
.footnotes__link {
  -webkit-text-decoration-color: #fbc600;
          text-decoration-color: #fbc600;
  color: #3b3c43;
}
.footnotes__link-blue {
  color: #34657F;
  font-weight: 600;
}
.footnotes.-bkg-transparent {
  background-color: transparent;
}
.footnotes.-left-align {
  text-align: left;
}
.footnotes.-left-align .footnotes__footnote {
  text-align: left;
}
.footnotes.-calc {
  background-color: #fff;
  text-align: left;
}
@media screen and (min-width: 48rem) {
  .footnotes.-calc .footnotes__container {
    padding-bottom: 2rem;
  }
}
.footnotes.-calc .footnotes__footnote {
  text-align: left;
  margin: 0;
}
.footnotes.-calc .footnotes__footnote + .footnotes__footnote {
  margin-top: 0.25rem;
}
.footnotes.-asset-repo {
  background-color: #fff;
}
@media (min-width: 48.0625rem) {
  .footnotes.-asset-repo .footnotes__container {
    padding: 2rem 5rem;
  }
}
@media (max-width: 48rem) {
  .footnotes.-asset-repo .footnotes__container {
    padding: 1.25rem 1.25rem;
  }
}
.footnotes.-asset-repo .footnotes__footnote {
  margin: 0;
}
.footnotes.-asset-repo .footnotes__footnote + .footnotes__footnote {
  margin-top: 0.5rem;
}


.hero+section {
    margin-top: 1.5rem
}

@media (min-width: 768px) {
    .hero+section {
        margin-top:1.5rem
    }
}

/*
.hero::after {
    content: '';
    background-color: #fbc600;
    display: block;
    position: absolute;
    right: 0;
    height: .5rem;
    width: 33.375rem;
    -webkit-animation: from-right 750ms ease-in forwards;
    animation: from-right 750ms ease-in forwards;
    margin-top: 1.5rem;
}

@media (min-width: 1280px) {
    .hero::after {
        width:calc(50vw - 410px);
       
    }
}

@media screen and (max-width: 991px) {
.hero::after {
    width: 21.375rem;
    }
}

@media screen and (max-width: 767px) {
.hero::after {
    width: 16.375rem;
    margin-top: -0.6rem;
    }
}

 

@media screen and (max-width: 400px) {
.hero::after {
    width: 14.375rem;
    margin-top: -1.7rem;
   }
}
*/