/*! CSS Used from: https://web.gavekal.com/static/css/main.b2e3d8100aa8.css */
:root {
  --ss-primary-color: #5897fb;
  --ss-bg-color: #fff;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-focus-color: #5897fb;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 4px;
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
*,
:after,
:before {
  border: 0 solid;
  box-sizing: border-box;
}
:after,
:before {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: myriad-pro, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: inherit;
  margin: 0;
}
h1,
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input {
  color: inherit;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input::placeholder {
  color: #9ca3af;
  opacity: 1;
}
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img {
  display: block;
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-5 {
  gap: 1.25rem;
}
.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(32 53 108 / var(--tw-bg-opacity, 1));
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-14 {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}
.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-24 {
  padding-top: 6rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-sans {
  font-family: myriad-pro, sans-serif;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-17 {
  font-size: 17px;
}
.text-30 {
  font-size: 30px;
}
.text-38 {
  font-size: 38px;
}
.text-40 {
  font-size: 40px;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-14 {
  line-height: 14px;
}
.leading-30 {
  line-height: 30px;
}
.leading-36 {
  line-height: 36px;
}
.leading-48 {
  line-height: 48px;
}
.tracking-1 {
  letter-spacing: 0.01em;
}
.tracking-12 {
  letter-spacing: 0.12em;
}
.tracking-3 {
  letter-spacing: 0.03em;
}
.tracking-8 {
  letter-spacing: 0.08em;
}
.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(32 53 108 / var(--tw-text-opacity, 1));
}
.text-blue-darker {
  --tw-text-opacity: 1;
  color: rgb(45 45 51 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #373737;
  font-family: "pt-serif", serif;
  font-size: 15px;
}
p,
ul {
  line-height: 2;
  margin-bottom: 25px;
}
.active {
  display: block;
}
.img-fluid {
  height: auto;
  width: 100%;
}
.am-divider {
  background: url("https://web.gavekal.com/static/images/dotted.09313e449eb2.png")
    repeat-x;
  height: 1px;
  width: 100%;
}
button:focus {
  outline: none !important;
}
.am-button {
  border: 1px solid rgba(67, 67, 67, 0.2);
  color: #2d2d33 !important;
  font-family: myriad-pro, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 14px;
  padding: 24px 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.am-button:hover .button-line.line-bottom:before,
.am-button:hover .button-line.line-top:before {
  width: calc(100% + 4px);
}
.am-button:hover .button-line.line-bottom:after,
.am-button:hover .button-line.line-top:after {
  height: calc(100% + 4px);
}
.button-line.line-bottom:after,
.button-line.line-bottom:before,
.button-line.line-top:after,
.button-line.line-top:before {
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.button-line:after,
.button-line:before {
  background: #df1e26;
  content: "";
  display: block;
  position: absolute;
}
.button-line.line-bottom:before,
.button-line.line-top:before {
  height: 3px;
  width: 33px;
}
.button-line.line-top:before {
  right: -2px;
  top: -2px;
}
.button-line.line-bottom:before {
  bottom: -2px;
  left: -2px;
}
.button-line.line-bottom:after,
.button-line.line-top:after {
  height: 33px;
  width: 3px;
}
.button-line.line-top:after {
  right: -2px;
  top: -2px;
}
.button-line.line-bottom:after {
  bottom: -2px;
  left: -2px;
}
@media (min-width: 1024px) {
  #am-mobile-menu > li:not(:last-child) > a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  #am-mobile-menu > li:not(:last-child) > a:before {
    background: #e21e26;
    border-radius: 0;
    bottom: -4px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
  }
  #am-mobile-menu > li:not(:last-child) > a:focus:before,
  #am-mobile-menu > li:not(:last-child) > a:hover:before {
    transform: scaleX(1);
    visibility: visible;
  }
}
@media (max-width: 1023px) {
  #am-mobile-menu > li:not(:last-child) > a.am-dropdown-parent {
    background-image: url("https://web.gavekal.com/static/images/caret-down-dark.f4bb584dfd1d.svg");
    background-position-x: calc(100% - 54px);
    background-position-y: center;
    background-repeat: no-repeat;
  }
  #am-mobile-menu .am-submenu a.active {
    font-weight: 700;
    text-decoration: underline;
  }
  #am-mobile-menu > li:not(:last-child) > a {
    display: block;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 65px;
    padding: 0 54px;
    text-transform: uppercase;
    width: 100%;
  }
}
.am-dropdown-parent {
  position: relative;
}
@media (min-width: 1024px) {
  #am-mobile-menu > li > .am-dropdown-parent > span {
    background: url("https://web.gavekal.com/static/images/caret-down-red.1b734e7caf41.svg")
      no-repeat 50%/10px 10.667px;
    cursor: default;
    display: block;
    height: 10.667px;
    left: 100%;
    margin-left: 7px;
    position: absolute;
    top: 1px;
    width: 10px;
  }
  .group:hover > .am-dropdown-parent > span {
    background-image: url("https://web.gavekal.com/static/images/caret-up-red.107b3fe3daf3.svg");
    top: 5px;
  }
}
.am-submenu {
  font-size: 16px;
  text-transform: none;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .am-submenu {
    width: 140px;
  }
}
@media (max-width: 1023px) {
  .am-submenu {
    display: none;
    margin-bottom: 0;
  }
  .am-dropdown-parent > span {
    display: block;
    height: 65px;
    position: absolute;
    right: 27px;
    top: 0;
    width: 65px;
  }
  .am-submenu > li a {
    padding: 14px 54px;
  }
  .am-submenu > li a {
    background-color: #ececec !important;
    border-bottom: 1px solid #fff;
    color: #4d4d4d !important;
    display: block;
  }
}
@media (min-width: 1024px) {
  .am-submenu {
    background: #fff;
    box-shadow: 0 24px 17px rgba(0, 0, 0, 0.15);
    font-size: 11px;
    margin-bottom: 0;
    position: absolute;
  }
  .am-submenu {
    border-top: 20px solid transparent;
  }
  .am-submenu > li {
    margin-top: -10px;
  }
  .am-submenu > li + li {
    padding-top: 10px;
  }
  .am-submenu > li > a {
    border-bottom: 1px solid rgba(0, 87, 143, 0.07);
    display: block;
    max-width: 180px;
    padding: 14px;
  }
  .am-submenu > li > a.active,
  .am-submenu > li > a:hover {
    background: #00578f;
    color: #fff;
  }
}
nav {
  border-bottom: 1px solid #ebebeb;
}
.am-home-card {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.am-home-card-body {
  flex: 1 0 auto;
  line-height: 2;
}
.am-home-card-details {
  align-self: start;
  cursor: pointer;
  display: inline-flex;
  margin-top: 0;
}
.am-home-card-details.mt-auto {
  margin-top: auto;
}
.am-home-card-details:before {
  background: #df1e26;
  content: "";
  display: inline-block;
  height: 3px;
  margin: 0 13px 0 0;
  position: relative;
  top: 5px;
  width: 36px;
}
.am-get-started {
  background: url("https://web.gavekal.com/static/images/get-started.77679eb18348.jpg")
    no-repeat 50% / cover;
}
.am-services-banner {
  background: url("https://web.gavekal.com/static/images/services-banner.634b67777226.jpg")
    no-repeat 50% / cover;
}
.am-footer {
  background: #2d2d33;
}
.am-footer-form input {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 14px;
  outline: none !important;
  padding: 18px 0;
  width: 100%;
}
.am-footer-form input::placeholder {
  color: #797979;
}
.am-footer-form button {
  background: url("https://web.gavekal.com/static/images/red-chevron.51eb9332f4ec.svg")
    no-repeat 100%;
  border: none !important;
  box-shadow: none !important;
  display: inline-block;
  letter-spacing: 0.08em;
  line-height: 14px;
  margin-top: 13px;
  outline: none !important;
  padding: 18px 18px 18px 0;
}
.am-footer-form button,
.am-footer-nav a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.am-footer-nav a {
  display: block;
  letter-spacing: 0.07em;
  line-height: 12px;
  max-width: 125px;
  padding: 17px 0;
}
.am-footer-social {
  margin-top: 10px;
}
.am-footer-social a {
  display: inline-block;
  margin-right: 10px;
}
.am-footer-social a img {
  display: inline-block;
  height: 17px;
  width: 17px;
}
.am-footer-social .am-footer-social-twitter img {
  height: 19px;
  padding-top: 3px;
  width: 19px;
}
.am-subfooter {
  color: #888;
  font-family: myriad-pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.am-subfooter a {
  color: #df1e26;
  font-weight: 700;
  text-decoration: underline;
}
.am-subfooter a:hover {
  color: #df1e26;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .am-footer-dropdown {
    position: relative;
  }
  .am-footer-dropdown:before {
    background: url("https://web.gavekal.com/static/images/red-chevron.51eb9332f4ec.svg")
      no-repeat bottom;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    content: "";
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 14px;
    outline: none !important;
    padding: 0 18px 18px 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 12px;
    z-index: 1;
  }
  .am-accordion {
    cursor: pointer;
  }
  .am-footer-subnav {
    padding: 1rem 1.5rem;
  }
  .am-footer-subnav {
    display: none;
    position: relative;
    z-index: 1;
  }
  .am-footer-subnav:before {
    background: #35353d;
  }
  .am-footer-subnav:before {
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: calc(100% + 40px);
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  ul.am-footer-subnav {
    background: url("https://web.gavekal.com/static/images/red-chevron.51eb9332f4ec.svg")
      no-repeat 0;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    display: inline-block;
    display: inline;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-top: 8px;
    outline: none !important;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    width: 100%;
    width: calc(100% - 115px);
  }
  .am-footer-dropdown {
    display: block;
    position: relative;
  }
  .am-footer-dropdown ul,
  .am-footer-dropdown > a {
    display: inline-block !important;
  }
  .am-footer-dropdown ul {
    left: 115px;
    position: absolute;
  }
  .am-footer-subnav li {
    color: #797979;
    display: inline-block;
  }
  .am-footer-subnav li + li:before {
    content: "/ ";
    margin-left: 5px;
    margin-right: 5px;
  }
}
.am-footer-subnav li a {
  color: #797979;
  display: inline;
  font-family: myriad-pro, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: none;
}
.am-footer-subnav li a:hover {
  text-decoration: underline;
}
.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 5px 0 0;
  text-transform: none;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 25px;
}
.hamburger-inner {
  display: block;
  margin-top: -2px;
  top: 50%;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #2d2d33;
  border-radius: 0;
  height: 2px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 25px;
}
.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -9px;
}
.hamburger-inner:after {
  bottom: -9px;
}
.hamburger--collapse .hamburger-inner {
  bottom: 0;
  top: auto;
  transition-delay: 0.13s;
  transition-duration: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner:after {
  top: -18px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (min-width: 768px) {
  .md\:inline {
    display: inline;
  }
  .md\:hidden {
    display: none;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .group:hover .md\:group-hover\:block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:py-28 {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:text-42 {
    font-size: 42px;
  }
  .lg\:text-58 {
    font-size: 58px;
  }
  .lg\:leading-60 {
    line-height: 60px;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "myriad-pro";
  src: url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "myriad-pro";
  src: url("https://use.typekit.net/af/c630c3/000000000000000000017098/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/c630c3/000000000000000000017098/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff"),
    url("https://use.typekit.net/af/c630c3/000000000000000000017098/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "myriad-pro";
  src: url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "myriad-pro";
  src: url("https://use.typekit.net/af/80c5d0/00000000000000000001709c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/80c5d0/00000000000000000001709c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("woff"),
    url("https://use.typekit.net/af/80c5d0/00000000000000000001709c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3")
      format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "pt-serif";
  src: url("https://use.typekit.net/af/73cd70/000000000000000077359d40/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/73cd70/000000000000000077359d40/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/73cd70/000000000000000077359d40/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

a {
    cursor: pointer;
}