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

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

@font-face {
  font-family: "Gotham 0";
  src: url('../fonts/Gotham-Bold_0.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --smc-blue: #005db8;
  --white: white;
  --depaul-blue: #0057b7;
  --light-gray: #dbdbdb;
  --text-black: #333;
  --hover-blue: #034d96;
  --medium-gray: #b3b3b3;
  --desat-cyan: #34b6e0;
  --depaul-red: #af272f;
  --deep-sky-blue: #00a9e0;
  --smc-yellow: #f3d03e;
  --light-blue: #b3d5e0;
  --dark-gray: #585353;
  --light-cyan: #d4eff8;
  --focused-yellow: #e5c961;
  --unibuddy-blue: #004c98;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

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

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section {
  width: 100%;
  margin-top: 12.2em;
}

.section.corsairs {
  margin-top: 14.8em;
  padding-bottom: 4em;
}

.section.welcome-video {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10em;
}

.section.santa-monica_hero {
  margin-top: 0;
  position: relative;
}

.section.get-to-know {
  margin-top: -12.4em;
  padding-bottom: 10em;
  position: relative;
}

.section.transportation {
  margin-top: 0;
  display: block;
}

.section.who_hero {
  margin-top: 0;
  padding-bottom: 1em;
}

.section.who_content {
  margin-top: 0;
  padding-bottom: 10em;
}

.section.iep_hero {
  width: 75%;
  height: 96vh;
  margin-top: 0;
  position: fixed;
  left: 0;
}

.section.iep_content {
  margin-top: 32em;
}

.section.academic_hero {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 75%;
  height: 96vh;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section.academic_content {
  margin-top: 32em;
}

.section.involved_hero {
  margin-top: 0;
  position: relative;
}

.section.involved_content {
  background-color: #f5e0cc;
  height: auto;
  margin-top: 0;
  padding-top: 2em;
}

.section.connect_hero {
  height: 35em;
  margin-top: 0;
  position: relative;
}

.section.connect_content {
  background-color: var(--smc-blue);
  margin-top: 0;
}

.main {
  z-index: 500;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75vw;
  min-width: 75vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main.congrats, .main.santa-monica, .main.who, .main.iep, .main.academic, .main.readmit, .main.involved, .main.connect {
  justify-content: flex-start;
}

.quicklinks_list {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.quicklinks_li {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.quicklinks_li:hover {
  border-bottom: 1px none var(--light-gray);
  background-color: #0000;
}

.quicklinks_li:focus {
  background-color: #0000;
}

.quicklinks_li:focus-visible, .quicklinks_li[data-wf-focus-visible] {
  border: 2px #ec1313;
}

.quicklink {
  color: var(--depaul-blue);
  text-align: center;
  padding: .5em;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
  overflow: auto;
}

.quicklink:hover {
  text-decoration: underline;
}

.quicklink.home {
  color: var(--text-black);
  -webkit-text-stroke-color: var(--text-black);
  font-family: "Gotham 0", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
}

.quicklink.home:hover, .quicklink.home:focus {
  color: var(--smc-blue);
}

.quicklink.home {
  font-size: .9em;
}

.skiplink_a {
  opacity: 1;
  color: var(--depaul-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -200%;
  margin-left: 0%;
  padding: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.skiplink_a:focus-visible, .skiplink_a[data-wf-focus-visible] {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.skiplink_a.w--current {
  background-color: var(--white);
  color: var(--depaul-blue);
  text-align: left;
}

.img_contain {
  object-fit: contain;
  flex: none;
  width: 100%;
  height: 100%;
  display: block;
}

.social_wrapper {
  z-index: 201;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: auto;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.nav_list {
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  max-height: 85%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 1em;
  display: flex;
  overflow: auto;
}

.nav_li {
  text-align: left;
  min-height: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  overflow: visible;
}

.my-container {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.my-container.home {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 75%;
  margin-top: 14.7em;
  position: relative;
}

.my-container.congrats {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 75%;
  margin-top: 25%;
  margin-right: 12%;
  padding-top: 0;
  position: absolute;
}

.my-container.welcome2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 75%;
  margin-top: 20%;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.img_cover {
  opacity: 1;
  object-fit: cover;
  object-position: 1% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.img_cover.from-btm {
  object-position: 50% 100%;
}

.img_cover.from-top, .img_cover.academic {
  object-position: 50% 0%;
}

.social_embed {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: flex;
}

.social_embed:hover {
  border: 1px none var(--white);
}

.social_link {
  border: 1px #000;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  margin-right: 0;
}

.social_link:hover {
  border: 2px solid var(--white);
}

.skiplink_wrapper {
  z-index: 550;
  margin-top: 7.8em;
  margin-right: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  position: fixed;
  right: 25vw;
}

.select-lang_wrapper {
  z-index: 550;
  background-color: #0000;
  margin-top: 7.8em;
  margin-right: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  position: fixed;
  right: 37.2vw;
}

.select-lang_a {
  background-color: var(--white);
  opacity: 1;
  color: var(--depaul-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -200%;
  margin-left: 0%;
  padding: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.select-lang_a:focus-visible, .select-lang_a[data-wf-focus-visible] {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.select-lang_a.w--current {
  color: var(--white);
  text-align: left;
}

.page-nav_wrapper {
  z-index: 450;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 1em;
  display: flex;
  position: static;
  right: 25vw;
}

.nav-back {
  background-color: var(--depaul-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 2px 2px 2px 0;
  display: flex;
}

.nav-back:hover, .nav-back:focus-visible, .nav-back[data-wf-focus-visible] {
  background-color: var(--hover-blue);
}

.nav-back.disabled {
  background-color: var(--medium-gray);
  cursor: not-allowed;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 2px;
  display: flex;
}

.nav-back.disabled:hover {
  background-color: var(--medium-gray);
}

.nav-next {
  background-color: var(--smc-blue);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 2px 0 2px 2px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.nav-next:hover, .nav-next:focus-visible, .nav-next[data-wf-focus-visible] {
  background-color: var(--hover-blue);
}

.nav-next.disabled {
  background-color: var(--medium-gray);
  cursor: not-allowed;
}

.footer_wrapper {
  z-index: 550;
  background-color: var(--desat-cyan);
  justify-content: center;
  align-items: center;
  width: 75vw;
  height: 3em;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.nav-menu {
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-height: 75vh;
  padding-left: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  display: flex;
  overflow: auto;
}

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

.navbar {
  background-color: var(--smc-blue);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  min-width: 25vw;
  height: 100vh;
  padding: 2em 1.5em 0;
  font-size: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 1px 1px 20px #3333338a;
}

.nav-container {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 90%;
  font-family: urw-din-semi-condensed, sans-serif;
  display: flex;
  overflow: auto;
}

.contents_title-2 {
  outline-offset: 0px;
  text-transform: none;
  border: 1px #fff;
  border-bottom-width: 2px;
  outline: 3px #fff;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  margin: 1em auto;
  padding-top: .5em;
  padding-bottom: .1em;
  font-family: "Gotham 0", sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.nav_link-2 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  line-height: 1.2;
  text-decoration: underline;
}

.nav_link-2:hover {
  border-style: none none none solid;
  border-width: 1px;
  border-color: black black black var(--white);
  padding-left: 1em;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.nav_link-2:focus-visible, .nav_link-2[data-wf-focus-visible] {
  font-weight: 700;
}

.nav_link-2.w--current {
  border-left: 1px solid #fff;
  padding-left: 1em;
  font-size: 1em;
  font-weight: 700;
}

.ql_bar {
  z-index: 700;
  background-color: var(--white);
  border-radius: 1em;
  justify-content: space-between;
  align-items: center;
  width: 65vw;
  height: auto;
  margin-left: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  display: flex;
  position: fixed;
  top: 2em;
  left: 5%;
  right: auto;
  box-shadow: 1px 1px 12px #00000073;
}

.ql_menu {
  width: 80%;
}

.ql_menu-button {
  display: none;
}

.nav_logo {
  width: 100%;
}

.hero {
  object-position: 50% 0%;
  background-color: #0000;
  width: 100%;
  height: 32em;
}

.hero.congrats {
  justify-content: flex-end;
  height: 79vh;
  display: flex;
  position: relative;
}

.smc_h1 {
  color: var(--smc-blue);
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6em;
  font-weight: 800;
  line-height: .8;
}

.smc_h1.centered {
  text-align: center;
}

.smc_h1.centered.who {
  margin-top: 0;
}

.smc_h1.sm_page {
  margin-top: 0;
  line-height: 1.1;
}

.smc_p {
  color: var(--smc-blue);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
}

.smc_p.centered {
  text-align: center;
}

.smc_p.link {
  text-decoration: underline;
}

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

.smc_h2 {
  color: var(--depaul-blue);
  text-align: left;
  text-transform: none;
  padding: .5em .5em .5em 0;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.1;
}

.smc_h2.centered {
  text-align: center;
  padding-right: 0;
}

.mobile-social_bar {
  z-index: 201;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--depaul-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 3em;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.mobile-social {
  z-index: 201;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--smc-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 4.1em;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.smc_h4 {
  color: var(--depaul-blue);
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

.smc_h4.white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
}

.smc_h4.white.centered {
  text-align: center;
}

.bg {
  z-index: 0;
  background-color: #0000;
  position: fixed;
  inset: 0%;
}

.bg.home {
  background-color: #0000;
  background-image: none;
  display: block;
  right: 25vw;
}

.modal-close_btn-2 {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn-2:hover {
  color: #444;
}

.shadow {
  z-index: 3;
  background-image: linear-gradient(#00000052, #0000);
  display: block;
  position: absolute;
  inset: 0%;
}

.top10-card {
  background-color: #fff;
  border-radius: 1em;
  width: 70%;
  height: 30em;
  margin-bottom: 3.5em;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 10em;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000026;
}

.brand {
  width: 37%;
  margin-top: 1em;
}

.brand.w--current {
  width: 41%;
  margin-top: .5em;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 70%;
  padding: 0;
  display: flex;
}

.arrow.next {
  padding-left: .5em;
  padding-right: .25em;
}

.smc_h3 {
  color: var(--smc-blue);
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.1;
}

.smc_h3.link {
  line-height: 1.2;
  text-decoration: underline;
}

.smc_h3.yellow {
  color: var(--smc-yellow);
}

.smc_link {
  color: var(--smc-blue);
  text-align: left;
  font-family: "Gotham 0", sans-serif;
  font-size: 1em;
  font-style: normal;
  text-decoration: underline;
}

.smc_link.involved {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 800;
}

.smc_link.white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.smc_link.white.connect {
  font-size: 1.1em;
}

.home_title {
  position: absolute;
  inset: 0%;
}

.home_h1 {
  color: var(--smc-blue);
  text-align: center;
  width: 80%;
  margin-top: 1.3em;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  transform: rotate(-3deg);
}

.home_h1.line2 {
  width: 80%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: 1em;
  font-size: 1.8em;
}

.home_h1.caps {
  text-transform: uppercase;
}

.shape_wrapper {
  width: 50%;
  position: relative;
}

.shape-txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 95%;
  margin-top: 3em;
  padding-left: 3em;
  padding-right: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tag-line {
  font-size: .7em;
}

.congrats_img2 {
  width: 75%;
  margin-top: -9.5em;
  margin-right: auto;
}

.content_center {
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.content_center.congrats_btm {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.content_center.corsairs {
  margin-top: 8em;
}

.content_center.sm_center {
  position: relative;
}

.content_center.transportation {
  padding-bottom: 10em;
}

.content_center.who-hero_img {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 10%;
  display: flex;
}

.content_center.who_content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 60%;
  margin-top: 1em;
  display: flex;
}

.content_center.iep_scroll {
  background-color: var(--white);
  margin-bottom: 10em;
  padding: 2em;
  position: relative;
  box-shadow: 0 2px 5px #00000063;
}

.content_center.involved_title {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 69% 0% auto;
}

.content_center.involved_rows {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  margin-top: 4em;
  margin-bottom: 6em;
  display: flex;
  position: relative;
}

.content_center.services {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  margin-bottom: 10em;
  display: flex;
}

.content_center.connect_ribbon {
  position: relative;
}

.content_center.connect {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: space-between;
  margin-top: 5em;
  margin-bottom: 10em;
  display: flex;
}

.corsairs_top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 100%;
  display: flex;
}

.corsairs_img {
  width: 40%;
}

.corsairs_txt {
  width: 60%;
}

.img3_wrapper {
  width: 100%;
}

.video_prompt {
  background-color: var(--smc-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.sm-hero_img {
  width: 60%;
}

.sm-hero_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 45%;
  margin-left: auto;
  display: flex;
}

.ex-link_block {
  border-left: 10px solid var(--smc-yellow);
  width: 45%;
  padding-bottom: .5em;
  padding-left: 2em;
}

.sm_img1 {
  width: 60%;
  margin-left: auto;
}

.sm_img2 {
  width: 41%;
  margin-top: 6.8em;
  margin-left: 3em;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.sm_shape {
  width: 30%;
  margin-top: 0;
  margin-bottom: -4em;
  margin-left: 19.3em;
  position: absolute;
  inset: auto 0 0%;
}

.get-to-know_link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.who_title {
  width: 100%;
  position: relative;
}

.who-title-txt {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.smc_list {
  padding-left: 0;
}

.smc_li {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  margin-bottom: 2em;
  display: flex;
}

.who-list_block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.who-arrow_wrapper {
  width: 3.5em;
}

.who-txt_wrapper {
  width: 100%;
}

.iep-txt_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  padding-bottom: 3em;
  display: flex;
}

.iep-resources {
  background-color: #0000;
  width: 100%;
}

.resources_title {
  background-color: var(--smc-yellow);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.resources-txt {
  background-color: var(--light-blue);
  padding: 2em;
}

.academic-hero_img {
  width: 100%;
  height: 100%;
}

.academic-txt_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 3em;
  display: flex;
}

.academic-resources {
  background-color: #0000;
  width: 100%;
}

.steps_wrapper {
  width: 90%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.step_block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  display: flex;
}

.step_block._2 {
  margin-top: 4em;
}

.step_number {
  background-color: var(--smc-yellow);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
}

.step_content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.step_content._3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.tut-vid_title {
  background-color: var(--smc-blue);
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.involved-shape_wrapper {
  background-image: url('../images/involved_shape.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  width: 30.6em;
  height: 20.2em;
  position: relative;
}

.involved_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4.1em;
  padding-left: 4em;
  padding-right: 6em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.involved_row {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.involved_block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.involved_icon {
  width: 4.5em;
  height: 4.5em;
}

.services_shape {
  background-color: var(--smc-blue);
  padding-top: 3em;
  padding-bottom: 3em;
  position: static;
}

.services_txt {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  position: static;
  inset: 0%;
}

.connect_title {
  padding-bottom: 1em;
  position: absolute;
  inset: auto 0% 0%;
}

.connect_header {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.connect_l {
  width: 50%;
}

.connect_r {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 40%;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

  .section.get-to-know {
    margin-top: -10.2em;
  }

  .section.iep_hero {
    width: 100%;
  }

  .section.academic_hero {
    width: 100%;
    height: 63vh;
    margin-top: 8.7em;
  }

  .main {
    width: 100%;
    min-width: 100vw;
    height: 100vh;
  }

  .quicklinks_list {
    background-color: var(--white);
    color: var(--depaul-blue);
    border-radius: 1em;
    flex-direction: column;
    width: 55%;
    height: auto;
    margin-top: 0;
    padding: 2em;
    display: none;
    position: absolute;
    inset: auto 0% 61%;
  }

  .quicklinks_li {
    justify-content: flex-start;
  }

  .quicklink.home {
    color: var(--depaul-blue);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
  }

  .img_contain {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .img_contain.get-shape {
    display: none;
  }

  .social_wrapper {
    border-left: 1px none var(--light-gray);
    background-color: #0000;
    justify-content: flex-start;
    width: 100%;
    height: 2.5em;
    margin-top: 0;
    margin-left: 0;
    padding-left: 1em;
    display: flex;
    position: static;
  }

  .nav_list {
    width: 100%;
    overflow: auto;
  }

  .nav_li {
    text-align: left;
    margin-top: .5em;
    line-height: 1.6;
  }

  .my-container {
    width: 80%;
    margin-top: 8em;
    padding-top: 0;
    padding-bottom: 4em;
  }

  .my-container.home {
    flex-direction: row;
    width: 80%;
    height: 9.3em;
    margin-top: 19.7em;
    padding-bottom: 0;
  }

  .my-container.congrats {
    flex-direction: row;
    align-items: center;
    width: 80%;
    height: auto;
    margin-top: 29.9em;
    padding-bottom: 0;
  }

  .my-container.welcome2 {
    flex-direction: column;
    width: 80%;
    height: auto;
    margin-top: 16.3em;
    padding-bottom: 10em;
  }

  .img_cover {
    object-position: 50% 50%;
  }

  .social_embed {
    background-color: #0000;
  }

  .social_link {
    width: 1.5em;
    height: 1.5em;
  }

  .page-nav_wrapper {
    justify-content: space-between;
    width: 5.5em;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    left: 3em;
    right: auto;
  }

  .footer_wrapper {
    z-index: 550;
    background-color: var(--smc-blue);
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    height: auto;
    padding-bottom: 10em;
    font-size: 1em;
    position: fixed;
    inset: auto 0% -15.9em;
  }

  .modal-close_btn {
    color: var(--white);
  }

  .modal-close_btn:hover {
    color: var(--depaul-red);
  }

  .nav-menu {
    background-color: var(--depaul-blue);
    width: 100%;
    max-height: 75vh;
    padding-bottom: 2em;
    padding-left: 30px;
    padding-right: 30px;
    right: auto;
  }

  .menu-button-2 {
    margin-right: 3em;
  }

  .menu-button-2:focus {
    background-color: var(--smc-blue);
    border-radius: 50%;
    box-shadow: 1px 1px 3px #000;
  }

  .menu-button-2:focus-visible, .menu-button-2[data-wf-focus-visible] {
    background-color: var(--smc-blue);
    box-shadow: none;
  }

  .menu-button-2.w--open {
    border: 1px none var(--white);
    background-color: var(--smc-blue);
    border-radius: 50%;
    box-shadow: 1px 1px 3px #00000012;
  }

  .navbar {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 1em 0 0;
    inset: 0% 0% auto;
  }

  .nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 80%;
  }

  .contents_title-2 {
    color: var(--white);
    margin-left: 0;
  }

  .nav_link-2 {
    font-size: 16px;
    line-height: 1.6;
  }

  .nav_link-2.w--current {
    line-height: 1.6;
  }

  .ql_bar {
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
    padding: .25em 3em;
    position: fixed;
    inset: auto 5% 1em;
  }

  .ql_menu-button {
    z-index: 2;
    border: 1px solid var(--depaul-blue);
    background-color: var(--white);
    color: var(--smc-blue);
    text-align: center;
    border-radius: 2em;
    justify-content: center;
    width: 55%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Gotham 0", sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    position: relative;
  }

  .ql_menu-button:focus {
    background-color: var(--depaul-blue);
    color: var(--white);
  }

  .nav_logo {
    width: 20%;
  }

  .hero {
    height: 30em;
    margin-top: 6.1em;
  }

  .smc_h1 {
    margin-top: 0;
    font-size: 2.2em;
    line-height: .8;
  }

  .smc_p {
    font-size: .9em;
  }

  .smc_h2 {
    padding-bottom: .25em;
  }

  .mobile-social_bar {
    z-index: 500;
    border-left: 1px solid var(--light-gray);
    background-color: var(--deep-sky-blue);
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1em;
    display: flex;
    position: relative;
    inset: 0 0% auto;
    box-shadow: 1px 1px 13px #0000003b;
  }

  .mobile-social {
    border-left: 1px none var(--light-gray);
    background-color: #0000;
    justify-content: flex-start;
    width: 100%;
    height: 2.5em;
    margin-top: auto;
    margin-left: 0;
    padding-left: 3em;
    display: flex;
    position: static;
  }

  .bg.home {
    right: 0;
  }

  .brand {
    margin-top: 0;
    margin-left: 3em;
  }

  .arrow.next {
    padding-left: 0;
    padding-right: 0;
  }

  .smc_h3.yellow {
    text-align: center;
    line-height: 1.2;
  }

  .home_h1.line2 {
    margin-top: .7em;
    font-size: 1.3em;
  }

  .home_h1.caps {
    margin-top: .3em;
  }

  .shape_wrapper {
    background-image: url('../images/congrats_yellowshape.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32.2em;
    height: 22.5em;
  }

  .shape-txt {
    justify-content: flex-start;
    width: 92%;
    margin-top: 0;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-right: 3em;
  }

  .tag-line {
    font-size: .6em;
    line-height: .6;
  }

  .congrats_img2 {
    width: 62%;
    margin-top: auto;
  }

  .content_center.corsairs {
    margin-top: 6em;
  }

  .content_center.sm_center {
    height: 100%;
  }

  .content_center.who-hero_img {
    margin-top: 13em;
  }

  .content_center.iep_scroll {
    width: 70%;
  }

  .sm-hero_img {
    margin-top: 7.1em;
  }

  .sm_shape {
    background-image: url('../images/welcome_shape.png');
    background-position: 0 0;
    background-size: cover;
    width: 16.2em;
    height: 8em;
  }

  .get-to-know_link {
    align-items: flex-end;
    padding-bottom: 1.4em;
  }

  .involved-shape_wrapper {
    height: 15.8em;
  }

  .services_shape {
    background-image: url('../images/services_shape.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .services_txt {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .image.shape {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section.corsairs {
    margin-top: 22.1em;
  }

  .section.get-to-know {
    margin-top: 1.8em;
    padding-bottom: 8em;
  }

  .section.iep_hero {
    height: 65vh;
    margin-top: 5.5em;
  }

  .section.involved_hero {
    margin-top: 4.7em;
  }

  .quicklinks_list {
    width: 60%;
  }

  .img_contain {
    margin-left: auto;
  }

  .social_wrapper {
    justify-content: center;
    height: 2.4em;
  }

  .my-container {
    width: 100%;
    height: 100%;
  }

  .my-container.home {
    width: 96%;
    margin-left: 1em;
    margin-right: 1em;
    position: relative;
  }

  .my-container.congrats {
    z-index: 5;
    flex-direction: column;
    width: 77%;
    margin-top: 22.2em;
    margin-left: auto;
    margin-right: auto;
  }

  .my-container.welcome2 {
    background-image: linear-gradient(270deg, var(--white), transparent 75%);
    align-items: flex-end;
    margin-top: 8.7em;
    padding-top: 3em;
    padding-bottom: 1.8em;
    position: relative;
  }

  .img_cover.home {
    object-position: 25% 50%;
  }

  .social_link {
    width: 1.5em;
    height: 1.5em;
  }

  .page-nav_wrapper {
    justify-content: space-between;
    width: 5.5em;
    margin-right: 0;
  }

  .footer_wrapper {
    padding-bottom: 12.5em;
    display: none;
    bottom: -11.9em;
  }

  .modal-close_btn {
    font-size: 1.8rem;
    top: 10%;
  }

  .navbar {
    padding-top: 1em;
  }

  .contents_title-2 {
    text-align: left;
    font-size: 1.1em;
  }

  .ql_bar {
    width: 90vw;
    padding-left: 1em;
    padding-right: 2em;
    bottom: 1em;
  }

  .ql_menu {
    width: auto;
  }

  .ql_menu-button {
    width: 100%;
    font-size: 16px;
  }

  .nav_logo {
    width: 27%;
  }

  .hero.congrats {
    z-index: 1;
    flex: none;
    justify-content: center;
    height: auto;
  }

  .smc_h1.left {
    text-align: left;
    line-height: 1;
  }

  .mobile-social_bar {
    padding-left: 0;
    top: 14%;
  }

  .mobile-social {
    flex: none;
    justify-content: center;
    height: 2.5em;
    padding-top: .25em;
    padding-bottom: .25em;
    padding-left: 0;
  }

  .smc_h4.white, .smc_h4.white.centered {
    font-size: 1.2em;
  }

  .modal-close_btn-2 {
    font-size: 1.8rem;
  }

  .smc_h3 {
    font-size: 1.3em;
  }

  .smc_h3.yellow {
    text-align: center;
  }

  .smc_link {
    font-size: 1em;
  }

  .smc_link.involved {
    font-size: 1.1em;
  }

  .home_title {
    top: .9em;
  }

  .home_h1.line2 {
    font-size: 1.2em;
  }

  .home_h1.caps {
    font-size: 2.1em;
  }

  .shape_wrapper {
    z-index: 10;
    width: 26.9em;
    height: 20.9em;
    margin-left: auto;
  }

  .shape-txt {
    align-items: flex-start;
    width: 85%;
  }

  .congrats_img2 {
    width: 88%;
    margin-right: 1.9em;
  }

  .content_center.congrats_btm {
    width: 80%;
  }

  .content_center.corsairs {
    width: 80%;
    margin-top: 13.9em;
  }

  .content_center.sm_center {
    width: 80%;
    height: auto;
  }

  .content_center.transportation {
    width: 80%;
  }

  .content_center.who-hero_img {
    width: 80%;
    margin-top: 13em;
  }

  .content_center.who_content {
    width: 70%;
  }

  .content_center.iep_scroll {
    width: 80%;
  }

  .content_center.involved_title {
    justify-content: center;
    margin-top: 2.4em;
  }

  .content_center.involved_rows {
    margin-top: 5.8em;
  }

  .content_center.connect {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
  }

  .corsairs_top {
    flex-direction: column;
  }

  .corsairs_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .corsairs_txt {
    width: 100%;
  }

  .video_prompt {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .sm-hero_img {
    margin-top: 7.7em;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .sm-hero_txt {
    width: 56%;
  }

  .ex-link_block {
    width: 56%;
    padding-left: 1em;
  }

  .sm_img2 {
    margin-top: 4.5em;
    margin-left: 1.3em;
  }

  .sm_shape {
    margin-left: 9.5em;
  }

  .who-list_block {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .tut-vid_title {
    padding-left: .5em;
    padding-right: .5em;
  }

  .involved-shape_wrapper {
    background-color: var(--smc-yellow);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: absolute;
  }

  .involved_txt {
    align-items: center;
    padding: 2em 3em;
    position: static;
  }

  .involved_row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .connect_l {
    width: 100%;
  }

  .image {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section.corsairs {
    padding-bottom: 2em;
  }

  .section.transportation {
    margin-top: 4em;
  }

  .section.iep_hero {
    height: 51vh;
    margin-top: 7.1em;
  }

  .section.involved_hero {
    margin-top: 8.9em;
  }

  .section.connect_hero {
    margin-top: 7.1em;
  }

  .quicklinks_list {
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .quicklinks_li {
    justify-content: flex-start;
  }

  .img_contain.home-ribbon {
    width: auto;
    max-width: none;
    height: 7.8em;
  }

  .img_contain.skateboarder {
    object-fit: cover;
    object-position: 50% 0%;
    max-width: none;
  }

  .nav_list {
    margin-top: 1em;
  }

  .my-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10em;
  }

  .my-container.home {
    width: 91%;
    margin-top: 20.1em;
  }

  .my-container.congrats {
    align-items: center;
    width: 91%;
    margin-top: 21.1em;
    position: absolute;
  }

  .my-container.welcome2 {
    background-color: #ffffffc7;
    background-image: none;
    align-items: flex-start;
    width: 91%;
    margin-top: 32.7em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .img_cover {
    object-position: 54% 50%;
  }

  .img_cover.from-btm.congrats1 {
    object-position: 0% 50%;
  }

  .img_cover.from-top.iep {
    object-position: 77% 0%;
  }

  .img_cover.academic {
    object-position: 71% 0%;
  }

  .img_cover.home {
    object-position: 38% 50%;
  }

  .page-nav_wrapper {
    justify-content: space-between;
    width: 5.5em;
    margin-top: 0;
    left: 3em;
    right: auto;
  }

  .footer_wrapper {
    display: none;
    bottom: -12.5em;
  }

  .modal-close_btn {
    top: 12%;
  }

  .menu-button-2 {
    margin-right: 1em;
  }

  .navbar {
    padding: 1em 0 0;
  }

  .contents_title-2 {
    text-align: left;
    padding-bottom: 0;
    line-height: 1.4;
  }

  .ql_bar {
    padding-right: 1em;
    bottom: 1em;
  }

  .ql_menu {
    width: 50%;
  }

  .nav_logo {
    width: 43%;
  }

  .hero {
    height: 20.8em;
  }

  .hero.congrats {
    object-position: 0% 100%;
    height: 26em;
    margin-top: 1.8em;
  }

  .smc_h1 {
    text-align: center;
    font-size: 1.9em;
    line-height: 1;
  }

  .smc_h1.sm_page, .smc_h1.left {
    text-align: center;
  }

  .smc_p {
    text-align: center;
    font-size: .9em;
  }

  .smc_p.link, .smc_p.white.left {
    text-align: left;
  }

  .smc_h2 {
    text-align: center;
    font-size: 2.1em;
  }

  .mobile-social_bar {
    border-left-color: #fff9;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    top: 14%;
  }

  .smc_h4, .smc_h4.white {
    font-size: 1.1em;
  }

  .brand {
    margin-left: 2em;
  }

  .smc_h3 {
    text-align: center;
    font-size: 1.4em;
  }

  .smc_h3.exlink {
    text-align: left;
  }

  .home_title {
    top: 2.3em;
  }

  .home_h1.line2 {
    width: auto;
    margin-top: 1.4em;
    font-size: 1em;
    line-height: 1.1;
  }

  .home_h1.caps {
    width: auto;
    margin-top: .1em;
    font-size: 1.6em;
  }

  .shape_wrapper {
    background-size: 100% 100%;
    justify-content: center;
    align-items: center;
    width: 20.8em;
    height: 19.5em;
    display: flex;
  }

  .shape-txt {
    justify-content: flex-start;
    width: 92%;
    padding: 2.5em 2em 0;
  }

  .congrats_img2 {
    width: 80%;
    min-width: 20em;
    margin-top: -2.4em;
    margin-right: .4em;
  }

  .content_center.congrats_btm {
    width: 80%;
  }

  .content_center.corsairs {
    width: 80%;
    margin-top: 8em;
  }

  .content_center.sm_center {
    flex-direction: column;
    display: flex;
    position: static;
  }

  .content_center.who-hero_img {
    margin-top: 11em;
  }

  .content_center.who_content {
    width: 80%;
  }

  .content_center.iep_scroll {
    width: 90%;
  }

  .content_center.involved_title {
    width: 80%;
  }

  .content_center.involved_rows {
    margin-top: 14.9em;
  }

  .content_center.connect_ribbon {
    width: 80%;
    height: auto;
  }

  .content_center.connect {
    width: 80%;
    margin-top: 3em;
  }

  .corsairs_img {
    width: 100%;
  }

  .sm-hero_img {
    width: 100%;
    height: auto;
    margin-top: 5.9em;
  }

  .sm-hero_txt {
    align-items: center;
    width: 100%;
  }

  .ex-link_block {
    width: 90%;
    margin-left: 1em;
  }

  .sm_img1 {
    width: 100%;
    margin-left: 0;
  }

  .sm_img2 {
    width: 69%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: -2.8em;
  }

  .sm_shape {
    width: 15.3em;
    margin: 0 auto;
  }

  .get-to-know_link {
    align-items: center;
    padding-top: .5em;
    padding-bottom: 0;
  }

  .who-list_block {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .who-arrow_wrapper {
    width: 2.7em;
  }

  .steps_wrapper {
    width: 95%;
  }

  .step_block {
    text-align: left;
    flex-direction: column;
    align-items: center;
  }

  .step_content {
    text-align: left;
    align-items: center;
  }

  .tut-vid_title {
    padding-left: .5em;
    padding-right: .5em;
  }

  .involved-shape_wrapper {
    width: 100%;
  }

  .involved_txt {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: center;
    align-items: center;
    padding: 2em 3em 2em 2em;
  }

  .services_txt {
    padding: 2em 1em;
  }

  .connect_l {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .connect_r {
    width: 100%;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham 0';
  src: url('../fonts/Gotham-Bold_0.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}