:root {
  --white: white;
  --black: black;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --786ed2: #786ed2;
  --deep-pink: #ff7bac;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  color: #fff;
  object-fit: fill;
  background-color: #001e38;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 10vh 10svw 5vh;
  display: flex;
}

.section.center {
  background-color: #001e38;
  background-image: linear-gradient(162deg, #786ed2, #001e38 70%);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.section._2 {
  padding-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
}

.section._3 {
  padding-top: 1vh;
  padding-bottom: 1vh;
}

.section.gradient-1 {
  background-image: linear-gradient(166deg, #786ed2, #001e38 70%);
  padding-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.hero {
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  text-align: center;
  border-bottom: 1px rgba(255, 255, 255, .1);
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, sans-serif;
}

.heading-2 {
  color: #786ed2;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
}

.heading-2.white {
  color: #fff;
  line-height: 3.4rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #786ed2;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.paragraph {
  color: #fff;
  text-align: left;
  overflow-wrap: normal;
  width: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.paragraph.left {
  text-align: left;
  line-height: 1.5rem;
}

.paragraph.violet {
  color: #786ed2;
  margin-bottom: 10px;
  padding-top: 10px;
  font-weight: 600;
}

.paragraph.small {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #001e38;
  width: auto;
  max-width: 70%;
  font-size: .8rem;
  line-height: 1.2rem;
}

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

.paragraph.text-with-icon {
  margin-bottom: 0;
  padding-left: 0;
}

.image-2 {
  text-align: center;
  flex: none;
}

.nav-menu-wrap {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-link {
  pointer-events: auto;
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  font-weight: 400;
  box-shadow: inset 0 -5px #786ed2;
}

.nav-link.w--current {
  outline-offset: 0px;
  color: #fff;
  object-fit: fill;
  border-bottom: 0 solid #786ed2;
  outline: 0 #fff;
  font-weight: 400;
  text-decoration: none;
  box-shadow: inset 0 -5px #786ed2;
}

.nav-link.w--current:hover {
  outline-offset: 0px;
  outline: 3px #fff;
  font-weight: 400;
  box-shadow: inset 0 -5px #786ed2;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.hero-subhead {
  color: #fff;
  text-align: left;
  max-width: 100%;
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 2rem;
}

.footer {
  background-color: #000;
  border-top: 1px solid #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 10svw;
  padding-right: 10svw;
  display: flex;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.nav-menu-2 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: #e6b743;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.heading-3.big {
  font-size: 2rem;
}

.heading-4 {
  color: #786ed2;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 32px;
}

.heading-4.violet {
  color: #fff;
  margin-top: 0;
  padding-top: 10px;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.9rem;
}

.heading-4.left {
  color: #e6b743;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.heading-4.pad-20 {
  padding-left: 20px;
}

.heading-4.link {
  color: #786ed2;
}

.heading-4.link.lef {
  text-align: left;
}

.list {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  list-style-type: square;
  display: block;
}

.list._2-columns {
  column-count: 2;
  column-gap: 40px;
}

.youtube {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.div-fade {
  padding-top: 20px;
}

.div-fade.padding-50 {
  padding-top: 50px;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: wrap;
  align-content: space-between;
  justify-content: center;
  align-items: center;
}

.flex-block.fb2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.flex-block.horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-bottom: 20px;
  display: grid;
}

.flex-element {
  text-align: center;
  background-color: #1c7db7;
  border-radius: 3px;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 150px;
  height: 100px;
  padding: 10px;
  display: block;
}

.flex-element.link {
  width: 140px;
}

.text-block-3 {
  color: #fff;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.bold-text {
  color: #e6b743;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.div-block-header {
  text-align: center;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.list-2 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.list-2.padding-50 {
  padding-left: 60px;
}

.image-5 {
  max-width: 100%;
}

.section-violet {
  color: #fff;
  background-color: #1c7db7;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  margin-bottom: 5svh;
  margin-left: 10svw;
  padding: 20px 10svw 20px 40px;
}

.section-violet.long {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  padding-left: 10svw;
}

.div-violet {
  margin-top: 0;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
}

.grid._4 {
  grid-column-gap: 25px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-6 {
  max-width: 100px;
}

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

.div-block-image.pad-20 {
  padding-top: 20px;
}

.container-blue {
  background-color: #1c7db7;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 25px;
  display: flex;
}

.image-8 {
  max-width: 42px;
  margin-right: 20px;
  padding-bottom: 20px;
}

.image-9 {
  margin-bottom: 20px;
  margin-right: 20px;
}

.accordion-heading {
  color: #fff;
  cursor: pointer;
  background-color: #786ed2;
  border-bottom: 1px rgba(4, 26, 23, .11);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: static;
}

.accordion-heading:hover {
  color: #fff;
  background-color: #938bdb;
}

.accordion-heading:active {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #605d89;
  background-clip: border-box;
  position: static;
}

.accordion-icon-block {
  background-color: #fff;
  border-radius: 100%;
  padding: 8px 10px;
  line-height: 15px;
}

.accordion-title {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.accordion-main-block {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.accordion-wrapper {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.accordion-icon {
  width: 15px;
  line-height: 15px;
}

.accordion-content {
  padding-top: 10px;
  overflow: hidden;
}

.accordion-content.active {
  font-size: 1rem;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bold-text-2 {
  font-size: 1.4rem;
}

.link-block {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.columns-5 {
  font-family: Montserrat, sans-serif;
}

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

.column-6 {
  padding-left: 20px;
  padding-right: 0;
}

.image-small {
  max-width: 300px;
}

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

.div-block.center {
  align-self: center;
}

.tag {
  color: #e6b743;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.yellow {
  color: #e6b743;
  font-size: 1.6rem;
}

.bold-text-3 {
  font-size: 1.2rem;
}

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

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 1;
  order: 0;
  align-self: flex-start;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.page-wrapper.bg-navy {
  background-color: #001e38;
}

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

.utility-page-wrap {
  background-color: #001e38;
  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;
  align-self: center;
  width: 260px;
  display: flex;
}

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

.image-12 {
  align-self: center;
}

.div-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

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

@media screen and (min-width: 1920px) {
  .heading-2.white {
    color: #e6b743;
  }

  .hero-subhead {
    text-align: left;
  }

  .accordion-heading {
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #938bdb;
    background-clip: border-box;
    position: static;
  }

  .accordion-heading:hover {
    color: #fff;
    background-color: #6e68a4;
  }

  .accordion-title {
    font-family: Montserrat, sans-serif;
  }

  .accordion-content, .accordion-content.active {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .section._2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-subhead {
    font-size: 1.4rem;
    line-height: 31px;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 1.4rem;
  }

  .heading-4.violet {
    font-size: 1.2rem;
  }

  .heading-4.link {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .heading-4.link.lef {
    font-size: 1.4rem;
  }

  .list._2-columns {
    column-count: 1;
  }

  .bold-text {
    font-size: 1.4rem;
  }

  .div-block-header {
    flex-flow: wrap;
  }

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

  .image-6 {
    max-width: 80px;
  }

  .div-block-image {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-image.reverce {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-image.left {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .container-blue {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .image-9 {
    padding-top: 15px;
  }

  .bold-text-2 {
    font-size: 1.2rem;
  }

  .column-5 {
    flex-flow: wrap;
    display: flex;
  }

  .div-block-home {
    flex-flow: column;
  }

  .image-80 {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section._2, .section._3, .section.gradient-1 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: .9rem;
  }

  .paragraph.small, .image-2 {
    max-width: 100%;
  }

  .hero-content {
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-4, .heading-4.violet {
    font-size: 1.2rem;
  }

  .heading-4.left {
    font-size: 1.4rem;
  }

  .heading-4.link.lef {
    font-size: 1.2rem;
  }

  .list {
    padding-left: 20px;
    font-size: .9rem;
  }

  .list._2-columns {
    padding-left: 20px;
  }

  .div-fade {
    padding-top: 0;
  }

  .flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-grid;
  }

  .flex-block.horizontal {
    grid-template-columns: 1fr 1fr;
  }

  .flex-element.link {
    width: 120px;
    font-size: .9rem;
  }

  .list-item {
    font-size: .9rem;
  }

  .div-block-header.reverce {
    flex-flow: wrap-reverse;
  }

  .list-2.padding-50 {
    padding-left: 40px;
  }

  .section-violet {
    margin-left: 8svw;
    padding-left: 30px;
    padding-right: 8svw;
  }

  .section-violet.long {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .grid {
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: stretch;
    display: flex;
  }

  .grid._4 {
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    display: flex;
  }

  .div-block-image.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion-title {
    font-size: 18px;
  }

  .grid-4.text-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: .9rem;
  }

  .bold-text-2 {
    font-size: 1.2rem;
  }

  .image-small {
    max-width: 250px;
  }

  .div-block-2 {
    flex-flow: wrap;
  }

  .image-80 {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding: 10vh 6svw;
  }

  .section._2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section._2.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section._3, .section.gradient-1 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .heading-2.white {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }

  .paragraph {
    width: auto;
    max-width: none;
  }

  .paragraph.left {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .paragraph.small {
    text-indent: 0;
    width: auto;
    font-size: .6rem;
    font-weight: 300;
    line-height: 1rem;
  }

  .image-2 {
    width: 100%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .hero-subhead {
    font-size: 1.2rem;
  }

  .heading-3 {
    width: auto;
    max-width: none;
    font-size: 1.4rem;
    line-height: 37px;
  }

  .heading-3.big {
    font-size: 1.2rem;
  }

  .heading-4 {
    width: auto;
    max-width: 100%;
  }

  .heading-4.violet {
    width: 290px;
  }

  .heading-4.left {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .div-fade {
    flex: 0 auto;
    width: auto;
    max-width: 100%;
    margin-right: 0;
    position: static;
  }

  .div-fade.padding-50 {
    text-align: left;
  }

  .flex-block.horizontal {
    grid-template-columns: 1fr;
  }

  .flex-block._1 {
    grid-template-rows: auto;
  }

  .section-violet {
    padding-left: 15px;
    padding-right: 6svw;
  }

  .div-block-image {
    max-width: 100%;
  }

  .container-blue {
    width: auto;
    max-width: 100%;
    padding: 15px;
  }

  .accordion-heading {
    width: auto;
    max-width: 100%;
    padding: 4px 15px 8px;
  }

  .accordion-icon-block {
    padding-left: 11px;
    padding-right: 11px;
  }

  .accordion-title {
    padding-right: 15px;
    font-size: 18px;
  }

  .accordion-main-block {
    max-width: 105%;
  }

  .accordion-icon {
    width: 20px;
  }

  .accordion-content.active {
    max-width: 100%;
  }

  .grid-4.text-center {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: .5fr 1fr 1fr 1fr;
    align-content: center;
    align-self: center;
    max-width: 100%;
    font-size: .8rem;
    line-height: 1;
  }

  .bold-text-2 {
    width: 290px;
  }

  .div-header-inner {
    width: 295px;
  }

  .div-block.center {
    aspect-ratio: auto;
  }

  .text-center {
    padding-bottom: 5px;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .div-block-home {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .image-13 {
    text-align: left;
    vertical-align: baseline;
    padding-left: 0;
    padding-right: 0;
  }

  .mob {
    white-space: pre;
    width: 0;
    max-width: 50%;
    font-weight: 600;
  }

  .bold-text-4 {
    font-size: 1.8rem;
  }
}

#w-node-_2c1f8bc1-8256-1d04-def8-d50c4d926c15-5e573d58, #w-node-_2c1f8bc1-8256-1d04-def8-d50c4d926c16-5e573d58, #w-node-_2c1f8bc1-8256-1d04-def8-d50c4d926c17-5e573d58 {
  align-self: center;
  justify-self: center;
}

#w-node-_1d76f473-fcec-25b4-38f5-348bacee402b-5e573d58 {
  align-self: start;
}

#w-node-_75af7657-5df2-e929-b05d-c909568a17dc-5e573d58, #w-node-_75af7657-5df2-e929-b05d-c909568a17dd-5e573d58, #w-node-_75af7657-5df2-e929-b05d-c909568a17de-5e573d58, #w-node-f9bdd7b0-8d84-50d9-b474-b7af657b72ec-5e573d58 {
  align-self: center;
  justify-self: center;
}

#w-node-f297ef38-f678-8568-cb9f-9668af242dca-5e573d58 {
  align-self: center;
}

#w-node-_51b4c530-ebf8-524b-f2a2-3b7c74311a51-5e573d58 {
  align-self: center;
  justify-self: center;
}

#w-node-e90ede41-43a8-7dab-a6c5-c0e6aad35da4-5e573d58 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-fd827289-1f12-a816-c67b-3f7cd747e31a-5e573d58 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8939a394-4f11-2a2d-96bc-ca0351ea5ff3-5e573d58 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_47c07cd3-1e6d-6640-0d6b-9dc814b0c714-5e573d58 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3b8f58b5-9e46-700b-7d03-bb1b82d9fad5-5e573d58 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_63b18862-e819-bcbd-032e-cdb7893d18b8-5e573d58 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7d23bd64-90f2-24bf-7495-daa74c7459af-5e573d58 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_39b7a71a-3242-aaa3-5be3-9a74066cbf29-5e573d58 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_8c85cb9d-717c-d8f8-5fb7-6f1e08d6f1f7-5e573d58 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_6b2ad6c3-b073-551e-3c28-ae0380a51b46-5e573d58 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-b7767bcd-9f7f-517c-36f1-2a6f8673c80b-5e573d58 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_605d2665-ce27-8ef0-9a79-d900e53f94d5-5e573d58 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-b18b4ce9-a435-f25c-c633-6d5030d7eafe-5e573d58, #w-node-_768687a4-9b21-da7e-1cb4-a554e2d15d11-5e573d58, #w-node-f5a84ee9-6436-1964-b351-d9e886d47e6b-5e573d58, #w-node-_09a12b2f-a9c2-6653-6c7c-c4899c5ab73a-5e573d58, #w-node-d54a8250-7b22-5b7f-a722-70015a68fbb3-5e573d58, #w-node-a540e9ad-13bd-1838-946a-1aa649582e43-5e573d58, #w-node-_56923804-ca5d-7a44-c6c2-d07e5ab72463-5e573d58, #w-node-_2f36ac9b-27c8-6a14-d8e6-b75dd86da6de-5e573d58, #w-node-_8d06833c-b156-0abd-03b7-f6e48098b577-5e573d58, #w-node-bfe15b3d-66e0-f721-c2ce-4b2d88d3e7c7-5e573d58, #w-node-_91fcf06a-e6c4-65ce-6748-ac24e32cd1a5-5e573d58, #w-node-_56a04756-39d1-1f43-2aaf-96971789306b-5e573d58, #w-node-bedae084-12e0-2dc0-07bf-ac82e1a372ee-5e573d58, #w-node-e6920ea0-d768-15db-df0b-fd9e569170a8-5e573d58, #w-node-b354a60d-e9b1-5f4a-44c8-0ba08a35705b-5e573d58, #w-node-_19fdb6c6-3e0b-ebde-9e8c-c06351c84894-5e573d58, #w-node-_53d5b7bf-9b70-db1d-825e-d6a45487b4b6-5e573d58, #w-node-_4396eeb4-0dca-147c-3d49-0ec19a37dcd8-5e573d58, #w-node-_3ea8e72d-01bb-1c23-401e-c6b5bd1f7d51-5e573d58, #w-node-_73795bae-e69d-4796-79b2-c87a52c8cf61-5e573d58, #w-node-_7607b658-44a4-ce34-9315-a62c8f507443-5e573d58, #w-node-_0efd5235-90c0-920a-8090-cadd228f9c60-5e573d58, #w-node-ea82484a-abe5-6875-8573-abe1e4fd7cba-5e573d58, #w-node-ae2dc783-4ae8-d2fa-c891-8730c9a31af5-5e573d58, #w-node-_28ff4e82-8a5d-bb4d-1b0c-9369d350a7e4-5e573d58, #w-node-_33d812e4-436d-10ac-5730-4616cc2f2da3-5e573d58, #w-node-e7616e65-9a12-30d3-1e56-d27f1f6867f6-5e573d58, #w-node-c5662b20-8e3e-c6c3-2186-ef911c359ca1-5e573d58, #w-node-_159a2cf3-985a-758a-a2dd-ca4ae4957564-5e573d58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_507d5395-43ce-f0c1-0591-168fd10caee0-89942445, #w-node-_507d5395-43ce-f0c1-0591-168fd10caee1-89942445, #w-node-_507d5395-43ce-f0c1-0591-168fd10caee2-89942445, #w-node-_507d5395-43ce-f0c1-0591-168fd10caee3-89942445, #w-node-_788be64f-e432-9afe-4231-3228db028211-812ae89f, #w-node-_788be64f-e432-9afe-4231-3228db028212-812ae89f, #w-node-_788be64f-e432-9afe-4231-3228db028213-812ae89f, #w-node-_26d7d5ed-79a3-1ecb-dd0a-341e744dd26b-812ae89f, #w-node-_0d05db3c-bfb9-9446-5184-752b64e84188-812ae89f, #w-node-_0d05db3c-bfb9-9446-5184-752b64e84189-812ae89f, #w-node-_819bbc73-c920-000a-ce25-7f9ab9612da4-812ae89f, #w-node-_819bbc73-c920-000a-ce25-7f9ab9612da5-812ae89f, #w-node-_819bbc73-c920-000a-ce25-7f9ab9612da6-812ae89f, #w-node-ce63046a-e82f-1911-fd07-a5bdb2aea007-0e4d5b42, #w-node-ce63046a-e82f-1911-fd07-a5bdb2aea008-0e4d5b42, #w-node-ce63046a-e82f-1911-fd07-a5bdb2aea009-0e4d5b42, #w-node-e508941b-04a7-d80d-5420-612ed15bb32b-0e4d5b42, #w-node-e508941b-04a7-d80d-5420-612ed15bb32c-0e4d5b42, #w-node-e508941b-04a7-d80d-5420-612ed15bb32d-0e4d5b42, #w-node-aa6ad3a8-bcc4-f669-58c6-4015d66b7d62-0e4d5b42, #w-node-aa6ad3a8-bcc4-f669-58c6-4015d66b7d63-0e4d5b42, #w-node-aa6ad3a8-bcc4-f669-58c6-4015d66b7d64-0e4d5b42 {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c1e7d97c-8dc6-b455-bac4-9806da3e29ab-2ac74672, #w-node-_1a86d48e-d174-98f5-f70d-ba7f017c6e36-2ac74672, #w-node-_3b125cc7-b642-7875-fcdb-acb8363fdd6c-2ac74672, #w-node-_17a18afb-73d4-77aa-a2df-217f2b895ce8-2ac74672, #w-node-d9b87e3c-082b-36f5-f65a-326688644bb5-2ac74672, #w-node-edd24a92-0429-c746-fdd4-986a7d9aea42-2ac74672 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fd827289-1f12-a816-c67b-3f7cd747e31a-5e573d58 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_8939a394-4f11-2a2d-96bc-ca0351ea5ff3-5e573d58, #w-node-_47c07cd3-1e6d-6640-0d6b-9dc814b0c714-5e573d58, #w-node-_63b18862-e819-bcbd-032e-cdb7893d18b8-5e573d58, #w-node-_7d23bd64-90f2-24bf-7495-daa74c7459af-5e573d58, #w-node-_39b7a71a-3242-aaa3-5be3-9a74066cbf29-5e573d58, #w-node-_6b2ad6c3-b073-551e-3c28-ae0380a51b46-5e573d58, #w-node-b7767bcd-9f7f-517c-36f1-2a6f8673c80b-5e573d58, #w-node-b18b4ce9-a435-f25c-c633-6d5030d7eafe-5e573d58, #w-node-_768687a4-9b21-da7e-1cb4-a554e2d15d11-5e573d58, #w-node-f5a84ee9-6436-1964-b351-d9e886d47e6b-5e573d58, #w-node-_09a12b2f-a9c2-6653-6c7c-c4899c5ab73a-5e573d58, #w-node-a540e9ad-13bd-1838-946a-1aa649582e43-5e573d58, #w-node-_56923804-ca5d-7a44-c6c2-d07e5ab72463-5e573d58, #w-node-_2f36ac9b-27c8-6a14-d8e6-b75dd86da6de-5e573d58, #w-node-bfe15b3d-66e0-f721-c2ce-4b2d88d3e7c7-5e573d58, #w-node-_91fcf06a-e6c4-65ce-6748-ac24e32cd1a5-5e573d58, #w-node-_56a04756-39d1-1f43-2aaf-96971789306b-5e573d58, #w-node-e6920ea0-d768-15db-df0b-fd9e569170a8-5e573d58, #w-node-b354a60d-e9b1-5f4a-44c8-0ba08a35705b-5e573d58, #w-node-_19fdb6c6-3e0b-ebde-9e8c-c06351c84894-5e573d58, #w-node-_4396eeb4-0dca-147c-3d49-0ec19a37dcd8-5e573d58, #w-node-_3ea8e72d-01bb-1c23-401e-c6b5bd1f7d51-5e573d58, #w-node-_73795bae-e69d-4796-79b2-c87a52c8cf61-5e573d58, #w-node-_0efd5235-90c0-920a-8090-cadd228f9c60-5e573d58, #w-node-ea82484a-abe5-6875-8573-abe1e4fd7cba-5e573d58, #w-node-ae2dc783-4ae8-d2fa-c891-8730c9a31af5-5e573d58, #w-node-_33d812e4-436d-10ac-5730-4616cc2f2da3-5e573d58, #w-node-e7616e65-9a12-30d3-1e56-d27f1f6867f6-5e573d58, #w-node-c5662b20-8e3e-c6c3-2186-ef911c359ca1-5e573d58 {
    align-self: center;
  }
}


