.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #04194e;
  background-color: #fafaf8;
  font-family: Raleway, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 20px;
}

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

.block-quote {
  background-color: #e5e5e5;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.btn-header {
  text-transform: uppercase;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1rem;
}

.btn-small {
  text-transform: uppercase;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
  display: block;
}

.btn-medium {
  text-transform: uppercase;
  background-color: #1b2f38;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-right: 0;
  padding: 1rem 4rem;
  font-size: 1.125rem;
}

.btn-medium:hover {
  color: #1b2f38;
  background-color: #fff;
}

.btn-large {
  text-transform: uppercase;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 1.25rem;
}

.btn-bottom {
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 1rem;
}

.txt14 {
  font-size: .875rem;
  line-height: 1.4em;
}

.txt14.cc-minh40 {
  min-height: auto;
}

.txt16 {
  font-size: 1rem;
  line-height: 1.4em;
}

.txt16.cc-txt-strong {
  font-size: 1rem;
  font-weight: 700;
}

.txt18 {
  font-size: 1.125rem;
  line-height: 1.4em;
}

.txt21 {
  font-size: 1.25rem;
  line-height: 1.4em;
}

.cc-mt16 {
  margin-top: 1rem;
}

.cc-mt36 {
  margin-top: 2rem;
}

.cc-mt48 {
  margin-top: 3rem;
}

.cc-mb16 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.cc-mb24 {
  margin-bottom: 1.66em;
  font-size: 1.5rem;
}

.cc-mb36 {
  margin-bottom: 2rem;
  font-size: 2.25rem;
}

.cc-mb40 {
  margin-bottom: 2.77em;
  font-size: 2.5rem;
}

.cc-mb56 {
  margin-bottom: 3.5rem;
}

.cc-mb100 {
  margin-bottom: 6.94444em;
}

.cc-mb140 {
  margin-bottom: 9.72222em;
}

.cc-text-gray {
  font-size: 1vw;
}

.cc-txt-strong {
  font-size: 1vw;
  font-weight: 700;
}

.cc-wrap-bg-dark {
  background-color: #000;
}

.list-item {
  color: #000;
  font-size: 1rem;
  line-height: 1.2em;
}

.section {
  background-color: #0000;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10%;
}

.section.cc-bg-white {
  background-color: #fff;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10%;
}

