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

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

@font-face {
  font-family: Courier New;
  src: url('../fonts/Courier-New-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.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: 300px;
  display: flex;
}

.link {
  color: #3a32f5;
  text-transform: uppercase;
  background-color: #0000;
  font-style: italic;
  text-decoration: none;
}

.link:active, .link.w--current {
  color: #dedede;
  background-color: #3a32f5;
}

.text {
  color: #3a32f5;
  font-family: Pragmatapro, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text.paragraph {
  text-align: justify;
  padding: 8px 10px 10px;
}

.text.extra {
  margin-left: 10px;
  margin-right: 10px;
}

.work-page-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.body {
  background-color: #dedede;
  padding-bottom: 10px;
}

.body.no-vert-scroll {
  overflow-y: hidden;
}

.image-lw {
  image-rendering: pixelated;
  border: 1.5px solid #3a32f5;
  margin-top: 8px;
  margin-left: 4px;
}

.image-lw.image-fw {
  image-rendering: auto;
  border-style: none;
  height: 500px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 10px;
}

.work-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start;
  place-items: start stretch;
  margin-bottom: 18px;
  margin-left: 10px;
  display: flex;
  overflow: scroll;
}

.work-item.pgraph {
  flex-flow: column;
}

.work-item.work-view-page {
  clear: none;
  border: 1.5px solid #3a32f5;
  flex-direction: row;
  margin: 10px 10px 10px 12px;
  padding: 10px 0 10px 10px;
  display: flex;
  overflow: auto hidden;
}

.work-list {
  margin-left: 0;
}

.menu {
  margin-left: 0;
  position: sticky;
  inset: 0% auto auto 0%;
}

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

.image {
  color: #333;
}

.large-icon {
  color: #dedede;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Pragmatapro, Times New Roman, sans-serif;
  font-size: 240px;
  line-height: 200px;
}

.body-2 {
  background-color: #3b31ff;
}

.text-block {
  box-sizing: border-box;
  color: #dedede;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Pragmatapro, Times New Roman, sans-serif;
  display: block;
}

.heading {
  color: #dedede;
  text-transform: uppercase;
  font-family: Pragmatapro, Times New Roman, sans-serif;
  font-size: 40px;
}

.invis-link {
  color: #3a32f5;
  text-decoration: none;
}

.video {
  border: 1.5px #3a32f5;
  width: 480px;
  margin: 6px 10px;
  padding-left: 0;
  padding-right: 0;
}

.container {
  border: 1.5px solid #3a32f5;
  margin-top: 10px;
  margin-left: 12px;
}

@media screen and (max-width: 991px) {
  .text.paragraph {
    text-align: justify;
    padding-left: 40px;
    padding-right: 40px;
  }

  .work-page-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-lw {
    width: 323px;
    margin-left: 13px;
  }

  .image-lw.image-fw {
    width: auto;
  }

  .work-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: -15px;
    padding-left: 0;
    display: flex;
  }

  .work-item.pgraph {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .work-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .menu {
    position: static;
  }

  .container {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .text.paragraph {
    text-align: left;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
    flex-flow: wrap;
    width: auto;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text.extra {
    margin-left: 10px;
    margin-right: 10px;
  }

  .work-page-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .work-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .work-item.pgraph {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    max-width: 95%;
  }

  .container {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .text.paragraph {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-page-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-lw.image-fw {
    object-fit: fill;
    width: 300px;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    overflow: clip;
  }

  .work-item {
    justify-content: space-between;
    align-items: flex-start;
  }

  .work-item.work-view-page {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: flex;
    overflow: hidden auto;
  }

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

  .video {
    width: 300px;
  }

  .container {
    margin-left: 0;
  }
}

#w-node-af27393c-5404-b521-c78d-e8f667fd8881-af6102f0, #w-node-af27393c-5404-b521-c78d-e8f667fd8881-122d0257, #w-node-af27393c-5404-b521-c78d-e8f667fd8881-f5150901, #w-node-af27393c-5404-b521-c78d-e8f667fd8881-239743ee, #w-node-af27393c-5404-b521-c78d-e8f667fd8881-692867c5, #w-node-af27393c-5404-b521-c78d-e8f667fd8881-5e402ed3, #w-node-af27393c-5404-b521-c78d-e8f667fd8881-32add82a, #w-node-af27393c-5404-b521-c78d-e8f667fd8881-d05b2f69, #w-node-af27393c-5404-b521-c78d-e8f667fd8881-ded7e57c, #w-node-af27393c-5404-b521-c78d-e8f667fd8881-e7d86090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}


@font-face {
  font-family: 'Pragmatapro';
  src: url('../fonts/Pragmatapro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Courier New';
  src: url('../fonts/Courier-New.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Courier New';
  src: url('../fonts/Courier-New-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}