:root {
  --cornflower-blue: #6093ce;
  --hck-black: #1a1a1d;
  --hck-green: #3aff93;
  --hck-highlight: #c6ffdb;
  --dsw_black: #1a1a1d;
  --khaki: #fff98f;
}

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

body {
  font-family: IBM Plex Mono, sans-serif;
  line-height: 20px;
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
}

a {
  min-height: 8px;
  max-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: #07f;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 20px;
}

.c_section.spaced {
  margin-top: 100px;
}

.c_section.darker {
  background-color: #ffd98626;
  padding-top: 80px;
  padding-bottom: 80px;
}

.c_container {
  width: 90%;
  max-width: 1200px;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.c_container.small600px {
  max-width: 600px;
}

.c_container._760 {
  width: 70%;
  max-width: 760px;
}

.c_container.event {
  margin-top: 40px;
}

.c_container.padded {
  padding: 40px;
}

.body {
  background-color: #1f1f1f;
}

.c_title {
  align-items: center;
  font-family: IBM Plex Mono, sans-serif;
  display: flex;
}

.s_txt_title_big {
  color: var(--cornflower-blue);
  text-align: left;
  padding-bottom: 6px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 44px;
  line-height: 120%;
}

.c_texthero {
  color: var(--cornflower-blue);
  padding-top: 20px;
  padding-bottom: 4px;
  padding-left: 24px;
}

.c_style {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.c_style.hide {
  display: none;
}

.heading {
  font-family: Space Mono, sans-serif;
}

.paragraph-2 {
  font-weight: 400;
}

.c_2col_hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: start;
  min-height: 600px;
  margin-bottom: 64px;
  padding-top: 64px;
  display: flex;
}

.col1-hero_text {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 600px;
  margin-top: 40px;
  padding-left: 24px;
  display: flex;
}

.col2hero-vid {
  border-radius: 200px;
  width: 50%;
  padding-top: 0;
}

.video {
  width: 100%;
  height: 100%;
  min-height: 640px;
  display: none;
}

.video.hide {
  display: none;
}

.s_hero_text {
  max-width: 360px;
  margin-bottom: 24px;
}

.c_2_col {
  max-width: 600px;
  margin: 0 auto 40px;
  padding-bottom: 0;
  display: flex;
}

.c_2_col.list {
  margin-top: 60px;
}

.c_col-50 {
  width: 50%;
}

.c_col-50.text {
  padding-right: 24px;
}

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

.c_box_col {
  border: 3px solid var(--cornflower-blue);
  background-color: #6093ce1a;
  padding: 24px;
}

.txt_list {
  margin-top: 24px;
  line-height: 140%;
}

.who {
  margin-top: 80px;
  padding-bottom: 40px;
}

.quote {
  margin-left: auto;
  margin-right: auto;
  font-family: Space Mono, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 120%;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 130%;
}

.c_col_30-_cent {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.why {
  margin-top: 64px;
}

.c_footer {
  background-color: #6093ce1a;
  height: 200px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.c_vid_col {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-2 {
  width: 100%;
  height: 310px;
  min-height: 500px;
  max-height: 700px;
}

.rich-text-vid {
  display: none;
}

.txt_vid_descr {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 140%;
}

.c_contact_block {
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.link {
  width: 100%;
}

.hide {
  display: none;
}

.c_event_title {
  padding-bottom: 64px;
}

.c_event_title.inset {
  padding-left: 64px;
}

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

.txt_title_description {
  margin-top: 24px;
  font-size: 18px;
  line-height: 150%;
}

.img_logo {
  width: 240px;
}

.c_col_bottom {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.c_bottom-misc {
  padding-bottom: 24px;
}

.image {
  width: 80%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.c_col_3col_l {
  background-color: #6093ce1a;
  border-radius: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px 32px;
  display: flex;
}

.c_col_3col_m {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.c_title_center {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-2 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.img_logo_top {
  width: 80px;
  height: 80px;
}

.txt_title_section {
  font-size: 40px;
}

.txt_h3_events {
  font-size: 24px;
}

.html-embed {
  z-index: 2;
  border: 1px solid #fdfdef;
  border-radius: 0;
  margin-top: -5px;
  margin-left: -5px;
  position: relative;
}

.block_try {
  background-color: #fdfdef;
  width: 50px;
  height: 50px;
  margin-top: -50px;
  position: absolute;
}

.block_try._2 {
  margin-top: -400px;
  margin-left: 380px;
}

.c_vid_contain {
  width: 420px;
  height: 760px;
  overflow: hidden;
}

.c_outline {
  width: 450px;
  height: 770px;
  position: absolute;
}

.c_100 {
  width: 100%;
  height: 100%;
}

.c_titlecenter {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-mask {
  z-index: 10;
  background-image: url('../images/bottom.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 460px;
  height: 140px;
  margin-top: -100px;
  margin-left: -20px;
  margin-right: auto;
  position: relative;
}

.top-mask {
  z-index: 10;
  background-image: url('../images/top.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 435px;
  width: 440px;
  height: 100px;
  margin-top: 0;
  margin-bottom: -80px;
  margin-left: -20px;
  position: relative;
}

.button {
  background-color: var(--cornflower-blue);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 44px;
  min-height: 40px;
  max-height: 56px;
  font-size: 14px;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #6093cecc;
}

.left_later {
  z-index: 10;
  background-color: #fdfdef;
  width: 10px;
  height: 100%;
  margin-left: -6px;
  position: absolute;
  inset: 0% 0% auto;
}

.right_later {
  z-index: 10;
  background-color: #fdfdef;
  width: 20px;
  margin-right: 25px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hck-body {
  background-color: var(--hck-black);
  color: var(--hck-green);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.hck-container-main {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.hck-container-main.narrrow {
  max-width: 720px;
}

.hck-container-main.narrrow_new {
  max-width: 820px;
}

.hck-h1.hck-center {
  text-align: center;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 700;
}

.hck-h1-contain {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hck-h1-contain.hck_firsth1 {
  margin-top: 0;
}

.hck-p {
  margin-left: auto;
  margin-right: auto;
}

.hck-p.hck-p-center-subtitle {
  text-align: center;
  margin-top: 32px;
}

.hck-subtitle {
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.hck-subtitle.small {
  font-size: 22px;
}

.paragraph-3 {
  color: var(--hck-green);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 150%;
}

.paragraph-3.sub {
  text-align: left;
}

.gird-2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c_card_tranps {
  padding: 24px;
}

.c_card_online {
  background-color: #0e0f0e;
  border: 1px solid #5353534d;
  width: 80%;
  max-width: 440px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.c_card_online.transparent {
  background-color: #000;
  border-width: 0;
  margin-top: 0;
}

.c_card_online.title {
  padding-top: 0;
}

.hckc_title-horiz {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hckc_title-horiz.hck_ttl_first {
  margin-top: 80px;
}

.hckc_title-horiz.hackio_title_first {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.hck_symbol {
  margin-top: 0;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 20px;
}

.text-span {
  color: #fff;
  font-weight: 700;
}

.hck_tally {
  color: #ffea00;
  width: 100%;
  max-width: 700px;
  margin: 60px auto;
}

.text-span-2 {
  color: #fff;
  font-weight: 700;
  line-height: 180%;
}

.text-span-3 {
  color: #fff;
}

.hck_span-higlight {
  color: var(--hck-highlight);
  font-weight: 700;
}

.hck_c_footer {
  background-color: #0000001a;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 80px;
  display: flex;
}

.paragraph-4 {
  text-align: center;
}

.lxn_body {
  color: #6093ce;
  background-color: #fdfdef;
}

.def-container_main {
  width: 90%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}

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

.home-title {
  text-align: center;
  margin-top: -80px;
}

.def_c_total-center {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.hck-h2 {
  text-align: center;
  margin-top: 40px;
  font-size: 40px;
}

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

.span-50 {
  opacity: .4;
}

.link-2 {
  color: var(--hck-green);
}

.link-2:hover {
  color: var(--hck-highlight);
}

.hck_reach-out {
  margin-top: 40px;
}

.hck_c_2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.hck_c_2col.reverse {
  flex-flow: row-reverse;
}

.hck_cont-50 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 210px;
  padding: 24px 8px;
  font-size: 18px;
  line-height: 130%;
  display: flex;
}

.hck_cont-50.hck_outline {
  border: 1px solid var(--hck-green);
  border-radius: 1px;
  padding-left: 32px;
  padding-right: 32px;
}

.hack-para {
  width: 100%;
  margin-bottom: 0;
}

.hck-divider {
  border-bottom: 2px dashed var(--hck-green);
  height: 8px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.heading-3 {
  font-family: Bitter, serif;
}

.txt_ascii_online {
  flex: none;
  width: 280px;
  height: 110px;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.hck_c_expl_center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hck-h2-telebam {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 24px;
  font-size: 40px;
}

.hck_p_center {
  text-align: center;
}

.hck_logo-online {
  width: 240px;
}

.hck_c_faq {
  margin-top: 80px;
}

.hck-links {
  color: var(--hck-highlight);
}

.hck-links:hover {
  color: #fff;
}

.hck-links.hc_center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hck_center_all {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dsw_body {
  background-color: var(--dsw_black);
  color: #fff;
  font-family: Almendra, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.gen_title-horiz-8-8 {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.gen_title-horiz-8-8.hck_ttl_first {
  margin-top: 80px;
}

.dsw_title-horiz-padded-hck {
  justify-content: center;
  align-items: center;
  padding: 36px 0;
  display: flex;
}

.dsw_para {
  font-family: Almendra, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.dsw_para.dsw_para_center {
  text-align: center;
  font-family: Almendra, sans-serif;
  font-size: 22px;
  line-height: 140%;
}

.dsw_slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 690px;
  height: 100%;
  margin: 0 auto 40px;
}

.dsw_c_sliderbox {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.dsw-container-main {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dsw-container-main.narrrow {
  max-width: 720px;
}

.dsw_icon_slider {
  opacity: .3;
  font-size: 60px;
  transition: opacity .3s;
}

.dsw_icon_slider:hover {
  opacity: 1;
}

.dsw_h2 {
  color: #1b0607;
  padding: 34px;
  font-family: Almendra, sans-serif;
  font-size: 26px;
  line-height: 150%;
}

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

.dsw_logo {
  width: 360px;
}

.dsw_pad_top {
  height: 120px;
}

.dsw_slide-nav {
  opacity: .5;
  font-size: 8px;
}

.dsw_rich_text {
  font-family: Almendra, sans-serif;
}

.dsw_content {
  background-image: linear-gradient(#000, #1d0707 51%, #000);
  font-family: Almendra, sans-serif;
}

.dsw_richtext {
  min-height: 600px;
  display: none;
}

.clean-styles {
  max-width: 900px;
  margin: 60px auto;
}

.dsw_subtitle {
  margin-top: 64px;
  margin-bottom: 64px;
  font-size: 42px;
  line-height: 160%;
}

.dsw_c_center_text {
  text-align: center;
}

.dsw_para_sub {
  font-size: 24px;
}

.dsw_footer {
  background-color: #000000b3;
  min-height: 400px;
  margin-top: 100px;
}

.dsw_c_center_flex_vdrt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: flex;
}

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

.styles-hide {
  display: none;
}

.dsw-tally {
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin: 100px auto;
}

.div-block-2 {
  background-color: #b8b8b81a;
  border-radius: 20px;
  padding: 41px;
}

.dsw_img_scroll {
  z-index: -1;
  object-fit: contain;
  flex: none;
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.dsw_c_relative {
  justify-content: center;
  align-items: center;
  width: 690px;
  height: 480px;
  display: flex;
  position: relative;
}

.rsl_body {
  z-index: 0;
  color: #000;
  background-color: #e0e0e0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rsl_c_container_main {
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rsl_logo_center {
  margin-left: auto;
  margin-right: auto;
}

.rsl_h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.rsl_c_hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.rsl_grid_3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 300px;
}

.rsl_c_center_form {
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  display: flex;
}

.rsl_omgbg_large {
  z-index: -1;
  width: 400vw;
  height: 400vh;
  margin-top: -150vh;
  margin-left: -10vw;
  position: absolute;
  inset: 0%;
}

.rsl_txt_field {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.rsl_button_subscribe {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  padding: 20px;
  font-family: Montserrat, sans-serif;
}

.hck_io_subtitle {
  text-align: center;
  margin-top: 24px;
  font-size: 22px;
  line-height: 170%;
}

.list-para {
  line-height: 220%;
}

.hckio_symbol {
  margin: 8px 24px 0;
  font-size: 20px;
}

.space_40 {
  height: 40px;
}

@media screen and (max-width: 991px) {
  .c_container._760, .c_style {
    width: 80%;
  }

  .c_2col_hero {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .col1-hero_text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .col2hero-vid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .c_4col {
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .quote {
    font-size: 24px;
  }

  .c_event_title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image {
    max-width: 160px;
  }

  .html-embed {
    width: 420px;
    height: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .c_vid_contain {
    margin-left: auto;
    margin-right: auto;
  }

  .left_later {
    width: 20px;
    margin-left: 2px;
  }

  .right_later {
    width: 30px;
    margin-right: 7px;
  }
}

@media screen and (max-width: 767px) {
  .c_col-50 {
    width: 80%;
  }

  .c_contact_block {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .c_col_bottom {
    width: 60%;
  }

  .text-block {
    padding-bottom: 8px;
  }

  .hckc_title-horiz.hck_ttl_first, .gen_title-horiz-8-8.hck_ttl_first {
    flex-flow: column;
  }

  .dsw_h2 {
    font-size: 24px;
  }

  .dsw_subtitle {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .c_container {
    width: 85%;
  }

  .c_container._760, .c_container.event {
    width: 90%;
  }

  .c_container.maine {
    width: 100%;
    overflow: hidden;
  }

  .c_container.padded {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c_title {
    flex-direction: column;
  }

  .s_txt_title_big {
    font-size: 40px;
  }

  .c_2col_hero {
    width: 100%;
    margin-bottom: 24px;
    padding-top: 24px;
    overflow: hidden;
  }

  .col1-hero_text {
    width: 90%;
    padding-left: 0;
  }

  .col2hero-vid {
    overflow: hidden;
  }

  .c_2_col, .c_2_col.list {
    flex-direction: column;
  }

  .c_col-50 {
    width: 100%;
  }

  .c_col-50.text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .c_4col {
    grid-template-columns: 1fr;
    width: 95%;
  }

  .quote {
    width: 95%;
    font-size: 24px;
  }

  .c_footer {
    padding-top: 0;
  }

  .c_event_title.inset {
    width: 100%;
    padding-left: 0;
  }

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

  .c_col_3col_l, .c_col_3col_m {
    width: 100%;
  }

  .c_title_center {
    padding-left: 8px;
  }

  .txt_title_section {
    margin-bottom: 56px;
    font-size: 40px;
  }

  .txt_h3_events {
    font-size: 23px;
  }

  .html-embed {
    border-radius: 0;
    width: 100%;
    margin-right: auto;
    overflow: hidden;
  }

  .c_vid_contain {
    width: 100%;
  }

  .c_outline {
    border-width: 0;
    width: 100%;
  }

  .bottom-mask, .top-mask {
    width: 100%;
    margin-left: 0;
  }

  .left_later {
    display: none;
  }

  .right_later {
    margin-right: 0;
    display: none;
  }

  .hck_c_2col {
    flex-flow: column;
  }

  .hck_c_2col.reverse {
    flex-flow: column-reverse;
  }

  .hck_cont-50 {
    width: 100%;
  }

  .hck-h2-telebam {
    margin-top: 60px;
  }

  .dsw_slider {
    height: 200%;
  }

  .dsw_c_sliderbox {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dsw_icon_slider {
    display: none;
  }

  .dsw_h2 {
    font-size: 18px;
  }

  .dsw_subtitle {
    font-size: 26px;
  }

  .dsw_para_sub {
    font-size: 20px;
  }

  .dsw_img_scroll {
    transform: rotate(90deg);
  }

  .dsw_c_relative {
    aspect-ratio: 1;
    height: 510px;
  }
}

#w-node-c2169438-554d-e93d-c668-b702276dec9f-573d2226, #w-node-de944724-c41f-aca9-d29d-fbc04a75cfb4-573d2226, #w-node-_102650ef-76f9-d1c6-8371-4edfe0099dec-573d2226 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8dd313ea-f987-9e6b-8b24-da72abb107ea-573d2226, #w-node-_469235ca-8ae4-f85d-41b5-9b6da5a7546d-573d2226, #w-node-ebad3274-6c17-67dc-ae6e-e63e9e281b42-573d2226, #w-node-c207421d-cd4b-1bdd-cb0b-2c2b8efe2bcf-573d2226, #w-node-bccc311e-8ba4-7e02-a2fb-7e54d908fb92-d908fb92, #w-node-bccc311e-8ba4-7e02-a2fb-7e54d908fb93-d908fb92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Courier Prime';
  src: url('../fonts/Courier_Prime.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}