:root {
  --yellow: #f9bf1c;
  --dark-blue: #062144;
}

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

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

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

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

.navbar-no-shadow {
  z-index: 1999;
  background-image: linear-gradient(90deg, #0a3b7a, #3989db);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 200px;
}

.button-primary {
  color: #052246;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9bf1d;
  border-radius: 9px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 2px 2px 7px 3px #c59717ad;
}

.button-primary:hover {
  color: #052246;
  background-color: #f9bf1d;
  transform: translate(0, -2px);
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.linkblock {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button-primary.linkblock.wapp {
  color: #fff;
  background-color: #22b154;
  box-shadow: 2px 2px 7px 3px #22b1549c;
}

.button-primary.full {
  width: 100%;
}

.image {
  width: 200px;
}

.section {
  background-image: linear-gradient(90deg, #0a3c7be3, #0c3c7b80), url('../images/img-bcg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 50px;
  display: flex;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 45px;
}

.text-span {
  color: var(--yellow);
  font-size: 66px;
  line-height: 50px;
}

.text-block {
  color: var(--yellow);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--yellow);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

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

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

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

.image-2 {
  max-width: 80%;
  max-height: none;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000003;
  border-radius: 11px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: grid;
  box-shadow: inset 0 2px 5px #0003;
}

.text-span-2 {
  color: var(--yellow);
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-3 {
  color: var(--yellow);
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-3.green {
  color: #00ca00;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-3.smaller {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.code-embed-4 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.text-span-3 {
  color: var(--yellow);
}

.tab-nonactive {
  color: #062244;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9bf1d;
  border-radius: 9px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 2px 2px 7px 3px #c59717ad;
}

.tab-nonactive:hover {
  color: #052246;
  background-color: #f9bf1d;
  transform: translate(0, -2px);
}

.tab-nonactive:active {
  background-color: #43464d;
}

.tab-nonactive.w--current {
  background-color: var(--dark-blue);
  color: #fff;
  box-shadow: 2px 2px 7px 3px #06214485;
}

.tab-nonactive.linkblock {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.tab-nonactive.linkblock.wapp {
  color: #fff;
  background-color: #22b154;
  box-shadow: 2px 2px 7px 3px #22b1549c;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  min-width: 1000px;
  margin-top: 20px;
}

.div-block-13 {
  background-color: #000;
  border-radius: 9px;
  width: 100%;
  height: 300px;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 2px 7px 2px #00000057;
}

.div-block-13:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 7px 2px #000000a8;
}

.div-block-13._2 {
  height: 620px;
}

.tabs {
  width: 100%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  display: none;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 700px;
  display: flex;
}

.div-block-15 {
  background-image: linear-gradient(139deg, var(--dark-blue), #3988da);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-span-4 {
  color: var(--yellow);
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-blue);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.text-block-5 {
  background-image: linear-gradient(90deg, var(--dark-blue), #4e89c5);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 28px;
}

.text-span-5 {
  background-color: var(--yellow);
  color: var(--yellow);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-6 {
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
}

.text-block-6 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.form-section {
  background-image: linear-gradient(135deg, #0a3d7b 0%, #072246 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 50px;
  display: flex;
}

.form-wrapper {
  background-color: #122b4980;
  border-radius: 16px;
  width: 100%;
  max-width: 750px;
  padding: 40px;
}

.form-title {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.form-group {
  flex-direction: column;
  margin-bottom: 12px;
  display: flex;
}

.form-group-row {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 12px;
  display: grid;
}

.form-label {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.form-input {
  background-color: #fff;
  border-width: 0;
  border-radius: 8px;
  padding: 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  box-shadow: 0 2px 5px #0000001a;
}

.form-submit {
  color: #052246;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f9bf1d;
  border-width: 0;
  border-radius: 9px;
  width: 100%;
  margin-top: 8px;
  padding: 14px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  transition: all .2s;
  box-shadow: 2px 2px 7px 3px #c59717ad;
}

.form-textarea {
  resize: vertical;
  background-color: #fff;
  border-width: 0;
  border-radius: 8px;
  min-height: 120px;
  padding: 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.div-block-17 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-17._2 {
  width: 100%;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1.4% 2% auto;
}

.image-4 {
  width: 70px;
  transition: all .2s;
}

.image-4:hover {
  filter: drop-shadow(0 2px 5px #000000b3);
  transform: scale(1.1);
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--yellow);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.image-5 {
  filter: invert();
  width: 200px;
}

.text-block-7 {
  margin-top: 10px;
}

.text-block-8 {
  background-image: linear-gradient(144deg, var(--dark-blue), #3887d9);
  color: #333;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  font-weight: 800;
  line-height: 32px;
}

.link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: #00a7bd;
}

.section-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-9 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  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;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #000;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .tab-nonactive {
    text-align: center;
  }

  .tabs-menu {
    flex-flow: column;
    align-items: stretch;
  }

  .tabs-content {
    min-width: auto;
  }

  .div-block-13._2 {
    height: 300px;
  }

  .form-section {
    padding: 50px 30px;
  }

  .form-wrapper {
    padding: 30px;
  }

  .form-title {
    font-size: 28px;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .icon {
    filter: brightness(0%) invert();
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    text-align: center;
  }

  .div-block-8 {
    grid-template-columns: 1fr 1fr;
  }

  .form-section {
    padding: 40px 16px;
  }

  .form-wrapper {
    padding: 20px 16px;
  }

  .form-group-row {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    margin-top: 40px;
  }

  .heading {
    font-size: 34px;
    line-height: 38px;
  }

  .text-span {
    font-size: 50px;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .div-block-4 {
    flex-flow: column;
    width: 100%;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-13, .div-block-13._2 {
    height: 150px;
  }

  .div-block-17 {
    width: 100%;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 10px;
  }

  .container {
    max-width: none;
  }

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

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

#w-node-e45d3108-ce98-aa0b-1b14-281b60019021-b027a54c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71dd8397-3c83-9aa2-38d8-d6ea9dba8ffa-b027a54c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71dd8397-3c83-9aa2-38d8-d6ea9dba8fff-b027a54c, #w-node-_71dd8397-3c83-9aa2-38d8-d6ea9dba9003-b027a54c {
  grid-column: span 2 / span 2;
}

#w-node-_71dd8397-3c83-9aa2-38d8-d6ea9dba900f-b027a54c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_782d69b5-1a92-4099-9474-54c6bc1af247-b027a54c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_782d69b5-1a92-4099-9474-54c6bc1af24c-b027a54c, #w-node-_782d69b5-1a92-4099-9474-54c6bc1af250-b027a54c {
  grid-column: span 2 / span 2;
}

#w-node-_782d69b5-1a92-4099-9474-54c6bc1af25c-b027a54c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d79f484e-7d79-edfe-5819-1ffe143ebe92-b027a54c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d79f484e-7d79-edfe-5819-1ffe143ebe94-b027a54c, #w-node-d6a23501-2769-a744-f06e-8ab7392b964a-b027a54c {
  grid-column: span 2 / span 2;
}

#w-node-_393a6b52-8570-4731-1f51-28c932aa82a0-b027a54c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_2470a36a-7c1e-cc85-01da-c1af54c3c7cb-b027a54c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2470a36a-7c1e-cc85-01da-c1af54c3c7d0-b027a54c, #w-node-_2470a36a-7c1e-cc85-01da-c1af54c3c7d4-b027a54c {
  grid-column: span 2 / span 2;
}

#w-node-_2470a36a-7c1e-cc85-01da-c1af54c3c7e0-b027a54c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7fc412f0-74d0-7222-6f7c-d1e59358cc03-b027a54c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7fc412f0-74d0-7222-6f7c-d1e59358cc08-b027a54c, #w-node-_7fc412f0-74d0-7222-6f7c-d1e59358cc0c-b027a54c {
  grid-column: span 2 / span 2;
}

#w-node-_7fc412f0-74d0-7222-6f7c-d1e59358cc18-b027a54c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5a67a3f6-1b4b-4ab8-8a0c-aad9fed0f4b9-b027a54c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5a67a3f6-1b4b-4ab8-8a0c-aad9fed0f4be-b027a54c, #w-node-_5a67a3f6-1b4b-4ab8-8a0c-aad9fed0f4c2-b027a54c {
  grid-column: span 2 / span 2;
}

#w-node-e345db07-3390-2783-f110-90aaefeab42b-efeab422, #w-node-e345db07-3390-2783-f110-90aaefeab434-efeab422, #w-node-e345db07-3390-2783-f110-90aaefeab43d-efeab422 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_71dd8397-3c83-9aa2-38d8-d6ea9dba8ffa-b027a54c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_71dd8397-3c83-9aa2-38d8-d6ea9dba8fff-b027a54c, #w-node-_71dd8397-3c83-9aa2-38d8-d6ea9dba9003-b027a54c {
    grid-column: span 1 / span 1;
  }

  #w-node-_71dd8397-3c83-9aa2-38d8-d6ea9dba900f-b027a54c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_782d69b5-1a92-4099-9474-54c6bc1af247-b027a54c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_782d69b5-1a92-4099-9474-54c6bc1af24c-b027a54c, #w-node-_782d69b5-1a92-4099-9474-54c6bc1af250-b027a54c {
    grid-column: span 1 / span 1;
  }

  #w-node-_782d69b5-1a92-4099-9474-54c6bc1af25c-b027a54c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d79f484e-7d79-edfe-5819-1ffe143ebe92-b027a54c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d79f484e-7d79-edfe-5819-1ffe143ebe94-b027a54c, #w-node-d6a23501-2769-a744-f06e-8ab7392b964a-b027a54c {
    grid-column: span 1 / span 1;
  }

  #w-node-_393a6b52-8570-4731-1f51-28c932aa82a0-b027a54c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


