@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Bold.woff2') format("woff2"), url('../fonts/ClashDisplay-Bold.eot') format("embedded-opentype"), url('../fonts/ClashDisplay-Bold.woff') format("woff"), url('../fonts/ClashDisplay-Bold.ttf') format("truetype"), url('../fonts/ClashDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Extralight.woff2') format("woff2"), url('../fonts/ClashDisplay-Extralight.eot') format("embedded-opentype"), url('../fonts/ClashDisplay-Extralight.woff') format("woff"), url('../fonts/ClashDisplay-Extralight.ttf') format("truetype"), url('../fonts/ClashDisplay-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Medium.woff2') format("woff2"), url('../fonts/ClashDisplay-Medium.eot') format("embedded-opentype"), url('../fonts/ClashDisplay-Medium.woff') format("woff"), url('../fonts/ClashDisplay-Medium.ttf') format("truetype"), url('../fonts/ClashDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Light.woff2') format("woff2"), url('../fonts/ClashDisplay-Light.eot') format("embedded-opentype"), url('../fonts/ClashDisplay-Light.woff') format("woff"), url('../fonts/ClashDisplay-Light.ttf') format("truetype"), url('../fonts/ClashDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Regular.woff2') format("woff2"), url('../fonts/ClashDisplay-Regular.eot') format("embedded-opentype"), url('../fonts/ClashDisplay-Regular.woff') format("woff"), url('../fonts/ClashDisplay-Regular.ttf') format("truetype"), url('../fonts/ClashDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay Variable;
  src: url('../fonts/ClashDisplay-Variable.woff2') format("woff2"), url('../fonts/ClashDisplay-Variable.eot') format("embedded-opentype"), url('../fonts/ClashDisplay-Variable.woff') format("woff");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Semibold.woff2') format("woff2"), url('../fonts/ClashDisplay-Semibold.eot') format("embedded-opentype"), url('../fonts/ClashDisplay-Semibold.woff') format("woff"), url('../fonts/ClashDisplay-Semibold.ttf') format("truetype"), url('../fonts/ClashDisplay-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --b: #343bff;
  --p: #6900ca;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #fff;
  background-image: url('../images/desktop-bg.jpg');
  background-position: 50% 0;
  flex-flow: column;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.button {
  color: #fff;
  background-color: #8fb4d400;
  background-image: linear-gradient(90deg, #00f 37%, purple);
  border: 3px solid #2a00ff;
  border-radius: 12px;
  margin: 0;
  padding: 16px;
  transition: background-color .2s, opacity .2s;
}

.button:hover {
  background-color: #3898ec00;
  background-image: none;
  border: 3px solid #0900ad;
}

.button.herobutton {
  margin-top: 22px;
}

.button.herobutton:hover {
  border-color: #0900ad;
}

.button.call {
  margin: 7px;
  padding: 10px;
}

.brand {
  float: none;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  display: block;
}

.navbar {
  background-color: #ddd0;
  flex-flow: row;
  justify-content: center;
  width: 100vw;
  min-width: 100vw;
  display: block;
}

.navigation {
  float: none;
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 10px;
  margin-left: 0;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: #ffffff94;
}

.nav-link.w--current, .nav-link-2 {
  color: #fff;
}

.nav-link-2:hover {
  color: #ffffff80;
}

.nav-link-3 {
  color: #fff;
  margin-left: auto;
}

.nav-link-3:hover {
  color: #ffffff80;
}

.navbarcontainer {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero {
  width: 100vw;
  height: 88vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.herocontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff1f;
  border-radius: 20px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  min-width: 80vw;
  margin-right: auto;
  display: block;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 50px;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0 0 30px;
  display: grid;
}

.image {
  padding-top: 35px;
}

.image-2 {
  padding-top: 34px;
}

.div-block-2 {
  font-size: 45px;
  font-weight: 600;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 300;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about {
  padding-top: 40px;
  padding-bottom: 50px;
}

.aboutcontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 80vw;
  display: grid;
}

.image-3 {
  border-radius: 20px;
}

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

.heading {
  margin-top: 0;
  padding-bottom: 15px;
  font-weight: 600;
}

.text-block-5 {
  height: auto;
  padding-bottom: 77px;
  font-weight: 200;
  line-height: 2;
}

.image-4 {
  margin-left: -10px;
}

.image-5 {
  padding-left: 280px;
}

.services {
  padding-bottom: 50px;
}

.text-block-6 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.servicescontainer {
  min-width: 80vw;
}

.heading-2 {
  margin-top: 3px;
  font-weight: 600;
}

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 26px;
}

.div-block-6 {
  background-color: #ffffff1a;
  border-radius: 16px;
  padding: 20px;
}

.div-block-6.ui-ux {
  background-color: #fc85851a;
  background-image: linear-gradient(#2121ff 9%, purple);
}

.heading-3 {
  font-weight: 600;
}

.skills {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px 35px 100px;
  display: flex;
}

.image-7 {
  float: left;
  margin-top: 13px;
  padding-top: 0;
  padding-left: 49px;
  padding-right: 0;
}

.heading-4 {
  font-weight: 600;
}

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

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 31px;
}

.skillcomponent {
  background-color: #ffffff1a;
  border-radius: 13px;
  padding: 20px;
}

.heading-5 {
  font-weight: 600;
}

.pricing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.heading-6 {
  font-weight: 600;
}

.grid-3 {
  grid-template-rows: 5px auto 5px;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricingelement {
  text-align: center;
  background-color: #ffffff17;
  border-radius: 13px;
  padding: 15px;
}

.pricingelement.main {
  padding: 15px;
}

.heading-7 {
  font-size: 28px;
  font-weight: 500;
}

.line {
  background-color: #6e00a2;
  border-radius: 20px;
  width: 250px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 16px;
}

.pricingfeature {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 15px;
  display: flex;
}

.pricingfeature.main {
  padding-bottom: 8px;
}

.text-block-8 {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.text-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  display: flex;
}

.contactcontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1d0955;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 35px;
  display: grid;
}

.image-9 {
  float: right;
  clear: right;
  vertical-align: baseline;
  height: 40px;
  margin-right: 0;
  padding-right: 59px;
  display: inline-block;
}

.contacttext {
  text-align: right;
}

.heading-8 {
  margin-top: 0;
  padding-top: 11px;
  font-weight: 600;
}

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

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row-reverse;
  display: flex;
}

