/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #f7f7f7;
}

article {
  display: flex;
  flex-direction: column;
}

.bold {
  font-size: 800;
}

nav {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {

nav {
    flex-direction: column;
    justify-content: initial
}
  }

.nav-logo {
    padding: 20px;
  }

.nav-links {
    margin: 0 20px 0 0;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
  }

@media (max-width: 767px) {

.nav-links {
      margin: 0 0 25px 0
  }
    }

.nav-links-link {
      margin: 0 10px;
    }

.banner {
  background: #da291c;
  color: #f7f7f7;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 1024px) {

.banner {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 10px
}
  }

.banner form {
    display: flex;
  }

@media (max-width: 767px) {

.banner form {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 5px;
      margin: 10px 0
  }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.banner form {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 10px;
      margin: 10px 0
  }
    }

.banner--app {
    background-color: #14455d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
  }

@media (max-width: 1024px) {

.banner--app {
      display: flex;
      flex-direction: column;
      height: auto;
      padding: 10px
  }
    }

.banner--app-sub {
      display: flex;
      justify-content: space-evenly;
      width: 60%;
    }

@media (max-width: 1024px) {

.banner--app-sub {
        width: 80%;
        text-align: center;
        margin: 10px auto
    }
      }

.banner-text {
    font-weight: 500;
    margin: 0 10px 0 0;
    font-size: 1.25rem;
  }

.banner-text--app {
      margin: 0;
    }

@media (max-width: 1024px) {

.banner-text--app {
        margin: 0
    }
      }

.banner-text--big {
      font-size: 3rem;
    }

@media (max-width: 767px) {

.banner-text--big {
        font-size: 1.825rem
    }
      }

.banner-text--med {
      justify-self: center;
      align-self: center;
      font-size: 2rem;
    }

@media (max-width: 767px) {

.banner-text--med {
        font-size: 1rem
    }
      }

@media (min-width: 768px) and (max-width: 1024px) {

.banner-text--med {
        font-size: 1.5rem
    }
      }

.banner-text--bold {
      font-weight: bold;
    }

.banner-input {
    border-radius: 2px;
    border: none;
    padding: 5px;
    font-size: 1.125rem;
    margin: 5px;
  }

@media (max-width: 767px) {

.banner-input {
      width: 95%
  }
    }

.banner-submit {
    color: inherit;
    background-color: #000;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    padding: 6px;
    cursor: pointer;
  }

@media (max-width: 767px) {

.banner-submit {
      width: 90%;
      margin: 0 auto;
      height: 35px;
      align-self: center
  }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.banner-submit {
      grid-column: 2 / span 1
  }
    }

section {
  padding: 250px 0;
}

@media (max-width: 767px) {

section {
    padding: 50px 0
}
  }

@media (min-width: 768px) and (max-width: 1024px) {

section {
    padding: 150px 0;
    display: flex;
    flex-direction: column
}
  }

.section-btn {
    background: #da291c;
    color: #f7f7f7;
    border: none;
    border-radius: 8px;
    margin: 15px 0 0 0;
    padding: 10px;
    align-self: center;
    min-width: 190px;
    text-align: center;
    cursor: pointer;
  }

.section--monica {
    background-image: url(../images/monica_cycle.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
  }

.section--info {
    padding: 20px;
    height: 96px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #f7f7f7;
  }

@media (max-width: 767px) {

.section--info {
      justify-content: initial;
      flex-direction: column;
      height: auto
  }
    }

.section--live {
    background-color: #1a1b1b;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    padding: 100px 0 100px 50px;
  }

@media (max-width: 767px) {

.section--live {
      display: flex;
      flex-direction: column;
      padding: 50px 0
  }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.section--live {
      grid-template-columns: 40% 60%;
      padding: 50px 0 50px 25px
  }
    }

.section--plans {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 100px 0;
  }

@media (min-width: 768px) and (max-width: 1024px) {

.section--plans {
      padding: 50px 0
  }
    }

.section--app {
    padding: 0;
    overflow-y: hidden;
  }

@media (max-width: 767px) {
    }

@media (min-width: 768px) and (max-width: 1024px) {

.section--app {
      display: flex
  }
    }

.section--main {
    position: relative;
    overflow: hidden;
  }

.video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -100;
  }

@media (max-width: 767px) {

.video-background {
      width: 100vw;
      transform: scale(1.5);
      top: 50px
  }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.video-background {
      width: 100vw;
      transform: scale(1.5);
      top: 50px
  }
    }

.video-player {
    width: 70%;
    padding: 25px 0;
  }

@media (max-width: 767px) {

.video-player {
      width: 95vw;
      margin: 0 auto
  }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.video-player {
      width: 100%
  }
    }

.info {
  display: grid;
  grid-template-columns: 96px 1fr;
  grid-template-rows: 40px repeat(2, 20px);
  align-items: center;
}

@media (max-width: 767px) {

.info {
    display: flex;
    flex-direction: column;
    margin: 5px 0
}
  }

@media (min-width: 768px) and (max-width: 1024px) {

.info {
    grid-template-rows: repeat(3, 1fr)
}
  }

.info-text {
    margin: 0;
  }

@media (min-width: 768px) and(max-width: 1024px) {

.info-text {
      font-size: 0.825rem
  }
    }

.info-text-title {
      font-size: 1.25rem;
      font-weight: 500;
    }

@media (max-width: 767px) {

.info-text-title {
        font-size: 1.5rem
    }
      }

@media (min-width: 768px) and (max-width: 1024px) {

.info-text-title {
        font-size: 1rem
    }
      }

.info-icon {
    width: 96px;
    grid-row: 1 / span 4;
  }

@media (min-width: 768px) and(max-width: 1024px) {

.info-icon {
      width: 64px
  }
    }

.live-chart {
    margin: -50px 0 0 0;
  }

@media (min-width: 768px) and (max-width: 1024px) {

.live-chart {
      margin: 30px 0 0 0
  }
    }

.live-chart-image {
      width: 90%;
    }

@media (max-width: 767px) {

.live-chart-image {
        display: none
    }
      }

@media (min-width: 768px) and (max-width: 1024px) {

.live-chart-image {
        width: 100%
    }
      }

.live-sub {
    display: flex;
    flex-direction: column;
  }

.live-btn {
    margin: 0 250px 0 0;
  }

@media (max-width: 767px) {

.live-btn {
      margin: initial
  }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.live-btn {
      margin: initial
  }
    }

.packages {
  padding: 0;
}

.packages-section {
    padding: 10px;
    text-align: center;
  }

@media (min-width: 768px) {

.packages-section {
      text-align: left
  }
    }

.packages-section--black {
      background-color: #272727;
      color: #fff;
    }

.packages-section--gray {
      background-color: #ebebeb;
    }

.packages-card-best {
      background-color: rgba(20, 129, 135, 0.25);
      border: 1px solid #148187;
      border-radius: 8px;
      padding: 10px 30px 30px 30px;
      margin: 15px auto 85px auto;
      max-width: 580px;

      display: flex;
      flex-direction: column;
    }

@media (min-width: 768px) {

.packages-card-best {
        flex-direction: row;
        justify-content: space-between;
        min-width: 580px
    }
      }

.packages-card-special {
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
      border-radius: 8px;
      padding: 10px 10px 10px 30px;
      margin: 15px auto;
      max-width: 415px;
      width: 90%;

      display: flex;
      flex-direction: column;
    }

@media (min-width: 768px) {

.packages-card-special {
        flex-direction: row;
        justify-content: space-between
    }
      }

@media (min-width: 1440px) {

.packages-card-special {
        height: 245px
    }
      }

.packages-card-list {
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
      background-color: #fff;
      border-radius: 8px;
      justify-content: space-evenly;
      display: flex;
      flex-direction: column;
      margin: 20px 0 80px 0;
      padding: 0 10px;
    }

@media (min-width: 768px) {

.packages-card-list {
        min-width: 300px
    }
      }

.packages-card-list--item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
      }

