@font-face {
  font-family: Lovelo;
  src: url('../fonts/Lovelo-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

h2 {
  color: #ffe312;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

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

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

.navbar-logo-left {
  z-index: 2147483647;
  position: sticky;
  top: 0;
}

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

.navbar-logo-left-container.shadow-three {
  z-index: 2147483647;
  background-color: #ffe312;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Changa One, Impact, sans-serif;
  position: sticky;
  top: 0;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.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-divider {
  background-color: #000;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.body {
  background-color: #333;
}

.slide {
  object-fit: fill;
}

.text-block {
  text-align: left;
  white-space: normal;
  height: 100px;
  font-size: 60px;
  position: static;
  overflow: scroll;
}

.block-quote {
  justify-content: center;
  display: flex;
  position: relative;
}

.section {
  color: #000;
  background-color: #fff;
}

.container-2 {
  position: static;
}

.text-block-2 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-left: 50px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: static;
}

.section-2 {
  min-height: 50px;
  max-height: 50px;
}

.slidebackground {
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.image-2 {
  clear: none;
  position: static;
}

.image-3 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-nav {
  display: none;
}

.image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-3 {
  background-color: #fff;
  max-width: 1500px;
}

.heading {
  text-align: center;
}

.text-block-3 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-4 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.section-3 {
  color: #3330;
  background-color: #3330;
  margin-top: 0;
}

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

.text-block-5 {
  color: #fff;
  text-align: left;
  white-space: normal;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 30px;
}

.text-block-6 {
  color: #ffe312;
  margin: 20px;
  font-size: 18px;
  line-height: 30px;
}

.container-4 {
  background-color: #333;
  max-width: 1000px;
}

.container-5 {
  background-color: #fff;
  max-width: 1000px;
}

.button {
  color: #333;
  text-align: center;
  cursor: pointer;
  background-color: #ffe312;
  border-radius: 5px;
  width: 150px;
  margin: 20px auto;
  font-weight: 700;
  display: block;
  transform: translate(0);
}

.container-6 {
  background-color: #333;
  max-width: 1000px;
}

.container-7 {
  background-color: #333;
  max-width: 1000px;
  height: auto;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.container-8 {
  background-color: #ffe312;
  max-width: 1000px;
  min-height: 100px;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
}

.slide-2, .mask, .section-4 {
  height: auto;
}

.heading-4 {
  color: #ffe312;
  text-align: center;
  font-size: 30px;
}

.tab-link-tab-1 {
  width: 333px;
}

.tab-link-tab-1.w--current {
  text-align: left;
  width: 333px;
}

.tab-link-tab-2 {
  width: 334px;
}

.tab-link-tab-3 {
  text-align: center;
  width: 333px;
}

.text-block-7, .text-block-8 {
  text-align: center;
}

.heading-5 {
  color: #1079f2;
  text-align: center;
}

.paragraph {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.div-block {
  min-height: 20px;
  display: flex;
}

.div-block-2 {
  min-height: 20px;
  max-height: 20px;
}

.column {
  text-align: center;
  padding-left: 10px;
}

.paragraph-2 {
  padding-right: 20px;
}

.paragraph-3 {
  text-align: center;
  margin-top: 20px;
}

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

.section-5 {
  z-index: 4;
  width: 100%;
  position: relative;
  overflow: visible;
}

.section-5.is--hero {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  min-height: 650px;
  display: flex;
}

.slick-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  position: relative;
  left: auto;
}

.slider-3, .slider-4 {
  background-color: #ddd0;
  height: auto;
}

.right-arrow {
  background-color: #0000;
}

.icon {
  outline-offset: 0px;
  cursor: e-resize;
  background-color: #0000;
  outline: 3px solid #333;
  transform: translate(0);
}

.icon-2 {
  outline-offset: 0px;
  cursor: w-resize;
  outline: 3px solid #333;
}

.tabs {
  max-width: 1000px;
}

.tabs-content {
  background-color: #333;
  padding-left: 20px;
  padding-right: 20px;
}

.rich-text-block {
  background-color: #333;
}

.rich-text-block p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block.yellowtext {
  background-color: #333;
  background-image: none;
}

.rich-text-block.yellowtext a, .rich-text-block.yellowtext h2 {
  color: #ffe311;
}

.rich-text-block.yellowtext li {
  color: #ffe311;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.tabs-menu {
  background-color: #333;
}

.columns-2 {
  background-color: #fff;
}

.body-2 {
  text-align: left;
  background-color: #333;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
}

.section-6 {
  clear: both;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.rich-text-block-2 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block-2 p {
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block-2 ul {
  color: #ffe312;
}

.rich-text-block-2 li {
  margin-bottom: 10px;
}

.rich-text-block-2 a {
  color: #ff4500;
}

.container-9 {
  display: block;
}

.columns-3 {
  background-color: #fff;
}

.image-12, .image-13, .image-14 {
  width: 100%;
}

.tab-selector {
  color: #fff;
  background-color: #444;
  border: 1px solid #fff;
}

.tab-selector.w--current {
  color: #ffe312;
  background-image: linear-gradient(#444, #444);
  border-color: #ffe312;
}

.link, .link-2, .link-3 {
  color: #1079f2;
  text-decoration: none;
}

.section01 {
  text-align: center;
  background-color: #fff;
  padding: 120px 24px;
  position: relative;
  overflow: hidden;
}

.section01.white-section {
  text-align: left;
  background-color: #333;
  padding: 10px 20px;
  display: block;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.section-header-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.clearpurpose-logo {
  margin-bottom: 15px;
}

.section-small-header {
  color: #9096a4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion_item-image {
  width: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.question-text {
  color: #333;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.section-header {
  color: #ffe312;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 8px;
}

.faq-wrapper {
  background-color: #0000;
  max-width: 1200px;
}

.faq-video {
  margin-top: 40px;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  border: 1px solid #333;
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  border: 1px solid #333;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion-body__contents {
  opacity: 1;
  color: #333;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.section-description {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.image-15, .image-16 {
  width: 100%;
}

.section-7 {
  background-color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-6 {
  color: #ffe312;
}

.image-17 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-18 {
  text-align: center;
  mix-blend-mode: normal;
  object-fit: fill;
  width: 100%;
  max-width: 1000px;
  display: inline-block;
}

.link-4 {
  color: #ffe312;
}

.paragraph-4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.heading-7 {
  color: #ffe312;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.columns-4 {
  background-color: #fff;
}

.grid {
  grid-template: "Area Area-2 Area-3"
                 "Area-6 Area-5 Area-4"
                 "Area-7 Area-8 Area-9"
                 "Area-10 Area-11 Area-12"
                 / 1fr 3fr 1fr;
}

.div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7, .dive-block-8 {
  color: #fff;
  background-color: #fff0;
}

.div-block-9 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
}

.div-block-10 {
  color: #fff;
  background-color: #fff0;
}

.paragraph-6 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-7, .link-5 {
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.body-3 {
  background-color: #333;
}

.heading-8 {
  color: #ffe312;
}

.grid-2 {
  grid-template-columns: .25fr 1fr;
  grid-template-areas: "Area Area-2"
                       "Area-3 .";
}

.paragraph-16 {
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px;
}

.paragraph-17 {
  background-color: #fff;
  padding: 10px;
}

.rich-text-block-3 {
  color: #fff;
  background-color: #fff0;
  padding: 10px;
}

.paragraph-18 {
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

.paragraph-19 {
  background-color: #fff;
  padding: 10px;
}

.grid-3 {
  grid-template-columns: 1.5fr .25fr;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
}

.paragraph-20 {
  color: #fff;
  background-color: #fff0;
  padding: 10px;
}

.image-19 {
  width: 100%;
}

.paragraph-21 {
  background-color: #fff;
  padding: 10px;
}

.image-20 {
  width: 100%;
}

.paragraph-22 {
  color: #fff;
  background-color: #fff0;
  padding: 10px;
}

.image-21 {
  width: 100%;
}

.paragraph-23 {
  color: #fff;
  background-color: #fff0;
  padding: 10px;
}

.image-22 {
  width: 100%;
}

.heading-9 {
  color: #ffe312;
}

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

.rich-text-block-5 {
  color: #fff;
  margin-bottom: 20px;
}

.rich-text-block-5 a {
  color: #ff4500;
}

.body-4 {
  text-align: center;
  background-color: #333;
}

.heading-10 {
  color: #ffe312;
}

.paragraph-24 {
  color: #fff;
  padding-bottom: 0;
}

.paragraph-25 {
  color: #fff;
  padding-bottom: 10px;
}

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

.column-2 {
  color: #fff;
  background-color: #333;
}

.body-5 {
  background-color: #333;
}

.column-3 {
  background-color: #ffe312;
  border: 1px solid #333;
  border-radius: 2px;
}

.field-label {
  margin-top: 20px;
}

.submit-button, .body-6 {
  background-color: #333;
}

.heading-11 {
  color: #ffe312;
}

.column-4 {
  background-color: #fff;
}

.rich-text-block-6 {
  float: none;
  background-color: #fff;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #ffe312;
  width: 180px;
  margin: 20px auto;
  display: block;
}

.link-6 {
  color: #5c5755;
}

.paragraph-26, .paragraph-27 {
  color: #fff;
}

.link-7 {
  color: #fbe315;
}

.link-8 {
  color: #fbe311;
}

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

.list {
  color: #ffe312;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 18px;
  line-height: 28px;
  list-style-type: decimal;
}

.list-item, .list-item-2, .list-item-3 {
  color: #ffe312;
}

.text-block-9 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 30px;
}

.text-block-10 {
  color: #ffe312;
  font-size: 18px;
  line-height: 30px;
}

.text-span-2 {
  color: #ffe312;
}

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

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

.text-span-4 {
  font-family: Lovelo, sans-serif;
}

.div-block-12 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.testimonial-slide {
  width: 50%;
}

.list-item-4 {
  color: #fff;
  background-color: #fff0;
}

.list-item-5, .list-item-6, .paragraph-28, .paragraph-29, .list-item-7, .heading-12 {
  color: #fff;
}

.heading-13 {
  color: #ffe312;
}

.paragraph-30, .paragraph-31 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.link-9, .link-10 {
  color: #ffe312;
}

.list-item-8 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.list-item-9 {
  color: #fff;
  background-color: #0000;
}

.paragraph-32, .list-item-10, .list-item-11 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.list-item-12 {
  color: #fff;
}

.link-11, .heading-14 {
  color: #ffe312;
}

.paragraph-33 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.rich-text-block-7 {
  color: #ffe312;
}

.figure {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-34 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.add-ons_accordion-title-yellow {
  color: #ffe312;
  flex: 1;
}

.add-ons_accordion-title-yellow.add-ons_accordion-title {
  color: #1079f2;
}

.add-ons_accordion-body {
  padding-left: 3.2rem;
  display: block;
}

.add-ons_accordion-body.add-ons_js-accordion-body {
  padding-bottom: 0;
}

.add-ons_accordion {
  display: block;
}

.add-ons_accordion.add-ons_js-accordion {
  padding-top: 0;
  padding-bottom: 2rem;
  position: relative;
}

.add-ons_image-wrapper {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.add-ons_component {
  justify-content: space-between;
  align-items: flex-start;
}

.add-ons_accordion-item {
  box-shadow: none;
  text-align: left;
  border-bottom: 1px solid #cdd0d7;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.add-ons_accordion-item.add-ons_js-accordion-item {
  box-shadow: none;
  width: 90%;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active {
  cursor: default;
  align-items: stretch;
  width: 90%;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active:hover {
  box-shadow: none;
}

.add-ons_accordion-body-contents {
  opacity: 1;
  color: var(--white);
  font-size: 18px;
  line-height: 30px;
}

.add-ons_title-icon-wrapper-yellow {
  background-color: #ffe312;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-right: 1.5rem;
  display: flex;
}

.add-ons_title-icon-wrapper-yellow.add-ons_title-icon-wrapper-2 {
  background-color: #1079f2;
}

.add-ons_tick-icon {
  width: 12px;
}

.add-ons_image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.add-ons_accordion-header {
  align-items: center;
  display: flex;
}

.add-ons_accordion-header.add-ons_js-accordion-header {
  cursor: pointer;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 14px;
  line-height: 20px;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #ffe312;
  border-radius: 5px;
  width: 15em;
  max-width: 50em;
  display: block;
  position: static;
}

.div-block-13 {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31, .list-item-32, .list-item-33, .list-item-34, .list-item-35, .list-item-36, .list-item-37, .list-item-38, .list-item-39, .list-item-40, .list-item-41, .list-item-42, .list-item-43, .list-item-44, .list-item-45, .list-item-46, .list-item-47, .list-item-48, .list-item-49, .list-item-50, .list-item-51, .list-item-52, .list-item-53, .list-item-54, .list-item-55, .list-item-56, .list-item-57, .list-item-58, .list-item-59, .list-item-60, .list-item-61, .list-item-62, .list-item-63, .list-item-64 {
  color: #fff;
}

.paragraph-35 {
  font-size: 18px;
  line-height: 30px;
}

.text-span-5, .text-span-6 {
  color: #1079f2;
}

.text-span-7, .text-span-8, .text-span-9 {
  color: #ffe312;
}

.paragraph-36, .paragraph-37, .paragraph-38 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.bold-text {
  color: #1179f2;
}

.bold-text-yellow {
  color: #ffe312;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.bold-text-3 {
  color: #1079f2;
}

.bold-text-4, .list-item-66 {
  color: #fff;
}

.paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.bold-text-5 {
  color: #ffe312;
}

.paragraph-48, .paragraph-49 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.bold-text-6 {
  color: #ffe312;
}

.paragraph-50, .paragraph-51 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.bold-text-7 {
  color: #ffe312;
}

.paragraph-52, .paragraph-53 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.bold-text-8 {
  color: #ffe312;
}

.bold-text-9 {
  color: #1179f2;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  color: #1079f2;
}

.paragraph-54 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.text-span-10, .bold-text-14 {
  color: #ffe312;
}

.list-2 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  list-style-type: disc;
}

.bold-text-15, .bold-text-16, .bold-text-17 {
  color: #ffe312;
}

.paragraph-55 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.list-item-67 {
  color: #fff;
}

.list-3 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  list-style-type: disc;
}

.container-11 {
  border: 1px solid #ffe312;
  margin: 20px 10px;
  padding-left: 0;
}

.list-4 {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.paragraph-56 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.bold-text-18 {
  color: #1079f2;
  font-weight: 700;
}

.bold-text-19, .bold-text-20 {
  color: #1079f2;
}

.bold-text-21, .bold-text-22, .bold-text-23 {
  color: #ffe312;
}

.bold-text-24, .bold-text-25 {
  color: #1079f2;
}

.bold-text-26 {
  color: #ffe312;
}

.bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30 {
  color: #1079f2;
}

.bold-text-31, .bold-text-32 {
  color: #ffe312;
}

.button-4 {
  color: var(--black);
  text-align: center;
  background-color: #ffe312;
  border-radius: 5px;
  justify-content: center;
  margin: 10px auto;
  display: inline-block;
  position: static;
}

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

.paragraph-57 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.heading-16 {
  color: #ffe312;
  text-align: center;
}

.add-ons_accordion-title-3 {
  color: #1079f2;
  flex: 1;
}

.add-ons_accordion-title-3.add-ons_accordion-title {
  color: #1079f2;
}

.bold-text-blue {
  color: #1079f2;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.add-ons_title-icon-wrapper-blue-copy {
  background-color: #1079f2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-right: 1.5rem;
  display: flex;
}

.add-ons_title-icon-wrapper-blue-copy.add-ons_title-icon-wrapper-2 {
  background-color: #1079f2;
}

.paragraph-58 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-59 {
  color: var(--white);
  font-size: 18px;
  line-height: 30px;
}

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

.paragraph-61 {
  color: #fff;
}

.div-block-15, .div-block-16 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-item-101, .list-item-102 {
  color: #fff;
}

.list-5 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-62, .paragraph-63, .paragraph-64, .paragraph-65 {
  margin-top: 10px;
}

.image-23 {
  width: auto;
  height: auto;
}

.div-block-17 {
  justify-content: center;
  display: flex;
}

.button-5 {
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.div-block-18 {
  justify-content: center;
  display: flex;
}

.button-6 {
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.div-block-19 {
  justify-content: center;
  display: flex;
}

.button-7, .button-8 {
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.list-8 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

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

.bold-text-33, .bold-text-34, .bold-text-35 {
  color: #ffe312;
}

.paragraph-66 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  color: #ffe312;
}

.paragraph-67, .paragraph-68 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.rich-text-block-8, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42 {
  color: #ffe312;
}

.paragraph-69 {
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-overflow: clip;
  font-size: 18px;
  line-height: 30px;
  position: static;
}

.bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71 {
  color: #ffe312;
}

.paragraph-70 {
  margin-left: 0;
  padding-left: 20px;
}

.bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78 {
  color: #ffe312;
}

.text-block-13, .icon-3 {
  font-size: 14px;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  font-size: 14px;
  line-height: 14px;
}

.dropdown-list {
  background-color: #ffe312;
}

.list-item-135, .list-item-136, .list-item-137 {
  color: #fff;
}

.list-9 {
  font-size: 20px;
  line-height: 24px;
}

.image-24, .image-25 {
  margin-bottom: 10px;
}

.text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26 {
  color: #ffe312;
}

.paragraph-71 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-72 {
  color: #fff;
}

.bold-text-79 {
  color: #ffe312;
}

.paragraph-73 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.heading-17 {
  color: #ffe312;
}

.list-item-138 {
  color: #fff;
  margin-bottom: 5px;
  line-height: 22px;
}

.text-span-27 {
  color: #ffe312;
}

.list-item-139 {
  color: #fff;
  margin-bottom: 5px;
  line-height: 22px;
}

.text-span-28 {
  color: #ffe312;
}

.list-item-140 {
  color: #fff;
  margin-bottom: 5px;
  line-height: 22px;
}

.text-span-29, .heading-18, .text-span-30 {
  color: #ffe312;
}

.paragraph-74 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.text-span-31 {
  color: #ffe312;
}

.list-item-141 {
  color: #fff;
  margin-bottom: 5px;
  line-height: 24px;
}

.text-span-32 {
  color: #ffe312;
}

.list-item-142 {
  color: #fff;
  margin-bottom: 5px;
  line-height: 22px;
}

.text-span-33 {
  color: #ffe312;
}

.list-item-143 {
  color: #fff;
  margin-bottom: 5px;
  line-height: 22px;
}

.text-span-34, .text-span-35 {
  color: #ffe312;
}

.list-10 {
  color: #fff;
}

.block-quote-2 {
  color: #ffe312;
  text-align: right;
  border: 1px #fff;
  border-width: 0 1px 1px 0;
  min-width: 400px;
  margin-top: auto;
  padding-right: 20px;
}

.bold-text-80 {
  float: right;
  margin-right: 0;
  padding-right: 10px;
}

.cell {
  justify-content: flex-end;
  align-items: flex-end;
}

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

.columns-5 {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.paragraph-75-tight {
  color: #ffe312;
  font-size: 18px;
  line-height: 22px;
}

.link-12 {
  color: #ffe312;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-36, .text-span-37, .text-span-38, .text-span-39 {
  color: #fff;
}

.text-span-40, .text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59 {
  color: #ffe312;
}

.grid-4 {
  grid-template-rows: auto;
  align-content: end;
}

.button-9 {
  color: #000;
  text-align: center;
  background-color: #ffe312;
  border: 2px solid orange;
  border-radius: 10px;
  width: 150px;
  margin: 10px auto 20px;
  display: block;
}

.text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74, .text-span-75, .text-span-76, .link-13, .text-span-77, .text-span-78, .text-span-79, .link-14, .text-span-80, .text-span-81 {
  color: #ffe312;
}

.list-item-144 {
  color: #fff;
  margin-bottom: 5px;
  line-height: 24px;
}

.text-span-82, .text-span-83, .text-span-84, .text-span-85, .text-span-86, .text-span-87, .bold-text-81, .bold-text-82, .bold-text-83, .text-span-88, .text-span-89 {
  color: #ffe312;
}

.link-15 {
  color: #fff;
}

.image-26 {
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.text-span-90, .text-span-91, .text-span-92, .text-span-93 {
  color: #ffe312;
}

.paragraph-76 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.list-11 {
  list-style-type: decimal;
}

.text-span-94, .text-span-95, .text-span-96, .text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106, .text-span-107, .text-span-108, .text-span-109, .text-span-110, .text-span-111, .text-span-112, .text-span-113, .text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118, .text-span-119, .text-span-120, .text-span-121, .text-span-122 {
  color: #ffe312;
}

.block-quote-3 {
  color: #ffe312;
  text-align: right;
  line-height: 22px;
}

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

.bold-text-84 {
  text-align: right;
}

.text-span-124, .text-span-125, .text-span-126, .text-span-127, .text-span-128, .text-span-129 {
  color: #ffe312;
}

.paragraph-77-tight {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.text-span-130, .text-span-131 {
  color: #ffe312;
}

.columns-6 {
  padding-left: 0;
  padding-right: 0;
}

.text-span-132 {
  color: #ffe312;
}

.list-12 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.link-16, .link-17, .link-18, .link-19 {
  color: #fff;
}

.text-span-133, .text-span-134, .text-span-135, .text-span-136, .text-span-137, .text-span-138, .text-span-139, .text-span-140 {
  color: #ffe312;
}

.link-20, .link-21 {
  color: #ffe312;
  font-weight: 700;
}

.text-span-141, .text-span-142, .link-22, .text-span-143, .text-span-144 {
  color: #ffe312;
}

.paragraph-78 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.text-span-145, .text-span-146, .text-span-147, .text-span-148, .text-span-149, .text-span-150, .text-span-151, .text-span-152, .text-span-153, .text-span-154 {
  color: #ffe312;
}

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

.dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  font-size: 14px;
  line-height: 14px;
}

.icon-4 {
  font-size: 14px;
}

.text-span-155, .text-span-156, .text-span-157, .text-span-158, .text-span-159, .text-span-160, .text-span-161, .text-span-162, .text-span-163, .text-span-164, .text-span-165, .text-span-166, .text-span-167, .text-span-168, .text-span-169, .text-span-170, .text-span-171, .text-span-172, .text-span-173, .text-span-174 {
  color: #ffe312;
}

.list-item-138w, .list-item-139w, .list-item-140w {
  color: #fff;
  margin-bottom: 10px;
  line-height: 22px;
}

.text-span-175 {
  color: #ffe312;
}

.image-27 {
  float: left;
  width: 200px;
  height: 200px;
}

.paragraph-79 {
  float: none;
  position: static;
}

.columns-7 {
  background-color: #fff;
  border-bottom: 2px solid #000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-80 {
  font-size: 18px;
  line-height: 30px;
}

.heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24 {
  border-top: 1px solid #000;
  padding-top: 10px;
}

.text-span-176, .text-span-177, .heading-25 {
  color: #ffe312;
}

.paragraph-81 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-82 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.list-13 {
  line-height: 24px;
}

.list-item-151, .list-item-152, .list-item-153 {
  color: #fff;
  margin-bottom: 5px;
}

.text-span-178 {
  color: #ffe312;
}

.paragraph-83 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.heading-26, .text-span-179 {
  color: #ffe312;
}

.link-23 {
  color: #fff;
}

.text-span-180, .text-span-181, .text-span-182 {
  color: #ffe312;
}

.link-24, .link-25 {
  color: #fff;
}

.text-span-183, .text-span-184 {
  color: #ffe312;
}

.link-26, .link-27 {
  color: #fff;
}

.text-span-185, .text-span-186, .text-span-187, .text-span-188, .text-span-189, .text-span-190, .text-span-191, .text-span-192, .text-span-193, .text-span-194, .text-span-195, .text-span-196 {
  color: #ffe312;
}

.column-6, .column-7 {
  text-align: center;
}

.text-span-197, .text-span-198, .text-span-199, .text-span-200, .text-span-201, .text-span-202, .text-span-203, .text-span-204, .text-span-205, .text-span-206, .text-span-207, .text-span-208, .text-span-209, .text-span-210, .text-span-211, .text-span-212, .text-span-213, .text-span-214, .text-span-215, .text-span-216, .text-span-217, .text-span-218, .text-span-219, .text-span-220, .text-span-221, .text-span-222, .text-span-223, .text-span-224, .text-span-225, .text-span-226 {
  color: #ffe312;
}

.link-28 {
  color: #fff;
}

.text-span-227 {
  color: #ffe312;
}

.link-29 {
  color: #fff;
}

.text-span-228, .text-span-229, .text-span-230, .text-span-231, .text-span-232, .text-span-233, .text-span-234, .text-span-235, .text-span-236, .text-span-237, .text-span-238, .text-span-239, .text-span-240, .text-span-241, .text-span-242, .text-span-243, .text-span-244, .text-span-245, .text-span-246, .text-span-247, .text-span-248, .text-span-249, .text-span-250, .text-span-251, .text-span-252, .text-span-253, .text-span-254, .text-span-255, .text-span-256, .text-span-257, .text-span-258, .text-span-259, .text-span-260, .text-span-261 {
  color: #ffe312;
}

.heading-27 {
  color: #ffe312;
  background-color: #0000;
}

.text-span-262, .text-span-263, .text-span-264, .text-span-265, .text-span-266, .text-span-267, .text-span-268, .text-span-269, .text-span-270, .text-span-271, .text-span-272, .text-span-273, .text-span-274, .text-span-275, .text-span-276, .text-span-277, .text-span-278, .text-span-279, .text-span-280, .text-span-281, .text-span-282, .text-span-283, .text-span-284, .text-span-285, .text-span-286, .text-span-287, .text-span-288, .text-span-289 {
  color: #ffe312;
}

.paragraph-84 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.text-span-290, .text-span-291, .text-span-292, .text-span-293, .text-span-294, .text-span-295, .text-span-296, .text-span-297, .text-span-298, .text-span-299, .text-span-300, .text-span-301, .text-span-302 {
  color: #ffe312;
}

.link-30 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  h2 {
    color: #ffe312;
    padding-left: 10px;
    padding-right: 10px;
  }

  li {
    color: #333;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .tabs-content {
    background-color: #333;
  }

  .rich-text-block p {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .rich-text-block.yellowtext {
    background-color: #333;
    background-image: none;
    font-size: 20px;
    line-height: 28px;
  }

  .rich-text-block.yellowtext a {
    color: #ffe311;
  }

  .tabs-menu {
    background-color: #333;
  }

  .columns-2 {
    background-color: #fff;
  }

  .image-11 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rich-text-block-2 ul, .rich-text-block-2 li {
    color: #ffe312;
  }

  .section01 {
    padding: 100px 8px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .section-description {
    font-size: 15px;
  }

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

  .list-item-13, .list-item-14, .list-item-15 {
    color: #fff;
  }

  .add-ons_accordion.add-ons_js-accordion {
    padding-top: 0;
    padding-bottom: 0;
  }

  .add-ons_image-wrapper {
    width: 100%;
    height: 28.125rem;
    margin-top: 2rem;
    position: static;
  }

  .add-ons_accordion-item.add-ons_js-accordion-item {
    width: 100%;
  }

  .add-ons_title-icon-wrapper-yellow {
    flex-wrap: nowrap;
    align-items: center;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .list-item-68, .list-item-69, .list-item-70, .list-item-71, .list-item-72, .list-item-73, .list-item-74, .list-item-75, .list-item-76, .list-item-77, .list-item-78, .list-item-79, .list-item-80, .list-item-81, .list-item-82, .list-item-83, .list-item-84, .list-item-85, .list-item-86, .list-item-87, .list-item-88, .list-item-89, .list-item-90, .list-item-91, .list-item-92, .list-item-93, .list-item-94, .list-item-95, .list-item-96 {
    color: var(--white);
  }

  .add-ons_title-icon-wrapper-blue-copy {
    flex-wrap: nowrap;
    align-items: center;
  }

  .list-item-105, .list-item-106, .list-item-107, .list-item-108, .list-item-109, .list-item-110, .list-item-111, .list-item-112, .list-item-114, .list-item-115, .list-item-116, .list-item-117, .list-item-118, .list-item-119, .list-item-120, .list-item-121, .list-item-122, .list-item-123, .list-item-124, .list-item-125, .list-item-126, .list-item-127, .list-item-128 {
    color: #fff;
  }

  .dropdown-list {
    background-color: #eee;
  }

  .list-item-145, .list-item-146, .list-item-147, .list-item-148, .list-item-149, .list-item-150 {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .section01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .section-header {
    margin-top: 16px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .add-ons_accordion-title-yellow {
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-bottom: 1.5rem;
    padding-left: 2.8rem;
  }

  .add-ons_accordion {
    width: 100%;
  }

  .add-ons_image-wrapper {
    height: 22rem;
  }

  .add-ons_accordion-item {
    box-shadow: none;
  }

  .add-ons_title-icon-wrapper-yellow {
    align-items: center;
    margin-right: 1rem;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .add-ons_accordion-header.add-ons_js-accordion-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .list-item-70, .list-item-71, .list-item-72, .list-item-73, .list-item-74, .list-item-75, .list-item-76, .list-item-77, .list-item-78, .list-item-79, .list-item-80, .list-item-81, .list-item-82, .list-item-83 {
    color: var(--white);
  }

  .add-ons_accordion-title-3 {
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .add-ons_title-icon-wrapper-blue-copy {
    align-items: center;
    margin-right: 1rem;
  }

  .paragraph-70 {
    padding-left: 0;
  }

  .dropdown-list {
    background-color: #eee;
  }

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

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide {
    width: 100%;
  }

  .list-item-13, .list-item-14, .list-item-15 {
    color: #fff;
  }

  .add-ons_accordion-body {
    padding-left: 56px;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
  }

  .add-ons_accordion-body-contents {
    font-size: 18px;
    line-height: 30px;
  }

  .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31, .list-item-32, .list-item-33, .list-item-34, .list-item-35, .list-item-36, .list-item-37, .list-item-38, .list-item-39, .list-item-40, .list-item-41, .list-item-42, .list-item-43, .list-item-44, .list-item-45, .list-item-46, .list-item-47, .list-item-48, .list-item-49, .list-item-50, .list-item-51, .list-item-52, .list-item-53, .list-item-54, .list-item-55, .list-item-56, .list-item-57, .list-item-58, .list-item-59, .list-item-60, .list-item-61, .list-item-62, .list-item-63, .list-item-64, .list-item-65 {
    color: #fff;
  }

  .list-item-68, .list-item-70, .list-item-71, .list-item-72, .list-item-73, .list-item-74, .list-item-75, .list-item-76, .list-item-77, .list-item-78, .list-item-79, .list-item-80, .list-item-81, .list-item-82, .list-item-83 {
    color: var(--white);
  }

  .list-item-97, .list-item-98, .list-item-99, .list-item-100 {
    color: #fff;
  }

  .code-embed {
    padding-bottom: 10px;
  }

  .section-8, .div-block-14 {
    min-height: 10px;
  }

  .paragraph-60 {
    margin-top: 10px;
  }

  .list-item-103, .list-item-104 {
    color: #fff;
  }

  .list-6 {
    color: var(--white);
  }

  .list-item-105, .list-item-106, .list-item-107, .list-item-108, .list-item-109, .list-item-110, .list-item-111, .list-item-112, .list-item-113, .list-item-114 {
    color: #fff;
  }

  .list-7 {
    color: var(--white);
  }

  .list-item-115, .list-item-116, .list-item-117, .list-item-118, .list-item-119, .list-item-120, .list-item-121, .list-item-122, .list-item-123, .list-item-124, .list-item-125, .list-item-126, .list-item-127, .list-item-128, .list-item-129, .list-item-130, .list-item-131, .list-item-132, .list-item-133, .list-item-134 {
    color: #fff;
  }

  .dropdown-list {
    background-color: #eee;
  }

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

#w-node-e13cf2b5-2b26-7155-c39d-fab45accfed1-d6fa7d31, #w-node-_533b22b3-084e-add1-abb6-65285d6e7e99-d6fa7d31, #w-node-e5b98d75-4789-4189-bea8-1b9e39e6ed9f-d6fa7d31, #w-node-_665c3a17-0c89-9b79-b3d2-de9764d4ae47-d6fa7d31, #w-node-_0e3aee4b-1db7-a4a5-df2d-81d53a8e21d4-d6fa7d31, #w-node-c70dd543-beaf-b37a-a3b8-9ee6093b6c55-d6fa7d31, #w-node-fa4ed933-933c-50e0-2652-ef40d2e7fc34-d6fa7d31, #w-node-_5c78816c-939b-023b-0bda-dbf86c0debe2-d6fa7d31, #w-node-_67ab5b88-6377-d926-a52d-4e30adb615a8-d6fa7d31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_379bdc7d-509e-8979-7fe6-2f8b479eb0d5-d6fa7d31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b6cd5f10-f624-15e8-7db5-c9f4a854410c-d6fa7d31, #w-node-_90b6c7ab-3f3b-af55-a2eb-3d1183cc4fa2-d6fa7d31, #w-node-c8533302-e4f0-5d34-d42c-e67d7311c987-d6fa7d31, #w-node-_5999bb95-59b6-3958-af68-7fe266e347ea-d6fa7d31, #w-node-_8bc5dda2-a086-c5ef-6e66-607f643bec50-d6fa7d31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d99f2d7-5045-65cf-c30c-ac01670a5fd4-d6fa7d31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a2c31e29-8b45-d3d3-7e55-a80cc5cb58b3-d6fa7d31, #w-node-_8b54d02d-defa-b91c-60f1-2dc1ed60da47-d6fa7d31, #w-node-d1d2a4f7-876b-0495-5ad9-86a5b998648c-d6fa7d31, #w-node-b5c15923-64ad-a16b-8b33-8e5f67625136-d6fa7d31, #w-node-_3052df47-e13a-2816-b5a6-c37661ae78b4-d6fa7d31, #w-node-_2b6b01af-b2ef-f8e1-ed62-e5ad2968b997-d6fa7d31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}