@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --tai-dark-blue: #0b021f;
  --tai-black: #11032e;
  --white: white;
  --panda-black-text\<deleted\|variable-e519f334-534b-de11-bbc8-b8f7a914aab1\>: #11032e;
  --tai-yellow: #ffd600;
  --tai-purple: #6036bc;
  --tai-smoke: #faf9ff;
  --tai-light-purple: #aa9ace;
  --black: black;
  --grey\<deleted\|variable-f8b37cd6-deb5-25e3-8bf9-97848498888f\>: #7e7a8c;
  --tai-text: #11032ecc;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@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 {
  background-color: var(--tai-dark-blue);
  color: var(--tai-black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

p {
  color: #11032ecc;
  margin-bottom: 20px;
  line-height: 160%;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

label {
  color: var(--panda-black-text\<deleted\|variable-e519f334-534b-de11-bbc8-b8f7a914aab1\>);
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: block;
}

.nav {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 70px;
  color: var(--white);
  background-color: #f6f8ff;
  border-bottom: 1px solid #ffffff26;
  padding-left: 60px;
  padding-right: 60px;
  position: sticky;
  top: 0;
}

.nav.mori {
  background-color: #11032e99;
}

.navcontainer {
  background-color: #f6f8ff;
  border-left: 1px solid #ffffff26;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.nav-logo-link {
  justify-content: center;
  align-items: center;
  max-width: 160px;
  height: 100%;
  display: flex;
}

.navlink {
  color: #fffc;
  letter-spacing: .5px;
  border-bottom: 2px solid #aa9ace33;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.navlink:hover {
  color: var(--white);
}

.navlink.w--current {
  border-bottom-color: var(--tai-yellow);
  background-color: #3f93d0;
}

.navlinkwrapper {
  justify-content: space-between;
  align-items: center;
  height: 70px;
  display: flex;
}

.section {
  padding-left: 60px;
  padding-right: 60px;
}

.section.hero {
  background-color: #f6f8ff;
  margin-top: -70px;
  padding-top: 70px;
  position: relative;
}

.section.team {
  z-index: 8;
  background-color: #fbfbfc;
  background-image: radial-gradient(circle farthest-side at 0 0, #09032408, #09032400);
}

.section.contact {
  z-index: 7;
  background-color: #fbfbfc;
  background-image: radial-gradient(circle farthest-side at 100% 100%, #0903240d, #09032400);
}

.section.press {
  background-color: #fbfbfc;
}

.section.l {
  border-top: 1px solid #ffffff26;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.white {
  background-color: #fff;
  overflow: hidden;
}

.section.white.stroke-top {
  border-top: 1px solid #aa9ace33;
}

.section.white-curve {
  background-color: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.section.white-curve.news {
  position: relative;
}

.section.purple-curve {
  background-color: var(--tai-purple);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.section.grey, .section.dark-grey {
  background-color: var(--tai-smoke);
}

.section.faqs {
  background-color: #fff;
  background-image: url('../images/TAI-faq-bg2.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding-bottom: 180px;
  box-shadow: 0 0 10px #0b021f0d;
}

.section.cta {
  background-color: var(--tai-dark-blue);
  background-image: linear-gradient(#0b021f80, #0b021f80), url('../images/trained-cta.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 700px;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.section.hero2 {
  z-index: 2;
  -webkit-text-stroke-color: var(--tai-black);
  background-color: #f6f8ff;
  border-top: 1px solid #ffffff26;
  position: relative;
}

.section.hero-page {
  background-color: var(--white);
  margin-top: -70px;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.section.hero-page.mori {
  background-color: #043266;
  min-height: 800px;
  display: flex;
}

.section.dark-grey-curve {
  background-color: var(--tai-smoke);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.section.news-hero {
  background-color: var(--tai-dark-blue);
  flex-flow: row;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.mori-cta {
  background-image: linear-gradient(45deg, #334b9d, #3f93d0);
}

.container {
  z-index: 1;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 120px;
  display: flex;
}

.container.hero-2 {
  border-left: 1px solid #ffffff26;
  padding-bottom: 100px;
}

.container.hero-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #f6f8ff;
  background-image: url('../images/Home-Page-2.png');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-left: 1px solid #ffffff26;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 120%;
  display: block;
  position: relative;
}

.container.hero-1.full {
  height: auto;
  padding-bottom: 140px;
}

.container.hero-1.mori {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.footer {
  flex-flow: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.grd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.container.follow.hide {
  display: none;
}

.container.team {
  z-index: 10;
}

.container.ori {
  padding-bottom: 100px;
}

.sectionheading {
  color: var(--tai-black);
}

.sectiontitle {
  border-left: 1px solid var(--tai-smoke);
  color: #7e7a8c;
  background-color: #e7e6ea80;
  align-items: center;
  height: 36px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: relative;
}

.sectiontitle.centre {
  border-top: 1px solid var(--tai-smoke);
  border-left-style: none;
  justify-content: center;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--tai-yellow);
  height: 50px;
  color: var(--tai-black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 25px;
  align-items: center;
  margin-top: 30px;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button:hover {
  padding-left: 32px;
  padding-right: 28px;
  box-shadow: 0 0 50px #aa9ace80;
}

.button.small {
  height: 40px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  line-height: 12px;
}

.button.small:hover {
  background-color: var(--tai-yellow);
  color: var(--white);
}

.button.hero:hover {
  box-shadow: 0 0 50px 0 var(--tai-light-purple);
}

.button.hero.wrapped {
  flex: none;
  margin-top: 0;
}

.button.hero._40 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.button.line {
  border: 2px solid var(--tai-yellow);
  background-color: #ffd60000;
}

.button.line:hover {
  background-color: #ffd600;
}

.button.line.reverse {
  color: var(--tai-yellow);
  flex: none;
  margin-top: 0;
}

.button.line.reverse:hover {
  color: var(--tai-black);
}

.button.nav {
  background-color: #ffd60000;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button.nv {
  border: 1px solid var(--tai-yellow);
  background-color: var(--tai-yellow);
  height: 40px;
  color: var(--tai-black);
  margin-top: 0;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.nv:hover {
  background-color: var(--tai-yellow);
  color: var(--black);
  padding-left: 22px;
  padding-right: 18px;
}

.button.hb-nav {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 0;
  font-size: 18px;
  line-height: 18px;
}

.sectionimage {
  aspect-ratio: 2;
  border: 2px solid var(--white);
  object-fit: cover;
  width: 800px;
  min-width: 800px;
  max-width: none;
  height: 100%;
  min-height: 500px;
  max-height: 100%;
  position: relative;
  box-shadow: 0 30px 60px #09032466;
}

.text-block {
  color: var(--grey\<deleted\|variable-f8b37cd6-deb5-25e3-8bf9-97848498888f\>);
}

.teamwrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titlewrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle {
  margin-top: -10px;
  font-size: 18px;
  line-height: 155%;
}

.subtitle.reverse {
  color: var(--tai-light-purple);
}

.subtitle.blue-reverse {
  color: #ffffffb3;
  margin-bottom: 10px;
}

.subtitle.mori-cta {
  color: var(--tai-yellow);
  margin-top: -12px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.titleline2 {
  background-color: var(--tai-smoke);
  width: 1px;
  height: 80px;
  position: absolute;
  inset: auto auto 36px;
}

.teamtitle {
  border-bottom: 1px solid var(--tai-smoke);
  width: 100%;
  color: var(--grey\<deleted\|variable-f8b37cd6-deb5-25e3-8bf9-97848498888f\>);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1080px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-grid._2col {
  grid-template-columns: 1fr 1fr;
  width: 66.6667%;
}

.team-tn {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 6px #11032e0d;
}

.team-tn:hover {
  box-shadow: 0 10px 40px #11032e33;
}

.team-tn-imagewrapper {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.team-tn-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.team-tn-name {
  color: var(--tai-black);
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.teamcellposition {
  color: var(--panda-black-text\<deleted\|variable-e519f334-534b-de11-bbc8-b8f7a914aab1\>);
}

.team-tn-title {
  color: var(--tai-light-purple);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.team-tn-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.teamthumbarrow {
  background-color: var(--tai-yellow);
  opacity: 0;
  color: #0009;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.box {
  background-color: var(--white);
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px 50px;
  box-shadow: 0 10px 30px #0b021f0d;
}

.contacttitle {
  color: var(--tai-black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.contactsubtitle {
  color: var(--panda-black-text\<deleted\|variable-e519f334-534b-de11-bbc8-b8f7a914aab1\>);
  text-align: center;
}

.contacttitlewrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-field {
  background-color: var(--tai-smoke);
  height: 50px;
  color: var(--tai-black);
  border: 1px #000;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 16px;
  line-height: 100%;
  transition: all .2s;
  display: block;
}

.form-field:hover, .form-field:focus, .form-field:focus-visible, .form-field[data-wf-focus-visible] {
  border-color: var(--tai-yellow);
}

.form-field::placeholder {
  color: #11032e66;
  font-weight: 300;
}

.form-field.message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 100px;
  max-height: 300px;
  margin-bottom: 75px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.formgrid {
  grid-column-gap: 40px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       ". ."
                       "Area-3 Area-2";
  width: 100%;
  margin-bottom: 40px;
}

.formgrid.wp {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.form-block {
  margin-top: 40px;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.submit-button {
  border: 1px solid var(--tai-yellow);
  height: 50px;
  color: var(--tai-black);
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #09032400;
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--tai-yellow);
  color: var(--white);
  box-shadow: 0 10px 30px #09032426;
}

.checkbox-field {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.checkbox {
  background-color: #fbfbfb;
  border: 2px solid #03030380;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
}

.checkbox:hover {
  background-color: #edeafa;
}

.checkbox.w--redirected-checked {
  background-color: var(--tai-purple);
  background-size: 12px;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  border-color: var(--tai-yellow);
}

.pplink {
  color: var(--tai-black);
  cursor: pointer;
  font-weight: 600;
  transition: all .2s;
}

.pplink:hover {
  color: var(--tai-purple);
}

.contactgrid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
}

.contactcell {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px 50px;
  display: flex;
}

.contactdetails {
  color: var(--panda-black-text\<deleted\|variable-e519f334-534b-de11-bbc8-b8f7a914aab1\>);
  font-size: 14px;
}

.footer {
  background-color: var(--tai-black);
  padding-left: 60px;
  padding-right: 60px;
}

.footer.mori {
  background-color: #3954a5;
}

.footercontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid #312c41;
  border-right: 1px solid #312c41;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  display: flex;
}

.copyright {
  color: #fffc;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 140%;
}

.copyright2 {
  color: #ffffffb3;
  font-size: 10px;
  font-weight: 300;
  line-height: 150%;
}

.footerlink {
  color: #fffc;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  display: flex;
}

.footerlink:hover {
  color: #fff;
}

.footerlink.w--current {
  color: var(--tai-yellow);
}

.footerlink.privacy {
  height: 30px;
}

.hbline {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.hbmenu {
  background-color: #fff;
  width: 400px;
  height: 100%;
  padding: 40px 0 100px;
  position: relative;
  overflow: auto;
  transform: none;
}

.hbmenuwrapper {
  z-index: 1000;
  justify-content: flex-end;
  height: 100vh;
  margin-top: 70px;
  display: none;
  position: fixed;
  inset: 0%;
}

.hbnavlink {
  width: 100%;
  height: 70px;
  color: var(--tai-black);
  letter-spacing: .5px;
  border-bottom: 1px solid #efecea;
  border-left: 3px solid #ffd60000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.hbnavlink.w--current {
  background-color: var(--tai-smoke);
  border-left-color: #ffd600;
}

.hbnavlink.last {
  border-bottom-color: #fff;
}

.hbnavlink.top {
  border-top: 1px solid #efecea;
}

.hbicon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: none;
}

.hboverlay {
  background-color: #09032480;
  position: absolute;
  inset: 0%;
}

.logos {
  width: 100%;
  padding: 40px 0;
}

.buttonarrow {
  width: 30px;
  height: 12px;
}

.buttonoverlay {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--tai-yellow);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.buttonoverlaywrapper {
  align-items: flex-start;
  width: 0%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.teampopup {
  z-index: 200000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 20px 60px 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.teamoverlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0b021fe6;
  position: absolute;
  inset: 0%;
}

.teampop {
  z-index: 5;
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: scroll;
  box-shadow: 0 20px 60px #0000004d;
}

.teampopname {
  color: var(--tai-black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
}

.teampoptitle {
  color: var(--tai-black);
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
}

.team-pop-title {
  color: var(--tai-light-purple);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.teampopimage {
  object-fit: cover;
  width: 180px;
  height: 200px;
  margin-bottom: 30px;
}

.popclose {
  background-image: url('../images/panda-close-icon-white.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 70px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.teamarrow {
  width: 24px;
  height: 24px;
}

.success-message {
  background-color: var(--tai-smoke);
  height: 300px;
}

.error-message {
  text-align: center;
}

.privoverlay {
  background-color: #09032480;
  position: absolute;
  inset: 0%;
}

.privpopclose {
  z-index: 1;
  cursor: pointer;
  background-image: url('../images/panda-close-icon-white.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 100%;
  max-width: 800px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-icon {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  display: flex;
}

.feature-lottie {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.news-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 30px;
  display: grid;
}

.news-grid._0-top {
  margin-top: 0;
  margin-bottom: 0;
}

.news-tn-title {
  color: var(--tai-black);
  text-wrap: balance;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.news-tn-title.small {
  font-size: 18px;
}

.tn-date {
  color: var(--tai-light-purple);
  font-size: 14px;
  line-height: 140%;
}

.news-tn-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.news-tn {
  cursor: pointer;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 6px #11032e0d;
}

.news-tn:hover {
  box-shadow: 0 10px 40px #11032e33;
}

.news-tn-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.press-tn-intro {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
}

.tn-link {
  background-color: #faf9ff80;
  width: 100%;
  padding: 20px;
}

.tn-link-content {
  color: var(--tai-black);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.news-tn-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.pag-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--tai-smoke);
  color: #090324;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.image-2 {
  object-fit: contain;
  width: 6px;
  height: 12px;
}

.image-2.flip {
  transform: rotate(180deg);
}

.hero-content-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-width: 520px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-content-wrapper.news {
  width: 70%;
}

.h1-hero {
  color: var(--black);
  text-wrap: balance;
  font-size: 50px;
}

.h1-hero.large {
  font-size: 80px;
  line-height: 110%;
}

.bullet-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}

.bullet-wrapper.small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 0;
  margin-bottom: 0;
}

.bullet-wrapper.mori {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 0;
}

.bullet {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.b-text {
  color: var(--black);
  font-size: 20px;
  line-height: 28px;
}

.b-text.small {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.bullet-icon {
  background-image: url('../images/tai-check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 28px;
}

.bullet-icon.small {
  width: 18px;
  height: 24px;
}

.content-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.content-grid.follow {
  margin-top: 120px;
}

.content-cell {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-cell.image-wrap {
  min-height: 400px;
  position: relative;
}

.content-cell.charts {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.content-cell.form {
  margin-bottom: 20px;
}

.content-cell.embed {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.content-cell.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.content-cell._500 {
  flex: 1;
  min-width: 400px;
}

.section-heading {
  text-wrap: balance;
  margin-top: 0;
}

.section-heading.reverse {
  color: var(--black);
  font-weight: 600;
}

.section-heading.large {
  font-size: 44px;
  line-height: 125%;
}

.section-heading.small {
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 140%;
}

.paragraph {
  color: #11032ecc;
}

.paragraph.reverse {
  color: #fffc;
  text-wrap: balance;
  font-weight: 300;
}

.paragraph.reverse.bottom-0 {
  color: #091129;
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph.reverse.large {
  color: #000;
  font-size: 18px;
}

.paragraph.reverse.large._0-bottom {
  margin-bottom: 0;
}

.paragraph.reverse._400 {
  max-width: 400px;
}

.paragraph.centre {
  text-align: center;
}

.chart-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 520px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.chart-cell {
  justify-content: center;
  align-items: center;
  display: flex;
}

.chart {
  aspect-ratio: 1;
  background-color: var(--tai-black);
  color: #fff;
  text-align: center;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 240px;
  height: 240px;
  padding: 30px 20px 10px;
  display: flex;
  position: relative;
}

.section-divider {
  background-color: #ffffff26;
  width: 100vw;
  height: 1px;
  margin-left: -60px;
  margin-right: -60px;
}

.logoswrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.logofade {
  z-index: 1;
  background-image: linear-gradient(92deg, #0b021f 20%, #0b021f00);
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logofade.right {
  background-image: linear-gradient(260deg, #0b021f 20%, #0b021f00);
  inset: 0% 0% 0% auto;
}

.logoswrapperscroll {
  display: flex;
}

.logosscrollcontainer {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.logo {
  opacity: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logoimage {
  height: 46px;
}

.logoimage.businessinsider {
  width: 121px;
}

.logoimage.google {
  height: 34px;
  margin-top: 2px;
}

.logoimage.ap {
  height: 36px;
}

.logoimage.yahoo {
  width: 103px;
}

.logoimage.marketwatch {
  width: 195px;
  height: 28px;
  margin-bottom: 4px;
}

.logoimage.asiaone {
  width: 120px;
  height: 20px;
}

.logoimage.success {
  height: 44px;
}

.logoimage.service-first {
  height: 50px;
  margin-bottom: 4px;
}

.logoimage.vip {
  height: 52px;
}

.logoimage.equitable {
  height: 44px;
}

.content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 27px;
  display: flex;
}

.content-wrapper.flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.content-wrapper.cta {
  max-width: 500px;
}

.text-block-4 {
  color: var(--tai-light-purple);
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px auto 60px;
  display: flex;
}

.feature-grid.contact {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.feature-grid.flex {
  flex-flow: wrap;
}

.feature-heading {
  color: var(--tai-black);
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
}

.feature-heading.wrap {
  text-wrap: balance;
}

.feature-text {
  color: var(--tai-text);
  text-wrap: balance;
}

.featurecell {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 220px;
  max-width: 360px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.featurecell.contact {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}

.featuretextwrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-wrapper-white {
  background-color: #fff;
}

.section-wrapper-white.hide {
  display: none;
}

.section-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-image.whitepaper {
  object-fit: contain;
}

.tn-banner {
  z-index: 2;
  background-color: var(--tai-purple);
  color: var(--tai-smoke);
  margin-bottom: 15px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tn-banner.events {
  z-index: 3;
  background-color: var(--tai-yellow);
  color: var(--tai-dark-blue);
}

.tn-banner.articles {
  z-index: 4;
  background-color: var(--tai-light-purple);
  color: var(--white);
}

.faqs-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 30px;
}

.faq {
  cursor: pointer;
  border-bottom: 1px solid #aa9ace80;
}

.faq-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  transition: all .2s;
  display: flex;
}

.faq-body {
  overflow: hidden;
}

.faq-body-wrapper {
  margin-bottom: 20px;
}

.faq-plus {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.plus-line-1 {
  background-color: var(--tai-purple);
  width: 2px;
  height: 18px;
  position: absolute;
}

.plus-line-2 {
  background-color: var(--tai-purple);
  width: 18px;
  height: 2px;
  position: relative;
}

.section-wrapper-smoke {
  background-color: var(--tai-smoke);
}

.cta-icon {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.container-gid-image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 100%;
  min-width: 700px;
  position: absolute;
}

.container-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.hb-button-wrapper {
  padding: 50px 40px 40px;
}

.calculator-wrapper {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
}

.hero-image-wrapper {
  width: 55%;
  height: 110%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-image-wrapper._70 {
  object-fit: cover;
  width: 70%;
}

.hero-image-wrapper.mori {
  flex: 1;
  width: 50%;
  height: 100%;
  position: relative;
}

.hero-image {
  object-fit: cover;
  object-position: 0% 50%;
  background-color: #f6f8ff;
  width: 100%;
  height: 100%;
  font-size: 18px;
}

.hero-section-wrapper {
  background-color: var(--tai-dark-blue);
}

.hero-scroll-marker {
  width: 100%;
  height: 1px;
  position: absolute;
}

.chart-title {
  margin-bottom: 5px;
  font-size: 46px;
  font-weight: 500;
  line-height: 100%;
}

.chart-subtitle {
  color: #fffc;
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
}

.cart-content-wrapper {
  z-index: 1;
  flex-flow: column;
  height: 101px;
  display: flex;
  position: relative;
}

.feature-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.hero-gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--tai-dark-blue), #0b021f00);
  width: 100%;
  height: 200px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.section-wrapper-black {
  background-color: var(--tai-dark-blue);
}

.section-wrapper-black.hide {
  display: none;
}

.html-embed-3 {
  margin-bottom: 0;
}

.featureicon {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  display: flex;
}

.lottiecon {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.field-label {
  color: var(--tai-black);
}

.field-label.reverse {
  color: #ffffffb3;
}

.map {
  width: 100%;
  height: 500px;
}

.collection-list-wrapper, .collection-list-wrapper-2 {
  width: 100%;
}

.wp-pop {
  z-index: 2000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.wp-pop.call, .wp-pop.resume {
  display: none;
}

.wp-overlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0b021fcc;
  position: absolute;
  inset: 0%;
}

.wp-popup {
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  padding: 50px;
  position: relative;
  overflow: auto;
  box-shadow: 0 20px 60px #0000004d;
}

.privacy-link {
  color: var(--tai-black);
  font-weight: 600;
}

.privacy-link:hover {
  color: var(--tai-purple);
}

.success-message-2 {
  background-color: var(--tai-smoke);
  padding: 0;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.rich-text {
  direction: ltr;
  margin-bottom: 10px;
}

.chart-animation {
  position: absolute;
  inset: 0%;
}

.article-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.article-content {
  flex: 0 auto;
}

.article-sidebar {
  background-color: var(--tai-smoke);
  flex: 1;
  width: 400px;
  min-width: 340px;
  padding: 30px;
}

.news-image-wrapper {
  background-color: #fff;
  margin-top: -200px;
  margin-bottom: 25px;
  padding: 0;
  position: relative;
  box-shadow: 0 5px 20px #0b021f33;
}

.text-block-6 {
  color: var(--tai-light-purple);
}

.article-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.tn-date-2 {
  color: #aa9ace;
  font-size: 14px;
  line-height: 140%;
}

.news-tn-title-2 {
  color: #11032e;
  text-wrap: balance;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.news-tn-banner-2 {
  color: #faf9ff;
  background-color: #6036bc;
  margin-bottom: 15px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.news-tn-2 {
  cursor: pointer;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 6px #11032e0d;
}

.news-tn-2:hover {
  box-shadow: 0 10px 40px #11032e33;
}

.tn-link-content-2 {
  color: #11032e;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.collection-list-wrapper-3 {
  position: sticky;
  top: 100px;
}

.tabs-menu {
  background-color: #faf9ff;
  border-radius: 27px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 4px;
  display: flex;
}

.tabs {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.tabs-content {
  width: 100%;
  padding-bottom: 30px;
}

.tab-link {
  width: auto;
  min-width: 160px;
  height: 50px;
  color: var(--tai-light-purple);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #6036bc00;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--white);
  color: var(--tai-dark-blue);
  box-shadow: 0 2px 10px #0b021f1a;
}

.text-block-7 {
  text-align: center;
}

.form-subtitle {
  color: var(--tai-dark-blue);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.super {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  bottom: 25px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.value-span {
  background-color: var(--tai-purple);
  color: var(--tai-yellow);
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.calculator-wrapper-2 {
  color: #fff;
  background-color: #683ec7;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 50px #11032e;
}

.calculator-wrapper-2.box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  box-shadow: 0 10px 50px #11032e33;
}

.code-embed {
  margin-bottom: 0;
}

.field-label-2 {
  align-self: flex-start;
}

.field-label-3, .field-label-4 {
  margin-bottom: 0;
}

.list {
  clear: left;
}

.code-embed-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  flex: 1;
  align-self: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto auto;
  display: block;
}

.horizontal-wrapper {
  overflow-wrap: normal;
  display: flex;
}

.horizontal-wrapper.hide {
  display: none;
}

.heading {
  font-size: 45px;
}

.paragraph-2 {
  color: #fffc;
  margin-right: 100px;
  font-size: 18px;
}

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

.heading-3 {
  flex-flow: row;
  margin-right: 100px;
  padding-right: 0;
  font-size: 40px;
  display: flex;
  position: static;
}

.section-2 {
  width: 600px;
  min-width: 600px;
  max-width: 100%;
}

.paragraph-3 {
  color: #fffc;
}

.rich-text-block {
  color: var(--white);
}

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #11032e;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ffd600;
  border-radius: 25px;
  align-items: center;
  height: 50px;
  margin-top: 30px;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-2:hover {
  padding-left: 32px;
  padding-right: 28px;
  box-shadow: 0 0 50px #aa9ace80;
}

.button-2.nv {
  color: #091129;
  background-color: #ffd60000;
  border: 1px solid #ffd600;
  height: 40px;
  margin-top: 0;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-2.nv:hover {
  color: #000;
  background-color: #ffd600;
  padding-left: 22px;
  padding-right: 18px;
}

.div-block-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  margin-top: 50px;
  display: flex;
}

.text-span {
  color: #76bbff;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.feature-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 10px 30px #0000001a;
}

.div-block-7 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-8 {
  width: 240px;
  height: 240px;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 50px;
}

.cta-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #3f90cd0d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  box-shadow: 0 10px 30px #00000030;
}

.mori-cta-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block-3 {
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  width: 100%;
  display: none;
}

.form-cell {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-grid {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.form-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-9 {
  width: 120px;
  height: 120px;
}

.mori-hero {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
}

.feature-icon-wrapper {
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
}

.feature-icon-wrapper-2 {
  width: 135px;
  height: 135px;
  margin-bottom: 20px;
}

.section-wrapper-mori-blue {
  background-color: #11032e;
}

.mori-hero-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-width: 520px;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 140px;
  display: flex;
}

.mori-hero-image-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.mori-bg-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.background-video {
  width: 100%;
  height: 100%;
}

.mori-hero-gradient-bottom {
  z-index: 2;
  background-image: linear-gradient(#11032e00, #11032e 75%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.mori-hero-subtitle {
  color: #76bbff;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 140%;
}

.mori-hero-gradient-top {
  z-index: 1;
  background-image: linear-gradient(#043266, #04326600);
  width: 100%;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.code-embed-3 {
  width: 100%;
  margin-top: 20px;
}

.next {
  margin-top: 50px;
}

.text-block-8, .text-block-9, .text-block-10 {
  color: #091129;
}

@media screen and (max-width: 991px) {
  .nav {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navcontainer {
    padding-left: 20px;
    padding-right: 0;
  }

  .section, .section.hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.l {
    padding-left: 0;
    padding-right: 0;
  }

  .section.white-curve, .section.purple-curve {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }

  .section.faqs {
    background-position: 50% 100%;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }

  .section.hero-page.mori {
    flex-flow: column;
  }

  .section.dark-grey-curve {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }

  .container.hero-1 {
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 300px;
  }

  .container.grd {
    grid-template-columns: 1fr;
  }

  .container.coll {
    padding-top: 40px;
  }

  .container.follow {
    padding-top: 50px;
  }

  .sectionimage {
    width: 100%;
    min-width: 0;
    min-height: 400px;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .team-grid._2col {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .team-tn-imagewrapper {
    flex: none;
  }

  .box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .formgrid, .contactgrid {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footercontainer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    padding-top: 32px;
  }

  .footerlink {
    height: 40px;
  }

  .logos {
    padding-left: 0;
    padding-right: 0;
  }

  .teampopup {
    align-items: flex-start;
  }

  .teampop {
    padding-left: 40px;
    padding-right: 40px;
  }

  .news-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .news-tn-title {
    color: var(--tai-black);
    font-weight: 600;
    line-height: 140%;
  }

  .tn-date {
    color: var(--grey\<deleted\|variable-f8b37cd6-deb5-25e3-8bf9-97848498888f\>);
    font-size: 14px;
    line-height: 140%;
  }

  .hero-content-wrapper {
    width: 100%;
    min-width: 0;
  }

  .hero-content-wrapper.news {
    width: 100%;
  }

  .content-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
  }

  .content-cell.image-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .content-cell._500 {
    min-width: 0;
  }

  .section-heading.reverse {
    color: var(--white);
  }

  .chart-grid {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 0;
    max-width: none;
  }

  .section-divider {
    margin-left: -40px;
    margin-right: -40px;
  }

  .logoswrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .logofade {
    display: block;
  }

  .logofade.right {
    width: 60px;
  }

  .logo {
    width: auto;
  }

  .logoimage {
    height: 36px;
  }

  .feature-grid {
    flex-flow: wrap;
  }

  .featurecell {
    padding-left: 0;
    padding-right: 0;
  }

  .container-gid-image-wrapper {
    min-height: 0;
  }

  .image-3 {
    min-width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-image-wrapper {
    width: 100vw;
    height: 500px;
    inset: auto 0% 0%;
  }

  .hero-image-wrapper._70 {
    width: 100%;
    height: 300px;
  }

  .hero-image {
    object-position: 50% 50%;
  }

  .hero-scroll-marker {
    inset: 0% 0% auto;
  }

  .hero-gradient {
    background-image: linear-gradient(180deg, var(--tai-dark-blue), #0b021f00);
    display: block;
  }

  .article-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .article-sidebar {
    width: 100%;
  }

  .tn-date-2 {
    color: #7e7a8c;
    font-size: 14px;
    line-height: 140%;
  }

  .news-tn-title-2 {
    color: #11032e;
    font-weight: 600;
    line-height: 140%;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    max-width: 360px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .mori-hero-content-wrapper {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding-left: 20px;
    padding-right: 0;
  }

  .navcontainer {
    padding-left: 10px;
    padding-right: 0;
  }

  .navlink {
    display: none;
  }

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

  .section.hero {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.white-curve, .section.purple-curve {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .section.faqs {
    background-size: auto 200px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding-bottom: 120px;
  }

  .section.cta {
    background-image: linear-gradient(#0b021f80, #0b021f80), url('../images/trained-cta-mob.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, contain;
  }

  .section.dark-grey-curve {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .container {
    padding: 80px 30px 100px;
  }

  .container.hero-2 {
    padding-bottom: 80px;
  }

  .container.hero-1 {
    z-index: 2;
    padding-top: 60px;
  }

  .container.hero-1.full {
    padding-bottom: 160px;
  }

  .container.hero-1.mori {
    flex-flow: column;
    padding-bottom: 30px;
  }

  .button.nv {
    display: none;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .checkbox {
    flex: none;
  }

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

  .footercontainer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hbline, .hbline.top {
    background-color: var(--white);
  }

  .hbicon {
    display: flex;
  }

  .logos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .teampopup {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .teampop {
    padding: 40px 30px;
  }

  .feature-icon {
    flex: none;
    margin-bottom: 25px;
  }

  .h1-hero {
    font-size: 45px;
    line-height: 125%;
  }

  .h1-hero.large {
    font-size: 70px;
  }

  .content-grid.follow {
    margin-top: 100px;
  }

  .chart-grid {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 0;
  }

  .section-divider {
    margin-left: -20px;
    margin-right: -20px;
  }

  .logoswrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .featurecell {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 100%;
    max-width: none;
    max-height: 600px;
  }

  .featureicon {
    flex: none;
    margin-bottom: 25px;
  }

  .wp-pop {
    padding: 20px 30px 30px;
  }

  .article-sidebar {
    width: 100%;
  }

  .super {
    bottom: 15px;
  }

  .button-2.nv {
    display: none;
  }

  .div-block-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .mori-hero-content-wrapper {
    width: 100%;
    min-width: 0;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .mori-hero-image-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
  }

  .mori-bg-wrapper {
    height: 60%;
    top: auto;
  }

  .mori-hero-gradient-bottom {
    background-image: linear-gradient(#11032e00, #11032e 75%);
  }

  .mori-hero-gradient-top {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-left: 0;
    padding-right: 0;
  }

  .navcontainer {
    border-left-style: none;
    border-right-style: none;
    padding-right: 0;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.white-curve, .section.purple-curve {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .section.faqs {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-bottom: 100px;
  }

  .section.dark-grey-curve {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .container {
    border-left-style: none;
    border-right-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero-1.mori {
    padding-bottom: 30px;
  }

  .container.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.follow {
    padding-top: 0;
  }

  .button.hero.wrapped {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button.hero._40 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.hero._40:hover {
    padding-left: 22px;
    padding-right: 18px;
  }

  .button.line.reverse {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button.hb-nav {
    width: 100%;
  }

  .sectionimage {
    min-height: 300px;
  }

  .team-tn-text-wrapper {
    padding: 20px;
  }

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

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footercontainer {
    border-left-style: none;
    border-right-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hbmenu {
    width: 90%;
    min-width: 260px;
    padding: 0;
  }

  .hbnavlink {
    padding-left: 30px;
    padding-right: 30px;
  }

  .teampopup {
    padding: 0;
  }

  .teampop {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-icon {
    margin-bottom: 10px;
  }

  .news-tn-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-hero {
    font-size: 38px;
    line-height: 130%;
  }

  .h1-hero.large {
    font-size: 50px;
    line-height: 120%;
  }

  .bullet-wrapper.mori {
    font-size: 16px;
  }

  .b-text.mori {
    font-size: 18px;
  }

  .section-heading.large {
    font-size: 35px;
    line-height: 130%;
  }

  .chart-grid {
    justify-content: center;
    align-items: flex-start;
  }

  .section-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .logoswrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .featurecell {
    padding-left: 0;
    padding-right: 0;
  }

  .tn-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    min-height: 500px;
  }

  .hb-button-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-image-wrapper {
    height: 400px;
  }

  .hero-image {
    object-position: 50% 50%;
  }

  .featureicon {
    margin-bottom: 10px;
  }

  .lottiecon {
    filter: none;
  }

  .wp-pop {
    padding: 0;
  }

  .wp-popup {
    padding: 40px 20px;
  }

  .article-sidebar {
    width: 100vw;
    min-width: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }

  .tabs-menu {
    border-radius: 27px;
    flex-flow: wrap;
  }

  .tab-link {
    flex: none;
    width: 100%;
  }

  .tab-link.w--current {
    flex: none;
  }

  .calculator-wrapper-2.box {
    padding: 40px 20px;
  }

  .div-block-5 {
    grid-row-gap: 25px;
    margin-top: 25px;
  }

  .feature-cell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mori-hero-content-wrapper {
    padding-top: 50px;
  }

  .mori-hero-image-wrap {
    height: 400px;
  }

  .mori-bg-wrapper {
    height: 45%;
  }

  .mori-hero-subtitle {
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}

#w-node-_9f8620c2-a945-a783-3c12-672a07fc9d31-75aa4938, #w-node-_809f0ed3-a018-1532-e032-8e05b87eb4e1-75aa4938, #w-node-_86e03e02-c765-d4a6-6c24-fdc76881a7a1-6881a79d, #w-node-_4cb6943a-6ebf-5a3f-99b3-9fc9fb8a468c-78b8ab44, #Resume.w-node-_646b8bbd-627f-8c87-314a-cb5bfdd0b81c-495499ae, #w-node-_4cb6943a-6ebf-5a3f-99b3-9fc9fb8a468c-490bd39f, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8dc-d9043632, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8de-d9043632, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8e1-d9043632, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8e3-d9043632, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8e6-d9043632, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8e8-d9043632, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8eb-d9043632, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8ed-d9043632, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8f0-d9043632, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8f2-d9043632, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8f5-d9043632, #w-node-_2eeb41e1-fc25-1363-1d82-e6d3fe07b8f7-d9043632 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9f8620c2-a945-a783-3c12-672a07fc9d2f-75aa4938, #w-node-_86e03e02-c765-d4a6-6c24-fdc76881a7aa-6881a79d, #w-node-_4cb6943a-6ebf-5a3f-99b3-9fc9fb8a4695-78b8ab44, #w-node-f3a16347-4f37-6138-95df-3885d560f5e8-5dd39479, #w-node-_4cb6943a-6ebf-5a3f-99b3-9fc9fb8a4695-490bd39f {
    order: -9999;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}