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

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

.container {
  border: 0 solid #000;
  border-radius: 0;
  flex-flow: column;
  align-items: baseline;
  max-width: 100%;
  transition: opacity .2s;
  display: flex;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.container.boxed {
  border-width: 3px;
  border-color: #00d0ff;
  border-radius: 9px;
  padding: 0 20px 10px;
}

.faq {
  flex-flow: column;
  width: 0%;
  display: flex;
}

.dropdown {
  flex-flow: row;
  flex: 0 auto;
  width: 100px;
  height: 80px;
  display: flex;
}

.faq-toggle {
  width: 100%;
  height: 80px;
  display: flex;
}

.heading {
  text-align: left;
  display: flex;
}

.heading-2 {
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  height: 80px;
  display: flex;
}

.dropdown-2 {
  width: 100%;
  position: static;
  overflow: hidden;
}

.dropdown-list {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: static;
}

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

.accordion-toggle {
  align-items: center;
  height: 80px;
  display: flex;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.text-block {
  white-space: normal;
  flex: none;
  width: 100%;
}

.faq-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: flex;
  box-shadow: 0 100px 100px -50px rgba(0, 0, 0, .15);
}

.faq-paragraph {
  margin-bottom: 40px;
}

.div-block {
  background-image: url('../images/Screen-Shot-2020-11-19-at-8.52.06-AM.png');
  background-position: 50%;
  background-size: auto;
}

.faq-2 {
  background-color: rgba(255, 255, 255, .95);
  width: 100%;
  max-width: none;
  padding: 100px;
  box-shadow: 0 20px 100px rgba(196, 202, 227, .25);
}

.faq-card-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
  box-shadow: 0 100px 100px -50px rgba(0, 0, 0, .15);
}

.faq-3 {
  background-color: rgba(255, 255, 255, .95);
  max-width: 840px;
  padding: 100px;
  box-shadow: 0 20px 100px rgba(196, 202, 227, .25);
}