.packages-card-list--item p span {
          font-size: 0.8756rem;
          color: #8d8e8e;
          font-style: italic;
        }

.packages-card-list--title {
        padding-top: 37px;
        padding-bottom: 24px;
      }

.packages-card-list--title h2 {
          margin-bottom: 0;
        }

.packages-card-list--time {
        color: #8d8e8e;
        margin: 0;
      }

.packages-card-list--wide {
        padding: 0 30px;
      }

.packages-card-list h2 {
        margin: 0 0 0 10px;
      }

.packages-card-list h3 {
        margin: 0 0 5px 10px;
        text-align: left;
      }

.packages-card-img {
      background-color: #fff;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
      border-radius: 8px;
      margin: 15px auto;
      max-width: 640px;
      width: 90%;
      padding: 10px;

      display: flex;
      flex-direction: column;
    }

@media (min-width: 768px) {

.packages-card-img {
        flex-direction: row;
        min-width: 640px;
        padding: 0
    }
      }

@media (min-width: 768px) {

.packages-card-img--hustler {
          background-image: url(https://inspire-studios-assets.s3-us-west-1.amazonaws.com/studio-site-assets/hustler.png);
          background-size: cover;
          background-position: bottom right;
          background-repeat: no-repeat;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px;
          width: 430px;
          height: 211px
      }
        }

@media (min-width: 768px) {

.packages-card-img--warrior {
          background-image: url(https://inspire-studios-assets.s3-us-west-1.amazonaws.com/studio-site-assets/warrior.png);
          background-size: cover;
          background-position: top;
          background-repeat: no-repeat;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px;
          width: 430px;
          height: 211px
      }
        }

@media (min-width: 768px) {

.packages-card-img--gradient {
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px;
          padding: 20px;
          width: 390px;
          height: 171px;
          color: #fff;
          background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.75) 46%,
            rgba(0, 0, 0, 0) 100%
          )
      }
          .packages-card-img--gradient h4 {
            margin: 0;
          }
        }