.formtext {
  font-weight: 500;
}

.formfield {
  opacity: 1;
  color: #fff;
  background-color: #3811a561;
  border: 1px solid #170741;
  border-radius: 10px;
}

.formfield.message {
  color: #fff;
  text-align: left;
  resize: none;
  height: 120px;
}

.text-block-10 {
  padding-top: 11px;
  padding-bottom: 28px;
}

.footer {
  background-color: #fff0;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-8 {
  text-align: center;
  background-image: linear-gradient(#343bff4d, #6900ca73);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footerlink {
  color: #fff;
  text-decoration: none;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: flex;
}

.text-block-11 {
  margin-bottom: 10px;
}

.heading-9 {
  font-weight: 600;
}

.line2 {
  background-color: #fff;
  width: 800px;
  height: 1px;
  margin-bottom: 15px;
}

.link {
  color: #fff;
}

.link:hover {
  color: #ffffff80;
}

.form {
  color: #fff;
}

.loadingscreen {
  z-index: 2147483647;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.success-message {
  background-color: #ddd0;
  height: auto;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.error-message {
  background-color: #ff0303;
  border-radius: 11px;
  margin-top: 20px;
}

.animate {
  z-index: 9999;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.heading-10 {
  margin-top: 0;
  font-weight: 600;
}

.heading-11 {
  font-size: 99px;
}

.div-block-14 {
  text-align: center;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-15 {
  z-index: 99999;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.heading-12 {
  margin-top: 0;
  font-weight: 600;
}

.heading-13 {
  margin-top: 0;
  font-size: 80px;
}

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

@media screen and (max-width: 991px) {
  .button.call.b {
    background-image: none;
    border-width: 0;
    margin: 0 0 0 auto;
    padding: 20px 20px 20px 0;
    display: flex;
  }

  .navigation {
    background-color: #000000e6;
    border-radius: 0;
  }

  .nav-link-3 {
    background-color: #0000;
  }

  .div-block {
    max-height: 80vh;
  }

  .text-block-5 {
    padding-right: 18px;
  }

  .text-block-6 {
    color: #fff;
  }

  .image-7 {
    padding-top: 30px;
  }

  .skillcomponent {
    width: 22vw;
  }

  .line {
    width: 190px;
  }

  .footerlink {
    padding: 11px;
  }

  .line2 {
    width: 80vw;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    font-size: 12px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-position: 50% 0;
    background-size: auto 1000vh;
  }

  .button.call.b {
    padding-left: 20px;
  }

  .hero {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 23px;
  }

  .herocontainer {
    width: auto;
    height: auto;
  }

  .div-block {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    min-height: 110px;
    max-height: none;
    padding: 25px;
  }

  .text-block-4 {
    font-weight: 300;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .div-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .servicescontainer {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .skills {
    padding-bottom: 0;
  }

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

  .skillcomponent {
    width: 40vw;
  }

  .pricing {
    padding: 10px 10px 60px;
  }

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

  .line {
    width: 50vw;
  }

  .contactcontainer {
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .contacttext, .heading-8 {
    text-align: left;
  }

  .div-block-7 {
    flex-flow: row;
  }

  .text-block-10 {
    text-align: left;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .text-block-16 {
    font-size: 50px;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-size: auto 1000vh;
  }

  .button {
    padding: 9px;
  }

  .nav-link-2 {
    background-color: #000000bf;
  }

  .nav-link-3 {
    color: #fff;
    background-color: #000000bf;
  }

  .text-block-4 {
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-5 {
    font-weight: 500;
  }

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

  .skillcomponent {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    display: block;
  }

  .pricing {
    padding-left: 10px;
  }

  .heading-6 {
    padding-left: 20px;
    font-size: 30px;
  }

  .line {
    width: 70vw;
    margin-left: 0;
    padding: 0;
  }

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

  .div-block-9 {
    font-size: 10px;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .heading-9 {
    font-size: 32px;
  }

  .text-block-16 {
    font-size: 35px;
  }

  .div-block-11 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-12 {
    margin: 17px;
  }

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

  .menu-button {
    background-color: #c8c8c800;
  }
}

#w-node-c534dddb-7b25-befd-2315-15c466b9fb59-b03800eb {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-defa0d26-6a7e-396a-2d9a-873cf4a364bd-b03800eb {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-eb810d82-588a-f1b7-f43a-c7b186d7c30e-b03800eb {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f614a6fd-872a-b02f-122e-835a05c277f5-b03800eb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e53d8d51-0fc9-02b5-9e24-14c2fd6ebfb1-b03800eb {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_380c96e3-8909-76f1-c422-48a2376878d9-b03800eb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_061e0f36-c732-a319-d7e4-c15b984bea7f-b03800eb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3099a422-af33-0d59-2fc5-abd28fc821fb-b03800eb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6fb53d31-203d-1f67-3e7a-6f1be22cfb8e-b03800eb {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-b9006688-48e1-8fa0-dd83-5373d90b4b99-b03800eb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_6fc195dd-caa1-e6dd-a08e-e6cbd87646a5-b03800eb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_85cd7748-de4e-ac87-f799-ee971094592f-b03800eb {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-f614a6fd-872a-b02f-122e-835a05c277f5-b03800eb {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-e53d8d51-0fc9-02b5-9e24-14c2fd6ebfb1-b03800eb {
    grid-area: 2 / 3 / 5 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61e278fc-5055-bfa2-460e-d84f13692c8a-b03800eb {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-c534dddb-7b25-befd-2315-15c466b9fb59-b03800eb {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-defa0d26-6a7e-396a-2d9a-873cf4a364bd-b03800eb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-eb810d82-588a-f1b7-f43a-c7b186d7c30e-b03800eb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f614a6fd-872a-b02f-122e-835a05c277f5-b03800eb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e53d8d51-0fc9-02b5-9e24-14c2fd6ebfb1-b03800eb {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_380c96e3-8909-76f1-c422-48a2376878d9-b03800eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_061e0f36-c732-a319-d7e4-c15b984bea7f-b03800eb, #w-node-_3099a422-af33-0d59-2fc5-abd28fc821fb-b03800eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6fb53d31-203d-1f67-3e7a-6f1be22cfb8e-b03800eb {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-b9006688-48e1-8fa0-dd83-5373d90b4b99-b03800eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'), url('../fonts/ClashDisplay-Bold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Bold.woff') format('woff'), url('../fonts/ClashDisplay-Bold.ttf') format('truetype'), url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'), url('../fonts/ClashDisplay-Extralight.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Extralight.woff') format('woff'), url('../fonts/ClashDisplay-Extralight.ttf') format('truetype'), url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay-Medium.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Medium.woff') format('woff'), url('../fonts/ClashDisplay-Medium.ttf') format('truetype'), url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'), url('../fonts/ClashDisplay-Light.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Light.woff') format('woff'), url('../fonts/ClashDisplay-Light.ttf') format('truetype'), url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'), url('../fonts/ClashDisplay-Regular.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Regular.woff') format('woff'), url('../fonts/ClashDisplay-Regular.ttf') format('truetype'), url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.woff2') format('woff2'), url('../fonts/ClashDisplay-Variable.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Variable.woff') format('woff');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'), url('../fonts/ClashDisplay-Semibold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Semibold.woff') format('woff'), url('../fonts/ClashDisplay-Semibold.ttf') format('truetype'), url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}