/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./theme_src/scss/pages/v-safe.scss ***!
  \*************************************************************************************************************************************************************************************************/
.v-safe__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (min-width: 30rem) {
  .v-safe__inner {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 80rem) {
  .v-safe__inner {
    padding: 3rem 6rem;
  }
}
.v-safe__header {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-bottom: 2rem;
}
@media screen and (min-width: 30rem) {
  .v-safe__header {
    flex-direction: column;
    align-items: left;
  }
}
.v-safe__header-left {
  display: flex;
  flex-direction: column;
  align-items: left;
}
@media screen and (min-width: 64rem) {
  .v-safe__header-left {
    flex-direction: column;
    align-items: left;
  }
}
.v-safe__title {
  font-family: "Futura Bold", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  padding-top: 1rem;
}
@media screen and (min-width: 48rem) {
  .v-safe__title {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 64rem) {
  .v-safe__title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 90rem) {
  .v-safe__title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.v-safe__title::after {
  content: "";
  position: relative;
  display: block;
  background: var(--gradient-redorange);
  height: 0.5625rem;
  width: 100%;
  max-width: 15rem;
  border-radius: 30px;
  bottom: -0.25em;
  margin: 0 0 0.625em;
}
@media screen and (min-width: 48rem) {
  .v-safe__title::after {
    max-width: 24.375rem;
    bottom: -0.375em;
  }
}
@media screen and (min-width: 64rem) {
  .v-safe__title {
    width: 60%;
  }
}
.v-safe__subheading {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0 0 1rem;
  width: 75%;
}
@media screen and (min-width: 48rem) {
  .v-safe__subheading {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 90rem) {
  .v-safe__subheading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64rem) {
  .v-safe__subheading {
    padding: 1rem 0;
  }
}
.v-safe__button {
  display: flex;
  justify-content: flex-start;
  width: auto;
  min-width: 11rem;
  height: 3.625rem;
  margin: auto 0;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 64rem) {
  .v-safe__button {
    min-width: 14rem;
  }
}
.v-safe__iframe-inner {
  position: relative;
  padding-bottom: 62%;
}
.v-safe__iframe-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-safe__downloads {
  margin-top: 3rem;
}
.v-safe__downloads-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  overflow-x: auto;
}
@media screen and (min-width: 64rem) {
  .v-safe__downloads-inner {
    justify-content: center;
  }
}
.v-safe__downloads-table {
  width: 60rem;
  max-width: 100%;
  margin-top: 2rem;
  border-collapse: collapse;
}
.v-safe__downloads-table, .v-safe__downloads-table th, .v-safe__downloads-table td {
  border: 1px solid var(--color-silver);
}
.v-safe__downloads-table th, .v-safe__downloads-table td {
  padding: 1rem;
}
.v-safe__downloads-table th {
  font-family: "Futura Bold", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 48rem) {
  .v-safe__downloads-table-title-column {
    word-break: break-all;
  }
}
@media screen and (min-width: 48rem) {
  .v-safe__downloads-table-date-column {
    white-space: nowrap;
  }
}
.v-safe__downloads-button-container {
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=v-safe.css.map*/