.packages-card-button {
      background-color: #da291c;
      border: 1px solid #da291c;
      border-radius: 8px;
      color: #fff;
      padding: 5px 10px;
      max-width: 130px;
    }

@media (min-width: 768px) {

.packages-card-button {
        margin-left: auto
    }
      }

.packages-card-button--bottom {
        margin-bottom: 30px;
      }

.packages-card-link {
      color: #da291c;
    }

.packages-card-group {
      display: flex;
      flex-direction: column;
      justify-items: space-between;
      max-width: 1440px;
      margin: 0 auto;
    }

@media (min-width: 1440px) {

.packages-card-group {
        flex-direction: row
    }
      }

.packages-card-title {
      font-size: 1.875rem;
      margin: 30px 0 5px 0;
    }

.packages-card-title-sub {
        margin: 0 0 20px 0;
      }

.packages-card-info {
      font-size: 0.875rem;
      margin: 0;
      text-align: left;
    }

@media (min-width: 1440px) {

.packages-card-info {
        font-size: 1rem
    }
      }

.packages-card--right {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

@media (min-width: 768px) {

.packages-card--right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 30%;
        margin: 0 20px 0 0
    }
      }

@media (min-width: 768px) {

.packages-card--right div {
          margin: 0 0 0 auto
      }
        }

.packages-card-price {
      font-size: 2rem;
      margin: 20px 0 0 0;
      text-align: center;
    }

.packages-card-price-unit {
        text-align: center;
        margin: 0;
        font-size: 0.875rem;
      }

@media (min-width: 768px) {

.packages-list {
      display: grid;
      grid-template-columns: 1fr 1fr
  }
    }

@media (min-width: 1440px) {

.packages-list {
      display: flex;
      max-width: 1440px;
      margin: 0 auto;
      justify-content: space-evenly
  }
    }

.packages-text-title {
      font-size: 2.5rem;
      font-weight: 600;
      text-align: center;
    }

.packages-text-title-sub {
        font-size: 2.25rem;
        font-weight: 600;
        text-align: center;
        margin: 75px 0 40px 0;
      }

@media (min-width: 375px) {

.packages-text-title-sub {
          padding: 0 10px
      }
        }

@media (min-width: 768px) {

.packages-text-title-sub {
          padding: 0
      }
        }

.packages-text-title-info {
        font-size: 1.5rem;
        margin: 0;
      }

.packages-text-info {
      font-size: 0.875rem;
      margin: 0;
      text-align: center;
    }

@media (min-width: 768px) {

.packages-text-info {
        font-size: 1.5rem
    }
      }

.packages-text-red {
      color: #da291c;
    }