.accordion-content-divider {
  border-bottom: 1px dashed rgba(51, 51, 51, .2);
  width: 100%;
  height: 0;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

._w-accordion-item-q-icon {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.subheader {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.accordion-item-a-text {
  color: #666;
  margin-bottom: 0;
}

.c-accordion-item-a {
  box-shadow: none;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  outline-offset: 0px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  outline: 3px #555;
  transition: opacity .2s;
  overflow: hidden;
}

.c-accordion-item-a:hover {
  box-shadow: none;
  outline-width: 0;
}

._w-accordion-item-q {
  display: flex;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion-item-q-icon-stripe-1 {
  background-color: red;
  border: 3px solid red;
  width: 100%;
  height: .3em;
  position: relative;
}

.c-accordion-item {
  color: #fff;
  object-fit: fill;
  background-color: #000;
  border-radius: 0;
  margin-bottom: 10px;
  transition: opacity 1s;
  transform: translate(0)translate(0);
  box-shadow: 0 0 rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
}

.c-accordion-item:hover {
  box-shadow: 0 0 rgba(0, 0, 0, .2), 0 0 5px 3px rgba(235, 9, 9, .5);
}

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

.cloneable-area {
  border-radius: 0;
}

._w-accordion-item-a {
  border-radius: 0;
  padding: 10px 10px 10px 20px;
}

.header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.details {
  color: #888;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.4em;
}

.c-details {
  margin-bottom: 60px;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #000;
  border: 3px solid red;
  width: .3em;
  height: 100%;
  position: absolute;
}

.accordion-item-q-text {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
}

._w-accordion-item {
  outline-offset: 0px;
  color: #fff;
  cursor: pointer;
  border: 0 solid #fff;
  border-radius: 0;
  outline: 3px #333;
  transition: all .25s;
}

._w-accordion-item:hover {
  border-color: rgba(93, 195, 163, .25);
  box-shadow: 1px 1px 15px rgba(48, 53, 53, .75);
}

.c-accordion-list {
  margin-bottom: 100px;
}

.faqh2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.section {
  background-color: var(--black);
  background-position: 0 0;
  background-size: auto;
  margin: 10px 10% 30px;
}

.image {
  align-self: center;
  max-width: 75%;
  margin-top: 10px;
}

.list-item {
  color: #fff;
  margin-top: 5%;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.list-item-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.list-item-3 {
  color: #fff;
  margin-top: 5%;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.list-item-4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.list-item-5 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.heading-3 {
  background-color: var(--black);
  color: #00d0ff;
  text-align: center;
  -webkit-text-stroke-color: #00d0ff;
  align-self: center;
  margin-top: .5%;
  margin-bottom: 1.5%;
}

.heading-4 {
  color: #00d0ff;
}

.heading-5 {
  color: #00d0ff;
  background-color: #000;
  margin-top: 10px;
}

.heading-6, .heading-7 {
  color: #00d0ff;
  margin-top: 10px;
}

.heading-8 {
  color: #00d0ff;
  background-color: #000;
}

.paragraph {
  color: #fff;
  flex: none;
}

.paragraph-2 {
  margin-bottom: 0;
}

.paragraph-3, .paragraph-4, .bold-text, .paragraph-5, .list-item-6, .list-item-7, .list-item-8, .paragraph-6, .paragraph-7, .heading-9, .paragraph-8, .paragraph-9, .paragraph-10 {
  color: #fff;
}

.body {
  background-color: #000;
  border: 1px solid #00d0ff;
}

.navbar {
  background-color: #a89999;
  width: 90%;
}

.link {
  color: #ff0;
  background-color: #000;
}

.grid {
  grid-template-rows: auto;
  grid-template-areas: "."
                       "Area";
}

.paragraph-11 {
  color: #fff;
}

.list {
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5%;
  list-style-type: none;
}

.columns {
  flex: 0 auto;
  align-self: stretch;
  min-width: 0%;
  max-width: 100%;
  margin: 1% 0 2%;
  display: block;
}

.column {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  display: flex;
}

.columns-2 {
  text-align: left;
  align-self: center;
  max-width: 90%;
  margin-bottom: 2%;
  margin-left: 0;
  margin-right: 0;
}

.image-2 {
  width: 100%;
  margin-bottom: 4%;
  margin-left: 0;
  padding-left: 10%;
}

.image-3 {
  width: 85%;
  max-width: 250px;
  height: auto;
  margin-top: 0%;
  display: inline-block;
}

.list-2 {
  height: 200px;
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 5%;
}

.section-2 {
  border: 3px #00d0ff;
  border-radius: 6px;
  width: auto;
  margin: 1% 10%;
  position: static;
}

.image-4 {
  width: 90%;
  max-width: 250px;
  max-height: none;
}

.brand {
  max-width: 90%;
}

.brand.w--current {
  flex-flow: row;
  align-self: flex-start;
  max-width: 100%;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  max-width: 100%;
  margin-top: 5px;
  margin-left: 0;
  display: block;
  position: static;
  left: 45%;
  right: auto;
}

.image-5 {
  margin-top: 3px;
}

.paragraph-12, .heading-10 {
  color: #fff;
}

.section-3 {
  background-color: #000;
  margin-left: 10%;
  margin-right: 10%;
}

.body-2 {
  background-color: #000;
}

.paragraph-13, .heading-11 {
  color: #fff;
}

.body-3 {
  color: #fff;
  background-color: #000;
}

.container-2 {
  max-width: 85%;
}

.column-2 {
  flex: 0 auto;
  height: auto;
}

.heading-12 {
  color: #000;
  margin-top: 18px;
  margin-bottom: 0;
  margin-left: 10px;
  display: block;
  position: static;
}

.nav-link {
  font-weight: 400;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link-2, .nav-link-3 {
  font-weight: 700;
}

.nav-link-4 {
  color: #110340;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-4.w--current {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.nav-link-5, .nav-link-6 {
  font-size: 18px;
  font-weight: 700;
}

.nav-link-6.w--current {
  color: #000;
}

.section-4 {
  margin-left: 10%;
  margin-right: 10%;
}

.paragraph-14 {
  float: none;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-14.p14w {
  color: #00d0ff;
  font-size: 24px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.heading-13 {
  color: #00d0ff;
  margin-top: 0;
}

.link-2 {
  color: #ff0;
}

.section-5 {
  margin-left: 10%;
  margin-right: 10%;
}

.paragraph-15 {
  color: #00d0ff;
  margin-bottom: 5%;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.heading-14 {
  color: #00d0ff;
  text-align: center;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 1%;
  display: block;
}

.link-3 {
  color: #ff0;
  font-size: 14px;
  line-height: 20px;
}

.link-4, .link-5, .link-6 {
  color: #ff0;
}

.video {
  width: 300px;
  max-width: 0%;
  height: 200px;
  max-height: 10%;
}

.div-block-3 {
  display: flex;
}

.video-2 {
  pointer-events: auto;
  width: 100%;
  display: inline-block;
}

.video-3 {
  width: 100%;
  padding-bottom: 0;
  display: inline-block;
}

.image-6 {
  margin-top: 3px;
}

.paragraph-16 {
  color: #00d0ff;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 12px;
  display: block;
}

.link-7 {
  color: #ff0;
}

.block-quote {
  color: #00d0ff;
  text-align: center;
  align-self: center;
}

.paragraph-17 {
  color: #00d0ff;
  text-align: center;
  align-self: center;
  font-size: 25px;
  line-height: 30px;
}

.column-4 {
  justify-content: flex-end;
  display: flex;
}

.image-7 {
  vertical-align: baseline;
  align-self: center;
  max-width: 100%;
  padding-bottom: 0;
  display: inline-block;
}

.link-block {
  flex: 0 auto;
  align-self: center;
  min-width: 25%;
  max-width: 50%;
  display: block;
}

.div-block-4 {
  align-self: center;
  width: 30%;
  min-width: 200px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .columns {
    align-self: stretch;
  }

  .columns-2 {
    align-self: flex-start;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }
}
