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

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

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

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

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

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

:root {
  --black: #000;
  --dark-blue: #171a4a;
  --light-purple: #d0d4ff;
  --blue: #5c6bfa;
  --white: white;
  --light-grey: #edeffe;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--black);
  font-family: Aeonik, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 5.2rem;
}

h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

h3 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

p {
  margin-bottom: 30px;
  line-height: 1.6rem;
}

a {
  color: #2d3bc9;
  text-decoration: none;
}

a:hover {
  color: #585c7f;
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 20px;
  line-height: 1.6rem;
}

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #0000001f;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding: 10px 5%;
  display: flex;
  position: fixed;
  inset: 10px 0% auto;
  box-shadow: 0 6px 14px #0000000d;
}

.logo {
  width: 150px;
  margin-right: auto;
}

.hero_section {
  background-image: radial-gradient(circle farthest-corner at 15% 100%, var(--light-purple), #fff0 33%), radial-gradient(circle farthest-side at 75% 25%, var(--light-purple), white 46%, white);
  height: 75svh;
  padding-top: 9%;
}

.navlink {
  text-transform: uppercase;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 20px;
  font-size: .9rem;
}

.navlink:hover {
  color: var(--blue);
  background-color: #5c6bfa00;
}

.navlink.w--open {
  color: var(--blue);
}

.main_tagline_wrapper {
  padding-left: 15%;
  padding-right: 15%;
}

.welcome_section {
  background-color: var(--dark-blue);
  color: var(--white);
  background-image: radial-gradient(circle, #5c6bfa69, #5c6bfa00 72%);
  padding: 0% 10% 10%;
}

.main_tagline {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 4.6rem;
}

.why_headline {
  color: var(--blue);
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2rem;
  display: none;
}

.hero_subheadline {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.8rem;
}

.hero_text {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.button {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 20px 30px;
}

.button:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.hp_hero_img_div {
  z-index: 10;
  border-radius: 20px;
  margin-bottom: 5%;
  position: relative;
  top: -40px;
  overflow: hidden;
  box-shadow: 0 20px 15px -1px #00000040;
}

.hero_img {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
}

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

.numbers_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 10%;
  padding: 0;
}

.number_cell {
  background-color: #0003;
  border-radius: 20px;
  padding: 30px;
}

.number {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5rem;
}

.numbers_text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.number_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.why_choose_section {
  background-color: #fff0;
  padding: 7% 10%;
}

.hp_headline {
  color: var(--dark-blue);
}

.columns_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.text_cell {
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
}

.text_cell.right {
  padding-left: 0%;
  padding-right: 10%;
}

.centers_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.centers_wrapper.last {
  margin-bottom: 0;
}

.centers_link {
  color: var(--dark-blue);
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
}

.centers_link:hover {
  color: var(--blue);
}

.p_last {
  margin-bottom: 0;
}

.services_icon {
  width: 40px;
  margin-right: 20px;
}

.callout_wrapper {
  color: var(--white);
  background-image: url('../images/bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 10%;
  margin-bottom: 10%;
  padding: 10%;
}

.callout_text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1rem;
}

.callout_text.last {
  margin-bottom: 0;
}

.point_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.point_wrapper.last {
  margin-bottom: 0;
}

.point_text {
  font-size: 1.3rem;
  font-weight: 500;
}

.point_div {
  background-color: var(--light-purple);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.purple_dot {
  background-color: var(--blue);
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.img_cell {
  align-items: stretch;
}

.hp_img_div {
  border-radius: 20px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.hp-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonials_section {
  background-color: var(--light-grey);
  padding: 7% 10%;
}

.testimonias_header_div {
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 5%;
  padding: 0;
}

.testimonials_cell {
  background-color: #fff;
  border-radius: 20px;
  padding: 7% 10%;
  box-shadow: 0 0 30px #0000001a;
}

.testimonials_name {
  color: var(--blue);
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 700;
}

.blog_section {
  color: var(--white);
  background-color: #171a4a;
  padding: 7% 10%;
}

.image {
  width: 100px;
  margin-top: -69px;
  margin-bottom: 5%;
}

.partners_section {
  padding: 40px 10% 7%;
}

.partners_wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.partners_headline {
  color: #00000091;
  text-align: center;
  letter-spacing: 10px;
  width: 100%;
  margin-bottom: 3%;
  padding-left: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}

.partner_logo {
  width: 150px;
}

.partner_logo._2 {
  width: 100px;
}

.blog_row_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 7%;
  padding: 0;
}

.blog_row_grid.last {
  margin-bottom: 0;
}

.blog_text_cell {
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 5%;
}

.blog_text_cell.right {
  padding-left: 5%;
  padding-right: 10%;
}

.blog_headline {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}

.read_more_link {
  color: var(--light-grey);
  font-weight: 500;
  text-decoration: none;
}

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

.date_text {
  margin-bottom: 5px;
}

.blog_title_link {
  color: var(--light-purple);
  text-decoration: none;
}

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

.blog_img_div {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.blog_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer_section {
  background-color: var(--dark-blue);
  color: var(--white);
  padding-bottom: 7%;
  padding-left: 10%;
  padding-right: 10%;
}

.contact_wrapper {
  background-color: #1e215e;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8%;
  padding: 45px 8%;
  display: flex;
  box-shadow: 0 0 50px #00000038;
}

.contact_div {
  width: 40%;
}

.address_text {
  margin-bottom: 0;
}

.contact_headline {
  color: var(--white);
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.quick_links_wrapper {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-bottom: 8%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quick-link {
  color: #9ea7ff;
  text-transform: none;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
}

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

.footer_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_logo {
  width: 180px;
  margin-bottom: 40px;
}

.text-block {
  text-align: center;
  font-size: .9rem;
  font-weight: 300;
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .8rem;
}

.dropdown_list.w--open {
  background-color: var(--blue);
  border-radius: 15px;
  overflow: hidden;
}

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

.dropdown_link:hover {
  color: var(--white);
  background-color: #00000042;
}

.phone_btn {
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.phone_btn:hover {
  color: var(--dark-blue);
}

.phone_icon {
  width: 24px;
  margin-right: 5px;
}

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

.inner_hero_section {
  background-image: url('../images/bg.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 40svh;
  padding-bottom: 5%;
  padding-left: 15%;
  display: flex;
}

.innerpage_title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 300;
  line-height: 5.2rem;
}

.innerpage_section {
  padding: 7% 10%;
}

.innerpage_img_div {
  border-radius: 20px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

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

.inner_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.inner_img._2 {
  object-position: 75% 50%;
}

.inner_center_wrapper {
  text-align: center;
  width: 80%;
  margin: 7% auto 5%;
}

.divider_div {
  background-color: var(--dark-blue);
  height: 100px;
}

.innerlist_nomargin {
  margin-bottom: 0;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.6rem;
  }

  .hero_section {
    padding-top: 17%;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .main_tagline {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }

  .why_choose_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .text_cell {
    padding-left: 0%;
  }

  .text_cell.right {
    padding-right: 0%;
  }

  .callout_wrapper {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .callout_text {
    font-size: 1.6rem;
  }

  .hp_img_div {
    height: 400px;
  }

  .testimonials_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .testimonials_grid {
    margin-top: 10%;
  }

  .blog_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .partner_logo {
    width: 100px;
  }

  .partner_logo._2 {
    width: 70px;
  }

  .blog_row_grid {
    margin-bottom: 10%;
  }

  .blog_text_cell, .blog_text_cell.right {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact_div {
    width: 60%;
  }

  .quick_links_wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .quick-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown_icon {
    margin-right: 20px;
  }

  .dropdown_list {
    position: relative;
  }

  .dropdown_list.w--open {
    border-radius: 0;
  }

  .phone_btn {
    margin-left: 0;
    margin-right: 40px;
  }

  .menu_btn {
    color: var(--dark-blue);
    border-radius: 10px;
  }

  .menu_btn:hover {
    background-color: var(--blue);
    color: var(--white);
  }

  .menu_btn.w--open {
    background-color: var(--dark-blue);
    color: var(--white);
  }

  .navmenu {
    background-color: #fff;
    border-radius: 10px;
  }

  .navlink_dropdown {
    display: block;
  }

  .innerpage_img_div {
    height: 400px;
  }

  .inner_center_wrapper {
    text-align: left;
    width: 100%;
    margin-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .navbar {
    margin-left: 5%;
    margin-right: 5%;
    position: absolute;
  }

  .logo {
    padding-left: 0;
  }

  .hero_section {
    height: 650px;
    padding-top: 130px;
  }

  .main_tagline_wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .main_tagline {
    font-size: 2.8rem;
    line-height: 2.6rem;
  }

  .hero_subheadline {
    font-size: 1.5rem;
    line-height: 1.4rem;
  }

  .hp_headline {
    font-size: 2rem;
  }

  .callout_text {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .hp_img_div {
    height: 300px;
  }

  .image {
    width: 60px;
    margin-top: -48px;
  }

  .partners_wrapper {
    justify-content: space-around;
  }

  .partner_logo {
    width: 120px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .blog_img_div {
    height: 250px;
  }

  .contact_wrapper {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact_div {
    width: 100%;
    margin-bottom: 46px;
  }

  .quick_links_wrapper {
    justify-content: space-between;
  }

  .footer_wrapper {
    width: 100%;
  }

  .phone_btn {
    font-size: 1.3rem;
  }

  .inner_hero_section {
    background-size: cover;
    height: 300px;
    padding-left: 10%;
  }

  .innerpage_title {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }

  .divider_div {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding: 5px 2% 5px 4%;
  }

  .hero_section {
    height: 700px;
    padding-top: 102px;
  }

  .welcome_section {
    padding-bottom: 15%;
  }

  .main_tagline {
    font-size: 2.4rem;
    line-height: 2rem;
  }

  .hero_subheadline {
    font-size: 1.2rem;
    line-height: 1rem;
  }

  .hero_text {
    font-size: 1rem;
  }

  .hp_hero_img_div {
    margin-bottom: 0%;
  }

  .number {
    font-size: 4rem;
  }

  .why_choose_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .centers_link {
    font-size: 1.2rem;
  }

  .services_icon {
    width: 30px;
    margin-right: 10px;
  }

  .callout_wrapper {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .callout_text {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .point_text {
    font-size: 1.2rem;
  }

  .hp_img_div {
    height: 200px;
  }

  .testimonials_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .testimonias_header_div {
    margin-bottom: 67px;
  }

  .blog_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .image {
    margin-top: -36px;
  }

  .partners_section {
    padding-top: 0;
    padding-bottom: 15%;
  }

  .partners_wrapper {
    flex-flow: column;
  }

  .partners_headline {
    letter-spacing: 5px;
    margin-bottom: 8%;
    font-size: 1rem;
  }

  .partner_logo {
    width: 100px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .blog_headline {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .footer_section {
    padding-bottom: 15%;
  }

  .contact_wrapper {
    margin-bottom: 15%;
  }

  .quick_links_wrapper {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 15%;
  }

  .phone_btn {
    margin-right: 10px;
    font-size: .9rem;
  }

  .phone_icon {
    margin-right: 0;
  }

  .text-block-2 {
    display: none;
  }

  .innerpage_title {
    font-size: 3rem;
    line-height: 3rem;
  }

  .innerpage_img_div {
    height: 280px;
  }
}

#w-node-_0b98bb29-d14b-7184-20e2-a7249d183c44-6ea7548c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_277a23da-f70e-799a-7a75-abef3b7e0a4f-6ea7548c, #w-node-_72d9d5b5-07f2-18a1-a5f1-268e6617f216-6ea7548c, #w-node-_01645a82-d0d1-ee62-6f84-e6729961a03f-6ea7548c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7f1cffd7-dec3-7e6b-b86c-76403bc7e7d5-6ea7548c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_2ae0a10c-d17e-32d7-fc59-779eea1fee68-6ea7548c {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_5d223e30-909e-10e1-4e72-e9af3cfab5f0-42392d0e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b48dcc8c-7077-4551-b7f6-f578a9e6a97b-42392d0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0b98bb29-d14b-7184-20e2-a7249d183c44-6ea7548c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_277a23da-f70e-799a-7a75-abef3b7e0a4f-6ea7548c, #w-node-_72d9d5b5-07f2-18a1-a5f1-268e6617f216-6ea7548c, #w-node-_01645a82-d0d1-ee62-6f84-e6729961a03f-6ea7548c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7f1cffd7-dec3-7e6b-b86c-76403bc7e7d5-6ea7548c, #w-node-_2ae0a10c-d17e-32d7-fc59-779eea1fee68-6ea7548c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5d223e30-909e-10e1-4e72-e9af3cfab5f0-42392d0e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b48dcc8c-7077-4551-b7f6-f578a9e6a97b-42392d0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0b98bb29-d14b-7184-20e2-a7249d183c44-6ea7548c, #w-node-_7f1cffd7-dec3-7e6b-b86c-76403bc7e7d5-6ea7548c, #w-node-_2ae0a10c-d17e-32d7-fc59-779eea1fee68-6ea7548c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}