.app {
  display: flex;
  background-image: url(../images/stretch_lighter.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 0 0;
}

@media (max-width: 767px) {

.app {
    flex-direction: column
}
  }

.app--left {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 0 0 0 50px;
  }

@media (max-width: 767px) {

.app--left {
      width: 100%;
      padding: 0
  }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.app--left {
      width: 50%
  }
    }

.app-icons {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 0;
    padding: 25px 0 0 0;
  }

@media (max-width: 767px) {

.app-icons {
      width: 80%;
      padding: 0;
      justify-content: space-evenly;
      margin: 0 auto
  }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.app-icons {
      width: 70%;
      margin: 0;
      justify-content: space-between
  }
    }

.app-icons-image {
      background-color: #000;
      padding: 10px;
      border-radius: 10px;
      width: 160px;
      height: 40px;
      margin: 20px 0;
    }

@media (max-width: 767px) {

.app-icons-image {
        width: 125px;
        margin: 20px 0
    }
      }

@media (min-width: 768px) and (max-width: 1024px) {

.app-icons-image {
        width: 100px;
        height: 25px;
        margin: 20px 0
    }
      }

.app-phone {
    margin: 10% auto 0 auto;
    height: 30%;
    width: 30%;
  }

@media (max-width: 767px) {

.app-phone {
      max-width: 300px;
      height: 100%;
      width: 100%;
      position: relative;
      margin: 0 auto
  }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.app-phone {
      width: 300px;
      height: 100%;
      max-height: 300px
  }
    }

footer {
  background: #222121;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  position: relative;
}

footer a {
    color: #c1c1c1;
  }

.social {
  width: 20em;
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.5em;
}

.social-icon {
    width: 32px;
    max-height: 32px;
  }

.social-link {
    border: 1px solid #c1c1c1;
    padding: 10px;
    border-radius: 100%;
    margin: 0 0 20px 0;
  }

.text {
  color: #f7f7f7;
  font-size: 1rem;
  text-align: center;
  margin: 0;
  font-weight: 500;
}

.text-title {
    margin: 0;
    font-size: 5rem;
  }

@media (max-width: 767px) {

.text-title {
      font-size: 2.5rem
  }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.text-title {
      font-size: 3rem
  }
    }

.text-title-sub {
      margin: 0;
      font-size: 4rem;
    }

@media (max-width: 767px) {

.text-title-sub {
        font-size: 3rem;
        text-align: center
    }
      }

@media (max-width: 767px) {

.text-title-sub--small {
          font-size: 2rem
      }
        }

@media (min-width: 768px) and (max-width: 1024px) {

.text-title-sub--small {
          font-size: 2rem
      }
        }

@media (max-width: 767px) {

.text-title-sub--medium {
          font-size: 2.5rem
      }
        }

@media (min-width: 768px) {

.text-title-sub--medium {
          font-size: 2.5rem
      }
        }

.text-body {
    font-size: 1.825rem;
    font-weight: 500;
    width: 75%;
    margin: 20px auto 0 auto;
  }

@media (max-width: 767px) {

.text-body {
      font-size: 1rem;
      width: 90%;
      margin: 10px auto 0 auto
  }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.text-body {
      font-size: 1.25rem;
      width: 85%
  }
    }

.text-body--left-none {
      margin-left: 0;
    }

@media (max-width: 767px) {

.text-body--left-none {
        margin-left: auto
    }
      }

.text--bold {
    font-weight: bold;
  }

.text--black {
    color: #000;
  }

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

@media (max-width: 767px) {

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

@media (min-width: 768px) {

.text--full {
      width: 100%
  }
    }

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

.text--700 {
    font-weight: 700;
  }

.text--underline-red {
      text-decoration: underline;
      text-decoration-color: red;
    }

.text--border-top-bot {
    border-top: 1px solid #800000;
    border-bottom: 1px solid #800000;
    text-decoration: none;
  }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    padding: 1rem 1.5rem;
    width: 400px;
    height: 350px;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
  }

@media (max-width: 450px) {

.modal-content {
      width: 100vw
  }
    }

.modal-title {
    color: #f7f7f7;
    font-weight: 500;
    margin: 0;
  }

.modal-body {
    color: #f7f7f7;
    font-weight: 500;
    margin: 15px 0 30px 0;
  }

.modal-show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  }
