:root {
  --royal-blue: #597cd6;
  --lighter-black: #0d0d0d;
  --midnight-blue: #131e3a;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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-color: #000;
  font-family: Worksans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

.navbar {
  background-color: #131e3a;
  min-width: 100%;
  position: fixed;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #fff6;
  border-bottom: 3px solid #0000;
  margin-left: 18px;
  margin-right: 18px;
  padding: 12px 4px;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-2:hover {
  border-bottom: 3px solid #fff;
}

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

.container {
  max-width: 1200px;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container.navbar-container {
  height: auto;
}

.container.footer-container {
  color: #fff;
  border-top: 3px solid #597cd6;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding: 40px 10px;
  display: block;
}

.container.partner-program-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand-logo {
  width: 70px;
}

.brand {
  margin-top: 15px;
}

.brand.w--current:hover {
  opacity: .85;
}

.nav-menu {
  padding-top: 24px;
  padding-bottom: 24px;
}

.heading-holder {
  margin-bottom: 0;
  padding: 30px;
}

.homepage-contact-heading {
  color: #fff;
  text-align: center;
}

.hp-contact-body {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding-left: 115px;
  padding-right: 115px;
  display: flex;
}

.footer {
  background-color: #131e3a;
  padding-left: 30px;
  padding-right: 30px;
}

.hp-contact-form-block {
  margin-top: 40px;
}

.hp-contact-instructions {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

.hp-field-label {
  color: #ffffffe6;
  text-transform: uppercase;
}

.hp-text-field {
  border-radius: 4px;
  height: 50px;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 600;
}

.hp-text-field.hp-text-area {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 80px;
  max-height: 160px;
}

.hp-form {
  width: 650px;
}

.hp-contact-submit-div {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.hp-contact-submit-button {
  background-color: #597cd6;
  border-radius: 4px;
  padding: 15px 40px;
  font-size: 18px;
  line-height: 25px;
}

.hp-contact-submit-button:hover {
  background-color: #94a8cc;
}

.tothetop-button {
  opacity: 1;
  background-color: #131e3a;
  border: 5px solid #131e3a;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 4px 7px;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 5px #fff;
}

.tothetop-button:hover {
  background-color: #597cd6;
  border-color: #597cd6;
}

.tothetop-image {
  height: 40px;
}

.questions-contact-section {
  background-color: #131e3a;
  height: 750px;
}

.top {
  height: 0%;
}

.q-success-box {
  border-radius: 5px;
}

.q-success-text, .q-error-text {
  font-size: 22px;
  line-height: 35px;
}

.q-error-box {
  border-radius: 5px;
  margin-top: 20px;
  padding: 14px;
}

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

.footer-wrap.footerleftwrap, .footer-wrap.footercenterwrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  height: 110px;
}

.footer-email {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-decoration: 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: 260px;
  display: flex;
}

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

.logo-image {
  width: 70px;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-link:hover {
  color: #4c84d7;
}

.nav-link.w--current {
  color: #fff;
  font-size: 15.5px;
  font-weight: 700;
}

.nav-link.w--current:hover {
  color: var(--royal-blue);
}

.nav-dropdown-toggle {
  color: #fff;
}

.nav-dropdown-toggle:hover {
  color: #4c84d7;
}

.nav-mobile-dd-icon {
  display: none;
}

.navigation {
  z-index: 2;
  background-color: #000;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #4c84d799;
}

.nav-dropdown-list.w--open {
  background-color: #000;
  box-shadow: 0 0 5px 4px #fff3;
}

.nav-dropdown-link {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-dropdown-link:hover {
  color: #4c84d7;
}

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

.nav-dropdown-link.w--current:hover {
  color: var(--royal-blue);
}

.brand-2:hover {
  opacity: .5;
}

.nav-menu-2 {
  margin-top: 5px;
}

.navbar-container.container {
  padding: 15px 20px;
}

.hero-grid {
  grid-template-rows: auto;
}

.hero-image {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-button-wrapper {
  margin-top: 30px;
}

.hero-heading {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 52px;
}

.hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.hero-subheading {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
}

.hero-grid-div-left {
  padding: 40px;
}

.button-gradient {
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #131e3a, #597cd6);
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 16px;
  box-shadow: 2px 2px 5px #ffffff4d;
}

.button-gradient:hover {
  background-image: linear-gradient(315deg, #131e3a, #597cd6);
}

.service-paragraph-2 {
  font-size: 18px;
  line-height: 24px;
}

.seo-grid-div {
  padding: 40px;
}

.service-web-heading {
  margin-top: 40px;
}

.services-grid-seo {
  grid-template-rows: auto;
}

.services-grid-web {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.services-section {
  color: #fff;
}

.hp-secondary-heading {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
}

.service-seo-heading {
  margin-top: 40px;
}

.web-grid-div {
  padding: 40px;
}

.hp-services-container.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.services-icon {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-button-wrapper {
  margin-top: 20px;
}

.review-name {
  font-weight: 700;
}

.review-paragraph {
  font-style: italic;
}

.review-grid-div {
  color: #fff;
  padding: 20px;
  font-size: 16px;
}

.reviews-container.container {
  padding-top: 20px;
  padding-bottom: 60px;
}

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

.divider-section {
  padding-left: 15px;
  padding-right: 15px;
}

.divider-container.container {
  background-image: linear-gradient(to right, #131e3a 16%, #597cd6 50%, #131e3a 86%);
  height: 2px;
  padding: 0;
}

.logo-footer {
  width: 150px;
}

.footer-schedule-link {
  color: var(--royal-blue);
  text-decoration: none;
}

.footer-schedule-link:hover {
  opacity: .5;
}

.footer-logo-subtext {
  font-size: 18px;
  line-height: 26px;
}

.footer-logo-wrapper {
  margin-bottom: 25px;
}

.footer-logo-wrapper:hover {
  opacity: .5;
}

.footer-container.container {
  border-top-width: 0;
  border-top-color: #597cd600;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-grid-div {
  color: #fff;
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.portfolio-container.container {
  min-height: 60vw;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-top-heading {
  text-align: center;
}

.contact-container.container {
  min-height: 80vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-form-block {
  border-radius: 10px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.cinput {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 10px;
  height: 45px;
  font-size: 16px;
  line-height: 24px;
}

.cinput:focus {
  border-color: var(--royal-blue);
}

.cinput.ctextarea {
  height: auto;
  min-height: 160px;
  max-height: 200px;
}

.csubmit.button-gradient {
  background-image: linear-gradient(135deg, var(--midnight-blue), var(--royal-blue));
  padding-top: 15px;
  padding-bottom: 15px;
}

.csubmit.button-gradient:hover {
  background-image: linear-gradient(315deg, var(--midnight-blue), var(--royal-blue));
}

.csubmit-wrap {
  text-align: center;
  margin-top: 25px;
}

.csuccess-block {
  background-color: #ddd0;
  border: 2px solid #fff;
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
}

.cerror {
  color: red;
  text-align: center;
  background-color: #ffdede00;
  border: 2px solid red;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.hp-case-studies-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 20px;
}

.hp-case-study-grid-div {
  box-shadow: 0 0 5px 1px var(--royal-blue);
  text-align: center;
  border-radius: 10px;
  padding: 24px;
}

.hp-case-study-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
}

.hp-case-study-text-wrap {
  min-height: 150px;
}

.hp-case-study-button.button-gradient {
  width: 100%;
}

.hp-case-study-heading {
  font-weight: 600;
}

.web-design-container.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.standard-rich-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14.5px;
  line-height: 22px;
}

.standard-rich-text a {
  color: var(--royal-blue);
  text-decoration: none;
}

.standard-rich-text a:hover {
  opacity: .5;
}

.standard-rich-text li {
  line-height: 28px;
  list-style-type: square;
}

.standard-label {
  margin-top: 15px;
}

.standard-input {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 10px;
  height: 45px;
  font-size: 16px;
  line-height: 24px;
}

.standard-input:focus {
  border-color: var(--royal-blue);
}

.standard-textarea {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 10px;
  min-height: 160px;
  max-height: 200px;
  font-size: 16px;
  line-height: 24px;
}

.standard-textarea:focus {
  border-color: var(--royal-blue);
}

.standard-form-submit-wrap {
  text-align: center;
  margin-top: 20px;
}

.standard-form-submit.button-gradient {
  width: 220px;
}

.service-pages-get-started.button-gradient {
  width: 280px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.faq-content {
  overflow: hidden;
}

.faq-grid {
  grid-template-columns: 1fr 3fr;
  width: 100%;
}

.faq-paragraph {
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-question-title {
  letter-spacing: -.03em;
  margin-right: 10px;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-circle:hover {
  background-color: var(--royal-blue);
}

.faq-question-bar {
  color: #fff;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-link {
  color: var(--royal-blue);
  text-decoration: none;
}

.faq-link:hover {
  opacity: .5;
}

.services-faq-heading {
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
}

@media screen and (min-width: 1440px) {
  .container.footer-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1500px;
  }

  .container.footer-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-2 {
    text-align: center;
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 22px;
    line-height: 30px;
    display: block;
  }

  .nav-link-2:hover {
    background-color: #597cd6;
    border-bottom-color: #fff0;
  }

  .nav-link-2.w--current {
    border-bottom-color: #fff0;
  }

  .container.navbar-container {
    align-items: center;
    display: flex;
  }

  .container.footer-container {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    margin-top: 3px;
  }

  .brand.w--current {
    margin-top: 5px;
  }

  .nav-menu {
    background-color: #131e3a;
    box-shadow: 0 2px 20px 1px #597cd666;
  }

  .hp-contact-body {
    padding-left: 0;
    padding-right: 0;
  }

  .hp-text-field.hp-text-area {
    min-height: 120px;
  }

  .hp-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tothetop-button {
    display: none;
  }

  .questions-contact-section {
    height: auto;
    padding-bottom: 40px;
  }

  .q-success-text, .q-error-text {
    font-size: 20px;
  }

  .menu-button {
    color: #fff;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: auto;
    padding: 18px;
    font-size: 35px;
  }

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

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-link.nav-dd-link {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .nav-mobile-dd-icon {
    width: 12px;
    margin-top: 2px;
    margin-left: 6px;
    display: block;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
  }

  .nav-dropdown-link {
    text-align: center;
    font-weight: 400;
  }

  .nav-menu-2 {
    background-color: #000;
    margin-top: 0;
    box-shadow: 0 5px 7px #4c84d74d;
  }

  .menu-button-2 {
    color: #fff;
    margin-left: auto;
    font-size: 32px;
  }

  .menu-button-2:hover {
    color: #4c84d7;
  }

  .menu-button-2.w--open {
    color: var(--royal-blue);
    background-color: #c8c8c800;
  }

  .nav-dd-icon {
    display: none;
  }

  .hero-image {
    width: 300px;
  }

  .hero-heading {
    font-size: 36px;
    line-height: 46px;
  }

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

  .hero-grid-div-left {
    padding: 20px;
  }

  .hero-grid-div-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .seo-grid-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .seo-grid-div.service-icon-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .web-grid-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .web-grid-div.service-icon-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hp-services-container.container {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-grid {
    grid-template-columns: 1fr 4fr;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container.footer-container {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-holder {
    padding-bottom: 11px;
  }

  .homepage-contact-heading {
    font-size: 28px;
    line-height: 35px;
  }

  .hp-contact-form-block {
    width: 100%;
    margin-top: 20px;
  }

  .hp-contact-instructions {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 26px;
  }

  .hp-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .questions-contact-section {
    height: auto;
    padding-bottom: 31px;
  }

  .q-success-text {
    font-size: 18px;
  }

  .q-error-text {
    font-size: 16px;
  }

  .menu-button {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .hero-image {
    width: 250px;
  }

  .hero-heading {
    margin-top: 40px;
  }

  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-grid-div-left {
    text-align: center;
  }

  .button-gradient {
    font-size: 14px;
  }

  .seo-grid-div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-web-heading, .service-seo-heading {
    margin-top: 10px;
    font-size: 28px;
  }

  .hp-services-container.container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-icon {
    width: 225px;
  }

  .logo-footer {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-grid-div {
    flex-direction: column;
    display: flex;
  }

  .portfolio-container.container {
    padding-bottom: 40px;
  }

  .page-top-heading {
    font-size: 32px;
  }

  .contact-form-block {
    width: 100%;
  }

  .hp-case-studies-grid {
    grid-template-columns: 1fr 1fr;
  }

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

@media screen and (max-width: 479px) {
  .nav-link-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.navbar-container {
    padding-left: 4px;
    padding-right: 4px;
  }

  .container.homepage-contact-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-logo {
    width: 45px;
  }

  .brand.w--current {
    padding-left: 15px;
  }

  .heading-holder {
    padding-top: 11px;
  }

  .footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hp-contact-instructions {
    font-size: 16px;
  }

  .hp-text-field {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .menu-button {
    margin-right: 7px;
  }

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

  .hero-subheading {
    font-size: 22px;
  }

  .hero-grid-div-left {
    padding-left: 0;
    padding-right: 0;
  }

  .seo-grid-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-web-heading {
    font-size: 24px;
  }

  .hp-secondary-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .service-seo-heading {
    font-size: 24px;
  }

  .web-grid-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-grid-div {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .portfolio-container.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-top-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .contact-form-block {
    padding: 20px 14px;
  }

  .csubmit.button-gradient {
    width: 100%;
  }

  .hp-case-studies-grid {
    grid-template-columns: 1fr;
  }

  .standard-form-submit.button-gradient, .service-pages-get-started.button-gradient {
    width: 100%;
  }

  .faq-question-title {
    flex: 1;
  }
}

#w-node-ccf91049-e4a2-24dc-a32c-e92907dc464a-788cada2, #w-node-ccf91049-e4a2-24dc-a32c-e92907dc4652-788cada2, #rocket.w-node-ccf91049-e4a2-24dc-a32c-e92907dc4653-788cada2, #w-node-cf095851-2816-ba60-94f1-64a128bd8616-788cada2, #w-node-cf095851-2816-ba60-94f1-64a128bd8621-788cada2, #w-node-cf095851-2816-ba60-94f1-64a128bd8624-788cada2, #w-node-cf095851-2816-ba60-94f1-64a128bd8626-788cada2, #w-node-_323d89e5-0b56-891f-8dde-69a4ce970c41-788cada2, #w-node-_323d89e5-0b56-891f-8dde-69a4ce970c46-788cada2, #w-node-_323d89e5-0b56-891f-8dde-69a4ce970c4b-788cada2, #w-node-ed0284fd-aa6e-0b8d-7563-310b29a383c1-29a383be, #w-node-ed0284fd-aa6e-0b8d-7563-310b29a383c3-29a383be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f989aed1-c330-4a3d-8779-c21477f593fd-d76a4a88, #w-node-_32c8a7a6-80a0-806d-00d9-dfbc8421bd02-665cf930, #w-node-_85f66406-2ce4-ca0d-a10c-d0aafdfcf975-bb68c363 {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-f989aed1-c330-4a3d-8779-c21477f593fd-d76a4a88, #w-node-_32c8a7a6-80a0-806d-00d9-dfbc8421bd02-665cf930, #w-node-_85f66406-2ce4-ca0d-a10c-d0aafdfcf975-bb68c363 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ccf91049-e4a2-24dc-a32c-e92907dc464a-788cada2, #w-node-ccf91049-e4a2-24dc-a32c-e92907dc4652-788cada2, #w-node-cf095851-2816-ba60-94f1-64a128bd8616-788cada2, #w-node-cf095851-2816-ba60-94f1-64a128bd8621-788cada2, #w-node-cf095851-2816-ba60-94f1-64a128bd8624-788cada2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf095851-2816-ba60-94f1-64a128bd8626-788cada2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_323d89e5-0b56-891f-8dde-69a4ce970c41-788cada2, #w-node-_323d89e5-0b56-891f-8dde-69a4ce970c46-788cada2, #w-node-_323d89e5-0b56-891f-8dde-69a4ce970c4b-788cada2, #w-node-ed0284fd-aa6e-0b8d-7563-310b29a383c1-29a383be {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f989aed1-c330-4a3d-8779-c21477f593fd-d76a4a88, #w-node-_32c8a7a6-80a0-806d-00d9-dfbc8421bd02-665cf930, #w-node-_85f66406-2ce4-ca0d-a10c-d0aafdfcf975-bb68c363 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}