body {
  background-color: #f0e6e6;
  font-family: 'Neue Haas Display', sans-serif;
  color: #131520;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #131520;
  font-size: 3.75rem;
  line-height: 1.25;
  font-weight: 400;
}

h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #131520;
  font-size: 3em;
  line-height: 1.25;
  font-weight: 400;
}

h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #131520;
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 400;
}

h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #131520;
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 400;
}

h5 {
  margin-top: 1em;
  margin-bottom: 0.75em;
  color: #131520;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}

h6 {
  margin-top: 1em;
  margin-bottom: 0.75em;
  color: #131520;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
}

p {
  margin-bottom: 1em;
  font-size: 1.125em;
}

a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #131520;
}

img {
  display: inline-block;
  max-width: 100%;
}

.header {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section {
  position: relative;
  padding-top: 9vh;
  padding-bottom: 9vh;
}

.section.pb-0 {
  padding-bottom: 10vh;
}

.container {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-caps {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.style-guide-title {
  position: relative;
  width: 336px;
  margin-right: 48px;
  padding: 24px;
  border-radius: 10px;
  background-color: #fdf2f2;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #131520;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.btn:hover {
  text-decoration: none;
}

.text-grey-900 {
  color: #131520;
}

.style-guide-content-item {
  margin-right: 12px;
  margin-bottom: 12px;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.sticky-top.sticky-heading {
  top: 24px;
}

.style-guide-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.row-justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.style-guide-content-row {
  margin-bottom: 12px;
}

.row.row-split-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row.mb-16 {
  margin-bottom: 16px;
}

.row.row-header {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-title {
  max-width: 768px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  text-align: center;
}

.content {
  max-width: 560px;
  border-radius: 0px;
}

.link-no-underline {
  text-decoration: none;
}

.link-no-hover:hover {
  opacity: 1;
}

.mb-0 {
  margin-bottom: 0px;
  text-align: left;
}

.row-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn-icon-l {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-left: 0px;
}

.btn-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 6px;
  padding: 10px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1757c2;
  border-radius: 6px;
  background-color: #1757c2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.btn-2:hover {
  border-color: #5d89d4;
  background-color: #5d89d4;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.btn-icon-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.display-2xl {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #131520;
  font-size: 4.5rem;
  line-height: 1.25;
}

.display-2xl.mb-0 {
  margin-bottom: 0em;
}

.display-xl {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #131520;
  font-size: 3.75rem;
  line-height: 1.25;
}

.display-xl.preload-text-top {
  margin-bottom: 0em;
}

.display-xl.preload-text-btm {
  margin-bottom: 0em;
}

.display-lg {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #131520;
  font-size: 3rem;
  line-height: 1.25;
}

.display-md {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #131520;
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 400;
}

.display-sm {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #131520;
  font-size: 1.875rem;
  line-height: 1.25;
  text-align: left;
}

.display-xs {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #131520;
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-xl {
  margin-top: 0rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-xl.text-medium {
  font-size: 1.3rem;
}

.text-xl.header-text {
  margin-bottom: 64px;
}

.text-lg {
  margin-top: 0rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-md {
  margin-top: 0rem;
  font-size: 1rem;
  line-height: 1.5;
}

.text-sm {
  margin-top: 0rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.text-xs {
  margin-top: 0rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.text-normal {
  font-weight: 400;
}

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

.text-medium.mb-32 {
  margin-bottom: 32px;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #131520;
  text-decoration: none;
}

.logo-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 2px;
}

.hero-img {
  overflow: visible;
  width: 100%;
  border-radius: 0px;
}

.hero-img-content {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.image-light-accent {
  position: absolute;
  left: -55%;
  top: auto;
  right: 0%;
  bottom: -55%;
  width: 170%;
  max-width: none;
  -webkit-transform: translate3d(0px, 0px, 40px);
  transform: translate3d(0px, 0px, 40px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.signature {
  height: 72px;
  margin-top: 32px;
}

.footer {
  position: relative;
  padding-top: 96px;
  padding-bottom: 48px;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 72px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-wrap {
  overflow: hidden;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0e6e6;
}

.preloader-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 5vw;
}

.preloader-text-wrap.btm {
  margin-right: 0vw;
  margin-left: 5vw;
}

.hero-image-wrap {
  overflow: hidden;
  border-radius: 100%;
}

.header-text-wrap {
  overflow: hidden;
}

.header-text-wrap.btm {
  margin-bottom: 24px;
}

.line {
  min-width: 232px;
}

.line-wrap {
  position: absolute;
  left: 20%;
  top: auto;
  right: 0%;
  bottom: -30%;
  width: 232px;
}

.preloader-line-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.line-wrap-inner {
  overflow: hidden;
}

.footer-btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mt-0 {
  margin-top: 0em;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block {
  margin-left: 0px;
  border-radius: 0px;
  -webkit-transform: translate(75px, 0px);
  -ms-transform: translate(75px, 0px);
  transform: translate(75px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image {
  border-radius: 75%;
}

.link-block {
  text-decoration: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-3 {
  margin-left: 0px;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-2 {
  display: block;
  height: 7vh;
}

.heading {
  margin-bottom: 1em;
  text-align: center;
}

.paragraph {
  text-align: center;
}

.bold-text {
  font-size: 1.5em;
}

.section-3 {
  margin-top: 75px;
  margin-bottom: 60px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.image-4 {
  background-image: url('../images/tennis-court-field-play-andrijana-brkic.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide {
  background-image: url('../images/tennis-court-field-play-andrijana-brkic.jpg');
  background-position: 100% 64%;
  background-size: cover;
}

.container-2 {
  text-align: center;
}

.image-5 {
  margin-left: 3px;
  padding-left: 0px;
}

.image-6 {
  margin-right: 3px;
  margin-left: 3px;
}

.image-7 {
  margin-left: 3px;
}

.image-8 {
  margin-right: 3px;
  margin-left: 3px;
}

.image-9 {
  margin-left: 3px;
}

.heading-2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

.paragraph-2 {
  margin-top: 2.5rem;
  margin-bottom: 2em;
}

.preloader-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0e6e6;
}

.display-xl-2 {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #131520;
  font-size: 3.75rem;
  line-height: 1.25;
}

.display-xl-2.preload-text-top {
  margin-bottom: 0em;
}

.display-xl-2.preload-text-btm {
  margin-bottom: 0em;
}

.slide-2 {
  background-image: url('../images/andrijana-brkic-tennis-01.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/andrijana-brkic-tennis-double-08.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/andrijana-brkic-tennis-06.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/andrijana-brkic-tennis-05.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/andrijana-brkic-tennis-07.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/andrijana-brkic-tennis-03.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/andrijana-brkic-score.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/andrijana-brkic-tennis-09.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  width: auto;
  height: auto;
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.mask-2 {
  height: 100vh;
}

.slide-4 {
  background-image: url('../images/andrijana-brkic-tennis-04.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/andrijana-brkic-tennis-10.jpeg');
  background-position: 50% 75%;
  background-size: cover;
}

.icon {
  overflow: hidden;
}

.right-arrow {
  overflow: hidden;
}

.heading-3 {
  display: block;
  margin-bottom: 0.3em;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-style: solid none;
  border-width: 4px 1px;
  border-color: #000;
  text-align: center;
}

.slide-1-2 {
  background-image: url('../images/andrijana-brkic-female-double-tennis.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/andrijana-brkic-team-work.webp');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/women-tennis-andrijana-brkic.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.section-4 {
  min-height: 5rem;
  background-image: url('../images/University_of_Northern_Iowa_UNI.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

.bold-text-2 {
  text-align: center;
}

.text-block-2 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-decoration: overline;
}

@media screen and (min-width: 1280px) {
  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .section.pb-0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: left;
  }

  .row.row-split-content {
    grid-auto-flow: column;
    grid-column-gap: 96px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .row.mb-16 {
    margin-bottom: 60px;
  }

  .preloader {
    z-index: 9999;
  }

  .div-block {
    margin-bottom: 20px;
    margin-left: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 200ms ease, opacity 200ms ease;
    transition: opacity 200ms ease, opacity 200ms ease;
  }

  .image {
    box-shadow: 0 2px 10px 5px #000;
  }

  .uni {
    max-width: 90%;
  }

  .image-2 {
    background-color: transparent;
  }

  .body {
    background-color: #f0e6e6;
  }

  .image-3 {
    margin-bottom: 20px;
    text-align: left;
  }

  .text-block {
    font-size: 17px;
    text-align: center;
  }

  .preloader-2 {
    z-index: 9999;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  .style-guide-title {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 36px;
    padding: 24px;
  }

  .style-guide-content {
    max-width: 100%;
  }

  .row.style-guide-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.row-split-content {
    grid-column-gap: 32px;
  }

  .row.row-header {
    grid-column-gap: 48px;
  }

  .section-title.mb-0 {
    margin-bottom: 0px;
  }

  .btn-2 {
    margin: 4px;
  }

  .display-2xl {
    font-size: 3.75rem;
  }

  .display-xl {
    font-size: 3rem;
  }

  .display-lg {
    font-size: 2.25rem;
  }

  .display-md {
    font-size: 1.875rem;
  }

  .display-sm {
    font-size: 1.5rem;
  }

  .display-xs {
    font-size: 1.25rem;
  }

  .line {
    min-width: 200px;
  }

  .line-wrap {
    bottom: -40%;
    width: 200px;
  }

  .display-xl-2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1em;
  }

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

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

  .btn {
    padding-right: 2px;
    padding-left: 2px;
  }

  .btn.display-none-mob {
    display: none;
  }

  .row.row-split-content {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .row.row-header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .btn-2 {
    padding: 8px 14px;
  }

  .btn-2:hover {
    border-color: #1757c2;
    background-color: #1757c2;
  }

  .display-2xl {
    font-size: 3rem;
  }

  .display-xl {
    font-size: 2.25rem;
  }

  .display-lg {
    font-size: 1.875rem;
  }

  .display-md {
    font-size: 1.5rem;
  }

  .display-sm {
    font-size: 1.25rem;
  }

  .display-xs {
    font-size: 1.125rem;
  }

  .text-xl {
    font-size: 1.125rem;
  }

  .text-xl.header-text {
    margin-bottom: 32px;
  }

  .navigation {
    height: 80px;
  }

  .logo.logo-footer {
    margin-bottom: 24px;
  }

  .logo.logo-footer.w--current {
    margin-bottom: 16px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .footer-top {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .line {
    min-width: 150px;
  }

  .line-wrap {
    left: 10%;
    bottom: -60%;
    width: 150px;
  }

  .gold {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    text-align: center;
  }

  .display-xl-2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 24px;
  }

  .style-guide-title {
    margin-bottom: 24px;
    border-radius: 5px;
  }

  .btn-icon-r {
    margin-left: 4px;
  }

  .footer {
    padding-top: 48px;
  }

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

  .gold {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-d685cc5e-f1ee-57aa-a155-f4c8acf9f19f-99272577 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-fabf3877-6b8a-7cdf-4bbe-193b40b47990-99272577 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_18292ef6-cdc5-bef8-dc50-6c465184a5a9-99272577 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_18292ef6-cdc5-bef8-dc50-6c465184a5aa-99272577 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0052b298-dee8-2f31-90c5-70c177a906e8-99272577 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0052b298-dee8-2f31-90c5-70c177a906e7-99272577 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1a9953e9-7428-380c-5c5e-e4a67e85bde4-99272577 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1a9953e9-7428-380c-5c5e-e4a67e85bde5-99272577 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-b2444ecb-7195-de17-de71-ebe1babc27be-99272577 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_18292ef6-cdc5-bef8-dc50-6c465184a5aa-99272577 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_0052b298-dee8-2f31-90c5-70c177a906e8-99272577 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1a9953e9-7428-380c-5c5e-e4a67e85bde5-99272577 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff'), url('../fonts/NeueHaasDisplay-Mediu.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplay-Roman.woff') format('woff'), url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}