:root {
  --bold-blue: #2c3b97;
  --midnight: #050e19;
  --mint-green: #49c5b1;
  --background: #f6f8fa;
  --white: white;
  --blue-grey: #dae0e4;
  --bold-blue-10: #e9ebf4;
  --purple: #d5d8ea;
  --light-blue: #6cace4;
  --ivory: #e8e6df;
  --beige: #d6d2c4;
  --grey: #54585a;
  --black: #000;
  --40-mint: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: #263c94;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  color: var(--bold-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

h4 {
  color: #263c94;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--midnight);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

p {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: var(--bold-blue);
  margin-top: 10px;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.w--current {
  border-radius: 10px;
}

li {
  font-size: 14px;
}

.primary-button {
  background-color: var(--mint-green);
  color: #fff;
  text-align: center;
  letter-spacing: .32px;
  text-shadow: none;
  border-radius: 4px;
  margin-top: 0;
  padding: 16px 24px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 0 1.6px #0000001f;
}

.primary-button:hover {
  color: var(--bold-blue);
  background-color: #dbf3ef;
}

.primary-button.small {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 18px;
}

.primary-button.right-icon {
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/right.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
}

.primary-button.right-icon:hover {
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/rightblue.svg');
}

.primary-button.right-icon.small {
  background-position: 91%;
  width: 100%;
  padding-left: 0;
}

.tfi-web-nav-link {
  padding: 26px 17px;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.tfi-web-nav-link:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.tfi-web-nav-link.w--current {
  color: #4dbd90;
  box-shadow: inset 0 3px #4dbd90;
}

.body-section-2 {
  padding-top: 64px;
  padding-bottom: 56px;
}

.body-section-2.tfi-web-main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-color: #263c94;
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/full-page--background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  min-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  transition: opacity .2s;
  display: flex;
}

.body-section-2.footer {
  color: #e4e8eb;
  background-color: #263c94;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.body-section-2.tfi-web-beige {
  background-color: #b6e8e0;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body-section-2.help {
  background-color: var(--background);
  padding-top: 40px;
  padding-bottom: 56px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body-section-2.funds {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 56px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body-section-2.intro {
  background-color: var(--bold-blue);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body-section-2.select-a-fund {
  background-color: var(--bold-blue);
}

.body-section-2.performace-chart {
  background-color: var(--white);
  padding-top: 0;
}

.body-section-2.intro-copy {
  background-color: var(--bold-blue);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.tfi-web-nav-menu {
  width: 150px;
  margin-top: 32px;
  display: block;
}

.tfi-web-footer-disclaimer {
  color: #fff;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
}

.tfi-web-brand-link {
  text-decoration: none;
}

.tfi-web-main-heading {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 63px;
}

.tfi-web-logo {
  margin-top: 10px;
  padding-top: 0;
}

.tfi-web-container-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tfi-web-hero-column-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 40px 0;
  display: block;
}

.tfi-web-crown {
  margin-top: 20px;
  padding-top: 0;
}

.content-container {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.content-container.beige {
  background-color: #0000;
  max-width: 936px;
  margin-top: 0;
  display: block;
}

.tfi-web-accordion-item-trigger {
  border-top: 1px #ebf9f7;
  border-bottom: 2px solid var(--bold-blue);
  cursor: default;
  background-color: #fff;
  margin-left: 25px;
  margin-right: 25px;
  padding: 12px 15px 10px 0;
}

.header-line {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.web-navigation {
  border-top: 4px solid var(--mint-green);
  background-color: var(--bold-blue);
  border-bottom: 1px solid #213587;
  height: 104px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.prod-web-accordion-item-trigger {
  cursor: default;
  background-color: #0000;
  border-bottom: 2px solid #2c3b97;
  padding: 12px 15px 10px 0;
  display: none;
}

.prod-web-accordion-item-trigger-2 {
  cursor: default;
  background-color: #fff;
  border-bottom: 1px solid #2c3b97;
  margin-left: 0;
  padding: 12px 5px 14px 0;
}

.insights-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area-3 Area-2 Area"
  / 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  margin: 40px 0 0;
  display: flex;
}

.feature-container {
  background-color: var(--bold-blue);
  border-radius: 7px;
  padding: 0 16px 32px;
}

.feature-heading {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.plus-feature {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: -20px;
}

.white-card {
  border: 1px solid var(--blue-grey);
  color: var(--bold-blue);
  background-color: #fff;
  border-radius: 8px;
  width: 360px;
  margin-right: 0;
  padding: 24px 0 25px;
}

.white-card.two-third {
  width: 744px;
}

.small-title {
  padding: 0 24px;
}

.small-paragraph {
  box-sizing: content-box;
  color: var(--midnight);
  max-width: 800px;
  font-size: 12px;
  line-height: 18px;
  overflow: visible;
}

.small-paragraph.help {
  font-size: 14px;
  line-height: 20px;
}

.share-link {
  background-color: var(--white);
  font-size: 14px;
  line-height: 20px;
}

.share-link.black {
  color: var(--midnight);
  font-size: 14px;
  line-height: 20px;
}

.contact-item {
  align-self: center;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 24px;
}

.contact-item.phone {
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/phone-blue.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 12px;
  margin-bottom: 8px;
}

.contact-item.mailbox {
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/mailbox.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 12px;
  margin-bottom: 8px;
}

.contact-list {
  display: block;
}

.feature-grid-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1128px;
  position: relative;
  top: -20px;
}

.tfi-web-hero-column-3 {
  padding-left: 0;
  padding-right: 0;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .32px;
  text-shadow: none;
  background-color: #49c5b1;
  border-radius: 24px;
  margin-top: 0;
  padding: 16px 24px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 0 1.6px #0000001f;
}

.primary-button-2:hover {
  color: #2c3b97;
  background-color: #dbf3ef;
}

.hero-text-container-2 {
  padding-left: 0;
}

.tfi-web-main-subtitle-2 {
  margin-top: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}

.tfi-web-hero-columns-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header-emphasis-2 {
  color: #49c5b1;
  font-family: Libre Baskerville, sans-serif;
  font-style: italic;
}

.div-block-4 {
  background-color: #49c5b1;
  width: 200px;
  height: 2px;
}

.hero-large-emphasis {
  color: var(--mint-green);
  font-family: Libre Baskerville, sans-serif;
  font-size: 57px;
  font-style: italic;
  font-weight: 400;
  line-height: 68px;
}

.tfi-web-hero-container {
  color: #000;
  max-width: 1128px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.list-2 {
  margin-bottom: 0;
}

.image {
  margin-right: 0;
}

.prod-web-time-icon {
  float: left;
  width: 25px;
  margin-right: 10px;
}

.prod-web-term-time {
  color: #2c3b97;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.blue-card {
  color: #2c3b97;
  background-color: #e9ebf4;
  border: 1px solid #bfc4e0;
  border-radius: 8px;
  width: 360px;
  margin-right: 0;
  padding: 24px 0 25px;
  transition: box-shadow .2s;
}

.blue-card:hover {
  box-shadow: 0 0 7px #0000001a;
}

.blue-card.one-quarter {
  background-color: var(--white);
  border-color: #bfc4e0;
  padding-top: 16px;
  padding-bottom: 24px;
}

.term-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
}

.prod-investment-term-2 {
  margin-top: 8px;
  padding-left: 0;
}

.insights-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area-3 Area-2 Area"
  / 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  margin: 0;
  display: flex;
}

.fund-description {
  min-height: 97px;
  padding: 16px 24px 0;
}

.term-block {
  background-color: #2c3b971a;
  width: 100%;
  padding: 16px 24px;
}

.prod-web-fund-link-3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}

.prod-web-fund-link-3.bullet {
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/arrow-bullet-blue.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
}

.header-line-2 {
  max-width: 745px;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.fund-title-container {
  padding-left: 16px;
  padding-right: 16px;
}

.fund-title {
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/fund-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  min-height: 40px;
  padding-top: 0;
  padding-left: 48px;
}

.medium {
  font-size: 14px;
  line-height: 20px;
}

.medium.black {
  color: #050e19;
}

.invest {
  text-align: center;
  width: 100%;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.prod-web-fund-list-2 {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 0;
  font-size: 14px;
  display: flex;
}

.prod-web-fund-list-2.prod-web-fund-time {
  margin-bottom: 0;
  padding-top: 0;
}

.prod-link-2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.fund-info-link {
  padding: 14px 24px 14px 21px;
  display: flex;
}

.prod-web-funds-list {
  margin-top: 10px;
}

.prod-web-fund-list-3 {
  margin-bottom: 2px;
  padding-left: 0;
  font-size: 14px;
  display: flex;
}

.tfi-web-accordion-item-trigger-2 {
  background-color: var(--background);
  cursor: default;
  border-top: 1px #ebf9f7;
  border-bottom: 2px solid #2c3b97;
  margin-left: 25px;
  margin-right: 25px;
  padding: 14px 15px 14px 0;
}

.prod-web-accordion-item-content {
  cursor: default;
  overflow: hidden;
}

.prod-web-accordion-item-content.last {
  border-bottom: 1px solid #dae0e4;
}

.prod-web-accordion-content-3 {
  margin: 16px 48px 32px 16px;
}

.prod-web-fund-list-item-2 {
  margin-top: 1px;
  padding-left: 8px;
  font-size: 14px;
  display: flex;
}

.prod-web-accordion-plus-icon {
  direction: rtl;
  cursor: pointer;
  align-self: start;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.header-line-3 {
  max-width: 648px;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.header-line-3.center {
  text-align: left;
  max-width: 895px;
  margin-bottom: 0;
}

.prod-web-grid-3 {
  grid-template: ". ."
  / 1fr .25fr;
}

.prod-web-accordion-wrapper-2 {
  margin-top: 15px;
  margin-bottom: 0;
}

.prod-accordion-minus-icon {
  cursor: pointer;
  align-self: center;
  margin-top: 0;
  overflow: hidden;
}

.prod-faq-2 {
  color: var(--midnight);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.prod-web-accordion-link {
  color: #050e19;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.prod-web-accordion-item-trigger-3 {
  cursor: default;
  background-color: #0000;
  border-top: 1px solid #dae0e4;
  padding: 16px;
}

.prod-web-heading3 {
  color: #2c3b97;
  cursor: pointer;
  font-family: Libre Baskerville, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 34px;
}

.prod-web-heading3.prod-web-accordion-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
}

._24-spacer {
  padding-bottom: 24px;
}

.paragraph-11 {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: var(--white);
}

.funds {
  color: var(--white);
}

.fund-details {
  color: var(--white);
  text-align: left;
  line-height: 24px;
}

.header-graphic {
  color: #2c3b97;
  max-width: 880px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.graph-wrapper {
  max-height: none;
  display: block;
}

.graph-wrapper.background {
  max-height: 360px;
}

.section_content {
  max-width: 800px;
  overflow: visible;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-right: auto;
  display: grid;
}

.margin-top.margin-32 {
  margin-top: 1.5rem;
  overflow: visible;
}

.margin-top.margin-huge {
  margin-top: 65px;
}

.margin-top.margin-medium {
  margin-top: 30px;
}

.margin-top.margin-large {
  margin-top: 40px;
}

.margin-top.margin-xlarge {
  margin-top: 50px;
}

.margin-top.margin-small {
  margin-top: 18px;
}

.houseview-holder {
  width: 800px;
  max-width: 800px;
  height: 320px;
  max-height: 320px;
}

.houseview-mobile {
  display: none;
}

.fund-name {
  margin-top: 4px;
  padding-top: 8px;
  font-size: 17px;
  line-height: 125%;
}

.fund-name.large {
  padding-top: 0;
  font-size: 16px;
}

.heading-4 {
  max-width: 650px;
}

.fund-tag {
  background-color: #2c3b9733;
  border-radius: 20px;
  width: 100px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 6px 16px 6px 14px;
  font-size: 12px;
  line-height: 12px;
  position: static;
  top: 0;
}

.fund-tag.local {
  float: right;
  background-color: #c8c7e4;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.fund-tag.offshore {
  float: right;
  background-color: #c1e5e2;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.fund-tag-label {
  color: #050e19;
  text-align: center;
  line-height: 12px;
}

.tag-holder {
  width: 100%;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
  border-radius: 5px;
}

.tabs_outpreformance-left-figure {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 226px;
  display: flex;
}

.graph_key {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/graph-with-arrows.png');
  background-position: 50% 105%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: auto;
  margin-top: 50px;
}

.align-top-bullet {
  margin-top: 3px;
  padding-top: 0;
}

.max-width-770px {
  max-width: 770px;
}

.max-width-710px {
  max-width: 710px;
}

.tab-wrapper {
  margin-bottom: 0;
  top: -67px;
}

.transforming-flex-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.business-tabs-list {
  padding-left: 0;
  list-style-type: none;
}

.about_copy {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  max-width: 662px;
  display: flex;
}

.text-size-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-size-regular.text-weight-medium {
  font-weight: 500;
}

.text-size-regular.is-italic-teale {
  color: #49c5b1;
  background-color: #f4f8fb;
  font-style: italic;
  font-weight: 500;
  line-height: 18px;
}

.text-size-regular.is-italic {
  color: #4b506e;
  font-style: italic;
}

.heading-style-h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.heading-style-h3.is-blue {
  color: #2c3b97;
}

.tab-pane_content {
  margin-left: 20px;
  padding-left: 0;
}

.inputs-list-small {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.inputs-list-small.align-top {
  align-items: flex-start;
  margin-bottom: 5px;
  padding-top: 0;
}

.engagement-img-circles {
  width: 360px;
}

.button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.counterup-symbol {
  color: #49c5b1;
  letter-spacing: -.15px;
  font-size: 50px;
  font-weight: 500;
  line-height: 61px;
}

.counterup-symbol.text-weight-semibold {
  font-weight: 500;
}

.section_header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.section_header.background-color-blue {
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/logo-blue.svg');
  background-position: 50% -100%;
  background-repeat: no-repeat;
  background-size: 700px;
  overflow: visible;
}

.inputs-list-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.dark-blue_download-icon {
  display: none;
}

.heading-number {
  color: #49c5b1;
  letter-spacing: -.15px;
  font-size: 50px;
  font-weight: 500;
  line-height: 61px;
}

.about-accordian-wrapper {
  margin-top: 0;
}

.left-arrow {
  z-index: 10;
  cursor: pointer;
  margin: 0 auto 0 7.5px;
  position: absolute;
  inset: 45% auto 0% 0%;
}

.counterup5 {
  color: #49c5b1;
  letter-spacing: -.15px;
  font-size: 50px;
  line-height: 61px;
}

.counterup5.text-weight-semibold {
  font-weight: 500;
}

.heading-style-h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.heading-style-h2.is-blue-caps {
  color: #2c3b97;
  text-transform: uppercase;
  font-size: 24px;
}

.tab-link {
  letter-spacing: .15px;
  object-fit: cover;
  background-color: #0000;
  border: 1px solid #dae0e4;
  border-bottom-width: 0;
  border-radius: 6.5px 6.5px 0 0;
  width: 800px;
  max-width: 40%;
  margin: auto 0;
  padding: 18.5px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.tab-link.w--current {
  color: #2c3b97;
  background-color: #f4f8fb;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex: 0 auto;
  width: 50%;
  max-width: 40%;
  margin-bottom: auto;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.header_heading-wrap {
  max-width: 565px;
}

.heading-underline {
  background-color: #49c5b1;
  width: 146px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.button-text {
  color: #2c3b97;
  font-size: 12px;
  font-weight: 700;
}

.button-text.text-weight-light {
  color: #fff;
  font-size: 11px;
}

.button-text.secondary {
  font-style: italic;
  font-weight: 600;
}

.tab-mobile-dropdown {
  background-color: #0000;
  border-bottom: 2px solid #dae0e4;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}

.about_video-thumnbail {
  width: 100%;
  height: 100%;
}

.business-tab-text_desktop {
  text-transform: uppercase;
}

.about_video-overlay {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #2c3b97d4;
  border: 1px solid #717cb5;
  border-radius: 6.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.minus-icon {
  display: none;
}

.max-width-750px {
  max-width: 100%;
}

.section-business-mobile-links.background-color-light-blue {
  display: none;
}

.section-business-tabs {
  margin-bottom: -20px;
}

.header_tabs-business-title {
  background-color: var(--bold-blue-10);
  color: #fff;
  letter-spacing: -.15px;
  text-transform: uppercase;
  border: 1px solid #717cb559;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  padding: 18px 47.5px 21px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.header_tabs-business-title.w--current {
  color: #49c5b1;
  letter-spacing: -.15px;
  text-transform: uppercase;
  background-color: #f4f8fb;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.counterup6 {
  color: #49c5b1;
  letter-spacing: -.15px;
  font-size: 50px;
  line-height: 61px;
}

.counterup6.text-weight-semibold {
  font-weight: 500;
}

.business_tabs-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: flex-start;
  margin-bottom: 17px;
  display: flex;
}

.business_tabs-list.indent-last {
  margin-bottom: 17px;
  padding-left: 15px;
}

.business_tabs-list.btm-padding-5px {
  margin-bottom: 5px;
}

.business_tabs-list.indent {
  margin-bottom: 5px;
  padding-left: 15px;
}

.business_tabs-list-inputs {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.effective-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.tab-mobile-heading {
  letter-spacing: -.15px;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.tabs_outperformance-figures {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.max-width-745px {
  max-width: 745px;
}

.close-button-grow {
  z-index: 10;
  cursor: pointer;
  margin-top: 0;
  margin-left: auto;
  margin-right: 7.5px;
  position: absolute;
  inset: 45% 0% 0% auto;
}

.business-tab-text_mobile {
  display: none;
}

.investment-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.padding-custom-header {
  padding-top: 82px;
  padding-bottom: 156px;
}

.close-button-effective {
  z-index: 10;
  cursor: pointer;
  margin: 0 auto 0 7.5px;
  position: absolute;
  inset: 45% auto 0% 0%;
}

.business_tab-pane {
  max-width: 1128px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 45px;
}

.key {
  background-color: #2c3b97;
  width: 29px;
  height: 8px;
}

.key.is-teale {
  background-color: #49c5b1;
}

.full-widht-image {
  width: 100%;
}

.list {
  margin-top: 5px;
  padding-left: 0;
  list-style-type: none;
}

.dropdow-button-header {
  width: 100%;
}

.dropdown-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.dropdown-button.is-header-secondary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #2c3b97;
  background-color: #2c3b97;
  border: 1px #dae0e4;
  border-bottom-style: solid;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8.5px 0 9.6px;
  text-decoration: none;
  display: flex;
}

.transforming-figures-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 745px;
  display: grid;
}

.paragraph-wrapper.top-padding {
  margin-top: 24px;
}

.right-arrow {
  z-index: 9;
  cursor: pointer;
  margin-top: 0;
  margin-left: auto;
  margin-right: 7.5px;
  position: absolute;
  inset: 45% 0% 0% auto;
}

.business_tabs-heading {
  color: #2c3b97;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.business_tabs-heading.margin {
  padding-bottom: 34px;
}

.close-button {
  z-index: 10;
  cursor: pointer;
  margin-top: 7.5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.business-mobile-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.transforming-graphic-2 {
  max-width: 365px;
}

.grid-wrapper {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.business_tabs-title-wrap {
  text-align: center;
  height: 80px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.graph-lottie-file {
  background-color: #f4f8fb;
  width: 100%;
  max-width: 100%;
  height: 483px;
  max-height: none;
}

.business-mobile-dropdown {
  background-color: #0000;
  border-bottom: 2px solid #dae0e4;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}

.investment-wrapper-top {
  background-color: #e4e9f3;
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/long-term-investment-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: relative;
  inset: 0%;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  object-fit: cover;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1128px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.business_tabs-border {
  background-color: #49c5b1;
  width: 74px;
  height: 2px;
  margin: 18px auto 0;
}

.header_button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 310px;
  display: flex;
}

.header_tabs-about-title {
  color: #fff;
  letter-spacing: -.15px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #717cb5;
  border-style: solid none none solid;
  border-top-left-radius: 6px;
  padding: 18px 47.5px 21px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.header_tabs-about-title.w--current {
  background-color: var(--bold-blue);
  color: #49c5b1;
  letter-spacing: -.15px;
  text-transform: uppercase;
  border-style: none;
  border-top-left-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-secondary.is-business-model {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #2c3b97;
  background-color: #fff;
  border-width: 1.5px;
  border-color: #dae0e4;
  border-radius: 3.5px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 263px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-stewardship {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #2c3b97;
  background-color: #fff;
  border: 1.5px solid #dae0e4;
  border-radius: 3.5px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 263px;
  padding: 8.5px 9.5px 9.6px 12.5px;
  text-decoration: none;
  display: flex;
}

.button.is-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #2c3b97;
  background-color: #fff;
  border: 1.5px solid #dae0e4;
  border-radius: 3.5px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 8.5px 9.5px 9.6px 12.5px;
  text-decoration: none;
  display: flex;
}

.button.is-pdf-download {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #2c3b97;
  background-color: #fff;
  border: 1.5px solid #dae0e4;
  border-radius: 3.5px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 263px;
  padding: 8.5px 9.5px 9.6px 12.5px;
  text-decoration: none;
  display: flex;
}

.button.is-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #2c3b97;
  background-color: #2c3b97;
  border: 1px solid #dae0e4;
  border-radius: 3.5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 14.5px 9.6px;
  text-decoration: none;
  display: flex;
}

.tab-wrapper_titles {
  border: 1px #717cb5;
  border-bottom-color: #0000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: center;
  max-width: 549px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.business_tab-list-icon {
  margin-top: 5px;
}

.inpiuts-small-icon {
  width: 13px;
}

.close-button-corporate {
  z-index: 10;
  cursor: pointer;
  margin: 0 auto 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.business_tab-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: minmax(auto, 60px) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  max-width: 282px;
  display: grid;
}

.corporate-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.graph_key-paragraph {
  font-size: 16px;
  font-weight: 500;
}

.tabs {
  top: -20px;
}

.tabs.is-about {
  background-image: none;
  margin-bottom: -20px;
}

.dropdown-button-list {
  background-color: #424fa2;
  display: none;
}

.grid-drag-text {
  display: none;
}

.excellent-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.about_content-wrap {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  align-items: center;
  display: flex;
}

.white-download-icon {
  display: none;
}

.download-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2c3b97;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 136px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.horizontal-flex {
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

.margin-link {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-link.margin-medium {
  margin-top: 10px;
}

.header_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.engagement-img {
  width: 360px;
}

.tab-mobile-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.top-arrow {
  z-index: 10;
  cursor: pointer;
  margin-top: 7.5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-style-1_number {
  color: #49c5b1;
  font-family: Libre Baskerville, sans-serif;
  font-size: 60px;
  font-style: italic;
  line-height: 60px;
}

.three-pronged-img {
  max-width: 745px;
  margin-top: 33px;
}

.section-about {
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-style-h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.engagement-img-boxes {
  width: 360px;
}

.tabs_outperformance-right-figure {
  max-width: 226px;
}

.padding-tabs {
  padding-top: 40px;
}

.padding-about-content {
  padding-top: 62px;
  padding-bottom: 62px;
}

.graph_key-wrapper {
  grid-column-gap: 11.5px;
  grid-row-gap: 11.5px;
  align-items: center;
  display: flex;
}

.business-mobile-trigger {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.heading3-underline {
  background-color: #49c5b1;
  width: 62px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 0;
}

.text-size-xsmall {
  text-align: left;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}

.tab-mobile-trigger {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.padding-business-content {
  padding-top: 1px;
  padding-bottom: 60px;
}

.counterup7 {
  color: #49c5b1;
  letter-spacing: -.15px;
  font-size: 50px;
  line-height: 61px;
}

.counterup7.text-weight-semibold {
  font-weight: 500;
}

.section-about-tabs_mobile {
  display: none;
}

.tabs-performance-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 513px;
  display: flex;
}

.padding-global {
  padding-left: 20px;
  padding-right: 20px;
}

.graph_wrapper {
  max-height: none;
}

.bottom-arrow {
  z-index: 10;
  cursor: pointer;
  margin: 0 auto 7.5px;
  position: absolute;
  inset: auto 0% 0%;
}

.business_tab-pane-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tabs-content.background-color-light-blue {
  background-color: var(--white);
}

.tab-pane {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--blue-grey);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--blue-grey);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--blue-grey);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--blue-grey);
  background-color: #f4f8fb;
  border-radius: 7px;
  max-width: 1128px;
  margin: 0 auto;
  padding: 20px 20px 60px 100px;
  overflow: visible;
}

.business_tabs-menu {
  background-color: #e4e9f3;
  border-radius: 5px;
  justify-content: space-between;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  display: flex;
}

.business_tab-link {
  color: #2c3b9759;
  letter-spacing: .2px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 163px;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.business_tab-link.w--current {
  color: #49c5b1;
  background-color: #f4f8fb;
  border-bottom-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 163px;
  max-width: none;
  margin-bottom: 0;
  padding: 11px 5px;
  display: flex;
}

.business_tab-link.social {
  flex: none;
  justify-content: center;
  min-width: 190px;
  padding-right: 0;
}

.business_tab-link.social.w--current {
  flex: none;
  padding-left: 0;
}

.about-video {
  width: 50%;
  height: auto;
  min-height: 223px;
  position: relative;
}

.text-size-medium {
  font-size: 18px;
  font-weight: 500;
}

.dropdown-button-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 8.5px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.dropdown-button-link:hover {
  background-color: #273692;
}

.heading-style-h5 {
  color: #2c3b97;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.heading-style-h5.is-teale {
  color: #49c5b1;
  letter-spacing: 0;
  margin-top: 5px;
  font-size: 12px;
}

.heading-style-h5.text-color-white {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 18px;
}

.growing-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-horizontal-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.text-size-small {
  font-size: 12px;
  line-height: 15px;
}

.text-size-small.is-reference {
  color: #4b506e;
  font-style: italic;
  font-weight: 500;
}

.text-block-2 {
  color: var(--blue-grey);
}

.lottie-animation {
  overflow: visible;
}

.text-block-3 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.text-block-4 {
  padding-top: 40px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.image-2 {
  overflow: visible;
}

.tfi-web-main-heading-copy {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 63px;
}

.italics---highlight {
  font-family: Libre Baskerville, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.lightbox-link {
  display: inline-block;
}

.brabo-paragraph {
  color: var(--purple);
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  font-family: Libre Baskerville, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.bold-text {
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
}

.body-section-2-form {
  padding-top: 64px;
  padding-bottom: 56px;
}

.body-section-2-form.tfi-web-main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-color: #263c94;
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/full-page--background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  min-height: 630px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  transition: opacity .2s;
  display: flex;
}

.body-section-2-form.footer {
  color: #e4e8eb;
  background-color: #263c94;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.body-section-2-form.tfi-web-beige {
  background-color: #b6e8e0;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body-section-2-form.help {
  background-color: var(--background);
  padding-top: 40px;
  padding-bottom: 56px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body-section-2-form.funds {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 56px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body-section-2-form.intro {
  background-color: var(--bold-blue);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body-section-2-form.select-a-fund {
  background-color: var(--bold-blue);
}

.body-section-2-form.performace-chart {
  background-color: var(--white);
  padding-top: 0;
}

.body-section-2-form.intro-copy {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-form {
  color: var(--bold-blue);
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  font-size: 48px;
  font-weight: 600;
}

.register-introduction {
  color: var(--midnight);
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
}

.image-3 {
  padding-bottom: 20px;
  padding-left: 0;
}

.heading-5 {
  font-size: 40px;
  font-weight: 700;
}

.share-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area-3 Area-2 Area"
  / 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  margin: 0;
  display: flex;
}

.columns {
  display: flex;
}

.code-embed {
  border-radius: 10px;
  width: 100%;
}

.list-bullet {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 24px;
  display: flex;
}

.prod-web-accordion-item-content-2 {
  cursor: default;
  border-bottom: 1px solid #dae0e4;
  overflow: hidden;
}

.prod-web-accordion-item-content-2.last {
  border-bottom: 1px solid #dae0e4;
}

.prod-web-accordion-link-2 {
  color: var(--midnight);
  letter-spacing: .3px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
}

.paragraph-xs {
  color: #050e19;
  letter-spacing: .2px;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
}

.consider-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 14px;
  display: flex;
}

.section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: block;
  position: relative;
}

.section.grey {
  background-color: #f2f5f8;
}

.section.bold-blue {
  background-color: #2c3b97;
}

.section.hero {
  background-image: linear-gradient(90deg, #000010, #142171);
}

.paragraph-m {
  color: var(--midnight);
  letter-spacing: .3px;
  flex: 1;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-m.margin {
  margin-bottom: 16px;
}

._1-column-full {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 936px;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._1-column-full.grey {
  background-color: #f2f5f8;
}

.prod-web-grid-4 {
  grid-template: ". ."
  / 1fr .25fr;
  place-items: center start;
  width: 100%;
}

.prod-web-accordion-content-4 {
  margin: 0 24px 32px;
}

.prod-web-accordion-item-trigger-4 {
  cursor: pointer;
  background-color: #0000;
  border-top: 1px #dae0e4;
  justify-content: space-between;
  align-items: center;
  padding: 32px 24px;
  display: flex;
}

._1-column-744 {
  justify-content: flex-start;
  align-items: center;
  max-width: 936px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._1-column-744.grey {
  background-color: #f2f5f8;
}

.header-rte {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 936px;
  display: flex;
}

.rte-heading-2 {
  color: #2c3b97;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.rte-heading-2.white {
  color: #fff;
}

.emphasis {
  font-family: Libre Baskerville, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.large-spacer {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 112px;
  display: block;
}

.large-spacer.egg-grey {
  background-color: #f2f5f8;
}

.large-spacer.bold-blue {
  background-color: #2c3b97;
}

.small-spacer {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 48px;
  display: block;
}

.small-spacer.grey {
  background-color: #f2f5f8;
}

.crown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 1228px;
  padding-bottom: 40px;
  display: flex;
}

.footer-rte {
  border-top: 1px solid #dae0e4;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.paragraph-s {
  color: #050e19;
  letter-spacing: .2px;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
}

.bold-text-2 {
  font-size: 20px;
  line-height: 125%;
}

.paragraph-l {
  color: var(--midnight);
  letter-spacing: .3px;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-l.white {
  color: #fff;
}

.sub-heading {
  color: #49c5b1;
  letter-spacing: .28px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
}

._2-column-80 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  padding-top: 20px;
  padding-left: 156px;
  padding-right: 156px;
  display: flex;
}

.paragraph-xxl-bold {
  color: #050e19;
  letter-spacing: .48px;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-xxl-bold.mint {
  color: #49c5b1;
}

.paragraph-xxl-bold.white {
  color: var(--white);
}

.hero-rte {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-right: 80px;
  display: flex;
}

.hero-image {
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/kt-thumbnail-5.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 620px;
  display: flex;
}

.button-tertiary {
  color: #fff;
  letter-spacing: .3px;
  background-color: #49c5b1;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 165px;
  min-height: 40px;
  margin-top: 40px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.button-tertiary:hover {
  background-color: #409c8d;
}

.rte-heading-1 {
  color: #2c3b97;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.rte-heading-1.white {
  color: #fff;
  font-weight: 500;
}

.tic-logo {
  background-image: url('/contentassets/70bf7141f09547c8934aa692c64ca1a6/tic-logo2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  position: relative;
}

.image-4 {
  aspect-ratio: auto;
}

.image-5 {
  margin-top: 40px;
}

.div-block-5 {
  flex-flow: column;
  margin-bottom: 60px;
  padding-left: 92px;
  display: flex;
}

.paragraph-l-serif {
  letter-spacing: .3px;
  margin-bottom: auto;
  font-family: Libre Baskerville, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-l-serif.white {
  color: #fff;
}

.paragraph-l-serif.purple {
  color: var(--purple);
  font-size: 20px;
}

.paragraph-l-copy {
  color: var(--white);
  letter-spacing: .3px;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-l-copy.white {
  color: #fff;
}

.paragraph-xxl-bold-copy {
  color: #050e19;
  letter-spacing: .48px;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-xxl-bold-copy.mint {
  color: #49c5b1;
}

.paragraph-xxl-bold-copy.white {
  color: var(--white);
  font-size: 23px;
}

.large-spacer-copy {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 112px;
  display: block;
}

.large-spacer-copy.egg-grey {
  background-color: #f2f5f8;
}

.large-spacer-copy.bold-blue {
  background-color: #2c3b97;
}

@media screen and (max-width: 991px) {
  .tfi-web-nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .tfi-web-nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .tfi-web-nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .tfi-web-nav-link.tfi-web-menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .tfi-web-nav-link.tfi-web-menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .body-section-2.tfi-web-main {
    min-height: 450px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-section-2.tfi-web-beige {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-section-2.help, .body-section-2.funds {
    padding: 32px 24px 40px;
  }

  .body-section-2.funds, .body-section-2.intro {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-section-2.select-a-fund, .body-section-2.performace-chart {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-section-2.intro-copy {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tfi-web-nav-menu {
    background-color: #0000;
    margin-top: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tfi-web-main-heading {
    text-align: left;
    font-size: 80px;
  }

  .tfi-web-hero-column-1 {
    padding-left: 0;
  }

  .content-container.beige {
    margin-top: 0;
  }

  .header-line {
    margin-top: 30px;
    margin-left: 0;
  }

  .insights-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .feature-container {
    width: 100%;
    margin-bottom: 16px;
  }

  .white-card {
    min-height: 275px;
    margin-right: 16px;
    padding-bottom: 15px;
  }

  .white-card.one-third {
    width: 450px;
    min-height: auto;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .white-card.two-third {
    width: 450px;
    min-height: auto;
    padding-bottom: 24px;
  }

  .small-title {
    padding-left: 16px;
    padding-right: 16px;
  }

  .small-paragraph.help, .share-link.black {
    font-size: 16px;
    line-height: 150%;
  }

  .feature-grid-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .tfi-web-hero-column-3 {
    padding-right: 0;
  }

  .hero-text-container-2 {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tfi-web-main-subtitle-2 {
    font-size: 24px;
    line-height: 150%;
  }

  .tfi-web-hero-columns-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .tfi-web-hero-container {
    justify-content: center;
    display: flex;
  }

  .blue-card {
    min-height: 275px;
    margin-right: 16px;
    padding-bottom: 15px;
  }

  .blue-card.one-quarter {
    width: 450px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .insights-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .fund-description {
    min-height: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .prod-web-fund-link-3.bullet {
    line-height: 150%;
  }

  .header-line-2 {
    margin-top: 30px;
  }

  .fund-title {
    padding-left: 52px;
  }

  .medium.black {
    font-size: 16px;
    line-height: 150%;
  }

  .invest {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .prod-link-2 {
    font-size: 14px;
    line-height: 150%;
  }

  .fund-info-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .prod-web-accordion-content-3 {
    margin-right: 20px;
  }

  .prod-web-fund-list-item-2 {
    font-size: 18px;
    line-height: 150%;
  }

  .header-line-3 {
    margin-top: 30px;
  }

  .prod-faq-2, .prod-web-accordion-link {
    font-size: 18px;
    line-height: 150%;
  }

  .prod-web-heading3.prod-web-accordion-title {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-11 {
    font-size: 18px;
  }

  .fund-details {
    font-size: 18px;
    line-height: 150%;
  }

  .header-graphic {
    font-size: 20px;
  }

  .graph-wrapper {
    max-width: none;
  }

  .section_content {
    height: auto;
    margin-bottom: 0;
    padding: 0;
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fund-name.small, .fund-name.large {
    padding-top: 10px;
    font-size: 20px;
  }

  .link {
    font-size: 16px;
    line-height: 150%;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50% 70%;
    background-size: 80%;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1128px;
    display: grid;
    overflow: visible;
  }

  .transforming-flex-wrapper {
    flex-direction: column;
  }

  .padding-business-links {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .about_copy {
    width: 100%;
    max-width: none;
  }

  .tab-pane_content {
    background-color: #f4f8fb;
    border-top: 1px solid #dae0e4;
    height: auto;
    margin-bottom: 0;
    padding: 34px 24px 22px;
    display: block;
  }

  .engagement-img-circles {
    width: 156px;
  }

  .section_header.background-color-blue {
    background-position: 50% 100%;
    background-size: 400px;
  }

  .heading-number {
    font-weight: 500;
  }

  .about-accordian-wrapper {
    border-bottom: 2px solid #edf0f2;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .tab-link {
    font-size: 14px;
  }

  .tab-mobile-dropdown {
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .section-business-mobile-links.background-color-light-blue {
    display: block;
  }

  .header_tabs-business-title, .header_tabs-business-title.w--current {
    width: auto;
  }

  .tab-mobile-heading {
    color: #2c3b97;
    font-size: 20px;
    line-height: 26px;
  }

  .business_tab-pane {
    padding: 0 20px;
  }

  .transforming-figures-wrapper {
    flex-direction: row;
    max-width: none;
    display: flex;
  }

  .business-mobile-content {
    background-color: #0000;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    display: none;
    position: relative;
    overflow: visible;
  }

  .business-mobile-content.w--open {
    top: 0;
  }

  .transforming-graphic-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 0;
    display: flex;
    overflow: visible;
  }

  .business-mobile-dropdown {
    border-top: 2px solid #edf0f2;
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .header_tabs-about-title, .header_tabs-about-title.w--current {
    width: auto;
  }

  .button-secondary.is-business-model {
    justify-content: flex-start;
    width: 100%;
    max-width: 275px;
  }

  .padding-tabs-mobile {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .button.is-stewardship {
    justify-content: flex-start;
    width: 100%;
    max-width: 275px;
  }

  .button.is-icon {
    width: 100%;
    max-width: 275px;
  }

  .button.is-pdf-download {
    justify-content: space-between;
    width: 100%;
    max-width: 315px;
    margin-bottom: 10px;
  }

  .tab-wrapper_titles {
    max-width: 540px;
  }

  .business_tab-column {
    grid-row-gap: 16px;
  }

  .tabs {
    background-image: none;
  }

  .grid-drag-text {
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
    max-width: 180px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    position: relative;
  }

  .about_content-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .margin-link {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .tab-mobile-content {
    background-color: #0000;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    display: none;
    position: relative;
    overflow: visible;
  }

  .tab-mobile-content.w--open {
    top: -2px;
  }

  .dotted-line {
    z-index: 0;
    margin: auto;
    position: absolute;
    inset: 0%;
  }

  .business-mobile_content {
    background-color: #0000;
    border-top: 1px #dae0e4;
    height: auto;
    padding: 0;
    display: block;
  }

  .three-pronged-img {
    width: 100%;
    max-width: 330px;
  }

  .section-about-tabs {
    display: none;
  }

  .engagement-img-boxes {
    width: 125px;
  }

  .padding-about-content {
    padding-top: 46px;
    padding-bottom: 52px;
  }

  .business-mobile-trigger {
    border: 2px #edf0f2;
    border-left: 1px #dae0e4;
    border-right: 1px #dae0e4;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 18.5px 0;
  }

  .business-mobile-trigger:active {
    border-bottom-color: #f4f8fb;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .business-mobile-trigger.w--open {
    z-index: 1;
    background-color: #0000;
    border-style: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    margin-right: 0;
    bottom: 0;
  }

  .tab-mobile-trigger {
    border: 1px solid #dae0e4;
    border-radius: 6.5px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 18.5px 19px;
  }

  .tab-mobile-trigger:active {
    border-bottom-color: #f4f8fb;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tab-mobile-trigger.w--open {
    z-index: 1;
    background-color: #f4f8fb;
    border-bottom-style: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    bottom: 1px;
  }

  .grid-text-block {
    z-index: 2;
    background-color: #f4f8fb;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }

  .section-about-tabs_mobile {
    display: block;
  }

  .padding-global {
    padding-left: 24px;
    padding-right: 24px;
  }

  .padding-global.business-modal {
    padding-left: 0;
    padding-right: 0;
  }

  .graph_wrapper {
    max-width: 314px;
  }

  .business_tab-pane-content {
    display: none;
  }

  .tab-pane {
    padding-left: 20px;
    padding-right: 20px;
  }

  .business_tabs-menu {
    width: 90%;
  }

  .business_tab-link {
    flex: 1;
    justify-content: center;
    min-width: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    overflow: visible;
  }

  .business_tab-link.w--current {
    min-width: auto;
  }

  .business_tab-link.social {
    text-align: center;
    min-width: 163px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .business_tab-link.social.w--current {
    padding-left: 7px;
    padding-right: 7px;
  }

  .about-video {
    width: auto;
  }

  .tfi-web-main-heading-copy {
    text-align: left;
    font-size: 80px;
  }

  .brabo-paragraph {
    font-size: 18px;
  }

  .body-section-2-form.tfi-web-main {
    min-height: 450px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-section-2-form.tfi-web-beige {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-section-2-form.help, .body-section-2-form.funds {
    padding: 32px 24px 40px;
  }

  .body-section-2-form.funds, .body-section-2-form.intro {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-section-2-form.select-a-fund, .body-section-2-form.performace-chart {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body-section-2-form.intro-copy {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-form, .register-introduction {
    font-size: 18px;
  }

  .share-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .prod-web-accordion-link-2 {
    font-size: 18px;
    line-height: 150%;
  }

  .paragraph-m {
    font-size: 14px;
  }

  ._1-column-full {
    width: 100%;
    padding-left: 20px;
    padding-right: 40px;
  }

  .prod-web-accordion-content-4 {
    margin-right: 20px;
  }

  ._1-column-744 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rte-heading-2 {
    font-size: 40px;
  }

  .paragraph-s {
    font-size: 11px;
  }

  .paragraph-l {
    font-size: 16px;
  }

  ._2-column-80 {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-rte {
    width: 100%;
    margin-right: 20px;
  }

  .hero-image {
    background-position: 50% 10%;
    width: 100%;
    height: 390px;
  }

  .button-tertiary {
    min-height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .rte-heading-1 {
    font-size: 40px;
  }

  .rte-heading-1.white {
    text-align: center;
  }

  .tic-logo {
    background-size: contain;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .paragraph-l-serif, .paragraph-l-copy {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    text-align: left;
    margin-bottom: 8px;
  }

  h6, p {
    text-align: left;
  }

  .primary-button {
    display: block;
  }

  .primary-button.right-icon.small {
    text-align: center;
  }

  .tfi-web-nav-link.tfi-web-menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .body-section-2 {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .body-section-2.tfi-web-main {
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-top: auto;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2.footer {
    padding-top: auto;
    padding-bottom: auto;
  }

  .body-section-2.tfi-web-beige {
    padding-bottom: 24px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2.help {
    padding: 24px 5%;
  }

  .body-section-2.funds {
    padding: 24px 5% 20px;
  }

  .body-section-2.intro {
    padding: 24px 5%;
  }

  .body-section-2.select-a-fund, .body-section-2.performace-chart {
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2.intro-copy {
    padding: 24px 5%;
  }

  .tfi-web-nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tfi-web-footer-disclaimer {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tfi-web-brand-link {
    padding-left: 20px;
  }

  .tfi-web-main-heading {
    text-align: left;
    font-size: 48px;
    line-height: 52px;
  }

  .tfi-web-hero-column-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .tfi-web-accordion-item-trigger {
    padding-left: 0;
    line-height: 18px;
  }

  .header-line {
    margin-left: 0;
  }

  .prod-image {
    text-align: left;
    padding-top: 8px;
    display: block;
  }

  .prod-web-accordion-item-trigger-2 {
    padding-left: 30px;
  }

  .insights-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: ". . ."
                   ". . ."
                   ". . ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .white-card {
    width: 100%;
    min-height: auto;
    margin-bottom: 16px;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 25px;
  }

  .white-card.one-third {
    width: 450px;
  }

  .small-title {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }

  .share-link, .share-link.black {
    text-align: left;
  }

  .tfi-web-hero-column-3 {
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-2 {
    display: block;
  }

  .hero-text-container-2 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .tfi-web-main-subtitle-2 {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tfi-web-hero-columns-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .prod-web-bullet {
    width: 16px;
    margin-top: 2px;
  }

  .prod-web-term-time {
    text-align: left;
  }

  .blue-card {
    width: 100%;
    min-height: auto;
    margin-bottom: 16px;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 25px;
  }

  .blue-card.one-quarter {
    width: 450px;
  }

  .term-title {
    text-align: left;
  }

  .insights-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: ". . ."
                   ". . ."
                   ". . ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fund-description {
    padding-top: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .prod-web-fund-link-3 {
    text-align: left;
  }

  .invest {
    margin-left: 0;
    margin-right: 0;
  }

  .fund-info-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tfi-web-accordion-item-trigger-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .prod-web-accordion-content-3 {
    text-align: left;
    margin-right: 16px;
  }

  .prod-web-grid-3 {
    grid-template-columns: 1fr 25px;
  }

  .prod-web-heading3.prod-web-accordion-title {
    text-align: left;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }

  .header-graphic {
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-huge {
    margin-top: 50px;
  }

  .houseview-holder {
    display: none;
  }

  .houseview-mobile {
    display: block;
  }

  .graph_key {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50% 65%;
    background-size: 75%;
    width: 1128px;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-wrapper {
    top: -48px;
  }

  .transforming-flex-wrapper {
    flex-direction: column;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .tab-pane_content {
    margin-left: 0;
    padding-left: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .header_tabs-business-title {
    flex: 1;
    max-width: 172px;
    padding: 10.5px 9.5px;
    font-size: 12px;
  }

  .header_tabs-business-title.w--current {
    flex: 1;
    justify-content: center;
    font-size: 12px;
    display: flex;
  }

  .tab-mobile-heading {
    color: #2c3b97;
  }

  .business_tab-pane {
    padding-top: 0;
    padding-bottom: 0;
  }

  .transforming-figures-wrapper {
    flex-direction: column;
  }

  .business-mobile-content {
    margin-right: 0;
  }

  .grid-wrapper {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: scroll;
  }

  .business-mobile-dropdown {
    height: auto;
  }

  .header_tabs-about-title {
    flex: 1;
    justify-content: center;
    max-width: 116px;
    padding: 10.5px 9.5px;
    font-size: 12px;
    display: flex;
  }

  .header_tabs-about-title.w--current {
    flex: 1;
    justify-content: center;
    max-width: 116px;
    font-size: 12px;
    display: flex;
  }

  .padding-tabs-mobile {
    padding-bottom: 20px;
  }

  .tab-wrapper_titles {
    justify-content: center;
    width: 100%;
    max-width: 288px;
  }

  .tabs {
    background-image: none;
  }

  .margin-link {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-mobile-content {
    margin-right: 0;
  }

  .heading-style-1_number {
    font-size: 30px;
    line-height: 36px;
  }

  .three-pronged-img {
    margin-top: 30px;
  }

  .section-about-tabs {
    display: block;
  }

  .heading-style-h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .business_tab-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .business_tab-link.w--current {
    flex: none;
    min-width: auto;
  }

  .business_tab-link.social {
    min-width: 160px;
  }

  .about-video {
    min-height: auto;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .tfi-web-main-heading-copy {
    text-align: left;
    font-size: 48px;
    line-height: 52px;
  }

  .body-section-2-form {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .body-section-2-form.tfi-web-main {
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-top: auto;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2-form.footer {
    padding-top: auto;
    padding-bottom: auto;
  }

  .body-section-2-form.tfi-web-beige {
    padding-bottom: 24px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2-form.help {
    padding: 24px 5%;
  }

  .body-section-2-form.funds {
    padding: 24px 5% 20px;
  }

  .body-section-2-form.intro {
    padding: 24px 5%;
  }

  .body-section-2-form.select-a-fund, .body-section-2-form.performace-chart {
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2-form.intro-copy {
    padding: 24px 5%;
  }

  .share-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: ". . ."
                   ". . ."
                   ". . ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .list-bullet {
    width: 16px;
    margin-top: 2px;
  }

  ._1-column-full {
    padding-left: 32px;
    padding-right: 32px;
  }

  .prod-web-grid-4 {
    grid-template-columns: 1fr 25px;
  }

  .prod-web-accordion-content-4 {
    text-align: left;
    margin-right: 16px;
  }

  ._1-column-744 {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._2-column-80 {
    flex-flow: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-rte {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }

  .hero-image {
    background-size: contain;
    width: 100%;
    height: 360px;
  }

  .button-tertiary {
    margin-top: 24px;
  }

  .rte-heading-1.white {
    font-size: 30px;
  }

  .tic-logo {
    background-size: contain;
    height: 260px;
  }

  .div-block-5 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    line-height: 120%;
  }

  .body-section-2.tfi-web-main {
    background-position: 50% 0;
    background-size: auto;
    margin-top: auto;
    padding-top: 24px;
    padding-bottom: 56px;
  }

  .body-section-2.tfi-web-beige {
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2.help {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2.funds {
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 24px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .body-section-2.intro {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2.select-a-fund {
    padding: 24px 0;
  }

  .body-section-2.performace-chart {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .body-section-2.intro-copy {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .tfi-web-nav-menu {
    margin-top: 28px;
    margin-right: 5%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tfi-web-footer-disclaimer {
    text-align: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .tfi-web-brand-link {
    padding-left: 24px;
  }

  .tfi-web-main-heading {
    font-size: 42px;
    line-height: 50px;
  }

  .tfi-web-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .tfi-web-hero-column-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .tfi-web-crown {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .tfi-web-accordion-item-trigger {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 20px;
  }

  .header-line {
    width: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .prod-image {
    padding-top: 8px;
    padding-left: 0;
  }

  .web-navigation {
    height: 91px;
  }

  .prod-web-accordion-item-trigger {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .prod-web-accordion-item-trigger-2 {
    padding: 12px 20px 12px 7%;
  }

  .insights-grid {
    grid-template-rows: auto auto auto;
    grid-template-areas: ". . ."
                         ". . ."
                         ". . .";
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .white-card {
    margin-bottom: 16px;
  }

  .white-card.one-third, .white-card.two-third {
    width: 100%;
  }

  .small-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tfi-web-hero-column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-container-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tfi-web-main-subtitle-2 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 35px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .tfi-web-hero-columns-2 {
    margin-bottom: 5px;
  }

  .div-block-4 {
    width: 100%;
  }

  .hero-large-emphasis {
    font-size: 42px;
    line-height: 50px;
  }

  .prod-web-bullet {
    text-align: left;
  }

  .blue-card {
    margin-bottom: 16px;
  }

  .blue-card.one-quarter {
    width: 100%;
  }

  .insights-grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-areas: ". . ."
                         ". . ."
                         ". . .";
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .fund-description {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-line-2 {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .fund-title-container {
    text-align: left;
  }

  .invest {
    background-image: none;
    margin-top: 0;
  }

  .fund-info-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tfi-web-accordion-item-trigger-2 {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .prod-web-accordion-item-content {
    text-align: left;
  }

  .prod-web-accordion-content-3 {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .prod-web-accordion-plus-icon {
    direction: ltr;
    cursor: pointer;
    align-self: start;
    width: 30px;
    height: 30px;
    margin-top: 0;
    display: block;
    position: static;
    overflow: hidden;
  }

  .header-line-3 {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .header-line-3.center {
    margin-left: 0%;
    margin-right: 0%;
  }

  .prod-web-grid-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 25px;
    grid-template-areas: ". .";
  }

  .prod-accordion-minus-icon {
    align-self: start;
    width: 30px;
    height: 30px;
    display: block;
  }

  .prod-web-accordion-item-trigger-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .prod-web-heading3.prod-web-accordion-title {
    text-align: left;
    text-align: left;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .graph_reference {
    margin-bottom: 24px;
  }

  .header-graphic {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    line-height: 22px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-40 {
    margin-top: 1rem;
  }

  .margin-top.margin-32, .margin-top.margin-huge {
    margin-top: 35px;
  }

  .margin-top.margin-medium {
    margin-top: 20px;
  }

  .margin-top.margin-large {
    margin-top: 30px;
  }

  .margin-top.margin-xlarge {
    margin-top: 35px;
  }

  .fund-name.large {
    padding-top: 0;
  }

  .tabs_outpreformance-left-figure {
    width: 50%;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50% 90%;
    width: 1128px;
  }

  .tab-pane_content {
    border-top-width: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .engagement-img-circles {
    flex: 0 auto;
    width: auto;
    max-width: 100%;
    height: 400px;
  }

  .button-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .section_header.background-color-blue {
    background-size: 312px;
  }

  .tab-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 70%;
    min-width: 19%;
    max-width: 50%;
    height: 50%;
    min-height: 10%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .tab-link.w--current {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: column;
    align-items: center;
    width: 70%;
    min-width: 19%;
    max-width: 50%;
    height: 50%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .business-tab-text_desktop {
    display: none;
  }

  .text-block {
    flex: 0 auto;
  }

  .header_tabs-business-title {
    flex: 1;
    justify-content: center;
    max-width: 172px;
    padding-left: 9.5px;
    padding-right: 9.5px;
    display: flex;
  }

  .header_tabs-business-title.w--current {
    flex: 1;
    width: auto;
    max-width: 172px;
  }

  .tab-mobile-heading {
    color: #2c3b97;
    white-space: pre-wrap;
    flex: 0 auto;
  }

  .tabs_outperformance-figures {
    width: 65%;
  }

  .business-tab-text_mobile {
    font-size: 9px;
    display: block;
  }

  .business_tab-pane {
    padding-top: 0;
    padding-bottom: 0;
  }

  .key {
    width: 24px;
  }

  .transforming-figures-wrapper {
    align-items: center;
    margin-left: 0;
    margin-right: auto;
  }

  .business-mobile-content {
    display: none;
  }

  .transforming-graphic-2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-wrapper {
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: scroll;
  }

  .graph-lottie-file {
    display: none;
  }

  .tabs-menu {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    object-fit: cover;
    flex-flow: row;
    grid-template: "Area-2 Area"
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    max-width: 1114px;
    padding-top: 20px;
    display: flex;
  }

  .header_tabs-about-title {
    flex: 1;
    justify-content: center;
    max-width: 116px;
    display: flex;
  }

  .header_tabs-about-title.w--current {
    flex: 1;
  }

  .padding-tabs-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.is-pdf-download {
    max-width: none;
  }

  .tab-wrapper_titles {
    justify-content: space-between;
    max-width: 288px;
  }

  .graph_key-paragraph {
    font-size: 14px;
  }

  .tabs {
    background-image: none;
  }

  .grid-drag-text {
    max-width: 160px;
  }

  .margin-link {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-link.margin-medium {
    margin-top: 20px;
  }

  .tab-mobile-content {
    display: none;
  }

  .dotted-line {
    width: 90%;
  }

  .three-pronged-img {
    max-width: 100%;
  }

  .section-about-tabs {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start space-between;
    align-items: center;
    max-width: 100%;
    display: grid;
    overflow: visible;
  }

  .section-about {
    margin-bottom: -48px;
  }

  .engagement-img-boxes {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 428px;
    max-height: none;
  }

  .tabs_outperformance-right-figure {
    width: 50%;
  }

  .padding-tabs {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .business-mobile-trigger, .tab-mobile-trigger {
    flex-direction: row;
  }

  .grid-text-block {
    font-size: 12px;
  }

  .section-about-tabs_mobile {
    display: block;
  }

  .tabs-performance-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .padding-global.business-modal {
    padding-left: 0;
  }

  .business_tab-pane-content {
    display: none;
  }

  .tab-pane {
    border-style: none;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }

  .business_tabs-menu {
    width: auto;
    max-width: 94%;
  }

  .business_tab-link {
    flex: 1;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .business_tab-link.w--current, .business_tab-link.social {
    flex: 1;
    min-width: auto;
  }

  .business_tab-link.social.w--current {
    flex: 1;
  }

  .title-wrap.text-align-center {
    padding-left: 0;
  }

  .about-video {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .image-horizontal-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    width: 90%;
  }

  .text-block-3 {
    text-align: left;
    margin-top: 0;
  }

  .text-block-4 {
    text-align: left;
    padding-top: 20px;
  }

  .text-block-5 {
    line-height: 18px;
  }

  .text-block-6 {
    text-align: center;
    line-height: 18px;
  }

  .text-block-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 17px;
    display: flex;
  }

  .text-block-8 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    min-width: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    overflow: visible;
  }

  .tab-pane-tab-2 {
    padding-bottom: 20px;
  }

  .tfi-web-main-heading-copy {
    font-size: 42px;
    line-height: 50px;
  }

  .body-section-2-form.tfi-web-main {
    background-position: 50% 0;
    background-size: auto;
    margin-top: auto;
    padding-top: 24px;
    padding-bottom: 56px;
  }

  .body-section-2-form.tfi-web-beige {
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2-form.help {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2-form.funds {
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 24px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .body-section-2-form.intro {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-section-2-form.select-a-fund {
    padding: 24px 0;
  }

  .body-section-2-form.performace-chart {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .body-section-2-form.intro-copy {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .share-buttons {
    grid-template-rows: auto auto auto;
    grid-template-areas: ". . ."
                         ". . ."
                         ". . .";
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .list-bullet, .prod-web-accordion-item-content-2 {
    text-align: left;
  }

  .prod-web-accordion-link-2, .paragraph-m {
    font-size: 16px;
  }

  ._1-column-full {
    padding-left: 16px;
    padding-right: 16px;
  }

  .prod-web-grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 25px;
    grid-template-areas: ". .";
  }

  .prod-web-accordion-content-4 {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .prod-web-accordion-item-trigger-4 {
    padding: 24px 0;
  }

  ._1-column-744 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rte-heading-2 {
    font-size: 34px;
  }

  .large-spacer {
    height: 48px;
  }

  .small-spacer {
    height: 24px;
  }

  .paragraph-l {
    font-size: 18px;
  }

  ._2-column-80 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-rte {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-image {
    height: 270px;
  }

  .button-tertiary {
    text-align: center;
  }

  .rte-heading-1 {
    font-size: 34px;
  }

  .rte-heading-1.white {
    font-size: 22px;
  }

  .tic-logo {
    height: 190px;
  }

  .paragraph-l-serif, .paragraph-l-copy {
    font-size: 18px;
  }

  .large-spacer-copy {
    height: 48px;
  }
}

#w-node-_61f363a2-a9e2-4b50-329c-e1f9797a37ca-2a65d759 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_61f363a2-a9e2-4b50-329c-e1f9797a37ce-2a65d759, #w-node-_61f363a2-a9e2-4b50-329c-e1f9797a37cf-2a65d759 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56732-2a65d759 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56735-2a65d759, #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56736-2a65d759 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_43ed88df-c43a-1439-ac66-f784b4e17a83-2a65d759 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_43ed88df-c43a-1439-ac66-f784b4e17a87-2a65d759, #w-node-_43ed88df-c43a-1439-ac66-f784b4e17a88-2a65d759 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56746-2a65d759 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56749-2a65d759, #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5674a-2a65d759 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5676a-2a65d759 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5676d-2a65d759, #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5676e-2a65d759 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5677a-2a65d759 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5677d-2a65d759, #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5677e-2a65d759 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56786-2a65d759 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56789-2a65d759, #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5678a-2a65d759 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

@media screen and (max-width: 479px) {
  #w-node-_61f363a2-a9e2-4b50-329c-e1f9797a37ca-2a65d759 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_61f363a2-a9e2-4b50-329c-e1f9797a37ce-2a65d759, #w-node-_61f363a2-a9e2-4b50-329c-e1f9797a37cf-2a65d759 {
    place-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56732-2a65d759 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56735-2a65d759, #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56736-2a65d759 {
    place-self: center;
  }

  #w-node-_43ed88df-c43a-1439-ac66-f784b4e17a83-2a65d759 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_43ed88df-c43a-1439-ac66-f784b4e17a87-2a65d759, #w-node-_43ed88df-c43a-1439-ac66-f784b4e17a88-2a65d759 {
    place-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56746-2a65d759 {
    align-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56749-2a65d759 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5674a-2a65d759 {
    place-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5676a-2a65d759 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5676d-2a65d759, #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5676e-2a65d759 {
    place-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5677a-2a65d759 {
    align-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5677d-2a65d759 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5677e-2a65d759 {
    place-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56786-2a65d759 {
    align-self: center;
  }

  #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f56789-2a65d759, #w-node-b5b7d7c4-6a7c-b72b-1ab6-891624f5678a-2a65d759 {
    place-self: center;
  }
}