.section.cc-mt90 {
  margin-top: 0;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.par0 {
  font-size: 1vw;
  line-height: 1.2em;
}

.par16 {
  color: #04194e;
  margin-bottom: .7rem;
  font-family: Raleway, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.4em;
}

.par18 {
  color: #04194e;
  margin-bottom: .7rem;
  font-size: 1.1rem;
  line-height: 1.4em;
}

.cc-wrap-bg-light {
  background-color: #f8f3f0;
}

.cc-mb6 {
  margin-bottom: .41em;
  font-size: .375rem;
}

.cc-mb12 {
  margin-bottom: .83em;
  font-size: .75rem;
}

.cc-wrap-bg-empty {
  background-color: #e0dfde;
}

.wrap-fix {
  border: 3px solid #e5e5e5;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: block;
}

.img-p-right-10 {
  text-align: left;
  max-width: 100%;
  padding-right: 10px;
  display: block;
}

.img-100per {
  text-align: left;
  max-width: 100%;
  display: block;
}

.img-80per {
  text-align: left;
  max-width: 80%;
  display: block;
}

.img-60per {
  text-align: left;
  max-width: 60%;
  display: block;
}

.wrap-img-v-cen-h-left {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-img-v-cen-h-cen {
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.cc-mt8 {
  margin-top: .5rem;
}

.cc-mt8:hover {
  text-decoration: underline;
}

.par-empty {
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1.2em;
  display: none;
}

.cc-card-mar-left20right20 {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  margin: 0 20px;
  display: inline-block;
}

.cc-card-mar-left20btn10 {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 20px;
  display: inline-block;
}

.par24 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4em;
}

.par20 {
  margin-bottom: .7rem;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.h1 {
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
}

.h2 {
  font-size: 2.5rem;
  line-height: 40px;
}

.h3 {
  font-size: 2rem;
}

.h4 {
  color: #04194e;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
}

.blackquote {
  color: #d4d4bc;
  background-color: #2e2d29;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.blackquote.cc-tm0 {
  margin-top: 0;
}

.link-block {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  display: block;
}

.link-block-2, .link-block-3 {
  display: block;
}

.link-header {
  font-size: 1rem;
  text-decoration: none;
}

.cc-mt24 {
  margin-top: 1.5rem;
}

.link {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

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

.cc-wrap-color-white {
  color: #fff;
}

.list {
  font-size: 1rem;
  line-height: 1.2em;
}

.btn-footer {
  text-transform: uppercase;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1rem;
}

.btn-footer:hover {
  background-color: #000;
}

.btn-content {
  text-transform: uppercase;
  margin-right: 0;
  padding: .5rem 2rem;
  font-size: 1rem;
}

.wrap-btn {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.ico32 {
  color: red;
}

.wrap-footer {
  flex-flow: row;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 3.5rem;
  display: flex;
}

.wrap-footer-right.cc-mtop2 {
  justify-content: space-between;
  width: 48%;
  display: flex;
}

.wrap-madeby {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.k9-section {
  background-color: #fff;
  border-radius: 0 0 7px;
  margin-top: 1rem;
  padding: 2rem 2rem 1rem;
  position: relative;
}

.udesly-title-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  max-width: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.udesly-faq-content-wrap {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

.udesly-span-black {
  color: #171717;
}

.k9-tab-content {
  color: #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  font-size: 1rem;
  line-height: 36px;
}

.udesly-faq-arrow {
  color: #fc4c04;
}

.udesly-faq-title-wrapper {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.k9-faq-item {
  border: 1px #000;
  padding: .5rem 0;
  transition: all .3s;
  display: block;
}

.k9-faq-item.udesly-last-item {
  border-bottom-style: none;
}

.udesly-faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.udeslylist-item {
  margin-bottom: 4px;
}

.udeslylist-item.udesly-last-item {
  margin-bottom: 0;
}

.udesly-list {
  color: #737373;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
}

.k9-faq-title {
  color: #04194e;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 24px;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.video {
  border-radius: 20px;
}

.background-video {
  border-radius: 16px;
}

.brand, .brand.w--current {
  min-height: 100%;
}

.brand.cc-2rem-left.w--current {
  margin-left: 2rem;
}

.background-video-2 {
  min-height: 100vh;
}

.background-video-k9 {
  height: 100vh;
}

.image-6 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-text {
  padding-right: 0;
  position: absolute;
  inset: auto 0% 8% 11%;
}

.txt64pd {
  font-size: 4.44em;
  font-weight: 400;
  line-height: 1.2em;
}

.containerheader {
  color: #fff;
  background-color: #0000;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 2px 20px -11px #0003;
}

.wrap-header-logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.link-block-header {
  text-align: right;
  color: currentColor;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.link-block-header:hover {
  background-color: #0000;
  border-radius: 7px;
  font-weight: 400;
}

.link-block-header.w--current {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 800;
}

.wrap-header-ico {
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 2rem;
}

.wrap-col1 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-col2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrap-cta {
  text-align: center;
  background-color: #1b2f38;
  border: 1px #eba3a3;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  padding: 3.5rem 7rem;
  font-size: 1.125rem;
  line-height: 1.4em;
  display: flex;
}

.quick-stack {
  padding: 0;
}

.quick-stack-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  padding: 2rem;
}

.quick-stack-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
}

.par14 {
  margin-bottom: .7rem;
  font-size: .7rem;
  line-height: 1.4em;
}

.quick-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 0;
  padding: 1rem 0 0;
}

.text-span {
  font-weight: 600;
}

.wrap-label {
  background-color: #0000;
  border-radius: 7px 7px 0 0;
  margin-top: 3.5rem;
  padding: 1rem 2rem;
  display: inline-block;
}

.quick-2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 0;
  padding: 3.5rem 0 0;
}

.list1 {
  color: #04194e;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.4em;
}

.list-item-2 {
  padding-bottom: 10px;
  font-size: .9rem;
  line-height: 1.4em;
}

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

.txt18cta {
  color: #fff;
  padding-bottom: 1.3rem;
  font-size: 1.125rem;
}

.qucik-table {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 2rem 0 0;
  font-size: 1rem;
}

.wrap-table {
  text-align: center;
  background-color: #1b2f38;
  border: 1px #eba3a3;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  padding: 3.5rem 2rem;
  font-size: .875vw;
  display: flex;
}

.background-video-k9-inner {
  height: 50vh;
}

.tab-link-tab-6 {
  background-color: #fff;
  border-radius: 0;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-6.w--current {
  color: #fff;
  background-color: #fc4c04;
}

.tab-link-tab-5 {
  background-color: #fff;
  border-radius: 0;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-5.w--current {
  color: #fff;
  background-color: #fc4c04;
}

.tab-link-tab-4 {
  background-color: #fff;
  border-radius: 0;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-4.w--current {
  color: #fff;
  background-color: #fc4c04;
}

.tab-link-tab-3 {
  background-color: #fff;
  border-radius: 0;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-3.w--current {
  color: #fff;
  background-color: #fc4c04;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-radius: 0;
  margin: 7px 7px 0;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #fc4c04;
  border-radius: 3px 3px 0 0;
}

.txt18tab {
  font-size: 1rem;
  font-weight: 500;
}

.tab-link-tab-1 {
  background-color: #fff;
  border-radius: 0;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #fc4c04;
  border-radius: 0;
  margin: 7px 7px 0;
  padding-left: 20px;
  padding-right: 20px;
}

.quick2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  width: 100%;
  padding: 2rem 0;
}

.wrap-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #000;
  border-left: 2px solid #baba86;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 2rem;
  padding: 1rem 2rem 1.5rem 1.5rem;
  display: block;
}

.wrap-cards.cc-bg-left {
  background-image: url('../images/bg-funds-left1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrap-cards-cont {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrap-cards-top {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.h4-2 {
  font-size: 1.5rem;
}

.txt16-2 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.btn-content-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #baba86;
  border-radius: 0;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
}

.btn-content-2:hover {
  background-color: #e68a50;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  font-weight: 500;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.wrap-table-mob1, .wrap-table-mob2 {
  text-align: center;
  background-color: #1b2f38;
  border: 1px #eba3a3;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  padding: 3.5rem 2rem;
  font-size: .875vw;
  display: flex;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  font-weight: 500;
}

.link-2, .link-3 {
  color: #04194e;
  font-weight: 600;
  text-decoration: none;
}

.background-video-short {
  height: 30vh;
}

.tab-pane-tab-2 {
  background-color: #fff;
}

.cell2 {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wrap-content2 {
  padding-top: 3rem;
  padding-bottom: 0;
}

.txt14subheader {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  padding-bottom: 1rem;
  font-size: .875rem;
  font-weight: 100;
  line-height: 1.4em;
  display: inline-flex;
}

.txt14subheader.cc-minh40 {
  min-height: auto;
}

.h5 {
  font-size: 1.1rem;
}

.hero-end-sentinel {
  width: 100%;
  height: 1px;
}

@media screen and (min-width: 1920px) {
  .cc-mt36 {
    width: auto;
    max-width: none;
  }

  .section.cc-mt90 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container, .hero-text {
    max-width: none;
  }

  .quick-intro {
    padding-top: 1rem;
  }

  .tab-link-tab-6 {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 2rem;
  }

  .tab-link-tab-6.w--current {
    background-color: #fc4c04;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .tab-link-tab-5 {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 2rem;
  }

  .tab-link-tab-5.w--current {
    background-color: #fc4c04;
    border-top-left-radius: 7px;
  }

  .tab-link-tab-4 {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 2rem;
  }

  .tab-link-tab-4.w--current {
    background-color: #fc4c04;
    border-top-left-radius: 7px;
  }

  .tab-link-tab-3 {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 2rem;
  }

  .tab-link-tab-3.w--current {
    background-color: #fc4c04;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .tab-link-tab-2 {
    background-color: #fff;
    border-radius: 7px 7px 0 0;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 2rem;
  }

  .tab-link-tab-1.w--current {
    background-color: #fc4c04;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 2rem;
  }

  .background-video-short {
    max-width: none;
  }

  .empty {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    max-width: 100%;
  }

  .section, .section.cc-bg-white {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5em;
    padding-right: 5em;
  }

  .img-p-right-10 {
    display: none;
  }

  .par-empty {
    font-size: 2.10526em;
  }

  .cc-card-mar-left20right20, .cc-card-mar-left20btn10 {
    place-content: flex-start center;
    align-items: flex-start;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .udesly-faq-content-wrap {
    width: 100%;
  }

  .hero-text {
    left: 5%;
  }

  .txt64pd {
    font-size: 7.03125em;
  }

  .containerheader {
    margin-left: 5em;
    margin-right: 5em;
  }

  .link-block-header {
    color: #fff;
    font-size: .9rem;
  }

  .nav-menu {
    color: #000;
    background-color: #fc4c04;
    border-radius: 12px;
    width: 90%;
    top: 90px;
    left: 5%;
  }

  .menu-button {
    color: #0a0000;
    background-color: #fff;
  }

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

  .quick2col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
  }

  .txt16 {
    font-size: 16px;
  }

  .txt21 {
    font-size: 18px;
  }

  .section, .section.cc-bg-white {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .par16 {
    font-size: 16px;
  }

  .par18 {
    font-size: 18px;
  }

  .par-empty {
    font-size: 14px;
  }

  .par20 {
    font-size: 20px;
  }

  .h1 {
    font-size: 44px;
  }

  .h4 {
    font-size: 20px;
  }

  .wrap-footer {
    flex-flow: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrap-footer.cc-mt48 {
    margin-top: 0;
  }

  .wrap-footer-right.cc-mtop2 {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .wrap-footer-right.cc-mtop2.cc-m-10 {
    padding-top: 20px;
  }

  .wrap-madeby {
    flex-flow: row;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .k9-faq-title {
    font-size: 20px;
  }

  .background-video-k9 {
    min-width: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text {
    left: 5%;
  }

  .txt64pd {
    font-size: 38px;
    line-height: 40px;
  }

  .quick-stack-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .par14 {
    font-size: 14px;
  }

  .quick-intro.cc-mb24 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .wrap-label {
    margin-top: 50px;
  }

  .txt18cta {
    font-size: 18px;
  }

  .qucik-table {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 20px;
  }

  .background-video-k9-inner {
    min-width: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-table-mob1, .wrap-table-mob2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .background-video-short {
    min-width: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-content2 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  body {
    max-width: 100%;
  }

  .btn-medium {
    padding: 20px 30px;
  }

  .txt21 {
    font-size: 16px;
  }

  .cc-m-mb0 {
    margin-bottom: 0;
  }

  .cc-m-hide {
    display: none;
  }

  .body {
    min-width: auto;
    max-width: none;
  }

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

  .section.cc-bg-white {
    padding-left: 25px;
    padding-right: 25px;
  }

  .par16 {
    line-height: 1.2em;
  }

  .par18 {
    font-size: 16px;
    line-height: 1.2em;
  }

  .par20 {
    margin-bottom: 30px;
  }

  .h1 {
    font-size: 26px;
    line-height: 1.2em;
  }

  .h4 {
    font-size: 20px;
  }

  .wrap-footer {
    flex-flow: column;
  }

  .wrap-footer-right.cc-mtop2 {
    width: 100%;
    margin-top: 20px;
  }

  .wrap-madeby {
    flex-flow: row;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .k9-section {
    padding: 50px 20px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .k9-faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .background-video-k9 {
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  .containerheader {
    justify-content: space-between;
  }

  .wrap-header-logo {
    width: 65%;
  }

  .wrap-col1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .quick-stack-footer {
    padding: 50px 20px;
  }

  .par14 {
    font-size: 14px;
  }

  .quick-intro {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quick-intro.cc-mb24 {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrap-label {
    padding-left: 20px;
  }

  .quick-2col {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .nav-menu, .menu-button.w--open {
    color: #fff;
  }

  .background-video-k9-inner {
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-cards {
    margin-left: 10px;
    padding: 1.5rem;
  }

  .bold-text {
    font-size: 14px;
    line-height: 1em;
  }

  .background-video-short {
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-a916e202-8ce4-ed43-a469-807efea73837-5b14c83a, #w-node-_4c85bb97-48b9-dafd-cb1d-7368235a8c3c-235a8c37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_15526375-646f-29d0-f2c9-7940d41aafae-5b14c83f, #w-node-_4b53faa2-d116-84a4-4e6d-03ca5664757f-5b14c83f, #w-node-b3ddc070-2f3e-c559-9d39-816355e58198-5b14c83f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9706ec3f-6ed2-31b3-3038-b0cad3c1024d-5b14c83f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7628a11c-ad0e-bdf3-b2be-c8191faecd35-5b14c83f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_15526375-646f-29d0-f2c9-7940d41aafae-5b14c83f, #w-node-_4b53faa2-d116-84a4-4e6d-03ca5664757f-5b14c83f, #w-node-b3ddc070-2f3e-c559-9d39-816355e58198-5b14c83f, #w-node-_9706ec3f-6ed2-31b3-3038-b0cad3c1024d-5b14c83f, #w-node-_7628a11c-ad0e-bdf3-b2be-c8191faecd35-5b14c83f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a916e202-8ce4-ed43-a469-807efea73837-5b14c83a, #w-node-_4c85bb97-48b9-dafd-cb1d-7368235a8c3c-235a8c37, #w-node-_15526375-646f-29d0-f2c9-7940d41aafae-5b14c83f, #w-node-_4b53faa2-d116-84a4-4e6d-03ca5664757f-5b14c83f, #w-node-b3ddc070-2f3e-c559-9d39-816355e58198-5b14c83f, #w-node-_9706ec3f-6ed2-31b3-3038-b0cad3c1024d-5b14c83f, #w-node-_7628a11c-ad0e-bdf3-b2be-c8191faecd35-5b14c83f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a916e202-8ce4-ed43-a469-807efea73837-5b14c83a, #w-node-_4c85bb97-48b9-dafd-cb1d-7368235a8c3c-235a8c37 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


